Skip to content

Commit 9181026

Browse files
committed
Fixing monte carlo seed usage
1 parent b7b14ed commit 9181026

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

activity_browser/bwutils/montecarlo.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ def calculate(self, iterations: int = 10, seed: Optional[int] = None, **kwargs):
198198
technosphere=self.include_technosphere,
199199
biosphere=self.include_biosphere,
200200
characterization=self.include_cfs,
201+
seed_override=self.seed,
201202
)
202203
self.lca.lci()
203204
self.lca.lcia()

0 commit comments

Comments
 (0)