Spaces:
Sleeping
Sleeping
Rocco Meli
commited on
Commit
·
c55f95e
1
Parent(s):
0e0c2ea
round results for display
Browse files
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__":
|