Skip to content

Commit

Permalink
Add GFP PDB file for test3.py
Browse files Browse the repository at this point in the history
  • Loading branch information
samgelman committed Apr 25, 2024
1 parent d1b9364 commit 8de3b51
Show file tree
Hide file tree
Showing 2 changed files with 3,974 additions and 1 deletion.
2 changes: 1 addition & 1 deletion metl/test3.py
Expand Up @@ -22,7 +22,7 @@ def main():
model.eval()
# no need to compute gradients for inference
with torch.no_grad():
predictions = model(torch.tensor(encoded_variants), pdb_fn="./1gfl_cm.pdb")
predictions = model(torch.tensor(encoded_variants), pdb_fn="../pdbs/1gfl_cm.pdb")

print(predictions)

Expand Down

0 comments on commit 8de3b51

Please sign in to comment.