Andrey Parfenov
Andrey Parfenov
Is it unit tests or integration tests? We currently use tests as code samples at BrainFlow docs What you see here https://brainflow.readthedocs.io/en/stable/Examples.html#python is the same as what we run in...
"In the CI tests I removed the Python-specific stuff about args parsing and pandas plotting. Is that stuff absolutely necessary for CI?" Yes, because its the only way to test...
https://docs.conan.io/en/latest/creating_packages/existing_binaries.html
Hi, idk, I didnt find a better option when I was writting it. If context loader classpath works for you feel free to send a PR, it will be great....
you need to compile it first using build.py https://brainflow.readthedocs.io/en/stable/BuildBrainFlow.html#compilation-of-core-module-and-c-binding And as far as I understand you need to copy files to subfolder like linux-x64, etc https://github.com/brainflow-dev/brainflow/blob/master/java_package/brainflow/pom.xml#L50. Maybe you will need...
Also, when you compile it locally you do it only for one OS, while in jar file for releases there are libs for all OSes so this jar is x-platform....
yes, and its the reason why they are not merged... and it works worse only for mac actually your issue means that device doesnt send advertising packages and cannot be...
not yet, you can take this issue if you want to
use code for unicorn device for reference