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 17, 2020
1 parent 6cab1c2 commit 8c0488e
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 @@ -3,3 +3,7 @@
# testdata_decam, with two refcats in the repo.

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

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

0 comments on commit 8c0488e

Please sign in to comment.