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.
This brqanch implements automated testing.
Changes:
I have changed the tests we had before by a (so far) single test that loads an emulator in gadget and checks that
its error on the central simulation at z = 3.25 is lower that 1%. This checks that the Gadget archive loads correctly, the emulator can still load the trained models and that the performance on the central is still great.
There are a couple of new lines in the toml installation file.
A new directory .github/workflows for the scripts we want the automated testing to run.
So far, it is configured such that the tests runs everytime someone pushes changes to any remote branch.
We can also discuss more tests to be added.
In the actions section, you can see all the attemps in running the test, and that finally this is passed in the last iterations.
This brqanch implements automated testing. Changes:
So far, it is configured such that the tests runs everytime someone pushes changes to any remote branch. We can also discuss more tests to be added.
In the actions section, you can see all the attemps in running the test, and that finally this is passed in the last iterations.