Skip to content

Commit

Permalink
Undo previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Aadarsh-Govada authored Jul 30, 2024
1 parent 567ad37 commit 254f00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysatCDAAC/tests/test_instruments.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ def test_altitude_bin_keyword(self, inst_dict, bin_num):
assert len(idx) + len(idx2) == np.prod(rem.shape)

# Confirm length of each profile corresponds to bin_num
assert self.test_inst.data.sizes['RO'] == bin_num
assert self.test_inst.data.dims['RO'] == bin_num

return

0 comments on commit 254f00f

Please sign in to comment.