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
For some reason the SpatialPooler does not implement the equals operator== in its API.
This functionality would be useful and is currently implemented in SP's test class as check_spatial_eq(SP1, SP2), we can take it from there and modify.
The text was updated successfully, but these errors were encountered:
For some reason the SpatialPooler does not implement the equals
operator==
in its API.This functionality would be useful and is currently implemented in SP's test class as
check_spatial_eq(SP1, SP2)
, we can take it from there and modify.The text was updated successfully, but these errors were encountered: