stan-dev / httpstan

HTTP interface to Stan, a package for Bayesian inference.
ISC License
40 stars 15 forks source link

feat: Handle control-c with less noise #564

Closed riddell-stan closed 3 years ago

riddell-stan commented 3 years ago

Interrupting sampling makes much less noise now as KeyboardInterrupt is ignored by the worker processes. Commit also avoids raising an additional exception when a KeyboardInterrupt stops sampling.

Stopping sampling via control-c occurs in PyStan. This change should not affect anyone using httpstan by itself.