funkelab / daisy

Block-wise task scheduling for large nD volumes.
MIT License
25 stars 16 forks source link

change testing for existence of pymongo objects from bool() to is None #38

Closed abred closed 1 year ago

abred commented 1 year ago

in newer python version there is an error that bool is not implemented for pymongo objects (e.g. database, collections)

pattonw commented 1 year ago

Yes, good catch. I think I've run into errors related to this