We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In a recent PR (#366) added a routine for finding restart and output directories:
https://github.com/payu-org/payu/blob/master/payu/experiment.py#L206
Unfortunately this doesn't support run counter numbers > 999, which occurs and is supported ... imperfectly:
#232
I didn't notice this when I reviewed, apologies.
It is an easy fix: just make the regex support any number of digits after the output_type string.
output_type
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In a recent PR (#366) added a routine for finding restart and output directories:
https://github.com/payu-org/payu/blob/master/payu/experiment.py#L206
Unfortunately this doesn't support run counter numbers > 999, which occurs and is supported ... imperfectly:
#232
I didn't notice this when I reviewed, apologies.
It is an easy fix: just make the regex support any number of digits after the
output_type
string.The text was updated successfully, but these errors were encountered: