stan-dev / httpstan

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

fix: Use established idiom for deleting fits #565

Closed riddell-stan closed 3 years ago

riddell-stan commented 3 years ago

Use the already established (Pythonic) idiom for deleting fits. Raise a KeyError if the to-be-deleted fit does not exist.