Skip to content

Commit 3fa00aa

Browse files
committed
Merge branch 'master' into to
2 parents 6855b31 + 7e8e0d2 commit 3fa00aa

File tree

9 files changed

+3
-3
lines changed

9 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import sphinx_autosummary_accessors
2222

2323
# need to import so accessors get registered
24-
import pintxarray # noqa: F401
24+
import pint_xarray # noqa: F401
2525

2626
# -- Project information -----------------------------------------------------
2727

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

pintxarray/tests/test_conversion.py renamed to pint_xarray/tests/test_conversion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import pytest
44
from xarray import DataArray, Dataset, Variable
55

6-
from pintxarray import conversion
6+
from pint_xarray import conversion
77

88
from .utils import assert_array_equal, assert_array_units_equal, assert_equal
99

File renamed without changes.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ exclude=
3030

3131
[isort]
3232
default_section = THIRDPARTY
33-
known_first_party = pintxarray
33+
known_first_party = pint_xarray
3434
multi_line_output = 3
3535
include_trailing_comma = True
3636
force_grid_wrap = 0

0 commit comments

Comments
 (0)