From d8e3c8339a3eec9944f89a0fd76ea3b75454f38a Mon Sep 17 00:00:00 2001 From: Synchon Mandal Date: Fri, 7 Oct 2022 11:53:41 +0200 Subject: [PATCH] chore: improve docstring in test_functional_connectivity_spheres.py --- .../test_functional_connectivity_spheres.py | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/junifer/markers/tests/test_functional_connectivity_spheres.py b/junifer/markers/tests/test_functional_connectivity_spheres.py index 91763e6e6d..a58b53927c 100644 --- a/junifer/markers/tests/test_functional_connectivity_spheres.py +++ b/junifer/markers/tests/test_functional_connectivity_spheres.py @@ -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") @@ -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")