Skip to content

Conversation

@jishnub
Copy link
Contributor

@jishnub jishnub commented Aug 17, 2023

On master:

julia> convert(Float64, Dual(1,1))
ERROR: MethodError: no method matching InexactError()

After this

julia> convert(Float64, Dual(1,1))
ERROR: InexactError: convert(Float64, 1 + 1ɛ)

@codecov
Copy link

codecov bot commented Aug 17, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (85bc6b2) 50.94% compared to head (dd954c7) 50.94%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #99   +/-   ##
=======================================
  Coverage   50.94%   50.94%           
=======================================
  Files           2        2           
  Lines         212      212           
=======================================
  Hits          108      108           
  Misses        104      104           
Files Changed Coverage Δ
src/dual.jl 50.71% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mlubin mlubin merged commit d9251a7 into JuliaDiff:master Aug 18, 2023
@jishnub jishnub deleted the inexacterror branch August 18, 2023 11:52
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.

2 participants