Skip to content

Commit

Permalink
modified test_qpe.py to also test time
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfidan committed Mar 11, 2024
1 parent d9b7243 commit b3a45c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Binary file removed tests_ci/qpe/RFO/RFO222710510.h5
Binary file not shown.
Binary file removed tests_ci/qpe/RF_dualpol/RFQ222710510.h5
Binary file not shown.
4 changes: 3 additions & 1 deletion tests_ci/qpe/test_qpe.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,6 @@ def test_qpe():

# Time
assert qpe.time['units'] == 'seconds since 2022-09-28T05:05:00Z'
assert qpe.time['data'] == [0, 300]
assert qpe.time['data'] == [0, 300]

shutil.rmtree(str(Path(cwd, model)))

0 comments on commit b3a45c0

Please sign in to comment.