dowhy icon indicating copy to clipboard operation
dowhy copied to clipboard

falsify_graph uses np.math which does not exist

Open samiislam opened this issue 1 year ago • 2 comments

Describe the bug On line 935 https://github.com/py-why/dowhy/blob/e79d01280b1f8c7e54c0bda93ceddc932f7eedea/dowhy/gcm/falsify.py#L935 the method falsify_graph uses np.math which does not work.

Steps to reproduce the behavior

  1. Use falsify_graph in some code with valid parameters
  2. Errors out: AttributeError: module 'numpy' has no attribute 'math'

Expected behavior falsify_graph returns without error

Version information:

  • DoWhy version 0.11.1

samiislam avatar Oct 27 '24 19:10 samiislam