Skip to content
Snippets Groups Projects
Commit b77097b8 authored by Simon Ding's avatar Simon Ding
Browse files

Fixed test

parent 3b9fa3a5
No related branches found
No related tags found
1 merge request!25Calibration
Pipeline #107092 passed
......@@ -311,7 +311,7 @@ def test_mfweighting():
nchan = 4
effuv = ift.random.current_rng().random((nrow, nchan))
dom = ift.UnstructuredDomain(nchan), ift.RGSpace(npix, 2 * np.max(effuv) / npix)
op = rve.MfWeightingInterpolation(effuv, dom)
op = rve.MfWeightingInterpolation(effuv[None], dom)
ift.extra.check_linear_operator(op)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment