Skip to content
Snippets Groups Projects
Commit e64d864d authored by Kipp Cannon's avatar Kipp Cannon
Browse files

gstlal_inspiral: aesthetics

parent a1113eb7
No related branches found
No related tags found
No related merge requests found
......@@ -586,7 +586,7 @@ if options.reference_psd is not None:
if set(psd) < all_instruments:
raise ValueError("missing PSD(s) for %s" % ", ".join(sorted(all_instruments - set(psd))))
else:
psd = dict((instrument, None) for instrument in detectors.channel_dict)
psd = dict.fromkeys(all_instruments, None)
#
......
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