Skip to content

get_avg_successRate(person) is nonsensical #147

Open
@RyanO-K

Description

@RyanO-K

Currently, get_avg_successRate returns 'curr_avg / len(photos)'. Curr_avg is a float given by the summation of all the photos success rates. However the photo success rates always sum to 1, so avg_successRate is just 1 / the number of photos a person has. As it stands this is useless and should be discarded, unless I am missing something.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions