summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--step_to_h5m.py2
-rw-r--r--test_install.sh3
2 files changed, 2 insertions, 3 deletions
diff --git a/step_to_h5m.py b/step_to_h5m.py
index 98cd9a992ad5..69834051b286 100644
--- a/step_to_h5m.py
+++ b/step_to_h5m.py
@@ -3,4 +3,4 @@ a=ab.Assembly()
a.stp_files=["./fuel_pins.step"]
a.import_stp_files()
a.merge_all()
-a.solids_to_h5m()
+a.solids_to_h5m(backend="stl")
diff --git a/test_install.sh b/test_install.sh
index b64304b4f966..f2b78f688035 100644
--- a/test_install.sh
+++ b/test_install.sh
@@ -1,5 +1,4 @@
-
-# set non-standard paths
+ # set non-standard paths
export PATH=$PATH:/opt/openmc/bin:$HOME/.local/lib/python3.10/site-packages
export PYTHONPATH=$PYTHONPATH:/opt/MOAB/lib/python3.10/site-packages/pymoab-5.3.0-py3.10-linux-x86_64.egg
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/MOAB/lib