Skip to content

Review unused parameters #21

@Marius1311

Description

@Marius1311

Description of feature

There are currently quite a few examples of unused parameters, e.g. weight and sigma in build_nn:

def build_nn( # noqa: D103

This is likely to result in unexpected behaviour, and is a great potential source of bugs. There are other examples, like symm_ref_trans_prop in estimate_presence_score:

def estimate_presence_score( # noqa: D103

It's really hard to say though whether these are critical, without function docstrings (#19) and type hints (#20)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions