Skip to content
Snippets Groups Projects
Commit f6fea72f authored by Reimar Leike's avatar Reimar Leike
Browse files

Update StudentT docstring

parent ac09f9cf
No related branches found
No related tags found
1 merge request!455Fix a bug where studentt would only work if theta is a scalar
Pipeline #74160 passed
...@@ -286,7 +286,7 @@ class StudentTEnergy(EnergyOperator): ...@@ -286,7 +286,7 @@ class StudentTEnergy(EnergyOperator):
---------- ----------
domain : `Domain` or `DomainTuple` domain : `Domain` or `DomainTuple`
Domain of the operator Domain of the operator
theta : Scalar theta : Scalar or Field
Degree of freedom parameter for the student t distribution Degree of freedom parameter for the student t distribution
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment