-
Hi, As mentioned in the title, when I try to load already processed data to save it into a different format using 'minian_ds = open_minian()' it only works with intpath but not dpath. I get the following error message if I use dpath: I found that there are more folders in intpath than dpath. Is there anything I have to save additionally in the dpath/minian folder before I can reload data to save it in a different format? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey your snapshot shows an exception when you run |
Beta Was this translation helpful? Give feedback.
Hey your snapshot shows an exception when you run
open_minian(intpath)
, is that the problem? Could you send a snapshot of the folder whereintpath
is pointing to (or whichever path that's giving you the problem)?