summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlukelabrie2023-03-21 17:43:41 +0100
committerlukelabrie2023-03-21 17:43:41 +0100
commit6f772992afa472a11976bb0e31f99fc9b42e4c27 (patch)
tree31ccb9da273f00204ea99def9586e726cdba25d0
parent0635790d631f75f16ce4c7316fa42fec06bfc210 (diff)
downloadaur-6f772992afa472a11976bb0e31f99fc9b42e4c27.tar.gz
use stl backend for test script
-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