Ashwin V. Mohanan
Ashwin V. Mohanan
Need a SLURM setup to reproduce this.
Few pointers - In order to copy the files use `shutil.copy2` / `shutil.copytree` (Python 3.8+) so that the metadata would be preserved - Excluding results would be tricky if you...
@dependabot rebase
@dependabot rebase
So to chronologically undestand your sitatuation: 1. Ran a simulation into `session_01` 2. Restarted into `session_02`, but was locked? Only .his file was written. 3. Restarted again into `session_03` but...
cc: @rknightuk in case you missed this
That looks really interesting. Thanks for the tip @Neon22. Feel free to give it a go if you are interested and I can make the necessary changes in the packaging....
- `SyntaxWarning` needs some fixes, but those are not errors ... yet. It will be if you use Python 3.13, I suppose. - For the AttributeError. It is indeed `T_T0`....
For the error, you need to replace `N = angle.size / 2` with `N = angle.size // 2` to ensure the result is an integer.
@Neon22 Very nice effort for such little time! To be honest, I don't recall if that script was right or wrong. Maybe you can check if you have training in...