-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
75efa16
commit 20215a2
Showing
8 changed files
with
101 additions
and
143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-9.16 KB
_images/13dec0bcb55ceeefbaa7e713689e9b4a20e3b8fc68aff7e1c90ddc3967582034.png
Binary file not shown.
Binary file added
BIN
+30.9 KB
_images/65f0e2bcbab2c7dbdf7f00bfb4809806b8df4ace89593487a994a72300ee8b43.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+29.7 KB
_images/812d29482720779fbdbbc93f51b4ab4e62faed7830bf6d65e89c8c3c06d0e98a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
Traceback (most recent call last): | ||
File "/opt/hostedtoolcache/Python/3.9.18/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.18/x64/lib/python3.9/site-packages/jupyter_core/utils/__init__.py", line 182, in ensure_async | ||
result = await obj | ||
File "/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/jupyter_client/channels.py", line 315, 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.18/x64/lib/python3.9/site-packages/jupyter_cache/executors/utils.py", line 58, in single_nb_execution | ||
executenb( | ||
File "/opt/hostedtoolcache/Python/3.9.18/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.18/x64/lib/python3.9/site-packages/jupyter_core/utils/__init__.py", line 166, in wrapped | ||
return loop.run_until_complete(inner) | ||
File "/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/asyncio/base_events.py", line 647, in run_until_complete | ||
return future.result() | ||
File "/opt/hostedtoolcache/Python/3.9.18/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.18/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.18/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.18/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: | ||
------------------- | ||
%%time | ||
|
||
df_more_sites = smp.simulate_estimations(params1, n_iters=n_iters, ignore_outliers="vandamme") | ||
df_less_sites = smp.simulate_estimations(params2, n_iters=n_iters, ignore_outliers="True") | ||
------------------- | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.