-
-
Notifications
You must be signed in to change notification settings - Fork 127
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
Code takes very long to compile on jupyter #221
Comments
@cgarciae It does seem like something is slightly off with compilation under Jupyter. The whole thing takes 1.5 seconds to compile in the standard interpreter, but almost a minute on Jupyter. I'll look into it and potentially try to put out a quick |
@cgarciae I've uploaded a |
Did a |
@cgarciae Try again now. I think I got it this time! |
As far as I can tell, I believe this has been fixed. Marking as resolved and closing the issue. @cgarciae lmk if you're still experiencing any problems now on the latest |
@evhub Thanks a lot! It did reduce the time, it when from I can't yet use coconut like this in Jupyter, hope this gets fixed soon :) |
@cgarciae As a temporary measure, if you delete the blank lines in your code (Jupyter thinks they might be where your code ends, and therefore tries to compile up to that point), you should be fine. |
@cgarciae I just made a bunch of experimental modifications to develop which seem to have resolved the rest of the problem for me. Try it out with |
@evhub Excellent! Now taking around 5 secconds as expected :) I am going to close the issue. |
This code takes very long to compile on Jupyter, I am running version
1.2.1
and also tested oncoconut-develop
. Since all dependencies are used inside methods you dont need the dependecies installed to test the compilation of this code on Jupyter.The text was updated successfully, but these errors were encountered: