Skip to content

Commit

Permalink
Merge pull request #883 from openego/features/#882-parallelize-sanity…
Browse files Browse the repository at this point in the history
…-checks

Features/#882 parallelize sanity checks
  • Loading branch information
nesnoj committed Aug 30, 2022
2 parents 2facea2 + d925c44 commit fc098ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,8 @@ Changed
`#817 <https://github.com/openego/eGon-data/issues/817>`_
* Add noflex scenario for motorized individual travel
`#821 <https://github.com/openego/eGon-data/issues/821>`_
* Parallelize sanity checks
`#882 <https://github.com/openego/eGon-data/issues/882>`_


Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions src/egon/data/datasets/sanity_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ class SanityChecks(Dataset):
def __init__(self, dependencies):
super().__init__(
name="SanityChecks",
version="0.0.2",
version="0.0.3",
dependencies=dependencies,
tasks=(
tasks={
sanitycheck_eGon2035_electricity,
sanitycheck_eGon2035_heat,
),
},
)


Expand Down

0 comments on commit fc098ec

Please sign in to comment.