Skip to content

Commit

Permalink
update todo
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfleis committed Apr 24, 2024
1 parent e552b99 commit b38fa2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions momepy/dimension.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,7 @@ def __init__(
mode="all",
verbose=True,
):
# TODO: This is just a fancy lag. It should probably live in Graph itself and be
# TODO: refactored either on top of sparse array or pandas.groupby.
# TODO: deprecate in favor of momepy.describe
self.gdf = gdf
self.sw = spatial_weights
self.id = gdf[unique_id]
Expand Down

0 comments on commit b38fa2e

Please sign in to comment.