In the rastermap fit method, bin_size isn't set anywhere. However, a bin_size attribute is set by the init method. I added self. to the bin_size variable so it works now.
Note: this is necessary for using the example in the README page with compute_X_embedding=True !!
In the rastermap fit method, bin_size isn't set anywhere. However, a bin_size attribute is set by the init method. I added
self.
to thebin_size
variable so it works now.Note: this is necessary for using the example in the README page with
compute_X_embedding=True
!!