Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update / synchronize _helper script and dependencies with main project #140

Open
fhg-isi opened this issue Aug 20, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@fhg-isi
Copy link
Contributor

fhg-isi commented Aug 20, 2024

Compared to pypsa_eur, this project uses an outdated version of _helpers.py
from snakemake.settings import

vs

from snakemake.settings.types import

=> Try to avoid copy paste code for _helpers module.
=> Maybe mocking snakemake would not be required if using run instead of script in snakemake file and reworking the interface between snakefile and script. Then _helpers.py could be removed.
=>If helpers.py is still needed, maybe move common code to extra project to reuse functionality instead of duplicating it.
=> Update dependencies.

@fhg-isi fhg-isi added the enhancement New feature or request label Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant