Skip to content

Commit

Permalink
fix DynamicAlphaCombine
Browse files Browse the repository at this point in the history
- fix references in dgs_engine.py
- fixed tests and linting

Signed-off-by: Martin <[email protected]>
  • Loading branch information
bmmtstb committed Oct 31, 2024
1 parent 0d4fac2 commit 294fa5e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/helpers/run_everything.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 294fa5e

Please sign in to comment.