Skip to content

Bug for ECCO2 dataset metadata #470

Open
@navidcy

Description

@navidcy

Definitely a bug here

# URLs for the ECCO datasets specific to each dataset
metadata_url(m::Metadata{<:ECCO2Daily}) = ECCO2_url * "monthly/" * short_name(m) * "/" * metadata_filename(m)
metadata_url(m::Metadata{<:ECCO2Monthly}) = ECCO2_url * "daily/" * short_name(m) * "/" * metadata_filename(m)

I can fix it but it also points to the need to include the ECCO2 datasets in the test_downloading.jl and/or test_ecco.jl.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdata wranglingWe must feed the models so they don't get crankytestsHelpful for getting a good night's sleep

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions