Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
Update pyop2/types/set.py
Browse files Browse the repository at this point in the history
  • Loading branch information
emmarothwell1 authored Apr 25, 2024
1 parent 4e1bb3c commit 8fa2ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyop2/types/set.py
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ def core_size(self):

@utils.cached_property
def constrained_size(self):
"""Set size, owned elements."""
"""Set size, owned constrained elements."""
return sum(s.constrained_size for s in self._sets)

@utils.cached_property
Expand Down

0 comments on commit 8fa2ff3

Please sign in to comment.