-
Notifications
You must be signed in to change notification settings - Fork 19
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
Flor doesn't work with functions with arguments :( #31
Comments
I don't understand how https://docs.python.org/3/library/inspect.html#inspect.getsourcefile I can't figure out what the fuck an |
Thanks for bringing this issue to our attention. Are you running this code from a Jupyter Notebook cell? We don't yet support interactive environments (but we're aware of the issue #11 ). If you're running this code from Jupyter, could you try running an ordinary python script instead and see if the issue persists? Thank you! |
Thanks for getting back to me. This is confusing, because so saw a Jupyter
demo at the meetup where a student from RISE introduced me to flor. That
was the appeal.
On Thu, Dec 6, 2018 at 10:19 AM Rolando Garcia ***@***.***> wrote:
Thanks for bringing this issue to our attention. Are you running this code
from a Jupyter Notebook cell? We don't yet support interactive environments
(but we're aware of the issue #11
<#11> ). If you're running this
code from Jupyter, could you try running an ordinary python script instead
and see if the issue persists? Thank you!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#31 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AACkpZKS3V4MwLvxr8Wk_Cn9l69HJmneks5u2V_PgaJpZM4ZFvma>
.
--
Russell Jurney @rjurney <http://twitter.com/rjurney>
russell.jurney@gmail.com LI <http://linkedin.com/in/russelljurney> FB
<http://facebook.com/jurney> datasyndrome.com
|
Thank you, the demo was for an earlier version of Flor. We've since started doing program analysis (to significantly alleviate the burden of manual specification) so some features that were working in the past need to be re-enabled. We'll make it a priority. |
Cool, thanks! |
Flor won't work with functions with arguments.
The text was updated successfully, but these errors were encountered: