Skip to content

Commit

Permalink
Provide options to patch the checkpoint metadata when running a model (
Browse files Browse the repository at this point in the history
…#73)

* add ability to patch checkpoints
  • Loading branch information
b8raoult authored Dec 12, 2024
1 parent c93c16b commit 3afa7ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/anemoi/inference/outputs/gribfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@


class ArchiveCollector:
"""Collects archive requests"""

UNIQUE = {"date", "hdate", "time", "referenceDate", "type", "stream", "expver"}

def __init__(self) -> None:
Expand Down

0 comments on commit 3afa7ed

Please sign in to comment.