Skip to content

Less accurate results on Julia 1.3.1 vs Julia 1.1.1 #64

Closed
@jtravs

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.

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