Skip to content

Commit

Permalink
fix bug where twenty_percent_compliance was not added to scenarios li…
Browse files Browse the repository at this point in the history
…st and therefore not created in the scenarios dir
  • Loading branch information
sandypreiss committed Mar 14, 2024
1 parent 117719f commit 412f174
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crcsim/experiment/prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@ def create_scenarios() -> List:
twenty_percent_compliance_rates,
)
)
scenarios.append(twenty_percent_compliance)

return scenarios


Expand Down

0 comments on commit 412f174

Please sign in to comment.