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
I went to pull a collection with and without imputing zeros, but how to do that puzzled me for a bit because I didn't know which way ignoreImputeZeros was going to go. Was it going to ignore what the collection said and impute zeros anyway, or the opposite? The code tells all of course, but i think we could improve the naming to make it so that users dont have to go to the code. How about imputeZerosOverride? Then true imputes zeros and false doesnt, regardless of what the collection says.
The text was updated successfully, but these errors were encountered:
I went to pull a collection with and without imputing zeros, but how to do that puzzled me for a bit because I didn't know which way
ignoreImputeZeros
was going to go. Was it going to ignore what the collection said and impute zeros anyway, or the opposite? The code tells all of course, but i think we could improve the naming to make it so that users dont have to go to the code. How aboutimputeZerosOverride
? Then true imputes zeros and false doesnt, regardless of what the collection says.The text was updated successfully, but these errors were encountered: