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
Adds a better command line interface to gauge comparisons (#746)
* Adds a better command line interface to gauge comparison
Also adds some minor changes to imports and a todo regarding switching
to pathlib
* Add short flag versions
Adds a better command line interface to gauge comparisons (#746)
* Adds a better command line interface to gauge comparison
Also adds some minor changes to imports and a todo regarding switching
to pathlib
* Add short flag versions
Numpy frame (#739)
* More flexible frame argument
* More explicit error message
* simply cast to int
* no numbers import
* one-line int conversion
Since `frame` would appear in the error anyway, I guess this is cleaner