rdotsch / rcicr

Reverse correlation image classification using R
9 stars 12 forks source link

Error for generateStimuli2IFC: "non-conformable arrays" #124

Open rccgao opened 2 months ago

rccgao commented 2 months ago

Hi,

I tried to generate stimuli with the code

base_face_files <- list('low'= '12.jpg') generateStimuli2IFC(base_face_files, n_trials = 10,stimulus_path = "./stimuli",noise_type='sinusoid')

But I kept getting the message "Error in { : task 1 failed - "non-conformable arrays" ". I have tried to change the format of the image, but I always got the same error message. Did I assign the "base_face_files" wrong? Or did I not load the right version of the package?

Here's the screenshot of the traceback:

Screenshot 2024-09-01 at 2 44 02 PM