remove# IndexSet1D.remove(elem, /)[source]# Remove an element from the IndexSet, in-place. Parameters: elemelement Raises: ValueErrorIf the element is not present in the IndexSet.