Rocco Meli commited on
Commit
c55f95e
·
1 Parent(s): 0e0c2ea

round results for display

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -190,7 +190,7 @@ def predict(protein_file, ligand_file, cnn: str = "default"):
190
  "CNNaffinity": [affinity.item()],
191
  "CNNvariance": [affinity_var.item()],
192
  }
193
- )
194
 
195
 
196
  if __name__ == "__main__":
 
190
  "CNNaffinity": [affinity.item()],
191
  "CNNvariance": [affinity_var.item()],
192
  }
193
+ ).round(6)
194
 
195
 
196
  if __name__ == "__main__":