You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.
Currently, there are some AST nodes that are
pass
ed (ie. not parsed :) and all others not handled throwTypeError
:pyla/stencila/pyla/code_parsing.py
Lines 271 to 274 in 1359825
While trying to
compile
someipynb
files from the wild I got exceptions thrown for:NameConstant
UnaryOp
Lambda
I think all of these probably need to be handled. Also, I wonder if it would be better to log instead of to
raise
for unhandled nodes e.g.The text was updated successfully, but these errors were encountered: