Skip to content

Commit 1caf6fe

Browse files
author
Jan Beitner
committed
Clean up comments
1 parent 7558179 commit 1caf6fe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pytorch_forecasting/metrics.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,8 +369,6 @@ def to_prediction(self, y_pred: torch.Tensor, **kwargs) -> torch.Tensor:
369369
result.append(metric.to_prediction(y_pred[idx]))
370370
return result
371371

372-
# fix sincing, wrap_compute and add forward
373-
374372
def to_quantiles(self, y_pred: torch.Tensor, **kwargs) -> torch.Tensor:
375373
"""
376374
Convert network prediction into a quantile prediction.

0 commit comments

Comments
 (0)