Skip to content

Commit

Permalink
fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbhughes committed Jul 25, 2024
1 parent 9fff569 commit 3b203c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_inversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def test_inversion_runs(tmp_path, inversion_mode, is_weighted):
detector_row_range=config["inversion"]["detector_row_range"],
)

em_cube, prediction, scores, unconverged_rows = inversion.invert(
em_cube, prediction, scores, unconverged_rows, niter = inversion.invert(
overlappogram,
config["model"],
3E-5,
Expand Down
2 changes: 1 addition & 1 deletion tests/test_spectral.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def test_create_spectrally_pure_images(tmp_path):
detector_row_range=config["inversion"]["detector_row_range"],
)

em_cube, prediction, scores, unconverged_rows = inversion.invert(
em_cube, prediction, scores, unconverged_rows, _ = inversion.invert(
overlappogram,
config["model"],
3E-5,
Expand Down

0 comments on commit 3b203c0

Please sign in to comment.