Null-tests #75
Sebastian-Belkner
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When we work with real data, tests based on the input lensing potential will not be available.
Null-testing will take the input data and validate various parts of an analysis.
These tests could be done on
While a null-testing suite is needed for delensalot and needs integration, it must not necessarily be using configuration files, as a configuration file is developed for the purpose of automatizing re-analysis pipelines of e.g. CMB-S4 and PICO.
Furthermore, a configuration file is somewhat unflexible when deviating too much from its intended purpose.
I am thinking of a new module in
tests/
which a delensalot-null-test-model (ntm)) would use instead of core/handler. The way this would work is by adding a new entry point, e.g.nulltest()
instead ofrun()
in the near future, @louisl3grand is going to work with real data and I am hoping that we can discuss this further in the scope of his project.
Beta Was this translation helpful? Give feedback.
All reactions