-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
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
(Closes #350) disable validation checks by default #351
Conversation
Codecov Report
@@ Coverage Diff @@
## master #351 +/- ##
=======================================
Coverage 91.34% 91.34%
=======================================
Files 36 36
Lines 13047 13052 +5
=======================================
+ Hits 11918 11923 +5
Misses 1129 1129
Continue to review full report at Codecov.
|
@TeranIvy this is the PR for the fparser fix. HEAD of PSyclone is fine with this branch and all of the NEMO source parses without errors. I've just tried it on LFRic too and it seems fine. |
This is ready for review now. |
Tested in the LFRic suite. All green: PSycloning, compilation, runs, style checks and KGO checks. |
Hi @TeranIvy, was that with HEAD of PSyclone master? |
Yes, @arporter, with the head of PSyclone master. I created a PSyclone branch from the head of master with the fparser submodule from this branch and then I installed PSyclone test environment from that. BTW, that was yesterday (15 June) evening. I see that there is a fresh merge to head. Shall I test it again? |
@TeranIvy The last changes shouldn't change LFRic behavior but do touch the base classes that LFRic use. So it would be safer to test again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good. pylint and pycodestyle pass. No need to document at this point. Approving.
No description provided.