praxes / hexrd

Legacy hexrd repository (python2.7)
http://hexrd.readthedocs.org
14 stars 42 forks source link

mac compatibility fix concerning qsize call #62

Closed joelvbernier closed 9 years ago

joelvbernier commented 9 years ago

The use of "qsize" in hexrd.fitgrains (from multiprocessing.JoinableQueue()) raises a NotImplementedError on Mac OS. The get_job_queue method now returns the number of jobs as a second output, eliminating the need to call qsize.