Skip to content

Commit 0532110

Browse files
manugvsoxofaan
authored andcommitted
Edited doc-strings.
1 parent 4ee77e7 commit 0532110

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openeo/testing/results.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)