Open rmjarvis opened 1 week ago
imsim unit tests are failing with galsim 2.6 because of the new hand-rolled LM solver. The problem is that some iterations can end up with a singular matrix. My solution here is to catch that exception and roll back lambda a bit. This seems to work.
imsim unit tests are failing with galsim 2.6 because of the new hand-rolled LM solver. The problem is that some iterations can end up with a singular matrix. My solution here is to catch that exception and roll back lambda a bit. This seems to work.