You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ran 1 test in 130.815s
FAILED (failures=1)
Failure
Traceback (most recent call last):
File "/Users/timcornwell/anaconda/envs/arlenv/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/timcornwell/anaconda/envs/arlenv/lib/python3.6/unittest/case.py", line 601, in run
testMethod()
File "/Users/timcornwell/Code/algorithm-reference-library/tests/test_calibration_solvers.py", line 120, in test_solve_gaintable_matrix_both_circular
niter=1000)
File "/Users/timcornwell/Code/algorithm-reference-library/tests/test_calibration_solvers.py", line 89, in core_solve
assert residual < residual_tol, "%s %s Max residual = %s" % (spf, dpf, residual)
AssertionError: stokesIQUV circular Max residual = 0.0788709005565)
The cross polarisation solution does not converge (judged by residual error), Currently this does work.
Setting the cross pol terms to nonzero leads to non-convergence
The text was updated successfully, but these errors were encountered: