Skip to content

Commit

Permalink
code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
albangaignard committed Jun 12, 2024
1 parent 4021b04 commit e77ff3f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions notebooks/test_fr_instance.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import requests
import time
import json

# import json

FC_f2a_url = "https://fair-checker.france-bioinformatique.fr/api/check/metric_F2A"
test_url = "http://bio.tools/bwa"
Expand All @@ -10,9 +11,7 @@
eval_in_sec = time.time() - start
eval = res.json()

#print(json.dumps(eval, indent=4))
# print(json.dumps(eval, indent=4))

assert "score" in eval.keys()
assert "recommendation" in eval.keys()


0 comments on commit e77ff3f

Please sign in to comment.