There was an error while loading. Please reload this page.
time
1 parent 167e01b commit d7fadefCopy full SHA for d7fadef
1 file changed
tests/test_parsers.py
@@ -25,7 +25,7 @@ def test_time_series_invalid_prs() -> None:
25
26
def test_rprof_prs(sdat_legacy: StagyyData) -> None:
27
sdat = sdat_legacy
28
- data, time = prs.rprof(sdat.filename("rprof.dat"))
+ data, _time = prs.rprof(sdat.filename("rprof.dat"))
29
assert all((df.columns[:3] == ["r", "Tmean", "Tmin"]).all() for df in data.values())
30
31
0 commit comments