MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / allclose

Method allclose

lib/matplotlib/tests/test_mlab.py:38–39  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

36 self.sig_base -= self.sig_base.mean()
37
38 def allclose(self, *args):
39 assert_allclose(*args, atol=1e-8)
40
41 def test_detrend_none(self):
42 assert mlab.detrend_none(0.) == 0.

Calls

no outgoing calls

Tested by

no test coverage detected