|
Hello and thank you for the wonderful library and documentation. I am trying to run multiple runs of the same ERP experiment in serial order in the same Python script and running into board connectivity issues. For example, in my script that I've adapted from the getting started: The below error message which is printed during the 2nd run (after I press spacebar to the instructions) suggests that the board is not ready or accepting connections, however, the EEG "subscription" appears to have been stopped appropriately in the first run (i.e., Any suggestions would be greatly appreciated. Best, |
Answered by
sjburwell
Jun 8, 2021
Replies: 1 comment
|
✅ Found a workaround, needed to wrap the EEG() and generate_save_fn() into a loop to generate multiple runs. ✅ |
0 replies
Answer selected by
sjburwell
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
✅ Found a workaround, needed to wrap the EEG() and generate_save_fn() into a loop to generate multiple runs. ✅