From 3fec47399619377cb3f8091c76c46622894f012a Mon Sep 17 00:00:00 2001 From: Anshuman Dutta Date: Sun, 11 Jan 2026 17:15:39 +0530 Subject: [PATCH] Misleading warning for reference #1218 --- src/scilpy/io/streamlines.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scilpy/io/streamlines.py b/src/scilpy/io/streamlines.py index 0fc196f6a..c436c6c95 100644 --- a/src/scilpy/io/streamlines.py +++ b/src/scilpy/io/streamlines.py @@ -87,7 +87,7 @@ def load_tractogram_with_reference(parser, args, filepath, arg_name=None): if ext == '.trk': if (is_argument_set(args, 'reference') or arg_name and args.__getattribute__(arg_name + '_ref')): - logging.warning('Reference is discarded for this file format ' + logging.debug('Reference is discarded for this file format ' '{}.'.format(filepath)) sft = load_tractogram(filepath, 'same', bbox_valid_check=bbox_check)