Closed tristankleyn closed 2 years ago
@tristankleyn thanks! I see that @RohanK22 made a similar change elsewhere. Would it make sense to check other files, they may have the same problem?
yes, that would probably be a good idea. I'll have a look and see if I can find anything similar elsewhere
@tristankleyn have you managed to check for other cases needing similar change?
Yes, the same line of code eval(['cd ' path]) is also used in these files below, however I haven't run into an issue with these yet. Might still be worth changing it to cd(path) for consistency?
ARTwarp_Assess_Net.m (line 3) ARTwarp_Load_CSV_Data.m (line 9) ARTwarp_Load_TabDelim_Data.m (line 14)
@tristankleyn think so!
The original code wouldn't allow me to load data (and others have apparently run into this problem too). Seems to work fine when changed to cd(path) instead.