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
Asking for unique column values using the get_model_arrayset_metadata API sometimes throws an error for string columns. This might be cache related. Seems to be due to sometimes part of the result coming back as a list object instead of the anticipated numpy.ndarray object. I added a bandaid for now, but this should be properly fixed, probably by @Mletter1. Here's the temp fix I added on the bugfix branch (where I'm working on timeseries coloring by string variable): bbb61cd
The text was updated successfully, but these errors were encountered:
Asking for unique column values using the get_model_arrayset_metadata API sometimes throws an error for string columns. This might be cache related. Seems to be due to sometimes part of the result coming back as a list object instead of the anticipated numpy.ndarray object. I added a bandaid for now, but this should be properly fixed, probably by @Mletter1. Here's the temp fix I added on the bugfix branch (where I'm working on timeseries coloring by string variable):
bbb61cd
The text was updated successfully, but these errors were encountered: