Skip to content

Commit 25cf486

Browse files
committed
Merge branch 'develop' of github.com:ecmwf/anemoi-datasets into develop
2 parents e7b9420 + 0032475 commit 25cf486

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/building/sources/forcings.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ input:
55
args2: value2
66
- forcings:
77
template: ${input.join.0.source1}
8-
params:
8+
param:
99
- insolation
1010
- cos_julian_day
1111
- sin_julian_day

src/anemoi/datasets/create/functions/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def import_function(name, kind):
2424
name = name.replace("-", "_")
2525

2626
plugins = {}
27-
for e in entrypoints.get_group_all(f"anemoi.datasets.{kind}s"):
27+
for e in entrypoints.get_group_all(f"anemoi.datasets.{kind}"):
2828
plugins[e.name.replace("_", "-")] = e
2929

3030
if name in plugins:

0 commit comments

Comments
 (0)