Skip to content

When using python 2, there is a problem with casting int to long at line 12 #5

@jhegedus42

Description

@jhegedus42

When using python 2, there is a problem with casting Int to Long at line 12

Here:

val ans = jep.getValue("c").asInstanceOf[Long]

So Long needs to be changed to Int in that line.

then everything works.

Why is this ?

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