summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Moore <connor.moore@psi.ch>2026-08-04 11:15:26 +0200
committerConnor Moore <connor.moore@psi.ch>2026-08-04 11:15:26 +0200
commit986e83689cba71963554783fc173152297f413f9 (patch)
tree877928bdc8d213fb3348186f1b505cc8acfa7f84
parentecb994f130d09639b2b71cc658e86daf4bc4be09 (diff)
Fixed typo in if statement that broke script
-rwxr-xr-xhpmr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hpmr.py b/hpmr.py
index c6e4791..27e7848 100755
--- a/hpmr.py
+++ b/hpmr.py
@@ -511,7 +511,7 @@ else:
)
# Export positions to file for backup
-if !cli_args.packing:
+if not cli_args.packing:
np.savetxt("positions.temp",geo_triso_compact_packing,delimiter=",")
# Create the TRISO particles