Skip to content

Commit

Permalink
add missing parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-a-cox committed Jan 12, 2024
1 parent 55a2dc3 commit 435f8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hera_cal/tests/test_nucal.py
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ def test_post_redcal_nucal(self):

fit_gains, model_params, meta = self.frc.post_redcal_nucal(
dc, self.data_wgts, spatial_estimate_only=True, minor_cycle_maxiter=10,
share_fg_model=True, maxiter=10, spectral_filter_half_width=10e-9,
share_fg_model=True, major_cycle_maxiter=10, spectral_filter_half_width=10e-9,
)

# Check that the value of the loss function decreases
Expand Down

0 comments on commit 435f8e6

Please sign in to comment.