Skip to content

Commit

Permalink
fix missing ssl for public koina server
Browse files Browse the repository at this point in the history
  • Loading branch information
picciama committed Oct 3, 2023
1 parent edba9b9 commit 9bba077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/test_predictions.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def test_prosit_tmt(self):
url="koina.proteomicsdb.org:8500",
intensity_model="Prosit_2020_intensity_TMT",
irt_model="Prosit_2020_irt_TMT",
ssl=False,
ssl=True,
alignment=False,
job_type="",
)
Expand Down

0 comments on commit 9bba077

Please sign in to comment.