remove#

IndexSet1D.remove(elem, /)[source]#

Remove an element from the IndexSet, in-place.

Parameters:
elemelement
Raises:
ValueError

If the element is not present in the IndexSet.