Skip to content
Snippets Groups Projects
  1. Jul 06, 2015
  2. Jul 03, 2015
  3. Jul 01, 2015
  4. Jun 30, 2015
  5. Jun 29, 2015
  6. Jun 25, 2015
  7. Jun 24, 2015
  8. Jun 21, 2015
    • Kipp Cannon's avatar
      gstlal: remove redundant FFTW locks · 408c8c32
      Kipp Cannon authored
      - now that LAL is built with pthread locking enabled, and we require it to
        be in the configure script, we can remove what is now redundant fftw
        wisdom protection.  this should enable multi-threaded injection
        generation.
      - see PR2228
      408c8c32
    • Kipp Cannon's avatar
      gstlal: remove fftw python module · e1929181
      Kipp Cannon authored
      - was providing hooks for accessing wisdom locking, but no longer required
        because LAL is built with locking enabled
      
      - see PR2220
      e1929181
    • Kipp Cannon's avatar
      gstlal inspiral followups: use .tight_layout() · b428af7d
      Kipp Cannon authored
      - see PR2218
      b428af7d
    • Kipp Cannon's avatar
      gstlal inspiral followups: simplify process metadata parsing · 6a6fc7fb
      Kipp Cannon authored
      - use tools from process support module in glue
      - make use of ValueErrors during unpacking to add error checking
      
      - see PR2218
      6a6fc7fb
    • Kipp Cannon's avatar
      gstlal inspiral followups: import gracedb differently · f6178a90
      Kipp Cannon authored
      - I don't konw why, but this makes the code run for me.  before this change I was getting tracebacks ending with "ValueError: No JSON object could be decoded", and now I don't get that
      - normally I *hate* mystery patches that make problems go away for no apparent reason but this patch reduces the number of gracedb imports by 1 so it's a simplification that has aesthetic value if nothing else, also it's not impossible that by importing the default service URL from one place in the gracedb namespace and then importing the rest api from a different place in the namespace that some sort of conflicting side effects are being triggered related to the multiple generations of legacy apis living together inside the gracedb package.
      
      - see PR2218
      f6178a90
    • Kipp Cannon's avatar
      gstlal inspiral followups: clean up glue.ligolw I/O · 2bfee8ed
      Kipp Cannon authored
      - don't mess with the global LIGOLWContentHandler in case it interfers with the guts of other code
      - don't import modules and content handler customizations that aren't required
      - import utils as ligolw_utils to avoid namespace pollution
      - use the .get_table() methods of table classes
      
      - see PR2218
      2bfee8ed
    • Kipp Cannon's avatar
      gstlal inspiral followups: remove unused import of rate.py · c298da23
      Kipp Cannon authored
      - see PR2218
      c298da23
    • Kipp Cannon's avatar
      datasource.py: fix an inverted error message · 932b64b3
      Kipp Cannon authored
      - see PR2219
      932b64b3
  9. Jun 18, 2015
Loading