diff options
| author | Connor Moore <connor.moore@psi.ch> | 2026-08-04 11:15:26 +0200 |
|---|---|---|
| committer | Connor Moore <connor.moore@psi.ch> | 2026-08-04 11:15:26 +0200 |
| commit | 986e83689cba71963554783fc173152297f413f9 (patch) | |
| tree | 877928bdc8d213fb3348186f1b505cc8acfa7f84 /hpmr.py | |
| parent | ecb994f130d09639b2b71cc658e86daf4bc4be09 (diff) | |
Fixed typo in if statement that broke script
Diffstat (limited to 'hpmr.py')
| -rwxr-xr-x | hpmr.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
