Skip to content

Commit d7fadef

Browse files
committed
test_rprof_prs: mark time as unused
1 parent 167e01b commit d7fadef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_parsers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def test_time_series_invalid_prs() -> None:
2525

2626
def test_rprof_prs(sdat_legacy: StagyyData) -> None:
2727
sdat = sdat_legacy
28-
data, time = prs.rprof(sdat.filename("rprof.dat"))
28+
data, _time = prs.rprof(sdat.filename("rprof.dat"))
2929
assert all((df.columns[:3] == ["r", "Tmean", "Tmin"]).all() for df in data.values())
3030

3131

0 commit comments

Comments
 (0)