While working on my own RCM dataset,I am unable to read the safe file into the datatree object.I am getting the error
Type Error iteration over a 0-d array.
Any reason why this is happening
the structure of my rcm folder is



Not sure why this error is happening.Am i reading the file correctly?
import safe_rcm
tree=safe_rcm.open_rcm('Name of RCM folder',chunks={})
While working on my own RCM dataset,I am unable to read the safe file into the datatree object.I am getting the error
Any reason why this is happening



the structure of my rcm folder is
Not sure why this error is happening.Am i reading the file correctly?
import safe_rcm
tree=safe_rcm.open_rcm('Name of RCM folder',chunks={})