Skip to content

Commit

Permalink
disabling the RPS test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ericthewizard committed Sep 16, 2021
1 parent 672e503 commit 4a72ba8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyspedas/rbsp/tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,10 @@ def test_load_rep_data(self):
self.assertTrue(data_exists('FPSA'))
self.assertTrue(data_exists('FPDU'))

def test_load_rps1min_data(self):
rps_vars = pyspedas.rbsp.rps()
self.assertTrue(data_exists('DOSE2_RATE'))
# disabled, 16Sep2021 due to a problem with the data
# def test_load_rps1min_data(self):
# rps_vars = pyspedas.rbsp.rps()
# self.assertTrue(data_exists('DOSE2_RATE'))

if __name__ == '__main__':
unittest.main()

0 comments on commit 4a72ba8

Please sign in to comment.