nasa / GSAP

Generic Software Architecture for Prognostics (GSAP)
Other
20 stars 6 forks source link

Fixed bug in tests & M_PI Windows bug #137

Closed teubert closed 3 years ago

teubert commented 3 years ago

Fixed bugs in test script:

  1. UData tests required explicit casting to double
  2. IsNaN not IsNan
  3. Typo in test text (Unexpexted)
  4. Matrix -Inf Test

Also, fixed M_PI issue for windows

Fix to ProgTemplate