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

Extend L21Norm to support multiple l2 axes #313

Merged
merged 1 commit into from
Jul 12, 2022
Merged

Conversation

bwohlberg
Copy link
Collaborator

Extend functional.L21Norm to support multiple l2 axes. Resolves #310.

@bwohlberg bwohlberg added the enhancement New feature or request label Jul 11, 2022
@codecov
Copy link

codecov bot commented Jul 11, 2022

Codecov Report

Merging #313 (79f64c5) into main (8722a25) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #313   +/-   ##
=======================================
  Coverage   94.02%   94.03%           
=======================================
  Files          54       54           
  Lines        3381     3384    +3     
=======================================
+ Hits         3179     3182    +3     
  Misses        202      202           
Flag Coverage Δ
unittests 94.03% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
scico/functional/_norm.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8722a25...79f64c5. Read the comment docs.

Copy link
Contributor

@Michael-T-McCann Michael-T-McCann left a comment

Choose a reason for hiding this comment

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

Thanks!

@bwohlberg bwohlberg merged commit f1a1df7 into main Jul 12, 2022
@bwohlberg bwohlberg deleted the brendt/l21norm branch July 12, 2022 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Specify axes in L21Norm
2 participants