Commit Graph

4 Commits

Author SHA1 Message Date
Casper da Costa-Luis 32cde6fdd2
fix parallel example extra line
- closes #477
- partially reverts 74e6eba
- Note 74e6eba breaks unit tests/behaviour for non-parallel cases.
  Automation for parallel cases is not possible since
  `tqdm.tqdm._instances` may not be populated in individual threads.
2018-04-30 00:28:54 +01:00
Dyno Fu 74e6eba4ef
Fix overlap of nested progressbar
The problem is exhibitable with the modified examples/parallel_bars.py,
the fix is simple check pos is not None rather otherwise will fall into
the trap of 0.
2018-04-29 23:55:35 +01:00
Casper da Costa-Luis 42f213b405
RLock in documentation 2017-10-15 19:19:11 +01:00
Casper da Costa-Luis 790b568b67
add multithreaded use to official documentation 2017-09-24 16:31:50 +01:00