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
It is quite a pathological case, but a model can be defined with no transitions. In this case, we get errors when running it (e.g. Error in all_transitions[i, "from"] : subscript out of bounds), but it would be better to handle this gracefully.
It is quite a pathological case, but a model can be defined with no transitions. In this case, we get errors when running it (e.g.
Error in all_transitions[i, "from"] : subscript out of bounds), but it would be better to handle this gracefully.