petter2025 commited on
Commit
04ce62b
·
verified ·
1 Parent(s): dcc6195

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ except ImportError:
49
  # ----------------------------------------------------------------------
50
  # Infrastructure simulator and engines
51
  # ----------------------------------------------------------------------
52
- infra_sim = AzureInfrastructureSimulator()
53
  policy_engine = PolicyEngine() # loads default policies
54
  risk_engine = RiskEngine(hmc_model_path="hmc_model.json", use_hyperpriors=True)
55
 
 
49
  # ----------------------------------------------------------------------
50
  # Infrastructure simulator and engines
51
  # ----------------------------------------------------------------------
52
+ infra_sim = AzureInfrastructureSimulator(policy=policy_engine)
53
  policy_engine = PolicyEngine() # loads default policies
54
  risk_engine = RiskEngine(hmc_model_path="hmc_model.json", use_hyperpriors=True)
55