You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the 'register_every_n_samples_acquired_into_buffer_event' function from the 'task' module to unregister callback functions by passing 'None' instead of a function is not possible.
The variable 'callback_method_ptr' is referenced at line 788, but nothing is assigned to it.
I have not tried it but I assume from looking at the code that this problem will exist in the other related functions as well.
The text was updated successfully, but these errors were encountered:
Using the 'register_every_n_samples_acquired_into_buffer_event' function from the 'task' module to unregister callback functions by passing 'None' instead of a function is not possible.
The variable 'callback_method_ptr' is referenced at line 788, but nothing is assigned to it.
I have not tried it but I assume from looking at the code that this problem will exist in the other related functions as well.
The text was updated successfully, but these errors were encountered: