Skip to content

Commit

Permalink
Merge pull request #545 from immortalmin/issue542
Browse files Browse the repository at this point in the history
solved the issue542
  • Loading branch information
AnderBiguri authored May 18, 2024
2 parents c5d2d91 + 3de4be5 commit 2b18d9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Python/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
include *.txt
recursive-include tigre/demos *.ipynb
recursive-include tigre/demos *.mat
recursive-include tigre/data *.mat
3 changes: 2 additions & 1 deletion Python/tigre/utilities/sample_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ def load_head_phantom(number_of_voxels=None):
list_relative_path = [
"../../../Common/data/head.mat", # Local
"../../data/head.mat", # setup.py
"../../../../data/head.mat" # pip
"../../../../data/head.mat", # pip
"../data/head.mat"
]
found = False
for relative_path in list_relative_path:
Expand Down

0 comments on commit 2b18d9b

Please sign in to comment.