Skip to content

Commit

Permalink
feat: call ngen_cal_model_configure plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
aaraney committed Aug 15, 2024
1 parent f94de41 commit 9f33123
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/ngen_cal/src/ngen/cal/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def main(general: General, model_conf: Mapping[str, Any]):

# setup plugins
plugin_manager.hook.ngen_cal_configure(config=general)
model_inner._plugin_manager.hook.ngen_cal_model_configure(config=model_inner)

print("Starting calib")

Expand Down

0 comments on commit 9f33123

Please sign in to comment.