Skip to content

Commit 85dc346

Browse files
winklerandpawroman
authored andcommitted
DOC: tm.assert_almost_equal() check_exact param defaults to False (pandas-dev#16265)
1 parent e346c66 commit 85dc346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/util/testing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def assert_almost_equal(left, right, check_exact=False,
127127
----------
128128
left : object
129129
right : object
130-
check_exact : bool, default True
130+
check_exact : bool, default False
131131
Whether to compare number exactly.
132132
check_dtype: bool, default True
133133
check dtype if both a and b are the same type

0 commit comments

Comments
 (0)