Skip to content

Commit

Permalink
corrected koina URL
Browse files Browse the repository at this point in the history
  • Loading branch information
picciama committed Oct 2, 2023
1 parent b53013b commit a78fb34
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 @@ -15,7 +15,7 @@ def test_prosit_tmt(self):
library = Spectra.from_csv(Path(__file__).parent / "data" / "predictions" / "library_input.csv")
grpc_predict(
library=library,
url="10.157.98.62:8500",
url="koina.proteomicsdb.org:8500",
intensity_model="Prosit_2020_intensity_TMT",
irt_model="Prosit_2020_irt_TMT",
ssl=False,
Expand Down

0 comments on commit a78fb34

Please sign in to comment.