Skip to content

Commit

Permalink
Naming guidelines not available to all users. fixing #119 (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
floriankrb authored Nov 12, 2024
1 parent f5e0900 commit 6cb6689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/anemoi/datasets/create/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def check_parsed(self):
self.messages.append(
f"the dataset name {self} does not follow naming convention. "
"See here for details: "
"https://confluence.ecmwf.int/display/DWF/Datasets+available+as+zarr"
"https://anemoi-registry.readthedocs.io/en/latest/naming-conventions.html"
)

def check_resolution(self, resolution):
Expand Down

0 comments on commit 6cb6689

Please sign in to comment.