You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closes#858.
Dataset-setup notices, microsim "Running" / "completed" lines,
and "Results saved to ..." were all going to stdout, contaminating
piped CSV output in the default `policyengine-taxsim < input > output`
flow and in Daniel's `-o /dev/stdout` workflow. Send them to stderr
instead, matching the existing tqdm progress bars.
Stdout now contains only the CSV results; status output (including
tqdm) is exclusively on stderr. Users wanting full silence can pipe
stderr to /dev/null.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments