Skip to content

Saving and loading Comparer objects #518

@ryan-kipawa

Description

@ryan-kipawa

I saved a comparer:

cmp.save("test.comparer")

Then I tried loading it with:

ms.load("test.comparer")

Which results in an error that it's not a valid zip file. I realized afterwards that it saves to a NetCDF file, which can be loaded via:

ms.Comparer.load("test.comparer")

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