Draft: Beginning to incorporate gwemlightcurves -> em_bright: unit tests (new MR)
Add the first two unit tests for gwemlightcurves
continued from here: (https://git.ligo.org/deep.chatterjee/em-bright/-/merge_requests/24)
- added new file test_gwlc.py which will contain the gwemlightcurves unit tests, two are implemented for now
- edited the gitlab_ci.yml file, changed GIT_STRATEGY to 'fetch' instead of 'none' so the CI can access the EOS files
- added 10 EOS draws for the gp EOS marginalization (MACROdraw...)
- added EOS posterior samples file also needed for EOS calculations (eos_post...)
- update poetry.lock and pyproject.toml to support necessary imports
- I moved the bilby import that was brought up in the previous MR as it is not needed for these specific tests
Edited by Andrew Toivonen