Skip to content

Commit

Permalink
deploy: 60f9864
Browse files Browse the repository at this point in the history
  • Loading branch information
facusapienza21 committed Sep 10, 2023
1 parent 75efa16 commit 20215a2
Show file tree
Hide file tree
Showing 8 changed files with 101 additions and 143 deletions.
3 changes: 2 additions & 1 deletion _downloads/cd42d7915fea37e5af1df86ab843e0b9/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
python-version: 3.9
- name: Install dependencies manually
run: |
pip install jupyter-book matplotlib numpy pandas future cartopy
pip install future matplotlib numpy cartopy pandas requests seaborn jupyter-book scikit-learn ipywidgets
# pip install jupyter-book matplotlib numpy pandas future cartopy
pip install pmagpy==4.2.106
pip install -e ./smpsite
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
100 changes: 57 additions & 43 deletions notebooks/Sampling_comparison.html

Large diffs are not rendered by default.

101 changes: 3 additions & 98 deletions notebooks/Sampling_example.html

Large diffs are not rendered by default.

38 changes: 38 additions & 0 deletions reports/notebooks/Sampling_comparison.err.log
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")
-------------------

2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 20215a2

Please sign in to comment.