10000 Missing `fixed` in function docstring · Issue #4 · jhrcook/tumoroscope-pymc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Missing fixed in function docstring #4
Open
@jhrcook

Description

@jhrcook

def build_tumoroscope_model(
data: TumoroscopeData, fixed: bool = False, *, validate_data: bool = True
) -> pm.Model:
"""Build the 'Tumoroscope' model.
Args:
data (TumoroscopeData): Input data.
validate_data (bool, optional): Whether to validate the data confirms to
certain structural and value requirements. Defaults to `True`.
Returns:
pm.Model: PyMC model.
"""

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0