Skip to content

Commit

Permalink
Update TheoryCreatePolyconf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vbdr authored Jul 20, 2018
1 parent eb918c6 commit 88b5c6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RepTate/theories/TheoryCreatePolyconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def __init__(self, name='', parent_dataset=None, axarr=None):
self.polyconf_file_out = None # full path of target polyconf file
self.autocalculate = False
self.bch = BobCtypesHelper(self)
self.do_priority_seniority = True
self.do_priority_seniority = False

def request_stop_computations(self):
"""Called when user wants to terminate the current computation"""
Expand Down Expand Up @@ -755,4 +755,4 @@ def is_ascii(self, s):
s.encode('ascii')
return True
except UnicodeEncodeError:
return False
return False

0 comments on commit 88b5c6e

Please sign in to comment.