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

Internally now only working with NamedTuples, not with Tuples when dealing with q and p. #95

Merged
merged 2 commits into from
Dec 12, 2023

Conversation

benedict-96
Copy link
Collaborator

... also got rid of an extra routine in psd_like_layer.jl. We now don't have (::PSDLayer{M, N})(x::AbstractVecOrMat, ps::NamedTuple) and (::PSDLayer{M, N})(x::AbstractVecOrMat, ps::NamedTuple), but only (::PSDLayer{M, N})(x::AbstractArray, ps::NamedTuple).

Copy link

codecov bot commented Dec 12, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4c0ddab) 64.35% compared to head (a205414) 64.10%.
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #95      +/-   ##
==========================================
- Coverage   64.35%   64.10%   -0.25%     
==========================================
  Files          99      100       +1     
  Lines        2581     2591      +10     
==========================================
  Hits         1661     1661              
- Misses        920      930      +10     

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

@michakraus michakraus merged commit 98083dd into main Dec 12, 2023
13 of 15 checks passed
@michakraus michakraus deleted the convert_tuple_functions_to_named_tuple_functions branch December 12, 2023 15:51
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.

2 participants