Skip to content

Commit

Permalink
Update encoder_processor_decoder.py (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieloks authored Sep 30, 2024
1 parent 33be6ee commit bb1b105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/anemoi/models/models/encoder_processor_decoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def __init__(
# Instantiation of model output bounding functions (e.g., to ensure outputs like TP are positive definite)
self.boundings = nn.ModuleList(
[
instantiate(cfg, name_to_index=self.data_indices.model.output.name_to_index)
instantiate(cfg, name_to_index=self.data_indices.internal_model.output.name_to_index)
for cfg in getattr(model_config.model, "bounding", [])
]
)
Expand Down

0 comments on commit bb1b105

Please sign in to comment.