From 3f3cfef7697adec8235c6c53fe12484fe2777c65 Mon Sep 17 00:00:00 2001 From: VincentBeaud Date: Wed, 11 Sep 2024 15:32:46 -0400 Subject: [PATCH] Update /tracking tests documentation --- scilpy/tracking/tests/test_propagator.py | 4 ++-- scilpy/tracking/tests/test_tracker.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scilpy/tracking/tests/test_propagator.py b/scilpy/tracking/tests/test_propagator.py index 433c876ae..48ba877bf 100644 --- a/scilpy/tracking/tests/test_propagator.py +++ b/scilpy/tracking/tests/test_propagator.py @@ -4,7 +4,7 @@ def test_class_propagator(): """ We will not test the tracker / propagator : too big to be tested, and only - used in scil_tracking_local_dev, which is intented for developping and - testing new parameters. + used in scil_tracking_local_dev and scil_fibertube_tracking, which are + intented for developping and testing new parameters. """ pass diff --git a/scilpy/tracking/tests/test_tracker.py b/scilpy/tracking/tests/test_tracker.py index 6b5e50d1c..e949f79c1 100644 --- a/scilpy/tracking/tests/test_tracker.py +++ b/scilpy/tracking/tests/test_tracker.py @@ -4,7 +4,7 @@ def test_class_tracker(): """ We will not test the tracker / propagator : too big to be tested, and only - used in scil_tracking_local_dev, which is intented for developping and - testing new parameters. + used in scil_tracking_local_dev and scil_fibertube_tracking, which are + intented for developping and testing new parameters. """ pass