carmichaelong
carmichaelong
I'm guessing you only ever run this using the .xml file then, and not using the `myAnalyzeTool` object? I was able to reproduce your issue (i.e., the .xml file is...
If you've got `myAnalyzeTool` object all setup correctly, then in theory it should be as simple as `myAnalyzeTool.run();`. FYI, while that should work, it's still definitely a bug that the...
@aymanhab Update on this that could change some decisions. `output_precision` is a property in `AbstractTool`, from which `AnalyzeTool`, `CMCTool`, `ForwardTool`, and `RRATool` derive. Testing with `RRATool`, I could change the...
After discussion with @aymanhab, this is a wider problem that there is no feedback for a user when an incorrect XML tag is given for an object. Would be very...
If this issue is strictly about OpenSim working with 3.8, then we should at least have this tested well with Windows and Mac environments. @aymanhab have you tried on Linux?...
@nickbianco would you be able to test on your mac?
@aymanhab @nickbianco Let's hold off on the merge for now, and I can dive a little more into the combinations of what's checked between dependencies and the main opensim build....
@aymanhab answer to your questions: > if our build of dependencies with both flags OFF doesn't require IPOPT to be superbuilt or downloaded then we're good to go. This should...
conda 4.11.0 installed using the miniconda installer for python 3.9 (Miniconda3-py39_4.11.0-MacOSX-x86_64.sh)
AdoptOpenJDK moved to Eclipse foundation. Renamed to Eclipse Temurin: https://adoptium.net/ https://formulae.brew.sh/cask/temurin ARM builds: StackOverflow discussion: https://stackoverflow.com/questions/64788005/java-jdk-for-the-apple-m1-chip Builds from Azul: https://www.azul.com/downloads/?os=macos&architecture=arm-64-bit&package=jdk Mac: https://stackoverflow.com/questions/24342886/how-to-install-java-8-on-mac/55774255