Closed Tsubashi closed 6 years ago
Just kidding. This error was actually caused by a missing xmscore
package.
The conda recipe for this package should include xmscore in it's runtime dependencies.
This was overlooked due to the way it was being tested. I have commited a fix and should be good now. I fixed all our packages. (xmscore, xmsinterp, xmsgrid, xmsmesh, xmsgridtrace, xmsextractor, xmsgeom) in our conda-recipe repo
I think this is fixed now? Re-open if it is not.
Currently, the python bindings only check for an iterable, but the
activity
argument requires mutability as well. If you pass a non-mutable (such as tuple) it leads tobad_alloc
's and segfaults.Example: