DIFM-Brain / ofpetrial

GNU General Public License v3.0
0 stars 1 forks source link

input not found in find_center() #43

Closed tmieno2 closed 4 months ago

tmieno2 commented 4 months ago

@brittanikedge, we now have this error.

Screenshot 2024-05-08 at 9 57 48 AM Screenshot 2024-05-08 at 9 56 04 AM

You can see this by running.

make_trial_report(
  td = td_single_input,
  folder_path = tempdir()
)
brittanikedge commented 4 months ago

@tmieno2 Ah, I see why that is happening. I will fix this. I already planned to reorganize the code a bit. I'm going to take a section out of one of the functions and make it a separate function. That will resolve this issue.