bioimage-io / collection-bioimage-io

(deprecated in favor of bioimage-io/collection) RDF collection for BioImage.IO
5 stars 9 forks source link

downloader does not download the updated version of the model #590

Closed esgomezm closed 1 year ago

esgomezm commented 1 year ago

Hi there,

Related to this issue: https://github.com/bioimage-io/collection-bioimage-io/issues/571

The model is updated and rdf file in zenodo updated successfully. However, the downloader downloads the old version of the rdf file. Any idea?

FynnBe commented 1 year ago

the latest known version was still version 3 from last week.

I merged the PR with version 5 eight minutes ago: #591

In a few minutes this version 5 should also be available on bioimage.io

esgomezm commented 1 year ago

That's weird because I did the same the other day for version 4 as today. Indeed in the file there is version 4.

esgomezm commented 1 year ago

The problem remains the same. The downloader seems to download an old version of the model.

FynnBe commented 1 year ago

I'll investigate...

FynnBe commented 1 year ago

found a bug! test summaries that only specify a spec versions and not a core version were wrongly identified as outdated. This caused the CI to reach the limit of 100 RDF versions to update each run.

fix: https://github.com/bioimage-io/collection-bioimage-io/commit/3ddff9307133e958c33c858d80fb7f14bee63850

esgomezm commented 1 year ago

Cool thanks. Once solved, will the model be updated automatically or do we need to run again anything?

FynnBe commented 1 year ago

it had to run only once:, version 5 is online: https://bioimage.io/#/?tags=placid-llama&id=10.5281%2Fzenodo.7261974

esgomezm commented 1 year ago

It's working!!! Lovely, thank you 👯