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
With the release of fparser 0.2, this is not necessary anymore:
The text was updated successfully, but these errors were encountered:
The special handling of stop concatentation can be removed now. Affected files:
./infrastructure/build/fab/lfric_base.py:from lfric_common import configurator, fparser_workaround_stop_concatenation ./infrastructure/build/fab/lfric_base.py: fparser_workaround_stop_concatenation(self.config) ./infrastructure/build/fab/lfric_common.py:def fparser_workaround_stop_concatenation(config): `
Sorry, something went wrong.
jasonjunweilyu
No branches or pull requests
With the release of fparser 0.2, this is not necessary anymore:
The text was updated successfully, but these errors were encountered: