Skip to content
Snippets Groups Projects
Unverified Commit dbe6ff33 authored by i-robot's avatar i-robot Committed by Gitee
Browse files

!3579 Update iterating on string data

Merge pull request !3579 from xiaotianci/update_iterator
parents 948fe927 d80e3851
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ class LoadData:
"""
img_array = list()
compatible_meta = dict()
filename = str(filename, encoding="utf-8")
filename = str(filename)
filename = [filename]
for name in filename:
img = nib.load(name)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment