Skip to content

Commit

Permalink
debug position of B, Astar
Browse files Browse the repository at this point in the history
  • Loading branch information
Jérémy Neveu committed Mar 14, 2024
1 parent c1459e9 commit 99becf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_fullchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def test_ctio_fullchain():
nsigma = 2
labels = ["A1_T", "A2_T", "VAOD_T", "OZONE_T", "PWV_T"]
indices = [0, 1, 3, 5, 6]
A1, A2, A3, aerosols, angstrom_exponent, ozone, pwv, D, shift_x, shift_y, shift_t, B, Astar, *psf_poly_params = w.params.values
A1, A2, A3, aerosols, angstrom_exponent, ozone, pwv, B, Astar, D, shift_x, shift_y, shift_t, *psf_poly_params = w.params.values
ipar = w.params.get_free_parameters() # non fixed param indices
cov_indices = [list(ipar).index(k) for k in indices] # non fixed param indices in cov matrix
assert w.costs[-1] / w.data.size < 1e-3
Expand Down

0 comments on commit 99becf5

Please sign in to comment.