Finding helper_source_path
in rules/common.smk
takes forever on a slow filesystem
#879
Closed
2 tasks done
Labels
Hi everybody,
I found the following bug, which doesn't break anything, but may make the model painfully slow if the filesystem is also slow.
Checklist
pypsa-eur
environment. Update viaconda env update -f envs/environment.yaml
.Describe the Bug
The line
pypsa-eur/rules/common.smk
Line 7 in 85ecb13
which recursively looks for
_helpers.py
makes the model very slow in my experience. This is very likely due to a slow filesystem on our cluster at the Potsdam Institute. We've had similar issues with the filesystem in the past. So the bug is more on our side, but still, other users could run into similar issues on slow filesystems, so it might be worth looking into it.If I revert c3bcaee everything works fine again.
Tagging @euronion so he's aware.
Thanks!
Error Message
There's no error message.
The text was updated successfully, but these errors were encountered: