Skip to content

Commit

Permalink
chore: improve docstring in test_functional_connectivity_spheres.py
Browse files Browse the repository at this point in the history
  • Loading branch information
synchon committed Oct 7, 2022
1 parent 831f2d0 commit d8e3c83
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions junifer/markers/tests/test_functional_connectivity_spheres.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,14 @@


def test_FunctionalConnectivitySpheres(tmp_path: Path) -> None:
"""Test FunctionalConnectivitySpheres."""
"""Test FunctionalConnectivitySpheres.
Parameters
----------
tmp_path : pathlib.Path
The path to the test directory.
"""

# get a dataset
ni_data = datasets.fetch_spm_auditory(subject_id="sub001")
Expand Down Expand Up @@ -72,7 +79,14 @@ def test_FunctionalConnectivitySpheres(tmp_path: Path) -> None:


def test_FunctionalConnectivitySpheres_empirical(tmp_path: Path) -> None:
"""Test FunctionalConnectivitySpheres with empirical covariance."""
"""Test FunctionalConnectivitySpheres with empirical covariance.
Parameters
----------
tmp_path : pathlib.Path
The path to the test directory.
"""

# get a dataset
ni_data = datasets.fetch_spm_auditory(subject_id="sub001")
Expand Down

0 comments on commit d8e3c83

Please sign in to comment.