Skip to content

Incomplete docstings in chopper_cascade module #679

@SimonHeybrock

Description

@SimonHeybrock

A user was trying to use the output of this module directly instead of the builtin plotting utility. It turned out that was difficult without looking at the code because some fields of the dataclasses lack docstrings and thus do not appear in the API docs. Example:

self.time = time.to(unit='s', copy=False)
self.wavelength = wavelength.to(unit='angstrom', copy=False)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions