Skip to content

Commit

Permalink
modified: losses.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragnagpal committed Apr 13, 2021
1 parent 7a968a8 commit 2801c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsm/losses.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ def _weibull_pdf(model, x, t_horizon, risk='1'):
lpdfs = torch.logsumexp(lpdfs, dim=1)
pdfs.append(lpdfs.detach().numpy())

return lpdfs
return pdfs

def _weibull_cdf(model, x, t_horizon, risk='1'):

Expand Down

0 comments on commit 2801c6c

Please sign in to comment.