Skip to content

Commit

Permalink
added run all examples
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Oct 2, 2024
1 parent b268e40 commit a3cb9fa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions examples/run_all_examples.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
python example_util_functions.py
python plasma.py
python spherical_tokamak_from_plasma_minimal.py
python spherical_tokamak_from_plasma_with_divertor.py
python spherical_tokamak_from_plasma_with_pf_magnets_and_divertors.py
python spherical_tokamak_from_plasma_with_pf_magnets.py
python spherical_tokamak_from_plasma_with_tf_magnets.py
python spherical_tokamak_minimal.py
python tokamak_from_plasma_minimal.py
python tokamak_from_plasma_with_divertor.py
python tokamak_minimal.py
python tokamak_with_pf_magnets.py
python tokamak_with_pf_tf_magnets_divertor.py
2 changes: 1 addition & 1 deletion examples/tokamak_with_pf_tf_magnets_divertor.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
)
my_reactor.save(f"tokamak_with_divertor.step")
print(f"Saved as tokamak_with_divertor.step")
vis.show(my_reactor)
# vis.show(my_reactor)

# from cad_to_dagmc import CadToDagmc
# my_model = CadToDagmc()
Expand Down

0 comments on commit a3cb9fa

Please sign in to comment.