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
At least Experiment.eyetracker can be None (if sampling_rate is passed in Experiment.__init__()). Experiment.screen should always be of type Screen, unless it is tampered with after initialization.
Current Behavior
At least
Experiment.eyetracker
can beNone
(ifsampling_rate
is passed inExperiment.__init__()
).Experiment.screen
should always be of typeScreen
, unless it is tampered with after initialization.Details: #884 (comment)
Expected Behavior
Experiment.screen
should always be of typeScreen
,Experiment.eyetracker
should alwys be of typeEyeTracker
.Minimum acceptance criteria
Implement
Experiment.screen
andExperiment.eyetracker
as non-null properties.Remove unnecessary
None
check infrom_asc()
(see feat: Store metadata from ASC in experiment metadata #884 (comment))I am running the latest version
I checked the documentation and found no answer
I checked to make sure that this issue has not already been filed
I have provided sufficient information for the team
The text was updated successfully, but these errors were encountered: