Skip to content

Commit

Permalink
add tests and cleanup tests
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-richard committed Sep 4, 2023
1 parent 2d64dc0 commit 0839de1
Show file tree
Hide file tree
Showing 3 changed files with 363 additions and 351 deletions.
4 changes: 4 additions & 0 deletions pyrfu/tests/test_dispersion.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,7 @@ def test_one_fluid_dispersion_output(self, value):
self.assertIsInstance(result[0], xr.DataArray)
self.assertIsInstance(result[1], xr.DataArray)
self.assertIsInstance(result[2], xr.DataArray)


if __name__ == "__main__":
unittest.main()
Loading

0 comments on commit 0839de1

Please sign in to comment.