Update app.py
Browse files
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 |
|