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
Hi,
I was reading through the most. m file and I realized there is a small bug in checking the MinDown time to be >=1 on line 377 in the most.m file as shown below. The IF condition is only checking MinUp time twice.
if any(mdi.UC.MinUp < 1) && any(mdi.UC.MinUp < 1)
error('most: UC.MinUp and UC.MinDown must all be >= 1');
end
The text was updated successfully, but these errors were encountered:
talha965
changed the title
A bug in most.m file for checking MinDown time
A typo in most.m file for checking MinDown time
Aug 30, 2022
Hi,
I was reading through the most. m file and I realized there is a small bug in checking the MinDown time to be >=1 on line 377 in the most.m file as shown below. The IF condition is only checking MinUp time twice.
if any(mdi.UC.MinUp < 1) && any(mdi.UC.MinUp < 1)
error('most: UC.MinUp and UC.MinDown must all be >= 1');
end
The text was updated successfully, but these errors were encountered: