Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
Callers
15
test_detrend_mean
Method · 0.95
test_detrend_mean_1d_base_slope_off_list_andor_axis0
Method · 0.95
test_detrend_mean_2d
Method · 0.95
test_detrend_linear
Method · 0.95
test_detrend_str_linear_1d
Method · 0.95
test_detrend_linear_2d
Method · 0.95
_zoom_data_limits
Method · 0.80
_all_points_on_plane
Function · 0.80
test_line3dCollection_autoscaling
Function · 0.80
test_poly3dCollection_autoscaling
Function · 0.80
test_set_zlim
Function · 0.80
test_line3dcollection_autolim_ragged
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected