Skip to content

Commit

Permalink
Fix Connectivity protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
tehrengruber committed Jan 12, 2023
1 parent 4d8ab91 commit 82b5c26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/functional/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ class Connectivity(Protocol):
max_neighbors: int
has_skip_values: bool
origin_axis: Dimension
neighbor_axis: Dimension

def mapped_index(
self, cur_index: int | np.integer, neigh_index: int | np.integer
Expand Down

0 comments on commit 82b5c26

Please sign in to comment.