Skip to content

Conversation

@rotu
Copy link
Contributor

@rotu rotu commented Mar 10, 2025

Previously, there was a loop termination condition error which caused the wrong result when exponentiating a matrix by a power of 2.

Fix #196

@codecov
Copy link

codecov bot commented Mar 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.67%. Comparing base (4b632bb) to head (958421a).
Report is 9 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #197      +/-   ##
==========================================
+ Coverage   73.53%   73.67%   +0.13%     
==========================================
  Files          36       36              
  Lines        5733     5763      +30     
  Branches      937      943       +6     
==========================================
+ Hits         4216     4246      +30     
- Misses       1512     1517       +5     
+ Partials        5        0       -5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Member

@targos targos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@targos targos merged commit f91b210 into mljs:main Mar 11, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Problem with Matrix.mpow and feedback

2 participants