Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Update validate_helper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jul 23, 2019
1 parent 944d310 commit b4e1142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlprodict/onnxrt/validate_helper.py
Expand Up @@ -88,7 +88,7 @@ def sklearn_operators(subfolder=None):
for subm in sorted(sklearn__all__):
if isinstance(subm, list):
continue
if subfolder is not None and sub != subfolder:
if subfolder is not None and subm != subfolder:
continue

if subm == 'feature_extraction':
Expand Down

0 comments on commit b4e1142

Please sign in to comment.