Group Abstract Group Abstract

Message Boards Message Boards

0
|
8.6K Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Avoid syntax issue in cloud notebooks (" _." converted to "_" and ".")?

Posted 6 years ago
POSTED BY: Mike Luntz
2 Replies
Posted 6 years ago

Thanks for the workaround suggestion Jan.

POSTED BY: Mike Luntz

Thanks for the report! This is a cloud bug indeed. Incidentally, we're already working on an overhaul of our client-side input tokenizer (where this is currently going wrong) that will fix this issue. I've still filed a bug ticket in our system (just for reference: CLOUD-15982).

As a workaround for now, you could use an explicit Optional wrapper, i.e.

Optional[a_]

instead of:

a_.
POSTED BY: Jan Poeschko
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard