Skip to content
Snippets Groups Projects
  1. Jun 28, 2018
  2. Jun 27, 2018
  3. Jun 26, 2018
  4. Jun 25, 2018
  5. Jun 23, 2018
    • Gregory Ashton's avatar
      Add explicit methods · 46d0b127
      Gregory Ashton authored
      This adds methods to __dir__ so that plot_corner and other methods can
      be tab completed (in ipython). Unfortunately, this is done by setting
      these directly. While this isn't an ideal solution - there is no obvious
      way to automate the process as methods to looks up all methods
      themselves use the __dir__ attribute causing a recursion error.
      
      Closes #111
      46d0b127
  6. Jun 22, 2018
  7. Jun 21, 2018
    • Gregory Ashton's avatar
      Adds back in injection_polarization argument · 2cccc662
      Gregory Ashton authored
      - Provides backward compatibility for people with scripts using the old
        style
      - Also because, as Colm pointed out, there may be bugger behaviour with
        multiple detectors and it may take a long time to calculate the waveform
      - Change the name in `inject_signal` from
        waveform_polarizations->injection_polarizations.
      
      This last step could break peoples code who are using inject_signal
      directly, but its probably best to unify notation now rather than have
      two names for one thing.
      2cccc662
    • Gregory Ashton's avatar
      e11ebac1
    • Gregory Ashton's avatar
      Fix to coverage badge · 399cc637
      Gregory Ashton authored
      A non-ideal fix to get the coverage badge to work. Seemingly it was
      failing before because it now sees tupak as being in the dist-packages.
      I've added a hard path to that directory so that at least the numbers
      are correct.
      399cc637
    • Gregory Ashton's avatar
      Sets the filter_frequency used in frame_file based on the maximum · d70c9215
      Gregory Ashton authored
      Also makes the filter_freq and alpha explicit so its easier to see where
      these are set.
      d70c9215
    • Gregory Ashton's avatar
      Fixes to get the tests to pass · 4c3a622b
      Gregory Ashton authored
      For some reason, the list comprehension method of setting the IFOs
      intereacted badly with the example_test method. This doesn't change
      anything, but just makes it a straightforward for loop.
      
      Also removes the failing detector tests.
      4c3a622b
Loading