Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
floriankrb committed Mar 11, 2024
1 parent 6f6777c commit 5f27090
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/create/test_create.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
]
assert NAMES, "No yaml files found in " + HERE

TEST_DATA_ROOT = "s3://ml-tests/test-data/anemoi-datasets/create/"
TEST_DATA_ROOT = "https://object-store.os-api.cci1.ecmwf.int/ml-tests/test-data/anemoi-datasets/create/"


def compare_dot_zattrs(a, b):
Expand Down Expand Up @@ -126,7 +126,6 @@ def compare(self):
def test_run(name):
config = os.path.join(HERE, name + ".yaml")
output = os.path.join(HERE, name + ".zarr")
comparer = Comparer(name, output_path=output)

# cache=None is using the default cache
c = Creator(
Expand All @@ -137,6 +136,7 @@ def test_run(name):
)
c.create()

comparer = Comparer(name, output_path=output)
comparer.compare()


Expand Down

0 comments on commit 5f27090

Please sign in to comment.