Skip to content

Commit

Permalink
refactor: rename pympdata libs
Browse files Browse the repository at this point in the history
  • Loading branch information
yoctoyotta1024 committed Nov 21, 2024
1 parent 5e5f618 commit 6278469
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Contents
usage/ourtests
tests/index
thermo/index
pympdata_microphysics/index
pympdata_bulk/index
src_mock_py/index
src_mock_cxx/index
utility_functions/index
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Shipway and Hill (2012) example in the PyMPDATA-examples library.
It's a 1-moment scheme modelling condensation via a
simple supersaturation adjustment.

.. autofunction:: libs.pympdata_microphysics.bulk_scheme_condensation.bulk_scheme_condensation
.. autofunction:: libs.pympdata_bulk.bulk_scheme_condensation.bulk_scheme_condensation

.. autoclass:: libs.pympdata_microphysics.bulk_scheme_condensation.MicrophysicsSchemeWrapper
.. autoclass:: libs.pympdata_bulk.bulk_scheme_condensation.MicrophysicsSchemeWrapper
:members:
:undoc-members:
:private-members:
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/test_case_0dparcel/test_pympdata_bulk.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

from .perform_0dparcel_test_case import perform_0dparcel_test_case
from libs.thermo.thermodynamics import Thermodynamics
from libs.pympdata_microphysics.bulk_scheme_condensation import (
from libs.pympdata_bulk.bulk_scheme_condensation import (
MicrophysicsSchemeWrapper,
)

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

from .perform_1dkid_test_case import perform_1dkid_test_case
from libs.thermo.thermodynamics import Thermodynamics
from libs.pympdata_microphysics.bulk_scheme_condensation import (
from libs.pympdata_bulk.bulk_scheme_condensation import (
MicrophysicsSchemeWrapper,
)

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

import numpy as np

from libs.pympdata_microphysics.bulk_scheme_condensation import (
from libs.pympdata_bulk.bulk_scheme_condensation import (
bulk_scheme_condensation,
MicrophysicsSchemeWrapper,
)
Expand Down

0 comments on commit 6278469

Please sign in to comment.