|
Post by marcel on Apr 12, 2021 4:30:39 GMT
Hi all, I have just started to code my first test battery using the Psytoolkit and I have encountered an error with Deary-Liewald task. I did not change its code, I have just copied it from a library of experiments into my account and after compilation, I have encountered these two errors: WARNING: warning_row_numbers in line: 100 >>> dl_task_choice 8 no_repeat You use the no_repeat option in your tasklist.
This means that you must have more than one row in your table.
Make sure you do indeed have more than one row when using no_repeat.
Currently, psycc does not automatically check for this.
If you would run it with just one row in your table, the experiment would not run correclty (or possibly crash).
WARNING: warning_row_numbers in line: 108 >>> dl_task_choice 40 no_repeat You use the no_repeat option in your tasklist.
This means that you must have more than one row in your table.
Make sure you do indeed have more than one row when using no_repeat.
Currently, psycc does not automatically check for this.
If you would run it with just one row in your table, the experiment would not run correclty (or possibly crash).
Can you help me please, what should I change in the code or what is the nature of this error...?
|
|
|
Post by matia on Apr 13, 2021 13:37:33 GMT
Nothing to worry about. This is just a precaution (and a warning, rather than an error). It just means that the program itself doesn't check your table, but is prompting you to check whether the table contains more than one row (usually it does). In case there is only one row in the table, the command no_repeat would be confused because it must repeat (since there is only one row).
All in all, don't worry, just go on with your experiment. Best, Matia
|
|