Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cell_space: Allow CellCollection to be empty #2502

Merged
merged 2 commits into from
Nov 13, 2024

Commits on Nov 13, 2024

  1. 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.
    EwoutH committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    ce391ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e78f70f View commit details
    Browse the repository at this point in the history