Commits on Source (48)
-
David Keitel authored
-
David Keitel authored
-
David Keitel authored
-
Gregory Ashton authored
ephemerides finding improvement See merge request !18
-
Gregory Ashton authored
add pycuda as optional dependency See merge request !17
-
Reinhard Prix authored
- tests currently fail
-
Reinhard Prix authored
-
Reinhard Prix authored
- adapt to change in lalsuite API (PulsarAmplitudeParams) in aff93c45
-
Reinhard Prix authored
- supply consistent flake8 settings in setup.cfg
-
Gregory Ashton authored
Port to python3 and new lalsuite See merge request !19
-
Gregory Ashton authored
Use black pep8 codestyle See merge request !20
-
Reinhard Prix authored
-
Reinhard Prix authored
-
Reinhard Prix authored
- any import failure should just be treated as such: we can't import that module for whatever reason
-
Reinhard Prix authored
- fix test that can otherwise fail (observed on MacOSX)
-
Gregory Ashton authored
Make tests more robust See merge request !21
-
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
-
Reinhard Prix authored
- run against pip-installed lalsuite - use python3 venv
-
Reinhard Prix authored
- only black for now
-
Gregory Ashton authored
Gitlab ci runner setup See merge request !22
-
David Keitel authored
-
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
-
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
-
Reinhard Prix authored
fix black style
-
David Keitel authored
-it's a bit field, so need += in atoms case
-
David Keitel authored
Fix py3 setup See merge request !23
-
David Keitel authored
-consistent with current defaults in lalapps
-
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
-
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
-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
-
David Keitel authored
-
David Keitel authored
ephemerides handling fixes See merge request !25
-
David Keitel authored
ComputeFstat: extra flag computeAtoms independent of transientWindowType See merge request GregAshton/PyFstat!26
-
David Keitel authored
-
David Keitel authored
-
Reinhard Prix authored
CI: add --diff to black See merge request !27
-
David Keitel authored
-
David Keitel authored
-
Gregory Ashton authored
set minimum python version to 3.5 See merge request !28
-
Gregory Ashton authored
-
-
David Keitel authored
Improve the version file information See merge request !29
-
David Keitel authored
Showing
- .gitlab-ci.yml 39 additions, 10 deletions.gitlab-ci.yml
- README.md 24 additions, 117 deletionsREADME.md
- examples/MCMC_examples/fully_coherent_search_using_MCMC.py 43 additions, 27 deletionsexamples/MCMC_examples/fully_coherent_search_using_MCMC.py
- examples/MCMC_examples/semi_coherent_search_using_MCMC.py 44 additions, 28 deletionsexamples/MCMC_examples/semi_coherent_search_using_MCMC.py
- examples/followup_examples/semi_coherent_directed_follow_up.py 50 additions, 30 deletions...les/followup_examples/semi_coherent_directed_follow_up.py
- examples/glitch_examples/make_simulated_data.py 53 additions, 15 deletionsexamples/glitch_examples/make_simulated_data.py
- examples/glitch_examples/semicoherent_glitch_robust_directed_MCMC_search_on_1_glitch.py 68 additions, 44 deletions...oherent_glitch_robust_directed_MCMC_search_on_1_glitch.py
- examples/glitch_examples/semicoherent_glitch_robust_directed_grid_search_on_1_glitch.py 63 additions, 31 deletions...oherent_glitch_robust_directed_grid_search_on_1_glitch.py
- examples/glitch_examples/standard_directed_MCMC_search_on_1_glitch.py 26 additions, 23 deletions...tch_examples/standard_directed_MCMC_search_on_1_glitch.py
- examples/grid_examples/grid_F0F1F2.py 49 additions, 23 deletionsexamples/grid_examples/grid_F0F1F2.py
- examples/grid_examples/grided_frequency_search.py 44 additions, 24 deletionsexamples/grid_examples/grided_frequency_search.py
- examples/other_examples/sliding_window.py 30 additions, 10 deletionsexamples/other_examples/sliding_window.py
- examples/other_examples/twoF_cumulative.py 40 additions, 24 deletionsexamples/other_examples/twoF_cumulative.py
- examples/other_examples/using_initialisation.py 40 additions, 26 deletionsexamples/other_examples/using_initialisation.py
- examples/transient_examples/long_transient_search_MCMC.py 26 additions, 20 deletionsexamples/transient_examples/long_transient_search_MCMC.py
- examples/transient_examples/long_transient_search_make_simulated_data.py 19 additions, 7 deletions...ent_examples/long_transient_search_make_simulated_data.py
- examples/transient_examples/short_transient_search_MCMC.py 30 additions, 22 deletionsexamples/transient_examples/short_transient_search_MCMC.py
- examples/transient_examples/short_transient_search_gridded.py 38 additions, 22 deletions...ples/transient_examples/short_transient_search_gridded.py
- examples/transient_examples/short_transient_search_make_simulated_data.py 22 additions, 10 deletions...nt_examples/short_transient_search_make_simulated_data.py
- pyfstat/__init__.py 32 additions, 5 deletionspyfstat/__init__.py