We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
When calling present_and_wait_keyboard() on a RandomDotKinematogram object, I get:
present_and_wait_keyboard()
RandomDotKinematogram
.expyriment/extras/expyriment_stimuli_extras/randomdotkinematogram/_randomdotkinematogram.py", line 251, in present_and_wait_keyboard from ... import _internals ImportError: attempted relative import beyond top-level package
Other types of extras.stimuli like GaborPatch, DotCloud, work well.
The text was updated successfully, but these errors were encountered:
Fixed by replacing ... by expyriment on line 251 of _randomdotkinematogram.py
...
expyriment
_randomdotkinematogram.py
Sorry, something went wrong.
@lindemann09 Can you have a look at this?
No branches or pull requests
Hello,
When calling
present_and_wait_keyboard()
on aRandomDotKinematogram
object, I get:Other types of extras.stimuli like GaborPatch, DotCloud, work well.
The text was updated successfully, but these errors were encountered: