Skip to content

Commit

Permalink
commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
rhayes777 committed Feb 19, 2024
1 parent d0cae4f commit 351c672
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test_autolens/aggregator/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,4 @@ def make_samples(model):
model=model,
sample_list=sample_list,
max_log_likelihood_instance=tracer,
# gaussian_tuples=[(1.0, 2.0)] * model.prior_count,
)
1 change: 0 additions & 1 deletion test_autolens/imaging/model/test_analysis_imaging.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def test__make_result__result_imaging_is_returned(masked_imaging_7x7):
samples = al.m.MockSamples(
model=model,
max_log_likelihood_instance=instance,
# gaussian_tuples=[(1.0, 2.0)] * model.prior_count
)

search = al.m.MockSearch(name="test_search", samples=samples)
Expand Down

0 comments on commit 351c672

Please sign in to comment.