From e052ee19e86870de5e428328eb47ed0f108d538e Mon Sep 17 00:00:00 2001 From: Vincent Beaudoin <77688542+VincentBeaud@users.noreply.github.com> Date: Tue, 10 Sep 2024 13:48:17 -0400 Subject: [PATCH] Update scilpy/image/volume_space_management.py Co-authored-by: Charles Poirier <41654474+CHrlS98@users.noreply.github.com> --- scilpy/image/volume_space_management.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scilpy/image/volume_space_management.py b/scilpy/image/volume_space_management.py index 0f85d74fb..d55e4866c 100644 --- a/scilpy/image/volume_space_management.py +++ b/scilpy/image/volume_space_management.py @@ -373,7 +373,7 @@ class FibertubeDataVolume(DataVolume): provides direction and intersection volume of close-by fiber segments. Data given at initialization must have "center" origin. Additionally, - FibertubeDataVolume enforces a this origin at every function call. This is + FibertubeDataVolume enforces this origin at every function call. This is because the origin must stay coherent with the data given at initialization and cannot change afterwards. """