made the messages a bit more verbose (can investigate for interpolation)
This commit is contained in:
+1
-1
@@ -33,4 +33,4 @@ if __name__ == '__main__':
|
|||||||
while True:
|
while True:
|
||||||
i, X = inq.get()
|
i, X = inq.get()
|
||||||
a = g.run_baker(X, order = 3, extra_points = 32)
|
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)))
|
||||||
|
|||||||
Reference in New Issue
Block a user