Revision 0053b41c73cdae20cc685478db7a5a1abcdf4d4b authored by Arthur Tolley on 30 March 2021, 10:56:14 UTC, committed by GitHub on 30 March 2021, 10:56:14 UTC
* multi-ifo options for fake-strain and fake-strain-seed

* Removed the dependence of fake-strain on injection files, can now be injected into data. Changed argument names, added to the main function

* Removing opt. from these variables within the main function

* removing print, extra space, and nargs to allow rebasing

* Updating branch to rebase to main

* removing a lot of spaces

* Restoring the new line at the end of the file

* Replace if not fake_strain with an else

* Changing the action & type for fake-strain-seed

* Removing nargs='+' and cleaning up if statements
1 parent 72d8944
Raw File
pytest.ini
# pytest.ini
[pytest]
testpaths = test
addopts = --ignore test/test_fftw_pthreads.py
back to top