When executing test.py, got error AttributeError: '_MachineState' object has no attribute 'children'. The problem being in the function build_MachineState, the object hasn't been initialized. Fixing that error
Thanks for the report. It seems you've been using the non-compiled version. It doesn't show when compiled. I fixed it here: bce329e9b07aca36e563a8deff846a5acceb4b62
When executing test.py, got error AttributeError: '_MachineState' object has no attribute 'children'. The problem being in the function build_MachineState, the object hasn't been initialized. Fixing that error