drhagen / tensora

Sparse/dense tensor library for Python
http://tensora.drhagen.com/
MIT License
9 stars 2 forks source link

Name all iteration graph nodes as Node #30

Closed drhagen closed 11 months ago

drhagen commented 11 months ago

This makes the naming more consistent and clear.

codecov-commenter commented 11 months ago

Codecov Report

Attention: 16 lines in your changes are missing coverage. Please review.

Comparison is base (715ee8c) 88.66% compared to head (ebf7195) 88.66%.

Files Patch % Lines
src/tensora/desugar/to_iteration_graphs.py 53.12% 9 Missing and 6 partials :warning:
src/tensora/iteration_graph/iteration_graph.py 83.33% 1 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #30 +/- ## ======================================= Coverage 88.66% 88.66% ======================================= Files 51 51 Lines 2938 2938 Branches 520 520 ======================================= Hits 2605 2605 Misses 255 255 Partials 78 78 ```

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