Skip to content

Commit

Permalink
updated test_parastell with new export method
Browse files Browse the repository at this point in the history
  • Loading branch information
Edgar-21 committed Jun 3, 2024
1 parent ac645f7 commit 3ba37d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_parastell.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,9 @@ def test_parastell(stellarator):

filename_exp = 'dagmc'

stellarator.export_dagmc(filename=filename_exp, export_cub5=True)
stellarator.build_cubit_model()
stellarator.export_dagmc(filename=filename_exp)
stellarator.export_cub5(filename=filename_exp)

assert Path(filename_exp).with_suffix('.h5m').exists()
assert Path(filename_exp).with_suffix('.cub5').exists()
Expand Down

0 comments on commit 3ba37d6

Please sign in to comment.