Skip to content

Commit

Permalink
Fix flawed test
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrondel committed Oct 17, 2024
1 parent c28218f commit 06ce100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_hinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ def test_process_resource(pg_engine):

elstart = _header_lookup(header, "ELSTART")
elend = _header_lookup(header, "ELEND")
assert 0.5 * (elstart + elend) == row.zenith_distance
assert 0.5 * (elstart + elend) == row.altitude

0 comments on commit 06ce100

Please sign in to comment.