Update / synchronize _helper script and dependencies with main project
Nobody has claimed this yet.
Assessment
- Difficulty
- 5/5
- Estimated time
- Over a week
- Newbie friendliness
- 25/100
- Issue type
- Refactor
- Clarity
- Needs clarification
- Activity status
- Stale
- Tech stack
- python
- Domain
- build-system, tooling
Research direction
Compare this project's _helpers.py and Snakemake files with the corresponding implementation in pypsa_eur, starting with the snakemake.settings import and the current script interface. Determine whether the work should remove _helpers.py, extract shared code, or synchronize it, then update the project dependencies; done means the duplicated or outdated helper behavior and dependency definitions are resolved.
Written by the indexing model from the issue text.
Description
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.
- Dominant language
- Python
- Stars
- 130
- Forks
- 59
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from PyPSA/technology-data
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
PyPSA/technology-data#271 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 45/100
PyPSA/technology-data#284 ·
-
bug
Difficulty 3/5 1-2 days Newbie friendliness 68/100
PyPSA/technology-data#283 ·
-
feature
Difficulty 4/5 3-5 days Newbie friendliness 38/100
PyPSA/technology-data#282 · 4 comments ·
-
bug
Difficulty 5/5 Over a week Newbie friendliness 25/100
PyPSA/technology-data#281 ·
All issues in PyPSA/technology-data
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
anthropics/skills#1811 · 1 comment ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
speaches-ai/speaches#678 ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
datalayer/mcp-compose#42 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
conda-forge/spacy-feedstock#177 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
UKGovernmentBEIS/inspect_evals#2523 ·