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
It should be corrected to X.eliminate_zeros() without the assignment operator as it is an in-place function.
With the assignment operator, it assigns a None type object to X if no zeros were eliminated.
The text was updated successfully, but these errors were encountered:
NelleV
added a commit
to NelleV/iced
that referenced
this issue
Jun 19, 2018
iced/iced/normalization/__init__.py
Line 79 in 30c5673
It should be corrected to X.eliminate_zeros() without the assignment operator as it is an in-place function.
With the assignment operator, it assigns a None type object to X if no zeros were eliminated.
The text was updated successfully, but these errors were encountered: