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'm working on tutorial notebooks right now and ran into a minor hiccup when running sq.gr.spatial_neighbors(). @giovp already ported the function to work with spatialdata (thanks!) but the function requires manual input of the parameters elements_to_coordinate_systems and table_key, even if those are the only options.
I propose to automatically infer these instead when there are no other choices anyway and just notify the user of that fact. Any objections?
I'm working on tutorial notebooks right now and ran into a minor hiccup when running
sq.gr.spatial_neighbors()
. @giovp already ported the function to work withspatialdata
(thanks!) but the function requires manual input of the parameterselements_to_coordinate_systems
andtable_key
, even if those are the only options.I propose to automatically infer these instead when there are no other choices anyway and just notify the user of that fact. Any objections?
The text was updated successfully, but these errors were encountered: