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
To prevent errors like explained in #148 it would be nice to add a PR template containing (maybe among other things) a check list about what has to be done before a merge.
run simulation with xxx data / scenario ..
run examples
The text was updated successfully, but these errors were encountered:
Fixes #
## Before merging into `dev`-branch, please make sure that the following points are checked:
- [ ] All pre-commit tests passed locally with: `pre-commit run -a`
- [ ] File `CHANGELOG.md` was updated
- [ ] The docs were updated
- [ ] if `dataset.md`s were updated, the dataset docs were regenerated using
`python docs/generate_dataset_mds.py`
If packages were modified:
- [ ] File `poetry.lock` was updated with: `poetry lock`
- [ ] A new env was successfully set up
WARNING: When modifying use snakemake <=7.32.0, cf. #186
If data flow was adjusted:
- [ ] Data pipeline run finished successfully with: `snakemake -jX`
- [ ] Esys appdata was created successfully with: `snakemake -jX make_esys_appdata`
(with `X` = desired number of cores, e.g. 1)
To prevent errors like explained in #148 it would be nice to add a PR template containing (maybe among other things) a check list about what has to be done before a merge.
The text was updated successfully, but these errors were encountered: