Skip to content

Less accurate results on Julia 1.3.1 vs Julia 1.1.1 #64

Description

@jtravs

If I run

FiniteDifferences.fdm(FiniteDifferences.central_fdm(9, 5), y->exp(y), 1.0, adapt=4)

on Julia 1.1.1 I get:

2.718281560120131

whereas on Julia 1.3.1 I get

2.7182639618941993

which is much less accurate (error of 1.8e-5 vs 2.7e-7).

This broke some tests of ours. Does anyone know why the accuracy is reduced?

Both on v0.9.2.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions