From 189c11b2033a1e225bb918e712fc223b30d92464 Mon Sep 17 00:00:00 2001 From: Gregory Dubois-Felsmann Date: Wed, 8 Nov 2023 11:52:11 -0800 Subject: [PATCH] Remove commented-out code to actually trigger CI --- yml/dp02_dc2.yaml | 42 ------------------------------------------ 1 file changed, 42 deletions(-) diff --git a/yml/dp02_dc2.yaml b/yml/dp02_dc2.yaml index a0e7bd2d..08012543 100644 --- a/yml/dp02_dc2.yaml +++ b/yml/dp02_dc2.yaml @@ -9031,23 +9031,11 @@ tables: description: Match information for TruthSummary objects. tap:table_index: 11 columns: -# Index refers to the the position in a per-tract parquet file, and has no use in SQL. -# - name: index -# '@id': '#MatchesTruth.index' -# datatype: long -# mysql:datatype: BIGINT -# description: Incrementing (implicit) row index - name: match_candidate '@id': '#MatchesTruth.match_candidate' datatype: boolean mysql:datatype: BOOLEAN description: True for sources that were selected for matching -# match_row refers to the the position in a per-tract Object parquet file. -# - name: match_row -# '@id': '#MatchesTruth.match_row' -# datatype: long -# mysql:datatype: BIGINT -# description: Index of matched objectTable_tract table row, if any - name: match_count '@id': '#MatchesTruth.match_count' datatype: int @@ -9088,36 +9076,6 @@ tables: tap:column_index: 2 tap:principal: 1 description: Combination of TruthSummary id and truth_type fields, used for JOINs. -# - name: MatchesObject -# '@id': '#MatchesObject' -# description: Match information for objectTable_tract sources -# columns: -# - name: index -# '@id': '#MatchesObject.index' -# datatype: long -# mysql:datatype: BIGINT -# description: Incrementing (implicit) row index -# - name: match_candidate -# '@id': '#MatchesObject.match_candidate' -# datatype: boolean -# mysql:datatype: BOOLEAN -# description: True for sources that were selected for matching -# - name: match_row -# '@id': '#MatchesObject.match_row' -# datatype: long -# mysql:datatype: BIGINT -# description: Index of matched truth_summary table row, if any -# - name: match_id -# '@id': '#MatchesObject.match_id' -# datatype: char -# length: 16 -# mysql:datatype: CHAR(16) -# description: id of matched truth_summary source, if any -# - name: objectId -# '@id': '#MatchesObject.objectId' -# datatype: long -# mysql:datatype: BIGINT -# description: objectId of object - name: TruthSummary '@id': '#TruthSummary' description: Summary properties of objects from the DESC DC2 truth catalog, as described in arXiv:2101.04855. Includes the noiseless astrometric and photometric parameters.