Skip to content

Commit

Permalink
Associate each refcat with a run
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Mar 12, 2020
1 parent 4b4bb43 commit 08e15dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/config/convert2to3Config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
# The decam conversion tests use `ap_verify_ci_hits2015`, which has two refcats.

config.refCats = ['gaia', 'panstarrs']

# Need to specify runs for each refcat
for refcat in config.refCats:
config.runs[refcat] = "refcats"

0 comments on commit 08e15dc

Please sign in to comment.