Skip to content
Snippets Groups Projects
Commit 4eaf1e24 authored by Kevin Kuns's avatar Kevin Kuns
Browse files

remove shotrad4 case in shotrad because it doesn't exist

parent 814668ef
No related branches found
No related tags found
1 merge request!94Quantum noise sub-budgets
......@@ -63,11 +63,7 @@ def shotrad(f, ifo, mirror_mass, power):
# deal with non-standard number of fields
if Nfield != 2:
if Nfield == 4:
n = shotrad4(f, ifo, coeff, Mifo, Msig, Mn)
return n
else:
raise Exception("shotrad doesn't know what to do with %d fields" % Nfield)
raise Exception("shotrad doesn't know what to do with %d fields" % Nfield)
#####################################################
# Input Squeezing
......
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