Spaces:
Running on Zero
Running on Zero
remove AtomArray seq display
Browse files
app.py
CHANGED
|
@@ -94,7 +94,7 @@ def test_rfd3_from_notebook():
|
|
| 94 |
return_str += f"Batch {idx}: {len(data)} structure(s)\n"
|
| 95 |
for i, struct in enumerate(data):
|
| 96 |
return_str += f"Structure {i+1}: {struct.atom_array.array_length()} Atoms\n"
|
| 97 |
-
return_str += struct.atom_array
|
| 98 |
return return_str
|
| 99 |
except Exception as e:
|
| 100 |
return f"Error: {str(e)}"
|
|
|
|
| 94 |
return_str += f"Batch {idx}: {len(data)} structure(s)\n"
|
| 95 |
for i, struct in enumerate(data):
|
| 96 |
return_str += f"Structure {i+1}: {struct.atom_array.array_length()} Atoms\n"
|
| 97 |
+
#return_str += struct.atom_array
|
| 98 |
return return_str
|
| 99 |
except Exception as e:
|
| 100 |
return f"Error: {str(e)}"
|