Skip to content

No separate JPLParser creation for check of epoch_mjd, since this causes crashes

The recent fix for different asteroids file structures had a side effect such that some test cases crashed when asteroids.dat was not present.

This fix corrects this avoiding double JPLParser initialization which led to the crash.

Merge request reports