Open
Description
Description of your problem
with pm.Model():
pm.ConstantData("dnames", ["A", "B"])
gives
TypeError: ufunc 'isnan' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe''
This is related to the automatic masking/imputation that we tried to remove in #6189.
Versions and main components
- PyMC/PyMC3 Version: 4.2.2