Skip to content

Remove all print calls from public API methods -- use logging instead. #2

@alxmrs

Description

@alxmrs

I'm surprised that when I call xarray2video that there are a lot of non-error related traces in stdout. I expect that the public API methods of xarrayvideo to behave more like library code, and as such, to minimize printing to stdout/stderr.

I can see wanting to debug the pipeline sometimes, so to that end, I think using standard Python logging is a better fit than print() statements.

Metadata

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