Skip to content

Commit

Permalink
Merge branch 'single_env' of github.com:fusion-energy/cad_to_dagmc in…
Browse files Browse the repository at this point in the history
…to single_env
  • Loading branch information
shimwell committed Mar 18, 2024
2 parents d67845c + 280fe90 commit 9b094cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_h5m_in_transport.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,9 @@ def test_h5m_with_multi_volume_not_touching():
my_model.export_dagmc_h5m_file(filename=h5m_file, material_tags=["mat1", "mat2"])

transport_particles_on_h5m_geometry(
h5m_filename="tests/two_disconnected_cubes.h5m", material_tags=["mat1", "mat2"], nuclides=["H1", "H1"],
h5m_filename="tests/two_disconnected_cubes.h5m",
material_tags=["mat1", "mat2"],
nuclides=["H1", "H1"],
)


Expand Down

0 comments on commit 9b094cf

Please sign in to comment.