made the messages a bit more verbose (can investigate for interpolation)

This commit is contained in:
Stephen Mardson McQuay 2011-03-03 00:59:47 -07:00
parent 8f6d8ddc50
commit b83dd04e14
1 changed files with 1 additions and 1 deletions

View File

@ -33,4 +33,4 @@ if __name__ == '__main__':
while True:
i, X = inq.get()
a = g.run_baker(X, order = 3, extra_points = 32)
outq.put((i, my_name, exact(X)))
outq.put((i, my_name, a['qlin'], a['error'], a['final'], exact(X)))