Skip to content

Commit 8177ae2

Browse files
beckydvnblyxxyz
andauthored
Update test_nnf.py config settings
Co-authored-by: Jan Verbeek <jan.verbeek@posteo.nl>
1 parent 202efb7 commit 8177ae2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test_nnf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,6 +1107,7 @@ def test_models(sentence: nnf.NNF):
11071107
assert model_set(real_models) == model_set(models)
11081108

11091109

1110+
@config(auto_simplify=False)
11101111
def test_nesting():
11111112
a, b, c, d, e, f = Var("a"), Var("b"), Var("c"), Var("d"), \
11121113
Var("e"), Var("f")

0 commit comments

Comments
 (0)