ygrenier/SwissEphNet

Null pointer exception with the starname argument on SweCL.calc_planet_star

Closed this issue · 1 comments

I have been informed of an issue when using a null string as 'starname' argument on 'SweCL.calc_planet_star' method, called by some eclipses functions.

For resolve it :

  • Create an unit test
  • Check with the original C code to validate our digression
  • Resolve

OK my mistake is confirmed, it's a bad test conversion.

I created a new branch to resolve this.