KeyError: 'message'
occurs when trying to build a model with wrong datatype
#379
Labels
KeyError: 'message'
occurs when trying to build a model with wrong datatype
#379
Describe the bug
When the data has wrong datatype (e.g. values of dataset are
str
type), pystan raisesKeyError: 'message'
.The full Traceback is:
This is possibly a problem of the httpstan.
But I think this pystan's behavior isn't intended. So I'm reporting here.
Describe your system
Steps/Code to Reproduce
My code sample consists of two files. To run them, please place them at the same directory.
The text was updated successfully, but these errors were encountered: