dowhy
                                
                                
                                
                                    dowhy copied to clipboard
                            
                            
                            
                        falsify_graph uses np.math which does not exist
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
- Use falsify_graph in some code with valid parameters
 - Errors out: AttributeError: module 'numpy' has no attribute 'math'
 
Expected behavior falsify_graph returns without error
Version information:
- DoWhy version 0.11.1