Skip to content

Commit

Permalink
go back to main-dev's version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Griesfeller committed Dec 20, 2024
1 parent 89df726 commit c362cfb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_EEAReader.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def test_1open_files(self):
self.engine,
self.testdata_dir,
) as ts:
ts.read()
self.assertGreaterEqual(len(ts.variables()), 2)
self.assertGreaterEqual(len(ts.stations()), 2)
self.assertTrue(set(self.test_vars).issubset(ts.variables()))
Expand Down

0 comments on commit c362cfb

Please sign in to comment.