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
The setindex-functions for probability and utility matrices throw an error if a non-existent state is given, but all the functions have probability_matrix.nodes[i] when it should be PM or UM, depending on the function.
The setindex-functions for probability and utility matrices throw an error if a non-existent state is given, but all the functions have
probability_matrix.nodes[i]
when it should bePM
orUM
, depending on the function.DecisionProgramming.jl/src/influence_diagram.jl
Lines 570 to 599 in d31a527
DecisionProgramming.jl/src/influence_diagram.jl
Lines 706 to 735 in d31a527
The text was updated successfully, but these errors were encountered: