From 114ab5e14e8200bd2d7382bd36cdba1d97860667 Mon Sep 17 00:00:00 2001 From: jstilley Date: Thu, 19 Sep 2024 16:47:07 -0700 Subject: [PATCH] Removing reference to deprecated internal files --- armi/operators/operator.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/armi/operators/operator.py b/armi/operators/operator.py index 759ddbfad..4a44eefb9 100644 --- a/armi/operators/operator.py +++ b/armi/operators/operator.py @@ -1256,16 +1256,6 @@ def snapshotRequest(self, cycle, node, iteration=None): pathTools.copyOrWarn( "Loading definition for snapshot", self.cs[CONF_LOADING_FILE], newFolder ) - pathTools.copyOrWarn( - "Flow history for snapshot", - self.cs.caseTitle + ".flow_history.txt", - newFolder, - ) - pathTools.copyOrWarn( - "Pressure history for snapshot", - self.cs.caseTitle + ".pressure_history.txt", - newFolder, - ) @staticmethod def setStateToDefault(cs):