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
@omarkamouh I have created a new branch (50-unrecognized-Tpl) to fix the student's issue.
The reported bug is the result of missing inputs and outputs of the select_critical_paths function. I have corrected this with commit 9625c9d. However, a new error occured:
Unable to perform assignment because the size of the left side is 1-by-1 and the size of the right side is 0-by-1.
Error in mitc_simulation (line 118)
collectData(iter,J+1)=T_opt; %save the results of T_opt
Error in mit_plan_modular (line 43)
[Results, CP_0, CP_opt] = mitc_simulation(Data, Config.nsimulations, Config.T_pl);
This error is not the result of the GUI implementation as it also occurs when I use the student's project data with your original code in mit_plan_modular_V9.m. Could you take a look at this? Please use the 50-unrecognized-Tpl branch to work on the solution.
Describe the bug
Unrecognized function or variable 'T_pl'
To Reproduce
Steps to reproduce the behavior:
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: