From 294fa5ec8cdd2358117b59fe32ec6dda18c53504 Mon Sep 17 00:00:00 2001 From: Martin <1500595+bmmtstb@users.noreply.github.com> Date: Thu, 31 Oct 2024 17:50:59 +0100 Subject: [PATCH] fix DynamicAlphaCombine - fix references in dgs_engine.py - fixed tests and linting Signed-off-by: Martin <1500595+bmmtstb@users.noreply.github.com> --- scripts/helpers/run_everything.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/helpers/run_everything.sh b/scripts/helpers/run_everything.sh index 29dcae6..a6affa9 100755 --- a/scripts/helpers/run_everything.sh +++ b/scripts/helpers/run_everything.sh @@ -9,9 +9,8 @@ # Run all the evaluation functions echo "Run evaluation of initial track weight" python ./scripts/own/eval_initial_weight.py -# fixme can this be deleted? Should all be computed in init run -# echo "Run single" -# python ./scripts/own/eval_single_similarity_const.py + echo "Run single" + python ./scripts/own/eval_single_similarity_const.py echo "Run pairwise" python ./scripts/own/eval_pair_similarities_const.py