Skip to content

Commit

Permalink
Fix toret.attrs["W2"] (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruilan-zh committed Sep 6, 2022
1 parent 4aec168 commit 376c9d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbodykit/source/mesh/catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ def dochunk(s):
toret.attrs['shotnoise'] = shotnoise
toret.attrs['N'] = N
toret.attrs['W'] = W
toret.attrs['W2'] = W
toret.attrs['W2'] = W2
toret.attrs['num_per_cell'] = nbar

csum = toret.csum()
Expand Down

0 comments on commit 376c9d7

Please sign in to comment.