Closed arporter closed 4 months ago
Integration tests failed due to attempt to call walk
on an Extent
at line 293 of sympy_writer.py
.
The latest NEMO code ends up with some pretty hairy array indexing and declarations due to the tiling. I've added an example to one of the tests. Integration tests are re-running (it was only the NEMO ones that failed).
Integration tests were green second time around. I just need to address missing coverage.
Ready for review now. A fairly small change but ensuring that it worked when handling the declaration of members of a structure was quite difficult. One for @LonelyCat124, @hiker or @sergisiso.
There was an indirect coverage change, hence the new test. Ready for another look now.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Additional details and impacted files
```diff @@ Coverage Diff @@ ## master #2637 +/- ## ======================================= Coverage 99.86% 99.86% ======================================= Files 352 352 Lines 48485 48507 +22 ======================================= + Hits 48420 48442 +22 Misses 65 65 ```:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.