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
seems as though the Fsa class is missing a function:
File "/home/brandon/packages/lomap/lomap/algorithms/product.py", line 819, in markov_times_fsa
for act_init_fsa in fsa.next_states_of_fsa(init_fsa, init_prop):
AttributeError: 'Fsa' object has no attribute 'next_states_of_fsa'
The text was updated successfully, but these errors were encountered:
seems as though the Fsa class is missing a function:
The text was updated successfully, but these errors were encountered: