Closed JulesBlubb closed 4 years ago
After struggling with this for a day or two and not progressing, nor finding any issues about it, I just decided to post about this myself: https://github.com/SciML/DiffEqBase.jl/issues/575#issue-687552430 Now I see yours. Maybe one of them can be closed :)
@oxinabox @DhairyaLGandhi @maleadt
The issue is that some packages in the ecosystem are holding back DataStructures.jl v0.18. @devmotion has been fixing this up, but it's all of the packages outside of SciML that need to go update so we need to go hound and ping everyone until they fix their stuff.
The compatibility issue should be fixed by https://github.com/SciML/DiffEqBase.jl/pull/576 and https://github.com/JuliaRegistries/General/pull/20415#event-3701760120 and (from our side at least).
Hi, I am getting an error after updating Differential Equations package. It says: no method matching iterate(::DataStructures.BinaryHeap{Float64,DataStructures.LessThan)
My example code is:
It worked before the update without problems. I hope you can help me. Thanks a lot.