pymc-labs / CausalPy

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

Add/improve type hints for functions in `simulate_data.py` #378

Open drbenvincent opened 3 months ago

drbenvincent commented 3 months ago

We currently don't have any type hinting for any of the functions in simulate_data.py. It would be good to add this. That will also act as an improvement to the auto generated API docs.

Ishaanjolly commented 1 month ago

Can I deal with this issue? Seems like I'm onto documentations atm.