Skip to content

Commit

Permalink
fix tests]
Browse files Browse the repository at this point in the history
  • Loading branch information
rhayes777 committed Feb 19, 2024
1 parent ecdc184 commit d0e4c0f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion autocti/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ def make_samples_with_result():
return MockSamples(
model=model,
max_log_likelihood_instance=instance,
gaussian_tuples=[(1.0, 2.0)] * model.prior_count,
)


Expand Down
2 changes: 0 additions & 2 deletions test_autocti/aggregator/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ def make_samples_1d(model_1d):
model=model_1d,
sample_list=sample_list,
max_log_likelihood_instance=cti,
gaussian_tuples=[(1.0, 2.0)] * model_1d.prior_count,
)


Expand Down Expand Up @@ -117,5 +116,4 @@ def make_samples_2d(model_2d):
model=model_2d,
sample_list=sample_list,
max_log_likelihood_instance=cti,
gaussian_tuples=[(1.0, 2.0)] * model_2d.prior_count,
)

0 comments on commit d0e4c0f

Please sign in to comment.