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
I followed all the relevant steps and ran test_BNT command. It ran properly for a while but gave an error at a later stage for CPD_to_CPT function name. I even tried changing the name of the function for the files mentioned in the error but it made the situation worse.
Error was as follows:
_
Error: File: CPD_to_CPT.m Line: 36 Column: 16
Function with duplicate name "CPD_to_CPT" cannot be defined.
Error in discrete_CPD/convert_to_pot (line 14)
CPT1 = CPD_to_CPT(CPD);
I followed all the relevant steps and ran test_BNT command. It ran properly for a while but gave an error at a later stage for CPD_to_CPT function name. I even tried changing the name of the function for the files mentioned in the error but it made the situation worse.
Error was as follows:
_
_
The text was updated successfully, but these errors were encountered: