Cantera / cantera

Chemical kinetics, thermodynamics, and transport tool suite
https://cantera.org
Other
580 stars 341 forks source link

Update ReactorNet drawing functions #1714

Closed speth closed 1 week ago

speth commented 1 week ago

Changes proposed in this pull request

If applicable, provide an example illustrating new features this pull request is introducing Graph generated by adding

mixer.draw(print_state=True, species="X")

to mix1.py:

rnet

Checklist

codecov[bot] commented 1 week ago

Codecov Report

Attention: Patch coverage is 87.50000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 72.82%. Comparing base (f4a88d2) to head (87218b5).

Files Patch % Lines
interfaces/cython/cantera/drawnetwork.py 80.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1714 +/- ## ========================================== - Coverage 72.83% 72.82% -0.01% ========================================== Files 379 379 Lines 53593 53595 +2 Branches 9122 9123 +1 ========================================== + Hits 39032 39033 +1 - Misses 11609 11610 +1 Partials 2952 2952 ```

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