Skip to content

Syntax error in un-used test file #11

Description

@MasonProtter

Just an FYI, this expression : https://github.com/cgeoga/BesselK.jl/blob/main/paperscripts/testing/notinuse/matern_derivative_speed.jl#L7-L18

doesn't actually do what it seems like! Currently, writing (@foo x, @foo y) is parsed as (@foo(x, @foo(y))), not (@foo(x), @foo(y)) though changing that is currently under consideration in JuliaLang/julia#36547

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions