Skip to content

Commit

Permalink
removed breakpoint left behind
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoRei committed Jan 8, 2024
1 parent 16fc265 commit 78159c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/integration/models/test_regression_metric.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,5 @@ def test_training(self):
predictions = trainer.predict(
ckpt_path="best", dataloaders=dataloader, return_predictions=True
)
breakpoint()
y_hat = torch.cat([p["scores"] for p in predictions], dim=0).tolist()
assert pearsonr(y_hat, y)[0] > 0.85

0 comments on commit 78159c5

Please sign in to comment.