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
The documentation states here that allowed_symbols="*" is equivalent to allowed_symbols="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ". This seems to be incorrect. The function ran as expected as soon as I changed allowed_symbols to "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ".
System details
Happened both with pyndl from pip and pyndl from github.
The text was updated successfully, but these errors were encountered:
What you were trying to do
I was trying to generate an event file using the
pyndl.preprocess.create_event_file
function like thisWhat actually happened
The event file was empty (except cues/toutcomes).
What the problem is
The documentation states here that
allowed_symbols="*"
is equivalent toallowed_symbols="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
. This seems to be incorrect. The function ran as expected as soon as I changedallowed_symbols
to"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
.System details
Happened both with pyndl from pip and pyndl from github.
The text was updated successfully, but these errors were encountered: