Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jtec authored and scivision committed Jan 31, 2024
1 parent f283af8 commit 95ef1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/georinex/tests/test_nav3.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def test_missing_fields():
"""
nav = gr.load(R / "BRDC00IGS_R_20201360000_01D_MN.rnx", use='E', verbose=True)
# missing fields should be interpretted as zero and not NaN
# missing fields should be interpreted as zero and not NaN
# no NaN values should exist when loading the provided rinex file
assert nav.to_dataframe().isna().sum().sum() == 0

Expand Down

0 comments on commit 95ef1d8

Please sign in to comment.