Skip to content

Commit

Permalink
Deploying to gh-pages from @ 3db9956 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholmer committed Sep 26, 2024
1 parent 86d468d commit 6d58a51
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _modules/taxcalc/policy.html
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ <h1>Source code for taxcalc.policy</h1><div class="highlight"><pre>
<span class="n">DEFAULTS_FILE_NAME</span> <span class="o">=</span> <span class="s1">&#39;policy_current_law.json&#39;</span>
<span class="n">DEFAULTS_FILE_PATH</span> <span class="o">=</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">abspath</span><span class="p">(</span><span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">dirname</span><span class="p">(</span><span class="vm">__file__</span><span class="p">))</span>
<span class="n">JSON_START_YEAR</span> <span class="o">=</span> <span class="mi">2013</span> <span class="c1"># remains the same unless earlier data added</span>
<span class="n">LAST_KNOWN_YEAR</span> <span class="o">=</span> <span class="mi">2022</span> <span class="c1"># last year for which indexed param vals are known</span>
<span class="n">LAST_KNOWN_YEAR</span> <span class="o">=</span> <span class="mi">2023</span> <span class="c1"># last year for which indexed param vals are known</span>
<span class="c1"># should increase LAST_KNOWN_YEAR by one every calendar year</span>
<span class="n">LAST_BUDGET_YEAR</span> <span class="o">=</span> <span class="mi">2034</span> <span class="c1"># last extrapolation year</span>
<span class="c1"># should increase LAST_BUDGET_YEAR by one every calendar year</span>
Expand Down
6 changes: 3 additions & 3 deletions recipes/recipe00.html
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ <h2>Plotting<a class="headerlink" href="#plotting" title="Link to this heading">
</style>
<div>
<a href="https://bokeh.org" target="_blank" class="bk-notebook-logo"></a>
<span id="c7a52cd4-4f06-404c-95da-6e63e2f96a75">Loading BokehJS ...</span>
<span id="f12038c2-091e-4848-8023-be70074cd1cb">Loading BokehJS ...</span>
</div>
</div><script type="application/javascript">'use strict';
(function(root) {
Expand Down Expand Up @@ -864,7 +864,7 @@ <h2>Plotting<a class="headerlink" href="#plotting" title="Link to this heading">
"</div>"}};

function display_loaded(error = null) {
const el = document.getElementById("c7a52cd4-4f06-404c-95da-6e63e2f96a75");
const el = document.getElementById("f12038c2-091e-4848-8023-be70074cd1cb");
if (el != null) {
const html = (() => {
if (typeof root.Bokeh === "undefined") {
Expand Down Expand Up @@ -998,7 +998,7 @@ <h2>Plotting<a class="headerlink" href="#plotting" title="Link to this heading">
console.log("Bokeh: BokehJS failed to load within specified timeout.");
root._bokeh_failed_load = true;
} else if (force !== true) {
const cell = $(document.getElementById("c7a52cd4-4f06-404c-95da-6e63e2f96a75")).parents('.cell').data().cell;
const cell = $(document.getElementById("f12038c2-091e-4848-8023-be70074cd1cb")).parents('.cell').data().cell;
cell.output_area.append_execute_result(NB_LOAD_WARNING)
}
}
Expand Down
2 changes: 1 addition & 1 deletion recipes/recipe04.html
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ <h1>Recipe 4: Estimating Differential Reform Response<a class="headerlink" href=
ALL 204.484 3.811 1.19
</pre></div>
</div>
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>/tmp/ipykernel_2064/3804893807.py:46: FutureWarning: The default of observed=False is deprecated and will be changed to True in a future version of pandas. Pass observed=False to retain current behavior or observed=True to adopt the future default and silence this warning.
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>/tmp/ipykernel_2154/3804893807.py:46: FutureWarning: The default of observed=False is deprecated and will be changed to True in a future version of pandas. Pass observed=False to retain current behavior or observed=True to adopt the future default and silence this warning.
gbydf = vdf.groupby(&#39;table_row&#39;, as_index=False)
</pre></div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 6d58a51

Please sign in to comment.