Skip to content
Snippets Groups Projects
  1. Apr 25, 2020
  2. Apr 22, 2020
    • Jameson Graef Rollins's avatar
      simplify testing by removing unnecessary reference · e1fb19b1
      Jameson Graef Rollins authored
      The assumption should really be that the HEAD of the repo is the
      current noise reference.  There is therefore no need to store a
      special reference hash for the tests.  This simplifies things quite a
      bit, in particular by not requiring submitters to update a reference.
      
      This commit drops the reference and modifies the test to just compare
      the current code against HEAD by default.  The option to compare
      against an arbitrary ref is preserved.
      
      The CI is updated for these simplifications.  The "test" job is now
      simple generation of the budgets.  The merge request approval job is
      renamed 'review:noise_change_approval`, and it's logic remains mostly
      the same: it compares the current budgets against the head of the MR
      target branch, and requires the same MR approval to pass.  The overall
      MR approval process therefor doesn't change.
      e1fb19b1
    • Jameson Graef Rollins's avatar
      Revert errand change from rebase · ac436d7e
      Jameson Graef Rollins authored
      This change got added accidentally from an earlier version of the
      "test compare git hash" series during a rebase.
      
      This reverts commit 16b9ae40.
      ac436d7e
  3. Apr 21, 2020
    • Jameson Graef Rollins's avatar
      update reference · 70253c32
      Jameson Graef Rollins authored
      70253c32
    • Christopher Wipf's avatar
      Revise suspension model · 06ec1593
      Christopher Wipf authored
      Upper joint temperature comes from the stage above
      Drop support for BQuad suspension type
      Use the fiber end cross-section consistently in wireTELoss()
      Remove the "questionable approximation" in continuumWireKh
      Correct the spring constant calculation in continuumWireKv
      06ec1593
    • Jameson Graef Rollins's avatar
      tests compare against git hash, eliminate cached .h5 · 16b9ae40
      Jameson Graef Rollins authored
      This updates the test infrastructure to store a git hash of the reference
      code, instead of generated .h5 files.  The test infrastructure creates a
      cache of reference .h5 files from the specified git hash if it doesn't
      already exist, and then compares against that cache.
      
      Comparisons against arbitrary git hashes can be specified manually.
      The cache curves are generated from a shell script so that it uses the
      checkout of the python code at the reference commit.  Multiple caches based
      on git references are stored, and old caches are automatically pruned to
      keep just the latest five.
      
      This gets rid of the need for git-lfs and the cached .h5 files, requiring
      instead the code be checked out from git to run the tests.
      16b9ae40
    • Jameson Graef Rollins's avatar
      tests compare against git hash, eliminate cached .h5 · a6caffc0
      Jameson Graef Rollins authored
      This updates the test infrastructure to store a git hash of the reference
      code, instead of generated .h5 files.  The test infrastructure creates a
      cache of reference .h5 files from the specified git hash if it doesn't
      already exist, and then compares against that cache.
      
      Comparisons against arbitrary git hashes can be specified manually.
      The cache curves are generated from a shell script so that it uses the
      checkout of the python code at the reference commit.  Multiple caches based
      on git references are stored, and old caches are automatically pruned to
      keep just the latest five.
      
      This gets rid of the need for git-lfs and the cached .h5 files, requiring
      instead the code be checked out from git to run the tests.
      a6caffc0
  4. Apr 15, 2020
    • Jameson Graef Rollins's avatar
      test: update plot style · 5d507cad
      Jameson Graef Rollins authored
      Use overlaid dashes for the head traces.
      
      Also do comparison in preferred IFO order.
      5d507cad
    • Christopher Wipf's avatar
      Koji's restructured quad suspension code · 9ff4ba54
      Christopher Wipf authored
      These changes improve the modeling of suspensions that have a
      temperature gradient along the fibers.  Each stage is split into an
      upper and a lower joint, which can have different material properties
      assigned in the ifo structure.  The temperature of a joint is that of
      the mass to which it is attached.  (However, temperature gradients are
      not yet supported within the top or bottom stages.)  The average of
      the upper and lower joint dissipation is used to compute the noise.
      9ff4ba54
  5. Apr 07, 2020
  6. Mar 28, 2020
  7. Mar 24, 2020
  8. Mar 05, 2020
  9. Feb 27, 2020
  10. Feb 26, 2020
  11. Feb 18, 2020
  12. Feb 14, 2020
  13. Feb 12, 2020
    • Jameson Graef Rollins's avatar
      remove errant parens · 1f5087c5
      Jameson Graef Rollins authored
      1f5087c5
    • Jameson Graef Rollins's avatar
      drop dynamic included IFO discovery in favor fixed list · 2bd2bd0c
      Jameson Graef Rollins authored
      This allows for specifying an order that makes sense without too much loss
      of ease of expandability (just need to add an entry to a list).
      2bd2bd0c
    • Jameson Graef Rollins's avatar
      remove precomp · c96bdbd6
      Jameson Graef Rollins authored
      This finally gets rid of the whole precompIFO function.  It does this
      by breaking up precomp into various smaller functions, moving them
      into the common IFO noise definition module, and using them
      appropriately when needed.  This does result in some of the functions
      being called multiple times in the full budget calculation for the
      aLIGO-like budgets, but the cost should be minor given the convenience
      of getting rid of the whole precomp thing, thereby opening up
      everything to non-aLIGO-like configurations.
      
      Even though some functions are calculated multiple times, we're still
      orders of magnitude faster than matgwinc, so...  Should still revisit
      down the line though.
      
      closes #40
      c96bdbd6
    • Jameson Graef Rollins's avatar
      ifo: move strain conversion to be a Budget Calibration · bdbbcc85
      Jameson Graef Rollins authored
      Define new Strain(nb.Calibration) and apply it to all canonical ifo budgets.
      bdbbcc85
    • Jameson Graef Rollins's avatar
      nb: support multiple calibrations per noise · 7f532a07
      Jameson Graef Rollins authored
      Also supports a Budget.calibrations attribute that lists calibrations to be
      applied to all noises.
      7f532a07
  14. Feb 11, 2020
Loading