Skip to content

Commit

Permalink
fix comma issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Wilensky committed Sep 12, 2024
1 parent 85f7bc5 commit ca76550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/single_baseline_postprocessing_and_pspec.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
"# load data for both crosses and autos with times corresponding only to those in the crosses\n",
"single_bl_times = np.array(io.HERAData(SINGLE_BL_FILE).times)\n",
"hd = io.HERAData([AUTO_BL_FILE, SINGLE_BL_FILE])\n",
"data, flags, nsamples = hd.read(times=single_bl_times, polarizations=polarizations)\n"
"data, flags, nsamples = hd.read(times=single_bl_times, polarizations=polarizations)\n",
"cross_bls = [ANTPAIR + (pol,) for pol in data.pols()]"
]
},
Expand Down

0 comments on commit ca76550

Please sign in to comment.