1
0
Fork 0
mirror of https://github.com/Findus23/halo_comparison.git synced 2024-09-19 16:03:50 +02:00

last hmf fix

This commit is contained in:
Lukas Winkler 2022-07-21 14:08:48 +02:00
parent 9dfee76ef8
commit 320d2ab594
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -31,7 +31,7 @@ def monofonic_tests():
resolutions.append(1024)
for i, waveform in enumerate(["DB2", "shannon"]):
for j, resolution in enumerate([128, 256, 512]):
for j, resolution in enumerate(resolutions):
print(waveform, resolution)
dir = base_dir / f"{waveform}_{resolution}_100"
halos = read_velo_halos(dir)