Skip to content

Commit

Permalink
Merge pull request #5 from chiuhoward/patch-1
Browse files Browse the repository at this point in the history
__print__ method for BundleDict class
  • Loading branch information
36000 authored Oct 25, 2024
2 parents b8e45d9 + a2f4fc3 commit 911cd02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions AFQ/api/bundle_dict.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 911cd02

Please sign in to comment.