Skip to content

Commit

Permalink
Deploying to gh-pages from @ 6035796 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff committed Jun 28, 2024
1 parent ab3319c commit dd4729d
Show file tree
Hide file tree
Showing 20 changed files with 611 additions and 213 deletions.
4 changes: 2 additions & 2 deletions examples/income-sources.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ <h3>Baseline estimation<a class="headerlink" href="#baseline-estimation" title="
<tr>
<th>EAST_OF_ENGLAND</th>
<td>6.6</td>
<td>28.4</td>
<td>28.5</td>
<td>6.3</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion model/validation.html
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ <h1>Validation<a class="headerlink" href="#validation" title="Permalink to this
<div class="cell_output docutils container">
<div class="output traceback highlight-ipythontb notranslate"><div class="highlight"><pre><span></span><span class="gt">---------------------------------------------------------------------------</span>
<span class="ne">ModuleNotFoundError</span><span class="g g-Whitespace"> </span>Traceback (most recent call last)
<span class="nn">/tmp/ipykernel_2155/1965604937.py</span> in <span class="ni">&lt;cell line: 103&gt;</span><span class="nt">()</span>
<span class="nn">/tmp/ipykernel_2140/1965604937.py</span> in <span class="ni">&lt;cell line: 103&gt;</span><span class="nt">()</span>
<span class="g g-Whitespace"> </span><span class="mi">101</span>
<span class="g g-Whitespace"> </span><span class="mi">102</span>
<span class="ne">--&gt; </span><span class="mi">103</span> <span class="kn">from</span> <span class="nn">policyengine_uk.data.datasets.frs.calibration.loss</span> <span class="kn">import</span> <span class="p">(</span>
Expand Down
4 changes: 2 additions & 2 deletions programs/contrib/ubi-center/carbon-tax.html

Large diffs are not rendered by default.

164 changes: 82 additions & 82 deletions programs/gov/dcms/bbc/tv-licence.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions programs/gov/dwp/PIP.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions programs/gov/dwp/pension-credit.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions programs/gov/dwp/universal-credit.html

Large diffs are not rendered by default.

174 changes: 87 additions & 87 deletions programs/gov/hmrc/child-benefit.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions programs/gov/hmrc/fuel-duty.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions programs/gov/hmrc/income-tax.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions programs/gov/hmrc/national-insurance.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions programs/gov/hmrc/stamp-duty.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions programs/gov/ofgem/energy-price-guarantee.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions programs/gov/wra/land-transaction-tax.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion reports/model/validation.err.log
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ fig

---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
/tmp/ipykernel_2155/1965604937.py in <cell line: 103>()
/tmp/ipykernel_2140/1965604937.py in <cell line: 103>()
 101 
 102 
--> 103 from policyengine_uk.data.datasets.frs.calibration.loss import (
Expand Down
37 changes: 37 additions & 0 deletions reports/usage/getting-started.err.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
Traceback (most recent call last):
File "/opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/nbclient/client.py", line 778, in _async_poll_for_reply
msg = await ensure_async(self.kc.shell_channel.get_msg(timeout=new_timeout))
File "/opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/jupyter_core/utils/__init__.py", line 198, in ensure_async
result = await obj
File "/opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/jupyter_client/channels.py", line 313, in get_msg
raise Empty
_queue.Empty

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/jupyter_cache/executors/utils.py", line 58, in single_nb_execution
executenb(
File "/opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/nbclient/client.py", line 1305, in execute
return NotebookClient(nb=nb, resources=resources, km=km, **kwargs).execute()
File "/opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/jupyter_core/utils/__init__.py", line 165, in wrapped
return loop.run_until_complete(inner)
File "/opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/asyncio/base_events.py", line 647, in run_until_complete
return future.result()
File "/opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/nbclient/client.py", line 705, in async_execute
await self.async_execute_cell(
File "/opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/nbclient/client.py", line 1001, in async_execute_cell
exec_reply = await self.task_poll_for_reply
File "/opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/nbclient/client.py", line 802, in _async_poll_for_reply
error_on_timeout_execute_reply = await self._async_handle_timeout(timeout, cell)
File "/opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/nbclient/client.py", line 852, in _async_handle_timeout
raise CellTimeoutError.error_from_timeout_and_cell(
nbclient.exceptions.CellTimeoutError: A cell timed out while it was being executed, after 30 seconds.
The message was: Cell execution timed out.
Here is a preview of the cell contents:
-------------------
['baseline = Microsimulation() # Enhanced FRS 2022 by default', 'reformed = Microsimulation(reform=increase_basic_rate)', '', 'revenue = (', ' -(']
...
[')', '', 'print(', ' f"Raising the basic rate to 25% would raise the UK £{revenue:.2f}bn per year"', ')']
-------------------

2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

365 changes: 363 additions & 2 deletions usage/getting-started.html

Large diffs are not rendered by default.

0 comments on commit dd4729d

Please sign in to comment.