File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ def _compare_xarray_dataarray(
200200 name : str = None ,
201201) -> List [str ]:
202202 """
203- Compare two xarray DataArrays either with tolerance or with allowable pixels and report mismatch issues (as strings)
203+ Compare two xarray DataArrays with tolerance and report mismatch issues (as strings)
204204
205205 Checks that are done (with tolerance):
206206 - (optional) Check fraction of mismatching pixels (difference exceeding some tolerance).
@@ -497,7 +497,7 @@ def assert_job_results_allclose(
497497 :py:meth:`~openeo.rest.job.JobResults` object or path to directory with downloaded assets.
498498 :param rtol: relative tolerance
499499 :param atol: absolute tolerance
500- :param pixel_tolerance: maximum fracton of pixels (in percent) that is allowed to be different (considering ``atol`` and ``rtol``)
500+ :param pixel_tolerance: maximum fraction of pixels (in percent) that is allowed to be different (considering ``atol`` and ``rtol``)
501501 :param tmp_path: root temp path to download results if needed.
502502 It's recommended to pass pytest's `tmp_path` fixture here
503503 :raises AssertionError: if not equal within the given tolerance
You can’t perform that action at this time.
0 commit comments