missing underscore

This commit is contained in:
church89 2024-02-07 13:49:50 +01:00
parent ad8c7ed819
commit ef4fe68125

View file

@ -18,7 +18,7 @@ from warnings import warn
from numpy import nonzero, empty, asarray
from uncertainties import ufloat
from openmc.checkvalue import checkvalue, check_type, check_greater_than, PathLike
from openmc.checkvalue import check_value, check_type, check_greater_than, PathLike
from openmc.mpi import comm
from .stepresult import StepResult
from .chain import Chain