Skip to content

Commit d7d5730

Browse files
committed
Rename source files
1 parent 83d8594 commit d7d5730

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

tests/integration/test_xarray_constructor.py renamed to tests/integration/test_v1_constructor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
make_dataset_metadata,
1414
make_dataset,
1515
)
16-
from mdio.core.v1.xarray_constructor import Write_MDIO_metadata
16+
from mdio.core.v1.constructor import Write_MDIO_metadata
1717

1818

1919
def build_toy_dataset():

tests/unit/schema/v1/test_template_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from mdio.schema.v1.variable import Variable, Coordinate
1414
from mdio.schema.compressors import Blosc, ZFP
1515
from mdio.schema.dtype import StructuredType
16-
from mdio.core.v1.xarray_constructor import Write_MDIO_metadata
16+
from mdio.core.v1.constructor import Write_MDIO_metadata
1717

1818

1919
def test_builder_initialization():

0 commit comments

Comments
 (0)