Closed
Description
The compute_presence
function allows users to pass whether they want the output as a ration or percent, but the SpectralTimeModel
report from strings.py always prints the %, regardless of the output
flag.
So we either need to change the report, or just pick one presence reporting style and stick with it.
I'm inclined to vote for the latter, since "80%" is less ambiguous than (0.80), people can divide by 100 if they really want, and fewer options to track is better if they're not critical for the method or understanding.