Details
-
Type:
Story
-
Status: Won't Fix
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: jointcal
-
Labels:
-
Story Points:4
-
Epic Link:
-
Sprint:AP S19-5, AP S19-6, AP F19-1
-
Team:Alert Production
Description
jointcal should either print a large warning, or raise an exception if the input catalogs (either the N FittedStar catalogs, or the RefStar catalog) don't have any (or less than some reasonable number, say 10% of the total?) associations between each other. It currently just keeps going and then segfaults later on, likely because the fitting code can't handle that situation.
Where is the SEGV coming from? It should just fail in Cholesky.
A warning is OK, but it should keep going and then catch the exception (currently it returns 2 in AstromFit::Minimize)