- Feb 05, 2020
-
-
David Keitel authored
-
- Jan 27, 2020
-
-
David Keitel authored
Improve the version file information See merge request !29
-
-
- Jan 21, 2020
-
- Jan 19, 2020
-
-
Gregory Ashton authored
set minimum python version to 3.5 See merge request !28
-
- Jan 16, 2020
-
-
David Keitel authored
-
- Nov 21, 2019
-
-
David Keitel authored
-
- Nov 08, 2019
-
-
Reinhard Prix authored
CI: add --diff to black See merge request !27
-
- Nov 07, 2019
-
-
David Keitel authored
-
- Nov 06, 2019
-
-
David Keitel authored
-
David Keitel authored
ComputeFstat: extra flag computeAtoms independent of transientWindowType See merge request !26
-
David Keitel authored
ephemerides handling fixes See merge request !25
-
David Keitel authored
-
David Keitel authored
-
David Keitel authored
-make clearer when and why we test the .cff file -also improve logging output in this function and in check_if_cff_file_needs_rewritting() -test_makefakedata_usecached: add a call to make_cff() in 2nd run as an extra check
-
David Keitel authored
-this used to require exact string match, but SFT header can for some reason have the CLAs reordered (e.g. when ephemerides are involved) -introduce new helper function match_commandlines() and do proper unordered set comparison -also comment out log info about cff content checking, which wasn't actually implemented!
-
David Keitel authored
-
David Keitel authored
-
David Keitel authored
-add missing self.set_ephemeris_files() call to GlitchWriter.__init__() -also write out to CLA in FrequencyModulatedArtifactWriter.run_makefakedata_v4() -use getattr for safety
-
David Keitel authored
-
David Keitel authored
-consistent with current defaults in lalapps
-
David Keitel authored
Fix py3 setup See merge request !23
-
- Nov 05, 2019
-
-
David Keitel authored
-it's a bit field, so need += in atoms case
-
Reinhard Prix authored
fix black style
-
David Keitel authored
-
David Keitel authored
-make lalsuite-from-pip the default recommendation -don't call any packages that are included in the requirements "optional"
-
David Keitel authored
-drop where="pyfstat" from find_packages() -fix license file path -add descriptions -remove pycuda from requirements.txt -add lalsuite to both install_requires and requirements.txt -refs #17
-
- Nov 04, 2019
-
-
David Keitel authored
-
- Aug 06, 2019
-
-
Gregory Ashton authored
Gitlab ci runner setup See merge request !22
-
Reinhard Prix authored
- only black for now
-
Reinhard Prix authored
- run against pip-installed lalsuite - use python3 venv
-
Reinhard Prix authored
- logged commandline can contain full path to exectable, so cmdline-comparison must be agnostic to that - fixes failing test against pip-installed lalsuite
-
- Aug 01, 2019
-
-
Gregory Ashton authored
Make tests more robust See merge request !21
-
- Jul 23, 2019
-
-
Reinhard Prix authored
- fix test that can otherwise fail (observed on MacOSX)
-
Reinhard Prix authored
- any import failure should just be treated as such: we can't import that module for whatever reason
-
Reinhard Prix authored
-
Reinhard Prix authored
-
- Jul 01, 2019
-
-
Gregory Ashton authored
Use black pep8 codestyle See merge request !20
-
Gregory Ashton authored
Port to python3 and new lalsuite See merge request !19
-
Reinhard Prix authored
- supply consistent flake8 settings in setup.cfg
-