HeloiseS / hoki

Bridging the gap between observation and theory
https://heloises.github.io/hoki/intro.html
BSD 3-Clause "New" or "Revised" License
47 stars 8 forks source link

Add progress bar to CMD make() #6

Closed HeloiseS closed 4 years ago

HeloiseS commented 4 years ago

Add a tqdm progress bar.

HeloiseS commented 4 years ago

tqdm cannot provide progress bar given the way the algorithm works - it does show the total number of iterations performed but it doesn't seem that helpful.

I will close this for now