Skip to content

Commit

Permalink
fix: adding batch quantile loss to __all__
Browse files Browse the repository at this point in the history
Signed-off-by: Lee, Kin Long Kelvin <[email protected]>
  • Loading branch information
laserkelvin committed Oct 13, 2024
1 parent a475867 commit 5fd7ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matsciml/models/losses.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from torch import nn


__all__ = ["AtomWeightedL1", "AtomWeightedMSE"]
__all__ = ["AtomWeightedL1", "AtomWeightedMSE", "BatchQuantileLoss"]


class AtomWeightedL1(nn.Module):
Expand Down

0 comments on commit 5fd7ca8

Please sign in to comment.