Skip to content

Convert :if blocks to ifelse calls #134

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

Merged
merged 1 commit into from
May 14, 2019
Merged

Convert :if blocks to ifelse calls #134

merged 1 commit into from
May 14, 2019

Conversation

HarrisonGrodin
Copy link
Contributor

Fixes #132.

@codecov
Copy link

codecov bot commented May 14, 2019

Codecov Report

Merging #134 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #134      +/-   ##
=========================================
+ Coverage   93.88%   93.9%   +0.01%     
=========================================
  Files          11      11              
  Lines         360     361       +1     
=========================================
+ Hits          338     339       +1     
  Misses         22      22
Impacted Files Coverage Δ
src/utils.jl 91.66% <100%> (+0.17%) ⬆️

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 ca0692e...041c7cb. Read the comment docs.

@ChrisRackauckas ChrisRackauckas merged commit cbc364d into master May 14, 2019
@HarrisonGrodin HarrisonGrodin deleted the hg/fix/ifelse branch May 14, 2019 15:20
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.

When DiffRules produces an if/then then Derivative fails
2 participants