From 986e83689cba71963554783fc173152297f413f9 Mon Sep 17 00:00:00 2001 From: Connor Moore Date: Tue, 4 Aug 2026 11:15:26 +0200 Subject: Fixed typo in if statement that broke script --- hpmr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3