Skip to content

Commit

Permalink
fix issue with normalize test
Browse files Browse the repository at this point in the history
  • Loading branch information
stephantul committed Jan 16, 2025
1 parent 0af84fc commit c829745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model2vec/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def __init__(
self._normalize = normalize
self.config["normalize"] = normalize
else:
self._normalize = self.config.get("normalize", False)
self.normalize = self.config.get("normalize", False)

@property
def dim(self) -> int:
Expand Down

0 comments on commit c829745

Please sign in to comment.