Skip to content

Commit

Permalink
var name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrdn committed Sep 25, 2024
1 parent 0112daa commit 9e28def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_nitrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def test_basic(self):

# reset the QC flags for Nitrate
ResetQCOperation().run(prof)
self.assertTrue(np.all(prof['NIT2'].qc == Flag.NO_QC))
self.assertTrue(np.all(prof['NTR2'].qc == Flag.NO_QC))

test.run(prof, context=TestContext())
self.assertTrue(np.all(prof['NTR2'].qc == Flag.PROBABLY_BAD))
Expand Down

0 comments on commit 9e28def

Please sign in to comment.