-
-
Notifications
You must be signed in to change notification settings - Fork 19.4k
Closed
Milestone
Description
The function assert_almost_equal may return the return value of another functions like assert_frame_equal or assert_series_equal.
But assert_frame_equal does not return any value explicitly, hence it shall always return None.
Also, assert_series_equal may or may not return a value explicitly.
Are those assertion functions usable or am I overlooking something?