Skip to content

Commit 4ff7b64

Browse files
authored
R&S '82 example refactor: extract the definition of the custom MultiBox env from a notebook cell to a separate .py file (#1542)
1 parent 6062573 commit 4ff7b64

File tree

4 files changed

+3390
-3355
lines changed

4 files changed

+3390
-3355
lines changed

docs/bibliography.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,8 @@
228228
"https://doi.org/10.3402/tellusa.v34i2.10795": {
229229
"usages": [
230230
"examples/PySDM_examples/Rozanski_and_Sonntag_1982/figs_4_5_6.ipynb",
231-
"examples/PySDM_examples/Rozanski_and_Sonntag_1982/__init__.py"
231+
"examples/PySDM_examples/Rozanski_and_Sonntag_1982/__init__.py",
232+
"examples/PySDM_examples/Rozanski_and_Sonntag_1982/multibox.py"
232233
],
233234
"label": "Rozanski & Sonntag 1982 (Tellus A 34)",
234235
"title": "Vertical distribution of deuterium in atmospheric water vapour"

examples/PySDM_examples/Rozanski_and_Sonntag_1982/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
"""
88

99
# pylint: disable=invalid-name
10+
from PySDM_examples.Rozanski_and_Sonntag_1982.multibox import MultiBox

0 commit comments

Comments
 (0)