drhagen / tensora

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

Fix fuzz tests #46

Closed drhagen closed 8 months ago

drhagen commented 8 months ago

The fuzz tests were broken by #44 and #45. Once I figure out why test_generate.py hangs in Hypothesis sometimes, I can add them all to CI.

codecov-commenter commented 8 months ago

Codecov Report

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

Comparison is base (07515b1) 89.12% compared to head (d9a2026) 89.12%.

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #46 +/- ## ======================================= Coverage 89.12% 89.12% ======================================= Files 54 54 Lines 2970 2970 Branches 530 530 ======================================= Hits 2647 2647 Misses 247 247 Partials 76 76 ```

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