bccp / nbodykit

Analysis kit for large-scale structure datasets, the massively parallel way
http://nbodykit.rtfd.io
GNU General Public License v3.0
111 stars 60 forks source link

Fixed bug in zhist.py #618

Closed akrolewski closed 4 years ago

akrolewski commented 4 years ago

zhist.py fails when bins is a scalar. I think this is because "comm" in lines 63 and 64 should be "self.comm."

rainwoodman commented 4 years ago

Yes this looks about right. Thanks!