Skip to content

Commit 7eac8aa

Browse files
delete notebook_vars.py from PySDM_examples.utils (#1505)
Co-authored-by: Sylwester Arabas <sylwester.arabas@agh.edu.pl>
1 parent afe2f91 commit 7eac8aa

File tree

21 files changed

+19
-51
lines changed

21 files changed

+19
-51
lines changed

examples/PySDM_examples/utils/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@
44

55
from .basic_simulation import BasicSimulation
66
from .dummy_controller import DummyController
7-
from .notebook_vars import notebook_vars
87
from .progbar_controller import ProgBarController
98
from .read_vtk_1d import readVTK_1d

examples/PySDM_examples/utils/notebook_vars.py

Lines changed: 0 additions & 31 deletions
This file was deleted.

tests/smoke_tests/box/dejong_azimi/test_box.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import pytest
66
import numpy as np
77

8-
from PySDM_examples.utils import notebook_vars
8+
from open_atmos_jupyter_utils import notebook_vars
99
from PySDM_examples import deJong_Azimi
1010

1111
from PySDM.physics import si, in_unit

tests/smoke_tests/no_env/bolin_1958/test_table_1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from collections import defaultdict
77
import numpy as np
88
import pytest
9-
from PySDM_examples.utils import notebook_vars
9+
from open_atmos_jupyter_utils import notebook_vars
1010
from PySDM_examples import Bolin_1958
1111

1212

tests/smoke_tests/no_env/gedzelman_and_arnold_1994/test_fig_2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import numpy as np
88
import pytest
99

10-
from PySDM_examples.utils.notebook_vars import notebook_vars
10+
from open_atmos_jupyter_utils import notebook_vars
1111
from PySDM_examples import Gedzelman_and_Arnold_1994
1212

1313
PLOT = False

tests/smoke_tests/no_env/lamb_et_al_2017/test_fig_4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import numpy as np
88
import pytest
99

10-
from PySDM_examples.utils.notebook_vars import notebook_vars
10+
from open_atmos_jupyter_utils import notebook_vars
1111
from PySDM_examples import Lamb_et_al_2017
1212

1313
PLOT = False

tests/smoke_tests/no_env/miyake_et_al_1968/test_fig_19.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import numpy as np
88
import pytest
99

10-
from PySDM_examples.utils.notebook_vars import notebook_vars
10+
from open_atmos_jupyter_utils import notebook_vars
1111
from PySDM_examples import Miyake_et_al_1968
1212

1313
PLOT = False

tests/smoke_tests/no_env/pierchala_et_al_2022/test_fig_3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import numpy as np
88
import pytest
99

10-
from PySDM_examples.utils.notebook_vars import notebook_vars
10+
from open_atmos_jupyter_utils import notebook_vars
1111
from PySDM_examples import Pierchala_et_al_2022
1212

1313
from PySDM.physics.constants import PER_MEG, PER_MILLE

tests/smoke_tests/no_env/pierchala_et_al_2022/test_fig_4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import numpy as np
88
import pytest
99

10-
from PySDM_examples.utils.notebook_vars import notebook_vars
10+
from open_atmos_jupyter_utils import notebook_vars
1111
from PySDM_examples import Pierchala_et_al_2022
1212

1313
from PySDM.physics.constants import PER_MEG, PER_MILLE

tests/smoke_tests/parcel_a/lowe_et_al_2019/test_fig_s2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import numpy as np
1111
import pytest
1212
from PySDM_examples import Lowe_et_al_2019
13-
from PySDM_examples.utils import notebook_vars
13+
from open_atmos_jupyter_utils import notebook_vars
1414

1515
from PySDM.physics import si
1616

0 commit comments

Comments
 (0)