Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Nov 26, 2023
1 parent e464b48 commit 1056b8e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion bw2calc/multi_lca.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def __init__(
selective_use: Optional[dict] = None,
):
# Validation checks
# DemandsValidator(demands=demands)
DemandsValidator(demands=demands)
MethodConfig(**method_config)

self.demands = demands
Expand Down
2 changes: 0 additions & 2 deletions tests/multi_lca.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,3 @@ def test_inventory_matrix_construction(dps, config, func_units):
assert mlca.biosphere_matrix[mlca.dicts.biosphere[a], mlca.dicts.activity[b]] == c

assert mlca.biosphere_matrix.sum() == np.array([2, 4, 8, 1, 2, 1, 1, 2, 3, 1, 2, 3]).sum()

assert 0

0 comments on commit 1056b8e

Please sign in to comment.