You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the source code, on line 385 of nbodykit/source/mesh/catalog.py, I'd expect "W2" to appear as an attribute, yet it does not show up. Also, the source code seems to set this to W. Should it not be W2?
toret.attrs['W2'] = W
EDIT: The struck-through issue was corrected by updating to the latest version nbodykit
The text was updated successfully, but these errors were encountered:
Hi, I'm having some trouble understanding the output to
CatalogMesh.to_real_field()
.A relevant code snippet of how I'm using it is as below.
Looking at the source code, on line 385 of nbodykit/source/mesh/catalog.py, I'd expect "W2" to appear as an attribute, yet it does not show up.Also, the source code seems to set this toW
. Should it not beW2
?EDIT: The struck-through issue was corrected by updating to the latest version
nbodykit
The text was updated successfully, but these errors were encountered: