mirror of
https://github.com/aykhans/AzSuicideDataVisualization.git
synced 2025-04-22 02:23:48 +00:00
13 lines
243 B
Python
13 lines
243 B
Python
def assert_dict_equal(a, b, compare_keys: bool = ...): ...
|
|
def assert_almost_equal(
|
|
a,
|
|
b,
|
|
rtol: float = ...,
|
|
atol: float = ...,
|
|
check_dtype: bool = ...,
|
|
obj=...,
|
|
lobj=...,
|
|
robj=...,
|
|
index_values=...,
|
|
): ...
|