Skip to content
Snippets Groups Projects
Commit b4d4c8de authored by pswain's avatar pswain
Browse files

change(grouper): removed annoying tqdm

parent 98d342c7
No related branches found
No related tags found
No related merge requests found
......@@ -219,7 +219,7 @@ class Grouper(ABC):
tmax_in_mins_dict=tmax_in_mins_dict,
**kwargs,
)
for name, position in tqdm(positions.items())
for name, position in positions.items()
]
return records
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment