We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
_delta.max() is a nan , so I wrote
#!python import numpy if not numpy.isnan(_delta.max()): self.assertTrue(_delta.max() < 1e-9, 'max. diff. %.9f' %_delta.max())
The test is ok, both with Python 3 and Python 2, but a warning message appears:
#!python test_spline.py:96: RuntimeWarning: invalid value encountered in true_divide _delta = abs(_d(self.x2) - self.s1(self.x2)/self.y2 )
Could I say that the test works? Did I miss something?
Original url: https://bitbucket.org/ixpesw/ixpeobssim/issues/115 Created on 2018-04-24T14:52:12.031306+00:00
The text was updated successfully, but these errors were encountered:
lucabaldini
No branches or pull requests
_delta.max() is a nan , so I wrote
The test is ok, both with Python 3 and Python 2, but a warning message appears:
Could I say that the test works? Did I miss something?
Original url: https://bitbucket.org/ixpesw/ixpeobssim/issues/115
Created on 2018-04-24T14:52:12.031306+00:00
The text was updated successfully, but these errors were encountered: