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
* avoid using two variables per group on b
* rename la -> arr
* rename a -> arr (when a is an array)
* standardize the string used in from_string to r""" except for 1D arrays where \t is used
* standardize on r strings for strings containing a \ (except where not possible)
* use Path methods in test_to_csv (and check the whole content)
* a few other variables renamed for clarity
0 commit comments