causalincentives / pycid

Library for graphical models of decision making, based on pgmpy and networkx
Apache License 2.0
96 stars 13 forks source link

Fix exception causes in core/macid_base.py #72

Closed cool-RR closed 1 year ago

cool-RR commented 1 year ago

More context for this change here: https://blog.ram.rachum.com/post/621791438475296768/improving-python-exception-chaining-with

Jamesfox1 commented 1 year ago

Thanks for this @cool-RR. Something's causing this pull request to fail the flake8 linting test at the moment (see the run checks)? I can have a longer look over the weekend.

cool-RR commented 1 year ago

Thanks. I looked at that flake8 failure and it's unrelated to my change.