diff --git a/_downloads/621e2c7711e8623173875c33222eddb6/changelog.yaml b/_downloads/621e2c7711e8623173875c33222eddb6/changelog.yaml index a2f34b49..a8a59e93 100644 --- a/_downloads/621e2c7711e8623173875c33222eddb6/changelog.yaml +++ b/_downloads/621e2c7711e8623173875c33222eddb6/changelog.yaml @@ -676,3 +676,8 @@ added: - Simulation subsampling. date: 2024-09-24 18:10:25 +- bump: patch + changes: + changed: + - Renamed sim_macro_cache.py to simulation_macro_cache.py + date: 2024-09-26 00:13:13 diff --git a/_modules/policyengine_core/simulations/simulation.html b/_modules/policyengine_core/simulations/simulation.html index 00d984be..c5e093ea 100644 --- a/_modules/policyengine_core/simulations/simulation.html +++ b/_modules/policyengine_core/simulations/simulation.html @@ -272,7 +272,9 @@

Source code for policyengine_core.simulations.simulation

from policyengine_core.variables import Variable, QuantityType from policyengine_core.reforms.reform import Reform from policyengine_core.parameters import get_parameter -from policyengine_core.simulations.sim_macro_cache import SimulationMacroCache +from policyengine_core.simulations.simulation_macro_cache import ( + SimulationMacroCache, +)
[docs]class Simulation: