Skip to content

Conversation

dlfivefifty
Copy link
Member

Often I just overload *(::MyPlan{T}, x::AbstractVector{T}) but this causes a stack overflow if I call MyPlan * Matrix. This change causes it to error instead of stack overflow

Copy link

codecov bot commented Nov 13, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (a67bf15) 93.70% compared to head (49bdeec) 93.72%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #124      +/-   ##
==========================================
+ Coverage   93.70%   93.72%   +0.01%     
==========================================
  Files           5        5              
  Lines         445      446       +1     
==========================================
+ Hits          417      418       +1     
  Misses         28       28              
Files Coverage Δ
src/definitions.jl 83.85% <0.00%> (+0.10%) ⬆️

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

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.

1 participant