Fix CellInstanceFilter docstring

This commit is contained in:
Paul Romano 2023-04-08 15:37:16 +02:00
parent 39bc94a1a1
commit a87b88a488

View file

@ -4,6 +4,7 @@ from collections.abc import Iterable
import hashlib
from itertools import product
from numbers import Real, Integral
import warnings
from xml.etree import ElementTree as ET
import numpy as np
@ -588,7 +589,7 @@ class CellInstanceFilter(Filter):
bins : iterable of 2-tuples or numpy.ndarray
The cell instances to tally, given as 2-tuples. For the first value in
the tuple, either openmc.Cell objects or their integral ID numbers can
be used.
be used. The second value indicates the cell instance.
filter_id : int
Unique identifier for the filter