Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug syntax error: par.py:5281 #2

Open
lj-ucb opened this issue Dec 21, 2019 · 0 comments
Open

Bug syntax error: par.py:5281 #2

lj-ucb opened this issue Dec 21, 2019 · 0 comments

Comments

@lj-ucb
Copy link

lj-ucb commented Dec 21, 2019

See the diff for the fix.
npos() should be n_pos()

diff --git a/super_prove/par.py b/super_prove/par.py
index c48398f..ec08808 100644
--- a/super_prove/par.py
+++ b/super_prove/par.py
@@ -5281,7 +5281,7 @@ def multi_prove_iter(opos=[]):
     L = multi_prove(opos=list(opos))
     uu = len(pos_unsat)
     ss = len(pos_sat)
-    dd = npos() -(uu+ss)
+    dd = n_pos() -(uu+ss)
     overlap = [i for i in uu and i in ss]
     assert overlap == [],'overlap = %s'%str(overlap)
     d = count_less(L,0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant