Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Sep 16, 2024
1 parent 3d63cb0 commit 126fc5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/ai_models/inputs/opendata.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 126fc5c

Please sign in to comment.