made the messages a bit more verbose (can investigate for interpolation)
This commit is contained in:
parent
8f6d8ddc50
commit
b83dd04e14
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user