Skip to content
Snippets Groups Projects
  1. May 20, 2020
  2. May 19, 2020
  3. May 12, 2020
  4. May 11, 2020
  5. May 08, 2020
    • Christopher Wipf's avatar
      Fix coating brownian so it agrees with Hong · f68697f9
      Christopher Wipf authored
      The small remaining discrepancy between Hong and gwinc is due to
      an error in gwinc's implementation of the Yam et al model.
      
      The coefficient in front of the phase derivative `dcdp_z` is
      supposed to be `nN` (as written correctly in Yam et al, eq 1),
      not `nN/2` (as found in gwinc).
      
      In Hong et al, the coefficient is `nN/2`, but that's because
      their phases are defined as one-way instead of round-trip (see
      Yam et al, eq A2).
      
      After correcting the error, gwinc and Hong agree, as expected,
      for the case of equal bulk and shear losses and no
      photoelasticity.
      f68697f9
  6. May 04, 2020
  7. Apr 27, 2020
  8. Apr 26, 2020
  9. Apr 25, 2020
  10. Apr 24, 2020
  11. 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
    • Jameson Rollins's avatar
      Merge branch 'sus-update-fixmes' into 'master' · faa4c35f
      Jameson Rollins authored
      Revise suspension model
      
      See merge request !80
      faa4c35f
  12. 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
Loading