Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed May 16, 2023
1 parent d84b914 commit 1be3171
Show file tree
Hide file tree
Showing 2 changed files with 121 additions and 111 deletions.
230 changes: 120 additions & 110 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/test_implementation.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def test_implementation():
add_premise_gwp()

# check that the new method exists
new_method = ("IPCC 2013", "climate change", "GWP 100a, incl. H and bio CO2")
new_method = ("IPCC 2021", "climate change", "GWP 100a, incl. H and bio CO2")
assert new_method in bw2data.methods

# check that "Carbon dioxide, in air" has now a CF of -1
Expand Down

0 comments on commit 1be3171

Please sign in to comment.