Skip to content

Commit 5aa5850

Browse files
committed
fixed tfull bug
1 parent e6a796f commit 5aa5850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/distributions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class ArgumentError(AttributeError):
5555

5656
sc_continuous_distributions = ['bernoulli', 'beta', 'cauchy', 'chi2', 'degenerate',
5757
'exponential', 'exponweib', 'gamma', 'half_normal', 'hypergeometric',
58-
'inverse_gamma', 'laplace', 'logistic', 'lognormal', 'normal', 't', 'uniform',
58+
'inverse_gamma', 'laplace', 'logistic', 'lognormal', 'normal', 't','t_full', 'uniform',
5959
'weibull','skew_normal', 'truncated_normal', 'von_mises']
6060

6161
sc_discrete_distributions = ['binomial', 'geometric', 'poisson', 'negative_binomial', 'categorical', 'discrete_uniform', 'truncated_poisson']

0 commit comments

Comments
 (0)