Skip to content

Commit 88cfb38

Browse files
Fix to metrics.
1 parent 4e2e75a commit 88cfb38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fmcore/framework/_metric.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def _pre_registration_hook(cls):
123123
@model_validator(mode="before")
124124
@classmethod
125125
def _metric_convert_params(cls, params: Dict):
126-
# print(f'Metric params: {params}')
126+
print(f'Metric params: {params}')
127127
params["params"] = super(Metric, cls)._convert_params(cls.Params, params.get("params"))
128128
params["name"] = cls.class_name
129129
if "value" in params:

0 commit comments

Comments
 (0)