forked from ccpem/affinity-vae
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requestwontfixThis will not be worked onThis will not be worked on
Description
consider using Python's tqdm library to display a progress bar rather than relying on manual print statements.
something like:
from tqdm import tqdm
for idx, (sid, sample, label) in tqdm(enumerate(zip(cell_names, cell_array_lst, cell_types))):
# saving logic here
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestwontfixThis will not be worked onThis will not be worked on