Skip to content

Commit

Permalink
Extended some comments for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
Whyborn committed Sep 23, 2024
1 parent f1e091e commit 7a8cf25
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions payu/models/staged_cable.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@ def setup(self):
def _get_further_restarts(self):
"""Get the restarts from stages further in the past where necessary."""

# Often we take restarts from runs which are not the most recent run as
# inputs for particular science modules, which means we have to extend
# the existing functionality around retrieving restarts.

# We can't supercede the parent get_prior_restart_files, since the
# files returned by said function are prepended by
# self.prior_restart_path, which is not desirable in this instance.
Expand Down

0 comments on commit 7a8cf25

Please sign in to comment.