You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe the following calls to EventSpecialPoint are incorrect. Their signature does not match the method definition (line 243 in the same file, see below---as far as I can tell, there's only one method definition for this function). Specifically, the calls have 6 args instead of 5, and the types don't line up.
I found this while creating #128. I don't have enough context or understanding to know what the calls should have looked like, or how to write test cases that would have caught these errors.
I believe the following calls to
EventSpecialPoint
are incorrect. Their signature does not match the method definition (line 243 in the same file, see below---as far as I can tell, there's only one method definition for this function). Specifically, the calls have 6 args instead of 5, and the types don't line up.I found this while creating #128. I don't have enough context or understanding to know what the calls should have looked like, or how to write test cases that would have caught these errors.
BifurcationKit.jl/src/events/EventDetection.jl
Line 249 in bdb0147
BifurcationKit.jl/src/events/EventDetection.jl
Line 276 in bdb0147
BifurcationKit.jl/src/events/EventDetection.jl
Line 306 in bdb0147
BifurcationKit.jl/src/events/EventDetection.jl
Line 336 in bdb0147
BifurcationKit.jl/src/events/EventDetection.jl
Line 370 in bdb0147
Here's the only method definition:
BifurcationKit.jl/src/events/EventDetection.jl
Line 243 in bdb0147
The text was updated successfully, but these errors were encountered: