IntelLabs / matsciml

Open MatSci ML Toolkit is a framework for prototyping and scaling out deep learning models for materials discovery supporting widely used materials science datasets, and built on top of PyTorch Lightning, the Deep Graph Library, and PyTorch Geometric.
MIT License
155 stars 25 forks source link

Adding `BatchQuantileLoss` to `__all__` #308

Closed laserkelvin closed 1 month ago

laserkelvin commented 1 month ago

This PR fixes the inability to import BatchQuantileLoss from the losses submodule, even if importing it directly with from matsciml.models.losses import BatchQuantileLoss, as it was accidentally omitted from the module's __all__ definition.