Skip to content

Commit

Permalink
Attribute correction (#95)
Browse files Browse the repository at this point in the history
Corrected wrong variable in distance selector
  • Loading branch information
juraskov authored Apr 8, 2024
1 parent 2ba37a0 commit e809fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlptrain/training/selection.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def select(self) -> bool:
self._configuration,
self.mlp.training_data,
self.pca,
self.distance,
self.metric,
self.n_neighbors,
)
return metric == -1
Expand Down

0 comments on commit e809fe8

Please sign in to comment.