Ayman Habib
Ayman Habib
@AlbertoCasasOrtiz Not sure how/why this was closed. Need to rebase or merge latest master since ezc3d wiring has changed and then I will review. Thank you Also while you can...
@AlbertoCasasOrtiz Can you merge from master and resolve conflicts so we can move this along and simplify the make files, thank you
@nickbianco Can we include a call to this method in a python and/or java testcase since this is intended to help scripting? Also to see if a more general solution...
Can we give error/warning early on rather than give users the false impression that this is working @carmichaelong ?
@nickbianco What is the meaning of the value passed in to set_parallel()? I'd assume some default of 0 or 1 would mean no parallelization without additional work but I don't...
The .mot files are primarily there for legacy, I'd stick with .sto files. The STOFileAdapter writes a timeseries table which contains meta-data that could account for the inDegrees selection, we...
I wouldn't want to imply that mot file format is on the way out, I'd just say that newer code is more oriented towards sto files which support versioning so...
It's not clear what version of python you're using but: 1. The latest source supports python 3.8, which changed how dlls are handled on windows, in particular by default libraries...
This shouldn't be merged, just to demonstrate the awkward workaround!
This likely is related to memory management where the Function goes out of scope the spline gets deleted and your code tries to access it after it was garbage collected....