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
Steps to reproduce:
from Stoner import Data
d=Data(np.ones((2,2)))
d[0,0]=5
Shoykd set the top left element of the data to 5 but actually creates a metadata with key (0,0).
Need to sanitise handling of tuple setitem on DataFile
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
from Stoner import Data
d=Data(np.ones((2,2)))
d[0,0]=5
Shoykd set the top left element of the data to 5 but actually creates a metadata with key (0,0).
Need to sanitise handling of tuple setitem on DataFile
The text was updated successfully, but these errors were encountered: