Since the API returns 4 decimal places but only allows inputs for 3 decimal places, an ephemeris availability error can sometimes be introduced if rounding down. This change forces ephemeris start times to always round up.
Checklist before requesting a review
[X ] Did you update the proper readme file?
[X ] Did you list any dependencies in the readme?
[X ] Is there a scenario that you need to link to?
Describe the changes in this pull request
Since the API returns 4 decimal places but only allows inputs for 3 decimal places, an ephemeris availability error can sometimes be introduced if rounding down. This change forces ephemeris start times to always round up.
Checklist before requesting a review