Skip to content

Commit

Permalink
Deploying to gh-pages from @ 2e177cc 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff committed Sep 26, 2024
1 parent bc5e5ab commit f5cd24b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions _downloads/621e2c7711e8623173875c33222eddb6/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 3 additions & 1 deletion _modules/policyengine_core/simulations/simulation.html
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,9 @@ <h1>Source code for policyengine_core.simulations.simulation</h1><div class="hig
<span class="kn">from</span> <span class="nn">policyengine_core.variables</span> <span class="kn">import</span> <span class="n">Variable</span><span class="p">,</span> <span class="n">QuantityType</span>
<span class="kn">from</span> <span class="nn">policyengine_core.reforms.reform</span> <span class="kn">import</span> <span class="n">Reform</span>
<span class="kn">from</span> <span class="nn">policyengine_core.parameters</span> <span class="kn">import</span> <span class="n">get_parameter</span>
<span class="kn">from</span> <span class="nn">policyengine_core.simulations.sim_macro_cache</span> <span class="kn">import</span> <span class="n">SimulationMacroCache</span>
<span class="kn">from</span> <span class="nn">policyengine_core.simulations.simulation_macro_cache</span> <span class="kn">import</span> <span class="p">(</span>
<span class="n">SimulationMacroCache</span><span class="p">,</span>
<span class="p">)</span>


<div class="viewcode-block" id="Simulation"><a class="viewcode-back" href="../../../python_api/simulations.html#policyengine_core.simulations.simulation.Simulation">[docs]</a><span class="k">class</span> <span class="nc">Simulation</span><span class="p">:</span>
Expand Down

0 comments on commit f5cd24b

Please sign in to comment.