You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this suggestion related to a problem? Please describe.
One of the most annoying bits of using snakemake is the lack of proper debugging functions in most IDEs, slowing developement.
I've tested it and it works decently enough. Should we consider including it as part of clio-tools?
Additional context
One problem is that it requires snakemake to be 'embedded' in clio-tool dependencies.
This could cause conflicts when other projects use it.
Also, we should try to avoid 'fattening' clio-tools too much. Maybe this could be an optional dependency?
The text was updated successfully, but these errors were encountered:
Is this suggestion related to a problem? Please describe.
One of the most annoying bits of using snakemake is the lack of proper debugging functions in most IDEs, slowing developement.
Describe the solution you'd like
The folks at PyPSA get around this with a 'mock' function
https://github.com/PyPSA/pypsa-eur/blob/master/scripts/_helpers.py
I've tested it and it works decently enough. Should we consider including it as part of
clio-tools
?Additional context
One problem is that it requires
snakemake
to be 'embedded' inclio-tool
dependencies.This could cause conflicts when other projects use it.
Also, we should try to avoid 'fattening'
clio-tools
too much. Maybe this could be an optional dependency?The text was updated successfully, but these errors were encountered: