Closed alexmill closed 4 years ago
This commit adds a progress bar to the loop in evaluteRejctionSampling if tqdm installed; otherwise the loop works as before. This isn't the most elegant way to handle this problem, but just a proposal that gets the job done.
evaluteRejctionSampling
Thanks, merged. I'll however modify a bit the code as I had made modifications to make it work with more potential inputs for batch sizes.
This commit adds a progress bar to the loop in
evaluteRejctionSampling
if tqdm installed; otherwise the loop works as before. This isn't the most elegant way to handle this problem, but just a proposal that gets the job done.