-
- Downloads
far.py: fix rate.py pickling problem
- rate.py's d550e7f7717fb81f9c441abe8bb44ef1b94ac74c made NDBins instances unpickleable because the ._getitems tuple of instance methods creates issues. this makes it impossible to return them from a subprocess via a queue object. - this switches to returning the BinnedArray's array objects rather than the entire BinnedArray (with its NDBins)
Please register or sign in to comment