Closed rupertford closed 1 year ago
All modified lines are covered by tests :white_check_mark:
Comparison is base (
5018a64
) 91.91% compared to head (0e6dc29
) 91.96%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
As we are no longer supporting fparser1, I propose that this change just goes on as is rather than adding any tests.
I was tempted to agree with you but then realised that while it may be unsupported, it is actually critical for our LFRic functionality (as evidenced by the fact that we hit it) so I suggest adding one test to cover it.
As we are no longer supporting fparser1, I propose that this change just goes on as is rather than adding any tests.
I was tempted to agree with you but then realised that while it may be unsupported, it is actually critical for our LFRic functionality (as evidenced by the fact that we hit it) so I suggest adding one test to cover it.
You and your reasonable logic. codecov fails as well so I should cover it.
Ready for first review. Probably one for @arporter seeing as he expressed a preference for testing, but someone else can take it on as it is a simple change.
The fix is a one line change as we just need to return the original value of the string expression (using 'map'), rather than the string expression itself (F2PY_EXPR_TUPLE_1). For the example shown in issue #430:
We used to get ...
But now get ....
As we are no longer supporting fparser1, I propose that this change just goes on as is rather than adding any tests.