From c67f2e449a85ffb8c689798458faae700c51e114 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Mon, 17 Jun 2024 15:29:48 -0500 Subject: [PATCH] Updating exception message --- openmc/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmc/settings.py b/openmc/settings.py index 3d13d4a0811..a5abf2f3439 100644 --- a/openmc/settings.py +++ b/openmc/settings.py @@ -993,7 +993,7 @@ def weight_window_checkpoints(self, weight_window_checkpoints: dict): @property def max_splits(self): - raise AttributeError('max_splits has been replaced by max_history_splits') + raise AttributeError('max_splits has been deprecated. Please use max_history_splits instead') @property def max_history_splits(self) -> int: