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
Describe the bug
On the nf-tower run the lisi component gives following error:
Traceback (most recent call last):
File "/tmp/nxf.XxepoWYPjV/.viash_script.sh", line 40, in <module>
ilisi_scores = lisi_graph_py(
File "/usr/local/lib/python3.10/site-packages/scib/metrics/lisi.py", line 330, in lisi_graph_py
simpson_estimate_batch = compute_simpson_index_graph(
File "/usr/local/lib/python3.10/site-packages/scib/metrics/lisi.py", line 444, in compute_simpson_index_graph
if os.stat(index_file).st_size == 0:
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/lisi_pm06ey60/graph_lisi_indices_0.txt'
The text was updated successfully, but these errors were encountered:
Describe the bug
On the nf-tower run the lisi component gives following error:
The text was updated successfully, but these errors were encountered: