Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix optional argument for norm() #165

Merged
merged 3 commits into from
Sep 24, 2023
Merged

Fix optional argument for norm() #165

merged 3 commits into from
Sep 24, 2023

Conversation

rotu
Copy link
Contributor

@rotu rotu commented Sep 1, 2023

Previously, TypeScript did not like an argumentless norm()

@codecov
Copy link

codecov bot commented Sep 1, 2023

Codecov Report

Patch coverage: 85.71% and project coverage change: -0.01% ⚠️

Comparison is base (bb02eb3) 71.28% compared to head (5363a1a) 71.27%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #165      +/-   ##
==========================================
- Coverage   71.28%   71.27%   -0.01%     
==========================================
  Files          34       34              
  Lines        5300     5295       -5     
  Branches      850      849       -1     
==========================================
- Hits         3778     3774       -4     
+ Misses       1517     1516       -1     
  Partials        5        5              
Files Changed Coverage Δ
src/matrix.js 79.55% <85.71%> (-0.01%) ⬇️

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

src/matrix.js Outdated Show resolved Hide resolved
src/matrix.js Outdated Show resolved Hide resolved
@targos targos merged commit 8869e22 into mljs:main Sep 24, 2023
8 of 9 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.

3 participants