AttributeError: 'numpy.ndarray' object has no attribute 'loc' when running solo on the test dataset
Dear developer team of Solo:
I'm very sorry to bother you but I'm having a small problem running Solo on the GitHub test data . When I run Solo on test data 2c.h5ad, I get the error AttributeError: 'numpy.ndarray' object has no attribute 'loc'. The display is as follows:
I have also run it twice on my own dataset and re-run it again with my own data generating the loom file, but it all displays the same error message.
I think this error may be stating that the loc function of the pandas library cannot be used in Numpy arrays, but I'm not sure of the exact message why this error occurs. So asking you this question and your suggestions and ideas might be of great help. Many thanks! stding 2024.1.13
Hi, try again with our recent push to the main branch.