We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67339a1 commit e0c5edbCopy full SHA for e0c5edb
autointent/modules/embedding/_logreg.py
@@ -175,4 +175,4 @@ def predict(self, utterances: list[str]) -> NDArray[np.float64]:
175
if self._multilabel:
176
probas = np.stack(probas, axis=1)[..., 1]
177
178
- return probas
+ return probas # type: ignore[no-any-return]
0 commit comments