Skip to content

Commit 0322741

Browse files
committed
small fix
1 parent 8fe2ba1 commit 0322741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chebai/result/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def evaluate_model_weights(
183183
batch_size: int = 32,
184184
skip_existing_preds: bool = False,
185185
kind: str = "test",
186-
) -> Tuple[torch.Tensor, Optional[torch.Tensor]]:
186+
):
187187
"""
188188
Runs the model on the test set of the data module or on the dataset found in the specified file.
189189
If buffer_dir is set, results will be saved in buffer_dir.

0 commit comments

Comments
 (0)