Small restructuring and less repetitions
In a dependent package, I need the _scores
function to receive the probe objects themselves instead of probe files. Hence, I re-ordered the scoring.py
such that the _scores
function obtains the probe file names from the probe objects, which has been done before in several functions.
I also made a small cosmetic change in the verify.py
script, i.e., to include fewer repetitions.