Skip to content

Commit ba72baf

Browse files
committed
docs update
1 parent cca5362 commit ba72baf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

httomolibgpu/misc/supp_func.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def _naninfs_check(
3434
method_name: Optional[str] = None,
3535
) -> cp.ndarray:
3636
"""
37-
Function finds NaN's, +-Inf's in the input data and then prints the warning and correct the data
37+
This function finds NaN's, +-Inf's in the input data and then prints the warnings and correct the data if correction is enabled.
3838
3939
Parameters
4040
----------
@@ -77,7 +77,7 @@ def _zeros_check(
7777
method_name: Optional[str] = None,
7878
) -> bool:
7979
"""
80-
Function finds NaN's, +-Inf's in the input data and then prints the warning and correct the data
80+
This function finds all zeros present in the data. If the amount of zeros is larger than percentage_threshold it prints the warning.
8181
8282
Parameters
8383
----------

0 commit comments

Comments
 (0)