Skip to content

Commit 60a827f

Browse files
author
sambit-giri
committed
speed_up options added to docstring
1 parent 662d6e5 commit 60a827f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/tools21cm/topology.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ def EulerCharacteristic(data, thres=0.5, neighbors=6, speed_up='cython', verbose
1919
neighbors: int
2020
Define the connectivity to the neighbors (Default: 6).
2121
speed_up: str
22-
Method used to speed up calculation (Default: cython).
22+
Method used to speed up calculation (Default: cython).
23+
Options are cython, numba, torch and numpy.
2324
verbose: bool
2425
If True, verbose is printed.
2526

0 commit comments

Comments
 (0)