We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8224cb3 commit e12bcf8Copy full SHA for e12bcf8
tests/test_sddr.py
@@ -114,7 +114,7 @@ def test_log_bayes_factor_kwargs():
114
115
def test_bayes_factor():
116
# Test with a single value
117
- model = mdc.RQSplineModel(2, standardize=True, temperature=1.0)
+ model = md.RQSplineModel(2, standardize=True, temperature=1.0)
118
ndim = model.ndim
119
mean = np.zeros(ndim)
120
cov = np.eye(ndim)
0 commit comments