stfc / PSyclone

Domain-specific compiler and code transformation system for Finite Difference/Volume/Element Earth-system models in Fortran
BSD 3-Clause "New" or "Revised" License
104 stars 27 forks source link

(Closes #2624) Add `FortranWriter().schedule_node()`. #2628

Open JulienRemy opened 3 months ago

JulienRemy commented 3 months ago

Avoids defaulting to str(schedule) for Schedule().debug_string() and raising a VisitorError using FortranWriter()(Schedule()).

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.86%. Comparing base (1e94cd6) to head (05ab4fc).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2628 +/- ## ======================================= Coverage 99.86% 99.86% ======================================= Files 356 356 Lines 48438 48454 +16 ======================================= + Hits 48373 48389 +16 Misses 65 65 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.