Skip to content

Commit

Permalink
fix: register ngen_cal_model_configure on TrouteOutput
Browse files Browse the repository at this point in the history
  • Loading branch information
aaraney authored and hellkite500 committed Aug 21, 2024
1 parent 5e28b09 commit 6c62306
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/ngen_cal/src/ngen/cal/ngen_hooks/ngen_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def __init__(self, filepath: Path) -> None:
self._output_file = filepath
self._ngen_realization: NgenRealization | None = None

@hookimpl
def ngen_cal_model_configure(self, config: ModelExec) -> None:
# avoid circular import
from ngen.cal.ngen import NgenBase
Expand Down

0 comments on commit 6c62306

Please sign in to comment.