-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
- Loading branch information
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
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"', ')'] | ||
------------------- | ||
|
Large diffs are not rendered by default.
Large diffs are not rendered by default.