updates to 7

This commit is contained in:
Valentin Boettcher 2022-07-21 12:57:40 +02:00
parent 758c3af13c
commit 92986f1ad2
4 changed files with 8858 additions and 8858 deletions

File diff suppressed because it is too large Load diff

Before

Width:  |  Height:  |  Size: 127 KiB

After

Width:  |  Height:  |  Size: 127 KiB

View file

@ -149,7 +149,7 @@ ax.set_xscale("log")
ax.set_ylabel("$J$")
ax.set_xlabel(r"$\tau$")
# ax.set_ylim(1e-3,2)
#ax.tick_params(axis='y', which='major', pad=10)
ax.tick_params(axis='y', which='major', pad=10)
ax.set_xlim(1e-3)
ax.legend()
fs.export_fig("initial_slip")

View file

@ -25,7 +25,7 @@ Init ray and silence stocproc.
#+end_src
#+RESULTS:
: RayContext(dashboard_url='', python_version='3.9.12', ray_version='1.12.1', ray_commit='4863e33856b54ccf8add5cbe75e41558850a1b75', address_info={'node_ip_address': '141.30.17.225', 'raylet_ip_address': '141.30.17.225', 'redis_address': None, 'object_store_address': '/tmp/ray/session_2022-07-11_16-23-33_787249_3718/sockets/plasma_store', 'raylet_socket_name': '/tmp/ray/session_2022-07-11_16-23-33_787249_3718/sockets/raylet', 'webui_url': '', 'session_dir': '/tmp/ray/session_2022-07-11_16-23-33_787249_3718', 'metrics_export_port': 52411, 'gcs_address': '141.30.17.225:61800', 'address': '141.30.17.225:61800', 'node_id': 'ccd0fa91f1cf1c8e7ccde10dca737ea05bbbf4c40bf7307334ada0f6'})
: RayContext(dashboard_url='', python_version='3.9.13', ray_version='1.13.0', ray_commit='e4ce38d001dbbe09cd21c497fedd03d692b2be3e', address_info={'node_ip_address': '141.30.17.225', 'raylet_ip_address': '141.30.17.225', 'redis_address': None, 'object_store_address': '/tmp/ray/session_2022-07-13_12-14-59_947657_1195848/sockets/plasma_store', 'raylet_socket_name': '/tmp/ray/session_2022-07-13_12-14-59_947657_1195848/sockets/raylet', 'webui_url': '', 'session_dir': '/tmp/ray/session_2022-07-13_12-14-59_947657_1195848', 'metrics_export_port': 44689, 'gcs_address': '141.30.17.225:52358', 'address': '141.30.17.225:52358', 'node_id': 'dbd050161eb00064fa872bd35654520b34a583e85dd90b169823b856'})
#+begin_src jupyter-python :results none :tangle scripts/integrate_slip.py
from hops.util.logging_setup import logging_setup
@ -46,8 +46,8 @@ We use a logspaced time to resolve the initial slip.
#+RESULTS:
:RESULTS:
| <matplotlib.lines.Line2D | at | 0x7f7124abf100> |
[[file:./.ob-jupyter/83580327cbea9ccdd5e201de379eabcb5458cb45.svg]]
| <matplotlib.lines.Line2D | at | 0x7f98236c7d60> |
[[file:./.ob-jupyter/be9ed2be4a95667ae8dbed5b3e49b1d228d72352.svg]]
:END:
#+begin_src jupyter-python :results none :tangle scripts/integrate_slip.py
@ -432,7 +432,7 @@ And the flow.
ax.set_ylabel("$J$")
ax.set_xlabel(r"$\tau$")
# ax.set_ylim(1e-3,2)
#ax.tick_params(axis='y', which='major', pad=10)
ax.tick_params(axis='y', which='major', pad=10)
ax.set_xlim(1e-3)
ax.legend()
fs.export_fig("initial_slip")
@ -444,8 +444,8 @@ And the flow.
: -0.25
: -0.25
: -0.25
[[file:./.ob-jupyter/ffe9b75e70b3d3e3ae6d90fdee3359b6d280a622.svg]]
[[file:./.ob-jupyter/f7e9401ab2e396dcfe322e91e997f935e9deb2b0.svg]]
[[file:./.ob-jupyter/8d2386213f44ea363ca093480b7bf517509c53ad.svg]]
[[file:./.ob-jupyter/26520e3d25ffc61bdfa6e05eb5f82625929a0ac6.svg]]
:END:
#+begin_src jupyter-python