opensim-core icon indicating copy to clipboard operation
opensim-core copied to clipboard

Unify handling of malformed sto files across platforms

Open aymanhab opened this issue 3 years ago • 0 comments

The test case testMocoInverse was failing on linux while passing on windows and Mac osx. The failure happens while parsing an sto file that has header inconsistent with the data. Two issues to investigate (code in test case already but made platform dependent):

  1. How did the file end up with inconsistent headers (likely caused by mix of append/remove columns)?
  2. Why the treatment is not same across platforms?

aymanhab avatar Aug 19 '21 23:08 aymanhab