wangjin2000 commited on
Commit
e9883fd
·
verified ·
1 Parent(s): 23246d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -158,7 +158,7 @@ def compute_plddt_iptm(protein_seq, binder_seq):
158
  plddt = outputs.plddt
159
 
160
  ptm = outputs.ptm
161
- print("161: ptm:",ptm)
162
  ptm2 = outputs["ptm"]
163
  print("163: ptm2:",ptm2)
164
 
 
158
  plddt = outputs.plddt
159
 
160
  ptm = outputs.ptm
161
+ print(f'161: ptm: {ptm:.4f}')
162
  ptm2 = outputs["ptm"]
163
  print("163: ptm2:",ptm2)
164