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
Refactor grdtrack to use virtualfile_from_data and improve i/o to pandas.DataFrame (#1189)
Enables `grdtrack` to work with table-like inputs
besides pandas.DataFrame. Also, the `outfile`
parameter has become optional, and the output
data will be loaded as a pandas.DataFrame when
`outfile` is unset. Unit tests have been updated
accordingly too.
* State that outfile is not required anymore, and fix a lint error
* Update expected grdtrack outputs to see if the test xpasses
Co-authored-by: Dongdong Tian <[email protected]>
0 commit comments