Skip to content
Snippets Groups Projects
  1. Feb 15, 2019
  2. Feb 12, 2019
  3. Jan 27, 2019
  4. Jan 24, 2019
  5. Jan 23, 2019
  6. Jan 21, 2019
  7. Jan 14, 2019
  8. Jan 13, 2019
    • sutt's avatar
      Fix hang due to unfortunate convergence of input settings · f93c9158
      sutt authored
      In the code as was, the histogram bins corresponding to the vertex were only
      zereod to prevent the vertex being found again, if multiple vertices were requested.
      So if requireing only 1 vertex, if the significance of the found vertex was not high
      enough it would not have been added, so the check on the number of found vertex
      candidates would not change, and we would be doomed to find this vertex for ever.
      
      With a lower significance the vertex would have been added, and with more required
      vertices, the histogram bins would have been zeroed.
      
      As such, have added checks such that the bins are *always* zeroed, and also, that
      if the vertex is not significant, then it bombs out of the loop, since no subsequent
      vertex could have a higher significance. Either of these changes should by themselves,
      be enough to prevent this happening.
      
      This addresses ATR-19265.
      f93c9158
  9. Jan 01, 2019
  10. Dec 26, 2018
  11. Dec 17, 2018
  12. Dec 10, 2018
  13. Dec 07, 2018
  14. Dec 03, 2018
  15. Nov 30, 2018
  16. Nov 28, 2018
  17. Nov 27, 2018
  18. Nov 26, 2018
  19. Nov 25, 2018
  20. Nov 24, 2018
  21. Nov 23, 2018
    • Julie Kirk's avatar
      updates for Trigger ART tests · 397b50fc
      Julie Kirk authored
      - change error return when reference missing
      - change art-output file from *.regtest to  *.regtest.new files
      
      
      Former-commit-id: 1b907642607ba39445fc3e2fc09d4b502437cd55
      397b50fc
    • Andrea Coccaro's avatar
      Merge branch 'patch-80' into '21.1' · 95a1e611
      Andrea Coccaro authored
      Update version.txt
      
      See merge request atlas/athena!16176
      
      Former-commit-id: 1dd84c7677070fb701e5f1d551e83a88c1e53937
      95a1e611
Loading