Skip to content

Canonical dataset name: registry key vs stored dataset_name #97

Description

@giovannicozzolongo

The generated metadata for rayleigh_benard_uniform gives dataset_name: rayleigh_benard, and both supernova_explosion_64 and _128 give supernova_explosion. A hosted supernova_explosion_64 header has the family name too. So the registry key and the stored name are different, and I could not tell which one is meant to be the canonical one.

Nothing in the loader catches this. WellDataset only checks that the files agree with each other. name_override sets dataset.dataset_name after metadata is built, so dataset.metadata.dataset_name keeps the stored value. Benchmark metric keys and plot paths use the metadata name, so I would expect supernova_explosion_64 and _128 to log under the same key.

Is the registry key meant to be the canonical public name, in WellMetadata and in logging? Or are the shared stored names intentional? If you tell me which one it should be, I can write the change and the regression tests.

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