Spaces:

aksell commited on
Commit
d1b48a1
1 Parent(s): bf964bb

Changet test structure in get_structure

Browse files
Files changed (1) hide show
  1. 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 = "1AKE"
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