Skip to content

Commit

Permalink
Update test_Simple.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LMBooth committed Nov 29, 2023
1 parent 1a8cebf commit 72cfefd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/test_Simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def test_run_bci():
markerGuess = bci.CurrentClassifierMarkerGuess() # when in test mode only y_pred returned
guess = [key for key, value in currentMarkers.items() if value[0] == markerGuess]
in_test_mode = True
time.sleep(1)
break
#print("Current marker estimation: " + str(guess), end=" \r")
assert accuracy_achieved and marker_received and in_test_mode

0 comments on commit 72cfefd

Please sign in to comment.