Skip to content

Commit

Permalink
Move output finalise to ai-models
Browse files Browse the repository at this point in the history
  • Loading branch information
gmertes committed Jun 21, 2024
1 parent d9cb4e9 commit 1906f51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,19 @@ dependencies = [
]

optional-dependencies.all = [
"ai-models>=0.6.2",
"ai-models>=0.6.3",
"tqdm",
]

optional-dependencies.dev = [
"ai-models>=0.6.2",
"ai-models>=0.6.3",
"anemoi-datasets[all]",
"pytest",
"tqdm",
]

optional-dependencies.plugin = [
"ai-models>=0.6.2",
"ai-models>=0.6.3",
"tqdm",
]

Expand Down
2 changes: 0 additions & 2 deletions src/anemoi/inference/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ def run(self):
progress_callback=tqdm.tqdm,
)

self.output.finalise()

def _output(self, *args, **kwargs):
if "step" in kwargs or "endStep" in kwargs:
return self.write(*args, **kwargs)
Expand Down

0 comments on commit 1906f51

Please sign in to comment.