Climate-REF/climate-ref

ref test-cases fetch re-resolves from the search spec, not the committed catalog

Open

#737 opened on Jun 18, 2026

 (0 comments) (0 reactions) (0 assignees)Python (14 forks)auto 404
buggood first issue

Repository metrics

Stars
 (25 stars)
PR merge metrics
 (PR metrics pending)

Description

Describe the bug

When a catalog already exists, ref test-cases fetch reruns the search rather than just fetching the datasets in the catalog. This has implications for reproducibility.

Expected behavior

If a catalog exists everyone uses the same datasets, unless a user runs with --regen.

The fetch process should use the instance ids from the catalog instead of the general search query.

Contributor guide