Skip to content

Commit

Permalink
[skip ci] remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell authored Apr 19, 2024
1 parent 5882a2f commit 83ed2d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_transport.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def test_transport(input_step_file):
output_dir.mkdir(parents=True, exist_ok=True)
output_filename_stem = output_dir / input_step_file.stem
openmc_xml_file = output_filename_stem.with_suffix(".xml")
print("openmc_xml_file", openmc_xml_file)

Import.insert(str(input_step_file), "converted-cad")
result = Part.Shape()
Expand Down

0 comments on commit 83ed2d2

Please sign in to comment.