Skip to content
Snippets Groups Projects
  1. Jul 08, 2019
  2. Jul 03, 2019
    • Erin (Josh) Rigler's avatar
      Remove `import sys` · ae5f2c5f
      Erin (Josh) Rigler authored
      To satisfy flake8, and not trigger the F401 error, it was necessary to remove `import sys`, since it was no longer being used. This error slipped through Travis-CI because @erigler-usgs  got impatient waiting for Travis-CI to complete for a very simple PR and merged it before all tests were complete. Lesson learned.
      Unverified
      ae5f2c5f
  3. Jul 02, 2019
  4. May 29, 2019
  5. May 28, 2019
  6. May 23, 2019
  7. May 13, 2019
  8. Mar 12, 2019
  9. Feb 26, 2019
    • Erin (Josh) Rigler's avatar
      Add can_produce_data() method to AdjustedAlgorithm · 94284006
      Erin (Josh) Rigler authored and Claycomb, Abram Earl's avatar Claycomb, Abram Earl committed
      AdjustedAlgorithm.process() essentially adjusts two values:
      
       - 3D vector field HEZ_raw -> XYZ_adj
       - 1D scalar field F_raw -> F_adj
      
      Neither should depend on the other, but this was implicitly the case
      as originally implemented. When F was missing, this prevented XYZ
      from being calculated, at least when called in 'update' mode by the
      Controller. Likewise, if HEZ were missing, this prevented adjusted F
      from being calculated.
      94284006
  10. Feb 19, 2019
  11. Feb 13, 2019
  12. Feb 12, 2019
  13. Feb 05, 2019
  14. Feb 04, 2019
  15. Nov 19, 2018
  16. Nov 14, 2018
  17. Nov 13, 2018
  18. Nov 09, 2018
Loading