Fix warning in test regarding division by zero in point gravity potential · Issue #117 · fatiando/choclo · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be nice to get rid of this warning in the tests:
choclo/tests/test_point_gravity.py::TestSymmetryPotential::test_infinite_potential
/home/santi/git/choclo/choclo/point/_kernels.py:58: RuntimeWarning: divide by zero encountered in scal
ar divide
return 1 / distance