Adam Kewley
Adam Kewley
The segfault for this issue is now fixed. There is still an outstanding runtime exception, but that's kind of separate (because this bug only happens with unusual graph topologies and...
Just as an update @mjhmilla , we (@aseth1 , @pepbos , and me) are currently looking into this in parallel with other changes (e.g. perf-optimizing the underlying bezier curve implementation:...
Thanks for this, I'll close this out! It was a nice gesture!
I mean, I'm happy to patch it back in but I noticed that it's commented out and figured "hm, there might be some non-obvious reason why it'd be a bad...
Thanks for looking into it! I'll try and patch it in a PR
Seems like a reasonable thing to do, so that we know the bindings etc. are operating correctly 👍
List created with hacky script: ```python import os import itertools srcdir = 'C:\\Users\\adamk\\Desktop\\opensim-core\\OpenSim' all = [] for root, subdirs, files in os.walk(srcdir): for file in files: if file.lower().startswith('test') and file.lower().endswith('cpp'):...
@aymanhab I was suggesting to @itbellix that we could perhaps uncomment some of the methods he needs, soo that they're available via the API directly (for now, @itbellix is having...
(note: #3551 was closed because moving the SWIG `ifndef` blocks isn't necessarily a one-and-done thing: the SWIG compiler only accepts very specific constructs and it's easier to figure out which...
@aymanhab sure, I'll have a look. Can't be until next Monday though (holiday atm). I thought I emulated the behavior of empty strings to match the previous implementation. Is this...