Skip to content

Commit

Permalink
Hook fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ankushaggarwal committed Jan 22, 2023
1 parent c43c8c8 commit 451dfd1
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion gpytorch/means/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,14 @@
from .multitask_mean import MultitaskMean
from .zero_mean import ZeroMean

__all__ = ["Mean", "ConstantMean", "ConstantMeanGrad", "ConstantMeanGradGrad", "LinearMean", "LinearMeanGrad", "LinearMeanGradGrad", "MultitaskMean", "ZeroMean"]
__all__ = [
"Mean",
"ConstantMean",
"ConstantMeanGrad",
"ConstantMeanGradGrad",
"LinearMean",
"LinearMeanGrad",
"LinearMeanGradGrad",
"MultitaskMean",
"ZeroMean",
]

0 comments on commit 451dfd1

Please sign in to comment.