Skip to content

Commit

Permalink
Black reformating
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Jun 8, 2023
1 parent 91b2eb5 commit 7b0976a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_import_inventories.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def test_load_carma():
version_out="3.8",
path=FILEPATH_CARMA_INVENTORIES,
system_model="cutoff",
keep_uncertainty_data=False
keep_uncertainty_data=False,
)
assert len(carma.import_db.data) >= 135

Expand All @@ -126,6 +126,6 @@ def test_load_biofuel():
version_out="3.8",
path=FILEPATH_BIOFUEL_INVENTORIES,
system_model="cutoff",
keep_uncertainty_data=False
keep_uncertainty_data=False,
)
assert len(bio.import_db.data) >= 160

0 comments on commit 7b0976a

Please sign in to comment.