This is the repository for a three-day online workshop on building robust neuroscience experiments in Python using the PsychoPy package. We are going to leverage modern software engineering tools like ...
from posner.experiment import run_trial, run_block, run_experiment, load_config, Config assert mock_waitKeys.call_count == WAITKEY_CALL_PER_TRIAL assert mock_circle.call_count == CIRCLE_CALL_PER_TRIAL ...