Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jhegedus42 opened this issue Jan 28, 2018 · 0 comments

Comments

@jhegedus42
Copy link

jhegedus42 commented Jan 28, 2018

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 ?

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

No branches or pull requests

1 participant