Mihai Capotă
Mihai Capotă
The file names are sored lexicographically, so "10" comes before "2", as you noticed. This is how software I am familiar with works. You can see the file names in...
I think adding a sort option to enable "natural" sorting ("2" before "10") also makes sense. Nevertheless, I would leave lexicographic sorting as default.
The resulting images are Nibabel `SpatialImage`s (as mentioned in the documentation). You can get the filename of each image using `get_filename()`.
@qihongl, could you please review?
@lcnature, please remember about this pull request. It seems close to completion.
Hello, @salilabwfu! Yes, please try a version older than 0.25.
That install command should have been enough, if you ran it in the same environment where you installed BrainIAK. Could you please paste here the whole error output?
I tried reproducing the error on Ubuntu 20.04, but I could not. (I don't have access to MacOS right now.) Installing in a new Conda environment like you did and...
It looks like the Pandas 0.24 installation was successful. The error should not appear. Can you try the following command? > python -c "import pandas; print(pandas.Panel)" And to double check,...
On my machine, Pandas 0.24 does not produce that error. Can you try the import command in a new environment with just Pandas 0.24?