- 20 May, 2022 1 commit
-
-
Karl Wette authored
lalapps/src/pulsar/Makefile.am: fix awk warning See merge request !1842
-
- 19 May, 2022 2 commits
-
-
Geraint Pratten authored
Update TF2 tidal See merge request !1839
-
Karl Wette authored
-
- 18 May, 2022 6 commits
-
-
Maria Haney authored
SEOBNRv4HM_ROM fix bug HDF5 and fmax See merge request lscsoft/lalsuite!1723
-
Karl Wette authored
gnuscripts/lalsuite_run_uninstalled: output libtool --dry-run for debugging purposes See merge request !1841
-
Karl Wette authored
-
Adam Mercer authored
Fix !1835 Closes #535 See merge request !1840
-
Karl Wette authored
- TESTS check is needed for test suite to work with "make check TESTS="
-
Karl Wette authored
This reverts commit bca32419.
-
- 16 May, 2022 6 commits
-
-
Karl Wette authored
Fix bugs in checks that programs under lalapps/src/pulsar/ have test suites See merge request !1835
-
Duncan Macleod authored
Add abs_top_builddir/bin to PATH for tests Closes #532 See merge request !1836
-
Karl Wette authored
splitSFTs.c: fix parsing of misc description field from SFT filenames See merge request !1834
-
Karl Wette authored
- %s is greedy so cannot use as it will just match the rest of the filename; instead use %[^-] to match sequence of characters excluding a hyphen (which separates the 4 basic components S-D-G-T of an SFT filename) - strtok() doesn't work for parsing misc description fields with underscores; instead use sscanf() with %[] fields to correct match delimiters - Add test of narrow-banding SFTs one file at a time (new test 1b)
-
Duncan Macleod authored
so that test scripts can call out to the related executes from the same package
-
Karl Wette authored
-
- 13 May, 2022 2 commits
-
-
Duncan Macleod authored
add nightly gcc-12 build See merge request !1829
-
Karl Wette authored
- To allow for new test to be added in next commit
-
- 12 May, 2022 3 commits
-
-
David Keitel authored
Change output matrix of tracked lines from 0s and 1s to matrix of floats for tracked lines See merge request !1828
-
Karl Wette authored
README.md: list common options to ./configure, expand build-from-src instructions See merge request !1831
-
David Keitel authored
testWeave_random_injection.sh: fix random seed for predictable test results See merge request !1830
-
- 11 May, 2022 2 commits
-
-
Karl Wette authored
[skip compiler] [skip conda] [skip coverage] [skip debian] [skip docker] [skip docs] [skip docs] [skip integration] [skip lint] [skip platform] [skip rhel] [skip wheels]
-
Adam Mercer authored
Build Python 3.10 wheels See merge request !1823
-
- 10 May, 2022 6 commits
-
-
This partially reverts merge request !1738
-
Adam Mercer authored
-
Adam Mercer authored
Disable test_thinca.sh Closes #525 See merge request lscsoft/lalsuite!1826
-
Evan Goetz authored
Change output matrix of tracked lines from 0s and 1s to matrix of floats that are the number of standard deviations above the mean
-
Karl Wette authored
-
Karl Wette authored
SWIG: add option to redirect standard output/error through scripting language API See merge request lscsoft/lalsuite!1827
-
- 09 May, 2022 2 commits
-
-
Duncan Macleod authored
closes #525
-
Karl Wette authored
- Useful for e.g. Jupyter notebooks to redirect LAL error messages to notebook output cells, which doesn't happen automatically (only Python-level output to sys.std{out|err} is redirected by the notebook, but not C-level output) - Need to call lal.swig_redirect_standard_output_error() to enable redirection for all LAL libraries; not enabled by default since unnecessary for terminal applications (and since it uses temporary files under the hood)
-
- 27 Apr, 2022 7 commits
-
-
Adam Mercer authored
thinca: don't rely on custom compare operations See merge request !1810
-
Kipp Cannon authored
- compare thinca's output in "min-instruments" = 1 and 2 modes to known-correct proof documents. - add a brute-force all-possible-coincs tool and also compare its output to the known-correct proof documents
-
- previously, a custom subclass of lsctables.SnglInspiral was defined that provided comparison operators allowing table rows to be compared directly to GPS times, allowing a bisection search to find triggers by GPS time (Python's built-in bisection search function does not allow a key or compare operator to be supplied, the objects must define the appropriate operations themselves) - this patch removes the need for this by implementing the GPS time searches in the C coincidence code directly. this change also achieves a performance gain, but it's disappointingly small. - some other performance improvements include moving coinc window arithmetic into C, and allocating trigger arrays in blocks as needed rather than 1 trigger at a time.
-
-
-
-
-
- 26 Apr, 2022 1 commit
-
-
Adam Mercer authored
lalburst test: add snglcoinc test suite See merge request lscsoft/lalsuite!1809
-
- 25 Apr, 2022 1 commit
-
-
Kipp Cannon authored
-
- 21 Apr, 2022 1 commit
-
-
Adam Mercer authored
Add expose_as to link docs artifacts from MR UI See merge request lscsoft/lalsuite!1820
-