From 126fc5c708e0169edc31b3e9da3dd3c3592e0eae Mon Sep 17 00:00:00 2001 From: Baudouin Raoult Date: Mon, 16 Sep 2024 10:16:51 +0000 Subject: [PATCH] typo --- pyproject.toml | 2 +- src/ai_models/inputs/opendata.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4c3dc6d..86f9f1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ version_file = "src/ai_models/_version.py" file = "ai_models.inputs.file:FileInput" mars = "ai_models.inputs.mars:MarsInput" cds = "ai_models.inputs.cds:CdsInput" -opendata = "ai_models.inputs.opendata:OpenDataInput" +ecmwf-open-data = "ai_models.inputs.opendata:OpenDataInput" [project.entry-points."ai_models.output"] file = "ai_models.outputs:FileOutput" diff --git a/src/ai_models/inputs/opendata.py b/src/ai_models/inputs/opendata.py index 16634c0..935a0f8 100644 --- a/src/ai_models/inputs/opendata.py +++ b/src/ai_models/inputs/opendata.py @@ -170,7 +170,7 @@ def sfc_load_source(self, **kwargs): return self.check_sfc(fields, request) def ml_load_source(self, **kwargs): - pproc, _ = self._adjust(kwargs) + pproc = self._adjust(kwargs) kwargs["levtype"] = "ml" request = kwargs.copy()