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
/usr/local/lib/python3.7/dist-packages/daft.py:843: RuntimeWarning: divide by zero encountered in double_scalars
* (np.sign(dy) or 1.0)
<matplotlib.axes._axes.Axes at 0x7f2085d4d190>
The graph renders just fine, but I am unsure whether I am doing something wrong or if the Warning should not really occur. Thanks!
The text was updated successfully, but these errors were encountered:
/usr/local/lib/python3.7/dist-packages/daft.py:852: RuntimeWarning: divide by zero encountered in double_scalars
* (np.sign(dy) or 1.0)
/usr/local/lib/python3.7/dist-packages/daft.py:857: RuntimeWarning: divide by zero encountered in double_scalars
dxx2 = self.scale * 0.5 * np.abs(dx / dy) * (np.sign(dx) or 1.0)
<matplotlib.axes._axes.Axes at 0x7f220e0761d0>
Thanks for looking into it!!! I really like the package.👍
For the following code:
I get a runtime warning error message:
The graph renders just fine, but I am unsure whether I am doing something wrong or if the Warning should not really occur. Thanks!
The text was updated successfully, but these errors were encountered: