Skip to content

Commit

Permalink
Merge branch 'master' into CoCalc
Browse files Browse the repository at this point in the history
  • Loading branch information
nvcleemp committed Jul 8, 2020
2 parents e400580 + f33151d commit a18e4d3
Show file tree
Hide file tree
Showing 33 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions sage/conjecturing.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,15 +460,15 @@ def get_value(invariant, o):
except:
stdin.write('NaN\n')

stdin.flush()

if verbose:
print("Finished computing and writing invariant values to expressions")

if debug:
for l in sp.stderr:
print('> ' + l.rstrip())

stdin.flush()

# process the output
out = sp.stdout

Expand Down Expand Up @@ -761,15 +761,15 @@ def get_value(prop, o):
except:
stdin.write('-1\n')

stdin.flush()

if verbose:
print("Finished computing and writing property values to expressions")

if debug:
for l in sp.stderr:
print('> ' + l.rstrip())

stdin.flush()

# process the output
out = sp.stdout

Expand Down

0 comments on commit a18e4d3

Please sign in to comment.