Skip to content

Conversation

@utkarsh530
Copy link
Member

@codecov
Copy link

codecov bot commented Jan 28, 2021

Codecov Report

Merging #6 (772f7ee) into master (fa769d7) will decrease coverage by 0.07%.
The diff coverage is 10.66%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #6      +/-   ##
=========================================
- Coverage    3.09%   3.01%   -0.08%     
=========================================
  Files          37      37              
  Lines        2520    2584      +64     
=========================================
  Hits           78      78              
- Misses       2442    2506      +64     
Impacted Files Coverage Δ
src/scimlfunctions.jl 3.07% <10.66%> (-0.29%) ⬇️

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 fa769d7...772f7ee. Read the comment docs.

has_Wfact_t(f::AbstractDiffEqFunction) = __has_Wfact_t(f) && f.Wfact_t !== nothing
has_paramjac(f::AbstractDiffEqFunction) = __has_paramjac(f) && f.paramjac !== nothing
has_syms(f::AbstractDiffEqFunction) = __has_syms(f) && f.syms !== nothing
has_colorvec(f::AbstractDiffEqFunction) = __has_colorvec(f) && f.colorvec !== nothing
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delete these ones since AbstractDiffEqFunction <: AbstractSciMLFunction

@devmotion
Copy link
Member

I guess it would make sense to remove the definitions for AbstractDiffEqFunction above then since they would be covered as well?

@ChrisRackauckas ChrisRackauckas merged commit c23d544 into SciML:master Jan 28, 2021
ChrisRackauckas pushed a commit that referenced this pull request Oct 10, 2022
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