igmhub / LaCE

Emulator for the one-dimensional Lyman-alpha flux power spectrum. It was used to generate the results shown in https://arxiv.org/abs/2011.15127, https://arxiv.org/abs/2209.09895, and https://arxiv.org/abs/2305.19064.
1 stars 3 forks source link

base_archive doubly adds test data when passing emu_params #31

Closed andreufont closed 1 year ago

andreufont commented 1 year ago

There seems to be a bug in get_testing_data, we have this line twice: testing_data.append(arch_av[ii])

We should remove the first instance, and only append if all emu params are present.

jchavesmontero commented 1 year ago

This is addressed by #32