Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi authored and romainsacchi committed Jun 17, 2024
2 parents 8eca7e9 + 8436f07 commit 3f69614
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ def test_simapro_compartments():

def test_simapro_exchange_categories():
simapro_exchange_categories = get_simapro_category_of_exchange()
agr = simapro_exchange_categories[("2-butanol production by hydration of butene", "2-butanol")]
agr = simapro_exchange_categories[
("2-butanol production by hydration of butene", "2-butanol")
]
assert agr["category"] == "material"
assert agr["sub_category"] == "Chemicals\Organic\Transformation"

Expand Down

0 comments on commit 3f69614

Please sign in to comment.