Skip to content

Commit

Permalink
Removing reference to deprecated internal files
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed Sep 19, 2024
1 parent 3dd2763 commit 114ab5e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions armi/operators/operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 114ab5e

Please sign in to comment.