Skip to content

Commit

Permalink
hell
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Jan 26, 2024
1 parent 3bd2038 commit 117f59e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/trapi_predict_kit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
get_run_metadata,
)

__version__ = "0.2.2"
__version__ = "0.2.3"
2 changes: 1 addition & 1 deletion src/trapi_predict_kit/trapi_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def resolve_trapi_query(reasoner_query, endpoints_list, infores: str = ""):
# TODO: pass infores_curie
"resource_id": infores,
"score": association_score,
"dummy_score": 0.42,
# "dummy_score": 0.42,
"scoring_method": "Model confidence between 0 and 1",
"edge_bindings": {edge_qg_id: [{"id": edge_kg_id}]},
}
Expand Down

0 comments on commit 117f59e

Please sign in to comment.