Skip to content
This repository was archived by the owner on Nov 21, 2023. It is now read-only.
This repository was archived by the owner on Nov 21, 2023. It is now read-only.

Maybe a small bug in yaml.dump #4

Closed
@XiongweiWu

Description

@XiongweiWu

Hi thx for your excellent work. I notice a small bug when running your code in my side. When save cfg file using yaml (

yaml.dump(cfg, stream=f)
,
cfg_yaml = yaml.dump(cfg)
) , cfg.PIXEL_MEANS should transfer its type from array to list to my understanding, otherwise, a bug reports. Maybe u can check it.

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