You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: