Closed nikTheCosmoGuy closed 6 years ago
np.loadtext returns a numpy scalar instead of a numpy array when there is only one halo that is read. This raises IndexErrors later on, simple bug fix is to force ndmin=1.
np.loadtext returns a numpy scalar instead of a numpy array when there is only one halo that is read. This raises IndexErrors later on, simple bug fix is to force ndmin=1.