Spaces:
Sleeping
Sleeping
Changet test structure in get_structure
Browse files- tests/test_attention.py +1 -1
tests/test_attention.py
CHANGED
@@ -6,7 +6,7 @@ from hexviz.attention import (ModelType, get_attention, get_sequences,
|
|
6 |
|
7 |
|
8 |
def test_get_structure():
|
9 |
-
pdb_id = "
|
10 |
structure = get_structure(pdb_id)
|
11 |
|
12 |
assert structure is not None
|
|
|
6 |
|
7 |
|
8 |
def test_get_structure():
|
9 |
+
pdb_id = "2I62"
|
10 |
structure = get_structure(pdb_id)
|
11 |
|
12 |
assert structure is not None
|