Skip to content

Commit 04b4e6f

Browse files
committed
Updating exception message
1 parent 3bc64f6 commit 04b4e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openmc/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,7 @@ def weight_window_checkpoints(self, weight_window_checkpoints: dict):
993993

994994
@property
995995
def max_splits(self):
996-
raise AttributeError('max_splits has been replaced by max_history_splits')
996+
raise AttributeError('max_splits has been deprecated. Please use max_history_splits instead')
997997

998998
@property
999999
def max_history_splits(self) -> int:

0 commit comments

Comments
 (0)