Skip to content
Snippets Groups Projects
  1. May 04, 2018
  2. May 03, 2018
  3. May 02, 2018
  4. May 01, 2018
  5. Apr 30, 2018
  6. Apr 28, 2018
  7. Apr 25, 2018
  8. Apr 24, 2018
  9. Apr 23, 2018
  10. Apr 22, 2018
  11. Apr 20, 2018
  12. Apr 19, 2018
  13. Apr 18, 2018
  14. Apr 12, 2018
  15. Apr 11, 2018
    • Tim Adye's avatar
      Reorder dcube.py search for DCubeApp.py so looks in same directory first (previous default) · b62cb08d
      Tim Adye authored
      Former-commit-id: 29ea368142c5c73d924a7d645ce08bad230d3ef3
      b62cb08d
    • Tim Adye's avatar
      Pull recent changes from SVN trunk (also tagged DCubeClient-00-00-52) · 5602f7ad
      Tim Adye authored
      Updates from ChangeLog:
      
      2017-07-10  Tim Adye  <T.J.Adye@rl.ac.uk>
      	* Add support for TEfficiency plots (plotted as "graph" type)
      	* fix graph statistics display and show y-mean/RMS instead of x-mean/RMS for 1D
      	* don't crash on empty graph
      	* graph plot style more like hist1d (red full circle, full-size plot, better ranges)
      	M       python/DCubeConfig.py
      	M       python/DCubeTester.py
      	M       python/DCubePlotter.py
      
      2017-03-26   Peter Sherwood  <peter@MacBook-Pro-7.fritz.box>
      	* share/DCubeValid.xml: added new branch regex fo NN.N (eg 21.0)
      	new cmtconfigs x86_64-slc6-gcc62-(opt, dev), new project Athena
      
      2016-04-09  Atlas-Validation Runtimetester  <rtt@lxplus0003.cern.ch>
      	* Tagging DCubeClient-00-00-51
      	* Python 2.7.10 and ROOT 6.06/02 version update in dev nightly branch
      	breaks the code to fetch histograms from a TFile instance, as the TFile.Get()
      	function no longer accepts a unicode path, it needs ascii. Fixed by
      	converting path to path.encode('ascii', 'ignore').
      
      	M       python/DCubeTester.py
      	M       python/DCubeApp.py
      
      
      Former-commit-id: 81a822457a4abc99668e0ed35d32e4d913d0c826
      5602f7ad
  16. Apr 09, 2018
    • Umesh Worlikar's avatar
      ATLASJT-363: Reformat Code, Remove unused variable "maxDiff" · a3bf95fd
      Umesh Worlikar authored
      Former-commit-id: 3e40b830a733bf49794e14d40c736b0fa65877b7
      a3bf95fd
    • Umesh Worlikar's avatar
      ATLASJT-363: Fix bug, JobReport doubles dbDataTotal and dbTimeTotal · ae590e81
      Umesh Worlikar authored
      The implementation of trfJobReport, had assumption of generating one
      jobReport per job. This is not valid on grid jobs, since a text report
      is automatically generated by default in addition to JSON report.
      This caused summing of dbTime and dbTotal, each time a report is
      generated. This fix separates logic for report data generation from
      that of report output for each format. The data dictionary is generated
      only once and reused for each report format. The fix eliminates
      the assumption of one report per job.
      
      
      Former-commit-id: de0586891b691be8dbedfc187dc2be89527bef31
      ae590e81
    • Umesh Worlikar's avatar
      ATLASJT-363: Add debug message while running in non-interactive mode · 32c5277f
      Umesh Worlikar authored
      For jobs running on grid, PyJobTransforms detects the non-interactive
      environment and enables text report. The debug message would help
      detecting potential issues on grid jobs which otherwise would be
      difficult to reproduce in interactive mode.
      
      
      Former-commit-id: 43b31f69c027fff8120c241c154dc00774ff0bd3
      32c5277f
  17. Apr 06, 2018
    • John Derek Chapman's avatar
      Merge branch 'FixMissingDetFlagsImport' into '21.3' · 6afaaaaf
      John Derek Chapman authored and Atlas Nightlybuild's avatar Atlas Nightlybuild committed
      Fixing issue with DetFlags import ; Update skeleton.EVGENtoRDO.py
      
      See merge request atlas/athena!10184
      
      (cherry picked from commit 0e5492c2 [formerly a8ec63fafbf6d6583b17bdac62c72cfdc7f0e7ba])
      
      c7ea903d Fixing issue with DetFlags import ; Update skeleton.EVGENtoRDO.py
      26b0f391 Update skeleton.EVGENtoRDO.py
      
      Former-commit-id: 682d064c00f3bba29abb372ed5fe0aea1824d340
      6afaaaaf
  18. Apr 05, 2018
  19. Apr 04, 2018
    • Tim Adye's avatar
      Fix dcube.py search paths for new Athena install locations · 860418f1
      Tim Adye authored
      DCubeApp.py can be found in $PYTHONPATH/DCubeClient or in same directory
      as dcube.py (as before).
      DCubeValid.xml can be found in ../share (as before) or ../../share.
      
      
      Former-commit-id: 13e9d781d9e30fafd67d255431c533bd9c1b6f68
      860418f1
  20. Mar 30, 2018
  21. Mar 28, 2018
  22. Mar 27, 2018
Loading