Skip to content

Commit

Permalink
refactor: rename graupel libs -> icon_graupel
Browse files Browse the repository at this point in the history
  • Loading branch information
yoctoyotta1024 committed Nov 22, 2024
1 parent cf498f4 commit 1d43cc1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/test_case_0dparcel/test_graupel_py.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

path = os.environ.get("PY_GRAUPEL_DIR")
if path and path is not None:
from libs.graupel.microphysics_scheme_wrapper import MicrophysicsSchemeWrapper
from libs.icon_graupel.microphysics_scheme_wrapper import MicrophysicsSchemeWrapper
from .perform_0dparcel_test_case import perform_0dparcel_test_case
from libs.thermo.thermodynamics import Thermodynamics

Expand Down
2 changes: 1 addition & 1 deletion tests/test_case_1dkid/test_graupel_bulk.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

from .perform_1dkid_test_case import perform_1dkid_test_case
from libs.thermo.thermodynamics import Thermodynamics
from libs.graupel.microphysics_scheme_wrapper import MicrophysicsSchemeWrapper
from libs.icon_graupel.microphysics_scheme_wrapper import MicrophysicsSchemeWrapper

def test_pympdata_bulk_scheme_1dkid():
"""runs test of 1-D KiD rainshaft model using bulk scheme for condensation
Expand Down
2 changes: 1 addition & 1 deletion tests/test_graupel_microphysics_scheme.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

path = os.environ.get("PY_GRAUPEL_DIR")
if path and path is not None:
from libs.graupel.microphysics_scheme_wrapper import (
from libs.icon_graupel.microphysics_scheme_wrapper import (
MicrophysicsSchemeWrapper,
py_graupel,
)
Expand Down

0 comments on commit 1d43cc1

Please sign in to comment.