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
Start switching np.load(...,allow_pickle=True) as needed
Even though these 2x calls load .npz files, they contain NumPy object
arrays of ShotList class objects that are implicitly serialized by
Pickle via np.savez() calls.
Also, fix bug with sorted(ShotList) being converted to a List instead of
a ShotList.
0 commit comments