Skip to content

Commit 832a42d

Browse files
authored
Merge pull request #461 from stan-dev/project/release-1.0-subprocess-stream-outputs
Refactor stderr/stdout handling and progress bar usage
2 parents 8596085 + 4b5e308 commit 832a42d

28 files changed

Lines changed: 1217 additions & 819 deletions

cmdstanpy/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
_CMDSTAN_WARMUP = 1000
2222
_CMDSTAN_SAMPLING = 1000
2323
_CMDSTAN_THIN = 1
24+
_CMDSTAN_REFRESH = 100
2425
_DOT_CMDSTANPY = '.cmdstanpy'
2526
_DOT_CMDSTAN = '.cmdstan'
2627

0 commit comments

Comments
 (0)