Caleb Evans
Caleb Evans
@eliotwrobson Do you have any thoughts on this? I can't say I'm too familiar with the specific algorithms, but adding support for this seems like a reasonable idea to me.
@andreastedile Thanks for sharing this! @eliotwrobson what are your thoughts?
@eliotwrobson Actually, I see that tests are failing on 3.8 and 3.12. Will need those tests to pass before merging.
@eliotwrobson This looks fine, but it just occurred to me: why does this have a `correct-behavior` label? The associated issue is labeled as a `bug`.
@eliotwrobson If correcting this tracking logic results in correcting behavior that be observed from a public API function, then I'm in favor of whatever would be involved. Therefore, I would...
@asenvolev For what it's worth, I can confirm that #1660 fixes the issue, because after installing @keiththomas1's fork with that fix, my issue is completely resolved: ```sh npm install -S...
@dsr20030703 I see, thank you for clarifying the current constraints! @eliotwrobson What do you think? Is it maybe worth migrating automata's test suite to pytest? Certainly, such an undertaking would...
@eliotwrobson Okay, great! I am already converting one of my other projects to use pytest this afternoon, and once that is done and successful, I will try converting automata to...
@dsr20030703 Okay, we've migrated from nose2 to pytest as the test runner for this project (`develop` branch). Are you able to integrate the Graphical Unit Tests and Video Format Tests?
@dsr20030703 Interesting, thanks for the detailed insight! I am willing to bet the out-of-order states in the visualizations is due to the unordered nature of sets in Python. The only...