Skip to content

Commit

Permalink
Add missing property
Browse files Browse the repository at this point in the history
  • Loading branch information
lawhead committed Dec 8, 2023
1 parent 8e58b5b commit e3510b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bcipy/display/paradigm/vep/layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,11 @@ def _box_size(self, validate: bool = True) -> Tuple[float, float]:

return (width, height)

@property
def num_boxes(self) -> int:
"""The number of boxes"""
return self._num_boxes

@property
def box_size(self) -> Tuple[float, float]:
"""Size of each box"""
Expand Down

0 comments on commit e3510b2

Please sign in to comment.