Skip to content

Commit

Permalink
Fix error storing criterion in mRMR.
Browse files Browse the repository at this point in the history
  • Loading branch information
vnmabus committed Jun 28, 2023
1 parent c7358a4 commit c4b2a66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ def _validate_parameters(self) -> None:
)

if self.criterion == "difference":
self.criterion = operator.sub
self.criterion_ = operator.sub
elif self.criterion == "quotient":
self.criterion_ = operator.truediv
else:
Expand Down

0 comments on commit c4b2a66

Please sign in to comment.