diff --git a/AFQ/api/bundle_dict.py b/AFQ/api/bundle_dict.py index 99f0cbea..c3a181c8 100644 --- a/AFQ/api/bundle_dict.py +++ b/AFQ/api/bundle_dict.py @@ -799,6 +799,9 @@ def __init__(self, " Only Callosum Anterior Frontal will be used.")) self.bundle_names.remove("Forceps Minor") + def __print__(self): + print(self._dict) + def update_max_includes(self, new_max): if new_max > self.max_includes: self.max_includes = new_max