Skip to content

Conversation

@ChrisRackauckas
Copy link
Member

This effects Julia's specialization heuristics in undesirable ways. See https://discourse.julialang.org/t/delay-differential-equations-networks-with-different-delay-per-edge/69787

@codecov
Copy link

codecov bot commented Oct 15, 2021

Codecov Report

Merging #110 (67e24a8) into master (e6781a3) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #110   +/-   ##
======================================
  Coverage    6.78%   6.78%           
======================================
  Files          39      39           
  Lines        2904    2904           
======================================
  Hits          197     197           
  Misses       2707    2707           
Impacted Files Coverage Δ
src/SciMLBase.jl 0.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e6781a3...67e24a8. Read the comment docs.

@devmotion
Copy link
Member

Maybe dropping Function supertypes is helpful for other types such as

abstract type AbstractDiffEqInterpolation <: Function end
as well?

@ChrisRackauckas
Copy link
Member Author

yeah it's probably a good idea.

@ChrisRackauckas ChrisRackauckas merged commit 7f81097 into master Oct 15, 2021
@ChrisRackauckas ChrisRackauckas deleted the ChrisRackauckas-patch-1 branch October 15, 2021 19:18
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.

3 participants