Skip to content

Commit

Permalink
Remove templates from RefCatObjectAnalysisConnections.outputName
Browse files Browse the repository at this point in the history
  • Loading branch information
taranu committed May 6, 2023
1 parent 71e7808 commit 4a3604b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/analysis/tools/tasks/refCatObjectAnalysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class RefCatObjectAnalysisConnections(
defaultTemplates={
"targetCatalog": "objectTable_tract",
"refCatalog": "gaia_dr2_20200414",
"outputName": "{targetCatalog}_{refCatalog}_match",
"outputName": "objectTable_tract_gaia_dr2_20200414_match",
},
):
data = ct.Input(
Expand Down

0 comments on commit 4a3604b

Please sign in to comment.