[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orekit Developers] TimeStampedCache Improvements
I have the refactoring finished, but two test cases that use empty EOP
histories are failing. What should the behavior be when the user
requests a frame that uses EOP data, but none is available? Currently a
null correction is used when there are less than 4 EOP entries or when
there is no data for the date. Is this the intended behavior? IMHO an
exception should be thrown in both cases because a frame with the
requested accuracy can not be created. (the fail fast strategy)
Regards,
Evan