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

Avoid StackOverflow in incomplete implementation #124

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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