Skip to content

Commit ba60321

Browse files
winklerandjorisvandenbossche
authored andcommitted
DOC: tm.assert_almost_equal() check_exact param defaults to False (#16265)
1 parent e513430 commit ba60321

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)