Hi,

Sorry to keep cluttering the list, but I was a bit surprised by this
behavior of allclose:

In [25]:allclose([1.0], [1.0], rtol=0)
Out[25]:True

In [26]:allclose([1.0], [1.0], rtol=0, atol=0)
Out[26]:False

The docstring seems to imply that atol will not be used in this
comparison - or did I misunderstand?

Thanks,

Matthew
_______________________________________________
Numpy-discussion mailing list
[email protected]
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to