Skip to content

Possible inconsistency in loading of SXS data. #8

Description

@vaishakp

On calling

sxs_cat = SXSCatalog.load(download=True);
sxs_wf =  sxs1.get(sim_name, extrapolation_order=2)

The loader reports:

Found the following files to load from the SXS catalog:
    SXS:BBH:0001v6/Lev5/rhOverM_Asymptotic_GeometricUnits_CoM.h5

Further, on calling for the metadata:

sxs_cat.get_metadata(sim_name)['metadata_path']

It returns the metadata file path:

/home/user/.cache/sxs/SXS:BBH:0001v6/Lev5/metadata.json

However, it was found that the directory SXS:BBH:0001v6 contains only the metadata.json file and the directory SXS:BBH:0001v3 contains only the rhOverM_Asymptotic_GeometricUnits_CoM.h5 file.

On computing the md5 checksum of this h5 file, it was found to match with that of the v3 and v6 version of the simulation hosted on the SXS web catalog.

Is this correct behaviour?

#7

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    invalidThis doesn't seem right

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions