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
Nah, we can fix it. It's something to do with the writeable bit in the numpy wrapper. There are pybind docs on it, I just didn't get around to trying to fix it
bf2 = pn.BinnedValues(pn.Binning.lin_space(0,10,5), "mc")
Works
bf2.values = [[0.5,0.5,0.1,0.1,0.1]]
Does not work
bf2.values[0] = [0.5]
The text was updated successfully, but these errors were encountered: