From ef4fe68125e455da8cda2ddb90a1c47e4eb48018 Mon Sep 17 00:00:00 2001 From: church89 Date: Wed, 7 Feb 2024 13:49:50 +0100 Subject: [PATCH] missing underscore --- openmc/deplete/abc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmc/deplete/abc.py b/openmc/deplete/abc.py index c9d0f3918c..580692cfe1 100644 --- a/openmc/deplete/abc.py +++ b/openmc/deplete/abc.py @@ -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