diff --git a/gwinc/test/__main__.py b/gwinc/test/__main__.py index 6ccb7af734097d69881e760c837981fb9335bb90..4c02418ef3776e914d3e1bb13c2d1b70846f11b4 100644 --- a/gwinc/test/__main__.py +++ b/gwinc/test/__main__.py @@ -177,7 +177,7 @@ def main(): except FileExistsError: pass freq = np.logspace(np.log10(5), np.log10(6000), 3000) - for name in available_ifos(): + for name in IFOS: Budget = load_budget(name) traces = Budget(freq).run() path = os.path.join(args.cache, name+'.h5')