Skip to content

Commit e12bcf8

Browse files
committed
fixed test for bayes factor
1 parent 8224cb3 commit e12bcf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_sddr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def test_log_bayes_factor_kwargs():
114114

115115
def test_bayes_factor():
116116
# Test with a single value
117-
model = mdc.RQSplineModel(2, standardize=True, temperature=1.0)
117+
model = md.RQSplineModel(2, standardize=True, temperature=1.0)
118118
ndim = model.ndim
119119
mean = np.zeros(ndim)
120120
cov = np.eye(ndim)

0 commit comments

Comments
 (0)