Skip to content
Snippets Groups Projects
Commit 1906253b authored by Jameson Graef Rollins's avatar Jameson Graef Rollins
Browse files

fix finding IFOs in test gen-cache

parent 078396f1
No related branches found
No related tags found
No related merge requests found
Pipeline #114459 passed
......@@ -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')
......
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