We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d55a878 commit 2dabc18Copy full SHA for 2dabc18
tests/test_dfa.py
@@ -323,7 +323,9 @@ def test_equivalence_partials(self) -> None:
323
final_states=complete_dfa.final_states,
324
allow_partial=True,
325
)
326
- self.assertTrue(test_dfa.to_partial(minify=False).states.issubset(complete_dfa.states))
+ self.assertTrue(
327
+ test_dfa.to_partial(minify=False).states.issubset(complete_dfa.states)
328
+ )
329
330
def test_equivalence_minify(self) -> None:
331
"""Should be equivalent after minify."""
0 commit comments