Skip to content

0.10.0 release captures output even when ';' is present #194

Open
@pgbarletta

Description

Hi,

I'd frequently add a semicolon to silence a notebook's output instead of sanitizing it, when I didn't care about the output but I did care about the cell actually running.
The new release seems to get the cell output, even when the semicolon is present, so when it compares that output against the saved cell, it finds a discrepancy:

Traceback:
Unexpected output fields from running code: {'text/plain'}

was this intended? I'm currently removing all the semicolons from my notebooks and sanitizing the outputs so the tests work again, but I thought this was an unexpected behaviour, so I wanted to ask.

Cheers,

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions