Commit 7c25be38 authored by Arnaud WATLET's avatar Arnaud WATLET
Browse files

Adds progress bar in run_sequence

Showing with 1 addition and 1 deletion
+1 -1
......@@ -709,7 +709,7 @@ class OhmPi(object):
n = 1
else:
n = self.sequence.shape[0]
for i in tqdm(range(0, n), "Sequence progress", unit='quadrupoles', ncols=50, color='green'):
for i in tqdm(range(0, n), "Sequence progress", unit='quadrupoles', ncols=50, colour='green'):
if self.sequence is None:
quad = np.array([0, 0, 0, 0])
else:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment