Skip to content

Commit f389283

Browse files
committed
Push dangling uncommited changed
1 parent a807820 commit f389283

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

homepy/tests/blocks/test_likelihoods.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def test_parse_observed_features_and_dims_error():
171171
concentration_prior=[1.0],
172172
zero_rate_prior=[1, 1],
173173
),
174-
("add", "exp", "exponential_rv", "beta_rv", "MarginalMixtureRV"),
174+
("add", "exp", "exponential_rv", "beta_rv", "MixtureRV"),
175175
("sigmoid", "sqr", "halfnormal_rv", "log", "uniform_rv"),
176176
),
177177
(
@@ -190,7 +190,7 @@ def test_parse_observed_features_and_dims_error():
190190
"exponential_rv",
191191
"log",
192192
"beta_rv",
193-
"MarginalMixtureRV",
193+
"MixtureRV",
194194
),
195195
("sigmoid", "halfnormal_rv", "uniform_rv"),
196196
),
@@ -278,7 +278,7 @@ def test_parse_observed_features_and_dims_error():
278278
),
279279
],
280280
)
281-
def test_likelihod(likelihood, likelihood_dict, expected_op_names, not_expected_op_names):
281+
def test_likelihood(likelihood, likelihood_dict, expected_op_names, not_expected_op_names):
282282
likelihood_dict = likelihood_dict.copy()
283283
likelihood_dict["observed_features"] = "obs"
284284
likelihood_dict["observed_dims"] = "obs"

0 commit comments

Comments
 (0)