Skip to content
Snippets Groups Projects
Commit a54baf40 authored by alex's avatar alex
Browse files

Fix #56 - LINC selfcal crash in latest master (and latest singularity image)

parent d45ecdf4
No related branches found
No related tags found
1 merge request!189Fix #56 - LINC selfcal crash in latest master (and latest singularity image)
Pipeline #74767 failed
......@@ -241,7 +241,7 @@ steps:
source:
- num_SBs_per_group
- selfcal
valueFrom: '$(self[0] == null ? (self[-1] ? -1 : null) : self[0])'
valueFrom: '$(self[0] == null ? (self[1] ? -1 : null) : self[0])'
- id: reference_stationSB
source: reference_stationSB
- id: filter_baselines
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment