You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the building floors are stored as int[] because getRecommendation requires the floors to be int. However, some floors are labelled "LL", "A", "B" etc and so floors should be str[]. Need to convert the str to int before passing to getRecommendation
The text was updated successfully, but these errors were encountered:
Currently the building floors are stored as int[] because getRecommendation requires the floors to be int. However, some floors are labelled "LL", "A", "B" etc and so floors should be str[]. Need to convert the str to int before passing to getRecommendation
The text was updated successfully, but these errors were encountered: