Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cell_space: Allow CellCollection to be empty
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.
- Loading branch information