diff options
| author | J08nY | 2025-03-21 19:14:23 +0100 |
|---|---|---|
| committer | J08nY | 2025-04-16 12:25:06 +0200 |
| commit | a7c2c44e6287addae82875ee23718b9466e5f703 (patch) | |
| tree | b0193d469a5e20149e7ec69ddf378b6fd2d37c23 /epare/simulate.py | |
| parent | 4a7127ad2de930edb32dac413ae642027ec83199 (diff) | |
| download | ECTester-a7c2c44e6287addae82875ee23718b9466e5f703.tar.gz ECTester-a7c2c44e6287addae82875ee23718b9466e5f703.tar.zst ECTester-a7c2c44e6287addae82875ee23718b9466e5f703.zip | |
Diffstat (limited to 'epare/simulate.py')
| -rw-r--r-- | epare/simulate.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epare/simulate.py b/epare/simulate.py index f4c3786..7a0d4b0 100644 --- a/epare/simulate.py +++ b/epare/simulate.py @@ -117,5 +117,5 @@ if __name__ == "__main__": raise error res = future.result() print(f"Got {mult} in {res.duration}.") - with (outdir / f"multiples_{bits}_{kind}_chunk{chunk_id}.pickle").open("ab") as f: + with (outdir / f"multiples_{bits}_{kind}_{'init' if use_init else 'noinit'}_{'mult' if use_multiply else 'nomult'}_chunk{chunk_id}.pickle").open("ab") as f: pickle.dump((mult, res), f) |
