smith-garrett/fptools

Specifying transitions via text with fp.make_sys() leads to unexpected states

smith-garrett opened this issue · 0 comments

If you define the transitions like this (with tabs/spaces):

trans = """a, b, 0.5
           b, c, 0.5"""

then make_sys() will think b and ____b (with spaces) are different states.