Lucas

Results 8 comments of Lucas

I still get the error `java.lang.UnsatisfiedLinkError: No native resource found at /android-arm64/libh3-java.so` running on ARM even when applying the listed fixes (manually copying .so files, adding the `splits { ......

Solved by using `H3Core.newSystemInstance()` instead of `H3Core.newInstance()`

That seems sensible. I'll implement the other proposed fix then? This may take a while as I'm currently busy with a deadline though (ISEK 2018). PS: thanks for all the...

I fixed a more serious bug that is more insidious and took me a while to track down. Basically the spikes coming out of a VectorSpikeSource are not valid anymore...

Uh-oh, seems like it is not fixed yet. VecStim does not reset the index to the correct value when calling play() again. I need to modify the VecStim mechanism to...

Bumping into the same problem. Having a solution to this issue would definitely make the domain randomisation functionality much more useful.

Bumping into similar problems. It is very hard to install a functional stack.

> Hi. Is `--system-site-packages` missing from your reproduction here? yes it was missing, I updated it in my original post