Skip to content

Options for streaming CmdStan's stdout, stderr to Python console #152

@mitzimorris

Description

@mitzimorris

Summary:

CmdStanPy waits until a spawned subprocess has finished before sending feedback to the console.
Provide an option to stream outputs as they are written to stderr and stdout during processing.

Description:

During model development, users need to see error messages and warnings printed to the console, regardless of whether or not they're written to stdout or stderr.

This should be an option available to all inference methods - we have show-progress for TQDM progress bars.
Suggestions welcome - working option will be show-messages.

Additional Information:

Provide any additional information here.

Current Version:

Metadata

Metadata

Assignees

Labels

featureNew feature or requestmethod outputsCmdStan outputs to Python objects

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions