-
-
Notifications
You must be signed in to change notification settings - Fork 79
Closed
Labels
featureNew feature or requestNew feature or requestmethod outputsCmdStan outputs to Python objectsCmdStan outputs to Python objects
Description
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 requestNew feature or requestmethod outputsCmdStan outputs to Python objectsCmdStan outputs to Python objects