Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

markov_times_fsa product does not work #6

Open
braraki opened this issue Mar 6, 2018 · 0 comments
Open

markov_times_fsa product does not work #6

braraki opened this issue Mar 6, 2018 · 0 comments
Assignees
Labels

Comments

@braraki
Copy link
Collaborator

braraki commented Mar 6, 2018

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'

@wasserfeder wasserfeder self-assigned this Mar 8, 2018
@wasserfeder wasserfeder added the bug label Mar 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants