pymc-labs / CausalPy

A Python package for causal inference in quasi-experimental settings
https://causalpy.readthedocs.io
Apache License 2.0
829 stars 53 forks source link

`UFuncTypeError` when calling `summary` method #299

Closed drbenvincent closed 4 months ago

drbenvincent commented 4 months ago

Problem

When calling result.summary() we get:

UFuncTypeError: ufunc 'absolute' did not contain a loop with signature matching types <class 'numpy.dtypes.StrDType'> -> None

pymc_experiment classes affected:

TODO