Skip to content

Commit

Permalink
fix: remove unused argument from load_GDP (#1069)
Browse files Browse the repository at this point in the history
* fix: remove unused argument from load_GDP

* Update release_notes.rst
  • Loading branch information
ollie-bell authored Aug 4, 2024
1 parent 62691b6 commit d5aed4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ E.g. if a new rule becomes available describe how to use it `snakemake -j1 run_t

**Minor Changes and bug-fixing**

* Remove unused `countries_codes` argument from `load_GDP` function in `build_shapes.py` script, which was not being called as intended with positional arguments `PR #1069 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1069>`__


PyPSA-Earth 0.4.0
Expand Down
1 change: 0 additions & 1 deletion scripts/build_shapes.py
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,6 @@ def convert_GDP(name_file_nc, year=2015, out_logging=False):


def load_GDP(
countries_codes,
year=2015,
update=False,
out_logging=False,
Expand Down

0 comments on commit d5aed4e

Please sign in to comment.