Hello Orekit developers,
Looking into the TLE related code, I have seen the following typo in DeepSP4.java in line 639:
if ((i + 2) < SECULAR_INTEGRATION_ORDER) {
There, the if should use the j variable and not i, which is the inclination.
Best regards,
--
Pablo Pita Leira