From 138182ed413ac177fb5c0c0ef7d07727131e0054 Mon Sep 17 00:00:00 2001 From: James Verbus Date: Thu, 3 Jul 2025 13:42:19 -0700 Subject: [PATCH] Remove outdated TODO in path length normalizer --- .../src/isolationforestonnx/isolation_forest_converter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isolation-forest-onnx/src/isolationforestonnx/isolation_forest_converter.py b/isolation-forest-onnx/src/isolationforestonnx/isolation_forest_converter.py index 85657fa..b196c7d 100644 --- a/isolation-forest-onnx/src/isolationforestonnx/isolation_forest_converter.py +++ b/isolation-forest-onnx/src/isolationforestonnx/isolation_forest_converter.py @@ -226,7 +226,7 @@ def _create_path_len_normalizer(self) -> NodeProto: inputs=[ "expected_path_len", "avg_path_len", - ], # TODO: Can we get these from the nodeproto? + ], outputs=["normalized_path_len"], name="PathLenNormalizer", doc_string="This node normalizes the expected path length by "