Hi @vchung,
Can you please let us know the error logs.
Thanks!
Created by TUSHAR PATEL tpatel Hi @tpatel ,
Here are the errors for the requested subIDs.
9760905:
```
File "/app/run.py", line 169, in main
raise ValueError("All rows in full_matrix are zeros stopping script.")
ValueError: All rows in full_matrix are zeros stopping script.
```
9760907:
```
File "/app/run2.py", line 114, in main
print(f"Matrix sparsity: {1 - sparse_matrix.nnz / (sparse_matrix.shape[0] * sparse_matrix.shape[1]):.4f}")
ZeroDivisionError: division by zero
```
Hope this helps!