Skip to content

Commit

Permalink
Merge pull request #136 from JeffreyDillonLyons/jeff_branch
Browse files Browse the repository at this point in the history
fixed typo in lake_model.py
  • Loading branch information
quaquel authored May 30, 2022
2 parents f425154 + 5da7365 commit d4464a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ema_workbench/examples/lake_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@ def lake_problem(

with MultiprocessingEvaluator(lake_model) as evaluator:
res = evaluator.perform_experiments(
n_scenarios, n_policies, levers_sampling=Samplers.MC
n_scenarios, n_policies, lever_sampling=Samplers.MC
)

0 comments on commit d4464a3

Please sign in to comment.