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
cell_space: Allow CellCollection to be empty (#2502)
Sometimes it's useful to have any empty cell collection in the cell space, which can happen after selection with no cells that meet the selection requirements.
However, self._capacity would give an error, because there were no cell to derive the capacity from. This PR resolves that error.
0 commit comments