diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index b50b738c8d..0000000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "docs/xdmod-jekyll-theme"] - path = docs/xdmod-jekyll-theme - url = https://github.com/ubccr/xdmod-jekyll-theme diff --git a/CHANGELOG.md b/CHANGELOG.md index a6b2639ef8..f292f9e3db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Open XDMoD Change Log +## 2026-05-12 v11.0.3 + +- Important Notes + - This release fixes a critical security vulnerability and two other + moderate-to-high severity security vulnerabilities in Open XDMoD: + - https://github.com/ubccr/xdmod/security/advisories/GHSA-29qm-7w4v-43fw + - https://github.com/ubccr/xdmod/security/advisories/GHSA-3pv7-qvc3-h527 + - https://github.com/ubccr/xdmod/security/advisories/GHSA-3hfh-m242-8rmh +- Bug Fixes + - Fix bug in which the server runs out of memory when exporting data + ([\#2085](https://github.com/ubccr/xdmod/pull/2085)). + - Fix tooltip display when hovering over area plots + ([\#2077](https://github.com/ubccr/xdmod/pull/2077)). + - Fix charting export ([\#2192](https://github.com/ubccr/xdmod/pull/2192)). + - Fix username validation + ([\#2194](https://github.com/ubccr/xdmod/pull/2194)). +- Enhancements + - Improve performance of database queries + ([\#2182](https://github.com/ubccr/xdmod/pull/2182)). +- Documentation + - Update list of publications and presentations + ([\#2081](https://github.com/ubccr/xdmod/pull/2081)). +- Maintenance / Code Quality + - Remove unused code ([\#2188](https://github.com/ubccr/xdmod/pull/2188)). + ## 2025-08-19 v11.0.2 - New Features @@ -214,6 +239,10 @@ - A new endpoint for retrieving raw data has been added. ## 2023-08-04 v10.0.3 + +- Important Notes + - This release fixes a critical security vulnerability in Open XDMoD: + - https://github.com/ubccr/xdmod/security/advisories/GHSA-r33r-6g3c-r992 - Bug Fixes - General - Fix handling of filters where the filter string has a quote character in it (#1749) diff --git a/background_scripts/chrome-helper/package-lock.json b/background_scripts/chrome-helper/package-lock.json index 2cc00e6266..628afdb0ed 100644 --- a/background_scripts/chrome-helper/package-lock.json +++ b/background_scripts/chrome-helper/package-lock.json @@ -5,8 +5,54 @@ "packages": { "": { "dependencies": { - "puppeteer-core": "^19.7.5", - "yargs": "^17.7.1" + "puppeteer-core": "^19.11.1", + "yargs": "^17.7.2" + } + }, + "node_modules/@puppeteer/browsers": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-0.5.0.tgz", + "integrity": "sha512-Uw6oB7VvmPRLE4iKsjuOh8zgDabhNX67dzo8U/BB0f9527qx+4eeUs+korU98OhG5C4ubg7ufBgVi63XYwS6TQ==", + "dependencies": { + "debug": "4.3.4", + "extract-zip": "2.0.1", + "https-proxy-agent": "5.0.1", + "progress": "2.0.3", + "proxy-from-env": "1.1.0", + "tar-fs": "2.1.1", + "unbzip2-stream": "1.4.3", + "yargs": "17.7.1" + }, + "bin": { + "browsers": "lib/cjs/main-cli.js" + }, + "engines": { + "node": ">=14.1.0" + }, + "peerDependencies": { + "typescript": ">= 4.7.4" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@puppeteer/browsers/node_modules/yargs": { + "version": "17.7.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.1.tgz", + "integrity": "sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw==", + "dependencies": { + "cliui": "^8.0.1", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.3", + "y18n": "^5.0.5", + "yargs-parser": "^21.1.1" + }, + "engines": { + "node": ">=12" } }, "node_modules/@types/node": { @@ -57,11 +103,6 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/balanced-match": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" - }, "node_modules/base64-js": { "version": "1.5.1", "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", @@ -91,14 +132,6 @@ "readable-stream": "^3.4.0" } }, - "node_modules/brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", - "dependencies": { - "balanced-match": "^1.0.0" - } - }, "node_modules/buffer": { "version": "5.7.1", "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", @@ -136,9 +169,9 @@ "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==" }, "node_modules/chromium-bidi": { - "version": "0.4.5", - "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.4.5.tgz", - "integrity": "sha512-rkav9YzRfAshSTG3wNXF7P7yNiI29QAo1xBXElPoCoSQR5n20q3cOyVhDv6S7+GlF/CJ/emUxlQiR0xOPurkGg==", + "version": "0.4.7", + "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.4.7.tgz", + "integrity": "sha512-6+mJuFXwTMU6I3vYLs6IL8A1DyQTPjCfIL971X0aMPVGRbGnNfl6i6Cl0NMbxi2bRYLGESt9T2ZIMRM5PAEcIQ==", "dependencies": { "mitt": "3.0.0" }, @@ -200,9 +233,9 @@ } }, "node_modules/devtools-protocol": { - "version": "0.0.1094867", - "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1094867.tgz", - "integrity": "sha512-pmMDBKiRVjh0uKK6CT1WqZmM3hBVSgD+N2MrgyV1uNizAZMw4tx6i/RTc+/uCsKSCmg0xXx7arCP/OFcIwTsiQ==" + "version": "0.0.1107588", + "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1107588.tgz", + "integrity": "sha512-yIR+pG9x65Xko7bErCUSQaDLrO/P1p3JUzEk7JCU4DowPcGHkTGUGQapcfcLc4qj0UaALwZ+cr0riFgiqpixcg==" }, "node_modules/emoji-regex": { "version": "8.0.0", @@ -257,11 +290,6 @@ "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz", "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==" }, - "node_modules/fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" - }, "node_modules/get-caller-file": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", @@ -284,23 +312,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/glob": { - "version": "9.3.1", - "resolved": "https://registry.npmjs.org/glob/-/glob-9.3.1.tgz", - "integrity": "sha512-qERvJb7IGsnkx6YYmaaGvDpf77c951hICMdWaFXyH3PlVob8sbPJJyJX0kWkiCWyXUzoy9UOTNjGg0RbD8bYIw==", - "dependencies": { - "fs.realpath": "^1.0.0", - "minimatch": "^7.4.1", - "minipass": "^4.2.4", - "path-scurry": "^1.6.1" - }, - "engines": { - "node": ">=16 || 14 >=14.17" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, "node_modules/https-proxy-agent": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", @@ -345,36 +356,6 @@ "node": ">=8" } }, - "node_modules/lru-cache": { - "version": "7.18.3", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", - "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", - "engines": { - "node": ">=12" - } - }, - "node_modules/minimatch": { - "version": "7.4.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.2.tgz", - "integrity": "sha512-xy4q7wou3vUoC9k1xGTXc+awNdGaGVHtFUaey8tiX4H1QRc04DZ/rmDFwNm2EBsuYEhAZ6SgMmYf3InGY6OauA==", - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/minipass": { - "version": "4.2.5", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-4.2.5.tgz", - "integrity": "sha512-+yQl7SX3bIT83Lhb4BVorMAHVuqsskxRdlmO9kTpyukp8vsm2Sn/fUOV9xlnG8/a5JsypJzap21lz/y3FBMJ8Q==", - "engines": { - "node": ">=8" - } - }, "node_modules/mitt": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.0.tgz", @@ -417,26 +398,19 @@ "wrappy": "1" } }, - "node_modules/path-scurry": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.6.1.tgz", - "integrity": "sha512-OW+5s+7cw6253Q4E+8qQ/u1fVvcJQCJo/VFD8pje+dbJCF1n5ZRMV2AEHbGp+5Q7jxQIYJxkHopnj6nzdGeZLA==", - "dependencies": { - "lru-cache": "^7.14.1", - "minipass": "^4.0.2" - }, - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, "node_modules/pend": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz", "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==" }, + "node_modules/progress": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz", + "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==", + "engines": { + "node": ">=0.4.0" + } + }, "node_modules/proxy-from-env": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", @@ -452,21 +426,21 @@ } }, "node_modules/puppeteer-core": { - "version": "19.7.5", - "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-19.7.5.tgz", - "integrity": "sha512-EJuNha+SxPfaYFbkoWU80H3Wb1SiQH5fFyb2xdbWda0ziax5mhV63UMlqNfPeTDIWarwtR4OIcq/9VqY8HPOsg==", + "version": "19.11.1", + "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-19.11.1.tgz", + "integrity": "sha512-qcuC2Uf0Fwdj9wNtaTZ2OvYRraXpAK+puwwVW8ofOhOgLPZyz1c68tsorfIZyCUOpyBisjr+xByu7BMbEYMepA==", "dependencies": { - "chromium-bidi": "0.4.5", + "@puppeteer/browsers": "0.5.0", + "chromium-bidi": "0.4.7", "cross-fetch": "3.1.5", "debug": "4.3.4", - "devtools-protocol": "0.0.1094867", + "devtools-protocol": "0.0.1107588", "extract-zip": "2.0.1", "https-proxy-agent": "5.0.1", "proxy-from-env": "1.1.0", - "rimraf": "4.4.0", "tar-fs": "2.1.1", "unbzip2-stream": "1.4.3", - "ws": "8.12.1" + "ws": "8.13.0" }, "engines": { "node": ">=14.14.0" @@ -501,23 +475,6 @@ "node": ">=0.10.0" } }, - "node_modules/rimraf": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-4.4.0.tgz", - "integrity": "sha512-X36S+qpCUR0HjXlkDe4NAOhS//aHH0Z+h8Ckf2auGJk3PTnx5rLmrHkwNdbVQuCSUhOyFrlRvFEllZOYE+yZGQ==", - "dependencies": { - "glob": "^9.2.0" - }, - "bin": { - "rimraf": "dist/cjs/src/bin.js" - }, - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, "node_modules/safe-buffer": { "version": "5.2.1", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", @@ -655,9 +612,9 @@ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" }, "node_modules/ws": { - "version": "8.12.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.12.1.tgz", - "integrity": "sha512-1qo+M9Ba+xNhPB+YTWUlK6M17brTut5EXbcBaMRN5pH5dFrXz7lzz1ChFSUq3bOUl8yEvSenhHmYUNJxFzdJew==", + "version": "8.13.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz", + "integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==", "engines": { "node": ">=10.0.0" }, @@ -683,9 +640,9 @@ } }, "node_modules/yargs": { - "version": "17.7.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.1.tgz", - "integrity": "sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw==", + "version": "17.7.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", + "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", "dependencies": { "cliui": "^8.0.1", "escalade": "^3.1.1", @@ -718,6 +675,37 @@ } }, "dependencies": { + "@puppeteer/browsers": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-0.5.0.tgz", + "integrity": "sha512-Uw6oB7VvmPRLE4iKsjuOh8zgDabhNX67dzo8U/BB0f9527qx+4eeUs+korU98OhG5C4ubg7ufBgVi63XYwS6TQ==", + "requires": { + "debug": "4.3.4", + "extract-zip": "2.0.1", + "https-proxy-agent": "5.0.1", + "progress": "2.0.3", + "proxy-from-env": "1.1.0", + "tar-fs": "2.1.1", + "unbzip2-stream": "1.4.3", + "yargs": "17.7.1" + }, + "dependencies": { + "yargs": { + "version": "17.7.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.1.tgz", + "integrity": "sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw==", + "requires": { + "cliui": "^8.0.1", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.3", + "y18n": "^5.0.5", + "yargs-parser": "^21.1.1" + } + } + } + }, "@types/node": { "version": "18.15.5", "resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.5.tgz", @@ -754,11 +742,6 @@ "color-convert": "^2.0.1" } }, - "balanced-match": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" - }, "base64-js": { "version": "1.5.1", "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", @@ -774,14 +757,6 @@ "readable-stream": "^3.4.0" } }, - "brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", - "requires": { - "balanced-match": "^1.0.0" - } - }, "buffer": { "version": "5.7.1", "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", @@ -802,9 +777,9 @@ "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==" }, "chromium-bidi": { - "version": "0.4.5", - "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.4.5.tgz", - "integrity": "sha512-rkav9YzRfAshSTG3wNXF7P7yNiI29QAo1xBXElPoCoSQR5n20q3cOyVhDv6S7+GlF/CJ/emUxlQiR0xOPurkGg==", + "version": "0.4.7", + "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.4.7.tgz", + "integrity": "sha512-6+mJuFXwTMU6I3vYLs6IL8A1DyQTPjCfIL971X0aMPVGRbGnNfl6i6Cl0NMbxi2bRYLGESt9T2ZIMRM5PAEcIQ==", "requires": { "mitt": "3.0.0" } @@ -849,9 +824,9 @@ } }, "devtools-protocol": { - "version": "0.0.1094867", - "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1094867.tgz", - "integrity": "sha512-pmMDBKiRVjh0uKK6CT1WqZmM3hBVSgD+N2MrgyV1uNizAZMw4tx6i/RTc+/uCsKSCmg0xXx7arCP/OFcIwTsiQ==" + "version": "0.0.1107588", + "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1107588.tgz", + "integrity": "sha512-yIR+pG9x65Xko7bErCUSQaDLrO/P1p3JUzEk7JCU4DowPcGHkTGUGQapcfcLc4qj0UaALwZ+cr0riFgiqpixcg==" }, "emoji-regex": { "version": "8.0.0", @@ -895,11 +870,6 @@ "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz", "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==" }, - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" - }, "get-caller-file": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", @@ -913,17 +883,6 @@ "pump": "^3.0.0" } }, - "glob": { - "version": "9.3.1", - "resolved": "https://registry.npmjs.org/glob/-/glob-9.3.1.tgz", - "integrity": "sha512-qERvJb7IGsnkx6YYmaaGvDpf77c951hICMdWaFXyH3PlVob8sbPJJyJX0kWkiCWyXUzoy9UOTNjGg0RbD8bYIw==", - "requires": { - "fs.realpath": "^1.0.0", - "minimatch": "^7.4.1", - "minipass": "^4.2.4", - "path-scurry": "^1.6.1" - } - }, "https-proxy-agent": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", @@ -948,24 +907,6 @@ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" }, - "lru-cache": { - "version": "7.18.3", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", - "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==" - }, - "minimatch": { - "version": "7.4.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.2.tgz", - "integrity": "sha512-xy4q7wou3vUoC9k1xGTXc+awNdGaGVHtFUaey8tiX4H1QRc04DZ/rmDFwNm2EBsuYEhAZ6SgMmYf3InGY6OauA==", - "requires": { - "brace-expansion": "^2.0.1" - } - }, - "minipass": { - "version": "4.2.5", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-4.2.5.tgz", - "integrity": "sha512-+yQl7SX3bIT83Lhb4BVorMAHVuqsskxRdlmO9kTpyukp8vsm2Sn/fUOV9xlnG8/a5JsypJzap21lz/y3FBMJ8Q==" - }, "mitt": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.0.tgz", @@ -997,20 +938,16 @@ "wrappy": "1" } }, - "path-scurry": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.6.1.tgz", - "integrity": "sha512-OW+5s+7cw6253Q4E+8qQ/u1fVvcJQCJo/VFD8pje+dbJCF1n5ZRMV2AEHbGp+5Q7jxQIYJxkHopnj6nzdGeZLA==", - "requires": { - "lru-cache": "^7.14.1", - "minipass": "^4.0.2" - } - }, "pend": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz", "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==" }, + "progress": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz", + "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==" + }, "proxy-from-env": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", @@ -1026,21 +963,21 @@ } }, "puppeteer-core": { - "version": "19.7.5", - "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-19.7.5.tgz", - "integrity": "sha512-EJuNha+SxPfaYFbkoWU80H3Wb1SiQH5fFyb2xdbWda0ziax5mhV63UMlqNfPeTDIWarwtR4OIcq/9VqY8HPOsg==", + "version": "19.11.1", + "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-19.11.1.tgz", + "integrity": "sha512-qcuC2Uf0Fwdj9wNtaTZ2OvYRraXpAK+puwwVW8ofOhOgLPZyz1c68tsorfIZyCUOpyBisjr+xByu7BMbEYMepA==", "requires": { - "chromium-bidi": "0.4.5", + "@puppeteer/browsers": "0.5.0", + "chromium-bidi": "0.4.7", "cross-fetch": "3.1.5", "debug": "4.3.4", - "devtools-protocol": "0.0.1094867", + "devtools-protocol": "0.0.1107588", "extract-zip": "2.0.1", "https-proxy-agent": "5.0.1", "proxy-from-env": "1.1.0", - "rimraf": "4.4.0", "tar-fs": "2.1.1", "unbzip2-stream": "1.4.3", - "ws": "8.12.1" + "ws": "8.13.0" } }, "readable-stream": { @@ -1058,14 +995,6 @@ "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==" }, - "rimraf": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-4.4.0.tgz", - "integrity": "sha512-X36S+qpCUR0HjXlkDe4NAOhS//aHH0Z+h8Ckf2auGJk3PTnx5rLmrHkwNdbVQuCSUhOyFrlRvFEllZOYE+yZGQ==", - "requires": { - "glob": "^9.2.0" - } - }, "safe-buffer": { "version": "5.2.1", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", @@ -1174,9 +1103,9 @@ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" }, "ws": { - "version": "8.12.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.12.1.tgz", - "integrity": "sha512-1qo+M9Ba+xNhPB+YTWUlK6M17brTut5EXbcBaMRN5pH5dFrXz7lzz1ChFSUq3bOUl8yEvSenhHmYUNJxFzdJew==", + "version": "8.13.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz", + "integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==", "requires": {} }, "y18n": { @@ -1185,9 +1114,9 @@ "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==" }, "yargs": { - "version": "17.7.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.1.tgz", - "integrity": "sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw==", + "version": "17.7.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", + "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", "requires": { "cliui": "^8.0.1", "escalade": "^3.1.1", diff --git a/background_scripts/chrome-helper/package.json b/background_scripts/chrome-helper/package.json index f5a23a53a1..cef9befa8d 100644 --- a/background_scripts/chrome-helper/package.json +++ b/background_scripts/chrome-helper/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "puppeteer-core": "^19.7.5", - "yargs": "^17.7.1" + "puppeteer-core": "^19.11.1", + "yargs": "^17.7.2" } } diff --git a/bin/xdmod-build-filter-lists b/bin/xdmod-build-filter-lists index 423057f377..7d20856a90 100755 --- a/bin/xdmod-build-filter-lists +++ b/bin/xdmod-build-filter-lists @@ -17,6 +17,7 @@ $opts = array( 'q' => 'quiet', 'r:' => 'realm:', + 'a' => 'append' ); $args = getopt(implode('', array_keys($opts)), $opts); @@ -24,6 +25,7 @@ if ($args === false) { usageAndExit("Failed to parse arguments\n"); } $realms = array(); +$appendToList = false; $logLevel = -1; foreach ($args as $key => $value) { if (is_array($value) && !in_array($key, array('v', 'r'))) { @@ -61,6 +63,10 @@ foreach ($args as $key => $value) { case 'realm': $realms = is_array($value) ? $value : array($value); break; + case 'a': + case 'append': + $appendToList = true; + break; default: usageAndExit("Unexpected option '$key'\n"); break; @@ -79,16 +85,15 @@ $logger = Log::factory( 'consoleLogLevel' => $logLevel, ) ); -build($realms, $logger); - -function build($realms, $logger){ +build($realms, $logger, $appendToList); +function build($realms, $logger, $appendToList){ try { $filterListBuilder = new FilterListBuilder($logger); if (count($realms) > 0){ foreach($realms as $realm){ if(!empty($realm)){ - $filterListBuilder->buildRealmLists($realm); + $filterListBuilder->buildRealmLists($realm, $appendToList); } } } diff --git a/bin/xdmod-ingestor b/bin/xdmod-ingestor index 6abc18f214..fa981f7bea 100755 --- a/bin/xdmod-ingestor +++ b/bin/xdmod-ingestor @@ -60,6 +60,8 @@ function main() // Specify an ingestor. array('', 'ingestor:'), + + array('', 'append-filters-list:') ); $shortOptions = implode( @@ -76,7 +78,7 @@ function main() } $help = $ingest = $aggregate = $noAppend = $ingestAll = $ingestShredded - = $ingestStaging = $ingestHpcdb = $datatype = $realmToAggregate = false; + = $ingestStaging = $ingestHpcdb = $datatype = $realmToAggregate = $appendFiltersList = false; $startDate = $endDate = $lastModifiedStartDate = $datatypeValue = null; @@ -136,6 +138,9 @@ function main() $datatype = true; $datatypeValue = $value; break; + case 'appendFiltersList': + $appendFiltersList = true; + break; default: fwrite(STDERR, "Unexpected option '$key'\n"); exit(1); @@ -217,6 +222,7 @@ function main() try { $logger->debug('Creating data warehouse initilializer'); $dwi = new DataWarehouseInitializer($hpcdbDb, $dwDb); + $dwi->setAppendFiltersList($appendFiltersList); } catch (Exception $e) { $msg = 'Failed to create data warehouse initializer: ' . $e->getMessage(); diff --git a/bin/xdmod-upgrade b/bin/xdmod-upgrade index 088decd5ce..64cb4da64e 100755 --- a/bin/xdmod-upgrade +++ b/bin/xdmod-upgrade @@ -28,7 +28,8 @@ ini_set('memory_limit', -1); $supportedUpgrades = array( '11.0.0' => '11.0.1', '11.0.1' => '11.0.2', - '11.0.2' => '11.5.0' + '11.0.2' => '11.0.3', + '11.0.3' => '11.5.0' ); /** diff --git a/classes/DB/FilterListBuilder.php b/classes/DB/FilterListBuilder.php index 91703fb272..ad03d0257b 100644 --- a/classes/DB/FilterListBuilder.php +++ b/classes/DB/FilterListBuilder.php @@ -4,10 +4,12 @@ use CCR\DB\MySQLHelper; use CCR\Loggable; use DB\Exceptions\TableNotFoundException; +use DB\EtlJournalHelper; use Realm\iGroupBy; use Realm\iRealm; use DataWarehouse\Query\iQuery; use DataWarehouse\Query\TimeAggregationUnit; +use Psr\Log\LoggerInterface; /** * Builds lists of filters for every realm's dimensions. @@ -36,6 +38,32 @@ class FilterListBuilder extends Loggable */ private static $rolesDimensionNames = null; + /** + * The date and time to use to retreive row from aggregate tables to get filter values from + * + * @var string|null + */ + private $lastModifiedStartDate = null; + + /** + * Used to mark if the filter lists should be appended to or deleted and recreated. + * + * @var boolean + */ + private $appendToList = false; + + /** + * Name of temporary table to build filter lists from. Holds rows from a realms aggregate table + * + * @var string + */ + private $filterTemporaryTable = ''; + + public function __construct(?LoggerInterface $logger = null) { + parent::__construct($logger); + $this->filterTemporaryTable = sprintf("`modw_aggregates`.`%s`", uniqid('filter_tmp_', true)); + } + /** * Build filter lists for all realms' dimensions. */ @@ -50,12 +78,34 @@ public function buildAllLists() } } + /** + * Check to see if the table being used to retrieve filter values has a last_modified column. + * + * @param string $schema Name of the schema the table is in + * @param string $table Name of the table to check for a last_modified column + * @param string $column Name of column that is has the time a row was last modified. Defauls to last_modified + * @return boolean + */ + private function doesLastModifiedColumnExist(string $schema, string $table, string $column = "last_modified") { + $db = DB::factory('datawarehouse'); + + $doesFieldExist = "SELECT * + FROM information_schema.COLUMNS + WHERE TABLE_SCHEMA = :schema + AND TABLE_NAME = :tableName + AND COLUMN_NAME = :column"; + + $result = $db->execute($doesFieldExist, [":schema" => $schema, ":tableName" => $table, ":column" => $column]); + + return ($result > 0); + } + /** * Build filter lists for the given realm's dimensions. * * @param string $realmName The name of a realm to build lists for. */ - public function buildRealmLists($realmName) + public function buildRealmLists($realmName, $appendToList = false) { // Get a query for the given realm. $startTime = microtime(true); @@ -72,16 +122,51 @@ public function buildRealmLists($realmName) // Get the dimensions in the given realm. $currentRealm = \Realm\Realm::factory($realmName); + $tables = $realmQuery->getTables(); + $tableAliasKey = array_key_first($tables); + $schema = $tables[$tableAliasKey]->getSchema()->getName(); + $tableName = $tables[$tableAliasKey]->getName(); + $journalHelper = new EtlJournalHelper($schema, $tableName); + + // If the last modified column does not exist on the aggregate table then there is no way + // to select the most recently aggregated rows so we cannot append new data. + if($appendToList && !$this->doesLastModifiedColumnExist($schema, $tableName)) { + $appendToList = false; + } + + if($appendToList && $this->doesLastModifiedColumnExist($schema, $tableName) && $journalHelper->getLastModified() === null) { + $appendToList = false; + } + + $this->setAppendToList($appendToList); + + if($this->appendToList) { + $db = DB::factory('datawarehouse'); + $lastModified = $journalHelper->getLastModified(); + $this->setLastModifiedStartDate($lastModified); + $tempTableSql = "CREATE TEMPORARY TABLE $this->filterTemporaryTable AS SELECT * FROM $schema.$tableName where last_modified >= '$this->lastModifiedStartDate'"; + $this->logger->debug("Creating temporary table: $tempTableSql"); + $db->execute($tempTableSql); + } + // Generate the lists for each dimension and each pairing of dimensions. foreach ($currentRealm->getGroupByObjects() as $groupByObj) { $this->buildDimensionLists($realmQuery, $groupByObj, $currentRealm); } + + if($this->appendToList) { + $db->execute("DROP TEMPORARY TABLE IF EXISTS $this->filterTemporaryTable"); + } + + $endTime = microtime(true); + $journalHelper->markAsDone(date("Y-m-d h:i:s", $startTime), date("Y-m-d h:i:s", $endTime)); + $this->logger->notice( 'end', [ 'action' => $realmName . '.build-filter-list', 'start_time' => $startTime, - 'end_time' => microtime(true) + 'end_time' => $endTime ] ); } @@ -127,13 +212,17 @@ private function buildDimensionLists(iQuery $realmQuery, iGroupBy $groupBy, iRea return; } $dimensionColumnType = $dimensionProperties['type']; - $db->execute("DROP TABLE IF EXISTS `{$targetSchema}`.`{$mainTableName}`;"); - $db->execute( - "CREATE TABLE `{$targetSchema}`.`{$mainTableName}` ( - `{$dimensionId}` {$dimensionColumnType} NOT NULL, - PRIMARY KEY (`{$dimensionId}`) - ) CHARACTER SET utf8 COLLATE utf8_unicode_ci" - ); + + if(!$this->appendToList) { + $db->execute("DROP TABLE IF EXISTS `{$targetSchema}`.`{$mainTableName}`;"); + $db->execute( + "CREATE TABLE `{$targetSchema}`.`{$mainTableName}` ( + `{$dimensionId}` {$dimensionColumnType} NOT NULL, + PRIMARY KEY (`{$dimensionId}`) + ) CHARACTER SET utf8 COLLATE utf8_unicode_ci" + ); + } + $dimensionQuery = $this->createDimensionQuery($realmQuery, $groupBy); $selectTables = $dimensionQuery->getSelectTables(); @@ -141,18 +230,31 @@ private function buildDimensionLists(iQuery $realmQuery, iGroupBy $groupBy, iRea $wheres = $dimensionQuery->getWhereConditions(); $idField = $selectFields[ sprintf('%s_id', $groupBy->getId()) ]; - - $selectTablesStr = implode(', ', $selectTables); $wheresStr = implode(' AND ', $wheres); - $db->execute( - "INSERT INTO + $lastModifiedClause = ""; + $onDuplicateClause = ""; + if($this->appendToList) { + $tables = $dimensionQuery->getTables(); + $aggregateTableAlias = $tables[array_key_first($tables)]->getAlias()->getName(); + $selectTables[0] = implode(" ", [$this->filterTemporaryTable, $aggregateTableAlias]); + $onDuplicateClause = "ON DUPLICATE KEY UPDATE $dimensionId = ".$dimensionQuery->getFields()[sprintf('%s_id', $groupBy->getId())]->getDefinition(); + $lastModifiedClause = "AND last_modified >= '$this->lastModifiedStartDate'"; + } + + $selectTablesStr = implode(', ', $selectTables); + $filterListSql = "INSERT INTO `{$targetSchema}`.`{$mainTableName}` SELECT DISTINCT $idField FROM $selectTablesStr - WHERE $wheresStr" - ); + WHERE $wheresStr + $lastModifiedClause + $onDuplicateClause"; + + $this->logger->debug("Filter List SQL: $filterListSql"); + + $db->execute($filterListSql); $this->builtListTables[$mainTableName] = true; @@ -210,15 +312,17 @@ private function buildDimensionLists(iQuery $realmQuery, iGroupBy $groupBy, iRea continue; } - $db->execute("DROP TABLE IF EXISTS `{$targetSchema}`.`{$pairTableName}`"); - $db->execute( - "CREATE TABLE `{$targetSchema}`.`{$pairTableName}` ( - `{$firstDimensionId}` {$firstDimensionColumnType} NOT NULL, - `{$secondDimensionId}` {$secondDimensionColumnType} NOT NULL, - PRIMARY KEY (`{$firstDimensionId}`, `{$secondDimensionId}`), - INDEX `idx_second_dimension` (`{$secondDimensionId}` ASC) - ) CHARACTER SET utf8 COLLATE utf8_unicode_ci" - ); + if(!$this->appendToList){ + $db->execute("DROP TABLE IF EXISTS `{$targetSchema}`.`{$pairTableName}`"); + $db->execute( + "CREATE TABLE `{$targetSchema}`.`{$pairTableName}` ( + `{$firstDimensionId}` {$firstDimensionColumnType} NOT NULL, + `{$secondDimensionId}` {$secondDimensionColumnType} NOT NULL, + PRIMARY KEY (`{$firstDimensionId}`, `{$secondDimensionId}`), + INDEX `idx_second_dimension` (`{$secondDimensionId}` ASC) + ) CHARACTER SET utf8 COLLATE utf8_unicode_ci" + ); + } $firstSelectTables = $firstDimensionQuery->getSelectTables(); $firstSelectFields = $firstDimensionQuery->getSelectFields(); @@ -226,22 +330,44 @@ private function buildDimensionLists(iQuery $realmQuery, iGroupBy $groupBy, iRea $secondSelectTables = $secondDimensionQuery->getSelectTables(); $secondSelectFields = $secondDimensionQuery->getSelectFields(); $secondWheres = $secondDimensionQuery->getWhereConditions(); + $wheresStr = implode(' AND ', array_unique(array_merge($firstWheres, $secondWheres))); $firstIdField = $firstSelectFields[ sprintf('%s_id', $firstDimensionId) ]; $secondIdField = $secondSelectFields[ sprintf('%s_id', $secondDimensionId) ]; + $lastModifiedClause = ""; + $onDuplicateClause = ""; + + if ($this->appendToList) { + $firstTables = $firstDimensionQuery->getTables(); + $firstAggregateTableAlias = $firstTables[array_key_first($firstTables)]->getAlias()->getName(); + $firstSelectTables[0] = implode(" ", [$this->filterTemporaryTable, $firstAggregateTableAlias]); + $firstOnDuplicate = "$firstDimensionId = ".$firstDimensionQuery->getFields()[sprintf('%s_id', $firstDimensionId)]->getDefinition(); + + $secondTables = $secondDimensionQuery->getTables(); + $secondAggregateTableAlias = $secondTables[array_key_first($secondTables)]->getAlias()->getName(); + $secondSelectTables[0] = implode(" ", [$this->filterTemporaryTable, $secondAggregateTableAlias]); + $secondOnDuplicate = "$secondDimensionId = ".$secondDimensionQuery->getFields()[sprintf('%s_id', $secondDimensionId)]->getDefinition(); + + $lastModifiedClause = "AND last_modified >= '$this->lastModifiedStartDate'"; + $onDuplicateClause = "ON DUPLICATE KEY UPDATE $firstOnDuplicate, $secondOnDuplicate"; + } + $selectTablesStr = implode(', ', array_unique(array_merge($firstSelectTables, $secondSelectTables))); - $wheresStr = implode(' AND ', array_unique(array_merge($firstWheres, $secondWheres))); - $db->execute( - "INSERT INTO + $filterListSql = "INSERT INTO `{$targetSchema}`.`{$pairTableName}` SELECT DISTINCT $firstIdField, $secondIdField FROM $selectTablesStr - WHERE $wheresStr" - ); + WHERE $wheresStr + $lastModifiedClause + $onDuplicateClause"; + + + $this->logger->debug("Filter List SQL: $filterListSql"); + $db->execute($filterListSql); $this->builtListTables[$pairTableName] = true; } @@ -369,4 +495,24 @@ private function getDimensionDatabaseProperties(iQuery $realmQuery, iGroupBy $gr 'type' => $columnDescriptionResult['Type'], ); } + + /** + * Sets value for lastModifiedStartDate property + * + * @param string|null $lastModifiedStartDate + */ + public function setLastModifiedStartDate(?string $lastModifiedStartDate) + { + $this->lastModifiedStartDate = $lastModifiedStartDate; + } + + /** + * Sets value for appendToList property + * + * @param boolean $appendToList + */ + public function setAppendToList(bool $appendToList) + { + $this->appendToList = $appendToList; + } } diff --git a/classes/ETL/Aggregator/pdoAggregator.php b/classes/ETL/Aggregator/pdoAggregator.php index e47afe427a..d42805f0ea 100644 --- a/classes/ETL/Aggregator/pdoAggregator.php +++ b/classes/ETL/Aggregator/pdoAggregator.php @@ -1041,7 +1041,10 @@ function ($k, $first, $last) { $availableParams = array_combine($availableParamKeys, $availableParamValues); - $bindParams = array(); + list($whereClause, $periodParams) = $this->rewriteWhereForPeriodSlice($whereClause, $aggregationPeriodSlice); + unset($availableParams[':period_start_day_id'], $availableParams[':period_end_day_id']); + $availableParams = array_merge($availableParams, $periodParams); + preg_match_all($bindParamRegex, $whereClause, $matches); $bindParams = $matches[0]; $usedParams = array_intersect_key($availableParams, array_fill_keys($bindParams, 0)); @@ -1049,6 +1052,7 @@ function ($k, $first, $last) { $sql = "CREATE TEMPORARY TABLE $qualifiedTmpTableName AS " . "SELECT * FROM $origTableName $tmpTableAlias WHERE " . $whereClause; + $this->logger->debug( sprintf("[batch aggregation] Batch temp table %s: %s", $this->sourceEndpoint, $sql) ); @@ -1061,7 +1065,7 @@ function ($k, $first, $last) { } if ($this->etlStageQuery) { - $this->createStageBatchTempTable($minDayId, $maxDayId, $availableParams); + $this->createStageBatchTempTable($aggregationPeriodSlice, $availableParams); } $this->logger->info("[batch aggregation] Setup for batch $minPeriodId - $maxPeriodId (day_id $minDayId - $maxDayId): " @@ -1445,20 +1449,22 @@ protected function getSqlStatements($etlQuery, $aggregationUnit) /** * Create and populate the temporary table used in batch mode aggregation * as defined by the "stage_query" parameter setting in the ETL action - * definition. This table will contain all of the rows between the specified - * start and end periods. + * definition. This table will contain only the rows that overlap one of + * the periods in the supplied slice (rather than every row in the day_id + * range spanning that slice). * - * @param $minDayId string the start of the batch aggregation slide - * @param $maxDayId string the end of the batch aggregation slide + * @param $aggregationPeriodSlice array the periods in the current batch * @param $availableParams array the PDO parameters to substitute in the select statement */ - protected function createStageBatchTempTable($minDayId, $maxDayId, $availableParams) + protected function createStageBatchTempTable(array $aggregationPeriodSlice, array $availableParams) { $qualifiedTmpTableName = $this->sourceEndpoint->getSchema(true) . "." . $this->sourceEndpoint->quoteSystemIdentifier(self::BATCH_STAGE_TABLE_NAME); $origTableName = $this->sourceEndpoint->getSchema(true) . "." . $this->sourceEndpoint->quoteSystemIdentifier($this->etlStageQuery->joins[0]->name); $tmpTableAlias = $this->sourceEndpoint->quoteSystemIdentifier($this->etlStageQuery->joins[0]->alias); - $this->logger->debug("[batch aggregation] Create temporary table $qualifiedTmpTableName with min period = $minDayId, max period = $maxDayId"); + $firstSlice = current($aggregationPeriodSlice); + $lastSlice = end($aggregationPeriodSlice); + $this->logger->debug("[batch aggregation] Create temporary table $qualifiedTmpTableName with min period = " . $firstSlice['period_start_day_id'] . " and max period = " . $lastSlice['period_end_day_id'] . " for " . count($aggregationPeriodSlice) . " period(s)"); $sql = "DROP TEMPORARY TABLE IF EXISTS $qualifiedTmpTableName"; @@ -1477,6 +1483,10 @@ protected function createStageBatchTempTable($minDayId, $maxDayId, $availablePar "Undefined macros found in WHERE clause" ); + list($whereClause, $periodParams) = $this->rewriteWhereForPeriodSlice($whereClause, $aggregationPeriodSlice); + unset($availableParams[':period_start_day_id'], $availableParams[':period_end_day_id']); + $availableParams = array_merge($availableParams, $periodParams); + $matches = array(); $bindParams = array(); preg_match_all('/(:[a-zA-Z0-9_-]+)/', $whereClause, $matches); @@ -1499,6 +1509,78 @@ protected function createStageBatchTempTable($minDayId, $maxDayId, $availablePar } } + /** + * Rewrite the aggregation WHERE clause from a single clause that queries the min/max + * range with a clause for each time period being aggregated and connect them using + * the OR keyword. + * + * For example, if the original WHERE clause is: + * + * task.start_day_id <= :period_end_day_id AND task.end_day_id >= :period_start_day_id AND task.is_deleted = 0 + * + * and we are aggregating 2 periods with period_start_day_id/period_end_day_id values of + * 20200101/20200131 and 20200201/20200229, this method will rewrite the WHERE clause to: + * + * (task.start_day_id <= :period_end_day_id_0 AND task.end_day_id >= :period_start_day_id_0 AND task.is_deleted = 0) + * OR (task.start_day_id <= :period_end_day_id_1 AND task.end_day_id >= :period_start_day_id_1 AND task.is_deleted = 0) + * + * Returns array($whereSql, $periodParams) where $periodParams holds the + * per-period bind values keyed by :p_start_ / :p_end_. + * + * @param $whereClause string the original WHERE clause with bind variables for a single period + * @param $aggregationPeriodSlice array the list of periods being aggregated in this batch + * + * @return array of rewritten WHERE clause and the bind parameters to use for that clause + */ + private function rewriteWhereForPeriodSlice($whereClause, array $aggregationPeriodSlice) + { + // Period bind variables that may appear in a WHERE clause and the + // period-row key each one resolves to. Add to this list if a new + // :period_* bind variable is introduced. Order matters only as + // documentation — the regex uses a non-word-character lookahead so + // :period_start does not eat into :period_start_day_id. + $bindMap = array( + ':period_start_day_id' => 'period_start_day_id', + ':period_end_day_id' => 'period_end_day_id', + ':period_start' => 'period_start', + ':period_end' => 'period_end', + ); + + // Only rewrite bind vars that actually appear in the WHERE — avoids + // emitting useless params and avoids tripping on unrelated columns + // that happen to share a key name with $bindMap. + $bindMap = array_filter( + $bindMap, + function ($col, $bindVar) use ($whereClause) { + return preg_match('/' . preg_quote($bindVar, '/') . '(?![a-zA-Z0-9_])/', $whereClause) === 1; + }, + ARRAY_FILTER_USE_BOTH + ); + + $branches = array(); + $params = array(); + foreach (array_values($aggregationPeriodSlice) as $i => $period) { + $branch = $whereClause; + foreach ($bindMap as $bindVar => $col) { + if (!array_key_exists($col, $period)) { + continue; + } + $perPeriod = $bindVar . "_$i"; + $branch = preg_replace( + '/' . preg_quote($bindVar, '/') . '(?![a-zA-Z0-9_])/', + $perPeriod, + $branch + ); + $params[$perPeriod] = $period[$col]; + } + $branches[] = "($branch)"; + } + + $whereSql = "(" . implode(" OR ", $branches) . ")"; + + return array($whereSql, $params); + } + /** * Create a temporary table that contains the rows for a given time * period in batch mode aggregation. The table contents will be determined diff --git a/classes/ETL/DbModel/Column.php b/classes/ETL/DbModel/Column.php index fbb548ec99..2044826c1a 100644 --- a/classes/ETL/DbModel/Column.php +++ b/classes/ETL/DbModel/Column.php @@ -124,6 +124,28 @@ protected function filterAndVerifyValue($property, $value) } // filterAndVerifyValue() + + /** + * MySQL considers the below identifier as equivalent to CURRENT_TIMESTAMP and + * will convert them automatically. Map them so that the management code does + * not issue redundant alter table commands each time it is called. + * @param ?string $src The MySQL column definition string + * @return ?string The normalized column definition + */ + private function normalizeTimestamp(?string $src) : ?string + { + if ( null !== $src) { + $search = array( + "current_timestamp()", + "now()", + "localtime", + "localtime()" + ); + return str_ireplace($search, "current_timestamp", $src); + } + return $src; + } + /* ------------------------------------------------------------------------------------------ * @see iEntity::compare() * ------------------------------------------------------------------------------------------ @@ -159,23 +181,10 @@ public function compare(iEntity $cmp) // In the mode where a config file is compared to an existing database, the source is // considered the configuration while the destination is the database. - $srcDefault = $this->default; - $destDefault = $cmp->default; - $srcExtra = $this->extra; - $destExtra = $cmp->extra; - - // MySQL considers the following equivalent to CURRENT_TIMESTAMP and will convert them - // automatically. Map them now so we don't get into an endless ALTER TABLE loop. - - if ( null !== $srcExtra) { - $search = array( - "CURRENT_TIMESTAMP()", - "NOW()", - "LOCALTIME", - "LOCALTIME()" - ); - $srcExtra = str_ireplace($search, "CURRENT_TIMESTAMP", $srcExtra); - } // if ( null !== $srcExtra) + $srcDefault = $this->normalizeTimestamp($this->default); + $destDefault = $this->normalizeTimestamp($cmp->default); + $srcExtra = $this->normalizeTimestamp($this->extra); + $destExtra = $this->normalizeTimestamp($cmp->extra); // If no DEFAULT and no EXTRA is provided MySQL will use: // DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP diff --git a/classes/ETL/Ingestor/CloudInstanceTypeStateIngestor.php b/classes/ETL/Ingestor/CloudInstanceTypeStateIngestor.php deleted file mode 100644 index 01a0d2168e..0000000000 --- a/classes/ETL/Ingestor/CloudInstanceTypeStateIngestor.php +++ /dev/null @@ -1,170 +0,0 @@ - - * @date 2022-06-15 - */ - -namespace ETL\Ingestor; - -use ETL\aOptions; -use ETL\iAction; -use ETL\aAction; -use ETL\Configuration\EtlConfiguration; -use ETL\EtlOverseerOptions; - -use Psr\Log\LoggerInterface; - -class CloudInstanceTypeStateIngestor extends pdoIngestor implements iAction -{ - protected $_end_time; - - /** - * This property is used in the sense that there is code that is called that references this property, but it is not - * ever set. - * - * @var null - */ - protected $_instance_state; - - /** - * Array meant to track the state a Cloud Instance Ingestion. - * - * @var array - */ - protected $_instance_type_state; - - /** - * @see ETL\Ingestor\pdoIngestor::__construct() - */ - public function __construct(aOptions $options, EtlConfiguration $etlConfig, LoggerInterface $logger = null) - { - parent::__construct($options, $etlConfig, $logger); - - $this->_end_time = $etlConfig->getVariableStore()->endDate ? date('Y-m-d H:i:s', strtotime($etlConfig->getVariableStore()->endDate)) : null; - - $this->resetInstance(); - } - - private function initInstance($srcRecord) - { - // Since we only get information for when a configuration changes we assume a configuration has an end date - // of today unless we have a row that tells us otherwise - $default_end_time = isset($this->_end_time) ? $this->_end_time : date('Y-m-d') . ' 23:59:59'; - - $this->_instance_type_state = array( - 'resource_id' => $srcRecord['resource_id'], - 'instance_type_id' => $srcRecord['instance_type_id'], - 'instance_type' => $srcRecord['instance_type'], - 'display' => $srcRecord['display'], - 'description' => $srcRecord['description'], - 'memory_mb' => $srcRecord['memory_mb'], - 'num_cores' => $srcRecord['num_cores'], - 'disk_gb' => $srcRecord['disk_gb'], - 'start_time' => $srcRecord['start_time'], - 'end_time' => strtotime($default_end_time) - ); - } - - private function resetInstance() - { - $this->_instance_state = null; - } - - private function setInstanceTypeEndTime($srcRecord) - { - $end_date_timestamp = $srcRecord['start_time'] - 1; - $this->_instance_type_state['end_time'] = $end_date_timestamp; - } - - private function setInstanceTypeId($srcRecord) - { - $this->_instance_type_state['instance_type_id'] = $srcRecord['instance_type_id']; - } - - /** - * @see ETL\Ingestor\pdoIngestor::transform() - */ - protected function transform(array $srcRecord, &$orderId) - { - // We want to just flush when we hit the dummy row - if ($srcRecord['start_time'] === 0) { - if (isset($this->_instance_type_state)) { - return array($this->_instance_type_state); - } else { - return array(); - } - } - - if ($this->_instance_type_state === null) { - $this->initInstance($srcRecord); - } - - $transformedRecord = array(); - - if (($this->_instance_type_state['instance_type'] != $srcRecord['instance_type']) || ($this->_instance_type_state['resource_id'] != $srcRecord['resource_id'])) { - // When the instance type or resource ID changes the existing data in $this->_instance_type_state is saved in a - // multidimensional array and a $this->_instance_type_state is reset to null and data for a new record is added to it. - $transformedRecord[] = $this->_instance_type_state; - $this->resetInstance(); - $this->initInstance($srcRecord); - } - elseif ( - (($this->_instance_type_state['instance_type'] == $srcRecord['instance_type']) && - ($this->_instance_type_state['resource_id'] == $srcRecord['resource_id'])) && - (($this->_instance_type_state['num_cores'] != $srcRecord['num_cores']) || - ($this->_instance_type_state['memory_mb'] != $srcRecord['memory_mb']) || - ($this->_instance_type_state['disk_gb'] != $srcRecord['disk_gb'])) - ) { - // When the details of a specific instance change, such as the number of cores, memory or disk size changes - // set the correct end time, save the existing record, and start a new one. - $this->setInstanceTypeEndTime($srcRecord); - $transformedRecord[] = $this->_instance_type_state; - $this->resetInstance(); - $this->initInstance($srcRecord); - - } - elseif ( - ($this->_instance_type_state['instance_type'] == $srcRecord['instance_type']) && - ($this->_instance_type_state['resource_id'] == $srcRecord['resource_id']) && - ($this->_instance_type_state['num_cores'] == $srcRecord['num_cores']) && - ($this->_instance_type_state['memory_mb'] == $srcRecord['memory_mb']) && - ($this->_instance_type_state['disk_gb'] == $srcRecord['disk_gb']) && - ($this->_instance_type_state['start_time'] < $srcRecord['start_time']) && - ($this->_instance_type_state['instance_type_id'] == '0' && $srcRecord['instance_type_id'] != '0') - ) { - // When a record with earlier start time for an existing instance type is found update - // the record with the instance_type_id of the existing record. As the instance_type_id is - // the primary key this will update the existing row in the database with the new start time. - $this->setInstanceTypeId($srcRecord); - } - - return $transformedRecord; - } - - protected function getSourceQueryString() - { - $sql = parent::getSourceQueryString(); - - // Due to the way the Finite State Machine handles the rows in event reconstruction, the last row - // is lost. To work around this we add a dummy row filled with zeroes. - $colCount = count($this->etlSourceQuery->records); - $unionValues = array_fill(0, $colCount, 0); - $sql .= "\nUNION ALL\nSELECT " . implode(',', $unionValues) . "\nORDER BY 1 DESC, 3 ASC, 9 ASC, 8 ASC, 7 ASC, 2 DESC"; - - return $sql; - } - - public function transformHelper(array $srcRecord) - { - $orderId = 0; - return $this->transform($srcRecord, $orderId); - } -} diff --git a/classes/ETL/aAction.php b/classes/ETL/aAction.php index c26e4d92fd..9de317b6b6 100644 --- a/classes/ETL/aAction.php +++ b/classes/ETL/aAction.php @@ -504,8 +504,7 @@ public function initializeDestinationEndpoint() } /** ----------------------------------------------------------------------------------------- - * Perform any pre-execution tasks. For example, disabling table keys on MyISAM - * tables, or other setup tasks. + * Perform any pre-execution tasks. * * NOTE: This method must check if we are in DRYRUN mode before executing any tasks. * @@ -516,9 +515,7 @@ public function initializeDestinationEndpoint() abstract protected function performPreExecuteTasks(); /** ----------------------------------------------------------------------------------------- - * Perform any post-execution tasks. For example, enabling table keys on MyISAM - * tables, or tracking table history. - * + * Perform any post-execution tasks. * NOTE: This method must check if we are in DRYRUN mode before executing any tasks. * * @param integer|null $numRecordsProcessed The number of records processed during diff --git a/classes/OpenXdmod/DataWarehouseInitializer.php b/classes/OpenXdmod/DataWarehouseInitializer.php index b3f5fcf9be..61b9482f84 100644 --- a/classes/OpenXdmod/DataWarehouseInitializer.php +++ b/classes/OpenXdmod/DataWarehouseInitializer.php @@ -87,6 +87,14 @@ class DataWarehouseInitializer */ protected $enabledRealms = null; + /** + * Determines if when building the filters list the list should be appended + * or truncated a recreated + * + * @var bool + */ + protected $appendFiltersList = false; + /** * @param iDatabase $hpcdbDb The HPcDB database. * @param iDatabase $warehouseDb The MoD warehouse database. @@ -382,7 +390,7 @@ public function aggregateCloudData($lastModifiedStartDate) $filterListBuilder = new FilterListBuilder(); $filterListBuilder->setLogger($this->logger); - $filterListBuilder->buildRealmLists('Cloud'); + $filterListBuilder->buildRealmLists('Cloud', $this->appendFiltersList); } /** @@ -402,7 +410,7 @@ public function aggregateResourceSpecs($lastModifiedStartDate) $filterListBuilder = new FilterListBuilder(); $filterListBuilder->setLogger($this->logger); - $filterListBuilder->buildRealmLists('ResourceSpecifications'); + $filterListBuilder->buildRealmLists('ResourceSpecifications', $this->appendFiltersList); } /** @@ -428,7 +436,7 @@ public function aggregateStorageData($lastModifiedStartDate) ); $filterListBuilder = new FilterListBuilder(); $filterListBuilder->setLogger($this->logger); - $filterListBuilder->buildRealmLists('Storage'); + $filterListBuilder->buildRealmLists('Storage', $this->appendFiltersList); } /** @@ -470,7 +478,7 @@ public function aggregateAllJobs($lastModifiedStartDate) $filterListBuilder = new FilterListBuilder(); $filterListBuilder->setLogger($this->logger); - $filterListBuilder->buildRealmLists('Jobs'); + $filterListBuilder->buildRealmLists('Jobs', $this->appendFiltersList); } /** @@ -564,4 +572,14 @@ public function getEnabledRealms() return $this->enabledRealms; } + + /** + * Set the value that determines whether to append to existing filter lists or replace them. + * + * @param bool $append True if aggregation data should be appended to existing filter lists. + */ + public function setAppendFiltersList(bool $appendFiltersList) + { + $this->appendFiltersList = $appendFiltersList; + } } diff --git a/classes/OpenXdmod/Migration/Version1102To1103/ConfigFilesMigration.php b/classes/OpenXdmod/Migration/Version1102To1103/ConfigFilesMigration.php new file mode 100644 index 0000000000..8c641a7dfc --- /dev/null +++ b/classes/OpenXdmod/Migration/Version1102To1103/ConfigFilesMigration.php @@ -0,0 +1,23 @@ +assertPortalSettingsIsWritable(); + $this->assertModulePortalSettingsAreWritable(); + $this->writePortalSettingsFile(); + $this->writeModulePortalSettingsFiles(); + } +} diff --git a/classes/OpenXdmod/Migration/Version1102To1150/ConfigFilesMigration.php b/classes/OpenXdmod/Migration/Version1103To1150/ConfigFilesMigration.php similarity index 93% rename from classes/OpenXdmod/Migration/Version1102To1150/ConfigFilesMigration.php rename to classes/OpenXdmod/Migration/Version1103To1150/ConfigFilesMigration.php index 162d1b0b8c..17af877a8b 100644 --- a/classes/OpenXdmod/Migration/Version1102To1150/ConfigFilesMigration.php +++ b/classes/OpenXdmod/Migration/Version1103To1150/ConfigFilesMigration.php @@ -1,9 +1,9 @@ tableExists('modw.storagefact')) { Utilities::runEtlPipeline( - ['storage-migration-11_0_2-11_5_0', 'xdw-aggregate-storage'], + ['storage-migration-11_0_3-11_5_0', 'xdw-aggregate-storage'], + $this->logger, + ['last-modified-start-date' => '2017-01-01 00:00:00'] + ); + } + + if ($mysql_helper->tableExists('modw_cloud.event')) { + Utilities::runEtlPipeline( + ['cloud-migration_11-0-3_11-5-0', 'cloud-state-pipeline'], $this->logger, ['last-modified-start-date' => '2017-01-01 00:00:00'] ); diff --git a/classes/XDSessionManager.php b/classes/XDSessionManager.php index f0293ee1f5..0384ae2948 100644 --- a/classes/XDSessionManager.php +++ b/classes/XDSessionManager.php @@ -9,20 +9,7 @@ use xd_security\SessionSingleton; /** - * Abstracts access to the following schema: - * - * CREATE TABLE `SessionManager` ( - * `session_token` varchar(40) NOT NULL, - * `session_id` text NOT NULL, - * `user_id` int(11) unsigned NOT NULL, - * `ip_address` varchar(40) NOT NULL, - * `user_agent` varchar(255) NOT NULL, - * `init_time` varchar(100) NOT NULL, - * `last_active` varchar(100) NOT NULL, - * `used_logout` tinyint(1) unsigned DEFAULT NULL, - * PRIMARY KEY (`session_token`), - * KEY `user_id` (`user_id`) - * ) ENGINE=MyISAM DEFAULT CHARSET=latin1; + * Abstracts access to the moddb.SessionManager table */ class XDSessionManager { diff --git a/configuration/datawarehouse.d/ref/Cloud-statistics.json b/configuration/datawarehouse.d/ref/Cloud-statistics.json index c519d34d12..a81cac647b 100644 --- a/configuration/datawarehouse.d/ref/Cloud-statistics.json +++ b/configuration/datawarehouse.d/ref/Cloud-statistics.json @@ -22,7 +22,7 @@ }, "cloud_avg_wallduration_hours": { "aggregate_formula": "COALESCE(SUM(CASE WHEN agg.instance_state_id = 1 THEN agg.wallduration ELSE 0 END) / SUM(CASE ${DATE_TABLE_ID_FIELD} WHEN ${MIN_DATE_ID} THEN agg.num_sessions_running ELSE agg.num_sessions_started END) / 3600.0, 0)", - "timeseries_formula": "COALESCE(CASE agg.instance_state_id WHEN 1 THEN SUM(agg.wallduration) / SUM(agg.num_sessions_running) / 3600.0 ELSE 0 END, 0)", + "timeseries_formula": "COALESCE(SUM(CASE WHEN agg.instance_state_id = 1 THEN agg.wallduration ELSE 0 END) / SUM(CASE WHEN agg.instance_state_id = 1 THEN agg.num_sessions_running ELSE 0 END) / 3600.0, 0)", "name": "Wall Hours: Per Session", "description_html": "The average wall time that a session was running, in hours
Session: A session is defined as a discrete run of a virtual machine (VM) on a cloud resource; i.e. any start and stop of a VM. For example, if a single VM is stopped and restarted ten times in a given day, this would be counted as ten sessions for that day.
Start: A session start event is defined as the initial creation, resume from pause/suspension, or unshelving of a VM. In the event that no such event has been collected, the first heartbeat event (e.g. a state report) is treated as the start of a new session.
Stop: A session stop event is defined as a pause, shelving, suspension, or termination event of a VM.", "unit": "Hours", diff --git a/configuration/etl/etl.d/ingest_resources.json b/configuration/etl/etl.d/ingest_resources.json index 1f11751559..7501843cb0 100644 --- a/configuration/etl/etl.d/ingest_resources.json +++ b/configuration/etl/etl.d/ingest_resources.json @@ -48,7 +48,8 @@ "shared_jobs", "timezone", "resource_allocation_type", - "organization" + "organization", + "resource_key" ] }, "destination": { diff --git a/configuration/etl/etl.d/jobs_cloud_openstack.json b/configuration/etl/etl.d/jobs_cloud_openstack.json index 35c4a26fae..d64bf94a96 100644 --- a/configuration/etl/etl.d/jobs_cloud_openstack.json +++ b/configuration/etl/etl.d/jobs_cloud_openstack.json @@ -255,10 +255,31 @@ "class": "DatabaseIngestor", "definition_file": "cloud_openstack/staging_existing_instance_type.json" }, + { + "name": "OpenStackCloudInstanceTypeChangeFlagIngestor", + "description": "Calculate is_change flag for instance type observations", + "class": "DatabaseIngestor", + "truncate_destination": true, + "definition_file": "cloud_openstack/instance_type_change_flag.json" + }, + { + "name": "OpenStackCloudInstanceTypeConfigGroupIngestor", + "description": "Calculate config_group for instance type observations", + "class": "DatabaseIngestor", + "truncate_destination": true, + "definition_file": "cloud_openstack/instance_type_config_group.json" + }, + { + "name": "OpenStackCloudInstanceTypeGroupedIngestor", + "description": "Group consecutive same-config instance type observations", + "class": "DatabaseIngestor", + "truncate_destination": true, + "definition_file": "cloud_openstack/instance_type_grouped.json" + }, { "name": "OpenStackCloudInstanceTypeStagingIngestor", - "description": "Sets end times for instance type configurations", - "class": "CloudInstanceTypeStateIngestor", + "description": "Calculate end times for instance type configurations", + "class": "DatabaseIngestor", "truncate_destination": true, "definition_file": "cloud_openstack/instance_type_staging.json" }, diff --git a/configuration/etl/etl.d/staging.json b/configuration/etl/etl.d/staging.json index f8372de7f5..fea69b3a4c 100644 --- a/configuration/etl/etl.d/staging.json +++ b/configuration/etl/etl.d/staging.json @@ -155,7 +155,8 @@ "timezone", "resource_type", "resource_allocation_type", - "organization" + "organization", + "resource_key" ] } } @@ -206,11 +207,6 @@ "description": "Ingest job PIs", "definition_file": "jobs/staging/pi.json" }, - { - "name": "resource", - "description": "Ingest job resources", - "definition_file": "jobs/staging/resource.json" - }, { "name": "union-user-pi--pi", "description": "Ingest job PIs (combined with users)", diff --git a/configuration/etl/etl.d/xdmod-migration-11_0_2-11_5_0.json b/configuration/etl/etl.d/xdmod-migration-11_0_3-11_5_0.json similarity index 77% rename from configuration/etl/etl.d/xdmod-migration-11_0_2-11_5_0.json rename to configuration/etl/etl.d/xdmod-migration-11_0_3-11_5_0.json index aadcd698c4..da3f9b0b11 100644 --- a/configuration/etl/etl.d/xdmod-migration-11_0_2-11_5_0.json +++ b/configuration/etl/etl.d/xdmod-migration-11_0_3-11_5_0.json @@ -1,7 +1,7 @@ { "module": "xdmod", "defaults": { - "migration-11_0_2-11_5_0": { + "migration-11_0_3-11_5_0": { "namespace": "ETL\\Ingestor", "options_class": "IngestorOptions", "class": "DatabaseIngestor", @@ -20,7 +20,26 @@ } } }, - "storage-migration-11_0_2-11_5_0": { + "cloud-migration_11-0-3_11-5-0": { + "namespace": "ETL\\Ingestor", + "options_class": "IngestorOptions", + "class": "DatabaseIngestor", + "endpoints": { + "destination": { + "type": "mysql", + "name": "Datawarehouse", + "config": "datawarehouse", + "schema": "modw_cloud" + }, + "source": { + "type": "mysql", + "name": "Datawarehouse", + "config": "datawarehouse", + "schema": "modw_cloud" + } + } + }, + "storage-migration-11_0_3-11_5_0": { "namespace": "ETL\\Maintenance", "options_class": "MaintenanceOptions", "class": "ExecuteSql", @@ -40,7 +59,17 @@ } } }, - "migration-11_0_2-11_5_0": [ + "migration-11_0_3-11_5_0": [ + { + "name": "update-reports", + "description": "Update report tables to remove duplicate rows", + "namespace": "ETL\\Maintenance", + "class": "ExecuteSql", + "options_class": "MaintenanceOptions", + "sql_file_list": [ + "migrations/11.0.0-11.5.0/moddb/reports.sql" + ] + }, { "name": "update-moddb-tables", "description": "Update managed tables in moddb", @@ -413,7 +442,7 @@ } } ], - "storage-migration-11_0_2-11_5_0": [ + "storage-migration-11_0_3-11_5_0": [ { "name": "manageStorageTables", "description": "Changes to storage tables", @@ -430,5 +459,89 @@ "migration/update_storage_resource_organization.sql" ] } + ], + "cloud-migration_11-0-3_11-5-0": [ + { + "name": "cloud-add-disk-gb-to-instance-data", + "description": "Add disk_gb column to modw_cloud.instance_data", + "namespace": "ETL\\Maintenance", + "options_class": "MaintenanceOptions", + "class": "ManageTables", + "definition_file_list": [ + "cloud_common/instance_data.json" + ] + }, + { + "name": "updateInsetanceData", + "description": "Create temporary table for instance data", + "namespace": "ETL\\Maintenance", + "options_class": "MaintenanceOptions", + "class": "ExecuteSql", + "sql_file_list": [ + "migrations/11.0.0-11.5.0/modw_cloud/move_disk_gb_to_instance_data.sql" + ] + }, + { + "name": "migrateOpenStackCloudData", + "description": "Migrate OpenStack cloud data from staging tables to fact and dimension tables in modw", + "class": "DatabaseIngestor", + "truncate_destination": true, + "definition_file": "cloud_openstack/staging_existing_instance_type.json" + }, + { + "name": "OpenStackCloudInstanceTypeChangeFlagIngestor", + "description": "Calculate is_change flag for instance type observations", + "class": "DatabaseIngestor", + "truncate_destination": true, + "definition_file": "cloud_openstack/instance_type_change_flag.json" + }, + { + "name": "OpenStackCloudInstanceTypeConfigGroupIngestor", + "description": "Calculate config_group for instance type observations", + "class": "DatabaseIngestor", + "truncate_destination": true, + "definition_file": "cloud_openstack/instance_type_config_group.json" + }, + { + "name": "OpenStackCloudInstanceTypeGroupedIngestor", + "description": "Group consecutive same-config instance type observations", + "class": "DatabaseIngestor", + "truncate_destination": true, + "definition_file": "cloud_openstack/instance_type_grouped.json" + }, + { + "name": "OpenStackCloudInstanceTypeStagingIngestor", + "description": "Calculate end times for instance type configurations", + "class": "DatabaseIngestor", + "truncate_destination": true, + "definition_file": "cloud_openstack/instance_type_staging.json" + }, + { + "name": "createInstanceDataTempTable", + "description": "Create temporary table for instance data", + "namespace": "ETL\\Maintenance", + "options_class": "MaintenanceOptions", + "class": "ExecuteSql", + "sql_file_list": [ + "migrations/11.0.0-11.5.0/modw_cloud/create_instance_temp_table.sql" + ] + }, + { + "name": "OpenStackCloudInstanceTypeIngestor", + "description": "Open Stack cloud instance type data", + "class": "DatabaseIngestor", + "truncate_destination": true, + "definition_file": "cloud_openstack/instance_type.json" + }, + { + "name": "updateInstanceData", + "description": "Update instance data with new instance type IDs", + "namespace": "ETL\\Maintenance", + "options_class": "MaintenanceOptions", + "class": "ExecuteSql", + "sql_file_list": [ + "migrations/11.0.0-11.5.0/modw_cloud/update_instance_data.sql" + ] + } ] } diff --git a/configuration/etl/etl_action_defs.d/cloud_common/session_records.json b/configuration/etl/etl_action_defs.d/cloud_common/session_records.json index bfdc605022..e6e6208b6c 100644 --- a/configuration/etl/etl_action_defs.d/cloud_common/session_records.json +++ b/configuration/etl/etl_action_defs.d/cloud_common/session_records.json @@ -16,7 +16,7 @@ "memory_mb": "itt.memory_mb", "processorbucket_id": "(SELECT id FROM ${SOURCE_SCHEMA}.processor_buckets pb WHERE itt.num_cores BETWEEN pb.min_processors AND pb.max_processors)", "memorybucket_id": "(SELECT id FROM ${SOURCE_SCHEMA}.memory_buckets mb WHERE itt.memory_mb BETWEEN mb.min_memory AND mb.max_memory)", - "disk_gb": "itt.disk_gb", + "disk_gb": "itd.disk_gb", "start_time_ts": "FLOOR(e.start_time_ts)", "end_time_ts": "FLOOR(e.end_time_ts)", "start_day_id": "YEAR(FROM_UNIXTIME(e.start_time_ts)) * 100000 + DAYOFYEAR(FROM_UNIXTIME(e.start_time_ts))", diff --git a/configuration/etl/etl_action_defs.d/cloud_generic/instance_data.json b/configuration/etl/etl_action_defs.d/cloud_generic/instance_data.json index 998c56eac6..85484fd73a 100644 --- a/configuration/etl/etl_action_defs.d/cloud_generic/instance_data.json +++ b/configuration/etl/etl_action_defs.d/cloud_generic/instance_data.json @@ -11,7 +11,8 @@ "resource_id": "staging.resource_id", "instance_type_id": "staging.instance_type_id", "host_id": "staging.host_id", - "image_id": "staging.image_id" + "image_id": "staging.image_id", + "disk_gb": "staging.disk_gb" }, "joins": [ diff --git a/configuration/etl/etl_action_defs.d/cloud_generic/instance_type.json b/configuration/etl/etl_action_defs.d/cloud_generic/instance_type.json index f04a7eb7ef..e57b166e58 100644 --- a/configuration/etl/etl_action_defs.d/cloud_generic/instance_type.json +++ b/configuration/etl/etl_action_defs.d/cloud_generic/instance_type.json @@ -22,7 +22,6 @@ "description": "raw.description", "num_cores": "raw.num_cores", "memory_mb": "raw.memory_mb", - "disk_gb": "raw.disk_gb", "start_time": "IF(existing.start_time IS NULL OR UNIX_TIMESTAMP(CONVERT_TZ(raw.start_time,'+00:00', @@session.time_zone)) < existing.start_time, UNIX_TIMESTAMP(CONVERT_TZ(raw.start_time,'+00:00', @@session.time_zone)), existing.start_time)" }, @@ -35,7 +34,7 @@ "name": "instance_type", "schema": "${SOURCE_SCHEMA}", "alias": "existing", - "on": "raw.resource_id = existing.resource_id AND raw.instance_type = existing.instance_type AND raw.display = existing.display AND raw.num_cores = existing.num_cores AND raw.memory_mb = existing.memory_mb and raw.disk_gb = existing.disk_gb", + "on": "raw.resource_id = existing.resource_id AND raw.instance_type = existing.instance_type AND raw.display = existing.display AND raw.num_cores = existing.num_cores AND raw.memory_mb = existing.memory_mb", "type": "left outer" } ], @@ -45,7 +44,7 @@ ], "groupby": [ - "resource_id", "instance_type", "display", "num_cores", "memory_mb", "disk_gb" + "resource_id", "instance_type", "display", "num_cores", "memory_mb" ] } } diff --git a/configuration/etl/etl_action_defs.d/cloud_generic/raw_cloud_job_logs.json b/configuration/etl/etl_action_defs.d/cloud_generic/raw_cloud_job_logs.json index aafb7d1626..0a47973e70 100644 --- a/configuration/etl/etl_action_defs.d/cloud_generic/raw_cloud_job_logs.json +++ b/configuration/etl/etl_action_defs.d/cloud_generic/raw_cloud_job_logs.json @@ -26,7 +26,8 @@ "provider_account": "account", "event_data": "event_data", "first_volume": "/block_devices/0/id", - "root_volume_type": "root_type" + "root_volume_type": "root_type", + "disk_gb": "/instance_type/disk" }, "generic_cloud_raw_instance_type": { "instance_type": "/instance_type/name", @@ -34,7 +35,6 @@ "display": "/instance_type/name", "num_cores": "/instance_type/cpu", "memory_mb": "/instance_type/memory", - "disk_gb": "/instance_type/disk", "start_time": "event_time" } } diff --git a/configuration/etl/etl_action_defs.d/cloud_generic/root_volume.json b/configuration/etl/etl_action_defs.d/cloud_generic/root_volume.json index 4e3bc12ef2..0fc8beab5a 100644 --- a/configuration/etl/etl_action_defs.d/cloud_generic/root_volume.json +++ b/configuration/etl/etl_action_defs.d/cloud_generic/root_volume.json @@ -16,7 +16,7 @@ "resource_id": "staging.resource_id", "asset_type_id": "staging.root_volume_type_id", "provider_identifier": "CONCAT('root-vol-', i.provider_identifier)", - "size": "itype.disk_gb", + "size": "staging.disk_gb", "account_id": "staging.account_id", "create_time_ts": "staging.event_time_ts" }, @@ -33,12 +33,6 @@ "alias": "i", "on": "i.instance_id = staging.instance_id AND i.resource_id = staging.resource_id" }, - { - "name": "instance_type", - "schema": "${SOURCE_SCHEMA}", - "alias": "itype", - "on": "itype.instance_type_id = staging.instance_type_id AND itype.resource_id = staging.resource_id" - }, { "name": "event_type", "schema": "${SOURCE_SCHEMA}", diff --git a/configuration/etl/etl_action_defs.d/cloud_generic/staging_event.json b/configuration/etl/etl_action_defs.d/cloud_generic/staging_event.json index c8384f3f3f..6beb5d2a8e 100644 --- a/configuration/etl/etl_action_defs.d/cloud_generic/staging_event.json +++ b/configuration/etl/etl_action_defs.d/cloud_generic/staging_event.json @@ -30,7 +30,8 @@ "image_id": "COALESCE(img.image_id, 1)", "event_data": "raw.event_data", "root_volume_type_id": "COALESCE(atype.asset_type_id, -1)", - "service_provider": "COALESCE(sp.organization_id, 1)" + "service_provider": "COALESCE(sp.organization_id, 1)", + "disk_gb": "COALESCE(raw.disk_gb, 0)" }, "joins": [ @@ -112,17 +113,6 @@ "on": "atype.asset_type = CONCAT('vol-', raw.root_volume_type)", "type": "LEFT OUTER" } - ], - - "groupby": [ - "raw.resource_id", - "i.instance_id", - "raw.event_time_utc", - "etype.event_type_id", - "rtype.record_type_id", - "acct.account_id", - "sa.person_id", - "h.host_id" ] } } diff --git a/configuration/etl/etl_action_defs.d/cloud_openstack/instance_data.json b/configuration/etl/etl_action_defs.d/cloud_openstack/instance_data.json index d5f4cc2b4d..9005058cec 100644 --- a/configuration/etl/etl_action_defs.d/cloud_openstack/instance_data.json +++ b/configuration/etl/etl_action_defs.d/cloud_openstack/instance_data.json @@ -11,7 +11,8 @@ "resource_id": "staging.resource_id", "instance_type_id": "staging.instance_type_id", "host_id": "staging.host_id", - "image_id": "staging.image_id" + "image_id": "staging.image_id", + "disk_gb": "staging.disk_gb" }, "joins": [ diff --git a/configuration/etl/etl_action_defs.d/cloud_openstack/instance_type.json b/configuration/etl/etl_action_defs.d/cloud_openstack/instance_type.json index 450df92802..f9f8375f3b 100644 --- a/configuration/etl/etl_action_defs.d/cloud_openstack/instance_type.json +++ b/configuration/etl/etl_action_defs.d/cloud_openstack/instance_type.json @@ -14,7 +14,6 @@ "description": "it.description", "num_cores": "it.num_cores", "memory_mb": "it.memory_mb", - "disk_gb": "it.disk_gb", "start_time": "it.start_time", "end_time": "it.end_time" }, diff --git a/configuration/etl/etl_action_defs.d/cloud_openstack/instance_type_change_flag.json b/configuration/etl/etl_action_defs.d/cloud_openstack/instance_type_change_flag.json new file mode 100644 index 0000000000..ee99d4701d --- /dev/null +++ b/configuration/etl/etl_action_defs.d/cloud_openstack/instance_type_change_flag.json @@ -0,0 +1,30 @@ +{ + "#": "Calculate is_change flag to detect when instance type configuration changes", + + "table_definition": [ + { + "$ref": "${table_definition_dir}/cloud_common/instance_type_change_flag.json#/table_definition" + } + ], + + "source_query": { + "records": { + "resource_id": "u.resource_id", + "instance_type_id": "u.instance_type_id", + "instance_type": "u.instance_type", + "display": "u.display", + "description": "u.description", + "num_cores": "u.num_cores", + "memory_mb": "u.memory_mb", + "start_time": "u.start_time", + "is_change": "CASE WHEN LAG(u.num_cores) OVER (PARTITION BY u.resource_id, u.instance_type ORDER BY u.start_time) IS NULL THEN 1 WHEN u.num_cores != LAG(u.num_cores) OVER (PARTITION BY u.resource_id, u.instance_type ORDER BY u.start_time) THEN 1 WHEN u.memory_mb != LAG(u.memory_mb) OVER (PARTITION BY u.resource_id, u.instance_type ORDER BY u.start_time) THEN 1 ELSE 0 END" + }, + "joins": [ + { + "name": "instance_type_union", + "schema": "${SOURCE_SCHEMA}", + "alias": "u" + } + ] + } +} diff --git a/configuration/etl/etl_action_defs.d/cloud_openstack/instance_type_config_group.json b/configuration/etl/etl_action_defs.d/cloud_openstack/instance_type_config_group.json new file mode 100644 index 0000000000..e4e107103e --- /dev/null +++ b/configuration/etl/etl_action_defs.d/cloud_openstack/instance_type_config_group.json @@ -0,0 +1,30 @@ +{ + "#": "Calculate config_group by computing running sum of is_change", + + "table_definition": [ + { + "$ref": "${table_definition_dir}/cloud_common/instance_type_config_group.json#/table_definition" + } + ], + + "source_query": { + "records": { + "resource_id": "cf.resource_id", + "instance_type_id": "cf.instance_type_id", + "instance_type": "cf.instance_type", + "display": "cf.display", + "description": "cf.description", + "num_cores": "cf.num_cores", + "memory_mb": "cf.memory_mb", + "start_time": "cf.start_time", + "config_group": "SUM(cf.is_change) OVER (PARTITION BY cf.resource_id, cf.instance_type ORDER BY cf.start_time)" + }, + "joins": [ + { + "name": "instance_type_change_flag", + "schema": "${SOURCE_SCHEMA}", + "alias": "cf" + } + ] + } +} diff --git a/configuration/etl/etl_action_defs.d/cloud_openstack/instance_type_grouped.json b/configuration/etl/etl_action_defs.d/cloud_openstack/instance_type_grouped.json new file mode 100644 index 0000000000..78429425f7 --- /dev/null +++ b/configuration/etl/etl_action_defs.d/cloud_openstack/instance_type_grouped.json @@ -0,0 +1,36 @@ +{ + "#": "Group consecutive same-config observations, taking MIN(start_time) and MAX(instance_type_id)", + + "table_definition": [ + { + "$ref": "${table_definition_dir}/cloud_common/instance_type_grouped.json#/table_definition" + } + ], + + "source_query": { + "records": { + "resource_id": "cg.resource_id", + "instance_type_id": "MAX(cg.instance_type_id)", + "instance_type": "cg.instance_type", + "display": "MAX(cg.display)", + "description": "MAX(cg.description)", + "num_cores": "cg.num_cores", + "memory_mb": "cg.memory_mb", + "start_time": "MIN(cg.start_time)" + }, + "joins": [ + { + "name": "instance_type_config_group", + "schema": "${SOURCE_SCHEMA}", + "alias": "cg" + } + ], + "groupby": [ + "cg.resource_id", + "cg.instance_type", + "cg.num_cores", + "cg.memory_mb", + "cg.config_group" + ] + } +} diff --git a/configuration/etl/etl_action_defs.d/cloud_openstack/instance_type_staging.json b/configuration/etl/etl_action_defs.d/cloud_openstack/instance_type_staging.json index bda7053f42..b1a2e815cb 100644 --- a/configuration/etl/etl_action_defs.d/cloud_openstack/instance_type_staging.json +++ b/configuration/etl/etl_action_defs.d/cloud_openstack/instance_type_staging.json @@ -1,12 +1,12 @@ { - "#": "Load unique instance types into the dimension table. Do not load unknown types as these are", - "#": "loaded by a separate action", + "#": "Calculate end_time for each instance type configuration period using LEAD()", "table_definition": [ { "$ref": "${table_definition_dir}/cloud_common/instance_type_staging.json#/table_definition" } ], + "source_query": { "records": { "resource_id": "staging.resource_id", @@ -16,14 +16,12 @@ "description": "staging.description", "num_cores": "staging.num_cores", "memory_mb": "staging.memory_mb", - "disk_gb": "staging.disk_gb", "start_time": "staging.start_time", - "end_time": -1 + "end_time": "CASE WHEN LEAD(staging.start_time) OVER (PARTITION BY staging.resource_id, staging.instance_type ORDER BY staging.start_time) IS NOT NULL THEN LEAD(staging.start_time) OVER (PARTITION BY staging.resource_id, staging.instance_type ORDER BY staging.start_time) - 0.000001 ELSE (UNIX_TIMESTAMP(DATE_ADD(TIMESTAMP(CURDATE()), INTERVAL '23:59:59' HOUR_SECOND)) + .999999) END" }, - "joins": [ { - "name": "instance_type_union", + "name": "instance_type_grouped", "schema": "${SOURCE_SCHEMA}", "alias": "staging" } diff --git a/configuration/etl/etl_action_defs.d/cloud_openstack/raw_cloud_job_logs.json b/configuration/etl/etl_action_defs.d/cloud_openstack/raw_cloud_job_logs.json index f3a4fff6a9..004deb837b 100644 --- a/configuration/etl/etl_action_defs.d/cloud_openstack/raw_cloud_job_logs.json +++ b/configuration/etl/etl_action_defs.d/cloud_openstack/raw_cloud_job_logs.json @@ -45,7 +45,6 @@ "display": "instance_type", "num_cores": "vcpus", "memory_mb": "memory_mb", - "disk_gb": "disk_gb", "start_time": "generated" } } diff --git a/configuration/etl/etl_action_defs.d/cloud_openstack/root_volume.json b/configuration/etl/etl_action_defs.d/cloud_openstack/root_volume.json index 915615fe43..b38647040f 100644 --- a/configuration/etl/etl_action_defs.d/cloud_openstack/root_volume.json +++ b/configuration/etl/etl_action_defs.d/cloud_openstack/root_volume.json @@ -17,7 +17,7 @@ "#": "The asset_type_id comes from the modw_cloud.asset_type table. 2 equals a root volume that comes with a VM", "asset_type_id": 2, "provider_identifier": "CONCAT('root-vol-', i.provider_identifier)", - "size": "itype.disk_gb", + "size": "staging.disk_gb", "account_id": "staging.account_id", "create_time_ts": "staging.event_time_ts" }, @@ -34,12 +34,6 @@ "alias": "i", "on": "i.instance_id = staging.instance_id AND i.resource_id = staging.resource_id" }, - { - "name": "instance_type", - "schema": "${SOURCE_SCHEMA}", - "alias": "itype", - "on": "itype.instance_type_id = staging.instance_type_id AND itype.resource_id = staging.resource_id" - }, { "name": "event_type", "schema": "${SOURCE_SCHEMA}", diff --git a/configuration/etl/etl_action_defs.d/cloud_openstack/staging_event.json b/configuration/etl/etl_action_defs.d/cloud_openstack/staging_event.json index 566c58bf14..382530843e 100644 --- a/configuration/etl/etl_action_defs.d/cloud_openstack/staging_event.json +++ b/configuration/etl/etl_action_defs.d/cloud_openstack/staging_event.json @@ -26,7 +26,8 @@ "event_data": "raw.event_data", "volume_id": "raw.volume_id", "domain_id": "COALESCE(d.id, 1)", - "service_provider": "COALESCE(sp.organization_id, 1)" + "service_provider": "COALESCE(sp.organization_id, 1)", + "disk_gb": "COALESCE(raw.disk_gb, 0)" }, "joins": [ @@ -79,7 +80,7 @@ "name": "instance_type", "schema": "${SOURCE_SCHEMA}", "alias": "itype", - "on": "itype.instance_type = raw.instance_type AND itype.resource_id = raw.resource_id AND itype.num_cores = raw.num_cores AND itype.memory_mb = raw.memory_mb AND itype.disk_gb = raw.disk_gb", + "on": "itype.instance_type = raw.instance_type AND itype.resource_id = raw.resource_id AND itype.num_cores = raw.num_cores AND itype.memory_mb = raw.memory_mb AND (UNIX_TIMESTAMP(CONVERT_TZ(raw.event_time_utc,'+00:00', @@session.time_zone)) between itype.start_time and itype.end_time)", "type": "LEFT OUTER" }, { @@ -107,17 +108,6 @@ "where": [ "NOT (state != 'active' AND event_type = 'compute.instance.exists')" - ], - - "groupby": [ - "raw.resource_id", - "i.instance_id", - "raw.event_time_utc", - "etype.event_type_id", - "rtype.record_type_id", - "acct.account_id", - "sa.person_id", - "h.host_id" ] } } diff --git a/configuration/etl/etl_action_defs.d/cloud_openstack/staging_existing_instance_type.json b/configuration/etl/etl_action_defs.d/cloud_openstack/staging_existing_instance_type.json index 5d54619abe..65d648d26f 100644 --- a/configuration/etl/etl_action_defs.d/cloud_openstack/staging_existing_instance_type.json +++ b/configuration/etl/etl_action_defs.d/cloud_openstack/staging_existing_instance_type.json @@ -14,7 +14,6 @@ "description": "it.description", "num_cores": "it.num_cores", "memory_mb": "it.memory_mb", - "disk_gb": "it.disk_gb", "start_time": "it.start_time" }, "joins": [ diff --git a/configuration/etl/etl_action_defs.d/cloud_openstack/staging_raw_instance_type.json b/configuration/etl/etl_action_defs.d/cloud_openstack/staging_raw_instance_type.json index 3d38006f54..820af96b50 100644 --- a/configuration/etl/etl_action_defs.d/cloud_openstack/staging_raw_instance_type.json +++ b/configuration/etl/etl_action_defs.d/cloud_openstack/staging_raw_instance_type.json @@ -13,8 +13,7 @@ "description": "raw.description", "num_cores": "raw.num_cores", "memory_mb": "raw.memory_mb", - "disk_gb": "raw.disk_gb", - "start_time": "UNIX_TIMESTAMP(CONVERT_TZ(min(raw.start_time),'+00:00', @@session.time_zone))" + "start_time": "UNIX_TIMESTAMP(CONVERT_TZ(raw.start_time, '+00:00', @@session.time_zone))" }, "joins": [ { @@ -23,9 +22,6 @@ "alias": "raw" } ], - "groupby": [ - "raw.resource_id", "raw.instance_type", "raw.num_cores", "raw.memory_mb", "raw.disk_gb" - ], "where": [ "display != 'Unknown' AND display != ''" ] diff --git a/configuration/etl/etl_action_defs.d/common/staging/resource-config.json b/configuration/etl/etl_action_defs.d/common/staging/resource-config.json index c123c820a3..eeca2555a8 100644 --- a/configuration/etl/etl_action_defs.d/common/staging/resource-config.json +++ b/configuration/etl/etl_action_defs.d/common/staging/resource-config.json @@ -11,7 +11,8 @@ "timezone": "timezone", "type_abbrev": "resource_type", "resource_allocation_type_abbrev": "resource_allocation_type", - "organization": "organization" + "organization": "organization", + "resource_key": "resource_key" } } } diff --git a/configuration/etl/etl_action_defs.d/common/staging/resource.json b/configuration/etl/etl_action_defs.d/common/staging/resource.json index e16e644e37..f05b1e2e99 100644 --- a/configuration/etl/etl_action_defs.d/common/staging/resource.json +++ b/configuration/etl/etl_action_defs.d/common/staging/resource.json @@ -3,19 +3,32 @@ "#": "cloud resources since a primary key must be assigned to the resource", "#": "before the data for that resource is ingested and the cloud data", "#": "does not contain the name of the resource.", + "#": "If the resource is already in the table the resource_id stays the same. If not then", + "#": "the resource_key will used as the resource_id, else the autoincrement", "table_definition": { "$ref": "${table_definition_dir}/common/staging/resource.json#/table_definition" }, "source_query": { "records": { - "resource_name": "DISTINCT rc.resource" + "resource_id": "COALESCE(res.resource_id, rc.resource_key)", + "resource_name": "rc.resource" }, "joins": [ { "schema": "${SOURCE_SCHEMA}", "name": "staging_resource_config", "alias": "rc" + }, + { + "schema": "${SOURCE_SCHEMA}", + "name": "staging_resource", + "type": "LEFT", + "on": "rc.resource = res.resource_name", + "alias": "res" } + ], + "orderby": [ + "rc.resource_id" ] } } diff --git a/configuration/etl/etl_action_defs.d/jobs/staging/resource.json b/configuration/etl/etl_action_defs.d/jobs/staging/resource.json deleted file mode 100644 index dc57150a5d..0000000000 --- a/configuration/etl/etl_action_defs.d/jobs/staging/resource.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "table_definition": { - "$ref": "${table_definition_dir}/common/staging/resource.json#/table_definition" - }, - "source_query": { - "records": { - "resource_name": "DISTINCT j.resource_name" - }, - "joins": [ - { - "name": "shredded_job", - "schema": "${SOURCE_SCHEMA}", - "alias": "j" - } - ] - } -} diff --git a/configuration/etl/etl_schemas.d/common/resources.schema.json b/configuration/etl/etl_schemas.d/common/resources.schema.json index 2f9998771b..44847ea3c7 100644 --- a/configuration/etl/etl_schemas.d/common/resources.schema.json +++ b/configuration/etl/etl_schemas.d/common/resources.schema.json @@ -45,6 +45,10 @@ "type": "string", "description": "The organization the resource belongs to", "maxLength": 100 + }, + "resource_key": { + "type": "number", + "description": "Optional: Numerical identifier for the resource in the database. For a typical XDMoD install this value need not be specified. Typical reasons why you might specify the identifier would be if you had data for the same resource in multiple XDMoD instances and you wanted the internal identifiers to match across all the separate databases." } }, "required": [ diff --git a/configuration/etl/etl_sql.d/migrations/11.0.0-11.5.0/moddb/reports.sql b/configuration/etl/etl_sql.d/migrations/11.0.0-11.5.0/moddb/reports.sql new file mode 100644 index 0000000000..7b8d59dd7d --- /dev/null +++ b/configuration/etl/etl_sql.d/migrations/11.0.0-11.5.0/moddb/reports.sql @@ -0,0 +1,35 @@ +-- Drop any rows that have duplicate report_ids +START TRANSACTION// +CREATE TEMPORARY TABLE `tmp_uniquereports` ( + `report_id` varchar(100) DEFAULT NULL, + `user_id` int(11) NOT NULL, + `name` varchar(1000) DEFAULT 'TAS Report', + `derived_from` varchar(1000) DEFAULT NULL, + `title` varchar(1000) DEFAULT 'TAS Report', + `header` varchar(1000) DEFAULT NULL, + `footer` varchar(1000) DEFAULT NULL, + `format` enum('Pdf','Pptx','Doc','Xls','Html') NOT NULL DEFAULT 'Pdf', + `schedule` enum('Once','Daily','Weekly','Monthly','Quarterly','Semi-annually','Annually') NOT NULL DEFAULT 'Once', + `delivery` enum('Download','E-mail') NOT NULL DEFAULT 'E-mail', + `selected` tinyint(1) NOT NULL DEFAULT 0, + `charts_per_page` int(1) DEFAULT NULL, + `active_role` varchar(30) DEFAULT NULL, + `last_modified` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), + UNIQUE INDEX idx_report (report_id) +)// +INSERT IGNORE INTO `tmp_uniquereports` SELECT * FROM `moddb`.`Reports`// +DELETE FROM `moddb`.`Reports`// +INSERT INTO `moddb`.`Reports` SELECT * FROM `tmp_uniquereports`// +COMMIT// + +-- Then rename any reports that have duplicate names +START TRANSACTION// +CREATE TEMPORARY TABLE `tmp_duplicatenames` +SELECT rr.user_id, + rr.report_id, + rr.name, + ROW_NUMBER() OVER (PARTITION BY rr.user_id, rr.name ORDER BY rr.report_id) as duplicate_index +FROM `moddb`.`Reports` rr// +UPDATE `moddb`.`Reports` r, `tmp_duplicatenames` dup SET r.name = CONCAT(r.name, ' [duplicate # ', dup.duplicate_index, ']') WHERE dup.duplicate_index > 1 AND dup.report_id = r.report_id// + +COMMIT// diff --git a/configuration/etl/etl_sql.d/migrations/11.0.0-11.5.0/modw_cloud/create_instance_temp_table.sql b/configuration/etl/etl_sql.d/migrations/11.0.0-11.5.0/modw_cloud/create_instance_temp_table.sql new file mode 100644 index 0000000000..8236f177bd --- /dev/null +++ b/configuration/etl/etl_sql.d/migrations/11.0.0-11.5.0/modw_cloud/create_instance_temp_table.sql @@ -0,0 +1,11 @@ +CREATE TABLE IF NOT EXISTS modw_cloud.deleted_instance_types AS SELECT + it.instance_type_id, + it.instance_type +FROM + modw_cloud.instance_type AS it +LEFT JOIN + modw_cloud.instance_type_staging AS its ON it.instance_type_id = its.instance_type_id +WHERE + its.instance_type IS NULL +AND + it.instance_type != 'Unknown'// diff --git a/configuration/etl/etl_sql.d/migrations/11.0.0-11.5.0/modw_cloud/move_disk_gb_to_instance_data.sql b/configuration/etl/etl_sql.d/migrations/11.0.0-11.5.0/modw_cloud/move_disk_gb_to_instance_data.sql new file mode 100644 index 0000000000..daa6847b9b --- /dev/null +++ b/configuration/etl/etl_sql.d/migrations/11.0.0-11.5.0/modw_cloud/move_disk_gb_to_instance_data.sql @@ -0,0 +1,6 @@ +-- Populate instance_data.disk_gb from the corresponding instance_type.disk_gb +-- via the instance_type_id foreign key. This must run after disk_gb has been +-- added to instance_data and before it is dropped from instance_type. +UPDATE modw_cloud.instance_data itd +JOIN modw_cloud.instance_type itt ON itd.instance_type_id = itt.instance_type_id +SET itd.disk_gb = itt.disk_gb// diff --git a/configuration/etl/etl_sql.d/migrations/11.0.0-11.5.0/modw_cloud/update_instance_data.sql b/configuration/etl/etl_sql.d/migrations/11.0.0-11.5.0/modw_cloud/update_instance_data.sql new file mode 100644 index 0000000000..62ae97d67d --- /dev/null +++ b/configuration/etl/etl_sql.d/migrations/11.0.0-11.5.0/modw_cloud/update_instance_data.sql @@ -0,0 +1,12 @@ +UPDATE + modw_cloud.instance_data AS itd +JOIN + modw_cloud.deleted_instance_types AS d ON itd.instance_type_id = d.instance_type_id +JOIN + modw_cloud.event AS ev ON ev.event_id = itd.event_id +JOIN + modw_cloud.instance_type AS it ON it.instance_type = d.instance_type AND ev.event_time_ts BETWEEN it.start_time AND it.end_time AND ev.resource_id = it.resource_id +SET + itd.instance_type_id = it.instance_type_id// + +DROP TABLE modw_cloud.deleted_instance_types// diff --git a/configuration/etl/etl_tables.d/cloud_common/cloudfact_by_.json b/configuration/etl/etl_tables.d/cloud_common/cloudfact_by_.json index 75e1015990..51977633d3 100644 --- a/configuration/etl/etl_tables.d/cloud_common/cloudfact_by_.json +++ b/configuration/etl/etl_tables.d/cloud_common/cloudfact_by_.json @@ -151,6 +151,12 @@ "nullable": false, "default": -1, "comment": "DIMENSION: The state (active, inactive, shelved) of the instances" + },{ + "name": "last_modified", + "type": "timestamp", + "default": "CURRENT_TIMESTAMP", + "nullable": false, + "extra": "ON UPDATE CURRENT_TIMESTAMP" } ], @@ -170,6 +176,9 @@ },{ "name": "index_period", "columns": [ "${AGGREGATION_UNIT}_id" ] + },{ + "name": "index_last_modified", + "columns": ["last_modified"] }] } } diff --git a/configuration/etl/etl_tables.d/cloud_common/instance_data.json b/configuration/etl/etl_tables.d/cloud_common/instance_data.json index f7e78e7364..7bea44698d 100644 --- a/configuration/etl/etl_tables.d/cloud_common/instance_data.json +++ b/configuration/etl/etl_tables.d/cloud_common/instance_data.json @@ -29,6 +29,13 @@ "type": "int(11)", "nullable": true, "default": null + }, + { + "name": "disk_gb", + "type": "int(11)", + "nullable": false, + "default": 0, + "comment": "Disk size in GB for the root volume of this instance" } ], "indexes": [ diff --git a/configuration/etl/etl_tables.d/cloud_common/instance_type.json b/configuration/etl/etl_tables.d/cloud_common/instance_type.json index 1276af594c..28b2c9da7c 100644 --- a/configuration/etl/etl_tables.d/cloud_common/instance_type.json +++ b/configuration/etl/etl_tables.d/cloud_common/instance_type.json @@ -49,13 +49,6 @@ "nullable": false, "default": 0 }, - { - "name": "disk_gb", - "type": "int(11)", - "nullable": false, - "default": 0, - "comment": "Disk size configured in image" - }, { "name": "start_time", "type": "decimal(16,6)", @@ -72,7 +65,7 @@ } ], - "#": "Note that the primary key is (resource, instance_type, num_cores, memory_mb, disk_gb)", + "#": "Note that the primary key is (resource, instance_type, num_cores, memory_mb)", "#": "rather than image_id so we can take advantage of ON DUPLICATE KEY UPDATE to update", "#": "existing entries and still use auto_increment for new entries.", @@ -84,8 +77,7 @@ "instance_type", "start_time", "num_cores", - "memory_mb", - "disk_gb" + "memory_mb" ], "is_unique": true }, diff --git a/configuration/etl/etl_tables.d/cloud_common/instance_type_change_flag.json b/configuration/etl/etl_tables.d/cloud_common/instance_type_change_flag.json new file mode 100644 index 0000000000..3e67de5ed7 --- /dev/null +++ b/configuration/etl/etl_tables.d/cloud_common/instance_type_change_flag.json @@ -0,0 +1,76 @@ +{ + "#": "Instance type observations with change detection flag", + + "table_definition": { + "name": "instance_type_change_flag", + "engine": "InnoDB", + "comment": "Instance type observations with change detection flag", + "columns": [ + { + "name": "resource_id", + "type": "int(11)", + "nullable": false, + "comment": "Resource to which this type belongs" + }, + { + "name": "instance_type_id", + "type": "int(11)", + "nullable": true, + "default": null + }, + { + "name": "instance_type", + "type": "varchar(64)", + "nullable": false, + "comment": "Short version or abbrev" + }, + { + "name": "display", + "type": "varchar(256)", + "nullable": false, + "comment": "What to show the user" + }, + { + "name": "description", + "type": "varchar(1024)", + "nullable": true, + "default": null + }, + { + "name": "num_cores", + "type": "int(11)", + "nullable": false, + "default": 0 + }, + { + "name": "memory_mb", + "type": "int(11)", + "nullable": false, + "default": 0 + }, + { + "name": "start_time", + "type": "decimal(16,6)", + "nullable": false + }, + { + "name": "is_change", + "type": "tinyint(1)", + "nullable": false, + "default": 0, + "comment": "1 if this row represents a configuration change from previous observation" + } + ], + "indexes": [ + { + "name": "PRIMARY", + "columns": [ + "resource_id", + "instance_type", + "start_time" + ], + "is_unique": true + } + ] + } +} diff --git a/configuration/etl/etl_tables.d/cloud_common/instance_type_config_group.json b/configuration/etl/etl_tables.d/cloud_common/instance_type_config_group.json new file mode 100644 index 0000000000..d1ac664d11 --- /dev/null +++ b/configuration/etl/etl_tables.d/cloud_common/instance_type_config_group.json @@ -0,0 +1,84 @@ +{ + "#": "Instance type observations with config group assignment", + + "table_definition": { + "name": "instance_type_config_group", + "engine": "InnoDB", + "comment": "Instance type observations with config group assignment", + "columns": [ + { + "name": "resource_id", + "type": "int(11)", + "nullable": false, + "comment": "Resource to which this type belongs" + }, + { + "name": "instance_type_id", + "type": "int(11)", + "nullable": true, + "default": null + }, + { + "name": "instance_type", + "type": "varchar(64)", + "nullable": false, + "comment": "Short version or abbrev" + }, + { + "name": "display", + "type": "varchar(256)", + "nullable": false, + "comment": "What to show the user" + }, + { + "name": "description", + "type": "varchar(1024)", + "nullable": true, + "default": null + }, + { + "name": "num_cores", + "type": "int(11)", + "nullable": false, + "default": 0 + }, + { + "name": "memory_mb", + "type": "int(11)", + "nullable": false, + "default": 0 + }, + { + "name": "start_time", + "type": "decimal(16,6)", + "nullable": false + }, + { + "name": "config_group", + "type": "int(11)", + "nullable": false, + "default": 0, + "comment": "Group number that increments on each config change" + } + ], + "indexes": [ + { + "name": "PRIMARY", + "columns": [ + "resource_id", + "instance_type", + "start_time" + ], + "is_unique": true + }, + { + "name": "idx_grouping", + "columns": [ + "resource_id", + "instance_type", + "config_group" + ] + } + ] + } +} diff --git a/configuration/etl/etl_tables.d/cloud_common/instance_type_grouped.json b/configuration/etl/etl_tables.d/cloud_common/instance_type_grouped.json new file mode 100644 index 0000000000..c38b2d973d --- /dev/null +++ b/configuration/etl/etl_tables.d/cloud_common/instance_type_grouped.json @@ -0,0 +1,69 @@ +{ + "#": "Merged instance type configurations per config period", + + "table_definition": { + "name": "instance_type_grouped", + "engine": "InnoDB", + "comment": "Merged instance type configurations per config period", + "columns": [ + { + "name": "resource_id", + "type": "int(11)", + "nullable": false, + "comment": "Resource to which this type belongs" + }, + { + "name": "instance_type_id", + "type": "int(11)", + "nullable": true, + "default": null + }, + { + "name": "instance_type", + "type": "varchar(64)", + "nullable": false, + "comment": "Short version or abbrev" + }, + { + "name": "display", + "type": "varchar(256)", + "nullable": false, + "comment": "What to show the user" + }, + { + "name": "description", + "type": "varchar(1024)", + "nullable": true, + "default": null + }, + { + "name": "num_cores", + "type": "int(11)", + "nullable": false, + "default": 0 + }, + { + "name": "memory_mb", + "type": "int(11)", + "nullable": false, + "default": 0 + }, + { + "name": "start_time", + "type": "decimal(16,6)", + "nullable": false + } + ], + "indexes": [ + { + "name": "PRIMARY", + "columns": [ + "resource_id", + "instance_type", + "start_time" + ], + "is_unique": true + } + ] + } +} diff --git a/configuration/etl/etl_tables.d/cloud_common/instance_type_staging.json b/configuration/etl/etl_tables.d/cloud_common/instance_type_staging.json index 1c0d88bc00..db7b30c746 100644 --- a/configuration/etl/etl_tables.d/cloud_common/instance_type_staging.json +++ b/configuration/etl/etl_tables.d/cloud_common/instance_type_staging.json @@ -15,7 +15,8 @@ { "name": "instance_type_id", "type": "int(11)", - "nullable": false + "nullable": true, + "default": null }, { "name": "instance_type", @@ -47,13 +48,6 @@ "nullable": false, "default": 0 }, - { - "name": "disk_gb", - "type": "int(11)", - "nullable": false, - "default": 0, - "comment": "Disk size configured in image" - }, { "name": "start_time", "type": "decimal(16,6)", diff --git a/configuration/etl/etl_tables.d/cloud_common/instance_type_union.json b/configuration/etl/etl_tables.d/cloud_common/instance_type_union.json index 63eb769d6a..7fa7c3eef6 100644 --- a/configuration/etl/etl_tables.d/cloud_common/instance_type_union.json +++ b/configuration/etl/etl_tables.d/cloud_common/instance_type_union.json @@ -18,7 +18,7 @@ "type": "int(11)", "default": null, "nullable": true, - "comment": "Resource to which this type belongs" + "comment": "ID from existing modw_cloud.instance_type table, NULL for new raw data" }, { "name": "instance_type", @@ -52,13 +52,6 @@ "nullable": false, "default": 0 }, - { - "name": "disk_gb", - "type": "int(11)", - "nullable": false, - "default": 0, - "comment": "Disk size configured in image" - }, { "name": "start_time", "type": "decimal(16,6)", @@ -72,13 +65,18 @@ "name": "PRIMARY", "columns": [ "resource_id", - "instance_type_id", "instance_type", "num_cores", "memory_mb", - "disk_gb" + "start_time" ], "is_unique": true + }, + { + "name": "idx_instance_type_id", + "columns": [ + "instance_type_id" + ] } ] } diff --git a/configuration/etl/etl_tables.d/cloud_generic/raw_event.json b/configuration/etl/etl_tables.d/cloud_generic/raw_event.json index f0f85a7697..7007c3e459 100644 --- a/configuration/etl/etl_tables.d/cloud_generic/raw_event.json +++ b/configuration/etl/etl_tables.d/cloud_generic/raw_event.json @@ -88,6 +88,13 @@ "type": "varchar(64)", "nullable": true, "default": null + }, + { + "name": "disk_gb", + "type": "int(11)", + "nullable": true, + "default": 0, + "comment": "Disk size in GB for the root volume of this instance" } ], "indexes": [ diff --git a/configuration/etl/etl_tables.d/cloud_generic/raw_instance_type.json b/configuration/etl/etl_tables.d/cloud_generic/raw_instance_type.json index ed866304fd..3b3eaabe48 100644 --- a/configuration/etl/etl_tables.d/cloud_generic/raw_instance_type.json +++ b/configuration/etl/etl_tables.d/cloud_generic/raw_instance_type.json @@ -45,13 +45,6 @@ "nullable": true, "default": 0 }, - { - "name": "disk_gb", - "type": "int(11)", - "nullable": true, - "default": 0, - "comment": "Disk size configured in image" - }, { "name": "start_time", "type": "char(26)", diff --git a/configuration/etl/etl_tables.d/cloud_generic/staging_event.json b/configuration/etl/etl_tables.d/cloud_generic/staging_event.json index 94ed30ce6b..4ea45ebf6f 100644 --- a/configuration/etl/etl_tables.d/cloud_generic/staging_event.json +++ b/configuration/etl/etl_tables.d/cloud_generic/staging_event.json @@ -99,6 +99,13 @@ "nullable": true, "default": null, "comment": "The service provider associated with the event" + }, + { + "name": "disk_gb", + "type": "int(11)", + "nullable": false, + "default": 0, + "comment": "Disk size in GB for the root volume of this instance" } ], diff --git a/configuration/etl/etl_tables.d/cloud_openstack/raw_instance_type.json b/configuration/etl/etl_tables.d/cloud_openstack/raw_instance_type.json index c02042fc55..7077ff8c4b 100644 --- a/configuration/etl/etl_tables.d/cloud_openstack/raw_instance_type.json +++ b/configuration/etl/etl_tables.d/cloud_openstack/raw_instance_type.json @@ -45,13 +45,6 @@ "nullable": true, "default": 0 }, - { - "name": "disk_gb", - "type": "int(11)", - "nullable": true, - "default": 0, - "comment": "Disk size configured in image" - }, { "name": "start_time", "type": "char(26)", diff --git a/configuration/etl/etl_tables.d/cloud_openstack/staging_event.json b/configuration/etl/etl_tables.d/cloud_openstack/staging_event.json index 96857c097d..cd6c941a59 100644 --- a/configuration/etl/etl_tables.d/cloud_openstack/staging_event.json +++ b/configuration/etl/etl_tables.d/cloud_openstack/staging_event.json @@ -113,6 +113,13 @@ "nullable": true, "default": null, "comment": "The service provider associated with the event" + }, + { + "name": "disk_gb", + "type": "int(11)", + "nullable": false, + "default": 0, + "comment": "Disk size in GB for the root volume of this instance" } ], diff --git a/configuration/etl/etl_tables.d/common/staging/resource-config.json b/configuration/etl/etl_tables.d/common/staging/resource-config.json index 265ca84294..a57a3d3353 100644 --- a/configuration/etl/etl_tables.d/common/staging/resource-config.json +++ b/configuration/etl/etl_tables.d/common/staging/resource-config.json @@ -57,6 +57,12 @@ "type": "varchar(30)", "nullable": true, "comment": "Organization for the resource" + }, + { + "name": "resource_key", + "type": "int(11)", + "nullable": true, + "comment": "The numerical identifier for the resource in the XDMoD datawarehouse. For a typical XDMoD install this value need not be specified. Typical reasons why you might specify the identifier would be if you had data for the same resource in multiple XDMoD instances and you wanted the internal identifiers to match across all the separate databases." } ], "indexes": [ diff --git a/configuration/etl/etl_tables.d/jobs/xdw/jobfact_by_.json b/configuration/etl/etl_tables.d/jobs/xdw/jobfact_by_.json index 311e0d3533..d4080cebe8 100644 --- a/configuration/etl/etl_tables.d/jobs/xdw/jobfact_by_.json +++ b/configuration/etl/etl_tables.d/jobs/xdw/jobfact_by_.json @@ -351,6 +351,13 @@ "type": "decimal(18,0)", "comment": "FACT: this is the sum of (node_count multipled by the [adjusted] duration) for jobs that ran in this days.", "nullable": true + }, + { + "name": "last_modified", + "type": "timestamp", + "default": "CURRENT_TIMESTAMP", + "nullable": false, + "extra": "ON UPDATE CURRENT_TIMESTAMP" } ], "indexes": [ @@ -456,6 +463,12 @@ "systemaccount_id" ] }, + { + "name": "index_last_modified", + "columns": [ + "last_modified" + ] + }, { "name": "index_period_value", "columns": [ diff --git a/configuration/etl/etl_tables.d/storage/xdw/storagefact.aggregation.json b/configuration/etl/etl_tables.d/storage/xdw/storagefact.aggregation.json index c693bbeacc..0c57fba343 100644 --- a/configuration/etl/etl_tables.d/storage/xdw/storagefact.aggregation.json +++ b/configuration/etl/etl_tables.d/storage/xdw/storagefact.aggregation.json @@ -166,6 +166,13 @@ "type": "decimal(30,0) unsigned", "nullable": false, "comment": "Sum of hard threshold." + }, + { + "name": "last_modified", + "type": "timestamp", + "default": "CURRENT_TIMESTAMP", + "nullable": false, + "extra": "ON UPDATE CURRENT_TIMESTAMP" } ], "indexes": [ @@ -222,6 +229,12 @@ "columns": [ "fos_id" ] + }, + { + "name": "index_last_modified", + "columns": [ + "last_modified" + ] } ] } diff --git a/configuration/etl/etl_tables.d/xdb/chart-pool.json b/configuration/etl/etl_tables.d/xdb/chart-pool.json index 9910a1b3c1..3f5822f92c 100644 --- a/configuration/etl/etl_tables.d/xdb/chart-pool.json +++ b/configuration/etl/etl_tables.d/xdb/chart-pool.json @@ -6,12 +6,12 @@ { "name": "user_id", "type": "int(11)", - "nullable": true + "nullable": false }, { "name": "chart_id", "type": "text", - "nullable": true + "nullable": false }, { "name": "insertion_rank", @@ -58,6 +58,12 @@ ], "type": "BTREE", "is_unique": true + }, + { + "name": "idx_user", + "columns": [ + "user_id" + ] } ], "triggers": [] diff --git a/configuration/etl/etl_tables.d/xdb/report-charts.json b/configuration/etl/etl_tables.d/xdb/report-charts.json index 0d27ce2e7a..893bea9c33 100644 --- a/configuration/etl/etl_tables.d/xdb/report-charts.json +++ b/configuration/etl/etl_tables.d/xdb/report-charts.json @@ -6,7 +6,7 @@ { "name": "report_id", "type": "varchar(100)", - "nullable": true + "nullable": false }, { "name": "user_id", @@ -66,7 +66,17 @@ "nullable": true } ], - "indexes": [], + "indexes": [ + { + "name": "idx_chartlookup", + "columns": [ + "user_id", + "report_id" + ], + "type": "BTREE", + "is_unique": false + } + ], "triggers": [] } } diff --git a/configuration/etl/etl_tables.d/xdb/reports.json b/configuration/etl/etl_tables.d/xdb/reports.json index a84df5f082..4204f2c5b9 100644 --- a/configuration/etl/etl_tables.d/xdb/reports.json +++ b/configuration/etl/etl_tables.d/xdb/reports.json @@ -6,7 +6,7 @@ { "name": "report_id", "type": "varchar(100)", - "nullable": true + "nullable": false }, { "name": "user_id", @@ -82,7 +82,33 @@ "extra": "ON UPDATE CURRENT_TIMESTAMP" } ], - "indexes": [], + "indexes": [ + { + "name": "PRIMARY", + "columns": [ + "report_id" + ], + "type": "BTREE", + "is_unique": true + }, + { + "name": "idx_uniquename", + "columns": [ + "user_id", + "name" + ], + "type": "BTREE", + "is_unique": true + }, + { + "name": "idx_reportlookup", + "columns": [ + "user_id" + ], + "type": "BTREE", + "is_unique": false + } + ], "triggers": [] } } diff --git a/docs/_config.yml b/docs/_config.yml index bcb1ee47a2..32c31aff78 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -42,7 +42,7 @@ defaults: values: layout: "page" version: "11.5" - prev_sw_version: "11.0.2" + prev_sw_version: "11.0.3" sw_version: "11.5.0" rpm_version: "11.5.0-1" style: "effervescence" @@ -50,8 +50,9 @@ defaults: # Build settings markdown: kramdown -theme_subdir: "/xdmod-jekyll-theme" -gems: +remote_theme: ubccr/xdmod-jekyll-theme@v0.2.0 +plugins: - jekyll-redirect-from + - jekyll-remote-theme whitelist: - jekyll-redirect-from diff --git a/docs/_layouts/page.html b/docs/_layouts/page.html deleted file mode 120000 index 1ac2b6e434..0000000000 --- a/docs/_layouts/page.html +++ /dev/null @@ -1 +0,0 @@ -../xdmod-jekyll-theme/_layouts/page.html \ No newline at end of file diff --git a/docs/configuration.md b/docs/configuration.md index f45960d657..5da70539ec 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -542,6 +542,19 @@ to users. ] ``` +| Property | Required? | Type | Description | +| ------------------ | --------- | ------- | ------------ | +| resource | Yes | string | The string identifier for the resource. This is the value that will be used when runing the `xdmod-shredder` command. Typically this should be a short string without spaces | +| name | Yes | string | The human readable name of the resource. | +| resource_type | Yes | string | The type of the resource from the resource_types.json. Examples include "HPC" for batch computing resources, "Cloud" for infrastructure as a service resources, and "Disk" for data storage resources. | +| resource_allocation_type | Yes | string | The base unit of resource allocation, such as by CPU, GPU or Node. There are 4 possible values, CPU, CPUNode, GPU, and GPUNode. CPUNode denotes a resource that allocates nodes of CPUs to users, whereas CPU denotes a resource that allocates individual CPUs to users. | +| organization | Yes | string | The name of the organization for the resource. It should match the `abbrev` value from the organizations.json file. | +| description | No | string | Human-readable description of the resource. | +| pi_column | No | string | The name of the column in the resource specific job table to identify the PI. The column names that may be used with this feature must exist in the corresponding shredded_job_* table (e.g. shredded_job_pbs, shredded_job_slurm) of the mod_shredder database for the resource manager you are using. For example, to use accounts from PBS/TORQUE you must use "pi_column": "account", but to use accounts from Slurm you must use "pi_column": "account_name". The default is to use the group column | +| shared_jobs | No | boolean | Whether the option indicates that the resource allows multiple to share compute nodes. This information is used by the Job Performance Data (SUPReMM) module to determine which HPC jobs shared compute nodes. The default is that resources are assumed to not allow node sharing. If the SUPReMM module is in use and a resource does allow node sharing then this should be set to true. | +| timezone | No | string | The timezone of the resource. This is used in the Job Viewer to display job timestamps in the local timezone of the resource. This value should be a valid timezone identifier such as "America/New_York" and not the three letter abbreviation or hour offset. | +| resource_key | No | integer | Optional specify the internal identifier for the resource in the database. For a typical XDMoD install this value should not be specified. This option exists to support the scenario where there are multiple XDMoD instances (such as production and developement) and you wanted the internal identifiers to match across all the separate databases. | + ### resource_specs.json Defines resource node and processor counts. Each object in the array diff --git a/docs/support.md b/docs/support.md index 27e05b4f10..2e89d9de6b 100644 --- a/docs/support.md +++ b/docs/support.md @@ -14,7 +14,7 @@ for 11.5. | Version | Release Date | End of Support | |---------|--------------------|-------------------| -| 11.0 | October 23, 2024 | April 30, 2026 | +| 11.0 | October 23, 2024 | October 31, 2026 | Supported Operating Systems --------------------------- diff --git a/docs/xdmod-jekyll-theme b/docs/xdmod-jekyll-theme deleted file mode 160000 index 2e9cb4bc0b..0000000000 --- a/docs/xdmod-jekyll-theme +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 2e9cb4bc0b99ff9fecd3610478bc2199e1c36ea7 diff --git a/docs/xdmod-rest-schema.json b/docs/xdmod-rest-schema.json index 92033933c2..dafdd58020 100644 --- a/docs/xdmod-rest-schema.json +++ b/docs/xdmod-rest-schema.json @@ -16,7 +16,7 @@ layout: null "url": "https://www.gnu.org/licenses/lgpl-3.0.txt" }, "x-logo": { - "url": "https://open.xdmod.org/xdmod-jekyll-theme/assets/images/xdmod_logo.png", + "url": "https://open.xdmod.org/assets/images/xdmod_logo.png", "backgroundColor": "#FFFFFF", "altText": "" }, diff --git a/etl/js/lib/etlv2.js b/etl/js/lib/etlv2.js index aeb0e1d2d9..20094d3add 100644 --- a/etl/js/lib/etlv2.js +++ b/etl/js/lib/etlv2.js @@ -70,7 +70,7 @@ module.exports = { createDynamicTableDefinition: function (table, isErrorTable) { var tableDefinition = { name: table.name, - engine: 'MyISAM', + engine: 'InnoDB', comment: '', columns: [] }; @@ -153,7 +153,7 @@ module.exports = { tableDefinition.name = generateAggTableIdentifier(table, hasJobList); tableDefinition.table_prefix = table.name + '_by_'; - tableDefinition.engine = 'MyISAM'; + tableDefinition.engine = 'InnoDB'; tableDefinition.comment = table.name + ' aggregated by ${AGGREGATION_UNIT}.'; tableDefinition.columns = []; diff --git a/libraries/charting.php b/libraries/charting.php index 777c3e3b80..b022e5fc01 100644 --- a/libraries/charting.php +++ b/libraries/charting.php @@ -145,17 +145,17 @@ function getSvgViaChromiumHelper($html, $width, $height){ */ function convertSvg($svgData, $format, $width, $height, $docmeta){ - $author = isset($docmeta['author']) ? addcslashes($docmeta['author'], "()\n\\") : 'XDMoD'; - $subject = isset($docmeta['subject']) ? addcslashes($docmeta['subject'], "()\n\\") : 'XDMoD chart'; - $title = isset($docmeta['title']) ? addcslashes($docmeta['title'], "()\n\\") :'XDMoD PDF chart export'; - $creator = addcslashes('XDMoD ' . OPEN_XDMOD_VERSION, "()\n\\"); + $author = isset($docmeta['author']) ? escapeshellarg($docmeta['author']) : "'XDMoD'"; + $subject = isset($docmeta['subject']) ? escapeshellarg($docmeta['subject']) : "'XDMoD chart'"; + $title = isset($docmeta['title']) ? escapeshellarg($docmeta['title']) : "'XDMoD PDF chart export'"; + $creator = escapeshellarg('XDMoD ' . OPEN_XDMOD_VERSION); switch($format){ case 'png': - $exifArgs = "-Title='$title' -Author='$author' -Description='$subject' -Source='$creator'"; + $exifArgs = "-Title=$title -Author=$author -Description=$subject -Source=$creator"; break; case 'pdf': - $exifArgs = "-Title='$title' -Author='$author' -Subject='$subject' -Creator='$creator'"; + $exifArgs = "-Title=$title -Author=$author -Subject=$subject -Creator=$creator"; break; default: return $svgData; diff --git a/open_xdmod/modules/xdmod/xdmod.spec.in b/open_xdmod/modules/xdmod/xdmod.spec.in index 42712cb1e2..21a9b51a38 100644 --- a/open_xdmod/modules/xdmod/xdmod.spec.in +++ b/open_xdmod/modules/xdmod/xdmod.spec.in @@ -103,6 +103,8 @@ rm -rf $RPM_BUILD_ROOT %dir %attr(0570,apache,xdmod) %{xdmod_export_dir} %changelog +* Tue May 12 2026 XDMoD 11.0.3-2 +- Release 11.0.3 * Tue Aug 19 2025 XDMoD 11.0.2-3 - Release 11.0.2 * Mon Mar 17 2025 XDMoD 11.0.1-1 diff --git a/src/Controller/PasswordResetController.php b/src/Controller/PasswordResetController.php index 106aa72d8c..eaa8cfcbec 100644 --- a/src/Controller/PasswordResetController.php +++ b/src/Controller/PasswordResetController.php @@ -59,7 +59,11 @@ public function index(Request $request): Response [ 'rid' => $rid, 'mode' => $mode, - 'first_name' => $validationCheck['user_first_name'], + 'first_name' => htmlspecialchars( + $validationCheck['user_first_name'], + ENT_QUOTES, + 'UTF-8' + ), 'password_max' => CHARLIM_PASSWORD, 'extjs_path' => '/gui/lib', 'extjs_version' => '/extjs' diff --git a/templates/twig/about/xdmod_release_notes.html.twig b/templates/twig/about/xdmod_release_notes.html.twig index dc1e3c0c46..774f026432 100644 --- a/templates/twig/about/xdmod_release_notes.html.twig +++ b/templates/twig/about/xdmod_release_notes.html.twig @@ -2,6 +2,32 @@

Below is a list of Open XDMoD releases with major features and bug fixes listed.

+

2026-05-12 v11.0.3

+ +

2025-08-19 v11.0.2

  • New Features

      @@ -395,6 +421,12 @@

    2023-08-04 v10.0.3

      +
    • Important Notes

    • Bug Fixes
      • General
        • Fix handling of filters where the filter string has a quote character in it (#1749)
        • diff --git a/tests/artifacts/xdmod/referencedata/robertson-filter-log/robertson-filter-test.log b/tests/artifacts/xdmod/referencedata/robertson-filter-log/robertson-filter-test.log new file mode 100644 index 0000000000..5d60063184 --- /dev/null +++ b/tests/artifacts/xdmod/referencedata/robertson-filter-log/robertson-filter-test.log @@ -0,0 +1 @@ +6120900|6120900|robertson|white|curry|moorh|moorh|89200022|hardu|380522|2016-12-30T22:13:12|2016-12-30T22:13:12|2016-12-30T22:19:04|2016-12-30T22:34:42|00:15:38|0:0|COMPLETED|9|108|100|2147486448Mn|cpu=100,mem=280000M,node=1|billing=100,cpu=100,mem=280000M,node=1|3-00:00:00|cpn-k10-37-02,cpn-k14-12-01,cpn-k14-37-02,cpn-k16-01-01,cpn-k16-24-01,cpn-k16-26-02,cpn-k16-28-02,cpn-k16-37-01,cpn-k16-40-02|8340d9318f5694c4f2fe172d5d70f5f059a0424bc47d355059f36e035f3e12b5 diff --git a/tests/artifacts/xdmod/regression/chartFilterTests.json b/tests/artifacts/xdmod/regression/chartFilterTests.json index 79f9317942..f11553074c 100644 --- a/tests/artifacts/xdmod/regression/chartFilterTests.json +++ b/tests/artifacts/xdmod/regression/chartFilterTests.json @@ -178,32 +178,34 @@ "settings": { "realm": "Jobs", "metric": "total_cpu_hours", - "date": "2016-12-31", + "date": "2016-12-30", "filter_dimension": "username", "filter_values": [ "allga", - "alpsw" + "alpsw", + "hardu" ] }, "expected": { - "subtitle": "System Username = ( allga, alpsw )", - "yvalue": 527.7511 + "subtitle": "System Username = ( allga, alpsw, hardu )", + "yvalue": 82.3511 } }, { "settings": { "realm": "Jobs", "metric": "total_cpu_hours", - "date": "2016-12-31", + "date": "2016-12-30", "filter_dimension": "person", "filter_values": [ "Auk, Little", - "Bunting, Black-headed" + "Bunting, Black-headed", + "Duck, Harlequin" ] }, "expected": { - "subtitle": "User = ( Auk, Little, Bunting, Black-headed )", - "yvalue": 537.1039 + "subtitle": "User = ( Auk, Little, Bunting, Black-headed, Duck, Harlequin )", + "yvalue": 110.1172 } }, { diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/configuration/cloud_avg_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/configuration/cloud_avg_wallduration_hours/timeseries-Day-reference.csv index 13d7161912..3939fa404e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/configuration/cloud_avg_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/configuration/cloud_avg_wallduration_hours/timeseries-Day-reference.csv @@ -6,8 +6,8 @@ start,end 2018-04-18,2018-04-30 --------- Day,"[c2.m4] Wall Hours: Per Session","[c4.m16] Wall Hours: Per Session","[c1.m4] Wall Hours: Per Session","[c1.m1] Wall Hours: Per Session","[c2.m8] Wall Hours: Per Session","[m1.small] Wall Hours: Per Session" -2018-04-18,0.70805556,2.21305556,1.91251634,0.01527778,0.23527778,0.00000000 -2018-04-19,7.89680556,0,5.64845029,0.23722222,0,0 +2018-04-18,0.70777778,2.21305556,1.91245098,0.01500000,0.23527778,0.00000000 +2018-04-19,7.89680556,0,5.55758772,0.23319444,0,0 2018-04-20,24.00000000,0,4.90663889,0,0,0 2018-04-21,24.00000000,0,24.00000000,0,0,0 2018-04-22,24.00000000,0,24.00000000,0,0,0 @@ -15,8 +15,8 @@ Day,"[c2.m4] Wall Hours: Per Session","[c4.m16] Wall Hours: Per Session","[c1.m4 2018-04-24,24.00000000,0,24.00000000,0,0,0 2018-04-25,24.00000000,0,24.00000000,0,0,0 2018-04-26,24.00000000,6.35250000,18.11465278,0,0,0 -2018-04-27,19.82805556,24.00000000,24.00000000,5.67055556,0,0 +2018-04-27,19.82777778,24.00000000,24.00000000,5.67055556,0,0 2018-04-28,0,24.00000000,24.00000000,0,0,0 2018-04-29,0,24.00000000,24.00000000,0,0,0 -2018-04-30,5.28861111,23.01500000,23.00472222,0,0,0 +2018-04-30,5.28833333,23.01500000,23.00472222,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/configuration/cloud_avg_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/configuration/cloud_avg_wallduration_hours/timeseries-Month-reference.csv index a3355a4a1c..d24cb0653d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/configuration/cloud_avg_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/configuration/cloud_avg_wallduration_hours/timeseries-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Month,"[c2.m4] Wall Hours: Per Session","[c4.m16] Wall Hours: Per Session","[c1.m4] Wall Hours: Per Session","[c1.m1] Wall Hours: Per Session","[c2.m8] Wall Hours: Per Session","[m1.small] Wall Hours: Per Session" -2018-04,52.40458333,35.26453704,23.24032051,1.10578704,0.23527778,0.00000000 +2018-04,52.40437500,35.26453704,23.19602564,1.10305556,0.23527778,0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/configuration/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/configuration/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv index ab9ef2f353..93a1bd3524 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/configuration/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/configuration/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Quarter,"[c2.m4] Wall Hours: Per Session","[c4.m16] Wall Hours: Per Session","[c1.m4] Wall Hours: Per Session","[c1.m1] Wall Hours: Per Session","[c2.m8] Wall Hours: Per Session","[m1.small] Wall Hours: Per Session" -"2018 Q2",52.40458333,35.26453704,23.24032051,1.10578704,0.23527778,0.00000000 +"2018 Q2",52.40437500,35.26453704,23.19602564,1.10305556,0.23527778,0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/configuration/cloud_avg_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/configuration/cloud_avg_wallduration_hours/timeseries-Year-reference.csv index e1f5dcc3e3..fa3e31a538 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/configuration/cloud_avg_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/configuration/cloud_avg_wallduration_hours/timeseries-Year-reference.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Year,"[c2.m4] Wall Hours: Per Session","[c4.m16] Wall Hours: Per Session","[c1.m4] Wall Hours: Per Session","[c1.m1] Wall Hours: Per Session","[c2.m8] Wall Hours: Per Session","[m1.small] Wall Hours: Per Session" -2018,52.40458333,35.26453704,23.24032051,1.10578704,0.23527778,0.00000000 +2018,52.40437500,35.26453704,23.19602564,1.10305556,0.23527778,0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/domain/cloud_avg_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/domain/cloud_avg_wallduration_hours/timeseries-Day-reference.csv index cf4c339def..c107da1dbb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/domain/cloud_avg_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/domain/cloud_avg_wallduration_hours/timeseries-Day-reference.csv @@ -6,8 +6,8 @@ start,end 2018-04-18,2018-04-30 --------- Day,"[Default] Wall Hours: Per Session" -2018-04-18,1.72262626 -2018-04-19,4.96252222 +2018-04-18,1.72253788 +2018-04-19,4.89282222 2018-04-20,6.64239899 2018-04-21,24.00000000 2018-04-22,24.00000000 @@ -15,8 +15,8 @@ Day,"[Default] Wall Hours: Per Session" 2018-04-24,24.00000000 2018-04-25,24.00000000 2018-04-26,17.13518519 -2018-04-27,20.24976852 +2018-04-27,20.24972222 2018-04-28,24.00000000 2018-04-29,24.00000000 -2018-04-30,19.46355556 +2018-04-30,19.46350000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/domain/cloud_avg_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/domain/cloud_avg_wallduration_hours/timeseries-Month-reference.csv index 7d8ca194f5..2160d8a54c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/domain/cloud_avg_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/domain/cloud_avg_wallduration_hours/timeseries-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Month,"[Default] Wall Hours: Per Session" -2018-04,23.18216457 +2018-04,23.14924004 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/domain/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/domain/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv index d452c98c7f..e2689c2718 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/domain/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/domain/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Quarter,"[Default] Wall Hours: Per Session" -"2018 Q2",23.18216457 +"2018 Q2",23.14924004 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/domain/cloud_avg_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/domain/cloud_avg_wallduration_hours/timeseries-Year-reference.csv index b5121ae6b6..550b2250ef 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/domain/cloud_avg_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/domain/cloud_avg_wallduration_hours/timeseries-Year-reference.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Year,"[Default] Wall Hours: Per Session" -2018,23.18216457 +2018,23.14924004 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/fieldofscience/cloud_avg_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/fieldofscience/cloud_avg_wallduration_hours/timeseries-Day-reference.csv index 8b72438110..02562fc8bf 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/fieldofscience/cloud_avg_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/fieldofscience/cloud_avg_wallduration_hours/timeseries-Day-reference.csv @@ -6,8 +6,8 @@ start,end 2018-04-18,2018-04-30 --------- Day,"[Mechanics and Materials] Wall Hours: Per Session" -2018-04-18,1.72262626 -2018-04-19,4.96252222 +2018-04-18,1.72253788 +2018-04-19,4.89282222 2018-04-20,6.64239899 2018-04-21,24.00000000 2018-04-22,24.00000000 @@ -15,8 +15,8 @@ Day,"[Mechanics and Materials] Wall Hours: Per Session" 2018-04-24,24.00000000 2018-04-25,24.00000000 2018-04-26,17.13518519 -2018-04-27,20.24976852 +2018-04-27,20.24972222 2018-04-28,24.00000000 2018-04-29,24.00000000 -2018-04-30,19.46355556 +2018-04-30,19.46350000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/fieldofscience/cloud_avg_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/fieldofscience/cloud_avg_wallduration_hours/timeseries-Month-reference.csv index 5483d454c4..0d70471739 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/fieldofscience/cloud_avg_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/fieldofscience/cloud_avg_wallduration_hours/timeseries-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Month,"[Mechanics and Materials] Wall Hours: Per Session" -2018-04,23.18216457 +2018-04,23.14924004 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/fieldofscience/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/fieldofscience/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv index 549e3479d6..7901605f7c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/fieldofscience/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/fieldofscience/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Quarter,"[Mechanics and Materials] Wall Hours: Per Session" -"2018 Q2",23.18216457 +"2018 Q2",23.14924004 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/fieldofscience/cloud_avg_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/fieldofscience/cloud_avg_wallduration_hours/timeseries-Year-reference.csv index c95d468350..cdfaf3b156 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/fieldofscience/cloud_avg_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/fieldofscience/cloud_avg_wallduration_hours/timeseries-Year-reference.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Year,"[Mechanics and Materials] Wall Hours: Per Session" -2018,23.18216457 +2018,23.14924004 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/institution/cloud_avg_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/institution/cloud_avg_wallduration_hours/timeseries-Day-reference.csv index 5a9710bdd3..365126f594 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/institution/cloud_avg_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/institution/cloud_avg_wallduration_hours/timeseries-Day-reference.csv @@ -6,8 +6,8 @@ start,end 2018-04-18,2018-04-30 --------- Day,"[wrench - Wrench] Wall Hours: Per Session","[screw - Screwdriver] Wall Hours: Per Session","[Unknown - Unknown Organization] Wall Hours: Per Session" -2018-04-18,0.00000000,1.67356944,0 -2018-04-19,7.89680556,8.50259259,0.56712121 +2018-04-18,2.21305556,1.67348611,0 +2018-04-19,7.89680556,8.50252315,0.40878788 2018-04-20,24.00000000,4.90663889,0 2018-04-21,24.00000000,24.00000000,0 2018-04-22,24.00000000,24.00000000,0 @@ -15,8 +15,8 @@ Day,"[wrench - Wrench] Wall Hours: Per Session","[screw - Screwdriver] Wall Hour 2018-04-24,24.00000000,24.00000000,0 2018-04-25,24.00000000,24.00000000,0 2018-04-26,24.00000000,15.76222222,0 -2018-04-27,12.74930556,24.00000000,0 +2018-04-27,12.74916667,24.00000000,0 2018-04-28,0,24.00000000,0 2018-04-29,0,24.00000000,0 -2018-04-30,5.28861111,23.00729167,0 +2018-04-30,5.28833333,23.00729167,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/institution/cloud_avg_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/institution/cloud_avg_wallduration_hours/timeseries-Month-reference.csv index 61fc258c2b..c8b89f2b4f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/institution/cloud_avg_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/institution/cloud_avg_wallduration_hours/timeseries-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Month,"[wrench - Wrench] Wall Hours: Per Session","[screw - Screwdriver] Wall Hours: Per Session","[Unknown - Unknown Organization] Wall Hours: Per Session" -2018-04,36.50120370,27.87247685,0.56712121 +2018-04,36.50106481,27.87240741,0.40878788 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/institution/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/institution/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv index bf83e6e810..62abfad796 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/institution/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/institution/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Quarter,"[wrench - Wrench] Wall Hours: Per Session","[screw - Screwdriver] Wall Hours: Per Session","[Unknown - Unknown Organization] Wall Hours: Per Session" -"2018 Q2",36.50120370,27.87247685,0.56712121 +"2018 Q2",36.50106481,27.87240741,0.40878788 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/institution/cloud_avg_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/institution/cloud_avg_wallduration_hours/timeseries-Year-reference.csv index fbfc811fa5..d05bdeebb1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/institution/cloud_avg_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/institution/cloud_avg_wallduration_hours/timeseries-Year-reference.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Year,"[wrench - Wrench] Wall Hours: Per Session","[screw - Screwdriver] Wall Hours: Per Session","[Unknown - Unknown Organization] Wall Hours: Per Session" -2018,36.50120370,27.87247685,0.56712121 +2018,36.50106481,27.87240741,0.40878788 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/none/cloud_avg_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/none/cloud_avg_wallduration_hours/timeseries-Day-reference.csv index a0306725d4..338e5a6ae2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/none/cloud_avg_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/none/cloud_avg_wallduration_hours/timeseries-Day-reference.csv @@ -6,8 +6,8 @@ start,end 2018-04-18,2018-04-30 --------- Day,"[Screwdriver] Wall Hours: Per Session" -2018-04-18,1.72262626 -2018-04-19,4.96252222 +2018-04-18,1.72253788 +2018-04-19,4.89282222 2018-04-20,6.64239899 2018-04-21,24.00000000 2018-04-22,24.00000000 @@ -15,8 +15,8 @@ Day,"[Screwdriver] Wall Hours: Per Session" 2018-04-24,24.00000000 2018-04-25,24.00000000 2018-04-26,17.13518519 -2018-04-27,20.24976852 +2018-04-27,20.24972222 2018-04-28,24.00000000 2018-04-29,24.00000000 -2018-04-30,19.46355556 +2018-04-30,19.46350000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/none/cloud_avg_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/none/cloud_avg_wallduration_hours/timeseries-Month-reference.csv index a89dd99043..58eed4a82f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/none/cloud_avg_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/none/cloud_avg_wallduration_hours/timeseries-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Month,"[Screwdriver] Wall Hours: Per Session" -2018-04,23.18216457 +2018-04,23.14924004 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/none/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/none/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv index d8d8ed36b8..586f8fc1eb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/none/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/none/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Quarter,"[Screwdriver] Wall Hours: Per Session" -"2018 Q2",23.18216457 +"2018 Q2",23.14924004 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/none/cloud_avg_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/none/cloud_avg_wallduration_hours/timeseries-Year-reference.csv index 29c2c761a8..f2e426407a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/none/cloud_avg_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/none/cloud_avg_wallduration_hours/timeseries-Year-reference.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Year,"[Screwdriver] Wall Hours: Per Session" -2018,23.18216457 +2018,23.14924004 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/nsfdirectorate/cloud_avg_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/nsfdirectorate/cloud_avg_wallduration_hours/timeseries-Day-reference.csv index 353a687b2e..681e944cca 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/nsfdirectorate/cloud_avg_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/nsfdirectorate/cloud_avg_wallduration_hours/timeseries-Day-reference.csv @@ -6,8 +6,8 @@ start,end 2018-04-18,2018-04-30 --------- Day,"[Engineering] Wall Hours: Per Session" -2018-04-18,1.72262626 -2018-04-19,4.96252222 +2018-04-18,1.72253788 +2018-04-19,4.89282222 2018-04-20,6.64239899 2018-04-21,24.00000000 2018-04-22,24.00000000 @@ -15,8 +15,8 @@ Day,"[Engineering] Wall Hours: Per Session" 2018-04-24,24.00000000 2018-04-25,24.00000000 2018-04-26,17.13518519 -2018-04-27,20.24976852 +2018-04-27,20.24972222 2018-04-28,24.00000000 2018-04-29,24.00000000 -2018-04-30,19.46355556 +2018-04-30,19.46350000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/nsfdirectorate/cloud_avg_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/nsfdirectorate/cloud_avg_wallduration_hours/timeseries-Month-reference.csv index 9df43ce2e9..a1b0ecc6ff 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/nsfdirectorate/cloud_avg_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/nsfdirectorate/cloud_avg_wallduration_hours/timeseries-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Month,"[Engineering] Wall Hours: Per Session" -2018-04,23.18216457 +2018-04,23.14924004 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/nsfdirectorate/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/nsfdirectorate/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv index 3265fcfab8..f0ff3f56db 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/nsfdirectorate/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/nsfdirectorate/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Quarter,"[Engineering] Wall Hours: Per Session" -"2018 Q2",23.18216457 +"2018 Q2",23.14924004 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/nsfdirectorate/cloud_avg_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/nsfdirectorate/cloud_avg_wallduration_hours/timeseries-Year-reference.csv index 64919a32d7..b05f45fdaa 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/nsfdirectorate/cloud_avg_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/nsfdirectorate/cloud_avg_wallduration_hours/timeseries-Year-reference.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Year,"[Engineering] Wall Hours: Per Session" -2018,23.18216457 +2018,23.14924004 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/parentscience/cloud_avg_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/parentscience/cloud_avg_wallduration_hours/timeseries-Day-reference.csv index 0031b9a0df..270218e676 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/parentscience/cloud_avg_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/parentscience/cloud_avg_wallduration_hours/timeseries-Day-reference.csv @@ -6,8 +6,8 @@ start,end 2018-04-18,2018-04-30 --------- Day,"[Mechanical and Structural Systems] Wall Hours: Per Session" -2018-04-18,1.72262626 -2018-04-19,4.96252222 +2018-04-18,1.72253788 +2018-04-19,4.89282222 2018-04-20,6.64239899 2018-04-21,24.00000000 2018-04-22,24.00000000 @@ -15,8 +15,8 @@ Day,"[Mechanical and Structural Systems] Wall Hours: Per Session" 2018-04-24,24.00000000 2018-04-25,24.00000000 2018-04-26,17.13518519 -2018-04-27,20.24976852 +2018-04-27,20.24972222 2018-04-28,24.00000000 2018-04-29,24.00000000 -2018-04-30,19.46355556 +2018-04-30,19.46350000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/parentscience/cloud_avg_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/parentscience/cloud_avg_wallduration_hours/timeseries-Month-reference.csv index d15b383410..19b67247dc 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/parentscience/cloud_avg_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/parentscience/cloud_avg_wallduration_hours/timeseries-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Month,"[Mechanical and Structural Systems] Wall Hours: Per Session" -2018-04,23.18216457 +2018-04,23.14924004 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/parentscience/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/parentscience/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv index 735cf2674c..6abd7b493f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/parentscience/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/parentscience/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Quarter,"[Mechanical and Structural Systems] Wall Hours: Per Session" -"2018 Q2",23.18216457 +"2018 Q2",23.14924004 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/parentscience/cloud_avg_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/parentscience/cloud_avg_wallduration_hours/timeseries-Year-reference.csv index 99a37ff999..0b0d1417ec 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/parentscience/cloud_avg_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/parentscience/cloud_avg_wallduration_hours/timeseries-Year-reference.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Year,"[Mechanical and Structural Systems] Wall Hours: Per Session" -2018,23.18216457 +2018,23.14924004 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/person/cloud_avg_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/person/cloud_avg_wallduration_hours/timeseries-Day-reference.csv index 9a83fbdef4..3891c19146 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/person/cloud_avg_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/person/cloud_avg_wallduration_hours/timeseries-Day-reference.csv @@ -6,8 +6,8 @@ start,end 2018-04-18,2018-04-30 --------- Day,"[Warbler, Yellow] Wall Hours: Per Session","[Warbler, Yellow-rumped] Wall Hours: Per Session","[Warbler, Blackburnian] Wall Hours: Per Session" -2018-04-18,0.00000000,1.67356944,0 -2018-04-19,7.89680556,8.50259259,0.56712121 +2018-04-18,2.21305556,1.67348611,0 +2018-04-19,7.89680556,8.50252315,0.40878788 2018-04-20,24.00000000,4.90663889,0 2018-04-21,24.00000000,24.00000000,0 2018-04-22,24.00000000,24.00000000,0 @@ -15,8 +15,8 @@ Day,"[Warbler, Yellow] Wall Hours: Per Session","[Warbler, Yellow-rumped] Wall H 2018-04-24,24.00000000,24.00000000,0 2018-04-25,24.00000000,24.00000000,0 2018-04-26,24.00000000,15.76222222,0 -2018-04-27,12.74930556,24.00000000,0 +2018-04-27,12.74916667,24.00000000,0 2018-04-28,0,24.00000000,0 2018-04-29,0,24.00000000,0 -2018-04-30,5.28861111,23.00729167,0 +2018-04-30,5.28833333,23.00729167,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/person/cloud_avg_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/person/cloud_avg_wallduration_hours/timeseries-Month-reference.csv index d6d1f47e62..ae74012ec5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/person/cloud_avg_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/person/cloud_avg_wallduration_hours/timeseries-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Month,"[Warbler, Yellow] Wall Hours: Per Session","[Warbler, Yellow-rumped] Wall Hours: Per Session","[Warbler, Blackburnian] Wall Hours: Per Session" -2018-04,36.50120370,27.87247685,0.56712121 +2018-04,36.50106481,27.87240741,0.40878788 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/person/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/person/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv index f1248b438f..40ba28fcc4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/person/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/person/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Quarter,"[Warbler, Yellow] Wall Hours: Per Session","[Warbler, Yellow-rumped] Wall Hours: Per Session","[Warbler, Blackburnian] Wall Hours: Per Session" -"2018 Q2",36.50120370,27.87247685,0.56712121 +"2018 Q2",36.50106481,27.87240741,0.40878788 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/person/cloud_avg_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/person/cloud_avg_wallduration_hours/timeseries-Year-reference.csv index 172a39462a..a32ead37c7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/person/cloud_avg_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/person/cloud_avg_wallduration_hours/timeseries-Year-reference.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Year,"[Warbler, Yellow] Wall Hours: Per Session","[Warbler, Yellow-rumped] Wall Hours: Per Session","[Warbler, Blackburnian] Wall Hours: Per Session" -2018,36.50120370,27.87247685,0.56712121 +2018,36.50106481,27.87240741,0.40878788 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/pi/cloud_avg_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/pi/cloud_avg_wallduration_hours/timeseries-Day-reference.csv index 1b3274be5d..0f92f938e9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/pi/cloud_avg_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/pi/cloud_avg_wallduration_hours/timeseries-Day-reference.csv @@ -6,8 +6,8 @@ start,end 2018-04-18,2018-04-30 --------- Day,"[Tern, Sandwich] Wall Hours: Per Session" -2018-04-18,1.72262626 -2018-04-19,4.96252222 +2018-04-18,1.72253788 +2018-04-19,4.89282222 2018-04-20,6.64239899 2018-04-21,24.00000000 2018-04-22,24.00000000 @@ -15,8 +15,8 @@ Day,"[Tern, Sandwich] Wall Hours: Per Session" 2018-04-24,24.00000000 2018-04-25,24.00000000 2018-04-26,17.13518519 -2018-04-27,20.24976852 +2018-04-27,20.24972222 2018-04-28,24.00000000 2018-04-29,24.00000000 -2018-04-30,19.46355556 +2018-04-30,19.46350000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/pi/cloud_avg_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/pi/cloud_avg_wallduration_hours/timeseries-Month-reference.csv index afc53f9b07..b75d10cbef 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/pi/cloud_avg_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/pi/cloud_avg_wallduration_hours/timeseries-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Month,"[Tern, Sandwich] Wall Hours: Per Session" -2018-04,23.18216457 +2018-04,23.14924004 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/pi/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/pi/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv index e1fe7d44d7..1aa41bf811 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/pi/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/pi/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Quarter,"[Tern, Sandwich] Wall Hours: Per Session" -"2018 Q2",23.18216457 +"2018 Q2",23.14924004 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/pi/cloud_avg_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/pi/cloud_avg_wallduration_hours/timeseries-Year-reference.csv index 85897aa742..c9cbd43fed 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/pi/cloud_avg_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/pi/cloud_avg_wallduration_hours/timeseries-Year-reference.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Year,"[Tern, Sandwich] Wall Hours: Per Session" -2018,23.18216457 +2018,23.14924004 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/pi_institution/cloud_avg_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/pi_institution/cloud_avg_wallduration_hours/timeseries-Day-reference.csv index 4b5a54f37d..1e75c3e318 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/pi_institution/cloud_avg_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/pi_institution/cloud_avg_wallduration_hours/timeseries-Day-reference.csv @@ -6,8 +6,8 @@ start,end 2018-04-18,2018-04-30 --------- Day,"[screw - Screwdriver] Wall Hours: Per Session" -2018-04-18,1.72262626 -2018-04-19,4.96252222 +2018-04-18,1.72253788 +2018-04-19,4.89282222 2018-04-20,6.64239899 2018-04-21,24.00000000 2018-04-22,24.00000000 @@ -15,8 +15,8 @@ Day,"[screw - Screwdriver] Wall Hours: Per Session" 2018-04-24,24.00000000 2018-04-25,24.00000000 2018-04-26,17.13518519 -2018-04-27,20.24976852 +2018-04-27,20.24972222 2018-04-28,24.00000000 2018-04-29,24.00000000 -2018-04-30,19.46355556 +2018-04-30,19.46350000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/pi_institution/cloud_avg_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/pi_institution/cloud_avg_wallduration_hours/timeseries-Month-reference.csv index 119d262dd5..1672071c2d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/pi_institution/cloud_avg_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/pi_institution/cloud_avg_wallduration_hours/timeseries-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Month,"[screw - Screwdriver] Wall Hours: Per Session" -2018-04,23.18216457 +2018-04,23.14924004 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/pi_institution/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/pi_institution/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv index c8ead491c9..ecc29bad76 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/pi_institution/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/pi_institution/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Quarter,"[screw - Screwdriver] Wall Hours: Per Session" -"2018 Q2",23.18216457 +"2018 Q2",23.14924004 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/pi_institution/cloud_avg_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/pi_institution/cloud_avg_wallduration_hours/timeseries-Year-reference.csv index 210ba4d8aa..c6b472ff9c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/pi_institution/cloud_avg_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/pi_institution/cloud_avg_wallduration_hours/timeseries-Year-reference.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Year,"[screw - Screwdriver] Wall Hours: Per Session" -2018,23.18216457 +2018,23.14924004 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/project/cloud_avg_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/project/cloud_avg_wallduration_hours/timeseries-Day-reference.csv index 6c49887aea..4a4a8d1eae 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/project/cloud_avg_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/project/cloud_avg_wallduration_hours/timeseries-Day-reference.csv @@ -6,8 +6,8 @@ start,end 2018-04-18,2018-04-30 --------- Day,"[zealous] Wall Hours: Per Session" -2018-04-18,1.72262626 -2018-04-19,4.96252222 +2018-04-18,1.72253788 +2018-04-19,4.89282222 2018-04-20,6.64239899 2018-04-21,24.00000000 2018-04-22,24.00000000 @@ -15,8 +15,8 @@ Day,"[zealous] Wall Hours: Per Session" 2018-04-24,24.00000000 2018-04-25,24.00000000 2018-04-26,17.13518519 -2018-04-27,20.24976852 +2018-04-27,20.24972222 2018-04-28,24.00000000 2018-04-29,24.00000000 -2018-04-30,19.46355556 +2018-04-30,19.46350000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/project/cloud_avg_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/project/cloud_avg_wallduration_hours/timeseries-Month-reference.csv index 8f8c6a3d29..598a89013f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/project/cloud_avg_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/project/cloud_avg_wallduration_hours/timeseries-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Month,"[zealous] Wall Hours: Per Session" -2018-04,23.18216457 +2018-04,23.14924004 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/project/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/project/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv index 2517b5553f..cda195d75c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/project/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/project/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Quarter,"[zealous] Wall Hours: Per Session" -"2018 Q2",23.18216457 +"2018 Q2",23.14924004 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/project/cloud_avg_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/project/cloud_avg_wallduration_hours/timeseries-Year-reference.csv index a5321033ea..76e60c5760 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/project/cloud_avg_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/project/cloud_avg_wallduration_hours/timeseries-Year-reference.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Year,"[zealous] Wall Hours: Per Session" -2018,23.18216457 +2018,23.14924004 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/provider/cloud_avg_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/provider/cloud_avg_wallduration_hours/timeseries-Day-reference.csv index 6f8bd7c3ec..9e3dcea386 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/provider/cloud_avg_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/provider/cloud_avg_wallduration_hours/timeseries-Day-reference.csv @@ -6,8 +6,8 @@ start,end 2018-04-18,2018-04-30 --------- Day,"[screw - Screwdriver] Wall Hours: Per Session" -2018-04-18,1.72262626 -2018-04-19,4.96252222 +2018-04-18,1.72253788 +2018-04-19,4.89282222 2018-04-20,6.64239899 2018-04-21,24.00000000 2018-04-22,24.00000000 @@ -15,8 +15,8 @@ Day,"[screw - Screwdriver] Wall Hours: Per Session" 2018-04-24,24.00000000 2018-04-25,24.00000000 2018-04-26,17.13518519 -2018-04-27,20.24976852 +2018-04-27,20.24972222 2018-04-28,24.00000000 2018-04-29,24.00000000 -2018-04-30,19.46355556 +2018-04-30,19.46350000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/provider/cloud_avg_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/provider/cloud_avg_wallduration_hours/timeseries-Month-reference.csv index d44c8eb754..7b32afe221 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/provider/cloud_avg_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/provider/cloud_avg_wallduration_hours/timeseries-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Month,"[screw - Screwdriver] Wall Hours: Per Session" -2018-04,23.18216457 +2018-04,23.14924004 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/provider/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/provider/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv index 314441cd82..1875b5459e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/provider/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/provider/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Quarter,"[screw - Screwdriver] Wall Hours: Per Session" -"2018 Q2",23.18216457 +"2018 Q2",23.14924004 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/provider/cloud_avg_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/provider/cloud_avg_wallduration_hours/timeseries-Year-reference.csv index 4e310a16a9..599554e530 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/provider/cloud_avg_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/provider/cloud_avg_wallduration_hours/timeseries-Year-reference.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Year,"[screw - Screwdriver] Wall Hours: Per Session" -2018,23.18216457 +2018,23.14924004 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/resource/cloud_avg_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/resource/cloud_avg_wallduration_hours/timeseries-Day-reference.csv index 00955f6dab..b8d51c6d5d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/resource/cloud_avg_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/resource/cloud_avg_wallduration_hours/timeseries-Day-reference.csv @@ -6,8 +6,8 @@ start,end 2018-04-18,2018-04-30 --------- Day,"[openstack] Wall Hours: Per Session" -2018-04-18,1.72262626 -2018-04-19,4.96252222 +2018-04-18,1.72253788 +2018-04-19,4.89282222 2018-04-20,6.64239899 2018-04-21,24.00000000 2018-04-22,24.00000000 @@ -15,8 +15,8 @@ Day,"[openstack] Wall Hours: Per Session" 2018-04-24,24.00000000 2018-04-25,24.00000000 2018-04-26,17.13518519 -2018-04-27,20.24976852 +2018-04-27,20.24972222 2018-04-28,24.00000000 2018-04-29,24.00000000 -2018-04-30,19.46355556 +2018-04-30,19.46350000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/resource/cloud_avg_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/resource/cloud_avg_wallduration_hours/timeseries-Month-reference.csv index 565f35be8b..fe60777107 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/resource/cloud_avg_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/resource/cloud_avg_wallduration_hours/timeseries-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Month,"[openstack] Wall Hours: Per Session" -2018-04,23.18216457 +2018-04,23.14924004 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/resource/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/resource/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv index 4376bdafe7..bb8f31292f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/resource/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/resource/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Quarter,"[openstack] Wall Hours: Per Session" -"2018 Q2",23.18216457 +"2018 Q2",23.14924004 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/resource/cloud_avg_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/resource/cloud_avg_wallduration_hours/timeseries-Year-reference.csv index ebfcd5c07f..9ef03f86f0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/resource/cloud_avg_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/resource/cloud_avg_wallduration_hours/timeseries-Year-reference.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Year,"[openstack] Wall Hours: Per Session" -2018,23.18216457 +2018,23.14924004 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/submission_venue/cloud_avg_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/submission_venue/cloud_avg_wallduration_hours/timeseries-Day-reference.csv index f277d0fa65..f1cd187cab 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/submission_venue/cloud_avg_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/submission_venue/cloud_avg_wallduration_hours/timeseries-Day-reference.csv @@ -6,8 +6,8 @@ start,end 2018-04-18,2018-04-30 --------- Day,"[OpenStack API] Wall Hours: Per Session" -2018-04-18,1.72262626 -2018-04-19,4.96252222 +2018-04-18,1.72253788 +2018-04-19,4.89282222 2018-04-20,6.64239899 2018-04-21,24.00000000 2018-04-22,24.00000000 @@ -15,8 +15,8 @@ Day,"[OpenStack API] Wall Hours: Per Session" 2018-04-24,24.00000000 2018-04-25,24.00000000 2018-04-26,17.13518519 -2018-04-27,20.24976852 +2018-04-27,20.24972222 2018-04-28,24.00000000 2018-04-29,24.00000000 -2018-04-30,19.46355556 +2018-04-30,19.46350000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/submission_venue/cloud_avg_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/submission_venue/cloud_avg_wallduration_hours/timeseries-Month-reference.csv index 0f739a8950..d34cc60c56 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/submission_venue/cloud_avg_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/submission_venue/cloud_avg_wallduration_hours/timeseries-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Month,"[OpenStack API] Wall Hours: Per Session" -2018-04,23.18216457 +2018-04,23.14924004 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/submission_venue/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/submission_venue/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv index ed744dc398..f94dcca5cf 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/submission_venue/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/submission_venue/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Quarter,"[OpenStack API] Wall Hours: Per Session" -"2018 Q2",23.18216457 +"2018 Q2",23.14924004 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/submission_venue/cloud_avg_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/submission_venue/cloud_avg_wallduration_hours/timeseries-Year-reference.csv index 8f70eeb0a9..79adee6d0f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/submission_venue/cloud_avg_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/submission_venue/cloud_avg_wallduration_hours/timeseries-Year-reference.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Year,"[OpenStack API] Wall Hours: Per Session" -2018,23.18216457 +2018,23.14924004 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/username/cloud_avg_wallduration_hours/timeseries-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/username/cloud_avg_wallduration_hours/timeseries-Day-cd.csv index f6dee46627..8bd0efe50a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/username/cloud_avg_wallduration_hours/timeseries-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/username/cloud_avg_wallduration_hours/timeseries-Day-cd.csv @@ -6,8 +6,8 @@ start,end 2018-04-18,2018-04-30 --------- Day,"[ylwwa] Wall Hours: Per Session","[yerwa] Wall Hours: Per Session","[setusca] Wall Hours: Per Session" -2018-04-18,0.00000000,1.67356944,0 -2018-04-19,7.89680556,8.50259259,0.56712121 +2018-04-18,2.21305556,1.67348611,0 +2018-04-19,7.89680556,8.50252315,0.40878788 2018-04-20,24.00000000,4.90663889,0 2018-04-21,24.00000000,24.00000000,0 2018-04-22,24.00000000,24.00000000,0 @@ -15,8 +15,8 @@ Day,"[ylwwa] Wall Hours: Per Session","[yerwa] Wall Hours: Per Session","[setusc 2018-04-24,24.00000000,24.00000000,0 2018-04-25,24.00000000,24.00000000,0 2018-04-26,24.00000000,15.76222222,0 -2018-04-27,12.74930556,24.00000000,0 +2018-04-27,12.74916667,24.00000000,0 2018-04-28,0,24.00000000,0 2018-04-29,0,24.00000000,0 -2018-04-30,5.28861111,23.00729167,0 +2018-04-30,5.28833333,23.00729167,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/username/cloud_avg_wallduration_hours/timeseries-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/username/cloud_avg_wallduration_hours/timeseries-Day-cs.csv index f6dee46627..8bd0efe50a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/username/cloud_avg_wallduration_hours/timeseries-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/username/cloud_avg_wallduration_hours/timeseries-Day-cs.csv @@ -6,8 +6,8 @@ start,end 2018-04-18,2018-04-30 --------- Day,"[ylwwa] Wall Hours: Per Session","[yerwa] Wall Hours: Per Session","[setusca] Wall Hours: Per Session" -2018-04-18,0.00000000,1.67356944,0 -2018-04-19,7.89680556,8.50259259,0.56712121 +2018-04-18,2.21305556,1.67348611,0 +2018-04-19,7.89680556,8.50252315,0.40878788 2018-04-20,24.00000000,4.90663889,0 2018-04-21,24.00000000,24.00000000,0 2018-04-22,24.00000000,24.00000000,0 @@ -15,8 +15,8 @@ Day,"[ylwwa] Wall Hours: Per Session","[yerwa] Wall Hours: Per Session","[setusc 2018-04-24,24.00000000,24.00000000,0 2018-04-25,24.00000000,24.00000000,0 2018-04-26,24.00000000,15.76222222,0 -2018-04-27,12.74930556,24.00000000,0 +2018-04-27,12.74916667,24.00000000,0 2018-04-28,0,24.00000000,0 2018-04-29,0,24.00000000,0 -2018-04-30,5.28861111,23.00729167,0 +2018-04-30,5.28833333,23.00729167,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/username/cloud_avg_wallduration_hours/timeseries-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/username/cloud_avg_wallduration_hours/timeseries-Month-cd.csv index cdd881cf9f..13560ca397 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/username/cloud_avg_wallduration_hours/timeseries-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/username/cloud_avg_wallduration_hours/timeseries-Month-cd.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Month,"[ylwwa] Wall Hours: Per Session","[yerwa] Wall Hours: Per Session","[setusca] Wall Hours: Per Session" -2018-04,36.50120370,27.87247685,0.56712121 +2018-04,36.50106481,27.87240741,0.40878788 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/username/cloud_avg_wallduration_hours/timeseries-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/username/cloud_avg_wallduration_hours/timeseries-Month-cs.csv index cdd881cf9f..13560ca397 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/username/cloud_avg_wallduration_hours/timeseries-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/username/cloud_avg_wallduration_hours/timeseries-Month-cs.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Month,"[ylwwa] Wall Hours: Per Session","[yerwa] Wall Hours: Per Session","[setusca] Wall Hours: Per Session" -2018-04,36.50120370,27.87247685,0.56712121 +2018-04,36.50106481,27.87240741,0.40878788 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/username/cloud_avg_wallduration_hours/timeseries-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/username/cloud_avg_wallduration_hours/timeseries-Quarter-cd.csv index d170a3e5ef..f54d619014 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/username/cloud_avg_wallduration_hours/timeseries-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/username/cloud_avg_wallduration_hours/timeseries-Quarter-cd.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Quarter,"[ylwwa] Wall Hours: Per Session","[yerwa] Wall Hours: Per Session","[setusca] Wall Hours: Per Session" -"2018 Q2",36.50120370,27.87247685,0.56712121 +"2018 Q2",36.50106481,27.87240741,0.40878788 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/username/cloud_avg_wallduration_hours/timeseries-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/username/cloud_avg_wallduration_hours/timeseries-Quarter-cs.csv index d170a3e5ef..f54d619014 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/username/cloud_avg_wallduration_hours/timeseries-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/username/cloud_avg_wallduration_hours/timeseries-Quarter-cs.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Quarter,"[ylwwa] Wall Hours: Per Session","[yerwa] Wall Hours: Per Session","[setusca] Wall Hours: Per Session" -"2018 Q2",36.50120370,27.87247685,0.56712121 +"2018 Q2",36.50106481,27.87240741,0.40878788 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/username/cloud_avg_wallduration_hours/timeseries-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/username/cloud_avg_wallduration_hours/timeseries-Year-cd.csv index 377f7b706a..3fa3fda7da 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/username/cloud_avg_wallduration_hours/timeseries-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/username/cloud_avg_wallduration_hours/timeseries-Year-cd.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Year,"[ylwwa] Wall Hours: Per Session","[yerwa] Wall Hours: Per Session","[setusca] Wall Hours: Per Session" -2018,36.50120370,27.87247685,0.56712121 +2018,36.50106481,27.87240741,0.40878788 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/username/cloud_avg_wallduration_hours/timeseries-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/username/cloud_avg_wallduration_hours/timeseries-Year-cs.csv index 377f7b706a..3fa3fda7da 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/username/cloud_avg_wallduration_hours/timeseries-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/username/cloud_avg_wallduration_hours/timeseries-Year-cs.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Year,"[ylwwa] Wall Hours: Per Session","[yerwa] Wall Hours: Per Session","[setusca] Wall Hours: Per Session" -2018,36.50120370,27.87247685,0.56712121 +2018,36.50106481,27.87240741,0.40878788 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/vm_size/cloud_avg_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/vm_size/cloud_avg_wallduration_hours/timeseries-Day-reference.csv index 6a6529c870..3d0d81d637 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/vm_size/cloud_avg_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/vm_size/cloud_avg_wallduration_hours/timeseries-Day-reference.csv @@ -6,8 +6,8 @@ start,end 2018-04-18,2018-04-30 --------- Day,"[1] Wall Hours: Per Session","[2 - 3] Wall Hours: Per Session","[4 - 7] Wall Hours: Per Session" -2018-04-18,1.80711420,0.47180556,2.21305556 -2018-04-19,4.70736715,7.89680556,0 +2018-04-18,1.80703704,0.47152778,2.21305556 +2018-04-19,4.63160628,7.89680556,0 2018-04-20,4.90663889,24.00000000,0 2018-04-21,24.00000000,24.00000000,0 2018-04-22,24.00000000,24.00000000,0 @@ -15,8 +15,8 @@ Day,"[1] Wall Hours: Per Session","[2 - 3] Wall Hours: Per Session","[4 - 7] Wal 2018-04-24,24.00000000,24.00000000,0 2018-04-25,24.00000000,24.00000000,0 2018-04-26,18.11465278,24.00000000,6.35250000 -2018-04-27,19.41763889,19.82805556,24.00000000 +2018-04-27,19.41763889,19.82777778,24.00000000 2018-04-28,24.00000000,0,24.00000000 2018-04-29,24.00000000,0,24.00000000 -2018-04-30,23.00472222,5.28861111,23.01500000 +2018-04-30,23.00472222,5.28833333,23.01500000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/vm_size/cloud_avg_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/vm_size/cloud_avg_wallduration_hours/timeseries-Month-reference.csv index 9cc55cfb12..d46638e600 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/vm_size/cloud_avg_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/vm_size/cloud_avg_wallduration_hours/timeseries-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Month,"[1] Wall Hours: Per Session","[2 - 3] Wall Hours: Per Session","[4 - 7] Wall Hours: Per Session" -2018-04,20.28904938,41.97077778,35.26453704 +2018-04,20.25029630,41.97055556,35.26453704 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/vm_size/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/vm_size/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv index db83f4db5f..0ee7100146 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/vm_size/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/vm_size/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Quarter,"[1] Wall Hours: Per Session","[2 - 3] Wall Hours: Per Session","[4 - 7] Wall Hours: Per Session" -"2018 Q2",20.28904938,41.97077778,35.26453704 +"2018 Q2",20.25029630,41.97055556,35.26453704 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/vm_size/cloud_avg_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/vm_size/cloud_avg_wallduration_hours/timeseries-Year-reference.csv index b16517f55b..12a4498eef 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/vm_size/cloud_avg_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/vm_size/cloud_avg_wallduration_hours/timeseries-Year-reference.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Year,"[1] Wall Hours: Per Session","[2 - 3] Wall Hours: Per Session","[4 - 7] Wall Hours: Per Session" -2018,20.28904938,41.97077778,35.26453704 +2018,20.25029630,41.97055556,35.26453704 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/vm_size_memory/cloud_avg_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/vm_size_memory/cloud_avg_wallduration_hours/timeseries-Day-reference.csv index 8335fe62d9..03c7c6db3b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/vm_size_memory/cloud_avg_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/vm_size_memory/cloud_avg_wallduration_hours/timeseries-Day-reference.csv @@ -6,8 +6,8 @@ start,end 2018-04-18,2018-04-30 --------- Day,"[8 - 16 GB] Wall Hours: Per Session","[2 - 4 GB] Wall Hours: Per Session","[< 2 GB] Wall Hours: Per Session","[4 - 8 GB] Wall Hours: Per Session","[32 - 64 GB] Wall Hours: Per Session" -2018-04-18,2.21305556,1.94709150,0.01527778,0.23527778,0.12055556 -2018-04-19,0,5.86257937,0.23722222,0,0 +2018-04-18,2.21305556,1.94700980,0.01500000,0.23527778,0.12027778 +2018-04-19,0,5.78037037,0.23319444,0,0 2018-04-20,0,6.64239899,0,0,0 2018-04-21,0,24.00000000,0,0,0 2018-04-22,0,24.00000000,0,0,0 @@ -15,8 +15,8 @@ Day,"[8 - 16 GB] Wall Hours: Per Session","[2 - 4 GB] Wall Hours: Per Session"," 2018-04-24,0,24.00000000,0,0,0 2018-04-25,0,24.00000000,0,0,0 2018-04-26,6.35250000,19.29172222,0,0,0 -2018-04-27,24.00000000,22.95701389,5.67055556,0,0 +2018-04-27,24.00000000,22.95694444,5.67055556,0,0 2018-04-28,24.00000000,24.00000000,0,0,0 2018-04-29,24.00000000,24.00000000,0,0,0 -2018-04-30,23.01500000,18.57569444,0,0,0 +2018-04-30,23.01500000,18.57562500,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/vm_size_memory/cloud_avg_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/vm_size_memory/cloud_avg_wallduration_hours/timeseries-Month-reference.csv index d71e355292..ba947ef0e8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/vm_size_memory/cloud_avg_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/vm_size_memory/cloud_avg_wallduration_hours/timeseries-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Month,"[8 - 16 GB] Wall Hours: Per Session","[2 - 4 GB] Wall Hours: Per Session","[< 2 GB] Wall Hours: Per Session","[4 - 8 GB] Wall Hours: Per Session","[32 - 64 GB] Wall Hours: Per Session" -2018-04,35.26453704,26.56834656,1.10578704,0.23527778,0.12055556 +2018-04,35.26453704,26.52719577,1.10305556,0.23527778,0.12027778 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/vm_size_memory/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/vm_size_memory/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv index 82b4dab074..c43f91bf82 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/vm_size_memory/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/vm_size_memory/cloud_avg_wallduration_hours/timeseries-Quarter-reference.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Quarter,"[8 - 16 GB] Wall Hours: Per Session","[2 - 4 GB] Wall Hours: Per Session","[< 2 GB] Wall Hours: Per Session","[4 - 8 GB] Wall Hours: Per Session","[32 - 64 GB] Wall Hours: Per Session" -"2018 Q2",35.26453704,26.56834656,1.10578704,0.23527778,0.12055556 +"2018 Q2",35.26453704,26.52719577,1.10305556,0.23527778,0.12027778 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/vm_size_memory/cloud_avg_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/vm_size_memory/cloud_avg_wallduration_hours/timeseries-Year-reference.csv index 1d35474ff1..e2771d2706 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/vm_size_memory/cloud_avg_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Cloud/vm_size_memory/cloud_avg_wallduration_hours/timeseries-Year-reference.csv @@ -6,5 +6,5 @@ start,end 2018-04-18,2018-04-30 --------- Year,"[8 - 16 GB] Wall Hours: Per Session","[2 - 4 GB] Wall Hours: Per Session","[< 2 GB] Wall Hours: Per Session","[4 - 8 GB] Wall Hours: Per Session","[32 - 64 GB] Wall Hours: Per Session" -2018,35.26453704,26.56834656,1.10578704,0.23527778,0.12055556 +2018,35.26453704,26.52719577,1.10305556,0.23527778,0.12027778 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/active_person_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/active_person_count/aggregate-Day-reference.csv index ad19853ff5..b16fa1f5ff 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/active_person_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/active_person_count/aggregate-Day-reference.csv @@ -20,6 +20,7 @@ Biophysics,2 Sociology,2 "Solid State Chemistry and Polymers",2 "Statistics and Probability",2 +"Systems Prototyping and Fabrication",2 "Algebra and Number Theory",1 "Biochemistry and Molecular Structure and Function",1 "Computer and Computation Theory",1 @@ -42,7 +43,6 @@ Seismology,1 "Solid-State and Microstructures",1 "Structures and Building Systems",1 "Systematic and Population Biology",1 -"Systems Prototyping and Fabrication",1 Tectonics,1 "Theoretical Physics",1 "Volcanology and Mantle Geochemistry",1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/active_person_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/active_person_count/aggregate-Month-reference.csv index ad19853ff5..b16fa1f5ff 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/active_person_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/active_person_count/aggregate-Month-reference.csv @@ -20,6 +20,7 @@ Biophysics,2 Sociology,2 "Solid State Chemistry and Polymers",2 "Statistics and Probability",2 +"Systems Prototyping and Fabrication",2 "Algebra and Number Theory",1 "Biochemistry and Molecular Structure and Function",1 "Computer and Computation Theory",1 @@ -42,7 +43,6 @@ Seismology,1 "Solid-State and Microstructures",1 "Structures and Building Systems",1 "Systematic and Population Biology",1 -"Systems Prototyping and Fabrication",1 Tectonics,1 "Theoretical Physics",1 "Volcanology and Mantle Geochemistry",1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/active_person_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/active_person_count/aggregate-Quarter-reference.csv index ad19853ff5..b16fa1f5ff 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/active_person_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/active_person_count/aggregate-Quarter-reference.csv @@ -20,6 +20,7 @@ Biophysics,2 Sociology,2 "Solid State Chemistry and Polymers",2 "Statistics and Probability",2 +"Systems Prototyping and Fabrication",2 "Algebra and Number Theory",1 "Biochemistry and Molecular Structure and Function",1 "Computer and Computation Theory",1 @@ -42,7 +43,6 @@ Seismology,1 "Solid-State and Microstructures",1 "Structures and Building Systems",1 "Systematic and Population Biology",1 -"Systems Prototyping and Fabrication",1 Tectonics,1 "Theoretical Physics",1 "Volcanology and Mantle Geochemistry",1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/active_person_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/active_person_count/aggregate-Year-reference.csv index ad19853ff5..b16fa1f5ff 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/active_person_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/active_person_count/aggregate-Year-reference.csv @@ -20,6 +20,7 @@ Biophysics,2 Sociology,2 "Solid State Chemistry and Polymers",2 "Statistics and Probability",2 +"Systems Prototyping and Fabrication",2 "Algebra and Number Theory",1 "Biochemistry and Molecular Structure and Function",1 "Computer and Computation Theory",1 @@ -42,7 +43,6 @@ Seismology,1 "Solid-State and Microstructures",1 "Structures and Building Systems",1 "Systematic and Population Biology",1 -"Systems Prototyping and Fabrication",1 Tectonics,1 "Theoretical Physics",1 "Volcanology and Mantle Geochemistry",1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/active_person_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/active_person_count/timeseries-Day-reference.csv index a9676a61fc..d43b1f2094 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/active_person_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/active_person_count/timeseries-Day-reference.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[Galactic Astronomy] Number of Users: Active","[Physical Chemistry] Number of Users: Active","[Quantum Electronics, Waves, and Beams] Number of Users: Active","[Stellar Astronomy and Astrophysics] Number of Users: Active","[Arts] Number of Users: Active","[Mechanics and Materials] Number of Users: Active","[Biophysics] Number of Users: Active","[Cell Biology] Number of Users: Active","[Decision, Risk, and Management Science] Number of Users: Active","[Experimental Systems] Number of Users: Active","[Organic and Macromolecular Chemistry] Number of Users: Active","[Sociology] Number of Users: Active","[Solid State Chemistry and Polymers] Number of Users: Active","[Statistics and Probability] Number of Users: Active","[Algebra and Number Theory] Number of Users: Active","[Biochemistry and Molecular Structure and Function] Number of Users: Active","[Computer and Computation Theory] Number of Users: Active","[Design and Computer-Integrated Engineering] Number of Users: Active","[Design, Tools, and Test] Number of Users: Active","[Economics] Number of Users: Active","[Emerging Technologies Initiation] Number of Users: Active","[Extragalactic Astronomy and Cosmology] Number of Users: Active","[Fluid, Particulate, and Hydraulic Systems] Number of Users: Active","[Geology and Paleontology] Number of Users: Active","[Geophysics] Number of Users: Active","[Global Atmospheric Research] Number of Users: Active","[Law and Social Sciences] Number of Users: Active","[Metals, Ceramics, and Electronic Materials] Number of Users: Active","[Operations Research and Production Systems] Number of Users: Active","[Polar Aeronomy and Astrophysics] Number of Users: Active","[Polar Meteorology] Number of Users: Active","[Polar Ocean and Climate Systems] Number of Users: Active","[Seismology] Number of Users: Active","[Solid-State and Microstructures] Number of Users: Active","[Structures and Building Systems] Number of Users: Active","[Systematic and Population Biology] Number of Users: Active","[Systems Prototyping and Fabrication] Number of Users: Active","[Tectonics] Number of Users: Active","[Theoretical Physics] Number of Users: Active","[Volcanology and Mantle Geochemistry] Number of Users: Active" +Day,"[Galactic Astronomy] Number of Users: Active","[Physical Chemistry] Number of Users: Active","[Quantum Electronics, Waves, and Beams] Number of Users: Active","[Stellar Astronomy and Astrophysics] Number of Users: Active","[Arts] Number of Users: Active","[Mechanics and Materials] Number of Users: Active","[Biophysics] Number of Users: Active","[Cell Biology] Number of Users: Active","[Decision, Risk, and Management Science] Number of Users: Active","[Experimental Systems] Number of Users: Active","[Organic and Macromolecular Chemistry] Number of Users: Active","[Sociology] Number of Users: Active","[Solid State Chemistry and Polymers] Number of Users: Active","[Statistics and Probability] Number of Users: Active","[Systems Prototyping and Fabrication] Number of Users: Active","[Algebra and Number Theory] Number of Users: Active","[Biochemistry and Molecular Structure and Function] Number of Users: Active","[Computer and Computation Theory] Number of Users: Active","[Design and Computer-Integrated Engineering] Number of Users: Active","[Design, Tools, and Test] Number of Users: Active","[Economics] Number of Users: Active","[Emerging Technologies Initiation] Number of Users: Active","[Extragalactic Astronomy and Cosmology] Number of Users: Active","[Fluid, Particulate, and Hydraulic Systems] Number of Users: Active","[Geology and Paleontology] Number of Users: Active","[Geophysics] Number of Users: Active","[Global Atmospheric Research] Number of Users: Active","[Law and Social Sciences] Number of Users: Active","[Metals, Ceramics, and Electronic Materials] Number of Users: Active","[Operations Research and Production Systems] Number of Users: Active","[Polar Aeronomy and Astrophysics] Number of Users: Active","[Polar Meteorology] Number of Users: Active","[Polar Ocean and Climate Systems] Number of Users: Active","[Seismology] Number of Users: Active","[Solid-State and Microstructures] Number of Users: Active","[Structures and Building Systems] Number of Users: Active","[Systematic and Population Biology] Number of Users: Active","[Tectonics] Number of Users: Active","[Theoretical Physics] Number of Users: Active","[Volcanology and Mantle Geochemistry] Number of Users: Active" 2016-12-22,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-23,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-24,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-25,1,2,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-26,1,2,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-27,3,2,1,1,0,0,2,1,0,0,0,1,2,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-28,3,4,1,1,0,0,2,1,0,1,1,1,2,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,1 -2016-12-29,4,4,2,3,2,0,2,2,1,2,1,2,2,2,1,1,1,0,0,0,1,0,0,0,0,1,0,1,1,1,0,0,1,1,1,0,1,0,1,1 -2016-12-30,6,4,4,4,3,3,2,2,2,2,2,2,2,2,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1 -2016-12-31,5,4,4,4,3,3,2,1,1,2,2,2,1,1,1,1,1,1,0,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0 -2017-01-01,2,4,3,3,2,3,2,1,0,1,1,2,0,1,1,0,0,1,0,1,1,0,0,1,0,1,0,0,1,0,1,1,1,1,0,1,1,0,0,0 +2016-12-27,3,2,1,1,0,0,2,1,0,0,0,1,2,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-28,3,4,1,1,0,0,2,1,0,1,1,1,2,2,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1 +2016-12-29,4,4,2,3,2,0,2,2,1,2,1,2,2,2,1,1,1,1,0,0,0,1,0,0,0,0,1,0,1,1,1,0,0,1,1,1,0,0,1,1 +2016-12-30,6,4,4,4,3,3,2,2,2,2,2,2,2,2,2,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1 +2016-12-31,5,4,4,4,3,3,2,1,1,2,2,2,1,1,1,1,1,1,1,0,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,0,0 +2017-01-01,2,4,3,3,2,3,2,1,0,1,1,2,0,1,1,1,0,0,1,0,1,1,0,0,1,0,1,0,0,1,0,1,1,1,1,0,1,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/active_person_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/active_person_count/timeseries-Month-reference.csv index ba1ee8da68..e62650be55 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/active_person_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/active_person_count/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[Galactic Astronomy] Number of Users: Active","[Physical Chemistry] Number of Users: Active","[Quantum Electronics, Waves, and Beams] Number of Users: Active","[Stellar Astronomy and Astrophysics] Number of Users: Active","[Arts] Number of Users: Active","[Mechanics and Materials] Number of Users: Active","[Biophysics] Number of Users: Active","[Cell Biology] Number of Users: Active","[Decision, Risk, and Management Science] Number of Users: Active","[Experimental Systems] Number of Users: Active","[Organic and Macromolecular Chemistry] Number of Users: Active","[Sociology] Number of Users: Active","[Solid State Chemistry and Polymers] Number of Users: Active","[Statistics and Probability] Number of Users: Active","[Algebra and Number Theory] Number of Users: Active","[Biochemistry and Molecular Structure and Function] Number of Users: Active","[Computer and Computation Theory] Number of Users: Active","[Design and Computer-Integrated Engineering] Number of Users: Active","[Design, Tools, and Test] Number of Users: Active","[Economics] Number of Users: Active","[Emerging Technologies Initiation] Number of Users: Active","[Extragalactic Astronomy and Cosmology] Number of Users: Active","[Fluid, Particulate, and Hydraulic Systems] Number of Users: Active","[Geology and Paleontology] Number of Users: Active","[Geophysics] Number of Users: Active","[Global Atmospheric Research] Number of Users: Active","[Law and Social Sciences] Number of Users: Active","[Metals, Ceramics, and Electronic Materials] Number of Users: Active","[Operations Research and Production Systems] Number of Users: Active","[Polar Aeronomy and Astrophysics] Number of Users: Active","[Polar Meteorology] Number of Users: Active","[Polar Ocean and Climate Systems] Number of Users: Active","[Seismology] Number of Users: Active","[Solid-State and Microstructures] Number of Users: Active","[Structures and Building Systems] Number of Users: Active","[Systematic and Population Biology] Number of Users: Active","[Systems Prototyping and Fabrication] Number of Users: Active","[Tectonics] Number of Users: Active","[Theoretical Physics] Number of Users: Active","[Volcanology and Mantle Geochemistry] Number of Users: Active" -2016-12,6,4,4,4,3,3,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 -2017-01,2,4,3,3,2,3,2,1,0,1,1,2,0,1,1,0,0,1,0,1,1,0,0,1,0,1,0,0,1,0,1,1,1,1,0,1,1,0,0,0 +Month,"[Galactic Astronomy] Number of Users: Active","[Physical Chemistry] Number of Users: Active","[Quantum Electronics, Waves, and Beams] Number of Users: Active","[Stellar Astronomy and Astrophysics] Number of Users: Active","[Arts] Number of Users: Active","[Mechanics and Materials] Number of Users: Active","[Biophysics] Number of Users: Active","[Cell Biology] Number of Users: Active","[Decision, Risk, and Management Science] Number of Users: Active","[Experimental Systems] Number of Users: Active","[Organic and Macromolecular Chemistry] Number of Users: Active","[Sociology] Number of Users: Active","[Solid State Chemistry and Polymers] Number of Users: Active","[Statistics and Probability] Number of Users: Active","[Systems Prototyping and Fabrication] Number of Users: Active","[Algebra and Number Theory] Number of Users: Active","[Biochemistry and Molecular Structure and Function] Number of Users: Active","[Computer and Computation Theory] Number of Users: Active","[Design and Computer-Integrated Engineering] Number of Users: Active","[Design, Tools, and Test] Number of Users: Active","[Economics] Number of Users: Active","[Emerging Technologies Initiation] Number of Users: Active","[Extragalactic Astronomy and Cosmology] Number of Users: Active","[Fluid, Particulate, and Hydraulic Systems] Number of Users: Active","[Geology and Paleontology] Number of Users: Active","[Geophysics] Number of Users: Active","[Global Atmospheric Research] Number of Users: Active","[Law and Social Sciences] Number of Users: Active","[Metals, Ceramics, and Electronic Materials] Number of Users: Active","[Operations Research and Production Systems] Number of Users: Active","[Polar Aeronomy and Astrophysics] Number of Users: Active","[Polar Meteorology] Number of Users: Active","[Polar Ocean and Climate Systems] Number of Users: Active","[Seismology] Number of Users: Active","[Solid-State and Microstructures] Number of Users: Active","[Structures and Building Systems] Number of Users: Active","[Systematic and Population Biology] Number of Users: Active","[Tectonics] Number of Users: Active","[Theoretical Physics] Number of Users: Active","[Volcanology and Mantle Geochemistry] Number of Users: Active" +2016-12,6,4,4,4,3,3,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +2017-01,2,4,3,3,2,3,2,1,0,1,1,2,0,1,1,1,0,0,1,0,1,1,0,0,1,0,1,0,0,1,0,1,1,1,1,0,1,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/active_person_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/active_person_count/timeseries-Quarter-reference.csv index 164eed44d0..96e7acea32 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/active_person_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/active_person_count/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[Galactic Astronomy] Number of Users: Active","[Physical Chemistry] Number of Users: Active","[Quantum Electronics, Waves, and Beams] Number of Users: Active","[Stellar Astronomy and Astrophysics] Number of Users: Active","[Arts] Number of Users: Active","[Mechanics and Materials] Number of Users: Active","[Biophysics] Number of Users: Active","[Cell Biology] Number of Users: Active","[Decision, Risk, and Management Science] Number of Users: Active","[Experimental Systems] Number of Users: Active","[Organic and Macromolecular Chemistry] Number of Users: Active","[Sociology] Number of Users: Active","[Solid State Chemistry and Polymers] Number of Users: Active","[Statistics and Probability] Number of Users: Active","[Algebra and Number Theory] Number of Users: Active","[Biochemistry and Molecular Structure and Function] Number of Users: Active","[Computer and Computation Theory] Number of Users: Active","[Design and Computer-Integrated Engineering] Number of Users: Active","[Design, Tools, and Test] Number of Users: Active","[Economics] Number of Users: Active","[Emerging Technologies Initiation] Number of Users: Active","[Extragalactic Astronomy and Cosmology] Number of Users: Active","[Fluid, Particulate, and Hydraulic Systems] Number of Users: Active","[Geology and Paleontology] Number of Users: Active","[Geophysics] Number of Users: Active","[Global Atmospheric Research] Number of Users: Active","[Law and Social Sciences] Number of Users: Active","[Metals, Ceramics, and Electronic Materials] Number of Users: Active","[Operations Research and Production Systems] Number of Users: Active","[Polar Aeronomy and Astrophysics] Number of Users: Active","[Polar Meteorology] Number of Users: Active","[Polar Ocean and Climate Systems] Number of Users: Active","[Seismology] Number of Users: Active","[Solid-State and Microstructures] Number of Users: Active","[Structures and Building Systems] Number of Users: Active","[Systematic and Population Biology] Number of Users: Active","[Systems Prototyping and Fabrication] Number of Users: Active","[Tectonics] Number of Users: Active","[Theoretical Physics] Number of Users: Active","[Volcanology and Mantle Geochemistry] Number of Users: Active" -"2016 Q4",6,4,4,4,3,3,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 -"2017 Q1",2,4,3,3,2,3,2,1,0,1,1,2,0,1,1,0,0,1,0,1,1,0,0,1,0,1,0,0,1,0,1,1,1,1,0,1,1,0,0,0 +Quarter,"[Galactic Astronomy] Number of Users: Active","[Physical Chemistry] Number of Users: Active","[Quantum Electronics, Waves, and Beams] Number of Users: Active","[Stellar Astronomy and Astrophysics] Number of Users: Active","[Arts] Number of Users: Active","[Mechanics and Materials] Number of Users: Active","[Biophysics] Number of Users: Active","[Cell Biology] Number of Users: Active","[Decision, Risk, and Management Science] Number of Users: Active","[Experimental Systems] Number of Users: Active","[Organic and Macromolecular Chemistry] Number of Users: Active","[Sociology] Number of Users: Active","[Solid State Chemistry and Polymers] Number of Users: Active","[Statistics and Probability] Number of Users: Active","[Systems Prototyping and Fabrication] Number of Users: Active","[Algebra and Number Theory] Number of Users: Active","[Biochemistry and Molecular Structure and Function] Number of Users: Active","[Computer and Computation Theory] Number of Users: Active","[Design and Computer-Integrated Engineering] Number of Users: Active","[Design, Tools, and Test] Number of Users: Active","[Economics] Number of Users: Active","[Emerging Technologies Initiation] Number of Users: Active","[Extragalactic Astronomy and Cosmology] Number of Users: Active","[Fluid, Particulate, and Hydraulic Systems] Number of Users: Active","[Geology and Paleontology] Number of Users: Active","[Geophysics] Number of Users: Active","[Global Atmospheric Research] Number of Users: Active","[Law and Social Sciences] Number of Users: Active","[Metals, Ceramics, and Electronic Materials] Number of Users: Active","[Operations Research and Production Systems] Number of Users: Active","[Polar Aeronomy and Astrophysics] Number of Users: Active","[Polar Meteorology] Number of Users: Active","[Polar Ocean and Climate Systems] Number of Users: Active","[Seismology] Number of Users: Active","[Solid-State and Microstructures] Number of Users: Active","[Structures and Building Systems] Number of Users: Active","[Systematic and Population Biology] Number of Users: Active","[Tectonics] Number of Users: Active","[Theoretical Physics] Number of Users: Active","[Volcanology and Mantle Geochemistry] Number of Users: Active" +"2016 Q4",6,4,4,4,3,3,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +"2017 Q1",2,4,3,3,2,3,2,1,0,1,1,2,0,1,1,1,0,0,1,0,1,1,0,0,1,0,1,0,0,1,0,1,1,1,1,0,1,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/active_person_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/active_person_count/timeseries-Year-reference.csv index 122dbcd164..c97e105dda 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/active_person_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/active_person_count/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[Galactic Astronomy] Number of Users: Active","[Physical Chemistry] Number of Users: Active","[Quantum Electronics, Waves, and Beams] Number of Users: Active","[Stellar Astronomy and Astrophysics] Number of Users: Active","[Arts] Number of Users: Active","[Mechanics and Materials] Number of Users: Active","[Biophysics] Number of Users: Active","[Cell Biology] Number of Users: Active","[Decision, Risk, and Management Science] Number of Users: Active","[Experimental Systems] Number of Users: Active","[Organic and Macromolecular Chemistry] Number of Users: Active","[Sociology] Number of Users: Active","[Solid State Chemistry and Polymers] Number of Users: Active","[Statistics and Probability] Number of Users: Active","[Algebra and Number Theory] Number of Users: Active","[Biochemistry and Molecular Structure and Function] Number of Users: Active","[Computer and Computation Theory] Number of Users: Active","[Design and Computer-Integrated Engineering] Number of Users: Active","[Design, Tools, and Test] Number of Users: Active","[Economics] Number of Users: Active","[Emerging Technologies Initiation] Number of Users: Active","[Extragalactic Astronomy and Cosmology] Number of Users: Active","[Fluid, Particulate, and Hydraulic Systems] Number of Users: Active","[Geology and Paleontology] Number of Users: Active","[Geophysics] Number of Users: Active","[Global Atmospheric Research] Number of Users: Active","[Law and Social Sciences] Number of Users: Active","[Metals, Ceramics, and Electronic Materials] Number of Users: Active","[Operations Research and Production Systems] Number of Users: Active","[Polar Aeronomy and Astrophysics] Number of Users: Active","[Polar Meteorology] Number of Users: Active","[Polar Ocean and Climate Systems] Number of Users: Active","[Seismology] Number of Users: Active","[Solid-State and Microstructures] Number of Users: Active","[Structures and Building Systems] Number of Users: Active","[Systematic and Population Biology] Number of Users: Active","[Systems Prototyping and Fabrication] Number of Users: Active","[Tectonics] Number of Users: Active","[Theoretical Physics] Number of Users: Active","[Volcanology and Mantle Geochemistry] Number of Users: Active" -2016,6,4,4,4,3,3,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 -2017,2,4,3,3,2,3,2,1,0,1,1,2,0,1,1,0,0,1,0,1,1,0,0,1,0,1,0,0,1,0,1,1,1,1,0,1,1,0,0,0 +Year,"[Galactic Astronomy] Number of Users: Active","[Physical Chemistry] Number of Users: Active","[Quantum Electronics, Waves, and Beams] Number of Users: Active","[Stellar Astronomy and Astrophysics] Number of Users: Active","[Arts] Number of Users: Active","[Mechanics and Materials] Number of Users: Active","[Biophysics] Number of Users: Active","[Cell Biology] Number of Users: Active","[Decision, Risk, and Management Science] Number of Users: Active","[Experimental Systems] Number of Users: Active","[Organic and Macromolecular Chemistry] Number of Users: Active","[Sociology] Number of Users: Active","[Solid State Chemistry and Polymers] Number of Users: Active","[Statistics and Probability] Number of Users: Active","[Systems Prototyping and Fabrication] Number of Users: Active","[Algebra and Number Theory] Number of Users: Active","[Biochemistry and Molecular Structure and Function] Number of Users: Active","[Computer and Computation Theory] Number of Users: Active","[Design and Computer-Integrated Engineering] Number of Users: Active","[Design, Tools, and Test] Number of Users: Active","[Economics] Number of Users: Active","[Emerging Technologies Initiation] Number of Users: Active","[Extragalactic Astronomy and Cosmology] Number of Users: Active","[Fluid, Particulate, and Hydraulic Systems] Number of Users: Active","[Geology and Paleontology] Number of Users: Active","[Geophysics] Number of Users: Active","[Global Atmospheric Research] Number of Users: Active","[Law and Social Sciences] Number of Users: Active","[Metals, Ceramics, and Electronic Materials] Number of Users: Active","[Operations Research and Production Systems] Number of Users: Active","[Polar Aeronomy and Astrophysics] Number of Users: Active","[Polar Meteorology] Number of Users: Active","[Polar Ocean and Climate Systems] Number of Users: Active","[Seismology] Number of Users: Active","[Solid-State and Microstructures] Number of Users: Active","[Structures and Building Systems] Number of Users: Active","[Systematic and Population Biology] Number of Users: Active","[Tectonics] Number of Users: Active","[Theoretical Physics] Number of Users: Active","[Volcanology and Mantle Geochemistry] Number of Users: Active" +2016,6,4,4,4,3,3,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +2017,2,4,3,3,2,3,2,1,0,1,1,2,0,1,1,1,0,0,1,0,1,1,0,0,1,0,1,0,0,1,0,1,1,1,1,0,1,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_cpu_hours/aggregate-Day-reference.csv index 749997a0bf..c4952caec7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_cpu_hours/aggregate-Day-reference.csv @@ -30,7 +30,7 @@ Arts,188.13274411,2.041452970260724 Seismology,62.26494444,16.730860685172974 "Operations Research and Production Systems",49.85089556, "Design, Tools, and Test",28.14000000,0 -"Systems Prototyping and Fabrication",25.48654262, +"Systems Prototyping and Fabrication",25.48755154, "Polar Ocean and Climate Systems",25.28805115,0.5677021199320009 Economics,20.97018519,8.396540327209507 "Solid-State and Microstructures",20.18978548,2.707858002197733 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_cpu_hours/aggregate-Month-reference.csv index 0e71cc91c5..5d0604c12e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_cpu_hours/aggregate-Month-reference.csv @@ -30,7 +30,7 @@ Arts,188.13274411,16.44278594480015 Seismology,62.26494444,18.726467654568296 "Operations Research and Production Systems",49.85089556,1.1100595034642202 "Design, Tools, and Test",28.14000000,0 -"Systems Prototyping and Fabrication",25.48654262,0.09521527865289223 +"Systems Prototyping and Fabrication",25.48755154,0.09518442032418088 "Polar Ocean and Climate Systems",25.28805115,0.5677021199320009 Economics,20.97018519,8.396540327209507 "Solid-State and Microstructures",20.18978548,2.814335511780527 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_cpu_hours/aggregate-Quarter-reference.csv index 0e71cc91c5..5d0604c12e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_cpu_hours/aggregate-Quarter-reference.csv @@ -30,7 +30,7 @@ Arts,188.13274411,16.44278594480015 Seismology,62.26494444,18.726467654568296 "Operations Research and Production Systems",49.85089556,1.1100595034642202 "Design, Tools, and Test",28.14000000,0 -"Systems Prototyping and Fabrication",25.48654262,0.09521527865289223 +"Systems Prototyping and Fabrication",25.48755154,0.09518442032418088 "Polar Ocean and Climate Systems",25.28805115,0.5677021199320009 Economics,20.97018519,8.396540327209507 "Solid-State and Microstructures",20.18978548,2.814335511780527 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_cpu_hours/aggregate-Year-reference.csv index 0e71cc91c5..5d0604c12e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_cpu_hours/aggregate-Year-reference.csv @@ -30,7 +30,7 @@ Arts,188.13274411,16.44278594480015 Seismology,62.26494444,18.726467654568296 "Operations Research and Production Systems",49.85089556,1.1100595034642202 "Design, Tools, and Test",28.14000000,0 -"Systems Prototyping and Fabrication",25.48654262,0.09521527865289223 +"Systems Prototyping and Fabrication",25.48755154,0.09518442032418088 "Polar Ocean and Climate Systems",25.28805115,0.5677021199320009 Economics,20.97018519,8.396540327209507 "Solid-State and Microstructures",20.18978548,2.814335511780527 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_cpu_hours/timeseries-Day-reference.csv index 268ff1d94c..511e5b7e50 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_cpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Organic and Macromolecular Chemistry] CPU Hours: Per Job","[Fluid, Particu 2016-12-27,0,0,1246.47111111,0,0,0,1487.82000000,0,0,0,320.78689815,0,0,0,265.59111111,1432.93629630,0,0,0,111.72266667,238.86666667,0,0,0,0,0,0,0,79.45703704,163.84000000,0,0,0,0,3.21666667,0,0,0,0,0 2016-12-28,3274.16345679,0,1462.12800000,0,0,0,1170.67333333,0,94.01111111,0,137.33751634,0,60.47666667,37.38407407,912.00000000,548.99703704,70.31866667,0,0,141.10666667,288.00000000,0,13.35268330,0,5.01598392,0,0,0,324.00000000,497.74155556,0,0,0,0,24.00000000,0,0,0,0,0 2016-12-29,4394.66666667,0,2154.62270531,831.60857143,410.97777778,611.49333333,1116.60000000,758.98888889,480.00000000,1038.22222222,365.14687831,0,288.00000000,288.00000000,912.00000000,481.66328889,84.37166667,46.91737374,0,35.54762993,288.00000000,52.00416667,16.60273286,0,13.10756221,0,0,7.24000000,107.02983796,291.44944444,0,0,0,2.01966667,7.00547635,0,0,0,0,107.90888889 -2016-12-30,3044.46700855,2468.14222222,1678.34215278,1568.46000000,1151.41444444,765.75000000,691.69761905,480.00444444,386.12222222,402.80000000,289.26650794,0,181.16111111,174.64030303,912.00000000,82.82847222,109.61282407,107.24694444,21.99861111,31.01048203,13.26442593,68.03194444,21.71949405,28.14000000,13.31263065,0,16.32947222,142.16250000,7.46168131,4.35337278,4.25015531,5.80186420,3.48631944,4.10559722,3.23608859,1.60992063,1.04000000,0.97252976,1.58977533,0.62469624 +2016-12-30,3044.46700855,2468.14222222,1678.34215278,1568.46000000,1151.41444444,765.75000000,691.69761905,480.00444444,386.12222222,402.80000000,289.26650794,0,181.16111111,174.64030303,912.00000000,82.82847222,109.61282407,107.24694444,21.99861111,31.01048203,13.26442593,68.03194444,21.71949405,28.14000000,13.32169383,0,16.32947222,142.16250000,7.46168131,4.35337278,4.25015531,5.80186420,3.48631944,4.10559722,3.23608859,1.60992063,1.04000000,0.97252976,1.58977533,0.62469624 2016-12-31,816.89504274,5701.54666667,927.25854167,1590.52000000,821.47333333,977.07428571,472.85472222,294.97777778,0,0,245.43360532,385.99851852,0,288.00000000,304.60111111,30.92378849,94.17464646,171.46924897,251.46666667,119.81037037,1.92791667,70.16857143,10.83064379,0,12.53390738,2.35937500,35.16320513,14.57163265,94.71781481,5.37641403,5.54019436,12.54733333,7.65398148,8.63138889,3.90284912,0,0,0.97299603,1.07971065,0.01479010 2017-01-01,7.11888889,0,144.94972222,0,0,667.68761905,353.78037037,0,0,3.46666667,104.22217494,198.70320988,0,60.55000000,62.83434156,0,68.79111111,59.98977778,21.40555556,141.00285714,0,5.71666667,13.34534574,0,11.50582962,25.37236259,8.24440000,35.25833333,185.80611111,16.76606412,0,6.26263789,0,0,0.60766446,0,0,0.96969246,0.02809588,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_cpu_hours/timeseries-Month-reference.csv index a6971df01b..eae794dd62 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_cpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Organic and Macromolecular Chemistry] CPU Hours: Per Job","[Fluid, Particulate, and Hydraulic Systems] CPU Hours: Per Job","[Quantum Electronics, Waves, and Beams] CPU Hours: Per Job","[Metals, Ceramics, and Electronic Materials] CPU Hours: Per Job","[Structures and Building Systems] CPU Hours: Per Job","[Emerging Technologies Initiation] CPU Hours: Per Job","[Stellar Astronomy and Astrophysics] CPU Hours: Per Job","[Polar Aeronomy and Astrophysics] CPU Hours: Per Job","[Volcanology and Mantle Geochemistry] CPU Hours: Per Job","[Global Atmospheric Research] CPU Hours: Per Job","[Statistics and Probability] CPU Hours: Per Job","[Design and Computer-Integrated Engineering] CPU Hours: Per Job","[Theoretical Physics] CPU Hours: Per Job","[Algebra and Number Theory] CPU Hours: Per Job","[Biophysics] CPU Hours: Per Job","[Solid State Chemistry and Polymers] CPU Hours: Per Job","[Experimental Systems] CPU Hours: Per Job","[Arts] CPU Hours: Per Job","[Geology and Paleontology] CPU Hours: Per Job","[Cell Biology] CPU Hours: Per Job","[Biochemistry and Molecular Structure and Function] CPU Hours: Per Job","[Seismology] CPU Hours: Per Job","[Operations Research and Production Systems] CPU Hours: Per Job","[Design, Tools, and Test] CPU Hours: Per Job","[Systems Prototyping and Fabrication] CPU Hours: Per Job","[Polar Ocean and Climate Systems] CPU Hours: Per Job","[Economics] CPU Hours: Per Job","[Solid-State and Microstructures] CPU Hours: Per Job","[Galactic Astronomy] CPU Hours: Per Job","[Physical Chemistry] CPU Hours: Per Job","[Tectonics] CPU Hours: Per Job","[Systematic and Population Biology] CPU Hours: Per Job","[Extragalactic Astronomy and Cosmology] CPU Hours: Per Job","[Computer and Computation Theory] CPU Hours: Per Job","[Sociology] CPU Hours: Per Job","[Geophysics] CPU Hours: Per Job","[Law and Social Sciences] CPU Hours: Per Job","[Mechanics and Materials] CPU Hours: Per Job","[Polar Meteorology] CPU Hours: Per Job","[Decision, Risk, and Management Science] CPU Hours: Per Job" -2016-12,7012.77516340,4368.65777778,4514.85752604,2627.28571429,1767.64000000,1233.33333333,1254.11377778,1006.98777778,960.13333333,1441.02222222,555.54234568,385.99851852,529.63777778,467.04545455,1530.62425926,229.08605023,220.83068966,183.58806397,189.64305556,107.22319830,68.10298148,76.40201389,48.78758939,28.14000000,23.01874399,2.35937500,26.97462560,19.84069307,17.62892461,9.52178441,8.59051583,6.47641111,5.98691667,5.04208333,3.66207287,1.60992063,1.04000000,0.97276290,1.45671498,0.44956007 +2016-12,7012.77516340,4368.65777778,4514.85752604,2627.28571429,1767.64000000,1233.33333333,1254.11377778,1006.98777778,960.13333333,1441.02222222,555.54234568,385.99851852,529.63777778,467.04545455,1530.62425926,229.08605023,220.83068966,183.58806397,189.64305556,107.22319830,68.10298148,76.40201389,48.78758939,28.14000000,23.02085497,2.35937500,26.97462560,19.84069307,17.62892461,9.52178441,8.59051583,6.47641111,5.98691667,5.04208333,3.66207287,1.60992063,1.04000000,0.97276290,1.45671498,0.44956007 2017-01,7.11888889,0,144.94972222,0,0,667.68761905,353.78037037,0,0,3.46666667,104.22217494,198.70320988,0,60.55000000,62.83434156,0,68.79111111,59.98977778,21.40555556,141.00285714,0,5.71666667,13.34534574,0,11.50582962,25.37236259,8.24440000,35.25833333,185.80611111,16.76606412,0,6.26263789,0,0,0.60766446,0,0,0.96969246,0.02809588,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_cpu_hours/timeseries-Quarter-reference.csv index 08cf3cd832..6e0caeff2e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_cpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Organic and Macromolecular Chemistry] CPU Hours: Per Job","[Fluid, Particulate, and Hydraulic Systems] CPU Hours: Per Job","[Quantum Electronics, Waves, and Beams] CPU Hours: Per Job","[Metals, Ceramics, and Electronic Materials] CPU Hours: Per Job","[Structures and Building Systems] CPU Hours: Per Job","[Emerging Technologies Initiation] CPU Hours: Per Job","[Stellar Astronomy and Astrophysics] CPU Hours: Per Job","[Polar Aeronomy and Astrophysics] CPU Hours: Per Job","[Volcanology and Mantle Geochemistry] CPU Hours: Per Job","[Global Atmospheric Research] CPU Hours: Per Job","[Statistics and Probability] CPU Hours: Per Job","[Design and Computer-Integrated Engineering] CPU Hours: Per Job","[Theoretical Physics] CPU Hours: Per Job","[Algebra and Number Theory] CPU Hours: Per Job","[Biophysics] CPU Hours: Per Job","[Solid State Chemistry and Polymers] CPU Hours: Per Job","[Experimental Systems] CPU Hours: Per Job","[Arts] CPU Hours: Per Job","[Geology and Paleontology] CPU Hours: Per Job","[Cell Biology] CPU Hours: Per Job","[Biochemistry and Molecular Structure and Function] CPU Hours: Per Job","[Seismology] CPU Hours: Per Job","[Operations Research and Production Systems] CPU Hours: Per Job","[Design, Tools, and Test] CPU Hours: Per Job","[Systems Prototyping and Fabrication] CPU Hours: Per Job","[Polar Ocean and Climate Systems] CPU Hours: Per Job","[Economics] CPU Hours: Per Job","[Solid-State and Microstructures] CPU Hours: Per Job","[Galactic Astronomy] CPU Hours: Per Job","[Physical Chemistry] CPU Hours: Per Job","[Tectonics] CPU Hours: Per Job","[Systematic and Population Biology] CPU Hours: Per Job","[Extragalactic Astronomy and Cosmology] CPU Hours: Per Job","[Computer and Computation Theory] CPU Hours: Per Job","[Sociology] CPU Hours: Per Job","[Geophysics] CPU Hours: Per Job","[Law and Social Sciences] CPU Hours: Per Job","[Mechanics and Materials] CPU Hours: Per Job","[Polar Meteorology] CPU Hours: Per Job","[Decision, Risk, and Management Science] CPU Hours: Per Job" -"2016 Q4",7012.77516340,4368.65777778,4514.85752604,2627.28571429,1767.64000000,1233.33333333,1254.11377778,1006.98777778,960.13333333,1441.02222222,555.54234568,385.99851852,529.63777778,467.04545455,1530.62425926,229.08605023,220.83068966,183.58806397,189.64305556,107.22319830,68.10298148,76.40201389,48.78758939,28.14000000,23.01874399,2.35937500,26.97462560,19.84069307,17.62892461,9.52178441,8.59051583,6.47641111,5.98691667,5.04208333,3.66207287,1.60992063,1.04000000,0.97276290,1.45671498,0.44956007 +"2016 Q4",7012.77516340,4368.65777778,4514.85752604,2627.28571429,1767.64000000,1233.33333333,1254.11377778,1006.98777778,960.13333333,1441.02222222,555.54234568,385.99851852,529.63777778,467.04545455,1530.62425926,229.08605023,220.83068966,183.58806397,189.64305556,107.22319830,68.10298148,76.40201389,48.78758939,28.14000000,23.02085497,2.35937500,26.97462560,19.84069307,17.62892461,9.52178441,8.59051583,6.47641111,5.98691667,5.04208333,3.66207287,1.60992063,1.04000000,0.97276290,1.45671498,0.44956007 "2017 Q1",7.11888889,0,144.94972222,0,0,667.68761905,353.78037037,0,0,3.46666667,104.22217494,198.70320988,0,60.55000000,62.83434156,0,68.79111111,59.98977778,21.40555556,141.00285714,0,5.71666667,13.34534574,0,11.50582962,25.37236259,8.24440000,35.25833333,185.80611111,16.76606412,0,6.26263789,0,0,0.60766446,0,0,0.96969246,0.02809588,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_cpu_hours/timeseries-Year-reference.csv index db939918e6..e2833bca42 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_cpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Organic and Macromolecular Chemistry] CPU Hours: Per Job","[Fluid, Particulate, and Hydraulic Systems] CPU Hours: Per Job","[Quantum Electronics, Waves, and Beams] CPU Hours: Per Job","[Metals, Ceramics, and Electronic Materials] CPU Hours: Per Job","[Structures and Building Systems] CPU Hours: Per Job","[Emerging Technologies Initiation] CPU Hours: Per Job","[Stellar Astronomy and Astrophysics] CPU Hours: Per Job","[Polar Aeronomy and Astrophysics] CPU Hours: Per Job","[Volcanology and Mantle Geochemistry] CPU Hours: Per Job","[Global Atmospheric Research] CPU Hours: Per Job","[Statistics and Probability] CPU Hours: Per Job","[Design and Computer-Integrated Engineering] CPU Hours: Per Job","[Theoretical Physics] CPU Hours: Per Job","[Algebra and Number Theory] CPU Hours: Per Job","[Biophysics] CPU Hours: Per Job","[Solid State Chemistry and Polymers] CPU Hours: Per Job","[Experimental Systems] CPU Hours: Per Job","[Arts] CPU Hours: Per Job","[Geology and Paleontology] CPU Hours: Per Job","[Cell Biology] CPU Hours: Per Job","[Biochemistry and Molecular Structure and Function] CPU Hours: Per Job","[Seismology] CPU Hours: Per Job","[Operations Research and Production Systems] CPU Hours: Per Job","[Design, Tools, and Test] CPU Hours: Per Job","[Systems Prototyping and Fabrication] CPU Hours: Per Job","[Polar Ocean and Climate Systems] CPU Hours: Per Job","[Economics] CPU Hours: Per Job","[Solid-State and Microstructures] CPU Hours: Per Job","[Galactic Astronomy] CPU Hours: Per Job","[Physical Chemistry] CPU Hours: Per Job","[Tectonics] CPU Hours: Per Job","[Systematic and Population Biology] CPU Hours: Per Job","[Extragalactic Astronomy and Cosmology] CPU Hours: Per Job","[Computer and Computation Theory] CPU Hours: Per Job","[Sociology] CPU Hours: Per Job","[Geophysics] CPU Hours: Per Job","[Law and Social Sciences] CPU Hours: Per Job","[Mechanics and Materials] CPU Hours: Per Job","[Polar Meteorology] CPU Hours: Per Job","[Decision, Risk, and Management Science] CPU Hours: Per Job" -2016,7012.77516340,4368.65777778,4514.85752604,2627.28571429,1767.64000000,1233.33333333,1254.11377778,1006.98777778,960.13333333,1441.02222222,555.54234568,385.99851852,529.63777778,467.04545455,1530.62425926,229.08605023,220.83068966,183.58806397,189.64305556,107.22319830,68.10298148,76.40201389,48.78758939,28.14000000,23.01874399,2.35937500,26.97462560,19.84069307,17.62892461,9.52178441,8.59051583,6.47641111,5.98691667,5.04208333,3.66207287,1.60992063,1.04000000,0.97276290,1.45671498,0.44956007 +2016,7012.77516340,4368.65777778,4514.85752604,2627.28571429,1767.64000000,1233.33333333,1254.11377778,1006.98777778,960.13333333,1441.02222222,555.54234568,385.99851852,529.63777778,467.04545455,1530.62425926,229.08605023,220.83068966,183.58806397,189.64305556,107.22319830,68.10298148,76.40201389,48.78758939,28.14000000,23.02085497,2.35937500,26.97462560,19.84069307,17.62892461,9.52178441,8.59051583,6.47641111,5.98691667,5.04208333,3.66207287,1.60992063,1.04000000,0.97276290,1.45671498,0.44956007 2017,7.11888889,0,144.94972222,0,0,667.68761905,353.78037037,0,0,3.46666667,104.22217494,198.70320988,0,60.55000000,62.83434156,0,68.79111111,59.98977778,21.40555556,141.00285714,0,5.71666667,13.34534574,0,11.50582962,25.37236259,8.24440000,35.25833333,185.80611111,16.76606412,0,6.26263789,0,0,0.60766446,0,0,0.96969246,0.02809588,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv index ebb6f12075..525ab8c900 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv @@ -39,11 +39,11 @@ Seismology,9.9744 "Experimental Systems",8.3168 "Cell Biology",7.5996 "Solid-State and Microstructures",4.5532 +"Systems Prototyping and Fabrication",1.0449 "Computer and Computation Theory",1.0000 "Extragalactic Astronomy and Cosmology",1.0000 "Mechanics and Materials",1.0000 "Operations Research and Production Systems",1.0000 "Polar Meteorology",1.0000 -"Systems Prototyping and Fabrication",1.0000 Tectonics,1.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv index ebb6f12075..525ab8c900 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv @@ -39,11 +39,11 @@ Seismology,9.9744 "Experimental Systems",8.3168 "Cell Biology",7.5996 "Solid-State and Microstructures",4.5532 +"Systems Prototyping and Fabrication",1.0449 "Computer and Computation Theory",1.0000 "Extragalactic Astronomy and Cosmology",1.0000 "Mechanics and Materials",1.0000 "Operations Research and Production Systems",1.0000 "Polar Meteorology",1.0000 -"Systems Prototyping and Fabrication",1.0000 Tectonics,1.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv index ebb6f12075..525ab8c900 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv @@ -39,11 +39,11 @@ Seismology,9.9744 "Experimental Systems",8.3168 "Cell Biology",7.5996 "Solid-State and Microstructures",4.5532 +"Systems Prototyping and Fabrication",1.0449 "Computer and Computation Theory",1.0000 "Extragalactic Astronomy and Cosmology",1.0000 "Mechanics and Materials",1.0000 "Operations Research and Production Systems",1.0000 "Polar Meteorology",1.0000 -"Systems Prototyping and Fabrication",1.0000 Tectonics,1.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv index ebb6f12075..525ab8c900 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv @@ -39,11 +39,11 @@ Seismology,9.9744 "Experimental Systems",8.3168 "Cell Biology",7.5996 "Solid-State and Microstructures",4.5532 +"Systems Prototyping and Fabrication",1.0449 "Computer and Computation Theory",1.0000 "Extragalactic Astronomy and Cosmology",1.0000 "Mechanics and Materials",1.0000 "Operations Research and Production Systems",1.0000 "Polar Meteorology",1.0000 -"Systems Prototyping and Fabrication",1.0000 Tectonics,1.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv index 42ed505342..dde363a568 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[Fluid, Particulate, and Hydraulic Systems] Job Size: Weighted By CPU Hours (Core Count)","[Organic and Macromolecular Chemistry] Job Size: Weighted By CPU Hours (Core Count)","[Global Atmospheric Research] Job Size: Weighted By CPU Hours (Core Count)","[Structures and Building Systems] Job Size: Weighted By CPU Hours (Core Count)","[Design, Tools, and Test] Job Size: Weighted By CPU Hours (Core Count)","[Emerging Technologies Initiation] Job Size: Weighted By CPU Hours (Core Count)","[Quantum Electronics, Waves, and Beams] Job Size: Weighted By CPU Hours (Core Count)","[Metals, Ceramics, and Electronic Materials] Job Size: Weighted By CPU Hours (Core Count)","[Solid State Chemistry and Polymers] Job Size: Weighted By CPU Hours (Core Count)","[Stellar Astronomy and Astrophysics] Job Size: Weighted By CPU Hours (Core Count)","[Systematic and Population Biology] Job Size: Weighted By CPU Hours (Core Count)","[Geology and Paleontology] Job Size: Weighted By CPU Hours (Core Count)","[Decision, Risk, and Management Science] Job Size: Weighted By CPU Hours (Core Count)","[Biophysics] Job Size: Weighted By CPU Hours (Core Count)","[Polar Aeronomy and Astrophysics] Job Size: Weighted By CPU Hours (Core Count)","[Economics] Job Size: Weighted By CPU Hours (Core Count)","[Physical Chemistry] Job Size: Weighted By CPU Hours (Core Count)","[Galactic Astronomy] Job Size: Weighted By CPU Hours (Core Count)","[Design and Computer-Integrated Engineering] Job Size: Weighted By CPU Hours (Core Count)","[Geophysics] Job Size: Weighted By CPU Hours (Core Count)","[Volcanology and Mantle Geochemistry] Job Size: Weighted By CPU Hours (Core Count)","[Law and Social Sciences] Job Size: Weighted By CPU Hours (Core Count)","[Statistics and Probability] Job Size: Weighted By CPU Hours (Core Count)","[Algebra and Number Theory] Job Size: Weighted By CPU Hours (Core Count)","[Polar Ocean and Climate Systems] Job Size: Weighted By CPU Hours (Core Count)","[Theoretical Physics] Job Size: Weighted By CPU Hours (Core Count)","[Arts] Job Size: Weighted By CPU Hours (Core Count)","[Sociology] Job Size: Weighted By CPU Hours (Core Count)","[Biochemistry and Molecular Structure and Function] Job Size: Weighted By CPU Hours (Core Count)","[Seismology] Job Size: Weighted By CPU Hours (Core Count)","[Experimental Systems] Job Size: Weighted By CPU Hours (Core Count)","[Cell Biology] Job Size: Weighted By CPU Hours (Core Count)","[Solid-State and Microstructures] Job Size: Weighted By CPU Hours (Core Count)","[Computer and Computation Theory] Job Size: Weighted By CPU Hours (Core Count)","[Extragalactic Astronomy and Cosmology] Job Size: Weighted By CPU Hours (Core Count)","[Mechanics and Materials] Job Size: Weighted By CPU Hours (Core Count)","[Operations Research and Production Systems] Job Size: Weighted By CPU Hours (Core Count)","[Polar Meteorology] Job Size: Weighted By CPU Hours (Core Count)","[Systems Prototyping and Fabrication] Job Size: Weighted By CPU Hours (Core Count)","[Tectonics] Job Size: Weighted By CPU Hours (Core Count)" +Day,"[Fluid, Particulate, and Hydraulic Systems] Job Size: Weighted By CPU Hours (Core Count)","[Organic and Macromolecular Chemistry] Job Size: Weighted By CPU Hours (Core Count)","[Global Atmospheric Research] Job Size: Weighted By CPU Hours (Core Count)","[Structures and Building Systems] Job Size: Weighted By CPU Hours (Core Count)","[Design, Tools, and Test] Job Size: Weighted By CPU Hours (Core Count)","[Emerging Technologies Initiation] Job Size: Weighted By CPU Hours (Core Count)","[Quantum Electronics, Waves, and Beams] Job Size: Weighted By CPU Hours (Core Count)","[Metals, Ceramics, and Electronic Materials] Job Size: Weighted By CPU Hours (Core Count)","[Solid State Chemistry and Polymers] Job Size: Weighted By CPU Hours (Core Count)","[Stellar Astronomy and Astrophysics] Job Size: Weighted By CPU Hours (Core Count)","[Systematic and Population Biology] Job Size: Weighted By CPU Hours (Core Count)","[Geology and Paleontology] Job Size: Weighted By CPU Hours (Core Count)","[Decision, Risk, and Management Science] Job Size: Weighted By CPU Hours (Core Count)","[Biophysics] Job Size: Weighted By CPU Hours (Core Count)","[Polar Aeronomy and Astrophysics] Job Size: Weighted By CPU Hours (Core Count)","[Economics] Job Size: Weighted By CPU Hours (Core Count)","[Physical Chemistry] Job Size: Weighted By CPU Hours (Core Count)","[Galactic Astronomy] Job Size: Weighted By CPU Hours (Core Count)","[Design and Computer-Integrated Engineering] Job Size: Weighted By CPU Hours (Core Count)","[Geophysics] Job Size: Weighted By CPU Hours (Core Count)","[Volcanology and Mantle Geochemistry] Job Size: Weighted By CPU Hours (Core Count)","[Law and Social Sciences] Job Size: Weighted By CPU Hours (Core Count)","[Statistics and Probability] Job Size: Weighted By CPU Hours (Core Count)","[Algebra and Number Theory] Job Size: Weighted By CPU Hours (Core Count)","[Polar Ocean and Climate Systems] Job Size: Weighted By CPU Hours (Core Count)","[Theoretical Physics] Job Size: Weighted By CPU Hours (Core Count)","[Arts] Job Size: Weighted By CPU Hours (Core Count)","[Sociology] Job Size: Weighted By CPU Hours (Core Count)","[Biochemistry and Molecular Structure and Function] Job Size: Weighted By CPU Hours (Core Count)","[Seismology] Job Size: Weighted By CPU Hours (Core Count)","[Experimental Systems] Job Size: Weighted By CPU Hours (Core Count)","[Cell Biology] Job Size: Weighted By CPU Hours (Core Count)","[Solid-State and Microstructures] Job Size: Weighted By CPU Hours (Core Count)","[Systems Prototyping and Fabrication] Job Size: Weighted By CPU Hours (Core Count)","[Computer and Computation Theory] Job Size: Weighted By CPU Hours (Core Count)","[Extragalactic Astronomy and Cosmology] Job Size: Weighted By CPU Hours (Core Count)","[Mechanics and Materials] Job Size: Weighted By CPU Hours (Core Count)","[Operations Research and Production Systems] Job Size: Weighted By CPU Hours (Core Count)","[Polar Meteorology] Job Size: Weighted By CPU Hours (Core Count)","[Tectonics] Job Size: Weighted By CPU Hours (Core Count)" 2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,0,12.0000,1.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,0,12.0000,1.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,0,15.9210,1.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,0,20.0000,1.0000,0,0,0,0,16.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-27,0,0,0,0,0,0,96.0000,0,110.0862,72.0000,0,0,0,35.8063,0,0,22.5565,15.2449,0,0,0,0,15.9632,0,0,0,0,1.0000,12.0000,0,0,8.0000,0,0,0,0,0,0,0,0 -2016-12-28,0,186.6783,0,0,0,0,96.0000,0,87.9948,65.7129,0,0,0,55.7895,0,0,28.6309,15.8148,0,0,20.0000,0,15.8458,12.0000,0,12.0000,0,1.0000,12.0000,0,8.0000,8.0000,0,0,0,0,1.0000,0,1.0000,0 -2016-12-29,0,186.5631,160.0000,112.0000,0,96.0000,95.9574,72.0000,62.0528,61.5476,0,0,56.0000,55.7895,40.0000,0,29.2190,23.6626,0,0,20.0000,0,15.9531,12.0000,0,12.0000,11.5552,7.4478,12.0000,5.0000,8.0000,7.2600,2.0000,1.0000,0,0,1.0000,0,1.0000,0 -2016-12-30,320.0517,186.4757,160.0000,112.0000,108.0000,96.0000,95.8117,72.0000,30.0833,59.0825,65.8038,45.1553,53.8849,55.7895,39.9998,41.1565,27.0648,25.1498,0,20.0000,20.0000,16.0000,15.9524,12.0000,0,12.0000,11.8713,10.0119,2.3934,5.0000,8.2497,7.1202,11.1559,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 +2016-12-28,0,186.6783,0,0,0,0,96.0000,0,87.9948,65.7129,0,0,0,55.7895,0,0,28.6309,15.8148,0,0,20.0000,0,15.8458,12.0000,0,12.0000,0,1.0000,12.0000,0,8.0000,8.0000,0,1.0000,0,0,0,1.0000,0,0 +2016-12-29,0,186.5631,160.0000,112.0000,0,96.0000,95.9574,72.0000,62.0528,61.5476,0,0,56.0000,55.7895,40.0000,0,29.2190,23.6626,0,0,20.0000,0,15.9531,12.0000,0,12.0000,11.5552,7.4478,12.0000,5.0000,8.0000,7.2600,2.0000,1.0000,1.0000,0,0,1.0000,0,0 +2016-12-30,320.0517,186.4757,160.0000,112.0000,108.0000,96.0000,95.8117,72.0000,30.0833,59.0825,65.8038,45.1553,53.8849,55.7895,39.9998,41.1565,27.0648,25.1498,0,20.0000,20.0000,16.0000,15.9524,12.0000,0,12.0000,11.8713,10.0119,2.3934,5.0000,8.2497,7.1202,11.1559,1.1382,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 2016-12-31,336.0000,180.1552,0,112.0000,0,96.0000,95.0483,72.0000,16.5130,59.5816,95.7214,59.2199,1.0000,55.7250,40.0000,24.3207,41.0622,33.7236,23.4747,0,0,0,11.9114,12.0000,12.0000,0,11.8540,10.7516,1.0000,11.1429,8.8093,8.0000,2.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 -2017-01-01,0,32.0000,160.0000,0,0,96.0000,81.6536,0,0,60.2453,47.3679,5.0000,0,51.2991,0,32.0142,14.3317,15.9990,22.8322,0,0,0,10.2343,12.0000,12.0000,0,10.7741,10.0543,0,12.0000,8.0000,8.0000,2.0000,0,0,1.0000,1.0000,1.0000,1.0000,0 +2017-01-01,0,32.0000,160.0000,0,0,96.0000,81.6536,0,0,60.2453,47.3679,5.0000,0,51.2991,0,32.0142,14.3317,15.9990,22.8322,0,0,0,10.2343,12.0000,12.0000,0,10.7741,10.0543,0,12.0000,8.0000,8.0000,2.0000,1.0000,0,0,1.0000,1.0000,1.0000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv index 95bd1a8dd4..370eab83ac 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[Fluid, Particulate, and Hydraulic Systems] Job Size: Weighted By CPU Hours (Core Count)","[Organic and Macromolecular Chemistry] Job Size: Weighted By CPU Hours (Core Count)","[Global Atmospheric Research] Job Size: Weighted By CPU Hours (Core Count)","[Structures and Building Systems] Job Size: Weighted By CPU Hours (Core Count)","[Design, Tools, and Test] Job Size: Weighted By CPU Hours (Core Count)","[Emerging Technologies Initiation] Job Size: Weighted By CPU Hours (Core Count)","[Quantum Electronics, Waves, and Beams] Job Size: Weighted By CPU Hours (Core Count)","[Metals, Ceramics, and Electronic Materials] Job Size: Weighted By CPU Hours (Core Count)","[Solid State Chemistry and Polymers] Job Size: Weighted By CPU Hours (Core Count)","[Stellar Astronomy and Astrophysics] Job Size: Weighted By CPU Hours (Core Count)","[Systematic and Population Biology] Job Size: Weighted By CPU Hours (Core Count)","[Geology and Paleontology] Job Size: Weighted By CPU Hours (Core Count)","[Decision, Risk, and Management Science] Job Size: Weighted By CPU Hours (Core Count)","[Biophysics] Job Size: Weighted By CPU Hours (Core Count)","[Polar Aeronomy and Astrophysics] Job Size: Weighted By CPU Hours (Core Count)","[Economics] Job Size: Weighted By CPU Hours (Core Count)","[Physical Chemistry] Job Size: Weighted By CPU Hours (Core Count)","[Galactic Astronomy] Job Size: Weighted By CPU Hours (Core Count)","[Design and Computer-Integrated Engineering] Job Size: Weighted By CPU Hours (Core Count)","[Geophysics] Job Size: Weighted By CPU Hours (Core Count)","[Volcanology and Mantle Geochemistry] Job Size: Weighted By CPU Hours (Core Count)","[Law and Social Sciences] Job Size: Weighted By CPU Hours (Core Count)","[Statistics and Probability] Job Size: Weighted By CPU Hours (Core Count)","[Algebra and Number Theory] Job Size: Weighted By CPU Hours (Core Count)","[Polar Ocean and Climate Systems] Job Size: Weighted By CPU Hours (Core Count)","[Theoretical Physics] Job Size: Weighted By CPU Hours (Core Count)","[Arts] Job Size: Weighted By CPU Hours (Core Count)","[Sociology] Job Size: Weighted By CPU Hours (Core Count)","[Biochemistry and Molecular Structure and Function] Job Size: Weighted By CPU Hours (Core Count)","[Seismology] Job Size: Weighted By CPU Hours (Core Count)","[Experimental Systems] Job Size: Weighted By CPU Hours (Core Count)","[Cell Biology] Job Size: Weighted By CPU Hours (Core Count)","[Solid-State and Microstructures] Job Size: Weighted By CPU Hours (Core Count)","[Computer and Computation Theory] Job Size: Weighted By CPU Hours (Core Count)","[Extragalactic Astronomy and Cosmology] Job Size: Weighted By CPU Hours (Core Count)","[Mechanics and Materials] Job Size: Weighted By CPU Hours (Core Count)","[Operations Research and Production Systems] Job Size: Weighted By CPU Hours (Core Count)","[Polar Meteorology] Job Size: Weighted By CPU Hours (Core Count)","[Systems Prototyping and Fabrication] Job Size: Weighted By CPU Hours (Core Count)","[Tectonics] Job Size: Weighted By CPU Hours (Core Count)" -2016-12,326.9898,185.9918,160.0000,112.0000,108.0000,96.0000,95.7775,72.0000,62.2411,61.6652,71.6000,57.5884,53.4612,48.1697,39.9999,28.7519,30.5247,24.8317,23.4747,20.0000,20.0000,16.0000,14.3584,12.0000,12.0000,12.0000,11.8512,10.4072,10.0459,9.9365,8.3644,7.5484,4.5982,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 -2017-01,0,32.0000,160.0000,0,0,96.0000,81.6536,0,0,60.2453,47.3679,5.0000,0,51.2991,0,32.0142,14.3317,15.9990,22.8322,0,0,0,10.2343,12.0000,12.0000,0,10.7741,10.0543,0,12.0000,8.0000,8.0000,2.0000,0,0,1.0000,1.0000,1.0000,1.0000,0 +Month,"[Fluid, Particulate, and Hydraulic Systems] Job Size: Weighted By CPU Hours (Core Count)","[Organic and Macromolecular Chemistry] Job Size: Weighted By CPU Hours (Core Count)","[Global Atmospheric Research] Job Size: Weighted By CPU Hours (Core Count)","[Structures and Building Systems] Job Size: Weighted By CPU Hours (Core Count)","[Design, Tools, and Test] Job Size: Weighted By CPU Hours (Core Count)","[Emerging Technologies Initiation] Job Size: Weighted By CPU Hours (Core Count)","[Quantum Electronics, Waves, and Beams] Job Size: Weighted By CPU Hours (Core Count)","[Metals, Ceramics, and Electronic Materials] Job Size: Weighted By CPU Hours (Core Count)","[Solid State Chemistry and Polymers] Job Size: Weighted By CPU Hours (Core Count)","[Stellar Astronomy and Astrophysics] Job Size: Weighted By CPU Hours (Core Count)","[Systematic and Population Biology] Job Size: Weighted By CPU Hours (Core Count)","[Geology and Paleontology] Job Size: Weighted By CPU Hours (Core Count)","[Decision, Risk, and Management Science] Job Size: Weighted By CPU Hours (Core Count)","[Biophysics] Job Size: Weighted By CPU Hours (Core Count)","[Polar Aeronomy and Astrophysics] Job Size: Weighted By CPU Hours (Core Count)","[Economics] Job Size: Weighted By CPU Hours (Core Count)","[Physical Chemistry] Job Size: Weighted By CPU Hours (Core Count)","[Galactic Astronomy] Job Size: Weighted By CPU Hours (Core Count)","[Design and Computer-Integrated Engineering] Job Size: Weighted By CPU Hours (Core Count)","[Geophysics] Job Size: Weighted By CPU Hours (Core Count)","[Volcanology and Mantle Geochemistry] Job Size: Weighted By CPU Hours (Core Count)","[Law and Social Sciences] Job Size: Weighted By CPU Hours (Core Count)","[Statistics and Probability] Job Size: Weighted By CPU Hours (Core Count)","[Algebra and Number Theory] Job Size: Weighted By CPU Hours (Core Count)","[Polar Ocean and Climate Systems] Job Size: Weighted By CPU Hours (Core Count)","[Theoretical Physics] Job Size: Weighted By CPU Hours (Core Count)","[Arts] Job Size: Weighted By CPU Hours (Core Count)","[Sociology] Job Size: Weighted By CPU Hours (Core Count)","[Biochemistry and Molecular Structure and Function] Job Size: Weighted By CPU Hours (Core Count)","[Seismology] Job Size: Weighted By CPU Hours (Core Count)","[Experimental Systems] Job Size: Weighted By CPU Hours (Core Count)","[Cell Biology] Job Size: Weighted By CPU Hours (Core Count)","[Solid-State and Microstructures] Job Size: Weighted By CPU Hours (Core Count)","[Systems Prototyping and Fabrication] Job Size: Weighted By CPU Hours (Core Count)","[Computer and Computation Theory] Job Size: Weighted By CPU Hours (Core Count)","[Extragalactic Astronomy and Cosmology] Job Size: Weighted By CPU Hours (Core Count)","[Mechanics and Materials] Job Size: Weighted By CPU Hours (Core Count)","[Operations Research and Production Systems] Job Size: Weighted By CPU Hours (Core Count)","[Polar Meteorology] Job Size: Weighted By CPU Hours (Core Count)","[Tectonics] Job Size: Weighted By CPU Hours (Core Count)" +2016-12,326.9898,185.9918,160.0000,112.0000,108.0000,96.0000,95.7775,72.0000,62.2411,61.6652,71.6000,57.5884,53.4612,48.1697,39.9999,28.7519,30.5247,24.8317,23.4747,20.0000,20.0000,16.0000,14.3584,12.0000,12.0000,12.0000,11.8512,10.4072,10.0459,9.9365,8.3644,7.5484,4.5982,1.0539,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 +2017-01,0,32.0000,160.0000,0,0,96.0000,81.6536,0,0,60.2453,47.3679,5.0000,0,51.2991,0,32.0142,14.3317,15.9990,22.8322,0,0,0,10.2343,12.0000,12.0000,0,10.7741,10.0543,0,12.0000,8.0000,8.0000,2.0000,1.0000,0,0,1.0000,1.0000,1.0000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv index 9d49d04694..feeb459b26 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[Fluid, Particulate, and Hydraulic Systems] Job Size: Weighted By CPU Hours (Core Count)","[Organic and Macromolecular Chemistry] Job Size: Weighted By CPU Hours (Core Count)","[Global Atmospheric Research] Job Size: Weighted By CPU Hours (Core Count)","[Structures and Building Systems] Job Size: Weighted By CPU Hours (Core Count)","[Design, Tools, and Test] Job Size: Weighted By CPU Hours (Core Count)","[Emerging Technologies Initiation] Job Size: Weighted By CPU Hours (Core Count)","[Quantum Electronics, Waves, and Beams] Job Size: Weighted By CPU Hours (Core Count)","[Metals, Ceramics, and Electronic Materials] Job Size: Weighted By CPU Hours (Core Count)","[Solid State Chemistry and Polymers] Job Size: Weighted By CPU Hours (Core Count)","[Stellar Astronomy and Astrophysics] Job Size: Weighted By CPU Hours (Core Count)","[Systematic and Population Biology] Job Size: Weighted By CPU Hours (Core Count)","[Geology and Paleontology] Job Size: Weighted By CPU Hours (Core Count)","[Decision, Risk, and Management Science] Job Size: Weighted By CPU Hours (Core Count)","[Biophysics] Job Size: Weighted By CPU Hours (Core Count)","[Polar Aeronomy and Astrophysics] Job Size: Weighted By CPU Hours (Core Count)","[Economics] Job Size: Weighted By CPU Hours (Core Count)","[Physical Chemistry] Job Size: Weighted By CPU Hours (Core Count)","[Galactic Astronomy] Job Size: Weighted By CPU Hours (Core Count)","[Design and Computer-Integrated Engineering] Job Size: Weighted By CPU Hours (Core Count)","[Geophysics] Job Size: Weighted By CPU Hours (Core Count)","[Volcanology and Mantle Geochemistry] Job Size: Weighted By CPU Hours (Core Count)","[Law and Social Sciences] Job Size: Weighted By CPU Hours (Core Count)","[Statistics and Probability] Job Size: Weighted By CPU Hours (Core Count)","[Algebra and Number Theory] Job Size: Weighted By CPU Hours (Core Count)","[Polar Ocean and Climate Systems] Job Size: Weighted By CPU Hours (Core Count)","[Theoretical Physics] Job Size: Weighted By CPU Hours (Core Count)","[Arts] Job Size: Weighted By CPU Hours (Core Count)","[Sociology] Job Size: Weighted By CPU Hours (Core Count)","[Biochemistry and Molecular Structure and Function] Job Size: Weighted By CPU Hours (Core Count)","[Seismology] Job Size: Weighted By CPU Hours (Core Count)","[Experimental Systems] Job Size: Weighted By CPU Hours (Core Count)","[Cell Biology] Job Size: Weighted By CPU Hours (Core Count)","[Solid-State and Microstructures] Job Size: Weighted By CPU Hours (Core Count)","[Computer and Computation Theory] Job Size: Weighted By CPU Hours (Core Count)","[Extragalactic Astronomy and Cosmology] Job Size: Weighted By CPU Hours (Core Count)","[Mechanics and Materials] Job Size: Weighted By CPU Hours (Core Count)","[Operations Research and Production Systems] Job Size: Weighted By CPU Hours (Core Count)","[Polar Meteorology] Job Size: Weighted By CPU Hours (Core Count)","[Systems Prototyping and Fabrication] Job Size: Weighted By CPU Hours (Core Count)","[Tectonics] Job Size: Weighted By CPU Hours (Core Count)" -"2016 Q4",326.9898,185.9918,160.0000,112.0000,108.0000,96.0000,95.7775,72.0000,62.2411,61.6652,71.6000,57.5884,53.4612,48.1697,39.9999,28.7519,30.5247,24.8317,23.4747,20.0000,20.0000,16.0000,14.3584,12.0000,12.0000,12.0000,11.8512,10.4072,10.0459,9.9365,8.3644,7.5484,4.5982,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 -"2017 Q1",0,32.0000,160.0000,0,0,96.0000,81.6536,0,0,60.2453,47.3679,5.0000,0,51.2991,0,32.0142,14.3317,15.9990,22.8322,0,0,0,10.2343,12.0000,12.0000,0,10.7741,10.0543,0,12.0000,8.0000,8.0000,2.0000,0,0,1.0000,1.0000,1.0000,1.0000,0 +Quarter,"[Fluid, Particulate, and Hydraulic Systems] Job Size: Weighted By CPU Hours (Core Count)","[Organic and Macromolecular Chemistry] Job Size: Weighted By CPU Hours (Core Count)","[Global Atmospheric Research] Job Size: Weighted By CPU Hours (Core Count)","[Structures and Building Systems] Job Size: Weighted By CPU Hours (Core Count)","[Design, Tools, and Test] Job Size: Weighted By CPU Hours (Core Count)","[Emerging Technologies Initiation] Job Size: Weighted By CPU Hours (Core Count)","[Quantum Electronics, Waves, and Beams] Job Size: Weighted By CPU Hours (Core Count)","[Metals, Ceramics, and Electronic Materials] Job Size: Weighted By CPU Hours (Core Count)","[Solid State Chemistry and Polymers] Job Size: Weighted By CPU Hours (Core Count)","[Stellar Astronomy and Astrophysics] Job Size: Weighted By CPU Hours (Core Count)","[Systematic and Population Biology] Job Size: Weighted By CPU Hours (Core Count)","[Geology and Paleontology] Job Size: Weighted By CPU Hours (Core Count)","[Decision, Risk, and Management Science] Job Size: Weighted By CPU Hours (Core Count)","[Biophysics] Job Size: Weighted By CPU Hours (Core Count)","[Polar Aeronomy and Astrophysics] Job Size: Weighted By CPU Hours (Core Count)","[Economics] Job Size: Weighted By CPU Hours (Core Count)","[Physical Chemistry] Job Size: Weighted By CPU Hours (Core Count)","[Galactic Astronomy] Job Size: Weighted By CPU Hours (Core Count)","[Design and Computer-Integrated Engineering] Job Size: Weighted By CPU Hours (Core Count)","[Geophysics] Job Size: Weighted By CPU Hours (Core Count)","[Volcanology and Mantle Geochemistry] Job Size: Weighted By CPU Hours (Core Count)","[Law and Social Sciences] Job Size: Weighted By CPU Hours (Core Count)","[Statistics and Probability] Job Size: Weighted By CPU Hours (Core Count)","[Algebra and Number Theory] Job Size: Weighted By CPU Hours (Core Count)","[Polar Ocean and Climate Systems] Job Size: Weighted By CPU Hours (Core Count)","[Theoretical Physics] Job Size: Weighted By CPU Hours (Core Count)","[Arts] Job Size: Weighted By CPU Hours (Core Count)","[Sociology] Job Size: Weighted By CPU Hours (Core Count)","[Biochemistry and Molecular Structure and Function] Job Size: Weighted By CPU Hours (Core Count)","[Seismology] Job Size: Weighted By CPU Hours (Core Count)","[Experimental Systems] Job Size: Weighted By CPU Hours (Core Count)","[Cell Biology] Job Size: Weighted By CPU Hours (Core Count)","[Solid-State and Microstructures] Job Size: Weighted By CPU Hours (Core Count)","[Systems Prototyping and Fabrication] Job Size: Weighted By CPU Hours (Core Count)","[Computer and Computation Theory] Job Size: Weighted By CPU Hours (Core Count)","[Extragalactic Astronomy and Cosmology] Job Size: Weighted By CPU Hours (Core Count)","[Mechanics and Materials] Job Size: Weighted By CPU Hours (Core Count)","[Operations Research and Production Systems] Job Size: Weighted By CPU Hours (Core Count)","[Polar Meteorology] Job Size: Weighted By CPU Hours (Core Count)","[Tectonics] Job Size: Weighted By CPU Hours (Core Count)" +"2016 Q4",326.9898,185.9918,160.0000,112.0000,108.0000,96.0000,95.7775,72.0000,62.2411,61.6652,71.6000,57.5884,53.4612,48.1697,39.9999,28.7519,30.5247,24.8317,23.4747,20.0000,20.0000,16.0000,14.3584,12.0000,12.0000,12.0000,11.8512,10.4072,10.0459,9.9365,8.3644,7.5484,4.5982,1.0539,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 +"2017 Q1",0,32.0000,160.0000,0,0,96.0000,81.6536,0,0,60.2453,47.3679,5.0000,0,51.2991,0,32.0142,14.3317,15.9990,22.8322,0,0,0,10.2343,12.0000,12.0000,0,10.7741,10.0543,0,12.0000,8.0000,8.0000,2.0000,1.0000,0,0,1.0000,1.0000,1.0000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv index db5c33548a..8fd5d3edb4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[Fluid, Particulate, and Hydraulic Systems] Job Size: Weighted By CPU Hours (Core Count)","[Organic and Macromolecular Chemistry] Job Size: Weighted By CPU Hours (Core Count)","[Global Atmospheric Research] Job Size: Weighted By CPU Hours (Core Count)","[Structures and Building Systems] Job Size: Weighted By CPU Hours (Core Count)","[Design, Tools, and Test] Job Size: Weighted By CPU Hours (Core Count)","[Emerging Technologies Initiation] Job Size: Weighted By CPU Hours (Core Count)","[Quantum Electronics, Waves, and Beams] Job Size: Weighted By CPU Hours (Core Count)","[Metals, Ceramics, and Electronic Materials] Job Size: Weighted By CPU Hours (Core Count)","[Solid State Chemistry and Polymers] Job Size: Weighted By CPU Hours (Core Count)","[Stellar Astronomy and Astrophysics] Job Size: Weighted By CPU Hours (Core Count)","[Systematic and Population Biology] Job Size: Weighted By CPU Hours (Core Count)","[Geology and Paleontology] Job Size: Weighted By CPU Hours (Core Count)","[Decision, Risk, and Management Science] Job Size: Weighted By CPU Hours (Core Count)","[Biophysics] Job Size: Weighted By CPU Hours (Core Count)","[Polar Aeronomy and Astrophysics] Job Size: Weighted By CPU Hours (Core Count)","[Economics] Job Size: Weighted By CPU Hours (Core Count)","[Physical Chemistry] Job Size: Weighted By CPU Hours (Core Count)","[Galactic Astronomy] Job Size: Weighted By CPU Hours (Core Count)","[Design and Computer-Integrated Engineering] Job Size: Weighted By CPU Hours (Core Count)","[Geophysics] Job Size: Weighted By CPU Hours (Core Count)","[Volcanology and Mantle Geochemistry] Job Size: Weighted By CPU Hours (Core Count)","[Law and Social Sciences] Job Size: Weighted By CPU Hours (Core Count)","[Statistics and Probability] Job Size: Weighted By CPU Hours (Core Count)","[Algebra and Number Theory] Job Size: Weighted By CPU Hours (Core Count)","[Polar Ocean and Climate Systems] Job Size: Weighted By CPU Hours (Core Count)","[Theoretical Physics] Job Size: Weighted By CPU Hours (Core Count)","[Arts] Job Size: Weighted By CPU Hours (Core Count)","[Sociology] Job Size: Weighted By CPU Hours (Core Count)","[Biochemistry and Molecular Structure and Function] Job Size: Weighted By CPU Hours (Core Count)","[Seismology] Job Size: Weighted By CPU Hours (Core Count)","[Experimental Systems] Job Size: Weighted By CPU Hours (Core Count)","[Cell Biology] Job Size: Weighted By CPU Hours (Core Count)","[Solid-State and Microstructures] Job Size: Weighted By CPU Hours (Core Count)","[Computer and Computation Theory] Job Size: Weighted By CPU Hours (Core Count)","[Extragalactic Astronomy and Cosmology] Job Size: Weighted By CPU Hours (Core Count)","[Mechanics and Materials] Job Size: Weighted By CPU Hours (Core Count)","[Operations Research and Production Systems] Job Size: Weighted By CPU Hours (Core Count)","[Polar Meteorology] Job Size: Weighted By CPU Hours (Core Count)","[Systems Prototyping and Fabrication] Job Size: Weighted By CPU Hours (Core Count)","[Tectonics] Job Size: Weighted By CPU Hours (Core Count)" -2016,326.9898,185.9918,160.0000,112.0000,108.0000,96.0000,95.7775,72.0000,62.2411,61.6652,71.6000,57.5884,53.4612,48.1697,39.9999,28.7519,30.5247,24.8317,23.4747,20.0000,20.0000,16.0000,14.3584,12.0000,12.0000,12.0000,11.8512,10.4072,10.0459,9.9365,8.3644,7.5484,4.5982,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 -2017,0,32.0000,160.0000,0,0,96.0000,81.6536,0,0,60.2453,47.3679,5.0000,0,51.2991,0,32.0142,14.3317,15.9990,22.8322,0,0,0,10.2343,12.0000,12.0000,0,10.7741,10.0543,0,12.0000,8.0000,8.0000,2.0000,0,0,1.0000,1.0000,1.0000,1.0000,0 +Year,"[Fluid, Particulate, and Hydraulic Systems] Job Size: Weighted By CPU Hours (Core Count)","[Organic and Macromolecular Chemistry] Job Size: Weighted By CPU Hours (Core Count)","[Global Atmospheric Research] Job Size: Weighted By CPU Hours (Core Count)","[Structures and Building Systems] Job Size: Weighted By CPU Hours (Core Count)","[Design, Tools, and Test] Job Size: Weighted By CPU Hours (Core Count)","[Emerging Technologies Initiation] Job Size: Weighted By CPU Hours (Core Count)","[Quantum Electronics, Waves, and Beams] Job Size: Weighted By CPU Hours (Core Count)","[Metals, Ceramics, and Electronic Materials] Job Size: Weighted By CPU Hours (Core Count)","[Solid State Chemistry and Polymers] Job Size: Weighted By CPU Hours (Core Count)","[Stellar Astronomy and Astrophysics] Job Size: Weighted By CPU Hours (Core Count)","[Systematic and Population Biology] Job Size: Weighted By CPU Hours (Core Count)","[Geology and Paleontology] Job Size: Weighted By CPU Hours (Core Count)","[Decision, Risk, and Management Science] Job Size: Weighted By CPU Hours (Core Count)","[Biophysics] Job Size: Weighted By CPU Hours (Core Count)","[Polar Aeronomy and Astrophysics] Job Size: Weighted By CPU Hours (Core Count)","[Economics] Job Size: Weighted By CPU Hours (Core Count)","[Physical Chemistry] Job Size: Weighted By CPU Hours (Core Count)","[Galactic Astronomy] Job Size: Weighted By CPU Hours (Core Count)","[Design and Computer-Integrated Engineering] Job Size: Weighted By CPU Hours (Core Count)","[Geophysics] Job Size: Weighted By CPU Hours (Core Count)","[Volcanology and Mantle Geochemistry] Job Size: Weighted By CPU Hours (Core Count)","[Law and Social Sciences] Job Size: Weighted By CPU Hours (Core Count)","[Statistics and Probability] Job Size: Weighted By CPU Hours (Core Count)","[Algebra and Number Theory] Job Size: Weighted By CPU Hours (Core Count)","[Polar Ocean and Climate Systems] Job Size: Weighted By CPU Hours (Core Count)","[Theoretical Physics] Job Size: Weighted By CPU Hours (Core Count)","[Arts] Job Size: Weighted By CPU Hours (Core Count)","[Sociology] Job Size: Weighted By CPU Hours (Core Count)","[Biochemistry and Molecular Structure and Function] Job Size: Weighted By CPU Hours (Core Count)","[Seismology] Job Size: Weighted By CPU Hours (Core Count)","[Experimental Systems] Job Size: Weighted By CPU Hours (Core Count)","[Cell Biology] Job Size: Weighted By CPU Hours (Core Count)","[Solid-State and Microstructures] Job Size: Weighted By CPU Hours (Core Count)","[Systems Prototyping and Fabrication] Job Size: Weighted By CPU Hours (Core Count)","[Computer and Computation Theory] Job Size: Weighted By CPU Hours (Core Count)","[Extragalactic Astronomy and Cosmology] Job Size: Weighted By CPU Hours (Core Count)","[Mechanics and Materials] Job Size: Weighted By CPU Hours (Core Count)","[Operations Research and Production Systems] Job Size: Weighted By CPU Hours (Core Count)","[Polar Meteorology] Job Size: Weighted By CPU Hours (Core Count)","[Tectonics] Job Size: Weighted By CPU Hours (Core Count)" +2016,326.9898,185.9918,160.0000,112.0000,108.0000,96.0000,95.7775,72.0000,62.2411,61.6652,71.6000,57.5884,53.4612,48.1697,39.9999,28.7519,30.5247,24.8317,23.4747,20.0000,20.0000,16.0000,14.3584,12.0000,12.0000,12.0000,11.8512,10.4072,10.0459,9.9365,8.3644,7.5484,4.5982,1.0539,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 +2017,0,32.0000,160.0000,0,0,96.0000,81.6536,0,0,60.2453,47.3679,5.0000,0,51.2991,0,32.0142,14.3317,15.9990,22.8322,0,0,0,10.2343,12.0000,12.0000,0,10.7741,10.0543,0,12.0000,8.0000,8.0000,2.0000,1.0000,0,0,1.0000,1.0000,1.0000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_node_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_node_hours/aggregate-Day-reference.csv index 1436d72d1c..884d9cc82b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_node_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_node_hours/aggregate-Day-reference.csv @@ -22,7 +22,7 @@ start,end "Theoretical Physics",44.13648148, Biophysics,39.80336022,11.690025361774948 "Algebra and Number Theory",39.37916667, -"Systems Prototyping and Fabrication",25.48654262, +"Systems Prototyping and Fabrication",25.47774356, "Experimental Systems",24.23206456, "Cell Biology",21.20512731, Arts,17.27322391, diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_node_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_node_hours/aggregate-Month-reference.csv index 9dfae15f9e..0bd366c505 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_node_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_node_hours/aggregate-Month-reference.csv @@ -22,7 +22,7 @@ start,end "Theoretical Physics",44.13648148,3.8863777173028686 Biophysics,39.80336022,26.386475830697922 "Algebra and Number Theory",39.37916667,3.5074678840012607 -"Systems Prototyping and Fabrication",25.48654262,0.09521527865289223 +"Systems Prototyping and Fabrication",25.47774356,0.0955847815244826 "Experimental Systems",24.23206456,3.046402847031802 "Cell Biology",21.20512731,2.519094985257857 Arts,17.27322391,1.2812633375632778 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_node_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_node_hours/aggregate-Quarter-reference.csv index 9dfae15f9e..0bd366c505 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_node_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_node_hours/aggregate-Quarter-reference.csv @@ -22,7 +22,7 @@ start,end "Theoretical Physics",44.13648148,3.8863777173028686 Biophysics,39.80336022,26.386475830697922 "Algebra and Number Theory",39.37916667,3.5074678840012607 -"Systems Prototyping and Fabrication",25.48654262,0.09521527865289223 +"Systems Prototyping and Fabrication",25.47774356,0.0955847815244826 "Experimental Systems",24.23206456,3.046402847031802 "Cell Biology",21.20512731,2.519094985257857 Arts,17.27322391,1.2812633375632778 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_node_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_node_hours/aggregate-Year-reference.csv index 9dfae15f9e..0bd366c505 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_node_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_node_hours/aggregate-Year-reference.csv @@ -22,7 +22,7 @@ start,end "Theoretical Physics",44.13648148,3.8863777173028686 Biophysics,39.80336022,26.386475830697922 "Algebra and Number Theory",39.37916667,3.5074678840012607 -"Systems Prototyping and Fabrication",25.48654262,0.09521527865289223 +"Systems Prototyping and Fabrication",25.47774356,0.0955847815244826 "Experimental Systems",24.23206456,3.046402847031802 "Cell Biology",21.20512731,2.519094985257857 Arts,17.27322391,1.2812633375632778 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_node_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_node_hours/timeseries-Day-reference.csv index 81f31d2b8b..ea8b0ca5f8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_node_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_node_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Fluid, Particulate, and Hydraulic Systems] Node Hours: Per Job","[Organic 2016-12-27,0,0,103.87259259,0,0,0,123.98500000,0,20.78689815,0,0,0,0,0,27.19888889,0,0,0,13.96533333,0,19.90555556,110.37185185,0,0,0,0,0,0,0,0,8.71606481,0,0,0,8.23638889,0,3.21666667,0,0,0 2016-12-28,0,204.63521605,121.84400000,0,0,0,110.33416667,0,9.90712418,0,0,13.35268330,4.70055556,5.03972222,108.00000000,3.11533951,5.01598392,8.78983333,17.63833333,0,24.00000000,41.89046296,0,0,0,0,0,0,0,0,24.00000000,0,0,0,23.06965278,0,24.00000000,0,0,0 2016-12-29,0,274.66666667,180.43835749,69.30071429,25.68611111,50.95777778,105.05000000,129.77777778,23.89310847,0,37.94944444,16.60273286,24.00000000,24.00000000,108.00000000,24.00000000,13.10756221,10.54645833,7.73178763,4.34454545,24.00000000,33.92898889,0,0,3.62000000,10.40083333,0,2.01966667,0,0,8.69373843,0,0,0,17.28543724,0,1.17898003,26.97722222,0,0 -2016-12-30,205.67851852,190.40452991,141.05838294,130.70500000,71.96340278,63.81250000,64.49861111,50.35000000,18.94011905,0,24.00027778,21.71949405,19.30611111,15.09675926,108.00000000,14.55335859,13.31263065,13.41648148,7.32493056,9.68358547,11.72422222,5.43139178,2.52592593,4.25015531,16.84687500,13.60638889,3.48631944,4.10559722,2.34500000,0,0.89853754,1.36229167,0.97252976,1.58977533,0.37156165,0.56942901,0.34371670,0.17419134,0.08049603,0.06500000 +2016-12-30,205.67851852,190.40452991,141.05838294,130.70500000,71.96340278,63.81250000,64.49861111,50.35000000,18.94011905,0,24.00027778,21.71949405,19.30611111,15.09675926,108.00000000,14.55335859,13.30592672,13.41648148,7.32493056,9.68358547,11.72422222,5.43139178,2.52592593,4.25015531,16.84687500,13.60638889,3.48631944,4.10559722,2.34500000,0,0.89853754,1.36229167,0.97252976,1.58977533,0.37156165,0.56942901,0.34371670,0.17419134,0.08049603,0.06500000 2016-12-31,475.12888889,53.59320513,77.97748843,132.54333333,51.34208333,81.42285714,40.94743056,0,23.17923611,33.22259259,14.74888889,10.83064379,0,0,36.07513889,24.00000000,12.53390738,10.97790404,14.97629630,15.93161523,1.92791667,1.97834003,21.37166667,5.54019436,7.28581633,6.47384921,7.65398148,8.63138889,0,0.19661458,6.74688889,2.93026709,0.97299603,1.07971065,0.59342052,1.04561111,0.38194742,0.01479010,0,0 2017-01-01,0,0.88986111,11.65923611,0,0,55.64063492,29.48169753,0.43333333,11.20848700,17.76722222,0,13.34534574,0,0,7.49293210,5.04583333,11.50582962,8.59888889,17.62535714,6.53122222,0,0,4.28111111,0,17.62916667,0.47638889,0,0,0,2.11436355,11.62486111,0.68703333,0.96969246,0.02809588,1.61531716,0.63905875,0.06690347,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_node_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_node_hours/timeseries-Month-reference.csv index 3553c085c4..b4135e5ce3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_node_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_node_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Fluid, Particulate, and Hydraulic Systems] Node Hours: Per Job","[Organic and Macromolecular Chemistry] Node Hours: Per Job","[Quantum Electronics, Waves, and Beams] Node Hours: Per Job","[Metals, Ceramics, and Electronic Materials] Node Hours: Per Job","[Structures and Building Systems] Node Hours: Per Job","[Emerging Technologies Initiation] Node Hours: Per Job","[Stellar Astronomy and Astrophysics] Node Hours: Per Job","[Global Atmospheric Research] Node Hours: Per Job","[Statistics and Probability] Node Hours: Per Job","[Design and Computer-Integrated Engineering] Node Hours: Per Job","[Polar Aeronomy and Astrophysics] Node Hours: Per Job","[Operations Research and Production Systems] Node Hours: Per Job","[Volcanology and Mantle Geochemistry] Node Hours: Per Job","[Theoretical Physics] Node Hours: Per Job","[Biophysics] Node Hours: Per Job","[Algebra and Number Theory] Node Hours: Per Job","[Systems Prototyping and Fabrication] Node Hours: Per Job","[Experimental Systems] Node Hours: Per Job","[Cell Biology] Node Hours: Per Job","[Arts] Node Hours: Per Job","[Biochemistry and Molecular Structure and Function] Node Hours: Per Job","[Solid State Chemistry and Polymers] Node Hours: Per Job","[Geology and Paleontology] Node Hours: Per Job","[Tectonics] Node Hours: Per Job","[Solid-State and Microstructures] Node Hours: Per Job","[Seismology] Node Hours: Per Job","[Extragalactic Astronomy and Cosmology] Node Hours: Per Job","[Computer and Computation Theory] Node Hours: Per Job","[Design, Tools, and Test] Node Hours: Per Job","[Polar Ocean and Climate Systems] Node Hours: Per Job","[Galactic Astronomy] Node Hours: Per Job","[Economics] Node Hours: Per Job","[Mechanics and Materials] Node Hours: Per Job","[Polar Meteorology] Node Hours: Per Job","[Physical Chemistry] Node Hours: Per Job","[Systematic and Population Biology] Node Hours: Per Job","[Sociology] Node Hours: Per Job","[Decision, Risk, and Management Science] Node Hours: Per Job","[Geophysics] Node Hours: Per Job","[Law and Social Sciences] Node Hours: Per Job" -2016-12,364.05481481,440.33455882,378.45170139,218.94047619,110.47750000,102.77777778,113.84751852,180.12777778,42.94008230,33.22259259,50.34944444,48.78758939,48.00666667,44.13648148,171.93250000,38.92045455,23.01874399,26.76558429,19.49155093,16.77843434,16.76537037,16.21672374,16.77370370,8.59051583,7.77245050,8.66552083,5.98691667,5.04208333,2.34500000,0.19661458,1.77542542,2.24853865,0.97276290,1.45671498,0.72579524,0.61704722,0.37457084,0.12795354,0.08049603,0.06500000 +2016-12,364.05481481,440.33455882,378.45170139,218.94047619,110.47750000,102.77777778,113.84751852,180.12777778,42.94008230,33.22259259,50.34944444,48.78758939,48.00666667,44.13648148,171.93250000,38.92045455,23.01022225,26.76558429,19.49155093,16.77843434,16.76537037,16.21672374,16.77370370,8.59051583,7.77245050,8.66552083,5.98691667,5.04208333,2.34500000,0.19661458,1.77542542,2.24853865,0.97276290,1.45671498,0.72579524,0.61704722,0.37457084,0.12795354,0.08049603,0.06500000 2017-01,0,0.88986111,11.65923611,0,0,55.64063492,29.48169753,0.43333333,11.20848700,17.76722222,0,13.34534574,0,0,7.49293210,5.04583333,11.50582962,8.59888889,17.62535714,6.53122222,0,0,4.28111111,0,17.62916667,0.47638889,0,0,0,2.11436355,11.62486111,0.68703333,0.96969246,0.02809588,1.61531716,0.63905875,0.06690347,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_node_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_node_hours/timeseries-Quarter-reference.csv index 9de203e4da..817e5b4dec 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_node_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_node_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Fluid, Particulate, and Hydraulic Systems] Node Hours: Per Job","[Organic and Macromolecular Chemistry] Node Hours: Per Job","[Quantum Electronics, Waves, and Beams] Node Hours: Per Job","[Metals, Ceramics, and Electronic Materials] Node Hours: Per Job","[Structures and Building Systems] Node Hours: Per Job","[Emerging Technologies Initiation] Node Hours: Per Job","[Stellar Astronomy and Astrophysics] Node Hours: Per Job","[Global Atmospheric Research] Node Hours: Per Job","[Statistics and Probability] Node Hours: Per Job","[Design and Computer-Integrated Engineering] Node Hours: Per Job","[Polar Aeronomy and Astrophysics] Node Hours: Per Job","[Operations Research and Production Systems] Node Hours: Per Job","[Volcanology and Mantle Geochemistry] Node Hours: Per Job","[Theoretical Physics] Node Hours: Per Job","[Biophysics] Node Hours: Per Job","[Algebra and Number Theory] Node Hours: Per Job","[Systems Prototyping and Fabrication] Node Hours: Per Job","[Experimental Systems] Node Hours: Per Job","[Cell Biology] Node Hours: Per Job","[Arts] Node Hours: Per Job","[Biochemistry and Molecular Structure and Function] Node Hours: Per Job","[Solid State Chemistry and Polymers] Node Hours: Per Job","[Geology and Paleontology] Node Hours: Per Job","[Tectonics] Node Hours: Per Job","[Solid-State and Microstructures] Node Hours: Per Job","[Seismology] Node Hours: Per Job","[Extragalactic Astronomy and Cosmology] Node Hours: Per Job","[Computer and Computation Theory] Node Hours: Per Job","[Design, Tools, and Test] Node Hours: Per Job","[Polar Ocean and Climate Systems] Node Hours: Per Job","[Galactic Astronomy] Node Hours: Per Job","[Economics] Node Hours: Per Job","[Mechanics and Materials] Node Hours: Per Job","[Polar Meteorology] Node Hours: Per Job","[Physical Chemistry] Node Hours: Per Job","[Systematic and Population Biology] Node Hours: Per Job","[Sociology] Node Hours: Per Job","[Decision, Risk, and Management Science] Node Hours: Per Job","[Geophysics] Node Hours: Per Job","[Law and Social Sciences] Node Hours: Per Job" -"2016 Q4",364.05481481,440.33455882,378.45170139,218.94047619,110.47750000,102.77777778,113.84751852,180.12777778,42.94008230,33.22259259,50.34944444,48.78758939,48.00666667,44.13648148,171.93250000,38.92045455,23.01874399,26.76558429,19.49155093,16.77843434,16.76537037,16.21672374,16.77370370,8.59051583,7.77245050,8.66552083,5.98691667,5.04208333,2.34500000,0.19661458,1.77542542,2.24853865,0.97276290,1.45671498,0.72579524,0.61704722,0.37457084,0.12795354,0.08049603,0.06500000 +"2016 Q4",364.05481481,440.33455882,378.45170139,218.94047619,110.47750000,102.77777778,113.84751852,180.12777778,42.94008230,33.22259259,50.34944444,48.78758939,48.00666667,44.13648148,171.93250000,38.92045455,23.01022225,26.76558429,19.49155093,16.77843434,16.76537037,16.21672374,16.77370370,8.59051583,7.77245050,8.66552083,5.98691667,5.04208333,2.34500000,0.19661458,1.77542542,2.24853865,0.97276290,1.45671498,0.72579524,0.61704722,0.37457084,0.12795354,0.08049603,0.06500000 "2017 Q1",0,0.88986111,11.65923611,0,0,55.64063492,29.48169753,0.43333333,11.20848700,17.76722222,0,13.34534574,0,0,7.49293210,5.04583333,11.50582962,8.59888889,17.62535714,6.53122222,0,0,4.28111111,0,17.62916667,0.47638889,0,0,0,2.11436355,11.62486111,0.68703333,0.96969246,0.02809588,1.61531716,0.63905875,0.06690347,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_node_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_node_hours/timeseries-Year-reference.csv index a70b30110d..e1c20355c2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_node_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_node_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Fluid, Particulate, and Hydraulic Systems] Node Hours: Per Job","[Organic and Macromolecular Chemistry] Node Hours: Per Job","[Quantum Electronics, Waves, and Beams] Node Hours: Per Job","[Metals, Ceramics, and Electronic Materials] Node Hours: Per Job","[Structures and Building Systems] Node Hours: Per Job","[Emerging Technologies Initiation] Node Hours: Per Job","[Stellar Astronomy and Astrophysics] Node Hours: Per Job","[Global Atmospheric Research] Node Hours: Per Job","[Statistics and Probability] Node Hours: Per Job","[Design and Computer-Integrated Engineering] Node Hours: Per Job","[Polar Aeronomy and Astrophysics] Node Hours: Per Job","[Operations Research and Production Systems] Node Hours: Per Job","[Volcanology and Mantle Geochemistry] Node Hours: Per Job","[Theoretical Physics] Node Hours: Per Job","[Biophysics] Node Hours: Per Job","[Algebra and Number Theory] Node Hours: Per Job","[Systems Prototyping and Fabrication] Node Hours: Per Job","[Experimental Systems] Node Hours: Per Job","[Cell Biology] Node Hours: Per Job","[Arts] Node Hours: Per Job","[Biochemistry and Molecular Structure and Function] Node Hours: Per Job","[Solid State Chemistry and Polymers] Node Hours: Per Job","[Geology and Paleontology] Node Hours: Per Job","[Tectonics] Node Hours: Per Job","[Solid-State and Microstructures] Node Hours: Per Job","[Seismology] Node Hours: Per Job","[Extragalactic Astronomy and Cosmology] Node Hours: Per Job","[Computer and Computation Theory] Node Hours: Per Job","[Design, Tools, and Test] Node Hours: Per Job","[Polar Ocean and Climate Systems] Node Hours: Per Job","[Galactic Astronomy] Node Hours: Per Job","[Economics] Node Hours: Per Job","[Mechanics and Materials] Node Hours: Per Job","[Polar Meteorology] Node Hours: Per Job","[Physical Chemistry] Node Hours: Per Job","[Systematic and Population Biology] Node Hours: Per Job","[Sociology] Node Hours: Per Job","[Decision, Risk, and Management Science] Node Hours: Per Job","[Geophysics] Node Hours: Per Job","[Law and Social Sciences] Node Hours: Per Job" -2016,364.05481481,440.33455882,378.45170139,218.94047619,110.47750000,102.77777778,113.84751852,180.12777778,42.94008230,33.22259259,50.34944444,48.78758939,48.00666667,44.13648148,171.93250000,38.92045455,23.01874399,26.76558429,19.49155093,16.77843434,16.76537037,16.21672374,16.77370370,8.59051583,7.77245050,8.66552083,5.98691667,5.04208333,2.34500000,0.19661458,1.77542542,2.24853865,0.97276290,1.45671498,0.72579524,0.61704722,0.37457084,0.12795354,0.08049603,0.06500000 +2016,364.05481481,440.33455882,378.45170139,218.94047619,110.47750000,102.77777778,113.84751852,180.12777778,42.94008230,33.22259259,50.34944444,48.78758939,48.00666667,44.13648148,171.93250000,38.92045455,23.01022225,26.76558429,19.49155093,16.77843434,16.76537037,16.21672374,16.77370370,8.59051583,7.77245050,8.66552083,5.98691667,5.04208333,2.34500000,0.19661458,1.77542542,2.24853865,0.97276290,1.45671498,0.72579524,0.61704722,0.37457084,0.12795354,0.08049603,0.06500000 2017,0,0.88986111,11.65923611,0,0,55.64063492,29.48169753,0.43333333,11.20848700,17.76722222,0,13.34534574,0,0,7.49293210,5.04583333,11.50582962,8.59888889,17.62535714,6.53122222,0,0,4.28111111,0,17.62916667,0.47638889,0,0,0,2.11436355,11.62486111,0.68703333,0.96969246,0.02809588,1.61531716,0.63905875,0.06690347,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_processors/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_processors/aggregate-Day-reference.csv index 0b7d8ef8fe..0f327fbec8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_processors/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_processors/aggregate-Day-reference.csv @@ -39,11 +39,11 @@ Sociology,9.4136,0.00817111972673608 "Solid-State and Microstructures",2.2970,0.1689240965440023 "Biochemistry and Molecular Structure and Function",1.7333,0.7084673076458524 "Decision, Risk, and Management Science",1.0418,0.029529889560875294 +"Systems Prototyping and Fabrication",1.0407,0.04067667523847026 "Computer and Computation Theory",1.0000,0 "Extragalactic Astronomy and Cosmology",1.0000,0 "Mechanics and Materials",1.0000,0 "Operations Research and Production Systems",1.0000,0 "Polar Meteorology",1.0000,0 -"Systems Prototyping and Fabrication",1.0000,0 Tectonics,1.0000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_processors/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_processors/aggregate-Month-reference.csv index 0b7d8ef8fe..0f327fbec8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_processors/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_processors/aggregate-Month-reference.csv @@ -39,11 +39,11 @@ Sociology,9.4136,0.00817111972673608 "Solid-State and Microstructures",2.2970,0.1689240965440023 "Biochemistry and Molecular Structure and Function",1.7333,0.7084673076458524 "Decision, Risk, and Management Science",1.0418,0.029529889560875294 +"Systems Prototyping and Fabrication",1.0407,0.04067667523847026 "Computer and Computation Theory",1.0000,0 "Extragalactic Astronomy and Cosmology",1.0000,0 "Mechanics and Materials",1.0000,0 "Operations Research and Production Systems",1.0000,0 "Polar Meteorology",1.0000,0 -"Systems Prototyping and Fabrication",1.0000,0 Tectonics,1.0000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_processors/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_processors/aggregate-Quarter-reference.csv index 0b7d8ef8fe..0f327fbec8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_processors/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_processors/aggregate-Quarter-reference.csv @@ -39,11 +39,11 @@ Sociology,9.4136,0.00817111972673608 "Solid-State and Microstructures",2.2970,0.1689240965440023 "Biochemistry and Molecular Structure and Function",1.7333,0.7084673076458524 "Decision, Risk, and Management Science",1.0418,0.029529889560875294 +"Systems Prototyping and Fabrication",1.0407,0.04067667523847026 "Computer and Computation Theory",1.0000,0 "Extragalactic Astronomy and Cosmology",1.0000,0 "Mechanics and Materials",1.0000,0 "Operations Research and Production Systems",1.0000,0 "Polar Meteorology",1.0000,0 -"Systems Prototyping and Fabrication",1.0000,0 Tectonics,1.0000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_processors/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_processors/aggregate-Year-reference.csv index 0b7d8ef8fe..0f327fbec8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_processors/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_processors/aggregate-Year-reference.csv @@ -39,11 +39,11 @@ Sociology,9.4136,0.00817111972673608 "Solid-State and Microstructures",2.2970,0.1689240965440023 "Biochemistry and Molecular Structure and Function",1.7333,0.7084673076458524 "Decision, Risk, and Management Science",1.0418,0.029529889560875294 +"Systems Prototyping and Fabrication",1.0407,0.04067667523847026 "Computer and Computation Theory",1.0000,0 "Extragalactic Astronomy and Cosmology",1.0000,0 "Mechanics and Materials",1.0000,0 "Operations Research and Production Systems",1.0000,0 "Polar Meteorology",1.0000,0 -"Systems Prototyping and Fabrication",1.0000,0 Tectonics,1.0000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_processors/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_processors/timeseries-Day-reference.csv index 7c354f6ea7..b84f69083b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_processors/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_processors/timeseries-Day-reference.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[Fluid, Particulate, and Hydraulic Systems] Job Size: Per Job (Core Count)","[Global Atmospheric Research] Job Size: Per Job (Core Count)","[Structures and Building Systems] Job Size: Per Job (Core Count)","[Design, Tools, and Test] Job Size: Per Job (Core Count)","[Emerging Technologies Initiation] Job Size: Per Job (Core Count)","[Organic and Macromolecular Chemistry] Job Size: Per Job (Core Count)","[Metals, Ceramics, and Electronic Materials] Job Size: Per Job (Core Count)","[Quantum Electronics, Waves, and Beams] Job Size: Per Job (Core Count)","[Stellar Astronomy and Astrophysics] Job Size: Per Job (Core Count)","[Systematic and Population Biology] Job Size: Per Job (Core Count)","[Polar Aeronomy and Astrophysics] Job Size: Per Job (Core Count)","[Economics] Job Size: Per Job (Core Count)","[Design and Computer-Integrated Engineering] Job Size: Per Job (Core Count)","[Geophysics] Job Size: Per Job (Core Count)","[Volcanology and Mantle Geochemistry] Job Size: Per Job (Core Count)","[Solid State Chemistry and Polymers] Job Size: Per Job (Core Count)","[Geology and Paleontology] Job Size: Per Job (Core Count)","[Law and Social Sciences] Job Size: Per Job (Core Count)","[Algebra and Number Theory] Job Size: Per Job (Core Count)","[Polar Ocean and Climate Systems] Job Size: Per Job (Core Count)","[Theoretical Physics] Job Size: Per Job (Core Count)","[Arts] Job Size: Per Job (Core Count)","[Seismology] Job Size: Per Job (Core Count)","[Statistics and Probability] Job Size: Per Job (Core Count)","[Biophysics] Job Size: Per Job (Core Count)","[Sociology] Job Size: Per Job (Core Count)","[Experimental Systems] Job Size: Per Job (Core Count)","[Physical Chemistry] Job Size: Per Job (Core Count)","[Galactic Astronomy] Job Size: Per Job (Core Count)","[Cell Biology] Job Size: Per Job (Core Count)","[Solid-State and Microstructures] Job Size: Per Job (Core Count)","[Biochemistry and Molecular Structure and Function] Job Size: Per Job (Core Count)","[Decision, Risk, and Management Science] Job Size: Per Job (Core Count)","[Computer and Computation Theory] Job Size: Per Job (Core Count)","[Extragalactic Astronomy and Cosmology] Job Size: Per Job (Core Count)","[Mechanics and Materials] Job Size: Per Job (Core Count)","[Operations Research and Production Systems] Job Size: Per Job (Core Count)","[Polar Meteorology] Job Size: Per Job (Core Count)","[Systems Prototyping and Fabrication] Job Size: Per Job (Core Count)","[Tectonics] Job Size: Per Job (Core Count)" +Day,"[Fluid, Particulate, and Hydraulic Systems] Job Size: Per Job (Core Count)","[Global Atmospheric Research] Job Size: Per Job (Core Count)","[Structures and Building Systems] Job Size: Per Job (Core Count)","[Design, Tools, and Test] Job Size: Per Job (Core Count)","[Emerging Technologies Initiation] Job Size: Per Job (Core Count)","[Organic and Macromolecular Chemistry] Job Size: Per Job (Core Count)","[Metals, Ceramics, and Electronic Materials] Job Size: Per Job (Core Count)","[Quantum Electronics, Waves, and Beams] Job Size: Per Job (Core Count)","[Stellar Astronomy and Astrophysics] Job Size: Per Job (Core Count)","[Systematic and Population Biology] Job Size: Per Job (Core Count)","[Polar Aeronomy and Astrophysics] Job Size: Per Job (Core Count)","[Economics] Job Size: Per Job (Core Count)","[Design and Computer-Integrated Engineering] Job Size: Per Job (Core Count)","[Geophysics] Job Size: Per Job (Core Count)","[Volcanology and Mantle Geochemistry] Job Size: Per Job (Core Count)","[Solid State Chemistry and Polymers] Job Size: Per Job (Core Count)","[Geology and Paleontology] Job Size: Per Job (Core Count)","[Law and Social Sciences] Job Size: Per Job (Core Count)","[Algebra and Number Theory] Job Size: Per Job (Core Count)","[Polar Ocean and Climate Systems] Job Size: Per Job (Core Count)","[Theoretical Physics] Job Size: Per Job (Core Count)","[Arts] Job Size: Per Job (Core Count)","[Seismology] Job Size: Per Job (Core Count)","[Statistics and Probability] Job Size: Per Job (Core Count)","[Biophysics] Job Size: Per Job (Core Count)","[Sociology] Job Size: Per Job (Core Count)","[Experimental Systems] Job Size: Per Job (Core Count)","[Physical Chemistry] Job Size: Per Job (Core Count)","[Galactic Astronomy] Job Size: Per Job (Core Count)","[Cell Biology] Job Size: Per Job (Core Count)","[Solid-State and Microstructures] Job Size: Per Job (Core Count)","[Biochemistry and Molecular Structure and Function] Job Size: Per Job (Core Count)","[Decision, Risk, and Management Science] Job Size: Per Job (Core Count)","[Systems Prototyping and Fabrication] Job Size: Per Job (Core Count)","[Computer and Computation Theory] Job Size: Per Job (Core Count)","[Extragalactic Astronomy and Cosmology] Job Size: Per Job (Core Count)","[Mechanics and Materials] Job Size: Per Job (Core Count)","[Operations Research and Production Systems] Job Size: Per Job (Core Count)","[Polar Meteorology] Job Size: Per Job (Core Count)","[Tectonics] Job Size: Per Job (Core Count)" 2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,0,12.0000,1.0000,0,0,0,0,0,0,0,0,0,0,0 2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,0,12.0000,1.0000,0,0,0,0,0,0,0,0,0,0,0 2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,0,18.0000,1.0000,0,0,0,0,0,0,0,0,0,0,0 2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16.0000,12.0000,0,0,18.0000,1.0000,0,0,0,0,0,0,0,0,0,0,0 2016-12-27,0,0,0,0,0,0,0,96.0000,72.0000,0,0,0,0,0,0,69.3333,0,0,0,0,0,0,0,13.5000,38.0000,1.0000,0,25.7143,13.5000,8.0000,0,12.0000,0,0,0,0,0,0,0,0 -2016-12-28,0,0,0,0,0,183.1111,0,96.0000,60.0000,0,0,0,0,0,20.0000,34.6667,0,0,12.0000,0,12.0000,0,0,15.1176,38.0000,1.0000,8.0000,26.6000,13.5000,8.0000,0,12.0000,0,0,0,0,1.0000,0,1.0000,0 -2016-12-29,0,160.0000,112.0000,0,96.0000,183.1111,72.0000,91.8696,60.0000,0,40.0000,0,0,0,20.0000,27.0400,0,0,12.0000,0,12.0000,11.2727,5.0000,15.2857,38.0000,9.3672,8.0000,17.9259,9.4167,2.3548,2.0000,12.0000,56.0000,1.0000,0,0,1.0000,0,1.0000,0 -2016-12-30,224.0000,160.0000,112.0000,108.0000,96.0000,141.5385,72.0000,77.9286,61.7143,44.0444,28.0000,24.6500,0,20.0000,20.0000,20.1250,23.3333,16.0000,12.0000,0,12.0000,11.2000,5.0000,15.2857,38.0000,9.0887,9.0000,8.2788,4.2351,2.7941,9.5000,1.7333,1.0647,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 +2016-12-28,0,0,0,0,0,183.1111,0,96.0000,60.0000,0,0,0,0,0,20.0000,34.6667,0,0,12.0000,0,12.0000,0,0,15.1176,38.0000,1.0000,8.0000,26.6000,13.5000,8.0000,0,12.0000,0,1.0000,0,0,0,1.0000,0,0 +2016-12-29,0,160.0000,112.0000,0,96.0000,183.1111,72.0000,91.8696,60.0000,0,40.0000,0,0,0,20.0000,27.0400,0,0,12.0000,0,12.0000,11.2727,5.0000,15.2857,38.0000,9.3672,8.0000,17.9259,9.4167,2.3548,2.0000,12.0000,56.0000,1.0000,1.0000,0,0,1.0000,0,0 +2016-12-30,224.0000,160.0000,112.0000,108.0000,96.0000,141.5385,72.0000,77.9286,61.7143,44.0444,28.0000,24.6500,0,20.0000,20.0000,20.1250,23.3333,16.0000,12.0000,0,12.0000,11.2000,5.0000,15.2857,38.0000,9.0887,9.0000,8.2788,4.2351,2.7941,9.5000,1.7333,1.0647,1.0654,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 2016-12-31,336.0000,0,112.0000,0,96.0000,146.4615,72.0000,78.0833,53.0000,92.4000,40.0000,24.4615,23.1111,0,0,16.4337,32.5000,0,12.0000,12.0000,0,10.8889,11.4286,10.3542,30.0000,9.8789,10.0000,8.2365,8.3000,8.0000,2.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 -2017-01-01,0,160.0000,0,0,96.0000,32.0000,0,53.0000,49.3333,37.8993,0,24.0000,23.1111,0,0,0,5.0000,0,12.0000,12.0000,0,10.4000,12.0000,10.5532,8.1852,9.1352,8.0000,10.4080,8.5000,8.0000,2.0000,0,0,0,0,1.0000,1.0000,1.0000,1.0000,0 +2017-01-01,0,160.0000,0,0,96.0000,32.0000,0,53.0000,49.3333,37.8993,0,24.0000,23.1111,0,0,0,5.0000,0,12.0000,12.0000,0,10.4000,12.0000,10.5532,8.1852,9.1352,8.0000,10.4080,8.5000,8.0000,2.0000,0,0,1.0000,0,0,1.0000,1.0000,1.0000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_processors/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_processors/timeseries-Month-reference.csv index c8c93c43c1..288bf614fe 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_processors/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_processors/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[Fluid, Particulate, and Hydraulic Systems] Job Size: Per Job (Core Count)","[Global Atmospheric Research] Job Size: Per Job (Core Count)","[Structures and Building Systems] Job Size: Per Job (Core Count)","[Design, Tools, and Test] Job Size: Per Job (Core Count)","[Emerging Technologies Initiation] Job Size: Per Job (Core Count)","[Organic and Macromolecular Chemistry] Job Size: Per Job (Core Count)","[Metals, Ceramics, and Electronic Materials] Job Size: Per Job (Core Count)","[Quantum Electronics, Waves, and Beams] Job Size: Per Job (Core Count)","[Stellar Astronomy and Astrophysics] Job Size: Per Job (Core Count)","[Systematic and Population Biology] Job Size: Per Job (Core Count)","[Polar Aeronomy and Astrophysics] Job Size: Per Job (Core Count)","[Economics] Job Size: Per Job (Core Count)","[Design and Computer-Integrated Engineering] Job Size: Per Job (Core Count)","[Geophysics] Job Size: Per Job (Core Count)","[Volcanology and Mantle Geochemistry] Job Size: Per Job (Core Count)","[Solid State Chemistry and Polymers] Job Size: Per Job (Core Count)","[Geology and Paleontology] Job Size: Per Job (Core Count)","[Law and Social Sciences] Job Size: Per Job (Core Count)","[Algebra and Number Theory] Job Size: Per Job (Core Count)","[Polar Ocean and Climate Systems] Job Size: Per Job (Core Count)","[Theoretical Physics] Job Size: Per Job (Core Count)","[Arts] Job Size: Per Job (Core Count)","[Seismology] Job Size: Per Job (Core Count)","[Statistics and Probability] Job Size: Per Job (Core Count)","[Biophysics] Job Size: Per Job (Core Count)","[Sociology] Job Size: Per Job (Core Count)","[Experimental Systems] Job Size: Per Job (Core Count)","[Physical Chemistry] Job Size: Per Job (Core Count)","[Galactic Astronomy] Job Size: Per Job (Core Count)","[Cell Biology] Job Size: Per Job (Core Count)","[Solid-State and Microstructures] Job Size: Per Job (Core Count)","[Biochemistry and Molecular Structure and Function] Job Size: Per Job (Core Count)","[Decision, Risk, and Management Science] Job Size: Per Job (Core Count)","[Computer and Computation Theory] Job Size: Per Job (Core Count)","[Extragalactic Astronomy and Cosmology] Job Size: Per Job (Core Count)","[Mechanics and Materials] Job Size: Per Job (Core Count)","[Operations Research and Production Systems] Job Size: Per Job (Core Count)","[Polar Meteorology] Job Size: Per Job (Core Count)","[Systems Prototyping and Fabrication] Job Size: Per Job (Core Count)","[Tectonics] Job Size: Per Job (Core Count)" -2016-12,224.0000,160.0000,112.0000,108.0000,96.0000,123.2941,72.0000,69.7188,55.2000,48.8800,28.0000,24.5435,23.1111,20.0000,20.0000,18.9315,23.3333,16.0000,12.0000,12.0000,12.0000,11.0909,10.6250,10.7037,30.0000,9.5143,9.5172,8.2151,4.2402,3.0833,2.2970,1.7333,1.0418,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 -2017-01,0,160.0000,0,0,96.0000,32.0000,0,53.0000,49.3333,37.8993,0,24.0000,23.1111,0,0,0,5.0000,0,12.0000,12.0000,0,10.4000,12.0000,10.5532,8.1852,9.1352,8.0000,10.4080,8.5000,8.0000,2.0000,0,0,0,0,1.0000,1.0000,1.0000,1.0000,0 +Month,"[Fluid, Particulate, and Hydraulic Systems] Job Size: Per Job (Core Count)","[Global Atmospheric Research] Job Size: Per Job (Core Count)","[Structures and Building Systems] Job Size: Per Job (Core Count)","[Design, Tools, and Test] Job Size: Per Job (Core Count)","[Emerging Technologies Initiation] Job Size: Per Job (Core Count)","[Organic and Macromolecular Chemistry] Job Size: Per Job (Core Count)","[Metals, Ceramics, and Electronic Materials] Job Size: Per Job (Core Count)","[Quantum Electronics, Waves, and Beams] Job Size: Per Job (Core Count)","[Stellar Astronomy and Astrophysics] Job Size: Per Job (Core Count)","[Systematic and Population Biology] Job Size: Per Job (Core Count)","[Polar Aeronomy and Astrophysics] Job Size: Per Job (Core Count)","[Economics] Job Size: Per Job (Core Count)","[Design and Computer-Integrated Engineering] Job Size: Per Job (Core Count)","[Geophysics] Job Size: Per Job (Core Count)","[Volcanology and Mantle Geochemistry] Job Size: Per Job (Core Count)","[Solid State Chemistry and Polymers] Job Size: Per Job (Core Count)","[Geology and Paleontology] Job Size: Per Job (Core Count)","[Law and Social Sciences] Job Size: Per Job (Core Count)","[Algebra and Number Theory] Job Size: Per Job (Core Count)","[Polar Ocean and Climate Systems] Job Size: Per Job (Core Count)","[Theoretical Physics] Job Size: Per Job (Core Count)","[Arts] Job Size: Per Job (Core Count)","[Seismology] Job Size: Per Job (Core Count)","[Statistics and Probability] Job Size: Per Job (Core Count)","[Biophysics] Job Size: Per Job (Core Count)","[Sociology] Job Size: Per Job (Core Count)","[Experimental Systems] Job Size: Per Job (Core Count)","[Physical Chemistry] Job Size: Per Job (Core Count)","[Galactic Astronomy] Job Size: Per Job (Core Count)","[Cell Biology] Job Size: Per Job (Core Count)","[Solid-State and Microstructures] Job Size: Per Job (Core Count)","[Biochemistry and Molecular Structure and Function] Job Size: Per Job (Core Count)","[Decision, Risk, and Management Science] Job Size: Per Job (Core Count)","[Systems Prototyping and Fabrication] Job Size: Per Job (Core Count)","[Computer and Computation Theory] Job Size: Per Job (Core Count)","[Extragalactic Astronomy and Cosmology] Job Size: Per Job (Core Count)","[Mechanics and Materials] Job Size: Per Job (Core Count)","[Operations Research and Production Systems] Job Size: Per Job (Core Count)","[Polar Meteorology] Job Size: Per Job (Core Count)","[Tectonics] Job Size: Per Job (Core Count)" +2016-12,224.0000,160.0000,112.0000,108.0000,96.0000,123.2941,72.0000,69.7188,55.2000,48.8800,28.0000,24.5435,23.1111,20.0000,20.0000,18.9315,23.3333,16.0000,12.0000,12.0000,12.0000,11.0909,10.6250,10.7037,30.0000,9.5143,9.5172,8.2151,4.2402,3.0833,2.2970,1.7333,1.0418,1.0441,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 +2017-01,0,160.0000,0,0,96.0000,32.0000,0,53.0000,49.3333,37.8993,0,24.0000,23.1111,0,0,0,5.0000,0,12.0000,12.0000,0,10.4000,12.0000,10.5532,8.1852,9.1352,8.0000,10.4080,8.5000,8.0000,2.0000,0,0,1.0000,0,0,1.0000,1.0000,1.0000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_processors/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_processors/timeseries-Quarter-reference.csv index 63d3f65d97..631cc3cf6d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_processors/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_processors/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[Fluid, Particulate, and Hydraulic Systems] Job Size: Per Job (Core Count)","[Global Atmospheric Research] Job Size: Per Job (Core Count)","[Structures and Building Systems] Job Size: Per Job (Core Count)","[Design, Tools, and Test] Job Size: Per Job (Core Count)","[Emerging Technologies Initiation] Job Size: Per Job (Core Count)","[Organic and Macromolecular Chemistry] Job Size: Per Job (Core Count)","[Metals, Ceramics, and Electronic Materials] Job Size: Per Job (Core Count)","[Quantum Electronics, Waves, and Beams] Job Size: Per Job (Core Count)","[Stellar Astronomy and Astrophysics] Job Size: Per Job (Core Count)","[Systematic and Population Biology] Job Size: Per Job (Core Count)","[Polar Aeronomy and Astrophysics] Job Size: Per Job (Core Count)","[Economics] Job Size: Per Job (Core Count)","[Design and Computer-Integrated Engineering] Job Size: Per Job (Core Count)","[Geophysics] Job Size: Per Job (Core Count)","[Volcanology and Mantle Geochemistry] Job Size: Per Job (Core Count)","[Solid State Chemistry and Polymers] Job Size: Per Job (Core Count)","[Geology and Paleontology] Job Size: Per Job (Core Count)","[Law and Social Sciences] Job Size: Per Job (Core Count)","[Algebra and Number Theory] Job Size: Per Job (Core Count)","[Polar Ocean and Climate Systems] Job Size: Per Job (Core Count)","[Theoretical Physics] Job Size: Per Job (Core Count)","[Arts] Job Size: Per Job (Core Count)","[Seismology] Job Size: Per Job (Core Count)","[Statistics and Probability] Job Size: Per Job (Core Count)","[Biophysics] Job Size: Per Job (Core Count)","[Sociology] Job Size: Per Job (Core Count)","[Experimental Systems] Job Size: Per Job (Core Count)","[Physical Chemistry] Job Size: Per Job (Core Count)","[Galactic Astronomy] Job Size: Per Job (Core Count)","[Cell Biology] Job Size: Per Job (Core Count)","[Solid-State and Microstructures] Job Size: Per Job (Core Count)","[Biochemistry and Molecular Structure and Function] Job Size: Per Job (Core Count)","[Decision, Risk, and Management Science] Job Size: Per Job (Core Count)","[Computer and Computation Theory] Job Size: Per Job (Core Count)","[Extragalactic Astronomy and Cosmology] Job Size: Per Job (Core Count)","[Mechanics and Materials] Job Size: Per Job (Core Count)","[Operations Research and Production Systems] Job Size: Per Job (Core Count)","[Polar Meteorology] Job Size: Per Job (Core Count)","[Systems Prototyping and Fabrication] Job Size: Per Job (Core Count)","[Tectonics] Job Size: Per Job (Core Count)" -"2016 Q4",224.0000,160.0000,112.0000,108.0000,96.0000,123.2941,72.0000,69.7188,55.2000,48.8800,28.0000,24.5435,23.1111,20.0000,20.0000,18.9315,23.3333,16.0000,12.0000,12.0000,12.0000,11.0909,10.6250,10.7037,30.0000,9.5143,9.5172,8.2151,4.2402,3.0833,2.2970,1.7333,1.0418,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 -"2017 Q1",0,160.0000,0,0,96.0000,32.0000,0,53.0000,49.3333,37.8993,0,24.0000,23.1111,0,0,0,5.0000,0,12.0000,12.0000,0,10.4000,12.0000,10.5532,8.1852,9.1352,8.0000,10.4080,8.5000,8.0000,2.0000,0,0,0,0,1.0000,1.0000,1.0000,1.0000,0 +Quarter,"[Fluid, Particulate, and Hydraulic Systems] Job Size: Per Job (Core Count)","[Global Atmospheric Research] Job Size: Per Job (Core Count)","[Structures and Building Systems] Job Size: Per Job (Core Count)","[Design, Tools, and Test] Job Size: Per Job (Core Count)","[Emerging Technologies Initiation] Job Size: Per Job (Core Count)","[Organic and Macromolecular Chemistry] Job Size: Per Job (Core Count)","[Metals, Ceramics, and Electronic Materials] Job Size: Per Job (Core Count)","[Quantum Electronics, Waves, and Beams] Job Size: Per Job (Core Count)","[Stellar Astronomy and Astrophysics] Job Size: Per Job (Core Count)","[Systematic and Population Biology] Job Size: Per Job (Core Count)","[Polar Aeronomy and Astrophysics] Job Size: Per Job (Core Count)","[Economics] Job Size: Per Job (Core Count)","[Design and Computer-Integrated Engineering] Job Size: Per Job (Core Count)","[Geophysics] Job Size: Per Job (Core Count)","[Volcanology and Mantle Geochemistry] Job Size: Per Job (Core Count)","[Solid State Chemistry and Polymers] Job Size: Per Job (Core Count)","[Geology and Paleontology] Job Size: Per Job (Core Count)","[Law and Social Sciences] Job Size: Per Job (Core Count)","[Algebra and Number Theory] Job Size: Per Job (Core Count)","[Polar Ocean and Climate Systems] Job Size: Per Job (Core Count)","[Theoretical Physics] Job Size: Per Job (Core Count)","[Arts] Job Size: Per Job (Core Count)","[Seismology] Job Size: Per Job (Core Count)","[Statistics and Probability] Job Size: Per Job (Core Count)","[Biophysics] Job Size: Per Job (Core Count)","[Sociology] Job Size: Per Job (Core Count)","[Experimental Systems] Job Size: Per Job (Core Count)","[Physical Chemistry] Job Size: Per Job (Core Count)","[Galactic Astronomy] Job Size: Per Job (Core Count)","[Cell Biology] Job Size: Per Job (Core Count)","[Solid-State and Microstructures] Job Size: Per Job (Core Count)","[Biochemistry and Molecular Structure and Function] Job Size: Per Job (Core Count)","[Decision, Risk, and Management Science] Job Size: Per Job (Core Count)","[Systems Prototyping and Fabrication] Job Size: Per Job (Core Count)","[Computer and Computation Theory] Job Size: Per Job (Core Count)","[Extragalactic Astronomy and Cosmology] Job Size: Per Job (Core Count)","[Mechanics and Materials] Job Size: Per Job (Core Count)","[Operations Research and Production Systems] Job Size: Per Job (Core Count)","[Polar Meteorology] Job Size: Per Job (Core Count)","[Tectonics] Job Size: Per Job (Core Count)" +"2016 Q4",224.0000,160.0000,112.0000,108.0000,96.0000,123.2941,72.0000,69.7188,55.2000,48.8800,28.0000,24.5435,23.1111,20.0000,20.0000,18.9315,23.3333,16.0000,12.0000,12.0000,12.0000,11.0909,10.6250,10.7037,30.0000,9.5143,9.5172,8.2151,4.2402,3.0833,2.2970,1.7333,1.0418,1.0441,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 +"2017 Q1",0,160.0000,0,0,96.0000,32.0000,0,53.0000,49.3333,37.8993,0,24.0000,23.1111,0,0,0,5.0000,0,12.0000,12.0000,0,10.4000,12.0000,10.5532,8.1852,9.1352,8.0000,10.4080,8.5000,8.0000,2.0000,0,0,1.0000,0,0,1.0000,1.0000,1.0000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_processors/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_processors/timeseries-Year-reference.csv index b65a34c209..0a0c28e6e5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_processors/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_processors/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[Fluid, Particulate, and Hydraulic Systems] Job Size: Per Job (Core Count)","[Global Atmospheric Research] Job Size: Per Job (Core Count)","[Structures and Building Systems] Job Size: Per Job (Core Count)","[Design, Tools, and Test] Job Size: Per Job (Core Count)","[Emerging Technologies Initiation] Job Size: Per Job (Core Count)","[Organic and Macromolecular Chemistry] Job Size: Per Job (Core Count)","[Metals, Ceramics, and Electronic Materials] Job Size: Per Job (Core Count)","[Quantum Electronics, Waves, and Beams] Job Size: Per Job (Core Count)","[Stellar Astronomy and Astrophysics] Job Size: Per Job (Core Count)","[Systematic and Population Biology] Job Size: Per Job (Core Count)","[Polar Aeronomy and Astrophysics] Job Size: Per Job (Core Count)","[Economics] Job Size: Per Job (Core Count)","[Design and Computer-Integrated Engineering] Job Size: Per Job (Core Count)","[Geophysics] Job Size: Per Job (Core Count)","[Volcanology and Mantle Geochemistry] Job Size: Per Job (Core Count)","[Solid State Chemistry and Polymers] Job Size: Per Job (Core Count)","[Geology and Paleontology] Job Size: Per Job (Core Count)","[Law and Social Sciences] Job Size: Per Job (Core Count)","[Algebra and Number Theory] Job Size: Per Job (Core Count)","[Polar Ocean and Climate Systems] Job Size: Per Job (Core Count)","[Theoretical Physics] Job Size: Per Job (Core Count)","[Arts] Job Size: Per Job (Core Count)","[Seismology] Job Size: Per Job (Core Count)","[Statistics and Probability] Job Size: Per Job (Core Count)","[Biophysics] Job Size: Per Job (Core Count)","[Sociology] Job Size: Per Job (Core Count)","[Experimental Systems] Job Size: Per Job (Core Count)","[Physical Chemistry] Job Size: Per Job (Core Count)","[Galactic Astronomy] Job Size: Per Job (Core Count)","[Cell Biology] Job Size: Per Job (Core Count)","[Solid-State and Microstructures] Job Size: Per Job (Core Count)","[Biochemistry and Molecular Structure and Function] Job Size: Per Job (Core Count)","[Decision, Risk, and Management Science] Job Size: Per Job (Core Count)","[Computer and Computation Theory] Job Size: Per Job (Core Count)","[Extragalactic Astronomy and Cosmology] Job Size: Per Job (Core Count)","[Mechanics and Materials] Job Size: Per Job (Core Count)","[Operations Research and Production Systems] Job Size: Per Job (Core Count)","[Polar Meteorology] Job Size: Per Job (Core Count)","[Systems Prototyping and Fabrication] Job Size: Per Job (Core Count)","[Tectonics] Job Size: Per Job (Core Count)" -2016,224.0000,160.0000,112.0000,108.0000,96.0000,123.2941,72.0000,69.7188,55.2000,48.8800,28.0000,24.5435,23.1111,20.0000,20.0000,18.9315,23.3333,16.0000,12.0000,12.0000,12.0000,11.0909,10.6250,10.7037,30.0000,9.5143,9.5172,8.2151,4.2402,3.0833,2.2970,1.7333,1.0418,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 -2017,0,160.0000,0,0,96.0000,32.0000,0,53.0000,49.3333,37.8993,0,24.0000,23.1111,0,0,0,5.0000,0,12.0000,12.0000,0,10.4000,12.0000,10.5532,8.1852,9.1352,8.0000,10.4080,8.5000,8.0000,2.0000,0,0,0,0,1.0000,1.0000,1.0000,1.0000,0 +Year,"[Fluid, Particulate, and Hydraulic Systems] Job Size: Per Job (Core Count)","[Global Atmospheric Research] Job Size: Per Job (Core Count)","[Structures and Building Systems] Job Size: Per Job (Core Count)","[Design, Tools, and Test] Job Size: Per Job (Core Count)","[Emerging Technologies Initiation] Job Size: Per Job (Core Count)","[Organic and Macromolecular Chemistry] Job Size: Per Job (Core Count)","[Metals, Ceramics, and Electronic Materials] Job Size: Per Job (Core Count)","[Quantum Electronics, Waves, and Beams] Job Size: Per Job (Core Count)","[Stellar Astronomy and Astrophysics] Job Size: Per Job (Core Count)","[Systematic and Population Biology] Job Size: Per Job (Core Count)","[Polar Aeronomy and Astrophysics] Job Size: Per Job (Core Count)","[Economics] Job Size: Per Job (Core Count)","[Design and Computer-Integrated Engineering] Job Size: Per Job (Core Count)","[Geophysics] Job Size: Per Job (Core Count)","[Volcanology and Mantle Geochemistry] Job Size: Per Job (Core Count)","[Solid State Chemistry and Polymers] Job Size: Per Job (Core Count)","[Geology and Paleontology] Job Size: Per Job (Core Count)","[Law and Social Sciences] Job Size: Per Job (Core Count)","[Algebra and Number Theory] Job Size: Per Job (Core Count)","[Polar Ocean and Climate Systems] Job Size: Per Job (Core Count)","[Theoretical Physics] Job Size: Per Job (Core Count)","[Arts] Job Size: Per Job (Core Count)","[Seismology] Job Size: Per Job (Core Count)","[Statistics and Probability] Job Size: Per Job (Core Count)","[Biophysics] Job Size: Per Job (Core Count)","[Sociology] Job Size: Per Job (Core Count)","[Experimental Systems] Job Size: Per Job (Core Count)","[Physical Chemistry] Job Size: Per Job (Core Count)","[Galactic Astronomy] Job Size: Per Job (Core Count)","[Cell Biology] Job Size: Per Job (Core Count)","[Solid-State and Microstructures] Job Size: Per Job (Core Count)","[Biochemistry and Molecular Structure and Function] Job Size: Per Job (Core Count)","[Decision, Risk, and Management Science] Job Size: Per Job (Core Count)","[Systems Prototyping and Fabrication] Job Size: Per Job (Core Count)","[Computer and Computation Theory] Job Size: Per Job (Core Count)","[Extragalactic Astronomy and Cosmology] Job Size: Per Job (Core Count)","[Mechanics and Materials] Job Size: Per Job (Core Count)","[Operations Research and Production Systems] Job Size: Per Job (Core Count)","[Polar Meteorology] Job Size: Per Job (Core Count)","[Tectonics] Job Size: Per Job (Core Count)" +2016,224.0000,160.0000,112.0000,108.0000,96.0000,123.2941,72.0000,69.7188,55.2000,48.8800,28.0000,24.5435,23.1111,20.0000,20.0000,18.9315,23.3333,16.0000,12.0000,12.0000,12.0000,11.0909,10.6250,10.7037,30.0000,9.5143,9.5172,8.2151,4.2402,3.0833,2.2970,1.7333,1.0418,1.0441,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 +2017,0,160.0000,0,0,96.0000,32.0000,0,53.0000,49.3333,37.8993,0,24.0000,23.1111,0,0,0,5.0000,0,12.0000,12.0000,0,10.4000,12.0000,10.5532,8.1852,9.1352,8.0000,10.4080,8.5000,8.0000,2.0000,0,0,1.0000,0,0,1.0000,1.0000,1.0000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_waitduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_waitduration_hours/aggregate-Day-reference.csv index f6e1d34f4e..c7b8a54fe9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_waitduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_waitduration_hours/aggregate-Day-reference.csv @@ -31,7 +31,7 @@ Sociology,2.05341236,0.02664920179778262 "Computer and Computation Theory",0.32390278,0.2312398274998169 Economics,0.29952899,0.12719098377944033 "Experimental Systems",0.20924174,0.04281469020992288 -"Systems Prototyping and Fabrication",0.20714974,0.015675479418422043 +"Systems Prototyping and Fabrication",0.20710815,0.015669574323219235 "Design, Tools, and Test",0.09777778,0 "Polar Meteorology",0.08220238,0.011574714004551338 "Physical Chemistry",0.06381908,0.014079147600380438 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_waitduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_waitduration_hours/aggregate-Month-reference.csv index f6e1d34f4e..c7b8a54fe9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_waitduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_waitduration_hours/aggregate-Month-reference.csv @@ -31,7 +31,7 @@ Sociology,2.05341236,0.02664920179778262 "Computer and Computation Theory",0.32390278,0.2312398274998169 Economics,0.29952899,0.12719098377944033 "Experimental Systems",0.20924174,0.04281469020992288 -"Systems Prototyping and Fabrication",0.20714974,0.015675479418422043 +"Systems Prototyping and Fabrication",0.20710815,0.015669574323219235 "Design, Tools, and Test",0.09777778,0 "Polar Meteorology",0.08220238,0.011574714004551338 "Physical Chemistry",0.06381908,0.014079147600380438 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_waitduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_waitduration_hours/aggregate-Quarter-reference.csv index f6e1d34f4e..c7b8a54fe9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_waitduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_waitduration_hours/aggregate-Quarter-reference.csv @@ -31,7 +31,7 @@ Sociology,2.05341236,0.02664920179778262 "Computer and Computation Theory",0.32390278,0.2312398274998169 Economics,0.29952899,0.12719098377944033 "Experimental Systems",0.20924174,0.04281469020992288 -"Systems Prototyping and Fabrication",0.20714974,0.015675479418422043 +"Systems Prototyping and Fabrication",0.20710815,0.015669574323219235 "Design, Tools, and Test",0.09777778,0 "Polar Meteorology",0.08220238,0.011574714004551338 "Physical Chemistry",0.06381908,0.014079147600380438 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_waitduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_waitduration_hours/aggregate-Year-reference.csv index f6e1d34f4e..c7b8a54fe9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_waitduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_waitduration_hours/aggregate-Year-reference.csv @@ -31,7 +31,7 @@ Sociology,2.05341236,0.02664920179778262 "Computer and Computation Theory",0.32390278,0.2312398274998169 Economics,0.29952899,0.12719098377944033 "Experimental Systems",0.20924174,0.04281469020992288 -"Systems Prototyping and Fabrication",0.20714974,0.015675479418422043 +"Systems Prototyping and Fabrication",0.20710815,0.015669574323219235 "Design, Tools, and Test",0.09777778,0 "Polar Meteorology",0.08220238,0.011574714004551338 "Physical Chemistry",0.06381908,0.014079147600380438 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_waitduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_waitduration_hours/timeseries-Day-reference.csv index e6c4cbc2e5..a803780330 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_waitduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_waitduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Galactic Astronomy] Wait Hours: Per Job","[Cell Biology] Wait Hours: Per J 2016-12-27,0.00055556,273.48105556,0,103.71148148,57.59064815,0,0,0,76.08611111,50.82250000,0,0,0,0,0,0,0,0.00000000,0,0,0,0.00000000,0,0,0,0,0,0,0.00288889,0,0,0.00000000,0,0,0,0,0,0,0,0 2016-12-28,0.00000000,280.72700000,0,108.01750000,80.35419753,0,0,0,36.87611111,0.00000000,0,0,0,5.30577160,0,3.72481481,0,0.00000000,0,0,0,1.68000000,0,0,0.46633333,0.02977924,0,0,7.07458333,0.07195578,0,0.00000000,0,0,0,0,0.00027778,0.00018519,0,0 2016-12-29,150.26646605,12.05893162,0.00166667,41.77958333,22.19675214,25.72861111,0.00444444,0,5.85819444,0.00000000,0,0,0.87133838,0.00000000,0,0.00000000,0,7.73980283,1.98928571,3.47907407,0.79222222,4.46097222,0.01788889,0,0.13063131,0.04237662,0,0,1.33660948,0.04464331,0,0.00000000,0.00000000,0,0,0.00062500,0.00000000,0.00000000,0,0 -2016-12-30,224.39559552,55.29648148,105.48055556,0.00222222,31.96192488,0.00000000,18.02518519,13.00438580,14.90583333,5.14571429,6.67768519,0,5.77518519,0.38944444,2.58369031,0.00000000,0,1.39468892,0.00000000,1.47605556,0.84532650,0.00000000,0.42590741,0.59636111,0.31423611,0.32754774,0.09777778,0.17850082,0.02575712,0.13344771,0.05370370,0.00000000,0.00000000,0.01437500,0.00105159,0.00055556,0.00000000,0.00020833,0.00009921,0.00000000 +2016-12-30,224.39559552,55.29648148,105.48055556,0.00222222,31.96192488,0.00000000,18.02518519,13.00438580,14.90583333,5.14571429,6.67768519,0,5.77518519,0.38944444,2.58369031,0.00000000,0,1.39468892,0.00000000,1.47605556,0.84532650,0.00000000,0.42590741,0.59636111,0.31423611,0.32720784,0.09777778,0.17850082,0.02575712,0.13344771,0.05370370,0.00000000,0.00000000,0.01437500,0.00105159,0.00055556,0.00000000,0.00020833,0.00009921,0.00000000 2016-12-31,4.34280303,351.74604167,0.00000000,0.00076389,33.49272778,0,27.32576747,3.35838889,0.95052083,0.00000000,0.00000000,0.02019097,0.00000000,0.00000000,7.36601918,0,2.15222222,2.90176261,0.00000000,0.07819444,0.55391509,0.00626263,0.00000000,0.33598291,0.26094444,0.35169374,0,0.02144676,0.03724051,0.01543544,0.00000000,0.00027778,0.02496032,0.01388889,0,0.00000000,0,0.00013889,0.00010913,0 2017-01-01,0.00666667,0.00000000,0,1.52939815,0,36.31500000,0.00000000,13.14023981,1.45988889,0,0,5.48065465,0.00000000,0.00000000,0,0,0.00000000,1.47548426,0,3.00597222,0,0.00000000,0,0.00020531,0.01934028,0.03615605,0,0.00010305,0.09531934,0.01760234,0.00027778,0.04938889,0.00000000,0,0,0,0,0.00013889,0.00016865,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_waitduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_waitduration_hours/timeseries-Month-reference.csv index ff4c62a9d5..173237e823 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_waitduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_waitduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Galactic Astronomy] Wait Hours: Per Job","[Cell Biology] Wait Hours: Per Job","[Polar Aeronomy and Astrophysics] Wait Hours: Per Job","[Quantum Electronics, Waves, and Beams] Wait Hours: Per Job","[Solid State Chemistry and Polymers] Wait Hours: Per Job","[Global Atmospheric Research] Wait Hours: Per Job","[Solid-State and Microstructures] Wait Hours: Per Job","[Systematic and Population Biology] Wait Hours: Per Job","[Stellar Astronomy and Astrophysics] Wait Hours: Per Job","[Biochemistry and Molecular Structure and Function] Wait Hours: Per Job","[Fluid, Particulate, and Hydraulic Systems] Wait Hours: Per Job","[Polar Ocean and Climate Systems] Wait Hours: Per Job","[Arts] Wait Hours: Per Job","[Algebra and Number Theory] Wait Hours: Per Job","[Tectonics] Wait Hours: Per Job","[Theoretical Physics] Wait Hours: Per Job","[Design and Computer-Integrated Engineering] Wait Hours: Per Job","[Sociology] Wait Hours: Per Job","[Metals, Ceramics, and Electronic Materials] Wait Hours: Per Job","[Emerging Technologies Initiation] Wait Hours: Per Job","[Decision, Risk, and Management Science] Wait Hours: Per Job","[Statistics and Probability] Wait Hours: Per Job","[Computer and Computation Theory] Wait Hours: Per Job","[Economics] Wait Hours: Per Job","[Experimental Systems] Wait Hours: Per Job","[Systems Prototyping and Fabrication] Wait Hours: Per Job","[Design, Tools, and Test] Wait Hours: Per Job","[Polar Meteorology] Wait Hours: Per Job","[Physical Chemistry] Wait Hours: Per Job","[Operations Research and Production Systems] Wait Hours: Per Job","[Geology and Paleontology] Wait Hours: Per Job","[Biophysics] Wait Hours: Per Job","[Seismology] Wait Hours: Per Job","[Extragalactic Astronomy and Cosmology] Wait Hours: Per Job","[Geophysics] Wait Hours: Per Job","[Structures and Building Systems] Wait Hours: Per Job","[Volcanology and Mantle Geochemistry] Wait Hours: Per Job","[Organic and Macromolecular Chemistry] Wait Hours: Per Job","[Mechanics and Materials] Wait Hours: Per Job","[Law and Social Sciences] Wait Hours: Per Job" -2016-12,214.53698637,71.34538580,52.74111111,60.67485243,35.12637367,25.72861111,26.77900440,12.03978611,11.80001852,8.19083333,6.67768519,0.02019097,4.87037458,4.41189394,3.92752472,3.72481481,2.15222222,2.24032120,1.98928571,1.51085648,0.74204509,0.67655350,0.32390278,0.44919082,0.26162835,0.22153436,0.09777778,0.13753019,0.06199041,0.06002018,0.05370370,0.00023148,0.02184028,0.01408333,0.00105159,0.00059028,0.00027778,0.00017974,0.00010417,0.00000000 +2016-12,214.53698637,71.34538580,52.74111111,60.67485243,35.12637367,25.72861111,26.77900440,12.03978611,11.80001852,8.19083333,6.67768519,0.02019097,4.87037458,4.41189394,3.92752472,3.72481481,2.15222222,2.24032120,1.98928571,1.51085648,0.74204509,0.67655350,0.32390278,0.44919082,0.26162835,0.22148335,0.09777778,0.13753019,0.06199041,0.06002018,0.05370370,0.00023148,0.02184028,0.01408333,0.00105159,0.00059028,0.00027778,0.00017974,0.00010417,0.00000000 2017-01,0.00666667,0.00000000,0,1.52939815,0,36.31500000,0.00000000,13.14023981,1.45988889,0,0,5.48065465,0.00000000,0.00000000,0,0,0.00000000,1.47548426,0,3.00597222,0,0.00000000,0,0.00020531,0.01934028,0.03615605,0,0.00010305,0.09531934,0.01760234,0.00027778,0.04938889,0.00000000,0,0,0,0,0.00013889,0.00016865,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_waitduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_waitduration_hours/timeseries-Quarter-reference.csv index 11db26b645..78479536f7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_waitduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_waitduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Galactic Astronomy] Wait Hours: Per Job","[Cell Biology] Wait Hours: Per Job","[Polar Aeronomy and Astrophysics] Wait Hours: Per Job","[Quantum Electronics, Waves, and Beams] Wait Hours: Per Job","[Solid State Chemistry and Polymers] Wait Hours: Per Job","[Global Atmospheric Research] Wait Hours: Per Job","[Solid-State and Microstructures] Wait Hours: Per Job","[Systematic and Population Biology] Wait Hours: Per Job","[Stellar Astronomy and Astrophysics] Wait Hours: Per Job","[Biochemistry and Molecular Structure and Function] Wait Hours: Per Job","[Fluid, Particulate, and Hydraulic Systems] Wait Hours: Per Job","[Polar Ocean and Climate Systems] Wait Hours: Per Job","[Arts] Wait Hours: Per Job","[Algebra and Number Theory] Wait Hours: Per Job","[Tectonics] Wait Hours: Per Job","[Theoretical Physics] Wait Hours: Per Job","[Design and Computer-Integrated Engineering] Wait Hours: Per Job","[Sociology] Wait Hours: Per Job","[Metals, Ceramics, and Electronic Materials] Wait Hours: Per Job","[Emerging Technologies Initiation] Wait Hours: Per Job","[Decision, Risk, and Management Science] Wait Hours: Per Job","[Statistics and Probability] Wait Hours: Per Job","[Computer and Computation Theory] Wait Hours: Per Job","[Economics] Wait Hours: Per Job","[Experimental Systems] Wait Hours: Per Job","[Systems Prototyping and Fabrication] Wait Hours: Per Job","[Design, Tools, and Test] Wait Hours: Per Job","[Polar Meteorology] Wait Hours: Per Job","[Physical Chemistry] Wait Hours: Per Job","[Operations Research and Production Systems] Wait Hours: Per Job","[Geology and Paleontology] Wait Hours: Per Job","[Biophysics] Wait Hours: Per Job","[Seismology] Wait Hours: Per Job","[Extragalactic Astronomy and Cosmology] Wait Hours: Per Job","[Geophysics] Wait Hours: Per Job","[Structures and Building Systems] Wait Hours: Per Job","[Volcanology and Mantle Geochemistry] Wait Hours: Per Job","[Organic and Macromolecular Chemistry] Wait Hours: Per Job","[Mechanics and Materials] Wait Hours: Per Job","[Law and Social Sciences] Wait Hours: Per Job" -"2016 Q4",214.53698637,71.34538580,52.74111111,60.67485243,35.12637367,25.72861111,26.77900440,12.03978611,11.80001852,8.19083333,6.67768519,0.02019097,4.87037458,4.41189394,3.92752472,3.72481481,2.15222222,2.24032120,1.98928571,1.51085648,0.74204509,0.67655350,0.32390278,0.44919082,0.26162835,0.22153436,0.09777778,0.13753019,0.06199041,0.06002018,0.05370370,0.00023148,0.02184028,0.01408333,0.00105159,0.00059028,0.00027778,0.00017974,0.00010417,0.00000000 +"2016 Q4",214.53698637,71.34538580,52.74111111,60.67485243,35.12637367,25.72861111,26.77900440,12.03978611,11.80001852,8.19083333,6.67768519,0.02019097,4.87037458,4.41189394,3.92752472,3.72481481,2.15222222,2.24032120,1.98928571,1.51085648,0.74204509,0.67655350,0.32390278,0.44919082,0.26162835,0.22148335,0.09777778,0.13753019,0.06199041,0.06002018,0.05370370,0.00023148,0.02184028,0.01408333,0.00105159,0.00059028,0.00027778,0.00017974,0.00010417,0.00000000 "2017 Q1",0.00666667,0.00000000,0,1.52939815,0,36.31500000,0.00000000,13.14023981,1.45988889,0,0,5.48065465,0.00000000,0.00000000,0,0,0.00000000,1.47548426,0,3.00597222,0,0.00000000,0,0.00020531,0.01934028,0.03615605,0,0.00010305,0.09531934,0.01760234,0.00027778,0.04938889,0.00000000,0,0,0,0,0.00013889,0.00016865,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_waitduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_waitduration_hours/timeseries-Year-reference.csv index 6274353f6c..ae519be1db 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_waitduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_waitduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Galactic Astronomy] Wait Hours: Per Job","[Cell Biology] Wait Hours: Per Job","[Polar Aeronomy and Astrophysics] Wait Hours: Per Job","[Quantum Electronics, Waves, and Beams] Wait Hours: Per Job","[Solid State Chemistry and Polymers] Wait Hours: Per Job","[Global Atmospheric Research] Wait Hours: Per Job","[Solid-State and Microstructures] Wait Hours: Per Job","[Systematic and Population Biology] Wait Hours: Per Job","[Stellar Astronomy and Astrophysics] Wait Hours: Per Job","[Biochemistry and Molecular Structure and Function] Wait Hours: Per Job","[Fluid, Particulate, and Hydraulic Systems] Wait Hours: Per Job","[Polar Ocean and Climate Systems] Wait Hours: Per Job","[Arts] Wait Hours: Per Job","[Algebra and Number Theory] Wait Hours: Per Job","[Tectonics] Wait Hours: Per Job","[Theoretical Physics] Wait Hours: Per Job","[Design and Computer-Integrated Engineering] Wait Hours: Per Job","[Sociology] Wait Hours: Per Job","[Metals, Ceramics, and Electronic Materials] Wait Hours: Per Job","[Emerging Technologies Initiation] Wait Hours: Per Job","[Decision, Risk, and Management Science] Wait Hours: Per Job","[Statistics and Probability] Wait Hours: Per Job","[Computer and Computation Theory] Wait Hours: Per Job","[Economics] Wait Hours: Per Job","[Experimental Systems] Wait Hours: Per Job","[Systems Prototyping and Fabrication] Wait Hours: Per Job","[Design, Tools, and Test] Wait Hours: Per Job","[Polar Meteorology] Wait Hours: Per Job","[Physical Chemistry] Wait Hours: Per Job","[Operations Research and Production Systems] Wait Hours: Per Job","[Geology and Paleontology] Wait Hours: Per Job","[Biophysics] Wait Hours: Per Job","[Seismology] Wait Hours: Per Job","[Extragalactic Astronomy and Cosmology] Wait Hours: Per Job","[Geophysics] Wait Hours: Per Job","[Structures and Building Systems] Wait Hours: Per Job","[Volcanology and Mantle Geochemistry] Wait Hours: Per Job","[Organic and Macromolecular Chemistry] Wait Hours: Per Job","[Mechanics and Materials] Wait Hours: Per Job","[Law and Social Sciences] Wait Hours: Per Job" -2016,214.53698637,71.34538580,52.74111111,60.67485243,35.12637367,25.72861111,26.77900440,12.03978611,11.80001852,8.19083333,6.67768519,0.02019097,4.87037458,4.41189394,3.92752472,3.72481481,2.15222222,2.24032120,1.98928571,1.51085648,0.74204509,0.67655350,0.32390278,0.44919082,0.26162835,0.22153436,0.09777778,0.13753019,0.06199041,0.06002018,0.05370370,0.00023148,0.02184028,0.01408333,0.00105159,0.00059028,0.00027778,0.00017974,0.00010417,0.00000000 +2016,214.53698637,71.34538580,52.74111111,60.67485243,35.12637367,25.72861111,26.77900440,12.03978611,11.80001852,8.19083333,6.67768519,0.02019097,4.87037458,4.41189394,3.92752472,3.72481481,2.15222222,2.24032120,1.98928571,1.51085648,0.74204509,0.67655350,0.32390278,0.44919082,0.26162835,0.22148335,0.09777778,0.13753019,0.06199041,0.06002018,0.05370370,0.00023148,0.02184028,0.01408333,0.00105159,0.00059028,0.00027778,0.00017974,0.00010417,0.00000000 2017,0.00666667,0.00000000,0,1.52939815,0,36.31500000,0.00000000,13.14023981,1.45988889,0,0,5.48065465,0.00000000,0.00000000,0,0,0.00000000,1.47548426,0,3.00597222,0,0.00000000,0,0.00020531,0.01934028,0.03615605,0,0.00010305,0.09531934,0.01760234,0.00027778,0.04938889,0.00000000,0,0,0,0,0.00013889,0.00016865,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_wallduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_wallduration_hours/aggregate-Day-reference.csv index 487ea851c3..d78965a8bd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_wallduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_wallduration_hours/aggregate-Day-reference.csv @@ -15,7 +15,7 @@ start,end "Metals, Ceramics, and Electronic Materials",36.49007937, "Organic and Macromolecular Chemistry",26.34404444, "Design and Computer-Integrated Engineering",25.49490741, -"Systems Prototyping and Fabrication",25.48654262, +"Systems Prototyping and Fabrication",25.47695099, "Polar Aeronomy and Astrophysics",25.17486111, "Experimental Systems",24.23206456, "Cell Biology",21.20474151, diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_wallduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_wallduration_hours/aggregate-Month-reference.csv index c2a4b06bb9..b0dbf2cc4e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_wallduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_wallduration_hours/aggregate-Month-reference.csv @@ -15,7 +15,7 @@ start,end "Metals, Ceramics, and Electronic Materials",36.49007937,2.407916402194818 "Organic and Macromolecular Chemistry",26.34404444,6.8507338965077675 "Design and Computer-Integrated Engineering",25.49490741, -"Systems Prototyping and Fabrication",25.48654262,0.09521527865289223 +"Systems Prototyping and Fabrication",25.47695099,0.09566096763130776 "Polar Aeronomy and Astrophysics",25.17486111,17.80092216999551 "Experimental Systems",24.23206456,3.046402847031802 "Cell Biology",21.20474151,2.519140001248213 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_wallduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_wallduration_hours/aggregate-Quarter-reference.csv index c2a4b06bb9..b0dbf2cc4e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_wallduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_wallduration_hours/aggregate-Quarter-reference.csv @@ -15,7 +15,7 @@ start,end "Metals, Ceramics, and Electronic Materials",36.49007937,2.407916402194818 "Organic and Macromolecular Chemistry",26.34404444,6.8507338965077675 "Design and Computer-Integrated Engineering",25.49490741, -"Systems Prototyping and Fabrication",25.48654262,0.09521527865289223 +"Systems Prototyping and Fabrication",25.47695099,0.09566096763130776 "Polar Aeronomy and Astrophysics",25.17486111,17.80092216999551 "Experimental Systems",24.23206456,3.046402847031802 "Cell Biology",21.20474151,2.519140001248213 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_wallduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_wallduration_hours/aggregate-Year-reference.csv index c2a4b06bb9..b0dbf2cc4e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_wallduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_wallduration_hours/aggregate-Year-reference.csv @@ -15,7 +15,7 @@ start,end "Metals, Ceramics, and Electronic Materials",36.49007937,2.407916402194818 "Organic and Macromolecular Chemistry",26.34404444,6.8507338965077675 "Design and Computer-Integrated Engineering",25.49490741, -"Systems Prototyping and Fabrication",25.48654262,0.09521527865289223 +"Systems Prototyping and Fabrication",25.47695099,0.09566096763130776 "Polar Aeronomy and Astrophysics",25.17486111,17.80092216999551 "Experimental Systems",24.23206456,3.046402847031802 "Cell Biology",21.20474151,2.519140001248213 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_wallduration_hours/timeseries-Day-reference.csv index 2678eba1ed..70d779a14d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_wallduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Statistics and Probability] Wall Hours: Per Job","[Operations Research and 2016-12-27,20.78689815,0,0,0,0,12.98407407,0,0,0,0,0,0,13.96533333,20.66416667,0,19.90555556,0,0,13.89986111,0,0,0,20.49703704,0,0,0,0,0,0,8.71606481,0,0,0,8.23638889,3.21666667,0,0,0,0,0 2016-12-28,9.90712418,13.35268330,4.70055556,5.03972222,3.11533951,15.23050000,0,17.86320988,0,5.01598392,0,8.78983333,17.63833333,18.38902778,0,24.00000000,0,0,24.00000000,0,0,0,14.10152778,0,0,0,0,0,0,24.00000000,0,0,0,19.32140278,24.00000000,0,0,0,0,0 2016-12-29,23.89310847,16.60273286,24.00000000,24.00000000,24.00000000,23.40096618,11.55011905,24.00000000,0,13.10756221,18.97472222,10.54645833,7.73178763,18.61000000,4.34454545,24.00000000,3.66944444,0,24.00000000,6.36972222,0,3.62000000,14.25424444,10.40083333,0,2.01966667,0,6.48888889,0,7.81509259,0,0,0,11.06298354,1.17898003,0,0,0,0,1.92694444 -2016-12-30,18.94011905,21.71949405,19.30611111,15.09675926,14.55335859,18.93428571,21.78416667,16.65664530,0,13.31263065,12.00027778,13.41648148,7.32452206,11.90376984,9.68358547,11.72422222,10.28048611,9.78120370,24.00000000,7.97656250,4.25015531,16.84687500,4.10732350,13.60638889,3.48631944,4.10559722,1.45518519,2.51750000,0,0.80124024,0.97252976,1.58977533,0.48461111,0.27513871,0.34371670,0.26055556,0.14245370,0.08049603,0.06500000,0.03474935 +2016-12-30,18.94011905,21.71949405,19.30611111,15.09675926,14.55335859,18.93428571,21.78416667,16.65664530,0,13.30465261,12.00027778,13.41648148,7.32452206,11.90376984,9.68358547,11.72422222,10.28048611,9.78120370,24.00000000,7.97656250,4.25015531,16.84687500,4.10732350,13.60638889,3.48631944,4.10559722,1.45518519,2.51750000,0,0.80124024,0.97252976,1.58977533,0.48461111,0.27513871,0.34371670,0.26055556,0.14245370,0.08049603,0.06500000,0.03474935 2016-12-31,23.17923611,10.83064379,0,0,24.00000000,11.12489583,22.09055556,4.88585470,16.61129630,12.53390738,7.37444444,10.97790404,14.97629630,8.30273148,15.93161523,1.92791667,7.33458333,16.96888889,8.03958333,10.17785714,5.54019436,7.28581633,1.97834003,6.47384921,7.65398148,8.63138889,4.84500000,0,0.19661458,5.00544444,0.97299603,1.07971065,1.49565171,0.32450010,0.38194742,0,0.14844444,0,0,0.01479010 2017-01-01,11.20848700,13.34534574,0,0,5.04583333,3.01452778,0,0.22246528,8.88361111,11.50582962,0,8.59888889,17.62535714,6.25080247,6.53122222,0,0,0,2.25395062,6.95507937,0,17.62916667,0,0.47638889,0,0,4.28111111,0.02166667,2.11436355,11.62486111,0.96969246,0.02809588,0.30830000,1.46437811,0.06690347,0,0.22250400,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_wallduration_hours/timeseries-Month-reference.csv index 11a3fd075a..eaf3c6e596 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_wallduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Statistics and Probability] Wall Hours: Per Job","[Operations Research and Production Systems] Wall Hours: Per Job","[Volcanology and Mantle Geochemistry] Wall Hours: Per Job","[Theoretical Physics] Wall Hours: Per Job","[Algebra and Number Theory] Wall Hours: Per Job","[Quantum Electronics, Waves, and Beams] Wall Hours: Per Job","[Metals, Ceramics, and Electronic Materials] Wall Hours: Per Job","[Organic and Macromolecular Chemistry] Wall Hours: Per Job","[Design and Computer-Integrated Engineering] Wall Hours: Per Job","[Systems Prototyping and Fabrication] Wall Hours: Per Job","[Polar Aeronomy and Astrophysics] Wall Hours: Per Job","[Experimental Systems] Wall Hours: Per Job","[Cell Biology] Wall Hours: Per Job","[Stellar Astronomy and Astrophysics] Wall Hours: Per Job","[Arts] Wall Hours: Per Job","[Biochemistry and Molecular Structure and Function] Wall Hours: Per Job","[Structures and Building Systems] Wall Hours: Per Job","[Fluid, Particulate, and Hydraulic Systems] Wall Hours: Per Job","[Biophysics] Wall Hours: Per Job","[Emerging Technologies Initiation] Wall Hours: Per Job","[Tectonics] Wall Hours: Per Job","[Solid-State and Microstructures] Wall Hours: Per Job","[Solid State Chemistry and Polymers] Wall Hours: Per Job","[Seismology] Wall Hours: Per Job","[Extragalactic Astronomy and Cosmology] Wall Hours: Per Job","[Computer and Computation Theory] Wall Hours: Per Job","[Geology and Paleontology] Wall Hours: Per Job","[Global Atmospheric Research] Wall Hours: Per Job","[Polar Ocean and Climate Systems] Wall Hours: Per Job","[Galactic Astronomy] Wall Hours: Per Job","[Mechanics and Materials] Wall Hours: Per Job","[Polar Meteorology] Wall Hours: Per Job","[Economics] Wall Hours: Per Job","[Physical Chemistry] Wall Hours: Per Job","[Sociology] Wall Hours: Per Job","[Design, Tools, and Test] Wall Hours: Per Job","[Systematic and Population Biology] Wall Hours: Per Job","[Geophysics] Wall Hours: Per Job","[Law and Social Sciences] Wall Hours: Per Job","[Decision, Risk, and Management Science] Wall Hours: Per Job" -2016-12,42.94008230,48.78758939,48.00666667,44.13648148,38.92045455,50.08717014,36.49007937,38.63655229,16.61129630,23.01874399,25.17486111,26.76558429,19.49116512,20.98942593,16.77843434,16.76537037,15.78250000,15.43750000,55.46393519,12.84722222,8.59051583,7.77245050,7.84637557,8.66552083,5.98691667,5.04208333,4.68518519,9.00638889,0.19661458,1.58470254,0.97276290,1.45671498,1.05606884,0.49420671,0.37457084,0.26055556,0.14305278,0.08049603,0.06500000,0.02840866 +2016-12,42.94008230,48.78758939,48.00666667,44.13648148,38.92045455,50.08717014,36.49007937,38.63655229,16.61129630,23.00936303,25.17486111,26.76558429,19.49116512,20.98942593,16.77843434,16.76537037,15.78250000,15.43750000,55.46393519,12.84722222,8.59051583,7.77245050,7.84637557,8.66552083,5.98691667,5.04208333,4.68518519,9.00638889,0.19661458,1.58470254,0.97276290,1.45671498,1.05606884,0.49420671,0.37457084,0.26055556,0.14305278,0.08049603,0.06500000,0.02840866 2017-01,11.20848700,13.34534574,0,0,5.04583333,3.01452778,0,0.22246528,8.88361111,11.50582962,0,8.59888889,17.62535714,6.25080247,6.53122222,0,0,0,2.25395062,6.95507937,0,17.62916667,0,0.47638889,0,0,4.28111111,0.02166667,2.11436355,11.62486111,0.96969246,0.02809588,0.30830000,1.46437811,0.06690347,0,0.22250400,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_wallduration_hours/timeseries-Quarter-reference.csv index aeb1a6f80e..b604adabe8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_wallduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Statistics and Probability] Wall Hours: Per Job","[Operations Research and Production Systems] Wall Hours: Per Job","[Volcanology and Mantle Geochemistry] Wall Hours: Per Job","[Theoretical Physics] Wall Hours: Per Job","[Algebra and Number Theory] Wall Hours: Per Job","[Quantum Electronics, Waves, and Beams] Wall Hours: Per Job","[Metals, Ceramics, and Electronic Materials] Wall Hours: Per Job","[Organic and Macromolecular Chemistry] Wall Hours: Per Job","[Design and Computer-Integrated Engineering] Wall Hours: Per Job","[Systems Prototyping and Fabrication] Wall Hours: Per Job","[Polar Aeronomy and Astrophysics] Wall Hours: Per Job","[Experimental Systems] Wall Hours: Per Job","[Cell Biology] Wall Hours: Per Job","[Stellar Astronomy and Astrophysics] Wall Hours: Per Job","[Arts] Wall Hours: Per Job","[Biochemistry and Molecular Structure and Function] Wall Hours: Per Job","[Structures and Building Systems] Wall Hours: Per Job","[Fluid, Particulate, and Hydraulic Systems] Wall Hours: Per Job","[Biophysics] Wall Hours: Per Job","[Emerging Technologies Initiation] Wall Hours: Per Job","[Tectonics] Wall Hours: Per Job","[Solid-State and Microstructures] Wall Hours: Per Job","[Solid State Chemistry and Polymers] Wall Hours: Per Job","[Seismology] Wall Hours: Per Job","[Extragalactic Astronomy and Cosmology] Wall Hours: Per Job","[Computer and Computation Theory] Wall Hours: Per Job","[Geology and Paleontology] Wall Hours: Per Job","[Global Atmospheric Research] Wall Hours: Per Job","[Polar Ocean and Climate Systems] Wall Hours: Per Job","[Galactic Astronomy] Wall Hours: Per Job","[Mechanics and Materials] Wall Hours: Per Job","[Polar Meteorology] Wall Hours: Per Job","[Economics] Wall Hours: Per Job","[Physical Chemistry] Wall Hours: Per Job","[Sociology] Wall Hours: Per Job","[Design, Tools, and Test] Wall Hours: Per Job","[Systematic and Population Biology] Wall Hours: Per Job","[Geophysics] Wall Hours: Per Job","[Law and Social Sciences] Wall Hours: Per Job","[Decision, Risk, and Management Science] Wall Hours: Per Job" -"2016 Q4",42.94008230,48.78758939,48.00666667,44.13648148,38.92045455,50.08717014,36.49007937,38.63655229,16.61129630,23.01874399,25.17486111,26.76558429,19.49116512,20.98942593,16.77843434,16.76537037,15.78250000,15.43750000,55.46393519,12.84722222,8.59051583,7.77245050,7.84637557,8.66552083,5.98691667,5.04208333,4.68518519,9.00638889,0.19661458,1.58470254,0.97276290,1.45671498,1.05606884,0.49420671,0.37457084,0.26055556,0.14305278,0.08049603,0.06500000,0.02840866 +"2016 Q4",42.94008230,48.78758939,48.00666667,44.13648148,38.92045455,50.08717014,36.49007937,38.63655229,16.61129630,23.00936303,25.17486111,26.76558429,19.49116512,20.98942593,16.77843434,16.76537037,15.78250000,15.43750000,55.46393519,12.84722222,8.59051583,7.77245050,7.84637557,8.66552083,5.98691667,5.04208333,4.68518519,9.00638889,0.19661458,1.58470254,0.97276290,1.45671498,1.05606884,0.49420671,0.37457084,0.26055556,0.14305278,0.08049603,0.06500000,0.02840866 "2017 Q1",11.20848700,13.34534574,0,0,5.04583333,3.01452778,0,0.22246528,8.88361111,11.50582962,0,8.59888889,17.62535714,6.25080247,6.53122222,0,0,0,2.25395062,6.95507937,0,17.62916667,0,0.47638889,0,0,4.28111111,0.02166667,2.11436355,11.62486111,0.96969246,0.02809588,0.30830000,1.46437811,0.06690347,0,0.22250400,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_wallduration_hours/timeseries-Year-reference.csv index 519830b4c5..35aeaa160d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/avg_wallduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Statistics and Probability] Wall Hours: Per Job","[Operations Research and Production Systems] Wall Hours: Per Job","[Volcanology and Mantle Geochemistry] Wall Hours: Per Job","[Theoretical Physics] Wall Hours: Per Job","[Algebra and Number Theory] Wall Hours: Per Job","[Quantum Electronics, Waves, and Beams] Wall Hours: Per Job","[Metals, Ceramics, and Electronic Materials] Wall Hours: Per Job","[Organic and Macromolecular Chemistry] Wall Hours: Per Job","[Design and Computer-Integrated Engineering] Wall Hours: Per Job","[Systems Prototyping and Fabrication] Wall Hours: Per Job","[Polar Aeronomy and Astrophysics] Wall Hours: Per Job","[Experimental Systems] Wall Hours: Per Job","[Cell Biology] Wall Hours: Per Job","[Stellar Astronomy and Astrophysics] Wall Hours: Per Job","[Arts] Wall Hours: Per Job","[Biochemistry and Molecular Structure and Function] Wall Hours: Per Job","[Structures and Building Systems] Wall Hours: Per Job","[Fluid, Particulate, and Hydraulic Systems] Wall Hours: Per Job","[Biophysics] Wall Hours: Per Job","[Emerging Technologies Initiation] Wall Hours: Per Job","[Tectonics] Wall Hours: Per Job","[Solid-State and Microstructures] Wall Hours: Per Job","[Solid State Chemistry and Polymers] Wall Hours: Per Job","[Seismology] Wall Hours: Per Job","[Extragalactic Astronomy and Cosmology] Wall Hours: Per Job","[Computer and Computation Theory] Wall Hours: Per Job","[Geology and Paleontology] Wall Hours: Per Job","[Global Atmospheric Research] Wall Hours: Per Job","[Polar Ocean and Climate Systems] Wall Hours: Per Job","[Galactic Astronomy] Wall Hours: Per Job","[Mechanics and Materials] Wall Hours: Per Job","[Polar Meteorology] Wall Hours: Per Job","[Economics] Wall Hours: Per Job","[Physical Chemistry] Wall Hours: Per Job","[Sociology] Wall Hours: Per Job","[Design, Tools, and Test] Wall Hours: Per Job","[Systematic and Population Biology] Wall Hours: Per Job","[Geophysics] Wall Hours: Per Job","[Law and Social Sciences] Wall Hours: Per Job","[Decision, Risk, and Management Science] Wall Hours: Per Job" -2016,42.94008230,48.78758939,48.00666667,44.13648148,38.92045455,50.08717014,36.49007937,38.63655229,16.61129630,23.01874399,25.17486111,26.76558429,19.49116512,20.98942593,16.77843434,16.76537037,15.78250000,15.43750000,55.46393519,12.84722222,8.59051583,7.77245050,7.84637557,8.66552083,5.98691667,5.04208333,4.68518519,9.00638889,0.19661458,1.58470254,0.97276290,1.45671498,1.05606884,0.49420671,0.37457084,0.26055556,0.14305278,0.08049603,0.06500000,0.02840866 +2016,42.94008230,48.78758939,48.00666667,44.13648148,38.92045455,50.08717014,36.49007937,38.63655229,16.61129630,23.00936303,25.17486111,26.76558429,19.49116512,20.98942593,16.77843434,16.76537037,15.78250000,15.43750000,55.46393519,12.84722222,8.59051583,7.77245050,7.84637557,8.66552083,5.98691667,5.04208333,4.68518519,9.00638889,0.19661458,1.58470254,0.97276290,1.45671498,1.05606884,0.49420671,0.37457084,0.26055556,0.14305278,0.08049603,0.06500000,0.02840866 2017,11.20848700,13.34534574,0,0,5.04583333,3.01452778,0,0.22246528,8.88361111,11.50582962,0,8.59888889,17.62535714,6.25080247,6.53122222,0,0,0,2.25395062,6.95507937,0,17.62916667,0,0.47638889,0,0,4.28111111,0.02166667,2.11436355,11.62486111,0.96969246,0.02809588,0.30830000,1.46437811,0.06690347,0,0.22250400,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/expansion_factor/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/expansion_factor/timeseries-Day-reference.csv index b2c303c331..27c1590728 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/expansion_factor/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/expansion_factor/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Galactic Astronomy] User Expansion Factor","[Systematic and Population Bio 2016-12-27,1.0280,0,0,1.0000,0,0,4.9152,1.9856,0,2.5533,0,2.0864,1.7260,0,0,0,0,0,0,0,1.2277,0,0,0,0,0,0,0,1.0000,0,0,0,0,0,1.0000,0,0,0,0,0 2016-12-28,1.0102,0,0,1.0000,0,0,4.8768,2.1159,0,2.5716,0,1.8919,1.7260,0,0,0,0,0,0,1.1095,1.0845,0,0,1.0866,0,0,0,0,1.0021,1.0107,1.0010,0,0,1.0013,1.0000,0,0,1.0000,0,1.0000 2016-12-29,7.2405,0,3.8567,3.7347,1.0394,1.0001,3.0140,2.7029,0,2.3072,1.0000,1.6613,1.7260,0,0,0,0,1.0436,1.2430,1.1207,1.1039,0,0,1.0866,1.0011,1.0379,0,0,1.0217,1.0095,1.0011,1.0000,0,1.0011,1.0000,0,0,1.0000,1.0000,1.0000 -2016-12-30,244.8450,82.2879,3.8567,5.1450,5.9358,1.8025,2.9767,5.5485,0,2.2649,3.1975,1.5996,1.4078,1.1806,2.1933,1.3753,1.4992,1.4225,1.1539,1.1173,1.0974,1.1123,0,1.0801,1.0787,1.0500,1.0094,1.0131,1.0277,1.0076,1.0022,1.0000,1.0041,1.0011,1.0000,1.0001,1.0000,1.0000,1.0000,1.0000 +2016-12-30,244.8450,82.2879,3.8567,5.1450,5.9358,1.8025,2.9767,5.5485,0,2.2649,3.1975,1.5996,1.4078,1.1806,2.1933,1.3753,1.4992,1.4225,1.1539,1.1173,1.0974,1.1123,0,1.0801,1.0787,1.0500,1.0094,1.0131,1.0277,1.0076,1.0023,1.0000,1.0041,1.0011,1.0000,1.0001,1.0000,1.0000,1.0000,1.0000 2016-12-31,1.4459,30.3841,0,8.2387,38.4517,4.7123,7.3737,13.7412,1.0162,1.9038,1.0000,1.2381,1.2386,1.6099,1.2202,0,1.1213,1.1163,1.0513,1.0205,1.1361,1.0199,1.0760,0,1.0006,1.1462,1.0172,0,1.0100,1.0119,1.0187,1.0039,1.0018,1.0012,1.0000,1.0001,0,1.0000,1.0000,0 2017-01-01,4.1617,66.3373,1677.0769,21.4660,0,1.0001,9.8468,0,3.5509,1.9022,0,1.1298,0,0,1.0524,0,0,1.1040,1.2473,1.0205,1.0606,1.0037,1.1002,0,0,0,1.0001,0,1.0058,1.0029,1.0088,1.0000,0,1.0013,1.0061,1.0002,0,1.0006,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/job_count/aggregate-Day-reference.csv index 59464b9877..6373345536 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/job_count/aggregate-Day-reference.csv @@ -9,7 +9,7 @@ start,end Sociology,55001 "Physical Chemistry",6944 "Decision, Risk, and Management Science",2633 -"Systems Prototyping and Fabrication",2629 +"Systems Prototyping and Fabrication",2630 Tectonics,1000 "Galactic Astronomy",763 "Polar Ocean and Climate Systems",756 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/job_count/aggregate-Month-reference.csv index 59464b9877..6373345536 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/job_count/aggregate-Month-reference.csv @@ -9,7 +9,7 @@ start,end Sociology,55001 "Physical Chemistry",6944 "Decision, Risk, and Management Science",2633 -"Systems Prototyping and Fabrication",2629 +"Systems Prototyping and Fabrication",2630 Tectonics,1000 "Galactic Astronomy",763 "Polar Ocean and Climate Systems",756 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/job_count/aggregate-Quarter-reference.csv index 59464b9877..6373345536 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/job_count/aggregate-Quarter-reference.csv @@ -9,7 +9,7 @@ start,end Sociology,55001 "Physical Chemistry",6944 "Decision, Risk, and Management Science",2633 -"Systems Prototyping and Fabrication",2629 +"Systems Prototyping and Fabrication",2630 Tectonics,1000 "Galactic Astronomy",763 "Polar Ocean and Climate Systems",756 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/job_count/aggregate-Year-reference.csv index 59464b9877..6373345536 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/job_count/aggregate-Year-reference.csv @@ -9,7 +9,7 @@ start,end Sociology,55001 "Physical Chemistry",6944 "Decision, Risk, and Management Science",2633 -"Systems Prototyping and Fabrication",2629 +"Systems Prototyping and Fabrication",2630 Tectonics,1000 "Galactic Astronomy",763 "Polar Ocean and Climate Systems",756 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/job_count/timeseries-Day-reference.csv index 0382aae0fe..aef3239944 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Sociology] Number of Jobs Ended","[Physical Chemistry] Number of Jobs Ende 2016-12-27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-30,19044,3823,1700,788,1,732,0,34,90,68,63,3,28,60,20,39,6,8,7,0,4,19,3,5,11,14,10,4,1,0,4,6,1,2,3,1,1,1,1,1 +2016-12-30,19044,3823,1700,789,1,732,0,34,90,68,63,3,28,60,20,39,6,8,7,0,4,19,3,5,11,14,10,4,1,0,4,6,1,2,3,1,1,1,1,1 2016-12-31,22026,2719,933,869,999,29,4,180,10,24,83,97,28,5,24,22,1,16,16,4,13,1,8,4,4,0,0,6,7,0,4,1,2,1,0,0,1,0,0,0 2017-01-01,13931,402,0,972,0,2,752,94,139,62,0,1,28,7,25,5,47,20,14,27,8,0,9,7,0,0,1,0,2,9,0,0,1,0,0,1,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/job_count/timeseries-Month-reference.csv index b916df7881..1aa127652d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Sociology] Number of Jobs Ended","[Physical Chemistry] Number of Jobs Ended","[Decision, Risk, and Management Science] Number of Jobs Ended","[Systems Prototyping and Fabrication] Number of Jobs Ended","[Tectonics] Number of Jobs Ended","[Galactic Astronomy] Number of Jobs Ended","[Polar Ocean and Climate Systems] Number of Jobs Ended","[Operations Research and Production Systems] Number of Jobs Ended","[Systematic and Population Biology] Number of Jobs Ended","[Polar Meteorology] Number of Jobs Ended","[Solid State Chemistry and Polymers] Number of Jobs Ended","[Solid-State and Microstructures] Number of Jobs Ended","[Mechanics and Materials] Number of Jobs Ended","[Cell Biology] Number of Jobs Ended","[Economics] Number of Jobs Ended","[Arts] Number of Jobs Ended","[Statistics and Probability] Number of Jobs Ended","[Quantum Electronics, Waves, and Beams] Number of Jobs Ended","[Experimental Systems] Number of Jobs Ended","[Biophysics] Number of Jobs Ended","[Organic and Macromolecular Chemistry] Number of Jobs Ended","[Computer and Computation Theory] Number of Jobs Ended","[Stellar Astronomy and Astrophysics] Number of Jobs Ended","[Emerging Technologies Initiation] Number of Jobs Ended","[Biochemistry and Molecular Structure and Function] Number of Jobs Ended","[Geophysics] Number of Jobs Ended","[Algebra and Number Theory] Number of Jobs Ended","[Extragalactic Astronomy and Cosmology] Number of Jobs Ended","[Seismology] Number of Jobs Ended","[Design and Computer-Integrated Engineering] Number of Jobs Ended","[Structures and Building Systems] Number of Jobs Ended","[Metals, Ceramics, and Electronic Materials] Number of Jobs Ended","[Geology and Paleontology] Number of Jobs Ended","[Fluid, Particulate, and Hydraulic Systems] Number of Jobs Ended","[Theoretical Physics] Number of Jobs Ended","[Global Atmospheric Research] Number of Jobs Ended","[Polar Aeronomy and Astrophysics] Number of Jobs Ended","[Design, Tools, and Test] Number of Jobs Ended","[Law and Social Sciences] Number of Jobs Ended","[Volcanology and Mantle Geochemistry] Number of Jobs Ended" -2016-12,41070,6542,2633,1657,1000,761,4,214,100,92,146,100,56,65,44,61,7,24,23,4,17,20,11,9,15,14,10,10,8,0,8,7,3,3,3,1,2,1,1,1 +2016-12,41070,6542,2633,1658,1000,761,4,214,100,92,146,100,56,65,44,61,7,24,23,4,17,20,11,9,15,14,10,10,8,0,8,7,3,3,3,1,2,1,1,1 2017-01,13931,402,0,972,0,2,752,94,139,62,0,1,28,7,25,5,47,20,14,27,8,0,9,7,0,0,1,0,2,9,0,0,1,0,0,1,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/job_count/timeseries-Quarter-reference.csv index ae53ebaa4a..6ea5e753dd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Sociology] Number of Jobs Ended","[Physical Chemistry] Number of Jobs Ended","[Decision, Risk, and Management Science] Number of Jobs Ended","[Systems Prototyping and Fabrication] Number of Jobs Ended","[Tectonics] Number of Jobs Ended","[Galactic Astronomy] Number of Jobs Ended","[Polar Ocean and Climate Systems] Number of Jobs Ended","[Operations Research and Production Systems] Number of Jobs Ended","[Systematic and Population Biology] Number of Jobs Ended","[Polar Meteorology] Number of Jobs Ended","[Solid State Chemistry and Polymers] Number of Jobs Ended","[Solid-State and Microstructures] Number of Jobs Ended","[Mechanics and Materials] Number of Jobs Ended","[Cell Biology] Number of Jobs Ended","[Economics] Number of Jobs Ended","[Arts] Number of Jobs Ended","[Statistics and Probability] Number of Jobs Ended","[Quantum Electronics, Waves, and Beams] Number of Jobs Ended","[Experimental Systems] Number of Jobs Ended","[Biophysics] Number of Jobs Ended","[Organic and Macromolecular Chemistry] Number of Jobs Ended","[Computer and Computation Theory] Number of Jobs Ended","[Stellar Astronomy and Astrophysics] Number of Jobs Ended","[Emerging Technologies Initiation] Number of Jobs Ended","[Biochemistry and Molecular Structure and Function] Number of Jobs Ended","[Geophysics] Number of Jobs Ended","[Algebra and Number Theory] Number of Jobs Ended","[Extragalactic Astronomy and Cosmology] Number of Jobs Ended","[Seismology] Number of Jobs Ended","[Design and Computer-Integrated Engineering] Number of Jobs Ended","[Structures and Building Systems] Number of Jobs Ended","[Metals, Ceramics, and Electronic Materials] Number of Jobs Ended","[Geology and Paleontology] Number of Jobs Ended","[Fluid, Particulate, and Hydraulic Systems] Number of Jobs Ended","[Theoretical Physics] Number of Jobs Ended","[Global Atmospheric Research] Number of Jobs Ended","[Polar Aeronomy and Astrophysics] Number of Jobs Ended","[Design, Tools, and Test] Number of Jobs Ended","[Law and Social Sciences] Number of Jobs Ended","[Volcanology and Mantle Geochemistry] Number of Jobs Ended" -"2016 Q4",41070,6542,2633,1657,1000,761,4,214,100,92,146,100,56,65,44,61,7,24,23,4,17,20,11,9,15,14,10,10,8,0,8,7,3,3,3,1,2,1,1,1 +"2016 Q4",41070,6542,2633,1658,1000,761,4,214,100,92,146,100,56,65,44,61,7,24,23,4,17,20,11,9,15,14,10,10,8,0,8,7,3,3,3,1,2,1,1,1 "2017 Q1",13931,402,0,972,0,2,752,94,139,62,0,1,28,7,25,5,47,20,14,27,8,0,9,7,0,0,1,0,2,9,0,0,1,0,0,1,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/job_count/timeseries-Year-reference.csv index cd4df7eea6..b88197d96a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Sociology] Number of Jobs Ended","[Physical Chemistry] Number of Jobs Ended","[Decision, Risk, and Management Science] Number of Jobs Ended","[Systems Prototyping and Fabrication] Number of Jobs Ended","[Tectonics] Number of Jobs Ended","[Galactic Astronomy] Number of Jobs Ended","[Polar Ocean and Climate Systems] Number of Jobs Ended","[Operations Research and Production Systems] Number of Jobs Ended","[Systematic and Population Biology] Number of Jobs Ended","[Polar Meteorology] Number of Jobs Ended","[Solid State Chemistry and Polymers] Number of Jobs Ended","[Solid-State and Microstructures] Number of Jobs Ended","[Mechanics and Materials] Number of Jobs Ended","[Cell Biology] Number of Jobs Ended","[Economics] Number of Jobs Ended","[Arts] Number of Jobs Ended","[Statistics and Probability] Number of Jobs Ended","[Quantum Electronics, Waves, and Beams] Number of Jobs Ended","[Experimental Systems] Number of Jobs Ended","[Biophysics] Number of Jobs Ended","[Organic and Macromolecular Chemistry] Number of Jobs Ended","[Computer and Computation Theory] Number of Jobs Ended","[Stellar Astronomy and Astrophysics] Number of Jobs Ended","[Emerging Technologies Initiation] Number of Jobs Ended","[Biochemistry and Molecular Structure and Function] Number of Jobs Ended","[Geophysics] Number of Jobs Ended","[Algebra and Number Theory] Number of Jobs Ended","[Extragalactic Astronomy and Cosmology] Number of Jobs Ended","[Seismology] Number of Jobs Ended","[Design and Computer-Integrated Engineering] Number of Jobs Ended","[Structures and Building Systems] Number of Jobs Ended","[Metals, Ceramics, and Electronic Materials] Number of Jobs Ended","[Geology and Paleontology] Number of Jobs Ended","[Fluid, Particulate, and Hydraulic Systems] Number of Jobs Ended","[Theoretical Physics] Number of Jobs Ended","[Global Atmospheric Research] Number of Jobs Ended","[Polar Aeronomy and Astrophysics] Number of Jobs Ended","[Design, Tools, and Test] Number of Jobs Ended","[Law and Social Sciences] Number of Jobs Ended","[Volcanology and Mantle Geochemistry] Number of Jobs Ended" -2016,41070,6542,2633,1657,1000,761,4,214,100,92,146,100,56,65,44,61,7,24,23,4,17,20,11,9,15,14,10,10,8,0,8,7,3,3,3,1,2,1,1,1 +2016,41070,6542,2633,1658,1000,761,4,214,100,92,146,100,56,65,44,61,7,24,23,4,17,20,11,9,15,14,10,10,8,0,8,7,3,3,3,1,2,1,1,1 2017,13931,402,0,972,0,2,752,94,139,62,0,1,28,7,25,5,47,20,14,27,8,0,9,7,0,0,1,0,2,9,0,0,1,0,0,1,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/max_processors/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/max_processors/aggregate-Day-reference.csv index 4e254f1104..de7551de78 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/max_processors/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/max_processors/aggregate-Day-reference.csv @@ -13,6 +13,7 @@ start,end "Solid State Chemistry and Polymers",144 "Structures and Building Systems",112 "Design, Tools, and Test",108 +"Systems Prototyping and Fabrication",108 "Emerging Technologies Initiation",96 "Physical Chemistry",96 "Quantum Electronics, Waves, and Beams",96 @@ -44,6 +45,5 @@ Sociology,12 "Mechanics and Materials",1 "Operations Research and Production Systems",1 "Polar Meteorology",1 -"Systems Prototyping and Fabrication",1 Tectonics,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/max_processors/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/max_processors/aggregate-Month-reference.csv index 4e254f1104..de7551de78 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/max_processors/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/max_processors/aggregate-Month-reference.csv @@ -13,6 +13,7 @@ start,end "Solid State Chemistry and Polymers",144 "Structures and Building Systems",112 "Design, Tools, and Test",108 +"Systems Prototyping and Fabrication",108 "Emerging Technologies Initiation",96 "Physical Chemistry",96 "Quantum Electronics, Waves, and Beams",96 @@ -44,6 +45,5 @@ Sociology,12 "Mechanics and Materials",1 "Operations Research and Production Systems",1 "Polar Meteorology",1 -"Systems Prototyping and Fabrication",1 Tectonics,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/max_processors/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/max_processors/aggregate-Quarter-reference.csv index 4e254f1104..de7551de78 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/max_processors/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/max_processors/aggregate-Quarter-reference.csv @@ -13,6 +13,7 @@ start,end "Solid State Chemistry and Polymers",144 "Structures and Building Systems",112 "Design, Tools, and Test",108 +"Systems Prototyping and Fabrication",108 "Emerging Technologies Initiation",96 "Physical Chemistry",96 "Quantum Electronics, Waves, and Beams",96 @@ -44,6 +45,5 @@ Sociology,12 "Mechanics and Materials",1 "Operations Research and Production Systems",1 "Polar Meteorology",1 -"Systems Prototyping and Fabrication",1 Tectonics,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/max_processors/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/max_processors/aggregate-Year-reference.csv index 4e254f1104..de7551de78 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/max_processors/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/max_processors/aggregate-Year-reference.csv @@ -13,6 +13,7 @@ start,end "Solid State Chemistry and Polymers",144 "Structures and Building Systems",112 "Design, Tools, and Test",108 +"Systems Prototyping and Fabrication",108 "Emerging Technologies Initiation",96 "Physical Chemistry",96 "Quantum Electronics, Waves, and Beams",96 @@ -44,6 +45,5 @@ Sociology,12 "Mechanics and Materials",1 "Operations Research and Production Systems",1 "Polar Meteorology",1 -"Systems Prototyping and Fabrication",1 Tectonics,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/max_processors/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/max_processors/timeseries-Day-reference.csv index 57d5dfe7ba..8ac6111ff7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/max_processors/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/max_processors/timeseries-Day-reference.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[Fluid, Particulate, and Hydraulic Systems] Job Size: Max (Core Count)","[Organic and Macromolecular Chemistry] Job Size: Max (Core Count)","[Systematic and Population Biology] Job Size: Max (Core Count)","[Global Atmospheric Research] Job Size: Max (Core Count)","[Solid State Chemistry and Polymers] Job Size: Max (Core Count)","[Structures and Building Systems] Job Size: Max (Core Count)","[Design, Tools, and Test] Job Size: Max (Core Count)","[Emerging Technologies Initiation] Job Size: Max (Core Count)","[Physical Chemistry] Job Size: Max (Core Count)","[Quantum Electronics, Waves, and Beams] Job Size: Max (Core Count)","[Metals, Ceramics, and Electronic Materials] Job Size: Max (Core Count)","[Stellar Astronomy and Astrophysics] Job Size: Max (Core Count)","[Biophysics] Job Size: Max (Core Count)","[Galactic Astronomy] Job Size: Max (Core Count)","[Geology and Paleontology] Job Size: Max (Core Count)","[Decision, Risk, and Management Science] Job Size: Max (Core Count)","[Economics] Job Size: Max (Core Count)","[Polar Aeronomy and Astrophysics] Job Size: Max (Core Count)","[Cell Biology] Job Size: Max (Core Count)","[Design and Computer-Integrated Engineering] Job Size: Max (Core Count)","[Geophysics] Job Size: Max (Core Count)","[Volcanology and Mantle Geochemistry] Job Size: Max (Core Count)","[Law and Social Sciences] Job Size: Max (Core Count)","[Statistics and Probability] Job Size: Max (Core Count)","[Algebra and Number Theory] Job Size: Max (Core Count)","[Arts] Job Size: Max (Core Count)","[Biochemistry and Molecular Structure and Function] Job Size: Max (Core Count)","[Experimental Systems] Job Size: Max (Core Count)","[Polar Ocean and Climate Systems] Job Size: Max (Core Count)","[Seismology] Job Size: Max (Core Count)","[Sociology] Job Size: Max (Core Count)","[Solid-State and Microstructures] Job Size: Max (Core Count)","[Theoretical Physics] Job Size: Max (Core Count)","[Computer and Computation Theory] Job Size: Max (Core Count)","[Extragalactic Astronomy and Cosmology] Job Size: Max (Core Count)","[Mechanics and Materials] Job Size: Max (Core Count)","[Operations Research and Production Systems] Job Size: Max (Core Count)","[Polar Meteorology] Job Size: Max (Core Count)","[Systems Prototyping and Fabrication] Job Size: Max (Core Count)","[Tectonics] Job Size: Max (Core Count)" -2016-12-22,0,0,0,0,0,0,0,0,12,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,12,0,0,0,12,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-24,0,0,0,0,0,0,0,0,12,0,0,0,12,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-25,0,0,0,0,0,0,0,0,24,0,0,0,12,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-26,0,0,0,0,0,0,0,0,24,0,0,0,12,1,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-27,0,0,0,0,144,0,0,0,32,96,0,72,64,16,0,0,0,0,8,0,0,0,0,16,0,0,12,0,0,0,1,0,0,0,0,0,0,0,0,0 -2016-12-28,0,192,0,0,144,0,0,0,32,96,0,72,64,16,0,0,0,0,8,0,0,20,0,16,12,0,12,8,0,0,1,0,12,0,0,0,1,0,1,0 -2016-12-29,0,192,0,160,144,112,0,96,32,96,72,72,64,64,0,56,0,40,8,0,0,20,0,16,12,12,12,8,0,5,12,2,12,1,0,0,1,0,1,0 -2016-12-30,336,192,192,160,144,112,108,96,96,96,72,72,64,64,60,56,48,40,32,0,20,20,16,16,12,12,12,12,0,5,12,12,12,1,1,1,1,1,1,1 -2016-12-31,336,192,192,0,20,112,0,96,96,96,72,72,64,64,60,1,48,40,8,24,0,0,0,16,12,12,1,12,12,12,12,2,0,1,1,1,1,1,1,1 -2017-01-01,0,32,192,160,0,0,0,96,48,96,0,72,64,16,5,0,48,0,8,24,0,0,0,16,12,12,0,8,12,12,12,2,0,0,0,1,1,1,1,0 +Day,"[Fluid, Particulate, and Hydraulic Systems] Job Size: Max (Core Count)","[Organic and Macromolecular Chemistry] Job Size: Max (Core Count)","[Systematic and Population Biology] Job Size: Max (Core Count)","[Global Atmospheric Research] Job Size: Max (Core Count)","[Solid State Chemistry and Polymers] Job Size: Max (Core Count)","[Structures and Building Systems] Job Size: Max (Core Count)","[Design, Tools, and Test] Job Size: Max (Core Count)","[Systems Prototyping and Fabrication] Job Size: Max (Core Count)","[Emerging Technologies Initiation] Job Size: Max (Core Count)","[Physical Chemistry] Job Size: Max (Core Count)","[Quantum Electronics, Waves, and Beams] Job Size: Max (Core Count)","[Metals, Ceramics, and Electronic Materials] Job Size: Max (Core Count)","[Stellar Astronomy and Astrophysics] Job Size: Max (Core Count)","[Biophysics] Job Size: Max (Core Count)","[Galactic Astronomy] Job Size: Max (Core Count)","[Geology and Paleontology] Job Size: Max (Core Count)","[Decision, Risk, and Management Science] Job Size: Max (Core Count)","[Economics] Job Size: Max (Core Count)","[Polar Aeronomy and Astrophysics] Job Size: Max (Core Count)","[Cell Biology] Job Size: Max (Core Count)","[Design and Computer-Integrated Engineering] Job Size: Max (Core Count)","[Geophysics] Job Size: Max (Core Count)","[Volcanology and Mantle Geochemistry] Job Size: Max (Core Count)","[Law and Social Sciences] Job Size: Max (Core Count)","[Statistics and Probability] Job Size: Max (Core Count)","[Algebra and Number Theory] Job Size: Max (Core Count)","[Arts] Job Size: Max (Core Count)","[Biochemistry and Molecular Structure and Function] Job Size: Max (Core Count)","[Experimental Systems] Job Size: Max (Core Count)","[Polar Ocean and Climate Systems] Job Size: Max (Core Count)","[Seismology] Job Size: Max (Core Count)","[Sociology] Job Size: Max (Core Count)","[Solid-State and Microstructures] Job Size: Max (Core Count)","[Theoretical Physics] Job Size: Max (Core Count)","[Computer and Computation Theory] Job Size: Max (Core Count)","[Extragalactic Astronomy and Cosmology] Job Size: Max (Core Count)","[Mechanics and Materials] Job Size: Max (Core Count)","[Operations Research and Production Systems] Job Size: Max (Core Count)","[Polar Meteorology] Job Size: Max (Core Count)","[Tectonics] Job Size: Max (Core Count)" +2016-12-22,0,0,0,0,0,0,0,0,0,12,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,12,0,0,0,12,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,12,0,0,0,12,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-25,0,0,0,0,0,0,0,0,0,24,0,0,0,12,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-26,0,0,0,0,0,0,0,0,0,24,0,0,0,12,1,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-27,0,0,0,0,144,0,0,0,0,32,96,0,72,64,16,0,0,0,0,8,0,0,0,0,16,0,0,12,0,0,0,1,0,0,0,0,0,0,0,0 +2016-12-28,0,192,0,0,144,0,0,1,0,32,96,0,72,64,16,0,0,0,0,8,0,0,20,0,16,12,0,12,8,0,0,1,0,12,0,0,0,1,0,0 +2016-12-29,0,192,0,160,144,112,0,1,96,32,96,72,72,64,64,0,56,0,40,8,0,0,20,0,16,12,12,12,8,0,5,12,2,12,1,0,0,1,0,0 +2016-12-30,336,192,192,160,144,112,108,108,96,96,96,72,72,64,64,60,56,48,40,32,0,20,20,16,16,12,12,12,12,0,5,12,12,12,1,1,1,1,1,1 +2016-12-31,336,192,192,0,20,112,0,1,96,96,96,72,72,64,64,60,1,48,40,8,24,0,0,0,16,12,12,1,12,12,12,12,2,0,1,1,1,1,1,1 +2017-01-01,0,32,192,160,0,0,0,1,96,48,96,0,72,64,16,5,0,48,0,8,24,0,0,0,16,12,12,0,8,12,12,12,2,0,0,0,1,1,1,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/max_processors/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/max_processors/timeseries-Month-reference.csv index db2acd75f7..0bf3cb200e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/max_processors/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/max_processors/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[Fluid, Particulate, and Hydraulic Systems] Job Size: Max (Core Count)","[Organic and Macromolecular Chemistry] Job Size: Max (Core Count)","[Systematic and Population Biology] Job Size: Max (Core Count)","[Global Atmospheric Research] Job Size: Max (Core Count)","[Solid State Chemistry and Polymers] Job Size: Max (Core Count)","[Structures and Building Systems] Job Size: Max (Core Count)","[Design, Tools, and Test] Job Size: Max (Core Count)","[Emerging Technologies Initiation] Job Size: Max (Core Count)","[Physical Chemistry] Job Size: Max (Core Count)","[Quantum Electronics, Waves, and Beams] Job Size: Max (Core Count)","[Metals, Ceramics, and Electronic Materials] Job Size: Max (Core Count)","[Stellar Astronomy and Astrophysics] Job Size: Max (Core Count)","[Biophysics] Job Size: Max (Core Count)","[Galactic Astronomy] Job Size: Max (Core Count)","[Geology and Paleontology] Job Size: Max (Core Count)","[Decision, Risk, and Management Science] Job Size: Max (Core Count)","[Economics] Job Size: Max (Core Count)","[Polar Aeronomy and Astrophysics] Job Size: Max (Core Count)","[Cell Biology] Job Size: Max (Core Count)","[Design and Computer-Integrated Engineering] Job Size: Max (Core Count)","[Geophysics] Job Size: Max (Core Count)","[Volcanology and Mantle Geochemistry] Job Size: Max (Core Count)","[Law and Social Sciences] Job Size: Max (Core Count)","[Statistics and Probability] Job Size: Max (Core Count)","[Algebra and Number Theory] Job Size: Max (Core Count)","[Arts] Job Size: Max (Core Count)","[Biochemistry and Molecular Structure and Function] Job Size: Max (Core Count)","[Experimental Systems] Job Size: Max (Core Count)","[Polar Ocean and Climate Systems] Job Size: Max (Core Count)","[Seismology] Job Size: Max (Core Count)","[Sociology] Job Size: Max (Core Count)","[Solid-State and Microstructures] Job Size: Max (Core Count)","[Theoretical Physics] Job Size: Max (Core Count)","[Computer and Computation Theory] Job Size: Max (Core Count)","[Extragalactic Astronomy and Cosmology] Job Size: Max (Core Count)","[Mechanics and Materials] Job Size: Max (Core Count)","[Operations Research and Production Systems] Job Size: Max (Core Count)","[Polar Meteorology] Job Size: Max (Core Count)","[Systems Prototyping and Fabrication] Job Size: Max (Core Count)","[Tectonics] Job Size: Max (Core Count)" -2016-12,336,192,192,160,144,112,108,96,96,96,72,72,64,64,60,56,48,40,32,24,20,20,16,16,12,12,12,12,12,12,12,12,12,1,1,1,1,1,1,1 -2017-01,0,32,192,160,0,0,0,96,48,96,0,72,64,16,5,0,48,0,8,24,0,0,0,16,12,12,0,8,12,12,12,2,0,0,0,1,1,1,1,0 +Month,"[Fluid, Particulate, and Hydraulic Systems] Job Size: Max (Core Count)","[Organic and Macromolecular Chemistry] Job Size: Max (Core Count)","[Systematic and Population Biology] Job Size: Max (Core Count)","[Global Atmospheric Research] Job Size: Max (Core Count)","[Solid State Chemistry and Polymers] Job Size: Max (Core Count)","[Structures and Building Systems] Job Size: Max (Core Count)","[Design, Tools, and Test] Job Size: Max (Core Count)","[Systems Prototyping and Fabrication] Job Size: Max (Core Count)","[Emerging Technologies Initiation] Job Size: Max (Core Count)","[Physical Chemistry] Job Size: Max (Core Count)","[Quantum Electronics, Waves, and Beams] Job Size: Max (Core Count)","[Metals, Ceramics, and Electronic Materials] Job Size: Max (Core Count)","[Stellar Astronomy and Astrophysics] Job Size: Max (Core Count)","[Biophysics] Job Size: Max (Core Count)","[Galactic Astronomy] Job Size: Max (Core Count)","[Geology and Paleontology] Job Size: Max (Core Count)","[Decision, Risk, and Management Science] Job Size: Max (Core Count)","[Economics] Job Size: Max (Core Count)","[Polar Aeronomy and Astrophysics] Job Size: Max (Core Count)","[Cell Biology] Job Size: Max (Core Count)","[Design and Computer-Integrated Engineering] Job Size: Max (Core Count)","[Geophysics] Job Size: Max (Core Count)","[Volcanology and Mantle Geochemistry] Job Size: Max (Core Count)","[Law and Social Sciences] Job Size: Max (Core Count)","[Statistics and Probability] Job Size: Max (Core Count)","[Algebra and Number Theory] Job Size: Max (Core Count)","[Arts] Job Size: Max (Core Count)","[Biochemistry and Molecular Structure and Function] Job Size: Max (Core Count)","[Experimental Systems] Job Size: Max (Core Count)","[Polar Ocean and Climate Systems] Job Size: Max (Core Count)","[Seismology] Job Size: Max (Core Count)","[Sociology] Job Size: Max (Core Count)","[Solid-State and Microstructures] Job Size: Max (Core Count)","[Theoretical Physics] Job Size: Max (Core Count)","[Computer and Computation Theory] Job Size: Max (Core Count)","[Extragalactic Astronomy and Cosmology] Job Size: Max (Core Count)","[Mechanics and Materials] Job Size: Max (Core Count)","[Operations Research and Production Systems] Job Size: Max (Core Count)","[Polar Meteorology] Job Size: Max (Core Count)","[Tectonics] Job Size: Max (Core Count)" +2016-12,336,192,192,160,144,112,108,108,96,96,96,72,72,64,64,60,56,48,40,32,24,20,20,16,16,12,12,12,12,12,12,12,12,12,1,1,1,1,1,1 +2017-01,0,32,192,160,0,0,0,1,96,48,96,0,72,64,16,5,0,48,0,8,24,0,0,0,16,12,12,0,8,12,12,12,2,0,0,0,1,1,1,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/max_processors/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/max_processors/timeseries-Quarter-reference.csv index 77c072a4f2..da3d86b4af 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/max_processors/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/max_processors/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[Fluid, Particulate, and Hydraulic Systems] Job Size: Max (Core Count)","[Organic and Macromolecular Chemistry] Job Size: Max (Core Count)","[Systematic and Population Biology] Job Size: Max (Core Count)","[Global Atmospheric Research] Job Size: Max (Core Count)","[Solid State Chemistry and Polymers] Job Size: Max (Core Count)","[Structures and Building Systems] Job Size: Max (Core Count)","[Design, Tools, and Test] Job Size: Max (Core Count)","[Emerging Technologies Initiation] Job Size: Max (Core Count)","[Physical Chemistry] Job Size: Max (Core Count)","[Quantum Electronics, Waves, and Beams] Job Size: Max (Core Count)","[Metals, Ceramics, and Electronic Materials] Job Size: Max (Core Count)","[Stellar Astronomy and Astrophysics] Job Size: Max (Core Count)","[Biophysics] Job Size: Max (Core Count)","[Galactic Astronomy] Job Size: Max (Core Count)","[Geology and Paleontology] Job Size: Max (Core Count)","[Decision, Risk, and Management Science] Job Size: Max (Core Count)","[Economics] Job Size: Max (Core Count)","[Polar Aeronomy and Astrophysics] Job Size: Max (Core Count)","[Cell Biology] Job Size: Max (Core Count)","[Design and Computer-Integrated Engineering] Job Size: Max (Core Count)","[Geophysics] Job Size: Max (Core Count)","[Volcanology and Mantle Geochemistry] Job Size: Max (Core Count)","[Law and Social Sciences] Job Size: Max (Core Count)","[Statistics and Probability] Job Size: Max (Core Count)","[Algebra and Number Theory] Job Size: Max (Core Count)","[Arts] Job Size: Max (Core Count)","[Biochemistry and Molecular Structure and Function] Job Size: Max (Core Count)","[Experimental Systems] Job Size: Max (Core Count)","[Polar Ocean and Climate Systems] Job Size: Max (Core Count)","[Seismology] Job Size: Max (Core Count)","[Sociology] Job Size: Max (Core Count)","[Solid-State and Microstructures] Job Size: Max (Core Count)","[Theoretical Physics] Job Size: Max (Core Count)","[Computer and Computation Theory] Job Size: Max (Core Count)","[Extragalactic Astronomy and Cosmology] Job Size: Max (Core Count)","[Mechanics and Materials] Job Size: Max (Core Count)","[Operations Research and Production Systems] Job Size: Max (Core Count)","[Polar Meteorology] Job Size: Max (Core Count)","[Systems Prototyping and Fabrication] Job Size: Max (Core Count)","[Tectonics] Job Size: Max (Core Count)" -"2016 Q4",336,192,192,160,144,112,108,96,96,96,72,72,64,64,60,56,48,40,32,24,20,20,16,16,12,12,12,12,12,12,12,12,12,1,1,1,1,1,1,1 -"2017 Q1",0,32,192,160,0,0,0,96,48,96,0,72,64,16,5,0,48,0,8,24,0,0,0,16,12,12,0,8,12,12,12,2,0,0,0,1,1,1,1,0 +Quarter,"[Fluid, Particulate, and Hydraulic Systems] Job Size: Max (Core Count)","[Organic and Macromolecular Chemistry] Job Size: Max (Core Count)","[Systematic and Population Biology] Job Size: Max (Core Count)","[Global Atmospheric Research] Job Size: Max (Core Count)","[Solid State Chemistry and Polymers] Job Size: Max (Core Count)","[Structures and Building Systems] Job Size: Max (Core Count)","[Design, Tools, and Test] Job Size: Max (Core Count)","[Systems Prototyping and Fabrication] Job Size: Max (Core Count)","[Emerging Technologies Initiation] Job Size: Max (Core Count)","[Physical Chemistry] Job Size: Max (Core Count)","[Quantum Electronics, Waves, and Beams] Job Size: Max (Core Count)","[Metals, Ceramics, and Electronic Materials] Job Size: Max (Core Count)","[Stellar Astronomy and Astrophysics] Job Size: Max (Core Count)","[Biophysics] Job Size: Max (Core Count)","[Galactic Astronomy] Job Size: Max (Core Count)","[Geology and Paleontology] Job Size: Max (Core Count)","[Decision, Risk, and Management Science] Job Size: Max (Core Count)","[Economics] Job Size: Max (Core Count)","[Polar Aeronomy and Astrophysics] Job Size: Max (Core Count)","[Cell Biology] Job Size: Max (Core Count)","[Design and Computer-Integrated Engineering] Job Size: Max (Core Count)","[Geophysics] Job Size: Max (Core Count)","[Volcanology and Mantle Geochemistry] Job Size: Max (Core Count)","[Law and Social Sciences] Job Size: Max (Core Count)","[Statistics and Probability] Job Size: Max (Core Count)","[Algebra and Number Theory] Job Size: Max (Core Count)","[Arts] Job Size: Max (Core Count)","[Biochemistry and Molecular Structure and Function] Job Size: Max (Core Count)","[Experimental Systems] Job Size: Max (Core Count)","[Polar Ocean and Climate Systems] Job Size: Max (Core Count)","[Seismology] Job Size: Max (Core Count)","[Sociology] Job Size: Max (Core Count)","[Solid-State and Microstructures] Job Size: Max (Core Count)","[Theoretical Physics] Job Size: Max (Core Count)","[Computer and Computation Theory] Job Size: Max (Core Count)","[Extragalactic Astronomy and Cosmology] Job Size: Max (Core Count)","[Mechanics and Materials] Job Size: Max (Core Count)","[Operations Research and Production Systems] Job Size: Max (Core Count)","[Polar Meteorology] Job Size: Max (Core Count)","[Tectonics] Job Size: Max (Core Count)" +"2016 Q4",336,192,192,160,144,112,108,108,96,96,96,72,72,64,64,60,56,48,40,32,24,20,20,16,16,12,12,12,12,12,12,12,12,12,1,1,1,1,1,1 +"2017 Q1",0,32,192,160,0,0,0,1,96,48,96,0,72,64,16,5,0,48,0,8,24,0,0,0,16,12,12,0,8,12,12,12,2,0,0,0,1,1,1,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/max_processors/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/max_processors/timeseries-Year-reference.csv index 24284d7dc8..375cdf5033 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/max_processors/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/max_processors/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[Fluid, Particulate, and Hydraulic Systems] Job Size: Max (Core Count)","[Organic and Macromolecular Chemistry] Job Size: Max (Core Count)","[Systematic and Population Biology] Job Size: Max (Core Count)","[Global Atmospheric Research] Job Size: Max (Core Count)","[Solid State Chemistry and Polymers] Job Size: Max (Core Count)","[Structures and Building Systems] Job Size: Max (Core Count)","[Design, Tools, and Test] Job Size: Max (Core Count)","[Emerging Technologies Initiation] Job Size: Max (Core Count)","[Physical Chemistry] Job Size: Max (Core Count)","[Quantum Electronics, Waves, and Beams] Job Size: Max (Core Count)","[Metals, Ceramics, and Electronic Materials] Job Size: Max (Core Count)","[Stellar Astronomy and Astrophysics] Job Size: Max (Core Count)","[Biophysics] Job Size: Max (Core Count)","[Galactic Astronomy] Job Size: Max (Core Count)","[Geology and Paleontology] Job Size: Max (Core Count)","[Decision, Risk, and Management Science] Job Size: Max (Core Count)","[Economics] Job Size: Max (Core Count)","[Polar Aeronomy and Astrophysics] Job Size: Max (Core Count)","[Cell Biology] Job Size: Max (Core Count)","[Design and Computer-Integrated Engineering] Job Size: Max (Core Count)","[Geophysics] Job Size: Max (Core Count)","[Volcanology and Mantle Geochemistry] Job Size: Max (Core Count)","[Law and Social Sciences] Job Size: Max (Core Count)","[Statistics and Probability] Job Size: Max (Core Count)","[Algebra and Number Theory] Job Size: Max (Core Count)","[Arts] Job Size: Max (Core Count)","[Biochemistry and Molecular Structure and Function] Job Size: Max (Core Count)","[Experimental Systems] Job Size: Max (Core Count)","[Polar Ocean and Climate Systems] Job Size: Max (Core Count)","[Seismology] Job Size: Max (Core Count)","[Sociology] Job Size: Max (Core Count)","[Solid-State and Microstructures] Job Size: Max (Core Count)","[Theoretical Physics] Job Size: Max (Core Count)","[Computer and Computation Theory] Job Size: Max (Core Count)","[Extragalactic Astronomy and Cosmology] Job Size: Max (Core Count)","[Mechanics and Materials] Job Size: Max (Core Count)","[Operations Research and Production Systems] Job Size: Max (Core Count)","[Polar Meteorology] Job Size: Max (Core Count)","[Systems Prototyping and Fabrication] Job Size: Max (Core Count)","[Tectonics] Job Size: Max (Core Count)" -2016,336,192,192,160,144,112,108,96,96,96,72,72,64,64,60,56,48,40,32,24,20,20,16,16,12,12,12,12,12,12,12,12,12,1,1,1,1,1,1,1 -2017,0,32,192,160,0,0,0,96,48,96,0,72,64,16,5,0,48,0,8,24,0,0,0,16,12,12,0,8,12,12,12,2,0,0,0,1,1,1,1,0 +Year,"[Fluid, Particulate, and Hydraulic Systems] Job Size: Max (Core Count)","[Organic and Macromolecular Chemistry] Job Size: Max (Core Count)","[Systematic and Population Biology] Job Size: Max (Core Count)","[Global Atmospheric Research] Job Size: Max (Core Count)","[Solid State Chemistry and Polymers] Job Size: Max (Core Count)","[Structures and Building Systems] Job Size: Max (Core Count)","[Design, Tools, and Test] Job Size: Max (Core Count)","[Systems Prototyping and Fabrication] Job Size: Max (Core Count)","[Emerging Technologies Initiation] Job Size: Max (Core Count)","[Physical Chemistry] Job Size: Max (Core Count)","[Quantum Electronics, Waves, and Beams] Job Size: Max (Core Count)","[Metals, Ceramics, and Electronic Materials] Job Size: Max (Core Count)","[Stellar Astronomy and Astrophysics] Job Size: Max (Core Count)","[Biophysics] Job Size: Max (Core Count)","[Galactic Astronomy] Job Size: Max (Core Count)","[Geology and Paleontology] Job Size: Max (Core Count)","[Decision, Risk, and Management Science] Job Size: Max (Core Count)","[Economics] Job Size: Max (Core Count)","[Polar Aeronomy and Astrophysics] Job Size: Max (Core Count)","[Cell Biology] Job Size: Max (Core Count)","[Design and Computer-Integrated Engineering] Job Size: Max (Core Count)","[Geophysics] Job Size: Max (Core Count)","[Volcanology and Mantle Geochemistry] Job Size: Max (Core Count)","[Law and Social Sciences] Job Size: Max (Core Count)","[Statistics and Probability] Job Size: Max (Core Count)","[Algebra and Number Theory] Job Size: Max (Core Count)","[Arts] Job Size: Max (Core Count)","[Biochemistry and Molecular Structure and Function] Job Size: Max (Core Count)","[Experimental Systems] Job Size: Max (Core Count)","[Polar Ocean and Climate Systems] Job Size: Max (Core Count)","[Seismology] Job Size: Max (Core Count)","[Sociology] Job Size: Max (Core Count)","[Solid-State and Microstructures] Job Size: Max (Core Count)","[Theoretical Physics] Job Size: Max (Core Count)","[Computer and Computation Theory] Job Size: Max (Core Count)","[Extragalactic Astronomy and Cosmology] Job Size: Max (Core Count)","[Mechanics and Materials] Job Size: Max (Core Count)","[Operations Research and Production Systems] Job Size: Max (Core Count)","[Polar Meteorology] Job Size: Max (Core Count)","[Tectonics] Job Size: Max (Core Count)" +2016,336,192,192,160,144,112,108,108,96,96,96,72,72,64,64,60,56,48,40,32,24,20,20,16,16,12,12,12,12,12,12,12,12,12,1,1,1,1,1,1 +2017,0,32,192,160,0,0,0,1,96,48,96,0,72,64,16,5,0,48,0,8,24,0,0,0,16,12,12,0,8,12,12,12,2,0,0,0,1,1,1,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/running_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/running_job_count/aggregate-Day-reference.csv index 54e1885868..e52818c8c1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/running_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/running_job_count/aggregate-Day-reference.csv @@ -9,7 +9,7 @@ start,end Sociology,55001 "Physical Chemistry",6944 "Decision, Risk, and Management Science",2633 -"Systems Prototyping and Fabrication",2629 +"Systems Prototyping and Fabrication",2630 Tectonics,1000 "Galactic Astronomy",763 "Polar Ocean and Climate Systems",756 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/running_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/running_job_count/aggregate-Month-reference.csv index 54e1885868..e52818c8c1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/running_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/running_job_count/aggregate-Month-reference.csv @@ -9,7 +9,7 @@ start,end Sociology,55001 "Physical Chemistry",6944 "Decision, Risk, and Management Science",2633 -"Systems Prototyping and Fabrication",2629 +"Systems Prototyping and Fabrication",2630 Tectonics,1000 "Galactic Astronomy",763 "Polar Ocean and Climate Systems",756 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/running_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/running_job_count/aggregate-Quarter-reference.csv index 54e1885868..e52818c8c1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/running_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/running_job_count/aggregate-Quarter-reference.csv @@ -9,7 +9,7 @@ start,end Sociology,55001 "Physical Chemistry",6944 "Decision, Risk, and Management Science",2633 -"Systems Prototyping and Fabrication",2629 +"Systems Prototyping and Fabrication",2630 Tectonics,1000 "Galactic Astronomy",763 "Polar Ocean and Climate Systems",756 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/running_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/running_job_count/aggregate-Year-reference.csv index 54e1885868..e52818c8c1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/running_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/running_job_count/aggregate-Year-reference.csv @@ -9,7 +9,7 @@ start,end Sociology,55001 "Physical Chemistry",6944 "Decision, Risk, and Management Science",2633 -"Systems Prototyping and Fabrication",2629 +"Systems Prototyping and Fabrication",2630 Tectonics,1000 "Galactic Astronomy",763 "Polar Ocean and Climate Systems",756 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/running_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/running_job_count/timeseries-Day-reference.csv index 11223eff77..2d42c08db1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/running_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/running_job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Sociology] Number of Jobs Running","[Physical Chemistry] Number of Jobs Ru 2016-12-27,1,14,0,0,0,6,0,0,0,0,3,0,0,5,0,0,6,3,0,2,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-28,1,20,0,190,0,6,0,147,0,0,12,0,0,10,0,0,17,15,5,2,9,0,2,0,1,0,9,0,0,0,0,0,0,0,3,0,0,0,0,1 2016-12-29,256,54,1,960,0,24,0,235,0,0,25,1,0,62,0,11,21,23,16,2,9,5,4,3,1,0,9,0,1,0,4,7,0,0,3,1,1,0,0,1 -2016-12-30,19313,3859,1700,1635,719,740,0,252,90,68,96,4,28,68,20,65,21,28,24,2,13,20,7,8,15,14,11,4,1,0,8,7,3,3,3,1,2,1,1,1 +2016-12-30,19313,3859,1700,1636,719,740,0,252,90,68,96,4,28,68,20,65,21,28,24,2,13,20,7,8,15,14,11,4,1,0,8,7,3,3,3,1,2,1,1,1 2016-12-31,22516,2740,933,1637,999,30,16,255,10,24,83,98,28,12,26,27,48,24,22,6,13,1,12,7,4,0,1,6,7,9,4,1,2,1,0,0,1,0,0,0 2017-01-01,13931,402,0,972,0,2,752,94,139,62,0,1,28,7,25,5,47,20,14,27,8,0,9,7,0,0,1,0,2,9,0,0,1,0,0,1,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/running_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/running_job_count/timeseries-Month-reference.csv index 66e065ba38..a978a7e58f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/running_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/running_job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Sociology] Number of Jobs Running","[Physical Chemistry] Number of Jobs Running","[Decision, Risk, and Management Science] Number of Jobs Running","[Systems Prototyping and Fabrication] Number of Jobs Running","[Tectonics] Number of Jobs Running","[Galactic Astronomy] Number of Jobs Running","[Polar Ocean and Climate Systems] Number of Jobs Running","[Operations Research and Production Systems] Number of Jobs Running","[Systematic and Population Biology] Number of Jobs Running","[Polar Meteorology] Number of Jobs Running","[Solid State Chemistry and Polymers] Number of Jobs Running","[Solid-State and Microstructures] Number of Jobs Running","[Mechanics and Materials] Number of Jobs Running","[Cell Biology] Number of Jobs Running","[Economics] Number of Jobs Running","[Arts] Number of Jobs Running","[Statistics and Probability] Number of Jobs Running","[Quantum Electronics, Waves, and Beams] Number of Jobs Running","[Experimental Systems] Number of Jobs Running","[Biophysics] Number of Jobs Running","[Organic and Macromolecular Chemistry] Number of Jobs Running","[Computer and Computation Theory] Number of Jobs Running","[Stellar Astronomy and Astrophysics] Number of Jobs Running","[Emerging Technologies Initiation] Number of Jobs Running","[Biochemistry and Molecular Structure and Function] Number of Jobs Running","[Geophysics] Number of Jobs Running","[Algebra and Number Theory] Number of Jobs Running","[Extragalactic Astronomy and Cosmology] Number of Jobs Running","[Seismology] Number of Jobs Running","[Design and Computer-Integrated Engineering] Number of Jobs Running","[Structures and Building Systems] Number of Jobs Running","[Metals, Ceramics, and Electronic Materials] Number of Jobs Running","[Geology and Paleontology] Number of Jobs Running","[Fluid, Particulate, and Hydraulic Systems] Number of Jobs Running","[Theoretical Physics] Number of Jobs Running","[Global Atmospheric Research] Number of Jobs Running","[Polar Aeronomy and Astrophysics] Number of Jobs Running","[Design, Tools, and Test] Number of Jobs Running","[Law and Social Sciences] Number of Jobs Running","[Volcanology and Mantle Geochemistry] Number of Jobs Running" -2016-12,41560,6563,2633,2425,1000,762,16,289,100,92,146,101,56,72,46,66,54,32,29,6,17,20,15,12,15,14,11,10,8,9,8,7,3,3,3,1,2,1,1,1 +2016-12,41560,6563,2633,2426,1000,762,16,289,100,92,146,101,56,72,46,66,54,32,29,6,17,20,15,12,15,14,11,10,8,9,8,7,3,3,3,1,2,1,1,1 2017-01,13931,402,0,972,0,2,752,94,139,62,0,1,28,7,25,5,47,20,14,27,8,0,9,7,0,0,1,0,2,9,0,0,1,0,0,1,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/running_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/running_job_count/timeseries-Quarter-reference.csv index 25be773686..55150c1f6a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/running_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/running_job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Sociology] Number of Jobs Running","[Physical Chemistry] Number of Jobs Running","[Decision, Risk, and Management Science] Number of Jobs Running","[Systems Prototyping and Fabrication] Number of Jobs Running","[Tectonics] Number of Jobs Running","[Galactic Astronomy] Number of Jobs Running","[Polar Ocean and Climate Systems] Number of Jobs Running","[Operations Research and Production Systems] Number of Jobs Running","[Systematic and Population Biology] Number of Jobs Running","[Polar Meteorology] Number of Jobs Running","[Solid State Chemistry and Polymers] Number of Jobs Running","[Solid-State and Microstructures] Number of Jobs Running","[Mechanics and Materials] Number of Jobs Running","[Cell Biology] Number of Jobs Running","[Economics] Number of Jobs Running","[Arts] Number of Jobs Running","[Statistics and Probability] Number of Jobs Running","[Quantum Electronics, Waves, and Beams] Number of Jobs Running","[Experimental Systems] Number of Jobs Running","[Biophysics] Number of Jobs Running","[Organic and Macromolecular Chemistry] Number of Jobs Running","[Computer and Computation Theory] Number of Jobs Running","[Stellar Astronomy and Astrophysics] Number of Jobs Running","[Emerging Technologies Initiation] Number of Jobs Running","[Biochemistry and Molecular Structure and Function] Number of Jobs Running","[Geophysics] Number of Jobs Running","[Algebra and Number Theory] Number of Jobs Running","[Extragalactic Astronomy and Cosmology] Number of Jobs Running","[Seismology] Number of Jobs Running","[Design and Computer-Integrated Engineering] Number of Jobs Running","[Structures and Building Systems] Number of Jobs Running","[Metals, Ceramics, and Electronic Materials] Number of Jobs Running","[Geology and Paleontology] Number of Jobs Running","[Fluid, Particulate, and Hydraulic Systems] Number of Jobs Running","[Theoretical Physics] Number of Jobs Running","[Global Atmospheric Research] Number of Jobs Running","[Polar Aeronomy and Astrophysics] Number of Jobs Running","[Design, Tools, and Test] Number of Jobs Running","[Law and Social Sciences] Number of Jobs Running","[Volcanology and Mantle Geochemistry] Number of Jobs Running" -"2016 Q4",41560,6563,2633,2425,1000,762,16,289,100,92,146,101,56,72,46,66,54,32,29,6,17,20,15,12,15,14,11,10,8,9,8,7,3,3,3,1,2,1,1,1 +"2016 Q4",41560,6563,2633,2426,1000,762,16,289,100,92,146,101,56,72,46,66,54,32,29,6,17,20,15,12,15,14,11,10,8,9,8,7,3,3,3,1,2,1,1,1 "2017 Q1",13931,402,0,972,0,2,752,94,139,62,0,1,28,7,25,5,47,20,14,27,8,0,9,7,0,0,1,0,2,9,0,0,1,0,0,1,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/running_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/running_job_count/timeseries-Year-reference.csv index 7c07a41a14..30148f073b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/running_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/running_job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Sociology] Number of Jobs Running","[Physical Chemistry] Number of Jobs Running","[Decision, Risk, and Management Science] Number of Jobs Running","[Systems Prototyping and Fabrication] Number of Jobs Running","[Tectonics] Number of Jobs Running","[Galactic Astronomy] Number of Jobs Running","[Polar Ocean and Climate Systems] Number of Jobs Running","[Operations Research and Production Systems] Number of Jobs Running","[Systematic and Population Biology] Number of Jobs Running","[Polar Meteorology] Number of Jobs Running","[Solid State Chemistry and Polymers] Number of Jobs Running","[Solid-State and Microstructures] Number of Jobs Running","[Mechanics and Materials] Number of Jobs Running","[Cell Biology] Number of Jobs Running","[Economics] Number of Jobs Running","[Arts] Number of Jobs Running","[Statistics and Probability] Number of Jobs Running","[Quantum Electronics, Waves, and Beams] Number of Jobs Running","[Experimental Systems] Number of Jobs Running","[Biophysics] Number of Jobs Running","[Organic and Macromolecular Chemistry] Number of Jobs Running","[Computer and Computation Theory] Number of Jobs Running","[Stellar Astronomy and Astrophysics] Number of Jobs Running","[Emerging Technologies Initiation] Number of Jobs Running","[Biochemistry and Molecular Structure and Function] Number of Jobs Running","[Geophysics] Number of Jobs Running","[Algebra and Number Theory] Number of Jobs Running","[Extragalactic Astronomy and Cosmology] Number of Jobs Running","[Seismology] Number of Jobs Running","[Design and Computer-Integrated Engineering] Number of Jobs Running","[Structures and Building Systems] Number of Jobs Running","[Metals, Ceramics, and Electronic Materials] Number of Jobs Running","[Geology and Paleontology] Number of Jobs Running","[Fluid, Particulate, and Hydraulic Systems] Number of Jobs Running","[Theoretical Physics] Number of Jobs Running","[Global Atmospheric Research] Number of Jobs Running","[Polar Aeronomy and Astrophysics] Number of Jobs Running","[Design, Tools, and Test] Number of Jobs Running","[Law and Social Sciences] Number of Jobs Running","[Volcanology and Mantle Geochemistry] Number of Jobs Running" -2016,41560,6563,2633,2425,1000,762,16,289,100,92,146,101,56,72,46,66,54,32,29,6,17,20,15,12,15,14,11,10,8,9,8,7,3,3,3,1,2,1,1,1 +2016,41560,6563,2633,2426,1000,762,16,289,100,92,146,101,56,72,46,66,54,32,29,6,17,20,15,12,15,14,11,10,8,9,8,7,3,3,3,1,2,1,1,1 2017,13931,402,0,972,0,2,752,94,139,62,0,1,28,7,25,5,47,20,14,27,8,0,9,7,0,0,1,0,2,9,0,0,1,0,0,1,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/started_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/started_job_count/aggregate-Day-reference.csv index f9365463fb..163eee0224 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/started_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/started_job_count/aggregate-Day-reference.csv @@ -9,7 +9,7 @@ start,end Sociology,55001 "Physical Chemistry",6944 "Decision, Risk, and Management Science",2633 -"Systems Prototyping and Fabrication",2629 +"Systems Prototyping and Fabrication",2630 Tectonics,1000 "Galactic Astronomy",763 "Polar Ocean and Climate Systems",756 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/started_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/started_job_count/aggregate-Month-reference.csv index f9365463fb..163eee0224 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/started_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/started_job_count/aggregate-Month-reference.csv @@ -9,7 +9,7 @@ start,end Sociology,55001 "Physical Chemistry",6944 "Decision, Risk, and Management Science",2633 -"Systems Prototyping and Fabrication",2629 +"Systems Prototyping and Fabrication",2630 Tectonics,1000 "Galactic Astronomy",763 "Polar Ocean and Climate Systems",756 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/started_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/started_job_count/aggregate-Quarter-reference.csv index f9365463fb..163eee0224 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/started_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/started_job_count/aggregate-Quarter-reference.csv @@ -9,7 +9,7 @@ start,end Sociology,55001 "Physical Chemistry",6944 "Decision, Risk, and Management Science",2633 -"Systems Prototyping and Fabrication",2629 +"Systems Prototyping and Fabrication",2630 Tectonics,1000 "Galactic Astronomy",763 "Polar Ocean and Climate Systems",756 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/started_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/started_job_count/aggregate-Year-reference.csv index f9365463fb..163eee0224 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/started_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/started_job_count/aggregate-Year-reference.csv @@ -9,7 +9,7 @@ start,end Sociology,55001 "Physical Chemistry",6944 "Decision, Risk, and Management Science",2633 -"Systems Prototyping and Fabrication",2629 +"Systems Prototyping and Fabrication",2630 Tectonics,1000 "Galactic Astronomy",763 "Polar Ocean and Climate Systems",756 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/started_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/started_job_count/timeseries-Day-reference.csv index 5811ad30c5..093e970534 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/started_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/started_job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Sociology] Number of Jobs Started","[Physical Chemistry] Number of Jobs St 2016-12-27,1,10,0,0,0,5,0,0,0,0,3,0,0,5,0,0,1,3,0,1,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-28,0,6,0,190,0,0,0,147,0,0,9,0,0,5,0,0,11,12,5,0,9,0,1,0,0,0,9,0,0,0,0,0,0,0,3,0,0,0,0,1 2016-12-29,255,34,1,770,0,18,0,88,0,0,13,1,0,52,0,11,4,8,11,0,0,5,2,3,0,0,0,0,1,0,4,7,0,0,0,1,1,0,0,0 -2016-12-30,19057,3805,1699,675,719,716,0,17,90,68,71,3,28,6,20,54,0,5,8,0,4,15,3,5,14,14,2,4,0,0,4,0,3,3,0,0,1,1,1,0 +2016-12-30,19057,3805,1699,676,719,716,0,17,90,68,71,3,28,6,20,54,0,5,8,0,4,15,3,5,14,14,2,4,0,0,4,0,3,3,0,0,1,1,1,0 2016-12-31,22247,2704,933,790,281,22,16,37,10,24,50,97,28,4,26,1,33,4,5,4,4,0,8,4,0,0,0,6,7,9,0,0,0,0,0,0,0,0,0,0 2017-01-01,13441,381,0,204,0,1,740,19,139,62,0,0,28,0,23,0,0,12,8,25,8,0,5,4,0,0,0,0,2,0,0,0,1,0,0,1,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/started_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/started_job_count/timeseries-Month-reference.csv index b3ab25f7f8..656b2915a3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/started_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/started_job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Sociology] Number of Jobs Started","[Physical Chemistry] Number of Jobs Started","[Decision, Risk, and Management Science] Number of Jobs Started","[Systems Prototyping and Fabrication] Number of Jobs Started","[Tectonics] Number of Jobs Started","[Galactic Astronomy] Number of Jobs Started","[Polar Ocean and Climate Systems] Number of Jobs Started","[Operations Research and Production Systems] Number of Jobs Started","[Systematic and Population Biology] Number of Jobs Started","[Polar Meteorology] Number of Jobs Started","[Solid State Chemistry and Polymers] Number of Jobs Started","[Solid-State and Microstructures] Number of Jobs Started","[Mechanics and Materials] Number of Jobs Started","[Cell Biology] Number of Jobs Started","[Economics] Number of Jobs Started","[Arts] Number of Jobs Started","[Statistics and Probability] Number of Jobs Started","[Quantum Electronics, Waves, and Beams] Number of Jobs Started","[Experimental Systems] Number of Jobs Started","[Biophysics] Number of Jobs Started","[Organic and Macromolecular Chemistry] Number of Jobs Started","[Computer and Computation Theory] Number of Jobs Started","[Stellar Astronomy and Astrophysics] Number of Jobs Started","[Emerging Technologies Initiation] Number of Jobs Started","[Biochemistry and Molecular Structure and Function] Number of Jobs Started","[Geophysics] Number of Jobs Started","[Algebra and Number Theory] Number of Jobs Started","[Extragalactic Astronomy and Cosmology] Number of Jobs Started","[Seismology] Number of Jobs Started","[Design and Computer-Integrated Engineering] Number of Jobs Started","[Structures and Building Systems] Number of Jobs Started","[Metals, Ceramics, and Electronic Materials] Number of Jobs Started","[Geology and Paleontology] Number of Jobs Started","[Fluid, Particulate, and Hydraulic Systems] Number of Jobs Started","[Theoretical Physics] Number of Jobs Started","[Global Atmospheric Research] Number of Jobs Started","[Polar Aeronomy and Astrophysics] Number of Jobs Started","[Design, Tools, and Test] Number of Jobs Started","[Law and Social Sciences] Number of Jobs Started","[Volcanology and Mantle Geochemistry] Number of Jobs Started" -2016-12,41560,6563,2633,2425,1000,762,16,289,100,92,146,101,56,72,46,66,54,32,29,6,17,20,15,12,15,14,11,10,8,9,8,7,3,3,3,1,2,1,1,1 +2016-12,41560,6563,2633,2426,1000,762,16,289,100,92,146,101,56,72,46,66,54,32,29,6,17,20,15,12,15,14,11,10,8,9,8,7,3,3,3,1,2,1,1,1 2017-01,13441,381,0,204,0,1,740,19,139,62,0,0,28,0,23,0,0,12,8,25,8,0,5,4,0,0,0,0,2,0,0,0,1,0,0,1,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/started_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/started_job_count/timeseries-Quarter-reference.csv index 4ddd161523..4076ae31ac 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/started_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/started_job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Sociology] Number of Jobs Started","[Physical Chemistry] Number of Jobs Started","[Decision, Risk, and Management Science] Number of Jobs Started","[Systems Prototyping and Fabrication] Number of Jobs Started","[Tectonics] Number of Jobs Started","[Galactic Astronomy] Number of Jobs Started","[Polar Ocean and Climate Systems] Number of Jobs Started","[Operations Research and Production Systems] Number of Jobs Started","[Systematic and Population Biology] Number of Jobs Started","[Polar Meteorology] Number of Jobs Started","[Solid State Chemistry and Polymers] Number of Jobs Started","[Solid-State and Microstructures] Number of Jobs Started","[Mechanics and Materials] Number of Jobs Started","[Cell Biology] Number of Jobs Started","[Economics] Number of Jobs Started","[Arts] Number of Jobs Started","[Statistics and Probability] Number of Jobs Started","[Quantum Electronics, Waves, and Beams] Number of Jobs Started","[Experimental Systems] Number of Jobs Started","[Biophysics] Number of Jobs Started","[Organic and Macromolecular Chemistry] Number of Jobs Started","[Computer and Computation Theory] Number of Jobs Started","[Stellar Astronomy and Astrophysics] Number of Jobs Started","[Emerging Technologies Initiation] Number of Jobs Started","[Biochemistry and Molecular Structure and Function] Number of Jobs Started","[Geophysics] Number of Jobs Started","[Algebra and Number Theory] Number of Jobs Started","[Extragalactic Astronomy and Cosmology] Number of Jobs Started","[Seismology] Number of Jobs Started","[Design and Computer-Integrated Engineering] Number of Jobs Started","[Structures and Building Systems] Number of Jobs Started","[Metals, Ceramics, and Electronic Materials] Number of Jobs Started","[Geology and Paleontology] Number of Jobs Started","[Fluid, Particulate, and Hydraulic Systems] Number of Jobs Started","[Theoretical Physics] Number of Jobs Started","[Global Atmospheric Research] Number of Jobs Started","[Polar Aeronomy and Astrophysics] Number of Jobs Started","[Design, Tools, and Test] Number of Jobs Started","[Law and Social Sciences] Number of Jobs Started","[Volcanology and Mantle Geochemistry] Number of Jobs Started" -"2016 Q4",41560,6563,2633,2425,1000,762,16,289,100,92,146,101,56,72,46,66,54,32,29,6,17,20,15,12,15,14,11,10,8,9,8,7,3,3,3,1,2,1,1,1 +"2016 Q4",41560,6563,2633,2426,1000,762,16,289,100,92,146,101,56,72,46,66,54,32,29,6,17,20,15,12,15,14,11,10,8,9,8,7,3,3,3,1,2,1,1,1 "2017 Q1",13441,381,0,204,0,1,740,19,139,62,0,0,28,0,23,0,0,12,8,25,8,0,5,4,0,0,0,0,2,0,0,0,1,0,0,1,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/started_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/started_job_count/timeseries-Year-reference.csv index 6814a45bab..f2dc9dc803 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/started_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/started_job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Sociology] Number of Jobs Started","[Physical Chemistry] Number of Jobs Started","[Decision, Risk, and Management Science] Number of Jobs Started","[Systems Prototyping and Fabrication] Number of Jobs Started","[Tectonics] Number of Jobs Started","[Galactic Astronomy] Number of Jobs Started","[Polar Ocean and Climate Systems] Number of Jobs Started","[Operations Research and Production Systems] Number of Jobs Started","[Systematic and Population Biology] Number of Jobs Started","[Polar Meteorology] Number of Jobs Started","[Solid State Chemistry and Polymers] Number of Jobs Started","[Solid-State and Microstructures] Number of Jobs Started","[Mechanics and Materials] Number of Jobs Started","[Cell Biology] Number of Jobs Started","[Economics] Number of Jobs Started","[Arts] Number of Jobs Started","[Statistics and Probability] Number of Jobs Started","[Quantum Electronics, Waves, and Beams] Number of Jobs Started","[Experimental Systems] Number of Jobs Started","[Biophysics] Number of Jobs Started","[Organic and Macromolecular Chemistry] Number of Jobs Started","[Computer and Computation Theory] Number of Jobs Started","[Stellar Astronomy and Astrophysics] Number of Jobs Started","[Emerging Technologies Initiation] Number of Jobs Started","[Biochemistry and Molecular Structure and Function] Number of Jobs Started","[Geophysics] Number of Jobs Started","[Algebra and Number Theory] Number of Jobs Started","[Extragalactic Astronomy and Cosmology] Number of Jobs Started","[Seismology] Number of Jobs Started","[Design and Computer-Integrated Engineering] Number of Jobs Started","[Structures and Building Systems] Number of Jobs Started","[Metals, Ceramics, and Electronic Materials] Number of Jobs Started","[Geology and Paleontology] Number of Jobs Started","[Fluid, Particulate, and Hydraulic Systems] Number of Jobs Started","[Theoretical Physics] Number of Jobs Started","[Global Atmospheric Research] Number of Jobs Started","[Polar Aeronomy and Astrophysics] Number of Jobs Started","[Design, Tools, and Test] Number of Jobs Started","[Law and Social Sciences] Number of Jobs Started","[Volcanology and Mantle Geochemistry] Number of Jobs Started" -2016,41560,6563,2633,2425,1000,762,16,289,100,92,146,101,56,72,46,66,54,32,29,6,17,20,15,12,15,14,11,10,8,9,8,7,3,3,3,1,2,1,1,1 +2016,41560,6563,2633,2426,1000,762,16,289,100,92,146,101,56,72,46,66,54,32,29,6,17,20,15,12,15,14,11,10,8,9,8,7,3,3,3,1,2,1,1,1 2017,13441,381,0,204,0,1,740,19,139,62,0,0,28,0,23,0,0,12,8,25,8,0,5,4,0,0,0,0,2,0,0,0,1,0,0,1,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/submitted_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/submitted_job_count/aggregate-Day-reference.csv index 5cad7fe104..01f944cf5b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/submitted_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/submitted_job_count/aggregate-Day-reference.csv @@ -9,7 +9,7 @@ start,end Sociology,49664 "Physical Chemistry",6927 "Decision, Risk, and Management Science",2633 -"Systems Prototyping and Fabrication",2586 +"Systems Prototyping and Fabrication",2587 Tectonics,719 "Polar Ocean and Climate Systems",693 "Operations Research and Production Systems",308 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/submitted_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/submitted_job_count/aggregate-Month-reference.csv index fb2d491b59..31d9716209 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/submitted_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/submitted_job_count/aggregate-Month-reference.csv @@ -9,7 +9,7 @@ start,end Sociology,53071 "Physical Chemistry",6943 "Decision, Risk, and Management Science",2633 -"Systems Prototyping and Fabrication",2629 +"Systems Prototyping and Fabrication",2630 Tectonics,1000 "Galactic Astronomy",763 "Polar Ocean and Climate Systems",693 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/submitted_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/submitted_job_count/aggregate-Quarter-reference.csv index fb2d491b59..31d9716209 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/submitted_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/submitted_job_count/aggregate-Quarter-reference.csv @@ -9,7 +9,7 @@ start,end Sociology,53071 "Physical Chemistry",6943 "Decision, Risk, and Management Science",2633 -"Systems Prototyping and Fabrication",2629 +"Systems Prototyping and Fabrication",2630 Tectonics,1000 "Galactic Astronomy",763 "Polar Ocean and Climate Systems",693 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/submitted_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/submitted_job_count/aggregate-Year-reference.csv index fb2d491b59..31d9716209 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/submitted_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/submitted_job_count/aggregate-Year-reference.csv @@ -9,7 +9,7 @@ start,end Sociology,53071 "Physical Chemistry",6943 "Decision, Risk, and Management Science",2633 -"Systems Prototyping and Fabrication",2629 +"Systems Prototyping and Fabrication",2630 Tectonics,1000 "Galactic Astronomy",763 "Polar Ocean and Climate Systems",693 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/submitted_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/submitted_job_count/timeseries-Day-reference.csv index 5f48ded37f..91f27f3203 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/submitted_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/submitted_job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Sociology] Number of Jobs Submitted","[Physical Chemistry] Number of Jobs 2016-12-27,1,10,0,0,0,0,0,0,0,0,0,0,1,5,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-28,0,4,0,190,0,0,147,0,0,0,0,0,11,0,5,0,0,9,0,0,0,0,0,0,0,9,0,0,0,0,0,0,3,0,0,0,0,1,0,0 2016-12-29,205,32,1,770,0,0,88,0,0,0,0,50,0,4,11,11,0,0,1,5,3,0,0,1,10,0,0,1,0,4,7,0,0,0,0,1,1,0,0,0 -2016-12-30,18462,3801,1699,675,719,0,17,68,50,28,20,5,0,15,8,19,0,4,5,15,5,14,14,1,1,2,4,0,0,4,0,3,0,1,1,0,0,0,0,0 +2016-12-30,18462,3801,1699,676,719,0,17,68,50,28,20,5,0,15,8,19,0,4,5,15,5,14,14,1,1,2,4,0,0,4,0,3,0,1,1,0,0,0,0,0 2016-12-31,19485,2699,933,747,0,16,37,24,9,28,26,0,33,21,5,1,4,4,4,0,4,0,0,7,2,0,6,7,9,0,0,0,0,0,0,0,0,0,0,0 2017-01-01,11511,380,0,204,0,677,19,62,64,28,23,0,0,1,8,0,25,8,12,0,4,0,0,5,0,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/submitted_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/submitted_job_count/timeseries-Month-reference.csv index ff3a785a64..e3c19cdfa5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/submitted_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/submitted_job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Sociology] Number of Jobs Submitted","[Physical Chemistry] Number of Jobs Submitted","[Decision, Risk, and Management Science] Number of Jobs Submitted","[Systems Prototyping and Fabrication] Number of Jobs Submitted","[Tectonics] Number of Jobs Submitted","[Galactic Astronomy] Number of Jobs Submitted","[Polar Ocean and Climate Systems] Number of Jobs Submitted","[Operations Research and Production Systems] Number of Jobs Submitted","[Systematic and Population Biology] Number of Jobs Submitted","[Polar Meteorology] Number of Jobs Submitted","[Solid State Chemistry and Polymers] Number of Jobs Submitted","[Solid-State and Microstructures] Number of Jobs Submitted","[Mechanics and Materials] Number of Jobs Submitted","[Cell Biology] Number of Jobs Submitted","[Economics] Number of Jobs Submitted","[Arts] Number of Jobs Submitted","[Statistics and Probability] Number of Jobs Submitted","[Quantum Electronics, Waves, and Beams] Number of Jobs Submitted","[Experimental Systems] Number of Jobs Submitted","[Biophysics] Number of Jobs Submitted","[Organic and Macromolecular Chemistry] Number of Jobs Submitted","[Computer and Computation Theory] Number of Jobs Submitted","[Stellar Astronomy and Astrophysics] Number of Jobs Submitted","[Emerging Technologies Initiation] Number of Jobs Submitted","[Biochemistry and Molecular Structure and Function] Number of Jobs Submitted","[Geophysics] Number of Jobs Submitted","[Algebra and Number Theory] Number of Jobs Submitted","[Extragalactic Astronomy and Cosmology] Number of Jobs Submitted","[Seismology] Number of Jobs Submitted","[Design and Computer-Integrated Engineering] Number of Jobs Submitted","[Structures and Building Systems] Number of Jobs Submitted","[Metals, Ceramics, and Electronic Materials] Number of Jobs Submitted","[Geology and Paleontology] Number of Jobs Submitted","[Fluid, Particulate, and Hydraulic Systems] Number of Jobs Submitted","[Theoretical Physics] Number of Jobs Submitted","[Polar Aeronomy and Astrophysics] Number of Jobs Submitted","[Design, Tools, and Test] Number of Jobs Submitted","[Global Atmospheric Research] Number of Jobs Submitted","[Law and Social Sciences] Number of Jobs Submitted","[Volcanology and Mantle Geochemistry] Number of Jobs Submitted" -2016-12,41560,6563,2633,2425,1000,762,16,289,100,92,146,101,56,72,46,66,54,32,29,6,17,20,15,12,15,14,11,10,8,9,8,7,3,3,3,2,1,1,1,1 +2016-12,41560,6563,2633,2426,1000,762,16,289,100,92,146,101,56,72,46,66,54,32,29,6,17,20,15,12,15,14,11,10,8,9,8,7,3,3,3,2,1,1,1,1 2017-01,11511,380,0,204,0,1,677,19,64,62,0,0,28,0,23,0,0,12,8,25,8,0,5,4,0,0,0,0,2,0,0,0,1,0,0,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/submitted_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/submitted_job_count/timeseries-Quarter-reference.csv index 0f9fd295a7..877c74965a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/submitted_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/submitted_job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Sociology] Number of Jobs Submitted","[Physical Chemistry] Number of Jobs Submitted","[Decision, Risk, and Management Science] Number of Jobs Submitted","[Systems Prototyping and Fabrication] Number of Jobs Submitted","[Tectonics] Number of Jobs Submitted","[Galactic Astronomy] Number of Jobs Submitted","[Polar Ocean and Climate Systems] Number of Jobs Submitted","[Operations Research and Production Systems] Number of Jobs Submitted","[Systematic and Population Biology] Number of Jobs Submitted","[Polar Meteorology] Number of Jobs Submitted","[Solid State Chemistry and Polymers] Number of Jobs Submitted","[Solid-State and Microstructures] Number of Jobs Submitted","[Mechanics and Materials] Number of Jobs Submitted","[Cell Biology] Number of Jobs Submitted","[Economics] Number of Jobs Submitted","[Arts] Number of Jobs Submitted","[Statistics and Probability] Number of Jobs Submitted","[Quantum Electronics, Waves, and Beams] Number of Jobs Submitted","[Experimental Systems] Number of Jobs Submitted","[Biophysics] Number of Jobs Submitted","[Organic and Macromolecular Chemistry] Number of Jobs Submitted","[Computer and Computation Theory] Number of Jobs Submitted","[Stellar Astronomy and Astrophysics] Number of Jobs Submitted","[Emerging Technologies Initiation] Number of Jobs Submitted","[Biochemistry and Molecular Structure and Function] Number of Jobs Submitted","[Geophysics] Number of Jobs Submitted","[Algebra and Number Theory] Number of Jobs Submitted","[Extragalactic Astronomy and Cosmology] Number of Jobs Submitted","[Seismology] Number of Jobs Submitted","[Design and Computer-Integrated Engineering] Number of Jobs Submitted","[Structures and Building Systems] Number of Jobs Submitted","[Metals, Ceramics, and Electronic Materials] Number of Jobs Submitted","[Geology and Paleontology] Number of Jobs Submitted","[Fluid, Particulate, and Hydraulic Systems] Number of Jobs Submitted","[Theoretical Physics] Number of Jobs Submitted","[Polar Aeronomy and Astrophysics] Number of Jobs Submitted","[Design, Tools, and Test] Number of Jobs Submitted","[Global Atmospheric Research] Number of Jobs Submitted","[Law and Social Sciences] Number of Jobs Submitted","[Volcanology and Mantle Geochemistry] Number of Jobs Submitted" -"2016 Q4",41560,6563,2633,2425,1000,762,16,289,100,92,146,101,56,72,46,66,54,32,29,6,17,20,15,12,15,14,11,10,8,9,8,7,3,3,3,2,1,1,1,1 +"2016 Q4",41560,6563,2633,2426,1000,762,16,289,100,92,146,101,56,72,46,66,54,32,29,6,17,20,15,12,15,14,11,10,8,9,8,7,3,3,3,2,1,1,1,1 "2017 Q1",11511,380,0,204,0,1,677,19,64,62,0,0,28,0,23,0,0,12,8,25,8,0,5,4,0,0,0,0,2,0,0,0,1,0,0,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/submitted_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/submitted_job_count/timeseries-Year-reference.csv index 027c098e45..0826b9db41 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/submitted_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/submitted_job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Sociology] Number of Jobs Submitted","[Physical Chemistry] Number of Jobs Submitted","[Decision, Risk, and Management Science] Number of Jobs Submitted","[Systems Prototyping and Fabrication] Number of Jobs Submitted","[Tectonics] Number of Jobs Submitted","[Galactic Astronomy] Number of Jobs Submitted","[Polar Ocean and Climate Systems] Number of Jobs Submitted","[Operations Research and Production Systems] Number of Jobs Submitted","[Systematic and Population Biology] Number of Jobs Submitted","[Polar Meteorology] Number of Jobs Submitted","[Solid State Chemistry and Polymers] Number of Jobs Submitted","[Solid-State and Microstructures] Number of Jobs Submitted","[Mechanics and Materials] Number of Jobs Submitted","[Cell Biology] Number of Jobs Submitted","[Economics] Number of Jobs Submitted","[Arts] Number of Jobs Submitted","[Statistics and Probability] Number of Jobs Submitted","[Quantum Electronics, Waves, and Beams] Number of Jobs Submitted","[Experimental Systems] Number of Jobs Submitted","[Biophysics] Number of Jobs Submitted","[Organic and Macromolecular Chemistry] Number of Jobs Submitted","[Computer and Computation Theory] Number of Jobs Submitted","[Stellar Astronomy and Astrophysics] Number of Jobs Submitted","[Emerging Technologies Initiation] Number of Jobs Submitted","[Biochemistry and Molecular Structure and Function] Number of Jobs Submitted","[Geophysics] Number of Jobs Submitted","[Algebra and Number Theory] Number of Jobs Submitted","[Extragalactic Astronomy and Cosmology] Number of Jobs Submitted","[Seismology] Number of Jobs Submitted","[Design and Computer-Integrated Engineering] Number of Jobs Submitted","[Structures and Building Systems] Number of Jobs Submitted","[Metals, Ceramics, and Electronic Materials] Number of Jobs Submitted","[Geology and Paleontology] Number of Jobs Submitted","[Fluid, Particulate, and Hydraulic Systems] Number of Jobs Submitted","[Theoretical Physics] Number of Jobs Submitted","[Polar Aeronomy and Astrophysics] Number of Jobs Submitted","[Design, Tools, and Test] Number of Jobs Submitted","[Global Atmospheric Research] Number of Jobs Submitted","[Law and Social Sciences] Number of Jobs Submitted","[Volcanology and Mantle Geochemistry] Number of Jobs Submitted" -2016,41560,6563,2633,2425,1000,762,16,289,100,92,146,101,56,72,46,66,54,32,29,6,17,20,15,12,15,14,11,10,8,9,8,7,3,3,3,2,1,1,1,1 +2016,41560,6563,2633,2426,1000,762,16,289,100,92,146,101,56,72,46,66,54,32,29,6,17,20,15,12,15,14,11,10,8,9,8,7,3,3,3,2,1,1,1,1 2017,11511,380,0,204,0,1,677,19,64,62,0,0,28,0,23,0,0,12,8,25,8,0,5,4,0,0,0,0,2,0,0,0,1,0,0,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_cpu_hours/aggregate-Day-reference.csv index 57e99001f0..2fea7810af 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_cpu_hours/aggregate-Day-reference.csv @@ -10,7 +10,7 @@ Sociology,160661.1219 "Quantum Electronics, Waves, and Beams",147374.4353 "Organic and Macromolecular Chemistry",119274.1289 "Physical Chemistry",69231.4289 -"Systems Prototyping and Fabrication",67004.1206 +"Systems Prototyping and Fabrication",67032.2606 "Statistics and Probability",34897.7289 "Solid State Chemistry and Polymers",33446.5633 "Stellar Astronomy and Astrophysics",21995.7300 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_cpu_hours/aggregate-Month-reference.csv index 57e99001f0..2fea7810af 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_cpu_hours/aggregate-Month-reference.csv @@ -10,7 +10,7 @@ Sociology,160661.1219 "Quantum Electronics, Waves, and Beams",147374.4353 "Organic and Macromolecular Chemistry",119274.1289 "Physical Chemistry",69231.4289 -"Systems Prototyping and Fabrication",67004.1206 +"Systems Prototyping and Fabrication",67032.2606 "Statistics and Probability",34897.7289 "Solid State Chemistry and Polymers",33446.5633 "Stellar Astronomy and Astrophysics",21995.7300 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_cpu_hours/aggregate-Quarter-reference.csv index 57e99001f0..2fea7810af 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_cpu_hours/aggregate-Quarter-reference.csv @@ -10,7 +10,7 @@ Sociology,160661.1219 "Quantum Electronics, Waves, and Beams",147374.4353 "Organic and Macromolecular Chemistry",119274.1289 "Physical Chemistry",69231.4289 -"Systems Prototyping and Fabrication",67004.1206 +"Systems Prototyping and Fabrication",67032.2606 "Statistics and Probability",34897.7289 "Solid State Chemistry and Polymers",33446.5633 "Stellar Astronomy and Astrophysics",21995.7300 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_cpu_hours/aggregate-Year-reference.csv index 57e99001f0..2fea7810af 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_cpu_hours/aggregate-Year-reference.csv @@ -10,7 +10,7 @@ Sociology,160661.1219 "Quantum Electronics, Waves, and Beams",147374.4353 "Organic and Macromolecular Chemistry",119274.1289 "Physical Chemistry",69231.4289 -"Systems Prototyping and Fabrication",67004.1206 +"Systems Prototyping and Fabrication",67032.2606 "Statistics and Probability",34897.7289 "Solid State Chemistry and Polymers",33446.5633 "Stellar Astronomy and Astrophysics",21995.7300 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_cpu_hours/timeseries-Day-reference.csv index c0ca4f1d48..ef027f3c08 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_cpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Sociology] CPU Hours: Total","[Quantum Electronics, Waves, and Beams] CPU 2016-12-27,3.2167,3739.4133,0,2293.7600,0,1924.7214,4298.8089,1487.8200,0,0,0,0,0,476.7422,0,0,531.1822,558.6133,0,0,0,0,0,0,0,0,0,0,0,238.8667,0,0,0,0,0,0,0,0,0,0 2016-12-28,24.0000,21931.9200,29467.4711,9954.8311,953.0369,2334.7378,6587.9644,2341.3467,0,0,0,1962.8444,0,1944.0000,0,0,1824.0000,1411.0667,0,351.5933,0,336.4567,0,0,181.4300,0,0,0,0,288.0000,94.0111,0,0,0,0,0,0,0,0,0 2016-12-29,1793.4019,49556.3222,39552.0000,15738.2700,12583.2597,7668.0844,12041.5822,4466.4000,1834.4800,0,5821.2600,3901.6422,1643.9111,2568.7161,0,516.0911,1824.0000,2203.9531,0,1349.9467,0,2592.0000,7.2400,758.9889,864.0000,0,0,1038.2222,107.9089,288.0000,480.0000,52.0042,0,0,10.0983,0,0,0,0,0 -2016-12-30,62498.5789,46993.5803,39578.0711,16799.6656,21766.1511,6074.5967,7951.5333,4841.8833,6126.0000,0,10979.2200,5473.3125,9211.3156,5521.6442,7404.4267,6971.0514,1824.0000,2108.7128,3055.8617,2630.7078,0,1921.0433,568.6500,960.0089,543.4833,522.1678,326.5894,402.8000,1061.9836,198.9664,386.1222,68.0319,65.9958,108.1047,82.1119,27.2308,13.9453,28.1400,22.5389,1.0400 +2016-12-30,62498.5789,46993.5803,39578.0711,16799.6656,21794.2911,6074.5967,7951.5333,4841.8833,6126.0000,0,10979.2200,5473.3125,9211.3156,5521.6442,7404.4267,6971.0514,1824.0000,2108.7128,3055.8617,2630.7078,0,1921.0433,568.6500,960.0089,543.4833,522.1678,326.5894,402.8000,1061.9836,198.9664,386.1222,68.0319,65.9958,108.1047,82.1119,27.2308,13.9453,28.1400,22.5389,1.0400 2016-12-31,87876.5508,22254.2050,10619.6356,14731.3744,20518.0064,11780.8131,2566.6744,5674.2567,6839.5200,37.7500,1590.5200,2761.8142,3285.8933,2841.5344,5701.5467,4629.6697,1827.6067,1437.7244,5534.6542,2071.8422,3473.9867,288.0000,1428.0200,294.9778,0,125.4733,914.2433,0,13.7992,7.7117,0,491.1800,502.9333,25.9131,8.6314,27.2439,45.9239,0,0,0 2017-01-01,8465.3736,2898.9944,56.9511,6739.9578,11183.6664,4898.4422,0,3184.0233,4673.8133,19080.0167,0,1254.4625,0,371.6122,0,299.9489,1696.5272,987.0200,0,963.0756,1788.3289,60.5500,35.2583,0,0,870.5067,206.1100,3.4667,0,0,0,11.4333,21.4056,1.7419,0,27.1514,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_cpu_hours/timeseries-Month-reference.csv index 0bdd6daa86..f8a61b1e7b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_cpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Sociology] CPU Hours: Total","[Quantum Electronics, Waves, and Beams] CPU Hours: Total","[Organic and Macromolecular Chemistry] CPU Hours: Total","[Physical Chemistry] CPU Hours: Total","[Systems Prototyping and Fabrication] CPU Hours: Total","[Statistics and Probability] CPU Hours: Total","[Solid State Chemistry and Polymers] CPU Hours: Total","[Stellar Astronomy and Astrophysics] CPU Hours: Total","[Emerging Technologies Initiation] CPU Hours: Total","[Polar Ocean and Climate Systems] CPU Hours: Total","[Metals, Ceramics, and Electronic Materials] CPU Hours: Total","[Operations Research and Production Systems] CPU Hours: Total","[Structures and Building Systems] CPU Hours: Total","[Galactic Astronomy] CPU Hours: Total","[Fluid, Particulate, and Hydraulic Systems] CPU Hours: Total","[Arts] CPU Hours: Total","[Biophysics] CPU Hours: Total","[Cell Biology] CPU Hours: Total","[Tectonics] CPU Hours: Total","[Experimental Systems] CPU Hours: Total","[Design and Computer-Integrated Engineering] CPU Hours: Total","[Algebra and Number Theory] CPU Hours: Total","[Solid-State and Microstructures] CPU Hours: Total","[Polar Aeronomy and Astrophysics] CPU Hours: Total","[Theoretical Physics] CPU Hours: Total","[Systematic and Population Biology] CPU Hours: Total","[Economics] CPU Hours: Total","[Global Atmospheric Research] CPU Hours: Total","[Decision, Risk, and Management Science] CPU Hours: Total","[Biochemistry and Molecular Structure and Function] CPU Hours: Total","[Volcanology and Mantle Geochemistry] CPU Hours: Total","[Seismology] CPU Hours: Total","[Geology and Paleontology] CPU Hours: Total","[Polar Meteorology] CPU Hours: Total","[Computer and Computation Theory] CPU Hours: Total","[Mechanics and Materials] CPU Hours: Total","[Extragalactic Astronomy and Cosmology] CPU Hours: Total","[Design, Tools, and Test] CPU Hours: Total","[Geophysics] CPU Hours: Total","[Law and Social Sciences] CPU Hours: Total" -2016-12,152195.7483,144475.4408,119217.1778,62491.4711,55820.4542,29999.2867,33446.5633,18811.7067,14800.0000,37.7500,18391.0000,14099.6133,14141.1200,13433.2406,13105.9733,12116.8122,9183.7456,7720.0703,8590.5158,6404.0900,3473.9867,5137.5000,2003.9100,2013.9756,1588.9133,647.6411,1240.8328,1441.0222,1183.6917,1021.5447,960.1333,611.2161,568.9292,134.0178,100.8417,54.4747,59.8692,28.1400,22.5389,1.0400 +2016-12,152195.7483,144475.4408,119217.1778,62491.4711,55848.5942,29999.2867,33446.5633,18811.7067,14800.0000,37.7500,18391.0000,14099.6133,14141.1200,13433.2406,13105.9733,12116.8122,9183.7456,7720.0703,8590.5158,6404.0900,3473.9867,5137.5000,2003.9100,2013.9756,1588.9133,647.6411,1240.8328,1441.0222,1183.6917,1021.5447,960.1333,611.2161,568.9292,134.0178,100.8417,54.4747,59.8692,28.1400,22.5389,1.0400 2017-01,8465.3736,2898.9944,56.9511,6739.9578,11183.6664,4898.4422,0,3184.0233,4673.8133,19080.0167,0,1254.4625,0,371.6122,0,299.9489,1696.5272,987.0200,0,963.0756,1788.3289,60.5500,35.2583,0,0,870.5067,206.1100,3.4667,0,0,0,11.4333,21.4056,1.7419,0,27.1514,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_cpu_hours/timeseries-Quarter-reference.csv index 58b7d75d4d..90aaf3b0d2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_cpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Sociology] CPU Hours: Total","[Quantum Electronics, Waves, and Beams] CPU Hours: Total","[Organic and Macromolecular Chemistry] CPU Hours: Total","[Physical Chemistry] CPU Hours: Total","[Systems Prototyping and Fabrication] CPU Hours: Total","[Statistics and Probability] CPU Hours: Total","[Solid State Chemistry and Polymers] CPU Hours: Total","[Stellar Astronomy and Astrophysics] CPU Hours: Total","[Emerging Technologies Initiation] CPU Hours: Total","[Polar Ocean and Climate Systems] CPU Hours: Total","[Metals, Ceramics, and Electronic Materials] CPU Hours: Total","[Operations Research and Production Systems] CPU Hours: Total","[Structures and Building Systems] CPU Hours: Total","[Galactic Astronomy] CPU Hours: Total","[Fluid, Particulate, and Hydraulic Systems] CPU Hours: Total","[Arts] CPU Hours: Total","[Biophysics] CPU Hours: Total","[Cell Biology] CPU Hours: Total","[Tectonics] CPU Hours: Total","[Experimental Systems] CPU Hours: Total","[Design and Computer-Integrated Engineering] CPU Hours: Total","[Algebra and Number Theory] CPU Hours: Total","[Solid-State and Microstructures] CPU Hours: Total","[Polar Aeronomy and Astrophysics] CPU Hours: Total","[Theoretical Physics] CPU Hours: Total","[Systematic and Population Biology] CPU Hours: Total","[Economics] CPU Hours: Total","[Global Atmospheric Research] CPU Hours: Total","[Decision, Risk, and Management Science] CPU Hours: Total","[Biochemistry and Molecular Structure and Function] CPU Hours: Total","[Volcanology and Mantle Geochemistry] CPU Hours: Total","[Seismology] CPU Hours: Total","[Geology and Paleontology] CPU Hours: Total","[Polar Meteorology] CPU Hours: Total","[Computer and Computation Theory] CPU Hours: Total","[Mechanics and Materials] CPU Hours: Total","[Extragalactic Astronomy and Cosmology] CPU Hours: Total","[Design, Tools, and Test] CPU Hours: Total","[Geophysics] CPU Hours: Total","[Law and Social Sciences] CPU Hours: Total" -"2016 Q4",152195.7483,144475.4408,119217.1778,62491.4711,55820.4542,29999.2867,33446.5633,18811.7067,14800.0000,37.7500,18391.0000,14099.6133,14141.1200,13433.2406,13105.9733,12116.8122,9183.7456,7720.0703,8590.5158,6404.0900,3473.9867,5137.5000,2003.9100,2013.9756,1588.9133,647.6411,1240.8328,1441.0222,1183.6917,1021.5447,960.1333,611.2161,568.9292,134.0178,100.8417,54.4747,59.8692,28.1400,22.5389,1.0400 +"2016 Q4",152195.7483,144475.4408,119217.1778,62491.4711,55848.5942,29999.2867,33446.5633,18811.7067,14800.0000,37.7500,18391.0000,14099.6133,14141.1200,13433.2406,13105.9733,12116.8122,9183.7456,7720.0703,8590.5158,6404.0900,3473.9867,5137.5000,2003.9100,2013.9756,1588.9133,647.6411,1240.8328,1441.0222,1183.6917,1021.5447,960.1333,611.2161,568.9292,134.0178,100.8417,54.4747,59.8692,28.1400,22.5389,1.0400 "2017 Q1",8465.3736,2898.9944,56.9511,6739.9578,11183.6664,4898.4422,0,3184.0233,4673.8133,19080.0167,0,1254.4625,0,371.6122,0,299.9489,1696.5272,987.0200,0,963.0756,1788.3289,60.5500,35.2583,0,0,870.5067,206.1100,3.4667,0,0,0,11.4333,21.4056,1.7419,0,27.1514,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_cpu_hours/timeseries-Year-reference.csv index 89136c4c16..623bd6ec50 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_cpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Sociology] CPU Hours: Total","[Quantum Electronics, Waves, and Beams] CPU Hours: Total","[Organic and Macromolecular Chemistry] CPU Hours: Total","[Physical Chemistry] CPU Hours: Total","[Systems Prototyping and Fabrication] CPU Hours: Total","[Statistics and Probability] CPU Hours: Total","[Solid State Chemistry and Polymers] CPU Hours: Total","[Stellar Astronomy and Astrophysics] CPU Hours: Total","[Emerging Technologies Initiation] CPU Hours: Total","[Polar Ocean and Climate Systems] CPU Hours: Total","[Metals, Ceramics, and Electronic Materials] CPU Hours: Total","[Operations Research and Production Systems] CPU Hours: Total","[Structures and Building Systems] CPU Hours: Total","[Galactic Astronomy] CPU Hours: Total","[Fluid, Particulate, and Hydraulic Systems] CPU Hours: Total","[Arts] CPU Hours: Total","[Biophysics] CPU Hours: Total","[Cell Biology] CPU Hours: Total","[Tectonics] CPU Hours: Total","[Experimental Systems] CPU Hours: Total","[Design and Computer-Integrated Engineering] CPU Hours: Total","[Algebra and Number Theory] CPU Hours: Total","[Solid-State and Microstructures] CPU Hours: Total","[Polar Aeronomy and Astrophysics] CPU Hours: Total","[Theoretical Physics] CPU Hours: Total","[Systematic and Population Biology] CPU Hours: Total","[Economics] CPU Hours: Total","[Global Atmospheric Research] CPU Hours: Total","[Decision, Risk, and Management Science] CPU Hours: Total","[Biochemistry and Molecular Structure and Function] CPU Hours: Total","[Volcanology and Mantle Geochemistry] CPU Hours: Total","[Seismology] CPU Hours: Total","[Geology and Paleontology] CPU Hours: Total","[Polar Meteorology] CPU Hours: Total","[Computer and Computation Theory] CPU Hours: Total","[Mechanics and Materials] CPU Hours: Total","[Extragalactic Astronomy and Cosmology] CPU Hours: Total","[Design, Tools, and Test] CPU Hours: Total","[Geophysics] CPU Hours: Total","[Law and Social Sciences] CPU Hours: Total" -2016,152195.7483,144475.4408,119217.1778,62491.4711,55820.4542,29999.2867,33446.5633,18811.7067,14800.0000,37.7500,18391.0000,14099.6133,14141.1200,13433.2406,13105.9733,12116.8122,9183.7456,7720.0703,8590.5158,6404.0900,3473.9867,5137.5000,2003.9100,2013.9756,1588.9133,647.6411,1240.8328,1441.0222,1183.6917,1021.5447,960.1333,611.2161,568.9292,134.0178,100.8417,54.4747,59.8692,28.1400,22.5389,1.0400 +2016,152195.7483,144475.4408,119217.1778,62491.4711,55848.5942,29999.2867,33446.5633,18811.7067,14800.0000,37.7500,18391.0000,14099.6133,14141.1200,13433.2406,13105.9733,12116.8122,9183.7456,7720.0703,8590.5158,6404.0900,3473.9867,5137.5000,2003.9100,2013.9756,1588.9133,647.6411,1240.8328,1441.0222,1183.6917,1021.5447,960.1333,611.2161,568.9292,134.0178,100.8417,54.4747,59.8692,28.1400,22.5389,1.0400 2017,8465.3736,2898.9944,56.9511,6739.9578,11183.6664,4898.4422,0,3184.0233,4673.8133,19080.0167,0,1254.4625,0,371.6122,0,299.9489,1696.5272,987.0200,0,963.0756,1788.3289,60.5500,35.2583,0,0,870.5067,206.1100,3.4667,0,0,0,11.4333,21.4056,1.7419,0,27.1514,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_node_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_node_hours/aggregate-Day-reference.csv index 91e7ee4e0b..109c103695 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_node_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_node_hours/aggregate-Day-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "PI Group","Node Hours: Total" -"Systems Prototyping and Fabrication",67004.1206 +"Systems Prototyping and Fabrication",67006.4656 Sociology,16499.1964 "Operations Research and Production Systems",15354.0758 "Quantum Electronics, Waves, and Beams",12343.6392 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_node_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_node_hours/aggregate-Month-reference.csv index 91e7ee4e0b..109c103695 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_node_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_node_hours/aggregate-Month-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "PI Group","Node Hours: Total" -"Systems Prototyping and Fabrication",67004.1206 +"Systems Prototyping and Fabrication",67006.4656 Sociology,16499.1964 "Operations Research and Production Systems",15354.0758 "Quantum Electronics, Waves, and Beams",12343.6392 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_node_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_node_hours/aggregate-Quarter-reference.csv index 91e7ee4e0b..109c103695 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_node_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_node_hours/aggregate-Quarter-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "PI Group","Node Hours: Total" -"Systems Prototyping and Fabrication",67004.1206 +"Systems Prototyping and Fabrication",67006.4656 Sociology,16499.1964 "Operations Research and Production Systems",15354.0758 "Quantum Electronics, Waves, and Beams",12343.6392 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_node_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_node_hours/aggregate-Year-reference.csv index 91e7ee4e0b..109c103695 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_node_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_node_hours/aggregate-Year-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "PI Group","Node Hours: Total" -"Systems Prototyping and Fabrication",67004.1206 +"Systems Prototyping and Fabrication",67006.4656 Sociology,16499.1964 "Operations Research and Production Systems",15354.0758 "Quantum Electronics, Waves, and Beams",12343.6392 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_node_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_node_hours/timeseries-Day-reference.csv index 384962b9cd..9208e1ac55 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_node_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_node_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Systems Prototyping and Fabrication] Node Hours: Total","[Sociology] Node 2016-12-27,0,3.2167,0,311.6178,0,0,115.3094,124.7214,331.1156,123.9850,0,0,0,69.8267,52.2964,54.3978,0,0,0,0,0,0,0,0,19.9056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-28,953.0369,24.0000,1962.8444,1827.6600,0,1841.7169,461.3931,168.4211,502.6856,220.6683,0,0,0,176.3833,144.0000,216.0000,0,0,43.9492,0,0,0,28.0381,0,24.0000,0,0,0,15.1192,0,0,0,0,0,0,0,4.7006,0,0,0 2016-12-29,12583.2597,301.8189,3901.6422,4150.0822,0,2472.0000,933.4136,501.7553,848.2247,420.2000,152.8733,0,485.1050,479.3708,208.6497,216.0000,47.7900,0,168.7433,102.7444,3.6200,0,216.0000,26.9772,24.0000,129.7778,0,0,72.0000,0,10.0983,37.9494,0,10.4008,0,0,24.0000,0,0,0 -2016-12-30,21766.1511,6638.2006,5473.3125,3949.6347,3055.8617,2475.2589,1433.8564,397.7425,521.4136,451.4903,510.5000,0,914.9350,498.0953,664.9178,216.0000,629.4331,617.0356,321.9956,575.7072,67.3875,0,160.0869,296.1253,175.8633,50.3500,51.2486,108.1047,45.2903,27.2458,82.1119,48.0006,27.2308,13.6064,13.9453,7.5778,19.3061,2.3450,1.1269,0.0650 +2016-12-30,21768.4961,6638.2006,5473.3125,3949.6347,3055.8617,2475.2589,1433.8564,397.7425,521.4136,451.4903,510.5000,0,914.9350,498.0953,664.9178,216.0000,629.4331,617.0356,321.9956,575.7072,67.3875,0,160.0869,296.1253,175.8633,50.3500,51.2486,108.1047,45.2903,27.2458,82.1119,48.0006,27.2308,13.6064,13.9453,7.5778,19.3061,2.3450,1.1269,0.0650 2016-12-31,20518.0064,8599.9281,2761.8142,1871.4597,5534.6542,696.7117,1625.9722,1112.6033,164.2022,491.3692,569.9600,3.1458,132.5433,179.7156,202.4067,216.4508,430.1536,475.1289,241.5139,205.3683,714.0100,299.0033,24.0000,13.7992,7.7117,0,10.4561,25.9131,0,76.1869,8.6314,14.7489,27.2439,45.3169,45.9239,42.7433,0,0,0,0 2017-01-01,11183.6664,932.0322,1254.4625,233.1847,0,7.1189,649.3575,526.7989,0,265.3353,389.4844,1590.0014,0,123.3775,23.2497,202.3092,32.6561,0,120.3844,0,17.6292,159.9050,5.0458,0,0,0.4333,88.8292,1.7419,0,17.1758,0,0,27.1514,0.9528,0,4.2811,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_node_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_node_hours/timeseries-Month-reference.csv index 5bf98609d8..2e9ec7a671 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_node_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_node_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Systems Prototyping and Fabrication] Node Hours: Total","[Sociology] Node Hours: Total","[Operations Research and Production Systems] Node Hours: Total","[Quantum Electronics, Waves, and Beams] Node Hours: Total","[Tectonics] Node Hours: Total","[Organic and Macromolecular Chemistry] Node Hours: Total","[Physical Chemistry] Node Hours: Total","[Statistics and Probability] Node Hours: Total","[Solid State Chemistry and Polymers] Node Hours: Total","[Stellar Astronomy and Astrophysics] Node Hours: Total","[Emerging Technologies Initiation] Node Hours: Total","[Polar Ocean and Climate Systems] Node Hours: Total","[Metals, Ceramics, and Electronic Materials] Node Hours: Total","[Cell Biology] Node Hours: Total","[Galactic Astronomy] Node Hours: Total","[Biophysics] Node Hours: Total","[Arts] Node Hours: Total","[Fluid, Particulate, and Hydraulic Systems] Node Hours: Total","[Experimental Systems] Node Hours: Total","[Structures and Building Systems] Node Hours: Total","[Solid-State and Microstructures] Node Hours: Total","[Design and Computer-Integrated Engineering] Node Hours: Total","[Algebra and Number Theory] Node Hours: Total","[Decision, Risk, and Management Science] Node Hours: Total","[Biochemistry and Molecular Structure and Function] Node Hours: Total","[Global Atmospheric Research] Node Hours: Total","[Systematic and Population Biology] Node Hours: Total","[Polar Meteorology] Node Hours: Total","[Theoretical Physics] Node Hours: Total","[Economics] Node Hours: Total","[Computer and Computation Theory] Node Hours: Total","[Polar Aeronomy and Astrophysics] Node Hours: Total","[Mechanics and Materials] Node Hours: Total","[Seismology] Node Hours: Total","[Extragalactic Astronomy and Cosmology] Node Hours: Total","[Geology and Paleontology] Node Hours: Total","[Volcanology and Mantle Geochemistry] Node Hours: Total","[Design, Tools, and Test] Node Hours: Total","[Geophysics] Node Hours: Total","[Law and Social Sciences] Node Hours: Total" -2016-12,55820.4542,15567.1642,14099.6133,12110.4544,8590.5158,7485.6875,4763.3942,2318.7644,2367.6417,1707.7128,1233.3333,3.1458,1532.5833,1403.3917,1352.8742,1031.5950,1107.3767,1092.1644,776.2019,883.8200,785.0175,299.0033,428.1250,336.9017,251.4806,180.1278,61.7047,134.0178,132.4094,103.4328,100.8417,100.6989,54.4747,69.3242,59.8692,50.3211,48.0067,2.3450,1.1269,0.0650 +2016-12,55822.7992,15567.1642,14099.6133,12110.4544,8590.5158,7485.6875,4763.3942,2318.7644,2367.6417,1707.7128,1233.3333,3.1458,1532.5833,1403.3917,1352.8742,1031.5950,1107.3767,1092.1644,776.2019,883.8200,785.0175,299.0033,428.1250,336.9017,251.4806,180.1278,61.7047,134.0178,132.4094,103.4328,100.8417,100.6989,54.4747,69.3242,59.8692,50.3211,48.0067,2.3450,1.1269,0.0650 2017-01,11183.6664,932.0322,1254.4625,233.1847,0,7.1189,649.3575,526.7989,0,265.3353,389.4844,1590.0014,0,123.3775,23.2497,202.3092,32.6561,0,120.3844,0,17.6292,159.9050,5.0458,0,0,0.4333,88.8292,1.7419,0,17.1758,0,0,27.1514,0.9528,0,4.2811,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_node_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_node_hours/timeseries-Quarter-reference.csv index 97c0c150f0..c07fdd76ce 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_node_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_node_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Systems Prototyping and Fabrication] Node Hours: Total","[Sociology] Node Hours: Total","[Operations Research and Production Systems] Node Hours: Total","[Quantum Electronics, Waves, and Beams] Node Hours: Total","[Tectonics] Node Hours: Total","[Organic and Macromolecular Chemistry] Node Hours: Total","[Physical Chemistry] Node Hours: Total","[Statistics and Probability] Node Hours: Total","[Solid State Chemistry and Polymers] Node Hours: Total","[Stellar Astronomy and Astrophysics] Node Hours: Total","[Emerging Technologies Initiation] Node Hours: Total","[Polar Ocean and Climate Systems] Node Hours: Total","[Metals, Ceramics, and Electronic Materials] Node Hours: Total","[Cell Biology] Node Hours: Total","[Galactic Astronomy] Node Hours: Total","[Biophysics] Node Hours: Total","[Arts] Node Hours: Total","[Fluid, Particulate, and Hydraulic Systems] Node Hours: Total","[Experimental Systems] Node Hours: Total","[Structures and Building Systems] Node Hours: Total","[Solid-State and Microstructures] Node Hours: Total","[Design and Computer-Integrated Engineering] Node Hours: Total","[Algebra and Number Theory] Node Hours: Total","[Decision, Risk, and Management Science] Node Hours: Total","[Biochemistry and Molecular Structure and Function] Node Hours: Total","[Global Atmospheric Research] Node Hours: Total","[Systematic and Population Biology] Node Hours: Total","[Polar Meteorology] Node Hours: Total","[Theoretical Physics] Node Hours: Total","[Economics] Node Hours: Total","[Computer and Computation Theory] Node Hours: Total","[Polar Aeronomy and Astrophysics] Node Hours: Total","[Mechanics and Materials] Node Hours: Total","[Seismology] Node Hours: Total","[Extragalactic Astronomy and Cosmology] Node Hours: Total","[Geology and Paleontology] Node Hours: Total","[Volcanology and Mantle Geochemistry] Node Hours: Total","[Design, Tools, and Test] Node Hours: Total","[Geophysics] Node Hours: Total","[Law and Social Sciences] Node Hours: Total" -"2016 Q4",55820.4542,15567.1642,14099.6133,12110.4544,8590.5158,7485.6875,4763.3942,2318.7644,2367.6417,1707.7128,1233.3333,3.1458,1532.5833,1403.3917,1352.8742,1031.5950,1107.3767,1092.1644,776.2019,883.8200,785.0175,299.0033,428.1250,336.9017,251.4806,180.1278,61.7047,134.0178,132.4094,103.4328,100.8417,100.6989,54.4747,69.3242,59.8692,50.3211,48.0067,2.3450,1.1269,0.0650 +"2016 Q4",55822.7992,15567.1642,14099.6133,12110.4544,8590.5158,7485.6875,4763.3942,2318.7644,2367.6417,1707.7128,1233.3333,3.1458,1532.5833,1403.3917,1352.8742,1031.5950,1107.3767,1092.1644,776.2019,883.8200,785.0175,299.0033,428.1250,336.9017,251.4806,180.1278,61.7047,134.0178,132.4094,103.4328,100.8417,100.6989,54.4747,69.3242,59.8692,50.3211,48.0067,2.3450,1.1269,0.0650 "2017 Q1",11183.6664,932.0322,1254.4625,233.1847,0,7.1189,649.3575,526.7989,0,265.3353,389.4844,1590.0014,0,123.3775,23.2497,202.3092,32.6561,0,120.3844,0,17.6292,159.9050,5.0458,0,0,0.4333,88.8292,1.7419,0,17.1758,0,0,27.1514,0.9528,0,4.2811,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_node_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_node_hours/timeseries-Year-reference.csv index 7892e91bd4..424274ad9e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_node_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_node_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Systems Prototyping and Fabrication] Node Hours: Total","[Sociology] Node Hours: Total","[Operations Research and Production Systems] Node Hours: Total","[Quantum Electronics, Waves, and Beams] Node Hours: Total","[Tectonics] Node Hours: Total","[Organic and Macromolecular Chemistry] Node Hours: Total","[Physical Chemistry] Node Hours: Total","[Statistics and Probability] Node Hours: Total","[Solid State Chemistry and Polymers] Node Hours: Total","[Stellar Astronomy and Astrophysics] Node Hours: Total","[Emerging Technologies Initiation] Node Hours: Total","[Polar Ocean and Climate Systems] Node Hours: Total","[Metals, Ceramics, and Electronic Materials] Node Hours: Total","[Cell Biology] Node Hours: Total","[Galactic Astronomy] Node Hours: Total","[Biophysics] Node Hours: Total","[Arts] Node Hours: Total","[Fluid, Particulate, and Hydraulic Systems] Node Hours: Total","[Experimental Systems] Node Hours: Total","[Structures and Building Systems] Node Hours: Total","[Solid-State and Microstructures] Node Hours: Total","[Design and Computer-Integrated Engineering] Node Hours: Total","[Algebra and Number Theory] Node Hours: Total","[Decision, Risk, and Management Science] Node Hours: Total","[Biochemistry and Molecular Structure and Function] Node Hours: Total","[Global Atmospheric Research] Node Hours: Total","[Systematic and Population Biology] Node Hours: Total","[Polar Meteorology] Node Hours: Total","[Theoretical Physics] Node Hours: Total","[Economics] Node Hours: Total","[Computer and Computation Theory] Node Hours: Total","[Polar Aeronomy and Astrophysics] Node Hours: Total","[Mechanics and Materials] Node Hours: Total","[Seismology] Node Hours: Total","[Extragalactic Astronomy and Cosmology] Node Hours: Total","[Geology and Paleontology] Node Hours: Total","[Volcanology and Mantle Geochemistry] Node Hours: Total","[Design, Tools, and Test] Node Hours: Total","[Geophysics] Node Hours: Total","[Law and Social Sciences] Node Hours: Total" -2016,55820.4542,15567.1642,14099.6133,12110.4544,8590.5158,7485.6875,4763.3942,2318.7644,2367.6417,1707.7128,1233.3333,3.1458,1532.5833,1403.3917,1352.8742,1031.5950,1107.3767,1092.1644,776.2019,883.8200,785.0175,299.0033,428.1250,336.9017,251.4806,180.1278,61.7047,134.0178,132.4094,103.4328,100.8417,100.6989,54.4747,69.3242,59.8692,50.3211,48.0067,2.3450,1.1269,0.0650 +2016,55822.7992,15567.1642,14099.6133,12110.4544,8590.5158,7485.6875,4763.3942,2318.7644,2367.6417,1707.7128,1233.3333,3.1458,1532.5833,1403.3917,1352.8742,1031.5950,1107.3767,1092.1644,776.2019,883.8200,785.0175,299.0033,428.1250,336.9017,251.4806,180.1278,61.7047,134.0178,132.4094,103.4328,100.8417,100.6989,54.4747,69.3242,59.8692,50.3211,48.0067,2.3450,1.1269,0.0650 2017,11183.6664,932.0322,1254.4625,233.1847,0,7.1189,649.3575,526.7989,0,265.3353,389.4844,1590.0014,0,123.3775,23.2497,202.3092,32.6561,0,120.3844,0,17.6292,159.9050,5.0458,0,0,0.4333,88.8292,1.7419,0,17.1758,0,0,27.1514,0.9528,0,4.2811,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_waitduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_waitduration_hours/aggregate-Day-reference.csv index 7dda11cfa6..11556c8fb9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_waitduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_waitduration_hours/aggregate-Day-reference.csv @@ -16,7 +16,7 @@ Tectonics,3927.5247 "Solid-State and Microstructures",2704.6794 "Quantum Electronics, Waves, and Beams",1959.9481 "Decision, Risk, and Management Science",1953.8047 -"Systems Prototyping and Fabrication",544.5967 +"Systems Prototyping and Fabrication",544.6944 "Physical Chemistry",443.1597 Arts,321.4447 "Stellar Astronomy and Astrophysics",184.2997 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_waitduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_waitduration_hours/aggregate-Month-reference.csv index 7dda11cfa6..11556c8fb9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_waitduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_waitduration_hours/aggregate-Month-reference.csv @@ -16,7 +16,7 @@ Tectonics,3927.5247 "Solid-State and Microstructures",2704.6794 "Quantum Electronics, Waves, and Beams",1959.9481 "Decision, Risk, and Management Science",1953.8047 -"Systems Prototyping and Fabrication",544.5967 +"Systems Prototyping and Fabrication",544.6944 "Physical Chemistry",443.1597 Arts,321.4447 "Stellar Astronomy and Astrophysics",184.2997 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_waitduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_waitduration_hours/aggregate-Quarter-reference.csv index 7dda11cfa6..11556c8fb9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_waitduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_waitduration_hours/aggregate-Quarter-reference.csv @@ -16,7 +16,7 @@ Tectonics,3927.5247 "Solid-State and Microstructures",2704.6794 "Quantum Electronics, Waves, and Beams",1959.9481 "Decision, Risk, and Management Science",1953.8047 -"Systems Prototyping and Fabrication",544.5967 +"Systems Prototyping and Fabrication",544.6944 "Physical Chemistry",443.1597 Arts,321.4447 "Stellar Astronomy and Astrophysics",184.2997 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_waitduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_waitduration_hours/aggregate-Year-reference.csv index 7dda11cfa6..11556c8fb9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_waitduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_waitduration_hours/aggregate-Year-reference.csv @@ -16,7 +16,7 @@ Tectonics,3927.5247 "Solid-State and Microstructures",2704.6794 "Quantum Electronics, Waves, and Beams",1959.9481 "Decision, Risk, and Management Science",1953.8047 -"Systems Prototyping and Fabrication",544.5967 +"Systems Prototyping and Fabrication",544.6944 "Physical Chemistry",443.1597 Arts,321.4447 "Stellar Astronomy and Astrophysics",184.2997 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_waitduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_waitduration_hours/timeseries-Day-reference.csv index f83f085322..876a4c38e6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_waitduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_waitduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Galactic Astronomy] Wait Hours: Total","[Sociology] Wait Hours: Total","[C 2016-12-27,0.0028,0.0000,1367.4053,172.7719,0,0,0,0,311.1344,0,0,0.0289,0,76.0861,50.8225,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0 2016-12-28,0.0000,0.0000,1403.6350,723.1878,0,0,0,0,1296.2100,0,5.6581,42.4475,0,36.8761,0.0000,0,0,47.7519,18.4800,0,0,0,0,10.5775,0,0,11.1744,2.3317,0,0.0000,0,0,0,0,0,0,0,0.0017,0.0003,0 2016-12-29,2704.7964,1973.6497,627.0644,288.5578,0,0,0,0.0044,334.2367,0.7922,32.6300,45.4447,9.5847,11.7164,0.0000,0.0017,25.7286,0.0000,17.8439,10.4372,0,0,0,3.9286,13.9250,0,0.0000,1.4369,0.0894,0.0000,0.0000,0,0,0,0,0,0.0025,0.0000,0.0000,0 -2016-12-30,160667.2464,26578.5867,331.7789,2269.2967,0,1857.6733,1170.3947,54.0756,0.0111,1436.2097,221.0947,98.0058,311.8600,44.7175,72.0400,105.4806,0.0000,0.7789,0.0000,7.3803,11.9272,20.0331,0,2.2686,0.0000,12.1381,0.0000,2.5139,6.3886,0.0000,0.0000,0.1611,0.0575,0.0978,0.0147,0.0028,0.0022,0.0008,0.0000,0.0000 +2016-12-30,160667.2464,26578.5867,331.7789,2269.2967,0,1857.6733,1170.3947,54.0756,0.0111,1436.2097,221.1925,98.0058,311.8600,44.7175,72.0400,105.4806,0.0000,0.7789,0.0000,7.3803,11.9272,20.0331,0,2.2686,0.0000,12.1381,0.0000,2.5139,6.3886,0.0000,0.0000,0.1611,0.0575,0.0978,0.0147,0.0028,0.0022,0.0008,0.0000,0.0000 2016-12-31,95.5417,64555.5128,1406.9842,1674.6364,0.3231,2069.8514,33.5839,2650.5994,0.0031,516.8028,277.8381,100.6983,0.0000,7.6042,0.0000,0.0000,0,0.0000,0.2067,0.3128,8.7356,0.0000,19.3700,0.5711,0.0000,0.5147,0,1.3047,0.0000,0.0011,0.1747,0.0000,0.0833,0,0,0.0031,0.0000,0.0006,0,0 2017-01-01,0.0067,19831.9839,0.0000,0,4055.6844,0,1826.4933,0.0000,18.3528,0,7.3758,36.3167,0.0000,7.2994,0,0,36.3150,0.0000,0.0000,12.0239,0.0047,0,0.0000,0.3344,0,0.0064,0,0.1547,0,1.2347,0.0000,0.0003,0,0,0,0.0047,0,0.0011,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_waitduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_waitduration_hours/timeseries-Month-reference.csv index 6582e95fbe..ff0a9afbf3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_waitduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_waitduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Galactic Astronomy] Wait Hours: Total","[Sociology] Wait Hours: Total","[Cell Biology] Wait Hours: Total","[Solid State Chemistry and Polymers] Wait Hours: Total","[Polar Ocean and Climate Systems] Wait Hours: Total","[Tectonics] Wait Hours: Total","[Systematic and Population Biology] Wait Hours: Total","[Solid-State and Microstructures] Wait Hours: Total","[Quantum Electronics, Waves, and Beams] Wait Hours: Total","[Decision, Risk, and Management Science] Wait Hours: Total","[Systems Prototyping and Fabrication] Wait Hours: Total","[Physical Chemistry] Wait Hours: Total","[Arts] Wait Hours: Total","[Stellar Astronomy and Astrophysics] Wait Hours: Total","[Biochemistry and Molecular Structure and Function] Wait Hours: Total","[Polar Aeronomy and Astrophysics] Wait Hours: Total","[Global Atmospheric Research] Wait Hours: Total","[Algebra and Number Theory] Wait Hours: Total","[Statistics and Probability] Wait Hours: Total","[Emerging Technologies Initiation] Wait Hours: Total","[Economics] Wait Hours: Total","[Fluid, Particulate, and Hydraulic Systems] Wait Hours: Total","[Design and Computer-Integrated Engineering] Wait Hours: Total","[Operations Research and Production Systems] Wait Hours: Total","[Metals, Ceramics, and Electronic Materials] Wait Hours: Total","[Polar Meteorology] Wait Hours: Total","[Theoretical Physics] Wait Hours: Total","[Experimental Systems] Wait Hours: Total","[Computer and Computation Theory] Wait Hours: Total","[Biophysics] Wait Hours: Total","[Seismology] Wait Hours: Total","[Geology and Paleontology] Wait Hours: Total","[Extragalactic Astronomy and Cosmology] Wait Hours: Total","[Design, Tools, and Test] Wait Hours: Total","[Geophysics] Wait Hours: Total","[Mechanics and Materials] Wait Hours: Total","[Structures and Building Systems] Wait Hours: Total","[Organic and Macromolecular Chemistry] Wait Hours: Total","[Volcanology and Mantle Geochemistry] Wait Hours: Total","[Law and Social Sciences] Wait Hours: Total" -2016-12,163477.1836,93107.7492,5136.8678,5128.4506,0.3231,3927.5247,1203.9786,2704.6794,1941.5953,1953.8047,537.2208,406.8431,321.4447,177.0003,122.8625,105.4822,25.7286,48.5308,36.5339,18.1303,20.6628,20.0331,19.3700,17.3458,13.9250,12.6528,11.1744,7.5872,6.4781,0.0014,0.1747,0.1611,0.1408,0.0978,0.0147,0.0058,0.0047,0.0031,0.0003,0.0000 +2016-12,163477.1836,93107.7492,5136.8678,5128.4506,0.3231,3927.5247,1203.9786,2704.6794,1941.5953,1953.8047,537.3186,406.8431,321.4447,177.0003,122.8625,105.4822,25.7286,48.5308,36.5339,18.1303,20.6628,20.0331,19.3700,17.3458,13.9250,12.6528,11.1744,7.5872,6.4781,0.0014,0.1747,0.1611,0.1408,0.0978,0.0147,0.0058,0.0047,0.0031,0.0003,0.0000 2017-01,0.0067,19831.9839,0.0000,0,4055.6844,0,1826.4933,0.0000,18.3528,0,7.3758,36.3167,0.0000,7.2994,0,0,36.3150,0.0000,0.0000,12.0239,0.0047,0,0.0000,0.3344,0,0.0064,0,0.1547,0,1.2347,0.0000,0.0003,0,0,0,0.0047,0,0.0011,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_waitduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_waitduration_hours/timeseries-Quarter-reference.csv index 711e2f8ec9..bbba6c84c8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_waitduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_waitduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Galactic Astronomy] Wait Hours: Total","[Sociology] Wait Hours: Total","[Cell Biology] Wait Hours: Total","[Solid State Chemistry and Polymers] Wait Hours: Total","[Polar Ocean and Climate Systems] Wait Hours: Total","[Tectonics] Wait Hours: Total","[Systematic and Population Biology] Wait Hours: Total","[Solid-State and Microstructures] Wait Hours: Total","[Quantum Electronics, Waves, and Beams] Wait Hours: Total","[Decision, Risk, and Management Science] Wait Hours: Total","[Systems Prototyping and Fabrication] Wait Hours: Total","[Physical Chemistry] Wait Hours: Total","[Arts] Wait Hours: Total","[Stellar Astronomy and Astrophysics] Wait Hours: Total","[Biochemistry and Molecular Structure and Function] Wait Hours: Total","[Polar Aeronomy and Astrophysics] Wait Hours: Total","[Global Atmospheric Research] Wait Hours: Total","[Algebra and Number Theory] Wait Hours: Total","[Statistics and Probability] Wait Hours: Total","[Emerging Technologies Initiation] Wait Hours: Total","[Economics] Wait Hours: Total","[Fluid, Particulate, and Hydraulic Systems] Wait Hours: Total","[Design and Computer-Integrated Engineering] Wait Hours: Total","[Operations Research and Production Systems] Wait Hours: Total","[Metals, Ceramics, and Electronic Materials] Wait Hours: Total","[Polar Meteorology] Wait Hours: Total","[Theoretical Physics] Wait Hours: Total","[Experimental Systems] Wait Hours: Total","[Computer and Computation Theory] Wait Hours: Total","[Biophysics] Wait Hours: Total","[Seismology] Wait Hours: Total","[Geology and Paleontology] Wait Hours: Total","[Extragalactic Astronomy and Cosmology] Wait Hours: Total","[Design, Tools, and Test] Wait Hours: Total","[Geophysics] Wait Hours: Total","[Mechanics and Materials] Wait Hours: Total","[Structures and Building Systems] Wait Hours: Total","[Organic and Macromolecular Chemistry] Wait Hours: Total","[Volcanology and Mantle Geochemistry] Wait Hours: Total","[Law and Social Sciences] Wait Hours: Total" -"2016 Q4",163477.1836,93107.7492,5136.8678,5128.4506,0.3231,3927.5247,1203.9786,2704.6794,1941.5953,1953.8047,537.2208,406.8431,321.4447,177.0003,122.8625,105.4822,25.7286,48.5308,36.5339,18.1303,20.6628,20.0331,19.3700,17.3458,13.9250,12.6528,11.1744,7.5872,6.4781,0.0014,0.1747,0.1611,0.1408,0.0978,0.0147,0.0058,0.0047,0.0031,0.0003,0.0000 +"2016 Q4",163477.1836,93107.7492,5136.8678,5128.4506,0.3231,3927.5247,1203.9786,2704.6794,1941.5953,1953.8047,537.3186,406.8431,321.4447,177.0003,122.8625,105.4822,25.7286,48.5308,36.5339,18.1303,20.6628,20.0331,19.3700,17.3458,13.9250,12.6528,11.1744,7.5872,6.4781,0.0014,0.1747,0.1611,0.1408,0.0978,0.0147,0.0058,0.0047,0.0031,0.0003,0.0000 "2017 Q1",0.0067,19831.9839,0.0000,0,4055.6844,0,1826.4933,0.0000,18.3528,0,7.3758,36.3167,0.0000,7.2994,0,0,36.3150,0.0000,0.0000,12.0239,0.0047,0,0.0000,0.3344,0,0.0064,0,0.1547,0,1.2347,0.0000,0.0003,0,0,0,0.0047,0,0.0011,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_waitduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_waitduration_hours/timeseries-Year-reference.csv index 5ac7b9cf91..c94dfadaf6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_waitduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_waitduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Galactic Astronomy] Wait Hours: Total","[Sociology] Wait Hours: Total","[Cell Biology] Wait Hours: Total","[Solid State Chemistry and Polymers] Wait Hours: Total","[Polar Ocean and Climate Systems] Wait Hours: Total","[Tectonics] Wait Hours: Total","[Systematic and Population Biology] Wait Hours: Total","[Solid-State and Microstructures] Wait Hours: Total","[Quantum Electronics, Waves, and Beams] Wait Hours: Total","[Decision, Risk, and Management Science] Wait Hours: Total","[Systems Prototyping and Fabrication] Wait Hours: Total","[Physical Chemistry] Wait Hours: Total","[Arts] Wait Hours: Total","[Stellar Astronomy and Astrophysics] Wait Hours: Total","[Biochemistry and Molecular Structure and Function] Wait Hours: Total","[Polar Aeronomy and Astrophysics] Wait Hours: Total","[Global Atmospheric Research] Wait Hours: Total","[Algebra and Number Theory] Wait Hours: Total","[Statistics and Probability] Wait Hours: Total","[Emerging Technologies Initiation] Wait Hours: Total","[Economics] Wait Hours: Total","[Fluid, Particulate, and Hydraulic Systems] Wait Hours: Total","[Design and Computer-Integrated Engineering] Wait Hours: Total","[Operations Research and Production Systems] Wait Hours: Total","[Metals, Ceramics, and Electronic Materials] Wait Hours: Total","[Polar Meteorology] Wait Hours: Total","[Theoretical Physics] Wait Hours: Total","[Experimental Systems] Wait Hours: Total","[Computer and Computation Theory] Wait Hours: Total","[Biophysics] Wait Hours: Total","[Seismology] Wait Hours: Total","[Geology and Paleontology] Wait Hours: Total","[Extragalactic Astronomy and Cosmology] Wait Hours: Total","[Design, Tools, and Test] Wait Hours: Total","[Geophysics] Wait Hours: Total","[Mechanics and Materials] Wait Hours: Total","[Structures and Building Systems] Wait Hours: Total","[Organic and Macromolecular Chemistry] Wait Hours: Total","[Volcanology and Mantle Geochemistry] Wait Hours: Total","[Law and Social Sciences] Wait Hours: Total" -2016,163477.1836,93107.7492,5136.8678,5128.4506,0.3231,3927.5247,1203.9786,2704.6794,1941.5953,1953.8047,537.2208,406.8431,321.4447,177.0003,122.8625,105.4822,25.7286,48.5308,36.5339,18.1303,20.6628,20.0331,19.3700,17.3458,13.9250,12.6528,11.1744,7.5872,6.4781,0.0014,0.1747,0.1611,0.1408,0.0978,0.0147,0.0058,0.0047,0.0031,0.0003,0.0000 +2016,163477.1836,93107.7492,5136.8678,5128.4506,0.3231,3927.5247,1203.9786,2704.6794,1941.5953,1953.8047,537.3186,406.8431,321.4447,177.0003,122.8625,105.4822,25.7286,48.5308,36.5339,18.1303,20.6628,20.0331,19.3700,17.3458,13.9250,12.6528,11.1744,7.5872,6.4781,0.0014,0.1747,0.1611,0.1408,0.0978,0.0147,0.0058,0.0047,0.0031,0.0003,0.0000 2017,0.0067,19831.9839,0.0000,0,4055.6844,0,1826.4933,0.0000,18.3528,0,7.3758,36.3167,0.0000,7.2994,0,0,36.3150,0.0000,0.0000,12.0239,0.0047,0,0.0000,0.3344,0,0.0064,0,0.1547,0,1.2347,0.0000,0.0003,0,0,0,0.0047,0,0.0011,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_wallduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_wallduration_hours/aggregate-Day-reference.csv index f4da77210d..abdb89d9be 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_wallduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_wallduration_hours/aggregate-Day-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "PI Group","Wall Hours: Total" -"Systems Prototyping and Fabrication",67004.1206 +"Systems Prototyping and Fabrication",67004.3811 Sociology,16499.1964 "Operations Research and Production Systems",15354.0758 Tectonics,8590.5158 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_wallduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_wallduration_hours/aggregate-Month-reference.csv index f4da77210d..abdb89d9be 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_wallduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_wallduration_hours/aggregate-Month-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "PI Group","Wall Hours: Total" -"Systems Prototyping and Fabrication",67004.1206 +"Systems Prototyping and Fabrication",67004.3811 Sociology,16499.1964 "Operations Research and Production Systems",15354.0758 Tectonics,8590.5158 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_wallduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_wallduration_hours/aggregate-Quarter-reference.csv index f4da77210d..abdb89d9be 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_wallduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_wallduration_hours/aggregate-Quarter-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "PI Group","Wall Hours: Total" -"Systems Prototyping and Fabrication",67004.1206 +"Systems Prototyping and Fabrication",67004.3811 Sociology,16499.1964 "Operations Research and Production Systems",15354.0758 Tectonics,8590.5158 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_wallduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_wallduration_hours/aggregate-Year-reference.csv index f4da77210d..abdb89d9be 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_wallduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_wallduration_hours/aggregate-Year-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "PI Group","Wall Hours: Total" -"Systems Prototyping and Fabrication",67004.1206 +"Systems Prototyping and Fabrication",67004.3811 Sociology,16499.1964 "Operations Research and Production Systems",15354.0758 Tectonics,8590.5158 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_wallduration_hours/timeseries-Day-reference.csv index 35d72cdbed..aeea90b6f9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_wallduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Systems Prototyping and Fabrication] Wall Hours: Total","[Sociology] Wall 2016-12-27,0,3.2167,0,0,115.3094,124.7214,38.9522,0,69.8267,52.2964,61.4911,0,0,0,0,0,27.7997,20.6642,0,19.9056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-28,953.0369,24.0000,1962.8444,0,386.4281,168.4211,228.4575,0,176.3833,144.0000,169.2183,0,43.9492,0,160.7689,28.0381,48.0000,36.7781,0,24.0000,0,0,0,15.1192,0,0,0,0,0,0,0,0,4.7006,0,0,0,0,0,0,0 2016-12-29,12583.2597,301.8189,3901.6422,0,597.4011,501.7553,538.2222,0,479.3708,187.5622,356.3561,47.7900,168.7433,3.6200,216.0000,216.0000,48.0000,74.4400,80.8508,24.0000,0,19.1092,0,72.0000,14.6778,10.0983,0,1.9269,10.4008,0,0,18.9747,24.0000,0,0,0,6.4889,0,0,0 -2016-12-30,21766.1511,6638.2006,5473.3125,3055.8617,1061.7603,397.7425,530.1600,0,498.0675,592.9178,394.3031,629.4331,321.9956,67.3875,216.5364,160.0869,48.0000,83.3264,152.4892,175.8633,0,63.8125,108.1047,45.2903,82.2439,82.1119,27.2308,59.0739,13.6064,13.9453,9.6922,24.0006,19.3061,29.3436,12.8208,4.3656,2.5175,1.1269,0.2606,0.0650 +2016-12-30,21766.4117,6638.2006,5473.3125,3055.8617,1061.7603,397.7425,530.1600,0,498.0675,592.9178,394.3031,629.4331,321.9956,67.3875,216.5364,160.0869,48.0000,83.3264,152.4892,175.8633,0,63.8125,108.1047,45.2903,82.2439,82.1119,27.2308,59.0739,13.6064,13.9453,9.6922,24.0006,19.3061,29.3436,12.8208,4.3656,2.5175,1.1269,0.2606,0.0650 2016-12-31,20518.0064,8599.9281,2761.8142,5534.6542,889.1303,1112.6033,266.9975,3.1458,179.7156,150.1633,164.2022,430.1536,241.5139,714.0100,63.5161,24.0000,48.2375,99.6328,22.0906,7.7117,149.5017,71.2450,25.9131,0,29.3383,8.6314,27.2439,13.7992,45.3169,45.9239,38.8869,7.3744,0,16.9689,1.4844,9.6900,0,0,0,0 2017-01-01,11183.6664,932.0322,1254.4625,0,588.6800,526.7989,60.2906,1590.0014,123.3775,23.2497,0,32.6561,120.3844,17.6292,1.7797,5.0458,60.8567,56.2572,0,0,79.9525,48.6856,1.7419,0,0,0,27.1514,0,0.9528,0,7.7075,0,0,0,30.9281,4.2811,0.0217,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_wallduration_hours/timeseries-Month-reference.csv index 6cbbbc2ea9..32cb4435e3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_wallduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Systems Prototyping and Fabrication] Wall Hours: Total","[Sociology] Wall Hours: Total","[Operations Research and Production Systems] Wall Hours: Total","[Tectonics] Wall Hours: Total","[Physical Chemistry] Wall Hours: Total","[Statistics and Probability] Wall Hours: Total","[Quantum Electronics, Waves, and Beams] Wall Hours: Total","[Polar Ocean and Climate Systems] Wall Hours: Total","[Cell Biology] Wall Hours: Total","[Galactic Astronomy] Wall Hours: Total","[Solid State Chemistry and Polymers] Wall Hours: Total","[Arts] Wall Hours: Total","[Experimental Systems] Wall Hours: Total","[Solid-State and Microstructures] Wall Hours: Total","[Organic and Macromolecular Chemistry] Wall Hours: Total","[Algebra and Number Theory] Wall Hours: Total","[Biophysics] Wall Hours: Total","[Stellar Astronomy and Astrophysics] Wall Hours: Total","[Metals, Ceramics, and Electronic Materials] Wall Hours: Total","[Biochemistry and Molecular Structure and Function] Wall Hours: Total","[Design and Computer-Integrated Engineering] Wall Hours: Total","[Emerging Technologies Initiation] Wall Hours: Total","[Polar Meteorology] Wall Hours: Total","[Theoretical Physics] Wall Hours: Total","[Structures and Building Systems] Wall Hours: Total","[Computer and Computation Theory] Wall Hours: Total","[Mechanics and Materials] Wall Hours: Total","[Decision, Risk, and Management Science] Wall Hours: Total","[Seismology] Wall Hours: Total","[Extragalactic Astronomy and Cosmology] Wall Hours: Total","[Economics] Wall Hours: Total","[Polar Aeronomy and Astrophysics] Wall Hours: Total","[Volcanology and Mantle Geochemistry] Wall Hours: Total","[Fluid, Particulate, and Hydraulic Systems] Wall Hours: Total","[Systematic and Population Biology] Wall Hours: Total","[Geology and Paleontology] Wall Hours: Total","[Global Atmospheric Research] Wall Hours: Total","[Geophysics] Wall Hours: Total","[Design, Tools, and Test] Wall Hours: Total","[Law and Social Sciences] Wall Hours: Total" -2016-12,55820.4542,15567.1642,14099.6133,8590.5158,3243.4786,2318.7644,1602.7894,3.1458,1403.3639,1207.5433,1145.5708,1107.3767,776.2019,785.0175,656.8214,428.1250,332.7836,314.8414,255.4306,251.4806,149.5017,154.1667,134.0178,132.4094,126.2600,100.8417,54.4747,74.8000,69.3242,59.8692,48.5792,50.3497,48.0067,46.3125,14.3053,14.0556,9.0064,1.1269,0.2606,0.0650 +2016-12,55820.7147,15567.1642,14099.6133,8590.5158,3243.4786,2318.7644,1602.7894,3.1458,1403.3639,1207.5433,1145.5708,1107.3767,776.2019,785.0175,656.8214,428.1250,332.7836,314.8414,255.4306,251.4806,149.5017,154.1667,134.0178,132.4094,126.2600,100.8417,54.4747,74.8000,69.3242,59.8692,48.5792,50.3497,48.0067,46.3125,14.3053,14.0556,9.0064,1.1269,0.2606,0.0650 2017-01,11183.6664,932.0322,1254.4625,0,588.6800,526.7989,60.2906,1590.0014,123.3775,23.2497,0,32.6561,120.3844,17.6292,1.7797,5.0458,60.8567,56.2572,0,0,79.9525,48.6856,1.7419,0,0,0,27.1514,0,0.9528,0,7.7075,0,0,0,30.9281,4.2811,0.0217,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_wallduration_hours/timeseries-Quarter-reference.csv index 90d483a75d..d45f72b171 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_wallduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Systems Prototyping and Fabrication] Wall Hours: Total","[Sociology] Wall Hours: Total","[Operations Research and Production Systems] Wall Hours: Total","[Tectonics] Wall Hours: Total","[Physical Chemistry] Wall Hours: Total","[Statistics and Probability] Wall Hours: Total","[Quantum Electronics, Waves, and Beams] Wall Hours: Total","[Polar Ocean and Climate Systems] Wall Hours: Total","[Cell Biology] Wall Hours: Total","[Galactic Astronomy] Wall Hours: Total","[Solid State Chemistry and Polymers] Wall Hours: Total","[Arts] Wall Hours: Total","[Experimental Systems] Wall Hours: Total","[Solid-State and Microstructures] Wall Hours: Total","[Organic and Macromolecular Chemistry] Wall Hours: Total","[Algebra and Number Theory] Wall Hours: Total","[Biophysics] Wall Hours: Total","[Stellar Astronomy and Astrophysics] Wall Hours: Total","[Metals, Ceramics, and Electronic Materials] Wall Hours: Total","[Biochemistry and Molecular Structure and Function] Wall Hours: Total","[Design and Computer-Integrated Engineering] Wall Hours: Total","[Emerging Technologies Initiation] Wall Hours: Total","[Polar Meteorology] Wall Hours: Total","[Theoretical Physics] Wall Hours: Total","[Structures and Building Systems] Wall Hours: Total","[Computer and Computation Theory] Wall Hours: Total","[Mechanics and Materials] Wall Hours: Total","[Decision, Risk, and Management Science] Wall Hours: Total","[Seismology] Wall Hours: Total","[Extragalactic Astronomy and Cosmology] Wall Hours: Total","[Economics] Wall Hours: Total","[Polar Aeronomy and Astrophysics] Wall Hours: Total","[Volcanology and Mantle Geochemistry] Wall Hours: Total","[Fluid, Particulate, and Hydraulic Systems] Wall Hours: Total","[Systematic and Population Biology] Wall Hours: Total","[Geology and Paleontology] Wall Hours: Total","[Global Atmospheric Research] Wall Hours: Total","[Geophysics] Wall Hours: Total","[Design, Tools, and Test] Wall Hours: Total","[Law and Social Sciences] Wall Hours: Total" -"2016 Q4",55820.4542,15567.1642,14099.6133,8590.5158,3243.4786,2318.7644,1602.7894,3.1458,1403.3639,1207.5433,1145.5708,1107.3767,776.2019,785.0175,656.8214,428.1250,332.7836,314.8414,255.4306,251.4806,149.5017,154.1667,134.0178,132.4094,126.2600,100.8417,54.4747,74.8000,69.3242,59.8692,48.5792,50.3497,48.0067,46.3125,14.3053,14.0556,9.0064,1.1269,0.2606,0.0650 +"2016 Q4",55820.7147,15567.1642,14099.6133,8590.5158,3243.4786,2318.7644,1602.7894,3.1458,1403.3639,1207.5433,1145.5708,1107.3767,776.2019,785.0175,656.8214,428.1250,332.7836,314.8414,255.4306,251.4806,149.5017,154.1667,134.0178,132.4094,126.2600,100.8417,54.4747,74.8000,69.3242,59.8692,48.5792,50.3497,48.0067,46.3125,14.3053,14.0556,9.0064,1.1269,0.2606,0.0650 "2017 Q1",11183.6664,932.0322,1254.4625,0,588.6800,526.7989,60.2906,1590.0014,123.3775,23.2497,0,32.6561,120.3844,17.6292,1.7797,5.0458,60.8567,56.2572,0,0,79.9525,48.6856,1.7419,0,0,0,27.1514,0,0.9528,0,7.7075,0,0,0,30.9281,4.2811,0.0217,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_wallduration_hours/timeseries-Year-reference.csv index 6a542b5dee..82bc61bb2b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/total_wallduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Systems Prototyping and Fabrication] Wall Hours: Total","[Sociology] Wall Hours: Total","[Operations Research and Production Systems] Wall Hours: Total","[Tectonics] Wall Hours: Total","[Physical Chemistry] Wall Hours: Total","[Statistics and Probability] Wall Hours: Total","[Quantum Electronics, Waves, and Beams] Wall Hours: Total","[Polar Ocean and Climate Systems] Wall Hours: Total","[Cell Biology] Wall Hours: Total","[Galactic Astronomy] Wall Hours: Total","[Solid State Chemistry and Polymers] Wall Hours: Total","[Arts] Wall Hours: Total","[Experimental Systems] Wall Hours: Total","[Solid-State and Microstructures] Wall Hours: Total","[Organic and Macromolecular Chemistry] Wall Hours: Total","[Algebra and Number Theory] Wall Hours: Total","[Biophysics] Wall Hours: Total","[Stellar Astronomy and Astrophysics] Wall Hours: Total","[Metals, Ceramics, and Electronic Materials] Wall Hours: Total","[Biochemistry and Molecular Structure and Function] Wall Hours: Total","[Design and Computer-Integrated Engineering] Wall Hours: Total","[Emerging Technologies Initiation] Wall Hours: Total","[Polar Meteorology] Wall Hours: Total","[Theoretical Physics] Wall Hours: Total","[Structures and Building Systems] Wall Hours: Total","[Computer and Computation Theory] Wall Hours: Total","[Mechanics and Materials] Wall Hours: Total","[Decision, Risk, and Management Science] Wall Hours: Total","[Seismology] Wall Hours: Total","[Extragalactic Astronomy and Cosmology] Wall Hours: Total","[Economics] Wall Hours: Total","[Polar Aeronomy and Astrophysics] Wall Hours: Total","[Volcanology and Mantle Geochemistry] Wall Hours: Total","[Fluid, Particulate, and Hydraulic Systems] Wall Hours: Total","[Systematic and Population Biology] Wall Hours: Total","[Geology and Paleontology] Wall Hours: Total","[Global Atmospheric Research] Wall Hours: Total","[Geophysics] Wall Hours: Total","[Design, Tools, and Test] Wall Hours: Total","[Law and Social Sciences] Wall Hours: Total" -2016,55820.4542,15567.1642,14099.6133,8590.5158,3243.4786,2318.7644,1602.7894,3.1458,1403.3639,1207.5433,1145.5708,1107.3767,776.2019,785.0175,656.8214,428.1250,332.7836,314.8414,255.4306,251.4806,149.5017,154.1667,134.0178,132.4094,126.2600,100.8417,54.4747,74.8000,69.3242,59.8692,48.5792,50.3497,48.0067,46.3125,14.3053,14.0556,9.0064,1.1269,0.2606,0.0650 +2016,55820.7147,15567.1642,14099.6133,8590.5158,3243.4786,2318.7644,1602.7894,3.1458,1403.3639,1207.5433,1145.5708,1107.3767,776.2019,785.0175,656.8214,428.1250,332.7836,314.8414,255.4306,251.4806,149.5017,154.1667,134.0178,132.4094,126.2600,100.8417,54.4747,74.8000,69.3242,59.8692,48.5792,50.3497,48.0067,46.3125,14.3053,14.0556,9.0064,1.1269,0.2606,0.0650 2017,11183.6664,932.0322,1254.4625,0,588.6800,526.7989,60.2906,1590.0014,123.3775,23.2497,0,32.6561,120.3844,17.6292,1.7797,5.0458,60.8567,56.2572,0,0,79.9525,48.6856,1.7419,0,0,0,27.1514,0,0.9528,0,7.7075,0,0,0,30.9281,4.2811,0.0217,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/utilization/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/utilization/aggregate-Day-reference.csv index 7bf0ce3c93..72e761c995 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/utilization/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/utilization/aggregate-Day-reference.csv @@ -8,7 +8,7 @@ start,end "PI Group","Screwdriver CPU Utilization (%)" "Organic and Macromolecular Chemistry",7.3085 "Quantum Electronics, Waves, and Beams",6.9780 -"Systems Prototyping and Fabrication",6.3451 +"Systems Prototyping and Fabrication",6.3478 Sociology,3.6382 "Physical Chemistry",2.5756 "Structures and Building Systems",2.4551 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/utilization/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/utilization/aggregate-Month-reference.csv index 7f77f89415..48934f06ed 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/utilization/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/utilization/aggregate-Month-reference.csv @@ -8,7 +8,7 @@ start,end "PI Group","Screwdriver CPU Utilization (%)" "Quantum Electronics, Waves, and Beams",1.6507 "Organic and Macromolecular Chemistry",1.6136 -"Systems Prototyping and Fabrication",1.3685 +"Systems Prototyping and Fabrication",1.3691 Sociology,0.8085 "Physical Chemistry",0.5590 "Stellar Astronomy and Astrophysics",0.4493 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/utilization/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/utilization/aggregate-Quarter-reference.csv index e64fb49381..8cb0997ae1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/utilization/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/utilization/aggregate-Quarter-reference.csv @@ -8,7 +8,7 @@ start,end "PI Group","Screwdriver CPU Utilization (%)" "Quantum Electronics, Waves, and Beams",0.7276 "Organic and Macromolecular Chemistry",0.6371 -"Systems Prototyping and Fabrication",0.6345 +"Systems Prototyping and Fabrication",0.6348 Sociology,0.3334 "Physical Chemistry",0.2357 "Stellar Astronomy and Astrophysics",0.2083 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/utilization/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/utilization/aggregate-Year-reference.csv index 072ab16e08..2f0cfd2dac 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/utilization/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/utilization/aggregate-Year-reference.csv @@ -7,7 +7,7 @@ start,end --------- "PI Group","Screwdriver CPU Utilization (%)" "Quantum Electronics, Waves, and Beams",0.2017 -"Systems Prototyping and Fabrication",0.1813 +"Systems Prototyping and Fabrication",0.1814 "Organic and Macromolecular Chemistry",0.1668 Sociology,0.0892 "Physical Chemistry",0.0638 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/utilization/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/utilization/timeseries-Day-reference.csv index 3389b2c151..1354008d3f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/utilization/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/utilization/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Organic and Macromolecular Chemistry] Screwdriver CPU Utilization (%)","[Q 2016-12-27,0,3.8952,0,0.0034,1.1947,0,1.5498,1.0025,0,0,0,4.4779,0,0,0.5533,0.5819,0,0,0,0.2483,0,0,0,0,0,0,0,0,0.2488,0,0,0,0,0,0,0,0,0,0,0 2016-12-28,30.6953,22.8458,0.9927,0.0250,5.1848,0,2.4389,1.2160,0,0,2.0446,3.4312,0,0,1.9000,1.4699,0,0,0.3662,1.0125,0,0.3505,0.1890,0,0.0979,0,0,0,0.3000,0,0,0,0,0,0,0,0,0,0,0 2016-12-29,41.2000,51.6212,13.1076,0.4670,5.4647,1.7124,4.6525,3.9938,1.9109,6.0638,4.0642,4.1811,0,0,1.9000,2.2958,0,0.2688,1.4062,0.8919,0,2.7000,0.9000,0,0.5000,0,1.0815,0.1124,0.3000,0.0075,0.7906,0.0542,0,0,0,0.0105,0,0,0,0 -2016-12-30,20.6136,24.4758,22.6731,13.0205,5.8332,9.5951,5.0436,3.1639,6.3813,11.4367,5.7014,2.7609,7.7129,0,1.9000,2.1966,3.1832,3.6308,2.7403,1.9172,0,2.0011,0.5661,0.5439,0.4022,0.3402,0.4196,1.1062,0.2073,0.2962,0.5000,0.0709,0.0687,0.0284,0.1126,0.0855,0.0145,0.0235,0.0293,0.0011 +2016-12-30,20.6136,24.4758,22.7024,13.0205,5.8332,9.5951,5.0436,3.1639,6.3813,11.4367,5.7014,2.7609,7.7129,0,1.9000,2.1966,3.1832,3.6308,2.7403,1.9172,0,2.0011,0.5661,0.5439,0.4022,0.3402,0.4196,1.1062,0.2073,0.2962,0.5000,0.0709,0.0687,0.0284,0.1126,0.0855,0.0145,0.0235,0.0293,0.0011 2016-12-31,5.5311,11.5907,21.3729,18.3076,5.1151,3.4228,5.9107,12.2717,7.1245,1.6568,2.8769,1.3368,5.9391,0.0393,1.9038,1.4976,5.7653,2.4113,2.1582,2.9599,3.6187,0.3000,0,0.1307,0,0.9523,0,0.0144,0.0080,0.7438,0.3073,0.5116,0.5239,0.0284,0.0270,0.0090,0.0478,0,0,0 2017-01-01,0.0593,1.5099,11.6497,1.7636,2.3403,0,3.3167,5.1025,4.8686,0,1.3067,0,0,9.9375,1.7672,1.0281,0,0.1562,1.0032,0.3871,1.8628,0.0631,0,0.9068,0,0.2147,0.0036,0,0,0.0367,0,0.0119,0.0223,0.0283,0.0018,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/utilization/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/utilization/timeseries-Month-reference.csv index 88d6c3f5be..a78a86cbb8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/utilization/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/utilization/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Quantum Electronics, Waves, and Beams] Screwdriver CPU Utilization (%)","[Organic and Macromolecular Chemistry] Screwdriver CPU Utilization (%)","[Systems Prototyping and Fabrication] Screwdriver CPU Utilization (%)","[Sociology] Screwdriver CPU Utilization (%)","[Physical Chemistry] Screwdriver CPU Utilization (%)","[Stellar Astronomy and Astrophysics] Screwdriver CPU Utilization (%)","[Statistics and Probability] Screwdriver CPU Utilization (%)","[Structures and Building Systems] Screwdriver CPU Utilization (%)","[Emerging Technologies Initiation] Screwdriver CPU Utilization (%)","[Metals, Ceramics, and Electronic Materials] Screwdriver CPU Utilization (%)","[Operations Research and Production Systems] Screwdriver CPU Utilization (%)","[Biophysics] Screwdriver CPU Utilization (%)","[Solid State Chemistry and Polymers] Screwdriver CPU Utilization (%)","[Fluid, Particulate, and Hydraulic Systems] Screwdriver CPU Utilization (%)","[Polar Ocean and Climate Systems] Screwdriver CPU Utilization (%)","[Cell Biology] Screwdriver CPU Utilization (%)","[Tectonics] Screwdriver CPU Utilization (%)","[Experimental Systems] Screwdriver CPU Utilization (%)","[Arts] Screwdriver CPU Utilization (%)","[Galactic Astronomy] Screwdriver CPU Utilization (%)","[Design and Computer-Integrated Engineering] Screwdriver CPU Utilization (%)","[Algebra and Number Theory] Screwdriver CPU Utilization (%)","[Theoretical Physics] Screwdriver CPU Utilization (%)","[Systematic and Population Biology] Screwdriver CPU Utilization (%)","[Economics] Screwdriver CPU Utilization (%)","[Global Atmospheric Research] Screwdriver CPU Utilization (%)","[Volcanology and Mantle Geochemistry] Screwdriver CPU Utilization (%)","[Decision, Risk, and Management Science] Screwdriver CPU Utilization (%)","[Solid-State and Microstructures] Screwdriver CPU Utilization (%)","[Polar Aeronomy and Astrophysics] Screwdriver CPU Utilization (%)","[Biochemistry and Molecular Structure and Function] Screwdriver CPU Utilization (%)","[Seismology] Screwdriver CPU Utilization (%)","[Geology and Paleontology] Screwdriver CPU Utilization (%)","[Polar Meteorology] Screwdriver CPU Utilization (%)","[Mechanics and Materials] Screwdriver CPU Utilization (%)","[Computer and Computation Theory] Screwdriver CPU Utilization (%)","[Extragalactic Astronomy and Cosmology] Screwdriver CPU Utilization (%)","[Design, Tools, and Test] Screwdriver CPU Utilization (%)","[Geophysics] Screwdriver CPU Utilization (%)","[Law and Social Sciences] Screwdriver CPU Utilization (%)" -2016-12,4.8547,8.2790,2.9073,3.0488,1.8082,0.9798,1.2019,2.9461,0.7708,0.9579,0.7344,0.9566,0.9678,0.6826,0.0066,0.4021,0.4474,0.3335,0.4854,0.3887,0.1809,0.2676,0.0828,0.0337,0.0646,0.0751,0.1667,0.0617,0.0673,0.0677,0.0532,0.0318,0.0296,0.0070,0.0113,0.0053,0.0031,0.0015,0.0039,0.0001 +2016-12,4.8547,8.2790,2.9088,3.0488,1.8082,0.9798,1.2019,2.9461,0.7708,0.9579,0.7344,0.9566,0.9678,0.6826,0.0066,0.4021,0.4474,0.3335,0.4854,0.3887,0.1809,0.2676,0.0828,0.0337,0.0646,0.0751,0.1667,0.0617,0.0673,0.0677,0.0532,0.0318,0.0296,0.0070,0.0113,0.0053,0.0031,0.0015,0.0039,0.0001 2017-01,0.0487,0.0019,0.3758,0.0569,0.0755,0.1070,0.1646,0,0.1571,0,0.0422,0.0570,0,0,0.3206,0.0332,0,0.0324,0.0050,0.0125,0.0601,0.0020,0,0.0293,0.0069,0.0001,0,0,0.0012,0,0,0.0004,0.0007,0.0001,0.0009,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/utilization/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/utilization/timeseries-Quarter-reference.csv index 17f5ff791e..8b29b33f3c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/utilization/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/utilization/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Quantum Electronics, Waves, and Beams] Screwdriver CPU Utilization (%)","[Organic and Macromolecular Chemistry] Screwdriver CPU Utilization (%)","[Systems Prototyping and Fabrication] Screwdriver CPU Utilization (%)","[Sociology] Screwdriver CPU Utilization (%)","[Physical Chemistry] Screwdriver CPU Utilization (%)","[Stellar Astronomy and Astrophysics] Screwdriver CPU Utilization (%)","[Emerging Technologies Initiation] Screwdriver CPU Utilization (%)","[Statistics and Probability] Screwdriver CPU Utilization (%)","[Metals, Ceramics, and Electronic Materials] Screwdriver CPU Utilization (%)","[Structures and Building Systems] Screwdriver CPU Utilization (%)","[Operations Research and Production Systems] Screwdriver CPU Utilization (%)","[Fluid, Particulate, and Hydraulic Systems] Screwdriver CPU Utilization (%)","[Solid State Chemistry and Polymers] Screwdriver CPU Utilization (%)","[Biophysics] Screwdriver CPU Utilization (%)","[Polar Ocean and Climate Systems] Screwdriver CPU Utilization (%)","[Cell Biology] Screwdriver CPU Utilization (%)","[Tectonics] Screwdriver CPU Utilization (%)","[Experimental Systems] Screwdriver CPU Utilization (%)","[Arts] Screwdriver CPU Utilization (%)","[Design and Computer-Integrated Engineering] Screwdriver CPU Utilization (%)","[Algebra and Number Theory] Screwdriver CPU Utilization (%)","[Galactic Astronomy] Screwdriver CPU Utilization (%)","[Theoretical Physics] Screwdriver CPU Utilization (%)","[Systematic and Population Biology] Screwdriver CPU Utilization (%)","[Economics] Screwdriver CPU Utilization (%)","[Global Atmospheric Research] Screwdriver CPU Utilization (%)","[Decision, Risk, and Management Science] Screwdriver CPU Utilization (%)","[Volcanology and Mantle Geochemistry] Screwdriver CPU Utilization (%)","[Solid-State and Microstructures] Screwdriver CPU Utilization (%)","[Polar Aeronomy and Astrophysics] Screwdriver CPU Utilization (%)","[Biochemistry and Molecular Structure and Function] Screwdriver CPU Utilization (%)","[Seismology] Screwdriver CPU Utilization (%)","[Geology and Paleontology] Screwdriver CPU Utilization (%)","[Polar Meteorology] Screwdriver CPU Utilization (%)","[Computer and Computation Theory] Screwdriver CPU Utilization (%)","[Mechanics and Materials] Screwdriver CPU Utilization (%)","[Extragalactic Astronomy and Cosmology] Screwdriver CPU Utilization (%)","[Design, Tools, and Test] Screwdriver CPU Utilization (%)","[Geophysics] Screwdriver CPU Utilization (%)","[Law and Social Sciences] Screwdriver CPU Utilization (%)" -"2016 Q4",4.8547,8.2790,2.9073,3.0488,1.8082,0.9798,0.7708,1.2019,0.9579,2.9461,0.7344,0.6826,0.9678,0.9566,0.0066,0.4021,0.4474,0.3335,0.4854,0.1809,0.2676,0.3887,0.0828,0.0337,0.0646,0.0751,0.0617,0.1667,0.0673,0.0677,0.0532,0.0318,0.0296,0.0070,0.0053,0.0113,0.0031,0.0015,0.0039,0.0001 +"2016 Q4",4.8547,8.2790,2.9088,3.0488,1.8082,0.9798,0.7708,1.2019,0.9579,2.9461,0.7344,0.6826,0.9678,0.9566,0.0066,0.4021,0.4474,0.3335,0.4854,0.1809,0.2676,0.3887,0.0828,0.0337,0.0646,0.0751,0.0617,0.1667,0.0673,0.0677,0.0532,0.0318,0.0296,0.0070,0.0053,0.0113,0.0031,0.0015,0.0039,0.0001 "2017 Q1",0.0168,0.0007,0.1294,0.0196,0.0260,0.0369,0.0541,0.0567,0,0,0.0145,0,0,0.0196,0.1104,0.0114,0,0.0111,0.0017,0.0207,0.0007,0.0043,0,0.0101,0.0024,0.0000,0,0,0.0004,0,0,0.0001,0.0002,0.0000,0,0.0003,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/utilization/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/utilization/timeseries-Year-reference.csv index 05628aeaee..f61edfbafe 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/utilization/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/fieldofscience/utilization/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Quantum Electronics, Waves, and Beams] Screwdriver CPU Utilization (%)","[Systems Prototyping and Fabrication] Screwdriver CPU Utilization (%)","[Organic and Macromolecular Chemistry] Screwdriver CPU Utilization (%)","[Sociology] Screwdriver CPU Utilization (%)","[Physical Chemistry] Screwdriver CPU Utilization (%)","[Stellar Astronomy and Astrophysics] Screwdriver CPU Utilization (%)","[Emerging Technologies Initiation] Screwdriver CPU Utilization (%)","[Metals, Ceramics, and Electronic Materials] Screwdriver CPU Utilization (%)","[Statistics and Probability] Screwdriver CPU Utilization (%)","[Operations Research and Production Systems] Screwdriver CPU Utilization (%)","[Structures and Building Systems] Screwdriver CPU Utilization (%)","[Fluid, Particulate, and Hydraulic Systems] Screwdriver CPU Utilization (%)","[Solid State Chemistry and Polymers] Screwdriver CPU Utilization (%)","[Biophysics] Screwdriver CPU Utilization (%)","[Polar Ocean and Climate Systems] Screwdriver CPU Utilization (%)","[Cell Biology] Screwdriver CPU Utilization (%)","[Tectonics] Screwdriver CPU Utilization (%)","[Experimental Systems] Screwdriver CPU Utilization (%)","[Arts] Screwdriver CPU Utilization (%)","[Design and Computer-Integrated Engineering] Screwdriver CPU Utilization (%)","[Algebra and Number Theory] Screwdriver CPU Utilization (%)","[Galactic Astronomy] Screwdriver CPU Utilization (%)","[Theoretical Physics] Screwdriver CPU Utilization (%)","[Systematic and Population Biology] Screwdriver CPU Utilization (%)","[Economics] Screwdriver CPU Utilization (%)","[Global Atmospheric Research] Screwdriver CPU Utilization (%)","[Decision, Risk, and Management Science] Screwdriver CPU Utilization (%)","[Biochemistry and Molecular Structure and Function] Screwdriver CPU Utilization (%)","[Polar Aeronomy and Astrophysics] Screwdriver CPU Utilization (%)","[Solid-State and Microstructures] Screwdriver CPU Utilization (%)","[Volcanology and Mantle Geochemistry] Screwdriver CPU Utilization (%)","[Seismology] Screwdriver CPU Utilization (%)","[Geology and Paleontology] Screwdriver CPU Utilization (%)","[Polar Meteorology] Screwdriver CPU Utilization (%)","[Computer and Computation Theory] Screwdriver CPU Utilization (%)","[Extragalactic Astronomy and Cosmology] Screwdriver CPU Utilization (%)","[Mechanics and Materials] Screwdriver CPU Utilization (%)","[Design, Tools, and Test] Screwdriver CPU Utilization (%)","[Geophysics] Screwdriver CPU Utilization (%)","[Law and Social Sciences] Screwdriver CPU Utilization (%)" -2016,4.8547,2.9073,8.2790,3.0488,1.8082,0.9798,0.7708,0.9579,1.2019,0.7344,2.9461,0.6826,0.9678,0.9566,0.0066,0.4021,0.4474,0.3335,0.4854,0.1809,0.2676,0.3887,0.0828,0.0337,0.0646,0.0751,0.0617,0.0532,0.0677,0.0673,0.1667,0.0318,0.0296,0.0070,0.0053,0.0031,0.0113,0.0015,0.0039,0.0001 +2016,4.8547,2.9088,8.2790,3.0488,1.8082,0.9798,0.7708,0.9579,1.2019,0.7344,2.9461,0.6826,0.9678,0.9566,0.0066,0.4021,0.4474,0.3335,0.4854,0.1809,0.2676,0.3887,0.0828,0.0337,0.0646,0.0751,0.0617,0.0532,0.0677,0.0673,0.1667,0.0318,0.0296,0.0070,0.0053,0.0031,0.0113,0.0015,0.0039,0.0001 2017,0.0041,0.0319,0.0002,0.0048,0.0064,0.0091,0.0133,0,0.0140,0.0036,0,0,0,0.0048,0.0272,0.0028,0,0.0027,0.0004,0.0051,0.0002,0.0011,0,0.0025,0.0006,0.0000,0,0,0,0.0001,0,0.0000,0.0001,0.0000,0,0,0.0001,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/active_person_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/active_person_count/aggregate-Day-reference.csv index a22a557fea..34a39039e1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/active_person_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/active_person_count/aggregate-Day-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Number of Users: Active" -0,66 +0,67 2,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/active_person_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/active_person_count/aggregate-Month-reference.csv index a22a557fea..34a39039e1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/active_person_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/active_person_count/aggregate-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Number of Users: Active" -0,66 +0,67 2,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/active_person_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/active_person_count/aggregate-Quarter-reference.csv index a22a557fea..34a39039e1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/active_person_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/active_person_count/aggregate-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Number of Users: Active" -0,66 +0,67 2,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/active_person_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/active_person_count/aggregate-Year-reference.csv index a22a557fea..34a39039e1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/active_person_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/active_person_count/aggregate-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Number of Users: Active" -0,66 +0,67 2,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/active_person_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/active_person_count/timeseries-Day-reference.csv index 67b648fec7..5456a6d46b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/active_person_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/active_person_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[0] Number of Users: Active","[2] Number of Users: Active" 2016-12-27,15,1 2016-12-28,24,1 2016-12-29,42,1 -2016-12-30,63,1 +2016-12-30,64,1 2016-12-31,55,1 2017-01-01,38,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/active_person_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/active_person_count/timeseries-Month-reference.csv index 7c356cf4fa..1570135158 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/active_person_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/active_person_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[0] Number of Users: Active","[2] Number of Users: Active" -2016-12,66,1 +2016-12,67,1 2017-01,38,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/active_person_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/active_person_count/timeseries-Quarter-reference.csv index 81e3ad710a..13aa7d98db 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/active_person_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/active_person_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[0] Number of Users: Active","[2] Number of Users: Active" -"2016 Q4",66,1 +"2016 Q4",67,1 "2017 Q1",38,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/active_person_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/active_person_count/timeseries-Year-reference.csv index f6ef6018f8..319505b550 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/active_person_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/active_person_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[0] Number of Users: Active","[2] Number of Users: Active" -2016,66,1 +2016,67,1 2017,38,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_cpu_hours/aggregate-Day-reference.csv index ed19739863..9ff328a75a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_cpu_hours/aggregate-Day-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","CPU Hours: Per Job","Std Dev: CPU Hours: Per Job" -0,11.74453254,0.4533465582587928 +0,11.74476246,0.4533402593311067 2,1520.73833333, --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_cpu_hours/aggregate-Month-reference.csv index efad6727e2..5fd88f864b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_cpu_hours/aggregate-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","CPU Hours: Per Job","Std Dev: CPU Hours: Per Job" -0,11.74453254,0.7927749973468063 +0,11.74476246,0.7927639136921323 2,1520.73833333,899.5902978802504 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_cpu_hours/aggregate-Quarter-reference.csv index efad6727e2..5fd88f864b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_cpu_hours/aggregate-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","CPU Hours: Per Job","Std Dev: CPU Hours: Per Job" -0,11.74453254,0.7927749973468063 +0,11.74476246,0.7927639136921323 2,1520.73833333,899.5902978802504 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_cpu_hours/aggregate-Year-reference.csv index efad6727e2..5fd88f864b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_cpu_hours/aggregate-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","CPU Hours: Per Job","Std Dev: CPU Hours: Per Job" -0,11.74453254,0.7927749973468063 +0,11.74476246,0.7927639136921323 2,1520.73833333,899.5902978802504 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_cpu_hours/timeseries-Day-reference.csv index 126480d848..fe11a41a85 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_cpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[0] CPU Hours: Per Job","[2] CPU Hours: Per Job" 2016-12-27,372.32060298,288.00000000 2016-12-28,181.96149282,288.00000000 2016-12-29,98.31729921,288.00000000 -2016-12-30,9.52489316,288.00000000 +2016-12-30,9.52553829,288.00000000 2016-12-31,7.49752144,288.00000000 2017-01-01,4.19773714,124.26000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_cpu_hours/timeseries-Month-reference.csv index 442f1eb1ab..18ee07069a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_cpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[0] CPU Hours: Per Job","[2] CPU Hours: Per Job" -2016-12,13.66323374,2792.95666667 +2016-12,13.66349130,2792.95666667 2017-01,4.19773714,124.26000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_cpu_hours/timeseries-Quarter-reference.csv index 963ab4bd11..c2367ec71d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_cpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[0] CPU Hours: Per Job","[2] CPU Hours: Per Job" -"2016 Q4",13.66323374,2792.95666667 +"2016 Q4",13.66349130,2792.95666667 "2017 Q1",4.19773714,124.26000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_cpu_hours/timeseries-Year-reference.csv index 31025c39ad..835f509611 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_cpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[0] CPU Hours: Per Job","[2] CPU Hours: Per Job" -2016,13.66323374,2792.95666667 +2016,13.66349130,2792.95666667 2017,4.19773714,124.26000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv index 979be49cee..d91963b931 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Job Size: Weighted By CPU Hours (Core Count)" -0,65.8108 +0,65.8122 2,12.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv index 979be49cee..d91963b931 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Job Size: Weighted By CPU Hours (Core Count)" -0,65.8108 +0,65.8122 2,12.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv index 979be49cee..d91963b931 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Job Size: Weighted By CPU Hours (Core Count)" -0,65.8108 +0,65.8122 2,12.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv index 979be49cee..d91963b931 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Job Size: Weighted By CPU Hours (Core Count)" -0,65.8108 +0,65.8122 2,12.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv index 04fbc57539..e1000349f4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[0] Job Size: Weighted By CPU Hours (Core Count)","[2] Job Size: Weighted B 2016-12-27,68.9139,12.0000 2016-12-28,107.9503,12.0000 2016-12-29,87.7147,12.0000 -2016-12-30,69.1753,12.0000 +2016-12-30,69.1793,12.0000 2016-12-31,43.3951,12.0000 2017-01-01,22.3122,12.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv index d76545b6a9..7642d0abc4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[0] Job Size: Weighted By CPU Hours (Core Count)","[2] Job Size: Weighted By CPU Hours (Core Count)" -2016-12,69.7491,12.0000 +2016-12,69.7505,12.0000 2017-01,22.3122,12.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv index 1526735c14..3f2f05e1e9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[0] Job Size: Weighted By CPU Hours (Core Count)","[2] Job Size: Weighted By CPU Hours (Core Count)" -"2016 Q4",69.7491,12.0000 +"2016 Q4",69.7505,12.0000 "2017 Q1",22.3122,12.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv index bba2269bb3..00ebc05c8d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[0] Job Size: Weighted By CPU Hours (Core Count)","[2] Job Size: Weighted By CPU Hours (Core Count)" -2016,69.7491,12.0000 +2016,69.7505,12.0000 2017,22.3122,12.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_node_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_node_hours/aggregate-Day-reference.csv index 4b5feb22a9..332922bfe5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_node_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_node_hours/aggregate-Day-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Node Hours: Per Job","Std Dev: Node Hours: Per Job" -0,2.18830603,0.03779688988122659 +0,2.18830822,0.03779635992364266 2,126.72819444, --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_node_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_node_hours/aggregate-Month-reference.csv index 5eb9296993..be2d1a2b33 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_node_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_node_hours/aggregate-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Node Hours: Per Job","Std Dev: Node Hours: Per Job" -0,2.18830603,0.06286554569018009 +0,2.18830822,0.06286466417224094 2,126.72819444,74.96585815668755 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_node_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_node_hours/aggregate-Quarter-reference.csv index 5eb9296993..be2d1a2b33 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_node_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_node_hours/aggregate-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Node Hours: Per Job","Std Dev: Node Hours: Per Job" -0,2.18830603,0.06286554569018009 +0,2.18830822,0.06286466417224094 2,126.72819444,74.96585815668755 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_node_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_node_hours/aggregate-Year-reference.csv index 5eb9296993..be2d1a2b33 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_node_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_node_hours/aggregate-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Node Hours: Per Job","Std Dev: Node Hours: Per Job" -0,2.18830603,0.06286554569018009 +0,2.18830822,0.06286466417224094 2,126.72819444,74.96585815668755 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_node_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_node_hours/timeseries-Day-reference.csv index 58a4fb7b49..6bd1d36ca7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_node_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_node_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[0] Node Hours: Per Job","[2] Node Hours: Per Job" 2016-12-27,28.83883469,24.00000000 2016-12-28,19.13277654,24.00000000 2016-12-29,16.39131509,24.00000000 -2016-12-30,1.81203854,24.00000000 +2016-12-30,1.81205701,24.00000000 2016-12-31,1.60005394,24.00000000 2017-01-01,1.07678427,10.35500000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_node_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_node_hours/timeseries-Month-reference.csv index f82a236d40..764b5b8eb6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_node_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_node_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[0] Node Hours: Per Job","[2] Node Hours: Per Job" -2016-12,2.45898158,232.74638889 +2016-12,2.45897955,232.74638889 2017-01,1.07678427,10.35500000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_node_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_node_hours/timeseries-Quarter-reference.csv index d10656e711..865bccb410 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_node_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_node_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[0] Node Hours: Per Job","[2] Node Hours: Per Job" -"2016 Q4",2.45898158,232.74638889 +"2016 Q4",2.45897955,232.74638889 "2017 Q1",1.07678427,10.35500000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_node_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_node_hours/timeseries-Year-reference.csv index ee7542e7ae..d35cd73f2f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_node_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_node_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[0] Node Hours: Per Job","[2] Node Hours: Per Job" -2016,2.45898158,232.74638889 +2016,2.45897955,232.74638889 2017,1.07678427,10.35500000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_processors/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_processors/aggregate-Day-reference.csv index 3354bd7a26..5253d49d32 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_processors/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_processors/aggregate-Day-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Job Size: Per Job (Core Count)","Std Dev: Job Size: Per Job (Core Count)" -0,8.7345,0.02156363253599851 +0,8.7359,0.021608211734148623 2,12.0000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_processors/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_processors/aggregate-Month-reference.csv index 3354bd7a26..5253d49d32 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_processors/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_processors/aggregate-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Job Size: Per Job (Core Count)","Std Dev: Job Size: Per Job (Core Count)" -0,8.7345,0.02156363253599851 +0,8.7359,0.021608211734148623 2,12.0000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_processors/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_processors/aggregate-Quarter-reference.csv index 3354bd7a26..5253d49d32 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_processors/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_processors/aggregate-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Job Size: Per Job (Core Count)","Std Dev: Job Size: Per Job (Core Count)" -0,8.7345,0.02156363253599851 +0,8.7359,0.021608211734148623 2,12.0000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_processors/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_processors/aggregate-Year-reference.csv index 3354bd7a26..5253d49d32 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_processors/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_processors/aggregate-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Job Size: Per Job (Core Count)","Std Dev: Job Size: Per Job (Core Count)" -0,8.7345,0.02156363253599851 +0,8.7359,0.021608211734148623 2,12.0000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_processors/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_processors/timeseries-Day-reference.csv index da2605354c..8ba6043bde 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_processors/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_processors/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[0] Job Size: Per Job (Core Count)","[2] Job Size: Per Job (Core Count)" 2016-12-27,29.4390,12.0000 2016-12-28,11.5635,12.0000 2016-12-29,6.8608,12.0000 -2016-12-30,8.0162,12.0000 +2016-12-30,8.0196,12.0000 2016-12-31,8.7856,12.0000 2017-01-01,9.1323,12.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_processors/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_processors/timeseries-Month-reference.csv index 53100fb9d5..3f583e649a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_processors/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_processors/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[0] Job Size: Per Job (Core Count)","[2] Job Size: Per Job (Core Count)" -2016-12,8.5389,12.0000 +2016-12,8.5407,12.0000 2017-01,9.1323,12.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_processors/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_processors/timeseries-Quarter-reference.csv index 84c2a0866a..8d0bb77fbc 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_processors/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_processors/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[0] Job Size: Per Job (Core Count)","[2] Job Size: Per Job (Core Count)" -"2016 Q4",8.5389,12.0000 +"2016 Q4",8.5407,12.0000 "2017 Q1",9.1323,12.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_processors/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_processors/timeseries-Year-reference.csv index 710206be53..e61b7ab4df 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_processors/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_processors/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[0] Job Size: Per Job (Core Count)","[2] Job Size: Per Job (Core Count)" -2016,8.5389,12.0000 +2016,8.5407,12.0000 2017,9.1323,12.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_waitduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_waitduration_hours/aggregate-Day-reference.csv index 22b5bee66e..564a494db0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_waitduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_waitduration_hours/aggregate-Day-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Wait Hours: Per Job","Std Dev: Wait Hours: Per Job" -0,4.29590611,0.08956818240268102 +0,4.29584724,0.08956694574482715 2,0.00013889,0.00009820927516479828 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_waitduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_waitduration_hours/aggregate-Month-reference.csv index 22b5bee66e..564a494db0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_waitduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_waitduration_hours/aggregate-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Wait Hours: Per Job","Std Dev: Wait Hours: Per Job" -0,4.29590611,0.08956818240268102 +0,4.29584724,0.08956694574482715 2,0.00013889,0.00009820927516479828 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_waitduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_waitduration_hours/aggregate-Quarter-reference.csv index 22b5bee66e..564a494db0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_waitduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_waitduration_hours/aggregate-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Wait Hours: Per Job","Std Dev: Wait Hours: Per Job" -0,4.29590611,0.08956818240268102 +0,4.29584724,0.08956694574482715 2,0.00013889,0.00009820927516479828 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_waitduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_waitduration_hours/aggregate-Year-reference.csv index 22b5bee66e..564a494db0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_waitduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_waitduration_hours/aggregate-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Wait Hours: Per Job","Std Dev: Wait Hours: Per Job" -0,4.29590611,0.08956818240268102 +0,4.29584724,0.08956694574482715 2,0.00013889,0.00009820927516479828 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_waitduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_waitduration_hours/timeseries-Day-reference.csv index 1f58befd7f..5f812788b5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_waitduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_waitduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[0] Wait Hours: Per Job","[2] Wait Hours: Per Job" 2016-12-27,63.81457885,0.00000000 2016-12-28,8.81944104,0.00000000 2016-12-29,4.73013286,0.00000000 -2016-12-30,7.20200027,0.00000000 +2016-12-30,7.20173827,0.00000000 2016-12-31,2.68411411,0.00000000 2017-01-01,1.71049414,0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_waitduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_waitduration_hours/timeseries-Month-reference.csv index f457b3c9e1..9902faf82a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_waitduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_waitduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[0] Wait Hours: Per Job","[2] Wait Hours: Per Job" -2016-12,4.99060218,0.00027778 +2016-12,4.99051514,0.00027778 2017-01,1.71049414,0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_waitduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_waitduration_hours/timeseries-Quarter-reference.csv index dab5871365..4ff59b0fdd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_waitduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_waitduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[0] Wait Hours: Per Job","[2] Wait Hours: Per Job" -"2016 Q4",4.99060218,0.00027778 +"2016 Q4",4.99051514,0.00027778 "2017 Q1",1.71049414,0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_waitduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_waitduration_hours/timeseries-Year-reference.csv index d5af09d763..24ea006551 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_waitduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_waitduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[0] Wait Hours: Per Job","[2] Wait Hours: Per Job" -2016,4.99060218,0.00027778 +2016,4.99051514,0.00027778 2017,1.71049414,0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_wallduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_wallduration_hours/aggregate-Day-reference.csv index e6b746013c..4178f1b0b5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_wallduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_wallduration_hours/aggregate-Day-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Wall Hours: Per Job","Std Dev: Wall Hours: Per Job" -0,1.79107501,0.017902725699608067 +0,1.79105355,0.017902487516541984 2,126.72819444, --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_wallduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_wallduration_hours/aggregate-Month-reference.csv index ebe5b92de3..c0d5072aaf 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_wallduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_wallduration_hours/aggregate-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Wall Hours: Per Job","Std Dev: Wall Hours: Per Job" -0,1.79107501,0.02569893349474275 +0,1.79105355,0.025698582083593595 2,126.72819444,74.96585815668755 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_wallduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_wallduration_hours/aggregate-Quarter-reference.csv index ebe5b92de3..c0d5072aaf 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_wallduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_wallduration_hours/aggregate-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Wall Hours: Per Job","Std Dev: Wall Hours: Per Job" -0,1.79107501,0.02569893349474275 +0,1.79105355,0.025698582083593595 2,126.72819444,74.96585815668755 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_wallduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_wallduration_hours/aggregate-Year-reference.csv index ebe5b92de3..c0d5072aaf 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_wallduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_wallduration_hours/aggregate-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Wall Hours: Per Job","Std Dev: Wall Hours: Per Job" -0,1.79107501,0.02569893349474275 +0,1.79105355,0.025698582083593595 2,126.72819444,74.96585815668755 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_wallduration_hours/timeseries-Day-reference.csv index 05c8e94e7d..611cd0b0b7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_wallduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[0] Wall Hours: Per Job","[2] Wall Hours: Per Job" 2016-12-27,12.44349593,24.00000000 2016-12-28,10.13395014,24.00000000 2016-12-29,11.77717622,24.00000000 -2016-12-30,1.48466465,24.00000000 +2016-12-30,1.48462223,24.00000000 2016-12-31,1.42890835,24.00000000 2017-01-01,1.01170495,10.35500000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_wallduration_hours/timeseries-Month-reference.csv index b9f9515bd2..7441da2add 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_wallduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[0] Wall Hours: Per Job","[2] Wall Hours: Per Job" -2016-12,1.97419352,232.74638889 +2016-12,1.97416303,232.74638889 2017-01,1.01170495,10.35500000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_wallduration_hours/timeseries-Quarter-reference.csv index f4d79f4748..564a2db815 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_wallduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[0] Wall Hours: Per Job","[2] Wall Hours: Per Job" -"2016 Q4",1.97419352,232.74638889 +"2016 Q4",1.97416303,232.74638889 "2017 Q1",1.01170495,10.35500000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_wallduration_hours/timeseries-Year-reference.csv index e8e1ccfcf9..2cedbfe390 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/avg_wallduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[0] Wall Hours: Per Job","[2] Wall Hours: Per Job" -2016,1.97419352,232.74638889 +2016,1.97416303,232.74638889 2017,1.01170495,10.35500000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/expansion_factor/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/expansion_factor/aggregate-Day-reference.csv index 552287dd19..cba5e40ab4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/expansion_factor/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/expansion_factor/aggregate-Day-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","User Expansion Factor" -0,3.1066 +0,3.1065 2,1.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/expansion_factor/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/expansion_factor/aggregate-Month-reference.csv index 552287dd19..cba5e40ab4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/expansion_factor/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/expansion_factor/aggregate-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","User Expansion Factor" -0,3.1066 +0,3.1065 2,1.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/expansion_factor/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/expansion_factor/aggregate-Quarter-reference.csv index 552287dd19..cba5e40ab4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/expansion_factor/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/expansion_factor/aggregate-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","User Expansion Factor" -0,3.1066 +0,3.1065 2,1.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/expansion_factor/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/expansion_factor/aggregate-Year-reference.csv index 552287dd19..cba5e40ab4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/expansion_factor/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/expansion_factor/aggregate-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","User Expansion Factor" -0,3.1066 +0,3.1065 2,1.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/expansion_factor/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/expansion_factor/timeseries-Day-reference.csv index 5f1743f4da..702aad6cca 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/expansion_factor/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/expansion_factor/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[0] User Expansion Factor","[2] User Expansion Factor" 2016-12-27,2.0662,1.0000 2016-12-28,1.5099,1.0000 2016-12-29,1.3805,1.0000 -2016-12-30,4.9363,1.0000 +2016-12-30,4.9362,1.0000 2016-12-31,2.5847,1.0000 2017-01-01,2.7567,1.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/job_count/aggregate-Day-reference.csv index ad07d3a637..66ba36ff7c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/job_count/aggregate-Day-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Number of Jobs Ended" -0,71311 +0,71312 2,2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/job_count/aggregate-Month-reference.csv index ad07d3a637..66ba36ff7c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/job_count/aggregate-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Number of Jobs Ended" -0,71311 +0,71312 2,2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/job_count/aggregate-Quarter-reference.csv index ad07d3a637..66ba36ff7c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/job_count/aggregate-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Number of Jobs Ended" -0,71311 +0,71312 2,2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/job_count/aggregate-Year-reference.csv index ad07d3a637..66ba36ff7c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/job_count/aggregate-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Number of Jobs Ended" -0,71311 +0,71312 2,2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/job_count/timeseries-Day-reference.csv index a5999dc9fb..299e1ce601 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[0] Number of Jobs Ended","[2] Number of Jobs Ended" 2016-12-27,0,0 2016-12-28,0,0 2016-12-29,0,0 -2016-12-30,26606,0 +2016-12-30,26607,0 2016-12-31,28141,0 2017-01-01,16564,2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/job_count/timeseries-Month-reference.csv index fb49506c37..34c15bedb2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[0] Number of Jobs Ended","[2] Number of Jobs Ended" -2016-12,54747,0 +2016-12,54748,0 2017-01,16564,2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/job_count/timeseries-Quarter-reference.csv index f64923a86e..54676ee4cf 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[0] Number of Jobs Ended","[2] Number of Jobs Ended" -"2016 Q4",54747,0 +"2016 Q4",54748,0 "2017 Q1",16564,2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/job_count/timeseries-Year-reference.csv index 8b5f88efef..ebf43690d7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[0] Number of Jobs Ended","[2] Number of Jobs Ended" -2016,54747,0 +2016,54748,0 2017,16564,2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/running_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/running_job_count/aggregate-Day-reference.csv index 444f15ae2b..17a648bd63 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/running_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/running_job_count/aggregate-Day-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Number of Jobs Running" -0,71311 +0,71312 2,2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/running_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/running_job_count/aggregate-Month-reference.csv index 444f15ae2b..17a648bd63 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/running_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/running_job_count/aggregate-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Number of Jobs Running" -0,71311 +0,71312 2,2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/running_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/running_job_count/aggregate-Quarter-reference.csv index 444f15ae2b..17a648bd63 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/running_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/running_job_count/aggregate-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Number of Jobs Running" -0,71311 +0,71312 2,2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/running_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/running_job_count/aggregate-Year-reference.csv index 444f15ae2b..17a648bd63 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/running_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/running_job_count/aggregate-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Number of Jobs Running" -0,71311 +0,71312 2,2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/running_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/running_job_count/timeseries-Day-reference.csv index cd3c48a6d2..cf27800556 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/running_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/running_job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[0] Number of Jobs Running","[2] Number of Jobs Running" 2016-12-27,41,1 2016-12-28,449,1 2016-12-29,1739,1 -2016-12-30,28854,1 +2016-12-30,28855,1 2016-12-31,29602,1 2017-01-01,16564,2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/running_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/running_job_count/timeseries-Month-reference.csv index 925b7dc776..f4363ab3e6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/running_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/running_job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[0] Number of Jobs Running","[2] Number of Jobs Running" -2016-12,56208,1 +2016-12,56209,1 2017-01,16564,2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/running_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/running_job_count/timeseries-Quarter-reference.csv index 5657e279e6..db6abceb73 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/running_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/running_job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[0] Number of Jobs Running","[2] Number of Jobs Running" -"2016 Q4",56208,1 +"2016 Q4",56209,1 "2017 Q1",16564,2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/running_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/running_job_count/timeseries-Year-reference.csv index cfc70429a9..e4cddfcc47 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/running_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/running_job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[0] Number of Jobs Running","[2] Number of Jobs Running" -2016,56208,1 +2016,56209,1 2017,16564,2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/started_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/started_job_count/aggregate-Day-reference.csv index a8c929476e..815a3034e8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/started_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/started_job_count/aggregate-Day-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Number of Jobs Started" -0,71311 +0,71312 2,2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/started_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/started_job_count/aggregate-Month-reference.csv index a8c929476e..815a3034e8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/started_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/started_job_count/aggregate-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Number of Jobs Started" -0,71311 +0,71312 2,2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/started_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/started_job_count/aggregate-Quarter-reference.csv index a8c929476e..815a3034e8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/started_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/started_job_count/aggregate-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Number of Jobs Started" -0,71311 +0,71312 2,2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/started_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/started_job_count/aggregate-Year-reference.csv index a8c929476e..815a3034e8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/started_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/started_job_count/aggregate-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Number of Jobs Started" -0,71311 +0,71312 2,2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/started_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/started_job_count/timeseries-Day-reference.csv index d688831a35..b61d4ebf11 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/started_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/started_job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[0] Number of Jobs Started","[2] Number of Jobs Started" 2016-12-27,31,0 2016-12-28,408,0 2016-12-29,1290,0 -2016-12-30,27115,0 +2016-12-30,27116,0 2016-12-31,27354,0 2017-01-01,15103,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/started_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/started_job_count/timeseries-Month-reference.csv index f1a7bbb780..0d2edcdf3c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/started_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/started_job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[0] Number of Jobs Started","[2] Number of Jobs Started" -2016-12,56208,1 +2016-12,56209,1 2017-01,15103,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/started_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/started_job_count/timeseries-Quarter-reference.csv index 54cd0b22c7..118a5a3aee 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/started_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/started_job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[0] Number of Jobs Started","[2] Number of Jobs Started" -"2016 Q4",56208,1 +"2016 Q4",56209,1 "2017 Q1",15103,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/started_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/started_job_count/timeseries-Year-reference.csv index e52504a543..a031132f12 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/started_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/started_job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[0] Number of Jobs Started","[2] Number of Jobs Started" -2016,56208,1 +2016,56209,1 2017,15103,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/submitted_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/submitted_job_count/aggregate-Day-reference.csv index 3047699123..d209d93ab6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/submitted_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/submitted_job_count/aggregate-Day-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Number of Jobs Submitted" -0,64414 +0,64415 2,2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/submitted_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/submitted_job_count/aggregate-Month-reference.csv index 404763a5ee..7813ed487b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/submitted_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/submitted_job_count/aggregate-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Number of Jobs Submitted" -0,69241 +0,69242 2,2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/submitted_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/submitted_job_count/aggregate-Quarter-reference.csv index 404763a5ee..7813ed487b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/submitted_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/submitted_job_count/aggregate-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Number of Jobs Submitted" -0,69241 +0,69242 2,2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/submitted_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/submitted_job_count/aggregate-Year-reference.csv index 404763a5ee..7813ed487b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/submitted_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/submitted_job_count/aggregate-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Number of Jobs Submitted" -0,69241 +0,69242 2,2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/submitted_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/submitted_job_count/timeseries-Day-reference.csv index c70274fdc5..ba5ec56e8e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/submitted_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/submitted_job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[0] Number of Jobs Submitted","[2] Number of Jobs Submitted" 2016-12-27,18,0 2016-12-28,379,0 2016-12-29,1206,0 -2016-12-30,25660,0 +2016-12-30,25661,0 2016-12-31,24111,0 2017-01-01,13033,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/submitted_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/submitted_job_count/timeseries-Month-reference.csv index e319a4de5d..da2ce91f73 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/submitted_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/submitted_job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[0] Number of Jobs Submitted","[2] Number of Jobs Submitted" -2016-12,56208,1 +2016-12,56209,1 2017-01,13033,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/submitted_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/submitted_job_count/timeseries-Quarter-reference.csv index a31e74a134..ed6c9d44c6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/submitted_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/submitted_job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[0] Number of Jobs Submitted","[2] Number of Jobs Submitted" -"2016 Q4",56208,1 +"2016 Q4",56209,1 "2017 Q1",13033,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/submitted_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/submitted_job_count/timeseries-Year-reference.csv index 3f6c8e29a4..37edfdc476 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/submitted_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/submitted_job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[0] Number of Jobs Submitted","[2] Number of Jobs Submitted" -2016,56208,1 +2016,56209,1 2017,13033,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_cpu_hours/aggregate-Day-reference.csv index fa6cc0e585..02ac2b3b48 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_cpu_hours/aggregate-Day-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","CPU Hours: Total" -0,837514.3603 +0,837542.5003 2,3041.4767 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_cpu_hours/aggregate-Month-reference.csv index fa6cc0e585..02ac2b3b48 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_cpu_hours/aggregate-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","CPU Hours: Total" -0,837514.3603 +0,837542.5003 2,3041.4767 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_cpu_hours/aggregate-Quarter-reference.csv index fa6cc0e585..02ac2b3b48 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_cpu_hours/aggregate-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","CPU Hours: Total" -0,837514.3603 +0,837542.5003 2,3041.4767 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_cpu_hours/aggregate-Year-reference.csv index fa6cc0e585..02ac2b3b48 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_cpu_hours/aggregate-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","CPU Hours: Total" -0,837514.3603 +0,837542.5003 2,3041.4767 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_cpu_hours/timeseries-Day-reference.csv index 98fa24dee6..aef525df36 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_cpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[0] CPU Hours: Total","[2] CPU Hours: Total" 2016-12-27,15265.1447,288.0000 2016-12-28,81700.7103,288.0000 2016-12-29,170973.7833,288.0000 -2016-12-30,274831.2672,288.0000 +2016-12-30,274859.4072,288.0000 2016-12-31,221941.6297,288.0000 2017-01-01,69531.3181,248.5200 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_cpu_hours/timeseries-Month-reference.csv index 96f9ce8626..377a54af38 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_cpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[0] CPU Hours: Total","[2] CPU Hours: Total" -2016-12,767983.0422,2792.9567 +2016-12,768011.1822,2792.9567 2017-01,69531.3181,248.5200 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_cpu_hours/timeseries-Quarter-reference.csv index b3957f1fb4..2bb397af9d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_cpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[0] CPU Hours: Total","[2] CPU Hours: Total" -"2016 Q4",767983.0422,2792.9567 +"2016 Q4",768011.1822,2792.9567 "2017 Q1",69531.3181,248.5200 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_cpu_hours/timeseries-Year-reference.csv index c01e050aa7..9dc48b6d20 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_cpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[0] CPU Hours: Total","[2] CPU Hours: Total" -2016,767983.0422,2792.9567 +2016,768011.1822,2792.9567 2017,69531.3181,248.5200 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_node_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_node_hours/aggregate-Day-reference.csv index 604aadbb8d..afb976fb37 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_node_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_node_hours/aggregate-Day-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Node Hours: Total" -0,156050.2911 +0,156052.6361 2,253.4564 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_node_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_node_hours/aggregate-Month-reference.csv index 604aadbb8d..afb976fb37 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_node_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_node_hours/aggregate-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Node Hours: Total" -0,156050.2911 +0,156052.6361 2,253.4564 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_node_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_node_hours/aggregate-Quarter-reference.csv index 604aadbb8d..afb976fb37 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_node_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_node_hours/aggregate-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Node Hours: Total" -0,156050.2911 +0,156052.6361 2,253.4564 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_node_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_node_hours/aggregate-Year-reference.csv index 604aadbb8d..afb976fb37 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_node_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_node_hours/aggregate-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Node Hours: Total" -0,156050.2911 +0,156052.6361 2,253.4564 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_node_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_node_hours/timeseries-Day-reference.csv index c2b4e3c126..65fa7cda06 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_node_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_node_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[0] Node Hours: Total","[2] Node Hours: Total" 2016-12-27,1182.3922,24.0000 2016-12-28,8590.6167,24.0000 2016-12-29,28504.4969,24.0000 -2016-12-30,52284.5600,24.0000 +2016-12-30,52286.9050,24.0000 2016-12-31,47364.7967,24.0000 2017-01-01,17835.8547,20.7100 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_node_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_node_hours/timeseries-Month-reference.csv index 06e6680993..608d2e1a0f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_node_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_node_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[0] Node Hours: Total","[2] Node Hours: Total" -2016-12,138214.4364,232.7464 +2016-12,138216.7814,232.7464 2017-01,17835.8547,20.7100 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_node_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_node_hours/timeseries-Quarter-reference.csv index 5d295d2641..55e01ce539 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_node_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_node_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[0] Node Hours: Total","[2] Node Hours: Total" -"2016 Q4",138214.4364,232.7464 +"2016 Q4",138216.7814,232.7464 "2017 Q1",17835.8547,20.7100 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_node_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_node_hours/timeseries-Year-reference.csv index ac5c5c4cbe..b326777393 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_node_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_node_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[0] Node Hours: Total","[2] Node Hours: Total" -2016,138214.4364,232.7464 +2016,138216.7814,232.7464 2017,17835.8547,20.7100 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_waitduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_waitduration_hours/aggregate-Day-reference.csv index c1476f714b..7cd205772a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_waitduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_waitduration_hours/aggregate-Day-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Wait Hours: Total" -0,306345.3606 +0,306345.4583 2,0.0003 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_waitduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_waitduration_hours/aggregate-Month-reference.csv index c1476f714b..7cd205772a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_waitduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_waitduration_hours/aggregate-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Wait Hours: Total" -0,306345.3606 +0,306345.4583 2,0.0003 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_waitduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_waitduration_hours/aggregate-Quarter-reference.csv index c1476f714b..7cd205772a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_waitduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_waitduration_hours/aggregate-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Wait Hours: Total" -0,306345.3606 +0,306345.4583 2,0.0003 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_waitduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_waitduration_hours/aggregate-Year-reference.csv index c1476f714b..7cd205772a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_waitduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_waitduration_hours/aggregate-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Wait Hours: Total" -0,306345.3606 +0,306345.4583 2,0.0003 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_waitduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_waitduration_hours/timeseries-Day-reference.csv index ca74d4f661..c5f007733d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_waitduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_waitduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[0] Wait Hours: Total","[2] Wait Hours: Total" 2016-12-27,1978.2519,0.0000 2016-12-28,3598.3319,0.0000 2016-12-29,6101.8714,0.0000 -2016-12-30,195282.2372,0.0000 +2016-12-30,195282.3350,0.0000 2016-12-31,73421.2575,0.0000 2017-01-01,25833.5931,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_waitduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_waitduration_hours/timeseries-Month-reference.csv index 1ea871b452..2affadb029 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_waitduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_waitduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[0] Wait Hours: Total","[2] Wait Hours: Total" -2016-12,280511.7675,0.0003 +2016-12,280511.8653,0.0003 2017-01,25833.5931,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_waitduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_waitduration_hours/timeseries-Quarter-reference.csv index 1009503fdc..f63f912f13 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_waitduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_waitduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[0] Wait Hours: Total","[2] Wait Hours: Total" -"2016 Q4",280511.7675,0.0003 +"2016 Q4",280511.8653,0.0003 "2017 Q1",25833.5931,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_waitduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_waitduration_hours/timeseries-Year-reference.csv index 588cdc538e..1c53a6635f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_waitduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_waitduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[0] Wait Hours: Total","[2] Wait Hours: Total" -2016,280511.7675,0.0003 +2016,280511.8653,0.0003 2017,25833.5931,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_wallduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_wallduration_hours/aggregate-Day-reference.csv index a58b33dce1..cad963568e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_wallduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_wallduration_hours/aggregate-Day-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Wall Hours: Total" -0,127723.3500 +0,127723.6106 2,253.4564 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_wallduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_wallduration_hours/aggregate-Month-reference.csv index a58b33dce1..cad963568e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_wallduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_wallduration_hours/aggregate-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Wall Hours: Total" -0,127723.3500 +0,127723.6106 2,253.4564 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_wallduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_wallduration_hours/aggregate-Quarter-reference.csv index a58b33dce1..cad963568e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_wallduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_wallduration_hours/aggregate-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Wall Hours: Total" -0,127723.3500 +0,127723.6106 2,253.4564 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_wallduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_wallduration_hours/aggregate-Year-reference.csv index a58b33dce1..cad963568e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_wallduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_wallduration_hours/aggregate-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Wall Hours: Total" -0,127723.3500 +0,127723.6106 2,253.4564 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_wallduration_hours/timeseries-Day-reference.csv index 8f2ddc6856..b02fa956c6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_wallduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[0] Wall Hours: Total","[2] Wall Hours: Total" 2016-12-27,510.1833,24.0000 2016-12-28,4550.1436,24.0000 2016-12-29,20480.5094,24.0000 -2016-12-30,42838.5139,24.0000 +2016-12-30,42838.7744,24.0000 2016-12-31,42298.5450,24.0000 2017-01-01,16757.8808,20.7100 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_wallduration_hours/timeseries-Month-reference.csv index f213c66690..f65bd6e4b1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_wallduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[0] Wall Hours: Total","[2] Wall Hours: Total" -2016-12,110965.4692,232.7464 +2016-12,110965.7297,232.7464 2017-01,16757.8808,20.7100 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_wallduration_hours/timeseries-Quarter-reference.csv index 88a1ee5614..1ebf5242c0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_wallduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[0] Wall Hours: Total","[2] Wall Hours: Total" -"2016 Q4",110965.4692,232.7464 +"2016 Q4",110965.7297,232.7464 "2017 Q1",16757.8808,20.7100 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_wallduration_hours/timeseries-Year-reference.csv index 26e40e79b7..adb95ef9dd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/total_wallduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[0] Wall Hours: Total","[2] Wall Hours: Total" -2016,110965.4692,232.7464 +2016,110965.7297,232.7464 2017,16757.8808,20.7100 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/utilization/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/utilization/aggregate-Day-reference.csv index 4d898636a5..f55d0ca911 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/utilization/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/utilization/aggregate-Day-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Screwdriver CPU Utilization (%)" -0,18.9655 +0,18.9661 2,0.2880 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/utilization/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/utilization/aggregate-Month-reference.csv index 16797753d3..8f7bdfb84f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/utilization/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/utilization/aggregate-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "GPU Count","Screwdriver CPU Utilization (%)" -0,4.2145 +0,4.2147 2,0.0773 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/utilization/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/utilization/timeseries-Day-reference.csv index 4b13cf72df..6a396d3ba6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/utilization/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/utilization/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[0] Screwdriver CPU Utilization (%)","[2] Screwdriver CPU Utilization (%)" 2016-12-27,3.1802,0.3000 2016-12-28,17.0210,0.3000 2016-12-29,35.6195,0.3000 -2016-12-30,57.2565,0.3000 +2016-12-30,57.2624,0.3000 2016-12-31,46.2378,0.3000 2017-01-01,14.4857,0.2589 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/utilization/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/utilization/timeseries-Month-reference.csv index b0a3c19def..35cffd6a52 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/utilization/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/utilization/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[0] Screwdriver CPU Utilization (%)","[2] Screwdriver CPU Utilization (%)" -2016-12,15.3843,0.2909 +2016-12,15.3848,0.2909 2017-01,0.4673,0.0084 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/utilization/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/utilization/timeseries-Quarter-reference.csv index 9bd99b74de..bc3e05d0a2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/utilization/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/utilization/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[0] Screwdriver CPU Utilization (%)","[2] Screwdriver CPU Utilization (%)" -"2016 Q4",15.3843,0.2909 +"2016 Q4",15.3848,0.2909 "2017 Q1",0.1610,0.0029 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/utilization/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/utilization/timeseries-Year-reference.csv index dcc72982a7..29d5e33710 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/utilization/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/gpucount/utilization/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[0] Screwdriver CPU Utilization (%)","[2] Screwdriver CPU Utilization (%)" -2016,15.3843,0.2909 +2016,15.3848,0.2909 2017,0.0397,0.0007 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/active_person_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/active_person_count/aggregate-Day-reference.csv index ba2a44c0ac..1c9823f63f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/active_person_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/active_person_count/aggregate-Day-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "User Institution","Number of Users: Active" -"screw - Screwdriver",60 +"screw - Screwdriver",61 "wrench - Wrench",4 "Unknown - Unknown Organization",2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/active_person_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/active_person_count/aggregate-Month-reference.csv index ba2a44c0ac..1c9823f63f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/active_person_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/active_person_count/aggregate-Month-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "User Institution","Number of Users: Active" -"screw - Screwdriver",60 +"screw - Screwdriver",61 "wrench - Wrench",4 "Unknown - Unknown Organization",2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/active_person_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/active_person_count/aggregate-Quarter-reference.csv index ba2a44c0ac..1c9823f63f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/active_person_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/active_person_count/aggregate-Quarter-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "User Institution","Number of Users: Active" -"screw - Screwdriver",60 +"screw - Screwdriver",61 "wrench - Wrench",4 "Unknown - Unknown Organization",2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/active_person_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/active_person_count/aggregate-Year-reference.csv index ba2a44c0ac..1c9823f63f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/active_person_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/active_person_count/aggregate-Year-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "User Institution","Number of Users: Active" -"screw - Screwdriver",60 +"screw - Screwdriver",61 "wrench - Wrench",4 "Unknown - Unknown Organization",2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/active_person_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/active_person_count/timeseries-Day-reference.csv index 5f1829a2bb..96a0fe9ef0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/active_person_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/active_person_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[screw - Screwdriver] Number of Users: Active","[wrench - Wrench] Number of 2016-12-27,12,3,1 2016-12-28,21,3,1 2016-12-29,38,3,2 -2016-12-30,58,4,2 +2016-12-30,59,4,2 2016-12-31,49,4,2 2017-01-01,33,3,2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/active_person_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/active_person_count/timeseries-Month-reference.csv index a86f06b0b1..60f1ec5ea5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/active_person_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/active_person_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[screw - Screwdriver] Number of Users: Active","[wrench - Wrench] Number of Users: Active","[Unknown - Unknown Organization] Number of Users: Active" -2016-12,60,4,2 +2016-12,61,4,2 2017-01,33,3,2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/active_person_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/active_person_count/timeseries-Quarter-reference.csv index d87e1cd06c..c62431c758 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/active_person_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/active_person_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[screw - Screwdriver] Number of Users: Active","[wrench - Wrench] Number of Users: Active","[Unknown - Unknown Organization] Number of Users: Active" -"2016 Q4",60,4,2 +"2016 Q4",61,4,2 "2017 Q1",33,3,2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/active_person_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/active_person_count/timeseries-Year-reference.csv index 1e90c492ea..f79c5e0949 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/active_person_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/active_person_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[screw - Screwdriver] Number of Users: Active","[wrench - Wrench] Number of Users: Active","[Unknown - Unknown Organization] Number of Users: Active" -2016,60,4,2 +2016,61,4,2 2017,33,3,2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_cpu_hours/aggregate-Day-reference.csv index cca5318d13..ef717ed3c0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_cpu_hours/aggregate-Day-reference.csv @@ -7,6 +7,6 @@ start,end --------- "User Institution","CPU Hours: Per Job","Std Dev: CPU Hours: Per Job" "Unknown - Unknown Organization",786.94978663, -"screw - Screwdriver",28.55610080,1.6482026044407678 +"screw - Screwdriver",28.55607495,1.6481001745519939 "wrench - Wrench",5.92502157,0.31777203052917663 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_cpu_hours/aggregate-Month-reference.csv index 94ddfb7add..cc81504459 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_cpu_hours/aggregate-Month-reference.csv @@ -7,6 +7,6 @@ start,end --------- "User Institution","CPU Hours: Per Job","Std Dev: CPU Hours: Per Job" "Unknown - Unknown Organization",786.94978663,49.52677870651827 -"screw - Screwdriver",28.55610080,2.8980680381420907 +"screw - Screwdriver",28.55607495,2.897887933351728 "wrench - Wrench",5.92502157,0.5646676923859103 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_cpu_hours/aggregate-Quarter-reference.csv index 94ddfb7add..cc81504459 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_cpu_hours/aggregate-Quarter-reference.csv @@ -7,6 +7,6 @@ start,end --------- "User Institution","CPU Hours: Per Job","Std Dev: CPU Hours: Per Job" "Unknown - Unknown Organization",786.94978663,49.52677870651827 -"screw - Screwdriver",28.55610080,2.8980680381420907 +"screw - Screwdriver",28.55607495,2.897887933351728 "wrench - Wrench",5.92502157,0.5646676923859103 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_cpu_hours/aggregate-Year-reference.csv index 94ddfb7add..cc81504459 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_cpu_hours/aggregate-Year-reference.csv @@ -7,6 +7,6 @@ start,end --------- "User Institution","CPU Hours: Per Job","Std Dev: CPU Hours: Per Job" "Unknown - Unknown Organization",786.94978663,49.52677870651827 -"screw - Screwdriver",28.55610080,2.8980680381420907 +"screw - Screwdriver",28.55607495,2.897887933351728 "wrench - Wrench",5.92502157,0.5646676923859103 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_cpu_hours/timeseries-Day-reference.csv index ce2a590b68..4efed42f92 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_cpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Unknown - Unknown Organization] CPU Hours: Per Job","[screw - Screwdriver] 2016-12-27,384.00000000,277.05889785,840.71981481 2016-12-28,144.42111111,134.12798048,929.18090535 2016-12-29,412.11149758,72.02955013,201.21084275 -2016-12-30,435.04682540,15.65480881,5.95389624 +2016-12-30,435.04682540,15.65613519,5.95389624 2016-12-31,338.55151010,13.28802864,4.92481416 2017-01-01,177.26399177,19.30022859,0.74608373 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_cpu_hours/timeseries-Month-reference.csv index b389d8b89b..2ac0ccdb66 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_cpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Unknown - Unknown Organization] CPU Hours: Per Job","[screw - Screwdriver] CPU Hours: Per Job","[wrench - Wrench] CPU Hours: Per Job" -2016-12,688.11199573,28.38116752,7.58558972 +2016-12,688.11199573,28.38115081,7.58558972 2017-01,177.26399177,19.30022859,0.74608373 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_cpu_hours/timeseries-Quarter-reference.csv index e6ad726d9a..5f94412c35 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_cpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Unknown - Unknown Organization] CPU Hours: Per Job","[screw - Screwdriver] CPU Hours: Per Job","[wrench - Wrench] CPU Hours: Per Job" -"2016 Q4",688.11199573,28.38116752,7.58558972 +"2016 Q4",688.11199573,28.38115081,7.58558972 "2017 Q1",177.26399177,19.30022859,0.74608373 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_cpu_hours/timeseries-Year-reference.csv index d36a4ef02e..2063aa5fc2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_cpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Unknown - Unknown Organization] CPU Hours: Per Job","[screw - Screwdriver] CPU Hours: Per Job","[wrench - Wrench] CPU Hours: Per Job" -2016,688.11199573,28.38116752,7.58558972 +2016,688.11199573,28.38115081,7.58558972 2017,177.26399177,19.30022859,0.74608373 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_gpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_gpu_hours/aggregate-Day-reference.csv index 0bf5adcfdf..5754108762 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_gpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_gpu_hours/aggregate-Day-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "User Institution","GPU Hours: Per Job" -"screw - Screwdriver",0.03150483 +"screw - Screwdriver",0.03150288 "Unknown - Unknown Organization",0.00000000 "wrench - Wrench",0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_gpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_gpu_hours/aggregate-Month-reference.csv index 0bf5adcfdf..5754108762 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_gpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_gpu_hours/aggregate-Month-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "User Institution","GPU Hours: Per Job" -"screw - Screwdriver",0.03150483 +"screw - Screwdriver",0.03150288 "Unknown - Unknown Organization",0.00000000 "wrench - Wrench",0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_gpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_gpu_hours/aggregate-Quarter-reference.csv index 0bf5adcfdf..5754108762 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_gpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_gpu_hours/aggregate-Quarter-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "User Institution","GPU Hours: Per Job" -"screw - Screwdriver",0.03150483 +"screw - Screwdriver",0.03150288 "Unknown - Unknown Organization",0.00000000 "wrench - Wrench",0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_gpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_gpu_hours/aggregate-Year-reference.csv index 0bf5adcfdf..5754108762 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_gpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_gpu_hours/aggregate-Year-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "User Institution","GPU Hours: Per Job" -"screw - Screwdriver",0.03150483 +"screw - Screwdriver",0.03150288 "Unknown - Unknown Organization",0.00000000 "wrench - Wrench",0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_gpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_gpu_hours/timeseries-Day-reference.csv index 726f4d585b..74af7f091e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_gpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_gpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[screw - Screwdriver] GPU Hours: Per Job","[Unknown - Unknown Organization] 2016-12-27,1.54838710,0.00000000,0.00000000 2016-12-28,0.11793612,0.00000000,0.00000000 2016-12-29,0.03375527,0.00000000,0.00000000 -2016-12-30,0.00509987,0.00000000,0.00000000 +2016-12-30,0.00509933,0.00000000,0.00000000 2016-12-31,0.00691045,0.00000000,0.00000000 2017-01-01,0.01604804,0.00000000,0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_gpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_gpu_hours/timeseries-Month-reference.csv index fb21df2762..e0ac1f4b6b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_gpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_gpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[screw - Screwdriver] GPU Hours: Per Job","[Unknown - Unknown Organization] GPU Hours: Per Job","[wrench - Wrench] GPU Hours: Per Job" -2016-12,0.03224974,0.00000000,0.00000000 +2016-12,0.03224751,0.00000000,0.00000000 2017-01,0.01604804,0.00000000,0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_gpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_gpu_hours/timeseries-Quarter-reference.csv index e1627bdc8a..ccfa39467c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_gpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_gpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[screw - Screwdriver] GPU Hours: Per Job","[Unknown - Unknown Organization] GPU Hours: Per Job","[wrench - Wrench] GPU Hours: Per Job" -"2016 Q4",0.03224974,0.00000000,0.00000000 +"2016 Q4",0.03224751,0.00000000,0.00000000 "2017 Q1",0.01604804,0.00000000,0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_gpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_gpu_hours/timeseries-Year-reference.csv index 6fb51f6eae..6ffc820eff 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_gpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_gpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[screw - Screwdriver] GPU Hours: Per Job","[Unknown - Unknown Organization] GPU Hours: Per Job","[wrench - Wrench] GPU Hours: Per Job" -2016,0.03224974,0.00000000,0.00000000 +2016,0.03224751,0.00000000,0.00000000 2017,0.01604804,0.00000000,0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_gpus/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_gpus/aggregate-Day-reference.csv index dac1af95ad..de078d4aa6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_gpus/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_gpus/aggregate-Day-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "User Institution","GPU Count: Per Job","Std Dev: GPU Count: Per Job" -"screw - Screwdriver",0.0002,0.00017577696285058197 +"screw - Screwdriver",0.0002,0.00017576603955969788 "Unknown - Unknown Organization",0.0000,0 "wrench - Wrench",0.0000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_gpus/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_gpus/aggregate-Month-reference.csv index dac1af95ad..de078d4aa6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_gpus/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_gpus/aggregate-Month-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "User Institution","GPU Count: Per Job","Std Dev: GPU Count: Per Job" -"screw - Screwdriver",0.0002,0.00017577696285058197 +"screw - Screwdriver",0.0002,0.00017576603955969788 "Unknown - Unknown Organization",0.0000,0 "wrench - Wrench",0.0000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_gpus/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_gpus/aggregate-Quarter-reference.csv index dac1af95ad..de078d4aa6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_gpus/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_gpus/aggregate-Quarter-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "User Institution","GPU Count: Per Job","Std Dev: GPU Count: Per Job" -"screw - Screwdriver",0.0002,0.00017577696285058197 +"screw - Screwdriver",0.0002,0.00017576603955969788 "Unknown - Unknown Organization",0.0000,0 "wrench - Wrench",0.0000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_gpus/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_gpus/aggregate-Year-reference.csv index dac1af95ad..de078d4aa6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_gpus/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_gpus/aggregate-Year-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "User Institution","GPU Count: Per Job","Std Dev: GPU Count: Per Job" -"screw - Screwdriver",0.0002,0.00017577696285058197 +"screw - Screwdriver",0.0002,0.00017576603955969788 "Unknown - Unknown Organization",0.0000,0 "wrench - Wrench",0.0000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv index 99ec8e1ec0..34a5070298 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "User Institution","Job Size: Weighted By CPU Hours (Core Count)" -"screw - Screwdriver",79.4637 +"screw - Screwdriver",79.4654 "wrench - Wrench",49.8570 "Unknown - Unknown Organization",43.2838 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv index 99ec8e1ec0..34a5070298 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "User Institution","Job Size: Weighted By CPU Hours (Core Count)" -"screw - Screwdriver",79.4637 +"screw - Screwdriver",79.4654 "wrench - Wrench",49.8570 "Unknown - Unknown Organization",43.2838 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv index 99ec8e1ec0..34a5070298 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "User Institution","Job Size: Weighted By CPU Hours (Core Count)" -"screw - Screwdriver",79.4637 +"screw - Screwdriver",79.4654 "wrench - Wrench",49.8570 "Unknown - Unknown Organization",43.2838 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv index 99ec8e1ec0..34a5070298 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "User Institution","Job Size: Weighted By CPU Hours (Core Count)" -"screw - Screwdriver",79.4637 +"screw - Screwdriver",79.4654 "wrench - Wrench",49.8570 "Unknown - Unknown Organization",43.2838 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv index 9b5d9ef3cd..609802f06f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[screw - Screwdriver] Job Size: Weighted By CPU Hours (Core Count)","[wrenc 2016-12-27,72.6613,79.4242,16.0000 2016-12-28,120.8749,87.1947,16.0000 2016-12-29,94.5658,84.5046,31.4832 -2016-12-30,88.5590,45.6893,56.2321 +2016-12-30,88.5627,45.6893,56.2321 2016-12-31,62.2115,27.8111,42.7984 2017-01-01,14.9376,29.9663,52.1109 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv index 045c8ffea5..ea6c2878e9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[screw - Screwdriver] Job Size: Weighted By CPU Hours (Core Count)","[wrench - Wrench] Job Size: Weighted By CPU Hours (Core Count)","[Unknown - Unknown Organization] Job Size: Weighted By CPU Hours (Core Count)" -2016-12,87.3101,50.5105,41.3946 +2016-12,87.3115,50.5105,41.3946 2017-01,14.9376,29.9663,52.1109 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv index 9c20e3c8d8..f417183010 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[screw - Screwdriver] Job Size: Weighted By CPU Hours (Core Count)","[wrench - Wrench] Job Size: Weighted By CPU Hours (Core Count)","[Unknown - Unknown Organization] Job Size: Weighted By CPU Hours (Core Count)" -"2016 Q4",87.3101,50.5105,41.3946 +"2016 Q4",87.3115,50.5105,41.3946 "2017 Q1",14.9376,29.9663,52.1109 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv index 3ca9fedbbb..a045c7c9cc 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[screw - Screwdriver] Job Size: Weighted By CPU Hours (Core Count)","[wrench - Wrench] Job Size: Weighted By CPU Hours (Core Count)","[Unknown - Unknown Organization] Job Size: Weighted By CPU Hours (Core Count)" -2016,87.3101,50.5105,41.3946 +2016,87.3115,50.5105,41.3946 2017,14.9376,29.9663,52.1109 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_node_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_node_hours/aggregate-Day-reference.csv index 34474d0026..48977b85be 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_node_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_node_hours/aggregate-Day-reference.csv @@ -7,6 +7,6 @@ start,end --------- "User Institution","Node Hours: Per Job","Std Dev: Node Hours: Per Job" "Unknown - Unknown Organization",63.71556763, -"screw - Screwdriver",7.61716889,0.12967889962137522 +"screw - Screwdriver",7.61684125,0.12967125444257624 "wrench - Wrench",0.53209424,0.026355864291748545 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_node_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_node_hours/aggregate-Month-reference.csv index 99849a05e7..65757f35fa 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_node_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_node_hours/aggregate-Month-reference.csv @@ -7,6 +7,6 @@ start,end --------- "User Institution","Node Hours: Per Job","Std Dev: Node Hours: Per Job" "Unknown - Unknown Organization",63.71556763,2.2291835665411552 -"screw - Screwdriver",7.61716889,0.22021301124609044 +"screw - Screwdriver",7.61684125,0.220199569516077 "wrench - Wrench",0.53209424,0.04688202141680224 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_node_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_node_hours/aggregate-Quarter-reference.csv index 99849a05e7..65757f35fa 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_node_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_node_hours/aggregate-Quarter-reference.csv @@ -7,6 +7,6 @@ start,end --------- "User Institution","Node Hours: Per Job","Std Dev: Node Hours: Per Job" "Unknown - Unknown Organization",63.71556763,2.2291835665411552 -"screw - Screwdriver",7.61716889,0.22021301124609044 +"screw - Screwdriver",7.61684125,0.220199569516077 "wrench - Wrench",0.53209424,0.04688202141680224 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_node_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_node_hours/aggregate-Year-reference.csv index 99849a05e7..65757f35fa 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_node_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_node_hours/aggregate-Year-reference.csv @@ -7,6 +7,6 @@ start,end --------- "User Institution","Node Hours: Per Job","Std Dev: Node Hours: Per Job" "Unknown - Unknown Organization",63.71556763,2.2291835665411552 -"screw - Screwdriver",7.61716889,0.22021301124609044 +"screw - Screwdriver",7.61684125,0.220199569516077 "wrench - Wrench",0.53209424,0.04688202141680224 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_node_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_node_hours/timeseries-Day-reference.csv index 8dc7404185..96b2f5ebe8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_node_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_node_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Unknown - Unknown Organization] Node Hours: Per Job","[screw - Screwdriver 2016-12-27,24.00000000,22.26458781,66.03166667 2016-12-28,9.02631944,15.73427518,76.53131687 2016-12-29,27.41863527,16.20741991,16.44378719 -2016-12-30,31.74846230,4.32250127,0.55298589 +2016-12-30,31.74846230,4.32229119,0.55298589 2016-12-31,30.59206061,5.09824031,0.45544005 2017-01-01,16.96820988,6.17461664,0.07204047 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_node_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_node_hours/timeseries-Month-reference.csv index 7ef5496213..eb069208ec 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_node_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_node_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Unknown - Unknown Organization] Node Hours: Per Job","[screw - Screwdriver] Node Hours: Per Job","[wrench - Wrench] Node Hours: Per Job" -2016-12,53.53985897,7.38697256,0.67953800 +2016-12,53.53985897,7.38662327,0.67953800 2017-01,16.96820988,6.17461664,0.07204047 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_node_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_node_hours/timeseries-Quarter-reference.csv index c18a92f5f0..d58e1d0e04 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_node_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_node_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Unknown - Unknown Organization] Node Hours: Per Job","[screw - Screwdriver] Node Hours: Per Job","[wrench - Wrench] Node Hours: Per Job" -"2016 Q4",53.53985897,7.38697256,0.67953800 +"2016 Q4",53.53985897,7.38662327,0.67953800 "2017 Q1",16.96820988,6.17461664,0.07204047 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_node_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_node_hours/timeseries-Year-reference.csv index 0cc27b0e9b..4b9812d0e5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_node_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_node_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Unknown - Unknown Organization] Node Hours: Per Job","[screw - Screwdriver] Node Hours: Per Job","[wrench - Wrench] Node Hours: Per Job" -2016,53.53985897,7.38697256,0.67953800 +2016,53.53985897,7.38662327,0.67953800 2017,16.96820988,6.17461664,0.07204047 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_processors/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_processors/aggregate-Day-reference.csv index 1307331a78..38d2d03bb2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_processors/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_processors/aggregate-Day-reference.csv @@ -8,5 +8,5 @@ start,end "User Institution","Job Size: Per Job (Core Count)","Std Dev: Job Size: Per Job (Core Count)" "Unknown - Unknown Organization",30.6232,4.345849862512311 "wrench - Wrench",9.4745,0.011385096302188947 -"screw - Screwdriver",6.1043,0.08117297225804496 +"screw - Screwdriver",6.1106,0.08141455712407664 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_processors/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_processors/aggregate-Month-reference.csv index 1307331a78..38d2d03bb2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_processors/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_processors/aggregate-Month-reference.csv @@ -8,5 +8,5 @@ start,end "User Institution","Job Size: Per Job (Core Count)","Std Dev: Job Size: Per Job (Core Count)" "Unknown - Unknown Organization",30.6232,4.345849862512311 "wrench - Wrench",9.4745,0.011385096302188947 -"screw - Screwdriver",6.1043,0.08117297225804496 +"screw - Screwdriver",6.1106,0.08141455712407664 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_processors/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_processors/aggregate-Quarter-reference.csv index 1307331a78..38d2d03bb2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_processors/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_processors/aggregate-Quarter-reference.csv @@ -8,5 +8,5 @@ start,end "User Institution","Job Size: Per Job (Core Count)","Std Dev: Job Size: Per Job (Core Count)" "Unknown - Unknown Organization",30.6232,4.345849862512311 "wrench - Wrench",9.4745,0.011385096302188947 -"screw - Screwdriver",6.1043,0.08117297225804496 +"screw - Screwdriver",6.1106,0.08141455712407664 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_processors/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_processors/aggregate-Year-reference.csv index 1307331a78..38d2d03bb2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_processors/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_processors/aggregate-Year-reference.csv @@ -8,5 +8,5 @@ start,end "User Institution","Job Size: Per Job (Core Count)","Std Dev: Job Size: Per Job (Core Count)" "Unknown - Unknown Organization",30.6232,4.345849862512311 "wrench - Wrench",9.4745,0.011385096302188947 -"screw - Screwdriver",6.1043,0.08117297225804496 +"screw - Screwdriver",6.1106,0.08141455712407664 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_processors/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_processors/timeseries-Day-reference.csv index d946ae76d9..84bae880a5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_processors/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_processors/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Unknown - Unknown Organization] Job Size: Per Job (Core Count)","[wrench - 2016-12-27,16.0000,58.8333,25.3548 2016-12-28,16.0000,63.4444,7.9484 2016-12-29,26.4348,16.9966,4.4451 -2016-12-30,38.8571,9.2351,5.4104 +2016-12-30,38.8571,9.2351,5.4213 2016-12-31,21.2545,9.9797,4.8018 2017-01-01,21.6296,9.1952,8.5335 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_processors/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_processors/timeseries-Month-reference.csv index 567f11931c..0bd134aa86 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_processors/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_processors/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Unknown - Unknown Organization] Job Size: Per Job (Core Count)","[wrench - Wrench] Job Size: Per Job (Core Count)","[screw - Screwdriver] Job Size: Per Job (Core Count)" -2016-12,26.6000,9.5903,5.4196 +2016-12,26.6000,9.5903,5.4267 2017-01,21.6296,9.1952,8.5335 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_processors/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_processors/timeseries-Quarter-reference.csv index 55eb1a865c..711c4658eb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_processors/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_processors/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Unknown - Unknown Organization] Job Size: Per Job (Core Count)","[wrench - Wrench] Job Size: Per Job (Core Count)","[screw - Screwdriver] Job Size: Per Job (Core Count)" -"2016 Q4",26.6000,9.5903,5.4196 +"2016 Q4",26.6000,9.5903,5.4267 "2017 Q1",21.6296,9.1952,8.5335 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_processors/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_processors/timeseries-Year-reference.csv index f63fe66598..60619e2626 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_processors/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_processors/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Unknown - Unknown Organization] Job Size: Per Job (Core Count)","[wrench - Wrench] Job Size: Per Job (Core Count)","[screw - Screwdriver] Job Size: Per Job (Core Count)" -2016,26.6000,9.5903,5.4196 +2016,26.6000,9.5903,5.4267 2017,21.6296,9.1952,8.5335 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_waitduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_waitduration_hours/aggregate-Day-reference.csv index 7593030418..e3f242bad1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_waitduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_waitduration_hours/aggregate-Day-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "User Institution","Wait Hours: Per Job","Std Dev: Wait Hours: Per Job" -"screw - Screwdriver",11.58613754,0.378799790390642 +"screw - Screwdriver",11.58542358,0.37877692213074354 "wrench - Wrench",2.17314646,0.028919055272239667 "Unknown - Unknown Organization",0.96649356,0.19604433605096497 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_waitduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_waitduration_hours/aggregate-Month-reference.csv index 7593030418..e3f242bad1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_waitduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_waitduration_hours/aggregate-Month-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "User Institution","Wait Hours: Per Job","Std Dev: Wait Hours: Per Job" -"screw - Screwdriver",11.58613754,0.378799790390642 +"screw - Screwdriver",11.58542358,0.37877692213074354 "wrench - Wrench",2.17314646,0.028919055272239667 "Unknown - Unknown Organization",0.96649356,0.19604433605096497 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_waitduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_waitduration_hours/aggregate-Quarter-reference.csv index 7593030418..e3f242bad1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_waitduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_waitduration_hours/aggregate-Quarter-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "User Institution","Wait Hours: Per Job","Std Dev: Wait Hours: Per Job" -"screw - Screwdriver",11.58613754,0.378799790390642 +"screw - Screwdriver",11.58542358,0.37877692213074354 "wrench - Wrench",2.17314646,0.028919055272239667 "Unknown - Unknown Organization",0.96649356,0.19604433605096497 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_waitduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_waitduration_hours/aggregate-Year-reference.csv index 7593030418..e3f242bad1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_waitduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_waitduration_hours/aggregate-Year-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "User Institution","Wait Hours: Per Job","Std Dev: Wait Hours: Per Job" -"screw - Screwdriver",11.58613754,0.378799790390642 +"screw - Screwdriver",11.58542358,0.37877692213074354 "wrench - Wrench",2.17314646,0.028919055272239667 "Unknown - Unknown Organization",0.96649356,0.19604433605096497 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_waitduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_waitduration_hours/timeseries-Day-reference.csv index f4dd8a6144..3efdcc5186 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_waitduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_waitduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[screw - Screwdriver] Wait Hours: Per Job","[wrench - Wrench] Wait Hours: P 2016-12-27,62.92536667,67.51962963,0.00000000 2016-12-28,4.15014406,96.16179894,1.68000000 2016-12-29,3.42578325,9.68813536,4.04015873 -2016-12-30,20.83121443,1.50802582,1.47605556 +2016-12-30,20.82861984,1.50802582,1.47605556 2016-12-31,1.44718107,2.96716729,0.01403904 2017-01-01,3.60581740,1.47652005,3.00597222 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_waitduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_waitduration_hours/timeseries-Month-reference.csv index b531144cf8..29db5585c7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_waitduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_waitduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[screw - Screwdriver] Wait Hours: Per Job","[wrench - Wrench] Wait Hours: Per Job","[Unknown - Unknown Organization] Wait Hours: Per Job" -2016-12,12.50171258,2.39768363,0.84098718 +2016-12,12.50085329,2.39768363,0.84098718 2017-01,3.60581740,1.47652005,3.00597222 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_waitduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_waitduration_hours/timeseries-Quarter-reference.csv index ea27775079..fa2111b94a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_waitduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_waitduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[screw - Screwdriver] Wait Hours: Per Job","[wrench - Wrench] Wait Hours: Per Job","[Unknown - Unknown Organization] Wait Hours: Per Job" -"2016 Q4",12.50171258,2.39768363,0.84098718 +"2016 Q4",12.50085329,2.39768363,0.84098718 "2017 Q1",3.60581740,1.47652005,3.00597222 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_waitduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_waitduration_hours/timeseries-Year-reference.csv index f68f8ee504..79fe85a6c5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_waitduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_waitduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[screw - Screwdriver] Wait Hours: Per Job","[wrench - Wrench] Wait Hours: Per Job","[Unknown - Unknown Organization] Wait Hours: Per Job" -2016,12.50171258,2.39768363,0.84098718 +2016,12.50085329,2.39768363,0.84098718 2017,3.60581740,1.47652005,3.00597222 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_wallduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_wallduration_hours/aggregate-Day-reference.csv index 47c669bca6..563f8e039c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_wallduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_wallduration_hours/aggregate-Day-reference.csv @@ -7,6 +7,6 @@ start,end --------- "User Institution","Wall Hours: Per Job","Std Dev: Wall Hours: Per Job" "Unknown - Unknown Organization",43.13635668, -"screw - Screwdriver",6.63497498,0.06300842846115094 +"screw - Screwdriver",6.63457884,0.06300575802897414 "wrench - Wrench",0.33077656,0.00448519910411908 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_wallduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_wallduration_hours/aggregate-Month-reference.csv index 8e05e26e13..6d04172792 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_wallduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_wallduration_hours/aggregate-Month-reference.csv @@ -7,6 +7,6 @@ start,end --------- "User Institution","Wall Hours: Per Job","Std Dev: Wall Hours: Per Job" "Unknown - Unknown Organization",43.13635668,1.4756237398078471 -"screw - Screwdriver",6.63497498,0.10066449721711315 +"screw - Screwdriver",6.63457884,0.10065902075073982 "wrench - Wrench",0.33077656,0.007372068662610097 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_wallduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_wallduration_hours/aggregate-Quarter-reference.csv index 8e05e26e13..6d04172792 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_wallduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_wallduration_hours/aggregate-Quarter-reference.csv @@ -7,6 +7,6 @@ start,end --------- "User Institution","Wall Hours: Per Job","Std Dev: Wall Hours: Per Job" "Unknown - Unknown Organization",43.13635668,1.4756237398078471 -"screw - Screwdriver",6.63497498,0.10066449721711315 +"screw - Screwdriver",6.63457884,0.10065902075073982 "wrench - Wrench",0.33077656,0.007372068662610097 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_wallduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_wallduration_hours/aggregate-Year-reference.csv index 8e05e26e13..6d04172792 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_wallduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_wallduration_hours/aggregate-Year-reference.csv @@ -7,6 +7,6 @@ start,end --------- "User Institution","Wall Hours: Per Job","Std Dev: Wall Hours: Per Job" "Unknown - Unknown Organization",43.13635668,1.4756237398078471 -"screw - Screwdriver",6.63497498,0.10066449721711315 +"screw - Screwdriver",6.63457884,0.10065902075073982 "wrench - Wrench",0.33077656,0.007372068662610097 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_wallduration_hours/timeseries-Day-reference.csv index b7143337dc..13cbc529e7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_wallduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Unknown - Unknown Organization] Wall Hours: Per Job","[screw - Screwdriver 2016-12-27,24.00000000,10.68827957,13.80777778 2016-12-28,9.02631944,9.90674857,14.72873457 2016-12-29,21.60280193,13.35897074,3.42775800 -2016-12-30,15.79533730,3.73867412,0.37248744 +2016-12-30,15.79533730,3.73830462,0.37248744 2016-12-31,21.52451515,4.67165315,0.38445243 2017-01-01,10.65711934,5.95598788,0.05962972 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_wallduration_hours/timeseries-Month-reference.csv index 9870bb7500..9550f5b066 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_wallduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Unknown - Unknown Organization] Wall Hours: Per Job","[screw - Screwdriver] Wall Hours: Per Job","[wrench - Wrench] Wall Hours: Per Job" -2016-12,36.93729487,6.33118628,0.41747659 +2016-12,36.93729487,6.33076573,0.41747659 2017-01,10.65711934,5.95598788,0.05962972 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_wallduration_hours/timeseries-Quarter-reference.csv index f54d658262..9b6af0ed33 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_wallduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Unknown - Unknown Organization] Wall Hours: Per Job","[screw - Screwdriver] Wall Hours: Per Job","[wrench - Wrench] Wall Hours: Per Job" -"2016 Q4",36.93729487,6.33118628,0.41747659 +"2016 Q4",36.93729487,6.33076573,0.41747659 "2017 Q1",10.65711934,5.95598788,0.05962972 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_wallduration_hours/timeseries-Year-reference.csv index ffcb26cc89..ef53813988 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/avg_wallduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Unknown - Unknown Organization] Wall Hours: Per Job","[screw - Screwdriver] Wall Hours: Per Job","[wrench - Wrench] Wall Hours: Per Job" -2016,36.93729487,6.33118628,0.41747659 +2016,36.93729487,6.33076573,0.41747659 2017,10.65711934,5.95598788,0.05962972 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/expansion_factor/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/expansion_factor/timeseries-Day-reference.csv index d863040106..ba71825126 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/expansion_factor/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/expansion_factor/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[wrench - Wrench] User Expansion Factor","[screw - Screwdriver] User Expans 2016-12-27,2.3557,2.0483,1.0000 2016-12-28,2.5090,1.1971,1.0025 2016-12-29,2.5213,1.1484,1.0762 -2016-12-30,4.2448,5.2003,1.1008 +2016-12-30,4.2448,5.2001,1.1008 2016-12-31,7.4069,1.2561,1.0240 2017-01-01,20.2136,1.7498,1.1085 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/job_count/aggregate-Day-reference.csv index 2df0f08ba6..0e74728c2c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/job_count/aggregate-Day-reference.csv @@ -7,6 +7,6 @@ start,end --------- "User Institution","Number of Jobs Ended" "wrench - Wrench",55154 -"screw - Screwdriver",16090 +"screw - Screwdriver",16091 "Unknown - Unknown Organization",69 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/job_count/aggregate-Month-reference.csv index 2df0f08ba6..0e74728c2c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/job_count/aggregate-Month-reference.csv @@ -7,6 +7,6 @@ start,end --------- "User Institution","Number of Jobs Ended" "wrench - Wrench",55154 -"screw - Screwdriver",16090 +"screw - Screwdriver",16091 "Unknown - Unknown Organization",69 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/job_count/aggregate-Quarter-reference.csv index 2df0f08ba6..0e74728c2c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/job_count/aggregate-Quarter-reference.csv @@ -7,6 +7,6 @@ start,end --------- "User Institution","Number of Jobs Ended" "wrench - Wrench",55154 -"screw - Screwdriver",16090 +"screw - Screwdriver",16091 "Unknown - Unknown Organization",69 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/job_count/aggregate-Year-reference.csv index 2df0f08ba6..0e74728c2c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/job_count/aggregate-Year-reference.csv @@ -7,6 +7,6 @@ start,end --------- "User Institution","Number of Jobs Ended" "wrench - Wrench",55154 -"screw - Screwdriver",16090 +"screw - Screwdriver",16091 "Unknown - Unknown Organization",69 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/job_count/timeseries-Day-reference.csv index 796cea2885..fd5fc892ef 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[wrench - Wrench] Number of Jobs Ended","[screw - Screwdriver] Number of Jo 2016-12-27,0,0,0 2016-12-28,0,0,0 2016-12-29,0,0,0 -2016-12-30,19108,7488,10 +2016-12-30,19108,7489,10 2016-12-31,22115,6021,5 2017-01-01,13931,2581,54 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/job_count/timeseries-Month-reference.csv index 7224292632..1da4b3cbbc 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[wrench - Wrench] Number of Jobs Ended","[screw - Screwdriver] Number of Jobs Ended","[Unknown - Unknown Organization] Number of Jobs Ended" -2016-12,41223,13509,15 +2016-12,41223,13510,15 2017-01,13931,2581,54 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/job_count/timeseries-Quarter-reference.csv index 5722e7bee4..ec63b7b434 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[wrench - Wrench] Number of Jobs Ended","[screw - Screwdriver] Number of Jobs Ended","[Unknown - Unknown Organization] Number of Jobs Ended" -"2016 Q4",41223,13509,15 +"2016 Q4",41223,13510,15 "2017 Q1",13931,2581,54 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/job_count/timeseries-Year-reference.csv index 0fb2965400..1ec90f8a92 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[wrench - Wrench] Number of Jobs Ended","[screw - Screwdriver] Number of Jobs Ended","[Unknown - Unknown Organization] Number of Jobs Ended" -2016,41223,13509,15 +2016,41223,13510,15 2017,13931,2581,54 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/running_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/running_job_count/aggregate-Day-reference.csv index 8cd6365dce..38c5075bf3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/running_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/running_job_count/aggregate-Day-reference.csv @@ -7,6 +7,6 @@ start,end --------- "User Institution","Number of Jobs Running" "wrench - Wrench",55154 -"screw - Screwdriver",16090 +"screw - Screwdriver",16091 "Unknown - Unknown Organization",69 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/running_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/running_job_count/aggregate-Month-reference.csv index 8cd6365dce..38c5075bf3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/running_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/running_job_count/aggregate-Month-reference.csv @@ -7,6 +7,6 @@ start,end --------- "User Institution","Number of Jobs Running" "wrench - Wrench",55154 -"screw - Screwdriver",16090 +"screw - Screwdriver",16091 "Unknown - Unknown Organization",69 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/running_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/running_job_count/aggregate-Quarter-reference.csv index 8cd6365dce..38c5075bf3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/running_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/running_job_count/aggregate-Quarter-reference.csv @@ -7,6 +7,6 @@ start,end --------- "User Institution","Number of Jobs Running" "wrench - Wrench",55154 -"screw - Screwdriver",16090 +"screw - Screwdriver",16091 "Unknown - Unknown Organization",69 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/running_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/running_job_count/aggregate-Year-reference.csv index 8cd6365dce..38c5075bf3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/running_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/running_job_count/aggregate-Year-reference.csv @@ -7,6 +7,6 @@ start,end --------- "User Institution","Number of Jobs Running" "wrench - Wrench",55154 -"screw - Screwdriver",16090 +"screw - Screwdriver",16091 "Unknown - Unknown Organization",69 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/running_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/running_job_count/timeseries-Day-reference.csv index 492f46cde5..033be8bb22 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/running_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/running_job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[wrench - Wrench] Number of Jobs Running","[screw - Screwdriver] Number of 2016-12-27,6,31,5 2016-12-28,27,407,16 2016-12-29,295,1422,23 -2016-12-30,19415,9412,28 +2016-12-30,19415,9413,28 2016-12-31,22602,6946,55 2017-01-01,13931,2581,54 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/running_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/running_job_count/timeseries-Month-reference.csv index 4e1f0ad8ae..8cdca36a32 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/running_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/running_job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[wrench - Wrench] Number of Jobs Running","[screw - Screwdriver] Number of Jobs Running","[Unknown - Unknown Organization] Number of Jobs Running" -2016-12,41710,14434,65 +2016-12,41710,14435,65 2017-01,13931,2581,54 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/running_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/running_job_count/timeseries-Quarter-reference.csv index a15c5f6766..5eebb4dc01 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/running_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/running_job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[wrench - Wrench] Number of Jobs Running","[screw - Screwdriver] Number of Jobs Running","[Unknown - Unknown Organization] Number of Jobs Running" -"2016 Q4",41710,14434,65 +"2016 Q4",41710,14435,65 "2017 Q1",13931,2581,54 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/running_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/running_job_count/timeseries-Year-reference.csv index 5d2136dfff..2056d7dea1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/running_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/running_job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[wrench - Wrench] Number of Jobs Running","[screw - Screwdriver] Number of Jobs Running","[Unknown - Unknown Organization] Number of Jobs Running" -2016,41710,14434,65 +2016,41710,14435,65 2017,13931,2581,54 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/started_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/started_job_count/aggregate-Day-reference.csv index 8b01827fc1..42dd96ce5b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/started_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/started_job_count/aggregate-Day-reference.csv @@ -7,6 +7,6 @@ start,end --------- "User Institution","Number of Jobs Started" "wrench - Wrench",55154 -"screw - Screwdriver",16090 +"screw - Screwdriver",16091 "Unknown - Unknown Organization",69 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/started_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/started_job_count/aggregate-Month-reference.csv index 8b01827fc1..42dd96ce5b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/started_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/started_job_count/aggregate-Month-reference.csv @@ -7,6 +7,6 @@ start,end --------- "User Institution","Number of Jobs Started" "wrench - Wrench",55154 -"screw - Screwdriver",16090 +"screw - Screwdriver",16091 "Unknown - Unknown Organization",69 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/started_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/started_job_count/aggregate-Quarter-reference.csv index 8b01827fc1..42dd96ce5b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/started_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/started_job_count/aggregate-Quarter-reference.csv @@ -7,6 +7,6 @@ start,end --------- "User Institution","Number of Jobs Started" "wrench - Wrench",55154 -"screw - Screwdriver",16090 +"screw - Screwdriver",16091 "Unknown - Unknown Organization",69 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/started_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/started_job_count/aggregate-Year-reference.csv index 8b01827fc1..42dd96ce5b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/started_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/started_job_count/aggregate-Year-reference.csv @@ -7,6 +7,6 @@ start,end --------- "User Institution","Number of Jobs Started" "wrench - Wrench",55154 -"screw - Screwdriver",16090 +"screw - Screwdriver",16091 "Unknown - Unknown Organization",69 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/started_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/started_job_count/timeseries-Day-reference.csv index 8f2a651f24..0a2a8cf635 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/started_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/started_job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[wrench - Wrench] Number of Jobs Started","[screw - Screwdriver] Number of 2016-12-27,6,25,0 2016-12-28,21,376,11 2016-12-29,268,1015,7 -2016-12-30,19120,7990,5 +2016-12-30,19120,7991,5 2016-12-31,22295,5022,37 2017-01-01,13444,1656,4 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/started_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/started_job_count/timeseries-Month-reference.csv index 6e7ab0685f..8f30058406 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/started_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/started_job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[wrench - Wrench] Number of Jobs Started","[screw - Screwdriver] Number of Jobs Started","[Unknown - Unknown Organization] Number of Jobs Started" -2016-12,41710,14434,65 +2016-12,41710,14435,65 2017-01,13444,1656,4 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/started_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/started_job_count/timeseries-Quarter-reference.csv index 71eee8daf4..377f9d32f0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/started_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/started_job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[wrench - Wrench] Number of Jobs Started","[screw - Screwdriver] Number of Jobs Started","[Unknown - Unknown Organization] Number of Jobs Started" -"2016 Q4",41710,14434,65 +"2016 Q4",41710,14435,65 "2017 Q1",13444,1656,4 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/started_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/started_job_count/timeseries-Year-reference.csv index ef8870d54f..5db103dd8d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/started_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/started_job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[wrench - Wrench] Number of Jobs Started","[screw - Screwdriver] Number of Jobs Started","[Unknown - Unknown Organization] Number of Jobs Started" -2016,41710,14434,65 +2016,41710,14435,65 2017,13444,1656,4 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/submitted_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/submitted_job_count/aggregate-Day-reference.csv index 593c3eea94..4943cc7246 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/submitted_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/submitted_job_count/aggregate-Day-reference.csv @@ -7,6 +7,6 @@ start,end --------- "User Institution","Number of Jobs Submitted" "wrench - Wrench",49666 -"screw - Screwdriver",14685 +"screw - Screwdriver",14686 "Unknown - Unknown Organization",65 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/submitted_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/submitted_job_count/aggregate-Month-reference.csv index fc018a9f21..0ea36d1ae5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/submitted_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/submitted_job_count/aggregate-Month-reference.csv @@ -7,6 +7,6 @@ start,end --------- "User Institution","Number of Jobs Submitted" "wrench - Wrench",53224 -"screw - Screwdriver",15950 +"screw - Screwdriver",15951 "Unknown - Unknown Organization",69 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/submitted_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/submitted_job_count/aggregate-Quarter-reference.csv index fc018a9f21..0ea36d1ae5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/submitted_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/submitted_job_count/aggregate-Quarter-reference.csv @@ -7,6 +7,6 @@ start,end --------- "User Institution","Number of Jobs Submitted" "wrench - Wrench",53224 -"screw - Screwdriver",15950 +"screw - Screwdriver",15951 "Unknown - Unknown Organization",69 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/submitted_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/submitted_job_count/aggregate-Year-reference.csv index fc018a9f21..0ea36d1ae5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/submitted_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/submitted_job_count/aggregate-Year-reference.csv @@ -7,6 +7,6 @@ start,end --------- "User Institution","Number of Jobs Submitted" "wrench - Wrench",53224 -"screw - Screwdriver",15950 +"screw - Screwdriver",15951 "Unknown - Unknown Organization",69 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/submitted_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/submitted_job_count/timeseries-Day-reference.csv index aa21137d27..276268046e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/submitted_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/submitted_job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[wrench - Wrench] Number of Jobs Submitted","[screw - Screwdriver] Number o 2016-12-27,1,17,0 2016-12-28,0,368,11 2016-12-29,208,995,3 -2016-12-30,18455,7200,5 +2016-12-30,18455,7201,5 2016-12-31,19488,4586,37 2017-01-01,11514,1516,4 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/submitted_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/submitted_job_count/timeseries-Month-reference.csv index b28ab8ff34..1798ddaab3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/submitted_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/submitted_job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[wrench - Wrench] Number of Jobs Submitted","[screw - Screwdriver] Number of Jobs Submitted","[Unknown - Unknown Organization] Number of Jobs Submitted" -2016-12,41710,14434,65 +2016-12,41710,14435,65 2017-01,11514,1516,4 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/submitted_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/submitted_job_count/timeseries-Quarter-reference.csv index 97a3db4c66..ea56a7c02f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/submitted_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/submitted_job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[wrench - Wrench] Number of Jobs Submitted","[screw - Screwdriver] Number of Jobs Submitted","[Unknown - Unknown Organization] Number of Jobs Submitted" -"2016 Q4",41710,14434,65 +"2016 Q4",41710,14435,65 "2017 Q1",11514,1516,4 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/submitted_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/submitted_job_count/timeseries-Year-reference.csv index 916e98d74b..1112173f9e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/submitted_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/submitted_job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[wrench - Wrench] Number of Jobs Submitted","[screw - Screwdriver] Number of Jobs Submitted","[Unknown - Unknown Organization] Number of Jobs Submitted" -2016,41710,14434,65 +2016,41710,14435,65 2017,11514,1516,4 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_cpu_hours/aggregate-Day-reference.csv index 57d0c6aafc..cfa2b0b1d2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_cpu_hours/aggregate-Day-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "User Institution","CPU Hours: Total" -"screw - Screwdriver",459467.6619 +"screw - Screwdriver",459495.8019 "wrench - Wrench",326788.6397 "Unknown - Unknown Organization",54299.5353 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_cpu_hours/aggregate-Month-reference.csv index 57d0c6aafc..cfa2b0b1d2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_cpu_hours/aggregate-Month-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "User Institution","CPU Hours: Total" -"screw - Screwdriver",459467.6619 +"screw - Screwdriver",459495.8019 "wrench - Wrench",326788.6397 "Unknown - Unknown Organization",54299.5353 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_cpu_hours/aggregate-Quarter-reference.csv index 57d0c6aafc..cfa2b0b1d2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_cpu_hours/aggregate-Quarter-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "User Institution","CPU Hours: Total" -"screw - Screwdriver",459467.6619 +"screw - Screwdriver",459495.8019 "wrench - Wrench",326788.6397 "Unknown - Unknown Organization",54299.5353 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_cpu_hours/aggregate-Year-reference.csv index 57d0c6aafc..cfa2b0b1d2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_cpu_hours/aggregate-Year-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "User Institution","CPU Hours: Total" -"screw - Screwdriver",459467.6619 +"screw - Screwdriver",459495.8019 "wrench - Wrench",326788.6397 "Unknown - Unknown Organization",54299.5353 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_cpu_hours/timeseries-Day-reference.csv index e674a3c15e..9ebcc5ce1b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_cpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[screw - Screwdriver] CPU Hours: Total","[wrench - Wrench] CPU Hours: Total 2016-12-27,8588.8258,5044.3189,1920.0000 2016-12-28,54590.0881,25087.8844,2310.7378 2016-12-29,102426.0203,59357.1986,9478.5644 -2016-12-30,147343.0606,115594.8956,12181.3111 +2016-12-30,147371.2006,115594.8956,12181.3111 2016-12-31,92298.6469,111310.6497,18620.3331 2017-01-01,49813.8900,10393.6925,9572.2556 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_cpu_hours/timeseries-Month-reference.csv index a5ab3537a5..6ebd4e3d84 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_cpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[screw - Screwdriver] CPU Hours: Total","[wrench - Wrench] CPU Hours: Total","[Unknown - Unknown Organization] CPU Hours: Total" -2016-12,409653.7719,316394.9472,44727.2797 +2016-12,409681.9119,316394.9472,44727.2797 2017-01,49813.8900,10393.6925,9572.2556 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_cpu_hours/timeseries-Quarter-reference.csv index c233482498..4e3bec4485 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_cpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[screw - Screwdriver] CPU Hours: Total","[wrench - Wrench] CPU Hours: Total","[Unknown - Unknown Organization] CPU Hours: Total" -"2016 Q4",409653.7719,316394.9472,44727.2797 +"2016 Q4",409681.9119,316394.9472,44727.2797 "2017 Q1",49813.8900,10393.6925,9572.2556 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_cpu_hours/timeseries-Year-reference.csv index 79cba15a32..ef0978c1f9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_cpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[screw - Screwdriver] CPU Hours: Total","[wrench - Wrench] CPU Hours: Total","[Unknown - Unknown Organization] CPU Hours: Total" -2016,409653.7719,316394.9472,44727.2797 +2016,409681.9119,316394.9472,44727.2797 2017,49813.8900,10393.6925,9572.2556 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_node_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_node_hours/aggregate-Day-reference.csv index a524ecbb54..b574d9f08c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_node_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_node_hours/aggregate-Day-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "User Institution","Node Hours: Total" -"screw - Screwdriver",122560.2475 +"screw - Screwdriver",122562.5925 "wrench - Wrench",29347.1258 "Unknown - Unknown Organization",4396.3742 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_node_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_node_hours/aggregate-Month-reference.csv index a524ecbb54..b574d9f08c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_node_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_node_hours/aggregate-Month-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "User Institution","Node Hours: Total" -"screw - Screwdriver",122560.2475 +"screw - Screwdriver",122562.5925 "wrench - Wrench",29347.1258 "Unknown - Unknown Organization",4396.3742 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_node_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_node_hours/aggregate-Quarter-reference.csv index a524ecbb54..b574d9f08c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_node_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_node_hours/aggregate-Quarter-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "User Institution","Node Hours: Total" -"screw - Screwdriver",122560.2475 +"screw - Screwdriver",122562.5925 "wrench - Wrench",29347.1258 "Unknown - Unknown Organization",4396.3742 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_node_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_node_hours/aggregate-Year-reference.csv index a524ecbb54..b574d9f08c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_node_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_node_hours/aggregate-Year-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "User Institution","Node Hours: Total" -"screw - Screwdriver",122560.2475 +"screw - Screwdriver",122562.5925 "wrench - Wrench",29347.1258 "Unknown - Unknown Organization",4396.3742 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_node_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_node_hours/timeseries-Day-reference.csv index 1f4366df9d..f048eda70d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_node_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_node_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[screw - Screwdriver] Node Hours: Total","[wrench - Wrench] Node Hours: Tot 2016-12-27,690.2022,396.1900,120.0000 2016-12-28,6403.8500,2066.3456,144.4211 2016-12-29,23046.9511,4850.9172,630.6286 -2016-12-30,40683.3819,10736.2211,888.9569 +2016-12-30,40685.7269,10736.2211,888.9569 2016-12-31,35412.3772,10293.8561,1682.5633 2017-01-01,15936.6856,1003.5958,916.2833 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_node_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_node_hours/timeseries-Month-reference.csv index 617de43b83..110f01029e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_node_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_node_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[screw - Screwdriver] Node Hours: Total","[wrench - Wrench] Node Hours: Total","[Unknown - Unknown Organization] Node Hours: Total" -2016-12,106623.5619,28343.5300,3480.0908 +2016-12,106625.9069,28343.5300,3480.0908 2017-01,15936.6856,1003.5958,916.2833 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_node_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_node_hours/timeseries-Quarter-reference.csv index 4d6ed55df3..78f79765bc 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_node_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_node_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[screw - Screwdriver] Node Hours: Total","[wrench - Wrench] Node Hours: Total","[Unknown - Unknown Organization] Node Hours: Total" -"2016 Q4",106623.5619,28343.5300,3480.0908 +"2016 Q4",106625.9069,28343.5300,3480.0908 "2017 Q1",15936.6856,1003.5958,916.2833 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_node_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_node_hours/timeseries-Year-reference.csv index 00ecf60dc9..cd370573df 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_node_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_node_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[screw - Screwdriver] Node Hours: Total","[wrench - Wrench] Node Hours: Total","[Unknown - Unknown Organization] Node Hours: Total" -2016,106623.5619,28343.5300,3480.0908 +2016,106625.9069,28343.5300,3480.0908 2017,15936.6856,1003.5958,916.2833 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_waitduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_waitduration_hours/aggregate-Day-reference.csv index b62dbb756c..b45ec9e9f6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_waitduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_waitduration_hours/aggregate-Day-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "User Institution","Wait Hours: Total" -"screw - Screwdriver",186420.9531 +"screw - Screwdriver",186421.0508 "wrench - Wrench",119857.7197 "Unknown - Unknown Organization",66.6881 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_waitduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_waitduration_hours/aggregate-Month-reference.csv index b62dbb756c..b45ec9e9f6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_waitduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_waitduration_hours/aggregate-Month-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "User Institution","Wait Hours: Total" -"screw - Screwdriver",186420.9531 +"screw - Screwdriver",186421.0508 "wrench - Wrench",119857.7197 "Unknown - Unknown Organization",66.6881 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_waitduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_waitduration_hours/aggregate-Quarter-reference.csv index b62dbb756c..b45ec9e9f6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_waitduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_waitduration_hours/aggregate-Quarter-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "User Institution","Wait Hours: Total" -"screw - Screwdriver",186420.9531 +"screw - Screwdriver",186421.0508 "wrench - Wrench",119857.7197 "Unknown - Unknown Organization",66.6881 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_waitduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_waitduration_hours/aggregate-Year-reference.csv index b62dbb756c..b45ec9e9f6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_waitduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_waitduration_hours/aggregate-Year-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "User Institution","Wait Hours: Total" -"screw - Screwdriver",186420.9531 +"screw - Screwdriver",186421.0508 "wrench - Wrench",119857.7197 "Unknown - Unknown Organization",66.6881 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_waitduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_waitduration_hours/timeseries-Day-reference.csv index 09621e7b5b..8fd33e893c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_waitduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_waitduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[screw - Screwdriver] Wait Hours: Total","[wrench - Wrench] Wait Hours: Tot 2016-12-27,1573.1342,405.1178,0.0000 2016-12-28,1560.4542,2019.3978,18.4800 2016-12-29,3477.1700,2596.4203,28.2811 -2016-12-30,166441.4033,28833.4536,7.3803 +2016-12-30,166441.5011,28833.4536,7.3803 2016-12-31,7267.7433,66152.9947,0.5194 2017-01-01,5971.2336,19850.3356,12.0239 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_waitduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_waitduration_hours/timeseries-Month-reference.csv index 5f57711e36..77d06c3659 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_waitduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_waitduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[screw - Screwdriver] Wait Hours: Total","[wrench - Wrench] Wait Hours: Total","[Unknown - Unknown Organization] Wait Hours: Total" -2016-12,180449.7194,100007.3842,54.6642 +2016-12,180449.8172,100007.3842,54.6642 2017-01,5971.2336,19850.3356,12.0239 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_waitduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_waitduration_hours/timeseries-Quarter-reference.csv index 3836f35c01..8b6567690b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_waitduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_waitduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[screw - Screwdriver] Wait Hours: Total","[wrench - Wrench] Wait Hours: Total","[Unknown - Unknown Organization] Wait Hours: Total" -"2016 Q4",180449.7194,100007.3842,54.6642 +"2016 Q4",180449.8172,100007.3842,54.6642 "2017 Q1",5971.2336,19850.3356,12.0239 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_waitduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_waitduration_hours/timeseries-Year-reference.csv index 125caf369c..db5de864b2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_waitduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_waitduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[screw - Screwdriver] Wait Hours: Total","[wrench - Wrench] Wait Hours: Total","[Unknown - Unknown Organization] Wait Hours: Total" -2016,180449.7194,100007.3842,54.6642 +2016,180449.8172,100007.3842,54.6642 2017,5971.2336,19850.3356,12.0239 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_wallduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_wallduration_hours/aggregate-Day-reference.csv index 0a156761e0..9b1472c391 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_wallduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_wallduration_hours/aggregate-Day-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "User Institution","Wall Hours: Total" -"screw - Screwdriver",106756.7475 +"screw - Screwdriver",106757.0081 "wrench - Wrench",18243.6503 "Unknown - Unknown Organization",2976.4086 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_wallduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_wallduration_hours/aggregate-Month-reference.csv index 0a156761e0..9b1472c391 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_wallduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_wallduration_hours/aggregate-Month-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "User Institution","Wall Hours: Total" -"screw - Screwdriver",106756.7475 +"screw - Screwdriver",106757.0081 "wrench - Wrench",18243.6503 "Unknown - Unknown Organization",2976.4086 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_wallduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_wallduration_hours/aggregate-Quarter-reference.csv index 0a156761e0..9b1472c391 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_wallduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_wallduration_hours/aggregate-Quarter-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "User Institution","Wall Hours: Total" -"screw - Screwdriver",106756.7475 +"screw - Screwdriver",106757.0081 "wrench - Wrench",18243.6503 "Unknown - Unknown Organization",2976.4086 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_wallduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_wallduration_hours/aggregate-Year-reference.csv index 0a156761e0..9b1472c391 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_wallduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_wallduration_hours/aggregate-Year-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "User Institution","Wall Hours: Total" -"screw - Screwdriver",106756.7475 +"screw - Screwdriver",106757.0081 "wrench - Wrench",18243.6503 "Unknown - Unknown Organization",2976.4086 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_wallduration_hours/timeseries-Day-reference.csv index 578d728ed1..675003e36d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_wallduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[screw - Screwdriver] Wall Hours: Total","[wrench - Wrench] Wall Hours: Tot 2016-12-27,331.3367,82.8467,120.0000 2016-12-28,4032.0467,397.6758,144.4211 2016-12-29,18996.4564,1011.1886,496.8644 -2016-12-30,35188.4008,7231.8436,442.2694 +2016-12-30,35188.6614,7231.8436,442.2694 2016-12-31,32449.3028,8689.3939,1183.8483 2017-01-01,15372.4047,830.7017,575.4844 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_wallduration_hours/timeseries-Month-reference.csv index 72bdf9beb5..02b7c169c2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_wallduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[screw - Screwdriver] Wall Hours: Total","[wrench - Wrench] Wall Hours: Total","[Unknown - Unknown Organization] Wall Hours: Total" -2016-12,91384.3428,17412.9486,2400.9242 +2016-12,91384.6033,17412.9486,2400.9242 2017-01,15372.4047,830.7017,575.4844 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_wallduration_hours/timeseries-Quarter-reference.csv index 8d68d81cc3..5b809540e3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_wallduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[screw - Screwdriver] Wall Hours: Total","[wrench - Wrench] Wall Hours: Total","[Unknown - Unknown Organization] Wall Hours: Total" -"2016 Q4",91384.3428,17412.9486,2400.9242 +"2016 Q4",91384.6033,17412.9486,2400.9242 "2017 Q1",15372.4047,830.7017,575.4844 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_wallduration_hours/timeseries-Year-reference.csv index f86a9abb33..e9e64fc971 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/total_wallduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[screw - Screwdriver] Wall Hours: Total","[wrench - Wrench] Wall Hours: Total","[Unknown - Unknown Organization] Wall Hours: Total" -2016,91384.3428,17412.9486,2400.9242 +2016,91384.6033,17412.9486,2400.9242 2017,15372.4047,830.7017,575.4844 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/utilization/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/utilization/aggregate-Day-reference.csv index 88af847004..ac291a00e0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/utilization/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/utilization/aggregate-Day-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "User Institution","Screwdriver CPU Utilization (%)" -"screw - Screwdriver",10.4046 +"screw - Screwdriver",10.4052 "wrench - Wrench",7.4001 "Unknown - Unknown Organization",3.1423 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/utilization/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/utilization/aggregate-Month-reference.csv index f5ac8e48fb..126532c06c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/utilization/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/utilization/aggregate-Month-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "User Institution","Screwdriver CPU Utilization (%)" -"screw - Screwdriver",2.3121 +"screw - Screwdriver",2.3123 "wrench - Wrench",1.6445 "Unknown - Unknown Organization",0.6428 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/utilization/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/utilization/aggregate-Quarter-reference.csv index 796a209c6e..be7861cdc0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/utilization/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/utilization/aggregate-Quarter-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "User Institution","Screwdriver CPU Utilization (%)" -"screw - Screwdriver",0.9534 +"screw - Screwdriver",0.9535 "wrench - Wrench",0.6781 "Unknown - Unknown Organization",0.2746 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/utilization/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/utilization/timeseries-Day-reference.csv index ead0cbbe3d..d20fb3b109 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/utilization/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/utilization/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[screw - Screwdriver] Screwdriver CPU Utilization (%)","[wrench - Wrench] S 2016-12-27,2.2367,2.6272,2.0000 2016-12-28,11.3729,13.0666,2.4070 2016-12-29,21.3388,15.4576,4.9368 -2016-12-30,30.6965,24.0823,6.3444 +2016-12-30,30.7023,24.0823,6.3444 2016-12-31,19.2289,23.1897,9.6981 2017-01-01,10.3779,2.1654,4.9855 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/utilization/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/utilization/timeseries-Month-reference.csv index 4a7eeacd0b..02531c1003 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/utilization/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/utilization/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[screw - Screwdriver] Screwdriver CPU Utilization (%)","[wrench - Wrench] Screwdriver CPU Utilization (%)","[Unknown - Unknown Organization] Screwdriver CPU Utilization (%)" -2016-12,8.2062,6.3380,1.7920 +2016-12,8.2068,6.3380,1.7920 2017-01,0.3348,0.0699,0.1608 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/utilization/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/utilization/timeseries-Quarter-reference.csv index 60fbe6bcdf..869b8752aa 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/utilization/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/utilization/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[screw - Screwdriver] Screwdriver CPU Utilization (%)","[wrench - Wrench] Screwdriver CPU Utilization (%)","[Unknown - Unknown Organization] Screwdriver CPU Utilization (%)" -"2016 Q4",8.2062,6.3380,1.7920 +"2016 Q4",8.2068,6.3380,1.7920 "2017 Q1",0.1153,0.0241,0.0554 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/utilization/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/utilization/timeseries-Year-reference.csv index 67c65477de..99d1d6d1fb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/utilization/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/institution/utilization/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[screw - Screwdriver] Screwdriver CPU Utilization (%)","[wrench - Wrench] Screwdriver CPU Utilization (%)","[Unknown - Unknown Organization] Screwdriver CPU Utilization (%)" -2016,8.2062,6.3380,1.7920 +2016,8.2068,6.3380,1.7920 2017,0.0284,0.0059,0.0137 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_person_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_person_count/aggregate-Day-reference.csv index 50435a20ae..f33cf3dff2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_person_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_person_count/aggregate-Day-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",24 "17 - 32",13 "33 - 64",14 -"65 - 128",11 +"65 - 128",12 "129 - 256",4 "257 - 512",1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_person_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_person_count/aggregate-Month-reference.csv index 50435a20ae..f33cf3dff2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_person_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_person_count/aggregate-Month-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",24 "17 - 32",13 "33 - 64",14 -"65 - 128",11 +"65 - 128",12 "129 - 256",4 "257 - 512",1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_person_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_person_count/aggregate-Quarter-reference.csv index 50435a20ae..f33cf3dff2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_person_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_person_count/aggregate-Quarter-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",24 "17 - 32",13 "33 - 64",14 -"65 - 128",11 +"65 - 128",12 "129 - 256",4 "257 - 512",1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_person_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_person_count/aggregate-Year-reference.csv index 50435a20ae..f33cf3dff2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_person_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_person_count/aggregate-Year-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",24 "17 - 32",13 "33 - 64",14 -"65 - 128",11 +"65 - 128",12 "129 - 256",4 "257 - 512",1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_person_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_person_count/timeseries-Day-reference.csv index 612353e95e..e4149b8646 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_person_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_person_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[1] Number of Users: Active","[2] Number of Users: Active","[3 - 4] Number 2016-12-27,3,0,0,2,6,2,1,2,1,0 2016-12-28,5,0,0,3,10,5,2,3,2,0 2016-12-29,8,1,3,8,13,5,7,6,3,0 -2016-12-30,21,1,3,11,21,11,12,11,4,1 +2016-12-30,21,1,3,11,21,11,12,12,4,1 2016-12-31,17,1,2,12,17,7,11,8,2,1 2017-01-01,9,1,2,10,13,8,7,4,2,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_person_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_person_count/timeseries-Month-reference.csv index b573711cfe..d2233c5290 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_person_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_person_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[1] Number of Users: Active","[2] Number of Users: Active","[3 - 4] Number of Users: Active","[5 - 8] Number of Users: Active","[9 - 16] Number of Users: Active","[17 - 32] Number of Users: Active","[33 - 64] Number of Users: Active","[65 - 128] Number of Users: Active","[129 - 256] Number of Users: Active","[257 - 512] Number of Users: Active" -2016-12,22,1,3,13,24,13,13,11,4,1 +2016-12,22,1,3,13,24,13,13,12,4,1 2017-01,9,1,2,10,13,8,7,4,2,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_person_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_person_count/timeseries-Quarter-reference.csv index 29b4e7e086..8ef450ede1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_person_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_person_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[1] Number of Users: Active","[2] Number of Users: Active","[3 - 4] Number of Users: Active","[5 - 8] Number of Users: Active","[9 - 16] Number of Users: Active","[17 - 32] Number of Users: Active","[33 - 64] Number of Users: Active","[65 - 128] Number of Users: Active","[129 - 256] Number of Users: Active","[257 - 512] Number of Users: Active" -"2016 Q4",22,1,3,13,24,13,13,11,4,1 +"2016 Q4",22,1,3,13,24,13,13,12,4,1 "2017 Q1",9,1,2,10,13,8,7,4,2,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_person_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_person_count/timeseries-Year-reference.csv index 9de30b03e0..7e19ef05c3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_person_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_person_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[1] Number of Users: Active","[2] Number of Users: Active","[3 - 4] Number of Users: Active","[5 - 8] Number of Users: Active","[9 - 16] Number of Users: Active","[17 - 32] Number of Users: Active","[33 - 64] Number of Users: Active","[65 - 128] Number of Users: Active","[129 - 256] Number of Users: Active","[257 - 512] Number of Users: Active" -2016,22,1,3,13,24,13,13,11,4,1 +2016,22,1,3,13,24,13,13,12,4,1 2017,9,1,2,10,13,8,7,4,2,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_pi_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_pi_count/aggregate-Day-reference.csv index 9ffb8bf80f..1af6af6772 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_pi_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_pi_count/aggregate-Day-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",19 "17 - 32",11 "33 - 64",11 -"65 - 128",10 +"65 - 128",11 "129 - 256",4 "257 - 512",1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_pi_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_pi_count/aggregate-Month-reference.csv index 9ffb8bf80f..1af6af6772 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_pi_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_pi_count/aggregate-Month-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",19 "17 - 32",11 "33 - 64",11 -"65 - 128",10 +"65 - 128",11 "129 - 256",4 "257 - 512",1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_pi_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_pi_count/aggregate-Quarter-reference.csv index 9ffb8bf80f..1af6af6772 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_pi_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_pi_count/aggregate-Quarter-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",19 "17 - 32",11 "33 - 64",11 -"65 - 128",10 +"65 - 128",11 "129 - 256",4 "257 - 512",1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_pi_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_pi_count/aggregate-Year-reference.csv index 9ffb8bf80f..1af6af6772 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_pi_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_pi_count/aggregate-Year-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",19 "17 - 32",11 "33 - 64",11 -"65 - 128",10 +"65 - 128",11 "129 - 256",4 "257 - 512",1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_pi_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_pi_count/timeseries-Day-reference.csv index b4323ac35f..0e1a7a8afe 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_pi_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_pi_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[1] Number of PIs: Active","[2] Number of PIs: Active","[3 - 4] Number of P 2016-12-27,3,0,0,2,5,2,1,2,1,0 2016-12-28,5,0,0,3,8,3,2,3,2,0 2016-12-29,8,1,3,6,10,3,5,6,3,0 -2016-12-30,16,1,3,9,16,9,10,10,4,1 +2016-12-30,16,1,3,9,16,9,10,11,4,1 2016-12-31,14,1,2,10,14,6,8,8,2,1 2017-01-01,7,1,2,9,12,6,5,4,2,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_pi_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_pi_count/timeseries-Month-reference.csv index 76fc0fd135..fe41021eb8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_pi_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_pi_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[1] Number of PIs: Active","[2] Number of PIs: Active","[3 - 4] Number of PIs: Active","[5 - 8] Number of PIs: Active","[9 - 16] Number of PIs: Active","[17 - 32] Number of PIs: Active","[33 - 64] Number of PIs: Active","[65 - 128] Number of PIs: Active","[129 - 256] Number of PIs: Active","[257 - 512] Number of PIs: Active" -2016-12,17,1,3,11,19,11,10,10,4,1 +2016-12,17,1,3,11,19,11,10,11,4,1 2017-01,7,1,2,9,12,6,5,4,2,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_pi_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_pi_count/timeseries-Quarter-reference.csv index 86b1dff11b..a16c7297ed 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_pi_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_pi_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[1] Number of PIs: Active","[2] Number of PIs: Active","[3 - 4] Number of PIs: Active","[5 - 8] Number of PIs: Active","[9 - 16] Number of PIs: Active","[17 - 32] Number of PIs: Active","[33 - 64] Number of PIs: Active","[65 - 128] Number of PIs: Active","[129 - 256] Number of PIs: Active","[257 - 512] Number of PIs: Active" -"2016 Q4",17,1,3,11,19,11,10,10,4,1 +"2016 Q4",17,1,3,11,19,11,10,11,4,1 "2017 Q1",7,1,2,9,12,6,5,4,2,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_pi_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_pi_count/timeseries-Year-reference.csv index f27fbf07c4..5d3df643f2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_pi_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/active_pi_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[1] Number of PIs: Active","[2] Number of PIs: Active","[3 - 4] Number of PIs: Active","[5 - 8] Number of PIs: Active","[9 - 16] Number of PIs: Active","[17 - 32] Number of PIs: Active","[33 - 64] Number of PIs: Active","[65 - 128] Number of PIs: Active","[129 - 256] Number of PIs: Active","[257 - 512] Number of PIs: Active" -2016,17,1,3,11,19,11,10,10,4,1 +2016,17,1,3,11,19,11,10,11,4,1 2017,7,1,2,9,12,6,5,4,2,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_cpu_hours/aggregate-Day-reference.csv index 8936ed96d3..f930faa8b7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_cpu_hours/aggregate-Day-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",9.44197911,0.21436533606163743 "17 - 32",240.41447863,16.979025324781684 "33 - 64",294.11531353,47.85451668657768 -"65 - 128",2150.19939590, +"65 - 128",2129.79497863, "129 - 256",8746.51015873, "257 - 512",6348.48666667,433.2882879407966 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_cpu_hours/aggregate-Month-reference.csv index c0e6d67029..5801e12574 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_cpu_hours/aggregate-Month-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",9.44197911,0.394840617525021 "17 - 32",240.41447863,33.20692875908851 "33 - 64",294.11531353,87.5371337954103 -"65 - 128",2150.19939590,253.1545358207834 +"65 - 128",2129.79497863,251.54131804419154 "129 - 256",8746.51015873,1701.739132076106 "257 - 512",6348.48666667,4484.7021945002725 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_cpu_hours/aggregate-Quarter-reference.csv index c0e6d67029..5801e12574 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_cpu_hours/aggregate-Quarter-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",9.44197911,0.394840617525021 "17 - 32",240.41447863,33.20692875908851 "33 - 64",294.11531353,87.5371337954103 -"65 - 128",2150.19939590,253.1545358207834 +"65 - 128",2129.79497863,251.54131804419154 "129 - 256",8746.51015873,1701.739132076106 "257 - 512",6348.48666667,4484.7021945002725 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_cpu_hours/aggregate-Year-reference.csv index c0e6d67029..5801e12574 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_cpu_hours/aggregate-Year-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",9.44197911,0.394840617525021 "17 - 32",240.41447863,33.20692875908851 "33 - 64",294.11531353,87.5371337954103 -"65 - 128",2150.19939590,253.1545358207834 +"65 - 128",2129.79497863,251.54131804419154 "129 - 256",8746.51015873,1701.739132076106 "257 - 512",6348.48666667,4484.7021945002725 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_cpu_hours/timeseries-Day-reference.csv index 761462d4e7..48e5d81230 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_cpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[1] CPU Hours: Per Job","[2] CPU Hours: Per Job","[3 - 4] CPU Hours: Per Jo 2016-12-27,10.64601852,0,0,94.23481481,248.25777778,231.74256410,243.18222222,1306.80833333,2997.12000000,0 2016-12-28,8.78788644,0,0,122.16625000,166.40375661,471.85305556,1074.67333333,1507.06692810,3440.36148148,0 2016-12-29,13.40730206,7.24000000,29.80072222,22.73914396,101.22594378,649.60562092,798.73777778,1664.46660819,4135.82222222,0 -2016-12-30,6.90473878,48.00000000,3.61978632,2.18327092,10.24904606,107.32861811,228.24631313,1185.01319865,3432.16606061,3497.71333333 +2016-12-30,6.90473878,48.00000000,3.61978632,2.18327092,10.24904606,107.32861811,228.24631313,1167.74643449,3432.16606061,3497.71333333 2016-12-31,7.42391623,14.57163265,73.27320988,2.68285810,7.26953416,130.50399356,382.53380952,903.59550617,1041.07851852,5701.54666667 2017-01-01,10.68335498,35.25833333,50.94990741,1.14431436,6.09780770,32.28830346,75.95636574,250.02254902,4.50666667,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_cpu_hours/timeseries-Month-reference.csv index bc86265e40..0c8c979a52 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_cpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[1] CPU Hours: Per Job","[2] CPU Hours: Per Job","[3 - 4] CPU Hours: Per Job","[5 - 8] CPU Hours: Per Job","[9 - 16] CPU Hours: Per Job","[17 - 32] CPU Hours: Per Job","[33 - 64] CPU Hours: Per Job","[65 - 128] CPU Hours: Per Job","[129 - 256] CPU Hours: Per Job","[257 - 512] CPU Hours: Per Job" -2016-12,12.08505760,15.13530612,6.21603370,2.64634175,10.27666632,334.29748439,449.30588123,2662.12213889,10203.51074074,6348.48666667 +2016-12,12.08505760,15.13530612,6.21603370,2.64634175,10.27666632,334.29748439,449.30588123,2629.60384088,10203.51074074,6348.48666667 2017-01,10.68335498,35.25833333,50.94990741,1.14431436,6.09780770,32.28830346,75.95636574,250.02254902,4.50666667,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_cpu_hours/timeseries-Quarter-reference.csv index 8dd76e0de8..a6a0518a52 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_cpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[1] CPU Hours: Per Job","[2] CPU Hours: Per Job","[3 - 4] CPU Hours: Per Job","[5 - 8] CPU Hours: Per Job","[9 - 16] CPU Hours: Per Job","[17 - 32] CPU Hours: Per Job","[33 - 64] CPU Hours: Per Job","[65 - 128] CPU Hours: Per Job","[129 - 256] CPU Hours: Per Job","[257 - 512] CPU Hours: Per Job" -"2016 Q4",12.08505760,15.13530612,6.21603370,2.64634175,10.27666632,334.29748439,449.30588123,2662.12213889,10203.51074074,6348.48666667 +"2016 Q4",12.08505760,15.13530612,6.21603370,2.64634175,10.27666632,334.29748439,449.30588123,2629.60384088,10203.51074074,6348.48666667 "2017 Q1",10.68335498,35.25833333,50.94990741,1.14431436,6.09780770,32.28830346,75.95636574,250.02254902,4.50666667,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_cpu_hours/timeseries-Year-reference.csv index 79d70f4940..2deb13e5d9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_cpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[1] CPU Hours: Per Job","[2] CPU Hours: Per Job","[3 - 4] CPU Hours: Per Job","[5 - 8] CPU Hours: Per Job","[9 - 16] CPU Hours: Per Job","[17 - 32] CPU Hours: Per Job","[33 - 64] CPU Hours: Per Job","[65 - 128] CPU Hours: Per Job","[129 - 256] CPU Hours: Per Job","[257 - 512] CPU Hours: Per Job" -2016,12.08505760,15.13530612,6.21603370,2.64634175,10.27666632,334.29748439,449.30588123,2662.12213889,10203.51074074,6348.48666667 +2016,12.08505760,15.13530612,6.21603370,2.64634175,10.27666632,334.29748439,449.30588123,2629.60384088,10203.51074074,6348.48666667 2017,10.68335498,35.25833333,50.94990741,1.14431436,6.09780770,32.28830346,75.95636574,250.02254902,4.50666667,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv index e2bbbe38a1..d0ab364557 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",12.8641 "17 - 32",29.6605 "33 - 64",57.1742 -"65 - 128",94.6628 +"65 - 128",94.6645 "129 - 256",187.5579 "257 - 512",335.9767 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv index e2bbbe38a1..d0ab364557 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",12.8641 "17 - 32",29.6605 "33 - 64",57.1742 -"65 - 128",94.6628 +"65 - 128",94.6645 "129 - 256",187.5579 "257 - 512",335.9767 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv index e2bbbe38a1..d0ab364557 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",12.8641 "17 - 32",29.6605 "33 - 64",57.1742 -"65 - 128",94.6628 +"65 - 128",94.6645 "129 - 256",187.5579 "257 - 512",335.9767 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv index e2bbbe38a1..d0ab364557 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",12.8641 "17 - 32",29.6605 "33 - 64",57.1742 -"65 - 128",94.6628 +"65 - 128",94.6645 "129 - 256",187.5579 "257 - 512",335.9767 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv index 6e2b243d53..ac40681bf3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[1] Job Size: Weighted By CPU Hours (Core Count)","[2] Job Size: Weighted B 2016-12-27,1.0000,0,0,8.0000,14.7307,28.6879,64.0000,89.1689,144.0000,0 2016-12-28,1.0000,0,0,8.0000,14.4214,30.6797,59.4342,95.6054,186.6424,0 2016-12-29,1.0000,2.0000,4.0000,7.9670,14.3348,31.0970,56.1561,94.2313,187.1857,0 -2016-12-30,1.0000,2.0000,4.0000,7.9934,12.7911,30.6708,56.6778,94.7927,191.0737,335.9577 +2016-12-30,1.0000,2.0000,4.0000,7.9934,12.7911,30.6708,56.6778,94.7975,191.0737,335.9577 2016-12-31,1.0000,2.0000,4.0000,7.9995,12.4744,26.0424,58.0319,95.6675,192.0000,336.0000 2017-01-01,1.0000,2.0000,4.0000,7.9946,12.6792,25.2388,56.4252,92.4113,179.6923,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv index 7b8f518bf0..95ac5573e7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[1] Job Size: Weighted By CPU Hours (Core Count)","[2] Job Size: Weighted By CPU Hours (Core Count)","[3 - 4] Job Size: Weighted By CPU Hours (Core Count)","[5 - 8] Job Size: Weighted By CPU Hours (Core Count)","[9 - 16] Job Size: Weighted By CPU Hours (Core Count)","[17 - 32] Job Size: Weighted By CPU Hours (Core Count)","[33 - 64] Job Size: Weighted By CPU Hours (Core Count)","[65 - 128] Job Size: Weighted By CPU Hours (Core Count)","[129 - 256] Job Size: Weighted By CPU Hours (Core Count)","[257 - 512] Job Size: Weighted By CPU Hours (Core Count)" -2016-12,1.0000,2.0000,4.0000,7.9949,12.8973,29.8837,57.2790,94.7527,187.5585,335.9767 +2016-12,1.0000,2.0000,4.0000,7.9949,12.8973,29.8837,57.2790,94.7545,187.5585,335.9767 2017-01,1.0000,2.0000,4.0000,7.9946,12.6792,25.2388,56.4252,92.4113,179.6923,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv index d31faa3599..ae09799bcb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[1] Job Size: Weighted By CPU Hours (Core Count)","[2] Job Size: Weighted By CPU Hours (Core Count)","[3 - 4] Job Size: Weighted By CPU Hours (Core Count)","[5 - 8] Job Size: Weighted By CPU Hours (Core Count)","[9 - 16] Job Size: Weighted By CPU Hours (Core Count)","[17 - 32] Job Size: Weighted By CPU Hours (Core Count)","[33 - 64] Job Size: Weighted By CPU Hours (Core Count)","[65 - 128] Job Size: Weighted By CPU Hours (Core Count)","[129 - 256] Job Size: Weighted By CPU Hours (Core Count)","[257 - 512] Job Size: Weighted By CPU Hours (Core Count)" -"2016 Q4",1.0000,2.0000,4.0000,7.9949,12.8973,29.8837,57.2790,94.7527,187.5585,335.9767 +"2016 Q4",1.0000,2.0000,4.0000,7.9949,12.8973,29.8837,57.2790,94.7545,187.5585,335.9767 "2017 Q1",1.0000,2.0000,4.0000,7.9946,12.6792,25.2388,56.4252,92.4113,179.6923,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv index aa74f7866c..7f9d919dfb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[1] Job Size: Weighted By CPU Hours (Core Count)","[2] Job Size: Weighted By CPU Hours (Core Count)","[3 - 4] Job Size: Weighted By CPU Hours (Core Count)","[5 - 8] Job Size: Weighted By CPU Hours (Core Count)","[9 - 16] Job Size: Weighted By CPU Hours (Core Count)","[17 - 32] Job Size: Weighted By CPU Hours (Core Count)","[33 - 64] Job Size: Weighted By CPU Hours (Core Count)","[65 - 128] Job Size: Weighted By CPU Hours (Core Count)","[129 - 256] Job Size: Weighted By CPU Hours (Core Count)","[257 - 512] Job Size: Weighted By CPU Hours (Core Count)" -2016,1.0000,2.0000,4.0000,7.9949,12.8973,29.8837,57.2790,94.7527,187.5585,335.9767 +2016,1.0000,2.0000,4.0000,7.9949,12.8973,29.8837,57.2790,94.7545,187.5585,335.9767 2017,1.0000,2.0000,4.0000,7.9946,12.6792,25.2388,56.4252,92.4113,179.6923,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_node_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_node_hours/aggregate-Day-reference.csv index 8e30061803..46b6ad3a60 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_node_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_node_hours/aggregate-Day-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",0.74635573,0.015336188426172804 "17 - 32",14.49213462,1.1742521773769417 "33 - 64",29.99184268,5.400957690681392 -"65 - 128",176.90854099, +"65 - 128",175.23004541, "129 - 256",568.59277778, "257 - 512",529.04055556,36.107357328399715 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_node_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_node_hours/aggregate-Month-reference.csv index 2eba5956e5..b526bfda72 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_node_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_node_hours/aggregate-Month-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",0.74635573,0.0282612425514622 "17 - 32",14.49213462,1.9002947837570658 "33 - 64",29.99184268,9.918478915099703 -"65 - 128",176.90854099,20.97765959788404 +"65 - 128",175.23004541,20.84299429846499 "129 - 256",568.59277778,106.56252185196783 "257 - 512",529.04055556,373.72518287502265 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_node_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_node_hours/aggregate-Quarter-reference.csv index 2eba5956e5..b526bfda72 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_node_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_node_hours/aggregate-Quarter-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",0.74635573,0.0282612425514622 "17 - 32",14.49213462,1.9002947837570658 "33 - 64",29.99184268,9.918478915099703 -"65 - 128",176.90854099,20.97765959788404 +"65 - 128",175.23004541,20.84299429846499 "129 - 256",568.59277778,106.56252185196783 "257 - 512",529.04055556,373.72518287502265 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_node_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_node_hours/aggregate-Year-reference.csv index 2eba5956e5..b526bfda72 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_node_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_node_hours/aggregate-Year-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",0.74635573,0.0282612425514622 "17 - 32",14.49213462,1.9002947837570658 "33 - 64",29.99184268,9.918478915099703 -"65 - 128",176.90854099,20.97765959788404 +"65 - 128",175.23004541,20.84299429846499 "129 - 256",568.59277778,106.56252185196783 "257 - 512",529.04055556,373.72518287502265 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_node_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_node_hours/timeseries-Day-reference.csv index 8390eb3ae8..291a7c29a1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_node_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_node_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[1] Node Hours: Per Job","[2] Node Hours: Per Job","[3 - 4] Node Hours: Per 2016-12-27,10.64601852,0,0,11.77935185,17.15728175,11.37042735,30.39777778,108.90069444,249.76000000,0 2016-12-28,8.78788644,0,0,15.27078125,11.76839947,21.58686343,134.33416667,123.18668301,223.02259259,0 2016-12-29,13.40730206,3.62000000,7.45018056,2.86114450,7.20452811,37.69553922,80.17761905,136.33059942,272.17777778,0 -2016-12-30,6.90473878,24.00000000,0.90494658,0.27326942,0.81252131,6.33885621,24.09976010,95.63723064,217.72141414,291.47611111 +2016-12-30,6.90473878,24.00000000,0.90494658,0.27326942,0.81252131,6.33885621,24.09976010,94.24480929,217.72141414,291.47611111 2016-12-31,7.42391623,7.28581633,18.31830247,0.33539378,0.58915499,10.90767311,35.28030423,77.56779012,65.08074074,475.12888889 2017-01-01,10.68335498,17.62916667,12.73747685,0.14319450,0.49146776,2.78607527,7.65814236,20.84214052,0.44777778,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_node_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_node_hours/timeseries-Month-reference.csv index 2c5715be45..4ce5716ec8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_node_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_node_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[1] Node Hours: Per Job","[2] Node Hours: Per Job","[3 - 4] Node Hours: Per Job","[5 - 8] Node Hours: Per Job","[9 - 16] Node Hours: Per Job","[17 - 32] Node Hours: Per Job","[33 - 64] Node Hours: Per Job","[65 - 128] Node Hours: Per Job","[129 - 256] Node Hours: Per Job","[257 - 512] Node Hours: Per Job" -2016-12,12.08505760,7.56765306,1.55400842,0.33112911,0.80947667,19.71264045,45.88940134,218.91183681,663.28361111,529.04055556 +2016-12,12.08505760,7.56765306,1.55400842,0.33112911,0.80947667,19.71264045,45.88940134,216.23817215,663.28361111,529.04055556 2017-01,10.68335498,17.62916667,12.73747685,0.14319450,0.49146776,2.78607527,7.65814236,20.84214052,0.44777778,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_node_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_node_hours/timeseries-Quarter-reference.csv index c25b5a6550..dad7e211b5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_node_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_node_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[1] Node Hours: Per Job","[2] Node Hours: Per Job","[3 - 4] Node Hours: Per Job","[5 - 8] Node Hours: Per Job","[9 - 16] Node Hours: Per Job","[17 - 32] Node Hours: Per Job","[33 - 64] Node Hours: Per Job","[65 - 128] Node Hours: Per Job","[129 - 256] Node Hours: Per Job","[257 - 512] Node Hours: Per Job" -"2016 Q4",12.08505760,7.56765306,1.55400842,0.33112911,0.80947667,19.71264045,45.88940134,218.91183681,663.28361111,529.04055556 +"2016 Q4",12.08505760,7.56765306,1.55400842,0.33112911,0.80947667,19.71264045,45.88940134,216.23817215,663.28361111,529.04055556 "2017 Q1",10.68335498,17.62916667,12.73747685,0.14319450,0.49146776,2.78607527,7.65814236,20.84214052,0.44777778,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_node_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_node_hours/timeseries-Year-reference.csv index 7b58133e1b..8a3b2e38e1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_node_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_node_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[1] Node Hours: Per Job","[2] Node Hours: Per Job","[3 - 4] Node Hours: Per Job","[5 - 8] Node Hours: Per Job","[9 - 16] Node Hours: Per Job","[17 - 32] Node Hours: Per Job","[33 - 64] Node Hours: Per Job","[65 - 128] Node Hours: Per Job","[129 - 256] Node Hours: Per Job","[257 - 512] Node Hours: Per Job" -2016,12.08505760,7.56765306,1.55400842,0.33112911,0.80947667,19.71264045,45.88940134,218.91183681,663.28361111,529.04055556 +2016,12.08505760,7.56765306,1.55400842,0.33112911,0.80947667,19.71264045,45.88940134,216.23817215,663.28361111,529.04055556 2017,10.68335498,17.62916667,12.73747685,0.14319450,0.49146776,2.78607527,7.65814236,20.84214052,0.44777778,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_processors/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_processors/aggregate-Day-reference.csv index 88b53ed8c3..3cc800f058 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_processors/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_processors/aggregate-Day-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",12.0469,0.002994474507764085 "17 - 32",25.2000,0.29214570410333923 "33 - 64",52.5149,0.890276181683717 -"65 - 128",94.9515,1.0691413291600116 +"65 - 128",95.0769,1.0661976483970632 "129 - 256",184.0000,4.1991252733426085 "257 - 512",312.0000,16.97056274847714 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_processors/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_processors/aggregate-Month-reference.csv index 88b53ed8c3..3cc800f058 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_processors/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_processors/aggregate-Month-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",12.0469,0.002994474507764085 "17 - 32",25.2000,0.29214570410333923 "33 - 64",52.5149,0.890276181683717 -"65 - 128",94.9515,1.0691413291600116 +"65 - 128",95.0769,1.0661976483970632 "129 - 256",184.0000,4.1991252733426085 "257 - 512",312.0000,16.97056274847714 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_processors/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_processors/aggregate-Quarter-reference.csv index 88b53ed8c3..3cc800f058 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_processors/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_processors/aggregate-Quarter-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",12.0469,0.002994474507764085 "17 - 32",25.2000,0.29214570410333923 "33 - 64",52.5149,0.890276181683717 -"65 - 128",94.9515,1.0691413291600116 +"65 - 128",95.0769,1.0661976483970632 "129 - 256",184.0000,4.1991252733426085 "257 - 512",312.0000,16.97056274847714 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_processors/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_processors/aggregate-Year-reference.csv index 88b53ed8c3..3cc800f058 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_processors/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_processors/aggregate-Year-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",12.0469,0.002994474507764085 "17 - 32",25.2000,0.29214570410333923 "33 - 64",52.5149,0.890276181683717 -"65 - 128",94.9515,1.0691413291600116 +"65 - 128",95.0769,1.0661976483970632 "129 - 256",184.0000,4.1991252733426085 "257 - 512",312.0000,16.97056274847714 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_processors/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_processors/timeseries-Day-reference.csv index 771b0729a3..1acf6b38a2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_processors/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_processors/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[1] Job Size: Per Job (Core Count)","[2] Job Size: Per Job (Core Count)","[ 2016-12-27,1.0000,0,0,8.0000,14.8571,30.1538,64.0000,90.0000,144.0000,0 2016-12-28,1.0000,0,0,8.0000,14.0000,30.5000,56.0000,95.5294,186.6667,0 2016-12-29,1.0000,2.0000,4.0000,7.9856,12.8675,30.5882,56.0000,93.0526,184.0000,0 -2016-12-30,1.0000,2.0000,4.0000,7.9995,12.0747,25.9496,55.0000,95.3333,184.7273,312.0000 +2016-12-30,1.0000,2.0000,4.0000,7.9995,12.0747,25.9496,55.0000,95.5224,184.7273,312.0000 2016-12-31,1.0000,2.0000,4.0000,7.9998,12.0312,22.9565,51.0476,95.1111,192.0000,336.0000 2017-01-01,1.0000,2.0000,4.0000,7.9997,12.0979,25.8495,51.5833,95.5294,176.0000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_processors/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_processors/timeseries-Month-reference.csv index 86072b7bf2..9a76081b1c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_processors/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_processors/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[1] Job Size: Per Job (Core Count)","[2] Job Size: Per Job (Core Count)","[3 - 4] Job Size: Per Job (Core Count)","[5 - 8] Job Size: Per Job (Core Count)","[9 - 16] Job Size: Per Job (Core Count)","[17 - 32] Job Size: Per Job (Core Count)","[33 - 64] Job Size: Per Job (Core Count)","[65 - 128] Job Size: Per Job (Core Count)","[129 - 256] Job Size: Per Job (Core Count)","[257 - 512] Job Size: Per Job (Core Count)" -2016-12,1.0000,2.0000,4.0000,7.9997,12.0355,24.8315,53.3793,94.5500,185.3333,312.0000 +2016-12,1.0000,2.0000,4.0000,7.9997,12.0355,24.8315,53.3793,94.7160,185.3333,312.0000 2017-01,1.0000,2.0000,4.0000,7.9997,12.0979,25.8495,51.5833,95.5294,176.0000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_processors/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_processors/timeseries-Quarter-reference.csv index 902ed2b119..beb011b669 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_processors/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_processors/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[1] Job Size: Per Job (Core Count)","[2] Job Size: Per Job (Core Count)","[3 - 4] Job Size: Per Job (Core Count)","[5 - 8] Job Size: Per Job (Core Count)","[9 - 16] Job Size: Per Job (Core Count)","[17 - 32] Job Size: Per Job (Core Count)","[33 - 64] Job Size: Per Job (Core Count)","[65 - 128] Job Size: Per Job (Core Count)","[129 - 256] Job Size: Per Job (Core Count)","[257 - 512] Job Size: Per Job (Core Count)" -"2016 Q4",1.0000,2.0000,4.0000,7.9997,12.0355,24.8315,53.3793,94.5500,185.3333,312.0000 +"2016 Q4",1.0000,2.0000,4.0000,7.9997,12.0355,24.8315,53.3793,94.7160,185.3333,312.0000 "2017 Q1",1.0000,2.0000,4.0000,7.9997,12.0979,25.8495,51.5833,95.5294,176.0000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_processors/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_processors/timeseries-Year-reference.csv index f5f2be89f3..7928717e11 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_processors/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_processors/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[1] Job Size: Per Job (Core Count)","[2] Job Size: Per Job (Core Count)","[3 - 4] Job Size: Per Job (Core Count)","[5 - 8] Job Size: Per Job (Core Count)","[9 - 16] Job Size: Per Job (Core Count)","[17 - 32] Job Size: Per Job (Core Count)","[33 - 64] Job Size: Per Job (Core Count)","[65 - 128] Job Size: Per Job (Core Count)","[129 - 256] Job Size: Per Job (Core Count)","[257 - 512] Job Size: Per Job (Core Count)" -2016,1.0000,2.0000,4.0000,7.9997,12.0355,24.8315,53.3793,94.5500,185.3333,312.0000 +2016,1.0000,2.0000,4.0000,7.9997,12.0355,24.8315,53.3793,94.7160,185.3333,312.0000 2017,1.0000,2.0000,4.0000,7.9997,12.0979,25.8495,51.5833,95.5294,176.0000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_waitduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_waitduration_hours/aggregate-Day-reference.csv index 7b310d09ac..969c6e0a58 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_waitduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_waitduration_hours/aggregate-Day-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",1.24761007,0.025114172332948253 "17 - 32",14.34069231,1.304127513906302 "33 - 64",7.00926843,0.8845416369380606 -"65 - 128",22.27161812,3.7233393634709016 +"65 - 128",22.05840812,3.6936375131837638 "129 - 256",10.57740079,5.825320513630149 "257 - 512",6.67972222,1.4827636364381243 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_waitduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_waitduration_hours/aggregate-Month-reference.csv index 7b310d09ac..969c6e0a58 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_waitduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_waitduration_hours/aggregate-Month-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",1.24761007,0.025114172332948253 "17 - 32",14.34069231,1.304127513906302 "33 - 64",7.00926843,0.8845416369380606 -"65 - 128",22.27161812,3.7233393634709016 +"65 - 128",22.05840812,3.6936375131837638 "129 - 256",10.57740079,5.825320513630149 "257 - 512",6.67972222,1.4827636364381243 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_waitduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_waitduration_hours/aggregate-Quarter-reference.csv index 7b310d09ac..969c6e0a58 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_waitduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_waitduration_hours/aggregate-Quarter-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",1.24761007,0.025114172332948253 "17 - 32",14.34069231,1.304127513906302 "33 - 64",7.00926843,0.8845416369380606 -"65 - 128",22.27161812,3.7233393634709016 +"65 - 128",22.05840812,3.6936375131837638 "129 - 256",10.57740079,5.825320513630149 "257 - 512",6.67972222,1.4827636364381243 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_waitduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_waitduration_hours/aggregate-Year-reference.csv index 7b310d09ac..969c6e0a58 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_waitduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_waitduration_hours/aggregate-Year-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",1.24761007,0.025114172332948253 "17 - 32",14.34069231,1.304127513906302 "33 - 64",7.00926843,0.8845416369380606 -"65 - 128",22.27161812,3.7233393634709016 +"65 - 128",22.05840812,3.6936375131837638 "129 - 256",10.57740079,5.825320513630149 "257 - 512",6.67972222,1.4827636364381243 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_waitduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_waitduration_hours/timeseries-Day-reference.csv index c6b75987e4..6db622651c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_waitduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_waitduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[1] Wait Hours: Per Job","[2] Wait Hours: Per Job","[3 - 4] Wait Hours: Per 2016-12-27,0.00000000,0,0,227.90537037,8.47087963,8.54411616,0.00000000,96.80513889,78.78861111,0 2016-12-28,0.04817672,0,0,140.59666667,13.48954365,42.30315657,36.87611111,99.70848291,0.00017361,0 2016-12-29,0.06132672,0.00444444,131.82598611,13.37330150,0.53786514,33.35175000,11.39555556,17.07518519,25.72861111,0 -2016-12-30,1.10740738,0.00000000,226.93986503,1.39299409,0.94008446,11.52861111,8.42826577,2.98377976,0.77944444,6.67972222 +2016-12-30,1.10740738,0.00000000,226.93986503,1.39299409,0.94008446,11.52861111,8.42826577,2.88426245,0.77944444,6.67972222 2016-12-31,1.35311510,27.32576747,19.28881944,3.95346547,0.89391908,19.21645951,0.49553571,2.09069444,5.17777778,0.00000000 2017-01-01,0.11093450,0.00000000,0.00000000,1.38397662,2.36267888,7.45386856,6.86741602,6.05006039,18.80388889,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_waitduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_waitduration_hours/timeseries-Month-reference.csv index f3b02448dc..93214f883a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_waitduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_waitduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[1] Wait Hours: Per Job","[2] Wait Hours: Per Job","[3 - 4] Wait Hours: Per Job","[5 - 8] Wait Hours: Per Job","[9 - 16] Wait Hours: Per Job","[17 - 32] Wait Hours: Per Job","[33 - 64] Wait Hours: Per Job","[65 - 128] Wait Hours: Per Job","[129 - 256] Wait Hours: Per Job","[257 - 512] Wait Hours: Per Job" -2016-12,0.98849809,27.04697846,223.20642001,2.69523606,0.93139446,17.51327403,7.11443487,26.93531597,9.20631944,6.67972222 +2016-12,0.98849809,27.04697846,223.20642001,2.69523606,0.93139446,17.51327403,7.11443487,26.60398834,9.20631944,6.67972222 2017-01,0.11093450,0.00000000,0.00000000,1.38397662,2.36267888,7.45386856,6.86741602,6.05006039,18.80388889,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_waitduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_waitduration_hours/timeseries-Quarter-reference.csv index 5b8efadac8..8f1533e095 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_waitduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_waitduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[1] Wait Hours: Per Job","[2] Wait Hours: Per Job","[3 - 4] Wait Hours: Per Job","[5 - 8] Wait Hours: Per Job","[9 - 16] Wait Hours: Per Job","[17 - 32] Wait Hours: Per Job","[33 - 64] Wait Hours: Per Job","[65 - 128] Wait Hours: Per Job","[129 - 256] Wait Hours: Per Job","[257 - 512] Wait Hours: Per Job" -"2016 Q4",0.98849809,27.04697846,223.20642001,2.69523606,0.93139446,17.51327403,7.11443487,26.93531597,9.20631944,6.67972222 +"2016 Q4",0.98849809,27.04697846,223.20642001,2.69523606,0.93139446,17.51327403,7.11443487,26.60398834,9.20631944,6.67972222 "2017 Q1",0.11093450,0.00000000,0.00000000,1.38397662,2.36267888,7.45386856,6.86741602,6.05006039,18.80388889,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_waitduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_waitduration_hours/timeseries-Year-reference.csv index c37f8171d4..622a2926b7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_waitduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_waitduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[1] Wait Hours: Per Job","[2] Wait Hours: Per Job","[3 - 4] Wait Hours: Per Job","[5 - 8] Wait Hours: Per Job","[9 - 16] Wait Hours: Per Job","[17 - 32] Wait Hours: Per Job","[33 - 64] Wait Hours: Per Job","[65 - 128] Wait Hours: Per Job","[129 - 256] Wait Hours: Per Job","[257 - 512] Wait Hours: Per Job" -2016,0.98849809,27.04697846,223.20642001,2.69523606,0.93139446,17.51327403,7.11443487,26.93531597,9.20631944,6.67972222 +2016,0.98849809,27.04697846,223.20642001,2.69523606,0.93139446,17.51327403,7.11443487,26.60398834,9.20631944,6.67972222 2017,0.11093450,0.00000000,0.00000000,1.38397662,2.36267888,7.45386856,6.86741602,6.05006039,18.80388889,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_wallduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_wallduration_hours/aggregate-Day-reference.csv index a11fa8558f..8a2c37d4b3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_wallduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_wallduration_hours/aggregate-Day-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",0.74433715,0.015228120582305632 "17 - 32",8.28519444,0.5577161576430426 "33 - 64",5.29163641,0.817315922487462 -"65 - 128",22.99202805, +"65 - 128",22.77345620, "129 - 256",46.94807540, "257 - 512",18.89583333,1.2783184846305509 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_wallduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_wallduration_hours/aggregate-Month-reference.csv index 81a067564c..17a6e8d219 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_wallduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_wallduration_hours/aggregate-Month-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",0.74433715,0.028202744752572246 "17 - 32",8.28519444,1.1171022585583983 "33 - 64",5.29163641,1.4989071580899005 -"65 - 128",22.99202805,2.657295484972631 +"65 - 128",22.77345620,2.6407184168469033 "129 - 256",46.94807540,9.002831841794622 "257 - 512",18.89583333,13.346247657795425 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_wallduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_wallduration_hours/aggregate-Quarter-reference.csv index 81a067564c..17a6e8d219 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_wallduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_wallduration_hours/aggregate-Quarter-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",0.74433715,0.028202744752572246 "17 - 32",8.28519444,1.1171022585583983 "33 - 64",5.29163641,1.4989071580899005 -"65 - 128",22.99202805,2.657295484972631 +"65 - 128",22.77345620,2.6407184168469033 "129 - 256",46.94807540,9.002831841794622 "257 - 512",18.89583333,13.346247657795425 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_wallduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_wallduration_hours/aggregate-Year-reference.csv index 81a067564c..17a6e8d219 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_wallduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_wallduration_hours/aggregate-Year-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",0.74433715,0.028202744752572246 "17 - 32",8.28519444,1.1171022585583983 "33 - 64",5.29163641,1.4989071580899005 -"65 - 128",22.99202805,2.657295484972631 +"65 - 128",22.77345620,2.6407184168469033 "129 - 256",46.94807540,9.002831841794622 "257 - 512",18.89583333,13.346247657795425 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_wallduration_hours/timeseries-Day-reference.csv index af73e7e718..61dbcd974b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_wallduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[1] Wall Hours: Per Job","[2] Wall Hours: Per Job","[3 - 4] Wall Hours: Per 2016-12-27,10.64601852,0,0,11.77935185,17.15728175,8.24136752,3.79972222,14.90409722,20.81333333,0 2016-12-28,8.78788644,0,0,15.27078125,11.76839947,15.56885417,18.38902778,15.87996732,18.58521605,0 2016-12-29,13.40730206,3.62000000,7.45018056,2.86114450,7.20452811,21.11080065,14.62440476,17.85836257,22.24888889,0 -2016-12-30,6.90473878,24.00000000,0.90494658,0.27326942,0.81185654,3.56487162,4.11833965,12.69962963,17.98661616,10.41138889 +2016-12-30,6.90473878,24.00000000,0.90494658,0.27326942,0.81185654,3.56487162,4.11833965,12.51397181,17.98661616,10.41138889 2016-12-31,7.42391623,7.28581633,18.31830247,0.33539378,0.58783261,5.15196055,6.80177249,9.52966667,5.42228395,16.96888889 2017-01-01,10.68335498,17.62916667,12.73747685,0.14319450,0.48657929,1.30688172,1.40546875,2.73455065,0.02527778,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_wallduration_hours/timeseries-Month-reference.csv index b1317ab531..44c6846c00 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_wallduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[1] Wall Hours: Per Job","[2] Wall Hours: Per Job","[3 - 4] Wall Hours: Per Job","[5 - 8] Wall Hours: Per Job","[9 - 16] Wall Hours: Per Job","[17 - 32] Wall Hours: Per Job","[33 - 64] Wall Hours: Per Job","[65 - 128] Wall Hours: Per Job","[129 - 256] Wall Hours: Per Job","[257 - 512] Wall Hours: Per Job" -2016-12,12.08505760,7.56765306,1.55400842,0.33112911,0.80836307,11.41916042,8.05159962,28.44005208,54.76854167,18.89583333 +2016-12,12.08505760,7.56765306,1.55400842,0.33112911,0.80836307,11.41916042,8.05159962,28.09215706,54.76854167,18.89583333 2017-01,10.68335498,17.62916667,12.73747685,0.14319450,0.48657929,1.30688172,1.40546875,2.73455065,0.02527778,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_wallduration_hours/timeseries-Quarter-reference.csv index 1d078444f8..bbd2f03a9c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_wallduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[1] Wall Hours: Per Job","[2] Wall Hours: Per Job","[3 - 4] Wall Hours: Per Job","[5 - 8] Wall Hours: Per Job","[9 - 16] Wall Hours: Per Job","[17 - 32] Wall Hours: Per Job","[33 - 64] Wall Hours: Per Job","[65 - 128] Wall Hours: Per Job","[129 - 256] Wall Hours: Per Job","[257 - 512] Wall Hours: Per Job" -"2016 Q4",12.08505760,7.56765306,1.55400842,0.33112911,0.80836307,11.41916042,8.05159962,28.44005208,54.76854167,18.89583333 +"2016 Q4",12.08505760,7.56765306,1.55400842,0.33112911,0.80836307,11.41916042,8.05159962,28.09215706,54.76854167,18.89583333 "2017 Q1",10.68335498,17.62916667,12.73747685,0.14319450,0.48657929,1.30688172,1.40546875,2.73455065,0.02527778,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_wallduration_hours/timeseries-Year-reference.csv index 5435c41c2d..ecce64205c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/avg_wallduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[1] Wall Hours: Per Job","[2] Wall Hours: Per Job","[3 - 4] Wall Hours: Per Job","[5 - 8] Wall Hours: Per Job","[9 - 16] Wall Hours: Per Job","[17 - 32] Wall Hours: Per Job","[33 - 64] Wall Hours: Per Job","[65 - 128] Wall Hours: Per Job","[129 - 256] Wall Hours: Per Job","[257 - 512] Wall Hours: Per Job" -2016,12.08505760,7.56765306,1.55400842,0.33112911,0.80836307,11.41916042,8.05159962,28.44005208,54.76854167,18.89583333 +2016,12.08505760,7.56765306,1.55400842,0.33112911,0.80836307,11.41916042,8.05159962,28.09215706,54.76854167,18.89583333 2017,10.68335498,17.62916667,12.73747685,0.14319450,0.48657929,1.30688172,1.40546875,2.73455065,0.02527778,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/expansion_factor/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/expansion_factor/aggregate-Day-reference.csv index c31588a295..06e81239c0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/expansion_factor/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/expansion_factor/aggregate-Day-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",2.5196 "17 - 32",2.7553 "33 - 64",2.3863 -"65 - 128",2.0131 +"65 - 128",2.0130 "129 - 256",1.2892 "257 - 512",1.3204 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/expansion_factor/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/expansion_factor/aggregate-Month-reference.csv index c31588a295..06e81239c0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/expansion_factor/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/expansion_factor/aggregate-Month-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",2.5196 "17 - 32",2.7553 "33 - 64",2.3863 -"65 - 128",2.0131 +"65 - 128",2.0130 "129 - 256",1.2892 "257 - 512",1.3204 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/expansion_factor/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/expansion_factor/aggregate-Quarter-reference.csv index c31588a295..06e81239c0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/expansion_factor/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/expansion_factor/aggregate-Quarter-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",2.5196 "17 - 32",2.7553 "33 - 64",2.3863 -"65 - 128",2.0131 +"65 - 128",2.0130 "129 - 256",1.2892 "257 - 512",1.3204 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/expansion_factor/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/expansion_factor/aggregate-Year-reference.csv index c31588a295..06e81239c0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/expansion_factor/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/expansion_factor/aggregate-Year-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",2.5196 "17 - 32",2.7553 "33 - 64",2.3863 -"65 - 128",2.0131 +"65 - 128",2.0130 "129 - 256",1.2892 "257 - 512",1.3204 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/expansion_factor/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/expansion_factor/timeseries-Day-reference.csv index 468f01ed0d..e01c12f4dc 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/expansion_factor/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/expansion_factor/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[1] User Expansion Factor","[2] User Expansion Factor","[3 - 4] User Expans 2016-12-27,1.0459,0,0,4.8681,1.0652,1.5286,1.0000,2.4204,2.0942,0 2016-12-28,1.0017,0,0,3.8006,1.2217,1.3810,1.1503,2.4463,1.1570,0 2016-12-29,1.0021,1.0001,9.4448,3.9818,1.1607,1.8698,1.2642,2.0881,1.2520,0 -2016-12-30,1.0685,1.0001,246.9648,6.3712,2.1290,3.6189,3.0067,1.9162,1.0828,1.4826 +2016-12-30,1.0685,1.0001,246.9648,6.3712,2.1290,3.6189,3.0067,1.9160,1.0828,1.4826 2016-12-31,1.1475,4.7123,1.2556,12.1702,2.4884,2.7548,1.2306,1.5938,1.1414,1.1213 2017-01-01,1.0103,1.0001,1.0172,12.4291,4.5952,8.3274,5.6576,2.8626,835.1017,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/job_count/aggregate-Day-reference.csv index 185ac84045..aeeca9a526 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/job_count/aggregate-Day-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",20658 "17 - 32",260 "33 - 64",101 -"65 - 128",103 +"65 - 128",104 "129 - 256",14 "257 - 512",2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/job_count/aggregate-Month-reference.csv index 185ac84045..aeeca9a526 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/job_count/aggregate-Month-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",20658 "17 - 32",260 "33 - 64",101 -"65 - 128",103 +"65 - 128",104 "129 - 256",14 "257 - 512",2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/job_count/aggregate-Quarter-reference.csv index 185ac84045..aeeca9a526 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/job_count/aggregate-Quarter-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",20658 "17 - 32",260 "33 - 64",101 -"65 - 128",103 +"65 - 128",104 "129 - 256",14 "257 - 512",2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/job_count/aggregate-Year-reference.csv index 185ac84045..aeeca9a526 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/job_count/aggregate-Year-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",20658 "17 - 32",260 "33 - 64",101 -"65 - 128",103 +"65 - 128",104 "129 - 256",14 "257 - 512",2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/job_count/timeseries-Day-reference.csv index 62b61297ca..6afef811fb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[1] Number of Jobs Ended","[2] Number of Jobs Ended","[3 - 4] Number of Job 2016-12-27,0,0,0,0,0,0,0,0,0,0 2016-12-28,0,0,0,0,0,0,0,0,0,0 2016-12-29,0,0,0,0,0,0,0,0,0,0 -2016-12-30,2720,0,714,17674,5313,109,37,35,3,1 +2016-12-30,2720,0,714,17674,5313,109,37,36,3,1 2016-12-31,3067,97,6,14372,10481,58,16,34,9,1 2017-01-01,1168,1,12,10344,4864,93,48,34,2,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/job_count/timeseries-Month-reference.csv index 65f7760445..f1f1bf2d00 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[1] Number of Jobs Ended","[2] Number of Jobs Ended","[3 - 4] Number of Jobs Ended","[5 - 8] Number of Jobs Ended","[9 - 16] Number of Jobs Ended","[17 - 32] Number of Jobs Ended","[33 - 64] Number of Jobs Ended","[65 - 128] Number of Jobs Ended","[129 - 256] Number of Jobs Ended","[257 - 512] Number of Jobs Ended" -2016-12,5787,97,720,32046,15794,167,53,69,12,2 +2016-12,5787,97,720,32046,15794,167,53,70,12,2 2017-01,1168,1,12,10344,4864,93,48,34,2,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/job_count/timeseries-Quarter-reference.csv index 2f70550df9..1499d74108 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[1] Number of Jobs Ended","[2] Number of Jobs Ended","[3 - 4] Number of Jobs Ended","[5 - 8] Number of Jobs Ended","[9 - 16] Number of Jobs Ended","[17 - 32] Number of Jobs Ended","[33 - 64] Number of Jobs Ended","[65 - 128] Number of Jobs Ended","[129 - 256] Number of Jobs Ended","[257 - 512] Number of Jobs Ended" -"2016 Q4",5787,97,720,32046,15794,167,53,69,12,2 +"2016 Q4",5787,97,720,32046,15794,167,53,70,12,2 "2017 Q1",1168,1,12,10344,4864,93,48,34,2,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/job_count/timeseries-Year-reference.csv index 7ea131f551..96e3cc7bd3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[1] Number of Jobs Ended","[2] Number of Jobs Ended","[3 - 4] Number of Jobs Ended","[5 - 8] Number of Jobs Ended","[9 - 16] Number of Jobs Ended","[17 - 32] Number of Jobs Ended","[33 - 64] Number of Jobs Ended","[65 - 128] Number of Jobs Ended","[129 - 256] Number of Jobs Ended","[257 - 512] Number of Jobs Ended" -2016,5787,97,720,32046,15794,167,53,69,12,2 +2016,5787,97,720,32046,15794,167,53,70,12,2 2017,1168,1,12,10344,4864,93,48,34,2,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/running_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/running_job_count/aggregate-Day-reference.csv index 62dda5ff16..b2b17f517d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/running_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/running_job_count/aggregate-Day-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",20658 "17 - 32",260 "33 - 64",101 -"65 - 128",103 +"65 - 128",104 "129 - 256",14 "257 - 512",2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/running_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/running_job_count/aggregate-Month-reference.csv index 62dda5ff16..b2b17f517d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/running_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/running_job_count/aggregate-Month-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",20658 "17 - 32",260 "33 - 64",101 -"65 - 128",103 +"65 - 128",104 "129 - 256",14 "257 - 512",2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/running_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/running_job_count/aggregate-Quarter-reference.csv index 62dda5ff16..b2b17f517d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/running_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/running_job_count/aggregate-Quarter-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",20658 "17 - 32",260 "33 - 64",101 -"65 - 128",103 +"65 - 128",104 "129 - 256",14 "257 - 512",2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/running_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/running_job_count/aggregate-Year-reference.csv index 62dda5ff16..b2b17f517d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/running_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/running_job_count/aggregate-Year-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",20658 "17 - 32",260 "33 - 64",101 -"65 - 128",103 +"65 - 128",104 "129 - 256",14 "257 - 512",2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/running_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/running_job_count/timeseries-Day-reference.csv index 23c3e1b026..173473a314 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/running_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/running_job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[1] Number of Jobs Running","[2] Number of Jobs Running","[3 - 4] Number of 2016-12-27,3,0,0,6,14,13,1,4,1,0 2016-12-28,340,0,0,16,42,24,2,17,9,0 2016-12-29,1256,1,20,208,166,34,7,38,10,0 -2016-12-30,4513,1,728,17857,5514,119,44,66,11,2 +2016-12-30,4513,1,728,17857,5514,119,44,67,11,2 2016-12-31,3911,98,18,14650,10781,69,21,45,9,1 2017-01-01,1168,1,12,10344,4864,93,48,34,2,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/running_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/running_job_count/timeseries-Month-reference.csv index 011ac10997..5648bc9615 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/running_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/running_job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[1] Number of Jobs Running","[2] Number of Jobs Running","[3 - 4] Number of Jobs Running","[5 - 8] Number of Jobs Running","[9 - 16] Number of Jobs Running","[17 - 32] Number of Jobs Running","[33 - 64] Number of Jobs Running","[65 - 128] Number of Jobs Running","[129 - 256] Number of Jobs Running","[257 - 512] Number of Jobs Running" -2016-12,6631,98,732,32324,16094,178,58,80,12,2 +2016-12,6631,98,732,32324,16094,178,58,81,12,2 2017-01,1168,1,12,10344,4864,93,48,34,2,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/running_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/running_job_count/timeseries-Quarter-reference.csv index 0e0580d46f..a4f4c9c063 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/running_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/running_job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[1] Number of Jobs Running","[2] Number of Jobs Running","[3 - 4] Number of Jobs Running","[5 - 8] Number of Jobs Running","[9 - 16] Number of Jobs Running","[17 - 32] Number of Jobs Running","[33 - 64] Number of Jobs Running","[65 - 128] Number of Jobs Running","[129 - 256] Number of Jobs Running","[257 - 512] Number of Jobs Running" -"2016 Q4",6631,98,732,32324,16094,178,58,80,12,2 +"2016 Q4",6631,98,732,32324,16094,178,58,81,12,2 "2017 Q1",1168,1,12,10344,4864,93,48,34,2,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/running_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/running_job_count/timeseries-Year-reference.csv index 0ff03b718d..93059229a5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/running_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/running_job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[1] Number of Jobs Running","[2] Number of Jobs Running","[3 - 4] Number of Jobs Running","[5 - 8] Number of Jobs Running","[9 - 16] Number of Jobs Running","[17 - 32] Number of Jobs Running","[33 - 64] Number of Jobs Running","[65 - 128] Number of Jobs Running","[129 - 256] Number of Jobs Running","[257 - 512] Number of Jobs Running" -2016,6631,98,732,32324,16094,178,58,80,12,2 +2016,6631,98,732,32324,16094,178,58,81,12,2 2017,1168,1,12,10344,4864,93,48,34,2,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/started_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/started_job_count/aggregate-Day-reference.csv index 9349eaf47d..3615f563ed 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/started_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/started_job_count/aggregate-Day-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",20658 "17 - 32",260 "33 - 64",101 -"65 - 128",103 +"65 - 128",104 "129 - 256",14 "257 - 512",2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/started_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/started_job_count/aggregate-Month-reference.csv index 9349eaf47d..3615f563ed 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/started_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/started_job_count/aggregate-Month-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",20658 "17 - 32",260 "33 - 64",101 -"65 - 128",103 +"65 - 128",104 "129 - 256",14 "257 - 512",2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/started_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/started_job_count/aggregate-Quarter-reference.csv index 9349eaf47d..3615f563ed 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/started_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/started_job_count/aggregate-Quarter-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",20658 "17 - 32",260 "33 - 64",101 -"65 - 128",103 +"65 - 128",104 "129 - 256",14 "257 - 512",2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/started_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/started_job_count/aggregate-Year-reference.csv index 9349eaf47d..3615f563ed 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/started_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/started_job_count/aggregate-Year-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",20658 "17 - 32",260 "33 - 64",101 -"65 - 128",103 +"65 - 128",104 "129 - 256",14 "257 - 512",2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/started_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/started_job_count/timeseries-Day-reference.csv index d9e7f0a35c..30acbecd60 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/started_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/started_job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[1] Number of Jobs Started","[2] Number of Jobs Started","[3 - 4] Number of 2016-12-27,2,0,0,6,6,11,1,4,1,0 2016-12-28,337,0,0,10,28,11,1,13,8,0 2016-12-29,916,1,20,192,124,10,5,21,1,0 -2016-12-30,3257,0,708,17649,5348,85,37,28,1,2 +2016-12-30,3257,0,708,17649,5348,85,37,29,1,2 2016-12-31,2118,97,4,14467,10580,59,14,14,1,0 2017-01-01,324,0,0,10066,4564,82,43,23,2,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/started_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/started_job_count/timeseries-Month-reference.csv index 205f65f078..77a1274570 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/started_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/started_job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[1] Number of Jobs Started","[2] Number of Jobs Started","[3 - 4] Number of Jobs Started","[5 - 8] Number of Jobs Started","[9 - 16] Number of Jobs Started","[17 - 32] Number of Jobs Started","[33 - 64] Number of Jobs Started","[65 - 128] Number of Jobs Started","[129 - 256] Number of Jobs Started","[257 - 512] Number of Jobs Started" -2016-12,6631,98,732,32324,16094,178,58,80,12,2 +2016-12,6631,98,732,32324,16094,178,58,81,12,2 2017-01,324,0,0,10066,4564,82,43,23,2,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/started_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/started_job_count/timeseries-Quarter-reference.csv index c573070f0c..7a0ad5cd7d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/started_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/started_job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[1] Number of Jobs Started","[2] Number of Jobs Started","[3 - 4] Number of Jobs Started","[5 - 8] Number of Jobs Started","[9 - 16] Number of Jobs Started","[17 - 32] Number of Jobs Started","[33 - 64] Number of Jobs Started","[65 - 128] Number of Jobs Started","[129 - 256] Number of Jobs Started","[257 - 512] Number of Jobs Started" -"2016 Q4",6631,98,732,32324,16094,178,58,80,12,2 +"2016 Q4",6631,98,732,32324,16094,178,58,81,12,2 "2017 Q1",324,0,0,10066,4564,82,43,23,2,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/started_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/started_job_count/timeseries-Year-reference.csv index 6a7cf7dc2e..36e85a900a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/started_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/started_job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[1] Number of Jobs Started","[2] Number of Jobs Started","[3 - 4] Number of Jobs Started","[5 - 8] Number of Jobs Started","[9 - 16] Number of Jobs Started","[17 - 32] Number of Jobs Started","[33 - 64] Number of Jobs Started","[65 - 128] Number of Jobs Started","[129 - 256] Number of Jobs Started","[257 - 512] Number of Jobs Started" -2016,6631,98,732,32324,16094,178,58,80,12,2 +2016,6631,98,732,32324,16094,178,58,81,12,2 2017,324,0,0,10066,4564,82,43,23,2,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/submitted_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/submitted_job_count/aggregate-Day-reference.csv index 9a7c6b79d2..6ac979107a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/submitted_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/submitted_job_count/aggregate-Day-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",19207 "17 - 32",162 "33 - 64",71 -"65 - 128",69 +"65 - 128",70 "129 - 256",11 "257 - 512",0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/submitted_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/submitted_job_count/aggregate-Month-reference.csv index 7ce8c7785e..61b995790d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/submitted_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/submitted_job_count/aggregate-Month-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",19628 "17 - 32",235 "33 - 64",86 -"65 - 128",97 +"65 - 128",98 "129 - 256",13 "257 - 512",2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/submitted_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/submitted_job_count/aggregate-Quarter-reference.csv index 7ce8c7785e..61b995790d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/submitted_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/submitted_job_count/aggregate-Quarter-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",19628 "17 - 32",235 "33 - 64",86 -"65 - 128",97 +"65 - 128",98 "129 - 256",13 "257 - 512",2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/submitted_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/submitted_job_count/aggregate-Year-reference.csv index 7ce8c7785e..61b995790d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/submitted_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/submitted_job_count/aggregate-Year-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",19628 "17 - 32",235 "33 - 64",86 -"65 - 128",97 +"65 - 128",98 "129 - 256",13 "257 - 512",2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/submitted_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/submitted_job_count/timeseries-Day-reference.csv index a46ef7e9a1..9a02a2b4eb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/submitted_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/submitted_job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[1] Number of Jobs Submitted","[2] Number of Jobs Submitted","[3 - 4] Numbe 2016-12-27,2,0,0,1,5,9,1,0,0,0 2016-12-28,337,0,0,5,23,5,0,1,8,0 2016-12-29,915,1,8,140,120,5,3,14,0,0 -2016-12-30,3257,0,8,17147,5142,55,27,23,1,0 +2016-12-30,3257,0,8,17147,5142,55,27,24,1,0 2016-12-31,1794,0,1,11882,10376,31,12,14,1,0 2017-01-01,323,0,0,9074,3534,57,28,17,1,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/submitted_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/submitted_job_count/timeseries-Month-reference.csv index ebee0bbd23..5ef8cb044b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/submitted_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/submitted_job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[1] Number of Jobs Submitted","[2] Number of Jobs Submitted","[3 - 4] Number of Jobs Submitted","[5 - 8] Number of Jobs Submitted","[9 - 16] Number of Jobs Submitted","[17 - 32] Number of Jobs Submitted","[33 - 64] Number of Jobs Submitted","[65 - 128] Number of Jobs Submitted","[129 - 256] Number of Jobs Submitted","[257 - 512] Number of Jobs Submitted" -2016-12,6631,98,732,32324,16094,178,58,80,12,2 +2016-12,6631,98,732,32324,16094,178,58,81,12,2 2017-01,323,0,0,9074,3534,57,28,17,1,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/submitted_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/submitted_job_count/timeseries-Quarter-reference.csv index 0344c0fd74..38f705f2de 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/submitted_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/submitted_job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[1] Number of Jobs Submitted","[2] Number of Jobs Submitted","[3 - 4] Number of Jobs Submitted","[5 - 8] Number of Jobs Submitted","[9 - 16] Number of Jobs Submitted","[17 - 32] Number of Jobs Submitted","[33 - 64] Number of Jobs Submitted","[65 - 128] Number of Jobs Submitted","[129 - 256] Number of Jobs Submitted","[257 - 512] Number of Jobs Submitted" -"2016 Q4",6631,98,732,32324,16094,178,58,80,12,2 +"2016 Q4",6631,98,732,32324,16094,178,58,81,12,2 "2017 Q1",323,0,0,9074,3534,57,28,17,1,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/submitted_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/submitted_job_count/timeseries-Year-reference.csv index e578a36bc3..b2af4e719f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/submitted_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/submitted_job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[1] Number of Jobs Submitted","[2] Number of Jobs Submitted","[3 - 4] Number of Jobs Submitted","[5 - 8] Number of Jobs Submitted","[9 - 16] Number of Jobs Submitted","[17 - 32] Number of Jobs Submitted","[33 - 64] Number of Jobs Submitted","[65 - 128] Number of Jobs Submitted","[129 - 256] Number of Jobs Submitted","[257 - 512] Number of Jobs Submitted" -2016,6631,98,732,32324,16094,178,58,80,12,2 +2016,6631,98,732,32324,16094,178,58,81,12,2 2017,323,0,0,9074,3534,57,28,17,1,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_cpu_hours/aggregate-Day-reference.csv index 0f38004aac..d4538974f2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_cpu_hours/aggregate-Day-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",195052.4044 "17 - 32",62507.7644 "33 - 64",29705.6467 -"65 - 128",221470.5378 +"65 - 128",221498.6778 "129 - 256",122451.1422 "257 - 512",12696.9733 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_cpu_hours/aggregate-Month-reference.csv index 0f38004aac..d4538974f2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_cpu_hours/aggregate-Month-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",195052.4044 "17 - 32",62507.7644 "33 - 64",29705.6467 -"65 - 128",221470.5378 +"65 - 128",221498.6778 "129 - 256",122451.1422 "257 - 512",12696.9733 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_cpu_hours/aggregate-Quarter-reference.csv index 0f38004aac..d4538974f2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_cpu_hours/aggregate-Quarter-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",195052.4044 "17 - 32",62507.7644 "33 - 64",29705.6467 -"65 - 128",221470.5378 +"65 - 128",221498.6778 "129 - 256",122451.1422 "257 - 512",12696.9733 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_cpu_hours/aggregate-Year-reference.csv index 0f38004aac..d4538974f2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_cpu_hours/aggregate-Year-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",195052.4044 "17 - 32",62507.7644 "33 - 64",29705.6467 -"65 - 128",221470.5378 +"65 - 128",221498.6778 "129 - 256",122451.1422 "257 - 512",12696.9733 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_cpu_hours/timeseries-Day-reference.csv index b1856e7d3f..53dadd5407 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_cpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[1] CPU Hours: Total","[2] CPU Hours: Total","[3 - 4] CPU Hours: Total","[5 2016-12-27,31.9381,0,0,565.4089,3475.6089,3012.6533,243.1822,5227.2333,2997.1200,0 2016-12-28,2987.8814,0,0,1954.6600,6988.9578,11324.4733,2149.3467,25620.1378,30963.2533,0 2016-12-29,16839.5714,7.2400,596.0144,4729.7419,16803.5067,22086.5911,5591.1644,63249.7311,41358.2222,0 -2016-12-30,31161.0861,48.0000,2635.2044,38986.6689,56513.2400,12772.1056,10042.8378,78210.8711,37753.8267,6995.4267 +2016-12-30,31161.0861,48.0000,2635.2044,38986.6689,56513.2400,12772.1056,10042.8378,78239.0111,37753.8267,6995.4267 2016-12-31,29034.9364,1428.0200,1318.9178,39303.8711,78372.8478,9004.7756,8033.2100,40661.7978,9369.7067,5701.5467 2017-01-01,12478.1586,35.2583,611.3989,11836.7878,29659.7367,3002.8122,3645.9056,8500.7667,9.0133,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_cpu_hours/timeseries-Month-reference.csv index 29dad9836d..df81a1c138 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_cpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[1] CPU Hours: Total","[2] CPU Hours: Total","[3 - 4] CPU Hours: Total","[5 - 8] CPU Hours: Total","[9 - 16] CPU Hours: Total","[17 - 32] CPU Hours: Total","[33 - 64] CPU Hours: Total","[65 - 128] CPU Hours: Total","[129 - 256] CPU Hours: Total","[257 - 512] CPU Hours: Total" -2016-12,80136.0169,1483.2600,4550.1367,85540.3508,165392.6678,59504.9522,26059.7411,212969.7711,122442.1289,12696.9733 +2016-12,80136.0169,1483.2600,4550.1367,85540.3508,165392.6678,59504.9522,26059.7411,212997.9111,122442.1289,12696.9733 2017-01,12478.1586,35.2583,611.3989,11836.7878,29659.7367,3002.8122,3645.9056,8500.7667,9.0133,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_cpu_hours/timeseries-Quarter-reference.csv index 26ed539adc..9aac11771d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_cpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[1] CPU Hours: Total","[2] CPU Hours: Total","[3 - 4] CPU Hours: Total","[5 - 8] CPU Hours: Total","[9 - 16] CPU Hours: Total","[17 - 32] CPU Hours: Total","[33 - 64] CPU Hours: Total","[65 - 128] CPU Hours: Total","[129 - 256] CPU Hours: Total","[257 - 512] CPU Hours: Total" -"2016 Q4",80136.0169,1483.2600,4550.1367,85540.3508,165392.6678,59504.9522,26059.7411,212969.7711,122442.1289,12696.9733 +"2016 Q4",80136.0169,1483.2600,4550.1367,85540.3508,165392.6678,59504.9522,26059.7411,212997.9111,122442.1289,12696.9733 "2017 Q1",12478.1586,35.2583,611.3989,11836.7878,29659.7367,3002.8122,3645.9056,8500.7667,9.0133,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_cpu_hours/timeseries-Year-reference.csv index 01489ca867..5d3949e295 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_cpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[1] CPU Hours: Total","[2] CPU Hours: Total","[3 - 4] CPU Hours: Total","[5 - 8] CPU Hours: Total","[9 - 16] CPU Hours: Total","[17 - 32] CPU Hours: Total","[33 - 64] CPU Hours: Total","[65 - 128] CPU Hours: Total","[129 - 256] CPU Hours: Total","[257 - 512] CPU Hours: Total" -2016,80136.0169,1483.2600,4550.1367,85540.3508,165392.6678,59504.9522,26059.7411,212969.7711,122442.1289,12696.9733 +2016,80136.0169,1483.2600,4550.1367,85540.3508,165392.6678,59504.9522,26059.7411,212997.9111,122442.1289,12696.9733 2017,12478.1586,35.2583,611.3989,11836.7878,29659.7367,3002.8122,3645.9056,8500.7667,9.0133,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_node_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_node_hours/aggregate-Day-reference.csv index 543c682e60..d9d50cfe47 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_node_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_node_hours/aggregate-Day-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",15418.2167 "17 - 32",3767.9550 "33 - 64",3029.1761 -"65 - 128",18221.5797 +"65 - 128",18223.9247 "129 - 256",7960.2989 "257 - 512",1058.0811 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_node_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_node_hours/aggregate-Month-reference.csv index 543c682e60..d9d50cfe47 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_node_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_node_hours/aggregate-Month-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",15418.2167 "17 - 32",3767.9550 "33 - 64",3029.1761 -"65 - 128",18221.5797 +"65 - 128",18223.9247 "129 - 256",7960.2989 "257 - 512",1058.0811 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_node_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_node_hours/aggregate-Quarter-reference.csv index 543c682e60..d9d50cfe47 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_node_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_node_hours/aggregate-Quarter-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",15418.2167 "17 - 32",3767.9550 "33 - 64",3029.1761 -"65 - 128",18221.5797 +"65 - 128",18223.9247 "129 - 256",7960.2989 "257 - 512",1058.0811 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_node_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_node_hours/aggregate-Year-reference.csv index 543c682e60..d9d50cfe47 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_node_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_node_hours/aggregate-Year-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",15418.2167 "17 - 32",3767.9550 "33 - 64",3029.1761 -"65 - 128",18221.5797 +"65 - 128",18223.9247 "129 - 256",7960.2989 "257 - 512",1058.0811 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_node_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_node_hours/timeseries-Day-reference.csv index 6388c3d5b9..df0fb17b81 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_node_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_node_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[1] Node Hours: Total","[2] Node Hours: Total","[3 - 4] Node Hours: Total", 2016-12-27,31.9381,0,0,70.6761,240.2019,147.8156,30.3978,435.6028,249.7600,0 2016-12-28,2987.8814,0,0,244.3325,494.2728,518.0847,268.6683,2094.1736,2007.2033,0 2016-12-29,16839.5714,3.6200,149.0036,595.1181,1195.9517,1281.6483,561.2433,5180.5628,2721.7778,0 -2016-12-30,31161.0861,24.0000,658.8011,4879.7719,4480.2425,754.3239,1060.3894,6312.0572,2394.9356,582.9522 +2016-12-30,31161.0861,24.0000,658.8011,4879.7719,4480.2425,754.3239,1060.3894,6314.4022,2394.9356,582.9522 2016-12-31,29034.9364,714.0100,329.7294,4913.5189,6351.6800,752.6294,740.8864,3490.5506,585.7267,475.1289 2017-01-01,12478.1586,17.6292,152.8497,1481.2039,2390.4992,259.1050,367.5908,708.6328,0.8956,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_node_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_node_hours/timeseries-Month-reference.csv index 68c301557a..779b266b25 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_node_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_node_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[1] Node Hours: Total","[2] Node Hours: Total","[3 - 4] Node Hours: Total","[5 - 8] Node Hours: Total","[9 - 16] Node Hours: Total","[17 - 32] Node Hours: Total","[33 - 64] Node Hours: Total","[65 - 128] Node Hours: Total","[129 - 256] Node Hours: Total","[257 - 512] Node Hours: Total" -2016-12,80136.0169,741.6300,1137.5342,10703.4175,13027.7175,3508.8500,2661.5853,17512.9469,7959.4033,1058.0811 +2016-12,80136.0169,741.6300,1137.5342,10703.4175,13027.7175,3508.8500,2661.5853,17515.2919,7959.4033,1058.0811 2017-01,12478.1586,17.6292,152.8497,1481.2039,2390.4992,259.1050,367.5908,708.6328,0.8956,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_node_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_node_hours/timeseries-Quarter-reference.csv index eb21fd250b..d3a32562fa 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_node_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_node_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[1] Node Hours: Total","[2] Node Hours: Total","[3 - 4] Node Hours: Total","[5 - 8] Node Hours: Total","[9 - 16] Node Hours: Total","[17 - 32] Node Hours: Total","[33 - 64] Node Hours: Total","[65 - 128] Node Hours: Total","[129 - 256] Node Hours: Total","[257 - 512] Node Hours: Total" -"2016 Q4",80136.0169,741.6300,1137.5342,10703.4175,13027.7175,3508.8500,2661.5853,17512.9469,7959.4033,1058.0811 +"2016 Q4",80136.0169,741.6300,1137.5342,10703.4175,13027.7175,3508.8500,2661.5853,17515.2919,7959.4033,1058.0811 "2017 Q1",12478.1586,17.6292,152.8497,1481.2039,2390.4992,259.1050,367.5908,708.6328,0.8956,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_node_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_node_hours/timeseries-Year-reference.csv index 78a60321db..732e087660 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_node_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_node_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[1] Node Hours: Total","[2] Node Hours: Total","[3 - 4] Node Hours: Total","[5 - 8] Node Hours: Total","[9 - 16] Node Hours: Total","[17 - 32] Node Hours: Total","[33 - 64] Node Hours: Total","[65 - 128] Node Hours: Total","[129 - 256] Node Hours: Total","[257 - 512] Node Hours: Total" -2016,80136.0169,741.6300,1137.5342,10703.4175,13027.7175,3508.8500,2661.5853,17512.9469,7959.4033,1058.0811 +2016,80136.0169,741.6300,1137.5342,10703.4175,13027.7175,3508.8500,2661.5853,17515.2919,7959.4033,1058.0811 2017,12478.1586,17.6292,152.8497,1481.2039,2390.4992,259.1050,367.5908,708.6328,0.8956,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_waitduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_waitduration_hours/aggregate-Day-reference.csv index 40e800fca0..0f314668b0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_waitduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_waitduration_hours/aggregate-Day-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",25773.1289 "17 - 32",3728.5800 "33 - 64",707.9361 -"65 - 128",2293.9767 +"65 - 128",2294.0744 "129 - 256",148.0836 "257 - 512",13.3594 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_waitduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_waitduration_hours/aggregate-Month-reference.csv index 40e800fca0..0f314668b0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_waitduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_waitduration_hours/aggregate-Month-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",25773.1289 "17 - 32",3728.5800 "33 - 64",707.9361 -"65 - 128",2293.9767 +"65 - 128",2294.0744 "129 - 256",148.0836 "257 - 512",13.3594 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_waitduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_waitduration_hours/aggregate-Quarter-reference.csv index 40e800fca0..0f314668b0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_waitduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_waitduration_hours/aggregate-Quarter-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",25773.1289 "17 - 32",3728.5800 "33 - 64",707.9361 -"65 - 128",2293.9767 +"65 - 128",2294.0744 "129 - 256",148.0836 "257 - 512",13.3594 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_waitduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_waitduration_hours/aggregate-Year-reference.csv index 40e800fca0..0f314668b0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_waitduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_waitduration_hours/aggregate-Year-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",25773.1289 "17 - 32",3728.5800 "33 - 64",707.9361 -"65 - 128",2293.9767 +"65 - 128",2294.0744 "129 - 256",148.0836 "257 - 512",13.3594 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_waitduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_waitduration_hours/timeseries-Day-reference.csv index 7c1214556f..4a11fecef3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_waitduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_waitduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[1] Wait Hours: Total","[2] Wait Hours: Total","[3 - 4] Wait Hours: Total", 2016-12-27,0.0000,0,0,1367.4322,50.8253,93.9853,0.0000,387.2206,78.7886,0 2016-12-28,16.2356,0,0,1405.9667,377.7072,465.3347,36.8761,1296.2103,0.0014,0 2016-12-29,56.1753,0.0044,2636.5197,2567.6739,66.6953,333.5175,56.9778,358.5789,25.7286,0 -2016-12-30,3606.8258,0.0000,160673.4244,24584.9528,5027.5717,979.9319,311.8458,83.5458,0.7794,13.3594 +2016-12-30,3606.8258,0.0000,160673.4244,24584.9528,5027.5717,979.9319,311.8458,83.6436,0.7794,13.3594 2016-12-31,2865.8978,2650.5994,77.1553,57194.7850,9457.6639,1133.7711,6.9375,29.2697,5.1778,0.0000 2017-01-01,35.9428,0.0000,0.0000,13931.1086,10783.2664,611.2172,295.2989,139.1514,37.6078,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_waitduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_waitduration_hours/timeseries-Month-reference.csv index f6afb14b5e..67a1dc2b4b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_waitduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_waitduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[1] Wait Hours: Total","[2] Wait Hours: Total","[3 - 4] Wait Hours: Total","[5 - 8] Wait Hours: Total","[9 - 16] Wait Hours: Total","[17 - 32] Wait Hours: Total","[33 - 64] Wait Hours: Total","[65 - 128] Wait Hours: Total","[129 - 256] Wait Hours: Total","[257 - 512] Wait Hours: Total" -2016-12,6554.7308,2650.6039,163387.0994,87120.8106,14989.8625,3117.3628,412.6372,2154.8253,110.4758,13.3594 +2016-12,6554.7308,2650.6039,163387.0994,87120.8106,14989.8625,3117.3628,412.6372,2154.9231,110.4758,13.3594 2017-01,35.9428,0.0000,0.0000,13931.1086,10783.2664,611.2172,295.2989,139.1514,37.6078,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_waitduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_waitduration_hours/timeseries-Quarter-reference.csv index 7c562f3375..2bf87dede0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_waitduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_waitduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[1] Wait Hours: Total","[2] Wait Hours: Total","[3 - 4] Wait Hours: Total","[5 - 8] Wait Hours: Total","[9 - 16] Wait Hours: Total","[17 - 32] Wait Hours: Total","[33 - 64] Wait Hours: Total","[65 - 128] Wait Hours: Total","[129 - 256] Wait Hours: Total","[257 - 512] Wait Hours: Total" -"2016 Q4",6554.7308,2650.6039,163387.0994,87120.8106,14989.8625,3117.3628,412.6372,2154.8253,110.4758,13.3594 +"2016 Q4",6554.7308,2650.6039,163387.0994,87120.8106,14989.8625,3117.3628,412.6372,2154.9231,110.4758,13.3594 "2017 Q1",35.9428,0.0000,0.0000,13931.1086,10783.2664,611.2172,295.2989,139.1514,37.6078,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_waitduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_waitduration_hours/timeseries-Year-reference.csv index a103e3277b..dc67e032cc 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_waitduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_waitduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[1] Wait Hours: Total","[2] Wait Hours: Total","[3 - 4] Wait Hours: Total","[5 - 8] Wait Hours: Total","[9 - 16] Wait Hours: Total","[17 - 32] Wait Hours: Total","[33 - 64] Wait Hours: Total","[65 - 128] Wait Hours: Total","[129 - 256] Wait Hours: Total","[257 - 512] Wait Hours: Total" -2016,6554.7308,2650.6039,163387.0994,87120.8106,14989.8625,3117.3628,412.6372,2154.8253,110.4758,13.3594 +2016,6554.7308,2650.6039,163387.0994,87120.8106,14989.8625,3117.3628,412.6372,2154.9231,110.4758,13.3594 2017,35.9428,0.0000,0.0000,13931.1086,10783.2664,611.2172,295.2989,139.1514,37.6078,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_wallduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_wallduration_hours/aggregate-Day-reference.csv index 23ca6a3d85..8319f6aaee 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_wallduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_wallduration_hours/aggregate-Day-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",15376.5169 "17 - 32",2154.1506 "33 - 64",534.4553 -"65 - 128",2368.1789 +"65 - 128",2368.4394 "129 - 256",657.2731 "257 - 512",37.7917 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_wallduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_wallduration_hours/aggregate-Month-reference.csv index 23ca6a3d85..8319f6aaee 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_wallduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_wallduration_hours/aggregate-Month-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",15376.5169 "17 - 32",2154.1506 "33 - 64",534.4553 -"65 - 128",2368.1789 +"65 - 128",2368.4394 "129 - 256",657.2731 "257 - 512",37.7917 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_wallduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_wallduration_hours/aggregate-Quarter-reference.csv index 23ca6a3d85..8319f6aaee 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_wallduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_wallduration_hours/aggregate-Quarter-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",15376.5169 "17 - 32",2154.1506 "33 - 64",534.4553 -"65 - 128",2368.1789 +"65 - 128",2368.4394 "129 - 256",657.2731 "257 - 512",37.7917 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_wallduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_wallduration_hours/aggregate-Year-reference.csv index 23ca6a3d85..8319f6aaee 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_wallduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_wallduration_hours/aggregate-Year-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",15376.5169 "17 - 32",2154.1506 "33 - 64",534.4553 -"65 - 128",2368.1789 +"65 - 128",2368.4394 "129 - 256",657.2731 "257 - 512",37.7917 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_wallduration_hours/timeseries-Day-reference.csv index 2adb01b33c..4e57f95765 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_wallduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[1] Wall Hours: Total","[2] Wall Hours: Total","[3 - 4] Wall Hours: Total", 2016-12-27,31.9381,0,0,70.6761,240.2019,107.1378,3.7997,59.6164,20.8133,0 2016-12-28,2987.8814,0,0,244.3325,494.2728,373.6525,36.7781,269.9594,167.2669,0 2016-12-29,16839.5714,3.6200,149.0036,595.1181,1195.9517,717.7672,102.3708,678.6178,222.4889,0 -2016-12-30,31161.0861,24.0000,658.8011,4879.7719,4476.5769,424.2197,181.2069,838.1756,197.8528,20.8228 +2016-12-30,31161.0861,24.0000,658.8011,4879.7719,4476.5769,424.2197,181.2069,838.4361,197.8528,20.8228 2016-12-31,29034.9364,714.0100,329.7294,4913.5189,6337.4233,355.4853,142.8372,428.8350,48.8006,16.9689 2017-01-01,12478.1586,17.6292,152.8497,1481.2039,2366.7217,121.5400,67.4625,92.9747,0.0506,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_wallduration_hours/timeseries-Month-reference.csv index 0605ee7c2c..593ad22db9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_wallduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[1] Wall Hours: Total","[2] Wall Hours: Total","[3 - 4] Wall Hours: Total","[5 - 8] Wall Hours: Total","[9 - 16] Wall Hours: Total","[17 - 32] Wall Hours: Total","[33 - 64] Wall Hours: Total","[65 - 128] Wall Hours: Total","[129 - 256] Wall Hours: Total","[257 - 512] Wall Hours: Total" -2016-12,80136.0169,741.6300,1137.5342,10703.4175,13009.7953,2032.6106,466.9928,2275.2042,657.2225,37.7917 +2016-12,80136.0169,741.6300,1137.5342,10703.4175,13009.7953,2032.6106,466.9928,2275.4647,657.2225,37.7917 2017-01,12478.1586,17.6292,152.8497,1481.2039,2366.7217,121.5400,67.4625,92.9747,0.0506,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_wallduration_hours/timeseries-Quarter-reference.csv index 03384431af..008c37f0b7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_wallduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[1] Wall Hours: Total","[2] Wall Hours: Total","[3 - 4] Wall Hours: Total","[5 - 8] Wall Hours: Total","[9 - 16] Wall Hours: Total","[17 - 32] Wall Hours: Total","[33 - 64] Wall Hours: Total","[65 - 128] Wall Hours: Total","[129 - 256] Wall Hours: Total","[257 - 512] Wall Hours: Total" -"2016 Q4",80136.0169,741.6300,1137.5342,10703.4175,13009.7953,2032.6106,466.9928,2275.2042,657.2225,37.7917 +"2016 Q4",80136.0169,741.6300,1137.5342,10703.4175,13009.7953,2032.6106,466.9928,2275.4647,657.2225,37.7917 "2017 Q1",12478.1586,17.6292,152.8497,1481.2039,2366.7217,121.5400,67.4625,92.9747,0.0506,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_wallduration_hours/timeseries-Year-reference.csv index 0af6dbe6aa..754cf831f0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/total_wallduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[1] Wall Hours: Total","[2] Wall Hours: Total","[3 - 4] Wall Hours: Total","[5 - 8] Wall Hours: Total","[9 - 16] Wall Hours: Total","[17 - 32] Wall Hours: Total","[33 - 64] Wall Hours: Total","[65 - 128] Wall Hours: Total","[129 - 256] Wall Hours: Total","[257 - 512] Wall Hours: Total" -2016,80136.0169,741.6300,1137.5342,10703.4175,13009.7953,2032.6106,466.9928,2275.2042,657.2225,37.7917 +2016,80136.0169,741.6300,1137.5342,10703.4175,13009.7953,2032.6106,466.9928,2275.4647,657.2225,37.7917 2017,12478.1586,17.6292,152.8497,1481.2039,2366.7217,121.5400,67.4625,92.9747,0.0506,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/utilization/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/utilization/aggregate-Day-reference.csv index 4eac3811df..ca24f35080 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/utilization/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/utilization/aggregate-Day-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",4.4169 "17 - 32",1.6278 "33 - 64",0.9377 -"65 - 128",8.2392 +"65 - 128",8.2403 "129 - 256",7.5031 "257 - 512",1.2024 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/utilization/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/utilization/aggregate-Month-reference.csv index eb743b3e19..7a7c564034 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/utilization/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/utilization/aggregate-Month-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",0.9815 "17 - 32",0.3808 "33 - 64",0.2309 -"65 - 128",1.7884 +"65 - 128",1.7886 "129 - 256",1.4661 "257 - 512",0.2593 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/utilization/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/utilization/aggregate-Quarter-reference.csv index cafd329e43..626713d059 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/utilization/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/utilization/aggregate-Quarter-reference.csv @@ -13,7 +13,7 @@ start,end "9 - 16",0.4047 "17 - 32",0.1600 "33 - 64",0.0995 -"65 - 128",0.7539 +"65 - 128",0.7540 "129 - 256",0.6222 "257 - 512",0.1202 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/utilization/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/utilization/timeseries-Day-reference.csv index 2ba394759c..219f538563 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/utilization/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/utilization/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[1] Screwdriver CPU Utilization (%)","[2] Screwdriver CPU Utilization (%)", 2016-12-27,0.0166,0,0,0.2945,0.7241,1.5691,0.2533,5.4450,3.1220,0 2016-12-28,1.5562,0,0,1.0181,1.4560,3.9321,1.1195,13.3438,16.1267,0 2016-12-29,8.7706,0.0075,0.2069,1.6423,3.5007,7.6690,1.9414,32.9426,21.5407,0 -2016-12-30,8.1149,0.0500,0.9150,10.1528,11.7736,3.3261,3.4871,27.1566,19.6635,7.2869 +2016-12-30,8.1149,0.0500,0.9150,10.1528,11.7736,3.3261,3.4871,27.1663,19.6635,7.2869 2016-12-31,7.5612,0.7438,0.6869,10.2354,16.3277,3.1267,2.7893,21.1780,4.8801,5.9391 2017-01-01,3.2495,0.0367,0.3184,3.0825,6.1791,1.0426,1.8989,8.8550,0.0094,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/utilization/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/utilization/timeseries-Month-reference.csv index 2cee5b0415..51d8d8ae93 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/utilization/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/utilization/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[1] Screwdriver CPU Utilization (%)","[2] Screwdriver CPU Utilization (%)","[3 - 4] Screwdriver CPU Utilization (%)","[5 - 8] Screwdriver CPU Utilization (%)","[9 - 16] Screwdriver CPU Utilization (%)","[17 - 32] Screwdriver CPU Utilization (%)","[33 - 64] Screwdriver CPU Utilization (%)","[65 - 128] Screwdriver CPU Utilization (%)","[129 - 256] Screwdriver CPU Utilization (%)","[257 - 512] Screwdriver CPU Utilization (%)" -2016-12,1.9875,0.0498,0.1281,1.8958,3.3132,1.3188,0.6621,6.1623,5.1018,0.6613 +2016-12,1.9875,0.0498,0.1281,1.8958,3.3132,1.3188,0.6621,6.1631,5.1018,0.6613 2017-01,0.1048,0.0012,0.0103,0.0994,0.1993,0.0336,0.0613,0.2856,0.0003,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/utilization/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/utilization/timeseries-Quarter-reference.csv index 0a7b6c674b..e621717859 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/utilization/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/utilization/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[1] Screwdriver CPU Utilization (%)","[2] Screwdriver CPU Utilization (%)","[3 - 4] Screwdriver CPU Utilization (%)","[5 - 8] Screwdriver CPU Utilization (%)","[9 - 16] Screwdriver CPU Utilization (%)","[17 - 32] Screwdriver CPU Utilization (%)","[33 - 64] Screwdriver CPU Utilization (%)","[65 - 128] Screwdriver CPU Utilization (%)","[129 - 256] Screwdriver CPU Utilization (%)","[257 - 512] Screwdriver CPU Utilization (%)" -"2016 Q4",1.9875,0.0498,0.1281,1.8958,3.3132,1.3188,0.6621,6.1623,5.1018,0.6613 +"2016 Q4",1.9875,0.0498,0.1281,1.8958,3.3132,1.3188,0.6621,6.1631,5.1018,0.6613 "2017 Q1",0.0361,0.0004,0.0035,0.0342,0.0687,0.0116,0.0211,0.0984,0.0001,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/utilization/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/utilization/timeseries-Year-reference.csv index 7ba6df848d..232fcfde2f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/utilization/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobsize/utilization/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[1] Screwdriver CPU Utilization (%)","[2] Screwdriver CPU Utilization (%)","[3 - 4] Screwdriver CPU Utilization (%)","[5 - 8] Screwdriver CPU Utilization (%)","[9 - 16] Screwdriver CPU Utilization (%)","[17 - 32] Screwdriver CPU Utilization (%)","[33 - 64] Screwdriver CPU Utilization (%)","[65 - 128] Screwdriver CPU Utilization (%)","[129 - 256] Screwdriver CPU Utilization (%)","[257 - 512] Screwdriver CPU Utilization (%)" -2016,1.9875,0.0498,0.1281,1.8958,3.3132,1.3188,0.6621,6.1623,5.1018,0.6613 +2016,1.9875,0.0498,0.1281,1.8958,3.3132,1.3188,0.6621,6.1631,5.1018,0.6613 2017,0.0089,0.0001,0.0009,0.0084,0.0169,0.0029,0.0052,0.0243,0.0000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/active_person_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/active_person_count/aggregate-Day-reference.csv index 026f4a8e55..c2636b4c53 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/active_person_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/active_person_count/aggregate-Day-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Number of Users: Active" "0 - 1s",31 "1 - 30s",45 -"30s - 30min",34 +"30s - 30min",35 "30 - 60min",14 "1 - 5hr",24 "5 - 10hr",22 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/active_person_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/active_person_count/aggregate-Month-reference.csv index 026f4a8e55..c2636b4c53 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/active_person_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/active_person_count/aggregate-Month-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Number of Users: Active" "0 - 1s",31 "1 - 30s",45 -"30s - 30min",34 +"30s - 30min",35 "30 - 60min",14 "1 - 5hr",24 "5 - 10hr",22 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/active_person_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/active_person_count/aggregate-Quarter-reference.csv index 026f4a8e55..c2636b4c53 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/active_person_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/active_person_count/aggregate-Quarter-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Number of Users: Active" "0 - 1s",31 "1 - 30s",45 -"30s - 30min",34 +"30s - 30min",35 "30 - 60min",14 "1 - 5hr",24 "5 - 10hr",22 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/active_person_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/active_person_count/aggregate-Year-reference.csv index 026f4a8e55..c2636b4c53 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/active_person_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/active_person_count/aggregate-Year-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Number of Users: Active" "0 - 1s",31 "1 - 30s",45 -"30s - 30min",34 +"30s - 30min",35 "30 - 60min",14 "1 - 5hr",24 "5 - 10hr",22 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/active_person_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/active_person_count/timeseries-Day-reference.csv index bd37511944..a290530906 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/active_person_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/active_person_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[0 - 1s] Number of Users: Active","[1 - 30s] Number of Users: Active","[30s 2016-12-27,4,5,2,0,0,2,0,7 2016-12-28,5,9,5,1,6,3,1,7 2016-12-29,11,20,14,3,11,5,4,11 -2016-12-30,24,40,27,12,21,15,8,14 +2016-12-30,24,40,28,12,21,15,8,14 2016-12-31,20,32,27,10,16,13,7,9 2017-01-01,17,25,16,5,10,10,4,9 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/active_person_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/active_person_count/timeseries-Month-reference.csv index d0347258ea..93ea2a01a7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/active_person_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/active_person_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[0 - 1s] Number of Users: Active","[1 - 30s] Number of Users: Active","[30s - 30min] Number of Users: Active","[30 - 60min] Number of Users: Active","[1 - 5hr] Number of Users: Active","[5 - 10hr] Number of Users: Active","[10 - 18hr] Number of Users: Active","[18+hr] Number of Users: Active" -2016-12,28,43,33,13,23,19,9,16 +2016-12,28,43,34,13,23,19,9,16 2017-01,17,25,16,5,10,10,4,9 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/active_person_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/active_person_count/timeseries-Quarter-reference.csv index 24c8350cba..a2bb7f9635 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/active_person_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/active_person_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[0 - 1s] Number of Users: Active","[1 - 30s] Number of Users: Active","[30s - 30min] Number of Users: Active","[30 - 60min] Number of Users: Active","[1 - 5hr] Number of Users: Active","[5 - 10hr] Number of Users: Active","[10 - 18hr] Number of Users: Active","[18+hr] Number of Users: Active" -"2016 Q4",28,43,33,13,23,19,9,16 +"2016 Q4",28,43,34,13,23,19,9,16 "2017 Q1",17,25,16,5,10,10,4,9 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/active_person_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/active_person_count/timeseries-Year-reference.csv index 41d1556ded..1d5379e823 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/active_person_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/active_person_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[0 - 1s] Number of Users: Active","[1 - 30s] Number of Users: Active","[30s - 30min] Number of Users: Active","[30 - 60min] Number of Users: Active","[1 - 5hr] Number of Users: Active","[5 - 10hr] Number of Users: Active","[10 - 18hr] Number of Users: Active","[18+hr] Number of Users: Active" -2016,28,43,33,13,23,19,9,16 +2016,28,43,34,13,23,19,9,16 2017,17,25,16,5,10,10,4,9 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_cpu_hours/aggregate-Day-reference.csv index 219450bfe7..017479fc32 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_cpu_hours/aggregate-Day-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","CPU Hours: Per Job","Std Dev: CPU Hours: Per Job" "0 - 1s",9.30792642,1.1134794968096293 "1 - 30s",10.79112748,0.9931598322969462 -"30s - 30min",7.33605372,0.3048493267848329 +"30s - 30min",7.33721563,0.3048345150986167 "30 - 60min",2.62126326,0.5193562886542531 "1 - 5hr",8.71891050,0.8336924491591556 "5 - 10hr",8.64869500,1.0175877551623453 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_cpu_hours/aggregate-Month-reference.csv index da5f4d6f4a..0ef0fb9b47 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_cpu_hours/aggregate-Month-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","CPU Hours: Per Job","Std Dev: CPU Hours: Per Job" "0 - 1s",9.30792642,2.0599663777836197 "1 - 30s",10.79112748,1.819715858503851 -"30s - 30min",7.33605372,0.38751767300854256 +"30s - 30min",7.33721563,0.3874977719103945 "30 - 60min",2.62126326,0.6285384136113866 "1 - 5hr",8.71891050,1.1682995952692328 "5 - 10hr",8.64869500,1.4145533962722754 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_cpu_hours/aggregate-Quarter-reference.csv index da5f4d6f4a..0ef0fb9b47 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_cpu_hours/aggregate-Quarter-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","CPU Hours: Per Job","Std Dev: CPU Hours: Per Job" "0 - 1s",9.30792642,2.0599663777836197 "1 - 30s",10.79112748,1.819715858503851 -"30s - 30min",7.33605372,0.38751767300854256 +"30s - 30min",7.33721563,0.3874977719103945 "30 - 60min",2.62126326,0.6285384136113866 "1 - 5hr",8.71891050,1.1682995952692328 "5 - 10hr",8.64869500,1.4145533962722754 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_cpu_hours/aggregate-Year-reference.csv index da5f4d6f4a..0ef0fb9b47 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_cpu_hours/aggregate-Year-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","CPU Hours: Per Job","Std Dev: CPU Hours: Per Job" "0 - 1s",9.30792642,2.0599663777836197 "1 - 30s",10.79112748,1.819715858503851 -"30s - 30min",7.33605372,0.38751767300854256 +"30s - 30min",7.33721563,0.3874977719103945 "30 - 60min",2.62126326,0.6285384136113866 "1 - 5hr",8.71891050,1.1682995952692328 "5 - 10hr",8.64869500,1.4145533962722754 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_cpu_hours/timeseries-Day-reference.csv index ff1ed7d4a4..016f5294dd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_cpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[0 - 1s] CPU Hours: Per Job","[1 - 30s] CPU Hours: Per Job","[30s - 30min] 2016-12-27,70.64052469,202.50444444,147.39777778,0,0,156.00000000,0,765.03481481 2016-12-28,1366.84000000,391.50280724,11.68403753,66.06888889,82.33015873,62.62095238,179.32000000,787.00578811 2016-12-29,185.29667641,130.44889074,17.90702218,88.31777778,226.61909402,282.36419753,541.60527778,587.04204316 -2016-12-30,6.80199544,8.05667462,7.79642350,2.47524156,6.69865088,15.83233559,119.50737127,49.37357045 +2016-12-30,6.80199544,8.05667462,7.80008111,2.47524156,6.69865088,15.83233559,119.50737127,49.37357045 2016-12-31,7.25347461,9.56893971,5.09801928,2.19488043,6.05379937,5.62853088,14.21899818,41.76741222 2017-01-01,2.46825586,2.05478279,3.51056014,3.34142435,14.13310754,7.73041149,5.47672131,10.04850978 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_cpu_hours/timeseries-Month-reference.csv index a32495f3de..ddef8e5467 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_cpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[0 - 1s] CPU Hours: Per Job","[1 - 30s] CPU Hours: Per Job","[30s - 30min] CPU Hours: Per Job","[30 - 60min] CPU Hours: Per Job","[1 - 5hr] CPU Hours: Per Job","[5 - 10hr] CPU Hours: Per Job","[10 - 18hr] CPU Hours: Per Job","[18+hr] CPU Hours: Per Job" -2016-12,10.85719114,13.93211963,8.58144650,2.57788241,8.09504805,8.83596718,45.17256881,99.45469827 +2016-12,10.85719114,13.93211963,8.58295950,2.57788241,8.09504805,8.83596718,45.17256881,99.45469827 2017-01,2.46825586,2.05478279,3.51056014,3.34142435,14.13310754,7.73041149,5.47672131,10.04850978 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_cpu_hours/timeseries-Quarter-reference.csv index 98b4b4f961..6046602679 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_cpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[0 - 1s] CPU Hours: Per Job","[1 - 30s] CPU Hours: Per Job","[30s - 30min] CPU Hours: Per Job","[30 - 60min] CPU Hours: Per Job","[1 - 5hr] CPU Hours: Per Job","[5 - 10hr] CPU Hours: Per Job","[10 - 18hr] CPU Hours: Per Job","[18+hr] CPU Hours: Per Job" -"2016 Q4",10.85719114,13.93211963,8.58144650,2.57788241,8.09504805,8.83596718,45.17256881,99.45469827 +"2016 Q4",10.85719114,13.93211963,8.58295950,2.57788241,8.09504805,8.83596718,45.17256881,99.45469827 "2017 Q1",2.46825586,2.05478279,3.51056014,3.34142435,14.13310754,7.73041149,5.47672131,10.04850978 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_cpu_hours/timeseries-Year-reference.csv index 79dc05bb5d..7cce0bba49 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_cpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[0 - 1s] CPU Hours: Per Job","[1 - 30s] CPU Hours: Per Job","[30s - 30min] CPU Hours: Per Job","[30 - 60min] CPU Hours: Per Job","[1 - 5hr] CPU Hours: Per Job","[5 - 10hr] CPU Hours: Per Job","[10 - 18hr] CPU Hours: Per Job","[18+hr] CPU Hours: Per Job" -2016,10.85719114,13.93211963,8.58144650,2.57788241,8.09504805,8.83596718,45.17256881,99.45469827 +2016,10.85719114,13.93211963,8.58295950,2.57788241,8.09504805,8.83596718,45.17256881,99.45469827 2017,2.46825586,2.05478279,3.51056014,3.34142435,14.13310754,7.73041149,5.47672131,10.04850978 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv index 85fca5d8a2..046f69eb61 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Job Size: Weighted By CPU Hours (Core Count)" "0 - 1s",84.5716 "1 - 30s",86.2606 -"30s - 30min",16.6203 +"30s - 30min",16.6399 "30 - 60min",22.0405 "1 - 5hr",64.1043 "5 - 10hr",29.9680 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv index 85fca5d8a2..046f69eb61 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Job Size: Weighted By CPU Hours (Core Count)" "0 - 1s",84.5716 "1 - 30s",86.2606 -"30s - 30min",16.6203 +"30s - 30min",16.6399 "30 - 60min",22.0405 "1 - 5hr",64.1043 "5 - 10hr",29.9680 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv index 85fca5d8a2..046f69eb61 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Job Size: Weighted By CPU Hours (Core Count)" "0 - 1s",84.5716 "1 - 30s",86.2606 -"30s - 30min",16.6203 +"30s - 30min",16.6399 "30 - 60min",22.0405 "1 - 5hr",64.1043 "5 - 10hr",29.9680 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv index 85fca5d8a2..046f69eb61 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Job Size: Weighted By CPU Hours (Core Count)" "0 - 1s",84.5716 "1 - 30s",86.2606 -"30s - 30min",16.6203 +"30s - 30min",16.6399 "30 - 60min",22.0405 "1 - 5hr",64.1043 "5 - 10hr",29.9680 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv index 9bf466d3d4..a690aa6077 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[0 - 1s] Job Size: Weighted By CPU Hours (Core Count)","[1 - 30s] Job Size: 2016-12-27,42.6543,16.5775,11.9078,0,0,11.1538,0,84.9050 2016-12-28,136.0959,141.1175,2.7336,8.0000,24.1089,11.3977,12.0000,85.2671 2016-12-29,139.3929,129.7100,13.6754,21.0129,38.3508,22.5289,47.3510,84.0594 -2016-12-30,82.7447,89.1986,18.2789,29.9474,83.7293,30.8991,38.5735,72.4955 +2016-12-30,82.7447,89.1986,18.3371,29.9474,83.7293,30.8991,38.5735,72.4955 2016-12-31,36.5422,40.6049,18.4091,15.5002,71.5730,28.5121,39.5256,60.5814 2017-01-01,23.2187,10.2392,14.7117,16.7924,27.9707,40.1235,18.8036,32.6534 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv index d392963fac..ffa6037072 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[0 - 1s] Job Size: Weighted By CPU Hours (Core Count)","[1 - 30s] Job Size: Weighted By CPU Hours (Core Count)","[30s - 30min] Job Size: Weighted By CPU Hours (Core Count)","[30 - 60min] Job Size: Weighted By CPU Hours (Core Count)","[1 - 5hr] Job Size: Weighted By CPU Hours (Core Count)","[5 - 10hr] Job Size: Weighted By CPU Hours (Core Count)","[10 - 18hr] Job Size: Weighted By CPU Hours (Core Count)","[18+hr] Job Size: Weighted By CPU Hours (Core Count)" -2016-12,87.9399,90.5162,16.9717,22.4209,70.8622,27.1335,40.2722,76.3571 +2016-12,87.9399,90.5162,16.9948,22.4209,70.8622,27.1335,40.2722,76.3571 2017-01,23.2187,10.2392,14.7117,16.7924,27.9707,40.1235,18.8036,32.6534 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv index 0e7d5ff712..cf55ae913b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[0 - 1s] Job Size: Weighted By CPU Hours (Core Count)","[1 - 30s] Job Size: Weighted By CPU Hours (Core Count)","[30s - 30min] Job Size: Weighted By CPU Hours (Core Count)","[30 - 60min] Job Size: Weighted By CPU Hours (Core Count)","[1 - 5hr] Job Size: Weighted By CPU Hours (Core Count)","[5 - 10hr] Job Size: Weighted By CPU Hours (Core Count)","[10 - 18hr] Job Size: Weighted By CPU Hours (Core Count)","[18+hr] Job Size: Weighted By CPU Hours (Core Count)" -"2016 Q4",87.9399,90.5162,16.9717,22.4209,70.8622,27.1335,40.2722,76.3571 +"2016 Q4",87.9399,90.5162,16.9948,22.4209,70.8622,27.1335,40.2722,76.3571 "2017 Q1",23.2187,10.2392,14.7117,16.7924,27.9707,40.1235,18.8036,32.6534 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv index 7e1305f847..09a5e635a8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[0 - 1s] Job Size: Weighted By CPU Hours (Core Count)","[1 - 30s] Job Size: Weighted By CPU Hours (Core Count)","[30s - 30min] Job Size: Weighted By CPU Hours (Core Count)","[30 - 60min] Job Size: Weighted By CPU Hours (Core Count)","[1 - 5hr] Job Size: Weighted By CPU Hours (Core Count)","[5 - 10hr] Job Size: Weighted By CPU Hours (Core Count)","[10 - 18hr] Job Size: Weighted By CPU Hours (Core Count)","[18+hr] Job Size: Weighted By CPU Hours (Core Count)" -2016,87.9399,90.5162,16.9717,22.4209,70.8622,27.1335,40.2722,76.3571 +2016,87.9399,90.5162,16.9948,22.4209,70.8622,27.1335,40.2722,76.3571 2017,23.2187,10.2392,14.7117,16.7924,27.9707,40.1235,18.8036,32.6534 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_node_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_node_hours/aggregate-Day-reference.csv index cb9a3aa100..580bff0fa5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_node_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_node_hours/aggregate-Day-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Node Hours: Per Job","Std Dev: Node Hours: Per Job" "0 - 1s",0.76837495,0.075246069816645 "1 - 30s",1.21292643,0.06540317334738192 -"30s - 30min",4.44552783,0.06003285322119457 +"30s - 30min",4.44541052,0.060029614994566785 "30 - 60min",0.48648517,0.10582095400574301 "1 - 5hr",1.15780209,0.07367355077361466 "5 - 10hr",1.79883069,0.1114038135870238 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_node_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_node_hours/aggregate-Month-reference.csv index 4f9045cc7a..5337d95001 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_node_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_node_hours/aggregate-Month-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Node Hours: Per Job","Std Dev: Node Hours: Per Job" "0 - 1s",0.76837495,0.14036468691702456 "1 - 30s",1.21292643,0.11718564819947835 -"30s - 30min",4.44552783,0.08598441769287898 +"30s - 30min",4.44541052,0.08597969546654402 "30 - 60min",0.48648517,0.12103437242471125 "1 - 5hr",1.15780209,0.10113775618547809 "5 - 10hr",1.79883069,0.1432522769590482 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_node_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_node_hours/aggregate-Quarter-reference.csv index 4f9045cc7a..5337d95001 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_node_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_node_hours/aggregate-Quarter-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Node Hours: Per Job","Std Dev: Node Hours: Per Job" "0 - 1s",0.76837495,0.14036468691702456 "1 - 30s",1.21292643,0.11718564819947835 -"30s - 30min",4.44552783,0.08598441769287898 +"30s - 30min",4.44541052,0.08597969546654402 "30 - 60min",0.48648517,0.12103437242471125 "1 - 5hr",1.15780209,0.10113775618547809 "5 - 10hr",1.79883069,0.1432522769590482 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_node_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_node_hours/aggregate-Year-reference.csv index 4f9045cc7a..5337d95001 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_node_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_node_hours/aggregate-Year-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Node Hours: Per Job","Std Dev: Node Hours: Per Job" "0 - 1s",0.76837495,0.14036468691702456 "1 - 30s",1.21292643,0.11718564819947835 -"30s - 30min",4.44552783,0.08598441769287898 +"30s - 30min",4.44541052,0.08597969546654402 "30 - 60min",0.48648517,0.12103437242471125 "1 - 5hr",1.15780209,0.10113775618547809 "5 - 10hr",1.79883069,0.1432522769590482 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_node_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_node_hours/timeseries-Day-reference.csv index 576f7be815..eebd308dd3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_node_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_node_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[0 - 1s] Node Hours: Per Job","[1 - 30s] Node Hours: Per Job","[30s - 30min 2016-12-27,5.70537037,12.69599206,12.42472222,0,0,24.00000000,0,60.29670370 2016-12-28,86.17750000,25.19816498,9.59354236,8.25861111,7.79908730,8.36126984,14.94333333,65.19597545 2016-12-29,13.26773148,15.28286944,13.33380967,12.55677778,18.27062393,25.13419753,39.12645833,48.24373737 -2016-12-30,0.60351603,0.90650139,5.01868454,0.64634436,0.83483158,1.76957969,9.21621951,4.47096711 +2016-12-30,0.60351603,0.90650139,5.01820383,0.64634436,0.83483158,1.76957969,9.21621951,4.47096711 2016-12-31,0.63794775,1.10700941,2.60785284,0.29318726,1.08572255,1.82485009,1.20263813,4.56646314 2017-01-01,0.26296139,0.44423602,1.99694015,0.29973995,1.38454668,0.88951576,0.46190997,1.05495887 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_node_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_node_hours/timeseries-Month-reference.csv index d711504d92..ca2a18ce30 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_node_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_node_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[0 - 1s] Node Hours: Per Job","[1 - 30s] Node Hours: Per Job","[30s - 30min] Node Hours: Per Job","[30 - 60min] Node Hours: Per Job","[1 - 5hr] Node Hours: Per Job","[5 - 10hr] Node Hours: Per Job","[10 - 18hr] Node Hours: Per Job","[18+hr] Node Hours: Per Job" -2016-12,0.88196999,1.48502582,5.25889908,0.49634703,1.12768541,2.06694215,3.52934378,8.86101066 +2016-12,0.88196999,1.48502582,5.25867366,0.49634703,1.12768541,2.06694215,3.52934378,8.86101066 2017-01,0.26296139,0.44423602,1.99694015,0.29973995,1.38454668,0.88951576,0.46190997,1.05495887 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_node_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_node_hours/timeseries-Quarter-reference.csv index 06546fc30a..8c44275185 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_node_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_node_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[0 - 1s] Node Hours: Per Job","[1 - 30s] Node Hours: Per Job","[30s - 30min] Node Hours: Per Job","[30 - 60min] Node Hours: Per Job","[1 - 5hr] Node Hours: Per Job","[5 - 10hr] Node Hours: Per Job","[10 - 18hr] Node Hours: Per Job","[18+hr] Node Hours: Per Job" -"2016 Q4",0.88196999,1.48502582,5.25889908,0.49634703,1.12768541,2.06694215,3.52934378,8.86101066 +"2016 Q4",0.88196999,1.48502582,5.25867366,0.49634703,1.12768541,2.06694215,3.52934378,8.86101066 "2017 Q1",0.26296139,0.44423602,1.99694015,0.29973995,1.38454668,0.88951576,0.46190997,1.05495887 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_node_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_node_hours/timeseries-Year-reference.csv index dea85731af..8677d5181b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_node_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_node_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[0 - 1s] Node Hours: Per Job","[1 - 30s] Node Hours: Per Job","[30s - 30min] Node Hours: Per Job","[30 - 60min] Node Hours: Per Job","[1 - 5hr] Node Hours: Per Job","[5 - 10hr] Node Hours: Per Job","[10 - 18hr] Node Hours: Per Job","[18+hr] Node Hours: Per Job" -2016,0.88196999,1.48502582,5.25889908,0.49634703,1.12768541,2.06694215,3.52934378,8.86101066 +2016,0.88196999,1.48502582,5.25867366,0.49634703,1.12768541,2.06694215,3.52934378,8.86101066 2017,0.26296139,0.44423602,1.99694015,0.29973995,1.38454668,0.88951576,0.46190997,1.05495887 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_processors/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_processors/aggregate-Day-reference.csv index 6ce39c2097..5a3cdf0410 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_processors/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_processors/aggregate-Day-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Job Size: Per Job (Core Count)","Std Dev: Job Size: Per Job (Core Count)" "0 - 1s",10.5420,0.03629478540827314 "1 - 30s",9.7539,0.034361815865037997 -"30s - 30min",6.7929,0.031129165197921423 +"30s - 30min",6.7985,0.03163645187149828 "30 - 60min",5.4662,0.13124014108310847 "1 - 5hr",8.6117,0.05383875091010273 "5 - 10hr",9.0963,0.1243649472830689 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_processors/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_processors/aggregate-Month-reference.csv index 6ce39c2097..5a3cdf0410 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_processors/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_processors/aggregate-Month-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Job Size: Per Job (Core Count)","Std Dev: Job Size: Per Job (Core Count)" "0 - 1s",10.5420,0.03629478540827314 "1 - 30s",9.7539,0.034361815865037997 -"30s - 30min",6.7929,0.031129165197921423 +"30s - 30min",6.7985,0.03163645187149828 "30 - 60min",5.4662,0.13124014108310847 "1 - 5hr",8.6117,0.05383875091010273 "5 - 10hr",9.0963,0.1243649472830689 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_processors/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_processors/aggregate-Quarter-reference.csv index 6ce39c2097..5a3cdf0410 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_processors/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_processors/aggregate-Quarter-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Job Size: Per Job (Core Count)","Std Dev: Job Size: Per Job (Core Count)" "0 - 1s",10.5420,0.03629478540827314 "1 - 30s",9.7539,0.034361815865037997 -"30s - 30min",6.7929,0.031129165197921423 +"30s - 30min",6.7985,0.03163645187149828 "30 - 60min",5.4662,0.13124014108310847 "1 - 5hr",8.6117,0.05383875091010273 "5 - 10hr",9.0963,0.1243649472830689 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_processors/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_processors/aggregate-Year-reference.csv index 6ce39c2097..5a3cdf0410 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_processors/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_processors/aggregate-Year-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Job Size: Per Job (Core Count)","Std Dev: Job Size: Per Job (Core Count)" "0 - 1s",10.5420,0.03629478540827314 "1 - 30s",9.7539,0.034361815865037997 -"30s - 30min",6.7929,0.031129165197921423 +"30s - 30min",6.7985,0.03163645187149828 "30 - 60min",5.4662,0.13124014108310847 "1 - 5hr",8.6117,0.05383875091010273 "5 - 10hr",9.0963,0.1243649472830689 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_processors/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_processors/timeseries-Day-reference.csv index 861846c4a3..58d09d750b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_processors/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_processors/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[0 - 1s] Job Size: Per Job (Core Count)","[1 - 30s] Job Size: Per Job (Core 2016-12-27,27.7778,19.1429,10.0000,0,0,6.5000,0,44.5333 2016-12-28,68.8333,21.7424,1.1304,8.0000,17.3333,10.4286,12.0000,49.9535 2016-12-29,15.4035,10.1933,1.5642,20.0000,20.8000,17.8889,31.0000,30.0579 -2016-12-30,9.5403,9.0758,5.4186,3.8214,7.9386,9.0167,32.0000,8.7843 +2016-12-30,9.5403,9.0758,5.4371,3.8214,7.9386,9.0167,32.0000,8.7843 2016-12-31,12.0906,11.6100,6.3090,6.1814,8.1523,8.0848,11.9126,9.9848 2017-01-01,10.3887,9.1105,7.1757,11.2128,11.9969,11.0870,11.9532,12.1824 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_processors/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_processors/timeseries-Month-reference.csv index cd0abde098..155824ce78 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_processors/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_processors/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[0 - 1s] Job Size: Per Job (Core Count)","[1 - 30s] Job Size: Per Job (Core Count)","[30s - 30min] Job Size: Per Job (Core Count)","[30 - 60min] Job Size: Per Job (Core Count)","[1 - 5hr] Job Size: Per Job (Core Count)","[5 - 10hr] Job Size: Per Job (Core Count)","[10 - 18hr] Job Size: Per Job (Core Count)","[18+hr] Job Size: Per Job (Core Count)" -2016-12,10.5960,9.9692,6.3631,5.1467,8.2329,8.3970,15.2294,8.3990 +2016-12,10.5960,9.9692,6.3710,5.1467,8.2329,8.3970,15.2294,8.3990 2017-01,10.3887,9.1105,7.1757,11.2128,11.9969,11.0870,11.9532,12.1824 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_processors/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_processors/timeseries-Quarter-reference.csv index 8089963766..9cf9ea6f28 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_processors/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_processors/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[0 - 1s] Job Size: Per Job (Core Count)","[1 - 30s] Job Size: Per Job (Core Count)","[30s - 30min] Job Size: Per Job (Core Count)","[30 - 60min] Job Size: Per Job (Core Count)","[1 - 5hr] Job Size: Per Job (Core Count)","[5 - 10hr] Job Size: Per Job (Core Count)","[10 - 18hr] Job Size: Per Job (Core Count)","[18+hr] Job Size: Per Job (Core Count)" -"2016 Q4",10.5960,9.9692,6.3631,5.1467,8.2329,8.3970,15.2294,8.3990 +"2016 Q4",10.5960,9.9692,6.3710,5.1467,8.2329,8.3970,15.2294,8.3990 "2017 Q1",10.3887,9.1105,7.1757,11.2128,11.9969,11.0870,11.9532,12.1824 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_processors/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_processors/timeseries-Year-reference.csv index 1d8b0a9940..dfed200b93 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_processors/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_processors/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[0 - 1s] Job Size: Per Job (Core Count)","[1 - 30s] Job Size: Per Job (Core Count)","[30s - 30min] Job Size: Per Job (Core Count)","[30 - 60min] Job Size: Per Job (Core Count)","[1 - 5hr] Job Size: Per Job (Core Count)","[5 - 10hr] Job Size: Per Job (Core Count)","[10 - 18hr] Job Size: Per Job (Core Count)","[18+hr] Job Size: Per Job (Core Count)" -2016,10.5960,9.9692,6.3631,5.1467,8.2329,8.3970,15.2294,8.3990 +2016,10.5960,9.9692,6.3710,5.1467,8.2329,8.3970,15.2294,8.3990 2017,10.3887,9.1105,7.1757,11.2128,11.9969,11.0870,11.9532,12.1824 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_waitduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_waitduration_hours/aggregate-Day-reference.csv index 4f3ab75a71..857e020d27 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_waitduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_waitduration_hours/aggregate-Day-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Wait Hours: Per Job","Std Dev: Wait Hours: Per Job" "0 - 1s",0.00000000,0 "1 - 30s",0.00067233,0.000009532698389553274 -"30s - 30min",0.14412436,0.0009030872510103734 +"30s - 30min",0.14412177,0.0009030405228894293 "30 - 60min",0.71076431,0.002779916456475484 "1 - 5hr",2.08196102,0.007078085718233825 "5 - 10hr",7.96579571,0.023416472717942394 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_waitduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_waitduration_hours/aggregate-Month-reference.csv index 4f3ab75a71..857e020d27 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_waitduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_waitduration_hours/aggregate-Month-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Wait Hours: Per Job","Std Dev: Wait Hours: Per Job" "0 - 1s",0.00000000,0 "1 - 30s",0.00067233,0.000009532698389553274 -"30s - 30min",0.14412436,0.0009030872510103734 +"30s - 30min",0.14412177,0.0009030405228894293 "30 - 60min",0.71076431,0.002779916456475484 "1 - 5hr",2.08196102,0.007078085718233825 "5 - 10hr",7.96579571,0.023416472717942394 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_waitduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_waitduration_hours/aggregate-Quarter-reference.csv index 4f3ab75a71..857e020d27 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_waitduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_waitduration_hours/aggregate-Quarter-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Wait Hours: Per Job","Std Dev: Wait Hours: Per Job" "0 - 1s",0.00000000,0 "1 - 30s",0.00067233,0.000009532698389553274 -"30s - 30min",0.14412436,0.0009030872510103734 +"30s - 30min",0.14412177,0.0009030405228894293 "30 - 60min",0.71076431,0.002779916456475484 "1 - 5hr",2.08196102,0.007078085718233825 "5 - 10hr",7.96579571,0.023416472717942394 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_waitduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_waitduration_hours/aggregate-Year-reference.csv index 4f3ab75a71..857e020d27 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_waitduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_waitduration_hours/aggregate-Year-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Wait Hours: Per Job","Std Dev: Wait Hours: Per Job" "0 - 1s",0.00000000,0 "1 - 30s",0.00067233,0.000009532698389553274 -"30s - 30min",0.14412436,0.0009030872510103734 +"30s - 30min",0.14412177,0.0009030405228894293 "30 - 60min",0.71076431,0.002779916456475484 "1 - 5hr",2.08196102,0.007078085718233825 "5 - 10hr",7.96579571,0.023416472717942394 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_waitduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_waitduration_hours/timeseries-Day-reference.csv index 9787f8603e..3bd918684c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_waitduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_waitduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[0 - 1s] Wait Hours: Per Job","[1 - 30s] Wait Hours: Per Job","[30s - 30min 2016-12-27,0.00000000,0.00059028,0.02694444,0,0,0.00000000,0,152.17079060 2016-12-28,0.00000000,0.00519231,0.05457725,0.97472222,2.69326720,6.31216667,12.27500000,124.30297619 2016-12-29,0.00000000,0.00229820,0.04908431,0.94562500,1.80866793,6.40305556,15.21722222,75.88609687 -2016-12-30,0.00000000,0.00072534,0.07010813,0.74716129,1.85504492,6.13281911,11.85139640,139.04254383 +2016-12-30,0.00000000,0.00072534,0.07011436,0.74716129,1.85504492,6.13281911,11.85139640,139.04254383 2016-12-31,0.00000000,0.00068140,0.16068062,0.67907857,2.13118952,8.49370108,10.43064187,40.84676303 2017-01-01,0.00000000,0.00044738,0.20672632,0.68843398,2.98810554,7.30122294,12.82805779,29.42140179 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_waitduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_waitduration_hours/timeseries-Month-reference.csv index 37a06a6a35..ee43099172 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_waitduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_waitduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[0 - 1s] Wait Hours: Per Job","[1 - 30s] Wait Hours: Per Job","[30s - 30min] Wait Hours: Per Job","[30 - 60min] Wait Hours: Per Job","[1 - 5hr] Wait Hours: Per Job","[5 - 10hr] Wait Hours: Per Job","[10 - 18hr] Wait Hours: Per Job","[18+hr] Wait Hours: Per Job" -2016-12,0.00000000,0.00075406,0.12001539,0.71198619,1.98945386,8.16968874,10.74610984,99.58557853 +2016-12,0.00000000,0.00075406,0.12001367,0.71198619,1.98945386,8.16968874,10.74610984,99.58557853 2017-01,0.00000000,0.00044738,0.20672632,0.68843398,2.98810554,7.30122294,12.82805779,29.42140179 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_waitduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_waitduration_hours/timeseries-Quarter-reference.csv index a87b0a0243..a189fb0470 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_waitduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_waitduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[0 - 1s] Wait Hours: Per Job","[1 - 30s] Wait Hours: Per Job","[30s - 30min] Wait Hours: Per Job","[30 - 60min] Wait Hours: Per Job","[1 - 5hr] Wait Hours: Per Job","[5 - 10hr] Wait Hours: Per Job","[10 - 18hr] Wait Hours: Per Job","[18+hr] Wait Hours: Per Job" -"2016 Q4",0.00000000,0.00075406,0.12001539,0.71198619,1.98945386,8.16968874,10.74610984,99.58557853 +"2016 Q4",0.00000000,0.00075406,0.12001367,0.71198619,1.98945386,8.16968874,10.74610984,99.58557853 "2017 Q1",0.00000000,0.00044738,0.20672632,0.68843398,2.98810554,7.30122294,12.82805779,29.42140179 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_waitduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_waitduration_hours/timeseries-Year-reference.csv index 207bcf7c5f..bf9e44e681 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_waitduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_waitduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[0 - 1s] Wait Hours: Per Job","[1 - 30s] Wait Hours: Per Job","[30s - 30min] Wait Hours: Per Job","[30 - 60min] Wait Hours: Per Job","[1 - 5hr] Wait Hours: Per Job","[5 - 10hr] Wait Hours: Per Job","[10 - 18hr] Wait Hours: Per Job","[18+hr] Wait Hours: Per Job" -2016,0.00000000,0.00075406,0.12001539,0.71198619,1.98945386,8.16968874,10.74610984,99.58557853 +2016,0.00000000,0.00075406,0.12001367,0.71198619,1.98945386,8.16968874,10.74610984,99.58557853 2017,0.00000000,0.00044738,0.20672632,0.68843398,2.98810554,7.30122294,12.82805779,29.42140179 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_wallduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_wallduration_hours/aggregate-Day-reference.csv index 35c3f909e9..e42b053073 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_wallduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_wallduration_hours/aggregate-Day-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Wall Hours: Per Job","Std Dev: Wall Hours: Per Job" "0 - 1s",0.49315691,0.014517223815777877 "1 - 30s",0.92592179,0.025066795402547932 -"30s - 30min",4.34074564,0.055443976670460395 +"30s - 30min",4.34051776,0.05544134840847994 "30 - 60min",0.35002350,0.030900746638049585 "1 - 5hr",0.89276088,0.023255030658770073 "5 - 10hr",1.60253047,0.06328182590453404 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_wallduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_wallduration_hours/aggregate-Month-reference.csv index 9c04672eee..7ba30c6321 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_wallduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_wallduration_hours/aggregate-Month-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Wall Hours: Per Job","Std Dev: Wall Hours: Per Job" "0 - 1s",0.49315691,0.02457273421536707 "1 - 30s",0.92592179,0.038190782831705315 -"30s - 30min",4.34074564,0.0809366938495074 +"30s - 30min",4.34051776,0.08093249431024678 "30 - 60min",0.35002350,0.039243281108874206 "1 - 5hr",0.89276088,0.03193159152610175 "5 - 10hr",1.60253047,0.0913270168146558 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_wallduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_wallduration_hours/aggregate-Quarter-reference.csv index 9c04672eee..7ba30c6321 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_wallduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_wallduration_hours/aggregate-Quarter-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Wall Hours: Per Job","Std Dev: Wall Hours: Per Job" "0 - 1s",0.49315691,0.02457273421536707 "1 - 30s",0.92592179,0.038190782831705315 -"30s - 30min",4.34074564,0.0809366938495074 +"30s - 30min",4.34051776,0.08093249431024678 "30 - 60min",0.35002350,0.039243281108874206 "1 - 5hr",0.89276088,0.03193159152610175 "5 - 10hr",1.60253047,0.0913270168146558 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_wallduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_wallduration_hours/aggregate-Year-reference.csv index 9c04672eee..7ba30c6321 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_wallduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_wallduration_hours/aggregate-Year-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Wall Hours: Per Job","Std Dev: Wall Hours: Per Job" "0 - 1s",0.49315691,0.02457273421536707 "1 - 30s",0.92592179,0.038190782831705315 -"30s - 30min",4.34074564,0.0809366938495074 +"30s - 30min",4.34051776,0.08093249431024678 "30 - 60min",0.35002350,0.039243281108874206 "1 - 5hr",0.89276088,0.03193159152610175 "5 - 10hr",1.60253047,0.0913270168146558 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_wallduration_hours/timeseries-Day-reference.csv index b25f048317..1f7d5cccec 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_wallduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[0 - 1s] Wall Hours: Per Job","[1 - 30s] Wall Hours: Per Job","[30s - 30min 2016-12-27,2.75003086,12.69599206,12.42472222,0,0,24.00000000,0,17.25598148 2016-12-28,22.51479167,8.75883838,9.59354236,8.25861111,4.22932540,8.36126984,14.94333333,15.97364987 2016-12-29,4.63944201,9.99022315,13.07476976,7.54672222,10.18715812,21.84608025,15.68840278,11.15196051 -2016-12-30,0.42073731,0.67200894,4.89549072,0.41773994,0.61206820,1.40062914,5.39272358,1.78568953 +2016-12-30,0.42073731,0.67200894,4.89465740,0.41773994,0.61206820,1.40062914,5.39272358,1.78568953 2016-12-31,0.53892192,0.99729426,2.53510859,0.25151938,0.89879489,1.67857150,0.66289921,2.72339857 2017-01-01,0.20322627,0.44180355,1.94856665,0.26081757,1.14032085,0.69023551,0.41071364,0.82232237 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_wallduration_hours/timeseries-Month-reference.csv index 19df2576ba..7da7e88942 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_wallduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[0 - 1s] Wall Hours: Per Job","[1 - 30s] Wall Hours: Per Job","[30s - 30min] Wall Hours: Per Job","[30 - 60min] Wall Hours: Per Job","[1 - 5hr] Wall Hours: Per Job","[5 - 10hr] Wall Hours: Per Job","[10 - 18hr] Wall Hours: Per Job","[18+hr] Wall Hours: Per Job" -2016-12,0.55774411,1.09466327,5.13553286,0.35459446,0.86174841,1.87399127,1.92710627,3.25157379 +2016-12,0.55774411,1.09466327,5.13515575,0.35459446,0.86174841,1.87399127,1.92710627,3.25157379 2017-01,0.20322627,0.44180355,1.94856665,0.26081757,1.14032085,0.69023551,0.41071364,0.82232237 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_wallduration_hours/timeseries-Quarter-reference.csv index f049975b01..d100664483 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_wallduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[0 - 1s] Wall Hours: Per Job","[1 - 30s] Wall Hours: Per Job","[30s - 30min] Wall Hours: Per Job","[30 - 60min] Wall Hours: Per Job","[1 - 5hr] Wall Hours: Per Job","[5 - 10hr] Wall Hours: Per Job","[10 - 18hr] Wall Hours: Per Job","[18+hr] Wall Hours: Per Job" -"2016 Q4",0.55774411,1.09466327,5.13553286,0.35459446,0.86174841,1.87399127,1.92710627,3.25157379 +"2016 Q4",0.55774411,1.09466327,5.13515575,0.35459446,0.86174841,1.87399127,1.92710627,3.25157379 "2017 Q1",0.20322627,0.44180355,1.94856665,0.26081757,1.14032085,0.69023551,0.41071364,0.82232237 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_wallduration_hours/timeseries-Year-reference.csv index b3b3ea1cef..5a0969bab7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/avg_wallduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[0 - 1s] Wall Hours: Per Job","[1 - 30s] Wall Hours: Per Job","[30s - 30min] Wall Hours: Per Job","[30 - 60min] Wall Hours: Per Job","[1 - 5hr] Wall Hours: Per Job","[5 - 10hr] Wall Hours: Per Job","[10 - 18hr] Wall Hours: Per Job","[18+hr] Wall Hours: Per Job" -2016,0.55774411,1.09466327,5.13553286,0.35459446,0.86174841,1.87399127,1.92710627,3.25157379 +2016,0.55774411,1.09466327,5.13515575,0.35459446,0.86174841,1.87399127,1.92710627,3.25157379 2017,0.20322627,0.44180355,1.94856665,0.26081757,1.14032085,0.69023551,0.41071364,0.82232237 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/job_count/aggregate-Day-reference.csv index ac2732a994..956b1b485d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/job_count/aggregate-Day-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Number of Jobs Ended" "0 - 1s",12295 "1 - 30s",18172 -"30s - 30min",17904 +"30s - 30min",17905 "30 - 60min",2660 "1 - 5hr",13138 "5 - 10hr",3957 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/job_count/aggregate-Month-reference.csv index ac2732a994..956b1b485d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/job_count/aggregate-Month-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Number of Jobs Ended" "0 - 1s",12295 "1 - 30s",18172 -"30s - 30min",17904 +"30s - 30min",17905 "30 - 60min",2660 "1 - 5hr",13138 "5 - 10hr",3957 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/job_count/aggregate-Quarter-reference.csv index ac2732a994..956b1b485d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/job_count/aggregate-Quarter-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Number of Jobs Ended" "0 - 1s",12295 "1 - 30s",18172 -"30s - 30min",17904 +"30s - 30min",17905 "30 - 60min",2660 "1 - 5hr",13138 "5 - 10hr",3957 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/job_count/aggregate-Year-reference.csv index ac2732a994..956b1b485d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/job_count/aggregate-Year-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Number of Jobs Ended" "0 - 1s",12295 "1 - 30s",18172 -"30s - 30min",17904 +"30s - 30min",17905 "30 - 60min",2660 "1 - 5hr",13138 "5 - 10hr",3957 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/job_count/timeseries-Day-reference.csv index b91a364e7a..8275a110e2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[0 - 1s] Number of Jobs Ended","[1 - 30s] Number of Jobs Ended","[30s - 30m 2016-12-27,0,0,0,0,0,0,0,0 2016-12-28,0,0,0,0,0,0,0,0 2016-12-29,0,0,0,0,0,0,0,0 -2016-12-30,5568,8262,4418,1149,5532,293,35,1349 +2016-12-30,5568,8262,4419,1149,5532,293,35,1349 2016-12-31,4314,4851,7669,1370,6329,2698,129,781 2017-01-01,2413,5059,5817,141,1277,966,427,466 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/job_count/timeseries-Month-reference.csv index 541b0aea0e..78a3a277d1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[0 - 1s] Number of Jobs Ended","[1 - 30s] Number of Jobs Ended","[30s - 30min] Number of Jobs Ended","[30 - 60min] Number of Jobs Ended","[1 - 5hr] Number of Jobs Ended","[5 - 10hr] Number of Jobs Ended","[10 - 18hr] Number of Jobs Ended","[18+hr] Number of Jobs Ended" -2016-12,9882,13113,12087,2519,11861,2991,164,2130 +2016-12,9882,13113,12088,2519,11861,2991,164,2130 2017-01,2413,5059,5817,141,1277,966,427,466 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/job_count/timeseries-Quarter-reference.csv index 5854baba87..010a828965 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[0 - 1s] Number of Jobs Ended","[1 - 30s] Number of Jobs Ended","[30s - 30min] Number of Jobs Ended","[30 - 60min] Number of Jobs Ended","[1 - 5hr] Number of Jobs Ended","[5 - 10hr] Number of Jobs Ended","[10 - 18hr] Number of Jobs Ended","[18+hr] Number of Jobs Ended" -"2016 Q4",9882,13113,12087,2519,11861,2991,164,2130 +"2016 Q4",9882,13113,12088,2519,11861,2991,164,2130 "2017 Q1",2413,5059,5817,141,1277,966,427,466 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/job_count/timeseries-Year-reference.csv index 81f9e9be24..dc845c0806 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[0 - 1s] Number of Jobs Ended","[1 - 30s] Number of Jobs Ended","[30s - 30min] Number of Jobs Ended","[30 - 60min] Number of Jobs Ended","[1 - 5hr] Number of Jobs Ended","[5 - 10hr] Number of Jobs Ended","[10 - 18hr] Number of Jobs Ended","[18+hr] Number of Jobs Ended" -2016,9882,13113,12087,2519,11861,2991,164,2130 +2016,9882,13113,12088,2519,11861,2991,164,2130 2017,2413,5059,5817,141,1277,966,427,466 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/running_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/running_job_count/aggregate-Day-reference.csv index 86cb723bd7..0d29a61e47 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/running_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/running_job_count/aggregate-Day-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Number of Jobs Running" "0 - 1s",12295 "1 - 30s",18172 -"30s - 30min",17904 +"30s - 30min",17905 "30 - 60min",2660 "1 - 5hr",13138 "5 - 10hr",3957 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/running_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/running_job_count/aggregate-Month-reference.csv index 86cb723bd7..0d29a61e47 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/running_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/running_job_count/aggregate-Month-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Number of Jobs Running" "0 - 1s",12295 "1 - 30s",18172 -"30s - 30min",17904 +"30s - 30min",17905 "30 - 60min",2660 "1 - 5hr",13138 "5 - 10hr",3957 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/running_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/running_job_count/aggregate-Quarter-reference.csv index 86cb723bd7..0d29a61e47 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/running_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/running_job_count/aggregate-Quarter-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Number of Jobs Running" "0 - 1s",12295 "1 - 30s",18172 -"30s - 30min",17904 +"30s - 30min",17905 "30 - 60min",2660 "1 - 5hr",13138 "5 - 10hr",3957 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/running_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/running_job_count/aggregate-Year-reference.csv index 86cb723bd7..0d29a61e47 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/running_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/running_job_count/aggregate-Year-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Number of Jobs Running" "0 - 1s",12295 "1 - 30s",18172 -"30s - 30min",17904 +"30s - 30min",17905 "30 - 60min",2660 "1 - 5hr",13138 "5 - 10hr",3957 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/running_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/running_job_count/timeseries-Day-reference.csv index fdcd4dd14a..7557925860 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/running_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/running_job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[0 - 1s] Number of Jobs Running","[1 - 30s] Number of Jobs Running","[30s - 2016-12-27,9,14,2,0,0,2,0,15 2016-12-28,12,66,299,1,21,7,1,43 2016-12-29,114,300,1122,5,65,9,4,121 -2016-12-30,5621,8420,5561,1204,6175,419,41,1414 +2016-12-30,5621,8420,5562,1204,6175,419,41,1414 2016-12-31,4424,5067,8508,1373,6389,2735,183,924 2017-01-01,2413,5059,5817,141,1277,966,427,466 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/running_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/running_job_count/timeseries-Month-reference.csv index 2b7720a18b..15baa35a32 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/running_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/running_job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[0 - 1s] Number of Jobs Running","[1 - 30s] Number of Jobs Running","[30s - 30min] Number of Jobs Running","[30 - 60min] Number of Jobs Running","[1 - 5hr] Number of Jobs Running","[5 - 10hr] Number of Jobs Running","[10 - 18hr] Number of Jobs Running","[18+hr] Number of Jobs Running" -2016-12,9992,13329,12926,2522,11921,3028,218,2273 +2016-12,9992,13329,12927,2522,11921,3028,218,2273 2017-01,2413,5059,5817,141,1277,966,427,466 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/running_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/running_job_count/timeseries-Quarter-reference.csv index d8c6b1cd38..40f1d2e98b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/running_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/running_job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[0 - 1s] Number of Jobs Running","[1 - 30s] Number of Jobs Running","[30s - 30min] Number of Jobs Running","[30 - 60min] Number of Jobs Running","[1 - 5hr] Number of Jobs Running","[5 - 10hr] Number of Jobs Running","[10 - 18hr] Number of Jobs Running","[18+hr] Number of Jobs Running" -"2016 Q4",9992,13329,12926,2522,11921,3028,218,2273 +"2016 Q4",9992,13329,12927,2522,11921,3028,218,2273 "2017 Q1",2413,5059,5817,141,1277,966,427,466 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/running_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/running_job_count/timeseries-Year-reference.csv index 516afb7c59..37a4ef4b5d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/running_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/running_job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[0 - 1s] Number of Jobs Running","[1 - 30s] Number of Jobs Running","[30s - 30min] Number of Jobs Running","[30 - 60min] Number of Jobs Running","[1 - 5hr] Number of Jobs Running","[5 - 10hr] Number of Jobs Running","[10 - 18hr] Number of Jobs Running","[18+hr] Number of Jobs Running" -2016,9992,13329,12926,2522,11921,3028,218,2273 +2016,9992,13329,12927,2522,11921,3028,218,2273 2017,2413,5059,5817,141,1277,966,427,466 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/started_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/started_job_count/aggregate-Day-reference.csv index 892ec0e4c6..85325116b6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/started_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/started_job_count/aggregate-Day-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Number of Jobs Started" "0 - 1s",12295 "1 - 30s",18172 -"30s - 30min",17904 +"30s - 30min",17905 "30 - 60min",2660 "1 - 5hr",13138 "5 - 10hr",3957 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/started_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/started_job_count/aggregate-Month-reference.csv index 892ec0e4c6..85325116b6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/started_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/started_job_count/aggregate-Month-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Number of Jobs Started" "0 - 1s",12295 "1 - 30s",18172 -"30s - 30min",17904 +"30s - 30min",17905 "30 - 60min",2660 "1 - 5hr",13138 "5 - 10hr",3957 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/started_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/started_job_count/aggregate-Quarter-reference.csv index 892ec0e4c6..85325116b6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/started_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/started_job_count/aggregate-Quarter-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Number of Jobs Started" "0 - 1s",12295 "1 - 30s",18172 -"30s - 30min",17904 +"30s - 30min",17905 "30 - 60min",2660 "1 - 5hr",13138 "5 - 10hr",3957 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/started_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/started_job_count/aggregate-Year-reference.csv index 892ec0e4c6..85325116b6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/started_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/started_job_count/aggregate-Year-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Number of Jobs Started" "0 - 1s",12295 "1 - 30s",18172 -"30s - 30min",17904 +"30s - 30min",17905 "30 - 60min",2660 "1 - 5hr",13138 "5 - 10hr",3957 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/started_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/started_job_count/timeseries-Day-reference.csv index f683986ef0..96e0463d85 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/started_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/started_job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[0 - 1s] Number of Jobs Started","[1 - 30s] Number of Jobs Started","[30s - 2016-12-27,9,8,1,0,0,0,0,13 2016-12-28,3,52,297,1,21,5,1,28 2016-12-29,102,234,823,4,44,2,3,78 -2016-12-30,5507,8120,4439,1199,6110,410,37,1293 +2016-12-30,5507,8120,4440,1199,6110,410,37,1293 2016-12-31,4371,4909,7365,1318,5746,2609,177,859 2017-01-01,2303,4843,4978,138,1217,929,373,323 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/started_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/started_job_count/timeseries-Month-reference.csv index 9d39990f35..043ed837dc 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/started_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/started_job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[0 - 1s] Number of Jobs Started","[1 - 30s] Number of Jobs Started","[30s - 30min] Number of Jobs Started","[30 - 60min] Number of Jobs Started","[1 - 5hr] Number of Jobs Started","[5 - 10hr] Number of Jobs Started","[10 - 18hr] Number of Jobs Started","[18+hr] Number of Jobs Started" -2016-12,9992,13329,12926,2522,11921,3028,218,2273 +2016-12,9992,13329,12927,2522,11921,3028,218,2273 2017-01,2303,4843,4978,138,1217,929,373,323 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/started_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/started_job_count/timeseries-Quarter-reference.csv index 75288b766d..70f258afe9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/started_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/started_job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[0 - 1s] Number of Jobs Started","[1 - 30s] Number of Jobs Started","[30s - 30min] Number of Jobs Started","[30 - 60min] Number of Jobs Started","[1 - 5hr] Number of Jobs Started","[5 - 10hr] Number of Jobs Started","[10 - 18hr] Number of Jobs Started","[18+hr] Number of Jobs Started" -"2016 Q4",9992,13329,12926,2522,11921,3028,218,2273 +"2016 Q4",9992,13329,12927,2522,11921,3028,218,2273 "2017 Q1",2303,4843,4978,138,1217,929,373,323 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/started_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/started_job_count/timeseries-Year-reference.csv index 51895e12e0..344371ac56 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/started_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/started_job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[0 - 1s] Number of Jobs Started","[1 - 30s] Number of Jobs Started","[30s - 30min] Number of Jobs Started","[30 - 60min] Number of Jobs Started","[1 - 5hr] Number of Jobs Started","[5 - 10hr] Number of Jobs Started","[10 - 18hr] Number of Jobs Started","[18+hr] Number of Jobs Started" -2016,9992,13329,12926,2522,11921,3028,218,2273 +2016,9992,13329,12927,2522,11921,3028,218,2273 2017,2303,4843,4978,138,1217,929,373,323 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/submitted_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/submitted_job_count/aggregate-Day-reference.csv index d79350cd67..cb51051d27 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/submitted_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/submitted_job_count/aggregate-Day-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Number of Jobs Submitted" "0 - 1s",12295 "1 - 30s",18171 -"30s - 30min",17734 +"30s - 30min",17735 "30 - 60min",2604 "1 - 5hr",11469 "5 - 10hr",1836 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/submitted_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/submitted_job_count/aggregate-Month-reference.csv index 7f0920aab9..1f0ccc232a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/submitted_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/submitted_job_count/aggregate-Month-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Number of Jobs Submitted" "0 - 1s",12295 "1 - 30s",18172 -"30s - 30min",17742 +"30s - 30min",17743 "30 - 60min",2604 "1 - 5hr",12635 "5 - 10hr",3196 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/submitted_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/submitted_job_count/aggregate-Quarter-reference.csv index 7f0920aab9..1f0ccc232a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/submitted_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/submitted_job_count/aggregate-Quarter-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Number of Jobs Submitted" "0 - 1s",12295 "1 - 30s",18172 -"30s - 30min",17742 +"30s - 30min",17743 "30 - 60min",2604 "1 - 5hr",12635 "5 - 10hr",3196 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/submitted_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/submitted_job_count/aggregate-Year-reference.csv index 7f0920aab9..1f0ccc232a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/submitted_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/submitted_job_count/aggregate-Year-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Number of Jobs Submitted" "0 - 1s",12295 "1 - 30s",18172 -"30s - 30min",17742 +"30s - 30min",17743 "30 - 60min",2604 "1 - 5hr",12635 "5 - 10hr",3196 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/submitted_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/submitted_job_count/timeseries-Day-reference.csv index ad6175b130..7e141470f4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/submitted_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/submitted_job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[0 - 1s] Number of Jobs Submitted","[1 - 30s] Number of Jobs Submitted","[3 2016-12-27,9,8,1,0,0,0,0,0 2016-12-28,3,52,297,1,21,5,0,0 2016-12-29,102,234,823,4,41,1,1,0 -2016-12-30,5507,8119,4436,1199,6007,367,25,0 +2016-12-30,5507,8119,4437,1199,6007,367,25,0 2016-12-31,4371,4909,7360,1318,4686,1294,173,0 2017-01-01,2303,4843,4816,82,714,168,83,25 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/submitted_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/submitted_job_count/timeseries-Month-reference.csv index 6d4e03d411..bcb58841fd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/submitted_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/submitted_job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[0 - 1s] Number of Jobs Submitted","[1 - 30s] Number of Jobs Submitted","[30s - 30min] Number of Jobs Submitted","[30 - 60min] Number of Jobs Submitted","[1 - 5hr] Number of Jobs Submitted","[5 - 10hr] Number of Jobs Submitted","[10 - 18hr] Number of Jobs Submitted","[18+hr] Number of Jobs Submitted" -2016-12,9992,13329,12926,2522,11921,3028,218,2273 +2016-12,9992,13329,12927,2522,11921,3028,218,2273 2017-01,2303,4843,4816,82,714,168,83,25 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/submitted_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/submitted_job_count/timeseries-Quarter-reference.csv index 8c32c435fc..ad422dffee 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/submitted_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/submitted_job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[0 - 1s] Number of Jobs Submitted","[1 - 30s] Number of Jobs Submitted","[30s - 30min] Number of Jobs Submitted","[30 - 60min] Number of Jobs Submitted","[1 - 5hr] Number of Jobs Submitted","[5 - 10hr] Number of Jobs Submitted","[10 - 18hr] Number of Jobs Submitted","[18+hr] Number of Jobs Submitted" -"2016 Q4",9992,13329,12926,2522,11921,3028,218,2273 +"2016 Q4",9992,13329,12927,2522,11921,3028,218,2273 "2017 Q1",2303,4843,4816,82,714,168,83,25 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/submitted_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/submitted_job_count/timeseries-Year-reference.csv index a9b8b77af9..ed09cb4afc 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/submitted_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/submitted_job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[0 - 1s] Number of Jobs Submitted","[1 - 30s] Number of Jobs Submitted","[30s - 30min] Number of Jobs Submitted","[30 - 60min] Number of Jobs Submitted","[1 - 5hr] Number of Jobs Submitted","[5 - 10hr] Number of Jobs Submitted","[10 - 18hr] Number of Jobs Submitted","[18+hr] Number of Jobs Submitted" -2016,9992,13329,12926,2522,11921,3028,218,2273 +2016,9992,13329,12927,2522,11921,3028,218,2273 2017,2303,4843,4816,82,714,168,83,25 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_cpu_hours/aggregate-Day-reference.csv index 19496727d6..bb3feec383 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_cpu_hours/aggregate-Day-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","CPU Hours: Total" "0 - 1s",114440.9553 "1 - 30s",196096.3686 -"30s - 30min",131344.7058 +"30s - 30min",131372.8458 "30 - 60min",6972.5603 "1 - 5hr",114549.0461 "5 - 10hr",34222.8861 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_cpu_hours/aggregate-Month-reference.csv index 19496727d6..bb3feec383 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_cpu_hours/aggregate-Month-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","CPU Hours: Total" "0 - 1s",114440.9553 "1 - 30s",196096.3686 -"30s - 30min",131344.7058 +"30s - 30min",131372.8458 "30 - 60min",6972.5603 "1 - 5hr",114549.0461 "5 - 10hr",34222.8861 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_cpu_hours/aggregate-Quarter-reference.csv index 19496727d6..bb3feec383 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_cpu_hours/aggregate-Quarter-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","CPU Hours: Total" "0 - 1s",114440.9553 "1 - 30s",196096.3686 -"30s - 30min",131344.7058 +"30s - 30min",131372.8458 "30 - 60min",6972.5603 "1 - 5hr",114549.0461 "5 - 10hr",34222.8861 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_cpu_hours/aggregate-Year-reference.csv index 19496727d6..bb3feec383 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_cpu_hours/aggregate-Year-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","CPU Hours: Total" "0 - 1s",114440.9553 "1 - 30s",196096.3686 -"30s - 30min",131344.7058 +"30s - 30min",131372.8458 "30 - 60min",6972.5603 "1 - 5hr",114549.0461 "5 - 10hr",34222.8861 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_cpu_hours/timeseries-Day-reference.csv index 64a9174b24..57fc636751 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_cpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[0 - 1s] CPU Hours: Total","[1 - 30s] CPU Hours: Total","[30s - 30min] CPU 2016-12-27,635.7647,2835.0622,294.7956,0,0,312.0000,0,11475.5222 2016-12-28,16402.0800,25839.1853,3493.5272,66.0689,1728.9333,438.3467,179.3200,33841.2489 2016-12-29,21123.8211,39134.6672,20091.6789,441.5889,14730.2411,2541.2778,2166.4211,71032.0872 -2016-12-30,38234.0164,67837.2003,43355.9111,2980.1908,41364.1692,6633.7486,4899.8022,69814.2286 +2016-12-30,38234.0164,67837.2003,43384.0511,2980.1908,41364.1692,6633.7486,4899.8022,69814.2286 2016-12-31,32089.3717,48485.8175,43373.9481,3013.5708,38677.7242,15394.0319,2602.0767,38593.0889 2017-01-01,5955.9014,10395.1461,20420.9283,471.1408,18047.9783,7467.5775,2338.5600,4682.6056 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_cpu_hours/timeseries-Month-reference.csv index a042c47cd1..f2458ec217 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_cpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[0 - 1s] CPU Hours: Total","[1 - 30s] CPU Hours: Total","[30s - 30min] CPU Hours: Total","[30 - 60min] CPU Hours: Total","[1 - 5hr] CPU Hours: Total","[5 - 10hr] CPU Hours: Total","[10 - 18hr] CPU Hours: Total","[18+hr] CPU Hours: Total" -2016-12,108485.0539,185701.2225,110923.7775,6501.4194,96501.0678,26755.3086,9847.6200,226060.5292 +2016-12,108485.0539,185701.2225,110951.9175,6501.4194,96501.0678,26755.3086,9847.6200,226060.5292 2017-01,5955.9014,10395.1461,20420.9283,471.1408,18047.9783,7467.5775,2338.5600,4682.6056 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_cpu_hours/timeseries-Quarter-reference.csv index 31915c2b36..6a8d72d66b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_cpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[0 - 1s] CPU Hours: Total","[1 - 30s] CPU Hours: Total","[30s - 30min] CPU Hours: Total","[30 - 60min] CPU Hours: Total","[1 - 5hr] CPU Hours: Total","[5 - 10hr] CPU Hours: Total","[10 - 18hr] CPU Hours: Total","[18+hr] CPU Hours: Total" -"2016 Q4",108485.0539,185701.2225,110923.7775,6501.4194,96501.0678,26755.3086,9847.6200,226060.5292 +"2016 Q4",108485.0539,185701.2225,110951.9175,6501.4194,96501.0678,26755.3086,9847.6200,226060.5292 "2017 Q1",5955.9014,10395.1461,20420.9283,471.1408,18047.9783,7467.5775,2338.5600,4682.6056 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_cpu_hours/timeseries-Year-reference.csv index 7347e0e693..9bf07b1560 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_cpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[0 - 1s] CPU Hours: Total","[1 - 30s] CPU Hours: Total","[30s - 30min] CPU Hours: Total","[30 - 60min] CPU Hours: Total","[1 - 5hr] CPU Hours: Total","[5 - 10hr] CPU Hours: Total","[10 - 18hr] CPU Hours: Total","[18+hr] CPU Hours: Total" -2016,108485.0539,185701.2225,110923.7775,6501.4194,96501.0678,26755.3086,9847.6200,226060.5292 +2016,108485.0539,185701.2225,110951.9175,6501.4194,96501.0678,26755.3086,9847.6200,226060.5292 2017,5955.9014,10395.1461,20420.9283,471.1408,18047.9783,7467.5775,2338.5600,4682.6056 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_node_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_node_hours/aggregate-Day-reference.csv index f3f8c22cc0..39fc012eeb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_node_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_node_hours/aggregate-Day-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Node Hours: Total" "0 - 1s",9447.1700 "1 - 30s",22041.2992 -"30s - 30min",79592.7303 +"30s - 30min",79595.0753 "30 - 60min",1294.0506 "1 - 5hr",15211.2039 "5 - 10hr",7117.9731 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_node_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_node_hours/aggregate-Month-reference.csv index f3f8c22cc0..39fc012eeb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_node_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_node_hours/aggregate-Month-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Node Hours: Total" "0 - 1s",9447.1700 "1 - 30s",22041.2992 -"30s - 30min",79592.7303 +"30s - 30min",79595.0753 "30 - 60min",1294.0506 "1 - 5hr",15211.2039 "5 - 10hr",7117.9731 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_node_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_node_hours/aggregate-Quarter-reference.csv index f3f8c22cc0..39fc012eeb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_node_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_node_hours/aggregate-Quarter-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Node Hours: Total" "0 - 1s",9447.1700 "1 - 30s",22041.2992 -"30s - 30min",79592.7303 +"30s - 30min",79595.0753 "30 - 60min",1294.0506 "1 - 5hr",15211.2039 "5 - 10hr",7117.9731 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_node_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_node_hours/aggregate-Year-reference.csv index f3f8c22cc0..39fc012eeb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_node_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_node_hours/aggregate-Year-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Node Hours: Total" "0 - 1s",9447.1700 "1 - 30s",22041.2992 -"30s - 30min",79592.7303 +"30s - 30min",79595.0753 "30 - 60min",1294.0506 "1 - 5hr",15211.2039 "5 - 10hr",7117.9731 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_node_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_node_hours/timeseries-Day-reference.csv index 74134e0f03..2411b7753e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_node_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_node_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[0 - 1s] Node Hours: Total","[1 - 30s] Node Hours: Total","[30s - 30min] No 2016-12-27,51.3483,177.7439,24.8494,0,0,48.0000,0,904.4506 2016-12-28,1034.1300,1663.0789,2868.4692,8.2586,163.7808,58.5289,14.9433,2803.4269 2016-12-29,1512.5214,4584.8608,14960.5344,62.7839,1187.5906,226.2078,156.5058,5837.4922 -2016-12-30,3392.3636,7632.7417,27908.9047,778.1986,5155.0850,741.4539,377.8650,6321.9475 +2016-12-30,3392.3636,7632.7417,27911.2497,778.1986,5155.0850,741.4539,377.8650,6321.9475 2016-12-31,2822.2808,5609.2167,22187.6119,402.5461,6936.6814,4990.9650,220.0828,4219.4119 2017-01-01,634.5258,2247.3900,11616.2008,42.2633,1768.0661,859.2722,197.2356,491.6108 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_node_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_node_hours/timeseries-Month-reference.csv index 9d813ee1cd..4f0b9bc566 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_node_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_node_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[0 - 1s] Node Hours: Total","[1 - 30s] Node Hours: Total","[30s - 30min] Node Hours: Total","[30 - 60min] Node Hours: Total","[1 - 5hr] Node Hours: Total","[5 - 10hr] Node Hours: Total","[10 - 18hr] Node Hours: Total","[18+hr] Node Hours: Total" -2016-12,8812.6442,19793.9092,67976.5294,1251.7872,13443.1378,6258.7008,769.3969,20141.0772 +2016-12,8812.6442,19793.9092,67978.8744,1251.7872,13443.1378,6258.7008,769.3969,20141.0772 2017-01,634.5258,2247.3900,11616.2008,42.2633,1768.0661,859.2722,197.2356,491.6108 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_node_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_node_hours/timeseries-Quarter-reference.csv index ab24ff4bd8..f09acffc2e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_node_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_node_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[0 - 1s] Node Hours: Total","[1 - 30s] Node Hours: Total","[30s - 30min] Node Hours: Total","[30 - 60min] Node Hours: Total","[1 - 5hr] Node Hours: Total","[5 - 10hr] Node Hours: Total","[10 - 18hr] Node Hours: Total","[18+hr] Node Hours: Total" -"2016 Q4",8812.6442,19793.9092,67976.5294,1251.7872,13443.1378,6258.7008,769.3969,20141.0772 +"2016 Q4",8812.6442,19793.9092,67978.8744,1251.7872,13443.1378,6258.7008,769.3969,20141.0772 "2017 Q1",634.5258,2247.3900,11616.2008,42.2633,1768.0661,859.2722,197.2356,491.6108 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_node_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_node_hours/timeseries-Year-reference.csv index 3d6c37034a..42e591eda3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_node_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_node_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[0 - 1s] Node Hours: Total","[1 - 30s] Node Hours: Total","[30s - 30min] Node Hours: Total","[30 - 60min] Node Hours: Total","[1 - 5hr] Node Hours: Total","[5 - 10hr] Node Hours: Total","[10 - 18hr] Node Hours: Total","[18+hr] Node Hours: Total" -2016,8812.6442,19793.9092,67976.5294,1251.7872,13443.1378,6258.7008,769.3969,20141.0772 +2016,8812.6442,19793.9092,67978.8744,1251.7872,13443.1378,6258.7008,769.3969,20141.0772 2017,634.5258,2247.3900,11616.2008,42.2633,1768.0661,859.2722,197.2356,491.6108 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_waitduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_waitduration_hours/aggregate-Day-reference.csv index 68b4683741..57bf79e6d0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_waitduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_waitduration_hours/aggregate-Day-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Wait Hours: Total" "0 - 1s",0.0000 "1 - 30s",12.2175 -"30s - 30min",2580.4025 +"30s - 30min",2580.5003 "30 - 60min",1890.6331 "1 - 5hr",27352.8039 "5 - 10hr",31520.6536 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_waitduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_waitduration_hours/aggregate-Month-reference.csv index 68b4683741..57bf79e6d0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_waitduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_waitduration_hours/aggregate-Month-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Wait Hours: Total" "0 - 1s",0.0000 "1 - 30s",12.2175 -"30s - 30min",2580.4025 +"30s - 30min",2580.5003 "30 - 60min",1890.6331 "1 - 5hr",27352.8039 "5 - 10hr",31520.6536 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_waitduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_waitduration_hours/aggregate-Quarter-reference.csv index 68b4683741..57bf79e6d0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_waitduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_waitduration_hours/aggregate-Quarter-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Wait Hours: Total" "0 - 1s",0.0000 "1 - 30s",12.2175 -"30s - 30min",2580.4025 +"30s - 30min",2580.5003 "30 - 60min",1890.6331 "1 - 5hr",27352.8039 "5 - 10hr",31520.6536 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_waitduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_waitduration_hours/aggregate-Year-reference.csv index 68b4683741..57bf79e6d0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_waitduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_waitduration_hours/aggregate-Year-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Wait Hours: Total" "0 - 1s",0.0000 "1 - 30s",12.2175 -"30s - 30min",2580.4025 +"30s - 30min",2580.5003 "30 - 60min",1890.6331 "1 - 5hr",27352.8039 "5 - 10hr",31520.6536 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_waitduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_waitduration_hours/timeseries-Day-reference.csv index 560f9aa359..451e742f5c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_waitduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_waitduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[0 - 1s] Wait Hours: Total","[1 - 30s] Wait Hours: Total","[30s - 30min] Wa 2016-12-27,0.0000,0.0047,0.0269,0,0,0.0000,0,1978.2203 2016-12-28,0.0000,0.2700,16.2094,0.9747,56.5586,31.5608,12.2750,3480.4833 2016-12-29,0.0000,0.5378,40.3964,3.7825,79.5814,12.8061,45.6517,5919.1156 -2016-12-30,0.0000,5.8897,311.2100,895.8464,11334.3244,2514.4558,438.5017,179782.0092 +2016-12-30,0.0000,5.8897,311.3078,895.8464,11334.3244,2514.4558,438.5017,179782.0092 2016-12-31,0.0000,3.3450,1183.4128,895.0256,12245.8150,22160.0661,1846.2236,35087.3694 2017-01-01,0.0000,2.1667,1029.0836,95.0039,3636.5244,6782.8361,4784.8656,9503.1128 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_waitduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_waitduration_hours/timeseries-Month-reference.csv index ee88826ea3..1126aa28dc 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_waitduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_waitduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[0 - 1s] Wait Hours: Total","[1 - 30s] Wait Hours: Total","[30s - 30min] Wait Hours: Total","[30 - 60min] Wait Hours: Total","[1 - 5hr] Wait Hours: Total","[5 - 10hr] Wait Hours: Total","[10 - 18hr] Wait Hours: Total","[18+hr] Wait Hours: Total" -2016-12,0.0000,10.0508,1551.3189,1795.6292,23716.2794,24737.8175,2342.6519,226358.0200 +2016-12,0.0000,10.0508,1551.4167,1795.6292,23716.2794,24737.8175,2342.6519,226358.0200 2017-01,0.0000,2.1667,1029.0836,95.0039,3636.5244,6782.8361,4784.8656,9503.1128 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_waitduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_waitduration_hours/timeseries-Quarter-reference.csv index c94aa7685d..7a689fe5c9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_waitduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_waitduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[0 - 1s] Wait Hours: Total","[1 - 30s] Wait Hours: Total","[30s - 30min] Wait Hours: Total","[30 - 60min] Wait Hours: Total","[1 - 5hr] Wait Hours: Total","[5 - 10hr] Wait Hours: Total","[10 - 18hr] Wait Hours: Total","[18+hr] Wait Hours: Total" -"2016 Q4",0.0000,10.0508,1551.3189,1795.6292,23716.2794,24737.8175,2342.6519,226358.0200 +"2016 Q4",0.0000,10.0508,1551.4167,1795.6292,23716.2794,24737.8175,2342.6519,226358.0200 "2017 Q1",0.0000,2.1667,1029.0836,95.0039,3636.5244,6782.8361,4784.8656,9503.1128 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_waitduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_waitduration_hours/timeseries-Year-reference.csv index 22bc33b0eb..7a15c5b63f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_waitduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_waitduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[0 - 1s] Wait Hours: Total","[1 - 30s] Wait Hours: Total","[30s - 30min] Wait Hours: Total","[30 - 60min] Wait Hours: Total","[1 - 5hr] Wait Hours: Total","[5 - 10hr] Wait Hours: Total","[10 - 18hr] Wait Hours: Total","[18+hr] Wait Hours: Total" -2016,0.0000,10.0508,1551.3189,1795.6292,23716.2794,24737.8175,2342.6519,226358.0200 +2016,0.0000,10.0508,1551.4167,1795.6292,23716.2794,24737.8175,2342.6519,226358.0200 2017,0.0000,2.1667,1029.0836,95.0039,3636.5244,6782.8361,4784.8656,9503.1128 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_wallduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_wallduration_hours/aggregate-Day-reference.csv index 51178042c4..7d720dfb5c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_wallduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_wallduration_hours/aggregate-Day-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Wall Hours: Total" "0 - 1s",6063.3642 "1 - 30s",16825.8508 -"30s - 30min",77716.7100 +"30s - 30min",77716.9706 "30 - 60min",931.0625 "1 - 5hr",11729.0925 "5 - 10hr",6341.2131 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_wallduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_wallduration_hours/aggregate-Month-reference.csv index 51178042c4..7d720dfb5c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_wallduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_wallduration_hours/aggregate-Month-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Wall Hours: Total" "0 - 1s",6063.3642 "1 - 30s",16825.8508 -"30s - 30min",77716.7100 +"30s - 30min",77716.9706 "30 - 60min",931.0625 "1 - 5hr",11729.0925 "5 - 10hr",6341.2131 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_wallduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_wallduration_hours/aggregate-Quarter-reference.csv index 51178042c4..7d720dfb5c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_wallduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_wallduration_hours/aggregate-Quarter-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Wall Hours: Total" "0 - 1s",6063.3642 "1 - 30s",16825.8508 -"30s - 30min",77716.7100 +"30s - 30min",77716.9706 "30 - 60min",931.0625 "1 - 5hr",11729.0925 "5 - 10hr",6341.2131 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_wallduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_wallduration_hours/aggregate-Year-reference.csv index 51178042c4..7d720dfb5c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_wallduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_wallduration_hours/aggregate-Year-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Wall Hours: Total" "0 - 1s",6063.3642 "1 - 30s",16825.8508 -"30s - 30min",77716.7100 +"30s - 30min",77716.9706 "30 - 60min",931.0625 "1 - 5hr",11729.0925 "5 - 10hr",6341.2131 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_wallduration_hours/timeseries-Day-reference.csv index 5cf19e266f..0c8da67ff9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_wallduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[0 - 1s] Wall Hours: Total","[1 - 30s] Wall Hours: Total","[30s - 30min] Wa 2016-12-27,24.7503,177.7439,24.8494,0,0,48.0000,0,258.8397 2016-12-28,270.1775,578.0833,2868.4692,8.2586,88.8158,58.5289,14.9433,686.8669 2016-12-29,528.8964,2997.0669,14669.8917,37.7336,662.1653,196.6147,62.7536,1349.3872 -2016-12-30,2364.9644,5658.3153,27223.8239,502.9589,3779.5211,586.8636,221.1017,2524.9650 +2016-12-30,2364.9644,5658.3153,27224.0844,502.9589,3779.5211,586.8636,221.1017,2524.9650 2016-12-31,2384.1906,5053.2900,21568.7039,345.3361,5742.4006,4590.8931,121.3106,2516.4203 2017-01-01,490.3850,2235.0842,11334.8122,36.7753,1456.1897,666.7675,175.3747,383.2022 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_wallduration_hours/timeseries-Month-reference.csv index 2958cefd45..10bc6fb731 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_wallduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[0 - 1s] Wall Hours: Total","[1 - 30s] Wall Hours: Total","[30s - 30min] Wall Hours: Total","[30 - 60min] Wall Hours: Total","[1 - 5hr] Wall Hours: Total","[5 - 10hr] Wall Hours: Total","[10 - 18hr] Wall Hours: Total","[18+hr] Wall Hours: Total" -2016-12,5572.9792,14590.7667,66381.8978,894.2872,10272.9028,5674.4456,420.1092,7390.8272 +2016-12,5572.9792,14590.7667,66382.1583,894.2872,10272.9028,5674.4456,420.1092,7390.8272 2017-01,490.3850,2235.0842,11334.8122,36.7753,1456.1897,666.7675,175.3747,383.2022 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_wallduration_hours/timeseries-Quarter-reference.csv index 8215585894..c5ca83b8a8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_wallduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[0 - 1s] Wall Hours: Total","[1 - 30s] Wall Hours: Total","[30s - 30min] Wall Hours: Total","[30 - 60min] Wall Hours: Total","[1 - 5hr] Wall Hours: Total","[5 - 10hr] Wall Hours: Total","[10 - 18hr] Wall Hours: Total","[18+hr] Wall Hours: Total" -"2016 Q4",5572.9792,14590.7667,66381.8978,894.2872,10272.9028,5674.4456,420.1092,7390.8272 +"2016 Q4",5572.9792,14590.7667,66382.1583,894.2872,10272.9028,5674.4456,420.1092,7390.8272 "2017 Q1",490.3850,2235.0842,11334.8122,36.7753,1456.1897,666.7675,175.3747,383.2022 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_wallduration_hours/timeseries-Year-reference.csv index 938ae74900..80df92b749 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/total_wallduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[0 - 1s] Wall Hours: Total","[1 - 30s] Wall Hours: Total","[30s - 30min] Wall Hours: Total","[30 - 60min] Wall Hours: Total","[1 - 5hr] Wall Hours: Total","[5 - 10hr] Wall Hours: Total","[10 - 18hr] Wall Hours: Total","[18+hr] Wall Hours: Total" -2016,5572.9792,14590.7667,66381.8978,894.2872,10272.9028,5674.4456,420.1092,7390.8272 +2016,5572.9792,14590.7667,66382.1583,894.2872,10272.9028,5674.4456,420.1092,7390.8272 2017,490.3850,2235.0842,11334.8122,36.7753,1456.1897,666.7675,175.3747,383.2022 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/utilization/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/utilization/aggregate-Day-reference.csv index 82c7b7af00..86d8edf635 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/utilization/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/utilization/aggregate-Day-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Screwdriver CPU Utilization (%)" "0 - 1s",2.5915 "1 - 30s",4.4406 -"30s - 30min",2.9743 +"30s - 30min",2.9749 "30 - 60min",0.1816 "1 - 5hr",2.9830 "5 - 10hr",0.8912 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/utilization/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/utilization/aggregate-Month-reference.csv index 54da11e73c..910d96db91 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/utilization/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/utilization/aggregate-Month-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Screwdriver CPU Utilization (%)" "0 - 1s",0.5759 "1 - 30s",0.9868 -"30s - 30min",0.6610 +"30s - 30min",0.6611 "30 - 60min",0.0425 "1 - 5hr",0.6978 "5 - 10hr",0.2085 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/utilization/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/utilization/aggregate-Quarter-reference.csv index e30607f6f5..dc4b7ab0ca 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/utilization/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/utilization/aggregate-Quarter-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wait Time","Screwdriver CPU Utilization (%)" "0 - 1s",0.2375 "1 - 30s",0.4069 -"30s - 30min",0.2725 +"30s - 30min",0.2726 "30 - 60min",0.0178 "1 - 5hr",0.2932 "5 - 10hr",0.0876 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/utilization/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/utilization/timeseries-Day-reference.csv index fb41a42c47..17605faf08 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/utilization/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/utilization/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[0 - 1s] Screwdriver CPU Utilization (%)","[1 - 30s] Screwdriver CPU Utiliz 2016-12-27,0.2208,0.5906,0.3071,0,0,0.3250,0,5.9768 2016-12-28,4.2714,5.3832,1.8195,0.0688,0.9005,0.2283,0.1868,17.6257 2016-12-29,4.4008,8.1531,10.4644,0.4600,5.1147,0.8824,1.1283,36.9959 -2016-12-30,7.9654,14.1328,11.2906,1.0348,10.7719,1.7275,2.5520,36.3616 +2016-12-30,7.9654,14.1328,11.2979,1.0348,10.7719,1.7275,2.5520,36.3616 2016-12-31,6.6853,10.1012,9.0362,1.0464,13.4298,4.0089,0.9035,20.1006 2017-01-01,1.2408,2.1657,5.3180,0.1227,6.2667,2.5929,0.8120,1.6259 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/utilization/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/utilization/timeseries-Month-reference.csv index 0cb55b2f20..9fdf2a7587 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/utilization/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/utilization/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[0 - 1s] Screwdriver CPU Utilization (%)","[1 - 30s] Screwdriver CPU Utilization (%)","[30s - 30min] Screwdriver CPU Utilization (%)","[30 - 60min] Screwdriver CPU Utilization (%)","[1 - 5hr] Screwdriver CPU Utilization (%)","[5 - 10hr] Screwdriver CPU Utilization (%)","[10 - 18hr] Screwdriver CPU Utilization (%)","[18+hr] Screwdriver CPU Utilization (%)" -2016-12,2.1732,3.7200,2.2220,0.1441,2.1388,0.5930,0.2502,7.5961 +2016-12,2.1732,3.7200,2.2226,0.1441,2.1388,0.5930,0.2502,7.5961 2017-01,0.0400,0.0699,0.1715,0.0040,0.2022,0.0836,0.0262,0.0524 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/utilization/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/utilization/timeseries-Quarter-reference.csv index cc453e1b04..f633f7b792 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/utilization/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/utilization/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[0 - 1s] Screwdriver CPU Utilization (%)","[1 - 30s] Screwdriver CPU Utilization (%)","[30s - 30min] Screwdriver CPU Utilization (%)","[30 - 60min] Screwdriver CPU Utilization (%)","[1 - 5hr] Screwdriver CPU Utilization (%)","[5 - 10hr] Screwdriver CPU Utilization (%)","[10 - 18hr] Screwdriver CPU Utilization (%)","[18+hr] Screwdriver CPU Utilization (%)" -"2016 Q4",2.1732,3.7200,2.2220,0.1441,2.1388,0.5930,0.2502,7.5961 +"2016 Q4",2.1732,3.7200,2.2226,0.1441,2.1388,0.5930,0.2502,7.5961 "2017 Q1",0.0138,0.0241,0.0591,0.0014,0.0696,0.0288,0.0090,0.0181 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/utilization/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/utilization/timeseries-Year-reference.csv index 150e4f4405..2c76798093 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/utilization/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwaittime/utilization/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[0 - 1s] Screwdriver CPU Utilization (%)","[1 - 30s] Screwdriver CPU Utilization (%)","[30s - 30min] Screwdriver CPU Utilization (%)","[30 - 60min] Screwdriver CPU Utilization (%)","[1 - 5hr] Screwdriver CPU Utilization (%)","[5 - 10hr] Screwdriver CPU Utilization (%)","[10 - 18hr] Screwdriver CPU Utilization (%)","[18+hr] Screwdriver CPU Utilization (%)" -2016,2.1732,3.7200,2.2220,0.1441,2.1388,0.5930,0.2502,7.5961 +2016,2.1732,3.7200,2.2226,0.1441,2.1388,0.5930,0.2502,7.5961 2017,0.0034,0.0059,0.0146,0.0003,0.0172,0.0071,0.0022,0.0045 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/active_person_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/active_person_count/aggregate-Day-reference.csv index 3c91c58c3c..290bd87aa5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/active_person_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/active_person_count/aggregate-Day-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Number of Users: Active" "0 - 1s",1 "1 - 30s",20 -"30s - 30min",32 +"30s - 30min",33 "30 - 60min",20 "1 - 5hr",25 "5 - 10hr",21 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/active_person_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/active_person_count/aggregate-Month-reference.csv index 3c91c58c3c..290bd87aa5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/active_person_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/active_person_count/aggregate-Month-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Number of Users: Active" "0 - 1s",1 "1 - 30s",20 -"30s - 30min",32 +"30s - 30min",33 "30 - 60min",20 "1 - 5hr",25 "5 - 10hr",21 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/active_person_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/active_person_count/aggregate-Quarter-reference.csv index 3c91c58c3c..290bd87aa5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/active_person_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/active_person_count/aggregate-Quarter-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Number of Users: Active" "0 - 1s",1 "1 - 30s",20 -"30s - 30min",32 +"30s - 30min",33 "30 - 60min",20 "1 - 5hr",25 "5 - 10hr",21 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/active_person_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/active_person_count/aggregate-Year-reference.csv index 3c91c58c3c..290bd87aa5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/active_person_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/active_person_count/aggregate-Year-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Number of Users: Active" "0 - 1s",1 "1 - 30s",20 -"30s - 30min",32 +"30s - 30min",33 "30 - 60min",20 "1 - 5hr",25 "5 - 10hr",21 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/active_person_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/active_person_count/timeseries-Day-reference.csv index 6b13b2da24..388235acd5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/active_person_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/active_person_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[0 - 1s] Number of Users: Active","[1 - 30s] Number of Users: Active","[30s 2016-12-27,0,0,0,0,0,0,0,16 2016-12-28,0,0,0,0,0,0,0,25 2016-12-29,0,1,4,4,5,6,11,40 -2016-12-30,0,13,25,14,19,15,19,43 +2016-12-30,0,13,26,14,19,15,19,43 2016-12-31,0,12,15,13,17,12,14,35 2017-01-01,1,9,15,16,12,6,11,22 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/active_person_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/active_person_count/timeseries-Month-reference.csv index 1c9d0261ac..b6e14d377e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/active_person_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/active_person_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[0 - 1s] Number of Users: Active","[1 - 30s] Number of Users: Active","[30s - 30min] Number of Users: Active","[30 - 60min] Number of Users: Active","[1 - 5hr] Number of Users: Active","[5 - 10hr] Number of Users: Active","[10 - 18hr] Number of Users: Active","[18+hr] Number of Users: Active" -2016-12,0,18,28,16,24,18,23,45 +2016-12,0,18,29,16,24,18,23,45 2017-01,1,9,15,16,12,6,11,22 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/active_person_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/active_person_count/timeseries-Quarter-reference.csv index 9889657fcd..553ecd8761 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/active_person_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/active_person_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[0 - 1s] Number of Users: Active","[1 - 30s] Number of Users: Active","[30s - 30min] Number of Users: Active","[30 - 60min] Number of Users: Active","[1 - 5hr] Number of Users: Active","[5 - 10hr] Number of Users: Active","[10 - 18hr] Number of Users: Active","[18+hr] Number of Users: Active" -"2016 Q4",0,18,28,16,24,18,23,45 +"2016 Q4",0,18,29,16,24,18,23,45 "2017 Q1",1,9,15,16,12,6,11,22 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/active_person_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/active_person_count/timeseries-Year-reference.csv index f3e7b3444e..5c9a21f4fd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/active_person_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/active_person_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[0 - 1s] Number of Users: Active","[1 - 30s] Number of Users: Active","[30s - 30min] Number of Users: Active","[30 - 60min] Number of Users: Active","[1 - 5hr] Number of Users: Active","[5 - 10hr] Number of Users: Active","[10 - 18hr] Number of Users: Active","[18+hr] Number of Users: Active" -2016,0,18,28,16,24,18,23,45 +2016,0,18,29,16,24,18,23,45 2017,1,9,15,16,12,6,11,22 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_cpu_hours/aggregate-Day-reference.csv index 1b78156c88..faad2f1011 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_cpu_hours/aggregate-Day-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","CPU Hours: Per Job","Std Dev: CPU Hours: Per Job" "0 - 1s",0.00000000,0 "1 - 30s",0.03442930,0.00016722448604316987 -"30s - 30min",1.54650917,0.01227538007694648 +"30s - 30min",1.54729529,0.012300162859347152 "30 - 60min",6.91086052,0.01743281443698246 "1 - 5hr",15.35199200,0.14055187769510497 "5 - 10hr",15.64643256,1.3567541768245959 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_cpu_hours/aggregate-Month-reference.csv index 09909929a8..5c19dd7012 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_cpu_hours/aggregate-Month-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","CPU Hours: Per Job","Std Dev: CPU Hours: Per Job" "0 - 1s",0.00000000,0 "1 - 30s",0.03442930,0.00016724131861215643 -"30s - 30min",1.54650917,0.012294163371689416 +"30s - 30min",1.54729529,0.012318907259130474 "30 - 60min",6.91086052,0.018580158606972392 "1 - 5hr",15.35199200,0.14828397955629916 "5 - 10hr",15.64643256,1.6155090784877295 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_cpu_hours/aggregate-Quarter-reference.csv index 09909929a8..5c19dd7012 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_cpu_hours/aggregate-Quarter-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","CPU Hours: Per Job","Std Dev: CPU Hours: Per Job" "0 - 1s",0.00000000,0 "1 - 30s",0.03442930,0.00016724131861215643 -"30s - 30min",1.54650917,0.012294163371689416 +"30s - 30min",1.54729529,0.012318907259130474 "30 - 60min",6.91086052,0.018580158606972392 "1 - 5hr",15.35199200,0.14828397955629916 "5 - 10hr",15.64643256,1.6155090784877295 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_cpu_hours/aggregate-Year-reference.csv index 09909929a8..5c19dd7012 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_cpu_hours/aggregate-Year-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","CPU Hours: Per Job","Std Dev: CPU Hours: Per Job" "0 - 1s",0.00000000,0 "1 - 30s",0.03442930,0.00016724131861215643 -"30s - 30min",1.54650917,0.012294163371689416 +"30s - 30min",1.54729529,0.012318907259130474 "30 - 60min",6.91086052,0.018580158606972392 "1 - 5hr",15.35199200,0.14828397955629916 "5 - 10hr",15.64643256,1.6155090784877295 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_cpu_hours/timeseries-Day-reference.csv index 228358b405..a417ed48d2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_cpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[0 - 1s] CPU Hours: Per Job","[1 - 30s] CPU Hours: Per Job","[30s - 30min] 2016-12-27,0,0,0,0,0,0,0,370.31296958 2016-12-28,0,0,0,0,0,0,0,182.19713395 2016-12-29,0,0.02666667,2.04706667,3.63511860,7.12643246,213.36079861,31.47967125,123.85804092 -2016-12-30,0,0.04720222,1.02464827,6.60106644,13.24311345,8.02312193,94.50595975,91.31999102 +2016-12-30,0,0.04720222,1.02638387,6.60106644,13.24311345,8.02312193,94.50595975,91.31999102 2016-12-31,0,0.04772036,2.05496092,6.77198865,12.42697538,7.75664920,153.82075315,56.92325035 2017-01-01,0.00000000,0.02343898,1.44758820,6.64116915,19.32226478,46.44864583,87.24596810,28.22646522 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_cpu_hours/timeseries-Month-reference.csv index 21ff78ef40..8a0afbfab4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_cpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[0 - 1s] CPU Hours: Per Job","[1 - 30s] CPU Hours: Per Job","[30s - 30min] CPU Hours: Per Job","[30 - 60min] CPU Hours: Per Job","[1 - 5hr] CPU Hours: Per Job","[5 - 10hr] CPU Hours: Per Job","[10 - 18hr] CPU Hours: Per Job","[18+hr] CPU Hours: Per Job" -2016-12,0,0.04744826,1.54736848,6.82270633,13.56120300,13.80149317,148.41040217,210.80056448 +2016-12,0,0.04744826,1.54821682,6.82270633,13.56120300,13.80149317,148.41040217,210.80056448 2017-01,0.00000000,0.02343898,1.44758820,6.64116915,19.32226478,46.44864583,87.24596810,28.22646522 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_cpu_hours/timeseries-Quarter-reference.csv index 719bb26957..9ab670146a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_cpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[0 - 1s] CPU Hours: Per Job","[1 - 30s] CPU Hours: Per Job","[30s - 30min] CPU Hours: Per Job","[30 - 60min] CPU Hours: Per Job","[1 - 5hr] CPU Hours: Per Job","[5 - 10hr] CPU Hours: Per Job","[10 - 18hr] CPU Hours: Per Job","[18+hr] CPU Hours: Per Job" -"2016 Q4",0,0.04744826,1.54736848,6.82270633,13.56120300,13.80149317,148.41040217,210.80056448 +"2016 Q4",0,0.04744826,1.54821682,6.82270633,13.56120300,13.80149317,148.41040217,210.80056448 "2017 Q1",0.00000000,0.02343898,1.44758820,6.64116915,19.32226478,46.44864583,87.24596810,28.22646522 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_cpu_hours/timeseries-Year-reference.csv index cb34f7f399..a5882c0dfd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_cpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[0 - 1s] CPU Hours: Per Job","[1 - 30s] CPU Hours: Per Job","[30s - 30min] CPU Hours: Per Job","[30 - 60min] CPU Hours: Per Job","[1 - 5hr] CPU Hours: Per Job","[5 - 10hr] CPU Hours: Per Job","[10 - 18hr] CPU Hours: Per Job","[18+hr] CPU Hours: Per Job" -2016,0,0.04744826,1.54736848,6.82270633,13.56120300,13.80149317,148.41040217,210.80056448 +2016,0,0.04744826,1.54821682,6.82270633,13.56120300,13.80149317,148.41040217,210.80056448 2017,0.00000000,0.02343898,1.44758820,6.64116915,19.32226478,46.44864583,87.24596810,28.22646522 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv index 3bfdcbd953..1adbd9e3af 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Job Size: Weighted By CPU Hours (Core Count)" "0 - 1s",0.0000 "1 - 30s",8.3761 -"30s - 30min",12.6150 +"30s - 30min",12.6663 "30 - 60min",11.9980 "1 - 5hr",10.6108 "5 - 10hr",29.1064 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv index 3bfdcbd953..1adbd9e3af 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Job Size: Weighted By CPU Hours (Core Count)" "0 - 1s",0.0000 "1 - 30s",8.3761 -"30s - 30min",12.6150 +"30s - 30min",12.6663 "30 - 60min",11.9980 "1 - 5hr",10.6108 "5 - 10hr",29.1064 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv index 3bfdcbd953..1adbd9e3af 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Job Size: Weighted By CPU Hours (Core Count)" "0 - 1s",0.0000 "1 - 30s",8.3761 -"30s - 30min",12.6150 +"30s - 30min",12.6663 "30 - 60min",11.9980 "1 - 5hr",10.6108 "5 - 10hr",29.1064 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv index 3bfdcbd953..1adbd9e3af 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Job Size: Weighted By CPU Hours (Core Count)" "0 - 1s",0.0000 "1 - 30s",8.3761 -"30s - 30min",12.6150 +"30s - 30min",12.6663 "30 - 60min",11.9980 "1 - 5hr",10.6108 "5 - 10hr",29.1064 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv index 7c3ba6d1bd..bca4f59a85 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[0 - 1s] Job Size: Weighted By CPU Hours (Core Count)","[1 - 30s] Job Size: 2016-12-27,0,0,0,0,0,0,0,67.8600 2016-12-28,0,0,0,0,0,0,0,107.6133 2016-12-29,0,8.0000,11.0602,11.2686,9.6295,129.5264,57.8719,88.4859 -2016-12-30,0,8.0214,12.6177,11.7066,9.6705,27.1506,69.4558,93.7569 +2016-12-30,0,8.0214,12.7851,11.7066,9.6705,27.1506,69.4558,93.7569 2016-12-31,0,8.0659,11.9325,11.8839,10.2742,6.5618,80.0038,70.4326 2017-01-01,0.0000,8.9479,18.4458,14.5119,12.3688,42.2723,63.5453,16.5054 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv index 8f32074e39..732d307cb8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[0 - 1s] Job Size: Weighted By CPU Hours (Core Count)","[1 - 30s] Job Size: Weighted By CPU Hours (Core Count)","[30s - 30min] Job Size: Weighted By CPU Hours (Core Count)","[30 - 60min] Job Size: Weighted By CPU Hours (Core Count)","[1 - 5hr] Job Size: Weighted By CPU Hours (Core Count)","[5 - 10hr] Job Size: Weighted By CPU Hours (Core Count)","[10 - 18hr] Job Size: Weighted By CPU Hours (Core Count)","[18+hr] Job Size: Weighted By CPU Hours (Core Count)" -2016-12,0,8.0415,12.1568,11.8077,9.9461,26.5253,72.9020,88.4699 +2016-12,0,8.0415,12.2124,11.8077,9.9461,26.5253,72.9020,88.4699 2017-01,0.0000,8.9479,18.4458,14.5119,12.3688,42.2723,63.5453,16.5054 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv index be7b69084c..f35c95195a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[0 - 1s] Job Size: Weighted By CPU Hours (Core Count)","[1 - 30s] Job Size: Weighted By CPU Hours (Core Count)","[30s - 30min] Job Size: Weighted By CPU Hours (Core Count)","[30 - 60min] Job Size: Weighted By CPU Hours (Core Count)","[1 - 5hr] Job Size: Weighted By CPU Hours (Core Count)","[5 - 10hr] Job Size: Weighted By CPU Hours (Core Count)","[10 - 18hr] Job Size: Weighted By CPU Hours (Core Count)","[18+hr] Job Size: Weighted By CPU Hours (Core Count)" -"2016 Q4",0,8.0415,12.1568,11.8077,9.9461,26.5253,72.9020,88.4699 +"2016 Q4",0,8.0415,12.2124,11.8077,9.9461,26.5253,72.9020,88.4699 "2017 Q1",0.0000,8.9479,18.4458,14.5119,12.3688,42.2723,63.5453,16.5054 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv index ee273d31e7..6b89cf0e31 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[0 - 1s] Job Size: Weighted By CPU Hours (Core Count)","[1 - 30s] Job Size: Weighted By CPU Hours (Core Count)","[30s - 30min] Job Size: Weighted By CPU Hours (Core Count)","[30 - 60min] Job Size: Weighted By CPU Hours (Core Count)","[1 - 5hr] Job Size: Weighted By CPU Hours (Core Count)","[5 - 10hr] Job Size: Weighted By CPU Hours (Core Count)","[10 - 18hr] Job Size: Weighted By CPU Hours (Core Count)","[18+hr] Job Size: Weighted By CPU Hours (Core Count)" -2016,0,8.0415,12.1568,11.8077,9.9461,26.5253,72.9020,88.4699 +2016,0,8.0415,12.2124,11.8077,9.9461,26.5253,72.9020,88.4699 2017,0.0000,8.9479,18.4458,14.5119,12.3688,42.2723,63.5453,16.5054 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_node_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_node_hours/aggregate-Day-reference.csv index c11ba137c0..9f3b6ecd48 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_node_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_node_hours/aggregate-Day-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Node Hours: Per Job","Std Dev: Node Hours: Per Job" "0 - 1s",0.00000000,0 "1 - 30s",0.00426141,0.000020773995634172495 -"30s - 30min",0.14354484,0.00105605497065804 +"30s - 30min",0.14360992,0.0010580269016791837 "30 - 60min",0.61823751,0.0016193288534702775 "1 - 5hr",1.81597059,0.011819467803331178 "5 - 10hr",8.39439843,0.057984949790861606 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_node_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_node_hours/aggregate-Month-reference.csv index cc106ed217..586a096a43 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_node_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_node_hours/aggregate-Month-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Node Hours: Per Job","Std Dev: Node Hours: Per Job" "0 - 1s",0.00000000,0 "1 - 30s",0.00426141,0.000020776112776185586 -"30s - 30min",0.14354484,0.001057864201687461 +"30s - 30min",0.14360992,0.0010598326597763836 "30 - 60min",0.61823751,0.0017207621865128577 "1 - 5hr",1.81597059,0.012498055360163518 "5 - 10hr",8.39439843,0.15359682084405404 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_node_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_node_hours/aggregate-Quarter-reference.csv index cc106ed217..586a096a43 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_node_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_node_hours/aggregate-Quarter-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Node Hours: Per Job","Std Dev: Node Hours: Per Job" "0 - 1s",0.00000000,0 "1 - 30s",0.00426141,0.000020776112776185586 -"30s - 30min",0.14354484,0.001057864201687461 +"30s - 30min",0.14360992,0.0010598326597763836 "30 - 60min",0.61823751,0.0017207621865128577 "1 - 5hr",1.81597059,0.012498055360163518 "5 - 10hr",8.39439843,0.15359682084405404 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_node_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_node_hours/aggregate-Year-reference.csv index cc106ed217..586a096a43 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_node_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_node_hours/aggregate-Year-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Node Hours: Per Job","Std Dev: Node Hours: Per Job" "0 - 1s",0.00000000,0 "1 - 30s",0.00426141,0.000020776112776185586 -"30s - 30min",0.14354484,0.001057864201687461 +"30s - 30min",0.14360992,0.0010598326597763836 "30 - 60min",0.61823751,0.0017207621865128577 "1 - 5hr",1.81597059,0.012498055360163518 "5 - 10hr",8.39439843,0.15359682084405404 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_node_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_node_hours/timeseries-Day-reference.csv index 17e118fc0c..4f0c87c56a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_node_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_node_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[0 - 1s] Node Hours: Per Job","[1 - 30s] Node Hours: Per Job","[30s - 30min 2016-12-27,0,0,0,0,0,0,0,28.72362434 2016-12-28,0,0,0,0,0,0,0,19.14359259 2016-12-29,0,0.00333333,0.20393889,0.33386704,0.80695171,23.85128472,7.16686290,20.61182635 -2016-12-30,0,0.00615899,0.10752299,0.60261784,1.59544717,4.56279920,12.04322688,19.66855233 +2016-12-30,0,0.00615899,0.10766621,0.60261784,1.59544717,4.56279920,12.04322688,19.66855233 2016-12-31,0,0.00600808,0.17849747,0.58784425,1.64400914,5.68685042,18.13074456,16.22165263 2017-01-01,0.00000000,0.00271538,0.13371809,0.66281219,1.90413861,7.55385802,15.76140539,13.61827496 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_node_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_node_hours/timeseries-Month-reference.csv index f2b0bb5ecb..333452b5f5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_node_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_node_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[0 - 1s] Node Hours: Per Job","[1 - 30s] Node Hours: Per Job","[30s - 30min] Node Hours: Per Job","[30 - 60min] Node Hours: Per Job","[1 - 5hr] Node Hours: Per Job","[5 - 10hr] Node Hours: Per Job","[10 - 18hr] Node Hours: Per Job","[18+hr] Node Hours: Per Job" -2016-12,0,0.00609280,0.14367879,0.60500652,1.70536588,8.41619561,19.78734420,40.57277608 +2016-12,0,0.00609280,0.14374901,0.60500652,1.70536588,8.41619561,19.78734420,40.57277608 2017-01,0.00000000,0.00271538,0.13371809,0.66281219,1.90413861,7.55385802,15.76140539,13.61827496 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_node_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_node_hours/timeseries-Quarter-reference.csv index 5b6af9ee4c..e67269f87c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_node_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_node_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[0 - 1s] Node Hours: Per Job","[1 - 30s] Node Hours: Per Job","[30s - 30min] Node Hours: Per Job","[30 - 60min] Node Hours: Per Job","[1 - 5hr] Node Hours: Per Job","[5 - 10hr] Node Hours: Per Job","[10 - 18hr] Node Hours: Per Job","[18+hr] Node Hours: Per Job" -"2016 Q4",0,0.00609280,0.14367879,0.60500652,1.70536588,8.41619561,19.78734420,40.57277608 +"2016 Q4",0,0.00609280,0.14374901,0.60500652,1.70536588,8.41619561,19.78734420,40.57277608 "2017 Q1",0.00000000,0.00271538,0.13371809,0.66281219,1.90413861,7.55385802,15.76140539,13.61827496 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_node_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_node_hours/timeseries-Year-reference.csv index 99ae63ef5b..52e287f682 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_node_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_node_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[0 - 1s] Node Hours: Per Job","[1 - 30s] Node Hours: Per Job","[30s - 30min] Node Hours: Per Job","[30 - 60min] Node Hours: Per Job","[1 - 5hr] Node Hours: Per Job","[5 - 10hr] Node Hours: Per Job","[10 - 18hr] Node Hours: Per Job","[18+hr] Node Hours: Per Job" -2016,0,0.00609280,0.14367879,0.60500652,1.70536588,8.41619561,19.78734420,40.57277608 +2016,0,0.00609280,0.14374901,0.60500652,1.70536588,8.41619561,19.78734420,40.57277608 2017,0.00000000,0.00271538,0.13371809,0.66281219,1.90413861,7.55385802,15.76140539,13.61827496 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_processors/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_processors/aggregate-Day-reference.csv index a4d68d65b0..dcf382275a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_processors/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_processors/aggregate-Day-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Job Size: Per Job (Core Count)","Std Dev: Job Size: Per Job (Core Count)" "0 - 1s",10.1859,0.04616067300325258 "1 - 30s",8.3404,0.01350448178099736 -"30s - 30min",8.7342,0.028705627224351306 +"30s - 30min",8.7371,0.028854365710980816 "30 - 60min",11.4321,0.0282116667395198 "1 - 5hr",8.5747,0.0471213615584051 "5 - 10hr",2.0261,0.2037037229932941 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_processors/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_processors/aggregate-Month-reference.csv index a4d68d65b0..dcf382275a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_processors/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_processors/aggregate-Month-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Job Size: Per Job (Core Count)","Std Dev: Job Size: Per Job (Core Count)" "0 - 1s",10.1859,0.04616067300325258 "1 - 30s",8.3404,0.01350448178099736 -"30s - 30min",8.7342,0.028705627224351306 +"30s - 30min",8.7371,0.028854365710980816 "30 - 60min",11.4321,0.0282116667395198 "1 - 5hr",8.5747,0.0471213615584051 "5 - 10hr",2.0261,0.2037037229932941 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_processors/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_processors/aggregate-Quarter-reference.csv index a4d68d65b0..dcf382275a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_processors/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_processors/aggregate-Quarter-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Job Size: Per Job (Core Count)","Std Dev: Job Size: Per Job (Core Count)" "0 - 1s",10.1859,0.04616067300325258 "1 - 30s",8.3404,0.01350448178099736 -"30s - 30min",8.7342,0.028705627224351306 +"30s - 30min",8.7371,0.028854365710980816 "30 - 60min",11.4321,0.0282116667395198 "1 - 5hr",8.5747,0.0471213615584051 "5 - 10hr",2.0261,0.2037037229932941 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_processors/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_processors/aggregate-Year-reference.csv index a4d68d65b0..dcf382275a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_processors/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_processors/aggregate-Year-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Job Size: Per Job (Core Count)","Std Dev: Job Size: Per Job (Core Count)" "0 - 1s",10.1859,0.04616067300325258 "1 - 30s",8.3404,0.01350448178099736 -"30s - 30min",8.7342,0.028705627224351306 +"30s - 30min",8.7371,0.028854365710980816 "30 - 60min",11.4321,0.0282116667395198 "1 - 5hr",8.5747,0.0471213615584051 "5 - 10hr",2.0261,0.2037037229932941 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_processors/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_processors/timeseries-Day-reference.csv index 246324220e..b79801c959 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_processors/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_processors/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[0 - 1s] Job Size: Per Job (Core Count)","[1 - 30s] Job Size: Per Job (Core 2016-12-27,0,0,0,0,0,0,0,29.0238 2016-12-28,0,0,0,0,0,0,0,11.5644 2016-12-29,0,8.0000,9.4400,11.0562,8.5556,39.5000,5.0275,6.2438 -2016-12-30,0,7.6652,8.0058,11.1603,8.2130,1.8205,10.8263,5.0444 +2016-12-30,0,7.6652,8.0122,11.1603,8.2130,1.8205,10.8263,5.0444 2016-12-31,0,7.9714,9.1588,11.6703,8.0921,1.3084,17.1753,4.2521 2017-01-01,10.1859,8.7941,10.7174,11.1463,10.3114,7.3472,9.7327,2.9580 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_processors/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_processors/timeseries-Month-reference.csv index 249bec9231..b4a6c8d6c8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_processors/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_processors/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[0 - 1s] Job Size: Per Job (Core Count)","[1 - 30s] Job Size: Per Job (Core Count)","[30s - 30min] Job Size: Per Job (Core Count)","[30 - 60min] Job Size: Per Job (Core Count)","[1 - 5hr] Job Size: Per Job (Core Count)","[5 - 10hr] Job Size: Per Job (Core Count)","[10 - 18hr] Job Size: Per Job (Core Count)","[18+hr] Job Size: Per Job (Core Count)" -2016-12,0,7.8028,8.5822,11.4601,8.1025,1.7354,11.4304,4.2750 +2016-12,0,7.8028,8.5854,11.4601,8.1025,1.7354,11.4304,4.2750 2017-01,10.1859,8.7941,10.7174,11.1463,10.3114,7.3472,9.7327,2.9580 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_processors/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_processors/timeseries-Quarter-reference.csv index 59a1679069..6312e26174 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_processors/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_processors/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[0 - 1s] Job Size: Per Job (Core Count)","[1 - 30s] Job Size: Per Job (Core Count)","[30s - 30min] Job Size: Per Job (Core Count)","[30 - 60min] Job Size: Per Job (Core Count)","[1 - 5hr] Job Size: Per Job (Core Count)","[5 - 10hr] Job Size: Per Job (Core Count)","[10 - 18hr] Job Size: Per Job (Core Count)","[18+hr] Job Size: Per Job (Core Count)" -"2016 Q4",0,7.8028,8.5822,11.4601,8.1025,1.7354,11.4304,4.2750 +"2016 Q4",0,7.8028,8.5854,11.4601,8.1025,1.7354,11.4304,4.2750 "2017 Q1",10.1859,8.7941,10.7174,11.1463,10.3114,7.3472,9.7327,2.9580 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_processors/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_processors/timeseries-Year-reference.csv index 3bdd6ae794..efc4fe0c73 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_processors/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_processors/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[0 - 1s] Job Size: Per Job (Core Count)","[1 - 30s] Job Size: Per Job (Core Count)","[30s - 30min] Job Size: Per Job (Core Count)","[30 - 60min] Job Size: Per Job (Core Count)","[1 - 5hr] Job Size: Per Job (Core Count)","[5 - 10hr] Job Size: Per Job (Core Count)","[10 - 18hr] Job Size: Per Job (Core Count)","[18+hr] Job Size: Per Job (Core Count)" -2016,0,7.8028,8.5822,11.4601,8.1025,1.7354,11.4304,4.2750 +2016,0,7.8028,8.5854,11.4601,8.1025,1.7354,11.4304,4.2750 2017,10.1859,8.7941,10.7174,11.1463,10.3114,7.3472,9.7327,2.9580 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_waitduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_waitduration_hours/aggregate-Day-reference.csv index 4d31b4dfa9..3bbd5829f1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_waitduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_waitduration_hours/aggregate-Day-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Wait Hours: Per Job","Std Dev: Wait Hours: Per Job" "0 - 1s",1.75797943,0.07225916089808289 "1 - 30s",1.34280665,0.027298224161272592 -"30s - 30min",4.78160354,0.15859935254032856 +"30s - 30min",4.78146508,0.1585947247097037 "30 - 60min",4.82357202,0.30866999281232865 "1 - 5hr",10.58790336,0.22380828584819532 "5 - 10hr",5.12942144,0.19143484631584606 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_waitduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_waitduration_hours/aggregate-Month-reference.csv index 4d31b4dfa9..3bbd5829f1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_waitduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_waitduration_hours/aggregate-Month-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Wait Hours: Per Job","Std Dev: Wait Hours: Per Job" "0 - 1s",1.75797943,0.07225916089808289 "1 - 30s",1.34280665,0.027298224161272592 -"30s - 30min",4.78160354,0.15859935254032856 +"30s - 30min",4.78146508,0.1585947247097037 "30 - 60min",4.82357202,0.30866999281232865 "1 - 5hr",10.58790336,0.22380828584819532 "5 - 10hr",5.12942144,0.19143484631584606 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_waitduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_waitduration_hours/aggregate-Quarter-reference.csv index 4d31b4dfa9..3bbd5829f1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_waitduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_waitduration_hours/aggregate-Quarter-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Wait Hours: Per Job","Std Dev: Wait Hours: Per Job" "0 - 1s",1.75797943,0.07225916089808289 "1 - 30s",1.34280665,0.027298224161272592 -"30s - 30min",4.78160354,0.15859935254032856 +"30s - 30min",4.78146508,0.1585947247097037 "30 - 60min",4.82357202,0.30866999281232865 "1 - 5hr",10.58790336,0.22380828584819532 "5 - 10hr",5.12942144,0.19143484631584606 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_waitduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_waitduration_hours/aggregate-Year-reference.csv index 4d31b4dfa9..3bbd5829f1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_waitduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_waitduration_hours/aggregate-Year-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Wait Hours: Per Job","Std Dev: Wait Hours: Per Job" "0 - 1s",1.75797943,0.07225916089808289 "1 - 30s",1.34280665,0.027298224161272592 -"30s - 30min",4.78160354,0.15859935254032856 +"30s - 30min",4.78146508,0.1585947247097037 "30 - 60min",4.82357202,0.30866999281232865 "1 - 5hr",10.58790336,0.22380828584819532 "5 - 10hr",5.12942144,0.19143484631584606 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_waitduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_waitduration_hours/timeseries-Day-reference.csv index 927b713818..976f9479a1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_waitduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_waitduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[0 - 1s] Wait Hours: Per Job","[1 - 30s] Wait Hours: Per Job","[30s - 30min 2016-12-27,0,0,0,0,0,0,0,63.81457885 2016-12-28,0,0,0,0,0,0,0,8.81944104 2016-12-29,0,0.00027778,39.79101111,7.71368914,12.75797204,3.35656250,1.18908257,1.49871413 -2016-12-30,0,0.80820964,8.57240499,10.22453127,8.41848253,2.41778487,4.21659962,1.24884750 +2016-12-30,0,0.80820964,8.57186081,10.22453127,8.41848253,2.41778487,4.21659962,1.24884750 2016-12-31,0,2.76736224,1.30652462,0.98469655,15.29293925,10.62378277,3.52318783,2.79679134 2017-01-01,1.75797943,1.05086339,2.30832002,3.89290678,5.24135292,0.60594363,0.57089947,0.04055556 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_waitduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_waitduration_hours/timeseries-Month-reference.csv index d97aa0a1fd..63b6956a89 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_waitduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_waitduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[0 - 1s] Wait Hours: Per Job","[1 - 30s] Wait Hours: Per Job","[30s - 30min] Wait Hours: Per Job","[30 - 60min] Wait Hours: Per Job","[1 - 5hr] Wait Hours: Per Job","[5 - 10hr] Wait Hours: Per Job","[10 - 18hr] Wait Hours: Per Job","[18+hr] Wait Hours: Per Job" -2016-12,0,1.68863779,4.97744000,4.88127932,11.74988540,5.37828591,2.59188527,3.67599756 +2016-12,0,1.68863779,4.97728433,4.88127932,11.74988540,5.37828591,2.59188527,3.67599756 2017-01,1.75797943,1.05086339,2.30832002,3.89290678,5.24135292,0.60594363,0.57089947,0.04055556 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_waitduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_waitduration_hours/timeseries-Quarter-reference.csv index 7123dabbde..fd55ff06ca 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_waitduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_waitduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[0 - 1s] Wait Hours: Per Job","[1 - 30s] Wait Hours: Per Job","[30s - 30min] Wait Hours: Per Job","[30 - 60min] Wait Hours: Per Job","[1 - 5hr] Wait Hours: Per Job","[5 - 10hr] Wait Hours: Per Job","[10 - 18hr] Wait Hours: Per Job","[18+hr] Wait Hours: Per Job" -"2016 Q4",0,1.68863779,4.97744000,4.88127932,11.74988540,5.37828591,2.59188527,3.67599756 +"2016 Q4",0,1.68863779,4.97728433,4.88127932,11.74988540,5.37828591,2.59188527,3.67599756 "2017 Q1",1.75797943,1.05086339,2.30832002,3.89290678,5.24135292,0.60594363,0.57089947,0.04055556 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_waitduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_waitduration_hours/timeseries-Year-reference.csv index cd74854f09..076b64ff99 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_waitduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_waitduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[0 - 1s] Wait Hours: Per Job","[1 - 30s] Wait Hours: Per Job","[30s - 30min] Wait Hours: Per Job","[30 - 60min] Wait Hours: Per Job","[1 - 5hr] Wait Hours: Per Job","[5 - 10hr] Wait Hours: Per Job","[10 - 18hr] Wait Hours: Per Job","[18+hr] Wait Hours: Per Job" -2016,0,1.68863779,4.97744000,4.88127932,11.74988540,5.37828591,2.59188527,3.67599756 +2016,0,1.68863779,4.97728433,4.88127932,11.74988540,5.37828591,2.59188527,3.67599756 2017,1.75797943,1.05086339,2.30832002,3.89290678,5.24135292,0.60594363,0.57089947,0.04055556 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_wallduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_wallduration_hours/aggregate-Day-reference.csv index 8fc67a30a0..c8f3439595 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_wallduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_wallduration_hours/aggregate-Day-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Wall Hours: Per Job","Std Dev: Wall Hours: Per Job" "0 - 1s",0.00000000,0 "1 - 30s",0.00425772,0.000020680416493683043 -"30s - 30min",0.14098194,0.0010058497282342677 +"30s - 30min",0.14098548,0.0010058262053971637 "30 - 60min",0.61308951,0.000946207432541567 "1 - 5hr",1.78755398,0.008479014802875632 "5 - 10hr",8.07963701, diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_wallduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_wallduration_hours/aggregate-Month-reference.csv index c74daedbc1..945ad3726a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_wallduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_wallduration_hours/aggregate-Month-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Wall Hours: Per Job","Std Dev: Wall Hours: Per Job" "0 - 1s",0.00000000,0 "1 - 30s",0.00425772,0.000020682543214807062 -"30s - 30min",0.14098194,0.00100774909771691 +"30s - 30min",0.14098548,0.0010077255070283218 "30 - 60min",0.61308951,0.0011109028185435747 "1 - 5hr",1.78755398,0.009401875379897017 "5 - 10hr",8.07963701,0.03239580111285475 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_wallduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_wallduration_hours/aggregate-Quarter-reference.csv index c74daedbc1..945ad3726a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_wallduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_wallduration_hours/aggregate-Quarter-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Wall Hours: Per Job","Std Dev: Wall Hours: Per Job" "0 - 1s",0.00000000,0 "1 - 30s",0.00425772,0.000020682543214807062 -"30s - 30min",0.14098194,0.00100774909771691 +"30s - 30min",0.14098548,0.0010077255070283218 "30 - 60min",0.61308951,0.0011109028185435747 "1 - 5hr",1.78755398,0.009401875379897017 "5 - 10hr",8.07963701,0.03239580111285475 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_wallduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_wallduration_hours/aggregate-Year-reference.csv index c74daedbc1..945ad3726a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_wallduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_wallduration_hours/aggregate-Year-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Wall Hours: Per Job","Std Dev: Wall Hours: Per Job" "0 - 1s",0.00000000,0 "1 - 30s",0.00425772,0.000020682543214807062 -"30s - 30min",0.14098194,0.00100774909771691 +"30s - 30min",0.14098548,0.0010077255070283218 "30 - 60min",0.61308951,0.0011109028185435747 "1 - 5hr",1.78755398,0.009401875379897017 "5 - 10hr",8.07963701,0.03239580111285475 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_wallduration_hours/timeseries-Day-reference.csv index 0f37ba8607..7d99e11509 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_wallduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[0 - 1s] Wall Hours: Per Job","[1 - 30s] Wall Hours: Per Job","[30s - 30min 2016-12-27,0,0,0,0,0,0,0,12.71865079 2016-12-28,0,0,0,0,0,0,0,10.16476358 2016-12-29,0,0.00333333,0.20393889,0.33386704,0.80695171,5.48704861,5.79718400,14.79709452 -2016-12-30,0,0.00615381,0.10523706,0.59942082,1.58562870,4.40082842,7.70464571,15.36433039 +2016-12-30,0,0.00615381,0.10524700,0.59942082,1.58562870,4.40082842,7.70464571,15.36433039 2016-12-31,0,0.00600430,0.17799823,0.58708566,1.60662306,5.64624892,9.09936999,13.99883580 2017-01-01,0.00000000,0.00271243,0.11734249,0.61571808,1.86401094,6.32777778,11.52837184,13.14436213 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_wallduration_hours/timeseries-Month-reference.csv index afa8f8996d..7aea1a76fc 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_wallduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[0 - 1s] Wall Hours: Per Job","[1 - 30s] Wall Hours: Per Job","[30s - 30min] Wall Hours: Per Job","[30 - 60min] Wall Hours: Per Job","[1 - 5hr] Wall Hours: Per Job","[5 - 10hr] Wall Hours: Per Job","[10 - 18hr] Wall Hours: Per Job","[18+hr] Wall Hours: Per Job" -2016-12,0,0.00608825,0.14228847,0.60320315,1.68142152,8.15553937,12.17916425,31.00850478 +2016-12,0,0.00608825,0.14229224,0.60320315,1.68142152,8.15553937,12.17916425,31.00850478 2017-01,0.00000000,0.00271243,0.11734249,0.61571808,1.86401094,6.32777778,11.52837184,13.14436213 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_wallduration_hours/timeseries-Quarter-reference.csv index 558b6d1ee6..0cebae4fa1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_wallduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[0 - 1s] Wall Hours: Per Job","[1 - 30s] Wall Hours: Per Job","[30s - 30min] Wall Hours: Per Job","[30 - 60min] Wall Hours: Per Job","[1 - 5hr] Wall Hours: Per Job","[5 - 10hr] Wall Hours: Per Job","[10 - 18hr] Wall Hours: Per Job","[18+hr] Wall Hours: Per Job" -"2016 Q4",0,0.00608825,0.14228847,0.60320315,1.68142152,8.15553937,12.17916425,31.00850478 +"2016 Q4",0,0.00608825,0.14229224,0.60320315,1.68142152,8.15553937,12.17916425,31.00850478 "2017 Q1",0.00000000,0.00271243,0.11734249,0.61571808,1.86401094,6.32777778,11.52837184,13.14436213 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_wallduration_hours/timeseries-Year-reference.csv index 26cffb96e0..dc62b22aff 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/avg_wallduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[0 - 1s] Wall Hours: Per Job","[1 - 30s] Wall Hours: Per Job","[30s - 30min] Wall Hours: Per Job","[30 - 60min] Wall Hours: Per Job","[1 - 5hr] Wall Hours: Per Job","[5 - 10hr] Wall Hours: Per Job","[10 - 18hr] Wall Hours: Per Job","[18+hr] Wall Hours: Per Job" -2016,0,0.00608825,0.14228847,0.60320315,1.68142152,8.15553937,12.17916425,31.00850478 +2016,0,0.00608825,0.14229224,0.60320315,1.68142152,8.15553937,12.17916425,31.00850478 2017,0.00000000,0.00271243,0.11734249,0.61571808,1.86401094,6.32777778,11.52837184,13.14436213 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/expansion_factor/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/expansion_factor/aggregate-Day-reference.csv index fd68a699f4..76a1bd0202 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/expansion_factor/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/expansion_factor/aggregate-Day-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","User Expansion Factor" "0 - 1s",0.0000 "1 - 30s",316.3051 -"30s - 30min",35.7816 +"30s - 30min",35.7650 "30 - 60min",8.9675 "1 - 5hr",6.8435 "5 - 10hr",1.6699 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/expansion_factor/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/expansion_factor/aggregate-Month-reference.csv index fd68a699f4..76a1bd0202 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/expansion_factor/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/expansion_factor/aggregate-Month-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","User Expansion Factor" "0 - 1s",0.0000 "1 - 30s",316.3051 -"30s - 30min",35.7816 +"30s - 30min",35.7650 "30 - 60min",8.9675 "1 - 5hr",6.8435 "5 - 10hr",1.6699 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/expansion_factor/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/expansion_factor/aggregate-Quarter-reference.csv index fd68a699f4..76a1bd0202 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/expansion_factor/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/expansion_factor/aggregate-Quarter-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","User Expansion Factor" "0 - 1s",0.0000 "1 - 30s",316.3051 -"30s - 30min",35.7816 +"30s - 30min",35.7650 "30 - 60min",8.9675 "1 - 5hr",6.8435 "5 - 10hr",1.6699 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/expansion_factor/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/expansion_factor/aggregate-Year-reference.csv index fd68a699f4..76a1bd0202 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/expansion_factor/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/expansion_factor/aggregate-Year-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","User Expansion Factor" "0 - 1s",0.0000 "1 - 30s",316.3051 -"30s - 30min",35.7816 +"30s - 30min",35.7650 "30 - 60min",8.9675 "1 - 5hr",6.8435 "5 - 10hr",1.6699 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/expansion_factor/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/expansion_factor/timeseries-Day-reference.csv index 1682d47e56..c0df60c861 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/expansion_factor/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/expansion_factor/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[0 - 1s] User Expansion Factor","[1 - 30s] User Expansion Factor","[30s - 3 2016-12-27,0,0,0,0,0,0,0,2.0450 2016-12-28,0,0,0,0,0,0,0,1.5085 2016-12-29,0,1.0417,89.1026,13.7294,7.6485,2.9477,1.2752,1.2980 -2016-12-30,0,132.3045,82.8001,17.8304,6.1278,1.2128,1.2140,1.1807 +2016-12-30,0,132.3045,82.6866,17.8304,6.1278,1.2128,1.2140,1.1807 2016-12-31,0,461.4775,8.3564,2.5988,9.1531,1.9123,1.1838,1.1257 2017-01-01,0.0000,388.4193,29.1017,7.3779,4.2598,1.3120,1.0785,1.1068 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/expansion_factor/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/expansion_factor/timeseries-Month-reference.csv index a3310e7657..c7b4ff2600 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/expansion_factor/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/expansion_factor/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[0 - 1s] User Expansion Factor","[1 - 30s] User Expansion Factor","[30s - 30min] User Expansion Factor","[30 - 60min] User Expansion Factor","[1 - 5hr] User Expansion Factor","[5 - 10hr] User Expansion Factor","[10 - 18hr] User Expansion Factor","[18+hr] User Expansion Factor" -2016-12,0,278.2336,36.3038,9.1029,7.6090,1.6886,1.2129,1.2318 +2016-12,0,278.2336,36.2857,9.1029,7.6090,1.6886,1.2129,1.2318 2017-01,0.0000,388.4193,29.1017,7.3779,4.2598,1.3120,1.0785,1.1068 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/expansion_factor/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/expansion_factor/timeseries-Quarter-reference.csv index 7c99f830f0..4a6667e9c8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/expansion_factor/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/expansion_factor/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[0 - 1s] User Expansion Factor","[1 - 30s] User Expansion Factor","[30s - 30min] User Expansion Factor","[30 - 60min] User Expansion Factor","[1 - 5hr] User Expansion Factor","[5 - 10hr] User Expansion Factor","[10 - 18hr] User Expansion Factor","[18+hr] User Expansion Factor" -"2016 Q4",0,278.2336,36.3038,9.1029,7.6090,1.6886,1.2129,1.2318 +"2016 Q4",0,278.2336,36.2857,9.1029,7.6090,1.6886,1.2129,1.2318 "2017 Q1",0.0000,388.4193,29.1017,7.3779,4.2598,1.3120,1.0785,1.1068 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/expansion_factor/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/expansion_factor/timeseries-Year-reference.csv index 58269d0e98..b552a21465 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/expansion_factor/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/expansion_factor/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[0 - 1s] User Expansion Factor","[1 - 30s] User Expansion Factor","[30s - 30min] User Expansion Factor","[30 - 60min] User Expansion Factor","[1 - 5hr] User Expansion Factor","[5 - 10hr] User Expansion Factor","[10 - 18hr] User Expansion Factor","[18+hr] User Expansion Factor" -2016,0,278.2336,36.3038,9.1029,7.6090,1.6886,1.2129,1.2318 +2016,0,278.2336,36.2857,9.1029,7.6090,1.6886,1.2129,1.2318 2017,0.0000,388.4193,29.1017,7.3779,4.2598,1.3120,1.0785,1.1068 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/job_count/aggregate-Day-reference.csv index 3791d8aebf..c5a6f8978a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/job_count/aggregate-Day-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Number of Jobs Ended" "0 - 1s",1861 "1 - 30s",16806 -"30s - 30min",33828 +"30s - 30min",33829 "30 - 60min",9146 "1 - 5hr",5450 "5 - 10hr",1304 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/job_count/aggregate-Month-reference.csv index 3791d8aebf..c5a6f8978a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/job_count/aggregate-Month-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Number of Jobs Ended" "0 - 1s",1861 "1 - 30s",16806 -"30s - 30min",33828 +"30s - 30min",33829 "30 - 60min",9146 "1 - 5hr",5450 "5 - 10hr",1304 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/job_count/aggregate-Quarter-reference.csv index 3791d8aebf..c5a6f8978a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/job_count/aggregate-Quarter-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Number of Jobs Ended" "0 - 1s",1861 "1 - 30s",16806 -"30s - 30min",33828 +"30s - 30min",33829 "30 - 60min",9146 "1 - 5hr",5450 "5 - 10hr",1304 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/job_count/aggregate-Year-reference.csv index 3791d8aebf..c5a6f8978a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/job_count/aggregate-Year-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Number of Jobs Ended" "0 - 1s",1861 "1 - 30s",16806 -"30s - 30min",33828 +"30s - 30min",33829 "30 - 60min",9146 "1 - 5hr",5450 "5 - 10hr",1304 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/job_count/timeseries-Day-reference.csv index 43570954a0..26a9829b8e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[0 - 1s] Number of Jobs Ended","[1 - 30s] Number of Jobs Ended","[30s - 30m 2016-12-27,0,0,0,0,0,0,0,0 2016-12-28,0,0,0,0,0,0,0,0 2016-12-29,0,0,0,0,0,0,0,0 -2016-12-30,0,4234,15582,3547,2241,75,133,794 +2016-12-30,0,4234,15583,3547,2241,75,133,794 2016-12-31,0,3459,15613,4929,2021,1157,59,903 2017-01-01,1861,9113,2633,670,1188,72,101,928 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/job_count/timeseries-Month-reference.csv index a73233d6bf..474a65d683 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[0 - 1s] Number of Jobs Ended","[1 - 30s] Number of Jobs Ended","[30s - 30min] Number of Jobs Ended","[30 - 60min] Number of Jobs Ended","[1 - 5hr] Number of Jobs Ended","[5 - 10hr] Number of Jobs Ended","[10 - 18hr] Number of Jobs Ended","[18+hr] Number of Jobs Ended" -2016-12,0,7693,31195,8476,4262,1232,192,1697 +2016-12,0,7693,31196,8476,4262,1232,192,1697 2017-01,1861,9113,2633,670,1188,72,101,928 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/job_count/timeseries-Quarter-reference.csv index 9a497598d5..98c83f8212 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[0 - 1s] Number of Jobs Ended","[1 - 30s] Number of Jobs Ended","[30s - 30min] Number of Jobs Ended","[30 - 60min] Number of Jobs Ended","[1 - 5hr] Number of Jobs Ended","[5 - 10hr] Number of Jobs Ended","[10 - 18hr] Number of Jobs Ended","[18+hr] Number of Jobs Ended" -"2016 Q4",0,7693,31195,8476,4262,1232,192,1697 +"2016 Q4",0,7693,31196,8476,4262,1232,192,1697 "2017 Q1",1861,9113,2633,670,1188,72,101,928 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/job_count/timeseries-Year-reference.csv index 44b653b421..a1189d43fe 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[0 - 1s] Number of Jobs Ended","[1 - 30s] Number of Jobs Ended","[30s - 30min] Number of Jobs Ended","[30 - 60min] Number of Jobs Ended","[1 - 5hr] Number of Jobs Ended","[5 - 10hr] Number of Jobs Ended","[10 - 18hr] Number of Jobs Ended","[18+hr] Number of Jobs Ended" -2016,0,7693,31195,8476,4262,1232,192,1697 +2016,0,7693,31196,8476,4262,1232,192,1697 2017,1861,9113,2633,670,1188,72,101,928 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/running_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/running_job_count/aggregate-Day-reference.csv index 5caf04093b..0bb4e49b7b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/running_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/running_job_count/aggregate-Day-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Number of Jobs Running" "0 - 1s",1861 "1 - 30s",16806 -"30s - 30min",33828 +"30s - 30min",33829 "30 - 60min",9146 "1 - 5hr",5450 "5 - 10hr",1304 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/running_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/running_job_count/aggregate-Month-reference.csv index 5caf04093b..0bb4e49b7b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/running_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/running_job_count/aggregate-Month-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Number of Jobs Running" "0 - 1s",1861 "1 - 30s",16806 -"30s - 30min",33828 +"30s - 30min",33829 "30 - 60min",9146 "1 - 5hr",5450 "5 - 10hr",1304 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/running_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/running_job_count/aggregate-Quarter-reference.csv index 5caf04093b..0bb4e49b7b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/running_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/running_job_count/aggregate-Quarter-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Number of Jobs Running" "0 - 1s",1861 "1 - 30s",16806 -"30s - 30min",33828 +"30s - 30min",33829 "30 - 60min",9146 "1 - 5hr",5450 "5 - 10hr",1304 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/running_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/running_job_count/aggregate-Year-reference.csv index 5caf04093b..0bb4e49b7b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/running_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/running_job_count/aggregate-Year-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Number of Jobs Running" "0 - 1s",1861 "1 - 30s",16806 -"30s - 30min",33828 +"30s - 30min",33829 "30 - 60min",9146 "1 - 5hr",5450 "5 - 10hr",1304 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/running_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/running_job_count/timeseries-Day-reference.csv index 97cbd8d166..dcb8a49853 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/running_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/running_job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[0 - 1s] Number of Jobs Running","[1 - 30s] Number of Jobs Running","[30s - 2016-12-27,0,0,0,0,0,0,0,42 2016-12-28,0,0,0,0,0,0,0,450 2016-12-29,0,2,50,89,153,8,109,1329 -2016-12-30,0,4235,15622,3656,2404,791,167,1980 +2016-12-30,0,4235,15623,3656,2404,791,167,1980 2016-12-31,0,3459,15764,5065,2236,1161,97,1821 2017-01-01,1861,9113,2633,670,1188,72,101,928 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/running_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/running_job_count/timeseries-Month-reference.csv index 7f15a71aab..f330b7c9e1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/running_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/running_job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[0 - 1s] Number of Jobs Running","[1 - 30s] Number of Jobs Running","[30s - 30min] Number of Jobs Running","[30 - 60min] Number of Jobs Running","[1 - 5hr] Number of Jobs Running","[5 - 10hr] Number of Jobs Running","[10 - 18hr] Number of Jobs Running","[18+hr] Number of Jobs Running" -2016-12,0,7693,31346,8612,4477,1236,230,2615 +2016-12,0,7693,31347,8612,4477,1236,230,2615 2017-01,1861,9113,2633,670,1188,72,101,928 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/running_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/running_job_count/timeseries-Quarter-reference.csv index 1d2d77b157..074f72884a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/running_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/running_job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[0 - 1s] Number of Jobs Running","[1 - 30s] Number of Jobs Running","[30s - 30min] Number of Jobs Running","[30 - 60min] Number of Jobs Running","[1 - 5hr] Number of Jobs Running","[5 - 10hr] Number of Jobs Running","[10 - 18hr] Number of Jobs Running","[18+hr] Number of Jobs Running" -"2016 Q4",0,7693,31346,8612,4477,1236,230,2615 +"2016 Q4",0,7693,31347,8612,4477,1236,230,2615 "2017 Q1",1861,9113,2633,670,1188,72,101,928 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/running_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/running_job_count/timeseries-Year-reference.csv index b8b1fd7170..c340c55429 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/running_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/running_job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[0 - 1s] Number of Jobs Running","[1 - 30s] Number of Jobs Running","[30s - 30min] Number of Jobs Running","[30 - 60min] Number of Jobs Running","[1 - 5hr] Number of Jobs Running","[5 - 10hr] Number of Jobs Running","[10 - 18hr] Number of Jobs Running","[18+hr] Number of Jobs Running" -2016,0,7693,31346,8612,4477,1236,230,2615 +2016,0,7693,31347,8612,4477,1236,230,2615 2017,1861,9113,2633,670,1188,72,101,928 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/started_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/started_job_count/aggregate-Day-reference.csv index 9ebb8e21f6..5af600ecb7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/started_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/started_job_count/aggregate-Day-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Number of Jobs Started" "0 - 1s",1861 "1 - 30s",16806 -"30s - 30min",33828 +"30s - 30min",33829 "30 - 60min",9146 "1 - 5hr",5450 "5 - 10hr",1304 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/started_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/started_job_count/aggregate-Month-reference.csv index 9ebb8e21f6..5af600ecb7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/started_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/started_job_count/aggregate-Month-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Number of Jobs Started" "0 - 1s",1861 "1 - 30s",16806 -"30s - 30min",33828 +"30s - 30min",33829 "30 - 60min",9146 "1 - 5hr",5450 "5 - 10hr",1304 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/started_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/started_job_count/aggregate-Quarter-reference.csv index 9ebb8e21f6..5af600ecb7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/started_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/started_job_count/aggregate-Quarter-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Number of Jobs Started" "0 - 1s",1861 "1 - 30s",16806 -"30s - 30min",33828 +"30s - 30min",33829 "30 - 60min",9146 "1 - 5hr",5450 "5 - 10hr",1304 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/started_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/started_job_count/aggregate-Year-reference.csv index 9ebb8e21f6..5af600ecb7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/started_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/started_job_count/aggregate-Year-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Number of Jobs Started" "0 - 1s",1861 "1 - 30s",16806 -"30s - 30min",33828 +"30s - 30min",33829 "30 - 60min",9146 "1 - 5hr",5450 "5 - 10hr",1304 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/started_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/started_job_count/timeseries-Day-reference.csv index 458972b0b0..6ad5ba4382 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/started_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/started_job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[0 - 1s] Number of Jobs Started","[1 - 30s] Number of Jobs Started","[30s - 2016-12-27,0,0,0,0,0,0,0,31 2016-12-28,0,0,0,0,0,0,0,408 2016-12-29,0,2,50,89,153,8,109,879 -2016-12-30,0,4233,15572,3567,2251,783,58,651 +2016-12-30,0,4233,15573,3567,2251,783,58,651 2016-12-31,0,3458,15724,4956,2073,445,63,635 2017-01-01,1861,9113,2482,534,973,68,63,10 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/started_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/started_job_count/timeseries-Month-reference.csv index 58cb9566f4..18b9d5b08e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/started_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/started_job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[0 - 1s] Number of Jobs Started","[1 - 30s] Number of Jobs Started","[30s - 30min] Number of Jobs Started","[30 - 60min] Number of Jobs Started","[1 - 5hr] Number of Jobs Started","[5 - 10hr] Number of Jobs Started","[10 - 18hr] Number of Jobs Started","[18+hr] Number of Jobs Started" -2016-12,0,7693,31346,8612,4477,1236,230,2615 +2016-12,0,7693,31347,8612,4477,1236,230,2615 2017-01,1861,9113,2482,534,973,68,63,10 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/started_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/started_job_count/timeseries-Quarter-reference.csv index ff52a38552..21beb493f3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/started_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/started_job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[0 - 1s] Number of Jobs Started","[1 - 30s] Number of Jobs Started","[30s - 30min] Number of Jobs Started","[30 - 60min] Number of Jobs Started","[1 - 5hr] Number of Jobs Started","[5 - 10hr] Number of Jobs Started","[10 - 18hr] Number of Jobs Started","[18+hr] Number of Jobs Started" -"2016 Q4",0,7693,31346,8612,4477,1236,230,2615 +"2016 Q4",0,7693,31347,8612,4477,1236,230,2615 "2017 Q1",1861,9113,2482,534,973,68,63,10 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/started_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/started_job_count/timeseries-Year-reference.csv index d4d81ba0ae..fce0880154 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/started_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/started_job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[0 - 1s] Number of Jobs Started","[1 - 30s] Number of Jobs Started","[30s - 30min] Number of Jobs Started","[30 - 60min] Number of Jobs Started","[1 - 5hr] Number of Jobs Started","[5 - 10hr] Number of Jobs Started","[10 - 18hr] Number of Jobs Started","[18+hr] Number of Jobs Started" -2016,0,7693,31346,8612,4477,1236,230,2615 +2016,0,7693,31347,8612,4477,1236,230,2615 2017,1861,9113,2482,534,973,68,63,10 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/submitted_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/submitted_job_count/aggregate-Day-reference.csv index e32c3df854..f7f0f5c260 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/submitted_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/submitted_job_count/aggregate-Day-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Number of Jobs Submitted" "0 - 1s",1337 "1 - 30s",15344 -"30s - 30min",31475 +"30s - 30min",31476 "30 - 60min",8680 "1 - 5hr",3888 "5 - 10hr",922 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/submitted_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/submitted_job_count/aggregate-Month-reference.csv index 394e51261b..dbfa491f6e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/submitted_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/submitted_job_count/aggregate-Month-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Number of Jobs Submitted" "0 - 1s",1337 "1 - 30s",15936 -"30s - 30min",33355 +"30s - 30min",33356 "30 - 60min",9040 "1 - 5hr",5353 "5 - 10hr",1304 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/submitted_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/submitted_job_count/aggregate-Quarter-reference.csv index 394e51261b..dbfa491f6e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/submitted_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/submitted_job_count/aggregate-Quarter-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Number of Jobs Submitted" "0 - 1s",1337 "1 - 30s",15936 -"30s - 30min",33355 +"30s - 30min",33356 "30 - 60min",9040 "1 - 5hr",5353 "5 - 10hr",1304 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/submitted_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/submitted_job_count/aggregate-Year-reference.csv index 394e51261b..dbfa491f6e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/submitted_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/submitted_job_count/aggregate-Year-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Number of Jobs Submitted" "0 - 1s",1337 "1 - 30s",15936 -"30s - 30min",33355 +"30s - 30min",33356 "30 - 60min",9040 "1 - 5hr",5353 "5 - 10hr",1304 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/submitted_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/submitted_job_count/timeseries-Day-reference.csv index a48d30bb8a..b33fe11960 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/submitted_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/submitted_job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[0 - 1s] Number of Jobs Submitted","[1 - 30s] Number of Jobs Submitted","[3 2016-12-27,0,0,0,0,0,0,0,18 2016-12-28,0,0,0,0,0,0,0,379 2016-12-29,0,2,41,86,103,7,107,860 -2016-12-30,0,4230,14929,3350,1688,781,44,638 +2016-12-30,0,4230,14930,3350,1688,781,44,638 2016-12-31,0,2869,14496,4816,1221,66,54,589 2017-01-01,1337,8243,2009,428,876,68,63,10 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/submitted_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/submitted_job_count/timeseries-Month-reference.csv index 3e1cd2eb48..00ec7ecc30 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/submitted_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/submitted_job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[0 - 1s] Number of Jobs Submitted","[1 - 30s] Number of Jobs Submitted","[30s - 30min] Number of Jobs Submitted","[30 - 60min] Number of Jobs Submitted","[1 - 5hr] Number of Jobs Submitted","[5 - 10hr] Number of Jobs Submitted","[10 - 18hr] Number of Jobs Submitted","[18+hr] Number of Jobs Submitted" -2016-12,0,7693,31346,8612,4477,1236,230,2615 +2016-12,0,7693,31347,8612,4477,1236,230,2615 2017-01,1337,8243,2009,428,876,68,63,10 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/submitted_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/submitted_job_count/timeseries-Quarter-reference.csv index b8dc86179a..25b57a5bbe 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/submitted_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/submitted_job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[0 - 1s] Number of Jobs Submitted","[1 - 30s] Number of Jobs Submitted","[30s - 30min] Number of Jobs Submitted","[30 - 60min] Number of Jobs Submitted","[1 - 5hr] Number of Jobs Submitted","[5 - 10hr] Number of Jobs Submitted","[10 - 18hr] Number of Jobs Submitted","[18+hr] Number of Jobs Submitted" -"2016 Q4",0,7693,31346,8612,4477,1236,230,2615 +"2016 Q4",0,7693,31347,8612,4477,1236,230,2615 "2017 Q1",1337,8243,2009,428,876,68,63,10 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/submitted_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/submitted_job_count/timeseries-Year-reference.csv index 8dc50045aa..61eb20e8ba 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/submitted_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/submitted_job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[0 - 1s] Number of Jobs Submitted","[1 - 30s] Number of Jobs Submitted","[30s - 30min] Number of Jobs Submitted","[30 - 60min] Number of Jobs Submitted","[1 - 5hr] Number of Jobs Submitted","[5 - 10hr] Number of Jobs Submitted","[10 - 18hr] Number of Jobs Submitted","[18+hr] Number of Jobs Submitted" -2016,0,7693,31346,8612,4477,1236,230,2615 +2016,0,7693,31347,8612,4477,1236,230,2615 2017,1337,8243,2009,428,876,68,63,10 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_cpu_hours/aggregate-Day-reference.csv index 0f0e7ef70d..d0b8180082 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_cpu_hours/aggregate-Day-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","CPU Hours: Total" "0 - 1s",0.0000 "1 - 30s",578.6189 -"30s - 30min",52315.3122 +"30s - 30min",52343.4522 "30 - 60min",63206.7303 "1 - 5hr",83668.3564 "5 - 10hr",20402.9481 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_cpu_hours/aggregate-Month-reference.csv index 0f0e7ef70d..d0b8180082 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_cpu_hours/aggregate-Month-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","CPU Hours: Total" "0 - 1s",0.0000 "1 - 30s",578.6189 -"30s - 30min",52315.3122 +"30s - 30min",52343.4522 "30 - 60min",63206.7303 "1 - 5hr",83668.3564 "5 - 10hr",20402.9481 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_cpu_hours/aggregate-Quarter-reference.csv index 0f0e7ef70d..d0b8180082 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_cpu_hours/aggregate-Quarter-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","CPU Hours: Total" "0 - 1s",0.0000 "1 - 30s",578.6189 -"30s - 30min",52315.3122 +"30s - 30min",52343.4522 "30 - 60min",63206.7303 "1 - 5hr",83668.3564 "5 - 10hr",20402.9481 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_cpu_hours/aggregate-Year-reference.csv index 0f0e7ef70d..d0b8180082 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_cpu_hours/aggregate-Year-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","CPU Hours: Total" "0 - 1s",0.0000 "1 - 30s",578.6189 -"30s - 30min",52315.3122 +"30s - 30min",52343.4522 "30 - 60min",63206.7303 "1 - 5hr",83668.3564 "5 - 10hr",20402.9481 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_cpu_hours/timeseries-Day-reference.csv index e55aa264fa..0d6d76570a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_cpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[0 - 1s] CPU Hours: Total","[1 - 30s] CPU Hours: Total","[30s - 30min] CPU 2016-12-27,0,0,0,0,0,0,0,15553.1447 2016-12-28,0,0,0,0,0,0,0,81988.7103 2016-12-29,0,0.0533,102.3533,323.5256,1090.3442,1706.8864,3431.2842,164607.3364 -2016-12-30,0,199.9014,16007.0553,24133.4989,31836.4447,6346.2894,15782.4953,180813.5822 +2016-12-30,0,199.9014,16035.1953,24133.4989,31836.4447,6346.2894,15782.4953,180813.5822 2016-12-31,0,165.0647,32394.4039,34300.1225,27786.7169,9005.4697,14920.6131,103657.2389 2017-01-01,0.0000,213.5994,3811.4997,4449.5833,22954.8506,3344.3025,8811.8428,26194.1597 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_cpu_hours/timeseries-Month-reference.csv index 832d12eadd..ac8b7aef3b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_cpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[0 - 1s] CPU Hours: Total","[1 - 30s] CPU Hours: Total","[30s - 30min] CPU Hours: Total","[30 - 60min] CPU Hours: Total","[1 - 5hr] CPU Hours: Total","[5 - 10hr] CPU Hours: Total","[10 - 18hr] CPU Hours: Total","[18+hr] CPU Hours: Total" -2016-12,0,365.0194,48503.8125,58757.1469,60713.5058,17058.6456,34134.3925,551243.4761 +2016-12,0,365.0194,48531.9525,58757.1469,60713.5058,17058.6456,34134.3925,551243.4761 2017-01,0.0000,213.5994,3811.4997,4449.5833,22954.8506,3344.3025,8811.8428,26194.1597 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_cpu_hours/timeseries-Quarter-reference.csv index 4f3921dec5..fa6397b7d3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_cpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[0 - 1s] CPU Hours: Total","[1 - 30s] CPU Hours: Total","[30s - 30min] CPU Hours: Total","[30 - 60min] CPU Hours: Total","[1 - 5hr] CPU Hours: Total","[5 - 10hr] CPU Hours: Total","[10 - 18hr] CPU Hours: Total","[18+hr] CPU Hours: Total" -"2016 Q4",0,365.0194,48503.8125,58757.1469,60713.5058,17058.6456,34134.3925,551243.4761 +"2016 Q4",0,365.0194,48531.9525,58757.1469,60713.5058,17058.6456,34134.3925,551243.4761 "2017 Q1",0.0000,213.5994,3811.4997,4449.5833,22954.8506,3344.3025,8811.8428,26194.1597 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_cpu_hours/timeseries-Year-reference.csv index 90b9b377f1..808eb5c249 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_cpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[0 - 1s] CPU Hours: Total","[1 - 30s] CPU Hours: Total","[30s - 30min] CPU Hours: Total","[30 - 60min] CPU Hours: Total","[1 - 5hr] CPU Hours: Total","[5 - 10hr] CPU Hours: Total","[10 - 18hr] CPU Hours: Total","[18+hr] CPU Hours: Total" -2016,0,365.0194,48503.8125,58757.1469,60713.5058,17058.6456,34134.3925,551243.4761 +2016,0,365.0194,48531.9525,58757.1469,60713.5058,17058.6456,34134.3925,551243.4761 2017,0.0000,213.5994,3811.4997,4449.5833,22954.8506,3344.3025,8811.8428,26194.1597 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_node_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_node_hours/aggregate-Day-reference.csv index e2e270caa9..fe8ef6e882 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_node_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_node_hours/aggregate-Day-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Node Hours: Total" "0 - 1s",0.0000 "1 - 30s",71.6172 -"30s - 30min",4855.8350 +"30s - 30min",4858.1800 "30 - 60min",5654.4003 "1 - 5hr",9897.0397 "5 - 10hr",10946.2956 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_node_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_node_hours/aggregate-Month-reference.csv index e2e270caa9..fe8ef6e882 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_node_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_node_hours/aggregate-Month-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Node Hours: Total" "0 - 1s",0.0000 "1 - 30s",71.6172 -"30s - 30min",4855.8350 +"30s - 30min",4858.1800 "30 - 60min",5654.4003 "1 - 5hr",9897.0397 "5 - 10hr",10946.2956 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_node_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_node_hours/aggregate-Quarter-reference.csv index e2e270caa9..fe8ef6e882 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_node_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_node_hours/aggregate-Quarter-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Node Hours: Total" "0 - 1s",0.0000 "1 - 30s",71.6172 -"30s - 30min",4855.8350 +"30s - 30min",4858.1800 "30 - 60min",5654.4003 "1 - 5hr",9897.0397 "5 - 10hr",10946.2956 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_node_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_node_hours/aggregate-Year-reference.csv index e2e270caa9..fe8ef6e882 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_node_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_node_hours/aggregate-Year-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Node Hours: Total" "0 - 1s",0.0000 "1 - 30s",71.6172 -"30s - 30min",4855.8350 +"30s - 30min",4858.1800 "30 - 60min",5654.4003 "1 - 5hr",9897.0397 "5 - 10hr",10946.2956 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_node_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_node_hours/timeseries-Day-reference.csv index 647a6e5d47..eab16404b8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_node_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_node_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[0 - 1s] Node Hours: Total","[1 - 30s] Node Hours: Total","[30s - 30min] No 2016-12-27,0,0,0,0,0,0,0,1206.3922 2016-12-28,0,0,0,0,0,0,0,8614.6167 2016-12-29,0,0.0067,10.1969,29.7142,123.4636,190.8103,781.1881,27393.1172 -2016-12-30,0,26.0833,1679.7242,2203.1708,3835.4550,3609.1742,2011.2189,38943.7336 +2016-12-30,0,26.0833,1682.0692,2203.1708,3835.4550,3609.1742,2011.2189,38943.7336 2016-12-31,0,20.7819,2813.8342,2977.4311,3676.0044,6602.4333,1758.6822,29539.6294 2017-01-01,0.0000,24.7453,352.0797,444.0842,2262.1167,543.8778,1591.9019,12637.7592 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_node_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_node_hours/timeseries-Month-reference.csv index ce98d9bcd1..60a5d0e028 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_node_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_node_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[0 - 1s] Node Hours: Total","[1 - 30s] Node Hours: Total","[30s - 30min] Node Hours: Total","[30 - 60min] Node Hours: Total","[1 - 5hr] Node Hours: Total","[5 - 10hr] Node Hours: Total","[10 - 18hr] Node Hours: Total","[18+hr] Node Hours: Total" -2016-12,0,46.8719,4503.7553,5210.3161,7634.9231,10402.4178,4551.0892,106097.8094 +2016-12,0,46.8719,4506.1003,5210.3161,7634.9231,10402.4178,4551.0892,106097.8094 2017-01,0.0000,24.7453,352.0797,444.0842,2262.1167,543.8778,1591.9019,12637.7592 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_node_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_node_hours/timeseries-Quarter-reference.csv index 3f70ca27a2..d12329e61e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_node_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_node_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[0 - 1s] Node Hours: Total","[1 - 30s] Node Hours: Total","[30s - 30min] Node Hours: Total","[30 - 60min] Node Hours: Total","[1 - 5hr] Node Hours: Total","[5 - 10hr] Node Hours: Total","[10 - 18hr] Node Hours: Total","[18+hr] Node Hours: Total" -"2016 Q4",0,46.8719,4503.7553,5210.3161,7634.9231,10402.4178,4551.0892,106097.8094 +"2016 Q4",0,46.8719,4506.1003,5210.3161,7634.9231,10402.4178,4551.0892,106097.8094 "2017 Q1",0.0000,24.7453,352.0797,444.0842,2262.1167,543.8778,1591.9019,12637.7592 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_node_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_node_hours/timeseries-Year-reference.csv index 8fa7363773..717d2dd9e3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_node_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_node_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[0 - 1s] Node Hours: Total","[1 - 30s] Node Hours: Total","[30s - 30min] Node Hours: Total","[30 - 60min] Node Hours: Total","[1 - 5hr] Node Hours: Total","[5 - 10hr] Node Hours: Total","[10 - 18hr] Node Hours: Total","[18+hr] Node Hours: Total" -2016,0,46.8719,4503.7553,5210.3161,7634.9231,10402.4178,4551.0892,106097.8094 +2016,0,46.8719,4506.1003,5210.3161,7634.9231,10402.4178,4551.0892,106097.8094 2017,0.0000,24.7453,352.0797,444.0842,2262.1167,543.8778,1591.9019,12637.7592 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_waitduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_waitduration_hours/aggregate-Day-reference.csv index dde0c1911d..8d95e70a2c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_waitduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_waitduration_hours/aggregate-Day-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Wait Hours: Total" "0 - 1s",3271.5997 "1 - 30s",22567.2086 -"30s - 30min",161752.0844 +"30s - 30min",161752.1822 "30 - 60min",44116.3897 "1 - 5hr",57704.0733 "5 - 10hr",6688.7656 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_waitduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_waitduration_hours/aggregate-Month-reference.csv index dde0c1911d..8d95e70a2c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_waitduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_waitduration_hours/aggregate-Month-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Wait Hours: Total" "0 - 1s",3271.5997 "1 - 30s",22567.2086 -"30s - 30min",161752.0844 +"30s - 30min",161752.1822 "30 - 60min",44116.3897 "1 - 5hr",57704.0733 "5 - 10hr",6688.7656 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_waitduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_waitduration_hours/aggregate-Quarter-reference.csv index dde0c1911d..8d95e70a2c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_waitduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_waitduration_hours/aggregate-Quarter-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Wait Hours: Total" "0 - 1s",3271.5997 "1 - 30s",22567.2086 -"30s - 30min",161752.0844 +"30s - 30min",161752.1822 "30 - 60min",44116.3897 "1 - 5hr",57704.0733 "5 - 10hr",6688.7656 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_waitduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_waitduration_hours/aggregate-Year-reference.csv index dde0c1911d..8d95e70a2c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_waitduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_waitduration_hours/aggregate-Year-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Wait Hours: Total" "0 - 1s",3271.5997 "1 - 30s",22567.2086 -"30s - 30min",161752.0844 +"30s - 30min",161752.1822 "30 - 60min",44116.3897 "1 - 5hr",57704.0733 "5 - 10hr",6688.7656 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_waitduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_waitduration_hours/timeseries-Day-reference.csv index a772f966f2..be75576429 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_waitduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_waitduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[0 - 1s] Wait Hours: Total","[1 - 30s] Wait Hours: Total","[30s - 30min] Wa 2016-12-27,0,0,0,0,0,0,0,1978.2519 2016-12-28,0,0,0,0,0,0,0,3598.3319 2016-12-29,0,0.0006,1989.5506,686.5183,1951.9697,26.8525,129.6100,1317.3697 -2016-12-30,0,3421.1514,133489.4906,36470.9031,18950.0042,1893.1256,244.5628,812.9997 +2016-12-30,0,3421.1514,133489.5883,36470.9031,18950.0042,1893.1256,244.5628,812.9997 2016-12-31,0,9569.5386,20543.7931,4880.1561,31702.2631,4727.5833,221.9608,1775.9625 2017-01-01,3271.5997,9576.5181,5729.2503,2078.8122,5099.8364,41.2042,35.9667,0.4056 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_waitduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_waitduration_hours/timeseries-Month-reference.csv index e7f4b0e518..7ceca17e43 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_waitduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_waitduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[0 - 1s] Wait Hours: Total","[1 - 30s] Wait Hours: Total","[30s - 30min] Wait Hours: Total","[30 - 60min] Wait Hours: Total","[1 - 5hr] Wait Hours: Total","[5 - 10hr] Wait Hours: Total","[10 - 18hr] Wait Hours: Total","[18+hr] Wait Hours: Total" -2016-12,0,12990.6906,156022.8342,42037.5775,52604.2369,6647.5614,596.1336,9612.7336 +2016-12,0,12990.6906,156022.9319,42037.5775,52604.2369,6647.5614,596.1336,9612.7336 2017-01,3271.5997,9576.5181,5729.2503,2078.8122,5099.8364,41.2042,35.9667,0.4056 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_waitduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_waitduration_hours/timeseries-Quarter-reference.csv index 5e0be5159c..e89eb03126 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_waitduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_waitduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[0 - 1s] Wait Hours: Total","[1 - 30s] Wait Hours: Total","[30s - 30min] Wait Hours: Total","[30 - 60min] Wait Hours: Total","[1 - 5hr] Wait Hours: Total","[5 - 10hr] Wait Hours: Total","[10 - 18hr] Wait Hours: Total","[18+hr] Wait Hours: Total" -"2016 Q4",0,12990.6906,156022.8342,42037.5775,52604.2369,6647.5614,596.1336,9612.7336 +"2016 Q4",0,12990.6906,156022.9319,42037.5775,52604.2369,6647.5614,596.1336,9612.7336 "2017 Q1",3271.5997,9576.5181,5729.2503,2078.8122,5099.8364,41.2042,35.9667,0.4056 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_waitduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_waitduration_hours/timeseries-Year-reference.csv index 1c64ff6c0f..e35e834c0e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_waitduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_waitduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[0 - 1s] Wait Hours: Total","[1 - 30s] Wait Hours: Total","[30s - 30min] Wait Hours: Total","[30 - 60min] Wait Hours: Total","[1 - 5hr] Wait Hours: Total","[5 - 10hr] Wait Hours: Total","[10 - 18hr] Wait Hours: Total","[18+hr] Wait Hours: Total" -2016,0,12990.6906,156022.8342,42037.5775,52604.2369,6647.5614,596.1336,9612.7336 +2016,0,12990.6906,156022.9319,42037.5775,52604.2369,6647.5614,596.1336,9612.7336 2017,3271.5997,9576.5181,5729.2503,2078.8122,5099.8364,41.2042,35.9667,0.4056 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_wallduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_wallduration_hours/aggregate-Day-reference.csv index 9d7cc7de56..7035a4013c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_wallduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_wallduration_hours/aggregate-Day-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Wall Hours: Total" "0 - 1s",0.0000 "1 - 30s",71.5553 -"30s - 30min",4769.1372 +"30s - 30min",4769.3978 "30 - 60min",5607.3167 "1 - 5hr",9742.1692 "5 - 10hr",10535.8467 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_wallduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_wallduration_hours/aggregate-Month-reference.csv index 9d7cc7de56..7035a4013c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_wallduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_wallduration_hours/aggregate-Month-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Wall Hours: Total" "0 - 1s",0.0000 "1 - 30s",71.5553 -"30s - 30min",4769.1372 +"30s - 30min",4769.3978 "30 - 60min",5607.3167 "1 - 5hr",9742.1692 "5 - 10hr",10535.8467 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_wallduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_wallduration_hours/aggregate-Quarter-reference.csv index 9d7cc7de56..7035a4013c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_wallduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_wallduration_hours/aggregate-Quarter-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Wall Hours: Total" "0 - 1s",0.0000 "1 - 30s",71.5553 -"30s - 30min",4769.1372 +"30s - 30min",4769.3978 "30 - 60min",5607.3167 "1 - 5hr",9742.1692 "5 - 10hr",10535.8467 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_wallduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_wallduration_hours/aggregate-Year-reference.csv index 9d7cc7de56..7035a4013c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_wallduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_wallduration_hours/aggregate-Year-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Wall Hours: Total" "0 - 1s",0.0000 "1 - 30s",71.5553 -"30s - 30min",4769.1372 +"30s - 30min",4769.3978 "30 - 60min",5607.3167 "1 - 5hr",9742.1692 "5 - 10hr",10535.8467 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_wallduration_hours/timeseries-Day-reference.csv index b3dbb48d1c..2ef93b9d83 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_wallduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[0 - 1s] Wall Hours: Total","[1 - 30s] Wall Hours: Total","[30s - 30min] Wa 2016-12-27,0,0,0,0,0,0,0,534.1833 2016-12-28,0,0,0,0,0,0,0,4574.1436 2016-12-29,0,0.0067,10.1969,29.7142,123.4636,43.8964,631.8931,19665.3386 -2016-12-30,0,26.0614,1644.0133,2191.4825,3811.8514,3481.0553,1286.6758,30421.3742 +2016-12-30,0,26.0614,1644.2739,2191.4825,3811.8514,3481.0553,1286.6758,30421.3742 2016-12-31,0,20.7689,2805.9642,2973.5889,3592.4092,6555.2950,882.6389,25491.8800 2017-01-01,0.0000,24.7183,308.9628,412.5311,2214.4450,455.6000,1164.3656,12197.9681 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_wallduration_hours/timeseries-Month-reference.csv index 5ecf7aea1e..4deef74395 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_wallduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[0 - 1s] Wall Hours: Total","[1 - 30s] Wall Hours: Total","[30s - 30min] Wall Hours: Total","[30 - 60min] Wall Hours: Total","[1 - 5hr] Wall Hours: Total","[5 - 10hr] Wall Hours: Total","[10 - 18hr] Wall Hours: Total","[18+hr] Wall Hours: Total" -2016-12,0,46.8369,4460.1744,5194.7856,7527.7242,10080.2467,2801.2078,81087.2400 +2016-12,0,46.8369,4460.4350,5194.7856,7527.7242,10080.2467,2801.2078,81087.2400 2017-01,0.0000,24.7183,308.9628,412.5311,2214.4450,455.6000,1164.3656,12197.9681 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_wallduration_hours/timeseries-Quarter-reference.csv index 6251ade6b0..dc189c5233 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_wallduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[0 - 1s] Wall Hours: Total","[1 - 30s] Wall Hours: Total","[30s - 30min] Wall Hours: Total","[30 - 60min] Wall Hours: Total","[1 - 5hr] Wall Hours: Total","[5 - 10hr] Wall Hours: Total","[10 - 18hr] Wall Hours: Total","[18+hr] Wall Hours: Total" -"2016 Q4",0,46.8369,4460.1744,5194.7856,7527.7242,10080.2467,2801.2078,81087.2400 +"2016 Q4",0,46.8369,4460.4350,5194.7856,7527.7242,10080.2467,2801.2078,81087.2400 "2017 Q1",0.0000,24.7183,308.9628,412.5311,2214.4450,455.6000,1164.3656,12197.9681 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_wallduration_hours/timeseries-Year-reference.csv index 1277063b25..91146611ff 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/total_wallduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[0 - 1s] Wall Hours: Total","[1 - 30s] Wall Hours: Total","[30s - 30min] Wall Hours: Total","[30 - 60min] Wall Hours: Total","[1 - 5hr] Wall Hours: Total","[5 - 10hr] Wall Hours: Total","[10 - 18hr] Wall Hours: Total","[18+hr] Wall Hours: Total" -2016,0,46.8369,4460.1744,5194.7856,7527.7242,10080.2467,2801.2078,81087.2400 +2016,0,46.8369,4460.4350,5194.7856,7527.7242,10080.2467,2801.2078,81087.2400 2017,0.0000,24.7183,308.9628,412.5311,2214.4450,455.6000,1164.3656,12197.9681 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/utilization/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/utilization/aggregate-Day-reference.csv index cb527b856d..5f67ca136b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/utilization/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/utilization/aggregate-Day-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Screwdriver CPU Utilization (%)" "0 - 1s",0.0000 "1 - 30s",0.0131 -"30s - 30min",1.1847 +"30s - 30min",1.1853 "30 - 60min",1.4313 "1 - 5hr",1.8947 "5 - 10hr",0.7590 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/utilization/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/utilization/aggregate-Month-reference.csv index 6face7f1a2..039fcaec65 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/utilization/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/utilization/aggregate-Month-reference.csv @@ -8,7 +8,7 @@ start,end "Job Wall Time","Screwdriver CPU Utilization (%)" "0 - 1s",0.0000 "1 - 30s",0.0029 -"30s - 30min",0.2633 +"30s - 30min",0.2634 "30 - 60min",0.3181 "1 - 5hr",0.4210 "5 - 10hr",0.1648 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/utilization/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/utilization/timeseries-Day-reference.csv index e11ebdba8d..904a7d990c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/utilization/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/utilization/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[0 - 1s] Screwdriver CPU Utilization (%)","[1 - 30s] Screwdriver CPU Utiliz 2016-12-27,0,0,0,0,0,0,0,3.2402 2016-12-28,0,0,0,0,0,0,0,17.0810 2016-12-29,0,0.0001,0.0267,0.0843,0.2839,0.5927,1.7871,34.2932 -2016-12-30,0,0.0416,3.3348,6.2848,8.2907,2.2036,5.4800,37.6695 +2016-12-30,0,0.0416,3.3407,6.2848,8.2907,2.2036,5.4800,37.6695 2016-12-31,0,0.0344,6.7488,8.9323,5.7889,3.1269,3.8856,21.5953 2017-01-01,0.0000,0.0445,0.7941,0.9270,4.7823,1.1612,2.2948,5.4571 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/utilization/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/utilization/timeseries-Month-reference.csv index 1c7f224e57..d461313e9b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/utilization/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/utilization/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[0 - 1s] Screwdriver CPU Utilization (%)","[1 - 30s] Screwdriver CPU Utilization (%)","[30s - 30min] Screwdriver CPU Utilization (%)","[30 - 60min] Screwdriver CPU Utilization (%)","[1 - 5hr] Screwdriver CPU Utilization (%)","[5 - 10hr] Screwdriver CPU Utilization (%)","[10 - 18hr] Screwdriver CPU Utilization (%)","[18+hr] Screwdriver CPU Utilization (%)" -2016-12,0,0.0073,0.9716,1.4573,1.2162,0.4936,0.8466,11.0425 +2016-12,0,0.0073,0.9722,1.4573,1.2162,0.4936,0.8466,11.0425 2017-01,0.0000,0.0014,0.0256,0.0299,0.1543,0.0375,0.0740,0.1760 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/utilization/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/utilization/timeseries-Quarter-reference.csv index 33a452015d..1c6d36206c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/utilization/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/utilization/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[0 - 1s] Screwdriver CPU Utilization (%)","[1 - 30s] Screwdriver CPU Utilization (%)","[30s - 30min] Screwdriver CPU Utilization (%)","[30 - 60min] Screwdriver CPU Utilization (%)","[1 - 5hr] Screwdriver CPU Utilization (%)","[5 - 10hr] Screwdriver CPU Utilization (%)","[10 - 18hr] Screwdriver CPU Utilization (%)","[18+hr] Screwdriver CPU Utilization (%)" -"2016 Q4",0,0.0073,0.9716,1.4573,1.2162,0.4936,0.8466,11.0425 +"2016 Q4",0,0.0073,0.9722,1.4573,1.2162,0.4936,0.8466,11.0425 "2017 Q1",0.0000,0.0005,0.0088,0.0103,0.0531,0.0129,0.0255,0.0606 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/utilization/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/utilization/timeseries-Year-reference.csv index a20a5dad9f..5fb06a4651 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/utilization/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/jobwalltime/utilization/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[0 - 1s] Screwdriver CPU Utilization (%)","[1 - 30s] Screwdriver CPU Utilization (%)","[30s - 30min] Screwdriver CPU Utilization (%)","[30 - 60min] Screwdriver CPU Utilization (%)","[1 - 5hr] Screwdriver CPU Utilization (%)","[5 - 10hr] Screwdriver CPU Utilization (%)","[10 - 18hr] Screwdriver CPU Utilization (%)","[18+hr] Screwdriver CPU Utilization (%)" -2016,0,0.0073,0.9716,1.4573,1.2162,0.4936,0.8466,11.0425 +2016,0,0.0073,0.9722,1.4573,1.2162,0.4936,0.8466,11.0425 2017,0.0000,0.0001,0.0022,0.0025,0.0131,0.0032,0.0063,0.0150 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_person_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_person_count/aggregate-Day-reference.csv index 66d502987b..b0c9478ef1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_person_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_person_count/aggregate-Day-reference.csv @@ -14,8 +14,8 @@ start,end 5,3 12,3 7,2 +9,2 3,1 -9,1 14,1 16,1 20,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_person_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_person_count/aggregate-Month-reference.csv index 66d502987b..b0c9478ef1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_person_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_person_count/aggregate-Month-reference.csv @@ -14,8 +14,8 @@ start,end 5,3 12,3 7,2 +9,2 3,1 -9,1 14,1 16,1 20,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_person_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_person_count/aggregate-Quarter-reference.csv index 66d502987b..b0c9478ef1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_person_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_person_count/aggregate-Quarter-reference.csv @@ -14,8 +14,8 @@ start,end 5,3 12,3 7,2 +9,2 3,1 -9,1 14,1 16,1 20,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_person_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_person_count/aggregate-Year-reference.csv index 66d502987b..b0c9478ef1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_person_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_person_count/aggregate-Year-reference.csv @@ -14,8 +14,8 @@ start,end 5,3 12,3 7,2 +9,2 3,1 -9,1 14,1 16,1 20,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_person_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_person_count/timeseries-Day-reference.csv index 2deb89f310..28fd6a3061 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_person_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_person_count/timeseries-Day-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[1] Number of Users: Active","[4] Number of Users: Active","[2] Number of Users: Active","[8] Number of Users: Active","[6] Number of Users: Active","[5] Number of Users: Active","[12] Number of Users: Active","[7] Number of Users: Active","[3] Number of Users: Active","[9] Number of Users: Active","[14] Number of Users: Active","[16] Number of Users: Active","[20] Number of Users: Active","[24] Number of Users: Active","[28] Number of Users: Active" +Day,"[1] Number of Users: Active","[4] Number of Users: Active","[2] Number of Users: Active","[8] Number of Users: Active","[6] Number of Users: Active","[5] Number of Users: Active","[12] Number of Users: Active","[7] Number of Users: Active","[9] Number of Users: Active","[3] Number of Users: Active","[14] Number of Users: Active","[16] Number of Users: Active","[20] Number of Users: Active","[24] Number of Users: Active","[28] Number of Users: Active" 2016-12-22,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-23,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-24,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0 @@ -14,7 +14,7 @@ Day,"[1] Number of Users: Active","[4] Number of Users: Active","[2] Number of U 2016-12-27,11,0,1,2,1,0,1,0,0,0,0,0,0,0,0 2016-12-28,19,1,1,2,1,0,2,1,0,0,0,0,0,0,0 2016-12-29,30,2,2,3,2,2,2,2,0,0,1,0,1,0,0 -2016-12-30,48,7,6,5,3,3,3,2,0,1,1,1,1,1,1 -2016-12-31,40,5,3,5,3,3,2,2,1,0,0,1,0,0,1 -2017-01-01,28,4,4,4,2,2,0,0,1,0,0,1,1,0,0 +2016-12-30,48,7,6,5,3,3,3,2,2,0,1,1,1,1,1 +2016-12-31,40,5,3,5,3,3,2,2,0,1,0,1,0,0,1 +2017-01-01,28,4,4,4,2,2,0,0,0,1,0,1,1,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_person_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_person_count/timeseries-Month-reference.csv index bfeb48d37d..c907d2ec6b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_person_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_person_count/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[1] Number of Users: Active","[4] Number of Users: Active","[2] Number of Users: Active","[8] Number of Users: Active","[6] Number of Users: Active","[5] Number of Users: Active","[12] Number of Users: Active","[7] Number of Users: Active","[3] Number of Users: Active","[9] Number of Users: Active","[14] Number of Users: Active","[16] Number of Users: Active","[20] Number of Users: Active","[24] Number of Users: Active","[28] Number of Users: Active" -2016-12,49,8,7,5,3,3,3,2,1,1,1,1,1,1,1 -2017-01,28,4,4,4,2,2,0,0,1,0,0,1,1,0,0 +Month,"[1] Number of Users: Active","[4] Number of Users: Active","[2] Number of Users: Active","[8] Number of Users: Active","[6] Number of Users: Active","[5] Number of Users: Active","[12] Number of Users: Active","[7] Number of Users: Active","[9] Number of Users: Active","[3] Number of Users: Active","[14] Number of Users: Active","[16] Number of Users: Active","[20] Number of Users: Active","[24] Number of Users: Active","[28] Number of Users: Active" +2016-12,49,8,7,5,3,3,3,2,2,1,1,1,1,1,1 +2017-01,28,4,4,4,2,2,0,0,0,1,0,1,1,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_person_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_person_count/timeseries-Quarter-reference.csv index a8c5e94047..cdd891a079 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_person_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_person_count/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[1] Number of Users: Active","[4] Number of Users: Active","[2] Number of Users: Active","[8] Number of Users: Active","[6] Number of Users: Active","[5] Number of Users: Active","[12] Number of Users: Active","[7] Number of Users: Active","[3] Number of Users: Active","[9] Number of Users: Active","[14] Number of Users: Active","[16] Number of Users: Active","[20] Number of Users: Active","[24] Number of Users: Active","[28] Number of Users: Active" -"2016 Q4",49,8,7,5,3,3,3,2,1,1,1,1,1,1,1 -"2017 Q1",28,4,4,4,2,2,0,0,1,0,0,1,1,0,0 +Quarter,"[1] Number of Users: Active","[4] Number of Users: Active","[2] Number of Users: Active","[8] Number of Users: Active","[6] Number of Users: Active","[5] Number of Users: Active","[12] Number of Users: Active","[7] Number of Users: Active","[9] Number of Users: Active","[3] Number of Users: Active","[14] Number of Users: Active","[16] Number of Users: Active","[20] Number of Users: Active","[24] Number of Users: Active","[28] Number of Users: Active" +"2016 Q4",49,8,7,5,3,3,3,2,2,1,1,1,1,1,1 +"2017 Q1",28,4,4,4,2,2,0,0,0,1,0,1,1,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_person_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_person_count/timeseries-Year-reference.csv index a9f271555d..97e9e96c1f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_person_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_person_count/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[1] Number of Users: Active","[4] Number of Users: Active","[2] Number of Users: Active","[8] Number of Users: Active","[6] Number of Users: Active","[5] Number of Users: Active","[12] Number of Users: Active","[7] Number of Users: Active","[3] Number of Users: Active","[9] Number of Users: Active","[14] Number of Users: Active","[16] Number of Users: Active","[20] Number of Users: Active","[24] Number of Users: Active","[28] Number of Users: Active" -2016,49,8,7,5,3,3,3,2,1,1,1,1,1,1,1 -2017,28,4,4,4,2,2,0,0,1,0,0,1,1,0,0 +Year,"[1] Number of Users: Active","[4] Number of Users: Active","[2] Number of Users: Active","[8] Number of Users: Active","[6] Number of Users: Active","[5] Number of Users: Active","[12] Number of Users: Active","[7] Number of Users: Active","[9] Number of Users: Active","[3] Number of Users: Active","[14] Number of Users: Active","[16] Number of Users: Active","[20] Number of Users: Active","[24] Number of Users: Active","[28] Number of Users: Active" +2016,49,8,7,5,3,3,3,2,2,1,1,1,1,1,1 +2017,28,4,4,4,2,2,0,0,0,1,0,1,1,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_pi_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_pi_count/aggregate-Day-reference.csv index 651632b12c..5ab82f0abe 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_pi_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_pi_count/aggregate-Day-reference.csv @@ -14,8 +14,8 @@ start,end 12,3 5,2 7,2 +9,2 3,1 -9,1 14,1 16,1 20,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_pi_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_pi_count/aggregate-Month-reference.csv index 651632b12c..5ab82f0abe 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_pi_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_pi_count/aggregate-Month-reference.csv @@ -14,8 +14,8 @@ start,end 12,3 5,2 7,2 +9,2 3,1 -9,1 14,1 16,1 20,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_pi_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_pi_count/aggregate-Quarter-reference.csv index 651632b12c..5ab82f0abe 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_pi_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_pi_count/aggregate-Quarter-reference.csv @@ -14,8 +14,8 @@ start,end 12,3 5,2 7,2 +9,2 3,1 -9,1 14,1 16,1 20,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_pi_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_pi_count/aggregate-Year-reference.csv index 651632b12c..5ab82f0abe 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_pi_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_pi_count/aggregate-Year-reference.csv @@ -14,8 +14,8 @@ start,end 12,3 5,2 7,2 +9,2 3,1 -9,1 14,1 16,1 20,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_pi_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_pi_count/timeseries-Day-reference.csv index 885b28c0e4..32ff7d2cfe 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_pi_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_pi_count/timeseries-Day-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[1] Number of PIs: Active","[4] Number of PIs: Active","[2] Number of PIs: Active","[8] Number of PIs: Active","[6] Number of PIs: Active","[12] Number of PIs: Active","[5] Number of PIs: Active","[7] Number of PIs: Active","[3] Number of PIs: Active","[9] Number of PIs: Active","[14] Number of PIs: Active","[16] Number of PIs: Active","[20] Number of PIs: Active","[24] Number of PIs: Active","[28] Number of PIs: Active" +Day,"[1] Number of PIs: Active","[4] Number of PIs: Active","[2] Number of PIs: Active","[8] Number of PIs: Active","[6] Number of PIs: Active","[12] Number of PIs: Active","[5] Number of PIs: Active","[7] Number of PIs: Active","[9] Number of PIs: Active","[3] Number of PIs: Active","[14] Number of PIs: Active","[16] Number of PIs: Active","[20] Number of PIs: Active","[24] Number of PIs: Active","[28] Number of PIs: Active" 2016-12-22,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-23,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-24,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0 @@ -14,7 +14,7 @@ Day,"[1] Number of PIs: Active","[4] Number of PIs: Active","[2] Number of PIs: 2016-12-27,8,0,1,2,1,1,0,0,0,0,0,0,0,0,0 2016-12-28,15,1,1,2,1,2,0,1,0,0,0,0,0,0,0 2016-12-29,20,2,2,3,2,2,1,2,0,0,1,0,1,0,0 -2016-12-30,31,7,6,5,2,3,2,2,0,1,1,1,1,1,1 -2016-12-31,26,5,3,5,2,2,2,2,1,0,0,1,0,0,1 -2017-01-01,20,4,4,4,2,0,1,0,1,0,0,1,1,0,0 +2016-12-30,31,7,6,5,2,3,2,2,2,0,1,1,1,1,1 +2016-12-31,26,5,3,5,2,2,2,2,0,1,0,1,0,0,1 +2017-01-01,20,4,4,4,2,0,1,0,0,1,0,1,1,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_pi_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_pi_count/timeseries-Month-reference.csv index 4ae0670743..880caca7c6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_pi_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_pi_count/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[1] Number of PIs: Active","[4] Number of PIs: Active","[2] Number of PIs: Active","[8] Number of PIs: Active","[6] Number of PIs: Active","[12] Number of PIs: Active","[5] Number of PIs: Active","[7] Number of PIs: Active","[3] Number of PIs: Active","[9] Number of PIs: Active","[14] Number of PIs: Active","[16] Number of PIs: Active","[20] Number of PIs: Active","[24] Number of PIs: Active","[28] Number of PIs: Active" -2016-12,32,8,7,5,2,3,2,2,1,1,1,1,1,1,1 -2017-01,20,4,4,4,2,0,1,0,1,0,0,1,1,0,0 +Month,"[1] Number of PIs: Active","[4] Number of PIs: Active","[2] Number of PIs: Active","[8] Number of PIs: Active","[6] Number of PIs: Active","[12] Number of PIs: Active","[5] Number of PIs: Active","[7] Number of PIs: Active","[9] Number of PIs: Active","[3] Number of PIs: Active","[14] Number of PIs: Active","[16] Number of PIs: Active","[20] Number of PIs: Active","[24] Number of PIs: Active","[28] Number of PIs: Active" +2016-12,32,8,7,5,2,3,2,2,2,1,1,1,1,1,1 +2017-01,20,4,4,4,2,0,1,0,0,1,0,1,1,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_pi_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_pi_count/timeseries-Quarter-reference.csv index 36265199a9..2a631f88c3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_pi_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_pi_count/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[1] Number of PIs: Active","[4] Number of PIs: Active","[2] Number of PIs: Active","[8] Number of PIs: Active","[6] Number of PIs: Active","[12] Number of PIs: Active","[5] Number of PIs: Active","[7] Number of PIs: Active","[3] Number of PIs: Active","[9] Number of PIs: Active","[14] Number of PIs: Active","[16] Number of PIs: Active","[20] Number of PIs: Active","[24] Number of PIs: Active","[28] Number of PIs: Active" -"2016 Q4",32,8,7,5,2,3,2,2,1,1,1,1,1,1,1 -"2017 Q1",20,4,4,4,2,0,1,0,1,0,0,1,1,0,0 +Quarter,"[1] Number of PIs: Active","[4] Number of PIs: Active","[2] Number of PIs: Active","[8] Number of PIs: Active","[6] Number of PIs: Active","[12] Number of PIs: Active","[5] Number of PIs: Active","[7] Number of PIs: Active","[9] Number of PIs: Active","[3] Number of PIs: Active","[14] Number of PIs: Active","[16] Number of PIs: Active","[20] Number of PIs: Active","[24] Number of PIs: Active","[28] Number of PIs: Active" +"2016 Q4",32,8,7,5,2,3,2,2,2,1,1,1,1,1,1 +"2017 Q1",20,4,4,4,2,0,1,0,0,1,0,1,1,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_pi_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_pi_count/timeseries-Year-reference.csv index 3a56a69e37..20d2cef5a2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_pi_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/active_pi_count/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[1] Number of PIs: Active","[4] Number of PIs: Active","[2] Number of PIs: Active","[8] Number of PIs: Active","[6] Number of PIs: Active","[12] Number of PIs: Active","[5] Number of PIs: Active","[7] Number of PIs: Active","[3] Number of PIs: Active","[9] Number of PIs: Active","[14] Number of PIs: Active","[16] Number of PIs: Active","[20] Number of PIs: Active","[24] Number of PIs: Active","[28] Number of PIs: Active" -2016,32,8,7,5,2,3,2,2,1,1,1,1,1,1,1 -2017,20,4,4,4,2,0,1,0,1,0,0,1,1,0,0 +Year,"[1] Number of PIs: Active","[4] Number of PIs: Active","[2] Number of PIs: Active","[8] Number of PIs: Active","[6] Number of PIs: Active","[12] Number of PIs: Active","[5] Number of PIs: Active","[7] Number of PIs: Active","[9] Number of PIs: Active","[3] Number of PIs: Active","[14] Number of PIs: Active","[16] Number of PIs: Active","[20] Number of PIs: Active","[24] Number of PIs: Active","[28] Number of PIs: Active" +2016,32,8,7,5,2,3,2,2,2,1,1,1,1,1,1 +2017,20,4,4,4,2,0,1,0,0,1,0,1,1,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/job_count/aggregate-Day-reference.csv index e54431efcb..6eb20c17dd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/job_count/aggregate-Day-reference.csv @@ -16,9 +16,9 @@ start,end 7,9 5,5 16,5 +9,2 14,2 20,2 -9,1 24,1 28,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/job_count/aggregate-Month-reference.csv index e54431efcb..6eb20c17dd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/job_count/aggregate-Month-reference.csv @@ -16,9 +16,9 @@ start,end 7,9 5,5 16,5 +9,2 14,2 20,2 -9,1 24,1 28,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/job_count/aggregate-Quarter-reference.csv index e54431efcb..6eb20c17dd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/job_count/aggregate-Quarter-reference.csv @@ -16,9 +16,9 @@ start,end 7,9 5,5 16,5 +9,2 14,2 20,2 -9,1 24,1 28,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/job_count/aggregate-Year-reference.csv index e54431efcb..6eb20c17dd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/job_count/aggregate-Year-reference.csv @@ -16,9 +16,9 @@ start,end 7,9 5,5 16,5 +9,2 14,2 20,2 -9,1 24,1 28,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/job_count/timeseries-Day-reference.csv index 1cf09b1ce1..1beb2065a1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/job_count/timeseries-Day-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[1] Number of Jobs Ended","[2] Number of Jobs Ended","[8] Number of Jobs Ended","[4] Number of Jobs Ended","[6] Number of Jobs Ended","[12] Number of Jobs Ended","[3] Number of Jobs Ended","[7] Number of Jobs Ended","[5] Number of Jobs Ended","[16] Number of Jobs Ended","[14] Number of Jobs Ended","[20] Number of Jobs Ended","[9] Number of Jobs Ended","[24] Number of Jobs Ended","[28] Number of Jobs Ended" +Day,"[1] Number of Jobs Ended","[2] Number of Jobs Ended","[8] Number of Jobs Ended","[4] Number of Jobs Ended","[6] Number of Jobs Ended","[12] Number of Jobs Ended","[3] Number of Jobs Ended","[7] Number of Jobs Ended","[5] Number of Jobs Ended","[16] Number of Jobs Ended","[9] Number of Jobs Ended","[14] Number of Jobs Ended","[20] Number of Jobs Ended","[24] Number of Jobs Ended","[28] Number of Jobs Ended" 2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 @@ -14,7 +14,7 @@ Day,"[1] Number of Jobs Ended","[2] Number of Jobs Ended","[8] Number of Jobs En 2016-12-27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-30,26459,55,34,37,7,1,0,4,2,2,2,1,1,1,0 +2016-12-30,26459,55,34,37,7,1,0,4,2,2,2,2,1,1,0 2016-12-31,28060,15,27,12,5,10,4,5,1,1,0,0,0,0,1 -2017-01-01,16379,77,44,48,8,0,5,0,2,2,0,1,0,0,0 +2017-01-01,16379,77,44,48,8,0,5,0,2,2,0,0,1,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/job_count/timeseries-Month-reference.csv index 0c5dca57a6..c1ad1c7afc 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/job_count/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[1] Number of Jobs Ended","[2] Number of Jobs Ended","[8] Number of Jobs Ended","[4] Number of Jobs Ended","[6] Number of Jobs Ended","[12] Number of Jobs Ended","[3] Number of Jobs Ended","[7] Number of Jobs Ended","[5] Number of Jobs Ended","[16] Number of Jobs Ended","[14] Number of Jobs Ended","[20] Number of Jobs Ended","[9] Number of Jobs Ended","[24] Number of Jobs Ended","[28] Number of Jobs Ended" -2016-12,54519,70,61,49,12,11,4,9,3,3,2,1,1,1,1 -2017-01,16379,77,44,48,8,0,5,0,2,2,0,1,0,0,0 +Month,"[1] Number of Jobs Ended","[2] Number of Jobs Ended","[8] Number of Jobs Ended","[4] Number of Jobs Ended","[6] Number of Jobs Ended","[12] Number of Jobs Ended","[3] Number of Jobs Ended","[7] Number of Jobs Ended","[5] Number of Jobs Ended","[16] Number of Jobs Ended","[9] Number of Jobs Ended","[14] Number of Jobs Ended","[20] Number of Jobs Ended","[24] Number of Jobs Ended","[28] Number of Jobs Ended" +2016-12,54519,70,61,49,12,11,4,9,3,3,2,2,1,1,1 +2017-01,16379,77,44,48,8,0,5,0,2,2,0,0,1,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/job_count/timeseries-Quarter-reference.csv index 89132eb9f9..9178a5c46d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/job_count/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[1] Number of Jobs Ended","[2] Number of Jobs Ended","[8] Number of Jobs Ended","[4] Number of Jobs Ended","[6] Number of Jobs Ended","[12] Number of Jobs Ended","[3] Number of Jobs Ended","[7] Number of Jobs Ended","[5] Number of Jobs Ended","[16] Number of Jobs Ended","[14] Number of Jobs Ended","[20] Number of Jobs Ended","[9] Number of Jobs Ended","[24] Number of Jobs Ended","[28] Number of Jobs Ended" -"2016 Q4",54519,70,61,49,12,11,4,9,3,3,2,1,1,1,1 -"2017 Q1",16379,77,44,48,8,0,5,0,2,2,0,1,0,0,0 +Quarter,"[1] Number of Jobs Ended","[2] Number of Jobs Ended","[8] Number of Jobs Ended","[4] Number of Jobs Ended","[6] Number of Jobs Ended","[12] Number of Jobs Ended","[3] Number of Jobs Ended","[7] Number of Jobs Ended","[5] Number of Jobs Ended","[16] Number of Jobs Ended","[9] Number of Jobs Ended","[14] Number of Jobs Ended","[20] Number of Jobs Ended","[24] Number of Jobs Ended","[28] Number of Jobs Ended" +"2016 Q4",54519,70,61,49,12,11,4,9,3,3,2,2,1,1,1 +"2017 Q1",16379,77,44,48,8,0,5,0,2,2,0,0,1,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/job_count/timeseries-Year-reference.csv index 476f1dfd29..a5f9f0ee3b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/job_count/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[1] Number of Jobs Ended","[2] Number of Jobs Ended","[8] Number of Jobs Ended","[4] Number of Jobs Ended","[6] Number of Jobs Ended","[12] Number of Jobs Ended","[3] Number of Jobs Ended","[7] Number of Jobs Ended","[5] Number of Jobs Ended","[16] Number of Jobs Ended","[14] Number of Jobs Ended","[20] Number of Jobs Ended","[9] Number of Jobs Ended","[24] Number of Jobs Ended","[28] Number of Jobs Ended" -2016,54519,70,61,49,12,11,4,9,3,3,2,1,1,1,1 -2017,16379,77,44,48,8,0,5,0,2,2,0,1,0,0,0 +Year,"[1] Number of Jobs Ended","[2] Number of Jobs Ended","[8] Number of Jobs Ended","[4] Number of Jobs Ended","[6] Number of Jobs Ended","[12] Number of Jobs Ended","[3] Number of Jobs Ended","[7] Number of Jobs Ended","[5] Number of Jobs Ended","[16] Number of Jobs Ended","[9] Number of Jobs Ended","[14] Number of Jobs Ended","[20] Number of Jobs Ended","[24] Number of Jobs Ended","[28] Number of Jobs Ended" +2016,54519,70,61,49,12,11,4,9,3,3,2,2,1,1,1 +2017,16379,77,44,48,8,0,5,0,2,2,0,0,1,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/running_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/running_job_count/aggregate-Day-reference.csv index b6d125a4b5..3ca086cedf 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/running_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/running_job_count/aggregate-Day-reference.csv @@ -16,9 +16,9 @@ start,end 7,9 5,5 16,5 +9,2 14,2 20,2 -9,1 24,1 28,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/running_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/running_job_count/aggregate-Month-reference.csv index b6d125a4b5..3ca086cedf 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/running_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/running_job_count/aggregate-Month-reference.csv @@ -16,9 +16,9 @@ start,end 7,9 5,5 16,5 +9,2 14,2 20,2 -9,1 24,1 28,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/running_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/running_job_count/aggregate-Quarter-reference.csv index b6d125a4b5..3ca086cedf 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/running_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/running_job_count/aggregate-Quarter-reference.csv @@ -16,9 +16,9 @@ start,end 7,9 5,5 16,5 +9,2 14,2 20,2 -9,1 24,1 28,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/running_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/running_job_count/aggregate-Year-reference.csv index b6d125a4b5..3ca086cedf 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/running_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/running_job_count/aggregate-Year-reference.csv @@ -16,9 +16,9 @@ start,end 7,9 5,5 16,5 +9,2 14,2 20,2 -9,1 24,1 28,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/running_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/running_job_count/timeseries-Day-reference.csv index 907374b853..b672a95352 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/running_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/running_job_count/timeseries-Day-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[1] Number of Jobs Running","[2] Number of Jobs Running","[8] Number of Jobs Running","[4] Number of Jobs Running","[6] Number of Jobs Running","[12] Number of Jobs Running","[3] Number of Jobs Running","[7] Number of Jobs Running","[5] Number of Jobs Running","[16] Number of Jobs Running","[14] Number of Jobs Running","[20] Number of Jobs Running","[9] Number of Jobs Running","[24] Number of Jobs Running","[28] Number of Jobs Running" +Day,"[1] Number of Jobs Running","[2] Number of Jobs Running","[8] Number of Jobs Running","[4] Number of Jobs Running","[6] Number of Jobs Running","[12] Number of Jobs Running","[3] Number of Jobs Running","[7] Number of Jobs Running","[5] Number of Jobs Running","[16] Number of Jobs Running","[9] Number of Jobs Running","[14] Number of Jobs Running","[20] Number of Jobs Running","[24] Number of Jobs Running","[28] Number of Jobs Running" 2016-12-22,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-23,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-24,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0 @@ -13,8 +13,8 @@ Day,"[1] Number of Jobs Running","[2] Number of Jobs Running","[8] Number of Job 2016-12-26,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-27,34,2,4,0,1,1,0,0,0,0,0,0,0,0,0 2016-12-28,412,7,16,3,2,9,0,1,0,0,0,0,0,0,0 -2016-12-29,1669,11,26,7,9,9,0,5,2,0,1,1,0,0,0 -2016-12-30,28658,56,57,41,10,11,0,9,5,2,2,1,1,1,1 +2016-12-29,1669,11,26,7,9,9,0,5,2,0,0,1,1,0,0 +2016-12-30,28658,56,57,41,10,11,0,9,5,2,2,2,1,1,1 2016-12-31,29495,25,38,14,6,10,5,5,3,1,0,0,0,0,1 -2017-01-01,16379,77,44,48,8,0,5,0,2,2,0,1,0,0,0 +2017-01-01,16379,77,44,48,8,0,5,0,2,2,0,0,1,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/running_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/running_job_count/timeseries-Month-reference.csv index b3d092299f..93dfd73a20 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/running_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/running_job_count/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[1] Number of Jobs Running","[2] Number of Jobs Running","[8] Number of Jobs Running","[4] Number of Jobs Running","[6] Number of Jobs Running","[12] Number of Jobs Running","[3] Number of Jobs Running","[7] Number of Jobs Running","[5] Number of Jobs Running","[16] Number of Jobs Running","[14] Number of Jobs Running","[20] Number of Jobs Running","[9] Number of Jobs Running","[24] Number of Jobs Running","[28] Number of Jobs Running" -2016-12,55954,80,72,51,13,11,5,9,5,3,2,1,1,1,1 -2017-01,16379,77,44,48,8,0,5,0,2,2,0,1,0,0,0 +Month,"[1] Number of Jobs Running","[2] Number of Jobs Running","[8] Number of Jobs Running","[4] Number of Jobs Running","[6] Number of Jobs Running","[12] Number of Jobs Running","[3] Number of Jobs Running","[7] Number of Jobs Running","[5] Number of Jobs Running","[16] Number of Jobs Running","[9] Number of Jobs Running","[14] Number of Jobs Running","[20] Number of Jobs Running","[24] Number of Jobs Running","[28] Number of Jobs Running" +2016-12,55954,80,72,51,13,11,5,9,5,3,2,2,1,1,1 +2017-01,16379,77,44,48,8,0,5,0,2,2,0,0,1,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/running_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/running_job_count/timeseries-Quarter-reference.csv index 42cfc8e345..495d945c91 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/running_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/running_job_count/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[1] Number of Jobs Running","[2] Number of Jobs Running","[8] Number of Jobs Running","[4] Number of Jobs Running","[6] Number of Jobs Running","[12] Number of Jobs Running","[3] Number of Jobs Running","[7] Number of Jobs Running","[5] Number of Jobs Running","[16] Number of Jobs Running","[14] Number of Jobs Running","[20] Number of Jobs Running","[9] Number of Jobs Running","[24] Number of Jobs Running","[28] Number of Jobs Running" -"2016 Q4",55954,80,72,51,13,11,5,9,5,3,2,1,1,1,1 -"2017 Q1",16379,77,44,48,8,0,5,0,2,2,0,1,0,0,0 +Quarter,"[1] Number of Jobs Running","[2] Number of Jobs Running","[8] Number of Jobs Running","[4] Number of Jobs Running","[6] Number of Jobs Running","[12] Number of Jobs Running","[3] Number of Jobs Running","[7] Number of Jobs Running","[5] Number of Jobs Running","[16] Number of Jobs Running","[9] Number of Jobs Running","[14] Number of Jobs Running","[20] Number of Jobs Running","[24] Number of Jobs Running","[28] Number of Jobs Running" +"2016 Q4",55954,80,72,51,13,11,5,9,5,3,2,2,1,1,1 +"2017 Q1",16379,77,44,48,8,0,5,0,2,2,0,0,1,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/running_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/running_job_count/timeseries-Year-reference.csv index 903380553b..f50f0fcaa3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/running_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/running_job_count/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[1] Number of Jobs Running","[2] Number of Jobs Running","[8] Number of Jobs Running","[4] Number of Jobs Running","[6] Number of Jobs Running","[12] Number of Jobs Running","[3] Number of Jobs Running","[7] Number of Jobs Running","[5] Number of Jobs Running","[16] Number of Jobs Running","[14] Number of Jobs Running","[20] Number of Jobs Running","[9] Number of Jobs Running","[24] Number of Jobs Running","[28] Number of Jobs Running" -2016,55954,80,72,51,13,11,5,9,5,3,2,1,1,1,1 -2017,16379,77,44,48,8,0,5,0,2,2,0,1,0,0,0 +Year,"[1] Number of Jobs Running","[2] Number of Jobs Running","[8] Number of Jobs Running","[4] Number of Jobs Running","[6] Number of Jobs Running","[12] Number of Jobs Running","[3] Number of Jobs Running","[7] Number of Jobs Running","[5] Number of Jobs Running","[16] Number of Jobs Running","[9] Number of Jobs Running","[14] Number of Jobs Running","[20] Number of Jobs Running","[24] Number of Jobs Running","[28] Number of Jobs Running" +2016,55954,80,72,51,13,11,5,9,5,3,2,2,1,1,1 +2017,16379,77,44,48,8,0,5,0,2,2,0,0,1,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/started_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/started_job_count/aggregate-Day-reference.csv index 6fa9cf32fc..ed15824aad 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/started_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/started_job_count/aggregate-Day-reference.csv @@ -16,9 +16,9 @@ start,end 7,9 5,5 16,5 +9,2 14,2 20,2 -9,1 24,1 28,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/started_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/started_job_count/aggregate-Month-reference.csv index 6fa9cf32fc..ed15824aad 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/started_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/started_job_count/aggregate-Month-reference.csv @@ -16,9 +16,9 @@ start,end 7,9 5,5 16,5 +9,2 14,2 20,2 -9,1 24,1 28,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/started_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/started_job_count/aggregate-Quarter-reference.csv index 6fa9cf32fc..ed15824aad 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/started_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/started_job_count/aggregate-Quarter-reference.csv @@ -16,9 +16,9 @@ start,end 7,9 5,5 16,5 +9,2 14,2 20,2 -9,1 24,1 28,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/started_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/started_job_count/aggregate-Year-reference.csv index 6fa9cf32fc..ed15824aad 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/started_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/started_job_count/aggregate-Year-reference.csv @@ -16,9 +16,9 @@ start,end 7,9 5,5 16,5 +9,2 14,2 20,2 -9,1 24,1 28,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/started_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/started_job_count/timeseries-Day-reference.csv index 91c0463afe..a7efb409ea 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/started_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/started_job_count/timeseries-Day-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[1] Number of Jobs Started","[2] Number of Jobs Started","[8] Number of Jobs Started","[4] Number of Jobs Started","[6] Number of Jobs Started","[12] Number of Jobs Started","[3] Number of Jobs Started","[7] Number of Jobs Started","[5] Number of Jobs Started","[16] Number of Jobs Started","[14] Number of Jobs Started","[20] Number of Jobs Started","[9] Number of Jobs Started","[24] Number of Jobs Started","[28] Number of Jobs Started" +Day,"[1] Number of Jobs Started","[2] Number of Jobs Started","[8] Number of Jobs Started","[4] Number of Jobs Started","[6] Number of Jobs Started","[12] Number of Jobs Started","[3] Number of Jobs Started","[7] Number of Jobs Started","[5] Number of Jobs Started","[16] Number of Jobs Started","[9] Number of Jobs Started","[14] Number of Jobs Started","[20] Number of Jobs Started","[24] Number of Jobs Started","[28] Number of Jobs Started" 2016-12-22,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-23,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 @@ -13,8 +13,8 @@ Day,"[1] Number of Jobs Started","[2] Number of Jobs Started","[8] Number of Job 2016-12-26,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-27,23,2,4,0,1,1,0,0,0,0,0,0,0,0,0 2016-12-28,378,5,12,3,1,8,0,1,0,0,0,0,0,0,0 -2016-12-29,1257,4,10,4,7,0,0,4,2,0,1,1,0,0,0 -2016-12-30,26989,45,31,34,1,2,0,4,3,2,1,0,1,1,1 +2016-12-29,1257,4,10,4,7,0,0,4,2,0,0,1,1,0,0 +2016-12-30,26989,45,31,34,1,2,0,4,3,2,2,1,0,1,1 2016-12-31,27296,24,15,10,3,0,5,0,0,1,0,0,0,0,0 -2017-01-01,14944,67,33,46,7,0,4,0,0,2,0,1,0,0,0 +2017-01-01,14944,67,33,46,7,0,4,0,0,2,0,0,1,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/started_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/started_job_count/timeseries-Month-reference.csv index e864673c83..690fe4f0d7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/started_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/started_job_count/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[1] Number of Jobs Started","[2] Number of Jobs Started","[8] Number of Jobs Started","[4] Number of Jobs Started","[6] Number of Jobs Started","[12] Number of Jobs Started","[3] Number of Jobs Started","[7] Number of Jobs Started","[5] Number of Jobs Started","[16] Number of Jobs Started","[14] Number of Jobs Started","[20] Number of Jobs Started","[9] Number of Jobs Started","[24] Number of Jobs Started","[28] Number of Jobs Started" -2016-12,55954,80,72,51,13,11,5,9,5,3,2,1,1,1,1 -2017-01,14944,67,33,46,7,0,4,0,0,2,0,1,0,0,0 +Month,"[1] Number of Jobs Started","[2] Number of Jobs Started","[8] Number of Jobs Started","[4] Number of Jobs Started","[6] Number of Jobs Started","[12] Number of Jobs Started","[3] Number of Jobs Started","[7] Number of Jobs Started","[5] Number of Jobs Started","[16] Number of Jobs Started","[9] Number of Jobs Started","[14] Number of Jobs Started","[20] Number of Jobs Started","[24] Number of Jobs Started","[28] Number of Jobs Started" +2016-12,55954,80,72,51,13,11,5,9,5,3,2,2,1,1,1 +2017-01,14944,67,33,46,7,0,4,0,0,2,0,0,1,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/started_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/started_job_count/timeseries-Quarter-reference.csv index 8e2447da80..abf5a563d4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/started_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/started_job_count/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[1] Number of Jobs Started","[2] Number of Jobs Started","[8] Number of Jobs Started","[4] Number of Jobs Started","[6] Number of Jobs Started","[12] Number of Jobs Started","[3] Number of Jobs Started","[7] Number of Jobs Started","[5] Number of Jobs Started","[16] Number of Jobs Started","[14] Number of Jobs Started","[20] Number of Jobs Started","[9] Number of Jobs Started","[24] Number of Jobs Started","[28] Number of Jobs Started" -"2016 Q4",55954,80,72,51,13,11,5,9,5,3,2,1,1,1,1 -"2017 Q1",14944,67,33,46,7,0,4,0,0,2,0,1,0,0,0 +Quarter,"[1] Number of Jobs Started","[2] Number of Jobs Started","[8] Number of Jobs Started","[4] Number of Jobs Started","[6] Number of Jobs Started","[12] Number of Jobs Started","[3] Number of Jobs Started","[7] Number of Jobs Started","[5] Number of Jobs Started","[16] Number of Jobs Started","[9] Number of Jobs Started","[14] Number of Jobs Started","[20] Number of Jobs Started","[24] Number of Jobs Started","[28] Number of Jobs Started" +"2016 Q4",55954,80,72,51,13,11,5,9,5,3,2,2,1,1,1 +"2017 Q1",14944,67,33,46,7,0,4,0,0,2,0,0,1,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/started_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/started_job_count/timeseries-Year-reference.csv index 9903f1e952..1a37cdfee1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/started_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/started_job_count/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[1] Number of Jobs Started","[2] Number of Jobs Started","[8] Number of Jobs Started","[4] Number of Jobs Started","[6] Number of Jobs Started","[12] Number of Jobs Started","[3] Number of Jobs Started","[7] Number of Jobs Started","[5] Number of Jobs Started","[16] Number of Jobs Started","[14] Number of Jobs Started","[20] Number of Jobs Started","[9] Number of Jobs Started","[24] Number of Jobs Started","[28] Number of Jobs Started" -2016,55954,80,72,51,13,11,5,9,5,3,2,1,1,1,1 -2017,14944,67,33,46,7,0,4,0,0,2,0,1,0,0,0 +Year,"[1] Number of Jobs Started","[2] Number of Jobs Started","[8] Number of Jobs Started","[4] Number of Jobs Started","[6] Number of Jobs Started","[12] Number of Jobs Started","[3] Number of Jobs Started","[7] Number of Jobs Started","[5] Number of Jobs Started","[16] Number of Jobs Started","[9] Number of Jobs Started","[14] Number of Jobs Started","[20] Number of Jobs Started","[24] Number of Jobs Started","[28] Number of Jobs Started" +2016,55954,80,72,51,13,11,5,9,5,3,2,2,1,1,1 +2017,14944,67,33,46,7,0,4,0,0,2,0,0,1,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/submitted_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/submitted_job_count/aggregate-Day-reference.csv index dbcb5a97ce..02fbbb5ff5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/submitted_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/submitted_job_count/aggregate-Day-reference.csv @@ -16,8 +16,8 @@ start,end 3,8 5,3 16,3 +9,2 14,2 -9,1 20,0 24,0 28,0 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/submitted_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/submitted_job_count/aggregate-Month-reference.csv index e17704ee21..6b0ec69be2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/submitted_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/submitted_job_count/aggregate-Month-reference.csv @@ -16,8 +16,8 @@ start,end 7,9 5,5 16,4 +9,2 14,2 -9,1 20,1 24,1 28,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/submitted_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/submitted_job_count/aggregate-Quarter-reference.csv index e17704ee21..6b0ec69be2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/submitted_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/submitted_job_count/aggregate-Quarter-reference.csv @@ -16,8 +16,8 @@ start,end 7,9 5,5 16,4 +9,2 14,2 -9,1 20,1 24,1 28,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/submitted_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/submitted_job_count/aggregate-Year-reference.csv index e17704ee21..6b0ec69be2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/submitted_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/submitted_job_count/aggregate-Year-reference.csv @@ -16,8 +16,8 @@ start,end 7,9 5,5 16,4 +9,2 14,2 -9,1 20,1 24,1 28,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/submitted_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/submitted_job_count/timeseries-Day-reference.csv index 198cd86519..545a433cbd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/submitted_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/submitted_job_count/timeseries-Day-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[1] Number of Jobs Submitted","[2] Number of Jobs Submitted","[4] Number of Jobs Submitted","[8] Number of Jobs Submitted","[6] Number of Jobs Submitted","[12] Number of Jobs Submitted","[7] Number of Jobs Submitted","[3] Number of Jobs Submitted","[5] Number of Jobs Submitted","[16] Number of Jobs Submitted","[14] Number of Jobs Submitted","[9] Number of Jobs Submitted","[20] Number of Jobs Submitted","[24] Number of Jobs Submitted","[28] Number of Jobs Submitted" +Day,"[1] Number of Jobs Submitted","[2] Number of Jobs Submitted","[4] Number of Jobs Submitted","[8] Number of Jobs Submitted","[6] Number of Jobs Submitted","[12] Number of Jobs Submitted","[7] Number of Jobs Submitted","[3] Number of Jobs Submitted","[5] Number of Jobs Submitted","[16] Number of Jobs Submitted","[9] Number of Jobs Submitted","[14] Number of Jobs Submitted","[20] Number of Jobs Submitted","[24] Number of Jobs Submitted","[28] Number of Jobs Submitted" 2016-12-22,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-23,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 @@ -13,8 +13,8 @@ Day,"[1] Number of Jobs Submitted","[2] Number of Jobs Submitted","[4] Number of 2016-12-26,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-27,17,0,0,1,0,0,0,0,0,0,0,0,0,0,0 2016-12-28,367,0,3,0,0,8,1,0,0,0,0,0,0,0,0 -2016-12-29,1186,1,3,3,7,0,4,0,1,0,1,0,0,0,0 -2016-12-30,25570,31,25,23,0,2,4,0,2,1,1,1,0,0,0 +2016-12-29,1186,1,3,3,7,0,4,0,1,0,0,1,0,0,0 +2016-12-30,25570,31,25,23,0,2,4,0,2,1,2,1,0,0,0 2016-12-31,24056,24,8,15,3,0,0,4,0,1,0,0,0,0,0 2017-01-01,12933,41,26,22,7,0,0,4,0,1,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/submitted_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/submitted_job_count/timeseries-Month-reference.csv index 9f89f8693a..810ed192bf 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/submitted_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/submitted_job_count/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[1] Number of Jobs Submitted","[2] Number of Jobs Submitted","[8] Number of Jobs Submitted","[4] Number of Jobs Submitted","[6] Number of Jobs Submitted","[12] Number of Jobs Submitted","[3] Number of Jobs Submitted","[7] Number of Jobs Submitted","[5] Number of Jobs Submitted","[16] Number of Jobs Submitted","[14] Number of Jobs Submitted","[9] Number of Jobs Submitted","[20] Number of Jobs Submitted","[24] Number of Jobs Submitted","[28] Number of Jobs Submitted" -2016-12,55954,80,72,51,13,11,5,9,5,3,2,1,1,1,1 +Month,"[1] Number of Jobs Submitted","[2] Number of Jobs Submitted","[8] Number of Jobs Submitted","[4] Number of Jobs Submitted","[6] Number of Jobs Submitted","[12] Number of Jobs Submitted","[3] Number of Jobs Submitted","[7] Number of Jobs Submitted","[5] Number of Jobs Submitted","[16] Number of Jobs Submitted","[9] Number of Jobs Submitted","[14] Number of Jobs Submitted","[20] Number of Jobs Submitted","[24] Number of Jobs Submitted","[28] Number of Jobs Submitted" +2016-12,55954,80,72,51,13,11,5,9,5,3,2,2,1,1,1 2017-01,12933,41,22,26,7,0,4,0,0,1,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/submitted_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/submitted_job_count/timeseries-Quarter-reference.csv index 9a70a09359..02662d07db 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/submitted_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/submitted_job_count/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[1] Number of Jobs Submitted","[2] Number of Jobs Submitted","[8] Number of Jobs Submitted","[4] Number of Jobs Submitted","[6] Number of Jobs Submitted","[12] Number of Jobs Submitted","[3] Number of Jobs Submitted","[7] Number of Jobs Submitted","[5] Number of Jobs Submitted","[16] Number of Jobs Submitted","[14] Number of Jobs Submitted","[9] Number of Jobs Submitted","[20] Number of Jobs Submitted","[24] Number of Jobs Submitted","[28] Number of Jobs Submitted" -"2016 Q4",55954,80,72,51,13,11,5,9,5,3,2,1,1,1,1 +Quarter,"[1] Number of Jobs Submitted","[2] Number of Jobs Submitted","[8] Number of Jobs Submitted","[4] Number of Jobs Submitted","[6] Number of Jobs Submitted","[12] Number of Jobs Submitted","[3] Number of Jobs Submitted","[7] Number of Jobs Submitted","[5] Number of Jobs Submitted","[16] Number of Jobs Submitted","[9] Number of Jobs Submitted","[14] Number of Jobs Submitted","[20] Number of Jobs Submitted","[24] Number of Jobs Submitted","[28] Number of Jobs Submitted" +"2016 Q4",55954,80,72,51,13,11,5,9,5,3,2,2,1,1,1 "2017 Q1",12933,41,22,26,7,0,4,0,0,1,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/submitted_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/submitted_job_count/timeseries-Year-reference.csv index c6276bdd68..0fb6eef44b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/submitted_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/submitted_job_count/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[1] Number of Jobs Submitted","[2] Number of Jobs Submitted","[8] Number of Jobs Submitted","[4] Number of Jobs Submitted","[6] Number of Jobs Submitted","[12] Number of Jobs Submitted","[3] Number of Jobs Submitted","[7] Number of Jobs Submitted","[5] Number of Jobs Submitted","[16] Number of Jobs Submitted","[14] Number of Jobs Submitted","[9] Number of Jobs Submitted","[20] Number of Jobs Submitted","[24] Number of Jobs Submitted","[28] Number of Jobs Submitted" -2016,55954,80,72,51,13,11,5,9,5,3,2,1,1,1,1 +Year,"[1] Number of Jobs Submitted","[2] Number of Jobs Submitted","[8] Number of Jobs Submitted","[4] Number of Jobs Submitted","[6] Number of Jobs Submitted","[12] Number of Jobs Submitted","[3] Number of Jobs Submitted","[7] Number of Jobs Submitted","[5] Number of Jobs Submitted","[16] Number of Jobs Submitted","[9] Number of Jobs Submitted","[14] Number of Jobs Submitted","[20] Number of Jobs Submitted","[24] Number of Jobs Submitted","[28] Number of Jobs Submitted" +2016,55954,80,72,51,13,11,5,9,5,3,2,2,1,1,1 2017,12933,41,22,26,7,0,4,0,0,1,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_cpu_hours/aggregate-Day-reference.csv index 5d0e191d7e..7027d878e4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_cpu_hours/aggregate-Day-reference.csv @@ -18,7 +18,7 @@ start,end 20,1444.4889 3,1307.9100 14,1129.0533 +9,56.2800 16,48.0000 -9,28.1400 24,6.1600 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_cpu_hours/aggregate-Month-reference.csv index 5d0e191d7e..7027d878e4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_cpu_hours/aggregate-Month-reference.csv @@ -18,7 +18,7 @@ start,end 20,1444.4889 3,1307.9100 14,1129.0533 +9,56.2800 16,48.0000 -9,28.1400 24,6.1600 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_cpu_hours/aggregate-Quarter-reference.csv index 5d0e191d7e..7027d878e4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_cpu_hours/aggregate-Quarter-reference.csv @@ -18,7 +18,7 @@ start,end 20,1444.4889 3,1307.9100 14,1129.0533 +9,56.2800 16,48.0000 -9,28.1400 24,6.1600 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_cpu_hours/aggregate-Year-reference.csv index 5d0e191d7e..7027d878e4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_cpu_hours/aggregate-Year-reference.csv @@ -18,7 +18,7 @@ start,end 20,1444.4889 3,1307.9100 14,1129.0533 +9,56.2800 16,48.0000 -9,28.1400 24,6.1600 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_cpu_hours/timeseries-Day-reference.csv index 00b3ce2c80..7f850b8479 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_cpu_hours/timeseries-Day-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[1] CPU Hours: Total","[8] CPU Hours: Total","[12] CPU Hours: Total","[6] CPU Hours: Total","[2] CPU Hours: Total","[7] CPU Hours: Total","[4] CPU Hours: Total","[28] CPU Hours: Total","[5] CPU Hours: Total","[20] CPU Hours: Total","[3] CPU Hours: Total","[14] CPU Hours: Total","[16] CPU Hours: Total","[9] CPU Hours: Total","[24] CPU Hours: Total" +Day,"[1] CPU Hours: Total","[8] CPU Hours: Total","[12] CPU Hours: Total","[6] CPU Hours: Total","[2] CPU Hours: Total","[7] CPU Hours: Total","[4] CPU Hours: Total","[28] CPU Hours: Total","[5] CPU Hours: Total","[20] CPU Hours: Total","[3] CPU Hours: Total","[14] CPU Hours: Total","[9] CPU Hours: Total","[16] CPU Hours: Total","[24] CPU Hours: Total" 2016-12-22,404.2567,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-23,584.6036,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-24,600.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0 @@ -14,7 +14,7 @@ Day,"[1] CPU Hours: Total","[8] CPU Hours: Total","[12] CPU Hours: Total","[6] C 2016-12-27,5783.9203,3982.5956,2997.1200,1487.8200,1301.6889,0,0,0,0,0,0,0,0,0,0 2016-12-28,20233.3947,23467.9200,30963.2533,2341.3467,2222.9511,1960.2178,799.6267,0,0,0,0,0,0,0,0 2016-12-29,50186.7367,52904.5600,40320.0000,8701.2600,8050.7844,4331.9111,4034.0000,0,1586.4000,1038.2222,0,107.9089,0,0,0 -2016-12-30,136663.6894,54829.0400,38488.0133,12913.0200,3846.2333,11899.3156,5045.1378,6989.2667,2956.2667,402.8000,0,1021.1444,31.0400,28.1400,6.1600 -2016-12-31,151722.6131,31015.8844,13820.4800,3683.6467,4620.6844,4013.8311,3568.2533,5701.5467,3375.8000,0,701.1300,0,5.7600,0,0 -2017-01-01,54776.6525,8617.4489,0,1408.0333,2179.9000,0,877.7733,0,1298.5833,3.4667,606.7800,0,11.2000,0,0 +2016-12-30,136663.6894,54829.0400,38488.0133,12913.0200,3846.2333,11899.3156,5045.1378,6989.2667,2956.2667,402.8000,0,1021.1444,56.2800,31.0400,6.1600 +2016-12-31,151722.6131,31015.8844,13820.4800,3683.6467,4620.6844,4013.8311,3568.2533,5701.5467,3375.8000,0,701.1300,0,0,5.7600,0 +2017-01-01,54776.6525,8617.4489,0,1408.0333,2179.9000,0,877.7733,0,1298.5833,3.4667,606.7800,0,0,11.2000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_cpu_hours/timeseries-Month-reference.csv index bf0db4d383..a2b135b93f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_cpu_hours/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[1] CPU Hours: Total","[8] CPU Hours: Total","[12] CPU Hours: Total","[6] CPU Hours: Total","[2] CPU Hours: Total","[7] CPU Hours: Total","[4] CPU Hours: Total","[28] CPU Hours: Total","[5] CPU Hours: Total","[20] CPU Hours: Total","[3] CPU Hours: Total","[14] CPU Hours: Total","[16] CPU Hours: Total","[9] CPU Hours: Total","[24] CPU Hours: Total" -2016-12,369213.8178,166200.0000,126588.8667,29127.0933,20042.3422,22205.2756,13447.0178,12690.8133,7918.4667,1441.0222,701.1300,1129.0533,36.8000,28.1400,6.1600 -2017-01,54776.6525,8617.4489,0,1408.0333,2179.9000,0,877.7733,0,1298.5833,3.4667,606.7800,0,11.2000,0,0 +Month,"[1] CPU Hours: Total","[8] CPU Hours: Total","[12] CPU Hours: Total","[6] CPU Hours: Total","[2] CPU Hours: Total","[7] CPU Hours: Total","[4] CPU Hours: Total","[28] CPU Hours: Total","[5] CPU Hours: Total","[20] CPU Hours: Total","[3] CPU Hours: Total","[14] CPU Hours: Total","[9] CPU Hours: Total","[16] CPU Hours: Total","[24] CPU Hours: Total" +2016-12,369213.8178,166200.0000,126588.8667,29127.0933,20042.3422,22205.2756,13447.0178,12690.8133,7918.4667,1441.0222,701.1300,1129.0533,56.2800,36.8000,6.1600 +2017-01,54776.6525,8617.4489,0,1408.0333,2179.9000,0,877.7733,0,1298.5833,3.4667,606.7800,0,0,11.2000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_cpu_hours/timeseries-Quarter-reference.csv index 4aa4ff1df3..0b70cd5411 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_cpu_hours/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[1] CPU Hours: Total","[8] CPU Hours: Total","[12] CPU Hours: Total","[6] CPU Hours: Total","[2] CPU Hours: Total","[7] CPU Hours: Total","[4] CPU Hours: Total","[28] CPU Hours: Total","[5] CPU Hours: Total","[20] CPU Hours: Total","[3] CPU Hours: Total","[14] CPU Hours: Total","[16] CPU Hours: Total","[9] CPU Hours: Total","[24] CPU Hours: Total" -"2016 Q4",369213.8178,166200.0000,126588.8667,29127.0933,20042.3422,22205.2756,13447.0178,12690.8133,7918.4667,1441.0222,701.1300,1129.0533,36.8000,28.1400,6.1600 -"2017 Q1",54776.6525,8617.4489,0,1408.0333,2179.9000,0,877.7733,0,1298.5833,3.4667,606.7800,0,11.2000,0,0 +Quarter,"[1] CPU Hours: Total","[8] CPU Hours: Total","[12] CPU Hours: Total","[6] CPU Hours: Total","[2] CPU Hours: Total","[7] CPU Hours: Total","[4] CPU Hours: Total","[28] CPU Hours: Total","[5] CPU Hours: Total","[20] CPU Hours: Total","[3] CPU Hours: Total","[14] CPU Hours: Total","[9] CPU Hours: Total","[16] CPU Hours: Total","[24] CPU Hours: Total" +"2016 Q4",369213.8178,166200.0000,126588.8667,29127.0933,20042.3422,22205.2756,13447.0178,12690.8133,7918.4667,1441.0222,701.1300,1129.0533,56.2800,36.8000,6.1600 +"2017 Q1",54776.6525,8617.4489,0,1408.0333,2179.9000,0,877.7733,0,1298.5833,3.4667,606.7800,0,0,11.2000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_cpu_hours/timeseries-Year-reference.csv index a47d8f2150..6dc639b79c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_cpu_hours/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[1] CPU Hours: Total","[8] CPU Hours: Total","[12] CPU Hours: Total","[6] CPU Hours: Total","[2] CPU Hours: Total","[7] CPU Hours: Total","[4] CPU Hours: Total","[28] CPU Hours: Total","[5] CPU Hours: Total","[20] CPU Hours: Total","[3] CPU Hours: Total","[14] CPU Hours: Total","[16] CPU Hours: Total","[9] CPU Hours: Total","[24] CPU Hours: Total" -2016,369213.8178,166200.0000,126588.8667,29127.0933,20042.3422,22205.2756,13447.0178,12690.8133,7918.4667,1441.0222,701.1300,1129.0533,36.8000,28.1400,6.1600 -2017,54776.6525,8617.4489,0,1408.0333,2179.9000,0,877.7733,0,1298.5833,3.4667,606.7800,0,11.2000,0,0 +Year,"[1] CPU Hours: Total","[8] CPU Hours: Total","[12] CPU Hours: Total","[6] CPU Hours: Total","[2] CPU Hours: Total","[7] CPU Hours: Total","[4] CPU Hours: Total","[28] CPU Hours: Total","[5] CPU Hours: Total","[20] CPU Hours: Total","[3] CPU Hours: Total","[14] CPU Hours: Total","[9] CPU Hours: Total","[16] CPU Hours: Total","[24] CPU Hours: Total" +2016,369213.8178,166200.0000,126588.8667,29127.0933,20042.3422,22205.2756,13447.0178,12690.8133,7918.4667,1441.0222,701.1300,1129.0533,56.2800,36.8000,6.1600 +2017,54776.6525,8617.4489,0,1408.0333,2179.9000,0,877.7733,0,1298.5833,3.4667,606.7800,0,0,11.2000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_node_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_node_hours/aggregate-Day-reference.csv index 449af38878..1862413535 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_node_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_node_hours/aggregate-Day-reference.csv @@ -18,7 +18,7 @@ start,end 14,282.2633 20,180.5611 3,108.9925 +9,4.6900 16,4.4044 -9,2.3450 24,0.5133 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_node_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_node_hours/aggregate-Month-reference.csv index 449af38878..1862413535 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_node_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_node_hours/aggregate-Month-reference.csv @@ -18,7 +18,7 @@ start,end 14,282.2633 20,180.5611 3,108.9925 +9,4.6900 16,4.4044 -9,2.3450 24,0.5133 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_node_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_node_hours/aggregate-Quarter-reference.csv index 449af38878..1862413535 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_node_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_node_hours/aggregate-Quarter-reference.csv @@ -18,7 +18,7 @@ start,end 14,282.2633 20,180.5611 3,108.9925 +9,4.6900 16,4.4044 -9,2.3450 24,0.5133 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_node_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_node_hours/aggregate-Year-reference.csv index 449af38878..1862413535 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_node_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_node_hours/aggregate-Year-reference.csv @@ -18,7 +18,7 @@ start,end 14,282.2633 20,180.5611 3,108.9925 +9,4.6900 16,4.4044 -9,2.3450 24,0.5133 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_node_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_node_hours/timeseries-Day-reference.csv index 5c64a7fb3b..4896b0c388 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_node_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_node_hours/timeseries-Day-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[1] Node Hours: Total","[8] Node Hours: Total","[12] Node Hours: Total","[6] Node Hours: Total","[4] Node Hours: Total","[2] Node Hours: Total","[7] Node Hours: Total","[28] Node Hours: Total","[5] Node Hours: Total","[14] Node Hours: Total","[20] Node Hours: Total","[3] Node Hours: Total","[16] Node Hours: Total","[9] Node Hours: Total","[24] Node Hours: Total" +Day,"[1] Node Hours: Total","[8] Node Hours: Total","[12] Node Hours: Total","[6] Node Hours: Total","[4] Node Hours: Total","[2] Node Hours: Total","[7] Node Hours: Total","[28] Node Hours: Total","[5] Node Hours: Total","[14] Node Hours: Total","[20] Node Hours: Total","[3] Node Hours: Total","[9] Node Hours: Total","[16] Node Hours: Total","[24] Node Hours: Total" 2016-12-22,33.6881,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-23,56.6036,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-24,72.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0 @@ -14,7 +14,7 @@ Day,"[1] Node Hours: Total","[8] Node Hours: Total","[12] Node Hours: Total","[6 2016-12-27,409.2761,342.0156,249.7600,123.9850,0,81.3556,0,0,0,0,0,0,0,0,0 2016-12-28,4005.6836,2019.6600,2007.2033,220.6683,99.9533,138.9344,122.5136,0,0,0,0,0,0,0,0 2016-12-29,19161.1592,4472.7133,2592.0000,773.1050,476.1333,493.6867,270.7444,0,132.2000,26.9772,129.7778,0,0,0,0 -2016-12-30,41451.0850,4638.3822,2487.8333,1124.0850,489.0800,234.3428,743.7072,582.4389,246.3556,255.2861,50.3500,0,2.7556,2.3450,0.5133 -2016-12-31,41424.6431,2670.6467,1142.3133,325.4850,374.7622,384.7289,250.8644,475.1289,281.3167,0,0,58.4275,0.4800,0,0 -2017-01-01,16498.4856,776.4956,0,122.7267,100.9644,197.5100,0,0,108.2153,0,0.4333,50.5650,1.1689,0,0 +2016-12-30,41451.0850,4638.3822,2487.8333,1124.0850,489.0800,234.3428,743.7072,582.4389,246.3556,255.2861,50.3500,0,4.6900,2.7556,0.5133 +2016-12-31,41424.6431,2670.6467,1142.3133,325.4850,374.7622,384.7289,250.8644,475.1289,281.3167,0,0,58.4275,0,0.4800,0 +2017-01-01,16498.4856,776.4956,0,122.7267,100.9644,197.5100,0,0,108.2153,0,0.4333,50.5650,0,1.1689,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_node_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_node_hours/timeseries-Month-reference.csv index ecbb3867e3..8cdf888980 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_node_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_node_hours/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[1] Node Hours: Total","[8] Node Hours: Total","[12] Node Hours: Total","[6] Node Hours: Total","[4] Node Hours: Total","[2] Node Hours: Total","[7] Node Hours: Total","[28] Node Hours: Total","[5] Node Hours: Total","[14] Node Hours: Total","[20] Node Hours: Total","[3] Node Hours: Total","[16] Node Hours: Total","[9] Node Hours: Total","[24] Node Hours: Total" -2016-12,106852.1672,14143.4178,8479.1100,2567.3283,1439.9289,1333.0483,1387.8297,1057.5678,659.8722,282.2633,180.1278,58.4275,3.2356,2.3450,0.5133 -2017-01,16498.4856,776.4956,0,122.7267,100.9644,197.5100,0,0,108.2153,0,0.4333,50.5650,1.1689,0,0 +Month,"[1] Node Hours: Total","[8] Node Hours: Total","[12] Node Hours: Total","[6] Node Hours: Total","[4] Node Hours: Total","[2] Node Hours: Total","[7] Node Hours: Total","[28] Node Hours: Total","[5] Node Hours: Total","[14] Node Hours: Total","[20] Node Hours: Total","[3] Node Hours: Total","[9] Node Hours: Total","[16] Node Hours: Total","[24] Node Hours: Total" +2016-12,106852.1672,14143.4178,8479.1100,2567.3283,1439.9289,1333.0483,1387.8297,1057.5678,659.8722,282.2633,180.1278,58.4275,4.6900,3.2356,0.5133 +2017-01,16498.4856,776.4956,0,122.7267,100.9644,197.5100,0,0,108.2153,0,0.4333,50.5650,0,1.1689,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_node_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_node_hours/timeseries-Quarter-reference.csv index d88e2538d0..875f23aa27 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_node_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_node_hours/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[1] Node Hours: Total","[8] Node Hours: Total","[12] Node Hours: Total","[6] Node Hours: Total","[4] Node Hours: Total","[2] Node Hours: Total","[7] Node Hours: Total","[28] Node Hours: Total","[5] Node Hours: Total","[14] Node Hours: Total","[20] Node Hours: Total","[3] Node Hours: Total","[16] Node Hours: Total","[9] Node Hours: Total","[24] Node Hours: Total" -"2016 Q4",106852.1672,14143.4178,8479.1100,2567.3283,1439.9289,1333.0483,1387.8297,1057.5678,659.8722,282.2633,180.1278,58.4275,3.2356,2.3450,0.5133 -"2017 Q1",16498.4856,776.4956,0,122.7267,100.9644,197.5100,0,0,108.2153,0,0.4333,50.5650,1.1689,0,0 +Quarter,"[1] Node Hours: Total","[8] Node Hours: Total","[12] Node Hours: Total","[6] Node Hours: Total","[4] Node Hours: Total","[2] Node Hours: Total","[7] Node Hours: Total","[28] Node Hours: Total","[5] Node Hours: Total","[14] Node Hours: Total","[20] Node Hours: Total","[3] Node Hours: Total","[9] Node Hours: Total","[16] Node Hours: Total","[24] Node Hours: Total" +"2016 Q4",106852.1672,14143.4178,8479.1100,2567.3283,1439.9289,1333.0483,1387.8297,1057.5678,659.8722,282.2633,180.1278,58.4275,4.6900,3.2356,0.5133 +"2017 Q1",16498.4856,776.4956,0,122.7267,100.9644,197.5100,0,0,108.2153,0,0.4333,50.5650,0,1.1689,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_node_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_node_hours/timeseries-Year-reference.csv index 899ec5b50f..fcc54259dd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_node_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_node_hours/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[1] Node Hours: Total","[8] Node Hours: Total","[12] Node Hours: Total","[6] Node Hours: Total","[4] Node Hours: Total","[2] Node Hours: Total","[7] Node Hours: Total","[28] Node Hours: Total","[5] Node Hours: Total","[14] Node Hours: Total","[20] Node Hours: Total","[3] Node Hours: Total","[16] Node Hours: Total","[9] Node Hours: Total","[24] Node Hours: Total" -2016,106852.1672,14143.4178,8479.1100,2567.3283,1439.9289,1333.0483,1387.8297,1057.5678,659.8722,282.2633,180.1278,58.4275,3.2356,2.3450,0.5133 -2017,16498.4856,776.4956,0,122.7267,100.9644,197.5100,0,0,108.2153,0,0.4333,50.5650,1.1689,0,0 +Year,"[1] Node Hours: Total","[8] Node Hours: Total","[12] Node Hours: Total","[6] Node Hours: Total","[4] Node Hours: Total","[2] Node Hours: Total","[7] Node Hours: Total","[28] Node Hours: Total","[5] Node Hours: Total","[14] Node Hours: Total","[20] Node Hours: Total","[3] Node Hours: Total","[9] Node Hours: Total","[16] Node Hours: Total","[24] Node Hours: Total" +2016,106852.1672,14143.4178,8479.1100,2567.3283,1439.9289,1333.0483,1387.8297,1057.5678,659.8722,282.2633,180.1278,58.4275,4.6900,3.2356,0.5133 +2017,16498.4856,776.4956,0,122.7267,100.9644,197.5100,0,0,108.2153,0,0.4333,50.5650,0,1.1689,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_waitduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_waitduration_hours/aggregate-Day-reference.csv index adcb7f7aed..dfd0883366 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_waitduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_waitduration_hours/aggregate-Day-reference.csv @@ -19,6 +19,6 @@ start,end 24,8.7767 28,4.5828 14,1.9761 -9,0.0978 +9,0.1956 7,0.0050 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_waitduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_waitduration_hours/aggregate-Month-reference.csv index adcb7f7aed..dfd0883366 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_waitduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_waitduration_hours/aggregate-Month-reference.csv @@ -19,6 +19,6 @@ start,end 24,8.7767 28,4.5828 14,1.9761 -9,0.0978 +9,0.1956 7,0.0050 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_waitduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_waitduration_hours/aggregate-Quarter-reference.csv index adcb7f7aed..dfd0883366 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_waitduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_waitduration_hours/aggregate-Quarter-reference.csv @@ -19,6 +19,6 @@ start,end 24,8.7767 28,4.5828 14,1.9761 -9,0.0978 +9,0.1956 7,0.0050 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_waitduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_waitduration_hours/aggregate-Year-reference.csv index adcb7f7aed..dfd0883366 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_waitduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_waitduration_hours/aggregate-Year-reference.csv @@ -19,6 +19,6 @@ start,end 24,8.7767 28,4.5828 14,1.9761 -9,0.0978 +9,0.1956 7,0.0050 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_waitduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_waitduration_hours/timeseries-Day-reference.csv index 72d3883fc4..55ec16170b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_waitduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_waitduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[1] Wait Hours: Total","[8] Wait Hours: Total","[2] Wait Hours: Total","[4] 2016-12-27,1418.2594,311.1344,93.9833,0,76.0861,78.7886,0,0,0,0,0,0,0,0,0 2016-12-28,1821.8686,1296.2100,435.1619,8.2136,36.8761,0.0014,0,0,0,0,0,0,0,0,0.0003 2016-12-29,5389.1633,344.6514,271.2325,44.6594,13.9250,0.0000,25.7286,0,11.7164,0,0,0,0.7922,0,0.0025 -2016-12-30,194260.0764,218.3183,425.4533,290.9706,17.2619,8.6181,0.0000,19.2786,27.6167,0,8.7767,4.5828,1.1839,0.0978,0.0022 +2016-12-30,194260.0764,218.3183,425.4533,290.9706,17.2619,8.6181,0.0000,19.2786,27.6167,0,8.7767,4.5828,1.1839,0.1956,0.0022 2016-12-31,73348.3778,28.1692,28.0033,3.9253,1.1011,0.0000,0,5.1778,0.0000,6.5031,0,0.0000,0,0,0.0000 2017-01-01,24391.4597,250.9800,621.6206,506.1075,2.2239,0,36.3150,19.6900,0.0000,5.1964,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_waitduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_waitduration_hours/timeseries-Month-reference.csv index 329c1b4844..2f86500325 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_waitduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_waitduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[1] Wait Hours: Total","[8] Wait Hours: Total","[2] Wait Hours: Total","[4] Wait Hours: Total","[6] Wait Hours: Total","[12] Wait Hours: Total","[20] Wait Hours: Total","[16] Wait Hours: Total","[5] Wait Hours: Total","[3] Wait Hours: Total","[24] Wait Hours: Total","[28] Wait Hours: Total","[14] Wait Hours: Total","[9] Wait Hours: Total","[7] Wait Hours: Total" -2016-12,276367.5633,2198.4833,1253.8344,347.7689,145.2503,87.4081,25.7286,24.4564,39.3331,6.5031,8.7767,4.5828,1.9761,0.0978,0.0050 +2016-12,276367.5633,2198.4833,1253.8344,347.7689,145.2503,87.4081,25.7286,24.4564,39.3331,6.5031,8.7767,4.5828,1.9761,0.1956,0.0050 2017-01,24391.4597,250.9800,621.6206,506.1075,2.2239,0,36.3150,19.6900,0.0000,5.1964,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_waitduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_waitduration_hours/timeseries-Quarter-reference.csv index b2608f67df..4847a0b513 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_waitduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_waitduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[1] Wait Hours: Total","[8] Wait Hours: Total","[2] Wait Hours: Total","[4] Wait Hours: Total","[6] Wait Hours: Total","[12] Wait Hours: Total","[20] Wait Hours: Total","[16] Wait Hours: Total","[5] Wait Hours: Total","[3] Wait Hours: Total","[24] Wait Hours: Total","[28] Wait Hours: Total","[14] Wait Hours: Total","[9] Wait Hours: Total","[7] Wait Hours: Total" -"2016 Q4",276367.5633,2198.4833,1253.8344,347.7689,145.2503,87.4081,25.7286,24.4564,39.3331,6.5031,8.7767,4.5828,1.9761,0.0978,0.0050 +"2016 Q4",276367.5633,2198.4833,1253.8344,347.7689,145.2503,87.4081,25.7286,24.4564,39.3331,6.5031,8.7767,4.5828,1.9761,0.1956,0.0050 "2017 Q1",24391.4597,250.9800,621.6206,506.1075,2.2239,0,36.3150,19.6900,0.0000,5.1964,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_waitduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_waitduration_hours/timeseries-Year-reference.csv index b854dbd09d..791be135b8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_waitduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_waitduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[1] Wait Hours: Total","[8] Wait Hours: Total","[2] Wait Hours: Total","[4] Wait Hours: Total","[6] Wait Hours: Total","[12] Wait Hours: Total","[20] Wait Hours: Total","[16] Wait Hours: Total","[5] Wait Hours: Total","[3] Wait Hours: Total","[24] Wait Hours: Total","[28] Wait Hours: Total","[14] Wait Hours: Total","[9] Wait Hours: Total","[7] Wait Hours: Total" -2016,276367.5633,2198.4833,1253.8344,347.7689,145.2503,87.4081,25.7286,24.4564,39.3331,6.5031,8.7767,4.5828,1.9761,0.0978,0.0050 +2016,276367.5633,2198.4833,1253.8344,347.7689,145.2503,87.4081,25.7286,24.4564,39.3331,6.5031,8.7767,4.5828,1.9761,0.1956,0.0050 2017,24391.4597,250.9800,621.6206,506.1075,2.2239,0,36.3150,19.6900,0.0000,5.1964,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_wallduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_wallduration_hours/aggregate-Day-reference.csv index 3ae94a1fb4..d6185cc7c9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_wallduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_wallduration_hours/aggregate-Day-reference.csv @@ -18,7 +18,7 @@ start,end 3,36.3308 14,20.1617 20,9.0281 +9,0.5211 16,0.2753 -9,0.2606 24,0.0214 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_wallduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_wallduration_hours/aggregate-Month-reference.csv index 3ae94a1fb4..d6185cc7c9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_wallduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_wallduration_hours/aggregate-Month-reference.csv @@ -18,7 +18,7 @@ start,end 3,36.3308 14,20.1617 20,9.0281 +9,0.5211 16,0.2753 -9,0.2606 24,0.0214 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_wallduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_wallduration_hours/aggregate-Quarter-reference.csv index 3ae94a1fb4..d6185cc7c9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_wallduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_wallduration_hours/aggregate-Quarter-reference.csv @@ -18,7 +18,7 @@ start,end 3,36.3308 14,20.1617 20,9.0281 +9,0.5211 16,0.2753 -9,0.2606 24,0.0214 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_wallduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_wallduration_hours/aggregate-Year-reference.csv index 3ae94a1fb4..d6185cc7c9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_wallduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_wallduration_hours/aggregate-Year-reference.csv @@ -18,7 +18,7 @@ start,end 3,36.3308 14,20.1617 20,9.0281 +9,0.5211 16,0.2753 -9,0.2606 24,0.0214 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_wallduration_hours/timeseries-Day-reference.csv index a9c496c579..b56b4724f5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_wallduration_hours/timeseries-Day-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[1] Wall Hours: Total","[8] Wall Hours: Total","[2] Wall Hours: Total","[12] Wall Hours: Total","[6] Wall Hours: Total","[4] Wall Hours: Total","[7] Wall Hours: Total","[5] Wall Hours: Total","[28] Wall Hours: Total","[3] Wall Hours: Total","[14] Wall Hours: Total","[20] Wall Hours: Total","[16] Wall Hours: Total","[9] Wall Hours: Total","[24] Wall Hours: Total" +Day,"[1] Wall Hours: Total","[8] Wall Hours: Total","[2] Wall Hours: Total","[12] Wall Hours: Total","[6] Wall Hours: Total","[4] Wall Hours: Total","[7] Wall Hours: Total","[5] Wall Hours: Total","[28] Wall Hours: Total","[3] Wall Hours: Total","[14] Wall Hours: Total","[20] Wall Hours: Total","[9] Wall Hours: Total","[16] Wall Hours: Total","[24] Wall Hours: Total" 2016-12-22,33.6881,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-23,56.6036,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-24,72.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0 @@ -14,7 +14,7 @@ Day,"[1] Wall Hours: Total","[8] Wall Hours: Total","[2] Wall Hours: Total","[12 2016-12-27,409.2761,42.7519,40.6778,20.8133,20.6642,0,0,0,0,0,0,0,0,0,0 2016-12-28,4005.6836,252.4575,69.4672,167.2669,36.7781,24.9883,17.5019,0,0,0,0,0,0,0,0 2016-12-29,19161.1592,559.0892,246.8433,216.0000,128.8508,119.0333,38.6778,26.4400,0,0,1.9269,6.4889,0,0,0 -2016-12-30,41451.0850,579.7978,117.1714,207.3194,187.3475,122.2700,106.2439,49.2711,20.8014,0,18.2347,2.5175,0.1722,0.2606,0.0214 -2016-12-31,41424.6431,333.8308,192.3644,95.1928,54.2475,93.6906,35.8378,56.2633,16.9689,19.4758,0,0,0.0300,0,0 -2017-01-01,16498.4856,97.0619,98.7550,0,20.4544,25.2411,0,21.6431,0,16.8550,0,0.0217,0.0731,0,0 +2016-12-30,41451.0850,579.7978,117.1714,207.3194,187.3475,122.2700,106.2439,49.2711,20.8014,0,18.2347,2.5175,0.5211,0.1722,0.0214 +2016-12-31,41424.6431,333.8308,192.3644,95.1928,54.2475,93.6906,35.8378,56.2633,16.9689,19.4758,0,0,0,0.0300,0 +2017-01-01,16498.4856,97.0619,98.7550,0,20.4544,25.2411,0,21.6431,0,16.8550,0,0.0217,0,0.0731,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_wallduration_hours/timeseries-Month-reference.csv index b47ae0e747..1e57a2767f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_wallduration_hours/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[1] Wall Hours: Total","[8] Wall Hours: Total","[2] Wall Hours: Total","[12] Wall Hours: Total","[6] Wall Hours: Total","[4] Wall Hours: Total","[7] Wall Hours: Total","[5] Wall Hours: Total","[28] Wall Hours: Total","[3] Wall Hours: Total","[14] Wall Hours: Total","[20] Wall Hours: Total","[16] Wall Hours: Total","[9] Wall Hours: Total","[24] Wall Hours: Total" -2016-12,106852.1672,1767.9272,666.5242,706.5925,427.8881,359.9822,198.2614,131.9744,37.7703,19.4758,20.1617,9.0064,0.2022,0.2606,0.0214 -2017-01,16498.4856,97.0619,98.7550,0,20.4544,25.2411,0,21.6431,0,16.8550,0,0.0217,0.0731,0,0 +Month,"[1] Wall Hours: Total","[8] Wall Hours: Total","[2] Wall Hours: Total","[12] Wall Hours: Total","[6] Wall Hours: Total","[4] Wall Hours: Total","[7] Wall Hours: Total","[5] Wall Hours: Total","[28] Wall Hours: Total","[3] Wall Hours: Total","[14] Wall Hours: Total","[20] Wall Hours: Total","[9] Wall Hours: Total","[16] Wall Hours: Total","[24] Wall Hours: Total" +2016-12,106852.1672,1767.9272,666.5242,706.5925,427.8881,359.9822,198.2614,131.9744,37.7703,19.4758,20.1617,9.0064,0.5211,0.2022,0.0214 +2017-01,16498.4856,97.0619,98.7550,0,20.4544,25.2411,0,21.6431,0,16.8550,0,0.0217,0,0.0731,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_wallduration_hours/timeseries-Quarter-reference.csv index f82dec08d7..97b6403c63 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_wallduration_hours/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[1] Wall Hours: Total","[8] Wall Hours: Total","[2] Wall Hours: Total","[12] Wall Hours: Total","[6] Wall Hours: Total","[4] Wall Hours: Total","[7] Wall Hours: Total","[5] Wall Hours: Total","[28] Wall Hours: Total","[3] Wall Hours: Total","[14] Wall Hours: Total","[20] Wall Hours: Total","[16] Wall Hours: Total","[9] Wall Hours: Total","[24] Wall Hours: Total" -"2016 Q4",106852.1672,1767.9272,666.5242,706.5925,427.8881,359.9822,198.2614,131.9744,37.7703,19.4758,20.1617,9.0064,0.2022,0.2606,0.0214 -"2017 Q1",16498.4856,97.0619,98.7550,0,20.4544,25.2411,0,21.6431,0,16.8550,0,0.0217,0.0731,0,0 +Quarter,"[1] Wall Hours: Total","[8] Wall Hours: Total","[2] Wall Hours: Total","[12] Wall Hours: Total","[6] Wall Hours: Total","[4] Wall Hours: Total","[7] Wall Hours: Total","[5] Wall Hours: Total","[28] Wall Hours: Total","[3] Wall Hours: Total","[14] Wall Hours: Total","[20] Wall Hours: Total","[9] Wall Hours: Total","[16] Wall Hours: Total","[24] Wall Hours: Total" +"2016 Q4",106852.1672,1767.9272,666.5242,706.5925,427.8881,359.9822,198.2614,131.9744,37.7703,19.4758,20.1617,9.0064,0.5211,0.2022,0.0214 +"2017 Q1",16498.4856,97.0619,98.7550,0,20.4544,25.2411,0,21.6431,0,16.8550,0,0.0217,0,0.0731,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_wallduration_hours/timeseries-Year-reference.csv index 7c73c67e85..9fe8c07ea1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/total_wallduration_hours/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[1] Wall Hours: Total","[8] Wall Hours: Total","[2] Wall Hours: Total","[12] Wall Hours: Total","[6] Wall Hours: Total","[4] Wall Hours: Total","[7] Wall Hours: Total","[5] Wall Hours: Total","[28] Wall Hours: Total","[3] Wall Hours: Total","[14] Wall Hours: Total","[20] Wall Hours: Total","[16] Wall Hours: Total","[9] Wall Hours: Total","[24] Wall Hours: Total" -2016,106852.1672,1767.9272,666.5242,706.5925,427.8881,359.9822,198.2614,131.9744,37.7703,19.4758,20.1617,9.0064,0.2022,0.2606,0.0214 -2017,16498.4856,97.0619,98.7550,0,20.4544,25.2411,0,21.6431,0,16.8550,0,0.0217,0.0731,0,0 +Year,"[1] Wall Hours: Total","[8] Wall Hours: Total","[2] Wall Hours: Total","[12] Wall Hours: Total","[6] Wall Hours: Total","[4] Wall Hours: Total","[7] Wall Hours: Total","[5] Wall Hours: Total","[28] Wall Hours: Total","[3] Wall Hours: Total","[14] Wall Hours: Total","[20] Wall Hours: Total","[9] Wall Hours: Total","[16] Wall Hours: Total","[24] Wall Hours: Total" +2016,106852.1672,1767.9272,666.5242,706.5925,427.8881,359.9822,198.2614,131.9744,37.7703,19.4758,20.1617,9.0064,0.5211,0.2022,0.0214 +2017,16498.4856,97.0619,98.7550,0,20.4544,25.2411,0,21.6431,0,16.8550,0,0.0217,0,0.0731,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/utilization/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/utilization/aggregate-Day-reference.csv index 55a3235f62..39a2cb83ec 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/utilization/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/utilization/aggregate-Day-reference.csv @@ -18,7 +18,7 @@ start,end 20,0.1368 3,0.1239 14,0.1069 +9,0.0053 16,0.0045 -9,0.0027 24,0.0006 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/utilization/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/utilization/aggregate-Month-reference.csv index a7f2cabe84..c0c7d358c4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/utilization/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/utilization/aggregate-Month-reference.csv @@ -18,7 +18,7 @@ start,end 20,0.0295 3,0.0267 14,0.0231 +9,0.0011 16,0.0010 -9,0.0006 24,0.0001 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/utilization/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/utilization/aggregate-Quarter-reference.csv index 7f78eeadbb..397b882211 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/utilization/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/utilization/aggregate-Quarter-reference.csv @@ -18,7 +18,7 @@ start,end 20,0.0137 3,0.0124 14,0.0107 +9,0.0005 16,0.0005 -9,0.0003 24,0.0001 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/utilization/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/utilization/aggregate-Year-reference.csv index 0c2f793459..5be652d1cc 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/utilization/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/utilization/aggregate-Year-reference.csv @@ -18,7 +18,7 @@ start,end 20,0.0039 3,0.0035 14,0.0031 -9,0.0001 +9,0.0002 16,0.0001 24,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/utilization/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/utilization/timeseries-Day-reference.csv index e1b1f13346..a9517a1809 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/utilization/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/utilization/timeseries-Day-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[1] Screwdriver CPU Utilization (%)","[8] Screwdriver CPU Utilization (%)","[12] Screwdriver CPU Utilization (%)","[7] Screwdriver CPU Utilization (%)","[6] Screwdriver CPU Utilization (%)","[28] Screwdriver CPU Utilization (%)","[2] Screwdriver CPU Utilization (%)","[5] Screwdriver CPU Utilization (%)","[4] Screwdriver CPU Utilization (%)","[20] Screwdriver CPU Utilization (%)","[3] Screwdriver CPU Utilization (%)","[14] Screwdriver CPU Utilization (%)","[16] Screwdriver CPU Utilization (%)","[9] Screwdriver CPU Utilization (%)","[24] Screwdriver CPU Utilization (%)" +Day,"[1] Screwdriver CPU Utilization (%)","[8] Screwdriver CPU Utilization (%)","[12] Screwdriver CPU Utilization (%)","[7] Screwdriver CPU Utilization (%)","[6] Screwdriver CPU Utilization (%)","[28] Screwdriver CPU Utilization (%)","[2] Screwdriver CPU Utilization (%)","[5] Screwdriver CPU Utilization (%)","[4] Screwdriver CPU Utilization (%)","[20] Screwdriver CPU Utilization (%)","[3] Screwdriver CPU Utilization (%)","[14] Screwdriver CPU Utilization (%)","[9] Screwdriver CPU Utilization (%)","[16] Screwdriver CPU Utilization (%)","[24] Screwdriver CPU Utilization (%)" 2016-12-22,0.2106,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-23,0.3045,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-24,0.3125,0,0,0,0,0,0,0,0,0,0,0,0,0,0 @@ -14,7 +14,7 @@ Day,"[1] Screwdriver CPU Utilization (%)","[8] Screwdriver CPU Utilization (%)", 2016-12-27,1.2050,2.0743,3.1220,0,1.5498,0,1.3559,0,0,0,0,0,0,0,0 2016-12-28,4.2153,12.2229,16.1267,2.0419,2.4389,0,2.3156,0,0.8329,0,0,0,0,0,0 2016-12-29,10.4556,27.5545,21.0000,4.5124,9.0638,0,4.1931,1.6525,2.1010,1.0815,0,0.1124,0,0,0 -2016-12-30,28.4716,28.5568,20.0458,12.3951,13.4511,7.2805,2.0032,3.0794,1.7518,0.4196,0,1.0637,0.0323,0.0293,0.0064 -2016-12-31,31.6089,16.1541,7.1982,4.1811,3.8371,5.9391,2.4066,3.5165,1.2390,0,0.7303,0,0.0060,0,0 -2017-01-01,11.4118,4.4883,0,0,1.4667,0,2.2707,1.3527,0.4572,0.0036,0.6321,0,0.0117,0,0 +2016-12-30,28.4716,28.5568,20.0458,12.3951,13.4511,7.2805,2.0032,3.0794,1.7518,0.4196,0,1.0637,0.0586,0.0323,0.0064 +2016-12-31,31.6089,16.1541,7.1982,4.1811,3.8371,5.9391,2.4066,3.5165,1.2390,0,0.7303,0,0,0.0060,0 +2017-01-01,11.4118,4.4883,0,0,1.4667,0,2.2707,1.3527,0.4572,0.0036,0.6321,0,0,0.0117,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/utilization/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/utilization/timeseries-Month-reference.csv index c85bf88725..d6c88b8bf1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/utilization/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/utilization/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[1] Screwdriver CPU Utilization (%)","[8] Screwdriver CPU Utilization (%)","[12] Screwdriver CPU Utilization (%)","[7] Screwdriver CPU Utilization (%)","[6] Screwdriver CPU Utilization (%)","[28] Screwdriver CPU Utilization (%)","[2] Screwdriver CPU Utilization (%)","[5] Screwdriver CPU Utilization (%)","[4] Screwdriver CPU Utilization (%)","[20] Screwdriver CPU Utilization (%)","[3] Screwdriver CPU Utilization (%)","[14] Screwdriver CPU Utilization (%)","[16] Screwdriver CPU Utilization (%)","[9] Screwdriver CPU Utilization (%)","[24] Screwdriver CPU Utilization (%)" -2016-12,7.3961,5.7708,5.2745,4.6261,1.5170,0.6610,0.6735,0.4124,0.3416,0.0751,0.0365,0.0588,0.0019,0.0015,0.0003 -2017-01,0.3681,0.1448,0,0,0.0473,0,0.0732,0.0436,0.0147,0.0001,0.0204,0,0.0004,0,0 +Month,"[1] Screwdriver CPU Utilization (%)","[8] Screwdriver CPU Utilization (%)","[12] Screwdriver CPU Utilization (%)","[7] Screwdriver CPU Utilization (%)","[6] Screwdriver CPU Utilization (%)","[28] Screwdriver CPU Utilization (%)","[2] Screwdriver CPU Utilization (%)","[5] Screwdriver CPU Utilization (%)","[4] Screwdriver CPU Utilization (%)","[20] Screwdriver CPU Utilization (%)","[3] Screwdriver CPU Utilization (%)","[14] Screwdriver CPU Utilization (%)","[9] Screwdriver CPU Utilization (%)","[16] Screwdriver CPU Utilization (%)","[24] Screwdriver CPU Utilization (%)" +2016-12,7.3961,5.7708,5.2745,4.6261,1.5170,0.6610,0.6735,0.4124,0.3416,0.0751,0.0365,0.0588,0.0029,0.0019,0.0003 +2017-01,0.3681,0.1448,0,0,0.0473,0,0.0732,0.0436,0.0147,0.0001,0.0204,0,0,0.0004,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/utilization/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/utilization/timeseries-Quarter-reference.csv index d988254166..6e2c763516 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/utilization/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/utilization/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[1] Screwdriver CPU Utilization (%)","[8] Screwdriver CPU Utilization (%)","[12] Screwdriver CPU Utilization (%)","[6] Screwdriver CPU Utilization (%)","[7] Screwdriver CPU Utilization (%)","[28] Screwdriver CPU Utilization (%)","[2] Screwdriver CPU Utilization (%)","[5] Screwdriver CPU Utilization (%)","[4] Screwdriver CPU Utilization (%)","[20] Screwdriver CPU Utilization (%)","[3] Screwdriver CPU Utilization (%)","[14] Screwdriver CPU Utilization (%)","[16] Screwdriver CPU Utilization (%)","[9] Screwdriver CPU Utilization (%)","[24] Screwdriver CPU Utilization (%)" -"2016 Q4",7.3961,5.7708,5.2745,1.5170,4.6261,0.6610,0.6735,0.4124,0.3416,0.0751,0.0365,0.0588,0.0019,0.0015,0.0003 -"2017 Q1",0.1268,0.0499,0,0.0163,0,0,0.0252,0.0150,0.0051,0.0000,0.0070,0,0.0001,0,0 +Quarter,"[1] Screwdriver CPU Utilization (%)","[8] Screwdriver CPU Utilization (%)","[12] Screwdriver CPU Utilization (%)","[6] Screwdriver CPU Utilization (%)","[7] Screwdriver CPU Utilization (%)","[28] Screwdriver CPU Utilization (%)","[2] Screwdriver CPU Utilization (%)","[5] Screwdriver CPU Utilization (%)","[4] Screwdriver CPU Utilization (%)","[20] Screwdriver CPU Utilization (%)","[3] Screwdriver CPU Utilization (%)","[14] Screwdriver CPU Utilization (%)","[9] Screwdriver CPU Utilization (%)","[16] Screwdriver CPU Utilization (%)","[24] Screwdriver CPU Utilization (%)" +"2016 Q4",7.3961,5.7708,5.2745,1.5170,4.6261,0.6610,0.6735,0.4124,0.3416,0.0751,0.0365,0.0588,0.0029,0.0019,0.0003 +"2017 Q1",0.1268,0.0499,0,0.0163,0,0,0.0252,0.0150,0.0051,0.0000,0.0070,0,0,0.0001,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/utilization/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/utilization/timeseries-Year-reference.csv index dca6b2b73e..ba5f71e4f2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/utilization/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nodecount/utilization/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[8] Screwdriver CPU Utilization (%)","[1] Screwdriver CPU Utilization (%)","[12] Screwdriver CPU Utilization (%)","[6] Screwdriver CPU Utilization (%)","[7] Screwdriver CPU Utilization (%)","[28] Screwdriver CPU Utilization (%)","[2] Screwdriver CPU Utilization (%)","[5] Screwdriver CPU Utilization (%)","[4] Screwdriver CPU Utilization (%)","[20] Screwdriver CPU Utilization (%)","[3] Screwdriver CPU Utilization (%)","[14] Screwdriver CPU Utilization (%)","[9] Screwdriver CPU Utilization (%)","[16] Screwdriver CPU Utilization (%)","[24] Screwdriver CPU Utilization (%)" -2016,5.7708,7.3961,5.2745,1.5170,4.6261,0.6610,0.6735,0.4124,0.3416,0.0751,0.0365,0.0588,0.0015,0.0019,0.0003 +2016,5.7708,7.3961,5.2745,1.5170,4.6261,0.6610,0.6735,0.4124,0.3416,0.0751,0.0365,0.0588,0.0029,0.0019,0.0003 2017,0.0123,0.0313,0,0.0040,0,0,0.0062,0.0037,0.0013,0.0000,0.0017,0,0,0.0000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/active_person_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/active_person_count/aggregate-Day-reference.csv index 55d0a8b890..a64224aeb9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/active_person_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/active_person_count/aggregate-Day-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Number of Users: Active" -Screwdriver,66 +Screwdriver,67 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/active_person_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/active_person_count/aggregate-Month-reference.csv index 55d0a8b890..a64224aeb9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/active_person_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/active_person_count/aggregate-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Number of Users: Active" -Screwdriver,66 +Screwdriver,67 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/active_person_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/active_person_count/aggregate-Quarter-reference.csv index 55d0a8b890..a64224aeb9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/active_person_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/active_person_count/aggregate-Quarter-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Number of Users: Active" -Screwdriver,66 +Screwdriver,67 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/active_person_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/active_person_count/aggregate-Year-reference.csv index 55d0a8b890..a64224aeb9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/active_person_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/active_person_count/aggregate-Year-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Number of Users: Active" -Screwdriver,66 +Screwdriver,67 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/active_person_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/active_person_count/timeseries-Day-reference.csv index 58e544dbac..30c40e255c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/active_person_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/active_person_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Screwdriver] Number of Users: Active" 2016-12-27,16 2016-12-28,25 2016-12-29,43 -2016-12-30,64 +2016-12-30,65 2016-12-31,55 2017-01-01,38 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/active_person_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/active_person_count/timeseries-Month-reference.csv index 9a31b0de2c..d711a49f2d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/active_person_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/active_person_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Screwdriver] Number of Users: Active" -2016-12,66 +2016-12,67 2017-01,38 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/active_person_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/active_person_count/timeseries-Quarter-reference.csv index 16b4630b7f..ab2fe65030 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/active_person_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/active_person_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Screwdriver] Number of Users: Active" -"2016 Q4",66 +"2016 Q4",67 "2017 Q1",38 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/active_person_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/active_person_count/timeseries-Year-reference.csv index 7ba18d9f8d..72e63dd68a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/active_person_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/active_person_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Screwdriver] Number of Users: Active" -2016,66 +2016,67 2017,38 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_cpu_hours/aggregate-Day-reference.csv index 9f1c422ead..b9a5411641 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_cpu_hours/aggregate-Day-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"CPU Hours: Per Job","Std Dev: CPU Hours: Per Job" -Screwdriver,11.78685285,0.45350239591639746 +Screwdriver,11.78708216,0.45349609465800805 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_cpu_hours/aggregate-Month-reference.csv index 8df3a840c9..73d71e23c7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_cpu_hours/aggregate-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"CPU Hours: Per Job","Std Dev: CPU Hours: Per Job" -Screwdriver,11.78685285,0.7937184281551052 +Screwdriver,11.78708216,0.7937073313697913 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_cpu_hours/aggregate-Quarter-reference.csv index 8df3a840c9..73d71e23c7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_cpu_hours/aggregate-Quarter-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"CPU Hours: Per Job","Std Dev: CPU Hours: Per Job" -Screwdriver,11.78685285,0.7937184281551052 +Screwdriver,11.78708216,0.7937073313697913 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_cpu_hours/aggregate-Year-reference.csv index 8df3a840c9..73d71e23c7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_cpu_hours/aggregate-Year-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"CPU Hours: Per Job","Std Dev: CPU Hours: Per Job" -Screwdriver,11.78685285,0.7937184281551052 +Screwdriver,11.78708216,0.7937073313697913 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_cpu_hours/timeseries-Day-reference.csv index 73837851a4..27c3951243 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_cpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Screwdriver] CPU Hours: Per Job" 2016-12-27,370.31296958 2016-12-28,182.19713395 2016-12-29,98.42631226 -2016-12-30,9.53454400 +2016-12-30,9.53518877 2016-12-31,7.50699692 2017-01-01,4.21223217 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_cpu_hours/timeseries-Month-reference.csv index 2d016fd941..615815991b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_cpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Screwdriver] CPU Hours: Per Job" -2016-12,13.71267944 +2016-12,13.71293611 2017-01,4.21223217 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_cpu_hours/timeseries-Quarter-reference.csv index 3d9691cac4..5052cfa429 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_cpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Screwdriver] CPU Hours: Per Job" -"2016 Q4",13.71267944 +"2016 Q4",13.71293611 "2017 Q1",4.21223217 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_cpu_hours/timeseries-Year-reference.csv index 3ff7f1bd10..951edc43fe 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_cpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Screwdriver] CPU Hours: Per Job" -2016,13.71267944 +2016,13.71293611 2017,4.21223217 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_gpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_gpu_hours/aggregate-Day-reference.csv index f42cc6295c..0a3f0c8ba9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_gpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_gpu_hours/aggregate-Day-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"GPU Hours: Per Job" -Screwdriver,0.00710828 +Screwdriver,0.00710818 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_gpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_gpu_hours/aggregate-Month-reference.csv index f42cc6295c..0a3f0c8ba9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_gpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_gpu_hours/aggregate-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"GPU Hours: Per Job" -Screwdriver,0.00710828 +Screwdriver,0.00710818 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_gpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_gpu_hours/aggregate-Quarter-reference.csv index f42cc6295c..0a3f0c8ba9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_gpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_gpu_hours/aggregate-Quarter-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"GPU Hours: Per Job" -Screwdriver,0.00710828 +Screwdriver,0.00710818 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_gpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_gpu_hours/aggregate-Year-reference.csv index f42cc6295c..0a3f0c8ba9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_gpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_gpu_hours/aggregate-Year-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"GPU Hours: Per Job" -Screwdriver,0.00710828 +Screwdriver,0.00710818 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_gpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_gpu_hours/timeseries-Day-reference.csv index a1b720375d..d55648d2e2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_gpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_gpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Screwdriver] GPU Hours: Per Job" 2016-12-27,1.14285714 2016-12-28,0.10666667 2016-12-29,0.02758621 -2016-12-30,0.00166349 +2016-12-30,0.00166343 2016-12-31,0.00162146 2017-01-01,0.00250030 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_gpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_gpu_hours/timeseries-Month-reference.csv index 931395676e..6dac138b35 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_gpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_gpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Screwdriver] GPU Hours: Per Job" -2016-12,0.00828146 +2016-12,0.00828132 2017-01,0.00250030 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_gpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_gpu_hours/timeseries-Quarter-reference.csv index 7253e758e9..109a98781a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_gpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_gpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Screwdriver] GPU Hours: Per Job" -"2016 Q4",0.00828146 +"2016 Q4",0.00828132 "2017 Q1",0.00250030 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_gpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_gpu_hours/timeseries-Year-reference.csv index 3e12c42858..c692839300 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_gpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_gpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Screwdriver] GPU Hours: Per Job" -2016,0.00828146 +2016,0.00828132 2017,0.00250030 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_gpus/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_gpus/aggregate-Day-reference.csv index 21f0c26790..5fea851edb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_gpus/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_gpus/aggregate-Day-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"GPU Count: Per Job","Std Dev: GPU Count: Per Job" -Screwdriver,0.0001,0.000039661596951222156 +Screwdriver,0.0001,0.00003966104080882526 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_gpus/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_gpus/aggregate-Month-reference.csv index 21f0c26790..5fea851edb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_gpus/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_gpus/aggregate-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"GPU Count: Per Job","Std Dev: GPU Count: Per Job" -Screwdriver,0.0001,0.000039661596951222156 +Screwdriver,0.0001,0.00003966104080882526 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_gpus/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_gpus/aggregate-Quarter-reference.csv index 21f0c26790..5fea851edb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_gpus/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_gpus/aggregate-Quarter-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"GPU Count: Per Job","Std Dev: GPU Count: Per Job" -Screwdriver,0.0001,0.000039661596951222156 +Screwdriver,0.0001,0.00003966104080882526 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_gpus/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_gpus/aggregate-Year-reference.csv index 21f0c26790..5fea851edb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_gpus/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_gpus/aggregate-Year-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"GPU Count: Per Job","Std Dev: GPU Count: Per Job" -Screwdriver,0.0001,0.000039661596951222156 +Screwdriver,0.0001,0.00003966104080882526 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv index 010af7ceab..1070d65e03 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Job Size: Weighted By CPU Hours (Core Count)" -Screwdriver,65.6161 +Screwdriver,65.6175 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv index 010af7ceab..1070d65e03 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Job Size: Weighted By CPU Hours (Core Count)" -Screwdriver,65.6161 +Screwdriver,65.6175 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv index 010af7ceab..1070d65e03 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Job Size: Weighted By CPU Hours (Core Count)" -Screwdriver,65.6161 +Screwdriver,65.6175 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv index 010af7ceab..1070d65e03 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Job Size: Weighted By CPU Hours (Core Count)" -Screwdriver,65.6161 +Screwdriver,65.6175 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv index a6aaa3972d..e90bd26046 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Screwdriver] Job Size: Weighted By CPU Hours (Core Count)" 2016-12-27,67.8600 2016-12-28,107.6133 2016-12-29,87.5874 -2016-12-30,69.1154 +2016-12-30,69.1194 2016-12-31,43.3544 2017-01-01,22.2755 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv index 244e3ca308..cbb4fdef69 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Screwdriver] Job Size: Weighted By CPU Hours (Core Count)" -2016-12,69.5398 +2016-12,69.5412 2017-01,22.2755 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv index 45c2612215..45992e03b9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Screwdriver] Job Size: Weighted By CPU Hours (Core Count)" -"2016 Q4",69.5398 +"2016 Q4",69.5412 "2017 Q1",22.2755 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv index 664adb91d2..bcbea81f36 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Screwdriver] Job Size: Weighted By CPU Hours (Core Count)" -2016,69.5398 +2016,69.5412 2017,22.2755 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_node_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_node_hours/aggregate-Day-reference.csv index 6411c49e61..ac1380beb0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_node_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_node_hours/aggregate-Day-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Node Hours: Per Job","Std Dev: Node Hours: Per Job" -Screwdriver,2.19179880,0.037808294679009785 +Screwdriver,2.19180094,0.03780776457352913 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_node_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_node_hours/aggregate-Month-reference.csv index c7ba1b18f7..3ed8bbb8b6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_node_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_node_hours/aggregate-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Node Hours: Per Job","Std Dev: Node Hours: Per Job" -Screwdriver,2.19179880,0.0629473985565196 +Screwdriver,2.19180094,0.06294651591377985 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_node_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_node_hours/aggregate-Quarter-reference.csv index c7ba1b18f7..3ed8bbb8b6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_node_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_node_hours/aggregate-Quarter-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Node Hours: Per Job","Std Dev: Node Hours: Per Job" -Screwdriver,2.19179880,0.0629473985565196 +Screwdriver,2.19180094,0.06294651591377985 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_node_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_node_hours/aggregate-Year-reference.csv index c7ba1b18f7..3ed8bbb8b6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_node_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_node_hours/aggregate-Year-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Node Hours: Per Job","Std Dev: Node Hours: Per Job" -Screwdriver,2.19179880,0.0629473985565196 +Screwdriver,2.19180094,0.06294651591377985 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_node_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_node_hours/timeseries-Day-reference.csv index ab7b8541a4..830e11e74f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_node_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_node_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Screwdriver] Node Hours: Per Job" 2016-12-27,28.72362434 2016-12-28,19.14359259 2016-12-29,16.39568790 -2016-12-30,1.81280749 +2016-12-30,1.81282593 2016-12-31,1.60081062 2017-01-01,1.07790443 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_node_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_node_hours/timeseries-Month-reference.csv index 895eddb5b0..2cd10496fb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_node_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_node_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Screwdriver] Node Hours: Per Job" -2016-12,2.46307856 +2016-12,2.46307646 2017-01,1.07790443 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_node_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_node_hours/timeseries-Quarter-reference.csv index 4234fa551c..ad0a86bf4c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_node_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_node_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Screwdriver] Node Hours: Per Job" -"2016 Q4",2.46307856 +"2016 Q4",2.46307646 "2017 Q1",1.07790443 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_node_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_node_hours/timeseries-Year-reference.csv index b738fd46b5..f1d92366ca 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_node_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_node_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Screwdriver] Node Hours: Per Job" -2016,2.46307856 +2016,2.46307646 2017,1.07790443 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_processors/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_processors/aggregate-Day-reference.csv index 628019e8b9..47b4b5aaf8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_processors/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_processors/aggregate-Day-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Job Size: Per Job (Core Count)","Std Dev: Job Size: Per Job (Core Count)" -Screwdriver,8.7346,0.02156312501879985 +Screwdriver,8.7359,0.021607702687329568 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_processors/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_processors/aggregate-Month-reference.csv index 628019e8b9..47b4b5aaf8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_processors/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_processors/aggregate-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Job Size: Per Job (Core Count)","Std Dev: Job Size: Per Job (Core Count)" -Screwdriver,8.7346,0.02156312501879985 +Screwdriver,8.7359,0.021607702687329568 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_processors/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_processors/aggregate-Quarter-reference.csv index 628019e8b9..47b4b5aaf8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_processors/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_processors/aggregate-Quarter-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Job Size: Per Job (Core Count)","Std Dev: Job Size: Per Job (Core Count)" -Screwdriver,8.7346,0.02156312501879985 +Screwdriver,8.7359,0.021607702687329568 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_processors/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_processors/aggregate-Year-reference.csv index 628019e8b9..47b4b5aaf8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_processors/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_processors/aggregate-Year-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Job Size: Per Job (Core Count)","Std Dev: Job Size: Per Job (Core Count)" -Screwdriver,8.7346,0.02156312501879985 +Screwdriver,8.7359,0.021607702687329568 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_processors/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_processors/timeseries-Day-reference.csv index 26a2ccb93e..f82c6ba38a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_processors/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_processors/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Screwdriver] Job Size: Per Job (Core Count)" 2016-12-27,29.0238 2016-12-28,11.5644 2016-12-29,6.8638 -2016-12-30,8.0163 +2016-12-30,8.0198 2016-12-31,8.7857 2017-01-01,9.1326 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_processors/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_processors/timeseries-Month-reference.csv index 4fa6485199..f591bf0154 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_processors/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_processors/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Screwdriver] Job Size: Per Job (Core Count)" -2016-12,8.5390 +2016-12,8.5407 2017-01,9.1326 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_processors/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_processors/timeseries-Quarter-reference.csv index 8a7ce70bf3..2345f223ad 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_processors/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_processors/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Screwdriver] Job Size: Per Job (Core Count)" -"2016 Q4",8.5390 +"2016 Q4",8.5407 "2017 Q1",9.1326 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_processors/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_processors/timeseries-Year-reference.csv index 8ed670af91..00c87fe776 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_processors/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_processors/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Screwdriver] Job Size: Per Job (Core Count)" -2016,8.5390 +2016,8.5407 2017,9.1326 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_waitduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_waitduration_hours/aggregate-Day-reference.csv index 1124779cd1..44d8759b44 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_waitduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_waitduration_hours/aggregate-Day-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Wait Hours: Per Job","Std Dev: Wait Hours: Per Job" -Screwdriver,4.29578563,0.08956571094180898 +Screwdriver,4.29572677,0.0895644743521742 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_waitduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_waitduration_hours/aggregate-Month-reference.csv index 1124779cd1..44d8759b44 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_waitduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_waitduration_hours/aggregate-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Wait Hours: Per Job","Std Dev: Wait Hours: Per Job" -Screwdriver,4.29578563,0.08956571094180898 +Screwdriver,4.29572677,0.0895644743521742 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_waitduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_waitduration_hours/aggregate-Quarter-reference.csv index 1124779cd1..44d8759b44 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_waitduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_waitduration_hours/aggregate-Quarter-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Wait Hours: Per Job","Std Dev: Wait Hours: Per Job" -Screwdriver,4.29578563,0.08956571094180898 +Screwdriver,4.29572677,0.0895644743521742 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_waitduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_waitduration_hours/aggregate-Year-reference.csv index 1124779cd1..44d8759b44 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_waitduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_waitduration_hours/aggregate-Year-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Wait Hours: Per Job","Std Dev: Wait Hours: Per Job" -Screwdriver,4.29578563,0.08956571094180898 +Screwdriver,4.29572677,0.0895644743521742 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_waitduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_waitduration_hours/timeseries-Day-reference.csv index 8fb06893b5..229ea374c6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_waitduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_waitduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Screwdriver] Wait Hours: Per Job" 2016-12-27,63.81457885 2016-12-28,8.81944104 2016-12-29,4.73013286 -2016-12-30,7.20200027 +2016-12-30,7.20173827 2016-12-31,2.68411411 2017-01-01,1.71038090 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_waitduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_waitduration_hours/timeseries-Month-reference.csv index ee8f937c2e..267f32f5cb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_waitduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_waitduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Screwdriver] Wait Hours: Per Job" -2016-12,4.99051340 +2016-12,4.99042636 2017-01,1.71038090 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_waitduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_waitduration_hours/timeseries-Quarter-reference.csv index 2b0f08cc4a..85361c0c22 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_waitduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_waitduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Screwdriver] Wait Hours: Per Job" -"2016 Q4",4.99051340 +"2016 Q4",4.99042636 "2017 Q1",1.71038090 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_waitduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_waitduration_hours/timeseries-Year-reference.csv index 02ee982b53..33ebcbc010 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_waitduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_waitduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Screwdriver] Wait Hours: Per Job" -2016,4.99051340 +2016,4.99042636 2017,1.71038090 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_wallduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_wallduration_hours/aggregate-Day-reference.csv index 7ec84033cb..e983b9c39b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_wallduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_wallduration_hours/aggregate-Day-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Wall Hours: Per Job","Std Dev: Wall Hours: Per Job" -Screwdriver,1.79457892,0.017929611668507588 +Screwdriver,1.79455741,0.017929373154342274 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_wallduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_wallduration_hours/aggregate-Month-reference.csv index b2f6b56a8d..0e0385d39d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_wallduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_wallduration_hours/aggregate-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Wall Hours: Per Job","Std Dev: Wall Hours: Per Job" -Screwdriver,1.79457892,0.0259028363905744 +Screwdriver,1.79455741,0.02590248210001472 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_wallduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_wallduration_hours/aggregate-Quarter-reference.csv index b2f6b56a8d..0e0385d39d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_wallduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_wallduration_hours/aggregate-Quarter-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Wall Hours: Per Job","Std Dev: Wall Hours: Per Job" -Screwdriver,1.79457892,0.0259028363905744 +Screwdriver,1.79455741,0.02590248210001472 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_wallduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_wallduration_hours/aggregate-Year-reference.csv index b2f6b56a8d..0e0385d39d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_wallduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_wallduration_hours/aggregate-Year-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Wall Hours: Per Job","Std Dev: Wall Hours: Per Job" -Screwdriver,1.79457892,0.0259028363905744 +Screwdriver,1.79455741,0.02590248210001472 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_wallduration_hours/timeseries-Day-reference.csv index d2d3dce377..466fa82395 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_wallduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Screwdriver] Wall Hours: Per Job" 2016-12-27,12.71865079 2016-12-28,10.16476358 2016-12-29,11.78420083 -2016-12-30,1.48544495 +2016-12-30,1.48540250 2016-12-31,1.42967081 2017-01-01,1.01283296 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_wallduration_hours/timeseries-Month-reference.csv index 978a933a62..470de43a4b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_wallduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Screwdriver] Wall Hours: Per Job" -2016-12,1.97829913 +2016-12,1.97826857 2017-01,1.01283296 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_wallduration_hours/timeseries-Quarter-reference.csv index 3885ac061c..e141c266c4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_wallduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Screwdriver] Wall Hours: Per Job" -"2016 Q4",1.97829913 +"2016 Q4",1.97826857 "2017 Q1",1.01283296 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_wallduration_hours/timeseries-Year-reference.csv index e5e834040c..1016469147 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/avg_wallduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Screwdriver] Wall Hours: Per Job" -2016,1.97829913 +2016,1.97826857 2017,1.01283296 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/expansion_factor/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/expansion_factor/timeseries-Day-reference.csv index d3f3931ec4..d16bbe3161 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/expansion_factor/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/expansion_factor/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Screwdriver] User Expansion Factor" 2016-12-27,2.0450 2016-12-28,1.5085 2016-12-29,1.3802 -2016-12-30,4.9345 +2016-12-30,4.9344 2016-12-31,2.5839 2017-01-01,2.7546 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/job_count/aggregate-Day-reference.csv index 6de8c6bbe5..74160c4df2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/job_count/aggregate-Day-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Number of Jobs Ended" -Screwdriver,71313 +Screwdriver,71314 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/job_count/aggregate-Month-reference.csv index 6de8c6bbe5..74160c4df2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/job_count/aggregate-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Number of Jobs Ended" -Screwdriver,71313 +Screwdriver,71314 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/job_count/aggregate-Quarter-reference.csv index 6de8c6bbe5..74160c4df2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/job_count/aggregate-Quarter-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Number of Jobs Ended" -Screwdriver,71313 +Screwdriver,71314 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/job_count/aggregate-Year-reference.csv index 6de8c6bbe5..74160c4df2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/job_count/aggregate-Year-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Number of Jobs Ended" -Screwdriver,71313 +Screwdriver,71314 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/job_count/timeseries-Day-reference.csv index 3868e4a948..7dff27f4fd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Screwdriver] Number of Jobs Ended" 2016-12-27,0 2016-12-28,0 2016-12-29,0 -2016-12-30,26606 +2016-12-30,26607 2016-12-31,28141 2017-01-01,16566 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/job_count/timeseries-Month-reference.csv index 39cbaf10b3..b8b1a0269c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Screwdriver] Number of Jobs Ended" -2016-12,54747 +2016-12,54748 2017-01,16566 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/job_count/timeseries-Quarter-reference.csv index 31fe30f1d6..23e26de6f8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Screwdriver] Number of Jobs Ended" -"2016 Q4",54747 +"2016 Q4",54748 "2017 Q1",16566 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/job_count/timeseries-Year-reference.csv index 4ddcf5422a..6077f9b6a6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Screwdriver] Number of Jobs Ended" -2016,54747 +2016,54748 2017,16566 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/running_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/running_job_count/aggregate-Day-reference.csv index 6c491eed15..ee7acc2929 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/running_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/running_job_count/aggregate-Day-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Number of Jobs Running" -Screwdriver,71313 +Screwdriver,71314 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/running_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/running_job_count/aggregate-Month-reference.csv index 6c491eed15..ee7acc2929 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/running_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/running_job_count/aggregate-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Number of Jobs Running" -Screwdriver,71313 +Screwdriver,71314 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/running_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/running_job_count/aggregate-Quarter-reference.csv index 6c491eed15..ee7acc2929 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/running_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/running_job_count/aggregate-Quarter-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Number of Jobs Running" -Screwdriver,71313 +Screwdriver,71314 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/running_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/running_job_count/aggregate-Year-reference.csv index 6c491eed15..ee7acc2929 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/running_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/running_job_count/aggregate-Year-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Number of Jobs Running" -Screwdriver,71313 +Screwdriver,71314 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/running_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/running_job_count/timeseries-Day-reference.csv index 441dc8d143..22f9e0864b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/running_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/running_job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Screwdriver] Number of Jobs Running" 2016-12-27,42 2016-12-28,450 2016-12-29,1740 -2016-12-30,28855 +2016-12-30,28856 2016-12-31,29603 2017-01-01,16566 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/running_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/running_job_count/timeseries-Month-reference.csv index 8915d316bd..e5235ea7b9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/running_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/running_job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Screwdriver] Number of Jobs Running" -2016-12,56209 +2016-12,56210 2017-01,16566 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/running_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/running_job_count/timeseries-Quarter-reference.csv index f879363116..8fa252c356 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/running_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/running_job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Screwdriver] Number of Jobs Running" -"2016 Q4",56209 +"2016 Q4",56210 "2017 Q1",16566 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/running_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/running_job_count/timeseries-Year-reference.csv index f44b9a46f5..66962323e4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/running_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/running_job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Screwdriver] Number of Jobs Running" -2016,56209 +2016,56210 2017,16566 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/started_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/started_job_count/aggregate-Day-reference.csv index 73a2a361a7..61c8a3c276 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/started_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/started_job_count/aggregate-Day-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Number of Jobs Started" -Screwdriver,71313 +Screwdriver,71314 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/started_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/started_job_count/aggregate-Month-reference.csv index 73a2a361a7..61c8a3c276 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/started_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/started_job_count/aggregate-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Number of Jobs Started" -Screwdriver,71313 +Screwdriver,71314 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/started_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/started_job_count/aggregate-Quarter-reference.csv index 73a2a361a7..61c8a3c276 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/started_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/started_job_count/aggregate-Quarter-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Number of Jobs Started" -Screwdriver,71313 +Screwdriver,71314 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/started_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/started_job_count/aggregate-Year-reference.csv index 73a2a361a7..61c8a3c276 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/started_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/started_job_count/aggregate-Year-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Number of Jobs Started" -Screwdriver,71313 +Screwdriver,71314 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/started_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/started_job_count/timeseries-Day-reference.csv index ec60e41b58..ebdc50a95e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/started_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/started_job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Screwdriver] Number of Jobs Started" 2016-12-27,31 2016-12-28,408 2016-12-29,1290 -2016-12-30,27115 +2016-12-30,27116 2016-12-31,27354 2017-01-01,15104 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/started_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/started_job_count/timeseries-Month-reference.csv index 17609dbfaf..c322099387 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/started_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/started_job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Screwdriver] Number of Jobs Started" -2016-12,56209 +2016-12,56210 2017-01,15104 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/started_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/started_job_count/timeseries-Quarter-reference.csv index abb16b2f12..bb7541ede5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/started_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/started_job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Screwdriver] Number of Jobs Started" -"2016 Q4",56209 +"2016 Q4",56210 "2017 Q1",15104 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/started_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/started_job_count/timeseries-Year-reference.csv index 266214efc2..2c2d469bd3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/started_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/started_job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Screwdriver] Number of Jobs Started" -2016,56209 +2016,56210 2017,15104 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/submitted_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/submitted_job_count/aggregate-Day-reference.csv index f682d935e7..c40258619b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/submitted_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/submitted_job_count/aggregate-Day-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Number of Jobs Submitted" -Screwdriver,64416 +Screwdriver,64417 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/submitted_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/submitted_job_count/aggregate-Month-reference.csv index 285ec5fa72..572a4573d5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/submitted_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/submitted_job_count/aggregate-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Number of Jobs Submitted" -Screwdriver,69243 +Screwdriver,69244 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/submitted_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/submitted_job_count/aggregate-Quarter-reference.csv index 285ec5fa72..572a4573d5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/submitted_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/submitted_job_count/aggregate-Quarter-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Number of Jobs Submitted" -Screwdriver,69243 +Screwdriver,69244 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/submitted_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/submitted_job_count/aggregate-Year-reference.csv index 285ec5fa72..572a4573d5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/submitted_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/submitted_job_count/aggregate-Year-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Number of Jobs Submitted" -Screwdriver,69243 +Screwdriver,69244 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/submitted_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/submitted_job_count/timeseries-Day-reference.csv index 8a709ca88b..1ecdc3bc67 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/submitted_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/submitted_job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Screwdriver] Number of Jobs Submitted" 2016-12-27,18 2016-12-28,379 2016-12-29,1206 -2016-12-30,25660 +2016-12-30,25661 2016-12-31,24111 2017-01-01,13034 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/submitted_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/submitted_job_count/timeseries-Month-reference.csv index ecb955462f..bbdb9e36da 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/submitted_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/submitted_job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Screwdriver] Number of Jobs Submitted" -2016-12,56209 +2016-12,56210 2017-01,13034 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/submitted_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/submitted_job_count/timeseries-Quarter-reference.csv index 5287b6bffe..80b4b88c45 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/submitted_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/submitted_job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Screwdriver] Number of Jobs Submitted" -"2016 Q4",56209 +"2016 Q4",56210 "2017 Q1",13034 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/submitted_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/submitted_job_count/timeseries-Year-reference.csv index 3397dc432a..1988a407ac 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/submitted_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/submitted_job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Screwdriver] Number of Jobs Submitted" -2016,56209 +2016,56210 2017,13034 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_cpu_hours/aggregate-Day-reference.csv index 0ac812f8a0..72dd6afbf4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_cpu_hours/aggregate-Day-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"CPU Hours: Total" -Screwdriver,840555.8369 +Screwdriver,840583.9769 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_cpu_hours/aggregate-Month-reference.csv index 0ac812f8a0..72dd6afbf4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_cpu_hours/aggregate-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"CPU Hours: Total" -Screwdriver,840555.8369 +Screwdriver,840583.9769 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_cpu_hours/aggregate-Quarter-reference.csv index 0ac812f8a0..72dd6afbf4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_cpu_hours/aggregate-Quarter-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"CPU Hours: Total" -Screwdriver,840555.8369 +Screwdriver,840583.9769 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_cpu_hours/aggregate-Year-reference.csv index 0ac812f8a0..72dd6afbf4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_cpu_hours/aggregate-Year-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"CPU Hours: Total" -Screwdriver,840555.8369 +Screwdriver,840583.9769 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_cpu_hours/timeseries-Day-reference.csv index 23102d003e..3010b9eb9f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_cpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Screwdriver] CPU Hours: Total" 2016-12-27,15553.1447 2016-12-28,81988.7103 2016-12-29,171261.7833 -2016-12-30,275119.2672 +2016-12-30,275147.4072 2016-12-31,222229.6297 2017-01-01,69779.8381 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_cpu_hours/timeseries-Month-reference.csv index 186e486915..c19f9e9bc9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_cpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Screwdriver] CPU Hours: Total" -2016-12,770775.9989 +2016-12,770804.1389 2017-01,69779.8381 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_cpu_hours/timeseries-Quarter-reference.csv index 2a0680efe7..3798d492ff 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_cpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Screwdriver] CPU Hours: Total" -"2016 Q4",770775.9989 +"2016 Q4",770804.1389 "2017 Q1",69779.8381 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_cpu_hours/timeseries-Year-reference.csv index fe7aeec10a..734e42ab66 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_cpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Screwdriver] CPU Hours: Total" -2016,770775.9989 +2016,770804.1389 2017,69779.8381 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_node_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_node_hours/aggregate-Day-reference.csv index 90b62b2251..ae783cd644 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_node_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_node_hours/aggregate-Day-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Node Hours: Total" -Screwdriver,156303.7475 +Screwdriver,156306.0925 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_node_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_node_hours/aggregate-Month-reference.csv index 90b62b2251..ae783cd644 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_node_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_node_hours/aggregate-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Node Hours: Total" -Screwdriver,156303.7475 +Screwdriver,156306.0925 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_node_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_node_hours/aggregate-Quarter-reference.csv index 90b62b2251..ae783cd644 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_node_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_node_hours/aggregate-Quarter-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Node Hours: Total" -Screwdriver,156303.7475 +Screwdriver,156306.0925 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_node_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_node_hours/aggregate-Year-reference.csv index 90b62b2251..ae783cd644 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_node_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_node_hours/aggregate-Year-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Node Hours: Total" -Screwdriver,156303.7475 +Screwdriver,156306.0925 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_node_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_node_hours/timeseries-Day-reference.csv index 72649b419d..9fbf002b79 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_node_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_node_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Screwdriver] Node Hours: Total" 2016-12-27,1206.3922 2016-12-28,8614.6167 2016-12-29,28528.4969 -2016-12-30,52308.5600 +2016-12-30,52310.9050 2016-12-31,47388.7967 2017-01-01,17856.5647 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_node_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_node_hours/timeseries-Month-reference.csv index d2db1b10fa..70af734cbc 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_node_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_node_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Screwdriver] Node Hours: Total" -2016-12,138447.1828 +2016-12,138449.5278 2017-01,17856.5647 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_node_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_node_hours/timeseries-Quarter-reference.csv index 23db1dbd5e..93a5924b90 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_node_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_node_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Screwdriver] Node Hours: Total" -"2016 Q4",138447.1828 +"2016 Q4",138449.5278 "2017 Q1",17856.5647 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_node_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_node_hours/timeseries-Year-reference.csv index 97039e3391..1025156534 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_node_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_node_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Screwdriver] Node Hours: Total" -2016,138447.1828 +2016,138449.5278 2017,17856.5647 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_waitduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_waitduration_hours/aggregate-Day-reference.csv index 895a6373bd..0b3225d544 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_waitduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_waitduration_hours/aggregate-Day-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Wait Hours: Total" -Screwdriver,306345.3608 +Screwdriver,306345.4586 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_waitduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_waitduration_hours/aggregate-Month-reference.csv index 895a6373bd..0b3225d544 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_waitduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_waitduration_hours/aggregate-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Wait Hours: Total" -Screwdriver,306345.3608 +Screwdriver,306345.4586 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_waitduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_waitduration_hours/aggregate-Quarter-reference.csv index 895a6373bd..0b3225d544 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_waitduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_waitduration_hours/aggregate-Quarter-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Wait Hours: Total" -Screwdriver,306345.3608 +Screwdriver,306345.4586 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_waitduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_waitduration_hours/aggregate-Year-reference.csv index 895a6373bd..0b3225d544 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_waitduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_waitduration_hours/aggregate-Year-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Wait Hours: Total" -Screwdriver,306345.3608 +Screwdriver,306345.4586 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_waitduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_waitduration_hours/timeseries-Day-reference.csv index 7b9d8a866d..97fa8a00c8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_waitduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_waitduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Screwdriver] Wait Hours: Total" 2016-12-27,1978.2519 2016-12-28,3598.3319 2016-12-29,6101.8714 -2016-12-30,195282.2372 +2016-12-30,195282.3350 2016-12-31,73421.2575 2017-01-01,25833.5931 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_waitduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_waitduration_hours/timeseries-Month-reference.csv index 0f39d4bae7..ab28f222fb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_waitduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_waitduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Screwdriver] Wait Hours: Total" -2016-12,280511.7678 +2016-12,280511.8656 2017-01,25833.5931 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_waitduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_waitduration_hours/timeseries-Quarter-reference.csv index 669aae733d..5952770b03 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_waitduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_waitduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Screwdriver] Wait Hours: Total" -"2016 Q4",280511.7678 +"2016 Q4",280511.8656 "2017 Q1",25833.5931 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_waitduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_waitduration_hours/timeseries-Year-reference.csv index 5c815da1a7..042c6252dd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_waitduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_waitduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Screwdriver] Wait Hours: Total" -2016,280511.7678 +2016,280511.8656 2017,25833.5931 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_wallduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_wallduration_hours/aggregate-Day-reference.csv index 5751301019..dae5f5004b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_wallduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_wallduration_hours/aggregate-Day-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Wall Hours: Total" -Screwdriver,127976.8064 +Screwdriver,127977.0669 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_wallduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_wallduration_hours/aggregate-Month-reference.csv index 5751301019..dae5f5004b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_wallduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_wallduration_hours/aggregate-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Wall Hours: Total" -Screwdriver,127976.8064 +Screwdriver,127977.0669 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_wallduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_wallduration_hours/aggregate-Quarter-reference.csv index 5751301019..dae5f5004b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_wallduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_wallduration_hours/aggregate-Quarter-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Wall Hours: Total" -Screwdriver,127976.8064 +Screwdriver,127977.0669 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_wallduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_wallduration_hours/aggregate-Year-reference.csv index 5751301019..dae5f5004b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_wallduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_wallduration_hours/aggregate-Year-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Wall Hours: Total" -Screwdriver,127976.8064 +Screwdriver,127977.0669 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_wallduration_hours/timeseries-Day-reference.csv index c312651dc3..2aa40c8661 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_wallduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Screwdriver] Wall Hours: Total" 2016-12-27,534.1833 2016-12-28,4574.1436 2016-12-29,20504.5094 -2016-12-30,42862.5139 +2016-12-30,42862.7744 2016-12-31,42322.5450 2017-01-01,16778.5908 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_wallduration_hours/timeseries-Month-reference.csv index 6df403bf77..8881387f8a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_wallduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Screwdriver] Wall Hours: Total" -2016-12,111198.2156 +2016-12,111198.4761 2017-01,16778.5908 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_wallduration_hours/timeseries-Quarter-reference.csv index 873f8e9858..d5e479f3ab 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_wallduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Screwdriver] Wall Hours: Total" -"2016 Q4",111198.2156 +"2016 Q4",111198.4761 "2017 Q1",16778.5908 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_wallduration_hours/timeseries-Year-reference.csv index b822ae4a7c..e0ab101224 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/total_wallduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Screwdriver] Wall Hours: Total" -2016,111198.2156 +2016,111198.4761 2017,16778.5908 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/utilization/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/utilization/aggregate-Day-reference.csv index ca213b33b6..6bdf9f4aef 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/utilization/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/utilization/aggregate-Day-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Screwdriver CPU Utilization (%)" -Screwdriver,19.0343 +Screwdriver,19.0350 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/utilization/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/utilization/aggregate-Month-reference.csv index 9fbb8a1d15..ebc992095b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/utilization/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/utilization/aggregate-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- Summary,"Screwdriver CPU Utilization (%)" -Screwdriver,4.2299 +Screwdriver,4.2300 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/utilization/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/utilization/timeseries-Day-reference.csv index 8226ea8661..abf4a1c53c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/utilization/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/utilization/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Screwdriver] Screwdriver CPU Utilization (%)" 2016-12-27,3.2402 2016-12-28,17.0810 2016-12-29,35.6795 -2016-12-30,57.3165 +2016-12-30,57.3224 2016-12-31,46.2978 2017-01-01,14.5375 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/utilization/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/utilization/timeseries-Month-reference.csv index 099dd9e68d..d856f47110 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/utilization/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/utilization/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Screwdriver] Screwdriver CPU Utilization (%)" -2016-12,15.4402 +2016-12,15.4408 2017-01,0.4690 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/utilization/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/utilization/timeseries-Quarter-reference.csv index 4029647ccd..a0950839a7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/utilization/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/utilization/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Screwdriver] Screwdriver CPU Utilization (%)" -"2016 Q4",15.4402 +"2016 Q4",15.4408 "2017 Q1",0.1615 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/utilization/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/utilization/timeseries-Year-reference.csv index 22cb139203..7aa0442e81 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/utilization/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/none/utilization/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Screwdriver] Screwdriver CPU Utilization (%)" -2016,15.4402 +2016,15.4408 2017,0.0398 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/active_person_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/active_person_count/aggregate-Day-reference.csv index 62c6dd045c..870afeabcc 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/active_person_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/active_person_count/aggregate-Day-reference.csv @@ -10,7 +10,7 @@ start,end Engineering,13 Geosciences,9 "Biological Sciences",6 +"Computer and Information Science and Engineering",6 "Social, Behavioral, and Economic Sciences",6 -"Computer and Information Science and Engineering",5 Humanities/Arts,3 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/active_person_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/active_person_count/aggregate-Month-reference.csv index 62c6dd045c..870afeabcc 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/active_person_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/active_person_count/aggregate-Month-reference.csv @@ -10,7 +10,7 @@ start,end Engineering,13 Geosciences,9 "Biological Sciences",6 +"Computer and Information Science and Engineering",6 "Social, Behavioral, and Economic Sciences",6 -"Computer and Information Science and Engineering",5 Humanities/Arts,3 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/active_person_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/active_person_count/aggregate-Quarter-reference.csv index 62c6dd045c..870afeabcc 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/active_person_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/active_person_count/aggregate-Quarter-reference.csv @@ -10,7 +10,7 @@ start,end Engineering,13 Geosciences,9 "Biological Sciences",6 +"Computer and Information Science and Engineering",6 "Social, Behavioral, and Economic Sciences",6 -"Computer and Information Science and Engineering",5 Humanities/Arts,3 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/active_person_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/active_person_count/aggregate-Year-reference.csv index 62c6dd045c..870afeabcc 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/active_person_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/active_person_count/aggregate-Year-reference.csv @@ -10,7 +10,7 @@ start,end Engineering,13 Geosciences,9 "Biological Sciences",6 +"Computer and Information Science and Engineering",6 "Social, Behavioral, and Economic Sciences",6 -"Computer and Information Science and Engineering",5 Humanities/Arts,3 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/active_person_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/active_person_count/timeseries-Day-reference.csv index 45857a20f8..a36a023ce7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/active_person_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/active_person_count/timeseries-Day-reference.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[Mathematical and Physical Sciences] Number of Users: Active","[Engineering] Number of Users: Active","[Geosciences] Number of Users: Active","[Biological Sciences] Number of Users: Active","[Social, Behavioral, and Economic Sciences] Number of Users: Active","[Computer and Information Science and Engineering] Number of Users: Active","[Humanities/Arts] Number of Users: Active" +Day,"[Mathematical and Physical Sciences] Number of Users: Active","[Engineering] Number of Users: Active","[Geosciences] Number of Users: Active","[Biological Sciences] Number of Users: Active","[Computer and Information Science and Engineering] Number of Users: Active","[Social, Behavioral, and Economic Sciences] Number of Users: Active","[Humanities/Arts] Number of Users: Active" 2016-12-22,1,0,0,1,0,0,0 2016-12-23,2,0,0,1,0,0,0 2016-12-24,2,0,0,1,0,0,0 2016-12-25,3,0,0,1,0,0,0 2016-12-26,4,0,0,1,0,0,0 -2016-12-27,10,1,0,4,1,0,0 -2016-12-28,15,2,1,4,1,2,0 -2016-12-29,19,6,4,5,3,4,2 -2016-12-30,24,12,8,6,6,5,3 +2016-12-27,10,1,0,4,0,1,0 +2016-12-28,15,2,1,4,2,1,0 +2016-12-29,19,6,4,5,4,3,2 +2016-12-30,24,12,8,6,6,6,3 2016-12-31,20,13,6,5,4,4,3 -2017-01-01,12,10,5,4,3,2,2 +2017-01-01,12,10,5,4,2,3,2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/active_person_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/active_person_count/timeseries-Month-reference.csv index c2f2e1c0a6..413dcf0071 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/active_person_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/active_person_count/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[Mathematical and Physical Sciences] Number of Users: Active","[Engineering] Number of Users: Active","[Geosciences] Number of Users: Active","[Biological Sciences] Number of Users: Active","[Social, Behavioral, and Economic Sciences] Number of Users: Active","[Computer and Information Science and Engineering] Number of Users: Active","[Humanities/Arts] Number of Users: Active" -2016-12,24,13,9,6,6,5,3 -2017-01,12,10,5,4,3,2,2 +Month,"[Mathematical and Physical Sciences] Number of Users: Active","[Engineering] Number of Users: Active","[Geosciences] Number of Users: Active","[Biological Sciences] Number of Users: Active","[Computer and Information Science and Engineering] Number of Users: Active","[Social, Behavioral, and Economic Sciences] Number of Users: Active","[Humanities/Arts] Number of Users: Active" +2016-12,24,13,9,6,6,6,3 +2017-01,12,10,5,4,2,3,2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/active_person_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/active_person_count/timeseries-Quarter-reference.csv index 6a49055b0e..88af30caba 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/active_person_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/active_person_count/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[Mathematical and Physical Sciences] Number of Users: Active","[Engineering] Number of Users: Active","[Geosciences] Number of Users: Active","[Biological Sciences] Number of Users: Active","[Social, Behavioral, and Economic Sciences] Number of Users: Active","[Computer and Information Science and Engineering] Number of Users: Active","[Humanities/Arts] Number of Users: Active" -"2016 Q4",24,13,9,6,6,5,3 -"2017 Q1",12,10,5,4,3,2,2 +Quarter,"[Mathematical and Physical Sciences] Number of Users: Active","[Engineering] Number of Users: Active","[Geosciences] Number of Users: Active","[Biological Sciences] Number of Users: Active","[Computer and Information Science and Engineering] Number of Users: Active","[Social, Behavioral, and Economic Sciences] Number of Users: Active","[Humanities/Arts] Number of Users: Active" +"2016 Q4",24,13,9,6,6,6,3 +"2017 Q1",12,10,5,4,2,3,2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/active_person_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/active_person_count/timeseries-Year-reference.csv index 7907c220f7..96cfd84497 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/active_person_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/active_person_count/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[Mathematical and Physical Sciences] Number of Users: Active","[Engineering] Number of Users: Active","[Geosciences] Number of Users: Active","[Biological Sciences] Number of Users: Active","[Social, Behavioral, and Economic Sciences] Number of Users: Active","[Computer and Information Science and Engineering] Number of Users: Active","[Humanities/Arts] Number of Users: Active" -2016,24,13,9,6,6,5,3 -2017,12,10,5,4,3,2,2 +Year,"[Mathematical and Physical Sciences] Number of Users: Active","[Engineering] Number of Users: Active","[Geosciences] Number of Users: Active","[Biological Sciences] Number of Users: Active","[Computer and Information Science and Engineering] Number of Users: Active","[Social, Behavioral, and Economic Sciences] Number of Users: Active","[Humanities/Arts] Number of Users: Active" +2016,24,13,9,6,6,6,3 +2017,12,10,5,4,2,3,2 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_cpu_hours/aggregate-Day-reference.csv index 5dc8e71c4a..6ef730e465 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_cpu_hours/aggregate-Day-reference.csv @@ -10,7 +10,7 @@ Engineering,378.41627884,31.984634618360694 Humanities/Arts,188.13274411,2.041452970260724 "Biological Sciences",61.98054777,9.807443316367232 "Mathematical and Physical Sciences",39.82065205,3.067731835288661 -"Computer and Information Science and Engineering",27.72618823,0.14756979110510704 +"Computer and Information Science and Engineering",27.72634218,0.14751497192999521 Geosciences,17.24043389,0.9865308518927637 "Social, Behavioral, and Economic Sciences",2.82983496,0.027720914800936126 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_cpu_hours/aggregate-Month-reference.csv index 23602e3e93..97564f749c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_cpu_hours/aggregate-Month-reference.csv @@ -10,7 +10,7 @@ Engineering,378.41627884,57.32817719717006 Humanities/Arts,188.13274411,16.44278594480015 "Biological Sciences",61.98054777,20.50229784028209 "Mathematical and Physical Sciences",39.82065205,5.553821375301377 -"Computer and Information Science and Engineering",27.72618823,0.516814891598504 +"Computer and Information Science and Engineering",27.72634218,0.5166226470825555 Geosciences,17.24043389,1.4179492534823879 "Social, Behavioral, and Economic Sciences",2.82983496,0.03098245418859181 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_cpu_hours/aggregate-Quarter-reference.csv index 23602e3e93..97564f749c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_cpu_hours/aggregate-Quarter-reference.csv @@ -10,7 +10,7 @@ Engineering,378.41627884,57.32817719717006 Humanities/Arts,188.13274411,16.44278594480015 "Biological Sciences",61.98054777,20.50229784028209 "Mathematical and Physical Sciences",39.82065205,5.553821375301377 -"Computer and Information Science and Engineering",27.72618823,0.516814891598504 +"Computer and Information Science and Engineering",27.72634218,0.5166226470825555 Geosciences,17.24043389,1.4179492534823879 "Social, Behavioral, and Economic Sciences",2.82983496,0.03098245418859181 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_cpu_hours/aggregate-Year-reference.csv index 23602e3e93..97564f749c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_cpu_hours/aggregate-Year-reference.csv @@ -10,7 +10,7 @@ Engineering,378.41627884,57.32817719717006 Humanities/Arts,188.13274411,16.44278594480015 "Biological Sciences",61.98054777,20.50229784028209 "Mathematical and Physical Sciences",39.82065205,5.553821375301377 -"Computer and Information Science and Engineering",27.72618823,0.516814891598504 +"Computer and Information Science and Engineering",27.72634218,0.5166226470825555 Geosciences,17.24043389,1.4179492534823879 "Social, Behavioral, and Economic Sciences",2.82983496,0.03098245418859181 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_cpu_hours/timeseries-Day-reference.csv index 1290cf60d9..b6f217e077 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_cpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Engineering] CPU Hours: Per Job","[Humanities/Arts] CPU Hours: Per Job","[ 2016-12-27,1246.47111111,0,166.08277778,349.39508333,0,0,3.21666667 2016-12-28,147.49854595,0,271.00512821,681.38766382,6.69041168,94.01111111,24.00000000 2016-12-29,214.07366750,46.91737374,66.39927778,585.33533832,14.21335853,582.30381944,7.39809663 -2016-12-30,229.01666415,107.24694444,26.59341111,19.79102838,14.58756597,6.26633395,3.03737720 +2016-12-30,229.01666415,107.24694444,26.59341111,19.79102838,14.59562810,6.26633395,3.03737720 2016-12-31,107.44654864,171.46924897,106.20362847,17.08886588,13.61354217,6.56568955,3.78294327 2017-01-01,67.15728861,59.98977778,20.54366410,32.64719972,12.31921090,23.37171659,0.62134448 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_cpu_hours/timeseries-Month-reference.csv index 1ace5019f0..3645806949 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_cpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Engineering] CPU Hours: Per Job","[Humanities/Arts] CPU Hours: Per Job","[Biological Sciences] CPU Hours: Per Job","[Mathematical and Physical Sciences] CPU Hours: Per Job","[Computer and Information Science and Engineering] CPU Hours: Per Job","[Geosciences] CPU Hours: Per Job","[Social, Behavioral, and Economic Sciences] CPU Hours: Per Job" -2016-12,404.22454684,183.58806397,96.23316926,39.87568906,25.19334377,12.64740448,3.49505680 +2016-12,404.22454684,183.58806397,96.23316926,39.87568906,25.19453386,12.64740448,3.49505680 2017-01,67.15728861,59.98977778,20.54366410,32.64719972,12.31921090,23.37171659,0.62134448 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_cpu_hours/timeseries-Quarter-reference.csv index 82a44a8843..965ca5aaf9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_cpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Engineering] CPU Hours: Per Job","[Humanities/Arts] CPU Hours: Per Job","[Biological Sciences] CPU Hours: Per Job","[Mathematical and Physical Sciences] CPU Hours: Per Job","[Computer and Information Science and Engineering] CPU Hours: Per Job","[Geosciences] CPU Hours: Per Job","[Social, Behavioral, and Economic Sciences] CPU Hours: Per Job" -"2016 Q4",404.22454684,183.58806397,96.23316926,39.87568906,25.19334377,12.64740448,3.49505680 +"2016 Q4",404.22454684,183.58806397,96.23316926,39.87568906,25.19453386,12.64740448,3.49505680 "2017 Q1",67.15728861,59.98977778,20.54366410,32.64719972,12.31921090,23.37171659,0.62134448 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_cpu_hours/timeseries-Year-reference.csv index 2761cc19c5..d3312bef26 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_cpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Engineering] CPU Hours: Per Job","[Humanities/Arts] CPU Hours: Per Job","[Biological Sciences] CPU Hours: Per Job","[Mathematical and Physical Sciences] CPU Hours: Per Job","[Computer and Information Science and Engineering] CPU Hours: Per Job","[Geosciences] CPU Hours: Per Job","[Social, Behavioral, and Economic Sciences] CPU Hours: Per Job" -2016,404.22454684,183.58806397,96.23316926,39.87568906,25.19334377,12.64740448,3.49505680 +2016,404.22454684,183.58806397,96.23316926,39.87568906,25.19453386,12.64740448,3.49505680 2017,67.15728861,59.98977778,20.54366410,32.64719972,12.31921090,23.37171659,0.62134448 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv index c70319d289..84589b437e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv @@ -12,5 +12,5 @@ Engineering,101.2769 Geosciences,18.1667 Humanities/Arts,11.8252 "Social, Behavioral, and Economic Sciences",10.8677 -"Computer and Information Science and Engineering",1.7640 +"Computer and Information Science and Engineering",1.8041 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv index c70319d289..84589b437e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv @@ -12,5 +12,5 @@ Engineering,101.2769 Geosciences,18.1667 Humanities/Arts,11.8252 "Social, Behavioral, and Economic Sciences",10.8677 -"Computer and Information Science and Engineering",1.7640 +"Computer and Information Science and Engineering",1.8041 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv index c70319d289..84589b437e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv @@ -12,5 +12,5 @@ Engineering,101.2769 Geosciences,18.1667 Humanities/Arts,11.8252 "Social, Behavioral, and Economic Sciences",10.8677 -"Computer and Information Science and Engineering",1.7640 +"Computer and Information Science and Engineering",1.8041 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv index c70319d289..84589b437e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv @@ -12,5 +12,5 @@ Engineering,101.2769 Geosciences,18.1667 Humanities/Arts,11.8252 "Social, Behavioral, and Economic Sciences",10.8677 -"Computer and Information Science and Engineering",1.7640 +"Computer and Information Science and Engineering",1.8041 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv index 6dde69dcfd..fede82e061 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Engineering] Job Size: Weighted By CPU Hours (Core Count)","[Mathematical 2016-12-27,96.0000,63.9290,19.8357,0,0,1.0000,0 2016-12-28,88.1962,124.0581,33.0691,20.0000,0,1.0000,2.8865 2016-12-29,89.9037,104.0892,28.0857,88.5857,11.5552,10.2034,1.6777 -2016-12-30,112.1825,99.9328,32.5776,23.1791,11.8713,10.9005,1.9011 +2016-12-30,112.1825,99.9328,32.5776,23.1791,11.8713,10.9005,2.0228 2016-12-31,112.3553,64.8745,36.8877,7.7053,11.8540,10.8898,1.7160 2017-01-01,68.1385,22.6656,38.3114,12.0180,10.7741,10.5763,1.5550 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv index 21b11129d7..7b281d27df 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Engineering] Job Size: Weighted By CPU Hours (Core Count)","[Mathematical and Physical Sciences] Job Size: Weighted By CPU Hours (Core Count)","[Biological Sciences] Job Size: Weighted By CPU Hours (Core Count)","[Geosciences] Job Size: Weighted By CPU Hours (Core Count)","[Humanities/Arts] Job Size: Weighted By CPU Hours (Core Count)","[Social, Behavioral, and Economic Sciences] Job Size: Weighted By CPU Hours (Core Count)","[Computer and Information Science and Engineering] Job Size: Weighted By CPU Hours (Core Count)" -2016-12,102.9933,97.4694,30.0052,26.3413,11.8512,10.8841,1.8047 +2016-12,102.9933,97.4694,30.0052,26.3413,11.8512,10.8841,1.8526 2017-01,68.1385,22.6656,38.3114,12.0180,10.7741,10.5763,1.5550 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv index 01991de945..ff3c27ee73 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Engineering] Job Size: Weighted By CPU Hours (Core Count)","[Mathematical and Physical Sciences] Job Size: Weighted By CPU Hours (Core Count)","[Biological Sciences] Job Size: Weighted By CPU Hours (Core Count)","[Geosciences] Job Size: Weighted By CPU Hours (Core Count)","[Humanities/Arts] Job Size: Weighted By CPU Hours (Core Count)","[Social, Behavioral, and Economic Sciences] Job Size: Weighted By CPU Hours (Core Count)","[Computer and Information Science and Engineering] Job Size: Weighted By CPU Hours (Core Count)" -"2016 Q4",102.9933,97.4694,30.0052,26.3413,11.8512,10.8841,1.8047 +"2016 Q4",102.9933,97.4694,30.0052,26.3413,11.8512,10.8841,1.8526 "2017 Q1",68.1385,22.6656,38.3114,12.0180,10.7741,10.5763,1.5550 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv index e57983ebf7..2b3e350384 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Engineering] Job Size: Weighted By CPU Hours (Core Count)","[Mathematical and Physical Sciences] Job Size: Weighted By CPU Hours (Core Count)","[Biological Sciences] Job Size: Weighted By CPU Hours (Core Count)","[Geosciences] Job Size: Weighted By CPU Hours (Core Count)","[Humanities/Arts] Job Size: Weighted By CPU Hours (Core Count)","[Social, Behavioral, and Economic Sciences] Job Size: Weighted By CPU Hours (Core Count)","[Computer and Information Science and Engineering] Job Size: Weighted By CPU Hours (Core Count)" -2016,102.9933,97.4694,30.0052,26.3413,11.8512,10.8841,1.8047 +2016,102.9933,97.4694,30.0052,26.3413,11.8512,10.8841,1.8526 2017,68.1385,22.6656,38.3114,12.0180,10.7741,10.5763,1.5550 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_node_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_node_hours/aggregate-Day-reference.csv index 627c883eba..5cd4eda4d7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_node_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_node_hours/aggregate-Day-reference.csv @@ -7,7 +7,7 @@ start,end --------- "Decanal Unit","Node Hours: Per Job","Std Dev: Node Hours: Per Job" Engineering,56.96282432,2.005258852685409 -"Computer and Information Science and Engineering",25.30848292, +"Computer and Information Science and Engineering",25.29993996, Humanities/Arts,17.27322391, "Biological Sciences",8.85906941,1.1894594204595474 Geosciences,5.54539143,0.08440112591169727 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_node_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_node_hours/aggregate-Month-reference.csv index f6d3926355..598a105b86 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_node_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_node_hours/aggregate-Month-reference.csv @@ -7,7 +7,7 @@ start,end --------- "Decanal Unit","Node Hours: Per Job","Std Dev: Node Hours: Per Job" Engineering,56.96282432,4.620916677516273 -"Computer and Information Science and Engineering",25.30848292,0.10897197187940741 +"Computer and Information Science and Engineering",25.29993996,0.1092657854502755 Humanities/Arts,17.27322391,1.2812633375632778 "Biological Sciences",8.85906941,2.447594190728218 Geosciences,5.54539143,0.13410152621275237 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_node_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_node_hours/aggregate-Quarter-reference.csv index f6d3926355..598a105b86 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_node_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_node_hours/aggregate-Quarter-reference.csv @@ -7,7 +7,7 @@ start,end --------- "Decanal Unit","Node Hours: Per Job","Std Dev: Node Hours: Per Job" Engineering,56.96282432,4.620916677516273 -"Computer and Information Science and Engineering",25.30848292,0.10897197187940741 +"Computer and Information Science and Engineering",25.29993996,0.1092657854502755 Humanities/Arts,17.27322391,1.2812633375632778 "Biological Sciences",8.85906941,2.447594190728218 Geosciences,5.54539143,0.13410152621275237 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_node_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_node_hours/aggregate-Year-reference.csv index f6d3926355..598a105b86 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_node_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_node_hours/aggregate-Year-reference.csv @@ -7,7 +7,7 @@ start,end --------- "Decanal Unit","Node Hours: Per Job","Std Dev: Node Hours: Per Job" Engineering,56.96282432,4.620916677516273 -"Computer and Information Science and Engineering",25.30848292,0.10897197187940741 +"Computer and Information Science and Engineering",25.29993996,0.1092657854502755 Humanities/Arts,17.27322391,1.2812633375632778 "Biological Sciences",8.85906941,2.447594190728218 Geosciences,5.54539143,0.13410152621275237 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_node_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_node_hours/timeseries-Day-reference.csv index 9d23c3f64e..b2338ba9be 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_node_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_node_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Engineering] Node Hours: Per Job","[Computer and Information Science and E 2016-12-27,103.87259259,0,0,18.01625000,0,24.91425926,3.21666667 2016-12-28,23.39817558,5.11274929,0,32.02948718,4.70055556,43.35951567,24.00000000 2016-12-29,31.24421888,13.00927766,4.34454545,11.06724359,50.53201389,39.47018162,1.27936230 -2016-12-30,33.89972306,13.19797834,9.68358547,5.37832698,4.08397301,1.48685926,0.33097065 +2016-12-30,33.89972306,13.19152208,9.68358547,5.37832698,4.08397301,1.48685926,0.33097065 2016-12-31,16.25349374,12.51093474,15.93161523,12.94794271,5.40183243,1.53228783,0.37017739 2017-01-01,13.09319008,11.46455460,6.53122222,2.39604528,1.95282464,3.14905354,0.06801433 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_node_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_node_hours/timeseries-Month-reference.csv index 365940c0f9..7cd8f23969 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_node_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_node_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Engineering] Node Hours: Per Job","[Computer and Information Science and Engineering] Node Hours: Per Job","[Humanities/Arts] Node Hours: Per Job","[Biological Sciences] Node Hours: Per Job","[Geosciences] Node Hours: Per Job","[Mathematical and Physical Sciences] Node Hours: Per Job","[Social, Behavioral, and Economic Sciences] Node Hours: Per Job" -2016-12,59.91741394,22.90902738,16.77843434,14.23923287,8.07149077,2.91895910,0.36183462 +2016-12,59.91741394,22.90072204,16.77843434,14.23923287,8.07149077,2.91895910,0.36183462 2017-01,13.09319008,11.46455460,6.53122222,2.39604528,1.95282464,3.14905354,0.06801433 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_node_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_node_hours/timeseries-Quarter-reference.csv index 6dc4f413cd..90384babe4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_node_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_node_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Engineering] Node Hours: Per Job","[Computer and Information Science and Engineering] Node Hours: Per Job","[Humanities/Arts] Node Hours: Per Job","[Biological Sciences] Node Hours: Per Job","[Geosciences] Node Hours: Per Job","[Mathematical and Physical Sciences] Node Hours: Per Job","[Social, Behavioral, and Economic Sciences] Node Hours: Per Job" -"2016 Q4",59.91741394,22.90902738,16.77843434,14.23923287,8.07149077,2.91895910,0.36183462 +"2016 Q4",59.91741394,22.90072204,16.77843434,14.23923287,8.07149077,2.91895910,0.36183462 "2017 Q1",13.09319008,11.46455460,6.53122222,2.39604528,1.95282464,3.14905354,0.06801433 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_node_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_node_hours/timeseries-Year-reference.csv index 21efb1bc79..d33a323cb7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_node_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_node_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Engineering] Node Hours: Per Job","[Computer and Information Science and Engineering] Node Hours: Per Job","[Humanities/Arts] Node Hours: Per Job","[Biological Sciences] Node Hours: Per Job","[Geosciences] Node Hours: Per Job","[Mathematical and Physical Sciences] Node Hours: Per Job","[Social, Behavioral, and Economic Sciences] Node Hours: Per Job" -2016,59.91741394,22.90902738,16.77843434,14.23923287,8.07149077,2.91895910,0.36183462 +2016,59.91741394,22.90072204,16.77843434,14.23923287,8.07149077,2.91895910,0.36183462 2017,13.09319008,11.46455460,6.53122222,2.39604528,1.95282464,3.14905354,0.06801433 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_processors/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_processors/aggregate-Day-reference.csv index 523793d5c5..dc231898d6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_processors/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_processors/aggregate-Day-reference.csv @@ -12,5 +12,5 @@ Humanities/Arts,11.0909,0.35773447517085943 "Social, Behavioral, and Economic Sciences",9.0492,0.011053223283303862 "Mathematical and Physical Sciences",8.5832,0.08747961868531207 Geosciences,5.7056,0.17126742580914467 -"Computer and Information Science and Engineering",1.1526,0.04402136789517397 +"Computer and Information Science and Engineering",1.1923,0.05929499609867063 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_processors/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_processors/aggregate-Month-reference.csv index 523793d5c5..dc231898d6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_processors/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_processors/aggregate-Month-reference.csv @@ -12,5 +12,5 @@ Humanities/Arts,11.0909,0.35773447517085943 "Social, Behavioral, and Economic Sciences",9.0492,0.011053223283303862 "Mathematical and Physical Sciences",8.5832,0.08747961868531207 Geosciences,5.7056,0.17126742580914467 -"Computer and Information Science and Engineering",1.1526,0.04402136789517397 +"Computer and Information Science and Engineering",1.1923,0.05929499609867063 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_processors/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_processors/aggregate-Quarter-reference.csv index 523793d5c5..dc231898d6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_processors/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_processors/aggregate-Quarter-reference.csv @@ -12,5 +12,5 @@ Humanities/Arts,11.0909,0.35773447517085943 "Social, Behavioral, and Economic Sciences",9.0492,0.011053223283303862 "Mathematical and Physical Sciences",8.5832,0.08747961868531207 Geosciences,5.7056,0.17126742580914467 -"Computer and Information Science and Engineering",1.1526,0.04402136789517397 +"Computer and Information Science and Engineering",1.1923,0.05929499609867063 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_processors/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_processors/aggregate-Year-reference.csv index 523793d5c5..dc231898d6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_processors/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_processors/aggregate-Year-reference.csv @@ -12,5 +12,5 @@ Humanities/Arts,11.0909,0.35773447517085943 "Social, Behavioral, and Economic Sciences",9.0492,0.011053223283303862 "Mathematical and Physical Sciences",8.5832,0.08747961868531207 Geosciences,5.7056,0.17126742580914467 -"Computer and Information Science and Engineering",1.1526,0.04402136789517397 +"Computer and Information Science and Engineering",1.1923,0.05929499609867063 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_processors/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_processors/timeseries-Day-reference.csv index bfc5dd5b1b..8c31cd0aaf 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_processors/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_processors/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Biological Sciences] Job Size: Per Job (Core Count)","[Engineering] Job Si 2016-12-27,16.0000,96.0000,0,1.0000,26.7333,0,0 2016-12-28,12.9231,9.7963,0,1.0000,41.0000,20.0000,1.1795 2016-12-29,3.6000,11.6015,11.2727,9.5486,30.3013,56.2500,1.1142 -2016-12-30,24.3200,14.6103,11.2000,8.4554,8.4610,1.7033,1.1780 +2016-12-30,24.3200,14.6103,11.2000,8.4554,8.4610,1.7033,1.2415 2016-12-31,37.6250,9.4296,10.8889,9.5422,9.3074,1.3346,1.1193 2017-01-01,32.0520,12.9811,10.4000,9.1618,11.5330,11.3386,1.0994 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_processors/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_processors/timeseries-Month-reference.csv index 48cfa69fe6..8fb14094af 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_processors/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_processors/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Biological Sciences] Job Size: Per Job (Core Count)","[Engineering] Job Size: Per Job (Core Count)","[Humanities/Arts] Job Size: Per Job (Core Count)","[Social, Behavioral, and Economic Sciences] Job Size: Per Job (Core Count)","[Mathematical and Physical Sciences] Job Size: Per Job (Core Count)","[Geosciences] Job Size: Per Job (Core Count)","[Computer and Information Science and Engineering] Job Size: Per Job (Core Count)" -2016-12,27.5440,11.2471,11.0909,9.0258,8.4469,1.7194,1.1430 +2016-12,27.5440,11.2471,11.0909,9.0258,8.4469,1.7194,1.1862 2017-01,32.0520,12.9811,10.4000,9.1618,11.5330,11.3386,1.0994 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_processors/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_processors/timeseries-Quarter-reference.csv index 582d33a807..c8cd155fac 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_processors/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_processors/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Biological Sciences] Job Size: Per Job (Core Count)","[Engineering] Job Size: Per Job (Core Count)","[Humanities/Arts] Job Size: Per Job (Core Count)","[Social, Behavioral, and Economic Sciences] Job Size: Per Job (Core Count)","[Mathematical and Physical Sciences] Job Size: Per Job (Core Count)","[Geosciences] Job Size: Per Job (Core Count)","[Computer and Information Science and Engineering] Job Size: Per Job (Core Count)" -"2016 Q4",27.5440,11.2471,11.0909,9.0258,8.4469,1.7194,1.1430 +"2016 Q4",27.5440,11.2471,11.0909,9.0258,8.4469,1.7194,1.1862 "2017 Q1",32.0520,12.9811,10.4000,9.1618,11.5330,11.3386,1.0994 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_processors/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_processors/timeseries-Year-reference.csv index 82f6119b78..f3ca350c0d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_processors/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_processors/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Biological Sciences] Job Size: Per Job (Core Count)","[Engineering] Job Size: Per Job (Core Count)","[Humanities/Arts] Job Size: Per Job (Core Count)","[Social, Behavioral, and Economic Sciences] Job Size: Per Job (Core Count)","[Mathematical and Physical Sciences] Job Size: Per Job (Core Count)","[Geosciences] Job Size: Per Job (Core Count)","[Computer and Information Science and Engineering] Job Size: Per Job (Core Count)" -2016,27.5440,11.2471,11.0909,9.0258,8.4469,1.7194,1.1430 +2016,27.5440,11.2471,11.0909,9.0258,8.4469,1.7194,1.1862 2017,32.0520,12.9811,10.4000,9.1618,11.5330,11.3386,1.0994 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_waitduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_waitduration_hours/aggregate-Day-reference.csv index ebe37b0921..f36490ec0c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_waitduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_waitduration_hours/aggregate-Day-reference.csv @@ -12,5 +12,5 @@ Engineering,8.29298478,0.8262094447522345 Humanities/Arts,4.87037458,0.44747381160758987 Geosciences,4.20178504,0.10235707106304519 "Social, Behavioral, and Economic Sciences",1.99144263,0.025430337208220542 -"Computer and Information Science and Engineering",0.20800686,0.015445917527693484 +"Computer and Information Science and Engineering",0.20796586,0.01544022571501571 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_waitduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_waitduration_hours/aggregate-Month-reference.csv index ebe37b0921..f36490ec0c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_waitduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_waitduration_hours/aggregate-Month-reference.csv @@ -12,5 +12,5 @@ Engineering,8.29298478,0.8262094447522345 Humanities/Arts,4.87037458,0.44747381160758987 Geosciences,4.20178504,0.10235707106304519 "Social, Behavioral, and Economic Sciences",1.99144263,0.025430337208220542 -"Computer and Information Science and Engineering",0.20800686,0.015445917527693484 +"Computer and Information Science and Engineering",0.20796586,0.01544022571501571 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_waitduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_waitduration_hours/aggregate-Quarter-reference.csv index ebe37b0921..f36490ec0c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_waitduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_waitduration_hours/aggregate-Quarter-reference.csv @@ -12,5 +12,5 @@ Engineering,8.29298478,0.8262094447522345 Humanities/Arts,4.87037458,0.44747381160758987 Geosciences,4.20178504,0.10235707106304519 "Social, Behavioral, and Economic Sciences",1.99144263,0.025430337208220542 -"Computer and Information Science and Engineering",0.20800686,0.015445917527693484 +"Computer and Information Science and Engineering",0.20796586,0.01544022571501571 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_waitduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_waitduration_hours/aggregate-Year-reference.csv index ebe37b0921..f36490ec0c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_waitduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_waitduration_hours/aggregate-Year-reference.csv @@ -12,5 +12,5 @@ Engineering,8.29298478,0.8262094447522345 Humanities/Arts,4.87037458,0.44747381160758987 Geosciences,4.20178504,0.10235707106304519 "Social, Behavioral, and Economic Sciences",1.99144263,0.025430337208220542 -"Computer and Information Science and Engineering",0.20800686,0.015445917527693484 +"Computer and Information Science and Engineering",0.20796586,0.01544022571501571 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_waitduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_waitduration_hours/timeseries-Day-reference.csv index 467e03aaf5..9741ee503e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_waitduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_waitduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Biological Sciences] Wait Hours: Per Job","[Mathematical and Physical Scie 2016-12-27,202.60396825,12.44448611,103.71148148,0,0,0.00000000,0 2016-12-28,280.72700000,18.33165509,8.21878931,0,0.00027778,0.00000000,0.04097293 2016-12-29,12.05893162,39.51646368,3.35201389,0.87133838,8.57675926,7.71266385,0.04345597 -2016-12-30,14.31103283,35.41370328,1.28882479,5.77518519,2.45399724,1.34893024,0.32917740 +2016-12-30,14.31103283,35.41370328,1.28882479,5.77518519,2.45399724,1.34893024,0.32884683 2016-12-31,80.03162037,0.66458122,14.92100248,0.00000000,6.31360942,2.80449242,0.35112299 2017-01-01,11.14468327,0.11044023,0.48755291,0.00000000,5.07693066,1.47296410,0.03552149 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_waitduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_waitduration_hours/timeseries-Month-reference.csv index 0f5ec62122..349354e633 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_waitduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_waitduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Biological Sciences] Wait Hours: Per Job","[Mathematical and Physical Sciences] Wait Hours: Per Job","[Engineering] Wait Hours: Per Job","[Humanities/Arts] Wait Hours: Per Job","[Geosciences] Wait Hours: Per Job","[Social, Behavioral, and Economic Sciences] Wait Hours: Per Job","[Computer and Information Science and Engineering] Wait Hours: Per Job" -2016-12,33.49072683,22.31151628,9.25718519,4.87037458,3.58140917,2.14923636,0.22278137 +2016-12,33.49072683,22.31151628,9.25718519,4.87037458,3.58140917,2.14923636,0.22273088 2017-01,11.14468327,0.11044023,0.48755291,0.00000000,5.07693066,1.47296410,0.03552149 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_waitduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_waitduration_hours/timeseries-Quarter-reference.csv index a0f8564a61..4e6fc90528 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_waitduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_waitduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Biological Sciences] Wait Hours: Per Job","[Mathematical and Physical Sciences] Wait Hours: Per Job","[Engineering] Wait Hours: Per Job","[Humanities/Arts] Wait Hours: Per Job","[Geosciences] Wait Hours: Per Job","[Social, Behavioral, and Economic Sciences] Wait Hours: Per Job","[Computer and Information Science and Engineering] Wait Hours: Per Job" -"2016 Q4",33.49072683,22.31151628,9.25718519,4.87037458,3.58140917,2.14923636,0.22278137 +"2016 Q4",33.49072683,22.31151628,9.25718519,4.87037458,3.58140917,2.14923636,0.22273088 "2017 Q1",11.14468327,0.11044023,0.48755291,0.00000000,5.07693066,1.47296410,0.03552149 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_waitduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_waitduration_hours/timeseries-Year-reference.csv index 02290d49fb..d7af116a2b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_waitduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_waitduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Biological Sciences] Wait Hours: Per Job","[Mathematical and Physical Sciences] Wait Hours: Per Job","[Engineering] Wait Hours: Per Job","[Humanities/Arts] Wait Hours: Per Job","[Geosciences] Wait Hours: Per Job","[Social, Behavioral, and Economic Sciences] Wait Hours: Per Job","[Computer and Information Science and Engineering] Wait Hours: Per Job" -2016,33.49072683,22.31151628,9.25718519,4.87037458,3.58140917,2.14923636,0.22278137 +2016,33.49072683,22.31151628,9.25718519,4.87037458,3.58140917,2.14923636,0.22273088 2017,11.14468327,0.11044023,0.48755291,0.00000000,5.07693066,1.47296410,0.03552149 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_wallduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_wallduration_hours/aggregate-Day-reference.csv index 15020a9074..1b8a036ab9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_wallduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_wallduration_hours/aggregate-Day-reference.csv @@ -7,7 +7,7 @@ start,end --------- "Decanal Unit","Wall Hours: Per Job","Std Dev: Wall Hours: Per Job" Engineering,32.29722077, -"Computer and Information Science and Engineering",25.30770717, +"Computer and Information Science and Engineering",25.29838903, Humanities/Arts,17.27322391, "Biological Sciences",6.21035170,0.4195997254250178 Geosciences,5.41253102,0.0390852045071304 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_wallduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_wallduration_hours/aggregate-Month-reference.csv index ae55a4a004..5d4b80d900 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_wallduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_wallduration_hours/aggregate-Month-reference.csv @@ -7,7 +7,7 @@ start,end --------- "Decanal Unit","Wall Hours: Per Job","Std Dev: Wall Hours: Per Job" Engineering,32.29722077,1.1156835781855632 -"Computer and Information Science and Engineering",25.30770717,0.10903555194264934 +"Computer and Information Science and Engineering",25.29838903,0.10939242572633665 Humanities/Arts,17.27322391,1.2812633375632778 "Biological Sciences",6.21035170,0.9872353046375569 Geosciences,5.41253102,0.08730703376986411 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_wallduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_wallduration_hours/aggregate-Quarter-reference.csv index ae55a4a004..5d4b80d900 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_wallduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_wallduration_hours/aggregate-Quarter-reference.csv @@ -7,7 +7,7 @@ start,end --------- "Decanal Unit","Wall Hours: Per Job","Std Dev: Wall Hours: Per Job" Engineering,32.29722077,1.1156835781855632 -"Computer and Information Science and Engineering",25.30770717,0.10903555194264934 +"Computer and Information Science and Engineering",25.29838903,0.10939242572633665 Humanities/Arts,17.27322391,1.2812633375632778 "Biological Sciences",6.21035170,0.9872353046375569 Geosciences,5.41253102,0.08730703376986411 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_wallduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_wallduration_hours/aggregate-Year-reference.csv index ae55a4a004..5d4b80d900 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_wallduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_wallduration_hours/aggregate-Year-reference.csv @@ -7,7 +7,7 @@ start,end --------- "Decanal Unit","Wall Hours: Per Job","Std Dev: Wall Hours: Per Job" Engineering,32.29722077,1.1156835781855632 -"Computer and Information Science and Engineering",25.30770717,0.10903555194264934 +"Computer and Information Science and Engineering",25.29838903,0.10939242572633665 Humanities/Arts,17.27322391,1.2812633375632778 "Biological Sciences",6.21035170,0.9872353046375569 Geosciences,5.41253102,0.08730703376986411 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_wallduration_hours/timeseries-Day-reference.csv index 1060304a70..ea1e728a27 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_wallduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Engineering] Wall Hours: Per Job","[Computer and Information Science and E 2016-12-27,12.98407407,0,0,14.69149306,0,12.48275000,3.21666667 2016-12-28,13.52655521,5.11274929,0,19.10641026,4.70055556,14.21502137,24.00000000 2016-12-29,16.83184733,13.00927766,4.34454545,8.48262821,14.96611111,14.75875356,1.18189040 -2016-12-30,18.95314451,13.19673760,9.68358547,4.19858095,3.99121069,0.65498804,0.31886620 +2016-12-30,18.95314451,13.18904207,9.68358547,4.19858095,3.99121069,0.65498804,0.31886620 2016-12-31,9.47680621,12.51093474,15.93161523,7.41091146,5.36329308,0.87636759,0.36858846 2017-01-01,9.35957023,11.46455460,6.53122222,1.24371227,1.95232138,2.56249763,0.06733589 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_wallduration_hours/timeseries-Month-reference.csv index a1e97382a9..681d11b94d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_wallduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Engineering] Wall Hours: Per Job","[Computer and Information Science and Engineering] Wall Hours: Per Job","[Humanities/Arts] Wall Hours: Per Job","[Biological Sciences] Wall Hours: Per Job","[Geosciences] Wall Hours: Per Job","[Mathematical and Physical Sciences] Wall Hours: Per Job","[Social, Behavioral, and Economic Sciences] Wall Hours: Per Job" -2016-12,33.36889379,22.90818519,16.77843434,10.37271157,7.84480993,1.28661758,0.35467017 +2016-12,33.36889379,22.89903832,16.77843434,10.37271157,7.84480993,1.28661758,0.35467017 2017-01,9.35957023,11.46455460,6.53122222,1.24371227,1.95232138,2.56249763,0.06733589 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_wallduration_hours/timeseries-Quarter-reference.csv index f98166c86e..fb1734493c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_wallduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Engineering] Wall Hours: Per Job","[Computer and Information Science and Engineering] Wall Hours: Per Job","[Humanities/Arts] Wall Hours: Per Job","[Biological Sciences] Wall Hours: Per Job","[Geosciences] Wall Hours: Per Job","[Mathematical and Physical Sciences] Wall Hours: Per Job","[Social, Behavioral, and Economic Sciences] Wall Hours: Per Job" -"2016 Q4",33.36889379,22.90818519,16.77843434,10.37271157,7.84480993,1.28661758,0.35467017 +"2016 Q4",33.36889379,22.89903832,16.77843434,10.37271157,7.84480993,1.28661758,0.35467017 "2017 Q1",9.35957023,11.46455460,6.53122222,1.24371227,1.95232138,2.56249763,0.06733589 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_wallduration_hours/timeseries-Year-reference.csv index cf509ce774..af533af5a5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/avg_wallduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Engineering] Wall Hours: Per Job","[Computer and Information Science and Engineering] Wall Hours: Per Job","[Humanities/Arts] Wall Hours: Per Job","[Biological Sciences] Wall Hours: Per Job","[Geosciences] Wall Hours: Per Job","[Mathematical and Physical Sciences] Wall Hours: Per Job","[Social, Behavioral, and Economic Sciences] Wall Hours: Per Job" -2016,33.36889379,22.90818519,16.77843434,10.37271157,7.84480993,1.28661758,0.35467017 +2016,33.36889379,22.89903832,16.77843434,10.37271157,7.84480993,1.28661758,0.35467017 2017,9.35957023,11.46455460,6.53122222,1.24371227,1.95232138,2.56249763,0.06733589 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/expansion_factor/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/expansion_factor/timeseries-Day-reference.csv index dd7964b9be..b86afbc59e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/expansion_factor/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/expansion_factor/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Mathematical and Physical Sciences] User Expansion Factor","[Social, Behav 2016-12-27,1.6540,1.0000,2.9970,0,2.5533,0,0 2016-12-28,1.2374,1.0000,2.6841,1.0000,1.7584,0,1.0014 2016-12-29,1.5169,3.5135,2.3663,2.8342,1.6577,1.0436,1.0012 -2016-12-30,24.3083,5.1671,6.5484,1.2462,1.4851,1.4225,1.0026 +2016-12-30,24.3083,5.1671,6.5484,1.2462,1.4851,1.4225,1.0027 2016-12-31,1.5676,8.2251,4.5106,1.5960,1.6434,1.1163,1.0186 2017-01-01,1.1019,21.0966,17.6377,3.9938,1.1558,1.1040,1.0087 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/job_count/aggregate-Day-reference.csv index b323209538..b2767d8ec1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/job_count/aggregate-Day-reference.csv @@ -8,7 +8,7 @@ start,end "Decanal Unit","Number of Jobs Ended" "Social, Behavioral, and Economic Sciences",57704 "Mathematical and Physical Sciences",7983 -"Computer and Information Science and Engineering",2687 +"Computer and Information Science and Engineering",2688 Geosciences,1943 Engineering,573 "Biological Sciences",357 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/job_count/aggregate-Month-reference.csv index b323209538..b2767d8ec1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/job_count/aggregate-Month-reference.csv @@ -8,7 +8,7 @@ start,end "Decanal Unit","Number of Jobs Ended" "Social, Behavioral, and Economic Sciences",57704 "Mathematical and Physical Sciences",7983 -"Computer and Information Science and Engineering",2687 +"Computer and Information Science and Engineering",2688 Geosciences,1943 Engineering,573 "Biological Sciences",357 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/job_count/aggregate-Quarter-reference.csv index b323209538..b2767d8ec1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/job_count/aggregate-Quarter-reference.csv @@ -8,7 +8,7 @@ start,end "Decanal Unit","Number of Jobs Ended" "Social, Behavioral, and Economic Sciences",57704 "Mathematical and Physical Sciences",7983 -"Computer and Information Science and Engineering",2687 +"Computer and Information Science and Engineering",2688 Geosciences,1943 Engineering,573 "Biological Sciences",357 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/job_count/aggregate-Year-reference.csv index b323209538..b2767d8ec1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/job_count/aggregate-Year-reference.csv @@ -8,7 +8,7 @@ start,end "Decanal Unit","Number of Jobs Ended" "Social, Behavioral, and Economic Sciences",57704 "Mathematical and Physical Sciences",7983 -"Computer and Information Science and Engineering",2687 +"Computer and Information Science and Engineering",2688 Geosciences,1943 Engineering,573 "Biological Sciences",357 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/job_count/timeseries-Day-reference.csv index eabe9274db..2ead728162 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Social, Behavioral, and Economic Sciences] Number of Jobs Ended","[Mathema 2016-12-27,0,0,0,0,0,0,0 2016-12-28,0,0,0,0,0,0,0 2016-12-29,0,0,0,0,0,0,0 -2016-12-30,20765,4654,815,88,84,161,39 +2016-12-30,20765,4654,816,88,84,161,39 2016-12-31,22983,2860,886,1037,330,23,22 2017-01-01,13956,469,986,818,159,173,5 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/job_count/timeseries-Month-reference.csv index 12dbe9d21d..0a26efe034 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Social, Behavioral, and Economic Sciences] Number of Jobs Ended","[Mathematical and Physical Sciences] Number of Jobs Ended","[Computer and Information Science and Engineering] Number of Jobs Ended","[Geosciences] Number of Jobs Ended","[Engineering] Number of Jobs Ended","[Biological Sciences] Number of Jobs Ended","[Humanities/Arts] Number of Jobs Ended" -2016-12,43748,7514,1701,1125,414,184,61 +2016-12,43748,7514,1702,1125,414,184,61 2017-01,13956,469,986,818,159,173,5 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/job_count/timeseries-Quarter-reference.csv index 878ac6aa6a..c277de408d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Social, Behavioral, and Economic Sciences] Number of Jobs Ended","[Mathematical and Physical Sciences] Number of Jobs Ended","[Computer and Information Science and Engineering] Number of Jobs Ended","[Geosciences] Number of Jobs Ended","[Engineering] Number of Jobs Ended","[Biological Sciences] Number of Jobs Ended","[Humanities/Arts] Number of Jobs Ended" -"2016 Q4",43748,7514,1701,1125,414,184,61 +"2016 Q4",43748,7514,1702,1125,414,184,61 "2017 Q1",13956,469,986,818,159,173,5 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/job_count/timeseries-Year-reference.csv index b916a78410..7b3ff718e4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Social, Behavioral, and Economic Sciences] Number of Jobs Ended","[Mathematical and Physical Sciences] Number of Jobs Ended","[Computer and Information Science and Engineering] Number of Jobs Ended","[Geosciences] Number of Jobs Ended","[Engineering] Number of Jobs Ended","[Biological Sciences] Number of Jobs Ended","[Humanities/Arts] Number of Jobs Ended" -2016,43748,7514,1701,1125,414,184,61 +2016,43748,7514,1702,1125,414,184,61 2017,13956,469,986,818,159,173,5 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/running_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/running_job_count/aggregate-Day-reference.csv index 64b1a46262..333a500aa2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/running_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/running_job_count/aggregate-Day-reference.csv @@ -8,7 +8,7 @@ start,end "Decanal Unit","Number of Jobs Running" "Social, Behavioral, and Economic Sciences",57704 "Mathematical and Physical Sciences",7983 -"Computer and Information Science and Engineering",2687 +"Computer and Information Science and Engineering",2688 Geosciences,1943 Engineering,573 "Biological Sciences",357 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/running_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/running_job_count/aggregate-Month-reference.csv index 64b1a46262..333a500aa2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/running_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/running_job_count/aggregate-Month-reference.csv @@ -8,7 +8,7 @@ start,end "Decanal Unit","Number of Jobs Running" "Social, Behavioral, and Economic Sciences",57704 "Mathematical and Physical Sciences",7983 -"Computer and Information Science and Engineering",2687 +"Computer and Information Science and Engineering",2688 Geosciences,1943 Engineering,573 "Biological Sciences",357 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/running_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/running_job_count/aggregate-Quarter-reference.csv index 64b1a46262..333a500aa2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/running_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/running_job_count/aggregate-Quarter-reference.csv @@ -8,7 +8,7 @@ start,end "Decanal Unit","Number of Jobs Running" "Social, Behavioral, and Economic Sciences",57704 "Mathematical and Physical Sciences",7983 -"Computer and Information Science and Engineering",2687 +"Computer and Information Science and Engineering",2688 Geosciences,1943 Engineering,573 "Biological Sciences",357 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/running_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/running_job_count/aggregate-Year-reference.csv index 64b1a46262..333a500aa2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/running_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/running_job_count/aggregate-Year-reference.csv @@ -8,7 +8,7 @@ start,end "Decanal Unit","Number of Jobs Running" "Social, Behavioral, and Economic Sciences",57704 "Mathematical and Physical Sciences",7983 -"Computer and Information Science and Engineering",2687 +"Computer and Information Science and Engineering",2688 Geosciences,1943 Engineering,573 "Biological Sciences",357 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/running_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/running_job_count/timeseries-Day-reference.csv index e3b0ae3973..b0ea01a454 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/running_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/running_job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Social, Behavioral, and Economic Sciences] Number of Jobs Running","[Mathe 2016-12-27,1,30,0,0,3,8,0 2016-12-28,1,78,195,1,162,13,0 2016-12-29,257,156,981,4,266,65,11 -2016-12-30,21034,4761,1680,809,331,175,65 +2016-12-30,21034,4761,1681,809,331,175,65 2016-12-31,23475,2934,1660,1049,426,32,27 2017-01-01,13956,469,986,818,159,173,5 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/running_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/running_job_count/timeseries-Month-reference.csv index a3e864c9f6..09c83e423f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/running_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/running_job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Social, Behavioral, and Economic Sciences] Number of Jobs Running","[Mathematical and Physical Sciences] Number of Jobs Running","[Computer and Information Science and Engineering] Number of Jobs Running","[Geosciences] Number of Jobs Running","[Engineering] Number of Jobs Running","[Biological Sciences] Number of Jobs Running","[Humanities/Arts] Number of Jobs Running" -2016-12,44240,7588,2475,1137,510,193,66 +2016-12,44240,7588,2476,1137,510,193,66 2017-01,13956,469,986,818,159,173,5 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/running_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/running_job_count/timeseries-Quarter-reference.csv index edd0093187..059c45b3b1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/running_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/running_job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Social, Behavioral, and Economic Sciences] Number of Jobs Running","[Mathematical and Physical Sciences] Number of Jobs Running","[Computer and Information Science and Engineering] Number of Jobs Running","[Geosciences] Number of Jobs Running","[Engineering] Number of Jobs Running","[Biological Sciences] Number of Jobs Running","[Humanities/Arts] Number of Jobs Running" -"2016 Q4",44240,7588,2475,1137,510,193,66 +"2016 Q4",44240,7588,2476,1137,510,193,66 "2017 Q1",13956,469,986,818,159,173,5 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/running_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/running_job_count/timeseries-Year-reference.csv index b0bb08cb92..e4429e3848 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/running_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/running_job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Social, Behavioral, and Economic Sciences] Number of Jobs Running","[Mathematical and Physical Sciences] Number of Jobs Running","[Computer and Information Science and Engineering] Number of Jobs Running","[Geosciences] Number of Jobs Running","[Engineering] Number of Jobs Running","[Biological Sciences] Number of Jobs Running","[Humanities/Arts] Number of Jobs Running" -2016,44240,7588,2475,1137,510,193,66 +2016,44240,7588,2476,1137,510,193,66 2017,13956,469,986,818,159,173,5 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/started_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/started_job_count/aggregate-Day-reference.csv index d47823526f..3d5cdbd174 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/started_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/started_job_count/aggregate-Day-reference.csv @@ -8,7 +8,7 @@ start,end "Decanal Unit","Number of Jobs Started" "Social, Behavioral, and Economic Sciences",57704 "Mathematical and Physical Sciences",7983 -"Computer and Information Science and Engineering",2687 +"Computer and Information Science and Engineering",2688 Geosciences,1943 Engineering,573 "Biological Sciences",357 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/started_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/started_job_count/aggregate-Month-reference.csv index d47823526f..3d5cdbd174 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/started_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/started_job_count/aggregate-Month-reference.csv @@ -8,7 +8,7 @@ start,end "Decanal Unit","Number of Jobs Started" "Social, Behavioral, and Economic Sciences",57704 "Mathematical and Physical Sciences",7983 -"Computer and Information Science and Engineering",2687 +"Computer and Information Science and Engineering",2688 Geosciences,1943 Engineering,573 "Biological Sciences",357 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/started_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/started_job_count/aggregate-Quarter-reference.csv index d47823526f..3d5cdbd174 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/started_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/started_job_count/aggregate-Quarter-reference.csv @@ -8,7 +8,7 @@ start,end "Decanal Unit","Number of Jobs Started" "Social, Behavioral, and Economic Sciences",57704 "Mathematical and Physical Sciences",7983 -"Computer and Information Science and Engineering",2687 +"Computer and Information Science and Engineering",2688 Geosciences,1943 Engineering,573 "Biological Sciences",357 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/started_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/started_job_count/aggregate-Year-reference.csv index d47823526f..3d5cdbd174 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/started_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/started_job_count/aggregate-Year-reference.csv @@ -8,7 +8,7 @@ start,end "Decanal Unit","Number of Jobs Started" "Social, Behavioral, and Economic Sciences",57704 "Mathematical and Physical Sciences",7983 -"Computer and Information Science and Engineering",2687 +"Computer and Information Science and Engineering",2688 Geosciences,1943 Engineering,573 "Biological Sciences",357 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/started_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/started_job_count/timeseries-Day-reference.csv index 7a7373f631..54f6425095 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/started_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/started_job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Social, Behavioral, and Economic Sciences] Number of Jobs Started","[Mathe 2016-12-27,1,20,0,0,3,7,0 2016-12-28,0,48,195,1,159,5,0 2016-12-29,256,78,786,3,104,52,11 -2016-12-30,20777,4605,699,805,65,110,54 +2016-12-30,20777,4605,700,805,65,110,54 2016-12-31,23206,2827,795,328,179,18,1 2017-01-01,13464,395,212,806,63,164,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/started_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/started_job_count/timeseries-Month-reference.csv index 06a1f904a7..c9ae3eb777 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/started_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/started_job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Social, Behavioral, and Economic Sciences] Number of Jobs Started","[Mathematical and Physical Sciences] Number of Jobs Started","[Computer and Information Science and Engineering] Number of Jobs Started","[Geosciences] Number of Jobs Started","[Engineering] Number of Jobs Started","[Biological Sciences] Number of Jobs Started","[Humanities/Arts] Number of Jobs Started" -2016-12,44240,7588,2475,1137,510,193,66 +2016-12,44240,7588,2476,1137,510,193,66 2017-01,13464,395,212,806,63,164,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/started_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/started_job_count/timeseries-Quarter-reference.csv index 9fb5789e09..4393de31d3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/started_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/started_job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Social, Behavioral, and Economic Sciences] Number of Jobs Started","[Mathematical and Physical Sciences] Number of Jobs Started","[Computer and Information Science and Engineering] Number of Jobs Started","[Geosciences] Number of Jobs Started","[Engineering] Number of Jobs Started","[Biological Sciences] Number of Jobs Started","[Humanities/Arts] Number of Jobs Started" -"2016 Q4",44240,7588,2475,1137,510,193,66 +"2016 Q4",44240,7588,2476,1137,510,193,66 "2017 Q1",13464,395,212,806,63,164,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/started_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/started_job_count/timeseries-Year-reference.csv index f685ea7158..3e0183166c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/started_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/started_job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Social, Behavioral, and Economic Sciences] Number of Jobs Started","[Mathematical and Physical Sciences] Number of Jobs Started","[Computer and Information Science and Engineering] Number of Jobs Started","[Geosciences] Number of Jobs Started","[Engineering] Number of Jobs Started","[Biological Sciences] Number of Jobs Started","[Humanities/Arts] Number of Jobs Started" -2016,44240,7588,2475,1137,510,193,66 +2016,44240,7588,2476,1137,510,193,66 2017,13464,395,212,806,63,164,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/submitted_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/submitted_job_count/aggregate-Day-reference.csv index 17f78a27df..b87df1bbd2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/submitted_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/submitted_job_count/aggregate-Day-reference.csv @@ -8,7 +8,7 @@ start,end "Decanal Unit","Number of Jobs Submitted" "Social, Behavioral, and Economic Sciences",52367 "Mathematical and Physical Sciences",7107 -"Computer and Information Science and Engineering",2644 +"Computer and Information Science and Engineering",2645 Geosciences,1596 Engineering,448 "Biological Sciences",223 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/submitted_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/submitted_job_count/aggregate-Month-reference.csv index 5f64ed38aa..54afb62548 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/submitted_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/submitted_job_count/aggregate-Month-reference.csv @@ -8,7 +8,7 @@ start,end "Decanal Unit","Number of Jobs Submitted" "Social, Behavioral, and Economic Sciences",55774 "Mathematical and Physical Sciences",7982 -"Computer and Information Science and Engineering",2687 +"Computer and Information Science and Engineering",2688 Geosciences,1879 Engineering,573 "Biological Sciences",282 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/submitted_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/submitted_job_count/aggregate-Quarter-reference.csv index 5f64ed38aa..54afb62548 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/submitted_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/submitted_job_count/aggregate-Quarter-reference.csv @@ -8,7 +8,7 @@ start,end "Decanal Unit","Number of Jobs Submitted" "Social, Behavioral, and Economic Sciences",55774 "Mathematical and Physical Sciences",7982 -"Computer and Information Science and Engineering",2687 +"Computer and Information Science and Engineering",2688 Geosciences,1879 Engineering,573 "Biological Sciences",282 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/submitted_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/submitted_job_count/aggregate-Year-reference.csv index 5f64ed38aa..54afb62548 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/submitted_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/submitted_job_count/aggregate-Year-reference.csv @@ -8,7 +8,7 @@ start,end "Decanal Unit","Number of Jobs Submitted" "Social, Behavioral, and Economic Sciences",55774 "Mathematical and Physical Sciences",7982 -"Computer and Information Science and Engineering",2687 +"Computer and Information Science and Engineering",2688 Geosciences,1879 Engineering,573 "Biological Sciences",282 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/submitted_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/submitted_job_count/timeseries-Day-reference.csv index c51fb0b4c5..1eae0f563c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/submitted_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/submitted_job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Social, Behavioral, and Economic Sciences] Number of Jobs Submitted","[Mat 2016-12-27,1,16,0,0,0,1,0 2016-12-28,0,36,195,1,147,0,0 2016-12-29,206,54,786,2,97,50,11 -2016-12-30,20182,3828,699,804,59,69,19 +2016-12-30,20182,3828,700,804,59,69,19 2016-12-31,20444,2772,752,47,82,13,1 2017-01-01,11534,394,212,742,63,89,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/submitted_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/submitted_job_count/timeseries-Month-reference.csv index 8973852316..bdc3046ee2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/submitted_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/submitted_job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Social, Behavioral, and Economic Sciences] Number of Jobs Submitted","[Mathematical and Physical Sciences] Number of Jobs Submitted","[Computer and Information Science and Engineering] Number of Jobs Submitted","[Geosciences] Number of Jobs Submitted","[Engineering] Number of Jobs Submitted","[Biological Sciences] Number of Jobs Submitted","[Humanities/Arts] Number of Jobs Submitted" -2016-12,44240,7588,2475,1137,510,193,66 +2016-12,44240,7588,2476,1137,510,193,66 2017-01,11534,394,212,742,63,89,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/submitted_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/submitted_job_count/timeseries-Quarter-reference.csv index 87b9f58bdf..0b2108e418 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/submitted_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/submitted_job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Social, Behavioral, and Economic Sciences] Number of Jobs Submitted","[Mathematical and Physical Sciences] Number of Jobs Submitted","[Computer and Information Science and Engineering] Number of Jobs Submitted","[Geosciences] Number of Jobs Submitted","[Engineering] Number of Jobs Submitted","[Biological Sciences] Number of Jobs Submitted","[Humanities/Arts] Number of Jobs Submitted" -"2016 Q4",44240,7588,2475,1137,510,193,66 +"2016 Q4",44240,7588,2476,1137,510,193,66 "2017 Q1",11534,394,212,742,63,89,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/submitted_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/submitted_job_count/timeseries-Year-reference.csv index 070363d279..dd43c634e6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/submitted_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/submitted_job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Social, Behavioral, and Economic Sciences] Number of Jobs Submitted","[Mathematical and Physical Sciences] Number of Jobs Submitted","[Computer and Information Science and Engineering] Number of Jobs Submitted","[Geosciences] Number of Jobs Submitted","[Engineering] Number of Jobs Submitted","[Biological Sciences] Number of Jobs Submitted","[Humanities/Arts] Number of Jobs Submitted" -2016,44240,7588,2475,1137,510,193,66 +2016,44240,7588,2476,1137,510,193,66 2017,11534,394,212,742,63,89,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_cpu_hours/aggregate-Day-reference.csv index dfc86a43d1..1e3971151d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_cpu_hours/aggregate-Day-reference.csv @@ -9,7 +9,7 @@ start,end "Mathematical and Physical Sciences",317888.2653 Engineering,216832.5278 "Social, Behavioral, and Economic Sciences",163292.7964 -"Computer and Information Science and Engineering",74500.2678 +"Computer and Information Science and Engineering",74528.4078 Geosciences,33498.1631 "Biological Sciences",22127.0556 Humanities/Arts,12416.7611 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_cpu_hours/aggregate-Month-reference.csv index dfc86a43d1..1e3971151d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_cpu_hours/aggregate-Month-reference.csv @@ -9,7 +9,7 @@ start,end "Mathematical and Physical Sciences",317888.2653 Engineering,216832.5278 "Social, Behavioral, and Economic Sciences",163292.7964 -"Computer and Information Science and Engineering",74500.2678 +"Computer and Information Science and Engineering",74528.4078 Geosciences,33498.1631 "Biological Sciences",22127.0556 Humanities/Arts,12416.7611 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_cpu_hours/aggregate-Quarter-reference.csv index dfc86a43d1..1e3971151d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_cpu_hours/aggregate-Quarter-reference.csv @@ -9,7 +9,7 @@ start,end "Mathematical and Physical Sciences",317888.2653 Engineering,216832.5278 "Social, Behavioral, and Economic Sciences",163292.7964 -"Computer and Information Science and Engineering",74500.2678 +"Computer and Information Science and Engineering",74528.4078 Geosciences,33498.1631 "Biological Sciences",22127.0556 Humanities/Arts,12416.7611 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_cpu_hours/aggregate-Year-reference.csv index dfc86a43d1..1e3971151d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_cpu_hours/aggregate-Year-reference.csv @@ -9,7 +9,7 @@ start,end "Mathematical and Physical Sciences",317888.2653 Engineering,216832.5278 "Social, Behavioral, and Economic Sciences",163292.7964 -"Computer and Information Science and Engineering",74500.2678 +"Computer and Information Science and Engineering",74528.4078 Geosciences,33498.1631 "Biological Sciences",22127.0556 Humanities/Arts,12416.7611 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_cpu_hours/timeseries-Day-reference.csv index 6e723d47b1..acf88cdce0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_cpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Mathematical and Physical Sciences] CPU Hours: Total","[Engineering] CPU H 2016-12-27,10481.8525,3739.4133,3.2167,0,0,1328.6622,0 2016-12-28,53148.2378,23894.7644,24.0000,1304.6303,94.0111,3523.0667,0 2016-12-29,91312.3128,56943.5956,1901.3108,13943.3047,2329.2153,4315.9531,516.0911 -2016-12-30,94225.0861,75804.5158,63888.1919,24507.1108,5069.4642,4653.8469,6971.0514 +2016-12-30,94225.0861,75804.5158,63888.1919,24535.2508,5069.4642,4653.8469,6971.0514 2016-12-31,50138.7325,45772.2297,88804.5933,22598.4800,6887.4083,3398.5161,4629.6697 2017-01-01,15311.5367,10678.0089,8671.4836,12146.7419,19118.0642,3554.0539,299.9489 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_cpu_hours/timeseries-Month-reference.csv index fa28f127d1..d212b03452 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_cpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Mathematical and Physical Sciences] CPU Hours: Total","[Engineering] CPU Hours: Total","[Social, Behavioral, and Economic Sciences] CPU Hours: Total","[Computer and Information Science and Engineering] CPU Hours: Total","[Geosciences] CPU Hours: Total","[Biological Sciences] CPU Hours: Total","[Humanities/Arts] CPU Hours: Total" -2016-12,302576.7286,206154.5189,154621.3128,62353.5258,14380.0989,18573.0017,12116.8122 +2016-12,302576.7286,206154.5189,154621.3128,62381.6658,14380.0989,18573.0017,12116.8122 2017-01,15311.5367,10678.0089,8671.4836,12146.7419,19118.0642,3554.0539,299.9489 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_cpu_hours/timeseries-Quarter-reference.csv index e95ee302f8..20e3b0f654 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_cpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Mathematical and Physical Sciences] CPU Hours: Total","[Engineering] CPU Hours: Total","[Social, Behavioral, and Economic Sciences] CPU Hours: Total","[Computer and Information Science and Engineering] CPU Hours: Total","[Geosciences] CPU Hours: Total","[Biological Sciences] CPU Hours: Total","[Humanities/Arts] CPU Hours: Total" -"2016 Q4",302576.7286,206154.5189,154621.3128,62353.5258,14380.0989,18573.0017,12116.8122 +"2016 Q4",302576.7286,206154.5189,154621.3128,62381.6658,14380.0989,18573.0017,12116.8122 "2017 Q1",15311.5367,10678.0089,8671.4836,12146.7419,19118.0642,3554.0539,299.9489 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_cpu_hours/timeseries-Year-reference.csv index 3ba94e38df..f3f6391945 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_cpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Mathematical and Physical Sciences] CPU Hours: Total","[Engineering] CPU Hours: Total","[Social, Behavioral, and Economic Sciences] CPU Hours: Total","[Computer and Information Science and Engineering] CPU Hours: Total","[Geosciences] CPU Hours: Total","[Biological Sciences] CPU Hours: Total","[Humanities/Arts] CPU Hours: Total" -2016,302576.7286,206154.5189,154621.3128,62353.5258,14380.0989,18573.0017,12116.8122 +2016,302576.7286,206154.5189,154621.3128,62381.6658,14380.0989,18573.0017,12116.8122 2017,15311.5367,10678.0089,8671.4836,12146.7419,19118.0642,3554.0539,299.9489 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_node_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_node_hours/aggregate-Day-reference.csv index 9230cb19b8..f2213ad40c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_node_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_node_hours/aggregate-Day-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "Decanal Unit","Node Hours: Total" -"Computer and Information Science and Engineering",68003.8936 +"Computer and Information Science and Engineering",68006.2386 Engineering,32639.6983 "Mathematical and Physical Sciences",23625.9678 "Social, Behavioral, and Economic Sciences",16956.7717 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_node_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_node_hours/aggregate-Month-reference.csv index 9230cb19b8..f2213ad40c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_node_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_node_hours/aggregate-Month-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "Decanal Unit","Node Hours: Total" -"Computer and Information Science and Engineering",68003.8936 +"Computer and Information Science and Engineering",68006.2386 Engineering,32639.6983 "Mathematical and Physical Sciences",23625.9678 "Social, Behavioral, and Economic Sciences",16956.7717 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_node_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_node_hours/aggregate-Quarter-reference.csv index 9230cb19b8..f2213ad40c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_node_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_node_hours/aggregate-Quarter-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "Decanal Unit","Node Hours: Total" -"Computer and Information Science and Engineering",68003.8936 +"Computer and Information Science and Engineering",68006.2386 Engineering,32639.6983 "Mathematical and Physical Sciences",23625.9678 "Social, Behavioral, and Economic Sciences",16956.7717 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_node_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_node_hours/aggregate-Year-reference.csv index 9230cb19b8..f2213ad40c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_node_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_node_hours/aggregate-Year-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "Decanal Unit","Node Hours: Total" -"Computer and Information Science and Engineering",68003.8936 +"Computer and Information Science and Engineering",68006.2386 Engineering,32639.6983 "Mathematical and Physical Sciences",23625.9678 "Social, Behavioral, and Economic Sciences",16956.7717 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_node_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_node_hours/timeseries-Day-reference.csv index 0d79eff31f..05a55bc269 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_node_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_node_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Computer and Information Science and Engineering] Node Hours: Total","[Eng 2016-12-27,0,311.6178,747.4278,3.2167,0,144.1300,0 2016-12-28,996.9861,3790.5044,3382.0422,24.0000,4.7006,416.3833,0 2016-12-29,12762.1014,8310.9622,6157.3483,328.7961,202.1281,719.3708,47.7900 -2016-12-30,22172.6036,11220.8083,7078.9369,6961.6367,3303.9342,941.2072,629.4331 +2016-12-30,22174.9486,11220.8083,7078.9369,6961.6367,3303.9342,941.2072,629.4331 2016-12-31,20768.1517,6923.9883,4495.7325,8689.9142,5666.5222,414.3342,430.1536 2017-01-01,11304.0508,2081.8172,1476.9061,949.2081,1597.4106,414.5158,32.6561 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_node_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_node_hours/timeseries-Month-reference.csv index 534ce8c75a..968bf77bdb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_node_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_node_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Computer and Information Science and Engineering] Node Hours: Total","[Engineering] Node Hours: Total","[Mathematical and Physical Sciences] Node Hours: Total","[Social, Behavioral, and Economic Sciences] Node Hours: Total","[Geosciences] Node Hours: Total","[Biological Sciences] Node Hours: Total","[Humanities/Arts] Node Hours: Total" -2016-12,56699.8428,30557.8811,22149.0617,16007.5636,9177.2850,2748.1719,1107.3767 +2016-12,56702.1878,30557.8811,22149.0617,16007.5636,9177.2850,2748.1719,1107.3767 2017-01,11304.0508,2081.8172,1476.9061,949.2081,1597.4106,414.5158,32.6561 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_node_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_node_hours/timeseries-Quarter-reference.csv index 312c547914..9f6b7242c6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_node_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_node_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Computer and Information Science and Engineering] Node Hours: Total","[Engineering] Node Hours: Total","[Mathematical and Physical Sciences] Node Hours: Total","[Social, Behavioral, and Economic Sciences] Node Hours: Total","[Geosciences] Node Hours: Total","[Biological Sciences] Node Hours: Total","[Humanities/Arts] Node Hours: Total" -"2016 Q4",56699.8428,30557.8811,22149.0617,16007.5636,9177.2850,2748.1719,1107.3767 +"2016 Q4",56702.1878,30557.8811,22149.0617,16007.5636,9177.2850,2748.1719,1107.3767 "2017 Q1",11304.0508,2081.8172,1476.9061,949.2081,1597.4106,414.5158,32.6561 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_node_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_node_hours/timeseries-Year-reference.csv index a605fbb2c1..9eee5f8f5f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_node_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_node_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Computer and Information Science and Engineering] Node Hours: Total","[Engineering] Node Hours: Total","[Mathematical and Physical Sciences] Node Hours: Total","[Social, Behavioral, and Economic Sciences] Node Hours: Total","[Geosciences] Node Hours: Total","[Biological Sciences] Node Hours: Total","[Humanities/Arts] Node Hours: Total" -2016,56699.8428,30557.8811,22149.0617,16007.5636,9177.2850,2748.1719,1107.3767 +2016,56702.1878,30557.8811,22149.0617,16007.5636,9177.2850,2748.1719,1107.3767 2017,11304.0508,2081.8172,1476.9061,949.2081,1597.4106,414.5158,32.6561 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_waitduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_waitduration_hours/aggregate-Day-reference.csv index 809da632ff..1bd1bfddca 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_waitduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_waitduration_hours/aggregate-Day-reference.csv @@ -11,6 +11,6 @@ start,end "Biological Sciences",8291.4383 Geosciences,8164.0683 Engineering,4751.8803 -"Computer and Information Science and Engineering",558.9144 +"Computer and Information Science and Engineering",559.0122 Humanities/Arts,321.4447 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_waitduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_waitduration_hours/aggregate-Month-reference.csv index 809da632ff..1bd1bfddca 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_waitduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_waitduration_hours/aggregate-Month-reference.csv @@ -11,6 +11,6 @@ start,end "Biological Sciences",8291.4383 Geosciences,8164.0683 Engineering,4751.8803 -"Computer and Information Science and Engineering",558.9144 +"Computer and Information Science and Engineering",559.0122 Humanities/Arts,321.4447 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_waitduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_waitduration_hours/aggregate-Quarter-reference.csv index 809da632ff..1bd1bfddca 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_waitduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_waitduration_hours/aggregate-Quarter-reference.csv @@ -11,6 +11,6 @@ start,end "Biological Sciences",8291.4383 Geosciences,8164.0683 Engineering,4751.8803 -"Computer and Information Science and Engineering",558.9144 +"Computer and Information Science and Engineering",559.0122 Humanities/Arts,321.4447 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_waitduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_waitduration_hours/aggregate-Year-reference.csv index 809da632ff..1bd1bfddca 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_waitduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_waitduration_hours/aggregate-Year-reference.csv @@ -11,6 +11,6 @@ start,end "Biological Sciences",8291.4383 Geosciences,8164.0683 Engineering,4751.8803 -"Computer and Information Science and Engineering",558.9144 +"Computer and Information Science and Engineering",559.0122 Humanities/Arts,321.4447 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_waitduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_waitduration_hours/timeseries-Day-reference.csv index dd78dd2798..8039e2c613 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_waitduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_waitduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Mathematical and Physical Sciences] Wait Hours: Total","[Social, Behaviora 2016-12-27,248.8897,0.0000,1418.2278,0,311.1344,0,0 2016-12-28,879.9194,0.0000,1403.6350,0.0003,1306.7875,7.9897,0 2016-12-29,3082.2842,1974.4419,627.0644,25.7303,348.6094,34.1564,9.5847 -2016-12-30,163080.1036,28026.7236,1574.2136,1975.4678,83.7736,230.0950,311.8600 +2016-12-30,163080.1036,28026.7236,1574.2136,1975.4678,83.7736,230.1928,311.8600 2016-12-31,1878.7711,65081.0511,1440.5692,2070.8639,2670.8594,279.1428,0.0000 2017-01-01,43.6239,19831.9886,1827.7281,4092.0061,30.7158,7.5306,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_waitduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_waitduration_hours/timeseries-Month-reference.csv index b59a2b22e9..f1e46ff342 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_waitduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_waitduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Mathematical and Physical Sciences] Wait Hours: Total","[Social, Behavioral, and Economic Sciences] Wait Hours: Total","[Biological Sciences] Wait Hours: Total","[Geosciences] Wait Hours: Total","[Engineering] Wait Hours: Total","[Computer and Information Science and Engineering] Wait Hours: Total","[Humanities/Arts] Wait Hours: Total" -2016-12,169299.7856,95082.2167,6463.7103,4072.0622,4721.1644,551.3839,321.4447 +2016-12,169299.7856,95082.2167,6463.7103,4072.0622,4721.1644,551.4817,321.4447 2017-01,43.6239,19831.9886,1827.7281,4092.0061,30.7158,7.5306,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_waitduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_waitduration_hours/timeseries-Quarter-reference.csv index 34f4a1406c..afef1efe3a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_waitduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_waitduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Mathematical and Physical Sciences] Wait Hours: Total","[Social, Behavioral, and Economic Sciences] Wait Hours: Total","[Biological Sciences] Wait Hours: Total","[Geosciences] Wait Hours: Total","[Engineering] Wait Hours: Total","[Computer and Information Science and Engineering] Wait Hours: Total","[Humanities/Arts] Wait Hours: Total" -"2016 Q4",169299.7856,95082.2167,6463.7103,4072.0622,4721.1644,551.3839,321.4447 +"2016 Q4",169299.7856,95082.2167,6463.7103,4072.0622,4721.1644,551.4817,321.4447 "2017 Q1",43.6239,19831.9886,1827.7281,4092.0061,30.7158,7.5306,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_waitduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_waitduration_hours/timeseries-Year-reference.csv index ef9f54ac74..37e0617a83 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_waitduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_waitduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Mathematical and Physical Sciences] Wait Hours: Total","[Social, Behavioral, and Economic Sciences] Wait Hours: Total","[Biological Sciences] Wait Hours: Total","[Geosciences] Wait Hours: Total","[Engineering] Wait Hours: Total","[Computer and Information Science and Engineering] Wait Hours: Total","[Humanities/Arts] Wait Hours: Total" -2016,169299.7856,95082.2167,6463.7103,4072.0622,4721.1644,551.3839,321.4447 +2016,169299.7856,95082.2167,6463.7103,4072.0622,4721.1644,551.4817,321.4447 2017,43.6239,19831.9886,1827.7281,4092.0061,30.7158,7.5306,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_wallduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_wallduration_hours/aggregate-Day-reference.csv index 1ce61bb678..50f9b03e26 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_wallduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_wallduration_hours/aggregate-Day-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "Decanal Unit","Wall Hours: Total" -"Computer and Information Science and Engineering",68001.8092 +"Computer and Information Science and Engineering",68002.0697 Engineering,18506.3075 "Social, Behavioral, and Economic Sciences",16630.3481 "Mathematical and Physical Sciences",10964.6656 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_wallduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_wallduration_hours/aggregate-Month-reference.csv index 1ce61bb678..50f9b03e26 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_wallduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_wallduration_hours/aggregate-Month-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "Decanal Unit","Wall Hours: Total" -"Computer and Information Science and Engineering",68001.8092 +"Computer and Information Science and Engineering",68002.0697 Engineering,18506.3075 "Social, Behavioral, and Economic Sciences",16630.3481 "Mathematical and Physical Sciences",10964.6656 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_wallduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_wallduration_hours/aggregate-Quarter-reference.csv index 1ce61bb678..50f9b03e26 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_wallduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_wallduration_hours/aggregate-Quarter-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "Decanal Unit","Wall Hours: Total" -"Computer and Information Science and Engineering",68001.8092 +"Computer and Information Science and Engineering",68002.0697 Engineering,18506.3075 "Social, Behavioral, and Economic Sciences",16630.3481 "Mathematical and Physical Sciences",10964.6656 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_wallduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_wallduration_hours/aggregate-Year-reference.csv index 1ce61bb678..50f9b03e26 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_wallduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_wallduration_hours/aggregate-Year-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- "Decanal Unit","Wall Hours: Total" -"Computer and Information Science and Engineering",68001.8092 +"Computer and Information Science and Engineering",68002.0697 Engineering,18506.3075 "Social, Behavioral, and Economic Sciences",16630.3481 "Mathematical and Physical Sciences",10964.6656 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_wallduration_hours/timeseries-Day-reference.csv index f5bbdcc673..141860b80e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_wallduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Computer and Information Science and Engineering] Wall Hours: Total","[Eng 2016-12-27,0,38.9522,3.2167,374.4825,0,117.5319,0 2016-12-28,996.9861,2191.3019,24.0000,1108.7717,4.7006,248.3833,0 2016-12-29,12762.1014,4477.2714,303.7458,2302.3656,59.8644,551.3708,47.7900 -2016-12-30,22170.5192,6273.4908,6707.0317,3118.3981,3228.8894,734.7517,629.4331 +2016-12-30,22170.7797,6273.4908,6707.0317,3118.3981,3228.8894,734.7517,629.4331 2016-12-31,20768.1517,4037.1194,8652.6142,2571.2625,5626.0944,237.1492,430.1536 2017-01-01,11304.0508,1488.1717,939.7397,1201.8114,1596.9989,215.1622,32.6561 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_wallduration_hours/timeseries-Month-reference.csv index 6183051fbd..b310ae2256 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_wallduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Computer and Information Science and Engineering] Wall Hours: Total","[Engineering] Wall Hours: Total","[Social, Behavioral, and Economic Sciences] Wall Hours: Total","[Mathematical and Physical Sciences] Wall Hours: Total","[Geosciences] Wall Hours: Total","[Biological Sciences] Wall Hours: Total","[Humanities/Arts] Wall Hours: Total" -2016-12,56697.7583,17018.1358,15690.6083,9762.8542,8919.5489,2001.9333,1107.3767 +2016-12,56698.0189,17018.1358,15690.6083,9762.8542,8919.5489,2001.9333,1107.3767 2017-01,11304.0508,1488.1717,939.7397,1201.8114,1596.9989,215.1622,32.6561 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_wallduration_hours/timeseries-Quarter-reference.csv index 7b33fa2fc1..191021c98e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_wallduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Computer and Information Science and Engineering] Wall Hours: Total","[Engineering] Wall Hours: Total","[Social, Behavioral, and Economic Sciences] Wall Hours: Total","[Mathematical and Physical Sciences] Wall Hours: Total","[Geosciences] Wall Hours: Total","[Biological Sciences] Wall Hours: Total","[Humanities/Arts] Wall Hours: Total" -"2016 Q4",56697.7583,17018.1358,15690.6083,9762.8542,8919.5489,2001.9333,1107.3767 +"2016 Q4",56698.0189,17018.1358,15690.6083,9762.8542,8919.5489,2001.9333,1107.3767 "2017 Q1",11304.0508,1488.1717,939.7397,1201.8114,1596.9989,215.1622,32.6561 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_wallduration_hours/timeseries-Year-reference.csv index 290de0c1bd..4ac496107b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/total_wallduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Computer and Information Science and Engineering] Wall Hours: Total","[Engineering] Wall Hours: Total","[Social, Behavioral, and Economic Sciences] Wall Hours: Total","[Mathematical and Physical Sciences] Wall Hours: Total","[Geosciences] Wall Hours: Total","[Biological Sciences] Wall Hours: Total","[Humanities/Arts] Wall Hours: Total" -2016,56697.7583,17018.1358,15690.6083,9762.8542,8919.5489,2001.9333,1107.3767 +2016,56698.0189,17018.1358,15690.6083,9762.8542,8919.5489,2001.9333,1107.3767 2017,11304.0508,1488.1717,939.7397,1201.8114,1596.9989,215.1622,32.6561 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/utilization/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/utilization/aggregate-Day-reference.csv index a603317019..7ea851a35b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/utilization/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/utilization/aggregate-Day-reference.csv @@ -8,7 +8,7 @@ start,end "Decanal Unit","Screwdriver CPU Utilization (%)" Engineering,8.0667 "Mathematical and Physical Sciences",7.1986 -"Computer and Information Science and Engineering",7.0549 +"Computer and Information Science and Engineering",7.0576 "Social, Behavioral, and Economic Sciences",3.6978 Geosciences,1.2032 "Biological Sciences",1.0477 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/utilization/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/utilization/aggregate-Month-reference.csv index f41473c3ee..f1c2668a98 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/utilization/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/utilization/aggregate-Month-reference.csv @@ -8,7 +8,7 @@ start,end "Decanal Unit","Screwdriver CPU Utilization (%)" Engineering,1.7509 "Mathematical and Physical Sciences",1.5997 -"Computer and Information Science and Engineering",1.5217 +"Computer and Information Science and Engineering",1.5222 "Social, Behavioral, and Economic Sciences",0.8217 Geosciences,0.2684 "Biological Sciences",0.2505 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/utilization/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/utilization/aggregate-Quarter-reference.csv index c22f37f754..0678f7b209 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/utilization/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/utilization/aggregate-Quarter-reference.csv @@ -7,7 +7,7 @@ start,end --------- "Decanal Unit","Screwdriver CPU Utilization (%)" Engineering,0.7381 -"Computer and Information Science and Engineering",0.7055 +"Computer and Information Science and Engineering",0.7058 "Mathematical and Physical Sciences",0.6596 "Social, Behavioral, and Economic Sciences",0.3388 Geosciences,0.1137 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/utilization/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/utilization/timeseries-Day-reference.csv index f5cbe46e58..3299ad6ac7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/utilization/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/utilization/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Engineering] Screwdriver CPU Utilization (%)","[Mathematical and Physical 2016-12-27,3.8952,2.7296,0,0.0034,0,0.6920,0 2016-12-28,24.8904,13.8407,1.3590,0.0250,0.0979,1.8349,0 2016-12-29,19.7721,23.7792,14.5243,0.4951,0.8088,2.2479,0.2688 -2016-12-30,26.3210,19.6302,25.5282,13.3100,1.7602,2.4239,3.6308 +2016-12-30,26.3210,19.6302,25.5576,13.3100,1.7602,2.4239,3.6308 2016-12-31,15.8931,10.4456,23.5401,18.5010,2.3915,1.7701,2.4113 2017-01-01,3.7076,3.1899,12.6529,1.8066,9.9573,1.8511,0.1562 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/utilization/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/utilization/timeseries-Month-reference.csv index 93590cc5c0..db42b4956e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/utilization/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/utilization/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Engineering] Screwdriver CPU Utilization (%)","[Mathematical and Physical Sciences] Screwdriver CPU Utilization (%)","[Computer and Information Science and Engineering] Screwdriver CPU Utilization (%)","[Social, Behavioral, and Economic Sciences] Screwdriver CPU Utilization (%)","[Geosciences] Screwdriver CPU Utilization (%)","[Biological Sciences] Screwdriver CPU Utilization (%)","[Humanities/Arts] Screwdriver CPU Utilization (%)" -2016-12,5.9651,6.0612,3.2476,3.0974,0.4048,0.6449,0.4854 +2016-12,5.9651,6.0612,3.2490,3.0974,0.4048,0.6449,0.4854 2017-01,0.1196,0.1029,0.4082,0.0583,0.3212,0.0597,0.0050 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/utilization/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/utilization/timeseries-Quarter-reference.csv index 4a53db39cd..9c47070d38 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/utilization/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/utilization/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Engineering] Screwdriver CPU Utilization (%)","[Computer and Information Science and Engineering] Screwdriver CPU Utilization (%)","[Mathematical and Physical Sciences] Screwdriver CPU Utilization (%)","[Social, Behavioral, and Economic Sciences] Screwdriver CPU Utilization (%)","[Geosciences] Screwdriver CPU Utilization (%)","[Biological Sciences] Screwdriver CPU Utilization (%)","[Humanities/Arts] Screwdriver CPU Utilization (%)" -"2016 Q4",5.9651,3.2476,6.0612,3.0974,0.4048,0.6449,0.4854 +"2016 Q4",5.9651,3.2490,6.0612,3.0974,0.4048,0.6449,0.4854 "2017 Q1",0.0412,0.1406,0.0354,0.0201,0.1106,0.0206,0.0017 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/utilization/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/utilization/timeseries-Year-reference.csv index 9696a1384f..00096f0d51 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/utilization/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/nsfdirectorate/utilization/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Computer and Information Science and Engineering] Screwdriver CPU Utilization (%)","[Engineering] Screwdriver CPU Utilization (%)","[Mathematical and Physical Sciences] Screwdriver CPU Utilization (%)","[Social, Behavioral, and Economic Sciences] Screwdriver CPU Utilization (%)","[Geosciences] Screwdriver CPU Utilization (%)","[Biological Sciences] Screwdriver CPU Utilization (%)","[Humanities/Arts] Screwdriver CPU Utilization (%)" -2016,3.2476,5.9651,6.0612,3.0974,0.4048,0.6449,0.4854 +2016,3.2490,5.9651,6.0612,3.0974,0.4048,0.6449,0.4854 2017,0.0347,0.0102,0.0087,0.0049,0.0273,0.0051,0.0004 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/active_person_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/active_person_count/aggregate-Day-reference.csv index 7c30552d78..c31c096eca 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/active_person_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/active_person_count/aggregate-Day-reference.csv @@ -11,9 +11,9 @@ Chemistry,6 "Electrical and Communication Systems",6 "Social and Economic Science",6 "Earth Sciences",5 +"Microelectronic Information Processing Systems",5 "Molecular Biosciences",5 "Mechanical and Structural Systems",4 -"Microelectronic Information Processing Systems",4 Arts,3 "Materials Research",3 "Mathematical Sciences",3 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/active_person_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/active_person_count/aggregate-Month-reference.csv index 7c30552d78..c31c096eca 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/active_person_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/active_person_count/aggregate-Month-reference.csv @@ -11,9 +11,9 @@ Chemistry,6 "Electrical and Communication Systems",6 "Social and Economic Science",6 "Earth Sciences",5 +"Microelectronic Information Processing Systems",5 "Molecular Biosciences",5 "Mechanical and Structural Systems",4 -"Microelectronic Information Processing Systems",4 Arts,3 "Materials Research",3 "Mathematical Sciences",3 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/active_person_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/active_person_count/aggregate-Quarter-reference.csv index 7c30552d78..c31c096eca 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/active_person_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/active_person_count/aggregate-Quarter-reference.csv @@ -11,9 +11,9 @@ Chemistry,6 "Electrical and Communication Systems",6 "Social and Economic Science",6 "Earth Sciences",5 +"Microelectronic Information Processing Systems",5 "Molecular Biosciences",5 "Mechanical and Structural Systems",4 -"Microelectronic Information Processing Systems",4 Arts,3 "Materials Research",3 "Mathematical Sciences",3 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/active_person_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/active_person_count/aggregate-Year-reference.csv index 7c30552d78..c31c096eca 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/active_person_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/active_person_count/aggregate-Year-reference.csv @@ -11,9 +11,9 @@ Chemistry,6 "Electrical and Communication Systems",6 "Social and Economic Science",6 "Earth Sciences",5 +"Microelectronic Information Processing Systems",5 "Molecular Biosciences",5 "Mechanical and Structural Systems",4 -"Microelectronic Information Processing Systems",4 Arts,3 "Materials Research",3 "Mathematical Sciences",3 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/active_person_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/active_person_count/timeseries-Day-reference.csv index 9aee54cb69..2a9573772d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/active_person_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/active_person_count/timeseries-Day-reference.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[Astronomical Sciences] Number of Users: Active","[Chemistry] Number of Users: Active","[Electrical and Communication Systems] Number of Users: Active","[Social and Economic Science] Number of Users: Active","[Earth Sciences] Number of Users: Active","[Molecular Biosciences] Number of Users: Active","[Mechanical and Structural Systems] Number of Users: Active","[Microelectronic Information Processing Systems] Number of Users: Active","[Arts] Number of Users: Active","[Materials Research] Number of Users: Active","[Mathematical Sciences] Number of Users: Active","[Polar Programs] Number of Users: Active","[Design and Manufacturing Systems] Number of Users: Active","[Atmospheric Sciences] Number of Users: Active","[Chemical, Thermal Systems] Number of Users: Active","[Computer and Computation Research] Number of Users: Active","[Environmental Biology] Number of Users: Active","[Physics] Number of Users: Active" -2016-12-22,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,1,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-24,1,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-25,1,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-26,1,2,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0 -2016-12-27,4,2,1,1,0,4,0,0,0,2,2,0,0,0,0,0,0,0 -2016-12-28,4,5,1,1,1,4,0,2,0,2,3,0,1,0,0,0,0,1 -2016-12-29,7,5,4,3,2,5,1,3,2,3,3,1,1,1,0,1,0,1 -2016-12-30,11,6,6,6,5,5,4,4,3,3,3,2,1,1,1,1,1,1 -2016-12-31,10,6,6,4,3,4,4,3,3,2,2,3,2,0,1,1,1,0 -2017-01-01,5,5,5,3,2,3,3,2,2,0,2,2,2,1,0,0,1,0 +Day,"[Astronomical Sciences] Number of Users: Active","[Chemistry] Number of Users: Active","[Electrical and Communication Systems] Number of Users: Active","[Social and Economic Science] Number of Users: Active","[Earth Sciences] Number of Users: Active","[Microelectronic Information Processing Systems] Number of Users: Active","[Molecular Biosciences] Number of Users: Active","[Mechanical and Structural Systems] Number of Users: Active","[Arts] Number of Users: Active","[Materials Research] Number of Users: Active","[Mathematical Sciences] Number of Users: Active","[Polar Programs] Number of Users: Active","[Design and Manufacturing Systems] Number of Users: Active","[Atmospheric Sciences] Number of Users: Active","[Chemical, Thermal Systems] Number of Users: Active","[Computer and Computation Research] Number of Users: Active","[Environmental Biology] Number of Users: Active","[Physics] Number of Users: Active" +2016-12-22,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0 +2016-12-24,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0 +2016-12-25,1,2,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0 +2016-12-26,1,2,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0 +2016-12-27,4,2,1,1,0,0,4,0,0,2,2,0,0,0,0,0,0,0 +2016-12-28,4,5,1,1,1,2,4,0,0,2,3,0,1,0,0,0,0,1 +2016-12-29,7,5,4,3,2,3,5,1,2,3,3,1,1,1,0,1,0,1 +2016-12-30,11,6,6,6,5,5,5,4,3,3,3,2,1,1,1,1,1,1 +2016-12-31,10,6,6,4,3,3,4,4,3,2,2,3,2,0,1,1,1,0 +2017-01-01,5,5,5,3,2,2,3,3,2,0,2,2,2,1,0,0,1,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/active_person_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/active_person_count/timeseries-Month-reference.csv index 9fabaffb83..3ea1c9e9dd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/active_person_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/active_person_count/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[Astronomical Sciences] Number of Users: Active","[Chemistry] Number of Users: Active","[Electrical and Communication Systems] Number of Users: Active","[Social and Economic Science] Number of Users: Active","[Earth Sciences] Number of Users: Active","[Molecular Biosciences] Number of Users: Active","[Mechanical and Structural Systems] Number of Users: Active","[Microelectronic Information Processing Systems] Number of Users: Active","[Arts] Number of Users: Active","[Materials Research] Number of Users: Active","[Mathematical Sciences] Number of Users: Active","[Polar Programs] Number of Users: Active","[Design and Manufacturing Systems] Number of Users: Active","[Atmospheric Sciences] Number of Users: Active","[Chemical, Thermal Systems] Number of Users: Active","[Computer and Computation Research] Number of Users: Active","[Environmental Biology] Number of Users: Active","[Physics] Number of Users: Active" -2016-12,11,6,6,6,5,5,4,4,3,3,3,3,2,1,1,1,1,1 -2017-01,5,5,5,3,2,3,3,2,2,0,2,2,2,1,0,0,1,0 +Month,"[Astronomical Sciences] Number of Users: Active","[Chemistry] Number of Users: Active","[Electrical and Communication Systems] Number of Users: Active","[Social and Economic Science] Number of Users: Active","[Earth Sciences] Number of Users: Active","[Microelectronic Information Processing Systems] Number of Users: Active","[Molecular Biosciences] Number of Users: Active","[Mechanical and Structural Systems] Number of Users: Active","[Arts] Number of Users: Active","[Materials Research] Number of Users: Active","[Mathematical Sciences] Number of Users: Active","[Polar Programs] Number of Users: Active","[Design and Manufacturing Systems] Number of Users: Active","[Atmospheric Sciences] Number of Users: Active","[Chemical, Thermal Systems] Number of Users: Active","[Computer and Computation Research] Number of Users: Active","[Environmental Biology] Number of Users: Active","[Physics] Number of Users: Active" +2016-12,11,6,6,6,5,5,5,4,3,3,3,3,2,1,1,1,1,1 +2017-01,5,5,5,3,2,2,3,3,2,0,2,2,2,1,0,0,1,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/active_person_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/active_person_count/timeseries-Quarter-reference.csv index 914f8568f3..96b8b16795 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/active_person_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/active_person_count/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[Astronomical Sciences] Number of Users: Active","[Chemistry] Number of Users: Active","[Electrical and Communication Systems] Number of Users: Active","[Social and Economic Science] Number of Users: Active","[Earth Sciences] Number of Users: Active","[Molecular Biosciences] Number of Users: Active","[Mechanical and Structural Systems] Number of Users: Active","[Microelectronic Information Processing Systems] Number of Users: Active","[Arts] Number of Users: Active","[Materials Research] Number of Users: Active","[Mathematical Sciences] Number of Users: Active","[Polar Programs] Number of Users: Active","[Design and Manufacturing Systems] Number of Users: Active","[Atmospheric Sciences] Number of Users: Active","[Chemical, Thermal Systems] Number of Users: Active","[Computer and Computation Research] Number of Users: Active","[Environmental Biology] Number of Users: Active","[Physics] Number of Users: Active" -"2016 Q4",11,6,6,6,5,5,4,4,3,3,3,3,2,1,1,1,1,1 -"2017 Q1",5,5,5,3,2,3,3,2,2,0,2,2,2,1,0,0,1,0 +Quarter,"[Astronomical Sciences] Number of Users: Active","[Chemistry] Number of Users: Active","[Electrical and Communication Systems] Number of Users: Active","[Social and Economic Science] Number of Users: Active","[Earth Sciences] Number of Users: Active","[Microelectronic Information Processing Systems] Number of Users: Active","[Molecular Biosciences] Number of Users: Active","[Mechanical and Structural Systems] Number of Users: Active","[Arts] Number of Users: Active","[Materials Research] Number of Users: Active","[Mathematical Sciences] Number of Users: Active","[Polar Programs] Number of Users: Active","[Design and Manufacturing Systems] Number of Users: Active","[Atmospheric Sciences] Number of Users: Active","[Chemical, Thermal Systems] Number of Users: Active","[Computer and Computation Research] Number of Users: Active","[Environmental Biology] Number of Users: Active","[Physics] Number of Users: Active" +"2016 Q4",11,6,6,6,5,5,5,4,3,3,3,3,2,1,1,1,1,1 +"2017 Q1",5,5,5,3,2,2,3,3,2,0,2,2,2,1,0,0,1,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/active_person_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/active_person_count/timeseries-Year-reference.csv index 81f031f65c..efcc65b4c9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/active_person_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/active_person_count/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[Astronomical Sciences] Number of Users: Active","[Chemistry] Number of Users: Active","[Electrical and Communication Systems] Number of Users: Active","[Social and Economic Science] Number of Users: Active","[Earth Sciences] Number of Users: Active","[Molecular Biosciences] Number of Users: Active","[Mechanical and Structural Systems] Number of Users: Active","[Microelectronic Information Processing Systems] Number of Users: Active","[Arts] Number of Users: Active","[Materials Research] Number of Users: Active","[Mathematical Sciences] Number of Users: Active","[Polar Programs] Number of Users: Active","[Design and Manufacturing Systems] Number of Users: Active","[Atmospheric Sciences] Number of Users: Active","[Chemical, Thermal Systems] Number of Users: Active","[Computer and Computation Research] Number of Users: Active","[Environmental Biology] Number of Users: Active","[Physics] Number of Users: Active" -2016,11,6,6,6,5,5,4,4,3,3,3,3,2,1,1,1,1,1 -2017,5,5,5,3,2,3,3,2,2,0,2,2,2,1,0,0,1,0 +Year,"[Astronomical Sciences] Number of Users: Active","[Chemistry] Number of Users: Active","[Electrical and Communication Systems] Number of Users: Active","[Social and Economic Science] Number of Users: Active","[Earth Sciences] Number of Users: Active","[Microelectronic Information Processing Systems] Number of Users: Active","[Molecular Biosciences] Number of Users: Active","[Mechanical and Structural Systems] Number of Users: Active","[Arts] Number of Users: Active","[Materials Research] Number of Users: Active","[Mathematical Sciences] Number of Users: Active","[Polar Programs] Number of Users: Active","[Design and Manufacturing Systems] Number of Users: Active","[Atmospheric Sciences] Number of Users: Active","[Chemical, Thermal Systems] Number of Users: Active","[Computer and Computation Research] Number of Users: Active","[Environmental Biology] Number of Users: Active","[Physics] Number of Users: Active" +2016,11,6,6,6,5,5,5,4,3,3,3,3,2,1,1,1,1,1 +2017,5,5,5,3,2,2,3,3,2,0,2,2,2,1,0,0,1,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_cpu_hours/aggregate-Day-reference.csv index 94579d8e09..b8e68b8438 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_cpu_hours/aggregate-Day-reference.csv @@ -17,7 +17,7 @@ Arts,188.13274411,2.041452970260724 "Mechanical and Structural Systems",154.59506643,41.104792843063635 "Design and Manufacturing Systems",65.03593498,2.7861034261411373 "Astronomical Sciences",45.22125088,6.857619907718038 -"Microelectronic Information Processing Systems",27.89629775,0.14329944179423384 +"Microelectronic Information Processing Systems",27.89638910,0.14324576047082796 Chemistry,27.04915451,3.1958527870260727 "Polar Programs",23.31962933,1.4533068964887756 "Earth Sciences",10.48218875,0.7810004816455497 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_cpu_hours/aggregate-Month-reference.csv index e9b9cde087..5b8f59c2d8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_cpu_hours/aggregate-Month-reference.csv @@ -17,7 +17,7 @@ Arts,188.13274411,16.44278594480015 "Mechanical and Structural Systems",154.59506643,53.70543314926935 "Design and Manufacturing Systems",65.03593498,3.65386840919359 "Astronomical Sciences",45.22125088,10.997896713589176 -"Microelectronic Information Processing Systems",27.89629775,0.5190854050070104 +"Microelectronic Information Processing Systems",27.89638910,0.51889085329672 Chemistry,27.04915451,5.881763898041205 "Polar Programs",23.31962933,2.2546464710576846 "Earth Sciences",10.48218875,1.0883834470209042 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_cpu_hours/aggregate-Quarter-reference.csv index e9b9cde087..5b8f59c2d8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_cpu_hours/aggregate-Quarter-reference.csv @@ -17,7 +17,7 @@ Arts,188.13274411,16.44278594480015 "Mechanical and Structural Systems",154.59506643,53.70543314926935 "Design and Manufacturing Systems",65.03593498,3.65386840919359 "Astronomical Sciences",45.22125088,10.997896713589176 -"Microelectronic Information Processing Systems",27.89629775,0.5190854050070104 +"Microelectronic Information Processing Systems",27.89638910,0.51889085329672 Chemistry,27.04915451,5.881763898041205 "Polar Programs",23.31962933,2.2546464710576846 "Earth Sciences",10.48218875,1.0883834470209042 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_cpu_hours/aggregate-Year-reference.csv index e9b9cde087..5b8f59c2d8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_cpu_hours/aggregate-Year-reference.csv @@ -17,7 +17,7 @@ Arts,188.13274411,16.44278594480015 "Mechanical and Structural Systems",154.59506643,53.70543314926935 "Design and Manufacturing Systems",65.03593498,3.65386840919359 "Astronomical Sciences",45.22125088,10.997896713589176 -"Microelectronic Information Processing Systems",27.89629775,0.5190854050070104 +"Microelectronic Information Processing Systems",27.89638910,0.51889085329672 Chemistry,27.04915451,5.881763898041205 "Polar Programs",23.31962933,2.2546464710576846 "Earth Sciences",10.48218875,1.0883834470209042 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_cpu_hours/timeseries-Day-reference.csv index a44bfbc2eb..393e02d78a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_cpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Chemical, Thermal Systems] CPU Hours: Per Job","[Electrical and Communicat 2016-12-27,0,1246.47111111,0,320.78689815,0,1432.93629630,0,166.08277778,0,0,280.65174603,0,163.84000000,0,0,0,0,3.21666667 2016-12-28,0,1462.12800000,0,102.73824786,60.47666667,548.99703704,0,271.00512821,0,13.35268330,535.66833333,6.69041168,1359.38973180,0,94.01111111,0,0,24.00000000 2016-12-29,0,1903.63119342,1038.22222222,342.00281481,288.00000000,558.21381944,46.91737374,66.39927778,410.97777778,16.60273286,251.25414683,14.27582622,877.62333333,758.98888889,266.00208333,0,2.01966667,7.39809663 -2016-12-30,2468.14222222,1342.20575694,402.80000000,249.86375000,181.16111111,183.79372168,107.24694444,48.60799020,256.62628858,21.71949405,13.81820610,14.71385475,14.56036587,15.25876587,4.87608476,5.80186420,4.10559722,3.03737720 +2016-12-30,2468.14222222,1342.20575694,402.80000000,249.86375000,181.16111111,183.79372168,107.24694444,48.60799020,256.62628858,21.71949405,13.81820610,14.72193792,14.56036587,15.25876587,4.87608476,5.80186420,4.10559722,3.03737720 2016-12-31,5701.54666667,236.60267442,0,246.30230726,0,49.49041005,171.46924897,148.77467172,103.53553819,23.62045770,178.36906250,13.61654527,9.20850345,8.74733740,6.47695188,12.54733333,8.63138889,3.78294327 2017-01-01,0,271.71664683,3.46666667,103.31233796,0,0,59.98977778,78.92785948,0.96969246,29.54166397,323.23959596,12.31921090,16.57782656,23.44196390,10.94629630,6.26263789,0,0.62134448 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_cpu_hours/timeseries-Month-reference.csv index 64f20303ff..720aa1d383 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_cpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Chemical, Thermal Systems] CPU Hours: Per Job","[Electrical and Communication Systems] CPU Hours: Per Job","[Atmospheric Sciences] CPU Hours: Per Job","[Mathematical Sciences] CPU Hours: Per Job","[Physics] CPU Hours: Per Job","[Materials Research] CPU Hours: Per Job","[Arts] CPU Hours: Per Job","[Molecular Biosciences] CPU Hours: Per Job","[Mechanical and Structural Systems] CPU Hours: Per Job","[Design and Manufacturing Systems] CPU Hours: Per Job","[Astronomical Sciences] CPU Hours: Per Job","[Microelectronic Information Processing Systems] CPU Hours: Per Job","[Chemistry] CPU Hours: Per Job","[Polar Programs] CPU Hours: Per Job","[Earth Sciences] CPU Hours: Per Job","[Environmental Biology] CPU Hours: Per Job","[Computer and Computation Research] CPU Hours: Per Job","[Social and Economic Science] CPU Hours: Per Job" -2016-12,4368.65777778,1112.27138506,1441.02222222,540.56594872,529.63777778,338.80760349,183.58806397,192.74581243,221.80616753,58.97181208,41.04805132,25.35750883,27.61529618,19.87039394,10.48083171,6.47641111,5.04208333,3.49505680 +2016-12,4368.65777778,1112.27138506,1441.02222222,540.56594872,529.63777778,338.80760349,183.58806397,192.74581243,221.80616753,58.97181208,41.04805132,25.35864176,27.61529618,19.87039394,10.48083171,6.47641111,5.04208333,3.49505680 2017-01,0,271.71664683,3.46666667,103.31233796,0,0,59.98977778,78.92785948,0.96969246,29.54166397,323.23959596,12.31921090,16.57782656,23.44196390,10.94629630,6.26263789,0,0.62134448 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_cpu_hours/timeseries-Quarter-reference.csv index 7c7fc5dd0d..bc70023bae 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_cpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Chemical, Thermal Systems] CPU Hours: Per Job","[Electrical and Communication Systems] CPU Hours: Per Job","[Atmospheric Sciences] CPU Hours: Per Job","[Mathematical Sciences] CPU Hours: Per Job","[Physics] CPU Hours: Per Job","[Materials Research] CPU Hours: Per Job","[Arts] CPU Hours: Per Job","[Molecular Biosciences] CPU Hours: Per Job","[Mechanical and Structural Systems] CPU Hours: Per Job","[Design and Manufacturing Systems] CPU Hours: Per Job","[Astronomical Sciences] CPU Hours: Per Job","[Microelectronic Information Processing Systems] CPU Hours: Per Job","[Chemistry] CPU Hours: Per Job","[Polar Programs] CPU Hours: Per Job","[Earth Sciences] CPU Hours: Per Job","[Environmental Biology] CPU Hours: Per Job","[Computer and Computation Research] CPU Hours: Per Job","[Social and Economic Science] CPU Hours: Per Job" -"2016 Q4",4368.65777778,1112.27138506,1441.02222222,540.56594872,529.63777778,338.80760349,183.58806397,192.74581243,221.80616753,58.97181208,41.04805132,25.35750883,27.61529618,19.87039394,10.48083171,6.47641111,5.04208333,3.49505680 +"2016 Q4",4368.65777778,1112.27138506,1441.02222222,540.56594872,529.63777778,338.80760349,183.58806397,192.74581243,221.80616753,58.97181208,41.04805132,25.35864176,27.61529618,19.87039394,10.48083171,6.47641111,5.04208333,3.49505680 "2017 Q1",0,271.71664683,3.46666667,103.31233796,0,0,59.98977778,78.92785948,0.96969246,29.54166397,323.23959596,12.31921090,16.57782656,23.44196390,10.94629630,6.26263789,0,0.62134448 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_cpu_hours/timeseries-Year-reference.csv index 68f4eefe90..a548651efd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_cpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Chemical, Thermal Systems] CPU Hours: Per Job","[Electrical and Communication Systems] CPU Hours: Per Job","[Atmospheric Sciences] CPU Hours: Per Job","[Mathematical Sciences] CPU Hours: Per Job","[Physics] CPU Hours: Per Job","[Materials Research] CPU Hours: Per Job","[Arts] CPU Hours: Per Job","[Molecular Biosciences] CPU Hours: Per Job","[Mechanical and Structural Systems] CPU Hours: Per Job","[Design and Manufacturing Systems] CPU Hours: Per Job","[Astronomical Sciences] CPU Hours: Per Job","[Microelectronic Information Processing Systems] CPU Hours: Per Job","[Chemistry] CPU Hours: Per Job","[Polar Programs] CPU Hours: Per Job","[Earth Sciences] CPU Hours: Per Job","[Environmental Biology] CPU Hours: Per Job","[Computer and Computation Research] CPU Hours: Per Job","[Social and Economic Science] CPU Hours: Per Job" -2016,4368.65777778,1112.27138506,1441.02222222,540.56594872,529.63777778,338.80760349,183.58806397,192.74581243,221.80616753,58.97181208,41.04805132,25.35750883,27.61529618,19.87039394,10.48083171,6.47641111,5.04208333,3.49505680 +2016,4368.65777778,1112.27138506,1441.02222222,540.56594872,529.63777778,338.80760349,183.58806397,192.74581243,221.80616753,58.97181208,41.04805132,25.35864176,27.61529618,19.87039394,10.48083171,6.47641111,5.04208333,3.49505680 2017,0,271.71664683,3.46666667,103.31233796,0,0,59.98977778,78.92785948,0.96969246,29.54166397,323.23959596,12.31921090,16.57782656,23.44196390,10.94629630,6.26263789,0,0.62134448 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv index 76c17d3a33..30996acb40 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv @@ -22,6 +22,6 @@ Arts,11.8252 "Social and Economic Science",10.8677 "Design and Manufacturing Systems",6.6809 "Earth Sciences",6.2418 -"Microelectronic Information Processing Systems",1.7650 +"Microelectronic Information Processing Systems",1.8052 "Computer and Computation Research",1.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv index 76c17d3a33..30996acb40 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv @@ -22,6 +22,6 @@ Arts,11.8252 "Social and Economic Science",10.8677 "Design and Manufacturing Systems",6.6809 "Earth Sciences",6.2418 -"Microelectronic Information Processing Systems",1.7650 +"Microelectronic Information Processing Systems",1.8052 "Computer and Computation Research",1.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv index 76c17d3a33..30996acb40 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv @@ -22,6 +22,6 @@ Arts,11.8252 "Social and Economic Science",10.8677 "Design and Manufacturing Systems",6.6809 "Earth Sciences",6.2418 -"Microelectronic Information Processing Systems",1.7650 +"Microelectronic Information Processing Systems",1.8052 "Computer and Computation Research",1.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv index 76c17d3a33..30996acb40 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv @@ -22,6 +22,6 @@ Arts,11.8252 "Social and Economic Science",10.8677 "Design and Manufacturing Systems",6.6809 "Earth Sciences",6.2418 -"Microelectronic Information Processing Systems",1.7650 +"Microelectronic Information Processing Systems",1.8052 "Computer and Computation Research",1.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv index dde65078f1..7088477cd0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Chemical, Thermal Systems] Job Size: Weighted By CPU Hours (Core Count)"," 2016-12-27,0,0,22.5565,0,96.0000,110.0862,0,58.2272,19.8357,0,15.9632,0,0,1.0000,0,0,0,0 2016-12-28,0,0,146.7685,0,96.0000,87.9948,0,43.0772,33.0691,0,15.3614,12.0000,0,1.0000,1.0000,20.0000,2.8865,0 2016-12-29,0,160.0000,141.7754,112.0000,95.9456,65.2945,0,47.7147,28.0857,40.0000,14.9544,12.0000,11.5552,10.2034,1.0000,18.5337,1.6782,1.0000 -2016-12-30,320.0517,160.0000,138.9738,111.6728,94.9365,54.3936,65.8038,40.9495,28.3785,36.0526,15.0028,12.0000,11.8713,10.9005,1.0000,4.0431,1.9041,1.0000 +2016-12-30,320.0517,160.0000,138.9738,111.6728,94.9365,54.3936,65.8038,40.9495,28.3785,36.0526,15.0028,12.0000,11.8713,10.9005,1.0000,4.0431,2.0262,1.0000 2016-12-31,336.0000,0,99.3288,111.0872,90.9081,37.7420,95.7214,50.6854,34.6323,34.2349,11.9136,0,11.8540,10.8898,13.5207,6.2480,1.7162,1.0000 2017-01-01,0,160.0000,14.4798,1.0000,90.0978,0,47.3679,55.6210,35.3735,11.9990,10.2559,0,10.7741,10.5763,13.8313,7.4372,1.5550,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv index d6f1af4aea..9776f2c1a8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Chemical, Thermal Systems] Job Size: Weighted By CPU Hours (Core Count)","[Atmospheric Sciences] Job Size: Weighted By CPU Hours (Core Count)","[Chemistry] Job Size: Weighted By CPU Hours (Core Count)","[Mechanical and Structural Systems] Job Size: Weighted By CPU Hours (Core Count)","[Electrical and Communication Systems] Job Size: Weighted By CPU Hours (Core Count)","[Materials Research] Job Size: Weighted By CPU Hours (Core Count)","[Environmental Biology] Job Size: Weighted By CPU Hours (Core Count)","[Astronomical Sciences] Job Size: Weighted By CPU Hours (Core Count)","[Molecular Biosciences] Job Size: Weighted By CPU Hours (Core Count)","[Polar Programs] Job Size: Weighted By CPU Hours (Core Count)","[Mathematical Sciences] Job Size: Weighted By CPU Hours (Core Count)","[Physics] Job Size: Weighted By CPU Hours (Core Count)","[Arts] Job Size: Weighted By CPU Hours (Core Count)","[Social and Economic Science] Job Size: Weighted By CPU Hours (Core Count)","[Design and Manufacturing Systems] Job Size: Weighted By CPU Hours (Core Count)","[Earth Sciences] Job Size: Weighted By CPU Hours (Core Count)","[Microelectronic Information Processing Systems] Job Size: Weighted By CPU Hours (Core Count)","[Computer and Computation Research] Job Size: Weighted By CPU Hours (Core Count)" -2016-12,326.9898,160.0000,132.5250,111.5740,94.6650,65.7034,71.6000,46.2364,28.5024,37.1250,14.0136,12.0000,11.8512,10.8841,5.4428,6.2382,1.8060,1.0000 +2016-12,326.9898,160.0000,132.5250,111.5740,94.6650,65.7034,71.6000,46.2364,28.5024,37.1250,14.0136,12.0000,11.8512,10.8841,5.4428,6.2382,1.8539,1.0000 2017-01,0,160.0000,14.4798,1.0000,90.0978,0,47.3679,55.6210,35.3735,11.9990,10.2559,0,10.7741,10.5763,13.8313,7.4372,1.5550,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv index e90ccbe7ea..c99f5ae84d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Chemical, Thermal Systems] Job Size: Weighted By CPU Hours (Core Count)","[Atmospheric Sciences] Job Size: Weighted By CPU Hours (Core Count)","[Chemistry] Job Size: Weighted By CPU Hours (Core Count)","[Mechanical and Structural Systems] Job Size: Weighted By CPU Hours (Core Count)","[Electrical and Communication Systems] Job Size: Weighted By CPU Hours (Core Count)","[Materials Research] Job Size: Weighted By CPU Hours (Core Count)","[Environmental Biology] Job Size: Weighted By CPU Hours (Core Count)","[Astronomical Sciences] Job Size: Weighted By CPU Hours (Core Count)","[Molecular Biosciences] Job Size: Weighted By CPU Hours (Core Count)","[Polar Programs] Job Size: Weighted By CPU Hours (Core Count)","[Mathematical Sciences] Job Size: Weighted By CPU Hours (Core Count)","[Physics] Job Size: Weighted By CPU Hours (Core Count)","[Arts] Job Size: Weighted By CPU Hours (Core Count)","[Social and Economic Science] Job Size: Weighted By CPU Hours (Core Count)","[Design and Manufacturing Systems] Job Size: Weighted By CPU Hours (Core Count)","[Earth Sciences] Job Size: Weighted By CPU Hours (Core Count)","[Microelectronic Information Processing Systems] Job Size: Weighted By CPU Hours (Core Count)","[Computer and Computation Research] Job Size: Weighted By CPU Hours (Core Count)" -"2016 Q4",326.9898,160.0000,132.5250,111.5740,94.6650,65.7034,71.6000,46.2364,28.5024,37.1250,14.0136,12.0000,11.8512,10.8841,5.4428,6.2382,1.8060,1.0000 +"2016 Q4",326.9898,160.0000,132.5250,111.5740,94.6650,65.7034,71.6000,46.2364,28.5024,37.1250,14.0136,12.0000,11.8512,10.8841,5.4428,6.2382,1.8539,1.0000 "2017 Q1",0,160.0000,14.4798,1.0000,90.0978,0,47.3679,55.6210,35.3735,11.9990,10.2559,0,10.7741,10.5763,13.8313,7.4372,1.5550,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv index 4ecb19b74c..1f2a7b6422 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Chemical, Thermal Systems] Job Size: Weighted By CPU Hours (Core Count)","[Atmospheric Sciences] Job Size: Weighted By CPU Hours (Core Count)","[Chemistry] Job Size: Weighted By CPU Hours (Core Count)","[Mechanical and Structural Systems] Job Size: Weighted By CPU Hours (Core Count)","[Electrical and Communication Systems] Job Size: Weighted By CPU Hours (Core Count)","[Materials Research] Job Size: Weighted By CPU Hours (Core Count)","[Environmental Biology] Job Size: Weighted By CPU Hours (Core Count)","[Astronomical Sciences] Job Size: Weighted By CPU Hours (Core Count)","[Molecular Biosciences] Job Size: Weighted By CPU Hours (Core Count)","[Polar Programs] Job Size: Weighted By CPU Hours (Core Count)","[Mathematical Sciences] Job Size: Weighted By CPU Hours (Core Count)","[Physics] Job Size: Weighted By CPU Hours (Core Count)","[Arts] Job Size: Weighted By CPU Hours (Core Count)","[Social and Economic Science] Job Size: Weighted By CPU Hours (Core Count)","[Design and Manufacturing Systems] Job Size: Weighted By CPU Hours (Core Count)","[Earth Sciences] Job Size: Weighted By CPU Hours (Core Count)","[Microelectronic Information Processing Systems] Job Size: Weighted By CPU Hours (Core Count)","[Computer and Computation Research] Job Size: Weighted By CPU Hours (Core Count)" -2016,326.9898,160.0000,132.5250,111.5740,94.6650,65.7034,71.6000,46.2364,28.5024,37.1250,14.0136,12.0000,11.8512,10.8841,5.4428,6.2382,1.8060,1.0000 +2016,326.9898,160.0000,132.5250,111.5740,94.6650,65.7034,71.6000,46.2364,28.5024,37.1250,14.0136,12.0000,11.8512,10.8841,5.4428,6.2382,1.8539,1.0000 2017,0,160.0000,14.4798,1.0000,90.0978,0,47.3679,55.6210,35.3735,11.9990,10.2559,0,10.7741,10.5763,13.8313,7.4372,1.5550,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_node_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_node_hours/aggregate-Day-reference.csv index 9158b6ffca..2adae2bab4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_node_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_node_hours/aggregate-Day-reference.csv @@ -14,7 +14,7 @@ Department,"Node Hours: Per Job","Std Dev: Node Hours: Per Job" Physics,44.13648148, "Molecular Biosciences",25.52672787,3.0678869763132215 "Materials Research",25.49166667,3.838480518951093 -"Microelectronic Information Processing Systems",25.46046192, +"Microelectronic Information Processing Systems",25.45179796, Arts,17.27322391, "Mechanical and Structural Systems",10.49397947,2.5351755398719042 "Earth Sciences",8.51752052, diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_node_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_node_hours/aggregate-Month-reference.csv index bef0ae140a..4cedd861b1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_node_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_node_hours/aggregate-Month-reference.csv @@ -14,7 +14,7 @@ Department,"Node Hours: Per Job","Std Dev: Node Hours: Per Job" Physics,44.13648148,3.8863777173028686 "Molecular Biosciences",25.52672787,7.162125375100813 "Materials Research",25.49166667,6.843939813709927 -"Microelectronic Information Processing Systems",25.46046192,0.10333862832038718 +"Microelectronic Information Processing Systems",25.45179796,0.1036624552466751 Arts,17.27322391,1.2812633375632778 "Mechanical and Structural Systems",10.49397947,3.3307345987775676 "Earth Sciences",8.51752052,0.07150352368202234 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_node_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_node_hours/aggregate-Quarter-reference.csv index bef0ae140a..4cedd861b1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_node_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_node_hours/aggregate-Quarter-reference.csv @@ -14,7 +14,7 @@ Department,"Node Hours: Per Job","Std Dev: Node Hours: Per Job" Physics,44.13648148,3.8863777173028686 "Molecular Biosciences",25.52672787,7.162125375100813 "Materials Research",25.49166667,6.843939813709927 -"Microelectronic Information Processing Systems",25.46046192,0.10333862832038718 +"Microelectronic Information Processing Systems",25.45179796,0.1036624552466751 Arts,17.27322391,1.2812633375632778 "Mechanical and Structural Systems",10.49397947,3.3307345987775676 "Earth Sciences",8.51752052,0.07150352368202234 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_node_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_node_hours/aggregate-Year-reference.csv index bef0ae140a..4cedd861b1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_node_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_node_hours/aggregate-Year-reference.csv @@ -14,7 +14,7 @@ Department,"Node Hours: Per Job","Std Dev: Node Hours: Per Job" Physics,44.13648148,3.8863777173028686 "Molecular Biosciences",25.52672787,7.162125375100813 "Materials Research",25.49166667,6.843939813709927 -"Microelectronic Information Processing Systems",25.46046192,0.10333862832038718 +"Microelectronic Information Processing Systems",25.45179796,0.1036624552466751 Arts,17.27322391,1.2812633375632778 "Mechanical and Structural Systems",10.49397947,3.3307345987775676 "Earth Sciences",8.51752052,0.07150352368202234 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_node_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_node_hours/timeseries-Day-reference.csv index a9f081b985..2259dc1b51 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_node_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_node_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Chemical, Thermal Systems] Node Hours: Per Job","[Electrical and Communica 2016-12-27,0,103.87259259,0,20.78689815,0,0,18.01625000,110.37185185,0,0,0,0,0,25.18305556,0,8.23638889,0,3.21666667 2016-12-28,0,121.84400000,0,7.55612179,13.35268330,5.03972222,32.02948718,41.89046296,5.11274929,0,0,4.70055556,0,45.58354167,0,79.41758621,0,24.00000000 2016-12-29,0,159.50279835,129.77777778,23.92517593,16.60273286,24.00000000,11.06724359,41.66655382,13.06557690,4.34454545,25.68611111,17.20041667,2.01966667,22.45891865,37.94944444,54.05418430,0,1.27936230 -2016-12-30,205.67851852,113.18805556,50.35000000,17.43217014,21.71949405,15.09675926,10.47010131,13.94513215,13.30752510,9.68358547,16.74827932,4.19712587,4.10559722,1.50513094,2.23007540,1.00958556,0.56942901,0.33097065 +2016-12-30,205.67851852,113.18805556,50.35000000,17.43217014,21.71949405,15.09675926,10.47010131,13.94513215,13.30092515,9.68358547,16.74827932,4.19712587,4.10559722,1.50513094,2.23007540,1.00958556,0.56942901,0.33097065 2016-12-31,475.12888889,24.46069552,0,23.19598639,11.59400568,0,18.35809343,3.53268519,12.51327322,15.93161523,7.26913194,5.57808973,8.63138889,15.41041088,1.06848238,0.84369193,1.04561111,0.37017739 2017-01-01,0,22.86779762,0.43333333,11.08009838,13.73172330,0,9.57901961,0,11.46455460,6.53122222,0.96969246,1.74462963,0,26.23500000,1.95545864,1.60116192,0.63905875,0.06801433 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_node_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_node_hours/timeseries-Month-reference.csv index 3bfb48928c..9c2af32e37 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_node_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_node_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Chemical, Thermal Systems] Node Hours: Per Job","[Electrical and Communication Systems] Node Hours: Per Job","[Atmospheric Sciences] Node Hours: Per Job","[Mathematical Sciences] Node Hours: Per Job","[Design and Manufacturing Systems] Node Hours: Per Job","[Physics] Node Hours: Per Job","[Molecular Biosciences] Node Hours: Per Job","[Materials Research] Node Hours: Per Job","[Microelectronic Information Processing Systems] Node Hours: Per Job","[Arts] Node Hours: Per Job","[Mechanical and Structural Systems] Node Hours: Per Job","[Earth Sciences] Node Hours: Per Job","[Computer and Computation Research] Node Hours: Per Job","[Astronomical Sciences] Node Hours: Per Job","[Polar Programs] Node Hours: Per Job","[Chemistry] Node Hours: Per Job","[Environmental Biology] Node Hours: Per Job","[Social and Economic Science] Node Hours: Per Job" -2016-12,364.05481481,97.44003640,180.12777778,42.25983761,48.31750559,44.13648148,28.88674432,25.49166667,23.05458294,16.77843434,14.66085503,8.53732429,5.04208333,3.96500141,2.16238636,1.86156256,0.61704722,0.36183462 +2016-12,364.05481481,97.44003640,180.12777778,42.25983761,48.31750559,44.13648148,28.88674432,25.49166667,23.04615070,16.77843434,14.66085503,8.53732429,5.04208333,3.96500141,2.16238636,1.86156256,0.61704722,0.36183462 2017-01,0,22.86779762,0.43333333,11.08009838,13.73172330,0,9.57901961,0,11.46455460,6.53122222,0.96969246,1.74462963,0,26.23500000,1.95545864,1.60116192,0.63905875,0.06801433 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_node_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_node_hours/timeseries-Quarter-reference.csv index 3c6a53e903..ec9af1602f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_node_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_node_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Chemical, Thermal Systems] Node Hours: Per Job","[Electrical and Communication Systems] Node Hours: Per Job","[Atmospheric Sciences] Node Hours: Per Job","[Mathematical Sciences] Node Hours: Per Job","[Design and Manufacturing Systems] Node Hours: Per Job","[Physics] Node Hours: Per Job","[Molecular Biosciences] Node Hours: Per Job","[Materials Research] Node Hours: Per Job","[Microelectronic Information Processing Systems] Node Hours: Per Job","[Arts] Node Hours: Per Job","[Mechanical and Structural Systems] Node Hours: Per Job","[Earth Sciences] Node Hours: Per Job","[Computer and Computation Research] Node Hours: Per Job","[Astronomical Sciences] Node Hours: Per Job","[Polar Programs] Node Hours: Per Job","[Chemistry] Node Hours: Per Job","[Environmental Biology] Node Hours: Per Job","[Social and Economic Science] Node Hours: Per Job" -"2016 Q4",364.05481481,97.44003640,180.12777778,42.25983761,48.31750559,44.13648148,28.88674432,25.49166667,23.05458294,16.77843434,14.66085503,8.53732429,5.04208333,3.96500141,2.16238636,1.86156256,0.61704722,0.36183462 +"2016 Q4",364.05481481,97.44003640,180.12777778,42.25983761,48.31750559,44.13648148,28.88674432,25.49166667,23.04615070,16.77843434,14.66085503,8.53732429,5.04208333,3.96500141,2.16238636,1.86156256,0.61704722,0.36183462 "2017 Q1",0,22.86779762,0.43333333,11.08009838,13.73172330,0,9.57901961,0,11.46455460,6.53122222,0.96969246,1.74462963,0,26.23500000,1.95545864,1.60116192,0.63905875,0.06801433 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_node_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_node_hours/timeseries-Year-reference.csv index 02031bcb99..ac20902868 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_node_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_node_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Chemical, Thermal Systems] Node Hours: Per Job","[Electrical and Communication Systems] Node Hours: Per Job","[Atmospheric Sciences] Node Hours: Per Job","[Mathematical Sciences] Node Hours: Per Job","[Design and Manufacturing Systems] Node Hours: Per Job","[Physics] Node Hours: Per Job","[Molecular Biosciences] Node Hours: Per Job","[Materials Research] Node Hours: Per Job","[Microelectronic Information Processing Systems] Node Hours: Per Job","[Arts] Node Hours: Per Job","[Mechanical and Structural Systems] Node Hours: Per Job","[Earth Sciences] Node Hours: Per Job","[Computer and Computation Research] Node Hours: Per Job","[Astronomical Sciences] Node Hours: Per Job","[Polar Programs] Node Hours: Per Job","[Chemistry] Node Hours: Per Job","[Environmental Biology] Node Hours: Per Job","[Social and Economic Science] Node Hours: Per Job" -2016,364.05481481,97.44003640,180.12777778,42.25983761,48.31750559,44.13648148,28.88674432,25.49166667,23.05458294,16.77843434,14.66085503,8.53732429,5.04208333,3.96500141,2.16238636,1.86156256,0.61704722,0.36183462 +2016,364.05481481,97.44003640,180.12777778,42.25983761,48.31750559,44.13648148,28.88674432,25.49166667,23.04615070,16.77843434,14.66085503,8.53732429,5.04208333,3.96500141,2.16238636,1.86156256,0.61704722,0.36183462 2017,0,22.86779762,0.43333333,11.08009838,13.73172330,0,9.57901961,0,11.46455460,6.53122222,0.96969246,1.74462963,0,26.23500000,1.95545864,1.60116192,0.63905875,0.06801433 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_processors/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_processors/aggregate-Day-reference.csv index 0350a801f7..26f93bd85f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_processors/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_processors/aggregate-Day-reference.csv @@ -22,6 +22,6 @@ Chemistry,8.6411,0.08556196791296852 "Molecular Biosciences",4.8559,0.7632084470021516 "Design and Manufacturing Systems",1.6278,0.20762935594169663 "Earth Sciences",1.4422,0.0960861939074583 -"Microelectronic Information Processing Systems",1.1537,0.04435074331087466 +"Microelectronic Information Processing Systems",1.1938,0.0597386098594578 "Computer and Computation Research",1.0000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_processors/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_processors/aggregate-Month-reference.csv index 0350a801f7..26f93bd85f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_processors/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_processors/aggregate-Month-reference.csv @@ -22,6 +22,6 @@ Chemistry,8.6411,0.08556196791296852 "Molecular Biosciences",4.8559,0.7632084470021516 "Design and Manufacturing Systems",1.6278,0.20762935594169663 "Earth Sciences",1.4422,0.0960861939074583 -"Microelectronic Information Processing Systems",1.1537,0.04435074331087466 +"Microelectronic Information Processing Systems",1.1938,0.0597386098594578 "Computer and Computation Research",1.0000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_processors/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_processors/aggregate-Quarter-reference.csv index 0350a801f7..26f93bd85f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_processors/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_processors/aggregate-Quarter-reference.csv @@ -22,6 +22,6 @@ Chemistry,8.6411,0.08556196791296852 "Molecular Biosciences",4.8559,0.7632084470021516 "Design and Manufacturing Systems",1.6278,0.20762935594169663 "Earth Sciences",1.4422,0.0960861939074583 -"Microelectronic Information Processing Systems",1.1537,0.04435074331087466 +"Microelectronic Information Processing Systems",1.1938,0.0597386098594578 "Computer and Computation Research",1.0000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_processors/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_processors/aggregate-Year-reference.csv index 0350a801f7..26f93bd85f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_processors/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_processors/aggregate-Year-reference.csv @@ -22,6 +22,6 @@ Chemistry,8.6411,0.08556196791296852 "Molecular Biosciences",4.8559,0.7632084470021516 "Design and Manufacturing Systems",1.6278,0.20762935594169663 "Earth Sciences",1.4422,0.0960861939074583 -"Microelectronic Information Processing Systems",1.1537,0.04435074331087466 +"Microelectronic Information Processing Systems",1.1938,0.0597386098594578 "Computer and Computation Research",1.0000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_processors/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_processors/timeseries-Day-reference.csv index f35c2d242a..e319a38eed 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_processors/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_processors/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Chemical, Thermal Systems] Job Size: Per Job (Core Count)","[Atmospheric S 2016-12-27,0,0,0,96.0000,69.3333,0,0,13.5000,0,0,1.0000,25.7143,21.8571,16.0000,0,0,0,0 2016-12-28,0,0,0,96.0000,34.6667,12.0000,0,14.0385,0,0,1.0000,75.1724,25.1250,12.9231,1.0000,20.0000,1.1795,0 2016-12-29,0,160.0000,0,89.0000,36.8750,12.0000,11.2727,14.3000,112.0000,40.0000,9.5486,41.5238,16.6429,3.6000,1.0000,12.5000,1.1148,1.0000 -2016-12-30,224.0000,160.0000,44.0444,74.7000,23.6505,12.0000,11.2000,14.1563,25.6667,1.7714,8.4554,8.7262,4.7537,3.4353,1.0000,1.4824,1.1801,1.0000 +2016-12-30,224.0000,160.0000,44.0444,74.7000,23.6505,12.0000,11.2000,14.1563,25.6667,1.7714,8.4554,8.7262,4.7537,3.4353,1.0000,1.4824,1.2444,1.0000 2016-12-31,336.0000,0,92.4000,21.2558,17.0952,0,10.8889,10.3878,14.8750,6.2439,9.5422,8.8892,18.5625,12.7273,1.7538,1.1349,1.1193,1.0000 2017-01-01,0,160.0000,37.8993,61.9286,0,0,10.4000,10.5833,1.0000,11.1622,9.1618,10.8293,41.9091,8.1471,2.9320,9.6667,1.0994,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_processors/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_processors/timeseries-Month-reference.csv index 76f3c57b8d..f632bee8e1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_processors/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_processors/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Chemical, Thermal Systems] Job Size: Per Job (Core Count)","[Atmospheric Sciences] Job Size: Per Job (Core Count)","[Environmental Biology] Job Size: Per Job (Core Count)","[Electrical and Communication Systems] Job Size: Per Job (Core Count)","[Materials Research] Job Size: Per Job (Core Count)","[Physics] Job Size: Per Job (Core Count)","[Arts] Job Size: Per Job (Core Count)","[Mathematical Sciences] Job Size: Per Job (Core Count)","[Mechanical and Structural Systems] Job Size: Per Job (Core Count)","[Polar Programs] Job Size: Per Job (Core Count)","[Social and Economic Science] Job Size: Per Job (Core Count)","[Chemistry] Job Size: Per Job (Core Count)","[Astronomical Sciences] Job Size: Per Job (Core Count)","[Molecular Biosciences] Job Size: Per Job (Core Count)","[Design and Manufacturing Systems] Job Size: Per Job (Core Count)","[Earth Sciences] Job Size: Per Job (Core Count)","[Microelectronic Information Processing Systems] Job Size: Per Job (Core Count)","[Computer and Computation Research] Job Size: Per Job (Core Count)" -2016-12,224.0000,160.0000,48.8800,24.9310,21.3595,12.0000,11.0909,10.9231,14.8750,3.0909,9.0258,8.5125,5.1703,4.6022,1.6678,1.4181,1.1442,1.0000 +2016-12,224.0000,160.0000,48.8800,24.9310,21.3595,12.0000,11.0909,10.9231,14.8750,3.0909,9.0258,8.5125,5.1703,4.6022,1.6678,1.4181,1.1877,1.0000 2017-01,0,160.0000,37.8993,61.9286,0,0,10.4000,10.5833,1.0000,11.1622,9.1618,10.8293,41.9091,8.1471,2.9320,9.6667,1.0994,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_processors/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_processors/timeseries-Quarter-reference.csv index 667273b18b..3d87394eb3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_processors/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_processors/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Chemical, Thermal Systems] Job Size: Per Job (Core Count)","[Atmospheric Sciences] Job Size: Per Job (Core Count)","[Environmental Biology] Job Size: Per Job (Core Count)","[Electrical and Communication Systems] Job Size: Per Job (Core Count)","[Materials Research] Job Size: Per Job (Core Count)","[Physics] Job Size: Per Job (Core Count)","[Arts] Job Size: Per Job (Core Count)","[Mathematical Sciences] Job Size: Per Job (Core Count)","[Mechanical and Structural Systems] Job Size: Per Job (Core Count)","[Polar Programs] Job Size: Per Job (Core Count)","[Social and Economic Science] Job Size: Per Job (Core Count)","[Chemistry] Job Size: Per Job (Core Count)","[Astronomical Sciences] Job Size: Per Job (Core Count)","[Molecular Biosciences] Job Size: Per Job (Core Count)","[Design and Manufacturing Systems] Job Size: Per Job (Core Count)","[Earth Sciences] Job Size: Per Job (Core Count)","[Microelectronic Information Processing Systems] Job Size: Per Job (Core Count)","[Computer and Computation Research] Job Size: Per Job (Core Count)" -"2016 Q4",224.0000,160.0000,48.8800,24.9310,21.3595,12.0000,11.0909,10.9231,14.8750,3.0909,9.0258,8.5125,5.1703,4.6022,1.6678,1.4181,1.1442,1.0000 +"2016 Q4",224.0000,160.0000,48.8800,24.9310,21.3595,12.0000,11.0909,10.9231,14.8750,3.0909,9.0258,8.5125,5.1703,4.6022,1.6678,1.4181,1.1877,1.0000 "2017 Q1",0,160.0000,37.8993,61.9286,0,0,10.4000,10.5833,1.0000,11.1622,9.1618,10.8293,41.9091,8.1471,2.9320,9.6667,1.0994,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_processors/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_processors/timeseries-Year-reference.csv index 4bf55734e0..c87bf8c95c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_processors/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_processors/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Chemical, Thermal Systems] Job Size: Per Job (Core Count)","[Atmospheric Sciences] Job Size: Per Job (Core Count)","[Environmental Biology] Job Size: Per Job (Core Count)","[Electrical and Communication Systems] Job Size: Per Job (Core Count)","[Materials Research] Job Size: Per Job (Core Count)","[Physics] Job Size: Per Job (Core Count)","[Arts] Job Size: Per Job (Core Count)","[Mathematical Sciences] Job Size: Per Job (Core Count)","[Mechanical and Structural Systems] Job Size: Per Job (Core Count)","[Polar Programs] Job Size: Per Job (Core Count)","[Social and Economic Science] Job Size: Per Job (Core Count)","[Chemistry] Job Size: Per Job (Core Count)","[Astronomical Sciences] Job Size: Per Job (Core Count)","[Molecular Biosciences] Job Size: Per Job (Core Count)","[Design and Manufacturing Systems] Job Size: Per Job (Core Count)","[Earth Sciences] Job Size: Per Job (Core Count)","[Microelectronic Information Processing Systems] Job Size: Per Job (Core Count)","[Computer and Computation Research] Job Size: Per Job (Core Count)" -2016,224.0000,160.0000,48.8800,24.9310,21.3595,12.0000,11.0909,10.9231,14.8750,3.0909,9.0258,8.5125,5.1703,4.6022,1.6678,1.4181,1.1442,1.0000 +2016,224.0000,160.0000,48.8800,24.9310,21.3595,12.0000,11.0909,10.9231,14.8750,3.0909,9.0258,8.5125,5.1703,4.6022,1.6678,1.4181,1.1877,1.0000 2017,0,160.0000,37.8993,61.9286,0,0,10.4000,10.5833,1.0000,11.1622,9.1618,10.8293,41.9091,8.1471,2.9320,9.6667,1.0994,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_waitduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_waitduration_hours/aggregate-Day-reference.csv index f7af99c4a8..fffb6d6041 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_waitduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_waitduration_hours/aggregate-Day-reference.csv @@ -20,7 +20,7 @@ Physics,3.72481481,0.0007211928415468717 "Social and Economic Science",1.99144263,0.025430337208220542 "Mathematical Sciences",1.30868803,0.25716865971163017 "Computer and Computation Research",0.32390278,0.2312398274998169 -"Microelectronic Information Processing Systems",0.20713775,0.015463598934236437 +"Microelectronic Information Processing Systems",0.20709676,0.015457857308123081 "Design and Manufacturing Systems",0.11687785,0.028203321818092885 Chemistry,0.06359074,0.014028715326432175 "Mechanical and Structural Systems",0.00016606,0.000023797091252046995 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_waitduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_waitduration_hours/aggregate-Month-reference.csv index f7af99c4a8..fffb6d6041 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_waitduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_waitduration_hours/aggregate-Month-reference.csv @@ -20,7 +20,7 @@ Physics,3.72481481,0.0007211928415468717 "Social and Economic Science",1.99144263,0.025430337208220542 "Mathematical Sciences",1.30868803,0.25716865971163017 "Computer and Computation Research",0.32390278,0.2312398274998169 -"Microelectronic Information Processing Systems",0.20713775,0.015463598934236437 +"Microelectronic Information Processing Systems",0.20709676,0.015457857308123081 "Design and Manufacturing Systems",0.11687785,0.028203321818092885 Chemistry,0.06359074,0.014028715326432175 "Mechanical and Structural Systems",0.00016606,0.000023797091252046995 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_waitduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_waitduration_hours/aggregate-Quarter-reference.csv index f7af99c4a8..fffb6d6041 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_waitduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_waitduration_hours/aggregate-Quarter-reference.csv @@ -20,7 +20,7 @@ Physics,3.72481481,0.0007211928415468717 "Social and Economic Science",1.99144263,0.025430337208220542 "Mathematical Sciences",1.30868803,0.25716865971163017 "Computer and Computation Research",0.32390278,0.2312398274998169 -"Microelectronic Information Processing Systems",0.20713775,0.015463598934236437 +"Microelectronic Information Processing Systems",0.20709676,0.015457857308123081 "Design and Manufacturing Systems",0.11687785,0.028203321818092885 Chemistry,0.06359074,0.014028715326432175 "Mechanical and Structural Systems",0.00016606,0.000023797091252046995 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_waitduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_waitduration_hours/aggregate-Year-reference.csv index f7af99c4a8..fffb6d6041 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_waitduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_waitduration_hours/aggregate-Year-reference.csv @@ -20,7 +20,7 @@ Physics,3.72481481,0.0007211928415468717 "Social and Economic Science",1.99144263,0.025430337208220542 "Mathematical Sciences",1.30868803,0.25716865971163017 "Computer and Computation Research",0.32390278,0.2312398274998169 -"Microelectronic Information Processing Systems",0.20713775,0.015463598934236437 +"Microelectronic Information Processing Systems",0.20709676,0.015457857308123081 "Design and Manufacturing Systems",0.11687785,0.028203321818092885 Chemistry,0.06359074,0.014028715326432175 "Mechanical and Structural Systems",0.00016606,0.000023797091252046995 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_waitduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_waitduration_hours/timeseries-Day-reference.csv index 3a487637b3..25b134fe8c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_waitduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_waitduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Astronomical Sciences] Wait Hours: Per Job","[Molecular Biosciences] Wait 2016-12-27,12.68148148,202.60396825,57.59064815,0,103.71148148,0,0,0,0,0,0,0.00000000,0.00000000,0,0,0,0.00288889,0 2016-12-28,36.87611111,280.72700000,80.35419753,0,108.01750000,0,0,0,0,0.00027778,3.72481481,0.00000000,3.31159722,0,0.04097293,0.07195578,2.82994444,0 2016-12-29,135.82563889,12.05893162,15.12413889,25.72861111,28.72319444,0,0,0.87133838,0.00166667,0.00000000,0.00000000,7.71266385,4.46097222,0.01788889,0.04361965,0.04464331,1.33660948,0.00062500 -2016-12-30,222.28495351,20.19094444,31.96192488,0.00000000,4.72822650,13.00438580,6.67768519,5.77518519,1.70461755,2.52425159,0.00000000,1.34893024,0.38944444,0.42590741,0.32705612,0.13344771,0.02573029,0.00015625 +2016-12-30,222.28495351,20.19094444,31.96192488,0.00000000,4.72822650,13.00438580,6.67768519,5.77518519,1.70461755,2.52425159,0.00000000,1.34893024,0.38944444,0.42590741,0.32672141,0.13344771,0.02573029,0.00015625 2016-12-31,2.86747685,175.87315972,33.49272778,0,25.24681217,3.35838889,0.00000000,0.00000000,0.02094444,7.18759066,0,2.80449242,0.00626263,0.00000000,0.35112299,0.43350242,0.03718570,0.00010913 2017-01-01,1.21768519,0.04938889,0,36.31500000,1.89854167,13.14023981,0,0.00000000,5.05697111,0.00009259,0,1.47296410,0.00000000,0,0.03552149,0.01760234,0.09336190,0.00016865 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_waitduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_waitduration_hours/timeseries-Month-reference.csv index 98170bb911..edde4f773d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_waitduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_waitduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Astronomical Sciences] Wait Hours: Per Job","[Molecular Biosciences] Wait Hours: Per Job","[Materials Research] Wait Hours: Per Job","[Atmospheric Sciences] Wait Hours: Per Job","[Electrical and Communication Systems] Wait Hours: Per Job","[Environmental Biology] Wait Hours: Per Job","[Chemical, Thermal Systems] Wait Hours: Per Job","[Arts] Wait Hours: Per Job","[Polar Programs] Wait Hours: Per Job","[Earth Sciences] Wait Hours: Per Job","[Physics] Wait Hours: Per Job","[Social and Economic Science] Wait Hours: Per Job","[Mathematical Sciences] Wait Hours: Per Job","[Computer and Computation Research] Wait Hours: Per Job","[Microelectronic Information Processing Systems] Wait Hours: Per Job","[Design and Manufacturing Systems] Wait Hours: Per Job","[Chemistry] Wait Hours: Per Job","[Mechanical and Structural Systems] Wait Hours: Per Job" -2016-12,207.94704539,56.55625448,33.61029775,25.72861111,32.16831034,12.03978611,6.67768519,4.87037458,1.07689141,3.82833875,3.72481481,2.14923636,1.30868803,0.32390278,0.22195757,0.12320749,0.06183072,0.00016493 +2016-12,207.94704539,56.55625448,33.61029775,25.72861111,32.16831034,12.03978611,6.67768519,4.87037458,1.07689141,3.82833875,3.72481481,2.14923636,1.30868803,0.32390278,0.22190701,0.12320749,0.06183072,0.00016493 2017-01,1.21768519,0.04938889,0,36.31500000,1.89854167,13.14023981,0,0.00000000,5.05697111,0.00009259,0,1.47296410,0.00000000,0,0.03552149,0.01760234,0.09336190,0.00016865 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_waitduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_waitduration_hours/timeseries-Quarter-reference.csv index 45e97dc0ac..9413625e48 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_waitduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_waitduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Astronomical Sciences] Wait Hours: Per Job","[Molecular Biosciences] Wait Hours: Per Job","[Materials Research] Wait Hours: Per Job","[Atmospheric Sciences] Wait Hours: Per Job","[Electrical and Communication Systems] Wait Hours: Per Job","[Environmental Biology] Wait Hours: Per Job","[Chemical, Thermal Systems] Wait Hours: Per Job","[Arts] Wait Hours: Per Job","[Polar Programs] Wait Hours: Per Job","[Earth Sciences] Wait Hours: Per Job","[Physics] Wait Hours: Per Job","[Social and Economic Science] Wait Hours: Per Job","[Mathematical Sciences] Wait Hours: Per Job","[Computer and Computation Research] Wait Hours: Per Job","[Microelectronic Information Processing Systems] Wait Hours: Per Job","[Design and Manufacturing Systems] Wait Hours: Per Job","[Chemistry] Wait Hours: Per Job","[Mechanical and Structural Systems] Wait Hours: Per Job" -"2016 Q4",207.94704539,56.55625448,33.61029775,25.72861111,32.16831034,12.03978611,6.67768519,4.87037458,1.07689141,3.82833875,3.72481481,2.14923636,1.30868803,0.32390278,0.22195757,0.12320749,0.06183072,0.00016493 +"2016 Q4",207.94704539,56.55625448,33.61029775,25.72861111,32.16831034,12.03978611,6.67768519,4.87037458,1.07689141,3.82833875,3.72481481,2.14923636,1.30868803,0.32390278,0.22190701,0.12320749,0.06183072,0.00016493 "2017 Q1",1.21768519,0.04938889,0,36.31500000,1.89854167,13.14023981,0,0.00000000,5.05697111,0.00009259,0,1.47296410,0.00000000,0,0.03552149,0.01760234,0.09336190,0.00016865 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_waitduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_waitduration_hours/timeseries-Year-reference.csv index f44c89bbcc..3e92ba0f9f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_waitduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_waitduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Astronomical Sciences] Wait Hours: Per Job","[Molecular Biosciences] Wait Hours: Per Job","[Materials Research] Wait Hours: Per Job","[Atmospheric Sciences] Wait Hours: Per Job","[Electrical and Communication Systems] Wait Hours: Per Job","[Environmental Biology] Wait Hours: Per Job","[Chemical, Thermal Systems] Wait Hours: Per Job","[Arts] Wait Hours: Per Job","[Polar Programs] Wait Hours: Per Job","[Earth Sciences] Wait Hours: Per Job","[Physics] Wait Hours: Per Job","[Social and Economic Science] Wait Hours: Per Job","[Mathematical Sciences] Wait Hours: Per Job","[Computer and Computation Research] Wait Hours: Per Job","[Microelectronic Information Processing Systems] Wait Hours: Per Job","[Design and Manufacturing Systems] Wait Hours: Per Job","[Chemistry] Wait Hours: Per Job","[Mechanical and Structural Systems] Wait Hours: Per Job" -2016,207.94704539,56.55625448,33.61029775,25.72861111,32.16831034,12.03978611,6.67768519,4.87037458,1.07689141,3.82833875,3.72481481,2.14923636,1.30868803,0.32390278,0.22195757,0.12320749,0.06183072,0.00016493 +2016,207.94704539,56.55625448,33.61029775,25.72861111,32.16831034,12.03978611,6.67768519,4.87037458,1.07689141,3.82833875,3.72481481,2.14923636,1.30868803,0.32390278,0.22190701,0.12320749,0.06183072,0.00016493 2017,1.21768519,0.04938889,0,36.31500000,1.89854167,13.14023981,0,0.00000000,5.05697111,0.00009259,0,1.47296410,0.00000000,0,0.03552149,0.01760234,0.09336190,0.00016865 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_wallduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_wallduration_hours/aggregate-Day-reference.csv index 129b1df1e6..e6a8706112 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_wallduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_wallduration_hours/aggregate-Day-reference.csv @@ -9,7 +9,7 @@ Department,"Wall Hours: Per Job","Std Dev: Wall Hours: Per Job" "Mathematical Sciences",50.44206410, "Design and Manufacturing Systems",49.15940063, Physics,44.13648148, -"Microelectronic Information Processing Systems",25.45968035, +"Microelectronic Information Processing Systems",25.45023540, "Molecular Biosciences",18.40561205, Arts,17.27322391, "Electrical and Communication Systems",16.57502415, diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_wallduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_wallduration_hours/aggregate-Month-reference.csv index 1c948e9883..b6dfe2754f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_wallduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_wallduration_hours/aggregate-Month-reference.csv @@ -9,7 +9,7 @@ Department,"Wall Hours: Per Job","Std Dev: Wall Hours: Per Job" "Mathematical Sciences",50.44206410, "Design and Manufacturing Systems",49.15940063,1.0910353513705056 Physics,44.13648148,3.8863777173028686 -"Microelectronic Information Processing Systems",25.45968035,0.10340711182738624 +"Microelectronic Information Processing Systems",25.45023540,0.10379879645395865 "Molecular Biosciences",18.40561205,2.6523848250332356 Arts,17.27322391,1.2812633375632778 "Electrical and Communication Systems",16.57502415,1.675444082244451 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_wallduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_wallduration_hours/aggregate-Quarter-reference.csv index 1c948e9883..b6dfe2754f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_wallduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_wallduration_hours/aggregate-Quarter-reference.csv @@ -9,7 +9,7 @@ Department,"Wall Hours: Per Job","Std Dev: Wall Hours: Per Job" "Mathematical Sciences",50.44206410, "Design and Manufacturing Systems",49.15940063,1.0910353513705056 Physics,44.13648148,3.8863777173028686 -"Microelectronic Information Processing Systems",25.45968035,0.10340711182738624 +"Microelectronic Information Processing Systems",25.45023540,0.10379879645395865 "Molecular Biosciences",18.40561205,2.6523848250332356 Arts,17.27322391,1.2812633375632778 "Electrical and Communication Systems",16.57502415,1.675444082244451 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_wallduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_wallduration_hours/aggregate-Year-reference.csv index 1c948e9883..b6dfe2754f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_wallduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_wallduration_hours/aggregate-Year-reference.csv @@ -9,7 +9,7 @@ Department,"Wall Hours: Per Job","Std Dev: Wall Hours: Per Job" "Mathematical Sciences",50.44206410, "Design and Manufacturing Systems",49.15940063,1.0910353513705056 Physics,44.13648148,3.8863777173028686 -"Microelectronic Information Processing Systems",25.45968035,0.10340711182738624 +"Microelectronic Information Processing Systems",25.45023540,0.10379879645395865 "Molecular Biosciences",18.40561205,2.6523848250332356 Arts,17.27322391,1.2812633375632778 "Electrical and Communication Systems",16.57502415,1.675444082244451 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_wallduration_hours/timeseries-Day-reference.csv index aa1bb64aca..acec1264c3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_wallduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Mathematical Sciences] Wall Hours: Per Job","[Design and Manufacturing Sys 2016-12-27,20.78689815,0,0,0,14.69149306,0,12.98407407,0,20.49703704,0,0,0,0,10.42293651,0,8.23638889,3.21666667,0 2016-12-28,7.55612179,13.35268330,5.03972222,5.11274929,19.10641026,0,15.23050000,0,14.10152778,4.70055556,0,0,0,22.59725694,0,18.86886015,24.00000000,0 2016-12-29,23.92517593,16.60273286,24.00000000,13.06557690,8.48262821,4.34454545,20.77597737,0,13.66271701,17.20041667,2.01966667,6.48888889,3.66944444,9.35722222,18.97472222,12.91112875,1.18189040,0 -2016-12-30,17.43217014,21.71949405,15.09675926,13.30626941,8.49330392,9.68358547,16.53400000,9.78120370,5.30866235,4.19277326,4.10559722,2.51750000,3.04096451,0.91902722,1.88721825,0.33013860,0.31886620,0.14245370 +2016-12-30,17.43217014,21.71949405,15.09675926,13.29841528,8.49330392,9.68358547,16.53400000,9.78120370,5.30866235,4.19277326,4.10559722,2.51750000,3.04096451,0.91902722,1.88721825,0.33013860,0.31886620,0.14245370 2016-12-31,23.19598639,11.02771149,0,12.51327322,10.71203283,15.93161523,8.15699612,16.96888889,2.21777116,5.54529872,8.63138889,0,1.76819444,6.16083333,0.88861789,0.34603937,0.36858846,0.14844444 2017-01-01,11.08009838,12.95548544,0,11.46455460,5.41865196,6.53122222,4.52161706,0,0,1.74462963,0,0.02166667,0.96969246,7.22790404,1.95545864,1.44014566,0.06733589,0.22250400 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_wallduration_hours/timeseries-Month-reference.csv index 6066ff3f57..5beb62de72 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_wallduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Mathematical Sciences] Wall Hours: Per Job","[Design and Manufacturing Systems] Wall Hours: Per Job","[Physics] Wall Hours: Per Job","[Microelectronic Information Processing Systems] Wall Hours: Per Job","[Molecular Biosciences] Wall Hours: Per Job","[Arts] Wall Hours: Per Job","[Electrical and Communication Systems] Wall Hours: Per Job","[Chemical, Thermal Systems] Wall Hours: Per Job","[Materials Research] Wall Hours: Per Job","[Earth Sciences] Wall Hours: Per Job","[Computer and Computation Research] Wall Hours: Per Job","[Atmospheric Sciences] Wall Hours: Per Job","[Mechanical and Structural Systems] Wall Hours: Per Job","[Astronomical Sciences] Wall Hours: Per Job","[Polar Programs] Wall Hours: Per Job","[Chemistry] Wall Hours: Per Job","[Social and Economic Science] Wall Hours: Per Job","[Environmental Biology] Wall Hours: Per Job" -2016-12,42.25983761,47.81582215,44.13648148,23.05373388,21.37234468,16.77843434,17.53085249,15.43750000,9.15687182,8.50197775,5.04208333,9.00638889,2.82398003,2.01048779,1.70466667,0.59275076,0.35467017,0.14305278 +2016-12,42.25983761,47.81582215,44.13648148,23.04445327,21.37234468,16.77843434,17.53085249,15.43750000,9.15687182,8.50197775,5.04208333,9.00638889,2.82398003,2.01048779,1.70466667,0.59275076,0.35467017,0.14305278 2017-01,11.08009838,12.95548544,0,11.46455460,5.41865196,6.53122222,4.52161706,0,0,1.74462963,0,0.02166667,0.96969246,7.22790404,1.95545864,1.44014566,0.06733589,0.22250400 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_wallduration_hours/timeseries-Quarter-reference.csv index cdb1c436b5..03ea2c0a89 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_wallduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Mathematical Sciences] Wall Hours: Per Job","[Design and Manufacturing Systems] Wall Hours: Per Job","[Physics] Wall Hours: Per Job","[Microelectronic Information Processing Systems] Wall Hours: Per Job","[Molecular Biosciences] Wall Hours: Per Job","[Arts] Wall Hours: Per Job","[Electrical and Communication Systems] Wall Hours: Per Job","[Chemical, Thermal Systems] Wall Hours: Per Job","[Materials Research] Wall Hours: Per Job","[Earth Sciences] Wall Hours: Per Job","[Computer and Computation Research] Wall Hours: Per Job","[Atmospheric Sciences] Wall Hours: Per Job","[Mechanical and Structural Systems] Wall Hours: Per Job","[Astronomical Sciences] Wall Hours: Per Job","[Polar Programs] Wall Hours: Per Job","[Chemistry] Wall Hours: Per Job","[Social and Economic Science] Wall Hours: Per Job","[Environmental Biology] Wall Hours: Per Job" -"2016 Q4",42.25983761,47.81582215,44.13648148,23.05373388,21.37234468,16.77843434,17.53085249,15.43750000,9.15687182,8.50197775,5.04208333,9.00638889,2.82398003,2.01048779,1.70466667,0.59275076,0.35467017,0.14305278 +"2016 Q4",42.25983761,47.81582215,44.13648148,23.04445327,21.37234468,16.77843434,17.53085249,15.43750000,9.15687182,8.50197775,5.04208333,9.00638889,2.82398003,2.01048779,1.70466667,0.59275076,0.35467017,0.14305278 "2017 Q1",11.08009838,12.95548544,0,11.46455460,5.41865196,6.53122222,4.52161706,0,0,1.74462963,0,0.02166667,0.96969246,7.22790404,1.95545864,1.44014566,0.06733589,0.22250400 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_wallduration_hours/timeseries-Year-reference.csv index c0524b1ea6..bc1638d0f2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/avg_wallduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Mathematical Sciences] Wall Hours: Per Job","[Design and Manufacturing Systems] Wall Hours: Per Job","[Physics] Wall Hours: Per Job","[Microelectronic Information Processing Systems] Wall Hours: Per Job","[Molecular Biosciences] Wall Hours: Per Job","[Arts] Wall Hours: Per Job","[Electrical and Communication Systems] Wall Hours: Per Job","[Chemical, Thermal Systems] Wall Hours: Per Job","[Materials Research] Wall Hours: Per Job","[Earth Sciences] Wall Hours: Per Job","[Computer and Computation Research] Wall Hours: Per Job","[Atmospheric Sciences] Wall Hours: Per Job","[Mechanical and Structural Systems] Wall Hours: Per Job","[Astronomical Sciences] Wall Hours: Per Job","[Polar Programs] Wall Hours: Per Job","[Chemistry] Wall Hours: Per Job","[Social and Economic Science] Wall Hours: Per Job","[Environmental Biology] Wall Hours: Per Job" -2016,42.25983761,47.81582215,44.13648148,23.05373388,21.37234468,16.77843434,17.53085249,15.43750000,9.15687182,8.50197775,5.04208333,9.00638889,2.82398003,2.01048779,1.70466667,0.59275076,0.35467017,0.14305278 +2016,42.25983761,47.81582215,44.13648148,23.04445327,21.37234468,16.77843434,17.53085249,15.43750000,9.15687182,8.50197775,5.04208333,9.00638889,2.82398003,2.01048779,1.70466667,0.59275076,0.35467017,0.14305278 2017,11.08009838,12.95548544,0,11.46455460,5.41865196,6.53122222,4.52161706,0,0,1.74462963,0,0.02166667,0.96969246,7.22790404,1.95545864,1.44014566,0.06733589,0.22250400 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/expansion_factor/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/expansion_factor/aggregate-Day-reference.csv index 86dba5f1d9..e5b88c2ae8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/expansion_factor/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/expansion_factor/aggregate-Day-reference.csv @@ -21,7 +21,7 @@ Physics,1.0844 "Computer and Computation Research",1.0642 Chemistry,1.0463 "Mathematical Sciences",1.0259 -"Microelectronic Information Processing Systems",1.0081 +"Microelectronic Information Processing Systems",1.0082 "Design and Manufacturing Systems",1.0036 "Mechanical and Structural Systems",1.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/expansion_factor/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/expansion_factor/aggregate-Month-reference.csv index 86dba5f1d9..e5b88c2ae8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/expansion_factor/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/expansion_factor/aggregate-Month-reference.csv @@ -21,7 +21,7 @@ Physics,1.0844 "Computer and Computation Research",1.0642 Chemistry,1.0463 "Mathematical Sciences",1.0259 -"Microelectronic Information Processing Systems",1.0081 +"Microelectronic Information Processing Systems",1.0082 "Design and Manufacturing Systems",1.0036 "Mechanical and Structural Systems",1.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/expansion_factor/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/expansion_factor/aggregate-Quarter-reference.csv index 86dba5f1d9..e5b88c2ae8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/expansion_factor/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/expansion_factor/aggregate-Quarter-reference.csv @@ -21,7 +21,7 @@ Physics,1.0844 "Computer and Computation Research",1.0642 Chemistry,1.0463 "Mathematical Sciences",1.0259 -"Microelectronic Information Processing Systems",1.0081 +"Microelectronic Information Processing Systems",1.0082 "Design and Manufacturing Systems",1.0036 "Mechanical and Structural Systems",1.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/expansion_factor/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/expansion_factor/aggregate-Year-reference.csv index 86dba5f1d9..e5b88c2ae8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/expansion_factor/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/expansion_factor/aggregate-Year-reference.csv @@ -21,7 +21,7 @@ Physics,1.0844 "Computer and Computation Research",1.0642 Chemistry,1.0463 "Mathematical Sciences",1.0259 -"Microelectronic Information Processing Systems",1.0081 +"Microelectronic Information Processing Systems",1.0082 "Design and Manufacturing Systems",1.0036 "Mechanical and Structural Systems",1.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/expansion_factor/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/expansion_factor/timeseries-Day-reference.csv index 19572a18ad..5cb68dedd3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/expansion_factor/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/expansion_factor/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Environmental Biology] User Expansion Factor","[Astronomical Sciences] Use 2016-12-27,0,1.7724,0,1.0000,0,1.9856,2.9970,2.5533,0,0,0,0,0,1.2277,1.0000,0,0,0 2016-12-28,0,1.5437,0,1.0000,0,2.1159,2.6841,2.5716,1.0000,0,0,1.0866,0,1.0169,1.0175,1.0014,1.0013,0 2016-12-29,0,3.5124,3.8567,3.5135,1.0000,2.0971,2.3663,2.2683,1.0000,0,1.0436,1.0866,1.0011,1.0285,1.0515,1.0012,1.0011,1.0000 -2016-12-30,82.2879,144.6787,3.8567,5.1671,1.7535,2.6830,2.1869,2.1328,1.1782,1.4992,1.4225,1.0801,1.0787,1.0357,1.0535,1.0023,1.0011,1.0000 +2016-12-30,82.2879,144.6787,3.8567,5.1671,1.7535,2.6830,2.1869,2.1328,1.1782,1.4992,1.4225,1.0801,1.0787,1.0357,1.0535,1.0024,1.0011,1.0000 2016-12-31,30.3841,1.2803,0,8.2251,1.0129,8.1155,3.8407,2.3853,1.6005,1.1213,1.1163,0,1.0006,1.0953,1.0103,1.0186,1.0085,1.0000 2017-01-01,66.3373,1.3741,1677.0769,21.0966,3.5481,0,4.3551,1.4790,1.0001,0,1.1040,0,0,1.0599,1.0060,1.0087,1.0125,1.0002 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/job_count/aggregate-Day-reference.csv index 1c5b6ea184..e91eedff01 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/job_count/aggregate-Day-reference.csv @@ -8,7 +8,7 @@ start,end Department,"Number of Jobs Ended" "Social and Economic Science",57704 Chemistry,6969 -"Microelectronic Information Processing Systems",2667 +"Microelectronic Information Processing Systems",2668 "Earth Sciences",1029 "Polar Programs",912 "Astronomical Sciences",793 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/job_count/aggregate-Month-reference.csv index 1c5b6ea184..e91eedff01 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/job_count/aggregate-Month-reference.csv @@ -8,7 +8,7 @@ start,end Department,"Number of Jobs Ended" "Social and Economic Science",57704 Chemistry,6969 -"Microelectronic Information Processing Systems",2667 +"Microelectronic Information Processing Systems",2668 "Earth Sciences",1029 "Polar Programs",912 "Astronomical Sciences",793 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/job_count/aggregate-Quarter-reference.csv index 1c5b6ea184..e91eedff01 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/job_count/aggregate-Quarter-reference.csv @@ -8,7 +8,7 @@ start,end Department,"Number of Jobs Ended" "Social and Economic Science",57704 Chemistry,6969 -"Microelectronic Information Processing Systems",2667 +"Microelectronic Information Processing Systems",2668 "Earth Sciences",1029 "Polar Programs",912 "Astronomical Sciences",793 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/job_count/aggregate-Year-reference.csv index 1c5b6ea184..e91eedff01 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/job_count/aggregate-Year-reference.csv @@ -8,7 +8,7 @@ start,end Department,"Number of Jobs Ended" "Social and Economic Science",57704 Chemistry,6969 -"Microelectronic Information Processing Systems",2667 +"Microelectronic Information Processing Systems",2668 "Earth Sciences",1029 "Polar Programs",912 "Astronomical Sciences",793 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/job_count/timeseries-Day-reference.csv index 583620b165..98147d871b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Social and Economic Science] Number of Jobs Ended","[Chemistry] Number of 2016-12-27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-30,20765,3827,796,18,69,739,34,90,16,69,71,32,39,16,19,2,3,1 +2016-12-30,20765,3827,797,18,69,739,34,90,16,69,71,32,39,16,19,2,3,1 2016-12-31,22983,2732,885,1008,29,43,180,10,117,84,13,32,22,1,1,1,0,0 2017-01-01,13956,410,986,3,814,11,103,139,28,0,34,28,5,48,0,0,0,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/job_count/timeseries-Month-reference.csv index b4b715cd66..048d4465d3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Social and Economic Science] Number of Jobs Ended","[Chemistry] Number of Jobs Ended","[Microelectronic Information Processing Systems] Number of Jobs Ended","[Earth Sciences] Number of Jobs Ended","[Polar Programs] Number of Jobs Ended","[Astronomical Sciences] Number of Jobs Ended","[Design and Manufacturing Systems] Number of Jobs Ended","[Environmental Biology] Number of Jobs Ended","[Electrical and Communication Systems] Number of Jobs Ended","[Materials Research] Number of Jobs Ended","[Molecular Biosciences] Number of Jobs Ended","[Mechanical and Structural Systems] Number of Jobs Ended","[Arts] Number of Jobs Ended","[Mathematical Sciences] Number of Jobs Ended","[Computer and Computation Research] Number of Jobs Ended","[Chemical, Thermal Systems] Number of Jobs Ended","[Physics] Number of Jobs Ended","[Atmospheric Sciences] Number of Jobs Ended" -2016-12,43748,6559,1681,1026,98,782,214,100,133,153,84,64,61,17,20,3,3,1 +2016-12,43748,6559,1682,1026,98,782,214,100,133,153,84,64,61,17,20,3,3,1 2017-01,13956,410,986,3,814,11,103,139,28,0,34,28,5,48,0,0,0,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/job_count/timeseries-Quarter-reference.csv index b7e795485e..05f5b7658d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Social and Economic Science] Number of Jobs Ended","[Chemistry] Number of Jobs Ended","[Microelectronic Information Processing Systems] Number of Jobs Ended","[Earth Sciences] Number of Jobs Ended","[Polar Programs] Number of Jobs Ended","[Astronomical Sciences] Number of Jobs Ended","[Design and Manufacturing Systems] Number of Jobs Ended","[Environmental Biology] Number of Jobs Ended","[Electrical and Communication Systems] Number of Jobs Ended","[Materials Research] Number of Jobs Ended","[Molecular Biosciences] Number of Jobs Ended","[Mechanical and Structural Systems] Number of Jobs Ended","[Arts] Number of Jobs Ended","[Mathematical Sciences] Number of Jobs Ended","[Computer and Computation Research] Number of Jobs Ended","[Chemical, Thermal Systems] Number of Jobs Ended","[Physics] Number of Jobs Ended","[Atmospheric Sciences] Number of Jobs Ended" -"2016 Q4",43748,6559,1681,1026,98,782,214,100,133,153,84,64,61,17,20,3,3,1 +"2016 Q4",43748,6559,1682,1026,98,782,214,100,133,153,84,64,61,17,20,3,3,1 "2017 Q1",13956,410,986,3,814,11,103,139,28,0,34,28,5,48,0,0,0,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/job_count/timeseries-Year-reference.csv index da1ca5c96f..a9827569b3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Social and Economic Science] Number of Jobs Ended","[Chemistry] Number of Jobs Ended","[Microelectronic Information Processing Systems] Number of Jobs Ended","[Earth Sciences] Number of Jobs Ended","[Polar Programs] Number of Jobs Ended","[Astronomical Sciences] Number of Jobs Ended","[Design and Manufacturing Systems] Number of Jobs Ended","[Environmental Biology] Number of Jobs Ended","[Electrical and Communication Systems] Number of Jobs Ended","[Materials Research] Number of Jobs Ended","[Molecular Biosciences] Number of Jobs Ended","[Mechanical and Structural Systems] Number of Jobs Ended","[Arts] Number of Jobs Ended","[Mathematical Sciences] Number of Jobs Ended","[Computer and Computation Research] Number of Jobs Ended","[Chemical, Thermal Systems] Number of Jobs Ended","[Physics] Number of Jobs Ended","[Atmospheric Sciences] Number of Jobs Ended" -2016,43748,6559,1681,1026,98,782,214,100,133,153,84,64,61,17,20,3,3,1 +2016,43748,6559,1682,1026,98,782,214,100,133,153,84,64,61,17,20,3,3,1 2017,13956,410,986,3,814,11,103,139,28,0,34,28,5,48,0,0,0,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/running_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/running_job_count/aggregate-Day-reference.csv index d8b52fb50d..3d9e018b78 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/running_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/running_job_count/aggregate-Day-reference.csv @@ -8,7 +8,7 @@ start,end Department,"Number of Jobs Running" "Social and Economic Science",57704 Chemistry,6969 -"Microelectronic Information Processing Systems",2667 +"Microelectronic Information Processing Systems",2668 "Earth Sciences",1029 "Polar Programs",912 "Astronomical Sciences",793 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/running_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/running_job_count/aggregate-Month-reference.csv index d8b52fb50d..3d9e018b78 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/running_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/running_job_count/aggregate-Month-reference.csv @@ -8,7 +8,7 @@ start,end Department,"Number of Jobs Running" "Social and Economic Science",57704 Chemistry,6969 -"Microelectronic Information Processing Systems",2667 +"Microelectronic Information Processing Systems",2668 "Earth Sciences",1029 "Polar Programs",912 "Astronomical Sciences",793 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/running_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/running_job_count/aggregate-Quarter-reference.csv index d8b52fb50d..3d9e018b78 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/running_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/running_job_count/aggregate-Quarter-reference.csv @@ -8,7 +8,7 @@ start,end Department,"Number of Jobs Running" "Social and Economic Science",57704 Chemistry,6969 -"Microelectronic Information Processing Systems",2667 +"Microelectronic Information Processing Systems",2668 "Earth Sciences",1029 "Polar Programs",912 "Astronomical Sciences",793 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/running_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/running_job_count/aggregate-Year-reference.csv index d8b52fb50d..3d9e018b78 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/running_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/running_job_count/aggregate-Year-reference.csv @@ -8,7 +8,7 @@ start,end Department,"Number of Jobs Running" "Social and Economic Science",57704 Chemistry,6969 -"Microelectronic Information Processing Systems",2667 +"Microelectronic Information Processing Systems",2668 "Earth Sciences",1029 "Polar Programs",912 "Astronomical Sciences",793 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/running_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/running_job_count/timeseries-Day-reference.csv index 7510f274af..917bb25b1b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/running_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/running_job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Social and Economic Science] Number of Jobs Running","[Chemistry] Number o 2016-12-27,1,14,0,0,0,7,0,0,3,3,8,0,0,6,0,0,0,0 2016-12-28,1,29,195,1,0,8,147,0,15,12,13,0,0,26,0,0,3,0 2016-12-29,257,63,976,2,1,28,235,0,27,32,65,4,11,30,5,0,3,1 -2016-12-30,21034,3872,1660,738,70,751,252,90,40,103,85,36,65,32,20,3,3,1 +2016-12-30,21034,3872,1661,738,70,751,252,90,40,103,85,36,65,32,20,3,3,1 2016-12-31,23475,2753,1659,1008,41,48,264,10,129,84,22,32,27,49,1,1,0,0 2017-01-01,13956,410,986,3,814,11,103,139,28,0,34,28,5,48,0,0,0,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/running_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/running_job_count/timeseries-Month-reference.csv index 588676f3c9..07b46f0e0c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/running_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/running_job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Social and Economic Science] Number of Jobs Running","[Chemistry] Number of Jobs Running","[Microelectronic Information Processing Systems] Number of Jobs Running","[Earth Sciences] Number of Jobs Running","[Polar Programs] Number of Jobs Running","[Astronomical Sciences] Number of Jobs Running","[Design and Manufacturing Systems] Number of Jobs Running","[Environmental Biology] Number of Jobs Running","[Electrical and Communication Systems] Number of Jobs Running","[Materials Research] Number of Jobs Running","[Molecular Biosciences] Number of Jobs Running","[Mechanical and Structural Systems] Number of Jobs Running","[Arts] Number of Jobs Running","[Mathematical Sciences] Number of Jobs Running","[Computer and Computation Research] Number of Jobs Running","[Chemical, Thermal Systems] Number of Jobs Running","[Physics] Number of Jobs Running","[Atmospheric Sciences] Number of Jobs Running" -2016-12,44240,6580,2455,1026,110,787,298,100,145,153,93,64,66,65,20,3,3,1 +2016-12,44240,6580,2456,1026,110,787,298,100,145,153,93,64,66,65,20,3,3,1 2017-01,13956,410,986,3,814,11,103,139,28,0,34,28,5,48,0,0,0,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/running_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/running_job_count/timeseries-Quarter-reference.csv index 63e5355b3c..3bfa8bc442 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/running_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/running_job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Social and Economic Science] Number of Jobs Running","[Chemistry] Number of Jobs Running","[Microelectronic Information Processing Systems] Number of Jobs Running","[Earth Sciences] Number of Jobs Running","[Polar Programs] Number of Jobs Running","[Astronomical Sciences] Number of Jobs Running","[Design and Manufacturing Systems] Number of Jobs Running","[Environmental Biology] Number of Jobs Running","[Electrical and Communication Systems] Number of Jobs Running","[Materials Research] Number of Jobs Running","[Molecular Biosciences] Number of Jobs Running","[Mechanical and Structural Systems] Number of Jobs Running","[Arts] Number of Jobs Running","[Mathematical Sciences] Number of Jobs Running","[Computer and Computation Research] Number of Jobs Running","[Chemical, Thermal Systems] Number of Jobs Running","[Physics] Number of Jobs Running","[Atmospheric Sciences] Number of Jobs Running" -"2016 Q4",44240,6580,2455,1026,110,787,298,100,145,153,93,64,66,65,20,3,3,1 +"2016 Q4",44240,6580,2456,1026,110,787,298,100,145,153,93,64,66,65,20,3,3,1 "2017 Q1",13956,410,986,3,814,11,103,139,28,0,34,28,5,48,0,0,0,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/running_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/running_job_count/timeseries-Year-reference.csv index 8ef2bdc30b..f83dfe84d7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/running_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/running_job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Social and Economic Science] Number of Jobs Running","[Chemistry] Number of Jobs Running","[Microelectronic Information Processing Systems] Number of Jobs Running","[Earth Sciences] Number of Jobs Running","[Polar Programs] Number of Jobs Running","[Astronomical Sciences] Number of Jobs Running","[Design and Manufacturing Systems] Number of Jobs Running","[Environmental Biology] Number of Jobs Running","[Electrical and Communication Systems] Number of Jobs Running","[Materials Research] Number of Jobs Running","[Molecular Biosciences] Number of Jobs Running","[Mechanical and Structural Systems] Number of Jobs Running","[Arts] Number of Jobs Running","[Mathematical Sciences] Number of Jobs Running","[Computer and Computation Research] Number of Jobs Running","[Chemical, Thermal Systems] Number of Jobs Running","[Physics] Number of Jobs Running","[Atmospheric Sciences] Number of Jobs Running" -2016,44240,6580,2455,1026,110,787,298,100,145,153,93,64,66,65,20,3,3,1 +2016,44240,6580,2456,1026,110,787,298,100,145,153,93,64,66,65,20,3,3,1 2017,13956,410,986,3,814,11,103,139,28,0,34,28,5,48,0,0,0,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/started_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/started_job_count/aggregate-Day-reference.csv index ca5c703bec..2b8fbdc598 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/started_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/started_job_count/aggregate-Day-reference.csv @@ -8,7 +8,7 @@ start,end Department,"Number of Jobs Started" "Social and Economic Science",57704 Chemistry,6969 -"Microelectronic Information Processing Systems",2667 +"Microelectronic Information Processing Systems",2668 "Earth Sciences",1029 "Polar Programs",912 "Astronomical Sciences",793 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/started_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/started_job_count/aggregate-Month-reference.csv index ca5c703bec..2b8fbdc598 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/started_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/started_job_count/aggregate-Month-reference.csv @@ -8,7 +8,7 @@ start,end Department,"Number of Jobs Started" "Social and Economic Science",57704 Chemistry,6969 -"Microelectronic Information Processing Systems",2667 +"Microelectronic Information Processing Systems",2668 "Earth Sciences",1029 "Polar Programs",912 "Astronomical Sciences",793 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/started_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/started_job_count/aggregate-Quarter-reference.csv index ca5c703bec..2b8fbdc598 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/started_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/started_job_count/aggregate-Quarter-reference.csv @@ -8,7 +8,7 @@ start,end Department,"Number of Jobs Started" "Social and Economic Science",57704 Chemistry,6969 -"Microelectronic Information Processing Systems",2667 +"Microelectronic Information Processing Systems",2668 "Earth Sciences",1029 "Polar Programs",912 "Astronomical Sciences",793 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/started_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/started_job_count/aggregate-Year-reference.csv index ca5c703bec..2b8fbdc598 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/started_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/started_job_count/aggregate-Year-reference.csv @@ -8,7 +8,7 @@ start,end Department,"Number of Jobs Started" "Social and Economic Science",57704 Chemistry,6969 -"Microelectronic Information Processing Systems",2667 +"Microelectronic Information Processing Systems",2668 "Earth Sciences",1029 "Polar Programs",912 "Astronomical Sciences",793 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/started_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/started_job_count/timeseries-Day-reference.csv index a9b4876b7f..5b03d7f014 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/started_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/started_job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Social and Economic Science] Number of Jobs Started","[Chemistry] Number o 2016-12-27,1,10,0,0,0,6,0,0,3,3,7,0,0,1,0,0,0,0 2016-12-28,0,15,195,1,0,1,147,0,12,9,5,0,0,20,0,0,3,0 2016-12-29,256,34,781,1,1,20,88,0,12,20,52,4,11,4,5,0,0,1 -2016-12-30,20777,3809,684,736,69,723,17,90,13,71,20,32,54,2,15,3,0,0 +2016-12-30,20777,3809,685,736,69,723,17,90,13,71,20,32,54,2,15,3,0,0 2016-12-31,23206,2708,795,288,40,36,46,10,105,50,8,28,1,33,0,0,0,0 2017-01-01,13464,389,212,3,802,6,19,139,16,0,25,28,0,0,0,0,0,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/started_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/started_job_count/timeseries-Month-reference.csv index e959079f36..3e22057b14 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/started_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/started_job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Social and Economic Science] Number of Jobs Started","[Chemistry] Number of Jobs Started","[Microelectronic Information Processing Systems] Number of Jobs Started","[Earth Sciences] Number of Jobs Started","[Polar Programs] Number of Jobs Started","[Astronomical Sciences] Number of Jobs Started","[Design and Manufacturing Systems] Number of Jobs Started","[Environmental Biology] Number of Jobs Started","[Electrical and Communication Systems] Number of Jobs Started","[Materials Research] Number of Jobs Started","[Molecular Biosciences] Number of Jobs Started","[Mechanical and Structural Systems] Number of Jobs Started","[Arts] Number of Jobs Started","[Mathematical Sciences] Number of Jobs Started","[Computer and Computation Research] Number of Jobs Started","[Chemical, Thermal Systems] Number of Jobs Started","[Physics] Number of Jobs Started","[Atmospheric Sciences] Number of Jobs Started" -2016-12,44240,6580,2455,1026,110,787,298,100,145,153,93,64,66,65,20,3,3,1 +2016-12,44240,6580,2456,1026,110,787,298,100,145,153,93,64,66,65,20,3,3,1 2017-01,13464,389,212,3,802,6,19,139,16,0,25,28,0,0,0,0,0,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/started_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/started_job_count/timeseries-Quarter-reference.csv index 8fb4ca50f5..a9407cf575 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/started_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/started_job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Social and Economic Science] Number of Jobs Started","[Chemistry] Number of Jobs Started","[Microelectronic Information Processing Systems] Number of Jobs Started","[Earth Sciences] Number of Jobs Started","[Polar Programs] Number of Jobs Started","[Astronomical Sciences] Number of Jobs Started","[Design and Manufacturing Systems] Number of Jobs Started","[Environmental Biology] Number of Jobs Started","[Electrical and Communication Systems] Number of Jobs Started","[Materials Research] Number of Jobs Started","[Molecular Biosciences] Number of Jobs Started","[Mechanical and Structural Systems] Number of Jobs Started","[Arts] Number of Jobs Started","[Mathematical Sciences] Number of Jobs Started","[Computer and Computation Research] Number of Jobs Started","[Chemical, Thermal Systems] Number of Jobs Started","[Physics] Number of Jobs Started","[Atmospheric Sciences] Number of Jobs Started" -"2016 Q4",44240,6580,2455,1026,110,787,298,100,145,153,93,64,66,65,20,3,3,1 +"2016 Q4",44240,6580,2456,1026,110,787,298,100,145,153,93,64,66,65,20,3,3,1 "2017 Q1",13464,389,212,3,802,6,19,139,16,0,25,28,0,0,0,0,0,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/started_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/started_job_count/timeseries-Year-reference.csv index ce14d4f8a5..71282512b1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/started_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/started_job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Social and Economic Science] Number of Jobs Started","[Chemistry] Number of Jobs Started","[Microelectronic Information Processing Systems] Number of Jobs Started","[Earth Sciences] Number of Jobs Started","[Polar Programs] Number of Jobs Started","[Astronomical Sciences] Number of Jobs Started","[Design and Manufacturing Systems] Number of Jobs Started","[Environmental Biology] Number of Jobs Started","[Electrical and Communication Systems] Number of Jobs Started","[Materials Research] Number of Jobs Started","[Molecular Biosciences] Number of Jobs Started","[Mechanical and Structural Systems] Number of Jobs Started","[Arts] Number of Jobs Started","[Mathematical Sciences] Number of Jobs Started","[Computer and Computation Research] Number of Jobs Started","[Chemical, Thermal Systems] Number of Jobs Started","[Physics] Number of Jobs Started","[Atmospheric Sciences] Number of Jobs Started" -2016,44240,6580,2455,1026,110,787,298,100,145,153,93,64,66,65,20,3,3,1 +2016,44240,6580,2456,1026,110,787,298,100,145,153,93,64,66,65,20,3,3,1 2017,13464,389,212,3,802,6,19,139,16,0,25,28,0,0,0,0,0,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/submitted_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/submitted_job_count/aggregate-Day-reference.csv index eca476acb0..2e32132181 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/submitted_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/submitted_job_count/aggregate-Day-reference.csv @@ -8,7 +8,7 @@ start,end Department,"Number of Jobs Submitted" "Social and Economic Science",52367 Chemistry,6952 -"Microelectronic Information Processing Systems",2624 +"Microelectronic Information Processing Systems",2625 "Polar Programs",848 "Earth Sciences",748 "Design and Manufacturing Systems",317 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/submitted_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/submitted_job_count/aggregate-Month-reference.csv index c45f45bf15..a25400eb50 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/submitted_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/submitted_job_count/aggregate-Month-reference.csv @@ -8,7 +8,7 @@ start,end Department,"Number of Jobs Submitted" "Social and Economic Science",55774 Chemistry,6968 -"Microelectronic Information Processing Systems",2667 +"Microelectronic Information Processing Systems",2668 "Earth Sciences",1029 "Polar Programs",849 "Astronomical Sciences",793 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/submitted_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/submitted_job_count/aggregate-Quarter-reference.csv index c45f45bf15..a25400eb50 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/submitted_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/submitted_job_count/aggregate-Quarter-reference.csv @@ -8,7 +8,7 @@ start,end Department,"Number of Jobs Submitted" "Social and Economic Science",55774 Chemistry,6968 -"Microelectronic Information Processing Systems",2667 +"Microelectronic Information Processing Systems",2668 "Earth Sciences",1029 "Polar Programs",849 "Astronomical Sciences",793 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/submitted_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/submitted_job_count/aggregate-Year-reference.csv index c45f45bf15..a25400eb50 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/submitted_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/submitted_job_count/aggregate-Year-reference.csv @@ -8,7 +8,7 @@ start,end Department,"Number of Jobs Submitted" "Social and Economic Science",55774 Chemistry,6968 -"Microelectronic Information Processing Systems",2667 +"Microelectronic Information Processing Systems",2668 "Earth Sciences",1029 "Polar Programs",849 "Astronomical Sciences",793 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/submitted_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/submitted_job_count/timeseries-Day-reference.csv index 600a9c5507..82cfdb840e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/submitted_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/submitted_job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Social and Economic Science] Number of Jobs Submitted","[Chemistry] Number 2016-12-27,1,10,0,0,0,0,0,1,0,5,1,0,0,0,0,0,0,0 2016-12-28,0,13,195,0,1,147,0,0,0,0,20,0,0,0,0,3,0,0 2016-12-29,206,32,781,1,1,88,0,50,4,5,0,5,11,5,17,0,0,0 -2016-12-30,20182,3805,684,68,736,17,50,19,32,20,2,10,19,15,1,0,0,0 +2016-12-30,20182,3805,685,68,736,17,50,19,32,20,2,10,19,15,1,0,0,0 2016-12-31,20444,2703,752,40,7,46,9,4,28,34,33,8,1,0,2,0,0,0 2017-01-01,11534,388,212,739,3,19,64,25,28,6,0,16,0,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/submitted_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/submitted_job_count/timeseries-Month-reference.csv index 506d5d7680..05c2a0ae58 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/submitted_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/submitted_job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Social and Economic Science] Number of Jobs Submitted","[Chemistry] Number of Jobs Submitted","[Microelectronic Information Processing Systems] Number of Jobs Submitted","[Earth Sciences] Number of Jobs Submitted","[Polar Programs] Number of Jobs Submitted","[Astronomical Sciences] Number of Jobs Submitted","[Design and Manufacturing Systems] Number of Jobs Submitted","[Environmental Biology] Number of Jobs Submitted","[Electrical and Communication Systems] Number of Jobs Submitted","[Materials Research] Number of Jobs Submitted","[Molecular Biosciences] Number of Jobs Submitted","[Mechanical and Structural Systems] Number of Jobs Submitted","[Arts] Number of Jobs Submitted","[Mathematical Sciences] Number of Jobs Submitted","[Computer and Computation Research] Number of Jobs Submitted","[Chemical, Thermal Systems] Number of Jobs Submitted","[Physics] Number of Jobs Submitted","[Atmospheric Sciences] Number of Jobs Submitted" -2016-12,44240,6580,2455,1026,110,787,298,100,145,153,93,64,66,65,20,3,3,1 +2016-12,44240,6580,2456,1026,110,787,298,100,145,153,93,64,66,65,20,3,3,1 2017-01,11534,388,212,3,739,6,19,64,16,0,25,28,0,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/submitted_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/submitted_job_count/timeseries-Quarter-reference.csv index d6fb52911d..aa81a3a9c4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/submitted_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/submitted_job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Social and Economic Science] Number of Jobs Submitted","[Chemistry] Number of Jobs Submitted","[Microelectronic Information Processing Systems] Number of Jobs Submitted","[Earth Sciences] Number of Jobs Submitted","[Polar Programs] Number of Jobs Submitted","[Astronomical Sciences] Number of Jobs Submitted","[Design and Manufacturing Systems] Number of Jobs Submitted","[Environmental Biology] Number of Jobs Submitted","[Electrical and Communication Systems] Number of Jobs Submitted","[Materials Research] Number of Jobs Submitted","[Molecular Biosciences] Number of Jobs Submitted","[Mechanical and Structural Systems] Number of Jobs Submitted","[Arts] Number of Jobs Submitted","[Mathematical Sciences] Number of Jobs Submitted","[Computer and Computation Research] Number of Jobs Submitted","[Chemical, Thermal Systems] Number of Jobs Submitted","[Physics] Number of Jobs Submitted","[Atmospheric Sciences] Number of Jobs Submitted" -"2016 Q4",44240,6580,2455,1026,110,787,298,100,145,153,93,64,66,65,20,3,3,1 +"2016 Q4",44240,6580,2456,1026,110,787,298,100,145,153,93,64,66,65,20,3,3,1 "2017 Q1",11534,388,212,3,739,6,19,64,16,0,25,28,0,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/submitted_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/submitted_job_count/timeseries-Year-reference.csv index 0b28e486e3..7d0e1c015a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/submitted_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/submitted_job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Social and Economic Science] Number of Jobs Submitted","[Chemistry] Number of Jobs Submitted","[Microelectronic Information Processing Systems] Number of Jobs Submitted","[Earth Sciences] Number of Jobs Submitted","[Polar Programs] Number of Jobs Submitted","[Astronomical Sciences] Number of Jobs Submitted","[Design and Manufacturing Systems] Number of Jobs Submitted","[Environmental Biology] Number of Jobs Submitted","[Electrical and Communication Systems] Number of Jobs Submitted","[Materials Research] Number of Jobs Submitted","[Molecular Biosciences] Number of Jobs Submitted","[Mechanical and Structural Systems] Number of Jobs Submitted","[Arts] Number of Jobs Submitted","[Mathematical Sciences] Number of Jobs Submitted","[Computer and Computation Research] Number of Jobs Submitted","[Chemical, Thermal Systems] Number of Jobs Submitted","[Physics] Number of Jobs Submitted","[Atmospheric Sciences] Number of Jobs Submitted" -2016,44240,6580,2455,1026,110,787,298,100,145,153,93,64,66,65,20,3,3,1 +2016,44240,6580,2456,1026,110,787,298,100,145,153,93,64,66,65,20,3,3,1 2017,11534,388,212,3,739,6,19,64,16,0,25,28,0,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_cpu_hours/aggregate-Day-reference.csv index f16a9d0ae9..ce77c290bf 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_cpu_hours/aggregate-Day-reference.csv @@ -9,7 +9,7 @@ Department,"CPU Hours: Total" Chemistry,188505.5578 "Electrical and Communication Systems",168887.4169 "Social and Economic Science",163292.7964 -"Microelectronic Information Processing Systems",74399.4261 +"Microelectronic Information Processing Systems",74427.5661 "Materials Research",51837.5633 "Mathematical Sciences",40095.7789 "Astronomical Sciences",35860.4519 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_cpu_hours/aggregate-Month-reference.csv index f16a9d0ae9..ce77c290bf 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_cpu_hours/aggregate-Month-reference.csv @@ -9,7 +9,7 @@ Department,"CPU Hours: Total" Chemistry,188505.5578 "Electrical and Communication Systems",168887.4169 "Social and Economic Science",163292.7964 -"Microelectronic Information Processing Systems",74399.4261 +"Microelectronic Information Processing Systems",74427.5661 "Materials Research",51837.5633 "Mathematical Sciences",40095.7789 "Astronomical Sciences",35860.4519 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_cpu_hours/aggregate-Quarter-reference.csv index f16a9d0ae9..ce77c290bf 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_cpu_hours/aggregate-Quarter-reference.csv @@ -9,7 +9,7 @@ Department,"CPU Hours: Total" Chemistry,188505.5578 "Electrical and Communication Systems",168887.4169 "Social and Economic Science",163292.7964 -"Microelectronic Information Processing Systems",74399.4261 +"Microelectronic Information Processing Systems",74427.5661 "Materials Research",51837.5633 "Mathematical Sciences",40095.7789 "Astronomical Sciences",35860.4519 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_cpu_hours/aggregate-Year-reference.csv index f16a9d0ae9..ce77c290bf 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_cpu_hours/aggregate-Year-reference.csv @@ -9,7 +9,7 @@ Department,"CPU Hours: Total" Chemistry,188505.5578 "Electrical and Communication Systems",168887.4169 "Social and Economic Science",163292.7964 -"Microelectronic Information Processing Systems",74399.4261 +"Microelectronic Information Processing Systems",74427.5661 "Materials Research",51837.5633 "Mathematical Sciences",40095.7789 "Astronomical Sciences",35860.4519 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_cpu_hours/timeseries-Day-reference.csv index 7fa78d72f7..9aa6955186 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_cpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Chemistry] CPU Hours: Total","[Electrical and Communication Systems] CPU H 2016-12-27,2293.7600,3739.4133,3.2167,0,4298.8089,1924.7214,1964.5622,0,0,1328.6622,0,0,0,0,0,0,0,0 2016-12-28,39422.3022,21931.9200,24.0000,1304.6303,6587.9644,2671.1944,4285.3467,0,1962.8444,3523.0667,0,0,0,94.0111,181.4300,0,0,0 2016-12-29,55290.2700,51398.0422,1901.3108,13933.2064,17862.8422,10260.0844,7035.1161,758.9889,3901.6422,4315.9531,1643.9111,0,516.0911,532.0042,864.0000,0,1038.2222,10.0983 -2016-12-30,56377.7367,53688.2303,63888.1919,24424.9989,18930.7533,7995.6400,10377.4728,1068.1136,5473.3125,4131.6792,9238.5464,7404.4267,6971.0514,3598.5506,543.4833,522.1678,402.8000,82.1119 +2016-12-30,56377.7367,53688.2303,63888.1919,24453.1389,18930.7533,7995.6400,10377.4728,1068.1136,5473.3125,4131.6792,9238.5464,7404.4267,6971.0514,3598.5506,543.4833,522.1678,402.8000,82.1119 2016-12-31,25351.0100,30521.7450,88804.5933,22589.8486,4157.1944,12068.8131,8561.7150,358.6408,6235.8008,3273.0428,3313.1372,5701.5467,4629.6697,6528.7675,0,125.4733,0,8.6314 2017-01-01,6796.9089,7608.0661,8671.4836,12146.7419,0,4958.9922,3555.6356,19081.7586,3042.7914,2683.5472,27.1514,0,299.9489,32.8389,0,870.5067,3.4667,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_cpu_hours/timeseries-Month-reference.csv index 518e3f5047..489db5c395 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_cpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Chemistry] CPU Hours: Total","[Electrical and Communication Systems] CPU Hours: Total","[Social and Economic Science] CPU Hours: Total","[Microelectronic Information Processing Systems] CPU Hours: Total","[Materials Research] CPU Hours: Total","[Mathematical Sciences] CPU Hours: Total","[Astronomical Sciences] CPU Hours: Total","[Polar Programs] CPU Hours: Total","[Design and Manufacturing Systems] CPU Hours: Total","[Molecular Biosciences] CPU Hours: Total","[Mechanical and Structural Systems] CPU Hours: Total","[Chemical, Thermal Systems] CPU Hours: Total","[Arts] CPU Hours: Total","[Earth Sciences] CPU Hours: Total","[Physics] CPU Hours: Total","[Environmental Biology] CPU Hours: Total","[Atmospheric Sciences] CPU Hours: Total","[Computer and Computation Research] CPU Hours: Total" -2016-12,181708.6489,161279.3508,154621.3128,62252.6842,51837.5633,35136.7867,32304.8164,2185.7433,17573.6000,17925.3606,14195.5947,13105.9733,12116.8122,10753.3333,1588.9133,647.6411,1441.0222,100.8417 +2016-12,181708.6489,161279.3508,154621.3128,62280.8242,51837.5633,35136.7867,32304.8164,2185.7433,17573.6000,17925.3606,14195.5947,13105.9733,12116.8122,10753.3333,1588.9133,647.6411,1441.0222,100.8417 2017-01,6796.9089,7608.0661,8671.4836,12146.7419,0,4958.9922,3555.6356,19081.7586,3042.7914,2683.5472,27.1514,0,299.9489,32.8389,0,870.5067,3.4667,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_cpu_hours/timeseries-Quarter-reference.csv index 15269c15e3..633021fb01 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_cpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Chemistry] CPU Hours: Total","[Electrical and Communication Systems] CPU Hours: Total","[Social and Economic Science] CPU Hours: Total","[Microelectronic Information Processing Systems] CPU Hours: Total","[Materials Research] CPU Hours: Total","[Mathematical Sciences] CPU Hours: Total","[Astronomical Sciences] CPU Hours: Total","[Polar Programs] CPU Hours: Total","[Design and Manufacturing Systems] CPU Hours: Total","[Molecular Biosciences] CPU Hours: Total","[Mechanical and Structural Systems] CPU Hours: Total","[Chemical, Thermal Systems] CPU Hours: Total","[Arts] CPU Hours: Total","[Earth Sciences] CPU Hours: Total","[Physics] CPU Hours: Total","[Environmental Biology] CPU Hours: Total","[Atmospheric Sciences] CPU Hours: Total","[Computer and Computation Research] CPU Hours: Total" -"2016 Q4",181708.6489,161279.3508,154621.3128,62252.6842,51837.5633,35136.7867,32304.8164,2185.7433,17573.6000,17925.3606,14195.5947,13105.9733,12116.8122,10753.3333,1588.9133,647.6411,1441.0222,100.8417 +"2016 Q4",181708.6489,161279.3508,154621.3128,62280.8242,51837.5633,35136.7867,32304.8164,2185.7433,17573.6000,17925.3606,14195.5947,13105.9733,12116.8122,10753.3333,1588.9133,647.6411,1441.0222,100.8417 "2017 Q1",6796.9089,7608.0661,8671.4836,12146.7419,0,4958.9922,3555.6356,19081.7586,3042.7914,2683.5472,27.1514,0,299.9489,32.8389,0,870.5067,3.4667,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_cpu_hours/timeseries-Year-reference.csv index a900372bd6..04b7340422 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_cpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Chemistry] CPU Hours: Total","[Electrical and Communication Systems] CPU Hours: Total","[Social and Economic Science] CPU Hours: Total","[Microelectronic Information Processing Systems] CPU Hours: Total","[Materials Research] CPU Hours: Total","[Mathematical Sciences] CPU Hours: Total","[Astronomical Sciences] CPU Hours: Total","[Polar Programs] CPU Hours: Total","[Design and Manufacturing Systems] CPU Hours: Total","[Molecular Biosciences] CPU Hours: Total","[Mechanical and Structural Systems] CPU Hours: Total","[Chemical, Thermal Systems] CPU Hours: Total","[Arts] CPU Hours: Total","[Earth Sciences] CPU Hours: Total","[Physics] CPU Hours: Total","[Environmental Biology] CPU Hours: Total","[Atmospheric Sciences] CPU Hours: Total","[Computer and Computation Research] CPU Hours: Total" -2016,181708.6489,161279.3508,154621.3128,62252.6842,51837.5633,35136.7867,32304.8164,2185.7433,17573.6000,17925.3606,14195.5947,13105.9733,12116.8122,10753.3333,1588.9133,647.6411,1441.0222,100.8417 +2016,181708.6489,161279.3508,154621.3128,62280.8242,51837.5633,35136.7867,32304.8164,2185.7433,17573.6000,17925.3606,14195.5947,13105.9733,12116.8122,10753.3333,1588.9133,647.6411,1441.0222,100.8417 2017,6796.9089,7608.0661,8671.4836,12146.7419,0,4958.9922,3555.6356,19081.7586,3042.7914,2683.5472,27.1514,0,299.9489,32.8389,0,870.5067,3.4667,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_node_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_node_hours/aggregate-Day-reference.csv index 8cc26509db..35a570583d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_node_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_node_hours/aggregate-Day-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Department,"Node Hours: Total" -"Microelectronic Information Processing Systems",67903.0519 +"Microelectronic Information Processing Systems",67905.3969 "Social and Economic Science",16956.7717 "Design and Manufacturing Systems",15812.9842 "Electrical and Communication Systems",14769.1036 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_node_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_node_hours/aggregate-Month-reference.csv index 8cc26509db..35a570583d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_node_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_node_hours/aggregate-Month-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Department,"Node Hours: Total" -"Microelectronic Information Processing Systems",67903.0519 +"Microelectronic Information Processing Systems",67905.3969 "Social and Economic Science",16956.7717 "Design and Manufacturing Systems",15812.9842 "Electrical and Communication Systems",14769.1036 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_node_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_node_hours/aggregate-Quarter-reference.csv index 8cc26509db..35a570583d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_node_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_node_hours/aggregate-Quarter-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Department,"Node Hours: Total" -"Microelectronic Information Processing Systems",67903.0519 +"Microelectronic Information Processing Systems",67905.3969 "Social and Economic Science",16956.7717 "Design and Manufacturing Systems",15812.9842 "Electrical and Communication Systems",14769.1036 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_node_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_node_hours/aggregate-Year-reference.csv index 8cc26509db..35a570583d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_node_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_node_hours/aggregate-Year-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Department,"Node Hours: Total" -"Microelectronic Information Processing Systems",67903.0519 +"Microelectronic Information Processing Systems",67905.3969 "Social and Economic Science",16956.7717 "Design and Manufacturing Systems",15812.9842 "Electrical and Communication Systems",14769.1036 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_node_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_node_hours/timeseries-Day-reference.csv index b2166ddadf..6f789218cf 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_node_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_node_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Microelectronic Information Processing Systems] Node Hours: Total","[Socia 2016-12-27,0,3.2167,0,311.6178,115.3094,0,331.1156,176.2814,124.7214,144.1300,0,0,0,0,0,0,0,0 2016-12-28,996.9861,24.0000,1962.8444,1827.6600,2303.1100,4.7006,502.6856,364.6683,196.4592,416.3833,0,0,0,0,0,0,15.1192,0 2016-12-29,12752.0031,328.7961,3901.6422,4306.5756,3405.4136,34.4008,1333.3297,628.8497,717.7553,719.3708,37.9494,47.7900,0,102.7444,129.7778,0,72.0000,10.0983 -2016-12-30,22090.4917,6961.6367,5473.3125,4527.5222,3909.1153,3097.4789,1436.3486,1130.3533,557.8294,889.9586,156.1053,629.4331,617.0356,602.9381,50.3500,51.2486,45.2903,82.1119 +2016-12-30,22092.8367,6961.6367,5473.3125,4527.5222,3909.1153,3097.4789,1436.3486,1130.3533,557.8294,889.9586,156.1053,629.4331,617.0356,602.9381,50.3500,51.2486,45.2903,82.1119 2016-12-31,20759.5203,8689.9142,3060.8175,3155.4297,2322.6839,5622.7144,296.7456,739.6997,1136.6033,403.8781,43.8078,430.1536,475.1289,232.6122,0,10.4561,0,8.6314 2017-01-01,11304.0508,949.2081,1414.3675,640.2983,656.4764,5.2339,0,288.5850,531.8447,325.6867,1591.7433,32.6561,0,27.1514,0.4333,88.8292,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_node_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_node_hours/timeseries-Month-reference.csv index 3049a2e72f..5d43550a7a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_node_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_node_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Microelectronic Information Processing Systems] Node Hours: Total","[Social and Economic Science] Node Hours: Total","[Design and Manufacturing Systems] Node Hours: Total","[Electrical and Communication Systems] Node Hours: Total","[Chemistry] Node Hours: Total","[Earth Sciences] Node Hours: Total","[Materials Research] Node Hours: Total","[Astronomical Sciences] Node Hours: Total","[Mathematical Sciences] Node Hours: Total","[Molecular Biosciences] Node Hours: Total","[Polar Programs] Node Hours: Total","[Arts] Node Hours: Total","[Chemical, Thermal Systems] Node Hours: Total","[Mechanical and Structural Systems] Node Hours: Total","[Atmospheric Sciences] Node Hours: Total","[Environmental Biology] Node Hours: Total","[Physics] Node Hours: Total","[Computer and Computation Research] Node Hours: Total" -2016-12,56599.0011,16007.5636,14398.6167,14128.8053,12249.0817,8759.2947,3900.2250,3120.4561,2746.8894,2686.4672,237.8625,1107.3767,1092.1644,938.2947,180.1278,61.7047,132.4094,100.8417 +2016-12,56601.3461,16007.5636,14398.6167,14128.8053,12249.0817,8759.2947,3900.2250,3120.4561,2746.8894,2686.4672,237.8625,1107.3767,1092.1644,938.2947,180.1278,61.7047,132.4094,100.8417 2017-01,11304.0508,949.2081,1414.3675,640.2983,656.4764,5.2339,0,288.5850,531.8447,325.6867,1591.7433,32.6561,0,27.1514,0.4333,88.8292,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_node_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_node_hours/timeseries-Quarter-reference.csv index 9bc3a88835..97e657f3bf 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_node_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_node_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Microelectronic Information Processing Systems] Node Hours: Total","[Social and Economic Science] Node Hours: Total","[Design and Manufacturing Systems] Node Hours: Total","[Electrical and Communication Systems] Node Hours: Total","[Chemistry] Node Hours: Total","[Earth Sciences] Node Hours: Total","[Materials Research] Node Hours: Total","[Astronomical Sciences] Node Hours: Total","[Mathematical Sciences] Node Hours: Total","[Molecular Biosciences] Node Hours: Total","[Polar Programs] Node Hours: Total","[Arts] Node Hours: Total","[Chemical, Thermal Systems] Node Hours: Total","[Mechanical and Structural Systems] Node Hours: Total","[Atmospheric Sciences] Node Hours: Total","[Environmental Biology] Node Hours: Total","[Physics] Node Hours: Total","[Computer and Computation Research] Node Hours: Total" -"2016 Q4",56599.0011,16007.5636,14398.6167,14128.8053,12249.0817,8759.2947,3900.2250,3120.4561,2746.8894,2686.4672,237.8625,1107.3767,1092.1644,938.2947,180.1278,61.7047,132.4094,100.8417 +"2016 Q4",56601.3461,16007.5636,14398.6167,14128.8053,12249.0817,8759.2947,3900.2250,3120.4561,2746.8894,2686.4672,237.8625,1107.3767,1092.1644,938.2947,180.1278,61.7047,132.4094,100.8417 "2017 Q1",11304.0508,949.2081,1414.3675,640.2983,656.4764,5.2339,0,288.5850,531.8447,325.6867,1591.7433,32.6561,0,27.1514,0.4333,88.8292,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_node_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_node_hours/timeseries-Year-reference.csv index 5425ace7a3..49d5cb360c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_node_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_node_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Microelectronic Information Processing Systems] Node Hours: Total","[Social and Economic Science] Node Hours: Total","[Design and Manufacturing Systems] Node Hours: Total","[Electrical and Communication Systems] Node Hours: Total","[Chemistry] Node Hours: Total","[Earth Sciences] Node Hours: Total","[Materials Research] Node Hours: Total","[Astronomical Sciences] Node Hours: Total","[Mathematical Sciences] Node Hours: Total","[Molecular Biosciences] Node Hours: Total","[Polar Programs] Node Hours: Total","[Arts] Node Hours: Total","[Chemical, Thermal Systems] Node Hours: Total","[Mechanical and Structural Systems] Node Hours: Total","[Atmospheric Sciences] Node Hours: Total","[Environmental Biology] Node Hours: Total","[Physics] Node Hours: Total","[Computer and Computation Research] Node Hours: Total" -2016,56599.0011,16007.5636,14398.6167,14128.8053,12249.0817,8759.2947,3900.2250,3120.4561,2746.8894,2686.4672,237.8625,1107.3767,1092.1644,938.2947,180.1278,61.7047,132.4094,100.8417 +2016,56601.3461,16007.5636,14398.6167,14128.8053,12249.0817,8759.2947,3900.2250,3120.4561,2746.8894,2686.4672,237.8625,1107.3767,1092.1644,938.2947,180.1278,61.7047,132.4094,100.8417 2017,11304.0508,949.2081,1414.3675,640.2983,656.4764,5.2339,0,288.5850,531.8447,325.6867,1591.7433,32.6561,0,27.1514,0.4333,88.8292,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_waitduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_waitduration_hours/aggregate-Day-reference.csv index 5954f2b27c..c8a1ebf3b0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_waitduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_waitduration_hours/aggregate-Day-reference.csv @@ -14,7 +14,7 @@ Department,"Wait Hours: Total" "Polar Programs",4174.1489 "Earth Sciences",3927.8758 "Environmental Biology",3030.4719 -"Microelectronic Information Processing Systems",552.4364 +"Microelectronic Information Processing Systems",552.5342 Chemistry,443.1639 Arts,321.4447 "Mathematical Sciences",85.0647 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_waitduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_waitduration_hours/aggregate-Month-reference.csv index 5954f2b27c..c8a1ebf3b0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_waitduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_waitduration_hours/aggregate-Month-reference.csv @@ -14,7 +14,7 @@ Department,"Wait Hours: Total" "Polar Programs",4174.1489 "Earth Sciences",3927.8758 "Environmental Biology",3030.4719 -"Microelectronic Information Processing Systems",552.4364 +"Microelectronic Information Processing Systems",552.5342 Chemistry,443.1639 Arts,321.4447 "Mathematical Sciences",85.0647 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_waitduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_waitduration_hours/aggregate-Quarter-reference.csv index 5954f2b27c..c8a1ebf3b0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_waitduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_waitduration_hours/aggregate-Quarter-reference.csv @@ -14,7 +14,7 @@ Department,"Wait Hours: Total" "Polar Programs",4174.1489 "Earth Sciences",3927.8758 "Environmental Biology",3030.4719 -"Microelectronic Information Processing Systems",552.4364 +"Microelectronic Information Processing Systems",552.5342 Chemistry,443.1639 Arts,321.4447 "Mathematical Sciences",85.0647 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_waitduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_waitduration_hours/aggregate-Year-reference.csv index 5954f2b27c..c8a1ebf3b0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_waitduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_waitduration_hours/aggregate-Year-reference.csv @@ -14,7 +14,7 @@ Department,"Wait Hours: Total" "Polar Programs",4174.1489 "Earth Sciences",3927.8758 "Environmental Biology",3030.4719 -"Microelectronic Information Processing Systems",552.4364 +"Microelectronic Information Processing Systems",552.5342 Chemistry,443.1639 Arts,321.4447 "Mathematical Sciences",85.0647 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_waitduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_waitduration_hours/timeseries-Day-reference.csv index fe78a0613d..13775caca5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_waitduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_waitduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Astronomical Sciences] Wait Hours: Total","[Social and Economic Science] W 2016-12-27,76.0889,0.0000,1418.2278,172.7719,311.1344,0,0,0,0,0.0289,0,0.0000,0,0,0,0,0,0 2016-12-28,36.8761,0.0000,1403.6350,723.1878,1296.2100,0,0.0003,0,7.9897,42.4492,0,66.2319,0,10.5775,0,11.1744,0,0 2016-12-29,2716.5128,1974.4419,627.0644,302.4828,344.6783,0.0017,0.0000,0,34.0669,45.4447,9.5847,17.8439,25.7286,3.9286,0,0.0000,0.0894,0.0025 -2016-12-30,160712.0214,28026.7236,403.8189,2269.2967,61.4669,117.6186,1857.8492,1170.3947,223.7064,98.0067,311.8600,0.7789,0.0000,2.2686,20.0331,0.0000,6.3886,0.0050 +2016-12-30,160712.0214,28026.7236,403.8189,2269.2967,61.4669,117.6186,1857.8492,1170.3947,223.8042,98.0067,311.8600,0.7789,0.0000,2.2686,20.0331,0.0000,6.3886,0.0050 2016-12-31,103.2292,65081.0511,1406.9853,1674.6364,2650.9153,0.8378,2070.0261,33.5839,279.1428,100.6989,0.0000,0.2067,0,19.9411,0.0000,0,0.0000,0.0031 2017-01-01,7.3061,19831.9886,1.2347,0,30.3767,4055.6908,0.0003,1826.4933,7.5306,36.3178,0.0000,0.0000,36.3150,0.3344,0,0,0,0.0047 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_waitduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_waitduration_hours/timeseries-Month-reference.csv index e037730709..4f40d39aba 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_waitduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_waitduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Astronomical Sciences] Wait Hours: Total","[Social and Economic Science] Wait Hours: Total","[Molecular Biosciences] Wait Hours: Total","[Materials Research] Wait Hours: Total","[Electrical and Communication Systems] Wait Hours: Total","[Polar Programs] Wait Hours: Total","[Earth Sciences] Wait Hours: Total","[Environmental Biology] Wait Hours: Total","[Microelectronic Information Processing Systems] Wait Hours: Total","[Chemistry] Wait Hours: Total","[Arts] Wait Hours: Total","[Mathematical Sciences] Wait Hours: Total","[Atmospheric Sciences] Wait Hours: Total","[Design and Manufacturing Systems] Wait Hours: Total","[Chemical, Thermal Systems] Wait Hours: Total","[Physics] Wait Hours: Total","[Computer and Computation Research] Wait Hours: Total","[Mechanical and Structural Systems] Wait Hours: Total" -2016-12,163654.3247,95082.2167,5259.7317,5142.3756,4664.4050,118.4581,3927.8756,1203.9786,544.9058,406.8461,321.4447,85.0647,25.7286,36.7158,20.0331,11.1744,6.4781,0.0106 +2016-12,163654.3247,95082.2167,5259.7317,5142.3756,4664.4050,118.4581,3927.8756,1203.9786,545.0036,406.8461,321.4447,85.0647,25.7286,36.7158,20.0331,11.1744,6.4781,0.0106 2017-01,7.3061,19831.9886,1.2347,0,30.3767,4055.6908,0.0003,1826.4933,7.5306,36.3178,0.0000,0.0000,36.3150,0.3344,0,0,0,0.0047 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_waitduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_waitduration_hours/timeseries-Quarter-reference.csv index 5659a691e6..d3b1c2c8bd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_waitduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_waitduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Astronomical Sciences] Wait Hours: Total","[Social and Economic Science] Wait Hours: Total","[Molecular Biosciences] Wait Hours: Total","[Materials Research] Wait Hours: Total","[Electrical and Communication Systems] Wait Hours: Total","[Polar Programs] Wait Hours: Total","[Earth Sciences] Wait Hours: Total","[Environmental Biology] Wait Hours: Total","[Microelectronic Information Processing Systems] Wait Hours: Total","[Chemistry] Wait Hours: Total","[Arts] Wait Hours: Total","[Mathematical Sciences] Wait Hours: Total","[Atmospheric Sciences] Wait Hours: Total","[Design and Manufacturing Systems] Wait Hours: Total","[Chemical, Thermal Systems] Wait Hours: Total","[Physics] Wait Hours: Total","[Computer and Computation Research] Wait Hours: Total","[Mechanical and Structural Systems] Wait Hours: Total" -"2016 Q4",163654.3247,95082.2167,5259.7317,5142.3756,4664.4050,118.4581,3927.8756,1203.9786,544.9058,406.8461,321.4447,85.0647,25.7286,36.7158,20.0331,11.1744,6.4781,0.0106 +"2016 Q4",163654.3247,95082.2167,5259.7317,5142.3756,4664.4050,118.4581,3927.8756,1203.9786,545.0036,406.8461,321.4447,85.0647,25.7286,36.7158,20.0331,11.1744,6.4781,0.0106 "2017 Q1",7.3061,19831.9886,1.2347,0,30.3767,4055.6908,0.0003,1826.4933,7.5306,36.3178,0.0000,0.0000,36.3150,0.3344,0,0,0,0.0047 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_waitduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_waitduration_hours/timeseries-Year-reference.csv index 584ebc5295..061f024cc5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_waitduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_waitduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Astronomical Sciences] Wait Hours: Total","[Social and Economic Science] Wait Hours: Total","[Molecular Biosciences] Wait Hours: Total","[Materials Research] Wait Hours: Total","[Electrical and Communication Systems] Wait Hours: Total","[Polar Programs] Wait Hours: Total","[Earth Sciences] Wait Hours: Total","[Environmental Biology] Wait Hours: Total","[Microelectronic Information Processing Systems] Wait Hours: Total","[Chemistry] Wait Hours: Total","[Arts] Wait Hours: Total","[Mathematical Sciences] Wait Hours: Total","[Atmospheric Sciences] Wait Hours: Total","[Design and Manufacturing Systems] Wait Hours: Total","[Chemical, Thermal Systems] Wait Hours: Total","[Physics] Wait Hours: Total","[Computer and Computation Research] Wait Hours: Total","[Mechanical and Structural Systems] Wait Hours: Total" -2016,163654.3247,95082.2167,5259.7317,5142.3756,4664.4050,118.4581,3927.8756,1203.9786,544.9058,406.8461,321.4447,85.0647,25.7286,36.7158,20.0331,11.1744,6.4781,0.0106 +2016,163654.3247,95082.2167,5259.7317,5142.3756,4664.4050,118.4581,3927.8756,1203.9786,545.0036,406.8461,321.4447,85.0647,25.7286,36.7158,20.0331,11.1744,6.4781,0.0106 2017,7.3061,19831.9886,1.2347,0,30.3767,4055.6908,0.0003,1826.4933,7.5306,36.3178,0.0000,0.0000,36.3150,0.3344,0,0,0,0.0047 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_wallduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_wallduration_hours/aggregate-Day-reference.csv index fe6cd4704b..7faf57aef0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_wallduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_wallduration_hours/aggregate-Day-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Department,"Wall Hours: Total" -"Microelectronic Information Processing Systems",67900.9675 +"Microelectronic Information Processing Systems",67901.2281 "Social and Economic Science",16630.3481 "Design and Manufacturing Systems",15583.5300 "Earth Sciences",8728.2631 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_wallduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_wallduration_hours/aggregate-Month-reference.csv index fe6cd4704b..7faf57aef0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_wallduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_wallduration_hours/aggregate-Month-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Department,"Wall Hours: Total" -"Microelectronic Information Processing Systems",67900.9675 +"Microelectronic Information Processing Systems",67901.2281 "Social and Economic Science",16630.3481 "Design and Manufacturing Systems",15583.5300 "Earth Sciences",8728.2631 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_wallduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_wallduration_hours/aggregate-Quarter-reference.csv index fe6cd4704b..7faf57aef0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_wallduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_wallduration_hours/aggregate-Quarter-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Department,"Wall Hours: Total" -"Microelectronic Information Processing Systems",67900.9675 +"Microelectronic Information Processing Systems",67901.2281 "Social and Economic Science",16630.3481 "Design and Manufacturing Systems",15583.5300 "Earth Sciences",8728.2631 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_wallduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_wallduration_hours/aggregate-Year-reference.csv index fe6cd4704b..7faf57aef0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_wallduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_wallduration_hours/aggregate-Year-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Department,"Wall Hours: Total" -"Microelectronic Information Processing Systems",67900.9675 +"Microelectronic Information Processing Systems",67901.2281 "Social and Economic Science",16630.3481 "Design and Manufacturing Systems",15583.5300 "Earth Sciences",8728.2631 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_wallduration_hours/timeseries-Day-reference.csv index 14f0421d66..18958682e0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_wallduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Microelectronic Information Processing Systems] Wall Hours: Total","[Socia 2016-12-27,0,3.2167,0,0,115.3094,124.7214,38.9522,117.5319,0,72.9606,61.4911,0,0,0,0,0,0,0 2016-12-28,996.9861,24.0000,1962.8444,4.7006,547.1969,196.4592,228.4575,248.3833,0,180.7781,169.2183,0,0,15.1192,0,0,0,0 2016-12-29,12752.0031,303.7458,3901.6422,34.4008,813.4011,717.7553,560.9514,551.3708,18.9747,262.0022,437.2069,47.7900,14.6778,72.0000,10.0983,0,0,6.4889 -2016-12-30,22088.4072,6707.0317,5473.3125,3094.2667,1278.2967,557.8294,661.3600,721.9308,132.1053,690.1894,546.7922,629.4331,109.4747,45.2903,82.1119,29.3436,12.8208,2.5175 +2016-12-30,22088.6678,6707.0317,5473.3125,3094.2667,1278.2967,557.8294,661.3600,721.9308,132.1053,690.1894,546.7922,629.4331,109.4747,45.2903,82.1119,29.3436,12.8208,2.5175 2016-12-31,20759.5203,8652.6142,2911.3158,5589.6611,952.6464,1136.6033,1052.2525,235.6647,36.4333,295.7200,186.2928,430.1536,56.5822,0,8.6314,16.9689,1.4844,0 2017-01-01,11304.0508,939.7397,1334.4150,5.2339,590.4597,531.8447,126.6053,184.2342,1591.7433,79.5069,0,32.6561,27.1514,0,0,0,30.9281,0.0217 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_wallduration_hours/timeseries-Month-reference.csv index cc39cfb575..f8d7f0b6c2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_wallduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Microelectronic Information Processing Systems] Wall Hours: Total","[Social and Economic Science] Wall Hours: Total","[Design and Manufacturing Systems] Wall Hours: Total","[Earth Sciences] Wall Hours: Total","[Chemistry] Wall Hours: Total","[Mathematical Sciences] Wall Hours: Total","[Electrical and Communication Systems] Wall Hours: Total","[Molecular Biosciences] Wall Hours: Total","[Polar Programs] Wall Hours: Total","[Astronomical Sciences] Wall Hours: Total","[Materials Research] Wall Hours: Total","[Arts] Wall Hours: Total","[Mechanical and Structural Systems] Wall Hours: Total","[Physics] Wall Hours: Total","[Computer and Computation Research] Wall Hours: Total","[Chemical, Thermal Systems] Wall Hours: Total","[Environmental Biology] Wall Hours: Total","[Atmospheric Sciences] Wall Hours: Total" -2016-12,56596.9167,15690.6083,14249.1150,8723.0292,3900.3000,2746.8894,2541.9736,1987.6281,187.5133,1582.2539,1401.0014,1107.3767,180.7347,132.4094,100.8417,46.3125,14.3053,9.0064 +2016-12,56597.1772,15690.6083,14249.1150,8723.0292,3900.3000,2746.8894,2541.9736,1987.6281,187.5133,1582.2539,1401.0014,1107.3767,180.7347,132.4094,100.8417,46.3125,14.3053,9.0064 2017-01,11304.0508,939.7397,1334.4150,5.2339,590.4597,531.8447,126.6053,184.2342,1591.7433,79.5069,0,32.6561,27.1514,0,0,0,30.9281,0.0217 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_wallduration_hours/timeseries-Quarter-reference.csv index 7eb2bdca54..e76f0168c9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_wallduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Microelectronic Information Processing Systems] Wall Hours: Total","[Social and Economic Science] Wall Hours: Total","[Design and Manufacturing Systems] Wall Hours: Total","[Earth Sciences] Wall Hours: Total","[Chemistry] Wall Hours: Total","[Mathematical Sciences] Wall Hours: Total","[Electrical and Communication Systems] Wall Hours: Total","[Molecular Biosciences] Wall Hours: Total","[Polar Programs] Wall Hours: Total","[Astronomical Sciences] Wall Hours: Total","[Materials Research] Wall Hours: Total","[Arts] Wall Hours: Total","[Mechanical and Structural Systems] Wall Hours: Total","[Physics] Wall Hours: Total","[Computer and Computation Research] Wall Hours: Total","[Chemical, Thermal Systems] Wall Hours: Total","[Environmental Biology] Wall Hours: Total","[Atmospheric Sciences] Wall Hours: Total" -"2016 Q4",56596.9167,15690.6083,14249.1150,8723.0292,3900.3000,2746.8894,2541.9736,1987.6281,187.5133,1582.2539,1401.0014,1107.3767,180.7347,132.4094,100.8417,46.3125,14.3053,9.0064 +"2016 Q4",56597.1772,15690.6083,14249.1150,8723.0292,3900.3000,2746.8894,2541.9736,1987.6281,187.5133,1582.2539,1401.0014,1107.3767,180.7347,132.4094,100.8417,46.3125,14.3053,9.0064 "2017 Q1",11304.0508,939.7397,1334.4150,5.2339,590.4597,531.8447,126.6053,184.2342,1591.7433,79.5069,0,32.6561,27.1514,0,0,0,30.9281,0.0217 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_wallduration_hours/timeseries-Year-reference.csv index 345a66caca..778944a6c4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/total_wallduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Microelectronic Information Processing Systems] Wall Hours: Total","[Social and Economic Science] Wall Hours: Total","[Design and Manufacturing Systems] Wall Hours: Total","[Earth Sciences] Wall Hours: Total","[Chemistry] Wall Hours: Total","[Mathematical Sciences] Wall Hours: Total","[Electrical and Communication Systems] Wall Hours: Total","[Molecular Biosciences] Wall Hours: Total","[Polar Programs] Wall Hours: Total","[Astronomical Sciences] Wall Hours: Total","[Materials Research] Wall Hours: Total","[Arts] Wall Hours: Total","[Mechanical and Structural Systems] Wall Hours: Total","[Physics] Wall Hours: Total","[Computer and Computation Research] Wall Hours: Total","[Chemical, Thermal Systems] Wall Hours: Total","[Environmental Biology] Wall Hours: Total","[Atmospheric Sciences] Wall Hours: Total" -2016,56596.9167,15690.6083,14249.1150,8723.0292,3900.3000,2746.8894,2541.9736,1987.6281,187.5133,1582.2539,1401.0014,1107.3767,180.7347,132.4094,100.8417,46.3125,14.3053,9.0064 +2016,56597.1772,15690.6083,14249.1150,8723.0292,3900.3000,2746.8894,2541.9736,1987.6281,187.5133,1582.2539,1401.0014,1107.3767,180.7347,132.4094,100.8417,46.3125,14.3053,9.0064 2017,11304.0508,939.7397,1334.4150,5.2339,590.4597,531.8447,126.6053,184.2342,1591.7433,79.5069,0,32.6561,27.1514,0,0,0,30.9281,0.0217 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/utilization/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/utilization/aggregate-Day-reference.csv index 3562c3eeef..0888f9dbb5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/utilization/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/utilization/aggregate-Day-reference.csv @@ -7,7 +7,7 @@ start,end --------- Department,"Screwdriver CPU Utilization (%)" "Electrical and Communication Systems",7.9966 -"Microelectronic Information Processing Systems",7.0454 +"Microelectronic Information Processing Systems",7.0481 Chemistry,5.0349 "Social and Economic Science",3.6978 "Mechanical and Structural Systems",2.4692 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/utilization/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/utilization/aggregate-Month-reference.csv index 44471bc26e..d428290bb0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/utilization/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/utilization/aggregate-Month-reference.csv @@ -7,7 +7,7 @@ start,end --------- Department,"Screwdriver CPU Utilization (%)" "Electrical and Communication Systems",1.8917 -"Microelectronic Information Processing Systems",1.5196 +"Microelectronic Information Processing Systems",1.5202 Chemistry,1.1551 "Social and Economic Science",0.8217 "Mathematical Sciences",0.4746 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/utilization/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/utilization/aggregate-Quarter-reference.csv index b50aaa69f5..73d447fcde 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/utilization/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/utilization/aggregate-Quarter-reference.csv @@ -7,7 +7,7 @@ start,end --------- Department,"Screwdriver CPU Utilization (%)" "Electrical and Communication Systems",0.8338 -"Microelectronic Information Processing Systems",0.7045 +"Microelectronic Information Processing Systems",0.7048 Chemistry,0.4836 "Social and Economic Science",0.3388 "Mathematical Sciences",0.2027 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/utilization/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/utilization/aggregate-Year-reference.csv index a5c344a12c..0c5cfa775e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/utilization/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/utilization/aggregate-Year-reference.csv @@ -7,7 +7,7 @@ start,end --------- Department,"Screwdriver CPU Utilization (%)" "Electrical and Communication Systems",0.2312 -"Microelectronic Information Processing Systems",0.2013 +"Microelectronic Information Processing Systems",0.2014 Chemistry,0.1304 "Social and Economic Science",0.0906 "Design and Manufacturing Systems",0.0558 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/utilization/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/utilization/timeseries-Day-reference.csv index 6962f806b8..fed20be3b6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/utilization/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/utilization/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Electrical and Communication Systems] Screwdriver CPU Utilization (%)","[M 2016-12-27,3.8952,0,1.1947,0.0034,0,1.0025,0,4.4779,0.6821,0,0.6920,0,0,0,0,0,0,0 2016-12-28,22.8458,1.3590,13.6883,0.0250,0,1.3912,2.0446,3.4312,1.4880,0,1.8349,0,0,0.0979,0.1890,0,0,0 2016-12-29,26.7698,14.5138,19.1980,0.4951,1.7124,5.3438,4.0642,6.2024,2.4427,0,2.2479,0.7906,0.2688,0.2771,0.9000,0,1.0815,0.0105 -2016-12-30,27.9626,25.4427,14.6817,13.3100,9.6235,4.1644,5.7014,6.5732,3.6033,7.7129,2.1519,0.5563,3.6308,1.8742,0.5661,0.5439,0.4196,0.0855 +2016-12-30,27.9626,25.4720,14.6817,13.3100,9.6235,4.1644,5.7014,6.5732,3.6033,7.7129,2.1519,0.5563,3.6308,1.8742,0.5661,0.5439,0.4196,0.0855 2016-12-31,15.8967,23.5311,6.6018,18.5010,3.4512,6.2858,6.4956,2.1652,4.4592,5.9391,1.7047,0.1245,2.4113,6.8008,0,0.1307,0,0.0090 2017-01-01,3.9625,12.6529,1.7700,1.8066,0.0283,2.5828,3.1696,0,1.8519,0,1.3977,9.9384,0.1562,0.0342,0,0.9068,0.0036,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/utilization/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/utilization/timeseries-Month-reference.csv index ee5aae1346..a68246ce46 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/utilization/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/utilization/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Electrical and Communication Systems] Screwdriver CPU Utilization (%)","[Microelectronic Information Processing Systems] Screwdriver CPU Utilization (%)","[Chemistry] Screwdriver CPU Utilization (%)","[Social and Economic Science] Screwdriver CPU Utilization (%)","[Mathematical Sciences] Screwdriver CPU Utilization (%)","[Design and Manufacturing Systems] Screwdriver CPU Utilization (%)","[Materials Research] Screwdriver CPU Utilization (%)","[Mechanical and Structural Systems] Screwdriver CPU Utilization (%)","[Astronomical Sciences] Screwdriver CPU Utilization (%)","[Chemical, Thermal Systems] Screwdriver CPU Utilization (%)","[Molecular Biosciences] Screwdriver CPU Utilization (%)","[Polar Programs] Screwdriver CPU Utilization (%)","[Arts] Screwdriver CPU Utilization (%)","[Earth Sciences] Screwdriver CPU Utilization (%)","[Physics] Screwdriver CPU Utilization (%)","[Environmental Biology] Screwdriver CPU Utilization (%)","[Atmospheric Sciences] Screwdriver CPU Utilization (%)","[Computer and Computation Research] Screwdriver CPU Utilization (%)" -2016-12,5.4193,3.2423,4.1148,3.0974,1.4077,0.9153,1.4999,2.9574,0.9347,0.6826,0.6224,0.0615,0.4854,0.4308,0.0828,0.0337,0.0751,0.0053 +2016-12,5.4193,3.2438,4.1148,3.0974,1.4077,0.9153,1.4999,2.9574,0.9347,0.6826,0.6224,0.0615,0.4854,0.4308,0.0828,0.0337,0.0751,0.0053 2017-01,0.1278,0.4082,0.0571,0.0583,0.0833,0.1022,0,0.0009,0.0597,0,0.0451,0.3206,0.0050,0.0011,0,0.0293,0.0001,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/utilization/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/utilization/timeseries-Quarter-reference.csv index b10567dcde..98863725d3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/utilization/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/utilization/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Electrical and Communication Systems] Screwdriver CPU Utilization (%)","[Microelectronic Information Processing Systems] Screwdriver CPU Utilization (%)","[Chemistry] Screwdriver CPU Utilization (%)","[Social and Economic Science] Screwdriver CPU Utilization (%)","[Mathematical Sciences] Screwdriver CPU Utilization (%)","[Design and Manufacturing Systems] Screwdriver CPU Utilization (%)","[Materials Research] Screwdriver CPU Utilization (%)","[Mechanical and Structural Systems] Screwdriver CPU Utilization (%)","[Chemical, Thermal Systems] Screwdriver CPU Utilization (%)","[Astronomical Sciences] Screwdriver CPU Utilization (%)","[Molecular Biosciences] Screwdriver CPU Utilization (%)","[Polar Programs] Screwdriver CPU Utilization (%)","[Arts] Screwdriver CPU Utilization (%)","[Earth Sciences] Screwdriver CPU Utilization (%)","[Physics] Screwdriver CPU Utilization (%)","[Environmental Biology] Screwdriver CPU Utilization (%)","[Atmospheric Sciences] Screwdriver CPU Utilization (%)","[Computer and Computation Research] Screwdriver CPU Utilization (%)" -"2016 Q4",5.4193,3.2423,4.1148,3.0974,1.4077,0.9153,1.4999,2.9574,0.6826,0.9347,0.6224,0.0615,0.4854,0.4308,0.0828,0.0337,0.0751,0.0053 +"2016 Q4",5.4193,3.2438,4.1148,3.0974,1.4077,0.9153,1.4999,2.9574,0.6826,0.9347,0.6224,0.0615,0.4854,0.4308,0.0828,0.0337,0.0751,0.0053 "2017 Q1",0.0440,0.1406,0.0197,0.0201,0.0287,0.0352,0,0.0003,0,0.0206,0.0155,0.1104,0.0017,0.0004,0,0.0101,0.0000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/utilization/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/utilization/timeseries-Year-reference.csv index 88bf9b9d08..74701c2a9d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/utilization/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/parentscience/utilization/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Electrical and Communication Systems] Screwdriver CPU Utilization (%)","[Microelectronic Information Processing Systems] Screwdriver CPU Utilization (%)","[Chemistry] Screwdriver CPU Utilization (%)","[Social and Economic Science] Screwdriver CPU Utilization (%)","[Design and Manufacturing Systems] Screwdriver CPU Utilization (%)","[Mathematical Sciences] Screwdriver CPU Utilization (%)","[Materials Research] Screwdriver CPU Utilization (%)","[Mechanical and Structural Systems] Screwdriver CPU Utilization (%)","[Chemical, Thermal Systems] Screwdriver CPU Utilization (%)","[Astronomical Sciences] Screwdriver CPU Utilization (%)","[Molecular Biosciences] Screwdriver CPU Utilization (%)","[Polar Programs] Screwdriver CPU Utilization (%)","[Arts] Screwdriver CPU Utilization (%)","[Earth Sciences] Screwdriver CPU Utilization (%)","[Physics] Screwdriver CPU Utilization (%)","[Environmental Biology] Screwdriver CPU Utilization (%)","[Atmospheric Sciences] Screwdriver CPU Utilization (%)","[Computer and Computation Research] Screwdriver CPU Utilization (%)" -2016,5.4193,3.2423,4.1148,3.0974,0.9153,1.4077,1.4999,2.9574,0.6826,0.9347,0.6224,0.0615,0.4854,0.4308,0.0828,0.0337,0.0751,0.0053 +2016,5.4193,3.2438,4.1148,3.0974,0.9153,1.4077,1.4999,2.9574,0.6826,0.9347,0.6224,0.0615,0.4854,0.4308,0.0828,0.0337,0.0751,0.0053 2017,0.0109,0.0347,0.0048,0.0049,0.0087,0.0071,0,0.0001,0,0.0051,0.0038,0.0272,0.0004,0.0001,0,0.0025,0.0000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_person_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_person_count/aggregate-Day-reference.csv index a08d34ab38..04256d2769 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_person_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_person_count/aggregate-Day-reference.csv @@ -17,6 +17,7 @@ Crane,1 "Crane, Sandhill",1 "Dove, Turtle",1 "Duck, Ferruginous",1 +"Duck, Harlequin",1 Dunlin,1 "Egret, Cattle",1 Fieldfare,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_person_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_person_count/aggregate-Month-reference.csv index a08d34ab38..04256d2769 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_person_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_person_count/aggregate-Month-reference.csv @@ -17,6 +17,7 @@ Crane,1 "Crane, Sandhill",1 "Dove, Turtle",1 "Duck, Ferruginous",1 +"Duck, Harlequin",1 Dunlin,1 "Egret, Cattle",1 Fieldfare,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_person_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_person_count/aggregate-Quarter-reference.csv index a08d34ab38..04256d2769 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_person_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_person_count/aggregate-Quarter-reference.csv @@ -17,6 +17,7 @@ Crane,1 "Crane, Sandhill",1 "Dove, Turtle",1 "Duck, Ferruginous",1 +"Duck, Harlequin",1 Dunlin,1 "Egret, Cattle",1 Fieldfare,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_person_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_person_count/aggregate-Year-reference.csv index a08d34ab38..04256d2769 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_person_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_person_count/aggregate-Year-reference.csv @@ -17,6 +17,7 @@ Crane,1 "Crane, Sandhill",1 "Dove, Turtle",1 "Duck, Ferruginous",1 +"Duck, Harlequin",1 Dunlin,1 "Egret, Cattle",1 Fieldfare,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_person_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_person_count/timeseries-Day-reference.csv index 948e6b2a2e..9b9b01aed3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_person_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_person_count/timeseries-Day-reference.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[Auk, Little] Number of Users: Active","[Bunting, Black-headed] Number of Users: Active","[Bunting, Reed] Number of Users: Active","[Bunting, Yellow-breasted] Number of Users: Active","[Bunting, Yellow-browed] Number of Users: Active","[Chaffinch] Number of Users: Active","[Coot] Number of Users: Active","[Crane] Number of Users: Active","[Crane, Sandhill] Number of Users: Active","[Dove, Turtle] Number of Users: Active","[Duck, Ferruginous] Number of Users: Active","[Dunlin] Number of Users: Active","[Egret, Cattle] Number of Users: Active","[Fieldfare] Number of Users: Active","[Gallinule, Allen's] Number of Users: Active","[Goose, Egyptian] Number of Users: Active","[Grebe, Pied-billed] Number of Users: Active","[Grey, Great] Number of Users: Active","[Grey, Lesser] Number of Users: Active","[Grey, Southern] Number of Users: Active","[Grosbeak, Evening] Number of Users: Active","[Gull, Ring-billed] Number of Users: Active","[Harrier, Hen] Number of Users: Active","[Honey-buzzard] Number of Users: Active","[Ibis, Glossy] Number of Users: Active","[Jackdaw] Number of Users: Active","[Lapwing] Number of Users: Active","[Martin, Crag] Number of Users: Active","[Martin, Purple] Number of Users: Active","[Moorhen] Number of Users: Active","[Oriole, Baltimore] Number of Users: Active","[Ovenbird] Number of Users: Active","[Partridge, Red-legged] Number of Users: Active","[Peregrine] Number of Users: Active","[Pipit, Meadow] Number of Users: Active","[Plover, Caspian] Number of Users: Active","[Plover, White-tailed] Number of Users: Active","[Redpoll, Lesser] Number of Users: Active","[Roller] Number of Users: Active","[Sandpiper, Spotted] Number of Users: Active","[Sapsucker, Yellow-bellied] Number of Users: Active","[Scaup, Lesser] Number of Users: Active","[Scoter, Velvet] Number of Users: Active","[Shag] Number of Users: Active","[Shearwater, Cory's] Number of Users: Active","[Shrike, Long-tailed] Number of Users: Active","[Siskin] Number of Users: Active","[Smew] Number of Users: Active","[Sparrow, Savannah] Number of Users: Active","[Sparrow, White-throated] Number of Users: Active","[Stint, Little] Number of Users: Active","[Swift, Alpine] Number of Users: Active","[Tern, Sandwich] Number of Users: Active","[Thrush, Grey-cheeked] Number of Users: Active","[Thrush, Mistle] Number of Users: Active","[Thrush, Swainson's] Number of Users: Active","[Treecreeper, Short-toed] Number of Users: Active","[Warbler, Booted] Number of Users: Active","[Warbler, Dusky] Number of Users: Active","[Warbler, Garden] Number of Users: Active","[Warbler, Golden-winged] Number of Users: Active","[Warbler, Hooded] Number of Users: Active","[Warbler, Moltoni's] Number of Users: Active","[Warbler, Sardinian] Number of Users: Active","[Warbler, Yellow-browed] Number of Users: Active","[Whimbrel] Number of Users: Active" -2016-12-22,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-25,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-26,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0 -2016-12-27,0,0,1,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,1,1,0,1,0,0,1,0,0,0 -2016-12-28,0,0,1,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,0,0,1,1,1,0,0,1,0,1,0,0,0,0,1,1,1,0,0,1,0,0,0,0,0,1,0,1,0,1,1,0,1,0,1,1,1,0,0 -2016-12-29,1,0,1,1,1,1,0,1,1,1,1,0,0,0,0,1,1,0,0,0,1,0,1,1,1,0,1,0,0,1,1,1,0,1,1,0,1,1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,0,1,0,1,1,1,1,0 -2016-12-30,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 -2016-12-31,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,0,1,1,1,0,1,1,0,1,1,1,1,0,1,1,1,0,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,0,1,0,1 -2017-01-01,1,0,1,0,0,1,1,1,0,1,1,1,1,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,1,1,1,0,1,1,1,0,1,1,1,1,0,0,1,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,1,0,0,1,1,1 +Day,"[Auk, Little] Number of Users: Active","[Bunting, Black-headed] Number of Users: Active","[Bunting, Reed] Number of Users: Active","[Bunting, Yellow-breasted] Number of Users: Active","[Bunting, Yellow-browed] Number of Users: Active","[Chaffinch] Number of Users: Active","[Coot] Number of Users: Active","[Crane] Number of Users: Active","[Crane, Sandhill] Number of Users: Active","[Dove, Turtle] Number of Users: Active","[Duck, Ferruginous] Number of Users: Active","[Duck, Harlequin] Number of Users: Active","[Dunlin] Number of Users: Active","[Egret, Cattle] Number of Users: Active","[Fieldfare] Number of Users: Active","[Gallinule, Allen's] Number of Users: Active","[Goose, Egyptian] Number of Users: Active","[Grebe, Pied-billed] Number of Users: Active","[Grey, Great] Number of Users: Active","[Grey, Lesser] Number of Users: Active","[Grey, Southern] Number of Users: Active","[Grosbeak, Evening] Number of Users: Active","[Gull, Ring-billed] Number of Users: Active","[Harrier, Hen] Number of Users: Active","[Honey-buzzard] Number of Users: Active","[Ibis, Glossy] Number of Users: Active","[Jackdaw] Number of Users: Active","[Lapwing] Number of Users: Active","[Martin, Crag] Number of Users: Active","[Martin, Purple] Number of Users: Active","[Moorhen] Number of Users: Active","[Oriole, Baltimore] Number of Users: Active","[Ovenbird] Number of Users: Active","[Partridge, Red-legged] Number of Users: Active","[Peregrine] Number of Users: Active","[Pipit, Meadow] Number of Users: Active","[Plover, Caspian] Number of Users: Active","[Plover, White-tailed] Number of Users: Active","[Redpoll, Lesser] Number of Users: Active","[Roller] Number of Users: Active","[Sandpiper, Spotted] Number of Users: Active","[Sapsucker, Yellow-bellied] Number of Users: Active","[Scaup, Lesser] Number of Users: Active","[Scoter, Velvet] Number of Users: Active","[Shag] Number of Users: Active","[Shearwater, Cory's] Number of Users: Active","[Shrike, Long-tailed] Number of Users: Active","[Siskin] Number of Users: Active","[Smew] Number of Users: Active","[Sparrow, Savannah] Number of Users: Active","[Sparrow, White-throated] Number of Users: Active","[Stint, Little] Number of Users: Active","[Swift, Alpine] Number of Users: Active","[Tern, Sandwich] Number of Users: Active","[Thrush, Grey-cheeked] Number of Users: Active","[Thrush, Mistle] Number of Users: Active","[Thrush, Swainson's] Number of Users: Active","[Treecreeper, Short-toed] Number of Users: Active","[Warbler, Booted] Number of Users: Active","[Warbler, Dusky] Number of Users: Active","[Warbler, Garden] Number of Users: Active","[Warbler, Golden-winged] Number of Users: Active","[Warbler, Hooded] Number of Users: Active","[Warbler, Moltoni's] Number of Users: Active","[Warbler, Sardinian] Number of Users: Active","[Warbler, Yellow-browed] Number of Users: Active","[Whimbrel] Number of Users: Active" +2016-12-22,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-25,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-26,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0 +2016-12-27,0,0,1,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,1,1,0,1,0,0,1,0,0,0 +2016-12-28,0,0,1,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,0,0,1,1,1,0,0,1,0,1,0,0,0,0,1,1,1,0,0,1,0,0,0,0,0,1,0,1,0,1,1,0,1,0,1,1,1,0,0 +2016-12-29,1,0,1,1,1,1,0,1,1,1,1,0,0,0,0,0,1,1,0,0,0,1,0,1,1,1,0,1,0,0,1,1,1,0,1,1,0,1,1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,0,1,0,1,1,1,1,0 +2016-12-30,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +2016-12-31,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,1,0,1,1,1,0,1,1,1,0,1,1,0,1,1,1,1,0,1,1,1,0,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,0,1,0,1 +2017-01-01,1,0,1,0,0,1,1,1,0,1,1,0,1,1,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,1,1,1,0,1,1,1,0,1,1,1,1,0,0,1,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,1,0,0,1,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_person_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_person_count/timeseries-Month-reference.csv index 5fde984947..f26d774e28 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_person_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_person_count/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[Auk, Little] Number of Users: Active","[Bunting, Black-headed] Number of Users: Active","[Bunting, Reed] Number of Users: Active","[Bunting, Yellow-breasted] Number of Users: Active","[Bunting, Yellow-browed] Number of Users: Active","[Chaffinch] Number of Users: Active","[Coot] Number of Users: Active","[Crane] Number of Users: Active","[Crane, Sandhill] Number of Users: Active","[Dove, Turtle] Number of Users: Active","[Duck, Ferruginous] Number of Users: Active","[Dunlin] Number of Users: Active","[Egret, Cattle] Number of Users: Active","[Fieldfare] Number of Users: Active","[Gallinule, Allen's] Number of Users: Active","[Goose, Egyptian] Number of Users: Active","[Grebe, Pied-billed] Number of Users: Active","[Grey, Great] Number of Users: Active","[Grey, Lesser] Number of Users: Active","[Grey, Southern] Number of Users: Active","[Grosbeak, Evening] Number of Users: Active","[Gull, Ring-billed] Number of Users: Active","[Harrier, Hen] Number of Users: Active","[Honey-buzzard] Number of Users: Active","[Ibis, Glossy] Number of Users: Active","[Jackdaw] Number of Users: Active","[Lapwing] Number of Users: Active","[Martin, Crag] Number of Users: Active","[Martin, Purple] Number of Users: Active","[Moorhen] Number of Users: Active","[Oriole, Baltimore] Number of Users: Active","[Ovenbird] Number of Users: Active","[Partridge, Red-legged] Number of Users: Active","[Peregrine] Number of Users: Active","[Pipit, Meadow] Number of Users: Active","[Plover, Caspian] Number of Users: Active","[Plover, White-tailed] Number of Users: Active","[Redpoll, Lesser] Number of Users: Active","[Roller] Number of Users: Active","[Sandpiper, Spotted] Number of Users: Active","[Sapsucker, Yellow-bellied] Number of Users: Active","[Scaup, Lesser] Number of Users: Active","[Scoter, Velvet] Number of Users: Active","[Shag] Number of Users: Active","[Shearwater, Cory's] Number of Users: Active","[Shrike, Long-tailed] Number of Users: Active","[Siskin] Number of Users: Active","[Smew] Number of Users: Active","[Sparrow, Savannah] Number of Users: Active","[Sparrow, White-throated] Number of Users: Active","[Stint, Little] Number of Users: Active","[Swift, Alpine] Number of Users: Active","[Tern, Sandwich] Number of Users: Active","[Thrush, Grey-cheeked] Number of Users: Active","[Thrush, Mistle] Number of Users: Active","[Thrush, Swainson's] Number of Users: Active","[Treecreeper, Short-toed] Number of Users: Active","[Warbler, Booted] Number of Users: Active","[Warbler, Dusky] Number of Users: Active","[Warbler, Garden] Number of Users: Active","[Warbler, Golden-winged] Number of Users: Active","[Warbler, Hooded] Number of Users: Active","[Warbler, Moltoni's] Number of Users: Active","[Warbler, Sardinian] Number of Users: Active","[Warbler, Yellow-browed] Number of Users: Active","[Whimbrel] Number of Users: Active" -2016-12,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 -2017-01,1,0,1,0,0,1,1,1,0,1,1,1,1,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,1,1,1,0,1,1,1,0,1,1,1,1,0,0,1,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,1,0,0,1,1,1 +Month,"[Auk, Little] Number of Users: Active","[Bunting, Black-headed] Number of Users: Active","[Bunting, Reed] Number of Users: Active","[Bunting, Yellow-breasted] Number of Users: Active","[Bunting, Yellow-browed] Number of Users: Active","[Chaffinch] Number of Users: Active","[Coot] Number of Users: Active","[Crane] Number of Users: Active","[Crane, Sandhill] Number of Users: Active","[Dove, Turtle] Number of Users: Active","[Duck, Ferruginous] Number of Users: Active","[Duck, Harlequin] Number of Users: Active","[Dunlin] Number of Users: Active","[Egret, Cattle] Number of Users: Active","[Fieldfare] Number of Users: Active","[Gallinule, Allen's] Number of Users: Active","[Goose, Egyptian] Number of Users: Active","[Grebe, Pied-billed] Number of Users: Active","[Grey, Great] Number of Users: Active","[Grey, Lesser] Number of Users: Active","[Grey, Southern] Number of Users: Active","[Grosbeak, Evening] Number of Users: Active","[Gull, Ring-billed] Number of Users: Active","[Harrier, Hen] Number of Users: Active","[Honey-buzzard] Number of Users: Active","[Ibis, Glossy] Number of Users: Active","[Jackdaw] Number of Users: Active","[Lapwing] Number of Users: Active","[Martin, Crag] Number of Users: Active","[Martin, Purple] Number of Users: Active","[Moorhen] Number of Users: Active","[Oriole, Baltimore] Number of Users: Active","[Ovenbird] Number of Users: Active","[Partridge, Red-legged] Number of Users: Active","[Peregrine] Number of Users: Active","[Pipit, Meadow] Number of Users: Active","[Plover, Caspian] Number of Users: Active","[Plover, White-tailed] Number of Users: Active","[Redpoll, Lesser] Number of Users: Active","[Roller] Number of Users: Active","[Sandpiper, Spotted] Number of Users: Active","[Sapsucker, Yellow-bellied] Number of Users: Active","[Scaup, Lesser] Number of Users: Active","[Scoter, Velvet] Number of Users: Active","[Shag] Number of Users: Active","[Shearwater, Cory's] Number of Users: Active","[Shrike, Long-tailed] Number of Users: Active","[Siskin] Number of Users: Active","[Smew] Number of Users: Active","[Sparrow, Savannah] Number of Users: Active","[Sparrow, White-throated] Number of Users: Active","[Stint, Little] Number of Users: Active","[Swift, Alpine] Number of Users: Active","[Tern, Sandwich] Number of Users: Active","[Thrush, Grey-cheeked] Number of Users: Active","[Thrush, Mistle] Number of Users: Active","[Thrush, Swainson's] Number of Users: Active","[Treecreeper, Short-toed] Number of Users: Active","[Warbler, Booted] Number of Users: Active","[Warbler, Dusky] Number of Users: Active","[Warbler, Garden] Number of Users: Active","[Warbler, Golden-winged] Number of Users: Active","[Warbler, Hooded] Number of Users: Active","[Warbler, Moltoni's] Number of Users: Active","[Warbler, Sardinian] Number of Users: Active","[Warbler, Yellow-browed] Number of Users: Active","[Whimbrel] Number of Users: Active" +2016-12,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +2017-01,1,0,1,0,0,1,1,1,0,1,1,0,1,1,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,1,1,1,0,1,1,1,0,1,1,1,1,0,0,1,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,1,0,0,1,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_person_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_person_count/timeseries-Quarter-reference.csv index a0b3bca868..964116592e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_person_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_person_count/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[Auk, Little] Number of Users: Active","[Bunting, Black-headed] Number of Users: Active","[Bunting, Reed] Number of Users: Active","[Bunting, Yellow-breasted] Number of Users: Active","[Bunting, Yellow-browed] Number of Users: Active","[Chaffinch] Number of Users: Active","[Coot] Number of Users: Active","[Crane] Number of Users: Active","[Crane, Sandhill] Number of Users: Active","[Dove, Turtle] Number of Users: Active","[Duck, Ferruginous] Number of Users: Active","[Dunlin] Number of Users: Active","[Egret, Cattle] Number of Users: Active","[Fieldfare] Number of Users: Active","[Gallinule, Allen's] Number of Users: Active","[Goose, Egyptian] Number of Users: Active","[Grebe, Pied-billed] Number of Users: Active","[Grey, Great] Number of Users: Active","[Grey, Lesser] Number of Users: Active","[Grey, Southern] Number of Users: Active","[Grosbeak, Evening] Number of Users: Active","[Gull, Ring-billed] Number of Users: Active","[Harrier, Hen] Number of Users: Active","[Honey-buzzard] Number of Users: Active","[Ibis, Glossy] Number of Users: Active","[Jackdaw] Number of Users: Active","[Lapwing] Number of Users: Active","[Martin, Crag] Number of Users: Active","[Martin, Purple] Number of Users: Active","[Moorhen] Number of Users: Active","[Oriole, Baltimore] Number of Users: Active","[Ovenbird] Number of Users: Active","[Partridge, Red-legged] Number of Users: Active","[Peregrine] Number of Users: Active","[Pipit, Meadow] Number of Users: Active","[Plover, Caspian] Number of Users: Active","[Plover, White-tailed] Number of Users: Active","[Redpoll, Lesser] Number of Users: Active","[Roller] Number of Users: Active","[Sandpiper, Spotted] Number of Users: Active","[Sapsucker, Yellow-bellied] Number of Users: Active","[Scaup, Lesser] Number of Users: Active","[Scoter, Velvet] Number of Users: Active","[Shag] Number of Users: Active","[Shearwater, Cory's] Number of Users: Active","[Shrike, Long-tailed] Number of Users: Active","[Siskin] Number of Users: Active","[Smew] Number of Users: Active","[Sparrow, Savannah] Number of Users: Active","[Sparrow, White-throated] Number of Users: Active","[Stint, Little] Number of Users: Active","[Swift, Alpine] Number of Users: Active","[Tern, Sandwich] Number of Users: Active","[Thrush, Grey-cheeked] Number of Users: Active","[Thrush, Mistle] Number of Users: Active","[Thrush, Swainson's] Number of Users: Active","[Treecreeper, Short-toed] Number of Users: Active","[Warbler, Booted] Number of Users: Active","[Warbler, Dusky] Number of Users: Active","[Warbler, Garden] Number of Users: Active","[Warbler, Golden-winged] Number of Users: Active","[Warbler, Hooded] Number of Users: Active","[Warbler, Moltoni's] Number of Users: Active","[Warbler, Sardinian] Number of Users: Active","[Warbler, Yellow-browed] Number of Users: Active","[Whimbrel] Number of Users: Active" -"2016 Q4",1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 -"2017 Q1",1,0,1,0,0,1,1,1,0,1,1,1,1,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,1,1,1,0,1,1,1,0,1,1,1,1,0,0,1,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,1,0,0,1,1,1 +Quarter,"[Auk, Little] Number of Users: Active","[Bunting, Black-headed] Number of Users: Active","[Bunting, Reed] Number of Users: Active","[Bunting, Yellow-breasted] Number of Users: Active","[Bunting, Yellow-browed] Number of Users: Active","[Chaffinch] Number of Users: Active","[Coot] Number of Users: Active","[Crane] Number of Users: Active","[Crane, Sandhill] Number of Users: Active","[Dove, Turtle] Number of Users: Active","[Duck, Ferruginous] Number of Users: Active","[Duck, Harlequin] Number of Users: Active","[Dunlin] Number of Users: Active","[Egret, Cattle] Number of Users: Active","[Fieldfare] Number of Users: Active","[Gallinule, Allen's] Number of Users: Active","[Goose, Egyptian] Number of Users: Active","[Grebe, Pied-billed] Number of Users: Active","[Grey, Great] Number of Users: Active","[Grey, Lesser] Number of Users: Active","[Grey, Southern] Number of Users: Active","[Grosbeak, Evening] Number of Users: Active","[Gull, Ring-billed] Number of Users: Active","[Harrier, Hen] Number of Users: Active","[Honey-buzzard] Number of Users: Active","[Ibis, Glossy] Number of Users: Active","[Jackdaw] Number of Users: Active","[Lapwing] Number of Users: Active","[Martin, Crag] Number of Users: Active","[Martin, Purple] Number of Users: Active","[Moorhen] Number of Users: Active","[Oriole, Baltimore] Number of Users: Active","[Ovenbird] Number of Users: Active","[Partridge, Red-legged] Number of Users: Active","[Peregrine] Number of Users: Active","[Pipit, Meadow] Number of Users: Active","[Plover, Caspian] Number of Users: Active","[Plover, White-tailed] Number of Users: Active","[Redpoll, Lesser] Number of Users: Active","[Roller] Number of Users: Active","[Sandpiper, Spotted] Number of Users: Active","[Sapsucker, Yellow-bellied] Number of Users: Active","[Scaup, Lesser] Number of Users: Active","[Scoter, Velvet] Number of Users: Active","[Shag] Number of Users: Active","[Shearwater, Cory's] Number of Users: Active","[Shrike, Long-tailed] Number of Users: Active","[Siskin] Number of Users: Active","[Smew] Number of Users: Active","[Sparrow, Savannah] Number of Users: Active","[Sparrow, White-throated] Number of Users: Active","[Stint, Little] Number of Users: Active","[Swift, Alpine] Number of Users: Active","[Tern, Sandwich] Number of Users: Active","[Thrush, Grey-cheeked] Number of Users: Active","[Thrush, Mistle] Number of Users: Active","[Thrush, Swainson's] Number of Users: Active","[Treecreeper, Short-toed] Number of Users: Active","[Warbler, Booted] Number of Users: Active","[Warbler, Dusky] Number of Users: Active","[Warbler, Garden] Number of Users: Active","[Warbler, Golden-winged] Number of Users: Active","[Warbler, Hooded] Number of Users: Active","[Warbler, Moltoni's] Number of Users: Active","[Warbler, Sardinian] Number of Users: Active","[Warbler, Yellow-browed] Number of Users: Active","[Whimbrel] Number of Users: Active" +"2016 Q4",1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +"2017 Q1",1,0,1,0,0,1,1,1,0,1,1,0,1,1,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,1,1,1,0,1,1,1,0,1,1,1,1,0,0,1,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,1,0,0,1,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_person_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_person_count/timeseries-Year-reference.csv index 3da0b5835d..6d3e608c89 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_person_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_person_count/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[Auk, Little] Number of Users: Active","[Bunting, Black-headed] Number of Users: Active","[Bunting, Reed] Number of Users: Active","[Bunting, Yellow-breasted] Number of Users: Active","[Bunting, Yellow-browed] Number of Users: Active","[Chaffinch] Number of Users: Active","[Coot] Number of Users: Active","[Crane] Number of Users: Active","[Crane, Sandhill] Number of Users: Active","[Dove, Turtle] Number of Users: Active","[Duck, Ferruginous] Number of Users: Active","[Dunlin] Number of Users: Active","[Egret, Cattle] Number of Users: Active","[Fieldfare] Number of Users: Active","[Gallinule, Allen's] Number of Users: Active","[Goose, Egyptian] Number of Users: Active","[Grebe, Pied-billed] Number of Users: Active","[Grey, Great] Number of Users: Active","[Grey, Lesser] Number of Users: Active","[Grey, Southern] Number of Users: Active","[Grosbeak, Evening] Number of Users: Active","[Gull, Ring-billed] Number of Users: Active","[Harrier, Hen] Number of Users: Active","[Honey-buzzard] Number of Users: Active","[Ibis, Glossy] Number of Users: Active","[Jackdaw] Number of Users: Active","[Lapwing] Number of Users: Active","[Martin, Crag] Number of Users: Active","[Martin, Purple] Number of Users: Active","[Moorhen] Number of Users: Active","[Oriole, Baltimore] Number of Users: Active","[Ovenbird] Number of Users: Active","[Partridge, Red-legged] Number of Users: Active","[Peregrine] Number of Users: Active","[Pipit, Meadow] Number of Users: Active","[Plover, Caspian] Number of Users: Active","[Plover, White-tailed] Number of Users: Active","[Redpoll, Lesser] Number of Users: Active","[Roller] Number of Users: Active","[Sandpiper, Spotted] Number of Users: Active","[Sapsucker, Yellow-bellied] Number of Users: Active","[Scaup, Lesser] Number of Users: Active","[Scoter, Velvet] Number of Users: Active","[Shag] Number of Users: Active","[Shearwater, Cory's] Number of Users: Active","[Shrike, Long-tailed] Number of Users: Active","[Siskin] Number of Users: Active","[Smew] Number of Users: Active","[Sparrow, Savannah] Number of Users: Active","[Sparrow, White-throated] Number of Users: Active","[Stint, Little] Number of Users: Active","[Swift, Alpine] Number of Users: Active","[Tern, Sandwich] Number of Users: Active","[Thrush, Grey-cheeked] Number of Users: Active","[Thrush, Mistle] Number of Users: Active","[Thrush, Swainson's] Number of Users: Active","[Treecreeper, Short-toed] Number of Users: Active","[Warbler, Booted] Number of Users: Active","[Warbler, Dusky] Number of Users: Active","[Warbler, Garden] Number of Users: Active","[Warbler, Golden-winged] Number of Users: Active","[Warbler, Hooded] Number of Users: Active","[Warbler, Moltoni's] Number of Users: Active","[Warbler, Sardinian] Number of Users: Active","[Warbler, Yellow-browed] Number of Users: Active","[Whimbrel] Number of Users: Active" -2016,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 -2017,1,0,1,0,0,1,1,1,0,1,1,1,1,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,1,1,1,0,1,1,1,0,1,1,1,1,0,0,1,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,1,0,0,1,1,1 +Year,"[Auk, Little] Number of Users: Active","[Bunting, Black-headed] Number of Users: Active","[Bunting, Reed] Number of Users: Active","[Bunting, Yellow-breasted] Number of Users: Active","[Bunting, Yellow-browed] Number of Users: Active","[Chaffinch] Number of Users: Active","[Coot] Number of Users: Active","[Crane] Number of Users: Active","[Crane, Sandhill] Number of Users: Active","[Dove, Turtle] Number of Users: Active","[Duck, Ferruginous] Number of Users: Active","[Duck, Harlequin] Number of Users: Active","[Dunlin] Number of Users: Active","[Egret, Cattle] Number of Users: Active","[Fieldfare] Number of Users: Active","[Gallinule, Allen's] Number of Users: Active","[Goose, Egyptian] Number of Users: Active","[Grebe, Pied-billed] Number of Users: Active","[Grey, Great] Number of Users: Active","[Grey, Lesser] Number of Users: Active","[Grey, Southern] Number of Users: Active","[Grosbeak, Evening] Number of Users: Active","[Gull, Ring-billed] Number of Users: Active","[Harrier, Hen] Number of Users: Active","[Honey-buzzard] Number of Users: Active","[Ibis, Glossy] Number of Users: Active","[Jackdaw] Number of Users: Active","[Lapwing] Number of Users: Active","[Martin, Crag] Number of Users: Active","[Martin, Purple] Number of Users: Active","[Moorhen] Number of Users: Active","[Oriole, Baltimore] Number of Users: Active","[Ovenbird] Number of Users: Active","[Partridge, Red-legged] Number of Users: Active","[Peregrine] Number of Users: Active","[Pipit, Meadow] Number of Users: Active","[Plover, Caspian] Number of Users: Active","[Plover, White-tailed] Number of Users: Active","[Redpoll, Lesser] Number of Users: Active","[Roller] Number of Users: Active","[Sandpiper, Spotted] Number of Users: Active","[Sapsucker, Yellow-bellied] Number of Users: Active","[Scaup, Lesser] Number of Users: Active","[Scoter, Velvet] Number of Users: Active","[Shag] Number of Users: Active","[Shearwater, Cory's] Number of Users: Active","[Shrike, Long-tailed] Number of Users: Active","[Siskin] Number of Users: Active","[Smew] Number of Users: Active","[Sparrow, Savannah] Number of Users: Active","[Sparrow, White-throated] Number of Users: Active","[Stint, Little] Number of Users: Active","[Swift, Alpine] Number of Users: Active","[Tern, Sandwich] Number of Users: Active","[Thrush, Grey-cheeked] Number of Users: Active","[Thrush, Mistle] Number of Users: Active","[Thrush, Swainson's] Number of Users: Active","[Treecreeper, Short-toed] Number of Users: Active","[Warbler, Booted] Number of Users: Active","[Warbler, Dusky] Number of Users: Active","[Warbler, Garden] Number of Users: Active","[Warbler, Golden-winged] Number of Users: Active","[Warbler, Hooded] Number of Users: Active","[Warbler, Moltoni's] Number of Users: Active","[Warbler, Sardinian] Number of Users: Active","[Warbler, Yellow-browed] Number of Users: Active","[Whimbrel] Number of Users: Active" +2016,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +2017,1,0,1,0,0,1,1,1,0,1,1,0,1,1,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,1,1,1,0,1,1,1,0,1,1,1,1,0,0,1,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,1,0,0,1,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_pi_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_pi_count/aggregate-Day-reference.csv index 3c952c9d5c..4b7dd133b7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_pi_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_pi_count/aggregate-Day-reference.csv @@ -17,6 +17,7 @@ Crane,1 "Crane, Sandhill",1 "Dove, Turtle",1 "Duck, Ferruginous",1 +"Duck, Harlequin",1 Dunlin,1 "Egret, Cattle",1 Fieldfare,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_pi_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_pi_count/aggregate-Month-reference.csv index 3c952c9d5c..4b7dd133b7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_pi_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_pi_count/aggregate-Month-reference.csv @@ -17,6 +17,7 @@ Crane,1 "Crane, Sandhill",1 "Dove, Turtle",1 "Duck, Ferruginous",1 +"Duck, Harlequin",1 Dunlin,1 "Egret, Cattle",1 Fieldfare,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_pi_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_pi_count/aggregate-Quarter-reference.csv index 3c952c9d5c..4b7dd133b7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_pi_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_pi_count/aggregate-Quarter-reference.csv @@ -17,6 +17,7 @@ Crane,1 "Crane, Sandhill",1 "Dove, Turtle",1 "Duck, Ferruginous",1 +"Duck, Harlequin",1 Dunlin,1 "Egret, Cattle",1 Fieldfare,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_pi_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_pi_count/aggregate-Year-reference.csv index 3c952c9d5c..4b7dd133b7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_pi_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_pi_count/aggregate-Year-reference.csv @@ -17,6 +17,7 @@ Crane,1 "Crane, Sandhill",1 "Dove, Turtle",1 "Duck, Ferruginous",1 +"Duck, Harlequin",1 Dunlin,1 "Egret, Cattle",1 Fieldfare,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_pi_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_pi_count/timeseries-Day-reference.csv index df3142c666..65d5229880 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_pi_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_pi_count/timeseries-Day-reference.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[Auk, Little] Number of PIs: Active","[Bunting, Black-headed] Number of PIs: Active","[Bunting, Reed] Number of PIs: Active","[Bunting, Yellow-breasted] Number of PIs: Active","[Bunting, Yellow-browed] Number of PIs: Active","[Chaffinch] Number of PIs: Active","[Coot] Number of PIs: Active","[Crane] Number of PIs: Active","[Crane, Sandhill] Number of PIs: Active","[Dove, Turtle] Number of PIs: Active","[Duck, Ferruginous] Number of PIs: Active","[Dunlin] Number of PIs: Active","[Egret, Cattle] Number of PIs: Active","[Fieldfare] Number of PIs: Active","[Gallinule, Allen's] Number of PIs: Active","[Goose, Egyptian] Number of PIs: Active","[Grebe, Pied-billed] Number of PIs: Active","[Grey, Great] Number of PIs: Active","[Grey, Lesser] Number of PIs: Active","[Grey, Southern] Number of PIs: Active","[Grosbeak, Evening] Number of PIs: Active","[Gull, Ring-billed] Number of PIs: Active","[Harrier, Hen] Number of PIs: Active","[Honey-buzzard] Number of PIs: Active","[Ibis, Glossy] Number of PIs: Active","[Jackdaw] Number of PIs: Active","[Lapwing] Number of PIs: Active","[Martin, Crag] Number of PIs: Active","[Martin, Purple] Number of PIs: Active","[Moorhen] Number of PIs: Active","[Oriole, Baltimore] Number of PIs: Active","[Ovenbird] Number of PIs: Active","[Partridge, Red-legged] Number of PIs: Active","[Peregrine] Number of PIs: Active","[Pipit, Meadow] Number of PIs: Active","[Plover, Caspian] Number of PIs: Active","[Plover, White-tailed] Number of PIs: Active","[Redpoll, Lesser] Number of PIs: Active","[Roller] Number of PIs: Active","[Sandpiper, Spotted] Number of PIs: Active","[Sapsucker, Yellow-bellied] Number of PIs: Active","[Scaup, Lesser] Number of PIs: Active","[Scoter, Velvet] Number of PIs: Active","[Shag] Number of PIs: Active","[Shearwater, Cory's] Number of PIs: Active","[Shrike, Long-tailed] Number of PIs: Active","[Siskin] Number of PIs: Active","[Smew] Number of PIs: Active","[Sparrow, Savannah] Number of PIs: Active","[Sparrow, White-throated] Number of PIs: Active","[Stint, Little] Number of PIs: Active","[Swift, Alpine] Number of PIs: Active","[Tern, Sandwich] Number of PIs: Active","[Thrush, Grey-cheeked] Number of PIs: Active","[Thrush, Mistle] Number of PIs: Active","[Thrush, Swainson's] Number of PIs: Active","[Treecreeper, Short-toed] Number of PIs: Active","[Warbler, Booted] Number of PIs: Active","[Warbler, Dusky] Number of PIs: Active","[Warbler, Garden] Number of PIs: Active","[Warbler, Golden-winged] Number of PIs: Active","[Warbler, Hooded] Number of PIs: Active","[Warbler, Moltoni's] Number of PIs: Active","[Warbler, Sardinian] Number of PIs: Active","[Warbler, Yellow-browed] Number of PIs: Active","[Whimbrel] Number of PIs: Active" -2016-12-22,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-25,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-26,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0 -2016-12-27,0,0,1,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,1,1,0,1,0,0,1,0,0,0 -2016-12-28,0,0,1,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,0,0,1,1,1,0,0,1,0,1,0,0,0,0,1,1,1,0,0,1,0,0,0,0,0,1,0,1,0,1,1,0,1,0,1,1,1,0,0 -2016-12-29,1,0,1,1,1,1,0,1,1,1,1,0,0,0,0,1,1,0,0,0,1,0,1,1,1,0,1,0,0,1,1,1,0,1,1,0,1,1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,0,1,0,1,1,1,1,0 -2016-12-30,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 -2016-12-31,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,0,1,1,1,0,1,1,0,1,1,1,1,0,1,1,1,0,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,0,1,0,1 -2017-01-01,1,0,1,0,0,1,1,1,0,1,1,1,1,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,1,1,1,0,1,1,1,0,1,1,1,1,0,0,1,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,1,0,0,1,1,1 +Day,"[Auk, Little] Number of PIs: Active","[Bunting, Black-headed] Number of PIs: Active","[Bunting, Reed] Number of PIs: Active","[Bunting, Yellow-breasted] Number of PIs: Active","[Bunting, Yellow-browed] Number of PIs: Active","[Chaffinch] Number of PIs: Active","[Coot] Number of PIs: Active","[Crane] Number of PIs: Active","[Crane, Sandhill] Number of PIs: Active","[Dove, Turtle] Number of PIs: Active","[Duck, Ferruginous] Number of PIs: Active","[Duck, Harlequin] Number of PIs: Active","[Dunlin] Number of PIs: Active","[Egret, Cattle] Number of PIs: Active","[Fieldfare] Number of PIs: Active","[Gallinule, Allen's] Number of PIs: Active","[Goose, Egyptian] Number of PIs: Active","[Grebe, Pied-billed] Number of PIs: Active","[Grey, Great] Number of PIs: Active","[Grey, Lesser] Number of PIs: Active","[Grey, Southern] Number of PIs: Active","[Grosbeak, Evening] Number of PIs: Active","[Gull, Ring-billed] Number of PIs: Active","[Harrier, Hen] Number of PIs: Active","[Honey-buzzard] Number of PIs: Active","[Ibis, Glossy] Number of PIs: Active","[Jackdaw] Number of PIs: Active","[Lapwing] Number of PIs: Active","[Martin, Crag] Number of PIs: Active","[Martin, Purple] Number of PIs: Active","[Moorhen] Number of PIs: Active","[Oriole, Baltimore] Number of PIs: Active","[Ovenbird] Number of PIs: Active","[Partridge, Red-legged] Number of PIs: Active","[Peregrine] Number of PIs: Active","[Pipit, Meadow] Number of PIs: Active","[Plover, Caspian] Number of PIs: Active","[Plover, White-tailed] Number of PIs: Active","[Redpoll, Lesser] Number of PIs: Active","[Roller] Number of PIs: Active","[Sandpiper, Spotted] Number of PIs: Active","[Sapsucker, Yellow-bellied] Number of PIs: Active","[Scaup, Lesser] Number of PIs: Active","[Scoter, Velvet] Number of PIs: Active","[Shag] Number of PIs: Active","[Shearwater, Cory's] Number of PIs: Active","[Shrike, Long-tailed] Number of PIs: Active","[Siskin] Number of PIs: Active","[Smew] Number of PIs: Active","[Sparrow, Savannah] Number of PIs: Active","[Sparrow, White-throated] Number of PIs: Active","[Stint, Little] Number of PIs: Active","[Swift, Alpine] Number of PIs: Active","[Tern, Sandwich] Number of PIs: Active","[Thrush, Grey-cheeked] Number of PIs: Active","[Thrush, Mistle] Number of PIs: Active","[Thrush, Swainson's] Number of PIs: Active","[Treecreeper, Short-toed] Number of PIs: Active","[Warbler, Booted] Number of PIs: Active","[Warbler, Dusky] Number of PIs: Active","[Warbler, Garden] Number of PIs: Active","[Warbler, Golden-winged] Number of PIs: Active","[Warbler, Hooded] Number of PIs: Active","[Warbler, Moltoni's] Number of PIs: Active","[Warbler, Sardinian] Number of PIs: Active","[Warbler, Yellow-browed] Number of PIs: Active","[Whimbrel] Number of PIs: Active" +2016-12-22,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-25,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-26,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0 +2016-12-27,0,0,1,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,1,1,0,1,0,0,1,0,0,0 +2016-12-28,0,0,1,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,0,0,1,1,1,0,0,1,0,1,0,0,0,0,1,1,1,0,0,1,0,0,0,0,0,1,0,1,0,1,1,0,1,0,1,1,1,0,0 +2016-12-29,1,0,1,1,1,1,0,1,1,1,1,0,0,0,0,0,1,1,0,0,0,1,0,1,1,1,0,1,0,0,1,1,1,0,1,1,0,1,1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,0,1,0,1,1,1,1,0 +2016-12-30,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +2016-12-31,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,1,0,1,1,1,0,1,1,1,0,1,1,0,1,1,1,1,0,1,1,1,0,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,0,1,0,1 +2017-01-01,1,0,1,0,0,1,1,1,0,1,1,0,1,1,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,1,1,1,0,1,1,1,0,1,1,1,1,0,0,1,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,1,0,0,1,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_pi_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_pi_count/timeseries-Month-reference.csv index e9006d05ae..3400f9d21e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_pi_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_pi_count/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[Auk, Little] Number of PIs: Active","[Bunting, Black-headed] Number of PIs: Active","[Bunting, Reed] Number of PIs: Active","[Bunting, Yellow-breasted] Number of PIs: Active","[Bunting, Yellow-browed] Number of PIs: Active","[Chaffinch] Number of PIs: Active","[Coot] Number of PIs: Active","[Crane] Number of PIs: Active","[Crane, Sandhill] Number of PIs: Active","[Dove, Turtle] Number of PIs: Active","[Duck, Ferruginous] Number of PIs: Active","[Dunlin] Number of PIs: Active","[Egret, Cattle] Number of PIs: Active","[Fieldfare] Number of PIs: Active","[Gallinule, Allen's] Number of PIs: Active","[Goose, Egyptian] Number of PIs: Active","[Grebe, Pied-billed] Number of PIs: Active","[Grey, Great] Number of PIs: Active","[Grey, Lesser] Number of PIs: Active","[Grey, Southern] Number of PIs: Active","[Grosbeak, Evening] Number of PIs: Active","[Gull, Ring-billed] Number of PIs: Active","[Harrier, Hen] Number of PIs: Active","[Honey-buzzard] Number of PIs: Active","[Ibis, Glossy] Number of PIs: Active","[Jackdaw] Number of PIs: Active","[Lapwing] Number of PIs: Active","[Martin, Crag] Number of PIs: Active","[Martin, Purple] Number of PIs: Active","[Moorhen] Number of PIs: Active","[Oriole, Baltimore] Number of PIs: Active","[Ovenbird] Number of PIs: Active","[Partridge, Red-legged] Number of PIs: Active","[Peregrine] Number of PIs: Active","[Pipit, Meadow] Number of PIs: Active","[Plover, Caspian] Number of PIs: Active","[Plover, White-tailed] Number of PIs: Active","[Redpoll, Lesser] Number of PIs: Active","[Roller] Number of PIs: Active","[Sandpiper, Spotted] Number of PIs: Active","[Sapsucker, Yellow-bellied] Number of PIs: Active","[Scaup, Lesser] Number of PIs: Active","[Scoter, Velvet] Number of PIs: Active","[Shag] Number of PIs: Active","[Shearwater, Cory's] Number of PIs: Active","[Shrike, Long-tailed] Number of PIs: Active","[Siskin] Number of PIs: Active","[Smew] Number of PIs: Active","[Sparrow, Savannah] Number of PIs: Active","[Sparrow, White-throated] Number of PIs: Active","[Stint, Little] Number of PIs: Active","[Swift, Alpine] Number of PIs: Active","[Tern, Sandwich] Number of PIs: Active","[Thrush, Grey-cheeked] Number of PIs: Active","[Thrush, Mistle] Number of PIs: Active","[Thrush, Swainson's] Number of PIs: Active","[Treecreeper, Short-toed] Number of PIs: Active","[Warbler, Booted] Number of PIs: Active","[Warbler, Dusky] Number of PIs: Active","[Warbler, Garden] Number of PIs: Active","[Warbler, Golden-winged] Number of PIs: Active","[Warbler, Hooded] Number of PIs: Active","[Warbler, Moltoni's] Number of PIs: Active","[Warbler, Sardinian] Number of PIs: Active","[Warbler, Yellow-browed] Number of PIs: Active","[Whimbrel] Number of PIs: Active" -2016-12,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 -2017-01,1,0,1,0,0,1,1,1,0,1,1,1,1,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,1,1,1,0,1,1,1,0,1,1,1,1,0,0,1,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,1,0,0,1,1,1 +Month,"[Auk, Little] Number of PIs: Active","[Bunting, Black-headed] Number of PIs: Active","[Bunting, Reed] Number of PIs: Active","[Bunting, Yellow-breasted] Number of PIs: Active","[Bunting, Yellow-browed] Number of PIs: Active","[Chaffinch] Number of PIs: Active","[Coot] Number of PIs: Active","[Crane] Number of PIs: Active","[Crane, Sandhill] Number of PIs: Active","[Dove, Turtle] Number of PIs: Active","[Duck, Ferruginous] Number of PIs: Active","[Duck, Harlequin] Number of PIs: Active","[Dunlin] Number of PIs: Active","[Egret, Cattle] Number of PIs: Active","[Fieldfare] Number of PIs: Active","[Gallinule, Allen's] Number of PIs: Active","[Goose, Egyptian] Number of PIs: Active","[Grebe, Pied-billed] Number of PIs: Active","[Grey, Great] Number of PIs: Active","[Grey, Lesser] Number of PIs: Active","[Grey, Southern] Number of PIs: Active","[Grosbeak, Evening] Number of PIs: Active","[Gull, Ring-billed] Number of PIs: Active","[Harrier, Hen] Number of PIs: Active","[Honey-buzzard] Number of PIs: Active","[Ibis, Glossy] Number of PIs: Active","[Jackdaw] Number of PIs: Active","[Lapwing] Number of PIs: Active","[Martin, Crag] Number of PIs: Active","[Martin, Purple] Number of PIs: Active","[Moorhen] Number of PIs: Active","[Oriole, Baltimore] Number of PIs: Active","[Ovenbird] Number of PIs: Active","[Partridge, Red-legged] Number of PIs: Active","[Peregrine] Number of PIs: Active","[Pipit, Meadow] Number of PIs: Active","[Plover, Caspian] Number of PIs: Active","[Plover, White-tailed] Number of PIs: Active","[Redpoll, Lesser] Number of PIs: Active","[Roller] Number of PIs: Active","[Sandpiper, Spotted] Number of PIs: Active","[Sapsucker, Yellow-bellied] Number of PIs: Active","[Scaup, Lesser] Number of PIs: Active","[Scoter, Velvet] Number of PIs: Active","[Shag] Number of PIs: Active","[Shearwater, Cory's] Number of PIs: Active","[Shrike, Long-tailed] Number of PIs: Active","[Siskin] Number of PIs: Active","[Smew] Number of PIs: Active","[Sparrow, Savannah] Number of PIs: Active","[Sparrow, White-throated] Number of PIs: Active","[Stint, Little] Number of PIs: Active","[Swift, Alpine] Number of PIs: Active","[Tern, Sandwich] Number of PIs: Active","[Thrush, Grey-cheeked] Number of PIs: Active","[Thrush, Mistle] Number of PIs: Active","[Thrush, Swainson's] Number of PIs: Active","[Treecreeper, Short-toed] Number of PIs: Active","[Warbler, Booted] Number of PIs: Active","[Warbler, Dusky] Number of PIs: Active","[Warbler, Garden] Number of PIs: Active","[Warbler, Golden-winged] Number of PIs: Active","[Warbler, Hooded] Number of PIs: Active","[Warbler, Moltoni's] Number of PIs: Active","[Warbler, Sardinian] Number of PIs: Active","[Warbler, Yellow-browed] Number of PIs: Active","[Whimbrel] Number of PIs: Active" +2016-12,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +2017-01,1,0,1,0,0,1,1,1,0,1,1,0,1,1,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,1,1,1,0,1,1,1,0,1,1,1,1,0,0,1,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,1,0,0,1,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_pi_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_pi_count/timeseries-Quarter-reference.csv index 59b7cc826e..1d3280c933 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_pi_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_pi_count/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[Auk, Little] Number of PIs: Active","[Bunting, Black-headed] Number of PIs: Active","[Bunting, Reed] Number of PIs: Active","[Bunting, Yellow-breasted] Number of PIs: Active","[Bunting, Yellow-browed] Number of PIs: Active","[Chaffinch] Number of PIs: Active","[Coot] Number of PIs: Active","[Crane] Number of PIs: Active","[Crane, Sandhill] Number of PIs: Active","[Dove, Turtle] Number of PIs: Active","[Duck, Ferruginous] Number of PIs: Active","[Dunlin] Number of PIs: Active","[Egret, Cattle] Number of PIs: Active","[Fieldfare] Number of PIs: Active","[Gallinule, Allen's] Number of PIs: Active","[Goose, Egyptian] Number of PIs: Active","[Grebe, Pied-billed] Number of PIs: Active","[Grey, Great] Number of PIs: Active","[Grey, Lesser] Number of PIs: Active","[Grey, Southern] Number of PIs: Active","[Grosbeak, Evening] Number of PIs: Active","[Gull, Ring-billed] Number of PIs: Active","[Harrier, Hen] Number of PIs: Active","[Honey-buzzard] Number of PIs: Active","[Ibis, Glossy] Number of PIs: Active","[Jackdaw] Number of PIs: Active","[Lapwing] Number of PIs: Active","[Martin, Crag] Number of PIs: Active","[Martin, Purple] Number of PIs: Active","[Moorhen] Number of PIs: Active","[Oriole, Baltimore] Number of PIs: Active","[Ovenbird] Number of PIs: Active","[Partridge, Red-legged] Number of PIs: Active","[Peregrine] Number of PIs: Active","[Pipit, Meadow] Number of PIs: Active","[Plover, Caspian] Number of PIs: Active","[Plover, White-tailed] Number of PIs: Active","[Redpoll, Lesser] Number of PIs: Active","[Roller] Number of PIs: Active","[Sandpiper, Spotted] Number of PIs: Active","[Sapsucker, Yellow-bellied] Number of PIs: Active","[Scaup, Lesser] Number of PIs: Active","[Scoter, Velvet] Number of PIs: Active","[Shag] Number of PIs: Active","[Shearwater, Cory's] Number of PIs: Active","[Shrike, Long-tailed] Number of PIs: Active","[Siskin] Number of PIs: Active","[Smew] Number of PIs: Active","[Sparrow, Savannah] Number of PIs: Active","[Sparrow, White-throated] Number of PIs: Active","[Stint, Little] Number of PIs: Active","[Swift, Alpine] Number of PIs: Active","[Tern, Sandwich] Number of PIs: Active","[Thrush, Grey-cheeked] Number of PIs: Active","[Thrush, Mistle] Number of PIs: Active","[Thrush, Swainson's] Number of PIs: Active","[Treecreeper, Short-toed] Number of PIs: Active","[Warbler, Booted] Number of PIs: Active","[Warbler, Dusky] Number of PIs: Active","[Warbler, Garden] Number of PIs: Active","[Warbler, Golden-winged] Number of PIs: Active","[Warbler, Hooded] Number of PIs: Active","[Warbler, Moltoni's] Number of PIs: Active","[Warbler, Sardinian] Number of PIs: Active","[Warbler, Yellow-browed] Number of PIs: Active","[Whimbrel] Number of PIs: Active" -"2016 Q4",1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 -"2017 Q1",1,0,1,0,0,1,1,1,0,1,1,1,1,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,1,1,1,0,1,1,1,0,1,1,1,1,0,0,1,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,1,0,0,1,1,1 +Quarter,"[Auk, Little] Number of PIs: Active","[Bunting, Black-headed] Number of PIs: Active","[Bunting, Reed] Number of PIs: Active","[Bunting, Yellow-breasted] Number of PIs: Active","[Bunting, Yellow-browed] Number of PIs: Active","[Chaffinch] Number of PIs: Active","[Coot] Number of PIs: Active","[Crane] Number of PIs: Active","[Crane, Sandhill] Number of PIs: Active","[Dove, Turtle] Number of PIs: Active","[Duck, Ferruginous] Number of PIs: Active","[Duck, Harlequin] Number of PIs: Active","[Dunlin] Number of PIs: Active","[Egret, Cattle] Number of PIs: Active","[Fieldfare] Number of PIs: Active","[Gallinule, Allen's] Number of PIs: Active","[Goose, Egyptian] Number of PIs: Active","[Grebe, Pied-billed] Number of PIs: Active","[Grey, Great] Number of PIs: Active","[Grey, Lesser] Number of PIs: Active","[Grey, Southern] Number of PIs: Active","[Grosbeak, Evening] Number of PIs: Active","[Gull, Ring-billed] Number of PIs: Active","[Harrier, Hen] Number of PIs: Active","[Honey-buzzard] Number of PIs: Active","[Ibis, Glossy] Number of PIs: Active","[Jackdaw] Number of PIs: Active","[Lapwing] Number of PIs: Active","[Martin, Crag] Number of PIs: Active","[Martin, Purple] Number of PIs: Active","[Moorhen] Number of PIs: Active","[Oriole, Baltimore] Number of PIs: Active","[Ovenbird] Number of PIs: Active","[Partridge, Red-legged] Number of PIs: Active","[Peregrine] Number of PIs: Active","[Pipit, Meadow] Number of PIs: Active","[Plover, Caspian] Number of PIs: Active","[Plover, White-tailed] Number of PIs: Active","[Redpoll, Lesser] Number of PIs: Active","[Roller] Number of PIs: Active","[Sandpiper, Spotted] Number of PIs: Active","[Sapsucker, Yellow-bellied] Number of PIs: Active","[Scaup, Lesser] Number of PIs: Active","[Scoter, Velvet] Number of PIs: Active","[Shag] Number of PIs: Active","[Shearwater, Cory's] Number of PIs: Active","[Shrike, Long-tailed] Number of PIs: Active","[Siskin] Number of PIs: Active","[Smew] Number of PIs: Active","[Sparrow, Savannah] Number of PIs: Active","[Sparrow, White-throated] Number of PIs: Active","[Stint, Little] Number of PIs: Active","[Swift, Alpine] Number of PIs: Active","[Tern, Sandwich] Number of PIs: Active","[Thrush, Grey-cheeked] Number of PIs: Active","[Thrush, Mistle] Number of PIs: Active","[Thrush, Swainson's] Number of PIs: Active","[Treecreeper, Short-toed] Number of PIs: Active","[Warbler, Booted] Number of PIs: Active","[Warbler, Dusky] Number of PIs: Active","[Warbler, Garden] Number of PIs: Active","[Warbler, Golden-winged] Number of PIs: Active","[Warbler, Hooded] Number of PIs: Active","[Warbler, Moltoni's] Number of PIs: Active","[Warbler, Sardinian] Number of PIs: Active","[Warbler, Yellow-browed] Number of PIs: Active","[Whimbrel] Number of PIs: Active" +"2016 Q4",1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +"2017 Q1",1,0,1,0,0,1,1,1,0,1,1,0,1,1,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,1,1,1,0,1,1,1,0,1,1,1,1,0,0,1,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,1,0,0,1,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_pi_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_pi_count/timeseries-Year-reference.csv index e45c0e1257..61fd8438a2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_pi_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_pi_count/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[Auk, Little] Number of PIs: Active","[Bunting, Black-headed] Number of PIs: Active","[Bunting, Reed] Number of PIs: Active","[Bunting, Yellow-breasted] Number of PIs: Active","[Bunting, Yellow-browed] Number of PIs: Active","[Chaffinch] Number of PIs: Active","[Coot] Number of PIs: Active","[Crane] Number of PIs: Active","[Crane, Sandhill] Number of PIs: Active","[Dove, Turtle] Number of PIs: Active","[Duck, Ferruginous] Number of PIs: Active","[Dunlin] Number of PIs: Active","[Egret, Cattle] Number of PIs: Active","[Fieldfare] Number of PIs: Active","[Gallinule, Allen's] Number of PIs: Active","[Goose, Egyptian] Number of PIs: Active","[Grebe, Pied-billed] Number of PIs: Active","[Grey, Great] Number of PIs: Active","[Grey, Lesser] Number of PIs: Active","[Grey, Southern] Number of PIs: Active","[Grosbeak, Evening] Number of PIs: Active","[Gull, Ring-billed] Number of PIs: Active","[Harrier, Hen] Number of PIs: Active","[Honey-buzzard] Number of PIs: Active","[Ibis, Glossy] Number of PIs: Active","[Jackdaw] Number of PIs: Active","[Lapwing] Number of PIs: Active","[Martin, Crag] Number of PIs: Active","[Martin, Purple] Number of PIs: Active","[Moorhen] Number of PIs: Active","[Oriole, Baltimore] Number of PIs: Active","[Ovenbird] Number of PIs: Active","[Partridge, Red-legged] Number of PIs: Active","[Peregrine] Number of PIs: Active","[Pipit, Meadow] Number of PIs: Active","[Plover, Caspian] Number of PIs: Active","[Plover, White-tailed] Number of PIs: Active","[Redpoll, Lesser] Number of PIs: Active","[Roller] Number of PIs: Active","[Sandpiper, Spotted] Number of PIs: Active","[Sapsucker, Yellow-bellied] Number of PIs: Active","[Scaup, Lesser] Number of PIs: Active","[Scoter, Velvet] Number of PIs: Active","[Shag] Number of PIs: Active","[Shearwater, Cory's] Number of PIs: Active","[Shrike, Long-tailed] Number of PIs: Active","[Siskin] Number of PIs: Active","[Smew] Number of PIs: Active","[Sparrow, Savannah] Number of PIs: Active","[Sparrow, White-throated] Number of PIs: Active","[Stint, Little] Number of PIs: Active","[Swift, Alpine] Number of PIs: Active","[Tern, Sandwich] Number of PIs: Active","[Thrush, Grey-cheeked] Number of PIs: Active","[Thrush, Mistle] Number of PIs: Active","[Thrush, Swainson's] Number of PIs: Active","[Treecreeper, Short-toed] Number of PIs: Active","[Warbler, Booted] Number of PIs: Active","[Warbler, Dusky] Number of PIs: Active","[Warbler, Garden] Number of PIs: Active","[Warbler, Golden-winged] Number of PIs: Active","[Warbler, Hooded] Number of PIs: Active","[Warbler, Moltoni's] Number of PIs: Active","[Warbler, Sardinian] Number of PIs: Active","[Warbler, Yellow-browed] Number of PIs: Active","[Whimbrel] Number of PIs: Active" -2016,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 -2017,1,0,1,0,0,1,1,1,0,1,1,1,1,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,1,1,1,0,1,1,1,0,1,1,1,1,0,0,1,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,1,0,0,1,1,1 +Year,"[Auk, Little] Number of PIs: Active","[Bunting, Black-headed] Number of PIs: Active","[Bunting, Reed] Number of PIs: Active","[Bunting, Yellow-breasted] Number of PIs: Active","[Bunting, Yellow-browed] Number of PIs: Active","[Chaffinch] Number of PIs: Active","[Coot] Number of PIs: Active","[Crane] Number of PIs: Active","[Crane, Sandhill] Number of PIs: Active","[Dove, Turtle] Number of PIs: Active","[Duck, Ferruginous] Number of PIs: Active","[Duck, Harlequin] Number of PIs: Active","[Dunlin] Number of PIs: Active","[Egret, Cattle] Number of PIs: Active","[Fieldfare] Number of PIs: Active","[Gallinule, Allen's] Number of PIs: Active","[Goose, Egyptian] Number of PIs: Active","[Grebe, Pied-billed] Number of PIs: Active","[Grey, Great] Number of PIs: Active","[Grey, Lesser] Number of PIs: Active","[Grey, Southern] Number of PIs: Active","[Grosbeak, Evening] Number of PIs: Active","[Gull, Ring-billed] Number of PIs: Active","[Harrier, Hen] Number of PIs: Active","[Honey-buzzard] Number of PIs: Active","[Ibis, Glossy] Number of PIs: Active","[Jackdaw] Number of PIs: Active","[Lapwing] Number of PIs: Active","[Martin, Crag] Number of PIs: Active","[Martin, Purple] Number of PIs: Active","[Moorhen] Number of PIs: Active","[Oriole, Baltimore] Number of PIs: Active","[Ovenbird] Number of PIs: Active","[Partridge, Red-legged] Number of PIs: Active","[Peregrine] Number of PIs: Active","[Pipit, Meadow] Number of PIs: Active","[Plover, Caspian] Number of PIs: Active","[Plover, White-tailed] Number of PIs: Active","[Redpoll, Lesser] Number of PIs: Active","[Roller] Number of PIs: Active","[Sandpiper, Spotted] Number of PIs: Active","[Sapsucker, Yellow-bellied] Number of PIs: Active","[Scaup, Lesser] Number of PIs: Active","[Scoter, Velvet] Number of PIs: Active","[Shag] Number of PIs: Active","[Shearwater, Cory's] Number of PIs: Active","[Shrike, Long-tailed] Number of PIs: Active","[Siskin] Number of PIs: Active","[Smew] Number of PIs: Active","[Sparrow, Savannah] Number of PIs: Active","[Sparrow, White-throated] Number of PIs: Active","[Stint, Little] Number of PIs: Active","[Swift, Alpine] Number of PIs: Active","[Tern, Sandwich] Number of PIs: Active","[Thrush, Grey-cheeked] Number of PIs: Active","[Thrush, Mistle] Number of PIs: Active","[Thrush, Swainson's] Number of PIs: Active","[Treecreeper, Short-toed] Number of PIs: Active","[Warbler, Booted] Number of PIs: Active","[Warbler, Dusky] Number of PIs: Active","[Warbler, Garden] Number of PIs: Active","[Warbler, Golden-winged] Number of PIs: Active","[Warbler, Hooded] Number of PIs: Active","[Warbler, Moltoni's] Number of PIs: Active","[Warbler, Sardinian] Number of PIs: Active","[Warbler, Yellow-browed] Number of PIs: Active","[Whimbrel] Number of PIs: Active" +2016,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +2017,1,0,1,0,0,1,1,1,0,1,1,0,1,1,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,1,1,1,1,0,1,1,1,0,1,1,1,1,0,0,1,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,1,0,0,1,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_resource_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_resource_count/aggregate-Day-reference.csv index 764bf95e48..6b73aca503 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_resource_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_resource_count/aggregate-Day-reference.csv @@ -26,6 +26,7 @@ Coot,1 Crane,1 "Dove, Turtle",1 "Duck, Ferruginous",1 +"Duck, Harlequin",1 Dunlin,1 "Egret, Cattle",1 Fieldfare,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_resource_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_resource_count/aggregate-Month-reference.csv index 764bf95e48..6b73aca503 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_resource_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_resource_count/aggregate-Month-reference.csv @@ -26,6 +26,7 @@ Coot,1 Crane,1 "Dove, Turtle",1 "Duck, Ferruginous",1 +"Duck, Harlequin",1 Dunlin,1 "Egret, Cattle",1 Fieldfare,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_resource_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_resource_count/aggregate-Quarter-reference.csv index 764bf95e48..6b73aca503 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_resource_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_resource_count/aggregate-Quarter-reference.csv @@ -26,6 +26,7 @@ Coot,1 Crane,1 "Dove, Turtle",1 "Duck, Ferruginous",1 +"Duck, Harlequin",1 Dunlin,1 "Egret, Cattle",1 Fieldfare,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_resource_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_resource_count/aggregate-Year-reference.csv index 764bf95e48..6b73aca503 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_resource_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_resource_count/aggregate-Year-reference.csv @@ -26,6 +26,7 @@ Coot,1 Crane,1 "Dove, Turtle",1 "Duck, Ferruginous",1 +"Duck, Harlequin",1 Dunlin,1 "Egret, Cattle",1 Fieldfare,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_resource_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_resource_count/timeseries-Day-reference.csv index 7da97e2b57..dcaf0d7dbd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_resource_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_resource_count/timeseries-Day-reference.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[Honey-buzzard] Number of Resources: Active","[Bunting, Reed] Number of Resources: Active","[Crane, Sandhill] Number of Resources: Active","[Bunting, Yellow-breasted] Number of Resources: Active","[Bunting, Yellow-browed] Number of Resources: Active","[Plover, Caspian] Number of Resources: Active","[Scoter, Velvet] Number of Resources: Active","[Shag] Number of Resources: Active","[Shrike, Long-tailed] Number of Resources: Active","[Stint, Little] Number of Resources: Active","[Thrush, Grey-cheeked] Number of Resources: Active","[Thrush, Swainson's] Number of Resources: Active","[Warbler, Sardinian] Number of Resources: Active","[Auk, Little] Number of Resources: Active","[Bunting, Black-headed] Number of Resources: Active","[Chaffinch] Number of Resources: Active","[Coot] Number of Resources: Active","[Crane] Number of Resources: Active","[Dove, Turtle] Number of Resources: Active","[Duck, Ferruginous] Number of Resources: Active","[Dunlin] Number of Resources: Active","[Egret, Cattle] Number of Resources: Active","[Fieldfare] Number of Resources: Active","[Gallinule, Allen's] Number of Resources: Active","[Goose, Egyptian] Number of Resources: Active","[Grebe, Pied-billed] Number of Resources: Active","[Grey, Great] Number of Resources: Active","[Grey, Lesser] Number of Resources: Active","[Grey, Southern] Number of Resources: Active","[Grosbeak, Evening] Number of Resources: Active","[Gull, Ring-billed] Number of Resources: Active","[Harrier, Hen] Number of Resources: Active","[Ibis, Glossy] Number of Resources: Active","[Jackdaw] Number of Resources: Active","[Lapwing] Number of Resources: Active","[Martin, Crag] Number of Resources: Active","[Martin, Purple] Number of Resources: Active","[Moorhen] Number of Resources: Active","[Oriole, Baltimore] Number of Resources: Active","[Ovenbird] Number of Resources: Active","[Partridge, Red-legged] Number of Resources: Active","[Peregrine] Number of Resources: Active","[Pipit, Meadow] Number of Resources: Active","[Plover, White-tailed] Number of Resources: Active","[Redpoll, Lesser] Number of Resources: Active","[Roller] Number of Resources: Active","[Sandpiper, Spotted] Number of Resources: Active","[Sapsucker, Yellow-bellied] Number of Resources: Active","[Scaup, Lesser] Number of Resources: Active","[Shearwater, Cory's] Number of Resources: Active","[Siskin] Number of Resources: Active","[Smew] Number of Resources: Active","[Sparrow, Savannah] Number of Resources: Active","[Sparrow, White-throated] Number of Resources: Active","[Swift, Alpine] Number of Resources: Active","[Tern, Sandwich] Number of Resources: Active","[Thrush, Mistle] Number of Resources: Active","[Treecreeper, Short-toed] Number of Resources: Active","[Warbler, Booted] Number of Resources: Active","[Warbler, Dusky] Number of Resources: Active","[Warbler, Garden] Number of Resources: Active","[Warbler, Golden-winged] Number of Resources: Active","[Warbler, Hooded] Number of Resources: Active","[Warbler, Moltoni's] Number of Resources: Active","[Warbler, Yellow-browed] Number of Resources: Active","[Whimbrel] Number of Resources: Active" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 -2016-12-25,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 -2016-12-26,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0 -2016-12-27,1,2,1,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,0,1,0,0,1,0,0 -2016-12-28,1,2,2,1,0,0,1,2,0,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,1,1,1,0,0,1,1,0,0,0,0,1,0,1,0,0,0,0,1,1,1,1,0,1,0,1,1,0,0 -2016-12-29,4,3,3,2,1,0,1,2,1,0,1,2,1,1,0,1,0,1,1,1,0,0,0,0,1,1,0,0,0,1,0,1,1,0,1,0,0,1,1,1,0,1,1,1,1,0,1,1,1,1,1,1,0,0,0,1,1,1,1,0,1,0,1,1,1,0 -2016-12-30,5,3,3,2,2,0,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1 -2016-12-31,5,3,2,1,1,1,0,2,2,1,2,1,2,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,0,1,1,0,1,1,0,1,1,1,1,0,1,1,0,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,0,0,1 -2017-01-01,5,2,0,0,0,2,0,1,1,0,1,0,1,1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0,0,0,1,0,1,1,1,1,0,1,1,0,1,1,1,1,0,1,0,0,1,1,1,0,1,1,0,0,1,1,0,0,1,1 +Day,"[Honey-buzzard] Number of Resources: Active","[Bunting, Reed] Number of Resources: Active","[Crane, Sandhill] Number of Resources: Active","[Bunting, Yellow-breasted] Number of Resources: Active","[Bunting, Yellow-browed] Number of Resources: Active","[Plover, Caspian] Number of Resources: Active","[Scoter, Velvet] Number of Resources: Active","[Shag] Number of Resources: Active","[Shrike, Long-tailed] Number of Resources: Active","[Stint, Little] Number of Resources: Active","[Thrush, Grey-cheeked] Number of Resources: Active","[Thrush, Swainson's] Number of Resources: Active","[Warbler, Sardinian] Number of Resources: Active","[Auk, Little] Number of Resources: Active","[Bunting, Black-headed] Number of Resources: Active","[Chaffinch] Number of Resources: Active","[Coot] Number of Resources: Active","[Crane] Number of Resources: Active","[Dove, Turtle] Number of Resources: Active","[Duck, Ferruginous] Number of Resources: Active","[Duck, Harlequin] Number of Resources: Active","[Dunlin] Number of Resources: Active","[Egret, Cattle] Number of Resources: Active","[Fieldfare] Number of Resources: Active","[Gallinule, Allen's] Number of Resources: Active","[Goose, Egyptian] Number of Resources: Active","[Grebe, Pied-billed] Number of Resources: Active","[Grey, Great] Number of Resources: Active","[Grey, Lesser] Number of Resources: Active","[Grey, Southern] Number of Resources: Active","[Grosbeak, Evening] Number of Resources: Active","[Gull, Ring-billed] Number of Resources: Active","[Harrier, Hen] Number of Resources: Active","[Ibis, Glossy] Number of Resources: Active","[Jackdaw] Number of Resources: Active","[Lapwing] Number of Resources: Active","[Martin, Crag] Number of Resources: Active","[Martin, Purple] Number of Resources: Active","[Moorhen] Number of Resources: Active","[Oriole, Baltimore] Number of Resources: Active","[Ovenbird] Number of Resources: Active","[Partridge, Red-legged] Number of Resources: Active","[Peregrine] Number of Resources: Active","[Pipit, Meadow] Number of Resources: Active","[Plover, White-tailed] Number of Resources: Active","[Redpoll, Lesser] Number of Resources: Active","[Roller] Number of Resources: Active","[Sandpiper, Spotted] Number of Resources: Active","[Sapsucker, Yellow-bellied] Number of Resources: Active","[Scaup, Lesser] Number of Resources: Active","[Shearwater, Cory's] Number of Resources: Active","[Siskin] Number of Resources: Active","[Smew] Number of Resources: Active","[Sparrow, Savannah] Number of Resources: Active","[Sparrow, White-throated] Number of Resources: Active","[Swift, Alpine] Number of Resources: Active","[Tern, Sandwich] Number of Resources: Active","[Thrush, Mistle] Number of Resources: Active","[Treecreeper, Short-toed] Number of Resources: Active","[Warbler, Booted] Number of Resources: Active","[Warbler, Dusky] Number of Resources: Active","[Warbler, Garden] Number of Resources: Active","[Warbler, Golden-winged] Number of Resources: Active","[Warbler, Hooded] Number of Resources: Active","[Warbler, Moltoni's] Number of Resources: Active","[Warbler, Yellow-browed] Number of Resources: Active","[Whimbrel] Number of Resources: Active" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 +2016-12-25,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 +2016-12-26,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0 +2016-12-27,1,2,1,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,0,1,0,0,1,0,0 +2016-12-28,1,2,2,1,0,0,1,2,0,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,1,1,1,0,0,1,1,0,0,0,0,1,0,1,0,0,0,0,1,1,1,1,0,1,0,1,1,0,0 +2016-12-29,4,3,3,2,1,0,1,2,1,0,1,2,1,1,0,1,0,1,1,1,0,0,0,0,0,1,1,0,0,0,1,0,1,1,0,1,0,0,1,1,1,0,1,1,1,1,0,1,1,1,1,1,1,0,0,0,1,1,1,1,0,1,0,1,1,1,0 +2016-12-30,5,3,3,2,2,0,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1 +2016-12-31,5,3,2,1,1,1,0,2,2,1,2,1,2,1,1,1,1,1,1,1,0,1,1,1,0,1,0,1,1,1,0,1,1,0,1,1,0,1,1,1,1,0,1,1,0,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,0,0,1 +2017-01-01,5,2,0,0,0,2,0,1,1,0,1,0,1,1,0,1,1,1,1,1,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,1,0,1,1,1,1,0,1,1,0,1,1,1,1,0,1,0,0,1,1,1,0,1,1,0,0,1,1,0,0,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_resource_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_resource_count/timeseries-Month-reference.csv index eaee7bc86e..4095fa1ba1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_resource_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_resource_count/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[Honey-buzzard] Number of Resources: Active","[Bunting, Reed] Number of Resources: Active","[Crane, Sandhill] Number of Resources: Active","[Bunting, Yellow-breasted] Number of Resources: Active","[Bunting, Yellow-browed] Number of Resources: Active","[Plover, Caspian] Number of Resources: Active","[Scoter, Velvet] Number of Resources: Active","[Shag] Number of Resources: Active","[Shrike, Long-tailed] Number of Resources: Active","[Stint, Little] Number of Resources: Active","[Thrush, Grey-cheeked] Number of Resources: Active","[Thrush, Swainson's] Number of Resources: Active","[Warbler, Sardinian] Number of Resources: Active","[Auk, Little] Number of Resources: Active","[Bunting, Black-headed] Number of Resources: Active","[Chaffinch] Number of Resources: Active","[Coot] Number of Resources: Active","[Crane] Number of Resources: Active","[Dove, Turtle] Number of Resources: Active","[Duck, Ferruginous] Number of Resources: Active","[Dunlin] Number of Resources: Active","[Egret, Cattle] Number of Resources: Active","[Fieldfare] Number of Resources: Active","[Gallinule, Allen's] Number of Resources: Active","[Goose, Egyptian] Number of Resources: Active","[Grebe, Pied-billed] Number of Resources: Active","[Grey, Great] Number of Resources: Active","[Grey, Lesser] Number of Resources: Active","[Grey, Southern] Number of Resources: Active","[Grosbeak, Evening] Number of Resources: Active","[Gull, Ring-billed] Number of Resources: Active","[Harrier, Hen] Number of Resources: Active","[Ibis, Glossy] Number of Resources: Active","[Jackdaw] Number of Resources: Active","[Lapwing] Number of Resources: Active","[Martin, Crag] Number of Resources: Active","[Martin, Purple] Number of Resources: Active","[Moorhen] Number of Resources: Active","[Oriole, Baltimore] Number of Resources: Active","[Ovenbird] Number of Resources: Active","[Partridge, Red-legged] Number of Resources: Active","[Peregrine] Number of Resources: Active","[Pipit, Meadow] Number of Resources: Active","[Plover, White-tailed] Number of Resources: Active","[Redpoll, Lesser] Number of Resources: Active","[Roller] Number of Resources: Active","[Sandpiper, Spotted] Number of Resources: Active","[Sapsucker, Yellow-bellied] Number of Resources: Active","[Scaup, Lesser] Number of Resources: Active","[Shearwater, Cory's] Number of Resources: Active","[Siskin] Number of Resources: Active","[Smew] Number of Resources: Active","[Sparrow, Savannah] Number of Resources: Active","[Sparrow, White-throated] Number of Resources: Active","[Swift, Alpine] Number of Resources: Active","[Tern, Sandwich] Number of Resources: Active","[Thrush, Mistle] Number of Resources: Active","[Treecreeper, Short-toed] Number of Resources: Active","[Warbler, Booted] Number of Resources: Active","[Warbler, Dusky] Number of Resources: Active","[Warbler, Garden] Number of Resources: Active","[Warbler, Golden-winged] Number of Resources: Active","[Warbler, Hooded] Number of Resources: Active","[Warbler, Moltoni's] Number of Resources: Active","[Warbler, Yellow-browed] Number of Resources: Active","[Whimbrel] Number of Resources: Active" -2016-12,5,3,3,2,2,1,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 -2017-01,5,2,0,0,0,2,0,1,1,0,1,0,1,1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0,0,0,1,0,1,1,1,1,0,1,1,0,1,1,1,1,0,1,0,0,1,1,1,0,1,1,0,0,1,1,0,0,1,1 +Month,"[Honey-buzzard] Number of Resources: Active","[Bunting, Reed] Number of Resources: Active","[Crane, Sandhill] Number of Resources: Active","[Bunting, Yellow-breasted] Number of Resources: Active","[Bunting, Yellow-browed] Number of Resources: Active","[Plover, Caspian] Number of Resources: Active","[Scoter, Velvet] Number of Resources: Active","[Shag] Number of Resources: Active","[Shrike, Long-tailed] Number of Resources: Active","[Stint, Little] Number of Resources: Active","[Thrush, Grey-cheeked] Number of Resources: Active","[Thrush, Swainson's] Number of Resources: Active","[Warbler, Sardinian] Number of Resources: Active","[Auk, Little] Number of Resources: Active","[Bunting, Black-headed] Number of Resources: Active","[Chaffinch] Number of Resources: Active","[Coot] Number of Resources: Active","[Crane] Number of Resources: Active","[Dove, Turtle] Number of Resources: Active","[Duck, Ferruginous] Number of Resources: Active","[Duck, Harlequin] Number of Resources: Active","[Dunlin] Number of Resources: Active","[Egret, Cattle] Number of Resources: Active","[Fieldfare] Number of Resources: Active","[Gallinule, Allen's] Number of Resources: Active","[Goose, Egyptian] Number of Resources: Active","[Grebe, Pied-billed] Number of Resources: Active","[Grey, Great] Number of Resources: Active","[Grey, Lesser] Number of Resources: Active","[Grey, Southern] Number of Resources: Active","[Grosbeak, Evening] Number of Resources: Active","[Gull, Ring-billed] Number of Resources: Active","[Harrier, Hen] Number of Resources: Active","[Ibis, Glossy] Number of Resources: Active","[Jackdaw] Number of Resources: Active","[Lapwing] Number of Resources: Active","[Martin, Crag] Number of Resources: Active","[Martin, Purple] Number of Resources: Active","[Moorhen] Number of Resources: Active","[Oriole, Baltimore] Number of Resources: Active","[Ovenbird] Number of Resources: Active","[Partridge, Red-legged] Number of Resources: Active","[Peregrine] Number of Resources: Active","[Pipit, Meadow] Number of Resources: Active","[Plover, White-tailed] Number of Resources: Active","[Redpoll, Lesser] Number of Resources: Active","[Roller] Number of Resources: Active","[Sandpiper, Spotted] Number of Resources: Active","[Sapsucker, Yellow-bellied] Number of Resources: Active","[Scaup, Lesser] Number of Resources: Active","[Shearwater, Cory's] Number of Resources: Active","[Siskin] Number of Resources: Active","[Smew] Number of Resources: Active","[Sparrow, Savannah] Number of Resources: Active","[Sparrow, White-throated] Number of Resources: Active","[Swift, Alpine] Number of Resources: Active","[Tern, Sandwich] Number of Resources: Active","[Thrush, Mistle] Number of Resources: Active","[Treecreeper, Short-toed] Number of Resources: Active","[Warbler, Booted] Number of Resources: Active","[Warbler, Dusky] Number of Resources: Active","[Warbler, Garden] Number of Resources: Active","[Warbler, Golden-winged] Number of Resources: Active","[Warbler, Hooded] Number of Resources: Active","[Warbler, Moltoni's] Number of Resources: Active","[Warbler, Yellow-browed] Number of Resources: Active","[Whimbrel] Number of Resources: Active" +2016-12,5,3,3,2,2,1,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +2017-01,5,2,0,0,0,2,0,1,1,0,1,0,1,1,0,1,1,1,1,1,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,1,0,1,1,1,1,0,1,1,0,1,1,1,1,0,1,0,0,1,1,1,0,1,1,0,0,1,1,0,0,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_resource_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_resource_count/timeseries-Quarter-reference.csv index de5dfd42ee..498e966995 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_resource_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_resource_count/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[Honey-buzzard] Number of Resources: Active","[Bunting, Reed] Number of Resources: Active","[Crane, Sandhill] Number of Resources: Active","[Bunting, Yellow-breasted] Number of Resources: Active","[Bunting, Yellow-browed] Number of Resources: Active","[Plover, Caspian] Number of Resources: Active","[Scoter, Velvet] Number of Resources: Active","[Shag] Number of Resources: Active","[Shrike, Long-tailed] Number of Resources: Active","[Stint, Little] Number of Resources: Active","[Thrush, Grey-cheeked] Number of Resources: Active","[Thrush, Swainson's] Number of Resources: Active","[Warbler, Sardinian] Number of Resources: Active","[Auk, Little] Number of Resources: Active","[Bunting, Black-headed] Number of Resources: Active","[Chaffinch] Number of Resources: Active","[Coot] Number of Resources: Active","[Crane] Number of Resources: Active","[Dove, Turtle] Number of Resources: Active","[Duck, Ferruginous] Number of Resources: Active","[Dunlin] Number of Resources: Active","[Egret, Cattle] Number of Resources: Active","[Fieldfare] Number of Resources: Active","[Gallinule, Allen's] Number of Resources: Active","[Goose, Egyptian] Number of Resources: Active","[Grebe, Pied-billed] Number of Resources: Active","[Grey, Great] Number of Resources: Active","[Grey, Lesser] Number of Resources: Active","[Grey, Southern] Number of Resources: Active","[Grosbeak, Evening] Number of Resources: Active","[Gull, Ring-billed] Number of Resources: Active","[Harrier, Hen] Number of Resources: Active","[Ibis, Glossy] Number of Resources: Active","[Jackdaw] Number of Resources: Active","[Lapwing] Number of Resources: Active","[Martin, Crag] Number of Resources: Active","[Martin, Purple] Number of Resources: Active","[Moorhen] Number of Resources: Active","[Oriole, Baltimore] Number of Resources: Active","[Ovenbird] Number of Resources: Active","[Partridge, Red-legged] Number of Resources: Active","[Peregrine] Number of Resources: Active","[Pipit, Meadow] Number of Resources: Active","[Plover, White-tailed] Number of Resources: Active","[Redpoll, Lesser] Number of Resources: Active","[Roller] Number of Resources: Active","[Sandpiper, Spotted] Number of Resources: Active","[Sapsucker, Yellow-bellied] Number of Resources: Active","[Scaup, Lesser] Number of Resources: Active","[Shearwater, Cory's] Number of Resources: Active","[Siskin] Number of Resources: Active","[Smew] Number of Resources: Active","[Sparrow, Savannah] Number of Resources: Active","[Sparrow, White-throated] Number of Resources: Active","[Swift, Alpine] Number of Resources: Active","[Tern, Sandwich] Number of Resources: Active","[Thrush, Mistle] Number of Resources: Active","[Treecreeper, Short-toed] Number of Resources: Active","[Warbler, Booted] Number of Resources: Active","[Warbler, Dusky] Number of Resources: Active","[Warbler, Garden] Number of Resources: Active","[Warbler, Golden-winged] Number of Resources: Active","[Warbler, Hooded] Number of Resources: Active","[Warbler, Moltoni's] Number of Resources: Active","[Warbler, Yellow-browed] Number of Resources: Active","[Whimbrel] Number of Resources: Active" -"2016 Q4",5,3,3,2,2,1,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 -"2017 Q1",5,2,0,0,0,2,0,1,1,0,1,0,1,1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0,0,0,1,0,1,1,1,1,0,1,1,0,1,1,1,1,0,1,0,0,1,1,1,0,1,1,0,0,1,1,0,0,1,1 +Quarter,"[Honey-buzzard] Number of Resources: Active","[Bunting, Reed] Number of Resources: Active","[Crane, Sandhill] Number of Resources: Active","[Bunting, Yellow-breasted] Number of Resources: Active","[Bunting, Yellow-browed] Number of Resources: Active","[Plover, Caspian] Number of Resources: Active","[Scoter, Velvet] Number of Resources: Active","[Shag] Number of Resources: Active","[Shrike, Long-tailed] Number of Resources: Active","[Stint, Little] Number of Resources: Active","[Thrush, Grey-cheeked] Number of Resources: Active","[Thrush, Swainson's] Number of Resources: Active","[Warbler, Sardinian] Number of Resources: Active","[Auk, Little] Number of Resources: Active","[Bunting, Black-headed] Number of Resources: Active","[Chaffinch] Number of Resources: Active","[Coot] Number of Resources: Active","[Crane] Number of Resources: Active","[Dove, Turtle] Number of Resources: Active","[Duck, Ferruginous] Number of Resources: Active","[Duck, Harlequin] Number of Resources: Active","[Dunlin] Number of Resources: Active","[Egret, Cattle] Number of Resources: Active","[Fieldfare] Number of Resources: Active","[Gallinule, Allen's] Number of Resources: Active","[Goose, Egyptian] Number of Resources: Active","[Grebe, Pied-billed] Number of Resources: Active","[Grey, Great] Number of Resources: Active","[Grey, Lesser] Number of Resources: Active","[Grey, Southern] Number of Resources: Active","[Grosbeak, Evening] Number of Resources: Active","[Gull, Ring-billed] Number of Resources: Active","[Harrier, Hen] Number of Resources: Active","[Ibis, Glossy] Number of Resources: Active","[Jackdaw] Number of Resources: Active","[Lapwing] Number of Resources: Active","[Martin, Crag] Number of Resources: Active","[Martin, Purple] Number of Resources: Active","[Moorhen] Number of Resources: Active","[Oriole, Baltimore] Number of Resources: Active","[Ovenbird] Number of Resources: Active","[Partridge, Red-legged] Number of Resources: Active","[Peregrine] Number of Resources: Active","[Pipit, Meadow] Number of Resources: Active","[Plover, White-tailed] Number of Resources: Active","[Redpoll, Lesser] Number of Resources: Active","[Roller] Number of Resources: Active","[Sandpiper, Spotted] Number of Resources: Active","[Sapsucker, Yellow-bellied] Number of Resources: Active","[Scaup, Lesser] Number of Resources: Active","[Shearwater, Cory's] Number of Resources: Active","[Siskin] Number of Resources: Active","[Smew] Number of Resources: Active","[Sparrow, Savannah] Number of Resources: Active","[Sparrow, White-throated] Number of Resources: Active","[Swift, Alpine] Number of Resources: Active","[Tern, Sandwich] Number of Resources: Active","[Thrush, Mistle] Number of Resources: Active","[Treecreeper, Short-toed] Number of Resources: Active","[Warbler, Booted] Number of Resources: Active","[Warbler, Dusky] Number of Resources: Active","[Warbler, Garden] Number of Resources: Active","[Warbler, Golden-winged] Number of Resources: Active","[Warbler, Hooded] Number of Resources: Active","[Warbler, Moltoni's] Number of Resources: Active","[Warbler, Yellow-browed] Number of Resources: Active","[Whimbrel] Number of Resources: Active" +"2016 Q4",5,3,3,2,2,1,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +"2017 Q1",5,2,0,0,0,2,0,1,1,0,1,0,1,1,0,1,1,1,1,1,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,1,0,1,1,1,1,0,1,1,0,1,1,1,1,0,1,0,0,1,1,1,0,1,1,0,0,1,1,0,0,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_resource_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_resource_count/timeseries-Year-reference.csv index 9284193c4b..1277ec9c1d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_resource_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/active_resource_count/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[Honey-buzzard] Number of Resources: Active","[Bunting, Reed] Number of Resources: Active","[Crane, Sandhill] Number of Resources: Active","[Bunting, Yellow-breasted] Number of Resources: Active","[Bunting, Yellow-browed] Number of Resources: Active","[Plover, Caspian] Number of Resources: Active","[Scoter, Velvet] Number of Resources: Active","[Shag] Number of Resources: Active","[Shrike, Long-tailed] Number of Resources: Active","[Stint, Little] Number of Resources: Active","[Thrush, Grey-cheeked] Number of Resources: Active","[Thrush, Swainson's] Number of Resources: Active","[Warbler, Sardinian] Number of Resources: Active","[Auk, Little] Number of Resources: Active","[Bunting, Black-headed] Number of Resources: Active","[Chaffinch] Number of Resources: Active","[Coot] Number of Resources: Active","[Crane] Number of Resources: Active","[Dove, Turtle] Number of Resources: Active","[Duck, Ferruginous] Number of Resources: Active","[Dunlin] Number of Resources: Active","[Egret, Cattle] Number of Resources: Active","[Fieldfare] Number of Resources: Active","[Gallinule, Allen's] Number of Resources: Active","[Goose, Egyptian] Number of Resources: Active","[Grebe, Pied-billed] Number of Resources: Active","[Grey, Great] Number of Resources: Active","[Grey, Lesser] Number of Resources: Active","[Grey, Southern] Number of Resources: Active","[Grosbeak, Evening] Number of Resources: Active","[Gull, Ring-billed] Number of Resources: Active","[Harrier, Hen] Number of Resources: Active","[Ibis, Glossy] Number of Resources: Active","[Jackdaw] Number of Resources: Active","[Lapwing] Number of Resources: Active","[Martin, Crag] Number of Resources: Active","[Martin, Purple] Number of Resources: Active","[Moorhen] Number of Resources: Active","[Oriole, Baltimore] Number of Resources: Active","[Ovenbird] Number of Resources: Active","[Partridge, Red-legged] Number of Resources: Active","[Peregrine] Number of Resources: Active","[Pipit, Meadow] Number of Resources: Active","[Plover, White-tailed] Number of Resources: Active","[Redpoll, Lesser] Number of Resources: Active","[Roller] Number of Resources: Active","[Sandpiper, Spotted] Number of Resources: Active","[Sapsucker, Yellow-bellied] Number of Resources: Active","[Scaup, Lesser] Number of Resources: Active","[Shearwater, Cory's] Number of Resources: Active","[Siskin] Number of Resources: Active","[Smew] Number of Resources: Active","[Sparrow, Savannah] Number of Resources: Active","[Sparrow, White-throated] Number of Resources: Active","[Swift, Alpine] Number of Resources: Active","[Tern, Sandwich] Number of Resources: Active","[Thrush, Mistle] Number of Resources: Active","[Treecreeper, Short-toed] Number of Resources: Active","[Warbler, Booted] Number of Resources: Active","[Warbler, Dusky] Number of Resources: Active","[Warbler, Garden] Number of Resources: Active","[Warbler, Golden-winged] Number of Resources: Active","[Warbler, Hooded] Number of Resources: Active","[Warbler, Moltoni's] Number of Resources: Active","[Warbler, Yellow-browed] Number of Resources: Active","[Whimbrel] Number of Resources: Active" -2016,5,3,3,2,2,1,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 -2017,5,2,0,0,0,2,0,1,1,0,1,0,1,1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0,0,0,1,0,1,1,1,1,0,1,1,0,1,1,1,1,0,1,0,0,1,1,1,0,1,1,0,0,1,1,0,0,1,1 +Year,"[Honey-buzzard] Number of Resources: Active","[Bunting, Reed] Number of Resources: Active","[Crane, Sandhill] Number of Resources: Active","[Bunting, Yellow-breasted] Number of Resources: Active","[Bunting, Yellow-browed] Number of Resources: Active","[Plover, Caspian] Number of Resources: Active","[Scoter, Velvet] Number of Resources: Active","[Shag] Number of Resources: Active","[Shrike, Long-tailed] Number of Resources: Active","[Stint, Little] Number of Resources: Active","[Thrush, Grey-cheeked] Number of Resources: Active","[Thrush, Swainson's] Number of Resources: Active","[Warbler, Sardinian] Number of Resources: Active","[Auk, Little] Number of Resources: Active","[Bunting, Black-headed] Number of Resources: Active","[Chaffinch] Number of Resources: Active","[Coot] Number of Resources: Active","[Crane] Number of Resources: Active","[Dove, Turtle] Number of Resources: Active","[Duck, Ferruginous] Number of Resources: Active","[Duck, Harlequin] Number of Resources: Active","[Dunlin] Number of Resources: Active","[Egret, Cattle] Number of Resources: Active","[Fieldfare] Number of Resources: Active","[Gallinule, Allen's] Number of Resources: Active","[Goose, Egyptian] Number of Resources: Active","[Grebe, Pied-billed] Number of Resources: Active","[Grey, Great] Number of Resources: Active","[Grey, Lesser] Number of Resources: Active","[Grey, Southern] Number of Resources: Active","[Grosbeak, Evening] Number of Resources: Active","[Gull, Ring-billed] Number of Resources: Active","[Harrier, Hen] Number of Resources: Active","[Ibis, Glossy] Number of Resources: Active","[Jackdaw] Number of Resources: Active","[Lapwing] Number of Resources: Active","[Martin, Crag] Number of Resources: Active","[Martin, Purple] Number of Resources: Active","[Moorhen] Number of Resources: Active","[Oriole, Baltimore] Number of Resources: Active","[Ovenbird] Number of Resources: Active","[Partridge, Red-legged] Number of Resources: Active","[Peregrine] Number of Resources: Active","[Pipit, Meadow] Number of Resources: Active","[Plover, White-tailed] Number of Resources: Active","[Redpoll, Lesser] Number of Resources: Active","[Roller] Number of Resources: Active","[Sandpiper, Spotted] Number of Resources: Active","[Sapsucker, Yellow-bellied] Number of Resources: Active","[Scaup, Lesser] Number of Resources: Active","[Shearwater, Cory's] Number of Resources: Active","[Siskin] Number of Resources: Active","[Smew] Number of Resources: Active","[Sparrow, Savannah] Number of Resources: Active","[Sparrow, White-throated] Number of Resources: Active","[Swift, Alpine] Number of Resources: Active","[Tern, Sandwich] Number of Resources: Active","[Thrush, Mistle] Number of Resources: Active","[Treecreeper, Short-toed] Number of Resources: Active","[Warbler, Booted] Number of Resources: Active","[Warbler, Dusky] Number of Resources: Active","[Warbler, Garden] Number of Resources: Active","[Warbler, Golden-winged] Number of Resources: Active","[Warbler, Hooded] Number of Resources: Active","[Warbler, Moltoni's] Number of Resources: Active","[Warbler, Yellow-browed] Number of Resources: Active","[Whimbrel] Number of Resources: Active" +2016,5,3,3,2,2,1,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +2017,5,2,0,0,0,2,0,1,1,0,1,0,1,1,0,1,1,1,1,1,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,1,0,1,1,1,1,0,1,1,0,1,1,1,1,0,1,0,0,1,1,1,0,1,1,0,0,1,1,0,0,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_cpu_hours/aggregate-Day-reference.csv index d269925257..2e88e4cbc3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_cpu_hours/aggregate-Day-reference.csv @@ -48,6 +48,7 @@ Lapwing,49.85089556, "Swift, Alpine",38.17333333,15.42650790996771 "Shrike, Long-tailed",32.58187500,10.043985268073873 "Gull, Ring-billed",31.90972222, +"Duck, Harlequin",28.14000000,0 "Gallinule, Allen's",28.14000000,0 Moorhen,25.48654262, "Plover, Caspian",25.28805115,0.5677021199320009 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_cpu_hours/aggregate-Month-reference.csv index 7a3f651866..e6bc757b18 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_cpu_hours/aggregate-Month-reference.csv @@ -48,6 +48,7 @@ Lapwing,49.85089556,1.1100595034642202 "Swift, Alpine",38.17333333,15.42650790996771 "Shrike, Long-tailed",32.58187500,10.180164841566825 "Gull, Ring-billed",31.90972222,0 +"Duck, Harlequin",28.14000000,0 "Gallinule, Allen's",28.14000000,0 Moorhen,25.48654262,0.09521527865289223 "Plover, Caspian",25.28805115,0.5677021199320009 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_cpu_hours/aggregate-Quarter-reference.csv index 7a3f651866..e6bc757b18 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_cpu_hours/aggregate-Quarter-reference.csv @@ -48,6 +48,7 @@ Lapwing,49.85089556,1.1100595034642202 "Swift, Alpine",38.17333333,15.42650790996771 "Shrike, Long-tailed",32.58187500,10.180164841566825 "Gull, Ring-billed",31.90972222,0 +"Duck, Harlequin",28.14000000,0 "Gallinule, Allen's",28.14000000,0 Moorhen,25.48654262,0.09521527865289223 "Plover, Caspian",25.28805115,0.5677021199320009 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_cpu_hours/aggregate-Year-reference.csv index 7a3f651866..e6bc757b18 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_cpu_hours/aggregate-Year-reference.csv @@ -48,6 +48,7 @@ Lapwing,49.85089556,1.1100595034642202 "Swift, Alpine",38.17333333,15.42650790996771 "Shrike, Long-tailed",32.58187500,10.180164841566825 "Gull, Ring-billed",31.90972222,0 +"Duck, Harlequin",28.14000000,0 "Gallinule, Allen's",28.14000000,0 Moorhen,25.48654262,0.09521527865289223 "Plover, Caspian",25.28805115,0.5677021199320009 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_cpu_hours/timeseries-Day-reference.csv index e056525627..629a3a3743 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_cpu_hours/timeseries-Day-reference.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[Scaup, Lesser] CPU Hours: Per Job","[Chaffinch] CPU Hours: Per Job","[Pipit, Meadow] CPU Hours: Per Job","[Scoter, Velvet] CPU Hours: Per Job","[Warbler, Dusky] CPU Hours: Per Job","[Siskin] CPU Hours: Per Job","[Duck, Ferruginous] CPU Hours: Per Job","[Smew] CPU Hours: Per Job","[Goose, Egyptian] CPU Hours: Per Job","[Peregrine] CPU Hours: Per Job","[Ovenbird] CPU Hours: Per Job","[Crane] CPU Hours: Per Job","[Bunting, Yellow-browed] CPU Hours: Per Job","[Ibis, Glossy] CPU Hours: Per Job","[Warbler, Yellow-browed] CPU Hours: Per Job","[Warbler, Garden] CPU Hours: Per Job","[Sparrow, White-throated] CPU Hours: Per Job","[Grosbeak, Evening] CPU Hours: Per Job","[Plover, White-tailed] CPU Hours: Per Job","[Thrush, Mistle] CPU Hours: Per Job","[Shag] CPU Hours: Per Job","[Bunting, Yellow-breasted] CPU Hours: Per Job","[Treecreeper, Short-toed] CPU Hours: Per Job","[Warbler, Sardinian] CPU Hours: Per Job","[Whimbrel] CPU Hours: Per Job","[Shearwater, Cory's] CPU Hours: Per Job","[Sandpiper, Spotted] CPU Hours: Per Job","[Sapsucker, Yellow-bellied] CPU Hours: Per Job","[Warbler, Hooded] CPU Hours: Per Job","[Crane, Sandhill] CPU Hours: Per Job","[Roller] CPU Hours: Per Job","[Fieldfare] CPU Hours: Per Job","[Oriole, Baltimore] CPU Hours: Per Job","[Tern, Sandwich] CPU Hours: Per Job","[Redpoll, Lesser] CPU Hours: Per Job","[Warbler, Moltoni's] CPU Hours: Per Job","[Warbler, Booted] CPU Hours: Per Job","[Auk, Little] CPU Hours: Per Job","[Lapwing] CPU Hours: Per Job","[Swift, Alpine] CPU Hours: Per Job","[Shrike, Long-tailed] CPU Hours: Per Job","[Gull, Ring-billed] CPU Hours: Per Job","[Gallinule, Allen's] CPU Hours: Per Job","[Moorhen] CPU Hours: Per Job","[Plover, Caspian] CPU Hours: Per Job","[Jackdaw] CPU Hours: Per Job","[Warbler, Golden-winged] CPU Hours: Per Job","[Thrush, Grey-cheeked] CPU Hours: Per Job","[Dove, Turtle] CPU Hours: Per Job","[Grebe, Pied-billed] CPU Hours: Per Job","[Grey, Lesser] CPU Hours: Per Job","[Dunlin] CPU Hours: Per Job","[Thrush, Swainson's] CPU Hours: Per Job","[Bunting, Reed] CPU Hours: Per Job","[Bunting, Black-headed] CPU Hours: Per Job","[Harrier, Hen] CPU Hours: Per Job","[Stint, Little] CPU Hours: Per Job","[Honey-buzzard] CPU Hours: Per Job","[Martin, Crag] CPU Hours: Per Job","[Partridge, Red-legged] CPU Hours: Per Job","[Coot] CPU Hours: Per Job","[Martin, Purple] CPU Hours: Per Job","[Egret, Cattle] CPU Hours: Per Job","[Grey, Southern] CPU Hours: Per Job","[Sparrow, Savannah] CPU Hours: Per Job","[Grey, Great] CPU Hours: Per Job" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200.95666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203.30000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.00000000,8.60361111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.00000000,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.00000000,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156.95833333,0,0,0,0,76.17666667,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43.26666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.00000000,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.00000000,0,0,0,0,576.00000000,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-27,0,243.18222222,1246.47111111,2997.12000000,0,1487.82000000,0,0,0,0,78.98666667,0,0,0,0,384.00000000,0,0,0,0,0,136.79555556,111.72266667,0,0,0,0,0,0,650.84444444,0,0,288.00000000,24.00000000,0,4.72138889,238.86666667,0,0,0,0,0,0,0,0,0,0,0,288.00000000,0,0,0,0,143.14666667,0,0,0,3.21666667,0,0,0,0,0,0,0,0 -2016-12-28,3274.16345679,1536.00000000,1462.12800000,3456.00000000,0,1170.67333333,0,0,0,0,384.00000000,0,0,94.01111111,0,144.42111111,0,0,60.47666667,37.38407407,193.12666667,384.00000000,141.10666667,266.54222222,0,0,0,0,70.31866667,284.72404040,0,0,288.00000000,24.00000000,0,24.00000000,288.00000000,0,13.35268330,0,0,0,0,5.01598392,0,0,0,0,288.00000000,0,0,0,0,630.22700855,0,0,0,24.00000000,0,0,0,0,0,0,0,0 -2016-12-29,4394.66666667,1536.00000000,2251.54909091,3456.00000000,0,1440.00000000,180.11666667,831.60857143,410.97777778,1406.28333333,384.00000000,611.49333333,758.98888889,480.00000000,1038.22222222,382.20422222,0,107.90888889,288.00000000,288.00000000,387.21000000,106.45155556,164.24592593,535.35619048,0,39.71703704,48.73966667,79.40936508,111.16444444,357.73259259,0,0,288.00000000,19.56861111,28.69444444,24.00000000,288.00000000,52.00416667,16.60273286,0,22.24222222,0,0,13.10756221,0,0,0,7.24000000,38.39929825,4.66003889,0,0,35.48623932,403.98240000,0,2.01966667,0,4.97002566,0,0,0,0,0,0,0,0 -2016-12-30,4394.66666667,1536.00000000,2131.62060606,324.23111111,2468.14222222,625.34000000,1440.00000000,1568.46000000,1151.41444444,489.36111111,384.00000000,765.75000000,480.00444444,386.12222222,402.80000000,302.76555556,0,510.57222222,181.16111111,174.64030303,173.83962963,164.41962963,102.30620370,129.32098413,683.12000000,143.85833333,114.58566667,77.76288889,92.49006944,77.69224586,21.99861111,64.03555556,288.00000000,3.56833333,52.54222222,19.28555556,13.26442593,68.03194444,21.71949405,6.51777778,4.02347222,17.79750000,28.14000000,13.31263065,0,10.84229167,16.32947222,142.16250000,8.81516078,5.34402222,4.25015531,5.80186420,4.14055945,2.20207251,3.48631944,4.10559722,5.65000000,3.17816020,1.60992063,1.04000000,0.97263889,0.97243056,0.97256944,1.58977533,0.02760417,0.02405133 -2016-12-31,1121.32049383,1536.00000000,1158.10807018,0,5701.54666667,444.34666667,1440.00000000,1590.52000000,821.47333333,1440.00000000,265.13155556,977.07428571,294.97777778,0,0,245.43360532,385.99851852,0,0,288.00000000,224.42037037,130.38518519,119.81037037,772.86370370,261.10111111,192.00000000,190.06944444,76.17254902,57.49013889,30.92378849,251.46666667,158.30444444,58.32133333,0,23.98444444,0,1.92791667,70.16857143,10.83064379,131.93777778,25.91166667,14.11222222,0,12.53390738,2.35937500,22.00930556,35.16320513,14.57163265,8.33840025,0,5.54019436,12.54733333,1114.52444444,1.45788429,7.65398148,8.63138889,2.45222222,3.84824292,0,0,0.97312500,0.97349537,0.97211806,1.07971065,0.02281046,0.01479010 -2017-01-01,0,1293.28000000,263.45777778,0,0,0,1140.35000000,0,0,158.23333333,371.58666667,667.68761905,0,0,3.46666667,104.22217494,198.70320988,0,0,60.55000000,118.89333333,0,141.00285714,70.31901235,269.34857143,68.79111111,63.49666667,51.40333333,0,0,21.40555556,61.31777778,15.50950855,0,45.96222222,0,0,5.71666667,13.34534574,7.11888889,45.02654321,0,0,11.50582962,25.37236259,0,8.24440000,35.25833333,9.56621212,0,0,6.26263789,0,36.21190476,0,0,0,0.56752421,0,0,0.96979167,0.96958333,0.96975694,0.02809588,0.02555556,0 +Day,"[Scaup, Lesser] CPU Hours: Per Job","[Chaffinch] CPU Hours: Per Job","[Pipit, Meadow] CPU Hours: Per Job","[Scoter, Velvet] CPU Hours: Per Job","[Warbler, Dusky] CPU Hours: Per Job","[Siskin] CPU Hours: Per Job","[Duck, Ferruginous] CPU Hours: Per Job","[Smew] CPU Hours: Per Job","[Goose, Egyptian] CPU Hours: Per Job","[Peregrine] CPU Hours: Per Job","[Ovenbird] CPU Hours: Per Job","[Crane] CPU Hours: Per Job","[Bunting, Yellow-browed] CPU Hours: Per Job","[Ibis, Glossy] CPU Hours: Per Job","[Warbler, Yellow-browed] CPU Hours: Per Job","[Warbler, Garden] CPU Hours: Per Job","[Sparrow, White-throated] CPU Hours: Per Job","[Grosbeak, Evening] CPU Hours: Per Job","[Plover, White-tailed] CPU Hours: Per Job","[Thrush, Mistle] CPU Hours: Per Job","[Shag] CPU Hours: Per Job","[Bunting, Yellow-breasted] CPU Hours: Per Job","[Treecreeper, Short-toed] CPU Hours: Per Job","[Warbler, Sardinian] CPU Hours: Per Job","[Whimbrel] CPU Hours: Per Job","[Shearwater, Cory's] CPU Hours: Per Job","[Sandpiper, Spotted] CPU Hours: Per Job","[Sapsucker, Yellow-bellied] CPU Hours: Per Job","[Warbler, Hooded] CPU Hours: Per Job","[Crane, Sandhill] CPU Hours: Per Job","[Roller] CPU Hours: Per Job","[Fieldfare] CPU Hours: Per Job","[Oriole, Baltimore] CPU Hours: Per Job","[Tern, Sandwich] CPU Hours: Per Job","[Redpoll, Lesser] CPU Hours: Per Job","[Warbler, Moltoni's] CPU Hours: Per Job","[Warbler, Booted] CPU Hours: Per Job","[Auk, Little] CPU Hours: Per Job","[Lapwing] CPU Hours: Per Job","[Swift, Alpine] CPU Hours: Per Job","[Shrike, Long-tailed] CPU Hours: Per Job","[Gull, Ring-billed] CPU Hours: Per Job","[Duck, Harlequin] CPU Hours: Per Job","[Gallinule, Allen's] CPU Hours: Per Job","[Moorhen] CPU Hours: Per Job","[Plover, Caspian] CPU Hours: Per Job","[Jackdaw] CPU Hours: Per Job","[Warbler, Golden-winged] CPU Hours: Per Job","[Thrush, Grey-cheeked] CPU Hours: Per Job","[Dove, Turtle] CPU Hours: Per Job","[Grebe, Pied-billed] CPU Hours: Per Job","[Grey, Lesser] CPU Hours: Per Job","[Dunlin] CPU Hours: Per Job","[Thrush, Swainson's] CPU Hours: Per Job","[Bunting, Reed] CPU Hours: Per Job","[Bunting, Black-headed] CPU Hours: Per Job","[Harrier, Hen] CPU Hours: Per Job","[Stint, Little] CPU Hours: Per Job","[Honey-buzzard] CPU Hours: Per Job","[Martin, Crag] CPU Hours: Per Job","[Partridge, Red-legged] CPU Hours: Per Job","[Coot] CPU Hours: Per Job","[Martin, Purple] CPU Hours: Per Job","[Egret, Cattle] CPU Hours: Per Job","[Grey, Southern] CPU Hours: Per Job","[Sparrow, Savannah] CPU Hours: Per Job","[Grey, Great] CPU Hours: Per Job" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200.95666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203.30000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.00000000,8.60361111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.00000000,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.00000000,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156.95833333,0,0,0,0,76.17666667,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43.26666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.00000000,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.00000000,0,0,0,0,576.00000000,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-27,0,243.18222222,1246.47111111,2997.12000000,0,1487.82000000,0,0,0,0,78.98666667,0,0,0,0,384.00000000,0,0,0,0,0,136.79555556,111.72266667,0,0,0,0,0,0,650.84444444,0,0,288.00000000,24.00000000,0,4.72138889,238.86666667,0,0,0,0,0,0,0,0,0,0,0,0,288.00000000,0,0,0,0,143.14666667,0,0,0,3.21666667,0,0,0,0,0,0,0,0 +2016-12-28,3274.16345679,1536.00000000,1462.12800000,3456.00000000,0,1170.67333333,0,0,0,0,384.00000000,0,0,94.01111111,0,144.42111111,0,0,60.47666667,37.38407407,193.12666667,384.00000000,141.10666667,266.54222222,0,0,0,0,70.31866667,284.72404040,0,0,288.00000000,24.00000000,0,24.00000000,288.00000000,0,13.35268330,0,0,0,0,0,5.01598392,0,0,0,0,288.00000000,0,0,0,0,630.22700855,0,0,0,24.00000000,0,0,0,0,0,0,0,0 +2016-12-29,4394.66666667,1536.00000000,2251.54909091,3456.00000000,0,1440.00000000,180.11666667,831.60857143,410.97777778,1406.28333333,384.00000000,611.49333333,758.98888889,480.00000000,1038.22222222,382.20422222,0,107.90888889,288.00000000,288.00000000,387.21000000,106.45155556,164.24592593,535.35619048,0,39.71703704,48.73966667,79.40936508,111.16444444,357.73259259,0,0,288.00000000,19.56861111,28.69444444,24.00000000,288.00000000,52.00416667,16.60273286,0,22.24222222,0,0,0,13.10756221,0,0,0,7.24000000,38.39929825,4.66003889,0,0,35.48623932,403.98240000,0,2.01966667,0,4.97002566,0,0,0,0,0,0,0,0 +2016-12-30,4394.66666667,1536.00000000,2131.62060606,324.23111111,2468.14222222,625.34000000,1440.00000000,1568.46000000,1151.41444444,489.36111111,384.00000000,765.75000000,480.00444444,386.12222222,402.80000000,302.76555556,0,510.57222222,181.16111111,174.64030303,173.83962963,164.41962963,102.30620370,129.32098413,683.12000000,143.85833333,114.58566667,77.76288889,92.49006944,77.69224586,21.99861111,64.03555556,288.00000000,3.56833333,52.54222222,19.28555556,13.26442593,68.03194444,21.71949405,6.51777778,4.02347222,17.79750000,28.14000000,28.14000000,13.31263065,0,10.84229167,16.32947222,142.16250000,8.81516078,5.34402222,4.25015531,5.80186420,4.14055945,2.20207251,3.48631944,4.10559722,5.65000000,3.17816020,1.60992063,1.04000000,0.97263889,0.97243056,0.97256944,1.58977533,0.02760417,0.02405133 +2016-12-31,1121.32049383,1536.00000000,1158.10807018,0,5701.54666667,444.34666667,1440.00000000,1590.52000000,821.47333333,1440.00000000,265.13155556,977.07428571,294.97777778,0,0,245.43360532,385.99851852,0,0,288.00000000,224.42037037,130.38518519,119.81037037,772.86370370,261.10111111,192.00000000,190.06944444,76.17254902,57.49013889,30.92378849,251.46666667,158.30444444,58.32133333,0,23.98444444,0,1.92791667,70.16857143,10.83064379,131.93777778,25.91166667,14.11222222,0,0,12.53390738,2.35937500,22.00930556,35.16320513,14.57163265,8.33840025,0,5.54019436,12.54733333,1114.52444444,1.45788429,7.65398148,8.63138889,2.45222222,3.84824292,0,0,0.97312500,0.97349537,0.97211806,1.07971065,0.02281046,0.01479010 +2017-01-01,0,1293.28000000,263.45777778,0,0,0,1140.35000000,0,0,158.23333333,371.58666667,667.68761905,0,0,3.46666667,104.22217494,198.70320988,0,0,60.55000000,118.89333333,0,141.00285714,70.31901235,269.34857143,68.79111111,63.49666667,51.40333333,0,0,21.40555556,61.31777778,15.50950855,0,45.96222222,0,0,5.71666667,13.34534574,7.11888889,45.02654321,0,0,0,11.50582962,25.37236259,0,8.24440000,35.25833333,9.56621212,0,0,6.26263789,0,36.21190476,0,0,0,0.56752421,0,0,0.96979167,0.96958333,0.96975694,0.02809588,0.02555556,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_cpu_hours/timeseries-Month-reference.csv index ddc656859b..ad07c35898 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_cpu_hours/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[Scaup, Lesser] CPU Hours: Per Job","[Chaffinch] CPU Hours: Per Job","[Pipit, Meadow] CPU Hours: Per Job","[Scoter, Velvet] CPU Hours: Per Job","[Warbler, Dusky] CPU Hours: Per Job","[Siskin] CPU Hours: Per Job","[Duck, Ferruginous] CPU Hours: Per Job","[Smew] CPU Hours: Per Job","[Goose, Egyptian] CPU Hours: Per Job","[Peregrine] CPU Hours: Per Job","[Ovenbird] CPU Hours: Per Job","[Crane] CPU Hours: Per Job","[Bunting, Yellow-browed] CPU Hours: Per Job","[Ibis, Glossy] CPU Hours: Per Job","[Warbler, Yellow-browed] CPU Hours: Per Job","[Warbler, Garden] CPU Hours: Per Job","[Sparrow, White-throated] CPU Hours: Per Job","[Grosbeak, Evening] CPU Hours: Per Job","[Plover, White-tailed] CPU Hours: Per Job","[Thrush, Mistle] CPU Hours: Per Job","[Shag] CPU Hours: Per Job","[Bunting, Yellow-breasted] CPU Hours: Per Job","[Treecreeper, Short-toed] CPU Hours: Per Job","[Warbler, Sardinian] CPU Hours: Per Job","[Whimbrel] CPU Hours: Per Job","[Shearwater, Cory's] CPU Hours: Per Job","[Sandpiper, Spotted] CPU Hours: Per Job","[Sapsucker, Yellow-bellied] CPU Hours: Per Job","[Warbler, Hooded] CPU Hours: Per Job","[Crane, Sandhill] CPU Hours: Per Job","[Roller] CPU Hours: Per Job","[Fieldfare] CPU Hours: Per Job","[Oriole, Baltimore] CPU Hours: Per Job","[Tern, Sandwich] CPU Hours: Per Job","[Redpoll, Lesser] CPU Hours: Per Job","[Warbler, Moltoni's] CPU Hours: Per Job","[Warbler, Booted] CPU Hours: Per Job","[Auk, Little] CPU Hours: Per Job","[Lapwing] CPU Hours: Per Job","[Swift, Alpine] CPU Hours: Per Job","[Shrike, Long-tailed] CPU Hours: Per Job","[Gull, Ring-billed] CPU Hours: Per Job","[Gallinule, Allen's] CPU Hours: Per Job","[Moorhen] CPU Hours: Per Job","[Plover, Caspian] CPU Hours: Per Job","[Jackdaw] CPU Hours: Per Job","[Warbler, Golden-winged] CPU Hours: Per Job","[Thrush, Grey-cheeked] CPU Hours: Per Job","[Dove, Turtle] CPU Hours: Per Job","[Grebe, Pied-billed] CPU Hours: Per Job","[Grey, Lesser] CPU Hours: Per Job","[Dunlin] CPU Hours: Per Job","[Thrush, Swainson's] CPU Hours: Per Job","[Bunting, Reed] CPU Hours: Per Job","[Bunting, Black-headed] CPU Hours: Per Job","[Harrier, Hen] CPU Hours: Per Job","[Stint, Little] CPU Hours: Per Job","[Honey-buzzard] CPU Hours: Per Job","[Martin, Crag] CPU Hours: Per Job","[Partridge, Red-legged] CPU Hours: Per Job","[Coot] CPU Hours: Per Job","[Martin, Purple] CPU Hours: Per Job","[Egret, Cattle] CPU Hours: Per Job","[Grey, Southern] CPU Hours: Per Job","[Sparrow, Savannah] CPU Hours: Per Job","[Grey, Great] CPU Hours: Per Job" -2016-12,13184.81728395,6387.18222222,6550.23272727,5278.79111111,4368.65777778,4202.09666667,3060.11666667,2627.28571429,1767.64000000,1438.12222222,1249.92088889,1233.33333333,1006.98777778,960.13333333,1441.02222222,564.66565514,385.99851852,564.52666667,529.63777778,467.04545455,405.36020202,405.12111111,328.17578283,433.21966967,337.00333333,317.64611111,198.73672222,167.62456790,183.94862434,158.95125772,189.64305556,111.17000000,559.31266667,87.43875000,52.61055556,72.00694444,68.10298148,76.40201389,48.78758939,69.22777778,16.58158730,31.90972222,28.14000000,23.01874399,2.35937500,21.84694444,26.97462560,19.84069307,13.91899034,10.00406111,8.59051583,6.47641111,6.35072152,5.56210777,5.98691667,5.04208333,4.48717172,3.59102850,1.60992063,1.04000000,0.97288194,0.97296296,0.97234375,1.45671498,0.02434444,0.02076714 -2017-01,0,1293.28000000,263.45777778,0,0,0,1140.35000000,0,0,158.23333333,371.58666667,667.68761905,0,0,3.46666667,104.22217494,198.70320988,0,0,60.55000000,118.89333333,0,141.00285714,70.31901235,269.34857143,68.79111111,63.49666667,51.40333333,0,0,21.40555556,61.31777778,15.50950855,0,45.96222222,0,0,5.71666667,13.34534574,7.11888889,45.02654321,0,0,11.50582962,25.37236259,0,8.24440000,35.25833333,9.56621212,0,0,6.26263789,0,36.21190476,0,0,0,0.56752421,0,0,0.96979167,0.96958333,0.96975694,0.02809588,0.02555556,0 +Month,"[Scaup, Lesser] CPU Hours: Per Job","[Chaffinch] CPU Hours: Per Job","[Pipit, Meadow] CPU Hours: Per Job","[Scoter, Velvet] CPU Hours: Per Job","[Warbler, Dusky] CPU Hours: Per Job","[Siskin] CPU Hours: Per Job","[Duck, Ferruginous] CPU Hours: Per Job","[Smew] CPU Hours: Per Job","[Goose, Egyptian] CPU Hours: Per Job","[Peregrine] CPU Hours: Per Job","[Ovenbird] CPU Hours: Per Job","[Crane] CPU Hours: Per Job","[Bunting, Yellow-browed] CPU Hours: Per Job","[Ibis, Glossy] CPU Hours: Per Job","[Warbler, Yellow-browed] CPU Hours: Per Job","[Warbler, Garden] CPU Hours: Per Job","[Sparrow, White-throated] CPU Hours: Per Job","[Grosbeak, Evening] CPU Hours: Per Job","[Plover, White-tailed] CPU Hours: Per Job","[Thrush, Mistle] CPU Hours: Per Job","[Shag] CPU Hours: Per Job","[Bunting, Yellow-breasted] CPU Hours: Per Job","[Treecreeper, Short-toed] CPU Hours: Per Job","[Warbler, Sardinian] CPU Hours: Per Job","[Whimbrel] CPU Hours: Per Job","[Shearwater, Cory's] CPU Hours: Per Job","[Sandpiper, Spotted] CPU Hours: Per Job","[Sapsucker, Yellow-bellied] CPU Hours: Per Job","[Warbler, Hooded] CPU Hours: Per Job","[Crane, Sandhill] CPU Hours: Per Job","[Roller] CPU Hours: Per Job","[Fieldfare] CPU Hours: Per Job","[Oriole, Baltimore] CPU Hours: Per Job","[Tern, Sandwich] CPU Hours: Per Job","[Redpoll, Lesser] CPU Hours: Per Job","[Warbler, Moltoni's] CPU Hours: Per Job","[Warbler, Booted] CPU Hours: Per Job","[Auk, Little] CPU Hours: Per Job","[Lapwing] CPU Hours: Per Job","[Swift, Alpine] CPU Hours: Per Job","[Shrike, Long-tailed] CPU Hours: Per Job","[Gull, Ring-billed] CPU Hours: Per Job","[Duck, Harlequin] CPU Hours: Per Job","[Gallinule, Allen's] CPU Hours: Per Job","[Moorhen] CPU Hours: Per Job","[Plover, Caspian] CPU Hours: Per Job","[Jackdaw] CPU Hours: Per Job","[Warbler, Golden-winged] CPU Hours: Per Job","[Thrush, Grey-cheeked] CPU Hours: Per Job","[Dove, Turtle] CPU Hours: Per Job","[Grebe, Pied-billed] CPU Hours: Per Job","[Grey, Lesser] CPU Hours: Per Job","[Dunlin] CPU Hours: Per Job","[Thrush, Swainson's] CPU Hours: Per Job","[Bunting, Reed] CPU Hours: Per Job","[Bunting, Black-headed] CPU Hours: Per Job","[Harrier, Hen] CPU Hours: Per Job","[Stint, Little] CPU Hours: Per Job","[Honey-buzzard] CPU Hours: Per Job","[Martin, Crag] CPU Hours: Per Job","[Partridge, Red-legged] CPU Hours: Per Job","[Coot] CPU Hours: Per Job","[Martin, Purple] CPU Hours: Per Job","[Egret, Cattle] CPU Hours: Per Job","[Grey, Southern] CPU Hours: Per Job","[Sparrow, Savannah] CPU Hours: Per Job","[Grey, Great] CPU Hours: Per Job" +2016-12,13184.81728395,6387.18222222,6550.23272727,5278.79111111,4368.65777778,4202.09666667,3060.11666667,2627.28571429,1767.64000000,1438.12222222,1249.92088889,1233.33333333,1006.98777778,960.13333333,1441.02222222,564.66565514,385.99851852,564.52666667,529.63777778,467.04545455,405.36020202,405.12111111,328.17578283,433.21966967,337.00333333,317.64611111,198.73672222,167.62456790,183.94862434,158.95125772,189.64305556,111.17000000,559.31266667,87.43875000,52.61055556,72.00694444,68.10298148,76.40201389,48.78758939,69.22777778,16.58158730,31.90972222,28.14000000,28.14000000,23.01874399,2.35937500,21.84694444,26.97462560,19.84069307,13.91899034,10.00406111,8.59051583,6.47641111,6.35072152,5.56210777,5.98691667,5.04208333,4.48717172,3.59102850,1.60992063,1.04000000,0.97288194,0.97296296,0.97234375,1.45671498,0.02434444,0.02076714 +2017-01,0,1293.28000000,263.45777778,0,0,0,1140.35000000,0,0,158.23333333,371.58666667,667.68761905,0,0,3.46666667,104.22217494,198.70320988,0,0,60.55000000,118.89333333,0,141.00285714,70.31901235,269.34857143,68.79111111,63.49666667,51.40333333,0,0,21.40555556,61.31777778,15.50950855,0,45.96222222,0,0,5.71666667,13.34534574,7.11888889,45.02654321,0,0,0,11.50582962,25.37236259,0,8.24440000,35.25833333,9.56621212,0,0,6.26263789,0,36.21190476,0,0,0,0.56752421,0,0,0.96979167,0.96958333,0.96975694,0.02809588,0.02555556,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_cpu_hours/timeseries-Quarter-reference.csv index c2dc7cbdd7..b3fe9b66dc 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_cpu_hours/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[Scaup, Lesser] CPU Hours: Per Job","[Chaffinch] CPU Hours: Per Job","[Pipit, Meadow] CPU Hours: Per Job","[Scoter, Velvet] CPU Hours: Per Job","[Warbler, Dusky] CPU Hours: Per Job","[Siskin] CPU Hours: Per Job","[Duck, Ferruginous] CPU Hours: Per Job","[Smew] CPU Hours: Per Job","[Goose, Egyptian] CPU Hours: Per Job","[Peregrine] CPU Hours: Per Job","[Ovenbird] CPU Hours: Per Job","[Crane] CPU Hours: Per Job","[Bunting, Yellow-browed] CPU Hours: Per Job","[Ibis, Glossy] CPU Hours: Per Job","[Warbler, Yellow-browed] CPU Hours: Per Job","[Warbler, Garden] CPU Hours: Per Job","[Sparrow, White-throated] CPU Hours: Per Job","[Grosbeak, Evening] CPU Hours: Per Job","[Plover, White-tailed] CPU Hours: Per Job","[Thrush, Mistle] CPU Hours: Per Job","[Shag] CPU Hours: Per Job","[Bunting, Yellow-breasted] CPU Hours: Per Job","[Treecreeper, Short-toed] CPU Hours: Per Job","[Warbler, Sardinian] CPU Hours: Per Job","[Whimbrel] CPU Hours: Per Job","[Shearwater, Cory's] CPU Hours: Per Job","[Sandpiper, Spotted] CPU Hours: Per Job","[Sapsucker, Yellow-bellied] CPU Hours: Per Job","[Warbler, Hooded] CPU Hours: Per Job","[Crane, Sandhill] CPU Hours: Per Job","[Roller] CPU Hours: Per Job","[Fieldfare] CPU Hours: Per Job","[Oriole, Baltimore] CPU Hours: Per Job","[Tern, Sandwich] CPU Hours: Per Job","[Redpoll, Lesser] CPU Hours: Per Job","[Warbler, Moltoni's] CPU Hours: Per Job","[Warbler, Booted] CPU Hours: Per Job","[Auk, Little] CPU Hours: Per Job","[Lapwing] CPU Hours: Per Job","[Swift, Alpine] CPU Hours: Per Job","[Shrike, Long-tailed] CPU Hours: Per Job","[Gull, Ring-billed] CPU Hours: Per Job","[Gallinule, Allen's] CPU Hours: Per Job","[Moorhen] CPU Hours: Per Job","[Plover, Caspian] CPU Hours: Per Job","[Jackdaw] CPU Hours: Per Job","[Warbler, Golden-winged] CPU Hours: Per Job","[Thrush, Grey-cheeked] CPU Hours: Per Job","[Dove, Turtle] CPU Hours: Per Job","[Grebe, Pied-billed] CPU Hours: Per Job","[Grey, Lesser] CPU Hours: Per Job","[Dunlin] CPU Hours: Per Job","[Thrush, Swainson's] CPU Hours: Per Job","[Bunting, Reed] CPU Hours: Per Job","[Bunting, Black-headed] CPU Hours: Per Job","[Harrier, Hen] CPU Hours: Per Job","[Stint, Little] CPU Hours: Per Job","[Honey-buzzard] CPU Hours: Per Job","[Martin, Crag] CPU Hours: Per Job","[Partridge, Red-legged] CPU Hours: Per Job","[Coot] CPU Hours: Per Job","[Martin, Purple] CPU Hours: Per Job","[Egret, Cattle] CPU Hours: Per Job","[Grey, Southern] CPU Hours: Per Job","[Sparrow, Savannah] CPU Hours: Per Job","[Grey, Great] CPU Hours: Per Job" -"2016 Q4",13184.81728395,6387.18222222,6550.23272727,5278.79111111,4368.65777778,4202.09666667,3060.11666667,2627.28571429,1767.64000000,1438.12222222,1249.92088889,1233.33333333,1006.98777778,960.13333333,1441.02222222,564.66565514,385.99851852,564.52666667,529.63777778,467.04545455,405.36020202,405.12111111,328.17578283,433.21966967,337.00333333,317.64611111,198.73672222,167.62456790,183.94862434,158.95125772,189.64305556,111.17000000,559.31266667,87.43875000,52.61055556,72.00694444,68.10298148,76.40201389,48.78758939,69.22777778,16.58158730,31.90972222,28.14000000,23.01874399,2.35937500,21.84694444,26.97462560,19.84069307,13.91899034,10.00406111,8.59051583,6.47641111,6.35072152,5.56210777,5.98691667,5.04208333,4.48717172,3.59102850,1.60992063,1.04000000,0.97288194,0.97296296,0.97234375,1.45671498,0.02434444,0.02076714 -"2017 Q1",0,1293.28000000,263.45777778,0,0,0,1140.35000000,0,0,158.23333333,371.58666667,667.68761905,0,0,3.46666667,104.22217494,198.70320988,0,0,60.55000000,118.89333333,0,141.00285714,70.31901235,269.34857143,68.79111111,63.49666667,51.40333333,0,0,21.40555556,61.31777778,15.50950855,0,45.96222222,0,0,5.71666667,13.34534574,7.11888889,45.02654321,0,0,11.50582962,25.37236259,0,8.24440000,35.25833333,9.56621212,0,0,6.26263789,0,36.21190476,0,0,0,0.56752421,0,0,0.96979167,0.96958333,0.96975694,0.02809588,0.02555556,0 +Quarter,"[Scaup, Lesser] CPU Hours: Per Job","[Chaffinch] CPU Hours: Per Job","[Pipit, Meadow] CPU Hours: Per Job","[Scoter, Velvet] CPU Hours: Per Job","[Warbler, Dusky] CPU Hours: Per Job","[Siskin] CPU Hours: Per Job","[Duck, Ferruginous] CPU Hours: Per Job","[Smew] CPU Hours: Per Job","[Goose, Egyptian] CPU Hours: Per Job","[Peregrine] CPU Hours: Per Job","[Ovenbird] CPU Hours: Per Job","[Crane] CPU Hours: Per Job","[Bunting, Yellow-browed] CPU Hours: Per Job","[Ibis, Glossy] CPU Hours: Per Job","[Warbler, Yellow-browed] CPU Hours: Per Job","[Warbler, Garden] CPU Hours: Per Job","[Sparrow, White-throated] CPU Hours: Per Job","[Grosbeak, Evening] CPU Hours: Per Job","[Plover, White-tailed] CPU Hours: Per Job","[Thrush, Mistle] CPU Hours: Per Job","[Shag] CPU Hours: Per Job","[Bunting, Yellow-breasted] CPU Hours: Per Job","[Treecreeper, Short-toed] CPU Hours: Per Job","[Warbler, Sardinian] CPU Hours: Per Job","[Whimbrel] CPU Hours: Per Job","[Shearwater, Cory's] CPU Hours: Per Job","[Sandpiper, Spotted] CPU Hours: Per Job","[Sapsucker, Yellow-bellied] CPU Hours: Per Job","[Warbler, Hooded] CPU Hours: Per Job","[Crane, Sandhill] CPU Hours: Per Job","[Roller] CPU Hours: Per Job","[Fieldfare] CPU Hours: Per Job","[Oriole, Baltimore] CPU Hours: Per Job","[Tern, Sandwich] CPU Hours: Per Job","[Redpoll, Lesser] CPU Hours: Per Job","[Warbler, Moltoni's] CPU Hours: Per Job","[Warbler, Booted] CPU Hours: Per Job","[Auk, Little] CPU Hours: Per Job","[Lapwing] CPU Hours: Per Job","[Swift, Alpine] CPU Hours: Per Job","[Shrike, Long-tailed] CPU Hours: Per Job","[Gull, Ring-billed] CPU Hours: Per Job","[Duck, Harlequin] CPU Hours: Per Job","[Gallinule, Allen's] CPU Hours: Per Job","[Moorhen] CPU Hours: Per Job","[Plover, Caspian] CPU Hours: Per Job","[Jackdaw] CPU Hours: Per Job","[Warbler, Golden-winged] CPU Hours: Per Job","[Thrush, Grey-cheeked] CPU Hours: Per Job","[Dove, Turtle] CPU Hours: Per Job","[Grebe, Pied-billed] CPU Hours: Per Job","[Grey, Lesser] CPU Hours: Per Job","[Dunlin] CPU Hours: Per Job","[Thrush, Swainson's] CPU Hours: Per Job","[Bunting, Reed] CPU Hours: Per Job","[Bunting, Black-headed] CPU Hours: Per Job","[Harrier, Hen] CPU Hours: Per Job","[Stint, Little] CPU Hours: Per Job","[Honey-buzzard] CPU Hours: Per Job","[Martin, Crag] CPU Hours: Per Job","[Partridge, Red-legged] CPU Hours: Per Job","[Coot] CPU Hours: Per Job","[Martin, Purple] CPU Hours: Per Job","[Egret, Cattle] CPU Hours: Per Job","[Grey, Southern] CPU Hours: Per Job","[Sparrow, Savannah] CPU Hours: Per Job","[Grey, Great] CPU Hours: Per Job" +"2016 Q4",13184.81728395,6387.18222222,6550.23272727,5278.79111111,4368.65777778,4202.09666667,3060.11666667,2627.28571429,1767.64000000,1438.12222222,1249.92088889,1233.33333333,1006.98777778,960.13333333,1441.02222222,564.66565514,385.99851852,564.52666667,529.63777778,467.04545455,405.36020202,405.12111111,328.17578283,433.21966967,337.00333333,317.64611111,198.73672222,167.62456790,183.94862434,158.95125772,189.64305556,111.17000000,559.31266667,87.43875000,52.61055556,72.00694444,68.10298148,76.40201389,48.78758939,69.22777778,16.58158730,31.90972222,28.14000000,28.14000000,23.01874399,2.35937500,21.84694444,26.97462560,19.84069307,13.91899034,10.00406111,8.59051583,6.47641111,6.35072152,5.56210777,5.98691667,5.04208333,4.48717172,3.59102850,1.60992063,1.04000000,0.97288194,0.97296296,0.97234375,1.45671498,0.02434444,0.02076714 +"2017 Q1",0,1293.28000000,263.45777778,0,0,0,1140.35000000,0,0,158.23333333,371.58666667,667.68761905,0,0,3.46666667,104.22217494,198.70320988,0,0,60.55000000,118.89333333,0,141.00285714,70.31901235,269.34857143,68.79111111,63.49666667,51.40333333,0,0,21.40555556,61.31777778,15.50950855,0,45.96222222,0,0,5.71666667,13.34534574,7.11888889,45.02654321,0,0,0,11.50582962,25.37236259,0,8.24440000,35.25833333,9.56621212,0,0,6.26263789,0,36.21190476,0,0,0,0.56752421,0,0,0.96979167,0.96958333,0.96975694,0.02809588,0.02555556,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_cpu_hours/timeseries-Year-reference.csv index c836c4e25c..52bb3538fd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_cpu_hours/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[Scaup, Lesser] CPU Hours: Per Job","[Chaffinch] CPU Hours: Per Job","[Pipit, Meadow] CPU Hours: Per Job","[Scoter, Velvet] CPU Hours: Per Job","[Warbler, Dusky] CPU Hours: Per Job","[Siskin] CPU Hours: Per Job","[Duck, Ferruginous] CPU Hours: Per Job","[Smew] CPU Hours: Per Job","[Goose, Egyptian] CPU Hours: Per Job","[Peregrine] CPU Hours: Per Job","[Ovenbird] CPU Hours: Per Job","[Crane] CPU Hours: Per Job","[Bunting, Yellow-browed] CPU Hours: Per Job","[Ibis, Glossy] CPU Hours: Per Job","[Warbler, Yellow-browed] CPU Hours: Per Job","[Warbler, Garden] CPU Hours: Per Job","[Sparrow, White-throated] CPU Hours: Per Job","[Grosbeak, Evening] CPU Hours: Per Job","[Plover, White-tailed] CPU Hours: Per Job","[Thrush, Mistle] CPU Hours: Per Job","[Shag] CPU Hours: Per Job","[Bunting, Yellow-breasted] CPU Hours: Per Job","[Treecreeper, Short-toed] CPU Hours: Per Job","[Warbler, Sardinian] CPU Hours: Per Job","[Whimbrel] CPU Hours: Per Job","[Shearwater, Cory's] CPU Hours: Per Job","[Sandpiper, Spotted] CPU Hours: Per Job","[Sapsucker, Yellow-bellied] CPU Hours: Per Job","[Warbler, Hooded] CPU Hours: Per Job","[Crane, Sandhill] CPU Hours: Per Job","[Roller] CPU Hours: Per Job","[Fieldfare] CPU Hours: Per Job","[Oriole, Baltimore] CPU Hours: Per Job","[Tern, Sandwich] CPU Hours: Per Job","[Redpoll, Lesser] CPU Hours: Per Job","[Warbler, Moltoni's] CPU Hours: Per Job","[Warbler, Booted] CPU Hours: Per Job","[Auk, Little] CPU Hours: Per Job","[Lapwing] CPU Hours: Per Job","[Swift, Alpine] CPU Hours: Per Job","[Shrike, Long-tailed] CPU Hours: Per Job","[Gull, Ring-billed] CPU Hours: Per Job","[Gallinule, Allen's] CPU Hours: Per Job","[Moorhen] CPU Hours: Per Job","[Plover, Caspian] CPU Hours: Per Job","[Jackdaw] CPU Hours: Per Job","[Warbler, Golden-winged] CPU Hours: Per Job","[Thrush, Grey-cheeked] CPU Hours: Per Job","[Dove, Turtle] CPU Hours: Per Job","[Grebe, Pied-billed] CPU Hours: Per Job","[Grey, Lesser] CPU Hours: Per Job","[Dunlin] CPU Hours: Per Job","[Thrush, Swainson's] CPU Hours: Per Job","[Bunting, Reed] CPU Hours: Per Job","[Bunting, Black-headed] CPU Hours: Per Job","[Harrier, Hen] CPU Hours: Per Job","[Stint, Little] CPU Hours: Per Job","[Honey-buzzard] CPU Hours: Per Job","[Martin, Crag] CPU Hours: Per Job","[Partridge, Red-legged] CPU Hours: Per Job","[Coot] CPU Hours: Per Job","[Martin, Purple] CPU Hours: Per Job","[Egret, Cattle] CPU Hours: Per Job","[Grey, Southern] CPU Hours: Per Job","[Sparrow, Savannah] CPU Hours: Per Job","[Grey, Great] CPU Hours: Per Job" -2016,13184.81728395,6387.18222222,6550.23272727,5278.79111111,4368.65777778,4202.09666667,3060.11666667,2627.28571429,1767.64000000,1438.12222222,1249.92088889,1233.33333333,1006.98777778,960.13333333,1441.02222222,564.66565514,385.99851852,564.52666667,529.63777778,467.04545455,405.36020202,405.12111111,328.17578283,433.21966967,337.00333333,317.64611111,198.73672222,167.62456790,183.94862434,158.95125772,189.64305556,111.17000000,559.31266667,87.43875000,52.61055556,72.00694444,68.10298148,76.40201389,48.78758939,69.22777778,16.58158730,31.90972222,28.14000000,23.01874399,2.35937500,21.84694444,26.97462560,19.84069307,13.91899034,10.00406111,8.59051583,6.47641111,6.35072152,5.56210777,5.98691667,5.04208333,4.48717172,3.59102850,1.60992063,1.04000000,0.97288194,0.97296296,0.97234375,1.45671498,0.02434444,0.02076714 -2017,0,1293.28000000,263.45777778,0,0,0,1140.35000000,0,0,158.23333333,371.58666667,667.68761905,0,0,3.46666667,104.22217494,198.70320988,0,0,60.55000000,118.89333333,0,141.00285714,70.31901235,269.34857143,68.79111111,63.49666667,51.40333333,0,0,21.40555556,61.31777778,15.50950855,0,45.96222222,0,0,5.71666667,13.34534574,7.11888889,45.02654321,0,0,11.50582962,25.37236259,0,8.24440000,35.25833333,9.56621212,0,0,6.26263789,0,36.21190476,0,0,0,0.56752421,0,0,0.96979167,0.96958333,0.96975694,0.02809588,0.02555556,0 +Year,"[Scaup, Lesser] CPU Hours: Per Job","[Chaffinch] CPU Hours: Per Job","[Pipit, Meadow] CPU Hours: Per Job","[Scoter, Velvet] CPU Hours: Per Job","[Warbler, Dusky] CPU Hours: Per Job","[Siskin] CPU Hours: Per Job","[Duck, Ferruginous] CPU Hours: Per Job","[Smew] CPU Hours: Per Job","[Goose, Egyptian] CPU Hours: Per Job","[Peregrine] CPU Hours: Per Job","[Ovenbird] CPU Hours: Per Job","[Crane] CPU Hours: Per Job","[Bunting, Yellow-browed] CPU Hours: Per Job","[Ibis, Glossy] CPU Hours: Per Job","[Warbler, Yellow-browed] CPU Hours: Per Job","[Warbler, Garden] CPU Hours: Per Job","[Sparrow, White-throated] CPU Hours: Per Job","[Grosbeak, Evening] CPU Hours: Per Job","[Plover, White-tailed] CPU Hours: Per Job","[Thrush, Mistle] CPU Hours: Per Job","[Shag] CPU Hours: Per Job","[Bunting, Yellow-breasted] CPU Hours: Per Job","[Treecreeper, Short-toed] CPU Hours: Per Job","[Warbler, Sardinian] CPU Hours: Per Job","[Whimbrel] CPU Hours: Per Job","[Shearwater, Cory's] CPU Hours: Per Job","[Sandpiper, Spotted] CPU Hours: Per Job","[Sapsucker, Yellow-bellied] CPU Hours: Per Job","[Warbler, Hooded] CPU Hours: Per Job","[Crane, Sandhill] CPU Hours: Per Job","[Roller] CPU Hours: Per Job","[Fieldfare] CPU Hours: Per Job","[Oriole, Baltimore] CPU Hours: Per Job","[Tern, Sandwich] CPU Hours: Per Job","[Redpoll, Lesser] CPU Hours: Per Job","[Warbler, Moltoni's] CPU Hours: Per Job","[Warbler, Booted] CPU Hours: Per Job","[Auk, Little] CPU Hours: Per Job","[Lapwing] CPU Hours: Per Job","[Swift, Alpine] CPU Hours: Per Job","[Shrike, Long-tailed] CPU Hours: Per Job","[Gull, Ring-billed] CPU Hours: Per Job","[Duck, Harlequin] CPU Hours: Per Job","[Gallinule, Allen's] CPU Hours: Per Job","[Moorhen] CPU Hours: Per Job","[Plover, Caspian] CPU Hours: Per Job","[Jackdaw] CPU Hours: Per Job","[Warbler, Golden-winged] CPU Hours: Per Job","[Thrush, Grey-cheeked] CPU Hours: Per Job","[Dove, Turtle] CPU Hours: Per Job","[Grebe, Pied-billed] CPU Hours: Per Job","[Grey, Lesser] CPU Hours: Per Job","[Dunlin] CPU Hours: Per Job","[Thrush, Swainson's] CPU Hours: Per Job","[Bunting, Reed] CPU Hours: Per Job","[Bunting, Black-headed] CPU Hours: Per Job","[Harrier, Hen] CPU Hours: Per Job","[Stint, Little] CPU Hours: Per Job","[Honey-buzzard] CPU Hours: Per Job","[Martin, Crag] CPU Hours: Per Job","[Partridge, Red-legged] CPU Hours: Per Job","[Coot] CPU Hours: Per Job","[Martin, Purple] CPU Hours: Per Job","[Egret, Cattle] CPU Hours: Per Job","[Grey, Southern] CPU Hours: Per Job","[Sparrow, Savannah] CPU Hours: Per Job","[Grey, Great] CPU Hours: Per Job" +2016,13184.81728395,6387.18222222,6550.23272727,5278.79111111,4368.65777778,4202.09666667,3060.11666667,2627.28571429,1767.64000000,1438.12222222,1249.92088889,1233.33333333,1006.98777778,960.13333333,1441.02222222,564.66565514,385.99851852,564.52666667,529.63777778,467.04545455,405.36020202,405.12111111,328.17578283,433.21966967,337.00333333,317.64611111,198.73672222,167.62456790,183.94862434,158.95125772,189.64305556,111.17000000,559.31266667,87.43875000,52.61055556,72.00694444,68.10298148,76.40201389,48.78758939,69.22777778,16.58158730,31.90972222,28.14000000,28.14000000,23.01874399,2.35937500,21.84694444,26.97462560,19.84069307,13.91899034,10.00406111,8.59051583,6.47641111,6.35072152,5.56210777,5.98691667,5.04208333,4.48717172,3.59102850,1.60992063,1.04000000,0.97288194,0.97296296,0.97234375,1.45671498,0.02434444,0.02076714 +2017,0,1293.28000000,263.45777778,0,0,0,1140.35000000,0,0,158.23333333,371.58666667,667.68761905,0,0,3.46666667,104.22217494,198.70320988,0,0,60.55000000,118.89333333,0,141.00285714,70.31901235,269.34857143,68.79111111,63.49666667,51.40333333,0,0,21.40555556,61.31777778,15.50950855,0,45.96222222,0,0,5.71666667,13.34534574,7.11888889,45.02654321,0,0,0,11.50582962,25.37236259,0,8.24440000,35.25833333,9.56621212,0,0,6.26263789,0,36.21190476,0,0,0,0.56752421,0,0,0.96979167,0.96958333,0.96975694,0.02809588,0.02555556,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpu_hours/aggregate-Day-reference.csv index fde886ddc5..462acb62ab 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpu_hours/aggregate-Day-reference.csv @@ -18,6 +18,7 @@ Crane,0.00000000 "Crane, Sandhill",0.00000000 "Dove, Turtle",0.00000000 "Duck, Ferruginous",0.00000000 +"Duck, Harlequin",0.00000000 Dunlin,0.00000000 "Egret, Cattle",0.00000000 Fieldfare,0.00000000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpu_hours/aggregate-Month-reference.csv index fde886ddc5..462acb62ab 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpu_hours/aggregate-Month-reference.csv @@ -18,6 +18,7 @@ Crane,0.00000000 "Crane, Sandhill",0.00000000 "Dove, Turtle",0.00000000 "Duck, Ferruginous",0.00000000 +"Duck, Harlequin",0.00000000 Dunlin,0.00000000 "Egret, Cattle",0.00000000 Fieldfare,0.00000000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpu_hours/aggregate-Quarter-reference.csv index fde886ddc5..462acb62ab 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpu_hours/aggregate-Quarter-reference.csv @@ -18,6 +18,7 @@ Crane,0.00000000 "Crane, Sandhill",0.00000000 "Dove, Turtle",0.00000000 "Duck, Ferruginous",0.00000000 +"Duck, Harlequin",0.00000000 Dunlin,0.00000000 "Egret, Cattle",0.00000000 Fieldfare,0.00000000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpu_hours/aggregate-Year-reference.csv index fde886ddc5..462acb62ab 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpu_hours/aggregate-Year-reference.csv @@ -18,6 +18,7 @@ Crane,0.00000000 "Crane, Sandhill",0.00000000 "Dove, Turtle",0.00000000 "Duck, Ferruginous",0.00000000 +"Duck, Harlequin",0.00000000 Dunlin,0.00000000 "Egret, Cattle",0.00000000 Fieldfare,0.00000000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpu_hours/timeseries-Day-reference.csv index dec7ab4864..f791ffd00b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpu_hours/timeseries-Day-reference.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[Oriole, Baltimore] GPU Hours: Per Job","[Auk, Little] GPU Hours: Per Job","[Bunting, Black-headed] GPU Hours: Per Job","[Bunting, Reed] GPU Hours: Per Job","[Bunting, Yellow-breasted] GPU Hours: Per Job","[Bunting, Yellow-browed] GPU Hours: Per Job","[Chaffinch] GPU Hours: Per Job","[Coot] GPU Hours: Per Job","[Crane] GPU Hours: Per Job","[Crane, Sandhill] GPU Hours: Per Job","[Dove, Turtle] GPU Hours: Per Job","[Duck, Ferruginous] GPU Hours: Per Job","[Dunlin] GPU Hours: Per Job","[Egret, Cattle] GPU Hours: Per Job","[Fieldfare] GPU Hours: Per Job","[Gallinule, Allen's] GPU Hours: Per Job","[Goose, Egyptian] GPU Hours: Per Job","[Grebe, Pied-billed] GPU Hours: Per Job","[Grey, Great] GPU Hours: Per Job","[Grey, Lesser] GPU Hours: Per Job","[Grey, Southern] GPU Hours: Per Job","[Grosbeak, Evening] GPU Hours: Per Job","[Gull, Ring-billed] GPU Hours: Per Job","[Harrier, Hen] GPU Hours: Per Job","[Honey-buzzard] GPU Hours: Per Job","[Ibis, Glossy] GPU Hours: Per Job","[Jackdaw] GPU Hours: Per Job","[Lapwing] GPU Hours: Per Job","[Martin, Crag] GPU Hours: Per Job","[Martin, Purple] GPU Hours: Per Job","[Moorhen] GPU Hours: Per Job","[Ovenbird] GPU Hours: Per Job","[Partridge, Red-legged] GPU Hours: Per Job","[Peregrine] GPU Hours: Per Job","[Pipit, Meadow] GPU Hours: Per Job","[Plover, Caspian] GPU Hours: Per Job","[Plover, White-tailed] GPU Hours: Per Job","[Redpoll, Lesser] GPU Hours: Per Job","[Roller] GPU Hours: Per Job","[Sandpiper, Spotted] GPU Hours: Per Job","[Sapsucker, Yellow-bellied] GPU Hours: Per Job","[Scaup, Lesser] GPU Hours: Per Job","[Scoter, Velvet] GPU Hours: Per Job","[Shag] GPU Hours: Per Job","[Shearwater, Cory's] GPU Hours: Per Job","[Shrike, Long-tailed] GPU Hours: Per Job","[Siskin] GPU Hours: Per Job","[Smew] GPU Hours: Per Job","[Sparrow, Savannah] GPU Hours: Per Job","[Sparrow, White-throated] GPU Hours: Per Job","[Stint, Little] GPU Hours: Per Job","[Swift, Alpine] GPU Hours: Per Job","[Tern, Sandwich] GPU Hours: Per Job","[Thrush, Grey-cheeked] GPU Hours: Per Job","[Thrush, Mistle] GPU Hours: Per Job","[Thrush, Swainson's] GPU Hours: Per Job","[Treecreeper, Short-toed] GPU Hours: Per Job","[Warbler, Booted] GPU Hours: Per Job","[Warbler, Dusky] GPU Hours: Per Job","[Warbler, Garden] GPU Hours: Per Job","[Warbler, Golden-winged] GPU Hours: Per Job","[Warbler, Hooded] GPU Hours: Per Job","[Warbler, Moltoni's] GPU Hours: Per Job","[Warbler, Sardinian] GPU Hours: Per Job","[Warbler, Yellow-browed] GPU Hours: Per Job","[Whimbrel] GPU Hours: Per Job" -2016-12-22,33.49277778,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,48.00000000,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-24,48.00000000,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-25,48.00000000,0,0,0.00000000,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-26,48.00000000,0,0,0.00000000,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0 -2016-12-27,48.00000000,0,0,0.00000000,0.00000000,0,0.00000000,0,0,0.00000000,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0.00000000,0,0,0.00000000,0,0,0,0,0,0,0,0.00000000,0,0,0,0.00000000,0,0,0,0,0,0.00000000,0,0,0,0.00000000,0.00000000,0,0.00000000,0,0,0.00000000,0,0,0 -2016-12-28,48.00000000,0,0,0.00000000,0.00000000,0,0.00000000,0,0,0.00000000,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0.00000000,0,0.00000000,0,0,0.00000000,0.00000000,0,0,0.00000000,0,0.00000000,0,0,0,0,0.00000000,0.00000000,0.00000000,0,0,0.00000000,0,0,0,0,0,0.00000000,0,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0 -2016-12-29,48.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0,0,0,0,0.00000000,0.00000000,0,0,0,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0,0,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0 -2016-12-30,48.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000 -2016-12-31,9.60000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0,0.00000000 -2017-01-01,1.59307692,0.00000000,0,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0,0,0,0,0.00000000,0,0,0,0.00000000,0,0,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0,0,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0.00000000 +Day,"[Oriole, Baltimore] GPU Hours: Per Job","[Auk, Little] GPU Hours: Per Job","[Bunting, Black-headed] GPU Hours: Per Job","[Bunting, Reed] GPU Hours: Per Job","[Bunting, Yellow-breasted] GPU Hours: Per Job","[Bunting, Yellow-browed] GPU Hours: Per Job","[Chaffinch] GPU Hours: Per Job","[Coot] GPU Hours: Per Job","[Crane] GPU Hours: Per Job","[Crane, Sandhill] GPU Hours: Per Job","[Dove, Turtle] GPU Hours: Per Job","[Duck, Ferruginous] GPU Hours: Per Job","[Duck, Harlequin] GPU Hours: Per Job","[Dunlin] GPU Hours: Per Job","[Egret, Cattle] GPU Hours: Per Job","[Fieldfare] GPU Hours: Per Job","[Gallinule, Allen's] GPU Hours: Per Job","[Goose, Egyptian] GPU Hours: Per Job","[Grebe, Pied-billed] GPU Hours: Per Job","[Grey, Great] GPU Hours: Per Job","[Grey, Lesser] GPU Hours: Per Job","[Grey, Southern] GPU Hours: Per Job","[Grosbeak, Evening] GPU Hours: Per Job","[Gull, Ring-billed] GPU Hours: Per Job","[Harrier, Hen] GPU Hours: Per Job","[Honey-buzzard] GPU Hours: Per Job","[Ibis, Glossy] GPU Hours: Per Job","[Jackdaw] GPU Hours: Per Job","[Lapwing] GPU Hours: Per Job","[Martin, Crag] GPU Hours: Per Job","[Martin, Purple] GPU Hours: Per Job","[Moorhen] GPU Hours: Per Job","[Ovenbird] GPU Hours: Per Job","[Partridge, Red-legged] GPU Hours: Per Job","[Peregrine] GPU Hours: Per Job","[Pipit, Meadow] GPU Hours: Per Job","[Plover, Caspian] GPU Hours: Per Job","[Plover, White-tailed] GPU Hours: Per Job","[Redpoll, Lesser] GPU Hours: Per Job","[Roller] GPU Hours: Per Job","[Sandpiper, Spotted] GPU Hours: Per Job","[Sapsucker, Yellow-bellied] GPU Hours: Per Job","[Scaup, Lesser] GPU Hours: Per Job","[Scoter, Velvet] GPU Hours: Per Job","[Shag] GPU Hours: Per Job","[Shearwater, Cory's] GPU Hours: Per Job","[Shrike, Long-tailed] GPU Hours: Per Job","[Siskin] GPU Hours: Per Job","[Smew] GPU Hours: Per Job","[Sparrow, Savannah] GPU Hours: Per Job","[Sparrow, White-throated] GPU Hours: Per Job","[Stint, Little] GPU Hours: Per Job","[Swift, Alpine] GPU Hours: Per Job","[Tern, Sandwich] GPU Hours: Per Job","[Thrush, Grey-cheeked] GPU Hours: Per Job","[Thrush, Mistle] GPU Hours: Per Job","[Thrush, Swainson's] GPU Hours: Per Job","[Treecreeper, Short-toed] GPU Hours: Per Job","[Warbler, Booted] GPU Hours: Per Job","[Warbler, Dusky] GPU Hours: Per Job","[Warbler, Garden] GPU Hours: Per Job","[Warbler, Golden-winged] GPU Hours: Per Job","[Warbler, Hooded] GPU Hours: Per Job","[Warbler, Moltoni's] GPU Hours: Per Job","[Warbler, Sardinian] GPU Hours: Per Job","[Warbler, Yellow-browed] GPU Hours: Per Job","[Whimbrel] GPU Hours: Per Job" +2016-12-22,33.49277778,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,48.00000000,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-24,48.00000000,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-25,48.00000000,0,0,0.00000000,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-26,48.00000000,0,0,0.00000000,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0 +2016-12-27,48.00000000,0,0,0.00000000,0.00000000,0,0.00000000,0,0,0.00000000,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0.00000000,0,0,0.00000000,0,0,0,0,0,0,0,0.00000000,0,0,0,0.00000000,0,0,0,0,0,0.00000000,0,0,0,0.00000000,0.00000000,0,0.00000000,0,0,0.00000000,0,0,0 +2016-12-28,48.00000000,0,0,0.00000000,0.00000000,0,0.00000000,0,0,0.00000000,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0.00000000,0,0.00000000,0,0,0.00000000,0.00000000,0,0,0.00000000,0,0.00000000,0,0,0,0,0.00000000,0.00000000,0.00000000,0,0,0.00000000,0,0,0,0,0,0.00000000,0,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0 +2016-12-29,48.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0,0,0,0,0,0.00000000,0.00000000,0,0,0,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0,0,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0 +2016-12-30,48.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000 +2016-12-31,9.60000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0,0.00000000 +2017-01-01,1.59307692,0.00000000,0,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0,0,0,0,0.00000000,0,0,0,0.00000000,0,0,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0,0,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpu_hours/timeseries-Month-reference.csv index ced4fdb804..bb3df6c2db 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpu_hours/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[Oriole, Baltimore] GPU Hours: Per Job","[Auk, Little] GPU Hours: Per Job","[Bunting, Black-headed] GPU Hours: Per Job","[Bunting, Reed] GPU Hours: Per Job","[Bunting, Yellow-breasted] GPU Hours: Per Job","[Bunting, Yellow-browed] GPU Hours: Per Job","[Chaffinch] GPU Hours: Per Job","[Coot] GPU Hours: Per Job","[Crane] GPU Hours: Per Job","[Crane, Sandhill] GPU Hours: Per Job","[Dove, Turtle] GPU Hours: Per Job","[Duck, Ferruginous] GPU Hours: Per Job","[Dunlin] GPU Hours: Per Job","[Egret, Cattle] GPU Hours: Per Job","[Fieldfare] GPU Hours: Per Job","[Gallinule, Allen's] GPU Hours: Per Job","[Goose, Egyptian] GPU Hours: Per Job","[Grebe, Pied-billed] GPU Hours: Per Job","[Grey, Great] GPU Hours: Per Job","[Grey, Lesser] GPU Hours: Per Job","[Grey, Southern] GPU Hours: Per Job","[Grosbeak, Evening] GPU Hours: Per Job","[Gull, Ring-billed] GPU Hours: Per Job","[Harrier, Hen] GPU Hours: Per Job","[Honey-buzzard] GPU Hours: Per Job","[Ibis, Glossy] GPU Hours: Per Job","[Jackdaw] GPU Hours: Per Job","[Lapwing] GPU Hours: Per Job","[Martin, Crag] GPU Hours: Per Job","[Martin, Purple] GPU Hours: Per Job","[Moorhen] GPU Hours: Per Job","[Ovenbird] GPU Hours: Per Job","[Partridge, Red-legged] GPU Hours: Per Job","[Peregrine] GPU Hours: Per Job","[Pipit, Meadow] GPU Hours: Per Job","[Plover, Caspian] GPU Hours: Per Job","[Plover, White-tailed] GPU Hours: Per Job","[Redpoll, Lesser] GPU Hours: Per Job","[Roller] GPU Hours: Per Job","[Sandpiper, Spotted] GPU Hours: Per Job","[Sapsucker, Yellow-bellied] GPU Hours: Per Job","[Scaup, Lesser] GPU Hours: Per Job","[Scoter, Velvet] GPU Hours: Per Job","[Shag] GPU Hours: Per Job","[Shearwater, Cory's] GPU Hours: Per Job","[Shrike, Long-tailed] GPU Hours: Per Job","[Siskin] GPU Hours: Per Job","[Smew] GPU Hours: Per Job","[Sparrow, Savannah] GPU Hours: Per Job","[Sparrow, White-throated] GPU Hours: Per Job","[Stint, Little] GPU Hours: Per Job","[Swift, Alpine] GPU Hours: Per Job","[Tern, Sandwich] GPU Hours: Per Job","[Thrush, Grey-cheeked] GPU Hours: Per Job","[Thrush, Mistle] GPU Hours: Per Job","[Thrush, Swainson's] GPU Hours: Per Job","[Treecreeper, Short-toed] GPU Hours: Per Job","[Warbler, Booted] GPU Hours: Per Job","[Warbler, Dusky] GPU Hours: Per Job","[Warbler, Garden] GPU Hours: Per Job","[Warbler, Golden-winged] GPU Hours: Per Job","[Warbler, Hooded] GPU Hours: Per Job","[Warbler, Moltoni's] GPU Hours: Per Job","[Warbler, Sardinian] GPU Hours: Per Job","[Warbler, Yellow-browed] GPU Hours: Per Job","[Whimbrel] GPU Hours: Per Job" -2016-12,93.09855556,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000 -2017-01,1.59307692,0.00000000,0,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0,0,0,0,0.00000000,0,0,0,0.00000000,0,0,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0,0,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0.00000000 +Month,"[Oriole, Baltimore] GPU Hours: Per Job","[Auk, Little] GPU Hours: Per Job","[Bunting, Black-headed] GPU Hours: Per Job","[Bunting, Reed] GPU Hours: Per Job","[Bunting, Yellow-breasted] GPU Hours: Per Job","[Bunting, Yellow-browed] GPU Hours: Per Job","[Chaffinch] GPU Hours: Per Job","[Coot] GPU Hours: Per Job","[Crane] GPU Hours: Per Job","[Crane, Sandhill] GPU Hours: Per Job","[Dove, Turtle] GPU Hours: Per Job","[Duck, Ferruginous] GPU Hours: Per Job","[Duck, Harlequin] GPU Hours: Per Job","[Dunlin] GPU Hours: Per Job","[Egret, Cattle] GPU Hours: Per Job","[Fieldfare] GPU Hours: Per Job","[Gallinule, Allen's] GPU Hours: Per Job","[Goose, Egyptian] GPU Hours: Per Job","[Grebe, Pied-billed] GPU Hours: Per Job","[Grey, Great] GPU Hours: Per Job","[Grey, Lesser] GPU Hours: Per Job","[Grey, Southern] GPU Hours: Per Job","[Grosbeak, Evening] GPU Hours: Per Job","[Gull, Ring-billed] GPU Hours: Per Job","[Harrier, Hen] GPU Hours: Per Job","[Honey-buzzard] GPU Hours: Per Job","[Ibis, Glossy] GPU Hours: Per Job","[Jackdaw] GPU Hours: Per Job","[Lapwing] GPU Hours: Per Job","[Martin, Crag] GPU Hours: Per Job","[Martin, Purple] GPU Hours: Per Job","[Moorhen] GPU Hours: Per Job","[Ovenbird] GPU Hours: Per Job","[Partridge, Red-legged] GPU Hours: Per Job","[Peregrine] GPU Hours: Per Job","[Pipit, Meadow] GPU Hours: Per Job","[Plover, Caspian] GPU Hours: Per Job","[Plover, White-tailed] GPU Hours: Per Job","[Redpoll, Lesser] GPU Hours: Per Job","[Roller] GPU Hours: Per Job","[Sandpiper, Spotted] GPU Hours: Per Job","[Sapsucker, Yellow-bellied] GPU Hours: Per Job","[Scaup, Lesser] GPU Hours: Per Job","[Scoter, Velvet] GPU Hours: Per Job","[Shag] GPU Hours: Per Job","[Shearwater, Cory's] GPU Hours: Per Job","[Shrike, Long-tailed] GPU Hours: Per Job","[Siskin] GPU Hours: Per Job","[Smew] GPU Hours: Per Job","[Sparrow, Savannah] GPU Hours: Per Job","[Sparrow, White-throated] GPU Hours: Per Job","[Stint, Little] GPU Hours: Per Job","[Swift, Alpine] GPU Hours: Per Job","[Tern, Sandwich] GPU Hours: Per Job","[Thrush, Grey-cheeked] GPU Hours: Per Job","[Thrush, Mistle] GPU Hours: Per Job","[Thrush, Swainson's] GPU Hours: Per Job","[Treecreeper, Short-toed] GPU Hours: Per Job","[Warbler, Booted] GPU Hours: Per Job","[Warbler, Dusky] GPU Hours: Per Job","[Warbler, Garden] GPU Hours: Per Job","[Warbler, Golden-winged] GPU Hours: Per Job","[Warbler, Hooded] GPU Hours: Per Job","[Warbler, Moltoni's] GPU Hours: Per Job","[Warbler, Sardinian] GPU Hours: Per Job","[Warbler, Yellow-browed] GPU Hours: Per Job","[Whimbrel] GPU Hours: Per Job" +2016-12,93.09855556,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000 +2017-01,1.59307692,0.00000000,0,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0,0,0,0,0.00000000,0,0,0,0.00000000,0,0,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0,0,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpu_hours/timeseries-Quarter-reference.csv index dd49037a3c..fe273e3392 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpu_hours/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[Oriole, Baltimore] GPU Hours: Per Job","[Auk, Little] GPU Hours: Per Job","[Bunting, Black-headed] GPU Hours: Per Job","[Bunting, Reed] GPU Hours: Per Job","[Bunting, Yellow-breasted] GPU Hours: Per Job","[Bunting, Yellow-browed] GPU Hours: Per Job","[Chaffinch] GPU Hours: Per Job","[Coot] GPU Hours: Per Job","[Crane] GPU Hours: Per Job","[Crane, Sandhill] GPU Hours: Per Job","[Dove, Turtle] GPU Hours: Per Job","[Duck, Ferruginous] GPU Hours: Per Job","[Dunlin] GPU Hours: Per Job","[Egret, Cattle] GPU Hours: Per Job","[Fieldfare] GPU Hours: Per Job","[Gallinule, Allen's] GPU Hours: Per Job","[Goose, Egyptian] GPU Hours: Per Job","[Grebe, Pied-billed] GPU Hours: Per Job","[Grey, Great] GPU Hours: Per Job","[Grey, Lesser] GPU Hours: Per Job","[Grey, Southern] GPU Hours: Per Job","[Grosbeak, Evening] GPU Hours: Per Job","[Gull, Ring-billed] GPU Hours: Per Job","[Harrier, Hen] GPU Hours: Per Job","[Honey-buzzard] GPU Hours: Per Job","[Ibis, Glossy] GPU Hours: Per Job","[Jackdaw] GPU Hours: Per Job","[Lapwing] GPU Hours: Per Job","[Martin, Crag] GPU Hours: Per Job","[Martin, Purple] GPU Hours: Per Job","[Moorhen] GPU Hours: Per Job","[Ovenbird] GPU Hours: Per Job","[Partridge, Red-legged] GPU Hours: Per Job","[Peregrine] GPU Hours: Per Job","[Pipit, Meadow] GPU Hours: Per Job","[Plover, Caspian] GPU Hours: Per Job","[Plover, White-tailed] GPU Hours: Per Job","[Redpoll, Lesser] GPU Hours: Per Job","[Roller] GPU Hours: Per Job","[Sandpiper, Spotted] GPU Hours: Per Job","[Sapsucker, Yellow-bellied] GPU Hours: Per Job","[Scaup, Lesser] GPU Hours: Per Job","[Scoter, Velvet] GPU Hours: Per Job","[Shag] GPU Hours: Per Job","[Shearwater, Cory's] GPU Hours: Per Job","[Shrike, Long-tailed] GPU Hours: Per Job","[Siskin] GPU Hours: Per Job","[Smew] GPU Hours: Per Job","[Sparrow, Savannah] GPU Hours: Per Job","[Sparrow, White-throated] GPU Hours: Per Job","[Stint, Little] GPU Hours: Per Job","[Swift, Alpine] GPU Hours: Per Job","[Tern, Sandwich] GPU Hours: Per Job","[Thrush, Grey-cheeked] GPU Hours: Per Job","[Thrush, Mistle] GPU Hours: Per Job","[Thrush, Swainson's] GPU Hours: Per Job","[Treecreeper, Short-toed] GPU Hours: Per Job","[Warbler, Booted] GPU Hours: Per Job","[Warbler, Dusky] GPU Hours: Per Job","[Warbler, Garden] GPU Hours: Per Job","[Warbler, Golden-winged] GPU Hours: Per Job","[Warbler, Hooded] GPU Hours: Per Job","[Warbler, Moltoni's] GPU Hours: Per Job","[Warbler, Sardinian] GPU Hours: Per Job","[Warbler, Yellow-browed] GPU Hours: Per Job","[Whimbrel] GPU Hours: Per Job" -"2016 Q4",93.09855556,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000 -"2017 Q1",1.59307692,0.00000000,0,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0,0,0,0,0.00000000,0,0,0,0.00000000,0,0,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0,0,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0.00000000 +Quarter,"[Oriole, Baltimore] GPU Hours: Per Job","[Auk, Little] GPU Hours: Per Job","[Bunting, Black-headed] GPU Hours: Per Job","[Bunting, Reed] GPU Hours: Per Job","[Bunting, Yellow-breasted] GPU Hours: Per Job","[Bunting, Yellow-browed] GPU Hours: Per Job","[Chaffinch] GPU Hours: Per Job","[Coot] GPU Hours: Per Job","[Crane] GPU Hours: Per Job","[Crane, Sandhill] GPU Hours: Per Job","[Dove, Turtle] GPU Hours: Per Job","[Duck, Ferruginous] GPU Hours: Per Job","[Duck, Harlequin] GPU Hours: Per Job","[Dunlin] GPU Hours: Per Job","[Egret, Cattle] GPU Hours: Per Job","[Fieldfare] GPU Hours: Per Job","[Gallinule, Allen's] GPU Hours: Per Job","[Goose, Egyptian] GPU Hours: Per Job","[Grebe, Pied-billed] GPU Hours: Per Job","[Grey, Great] GPU Hours: Per Job","[Grey, Lesser] GPU Hours: Per Job","[Grey, Southern] GPU Hours: Per Job","[Grosbeak, Evening] GPU Hours: Per Job","[Gull, Ring-billed] GPU Hours: Per Job","[Harrier, Hen] GPU Hours: Per Job","[Honey-buzzard] GPU Hours: Per Job","[Ibis, Glossy] GPU Hours: Per Job","[Jackdaw] GPU Hours: Per Job","[Lapwing] GPU Hours: Per Job","[Martin, Crag] GPU Hours: Per Job","[Martin, Purple] GPU Hours: Per Job","[Moorhen] GPU Hours: Per Job","[Ovenbird] GPU Hours: Per Job","[Partridge, Red-legged] GPU Hours: Per Job","[Peregrine] GPU Hours: Per Job","[Pipit, Meadow] GPU Hours: Per Job","[Plover, Caspian] GPU Hours: Per Job","[Plover, White-tailed] GPU Hours: Per Job","[Redpoll, Lesser] GPU Hours: Per Job","[Roller] GPU Hours: Per Job","[Sandpiper, Spotted] GPU Hours: Per Job","[Sapsucker, Yellow-bellied] GPU Hours: Per Job","[Scaup, Lesser] GPU Hours: Per Job","[Scoter, Velvet] GPU Hours: Per Job","[Shag] GPU Hours: Per Job","[Shearwater, Cory's] GPU Hours: Per Job","[Shrike, Long-tailed] GPU Hours: Per Job","[Siskin] GPU Hours: Per Job","[Smew] GPU Hours: Per Job","[Sparrow, Savannah] GPU Hours: Per Job","[Sparrow, White-throated] GPU Hours: Per Job","[Stint, Little] GPU Hours: Per Job","[Swift, Alpine] GPU Hours: Per Job","[Tern, Sandwich] GPU Hours: Per Job","[Thrush, Grey-cheeked] GPU Hours: Per Job","[Thrush, Mistle] GPU Hours: Per Job","[Thrush, Swainson's] GPU Hours: Per Job","[Treecreeper, Short-toed] GPU Hours: Per Job","[Warbler, Booted] GPU Hours: Per Job","[Warbler, Dusky] GPU Hours: Per Job","[Warbler, Garden] GPU Hours: Per Job","[Warbler, Golden-winged] GPU Hours: Per Job","[Warbler, Hooded] GPU Hours: Per Job","[Warbler, Moltoni's] GPU Hours: Per Job","[Warbler, Sardinian] GPU Hours: Per Job","[Warbler, Yellow-browed] GPU Hours: Per Job","[Whimbrel] GPU Hours: Per Job" +"2016 Q4",93.09855556,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000 +"2017 Q1",1.59307692,0.00000000,0,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0,0,0,0,0.00000000,0,0,0,0.00000000,0,0,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0,0,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpu_hours/timeseries-Year-reference.csv index b4f55273ab..1faa203ff0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpu_hours/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[Oriole, Baltimore] GPU Hours: Per Job","[Auk, Little] GPU Hours: Per Job","[Bunting, Black-headed] GPU Hours: Per Job","[Bunting, Reed] GPU Hours: Per Job","[Bunting, Yellow-breasted] GPU Hours: Per Job","[Bunting, Yellow-browed] GPU Hours: Per Job","[Chaffinch] GPU Hours: Per Job","[Coot] GPU Hours: Per Job","[Crane] GPU Hours: Per Job","[Crane, Sandhill] GPU Hours: Per Job","[Dove, Turtle] GPU Hours: Per Job","[Duck, Ferruginous] GPU Hours: Per Job","[Dunlin] GPU Hours: Per Job","[Egret, Cattle] GPU Hours: Per Job","[Fieldfare] GPU Hours: Per Job","[Gallinule, Allen's] GPU Hours: Per Job","[Goose, Egyptian] GPU Hours: Per Job","[Grebe, Pied-billed] GPU Hours: Per Job","[Grey, Great] GPU Hours: Per Job","[Grey, Lesser] GPU Hours: Per Job","[Grey, Southern] GPU Hours: Per Job","[Grosbeak, Evening] GPU Hours: Per Job","[Gull, Ring-billed] GPU Hours: Per Job","[Harrier, Hen] GPU Hours: Per Job","[Honey-buzzard] GPU Hours: Per Job","[Ibis, Glossy] GPU Hours: Per Job","[Jackdaw] GPU Hours: Per Job","[Lapwing] GPU Hours: Per Job","[Martin, Crag] GPU Hours: Per Job","[Martin, Purple] GPU Hours: Per Job","[Moorhen] GPU Hours: Per Job","[Ovenbird] GPU Hours: Per Job","[Partridge, Red-legged] GPU Hours: Per Job","[Peregrine] GPU Hours: Per Job","[Pipit, Meadow] GPU Hours: Per Job","[Plover, Caspian] GPU Hours: Per Job","[Plover, White-tailed] GPU Hours: Per Job","[Redpoll, Lesser] GPU Hours: Per Job","[Roller] GPU Hours: Per Job","[Sandpiper, Spotted] GPU Hours: Per Job","[Sapsucker, Yellow-bellied] GPU Hours: Per Job","[Scaup, Lesser] GPU Hours: Per Job","[Scoter, Velvet] GPU Hours: Per Job","[Shag] GPU Hours: Per Job","[Shearwater, Cory's] GPU Hours: Per Job","[Shrike, Long-tailed] GPU Hours: Per Job","[Siskin] GPU Hours: Per Job","[Smew] GPU Hours: Per Job","[Sparrow, Savannah] GPU Hours: Per Job","[Sparrow, White-throated] GPU Hours: Per Job","[Stint, Little] GPU Hours: Per Job","[Swift, Alpine] GPU Hours: Per Job","[Tern, Sandwich] GPU Hours: Per Job","[Thrush, Grey-cheeked] GPU Hours: Per Job","[Thrush, Mistle] GPU Hours: Per Job","[Thrush, Swainson's] GPU Hours: Per Job","[Treecreeper, Short-toed] GPU Hours: Per Job","[Warbler, Booted] GPU Hours: Per Job","[Warbler, Dusky] GPU Hours: Per Job","[Warbler, Garden] GPU Hours: Per Job","[Warbler, Golden-winged] GPU Hours: Per Job","[Warbler, Hooded] GPU Hours: Per Job","[Warbler, Moltoni's] GPU Hours: Per Job","[Warbler, Sardinian] GPU Hours: Per Job","[Warbler, Yellow-browed] GPU Hours: Per Job","[Whimbrel] GPU Hours: Per Job" -2016,93.09855556,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000 -2017,1.59307692,0.00000000,0,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0,0,0,0,0.00000000,0,0,0,0.00000000,0,0,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0,0,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0.00000000 +Year,"[Oriole, Baltimore] GPU Hours: Per Job","[Auk, Little] GPU Hours: Per Job","[Bunting, Black-headed] GPU Hours: Per Job","[Bunting, Reed] GPU Hours: Per Job","[Bunting, Yellow-breasted] GPU Hours: Per Job","[Bunting, Yellow-browed] GPU Hours: Per Job","[Chaffinch] GPU Hours: Per Job","[Coot] GPU Hours: Per Job","[Crane] GPU Hours: Per Job","[Crane, Sandhill] GPU Hours: Per Job","[Dove, Turtle] GPU Hours: Per Job","[Duck, Ferruginous] GPU Hours: Per Job","[Duck, Harlequin] GPU Hours: Per Job","[Dunlin] GPU Hours: Per Job","[Egret, Cattle] GPU Hours: Per Job","[Fieldfare] GPU Hours: Per Job","[Gallinule, Allen's] GPU Hours: Per Job","[Goose, Egyptian] GPU Hours: Per Job","[Grebe, Pied-billed] GPU Hours: Per Job","[Grey, Great] GPU Hours: Per Job","[Grey, Lesser] GPU Hours: Per Job","[Grey, Southern] GPU Hours: Per Job","[Grosbeak, Evening] GPU Hours: Per Job","[Gull, Ring-billed] GPU Hours: Per Job","[Harrier, Hen] GPU Hours: Per Job","[Honey-buzzard] GPU Hours: Per Job","[Ibis, Glossy] GPU Hours: Per Job","[Jackdaw] GPU Hours: Per Job","[Lapwing] GPU Hours: Per Job","[Martin, Crag] GPU Hours: Per Job","[Martin, Purple] GPU Hours: Per Job","[Moorhen] GPU Hours: Per Job","[Ovenbird] GPU Hours: Per Job","[Partridge, Red-legged] GPU Hours: Per Job","[Peregrine] GPU Hours: Per Job","[Pipit, Meadow] GPU Hours: Per Job","[Plover, Caspian] GPU Hours: Per Job","[Plover, White-tailed] GPU Hours: Per Job","[Redpoll, Lesser] GPU Hours: Per Job","[Roller] GPU Hours: Per Job","[Sandpiper, Spotted] GPU Hours: Per Job","[Sapsucker, Yellow-bellied] GPU Hours: Per Job","[Scaup, Lesser] GPU Hours: Per Job","[Scoter, Velvet] GPU Hours: Per Job","[Shag] GPU Hours: Per Job","[Shearwater, Cory's] GPU Hours: Per Job","[Shrike, Long-tailed] GPU Hours: Per Job","[Siskin] GPU Hours: Per Job","[Smew] GPU Hours: Per Job","[Sparrow, Savannah] GPU Hours: Per Job","[Sparrow, White-throated] GPU Hours: Per Job","[Stint, Little] GPU Hours: Per Job","[Swift, Alpine] GPU Hours: Per Job","[Tern, Sandwich] GPU Hours: Per Job","[Thrush, Grey-cheeked] GPU Hours: Per Job","[Thrush, Mistle] GPU Hours: Per Job","[Thrush, Swainson's] GPU Hours: Per Job","[Treecreeper, Short-toed] GPU Hours: Per Job","[Warbler, Booted] GPU Hours: Per Job","[Warbler, Dusky] GPU Hours: Per Job","[Warbler, Garden] GPU Hours: Per Job","[Warbler, Golden-winged] GPU Hours: Per Job","[Warbler, Hooded] GPU Hours: Per Job","[Warbler, Moltoni's] GPU Hours: Per Job","[Warbler, Sardinian] GPU Hours: Per Job","[Warbler, Yellow-browed] GPU Hours: Per Job","[Whimbrel] GPU Hours: Per Job" +2016,93.09855556,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000 +2017,1.59307692,0.00000000,0,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0,0,0,0,0.00000000,0,0,0,0.00000000,0,0,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0,0,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpus/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpus/aggregate-Day-reference.csv index 50b9435dea..c316364737 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpus/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpus/aggregate-Day-reference.csv @@ -18,6 +18,7 @@ Crane,0.0000,0 "Crane, Sandhill",0.0000,0 "Dove, Turtle",0.0000,0 "Duck, Ferruginous",0.0000,0 +"Duck, Harlequin",0.0000,0 Dunlin,0.0000,0 "Egret, Cattle",0.0000,0 Fieldfare,0.0000,0 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpus/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpus/aggregate-Month-reference.csv index 50b9435dea..c316364737 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpus/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpus/aggregate-Month-reference.csv @@ -18,6 +18,7 @@ Crane,0.0000,0 "Crane, Sandhill",0.0000,0 "Dove, Turtle",0.0000,0 "Duck, Ferruginous",0.0000,0 +"Duck, Harlequin",0.0000,0 Dunlin,0.0000,0 "Egret, Cattle",0.0000,0 Fieldfare,0.0000,0 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpus/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpus/aggregate-Quarter-reference.csv index 50b9435dea..c316364737 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpus/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpus/aggregate-Quarter-reference.csv @@ -18,6 +18,7 @@ Crane,0.0000,0 "Crane, Sandhill",0.0000,0 "Dove, Turtle",0.0000,0 "Duck, Ferruginous",0.0000,0 +"Duck, Harlequin",0.0000,0 Dunlin,0.0000,0 "Egret, Cattle",0.0000,0 Fieldfare,0.0000,0 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpus/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpus/aggregate-Year-reference.csv index 50b9435dea..c316364737 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpus/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpus/aggregate-Year-reference.csv @@ -18,6 +18,7 @@ Crane,0.0000,0 "Crane, Sandhill",0.0000,0 "Dove, Turtle",0.0000,0 "Duck, Ferruginous",0.0000,0 +"Duck, Harlequin",0.0000,0 Dunlin,0.0000,0 "Egret, Cattle",0.0000,0 Fieldfare,0.0000,0 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpus/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpus/timeseries-Day-reference.csv index 905ec08d0f..1437f01f1b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpus/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpus/timeseries-Day-reference.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[Oriole, Baltimore] GPU Count: Per Job","[Auk, Little] GPU Count: Per Job","[Bunting, Black-headed] GPU Count: Per Job","[Bunting, Reed] GPU Count: Per Job","[Bunting, Yellow-breasted] GPU Count: Per Job","[Bunting, Yellow-browed] GPU Count: Per Job","[Chaffinch] GPU Count: Per Job","[Coot] GPU Count: Per Job","[Crane] GPU Count: Per Job","[Crane, Sandhill] GPU Count: Per Job","[Dove, Turtle] GPU Count: Per Job","[Duck, Ferruginous] GPU Count: Per Job","[Dunlin] GPU Count: Per Job","[Egret, Cattle] GPU Count: Per Job","[Fieldfare] GPU Count: Per Job","[Gallinule, Allen's] GPU Count: Per Job","[Goose, Egyptian] GPU Count: Per Job","[Grebe, Pied-billed] GPU Count: Per Job","[Grey, Great] GPU Count: Per Job","[Grey, Lesser] GPU Count: Per Job","[Grey, Southern] GPU Count: Per Job","[Grosbeak, Evening] GPU Count: Per Job","[Gull, Ring-billed] GPU Count: Per Job","[Harrier, Hen] GPU Count: Per Job","[Honey-buzzard] GPU Count: Per Job","[Ibis, Glossy] GPU Count: Per Job","[Jackdaw] GPU Count: Per Job","[Lapwing] GPU Count: Per Job","[Martin, Crag] GPU Count: Per Job","[Martin, Purple] GPU Count: Per Job","[Moorhen] GPU Count: Per Job","[Ovenbird] GPU Count: Per Job","[Partridge, Red-legged] GPU Count: Per Job","[Peregrine] GPU Count: Per Job","[Pipit, Meadow] GPU Count: Per Job","[Plover, Caspian] GPU Count: Per Job","[Plover, White-tailed] GPU Count: Per Job","[Redpoll, Lesser] GPU Count: Per Job","[Roller] GPU Count: Per Job","[Sandpiper, Spotted] GPU Count: Per Job","[Sapsucker, Yellow-bellied] GPU Count: Per Job","[Scaup, Lesser] GPU Count: Per Job","[Scoter, Velvet] GPU Count: Per Job","[Shag] GPU Count: Per Job","[Shearwater, Cory's] GPU Count: Per Job","[Shrike, Long-tailed] GPU Count: Per Job","[Siskin] GPU Count: Per Job","[Smew] GPU Count: Per Job","[Sparrow, Savannah] GPU Count: Per Job","[Sparrow, White-throated] GPU Count: Per Job","[Stint, Little] GPU Count: Per Job","[Swift, Alpine] GPU Count: Per Job","[Tern, Sandwich] GPU Count: Per Job","[Thrush, Grey-cheeked] GPU Count: Per Job","[Thrush, Mistle] GPU Count: Per Job","[Thrush, Swainson's] GPU Count: Per Job","[Treecreeper, Short-toed] GPU Count: Per Job","[Warbler, Booted] GPU Count: Per Job","[Warbler, Dusky] GPU Count: Per Job","[Warbler, Garden] GPU Count: Per Job","[Warbler, Golden-winged] GPU Count: Per Job","[Warbler, Hooded] GPU Count: Per Job","[Warbler, Moltoni's] GPU Count: Per Job","[Warbler, Sardinian] GPU Count: Per Job","[Warbler, Yellow-browed] GPU Count: Per Job","[Whimbrel] GPU Count: Per Job" -2016-12-22,2.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,2.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-24,2.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-25,2.0000,0,0,0.0000,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-26,2.0000,0,0,0.0000,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0.0000,0,0,0,0,0,0 -2016-12-27,2.0000,0,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0.0000,0,0,0.0000,0,0,0,0,0,0,0,0.0000,0,0,0,0.0000,0,0,0,0,0,0.0000,0,0,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0,0,0 -2016-12-28,2.0000,0,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0,0,0.0000,0,0.0000,0,0,0,0,0.0000,0.0000,0.0000,0,0,0.0000,0,0,0,0,0,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0.0000,0,0 -2016-12-29,2.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0,0,0,0.0000,0.0000,0,0,0,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0.0000,0.0000,0 -2016-12-30,2.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 -2016-12-31,0.4000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0,0.0000 -2017-01-01,0.1538,0.0000,0,0.0000,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0,0,0,0,0.0000,0,0,0,0.0000,0,0,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000 +Day,"[Oriole, Baltimore] GPU Count: Per Job","[Auk, Little] GPU Count: Per Job","[Bunting, Black-headed] GPU Count: Per Job","[Bunting, Reed] GPU Count: Per Job","[Bunting, Yellow-breasted] GPU Count: Per Job","[Bunting, Yellow-browed] GPU Count: Per Job","[Chaffinch] GPU Count: Per Job","[Coot] GPU Count: Per Job","[Crane] GPU Count: Per Job","[Crane, Sandhill] GPU Count: Per Job","[Dove, Turtle] GPU Count: Per Job","[Duck, Ferruginous] GPU Count: Per Job","[Duck, Harlequin] GPU Count: Per Job","[Dunlin] GPU Count: Per Job","[Egret, Cattle] GPU Count: Per Job","[Fieldfare] GPU Count: Per Job","[Gallinule, Allen's] GPU Count: Per Job","[Goose, Egyptian] GPU Count: Per Job","[Grebe, Pied-billed] GPU Count: Per Job","[Grey, Great] GPU Count: Per Job","[Grey, Lesser] GPU Count: Per Job","[Grey, Southern] GPU Count: Per Job","[Grosbeak, Evening] GPU Count: Per Job","[Gull, Ring-billed] GPU Count: Per Job","[Harrier, Hen] GPU Count: Per Job","[Honey-buzzard] GPU Count: Per Job","[Ibis, Glossy] GPU Count: Per Job","[Jackdaw] GPU Count: Per Job","[Lapwing] GPU Count: Per Job","[Martin, Crag] GPU Count: Per Job","[Martin, Purple] GPU Count: Per Job","[Moorhen] GPU Count: Per Job","[Ovenbird] GPU Count: Per Job","[Partridge, Red-legged] GPU Count: Per Job","[Peregrine] GPU Count: Per Job","[Pipit, Meadow] GPU Count: Per Job","[Plover, Caspian] GPU Count: Per Job","[Plover, White-tailed] GPU Count: Per Job","[Redpoll, Lesser] GPU Count: Per Job","[Roller] GPU Count: Per Job","[Sandpiper, Spotted] GPU Count: Per Job","[Sapsucker, Yellow-bellied] GPU Count: Per Job","[Scaup, Lesser] GPU Count: Per Job","[Scoter, Velvet] GPU Count: Per Job","[Shag] GPU Count: Per Job","[Shearwater, Cory's] GPU Count: Per Job","[Shrike, Long-tailed] GPU Count: Per Job","[Siskin] GPU Count: Per Job","[Smew] GPU Count: Per Job","[Sparrow, Savannah] GPU Count: Per Job","[Sparrow, White-throated] GPU Count: Per Job","[Stint, Little] GPU Count: Per Job","[Swift, Alpine] GPU Count: Per Job","[Tern, Sandwich] GPU Count: Per Job","[Thrush, Grey-cheeked] GPU Count: Per Job","[Thrush, Mistle] GPU Count: Per Job","[Thrush, Swainson's] GPU Count: Per Job","[Treecreeper, Short-toed] GPU Count: Per Job","[Warbler, Booted] GPU Count: Per Job","[Warbler, Dusky] GPU Count: Per Job","[Warbler, Garden] GPU Count: Per Job","[Warbler, Golden-winged] GPU Count: Per Job","[Warbler, Hooded] GPU Count: Per Job","[Warbler, Moltoni's] GPU Count: Per Job","[Warbler, Sardinian] GPU Count: Per Job","[Warbler, Yellow-browed] GPU Count: Per Job","[Whimbrel] GPU Count: Per Job" +2016-12-22,2.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,2.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-24,2.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-25,2.0000,0,0,0.0000,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-26,2.0000,0,0,0.0000,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0.0000,0,0,0,0,0,0 +2016-12-27,2.0000,0,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0.0000,0,0,0.0000,0,0,0,0,0,0,0,0.0000,0,0,0,0.0000,0,0,0,0,0,0.0000,0,0,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0,0,0 +2016-12-28,2.0000,0,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0,0,0.0000,0,0.0000,0,0,0,0,0.0000,0.0000,0.0000,0,0,0.0000,0,0,0,0,0,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0.0000,0,0 +2016-12-29,2.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0,0,0,0,0.0000,0.0000,0,0,0,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0.0000,0.0000,0 +2016-12-30,2.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 +2016-12-31,0.4000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0,0.0000 +2017-01-01,0.1538,0.0000,0,0.0000,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0,0,0,0,0.0000,0,0,0,0.0000,0,0,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpus/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpus/timeseries-Month-reference.csv index dca72b91de..fd7c84a987 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpus/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpus/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[Oriole, Baltimore] GPU Count: Per Job","[Auk, Little] GPU Count: Per Job","[Bunting, Black-headed] GPU Count: Per Job","[Bunting, Reed] GPU Count: Per Job","[Bunting, Yellow-breasted] GPU Count: Per Job","[Bunting, Yellow-browed] GPU Count: Per Job","[Chaffinch] GPU Count: Per Job","[Coot] GPU Count: Per Job","[Crane] GPU Count: Per Job","[Crane, Sandhill] GPU Count: Per Job","[Dove, Turtle] GPU Count: Per Job","[Duck, Ferruginous] GPU Count: Per Job","[Dunlin] GPU Count: Per Job","[Egret, Cattle] GPU Count: Per Job","[Fieldfare] GPU Count: Per Job","[Gallinule, Allen's] GPU Count: Per Job","[Goose, Egyptian] GPU Count: Per Job","[Grebe, Pied-billed] GPU Count: Per Job","[Grey, Great] GPU Count: Per Job","[Grey, Lesser] GPU Count: Per Job","[Grey, Southern] GPU Count: Per Job","[Grosbeak, Evening] GPU Count: Per Job","[Gull, Ring-billed] GPU Count: Per Job","[Harrier, Hen] GPU Count: Per Job","[Honey-buzzard] GPU Count: Per Job","[Ibis, Glossy] GPU Count: Per Job","[Jackdaw] GPU Count: Per Job","[Lapwing] GPU Count: Per Job","[Martin, Crag] GPU Count: Per Job","[Martin, Purple] GPU Count: Per Job","[Moorhen] GPU Count: Per Job","[Ovenbird] GPU Count: Per Job","[Partridge, Red-legged] GPU Count: Per Job","[Peregrine] GPU Count: Per Job","[Pipit, Meadow] GPU Count: Per Job","[Plover, Caspian] GPU Count: Per Job","[Plover, White-tailed] GPU Count: Per Job","[Redpoll, Lesser] GPU Count: Per Job","[Roller] GPU Count: Per Job","[Sandpiper, Spotted] GPU Count: Per Job","[Sapsucker, Yellow-bellied] GPU Count: Per Job","[Scaup, Lesser] GPU Count: Per Job","[Scoter, Velvet] GPU Count: Per Job","[Shag] GPU Count: Per Job","[Shearwater, Cory's] GPU Count: Per Job","[Shrike, Long-tailed] GPU Count: Per Job","[Siskin] GPU Count: Per Job","[Smew] GPU Count: Per Job","[Sparrow, Savannah] GPU Count: Per Job","[Sparrow, White-throated] GPU Count: Per Job","[Stint, Little] GPU Count: Per Job","[Swift, Alpine] GPU Count: Per Job","[Tern, Sandwich] GPU Count: Per Job","[Thrush, Grey-cheeked] GPU Count: Per Job","[Thrush, Mistle] GPU Count: Per Job","[Thrush, Swainson's] GPU Count: Per Job","[Treecreeper, Short-toed] GPU Count: Per Job","[Warbler, Booted] GPU Count: Per Job","[Warbler, Dusky] GPU Count: Per Job","[Warbler, Garden] GPU Count: Per Job","[Warbler, Golden-winged] GPU Count: Per Job","[Warbler, Hooded] GPU Count: Per Job","[Warbler, Moltoni's] GPU Count: Per Job","[Warbler, Sardinian] GPU Count: Per Job","[Warbler, Yellow-browed] GPU Count: Per Job","[Whimbrel] GPU Count: Per Job" -2016-12,0.4000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 -2017-01,0.1538,0.0000,0,0.0000,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0,0,0,0,0.0000,0,0,0,0.0000,0,0,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000 +Month,"[Oriole, Baltimore] GPU Count: Per Job","[Auk, Little] GPU Count: Per Job","[Bunting, Black-headed] GPU Count: Per Job","[Bunting, Reed] GPU Count: Per Job","[Bunting, Yellow-breasted] GPU Count: Per Job","[Bunting, Yellow-browed] GPU Count: Per Job","[Chaffinch] GPU Count: Per Job","[Coot] GPU Count: Per Job","[Crane] GPU Count: Per Job","[Crane, Sandhill] GPU Count: Per Job","[Dove, Turtle] GPU Count: Per Job","[Duck, Ferruginous] GPU Count: Per Job","[Duck, Harlequin] GPU Count: Per Job","[Dunlin] GPU Count: Per Job","[Egret, Cattle] GPU Count: Per Job","[Fieldfare] GPU Count: Per Job","[Gallinule, Allen's] GPU Count: Per Job","[Goose, Egyptian] GPU Count: Per Job","[Grebe, Pied-billed] GPU Count: Per Job","[Grey, Great] GPU Count: Per Job","[Grey, Lesser] GPU Count: Per Job","[Grey, Southern] GPU Count: Per Job","[Grosbeak, Evening] GPU Count: Per Job","[Gull, Ring-billed] GPU Count: Per Job","[Harrier, Hen] GPU Count: Per Job","[Honey-buzzard] GPU Count: Per Job","[Ibis, Glossy] GPU Count: Per Job","[Jackdaw] GPU Count: Per Job","[Lapwing] GPU Count: Per Job","[Martin, Crag] GPU Count: Per Job","[Martin, Purple] GPU Count: Per Job","[Moorhen] GPU Count: Per Job","[Ovenbird] GPU Count: Per Job","[Partridge, Red-legged] GPU Count: Per Job","[Peregrine] GPU Count: Per Job","[Pipit, Meadow] GPU Count: Per Job","[Plover, Caspian] GPU Count: Per Job","[Plover, White-tailed] GPU Count: Per Job","[Redpoll, Lesser] GPU Count: Per Job","[Roller] GPU Count: Per Job","[Sandpiper, Spotted] GPU Count: Per Job","[Sapsucker, Yellow-bellied] GPU Count: Per Job","[Scaup, Lesser] GPU Count: Per Job","[Scoter, Velvet] GPU Count: Per Job","[Shag] GPU Count: Per Job","[Shearwater, Cory's] GPU Count: Per Job","[Shrike, Long-tailed] GPU Count: Per Job","[Siskin] GPU Count: Per Job","[Smew] GPU Count: Per Job","[Sparrow, Savannah] GPU Count: Per Job","[Sparrow, White-throated] GPU Count: Per Job","[Stint, Little] GPU Count: Per Job","[Swift, Alpine] GPU Count: Per Job","[Tern, Sandwich] GPU Count: Per Job","[Thrush, Grey-cheeked] GPU Count: Per Job","[Thrush, Mistle] GPU Count: Per Job","[Thrush, Swainson's] GPU Count: Per Job","[Treecreeper, Short-toed] GPU Count: Per Job","[Warbler, Booted] GPU Count: Per Job","[Warbler, Dusky] GPU Count: Per Job","[Warbler, Garden] GPU Count: Per Job","[Warbler, Golden-winged] GPU Count: Per Job","[Warbler, Hooded] GPU Count: Per Job","[Warbler, Moltoni's] GPU Count: Per Job","[Warbler, Sardinian] GPU Count: Per Job","[Warbler, Yellow-browed] GPU Count: Per Job","[Whimbrel] GPU Count: Per Job" +2016-12,0.4000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 +2017-01,0.1538,0.0000,0,0.0000,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0,0,0,0,0.0000,0,0,0,0.0000,0,0,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpus/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpus/timeseries-Quarter-reference.csv index ee68b1b058..431041da10 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpus/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpus/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[Oriole, Baltimore] GPU Count: Per Job","[Auk, Little] GPU Count: Per Job","[Bunting, Black-headed] GPU Count: Per Job","[Bunting, Reed] GPU Count: Per Job","[Bunting, Yellow-breasted] GPU Count: Per Job","[Bunting, Yellow-browed] GPU Count: Per Job","[Chaffinch] GPU Count: Per Job","[Coot] GPU Count: Per Job","[Crane] GPU Count: Per Job","[Crane, Sandhill] GPU Count: Per Job","[Dove, Turtle] GPU Count: Per Job","[Duck, Ferruginous] GPU Count: Per Job","[Dunlin] GPU Count: Per Job","[Egret, Cattle] GPU Count: Per Job","[Fieldfare] GPU Count: Per Job","[Gallinule, Allen's] GPU Count: Per Job","[Goose, Egyptian] GPU Count: Per Job","[Grebe, Pied-billed] GPU Count: Per Job","[Grey, Great] GPU Count: Per Job","[Grey, Lesser] GPU Count: Per Job","[Grey, Southern] GPU Count: Per Job","[Grosbeak, Evening] GPU Count: Per Job","[Gull, Ring-billed] GPU Count: Per Job","[Harrier, Hen] GPU Count: Per Job","[Honey-buzzard] GPU Count: Per Job","[Ibis, Glossy] GPU Count: Per Job","[Jackdaw] GPU Count: Per Job","[Lapwing] GPU Count: Per Job","[Martin, Crag] GPU Count: Per Job","[Martin, Purple] GPU Count: Per Job","[Moorhen] GPU Count: Per Job","[Ovenbird] GPU Count: Per Job","[Partridge, Red-legged] GPU Count: Per Job","[Peregrine] GPU Count: Per Job","[Pipit, Meadow] GPU Count: Per Job","[Plover, Caspian] GPU Count: Per Job","[Plover, White-tailed] GPU Count: Per Job","[Redpoll, Lesser] GPU Count: Per Job","[Roller] GPU Count: Per Job","[Sandpiper, Spotted] GPU Count: Per Job","[Sapsucker, Yellow-bellied] GPU Count: Per Job","[Scaup, Lesser] GPU Count: Per Job","[Scoter, Velvet] GPU Count: Per Job","[Shag] GPU Count: Per Job","[Shearwater, Cory's] GPU Count: Per Job","[Shrike, Long-tailed] GPU Count: Per Job","[Siskin] GPU Count: Per Job","[Smew] GPU Count: Per Job","[Sparrow, Savannah] GPU Count: Per Job","[Sparrow, White-throated] GPU Count: Per Job","[Stint, Little] GPU Count: Per Job","[Swift, Alpine] GPU Count: Per Job","[Tern, Sandwich] GPU Count: Per Job","[Thrush, Grey-cheeked] GPU Count: Per Job","[Thrush, Mistle] GPU Count: Per Job","[Thrush, Swainson's] GPU Count: Per Job","[Treecreeper, Short-toed] GPU Count: Per Job","[Warbler, Booted] GPU Count: Per Job","[Warbler, Dusky] GPU Count: Per Job","[Warbler, Garden] GPU Count: Per Job","[Warbler, Golden-winged] GPU Count: Per Job","[Warbler, Hooded] GPU Count: Per Job","[Warbler, Moltoni's] GPU Count: Per Job","[Warbler, Sardinian] GPU Count: Per Job","[Warbler, Yellow-browed] GPU Count: Per Job","[Whimbrel] GPU Count: Per Job" -"2016 Q4",0.4000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 -"2017 Q1",0.1538,0.0000,0,0.0000,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0,0,0,0,0.0000,0,0,0,0.0000,0,0,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000 +Quarter,"[Oriole, Baltimore] GPU Count: Per Job","[Auk, Little] GPU Count: Per Job","[Bunting, Black-headed] GPU Count: Per Job","[Bunting, Reed] GPU Count: Per Job","[Bunting, Yellow-breasted] GPU Count: Per Job","[Bunting, Yellow-browed] GPU Count: Per Job","[Chaffinch] GPU Count: Per Job","[Coot] GPU Count: Per Job","[Crane] GPU Count: Per Job","[Crane, Sandhill] GPU Count: Per Job","[Dove, Turtle] GPU Count: Per Job","[Duck, Ferruginous] GPU Count: Per Job","[Duck, Harlequin] GPU Count: Per Job","[Dunlin] GPU Count: Per Job","[Egret, Cattle] GPU Count: Per Job","[Fieldfare] GPU Count: Per Job","[Gallinule, Allen's] GPU Count: Per Job","[Goose, Egyptian] GPU Count: Per Job","[Grebe, Pied-billed] GPU Count: Per Job","[Grey, Great] GPU Count: Per Job","[Grey, Lesser] GPU Count: Per Job","[Grey, Southern] GPU Count: Per Job","[Grosbeak, Evening] GPU Count: Per Job","[Gull, Ring-billed] GPU Count: Per Job","[Harrier, Hen] GPU Count: Per Job","[Honey-buzzard] GPU Count: Per Job","[Ibis, Glossy] GPU Count: Per Job","[Jackdaw] GPU Count: Per Job","[Lapwing] GPU Count: Per Job","[Martin, Crag] GPU Count: Per Job","[Martin, Purple] GPU Count: Per Job","[Moorhen] GPU Count: Per Job","[Ovenbird] GPU Count: Per Job","[Partridge, Red-legged] GPU Count: Per Job","[Peregrine] GPU Count: Per Job","[Pipit, Meadow] GPU Count: Per Job","[Plover, Caspian] GPU Count: Per Job","[Plover, White-tailed] GPU Count: Per Job","[Redpoll, Lesser] GPU Count: Per Job","[Roller] GPU Count: Per Job","[Sandpiper, Spotted] GPU Count: Per Job","[Sapsucker, Yellow-bellied] GPU Count: Per Job","[Scaup, Lesser] GPU Count: Per Job","[Scoter, Velvet] GPU Count: Per Job","[Shag] GPU Count: Per Job","[Shearwater, Cory's] GPU Count: Per Job","[Shrike, Long-tailed] GPU Count: Per Job","[Siskin] GPU Count: Per Job","[Smew] GPU Count: Per Job","[Sparrow, Savannah] GPU Count: Per Job","[Sparrow, White-throated] GPU Count: Per Job","[Stint, Little] GPU Count: Per Job","[Swift, Alpine] GPU Count: Per Job","[Tern, Sandwich] GPU Count: Per Job","[Thrush, Grey-cheeked] GPU Count: Per Job","[Thrush, Mistle] GPU Count: Per Job","[Thrush, Swainson's] GPU Count: Per Job","[Treecreeper, Short-toed] GPU Count: Per Job","[Warbler, Booted] GPU Count: Per Job","[Warbler, Dusky] GPU Count: Per Job","[Warbler, Garden] GPU Count: Per Job","[Warbler, Golden-winged] GPU Count: Per Job","[Warbler, Hooded] GPU Count: Per Job","[Warbler, Moltoni's] GPU Count: Per Job","[Warbler, Sardinian] GPU Count: Per Job","[Warbler, Yellow-browed] GPU Count: Per Job","[Whimbrel] GPU Count: Per Job" +"2016 Q4",0.4000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 +"2017 Q1",0.1538,0.0000,0,0.0000,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0,0,0,0,0.0000,0,0,0,0.0000,0,0,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpus/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpus/timeseries-Year-reference.csv index 1dbe848624..211ee8df6f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpus/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_gpus/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[Oriole, Baltimore] GPU Count: Per Job","[Auk, Little] GPU Count: Per Job","[Bunting, Black-headed] GPU Count: Per Job","[Bunting, Reed] GPU Count: Per Job","[Bunting, Yellow-breasted] GPU Count: Per Job","[Bunting, Yellow-browed] GPU Count: Per Job","[Chaffinch] GPU Count: Per Job","[Coot] GPU Count: Per Job","[Crane] GPU Count: Per Job","[Crane, Sandhill] GPU Count: Per Job","[Dove, Turtle] GPU Count: Per Job","[Duck, Ferruginous] GPU Count: Per Job","[Dunlin] GPU Count: Per Job","[Egret, Cattle] GPU Count: Per Job","[Fieldfare] GPU Count: Per Job","[Gallinule, Allen's] GPU Count: Per Job","[Goose, Egyptian] GPU Count: Per Job","[Grebe, Pied-billed] GPU Count: Per Job","[Grey, Great] GPU Count: Per Job","[Grey, Lesser] GPU Count: Per Job","[Grey, Southern] GPU Count: Per Job","[Grosbeak, Evening] GPU Count: Per Job","[Gull, Ring-billed] GPU Count: Per Job","[Harrier, Hen] GPU Count: Per Job","[Honey-buzzard] GPU Count: Per Job","[Ibis, Glossy] GPU Count: Per Job","[Jackdaw] GPU Count: Per Job","[Lapwing] GPU Count: Per Job","[Martin, Crag] GPU Count: Per Job","[Martin, Purple] GPU Count: Per Job","[Moorhen] GPU Count: Per Job","[Ovenbird] GPU Count: Per Job","[Partridge, Red-legged] GPU Count: Per Job","[Peregrine] GPU Count: Per Job","[Pipit, Meadow] GPU Count: Per Job","[Plover, Caspian] GPU Count: Per Job","[Plover, White-tailed] GPU Count: Per Job","[Redpoll, Lesser] GPU Count: Per Job","[Roller] GPU Count: Per Job","[Sandpiper, Spotted] GPU Count: Per Job","[Sapsucker, Yellow-bellied] GPU Count: Per Job","[Scaup, Lesser] GPU Count: Per Job","[Scoter, Velvet] GPU Count: Per Job","[Shag] GPU Count: Per Job","[Shearwater, Cory's] GPU Count: Per Job","[Shrike, Long-tailed] GPU Count: Per Job","[Siskin] GPU Count: Per Job","[Smew] GPU Count: Per Job","[Sparrow, Savannah] GPU Count: Per Job","[Sparrow, White-throated] GPU Count: Per Job","[Stint, Little] GPU Count: Per Job","[Swift, Alpine] GPU Count: Per Job","[Tern, Sandwich] GPU Count: Per Job","[Thrush, Grey-cheeked] GPU Count: Per Job","[Thrush, Mistle] GPU Count: Per Job","[Thrush, Swainson's] GPU Count: Per Job","[Treecreeper, Short-toed] GPU Count: Per Job","[Warbler, Booted] GPU Count: Per Job","[Warbler, Dusky] GPU Count: Per Job","[Warbler, Garden] GPU Count: Per Job","[Warbler, Golden-winged] GPU Count: Per Job","[Warbler, Hooded] GPU Count: Per Job","[Warbler, Moltoni's] GPU Count: Per Job","[Warbler, Sardinian] GPU Count: Per Job","[Warbler, Yellow-browed] GPU Count: Per Job","[Whimbrel] GPU Count: Per Job" -2016,0.4000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 -2017,0.1538,0.0000,0,0.0000,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0,0,0,0,0.0000,0,0,0,0.0000,0,0,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000 +Year,"[Oriole, Baltimore] GPU Count: Per Job","[Auk, Little] GPU Count: Per Job","[Bunting, Black-headed] GPU Count: Per Job","[Bunting, Reed] GPU Count: Per Job","[Bunting, Yellow-breasted] GPU Count: Per Job","[Bunting, Yellow-browed] GPU Count: Per Job","[Chaffinch] GPU Count: Per Job","[Coot] GPU Count: Per Job","[Crane] GPU Count: Per Job","[Crane, Sandhill] GPU Count: Per Job","[Dove, Turtle] GPU Count: Per Job","[Duck, Ferruginous] GPU Count: Per Job","[Duck, Harlequin] GPU Count: Per Job","[Dunlin] GPU Count: Per Job","[Egret, Cattle] GPU Count: Per Job","[Fieldfare] GPU Count: Per Job","[Gallinule, Allen's] GPU Count: Per Job","[Goose, Egyptian] GPU Count: Per Job","[Grebe, Pied-billed] GPU Count: Per Job","[Grey, Great] GPU Count: Per Job","[Grey, Lesser] GPU Count: Per Job","[Grey, Southern] GPU Count: Per Job","[Grosbeak, Evening] GPU Count: Per Job","[Gull, Ring-billed] GPU Count: Per Job","[Harrier, Hen] GPU Count: Per Job","[Honey-buzzard] GPU Count: Per Job","[Ibis, Glossy] GPU Count: Per Job","[Jackdaw] GPU Count: Per Job","[Lapwing] GPU Count: Per Job","[Martin, Crag] GPU Count: Per Job","[Martin, Purple] GPU Count: Per Job","[Moorhen] GPU Count: Per Job","[Ovenbird] GPU Count: Per Job","[Partridge, Red-legged] GPU Count: Per Job","[Peregrine] GPU Count: Per Job","[Pipit, Meadow] GPU Count: Per Job","[Plover, Caspian] GPU Count: Per Job","[Plover, White-tailed] GPU Count: Per Job","[Redpoll, Lesser] GPU Count: Per Job","[Roller] GPU Count: Per Job","[Sandpiper, Spotted] GPU Count: Per Job","[Sapsucker, Yellow-bellied] GPU Count: Per Job","[Scaup, Lesser] GPU Count: Per Job","[Scoter, Velvet] GPU Count: Per Job","[Shag] GPU Count: Per Job","[Shearwater, Cory's] GPU Count: Per Job","[Shrike, Long-tailed] GPU Count: Per Job","[Siskin] GPU Count: Per Job","[Smew] GPU Count: Per Job","[Sparrow, Savannah] GPU Count: Per Job","[Sparrow, White-throated] GPU Count: Per Job","[Stint, Little] GPU Count: Per Job","[Swift, Alpine] GPU Count: Per Job","[Tern, Sandwich] GPU Count: Per Job","[Thrush, Grey-cheeked] GPU Count: Per Job","[Thrush, Mistle] GPU Count: Per Job","[Thrush, Swainson's] GPU Count: Per Job","[Treecreeper, Short-toed] GPU Count: Per Job","[Warbler, Booted] GPU Count: Per Job","[Warbler, Dusky] GPU Count: Per Job","[Warbler, Garden] GPU Count: Per Job","[Warbler, Golden-winged] GPU Count: Per Job","[Warbler, Hooded] GPU Count: Per Job","[Warbler, Moltoni's] GPU Count: Per Job","[Warbler, Sardinian] GPU Count: Per Job","[Warbler, Yellow-browed] GPU Count: Per Job","[Whimbrel] GPU Count: Per Job" +2016,0.4000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 +2017,0.1538,0.0000,0,0.0000,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0,0,0,0,0.0000,0,0,0,0.0000,0,0,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv index 4f680eae6c..1790db9f1c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv @@ -11,6 +11,7 @@ User,"Job Size: Weighted By CPU Hours (Core Count)" "Warbler, Yellow-browed",160.0000 "Scoter, Velvet",142.8578 "Goose, Egyptian",112.0000 +"Duck, Harlequin",108.0000 "Gallinule, Allen's",108.0000 Crane,96.0000 "Pipit, Meadow",96.0000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv index 4f680eae6c..1790db9f1c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv @@ -11,6 +11,7 @@ User,"Job Size: Weighted By CPU Hours (Core Count)" "Warbler, Yellow-browed",160.0000 "Scoter, Velvet",142.8578 "Goose, Egyptian",112.0000 +"Duck, Harlequin",108.0000 "Gallinule, Allen's",108.0000 Crane,96.0000 "Pipit, Meadow",96.0000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv index 4f680eae6c..1790db9f1c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv @@ -11,6 +11,7 @@ User,"Job Size: Weighted By CPU Hours (Core Count)" "Warbler, Yellow-browed",160.0000 "Scoter, Velvet",142.8578 "Goose, Egyptian",112.0000 +"Duck, Harlequin",108.0000 "Gallinule, Allen's",108.0000 Crane,96.0000 "Pipit, Meadow",96.0000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv index 4f680eae6c..1790db9f1c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv @@ -11,6 +11,7 @@ User,"Job Size: Weighted By CPU Hours (Core Count)" "Warbler, Yellow-browed",160.0000 "Scoter, Velvet",142.8578 "Goose, Egyptian",112.0000 +"Duck, Harlequin",108.0000 "Gallinule, Allen's",108.0000 Crane,96.0000 "Pipit, Meadow",96.0000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv index d1ed0899f8..bf47f9db31 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[Warbler, Dusky] Job Size: Weighted By CPU Hours (Core Count)","[Scaup, Lesser] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Yellow-browed] Job Size: Weighted By CPU Hours (Core Count)","[Scoter, Velvet] Job Size: Weighted By CPU Hours (Core Count)","[Goose, Egyptian] Job Size: Weighted By CPU Hours (Core Count)","[Gallinule, Allen's] Job Size: Weighted By CPU Hours (Core Count)","[Crane] Job Size: Weighted By CPU Hours (Core Count)","[Pipit, Meadow] Job Size: Weighted By CPU Hours (Core Count)","[Smew] Job Size: Weighted By CPU Hours (Core Count)","[Chaffinch] Job Size: Weighted By CPU Hours (Core Count)","[Whimbrel] Job Size: Weighted By CPU Hours (Core Count)","[Siskin] Job Size: Weighted By CPU Hours (Core Count)","[Swift, Alpine] Job Size: Weighted By CPU Hours (Core Count)","[Duck, Ferruginous] Job Size: Weighted By CPU Hours (Core Count)","[Peregrine] Job Size: Weighted By CPU Hours (Core Count)","[Dunlin] Job Size: Weighted By CPU Hours (Core Count)","[Grosbeak, Evening] Job Size: Weighted By CPU Hours (Core Count)","[Roller] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Sardinian] Job Size: Weighted By CPU Hours (Core Count)","[Thrush, Swainson's] Job Size: Weighted By CPU Hours (Core Count)","[Bunting, Yellow-browed] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Golden-winged] Job Size: Weighted By CPU Hours (Core Count)","[Bunting, Reed] Job Size: Weighted By CPU Hours (Core Count)","[Crane, Sandhill] Job Size: Weighted By CPU Hours (Core Count)","[Shag] Job Size: Weighted By CPU Hours (Core Count)","[Sparrow, White-throated] Job Size: Weighted By CPU Hours (Core Count)","[Ibis, Glossy] Job Size: Weighted By CPU Hours (Core Count)","[Martin, Crag] Job Size: Weighted By CPU Hours (Core Count)","[Shrike, Long-tailed] Job Size: Weighted By CPU Hours (Core Count)","[Ovenbird] Job Size: Weighted By CPU Hours (Core Count)","[Partridge, Red-legged] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Garden] Job Size: Weighted By CPU Hours (Core Count)","[Stint, Little] Job Size: Weighted By CPU Hours (Core Count)","[Plover, Caspian] Job Size: Weighted By CPU Hours (Core Count)","[Plover, White-tailed] Job Size: Weighted By CPU Hours (Core Count)","[Sandpiper, Spotted] Job Size: Weighted By CPU Hours (Core Count)","[Thrush, Mistle] Job Size: Weighted By CPU Hours (Core Count)","[Oriole, Baltimore] Job Size: Weighted By CPU Hours (Core Count)","[Bunting, Yellow-breasted] Job Size: Weighted By CPU Hours (Core Count)","[Honey-buzzard] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Booted] Job Size: Weighted By CPU Hours (Core Count)","[Auk, Little] Job Size: Weighted By CPU Hours (Core Count)","[Dove, Turtle] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Hooded] Job Size: Weighted By CPU Hours (Core Count)","[Treecreeper, Short-toed] Job Size: Weighted By CPU Hours (Core Count)","[Fieldfare] Job Size: Weighted By CPU Hours (Core Count)","[Shearwater, Cory's] Job Size: Weighted By CPU Hours (Core Count)","[Thrush, Grey-cheeked] Job Size: Weighted By CPU Hours (Core Count)","[Redpoll, Lesser] Job Size: Weighted By CPU Hours (Core Count)","[Sapsucker, Yellow-bellied] Job Size: Weighted By CPU Hours (Core Count)","[Bunting, Black-headed] Job Size: Weighted By CPU Hours (Core Count)","[Coot] Job Size: Weighted By CPU Hours (Core Count)","[Egret, Cattle] Job Size: Weighted By CPU Hours (Core Count)","[Grebe, Pied-billed] Job Size: Weighted By CPU Hours (Core Count)","[Grey, Great] Job Size: Weighted By CPU Hours (Core Count)","[Grey, Lesser] Job Size: Weighted By CPU Hours (Core Count)","[Grey, Southern] Job Size: Weighted By CPU Hours (Core Count)","[Gull, Ring-billed] Job Size: Weighted By CPU Hours (Core Count)","[Harrier, Hen] Job Size: Weighted By CPU Hours (Core Count)","[Jackdaw] Job Size: Weighted By CPU Hours (Core Count)","[Lapwing] Job Size: Weighted By CPU Hours (Core Count)","[Martin, Purple] Job Size: Weighted By CPU Hours (Core Count)","[Moorhen] Job Size: Weighted By CPU Hours (Core Count)","[Sparrow, Savannah] Job Size: Weighted By CPU Hours (Core Count)","[Tern, Sandwich] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Moltoni's] Job Size: Weighted By CPU Hours (Core Count)" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,0,0,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,0,0,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,0,0,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0 -2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,0,0,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0 -2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,16.0000,0,0,0,0,0,12.0000,0,0,0,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0 -2016-12-27,0,0,0,144.0000,0,0,0,96.0000,0,64.0000,0,72.0000,0,0,0,0,0,0,0,0,0,0,26.0962,32.0000,0,0,0,0,0,16.0000,0,16.0000,0,0,0,0,0,12.0000,16.0000,1.0000,12.0000,0,12.0000,0,8.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,1.0000 -2016-12-28,0,186.6783,0,144.0000,0,0,0,96.0000,0,64.0000,0,65.7129,0,0,0,0,0,0,32.0000,0,0,0,29.7503,26.1953,22.7149,0,20.0000,0,0,16.0000,0,16.0000,0,0,12.0000,0,12.0000,12.0000,16.0000,1.0000,12.0000,0,12.0000,8.0000,8.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0,1.0000,0,1.0000,1.0000 -2016-12-29,0,186.5631,160.0000,144.0000,112.0000,0,96.0000,96.0000,72.0000,64.0000,0,62.4000,0,60.0000,60.0000,0,56.0000,0,32.0000,62.5102,40.0000,0,29.9515,29.0661,25.2228,0,20.0000,0,1.0000,16.0000,0,16.0000,0,0,12.0000,12.0000,12.0000,12.0000,13.7716,8.9965,12.0000,5.0000,11.1580,8.0000,8.0000,0,8.0000,2.0000,4.0000,4.0000,0,0,0,1.0000,0,0,0,0,1.0000,0,1.0000,0,1.0000,0,1.0000,1.0000 -2016-12-30,320.0517,186.5631,160.0000,125.4037,112.0000,108.0000,96.0000,96.0000,72.0000,64.0000,72.0000,49.8936,53.8643,60.0000,60.0000,65.8038,56.0000,45.1553,46.9959,35.2172,39.9998,41.1565,23.7785,21.6195,22.6717,0,20.0000,20.0000,1.2886,16.0000,16.0000,16.0000,13.1826,0,12.0000,12.0000,12.0000,12.0000,9.9283,10.1263,2.3934,5.0000,8.1287,8.4439,8.0083,8.0000,8.0000,11.1559,4.0000,4.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 -2016-12-31,336.0000,186.2295,0,0,112.0000,0,96.0000,96.0000,72.0000,64.0000,61.2589,48.0000,64.0000,60.0000,60.0000,95.7214,0,59.2199,72.7559,64.0000,40.0000,24.3207,11.7947,16.5130,25.4705,23.4747,0,0,19.9996,16.0000,0,11.9114,16.0000,12.0000,0,12.0000,12.0000,12.1378,8.0000,10.8526,1.0000,11.1429,8.0000,9.8229,8.0000,8.0000,8.0000,2.0000,4.0000,4.0000,1.0000,1.0000,1.0000,0,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,0,0 -2017-01-01,0,0,160.0000,0,0,0,96.0000,96.0000,0,64.0000,60.4143,0,32.0000,60.0000,60.0000,47.3679,0,5.0000,35.2693,0,0,32.0142,15.7307,0,24.0000,22.8322,0,0,20.0000,16.0000,0,10.2343,0,12.0000,0,12.0000,12.0000,10.5654,0,10.4877,0,12.0000,8.0000,0,8.0000,8.0000,8.0000,2.0000,4.0000,4.0000,0,1.0000,1.0000,0,0,0,1.0000,0,0,0,1.0000,1.0000,1.0000,1.0000,0,0 +Day,"[Warbler, Dusky] Job Size: Weighted By CPU Hours (Core Count)","[Scaup, Lesser] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Yellow-browed] Job Size: Weighted By CPU Hours (Core Count)","[Scoter, Velvet] Job Size: Weighted By CPU Hours (Core Count)","[Goose, Egyptian] Job Size: Weighted By CPU Hours (Core Count)","[Duck, Harlequin] Job Size: Weighted By CPU Hours (Core Count)","[Gallinule, Allen's] Job Size: Weighted By CPU Hours (Core Count)","[Crane] Job Size: Weighted By CPU Hours (Core Count)","[Pipit, Meadow] Job Size: Weighted By CPU Hours (Core Count)","[Smew] Job Size: Weighted By CPU Hours (Core Count)","[Chaffinch] Job Size: Weighted By CPU Hours (Core Count)","[Whimbrel] Job Size: Weighted By CPU Hours (Core Count)","[Siskin] Job Size: Weighted By CPU Hours (Core Count)","[Swift, Alpine] Job Size: Weighted By CPU Hours (Core Count)","[Duck, Ferruginous] Job Size: Weighted By CPU Hours (Core Count)","[Peregrine] Job Size: Weighted By CPU Hours (Core Count)","[Dunlin] Job Size: Weighted By CPU Hours (Core Count)","[Grosbeak, Evening] Job Size: Weighted By CPU Hours (Core Count)","[Roller] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Sardinian] Job Size: Weighted By CPU Hours (Core Count)","[Thrush, Swainson's] Job Size: Weighted By CPU Hours (Core Count)","[Bunting, Yellow-browed] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Golden-winged] Job Size: Weighted By CPU Hours (Core Count)","[Bunting, Reed] Job Size: Weighted By CPU Hours (Core Count)","[Crane, Sandhill] Job Size: Weighted By CPU Hours (Core Count)","[Shag] Job Size: Weighted By CPU Hours (Core Count)","[Sparrow, White-throated] Job Size: Weighted By CPU Hours (Core Count)","[Ibis, Glossy] Job Size: Weighted By CPU Hours (Core Count)","[Martin, Crag] Job Size: Weighted By CPU Hours (Core Count)","[Shrike, Long-tailed] Job Size: Weighted By CPU Hours (Core Count)","[Ovenbird] Job Size: Weighted By CPU Hours (Core Count)","[Partridge, Red-legged] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Garden] Job Size: Weighted By CPU Hours (Core Count)","[Stint, Little] Job Size: Weighted By CPU Hours (Core Count)","[Plover, Caspian] Job Size: Weighted By CPU Hours (Core Count)","[Plover, White-tailed] Job Size: Weighted By CPU Hours (Core Count)","[Sandpiper, Spotted] Job Size: Weighted By CPU Hours (Core Count)","[Thrush, Mistle] Job Size: Weighted By CPU Hours (Core Count)","[Oriole, Baltimore] Job Size: Weighted By CPU Hours (Core Count)","[Bunting, Yellow-breasted] Job Size: Weighted By CPU Hours (Core Count)","[Honey-buzzard] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Booted] Job Size: Weighted By CPU Hours (Core Count)","[Auk, Little] Job Size: Weighted By CPU Hours (Core Count)","[Dove, Turtle] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Hooded] Job Size: Weighted By CPU Hours (Core Count)","[Treecreeper, Short-toed] Job Size: Weighted By CPU Hours (Core Count)","[Fieldfare] Job Size: Weighted By CPU Hours (Core Count)","[Shearwater, Cory's] Job Size: Weighted By CPU Hours (Core Count)","[Thrush, Grey-cheeked] Job Size: Weighted By CPU Hours (Core Count)","[Redpoll, Lesser] Job Size: Weighted By CPU Hours (Core Count)","[Sapsucker, Yellow-bellied] Job Size: Weighted By CPU Hours (Core Count)","[Bunting, Black-headed] Job Size: Weighted By CPU Hours (Core Count)","[Coot] Job Size: Weighted By CPU Hours (Core Count)","[Egret, Cattle] Job Size: Weighted By CPU Hours (Core Count)","[Grebe, Pied-billed] Job Size: Weighted By CPU Hours (Core Count)","[Grey, Great] Job Size: Weighted By CPU Hours (Core Count)","[Grey, Lesser] Job Size: Weighted By CPU Hours (Core Count)","[Grey, Southern] Job Size: Weighted By CPU Hours (Core Count)","[Gull, Ring-billed] Job Size: Weighted By CPU Hours (Core Count)","[Harrier, Hen] Job Size: Weighted By CPU Hours (Core Count)","[Jackdaw] Job Size: Weighted By CPU Hours (Core Count)","[Lapwing] Job Size: Weighted By CPU Hours (Core Count)","[Martin, Purple] Job Size: Weighted By CPU Hours (Core Count)","[Moorhen] Job Size: Weighted By CPU Hours (Core Count)","[Sparrow, Savannah] Job Size: Weighted By CPU Hours (Core Count)","[Tern, Sandwich] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Moltoni's] Job Size: Weighted By CPU Hours (Core Count)" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,0,0,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,0,0,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,0,0,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0 +2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,0,0,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0 +2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,16.0000,0,0,0,0,0,12.0000,0,0,0,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0 +2016-12-27,0,0,0,144.0000,0,0,0,0,96.0000,0,64.0000,0,72.0000,0,0,0,0,0,0,0,0,0,0,26.0962,32.0000,0,0,0,0,0,16.0000,0,16.0000,0,0,0,0,0,12.0000,16.0000,1.0000,12.0000,0,12.0000,0,8.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,1.0000 +2016-12-28,0,186.6783,0,144.0000,0,0,0,0,96.0000,0,64.0000,0,65.7129,0,0,0,0,0,0,32.0000,0,0,0,29.7503,26.1953,22.7149,0,20.0000,0,0,16.0000,0,16.0000,0,0,12.0000,0,12.0000,12.0000,16.0000,1.0000,12.0000,0,12.0000,8.0000,8.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0,1.0000,0,1.0000,1.0000 +2016-12-29,0,186.5631,160.0000,144.0000,112.0000,0,0,96.0000,96.0000,72.0000,64.0000,0,62.4000,0,60.0000,60.0000,0,56.0000,0,32.0000,62.5102,40.0000,0,29.9515,29.0661,25.2228,0,20.0000,0,1.0000,16.0000,0,16.0000,0,0,12.0000,12.0000,12.0000,12.0000,13.7716,8.9965,12.0000,5.0000,11.1580,8.0000,8.0000,0,8.0000,2.0000,4.0000,4.0000,0,0,0,1.0000,0,0,0,0,1.0000,0,1.0000,0,1.0000,0,1.0000,1.0000 +2016-12-30,320.0517,186.5631,160.0000,125.4037,112.0000,108.0000,108.0000,96.0000,96.0000,72.0000,64.0000,72.0000,49.8936,53.8643,60.0000,60.0000,65.8038,56.0000,45.1553,46.9959,35.2172,39.9998,41.1565,23.7785,21.6195,22.6717,0,20.0000,20.0000,1.2886,16.0000,16.0000,16.0000,13.1826,0,12.0000,12.0000,12.0000,12.0000,9.9283,10.1263,2.3934,5.0000,8.1287,8.4439,8.0083,8.0000,8.0000,11.1559,4.0000,4.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 +2016-12-31,336.0000,186.2295,0,0,112.0000,0,0,96.0000,96.0000,72.0000,64.0000,61.2589,48.0000,64.0000,60.0000,60.0000,95.7214,0,59.2199,72.7559,64.0000,40.0000,24.3207,11.7947,16.5130,25.4705,23.4747,0,0,19.9996,16.0000,0,11.9114,16.0000,12.0000,0,12.0000,12.0000,12.1378,8.0000,10.8526,1.0000,11.1429,8.0000,9.8229,8.0000,8.0000,8.0000,2.0000,4.0000,4.0000,1.0000,1.0000,1.0000,0,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,0,0 +2017-01-01,0,0,160.0000,0,0,0,0,96.0000,96.0000,0,64.0000,60.4143,0,32.0000,60.0000,60.0000,47.3679,0,5.0000,35.2693,0,0,32.0142,15.7307,0,24.0000,22.8322,0,0,20.0000,16.0000,0,10.2343,0,12.0000,0,12.0000,12.0000,10.5654,0,10.4877,0,12.0000,8.0000,0,8.0000,8.0000,8.0000,2.0000,4.0000,4.0000,0,1.0000,1.0000,0,0,0,1.0000,0,0,0,1.0000,1.0000,1.0000,1.0000,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv index 331c78421a..3a728dab46 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[Warbler, Dusky] Job Size: Weighted By CPU Hours (Core Count)","[Scaup, Lesser] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Yellow-browed] Job Size: Weighted By CPU Hours (Core Count)","[Scoter, Velvet] Job Size: Weighted By CPU Hours (Core Count)","[Goose, Egyptian] Job Size: Weighted By CPU Hours (Core Count)","[Gallinule, Allen's] Job Size: Weighted By CPU Hours (Core Count)","[Crane] Job Size: Weighted By CPU Hours (Core Count)","[Pipit, Meadow] Job Size: Weighted By CPU Hours (Core Count)","[Smew] Job Size: Weighted By CPU Hours (Core Count)","[Chaffinch] Job Size: Weighted By CPU Hours (Core Count)","[Whimbrel] Job Size: Weighted By CPU Hours (Core Count)","[Siskin] Job Size: Weighted By CPU Hours (Core Count)","[Swift, Alpine] Job Size: Weighted By CPU Hours (Core Count)","[Duck, Ferruginous] Job Size: Weighted By CPU Hours (Core Count)","[Peregrine] Job Size: Weighted By CPU Hours (Core Count)","[Dunlin] Job Size: Weighted By CPU Hours (Core Count)","[Grosbeak, Evening] Job Size: Weighted By CPU Hours (Core Count)","[Roller] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Sardinian] Job Size: Weighted By CPU Hours (Core Count)","[Thrush, Swainson's] Job Size: Weighted By CPU Hours (Core Count)","[Bunting, Yellow-browed] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Golden-winged] Job Size: Weighted By CPU Hours (Core Count)","[Bunting, Reed] Job Size: Weighted By CPU Hours (Core Count)","[Crane, Sandhill] Job Size: Weighted By CPU Hours (Core Count)","[Shag] Job Size: Weighted By CPU Hours (Core Count)","[Sparrow, White-throated] Job Size: Weighted By CPU Hours (Core Count)","[Ibis, Glossy] Job Size: Weighted By CPU Hours (Core Count)","[Martin, Crag] Job Size: Weighted By CPU Hours (Core Count)","[Shrike, Long-tailed] Job Size: Weighted By CPU Hours (Core Count)","[Ovenbird] Job Size: Weighted By CPU Hours (Core Count)","[Partridge, Red-legged] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Garden] Job Size: Weighted By CPU Hours (Core Count)","[Stint, Little] Job Size: Weighted By CPU Hours (Core Count)","[Plover, Caspian] Job Size: Weighted By CPU Hours (Core Count)","[Plover, White-tailed] Job Size: Weighted By CPU Hours (Core Count)","[Sandpiper, Spotted] Job Size: Weighted By CPU Hours (Core Count)","[Thrush, Mistle] Job Size: Weighted By CPU Hours (Core Count)","[Oriole, Baltimore] Job Size: Weighted By CPU Hours (Core Count)","[Bunting, Yellow-breasted] Job Size: Weighted By CPU Hours (Core Count)","[Honey-buzzard] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Booted] Job Size: Weighted By CPU Hours (Core Count)","[Auk, Little] Job Size: Weighted By CPU Hours (Core Count)","[Dove, Turtle] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Hooded] Job Size: Weighted By CPU Hours (Core Count)","[Treecreeper, Short-toed] Job Size: Weighted By CPU Hours (Core Count)","[Fieldfare] Job Size: Weighted By CPU Hours (Core Count)","[Shearwater, Cory's] Job Size: Weighted By CPU Hours (Core Count)","[Thrush, Grey-cheeked] Job Size: Weighted By CPU Hours (Core Count)","[Redpoll, Lesser] Job Size: Weighted By CPU Hours (Core Count)","[Sapsucker, Yellow-bellied] Job Size: Weighted By CPU Hours (Core Count)","[Bunting, Black-headed] Job Size: Weighted By CPU Hours (Core Count)","[Coot] Job Size: Weighted By CPU Hours (Core Count)","[Egret, Cattle] Job Size: Weighted By CPU Hours (Core Count)","[Grebe, Pied-billed] Job Size: Weighted By CPU Hours (Core Count)","[Grey, Great] Job Size: Weighted By CPU Hours (Core Count)","[Grey, Lesser] Job Size: Weighted By CPU Hours (Core Count)","[Grey, Southern] Job Size: Weighted By CPU Hours (Core Count)","[Gull, Ring-billed] Job Size: Weighted By CPU Hours (Core Count)","[Harrier, Hen] Job Size: Weighted By CPU Hours (Core Count)","[Jackdaw] Job Size: Weighted By CPU Hours (Core Count)","[Lapwing] Job Size: Weighted By CPU Hours (Core Count)","[Martin, Purple] Job Size: Weighted By CPU Hours (Core Count)","[Moorhen] Job Size: Weighted By CPU Hours (Core Count)","[Sparrow, Savannah] Job Size: Weighted By CPU Hours (Core Count)","[Tern, Sandwich] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Moltoni's] Job Size: Weighted By CPU Hours (Core Count)" -2016-12,326.9898,186.5633,160.0000,142.8578,112.0000,108.0000,96.0000,96.0000,72.0000,64.0000,63.6781,62.4000,63.5229,60.0000,60.0000,71.6000,56.0000,57.5884,53.9203,45.0823,39.9999,28.7519,26.0677,25.0565,24.1852,23.4747,20.0000,20.0000,13.7644,16.0000,16.0000,14.3905,13.7425,12.0000,12.0000,12.0000,12.0000,12.0144,11.7604,10.5368,10.0459,9.9365,9.4561,8.6041,8.0021,8.0000,8.0000,4.5982,4.0000,4.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 -2017-01,0,0,160.0000,0,0,0,96.0000,96.0000,0,64.0000,60.4143,0,32.0000,60.0000,60.0000,47.3679,0,5.0000,35.2693,0,0,32.0142,15.7307,0,24.0000,22.8322,0,0,20.0000,16.0000,0,10.2343,0,12.0000,0,12.0000,12.0000,10.5654,0,10.4877,0,12.0000,8.0000,0,8.0000,8.0000,8.0000,2.0000,4.0000,4.0000,0,1.0000,1.0000,0,0,0,1.0000,0,0,0,1.0000,1.0000,1.0000,1.0000,0,0 +Month,"[Warbler, Dusky] Job Size: Weighted By CPU Hours (Core Count)","[Scaup, Lesser] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Yellow-browed] Job Size: Weighted By CPU Hours (Core Count)","[Scoter, Velvet] Job Size: Weighted By CPU Hours (Core Count)","[Goose, Egyptian] Job Size: Weighted By CPU Hours (Core Count)","[Duck, Harlequin] Job Size: Weighted By CPU Hours (Core Count)","[Gallinule, Allen's] Job Size: Weighted By CPU Hours (Core Count)","[Crane] Job Size: Weighted By CPU Hours (Core Count)","[Pipit, Meadow] Job Size: Weighted By CPU Hours (Core Count)","[Smew] Job Size: Weighted By CPU Hours (Core Count)","[Chaffinch] Job Size: Weighted By CPU Hours (Core Count)","[Whimbrel] Job Size: Weighted By CPU Hours (Core Count)","[Siskin] Job Size: Weighted By CPU Hours (Core Count)","[Swift, Alpine] Job Size: Weighted By CPU Hours (Core Count)","[Duck, Ferruginous] Job Size: Weighted By CPU Hours (Core Count)","[Peregrine] Job Size: Weighted By CPU Hours (Core Count)","[Dunlin] Job Size: Weighted By CPU Hours (Core Count)","[Grosbeak, Evening] Job Size: Weighted By CPU Hours (Core Count)","[Roller] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Sardinian] Job Size: Weighted By CPU Hours (Core Count)","[Thrush, Swainson's] Job Size: Weighted By CPU Hours (Core Count)","[Bunting, Yellow-browed] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Golden-winged] Job Size: Weighted By CPU Hours (Core Count)","[Bunting, Reed] Job Size: Weighted By CPU Hours (Core Count)","[Crane, Sandhill] Job Size: Weighted By CPU Hours (Core Count)","[Shag] Job Size: Weighted By CPU Hours (Core Count)","[Sparrow, White-throated] Job Size: Weighted By CPU Hours (Core Count)","[Ibis, Glossy] Job Size: Weighted By CPU Hours (Core Count)","[Martin, Crag] Job Size: Weighted By CPU Hours (Core Count)","[Shrike, Long-tailed] Job Size: Weighted By CPU Hours (Core Count)","[Ovenbird] Job Size: Weighted By CPU Hours (Core Count)","[Partridge, Red-legged] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Garden] Job Size: Weighted By CPU Hours (Core Count)","[Stint, Little] Job Size: Weighted By CPU Hours (Core Count)","[Plover, Caspian] Job Size: Weighted By CPU Hours (Core Count)","[Plover, White-tailed] Job Size: Weighted By CPU Hours (Core Count)","[Sandpiper, Spotted] Job Size: Weighted By CPU Hours (Core Count)","[Thrush, Mistle] Job Size: Weighted By CPU Hours (Core Count)","[Oriole, Baltimore] Job Size: Weighted By CPU Hours (Core Count)","[Bunting, Yellow-breasted] Job Size: Weighted By CPU Hours (Core Count)","[Honey-buzzard] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Booted] Job Size: Weighted By CPU Hours (Core Count)","[Auk, Little] Job Size: Weighted By CPU Hours (Core Count)","[Dove, Turtle] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Hooded] Job Size: Weighted By CPU Hours (Core Count)","[Treecreeper, Short-toed] Job Size: Weighted By CPU Hours (Core Count)","[Fieldfare] Job Size: Weighted By CPU Hours (Core Count)","[Shearwater, Cory's] Job Size: Weighted By CPU Hours (Core Count)","[Thrush, Grey-cheeked] Job Size: Weighted By CPU Hours (Core Count)","[Redpoll, Lesser] Job Size: Weighted By CPU Hours (Core Count)","[Sapsucker, Yellow-bellied] Job Size: Weighted By CPU Hours (Core Count)","[Bunting, Black-headed] Job Size: Weighted By CPU Hours (Core Count)","[Coot] Job Size: Weighted By CPU Hours (Core Count)","[Egret, Cattle] Job Size: Weighted By CPU Hours (Core Count)","[Grebe, Pied-billed] Job Size: Weighted By CPU Hours (Core Count)","[Grey, Great] Job Size: Weighted By CPU Hours (Core Count)","[Grey, Lesser] Job Size: Weighted By CPU Hours (Core Count)","[Grey, Southern] Job Size: Weighted By CPU Hours (Core Count)","[Gull, Ring-billed] Job Size: Weighted By CPU Hours (Core Count)","[Harrier, Hen] Job Size: Weighted By CPU Hours (Core Count)","[Jackdaw] Job Size: Weighted By CPU Hours (Core Count)","[Lapwing] Job Size: Weighted By CPU Hours (Core Count)","[Martin, Purple] Job Size: Weighted By CPU Hours (Core Count)","[Moorhen] Job Size: Weighted By CPU Hours (Core Count)","[Sparrow, Savannah] Job Size: Weighted By CPU Hours (Core Count)","[Tern, Sandwich] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Moltoni's] Job Size: Weighted By CPU Hours (Core Count)" +2016-12,326.9898,186.5633,160.0000,142.8578,112.0000,108.0000,108.0000,96.0000,96.0000,72.0000,64.0000,63.6781,62.4000,63.5229,60.0000,60.0000,71.6000,56.0000,57.5884,53.9203,45.0823,39.9999,28.7519,26.0677,25.0565,24.1852,23.4747,20.0000,20.0000,13.7644,16.0000,16.0000,14.3905,13.7425,12.0000,12.0000,12.0000,12.0000,12.0144,11.7604,10.5368,10.0459,9.9365,9.4561,8.6041,8.0021,8.0000,8.0000,4.5982,4.0000,4.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 +2017-01,0,0,160.0000,0,0,0,0,96.0000,96.0000,0,64.0000,60.4143,0,32.0000,60.0000,60.0000,47.3679,0,5.0000,35.2693,0,0,32.0142,15.7307,0,24.0000,22.8322,0,0,20.0000,16.0000,0,10.2343,0,12.0000,0,12.0000,12.0000,10.5654,0,10.4877,0,12.0000,8.0000,0,8.0000,8.0000,8.0000,2.0000,4.0000,4.0000,0,1.0000,1.0000,0,0,0,1.0000,0,0,0,1.0000,1.0000,1.0000,1.0000,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv index ea3f0df904..60dac3f7b1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[Warbler, Dusky] Job Size: Weighted By CPU Hours (Core Count)","[Scaup, Lesser] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Yellow-browed] Job Size: Weighted By CPU Hours (Core Count)","[Scoter, Velvet] Job Size: Weighted By CPU Hours (Core Count)","[Goose, Egyptian] Job Size: Weighted By CPU Hours (Core Count)","[Gallinule, Allen's] Job Size: Weighted By CPU Hours (Core Count)","[Crane] Job Size: Weighted By CPU Hours (Core Count)","[Pipit, Meadow] Job Size: Weighted By CPU Hours (Core Count)","[Smew] Job Size: Weighted By CPU Hours (Core Count)","[Chaffinch] Job Size: Weighted By CPU Hours (Core Count)","[Whimbrel] Job Size: Weighted By CPU Hours (Core Count)","[Siskin] Job Size: Weighted By CPU Hours (Core Count)","[Swift, Alpine] Job Size: Weighted By CPU Hours (Core Count)","[Duck, Ferruginous] Job Size: Weighted By CPU Hours (Core Count)","[Peregrine] Job Size: Weighted By CPU Hours (Core Count)","[Dunlin] Job Size: Weighted By CPU Hours (Core Count)","[Grosbeak, Evening] Job Size: Weighted By CPU Hours (Core Count)","[Roller] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Sardinian] Job Size: Weighted By CPU Hours (Core Count)","[Thrush, Swainson's] Job Size: Weighted By CPU Hours (Core Count)","[Bunting, Yellow-browed] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Golden-winged] Job Size: Weighted By CPU Hours (Core Count)","[Bunting, Reed] Job Size: Weighted By CPU Hours (Core Count)","[Crane, Sandhill] Job Size: Weighted By CPU Hours (Core Count)","[Shag] Job Size: Weighted By CPU Hours (Core Count)","[Sparrow, White-throated] Job Size: Weighted By CPU Hours (Core Count)","[Ibis, Glossy] Job Size: Weighted By CPU Hours (Core Count)","[Martin, Crag] Job Size: Weighted By CPU Hours (Core Count)","[Shrike, Long-tailed] Job Size: Weighted By CPU Hours (Core Count)","[Ovenbird] Job Size: Weighted By CPU Hours (Core Count)","[Partridge, Red-legged] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Garden] Job Size: Weighted By CPU Hours (Core Count)","[Stint, Little] Job Size: Weighted By CPU Hours (Core Count)","[Plover, Caspian] Job Size: Weighted By CPU Hours (Core Count)","[Plover, White-tailed] Job Size: Weighted By CPU Hours (Core Count)","[Sandpiper, Spotted] Job Size: Weighted By CPU Hours (Core Count)","[Thrush, Mistle] Job Size: Weighted By CPU Hours (Core Count)","[Oriole, Baltimore] Job Size: Weighted By CPU Hours (Core Count)","[Bunting, Yellow-breasted] Job Size: Weighted By CPU Hours (Core Count)","[Honey-buzzard] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Booted] Job Size: Weighted By CPU Hours (Core Count)","[Auk, Little] Job Size: Weighted By CPU Hours (Core Count)","[Dove, Turtle] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Hooded] Job Size: Weighted By CPU Hours (Core Count)","[Treecreeper, Short-toed] Job Size: Weighted By CPU Hours (Core Count)","[Fieldfare] Job Size: Weighted By CPU Hours (Core Count)","[Shearwater, Cory's] Job Size: Weighted By CPU Hours (Core Count)","[Thrush, Grey-cheeked] Job Size: Weighted By CPU Hours (Core Count)","[Redpoll, Lesser] Job Size: Weighted By CPU Hours (Core Count)","[Sapsucker, Yellow-bellied] Job Size: Weighted By CPU Hours (Core Count)","[Bunting, Black-headed] Job Size: Weighted By CPU Hours (Core Count)","[Coot] Job Size: Weighted By CPU Hours (Core Count)","[Egret, Cattle] Job Size: Weighted By CPU Hours (Core Count)","[Grebe, Pied-billed] Job Size: Weighted By CPU Hours (Core Count)","[Grey, Great] Job Size: Weighted By CPU Hours (Core Count)","[Grey, Lesser] Job Size: Weighted By CPU Hours (Core Count)","[Grey, Southern] Job Size: Weighted By CPU Hours (Core Count)","[Gull, Ring-billed] Job Size: Weighted By CPU Hours (Core Count)","[Harrier, Hen] Job Size: Weighted By CPU Hours (Core Count)","[Jackdaw] Job Size: Weighted By CPU Hours (Core Count)","[Lapwing] Job Size: Weighted By CPU Hours (Core Count)","[Martin, Purple] Job Size: Weighted By CPU Hours (Core Count)","[Moorhen] Job Size: Weighted By CPU Hours (Core Count)","[Sparrow, Savannah] Job Size: Weighted By CPU Hours (Core Count)","[Tern, Sandwich] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Moltoni's] Job Size: Weighted By CPU Hours (Core Count)" -"2016 Q4",326.9898,186.5633,160.0000,142.8578,112.0000,108.0000,96.0000,96.0000,72.0000,64.0000,63.6781,62.4000,63.5229,60.0000,60.0000,71.6000,56.0000,57.5884,53.9203,45.0823,39.9999,28.7519,26.0677,25.0565,24.1852,23.4747,20.0000,20.0000,13.7644,16.0000,16.0000,14.3905,13.7425,12.0000,12.0000,12.0000,12.0000,12.0144,11.7604,10.5368,10.0459,9.9365,9.4561,8.6041,8.0021,8.0000,8.0000,4.5982,4.0000,4.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 -"2017 Q1",0,0,160.0000,0,0,0,96.0000,96.0000,0,64.0000,60.4143,0,32.0000,60.0000,60.0000,47.3679,0,5.0000,35.2693,0,0,32.0142,15.7307,0,24.0000,22.8322,0,0,20.0000,16.0000,0,10.2343,0,12.0000,0,12.0000,12.0000,10.5654,0,10.4877,0,12.0000,8.0000,0,8.0000,8.0000,8.0000,2.0000,4.0000,4.0000,0,1.0000,1.0000,0,0,0,1.0000,0,0,0,1.0000,1.0000,1.0000,1.0000,0,0 +Quarter,"[Warbler, Dusky] Job Size: Weighted By CPU Hours (Core Count)","[Scaup, Lesser] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Yellow-browed] Job Size: Weighted By CPU Hours (Core Count)","[Scoter, Velvet] Job Size: Weighted By CPU Hours (Core Count)","[Goose, Egyptian] Job Size: Weighted By CPU Hours (Core Count)","[Duck, Harlequin] Job Size: Weighted By CPU Hours (Core Count)","[Gallinule, Allen's] Job Size: Weighted By CPU Hours (Core Count)","[Crane] Job Size: Weighted By CPU Hours (Core Count)","[Pipit, Meadow] Job Size: Weighted By CPU Hours (Core Count)","[Smew] Job Size: Weighted By CPU Hours (Core Count)","[Chaffinch] Job Size: Weighted By CPU Hours (Core Count)","[Whimbrel] Job Size: Weighted By CPU Hours (Core Count)","[Siskin] Job Size: Weighted By CPU Hours (Core Count)","[Swift, Alpine] Job Size: Weighted By CPU Hours (Core Count)","[Duck, Ferruginous] Job Size: Weighted By CPU Hours (Core Count)","[Peregrine] Job Size: Weighted By CPU Hours (Core Count)","[Dunlin] Job Size: Weighted By CPU Hours (Core Count)","[Grosbeak, Evening] Job Size: Weighted By CPU Hours (Core Count)","[Roller] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Sardinian] Job Size: Weighted By CPU Hours (Core Count)","[Thrush, Swainson's] Job Size: Weighted By CPU Hours (Core Count)","[Bunting, Yellow-browed] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Golden-winged] Job Size: Weighted By CPU Hours (Core Count)","[Bunting, Reed] Job Size: Weighted By CPU Hours (Core Count)","[Crane, Sandhill] Job Size: Weighted By CPU Hours (Core Count)","[Shag] Job Size: Weighted By CPU Hours (Core Count)","[Sparrow, White-throated] Job Size: Weighted By CPU Hours (Core Count)","[Ibis, Glossy] Job Size: Weighted By CPU Hours (Core Count)","[Martin, Crag] Job Size: Weighted By CPU Hours (Core Count)","[Shrike, Long-tailed] Job Size: Weighted By CPU Hours (Core Count)","[Ovenbird] Job Size: Weighted By CPU Hours (Core Count)","[Partridge, Red-legged] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Garden] Job Size: Weighted By CPU Hours (Core Count)","[Stint, Little] Job Size: Weighted By CPU Hours (Core Count)","[Plover, Caspian] Job Size: Weighted By CPU Hours (Core Count)","[Plover, White-tailed] Job Size: Weighted By CPU Hours (Core Count)","[Sandpiper, Spotted] Job Size: Weighted By CPU Hours (Core Count)","[Thrush, Mistle] Job Size: Weighted By CPU Hours (Core Count)","[Oriole, Baltimore] Job Size: Weighted By CPU Hours (Core Count)","[Bunting, Yellow-breasted] Job Size: Weighted By CPU Hours (Core Count)","[Honey-buzzard] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Booted] Job Size: Weighted By CPU Hours (Core Count)","[Auk, Little] Job Size: Weighted By CPU Hours (Core Count)","[Dove, Turtle] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Hooded] Job Size: Weighted By CPU Hours (Core Count)","[Treecreeper, Short-toed] Job Size: Weighted By CPU Hours (Core Count)","[Fieldfare] Job Size: Weighted By CPU Hours (Core Count)","[Shearwater, Cory's] Job Size: Weighted By CPU Hours (Core Count)","[Thrush, Grey-cheeked] Job Size: Weighted By CPU Hours (Core Count)","[Redpoll, Lesser] Job Size: Weighted By CPU Hours (Core Count)","[Sapsucker, Yellow-bellied] Job Size: Weighted By CPU Hours (Core Count)","[Bunting, Black-headed] Job Size: Weighted By CPU Hours (Core Count)","[Coot] Job Size: Weighted By CPU Hours (Core Count)","[Egret, Cattle] Job Size: Weighted By CPU Hours (Core Count)","[Grebe, Pied-billed] Job Size: Weighted By CPU Hours (Core Count)","[Grey, Great] Job Size: Weighted By CPU Hours (Core Count)","[Grey, Lesser] Job Size: Weighted By CPU Hours (Core Count)","[Grey, Southern] Job Size: Weighted By CPU Hours (Core Count)","[Gull, Ring-billed] Job Size: Weighted By CPU Hours (Core Count)","[Harrier, Hen] Job Size: Weighted By CPU Hours (Core Count)","[Jackdaw] Job Size: Weighted By CPU Hours (Core Count)","[Lapwing] Job Size: Weighted By CPU Hours (Core Count)","[Martin, Purple] Job Size: Weighted By CPU Hours (Core Count)","[Moorhen] Job Size: Weighted By CPU Hours (Core Count)","[Sparrow, Savannah] Job Size: Weighted By CPU Hours (Core Count)","[Tern, Sandwich] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Moltoni's] Job Size: Weighted By CPU Hours (Core Count)" +"2016 Q4",326.9898,186.5633,160.0000,142.8578,112.0000,108.0000,108.0000,96.0000,96.0000,72.0000,64.0000,63.6781,62.4000,63.5229,60.0000,60.0000,71.6000,56.0000,57.5884,53.9203,45.0823,39.9999,28.7519,26.0677,25.0565,24.1852,23.4747,20.0000,20.0000,13.7644,16.0000,16.0000,14.3905,13.7425,12.0000,12.0000,12.0000,12.0000,12.0144,11.7604,10.5368,10.0459,9.9365,9.4561,8.6041,8.0021,8.0000,8.0000,4.5982,4.0000,4.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 +"2017 Q1",0,0,160.0000,0,0,0,0,96.0000,96.0000,0,64.0000,60.4143,0,32.0000,60.0000,60.0000,47.3679,0,5.0000,35.2693,0,0,32.0142,15.7307,0,24.0000,22.8322,0,0,20.0000,16.0000,0,10.2343,0,12.0000,0,12.0000,12.0000,10.5654,0,10.4877,0,12.0000,8.0000,0,8.0000,8.0000,8.0000,2.0000,4.0000,4.0000,0,1.0000,1.0000,0,0,0,1.0000,0,0,0,1.0000,1.0000,1.0000,1.0000,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv index 09ba8bad65..f67754a647 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[Warbler, Dusky] Job Size: Weighted By CPU Hours (Core Count)","[Scaup, Lesser] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Yellow-browed] Job Size: Weighted By CPU Hours (Core Count)","[Scoter, Velvet] Job Size: Weighted By CPU Hours (Core Count)","[Goose, Egyptian] Job Size: Weighted By CPU Hours (Core Count)","[Gallinule, Allen's] Job Size: Weighted By CPU Hours (Core Count)","[Crane] Job Size: Weighted By CPU Hours (Core Count)","[Pipit, Meadow] Job Size: Weighted By CPU Hours (Core Count)","[Smew] Job Size: Weighted By CPU Hours (Core Count)","[Chaffinch] Job Size: Weighted By CPU Hours (Core Count)","[Whimbrel] Job Size: Weighted By CPU Hours (Core Count)","[Siskin] Job Size: Weighted By CPU Hours (Core Count)","[Swift, Alpine] Job Size: Weighted By CPU Hours (Core Count)","[Duck, Ferruginous] Job Size: Weighted By CPU Hours (Core Count)","[Peregrine] Job Size: Weighted By CPU Hours (Core Count)","[Dunlin] Job Size: Weighted By CPU Hours (Core Count)","[Grosbeak, Evening] Job Size: Weighted By CPU Hours (Core Count)","[Roller] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Sardinian] Job Size: Weighted By CPU Hours (Core Count)","[Thrush, Swainson's] Job Size: Weighted By CPU Hours (Core Count)","[Bunting, Yellow-browed] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Golden-winged] Job Size: Weighted By CPU Hours (Core Count)","[Bunting, Reed] Job Size: Weighted By CPU Hours (Core Count)","[Crane, Sandhill] Job Size: Weighted By CPU Hours (Core Count)","[Shag] Job Size: Weighted By CPU Hours (Core Count)","[Sparrow, White-throated] Job Size: Weighted By CPU Hours (Core Count)","[Ibis, Glossy] Job Size: Weighted By CPU Hours (Core Count)","[Martin, Crag] Job Size: Weighted By CPU Hours (Core Count)","[Shrike, Long-tailed] Job Size: Weighted By CPU Hours (Core Count)","[Ovenbird] Job Size: Weighted By CPU Hours (Core Count)","[Partridge, Red-legged] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Garden] Job Size: Weighted By CPU Hours (Core Count)","[Stint, Little] Job Size: Weighted By CPU Hours (Core Count)","[Plover, Caspian] Job Size: Weighted By CPU Hours (Core Count)","[Plover, White-tailed] Job Size: Weighted By CPU Hours (Core Count)","[Sandpiper, Spotted] Job Size: Weighted By CPU Hours (Core Count)","[Thrush, Mistle] Job Size: Weighted By CPU Hours (Core Count)","[Oriole, Baltimore] Job Size: Weighted By CPU Hours (Core Count)","[Bunting, Yellow-breasted] Job Size: Weighted By CPU Hours (Core Count)","[Honey-buzzard] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Booted] Job Size: Weighted By CPU Hours (Core Count)","[Auk, Little] Job Size: Weighted By CPU Hours (Core Count)","[Dove, Turtle] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Hooded] Job Size: Weighted By CPU Hours (Core Count)","[Treecreeper, Short-toed] Job Size: Weighted By CPU Hours (Core Count)","[Fieldfare] Job Size: Weighted By CPU Hours (Core Count)","[Shearwater, Cory's] Job Size: Weighted By CPU Hours (Core Count)","[Thrush, Grey-cheeked] Job Size: Weighted By CPU Hours (Core Count)","[Redpoll, Lesser] Job Size: Weighted By CPU Hours (Core Count)","[Sapsucker, Yellow-bellied] Job Size: Weighted By CPU Hours (Core Count)","[Bunting, Black-headed] Job Size: Weighted By CPU Hours (Core Count)","[Coot] Job Size: Weighted By CPU Hours (Core Count)","[Egret, Cattle] Job Size: Weighted By CPU Hours (Core Count)","[Grebe, Pied-billed] Job Size: Weighted By CPU Hours (Core Count)","[Grey, Great] Job Size: Weighted By CPU Hours (Core Count)","[Grey, Lesser] Job Size: Weighted By CPU Hours (Core Count)","[Grey, Southern] Job Size: Weighted By CPU Hours (Core Count)","[Gull, Ring-billed] Job Size: Weighted By CPU Hours (Core Count)","[Harrier, Hen] Job Size: Weighted By CPU Hours (Core Count)","[Jackdaw] Job Size: Weighted By CPU Hours (Core Count)","[Lapwing] Job Size: Weighted By CPU Hours (Core Count)","[Martin, Purple] Job Size: Weighted By CPU Hours (Core Count)","[Moorhen] Job Size: Weighted By CPU Hours (Core Count)","[Sparrow, Savannah] Job Size: Weighted By CPU Hours (Core Count)","[Tern, Sandwich] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Moltoni's] Job Size: Weighted By CPU Hours (Core Count)" -2016,326.9898,186.5633,160.0000,142.8578,112.0000,108.0000,96.0000,96.0000,72.0000,64.0000,63.6781,62.4000,63.5229,60.0000,60.0000,71.6000,56.0000,57.5884,53.9203,45.0823,39.9999,28.7519,26.0677,25.0565,24.1852,23.4747,20.0000,20.0000,13.7644,16.0000,16.0000,14.3905,13.7425,12.0000,12.0000,12.0000,12.0000,12.0144,11.7604,10.5368,10.0459,9.9365,9.4561,8.6041,8.0021,8.0000,8.0000,4.5982,4.0000,4.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 -2017,0,0,160.0000,0,0,0,96.0000,96.0000,0,64.0000,60.4143,0,32.0000,60.0000,60.0000,47.3679,0,5.0000,35.2693,0,0,32.0142,15.7307,0,24.0000,22.8322,0,0,20.0000,16.0000,0,10.2343,0,12.0000,0,12.0000,12.0000,10.5654,0,10.4877,0,12.0000,8.0000,0,8.0000,8.0000,8.0000,2.0000,4.0000,4.0000,0,1.0000,1.0000,0,0,0,1.0000,0,0,0,1.0000,1.0000,1.0000,1.0000,0,0 +Year,"[Warbler, Dusky] Job Size: Weighted By CPU Hours (Core Count)","[Scaup, Lesser] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Yellow-browed] Job Size: Weighted By CPU Hours (Core Count)","[Scoter, Velvet] Job Size: Weighted By CPU Hours (Core Count)","[Goose, Egyptian] Job Size: Weighted By CPU Hours (Core Count)","[Duck, Harlequin] Job Size: Weighted By CPU Hours (Core Count)","[Gallinule, Allen's] Job Size: Weighted By CPU Hours (Core Count)","[Crane] Job Size: Weighted By CPU Hours (Core Count)","[Pipit, Meadow] Job Size: Weighted By CPU Hours (Core Count)","[Smew] Job Size: Weighted By CPU Hours (Core Count)","[Chaffinch] Job Size: Weighted By CPU Hours (Core Count)","[Whimbrel] Job Size: Weighted By CPU Hours (Core Count)","[Siskin] Job Size: Weighted By CPU Hours (Core Count)","[Swift, Alpine] Job Size: Weighted By CPU Hours (Core Count)","[Duck, Ferruginous] Job Size: Weighted By CPU Hours (Core Count)","[Peregrine] Job Size: Weighted By CPU Hours (Core Count)","[Dunlin] Job Size: Weighted By CPU Hours (Core Count)","[Grosbeak, Evening] Job Size: Weighted By CPU Hours (Core Count)","[Roller] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Sardinian] Job Size: Weighted By CPU Hours (Core Count)","[Thrush, Swainson's] Job Size: Weighted By CPU Hours (Core Count)","[Bunting, Yellow-browed] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Golden-winged] Job Size: Weighted By CPU Hours (Core Count)","[Bunting, Reed] Job Size: Weighted By CPU Hours (Core Count)","[Crane, Sandhill] Job Size: Weighted By CPU Hours (Core Count)","[Shag] Job Size: Weighted By CPU Hours (Core Count)","[Sparrow, White-throated] Job Size: Weighted By CPU Hours (Core Count)","[Ibis, Glossy] Job Size: Weighted By CPU Hours (Core Count)","[Martin, Crag] Job Size: Weighted By CPU Hours (Core Count)","[Shrike, Long-tailed] Job Size: Weighted By CPU Hours (Core Count)","[Ovenbird] Job Size: Weighted By CPU Hours (Core Count)","[Partridge, Red-legged] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Garden] Job Size: Weighted By CPU Hours (Core Count)","[Stint, Little] Job Size: Weighted By CPU Hours (Core Count)","[Plover, Caspian] Job Size: Weighted By CPU Hours (Core Count)","[Plover, White-tailed] Job Size: Weighted By CPU Hours (Core Count)","[Sandpiper, Spotted] Job Size: Weighted By CPU Hours (Core Count)","[Thrush, Mistle] Job Size: Weighted By CPU Hours (Core Count)","[Oriole, Baltimore] Job Size: Weighted By CPU Hours (Core Count)","[Bunting, Yellow-breasted] Job Size: Weighted By CPU Hours (Core Count)","[Honey-buzzard] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Booted] Job Size: Weighted By CPU Hours (Core Count)","[Auk, Little] Job Size: Weighted By CPU Hours (Core Count)","[Dove, Turtle] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Hooded] Job Size: Weighted By CPU Hours (Core Count)","[Treecreeper, Short-toed] Job Size: Weighted By CPU Hours (Core Count)","[Fieldfare] Job Size: Weighted By CPU Hours (Core Count)","[Shearwater, Cory's] Job Size: Weighted By CPU Hours (Core Count)","[Thrush, Grey-cheeked] Job Size: Weighted By CPU Hours (Core Count)","[Redpoll, Lesser] Job Size: Weighted By CPU Hours (Core Count)","[Sapsucker, Yellow-bellied] Job Size: Weighted By CPU Hours (Core Count)","[Bunting, Black-headed] Job Size: Weighted By CPU Hours (Core Count)","[Coot] Job Size: Weighted By CPU Hours (Core Count)","[Egret, Cattle] Job Size: Weighted By CPU Hours (Core Count)","[Grebe, Pied-billed] Job Size: Weighted By CPU Hours (Core Count)","[Grey, Great] Job Size: Weighted By CPU Hours (Core Count)","[Grey, Lesser] Job Size: Weighted By CPU Hours (Core Count)","[Grey, Southern] Job Size: Weighted By CPU Hours (Core Count)","[Gull, Ring-billed] Job Size: Weighted By CPU Hours (Core Count)","[Harrier, Hen] Job Size: Weighted By CPU Hours (Core Count)","[Jackdaw] Job Size: Weighted By CPU Hours (Core Count)","[Lapwing] Job Size: Weighted By CPU Hours (Core Count)","[Martin, Purple] Job Size: Weighted By CPU Hours (Core Count)","[Moorhen] Job Size: Weighted By CPU Hours (Core Count)","[Sparrow, Savannah] Job Size: Weighted By CPU Hours (Core Count)","[Tern, Sandwich] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Moltoni's] Job Size: Weighted By CPU Hours (Core Count)" +2016,326.9898,186.5633,160.0000,142.8578,112.0000,108.0000,108.0000,96.0000,96.0000,72.0000,64.0000,63.6781,62.4000,63.5229,60.0000,60.0000,71.6000,56.0000,57.5884,53.9203,45.0823,39.9999,28.7519,26.0677,25.0565,24.1852,23.4747,20.0000,20.0000,13.7644,16.0000,16.0000,14.3905,13.7425,12.0000,12.0000,12.0000,12.0000,12.0144,11.7604,10.5368,10.0459,9.9365,9.4561,8.6041,8.0021,8.0000,8.0000,4.5982,4.0000,4.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 +2017,0,0,160.0000,0,0,0,0,96.0000,96.0000,0,64.0000,60.4143,0,32.0000,60.0000,60.0000,47.3679,0,5.0000,35.2693,0,0,32.0142,15.7307,0,24.0000,22.8322,0,0,20.0000,16.0000,0,10.2343,0,12.0000,0,12.0000,12.0000,10.5654,0,10.4877,0,12.0000,8.0000,0,8.0000,8.0000,8.0000,2.0000,4.0000,4.0000,0,1.0000,1.0000,0,0,0,1.0000,0,0,0,1.0000,1.0000,1.0000,1.0000,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_gpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_gpu_hours/aggregate-Day-reference.csv index 466f1763f8..a613e1a9bc 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_gpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_gpu_hours/aggregate-Day-reference.csv @@ -18,6 +18,7 @@ Crane,0.0000 "Crane, Sandhill",0.0000 "Dove, Turtle",0.0000 "Duck, Ferruginous",0.0000 +"Duck, Harlequin",0.0000 Dunlin,0.0000 "Egret, Cattle",0.0000 Fieldfare,0.0000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_gpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_gpu_hours/aggregate-Month-reference.csv index 466f1763f8..a613e1a9bc 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_gpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_gpu_hours/aggregate-Month-reference.csv @@ -18,6 +18,7 @@ Crane,0.0000 "Crane, Sandhill",0.0000 "Dove, Turtle",0.0000 "Duck, Ferruginous",0.0000 +"Duck, Harlequin",0.0000 Dunlin,0.0000 "Egret, Cattle",0.0000 Fieldfare,0.0000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_gpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_gpu_hours/aggregate-Quarter-reference.csv index 466f1763f8..a613e1a9bc 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_gpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_gpu_hours/aggregate-Quarter-reference.csv @@ -18,6 +18,7 @@ Crane,0.0000 "Crane, Sandhill",0.0000 "Dove, Turtle",0.0000 "Duck, Ferruginous",0.0000 +"Duck, Harlequin",0.0000 Dunlin,0.0000 "Egret, Cattle",0.0000 Fieldfare,0.0000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_gpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_gpu_hours/aggregate-Year-reference.csv index 466f1763f8..a613e1a9bc 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_gpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_gpu_hours/aggregate-Year-reference.csv @@ -18,6 +18,7 @@ Crane,0.0000 "Crane, Sandhill",0.0000 "Dove, Turtle",0.0000 "Duck, Ferruginous",0.0000 +"Duck, Harlequin",0.0000 Dunlin,0.0000 "Egret, Cattle",0.0000 Fieldfare,0.0000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_gpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_gpu_hours/timeseries-Day-reference.csv index 094330012b..e21d42e0f5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_gpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_gpu_hours/timeseries-Day-reference.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[Oriole, Baltimore] Job Size: Weighted By GPU Hours (GPU Count)","[Auk, Little] Job Size: Weighted By GPU Hours (GPU Count)","[Bunting, Black-headed] Job Size: Weighted By GPU Hours (GPU Count)","[Bunting, Reed] Job Size: Weighted By GPU Hours (GPU Count)","[Bunting, Yellow-breasted] Job Size: Weighted By GPU Hours (GPU Count)","[Bunting, Yellow-browed] Job Size: Weighted By GPU Hours (GPU Count)","[Chaffinch] Job Size: Weighted By GPU Hours (GPU Count)","[Coot] Job Size: Weighted By GPU Hours (GPU Count)","[Crane] Job Size: Weighted By GPU Hours (GPU Count)","[Crane, Sandhill] Job Size: Weighted By GPU Hours (GPU Count)","[Dove, Turtle] Job Size: Weighted By GPU Hours (GPU Count)","[Duck, Ferruginous] Job Size: Weighted By GPU Hours (GPU Count)","[Dunlin] Job Size: Weighted By GPU Hours (GPU Count)","[Egret, Cattle] Job Size: Weighted By GPU Hours (GPU Count)","[Fieldfare] Job Size: Weighted By GPU Hours (GPU Count)","[Gallinule, Allen's] Job Size: Weighted By GPU Hours (GPU Count)","[Goose, Egyptian] Job Size: Weighted By GPU Hours (GPU Count)","[Grebe, Pied-billed] Job Size: Weighted By GPU Hours (GPU Count)","[Grey, Great] Job Size: Weighted By GPU Hours (GPU Count)","[Grey, Lesser] Job Size: Weighted By GPU Hours (GPU Count)","[Grey, Southern] Job Size: Weighted By GPU Hours (GPU Count)","[Grosbeak, Evening] Job Size: Weighted By GPU Hours (GPU Count)","[Gull, Ring-billed] Job Size: Weighted By GPU Hours (GPU Count)","[Harrier, Hen] Job Size: Weighted By GPU Hours (GPU Count)","[Honey-buzzard] Job Size: Weighted By GPU Hours (GPU Count)","[Ibis, Glossy] Job Size: Weighted By GPU Hours (GPU Count)","[Jackdaw] Job Size: Weighted By GPU Hours (GPU Count)","[Lapwing] Job Size: Weighted By GPU Hours (GPU Count)","[Martin, Crag] Job Size: Weighted By GPU Hours (GPU Count)","[Martin, Purple] Job Size: Weighted By GPU Hours (GPU Count)","[Moorhen] Job Size: Weighted By GPU Hours (GPU Count)","[Ovenbird] Job Size: Weighted By GPU Hours (GPU Count)","[Partridge, Red-legged] Job Size: Weighted By GPU Hours (GPU Count)","[Peregrine] Job Size: Weighted By GPU Hours (GPU Count)","[Pipit, Meadow] Job Size: Weighted By GPU Hours (GPU Count)","[Plover, Caspian] Job Size: Weighted By GPU Hours (GPU Count)","[Plover, White-tailed] Job Size: Weighted By GPU Hours (GPU Count)","[Redpoll, Lesser] Job Size: Weighted By GPU Hours (GPU Count)","[Roller] Job Size: Weighted By GPU Hours (GPU Count)","[Sandpiper, Spotted] Job Size: Weighted By GPU Hours (GPU Count)","[Sapsucker, Yellow-bellied] Job Size: Weighted By GPU Hours (GPU Count)","[Scaup, Lesser] Job Size: Weighted By GPU Hours (GPU Count)","[Scoter, Velvet] Job Size: Weighted By GPU Hours (GPU Count)","[Shag] Job Size: Weighted By GPU Hours (GPU Count)","[Shearwater, Cory's] Job Size: Weighted By GPU Hours (GPU Count)","[Shrike, Long-tailed] Job Size: Weighted By GPU Hours (GPU Count)","[Siskin] Job Size: Weighted By GPU Hours (GPU Count)","[Smew] Job Size: Weighted By GPU Hours (GPU Count)","[Sparrow, Savannah] Job Size: Weighted By GPU Hours (GPU Count)","[Sparrow, White-throated] Job Size: Weighted By GPU Hours (GPU Count)","[Stint, Little] Job Size: Weighted By GPU Hours (GPU Count)","[Swift, Alpine] Job Size: Weighted By GPU Hours (GPU Count)","[Tern, Sandwich] Job Size: Weighted By GPU Hours (GPU Count)","[Thrush, Grey-cheeked] Job Size: Weighted By GPU Hours (GPU Count)","[Thrush, Mistle] Job Size: Weighted By GPU Hours (GPU Count)","[Thrush, Swainson's] Job Size: Weighted By GPU Hours (GPU Count)","[Treecreeper, Short-toed] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Booted] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Dusky] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Garden] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Golden-winged] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Hooded] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Moltoni's] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Sardinian] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Yellow-browed] Job Size: Weighted By GPU Hours (GPU Count)","[Whimbrel] Job Size: Weighted By GPU Hours (GPU Count)" -2016-12-22,12.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,12.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-24,12.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-25,12.0000,0,0,0.0000,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-26,12.0000,0,0,0.0000,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0.0000,0,0,0,0,0,0 -2016-12-27,12.0000,0,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0.0000,0,0,0.0000,0,0,0,0,0,0,0,0.0000,0,0,0,0.0000,0,0,0,0,0,0.0000,0,0,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0,0,0 -2016-12-28,12.0000,0,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0,0,0.0000,0,0.0000,0,0,0,0,0.0000,0.0000,0.0000,0,0,0.0000,0,0,0,0,0,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0.0000,0,0 -2016-12-29,12.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0,0,0,0.0000,0.0000,0,0,0,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0.0000,0.0000,0 -2016-12-30,12.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 -2016-12-31,12.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0,0.0000 -2017-01-01,12.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0,0,0,0,0.0000,0,0,0,0.0000,0,0,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000 +Day,"[Oriole, Baltimore] Job Size: Weighted By GPU Hours (GPU Count)","[Auk, Little] Job Size: Weighted By GPU Hours (GPU Count)","[Bunting, Black-headed] Job Size: Weighted By GPU Hours (GPU Count)","[Bunting, Reed] Job Size: Weighted By GPU Hours (GPU Count)","[Bunting, Yellow-breasted] Job Size: Weighted By GPU Hours (GPU Count)","[Bunting, Yellow-browed] Job Size: Weighted By GPU Hours (GPU Count)","[Chaffinch] Job Size: Weighted By GPU Hours (GPU Count)","[Coot] Job Size: Weighted By GPU Hours (GPU Count)","[Crane] Job Size: Weighted By GPU Hours (GPU Count)","[Crane, Sandhill] Job Size: Weighted By GPU Hours (GPU Count)","[Dove, Turtle] Job Size: Weighted By GPU Hours (GPU Count)","[Duck, Ferruginous] Job Size: Weighted By GPU Hours (GPU Count)","[Duck, Harlequin] Job Size: Weighted By GPU Hours (GPU Count)","[Dunlin] Job Size: Weighted By GPU Hours (GPU Count)","[Egret, Cattle] Job Size: Weighted By GPU Hours (GPU Count)","[Fieldfare] Job Size: Weighted By GPU Hours (GPU Count)","[Gallinule, Allen's] Job Size: Weighted By GPU Hours (GPU Count)","[Goose, Egyptian] Job Size: Weighted By GPU Hours (GPU Count)","[Grebe, Pied-billed] Job Size: Weighted By GPU Hours (GPU Count)","[Grey, Great] Job Size: Weighted By GPU Hours (GPU Count)","[Grey, Lesser] Job Size: Weighted By GPU Hours (GPU Count)","[Grey, Southern] Job Size: Weighted By GPU Hours (GPU Count)","[Grosbeak, Evening] Job Size: Weighted By GPU Hours (GPU Count)","[Gull, Ring-billed] Job Size: Weighted By GPU Hours (GPU Count)","[Harrier, Hen] Job Size: Weighted By GPU Hours (GPU Count)","[Honey-buzzard] Job Size: Weighted By GPU Hours (GPU Count)","[Ibis, Glossy] Job Size: Weighted By GPU Hours (GPU Count)","[Jackdaw] Job Size: Weighted By GPU Hours (GPU Count)","[Lapwing] Job Size: Weighted By GPU Hours (GPU Count)","[Martin, Crag] Job Size: Weighted By GPU Hours (GPU Count)","[Martin, Purple] Job Size: Weighted By GPU Hours (GPU Count)","[Moorhen] Job Size: Weighted By GPU Hours (GPU Count)","[Ovenbird] Job Size: Weighted By GPU Hours (GPU Count)","[Partridge, Red-legged] Job Size: Weighted By GPU Hours (GPU Count)","[Peregrine] Job Size: Weighted By GPU Hours (GPU Count)","[Pipit, Meadow] Job Size: Weighted By GPU Hours (GPU Count)","[Plover, Caspian] Job Size: Weighted By GPU Hours (GPU Count)","[Plover, White-tailed] Job Size: Weighted By GPU Hours (GPU Count)","[Redpoll, Lesser] Job Size: Weighted By GPU Hours (GPU Count)","[Roller] Job Size: Weighted By GPU Hours (GPU Count)","[Sandpiper, Spotted] Job Size: Weighted By GPU Hours (GPU Count)","[Sapsucker, Yellow-bellied] Job Size: Weighted By GPU Hours (GPU Count)","[Scaup, Lesser] Job Size: Weighted By GPU Hours (GPU Count)","[Scoter, Velvet] Job Size: Weighted By GPU Hours (GPU Count)","[Shag] Job Size: Weighted By GPU Hours (GPU Count)","[Shearwater, Cory's] Job Size: Weighted By GPU Hours (GPU Count)","[Shrike, Long-tailed] Job Size: Weighted By GPU Hours (GPU Count)","[Siskin] Job Size: Weighted By GPU Hours (GPU Count)","[Smew] Job Size: Weighted By GPU Hours (GPU Count)","[Sparrow, Savannah] Job Size: Weighted By GPU Hours (GPU Count)","[Sparrow, White-throated] Job Size: Weighted By GPU Hours (GPU Count)","[Stint, Little] Job Size: Weighted By GPU Hours (GPU Count)","[Swift, Alpine] Job Size: Weighted By GPU Hours (GPU Count)","[Tern, Sandwich] Job Size: Weighted By GPU Hours (GPU Count)","[Thrush, Grey-cheeked] Job Size: Weighted By GPU Hours (GPU Count)","[Thrush, Mistle] Job Size: Weighted By GPU Hours (GPU Count)","[Thrush, Swainson's] Job Size: Weighted By GPU Hours (GPU Count)","[Treecreeper, Short-toed] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Booted] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Dusky] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Garden] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Golden-winged] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Hooded] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Moltoni's] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Sardinian] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Yellow-browed] Job Size: Weighted By GPU Hours (GPU Count)","[Whimbrel] Job Size: Weighted By GPU Hours (GPU Count)" +2016-12-22,12.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,12.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-24,12.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-25,12.0000,0,0,0.0000,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-26,12.0000,0,0,0.0000,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0.0000,0,0,0,0,0,0 +2016-12-27,12.0000,0,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0.0000,0,0,0.0000,0,0,0,0,0,0,0,0.0000,0,0,0,0.0000,0,0,0,0,0,0.0000,0,0,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0,0,0 +2016-12-28,12.0000,0,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0,0,0.0000,0,0.0000,0,0,0,0,0.0000,0.0000,0.0000,0,0,0.0000,0,0,0,0,0,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0.0000,0,0 +2016-12-29,12.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0,0,0,0,0.0000,0.0000,0,0,0,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0.0000,0.0000,0 +2016-12-30,12.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 +2016-12-31,12.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0,0.0000 +2017-01-01,12.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0,0,0,0,0.0000,0,0,0,0.0000,0,0,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_gpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_gpu_hours/timeseries-Month-reference.csv index 0cd1eb6c4b..cc08baa9ed 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_gpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_gpu_hours/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[Oriole, Baltimore] Job Size: Weighted By GPU Hours (GPU Count)","[Auk, Little] Job Size: Weighted By GPU Hours (GPU Count)","[Bunting, Black-headed] Job Size: Weighted By GPU Hours (GPU Count)","[Bunting, Reed] Job Size: Weighted By GPU Hours (GPU Count)","[Bunting, Yellow-breasted] Job Size: Weighted By GPU Hours (GPU Count)","[Bunting, Yellow-browed] Job Size: Weighted By GPU Hours (GPU Count)","[Chaffinch] Job Size: Weighted By GPU Hours (GPU Count)","[Coot] Job Size: Weighted By GPU Hours (GPU Count)","[Crane] Job Size: Weighted By GPU Hours (GPU Count)","[Crane, Sandhill] Job Size: Weighted By GPU Hours (GPU Count)","[Dove, Turtle] Job Size: Weighted By GPU Hours (GPU Count)","[Duck, Ferruginous] Job Size: Weighted By GPU Hours (GPU Count)","[Dunlin] Job Size: Weighted By GPU Hours (GPU Count)","[Egret, Cattle] Job Size: Weighted By GPU Hours (GPU Count)","[Fieldfare] Job Size: Weighted By GPU Hours (GPU Count)","[Gallinule, Allen's] Job Size: Weighted By GPU Hours (GPU Count)","[Goose, Egyptian] Job Size: Weighted By GPU Hours (GPU Count)","[Grebe, Pied-billed] Job Size: Weighted By GPU Hours (GPU Count)","[Grey, Great] Job Size: Weighted By GPU Hours (GPU Count)","[Grey, Lesser] Job Size: Weighted By GPU Hours (GPU Count)","[Grey, Southern] Job Size: Weighted By GPU Hours (GPU Count)","[Grosbeak, Evening] Job Size: Weighted By GPU Hours (GPU Count)","[Gull, Ring-billed] Job Size: Weighted By GPU Hours (GPU Count)","[Harrier, Hen] Job Size: Weighted By GPU Hours (GPU Count)","[Honey-buzzard] Job Size: Weighted By GPU Hours (GPU Count)","[Ibis, Glossy] Job Size: Weighted By GPU Hours (GPU Count)","[Jackdaw] Job Size: Weighted By GPU Hours (GPU Count)","[Lapwing] Job Size: Weighted By GPU Hours (GPU Count)","[Martin, Crag] Job Size: Weighted By GPU Hours (GPU Count)","[Martin, Purple] Job Size: Weighted By GPU Hours (GPU Count)","[Moorhen] Job Size: Weighted By GPU Hours (GPU Count)","[Ovenbird] Job Size: Weighted By GPU Hours (GPU Count)","[Partridge, Red-legged] Job Size: Weighted By GPU Hours (GPU Count)","[Peregrine] Job Size: Weighted By GPU Hours (GPU Count)","[Pipit, Meadow] Job Size: Weighted By GPU Hours (GPU Count)","[Plover, Caspian] Job Size: Weighted By GPU Hours (GPU Count)","[Plover, White-tailed] Job Size: Weighted By GPU Hours (GPU Count)","[Redpoll, Lesser] Job Size: Weighted By GPU Hours (GPU Count)","[Roller] Job Size: Weighted By GPU Hours (GPU Count)","[Sandpiper, Spotted] Job Size: Weighted By GPU Hours (GPU Count)","[Sapsucker, Yellow-bellied] Job Size: Weighted By GPU Hours (GPU Count)","[Scaup, Lesser] Job Size: Weighted By GPU Hours (GPU Count)","[Scoter, Velvet] Job Size: Weighted By GPU Hours (GPU Count)","[Shag] Job Size: Weighted By GPU Hours (GPU Count)","[Shearwater, Cory's] Job Size: Weighted By GPU Hours (GPU Count)","[Shrike, Long-tailed] Job Size: Weighted By GPU Hours (GPU Count)","[Siskin] Job Size: Weighted By GPU Hours (GPU Count)","[Smew] Job Size: Weighted By GPU Hours (GPU Count)","[Sparrow, Savannah] Job Size: Weighted By GPU Hours (GPU Count)","[Sparrow, White-throated] Job Size: Weighted By GPU Hours (GPU Count)","[Stint, Little] Job Size: Weighted By GPU Hours (GPU Count)","[Swift, Alpine] Job Size: Weighted By GPU Hours (GPU Count)","[Tern, Sandwich] Job Size: Weighted By GPU Hours (GPU Count)","[Thrush, Grey-cheeked] Job Size: Weighted By GPU Hours (GPU Count)","[Thrush, Mistle] Job Size: Weighted By GPU Hours (GPU Count)","[Thrush, Swainson's] Job Size: Weighted By GPU Hours (GPU Count)","[Treecreeper, Short-toed] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Booted] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Dusky] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Garden] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Golden-winged] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Hooded] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Moltoni's] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Sardinian] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Yellow-browed] Job Size: Weighted By GPU Hours (GPU Count)","[Whimbrel] Job Size: Weighted By GPU Hours (GPU Count)" -2016-12,12.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 -2017-01,12.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0,0,0,0,0.0000,0,0,0,0.0000,0,0,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000 +Month,"[Oriole, Baltimore] Job Size: Weighted By GPU Hours (GPU Count)","[Auk, Little] Job Size: Weighted By GPU Hours (GPU Count)","[Bunting, Black-headed] Job Size: Weighted By GPU Hours (GPU Count)","[Bunting, Reed] Job Size: Weighted By GPU Hours (GPU Count)","[Bunting, Yellow-breasted] Job Size: Weighted By GPU Hours (GPU Count)","[Bunting, Yellow-browed] Job Size: Weighted By GPU Hours (GPU Count)","[Chaffinch] Job Size: Weighted By GPU Hours (GPU Count)","[Coot] Job Size: Weighted By GPU Hours (GPU Count)","[Crane] Job Size: Weighted By GPU Hours (GPU Count)","[Crane, Sandhill] Job Size: Weighted By GPU Hours (GPU Count)","[Dove, Turtle] Job Size: Weighted By GPU Hours (GPU Count)","[Duck, Ferruginous] Job Size: Weighted By GPU Hours (GPU Count)","[Duck, Harlequin] Job Size: Weighted By GPU Hours (GPU Count)","[Dunlin] Job Size: Weighted By GPU Hours (GPU Count)","[Egret, Cattle] Job Size: Weighted By GPU Hours (GPU Count)","[Fieldfare] Job Size: Weighted By GPU Hours (GPU Count)","[Gallinule, Allen's] Job Size: Weighted By GPU Hours (GPU Count)","[Goose, Egyptian] Job Size: Weighted By GPU Hours (GPU Count)","[Grebe, Pied-billed] Job Size: Weighted By GPU Hours (GPU Count)","[Grey, Great] Job Size: Weighted By GPU Hours (GPU Count)","[Grey, Lesser] Job Size: Weighted By GPU Hours (GPU Count)","[Grey, Southern] Job Size: Weighted By GPU Hours (GPU Count)","[Grosbeak, Evening] Job Size: Weighted By GPU Hours (GPU Count)","[Gull, Ring-billed] Job Size: Weighted By GPU Hours (GPU Count)","[Harrier, Hen] Job Size: Weighted By GPU Hours (GPU Count)","[Honey-buzzard] Job Size: Weighted By GPU Hours (GPU Count)","[Ibis, Glossy] Job Size: Weighted By GPU Hours (GPU Count)","[Jackdaw] Job Size: Weighted By GPU Hours (GPU Count)","[Lapwing] Job Size: Weighted By GPU Hours (GPU Count)","[Martin, Crag] Job Size: Weighted By GPU Hours (GPU Count)","[Martin, Purple] Job Size: Weighted By GPU Hours (GPU Count)","[Moorhen] Job Size: Weighted By GPU Hours (GPU Count)","[Ovenbird] Job Size: Weighted By GPU Hours (GPU Count)","[Partridge, Red-legged] Job Size: Weighted By GPU Hours (GPU Count)","[Peregrine] Job Size: Weighted By GPU Hours (GPU Count)","[Pipit, Meadow] Job Size: Weighted By GPU Hours (GPU Count)","[Plover, Caspian] Job Size: Weighted By GPU Hours (GPU Count)","[Plover, White-tailed] Job Size: Weighted By GPU Hours (GPU Count)","[Redpoll, Lesser] Job Size: Weighted By GPU Hours (GPU Count)","[Roller] Job Size: Weighted By GPU Hours (GPU Count)","[Sandpiper, Spotted] Job Size: Weighted By GPU Hours (GPU Count)","[Sapsucker, Yellow-bellied] Job Size: Weighted By GPU Hours (GPU Count)","[Scaup, Lesser] Job Size: Weighted By GPU Hours (GPU Count)","[Scoter, Velvet] Job Size: Weighted By GPU Hours (GPU Count)","[Shag] Job Size: Weighted By GPU Hours (GPU Count)","[Shearwater, Cory's] Job Size: Weighted By GPU Hours (GPU Count)","[Shrike, Long-tailed] Job Size: Weighted By GPU Hours (GPU Count)","[Siskin] Job Size: Weighted By GPU Hours (GPU Count)","[Smew] Job Size: Weighted By GPU Hours (GPU Count)","[Sparrow, Savannah] Job Size: Weighted By GPU Hours (GPU Count)","[Sparrow, White-throated] Job Size: Weighted By GPU Hours (GPU Count)","[Stint, Little] Job Size: Weighted By GPU Hours (GPU Count)","[Swift, Alpine] Job Size: Weighted By GPU Hours (GPU Count)","[Tern, Sandwich] Job Size: Weighted By GPU Hours (GPU Count)","[Thrush, Grey-cheeked] Job Size: Weighted By GPU Hours (GPU Count)","[Thrush, Mistle] Job Size: Weighted By GPU Hours (GPU Count)","[Thrush, Swainson's] Job Size: Weighted By GPU Hours (GPU Count)","[Treecreeper, Short-toed] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Booted] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Dusky] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Garden] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Golden-winged] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Hooded] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Moltoni's] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Sardinian] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Yellow-browed] Job Size: Weighted By GPU Hours (GPU Count)","[Whimbrel] Job Size: Weighted By GPU Hours (GPU Count)" +2016-12,12.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 +2017-01,12.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0,0,0,0,0.0000,0,0,0,0.0000,0,0,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_gpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_gpu_hours/timeseries-Quarter-reference.csv index 74a6604c2b..d2ddff62cf 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_gpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_gpu_hours/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[Oriole, Baltimore] Job Size: Weighted By GPU Hours (GPU Count)","[Auk, Little] Job Size: Weighted By GPU Hours (GPU Count)","[Bunting, Black-headed] Job Size: Weighted By GPU Hours (GPU Count)","[Bunting, Reed] Job Size: Weighted By GPU Hours (GPU Count)","[Bunting, Yellow-breasted] Job Size: Weighted By GPU Hours (GPU Count)","[Bunting, Yellow-browed] Job Size: Weighted By GPU Hours (GPU Count)","[Chaffinch] Job Size: Weighted By GPU Hours (GPU Count)","[Coot] Job Size: Weighted By GPU Hours (GPU Count)","[Crane] Job Size: Weighted By GPU Hours (GPU Count)","[Crane, Sandhill] Job Size: Weighted By GPU Hours (GPU Count)","[Dove, Turtle] Job Size: Weighted By GPU Hours (GPU Count)","[Duck, Ferruginous] Job Size: Weighted By GPU Hours (GPU Count)","[Dunlin] Job Size: Weighted By GPU Hours (GPU Count)","[Egret, Cattle] Job Size: Weighted By GPU Hours (GPU Count)","[Fieldfare] Job Size: Weighted By GPU Hours (GPU Count)","[Gallinule, Allen's] Job Size: Weighted By GPU Hours (GPU Count)","[Goose, Egyptian] Job Size: Weighted By GPU Hours (GPU Count)","[Grebe, Pied-billed] Job Size: Weighted By GPU Hours (GPU Count)","[Grey, Great] Job Size: Weighted By GPU Hours (GPU Count)","[Grey, Lesser] Job Size: Weighted By GPU Hours (GPU Count)","[Grey, Southern] Job Size: Weighted By GPU Hours (GPU Count)","[Grosbeak, Evening] Job Size: Weighted By GPU Hours (GPU Count)","[Gull, Ring-billed] Job Size: Weighted By GPU Hours (GPU Count)","[Harrier, Hen] Job Size: Weighted By GPU Hours (GPU Count)","[Honey-buzzard] Job Size: Weighted By GPU Hours (GPU Count)","[Ibis, Glossy] Job Size: Weighted By GPU Hours (GPU Count)","[Jackdaw] Job Size: Weighted By GPU Hours (GPU Count)","[Lapwing] Job Size: Weighted By GPU Hours (GPU Count)","[Martin, Crag] Job Size: Weighted By GPU Hours (GPU Count)","[Martin, Purple] Job Size: Weighted By GPU Hours (GPU Count)","[Moorhen] Job Size: Weighted By GPU Hours (GPU Count)","[Ovenbird] Job Size: Weighted By GPU Hours (GPU Count)","[Partridge, Red-legged] Job Size: Weighted By GPU Hours (GPU Count)","[Peregrine] Job Size: Weighted By GPU Hours (GPU Count)","[Pipit, Meadow] Job Size: Weighted By GPU Hours (GPU Count)","[Plover, Caspian] Job Size: Weighted By GPU Hours (GPU Count)","[Plover, White-tailed] Job Size: Weighted By GPU Hours (GPU Count)","[Redpoll, Lesser] Job Size: Weighted By GPU Hours (GPU Count)","[Roller] Job Size: Weighted By GPU Hours (GPU Count)","[Sandpiper, Spotted] Job Size: Weighted By GPU Hours (GPU Count)","[Sapsucker, Yellow-bellied] Job Size: Weighted By GPU Hours (GPU Count)","[Scaup, Lesser] Job Size: Weighted By GPU Hours (GPU Count)","[Scoter, Velvet] Job Size: Weighted By GPU Hours (GPU Count)","[Shag] Job Size: Weighted By GPU Hours (GPU Count)","[Shearwater, Cory's] Job Size: Weighted By GPU Hours (GPU Count)","[Shrike, Long-tailed] Job Size: Weighted By GPU Hours (GPU Count)","[Siskin] Job Size: Weighted By GPU Hours (GPU Count)","[Smew] Job Size: Weighted By GPU Hours (GPU Count)","[Sparrow, Savannah] Job Size: Weighted By GPU Hours (GPU Count)","[Sparrow, White-throated] Job Size: Weighted By GPU Hours (GPU Count)","[Stint, Little] Job Size: Weighted By GPU Hours (GPU Count)","[Swift, Alpine] Job Size: Weighted By GPU Hours (GPU Count)","[Tern, Sandwich] Job Size: Weighted By GPU Hours (GPU Count)","[Thrush, Grey-cheeked] Job Size: Weighted By GPU Hours (GPU Count)","[Thrush, Mistle] Job Size: Weighted By GPU Hours (GPU Count)","[Thrush, Swainson's] Job Size: Weighted By GPU Hours (GPU Count)","[Treecreeper, Short-toed] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Booted] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Dusky] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Garden] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Golden-winged] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Hooded] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Moltoni's] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Sardinian] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Yellow-browed] Job Size: Weighted By GPU Hours (GPU Count)","[Whimbrel] Job Size: Weighted By GPU Hours (GPU Count)" -"2016 Q4",12.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 -"2017 Q1",12.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0,0,0,0,0.0000,0,0,0,0.0000,0,0,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000 +Quarter,"[Oriole, Baltimore] Job Size: Weighted By GPU Hours (GPU Count)","[Auk, Little] Job Size: Weighted By GPU Hours (GPU Count)","[Bunting, Black-headed] Job Size: Weighted By GPU Hours (GPU Count)","[Bunting, Reed] Job Size: Weighted By GPU Hours (GPU Count)","[Bunting, Yellow-breasted] Job Size: Weighted By GPU Hours (GPU Count)","[Bunting, Yellow-browed] Job Size: Weighted By GPU Hours (GPU Count)","[Chaffinch] Job Size: Weighted By GPU Hours (GPU Count)","[Coot] Job Size: Weighted By GPU Hours (GPU Count)","[Crane] Job Size: Weighted By GPU Hours (GPU Count)","[Crane, Sandhill] Job Size: Weighted By GPU Hours (GPU Count)","[Dove, Turtle] Job Size: Weighted By GPU Hours (GPU Count)","[Duck, Ferruginous] Job Size: Weighted By GPU Hours (GPU Count)","[Duck, Harlequin] Job Size: Weighted By GPU Hours (GPU Count)","[Dunlin] Job Size: Weighted By GPU Hours (GPU Count)","[Egret, Cattle] Job Size: Weighted By GPU Hours (GPU Count)","[Fieldfare] Job Size: Weighted By GPU Hours (GPU Count)","[Gallinule, Allen's] Job Size: Weighted By GPU Hours (GPU Count)","[Goose, Egyptian] Job Size: Weighted By GPU Hours (GPU Count)","[Grebe, Pied-billed] Job Size: Weighted By GPU Hours (GPU Count)","[Grey, Great] Job Size: Weighted By GPU Hours (GPU Count)","[Grey, Lesser] Job Size: Weighted By GPU Hours (GPU Count)","[Grey, Southern] Job Size: Weighted By GPU Hours (GPU Count)","[Grosbeak, Evening] Job Size: Weighted By GPU Hours (GPU Count)","[Gull, Ring-billed] Job Size: Weighted By GPU Hours (GPU Count)","[Harrier, Hen] Job Size: Weighted By GPU Hours (GPU Count)","[Honey-buzzard] Job Size: Weighted By GPU Hours (GPU Count)","[Ibis, Glossy] Job Size: Weighted By GPU Hours (GPU Count)","[Jackdaw] Job Size: Weighted By GPU Hours (GPU Count)","[Lapwing] Job Size: Weighted By GPU Hours (GPU Count)","[Martin, Crag] Job Size: Weighted By GPU Hours (GPU Count)","[Martin, Purple] Job Size: Weighted By GPU Hours (GPU Count)","[Moorhen] Job Size: Weighted By GPU Hours (GPU Count)","[Ovenbird] Job Size: Weighted By GPU Hours (GPU Count)","[Partridge, Red-legged] Job Size: Weighted By GPU Hours (GPU Count)","[Peregrine] Job Size: Weighted By GPU Hours (GPU Count)","[Pipit, Meadow] Job Size: Weighted By GPU Hours (GPU Count)","[Plover, Caspian] Job Size: Weighted By GPU Hours (GPU Count)","[Plover, White-tailed] Job Size: Weighted By GPU Hours (GPU Count)","[Redpoll, Lesser] Job Size: Weighted By GPU Hours (GPU Count)","[Roller] Job Size: Weighted By GPU Hours (GPU Count)","[Sandpiper, Spotted] Job Size: Weighted By GPU Hours (GPU Count)","[Sapsucker, Yellow-bellied] Job Size: Weighted By GPU Hours (GPU Count)","[Scaup, Lesser] Job Size: Weighted By GPU Hours (GPU Count)","[Scoter, Velvet] Job Size: Weighted By GPU Hours (GPU Count)","[Shag] Job Size: Weighted By GPU Hours (GPU Count)","[Shearwater, Cory's] Job Size: Weighted By GPU Hours (GPU Count)","[Shrike, Long-tailed] Job Size: Weighted By GPU Hours (GPU Count)","[Siskin] Job Size: Weighted By GPU Hours (GPU Count)","[Smew] Job Size: Weighted By GPU Hours (GPU Count)","[Sparrow, Savannah] Job Size: Weighted By GPU Hours (GPU Count)","[Sparrow, White-throated] Job Size: Weighted By GPU Hours (GPU Count)","[Stint, Little] Job Size: Weighted By GPU Hours (GPU Count)","[Swift, Alpine] Job Size: Weighted By GPU Hours (GPU Count)","[Tern, Sandwich] Job Size: Weighted By GPU Hours (GPU Count)","[Thrush, Grey-cheeked] Job Size: Weighted By GPU Hours (GPU Count)","[Thrush, Mistle] Job Size: Weighted By GPU Hours (GPU Count)","[Thrush, Swainson's] Job Size: Weighted By GPU Hours (GPU Count)","[Treecreeper, Short-toed] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Booted] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Dusky] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Garden] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Golden-winged] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Hooded] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Moltoni's] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Sardinian] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Yellow-browed] Job Size: Weighted By GPU Hours (GPU Count)","[Whimbrel] Job Size: Weighted By GPU Hours (GPU Count)" +"2016 Q4",12.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 +"2017 Q1",12.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0,0,0,0,0.0000,0,0,0,0.0000,0,0,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_gpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_gpu_hours/timeseries-Year-reference.csv index 4a13d2298d..0a7e5b29f9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_gpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_job_size_weighted_by_gpu_hours/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[Oriole, Baltimore] Job Size: Weighted By GPU Hours (GPU Count)","[Auk, Little] Job Size: Weighted By GPU Hours (GPU Count)","[Bunting, Black-headed] Job Size: Weighted By GPU Hours (GPU Count)","[Bunting, Reed] Job Size: Weighted By GPU Hours (GPU Count)","[Bunting, Yellow-breasted] Job Size: Weighted By GPU Hours (GPU Count)","[Bunting, Yellow-browed] Job Size: Weighted By GPU Hours (GPU Count)","[Chaffinch] Job Size: Weighted By GPU Hours (GPU Count)","[Coot] Job Size: Weighted By GPU Hours (GPU Count)","[Crane] Job Size: Weighted By GPU Hours (GPU Count)","[Crane, Sandhill] Job Size: Weighted By GPU Hours (GPU Count)","[Dove, Turtle] Job Size: Weighted By GPU Hours (GPU Count)","[Duck, Ferruginous] Job Size: Weighted By GPU Hours (GPU Count)","[Dunlin] Job Size: Weighted By GPU Hours (GPU Count)","[Egret, Cattle] Job Size: Weighted By GPU Hours (GPU Count)","[Fieldfare] Job Size: Weighted By GPU Hours (GPU Count)","[Gallinule, Allen's] Job Size: Weighted By GPU Hours (GPU Count)","[Goose, Egyptian] Job Size: Weighted By GPU Hours (GPU Count)","[Grebe, Pied-billed] Job Size: Weighted By GPU Hours (GPU Count)","[Grey, Great] Job Size: Weighted By GPU Hours (GPU Count)","[Grey, Lesser] Job Size: Weighted By GPU Hours (GPU Count)","[Grey, Southern] Job Size: Weighted By GPU Hours (GPU Count)","[Grosbeak, Evening] Job Size: Weighted By GPU Hours (GPU Count)","[Gull, Ring-billed] Job Size: Weighted By GPU Hours (GPU Count)","[Harrier, Hen] Job Size: Weighted By GPU Hours (GPU Count)","[Honey-buzzard] Job Size: Weighted By GPU Hours (GPU Count)","[Ibis, Glossy] Job Size: Weighted By GPU Hours (GPU Count)","[Jackdaw] Job Size: Weighted By GPU Hours (GPU Count)","[Lapwing] Job Size: Weighted By GPU Hours (GPU Count)","[Martin, Crag] Job Size: Weighted By GPU Hours (GPU Count)","[Martin, Purple] Job Size: Weighted By GPU Hours (GPU Count)","[Moorhen] Job Size: Weighted By GPU Hours (GPU Count)","[Ovenbird] Job Size: Weighted By GPU Hours (GPU Count)","[Partridge, Red-legged] Job Size: Weighted By GPU Hours (GPU Count)","[Peregrine] Job Size: Weighted By GPU Hours (GPU Count)","[Pipit, Meadow] Job Size: Weighted By GPU Hours (GPU Count)","[Plover, Caspian] Job Size: Weighted By GPU Hours (GPU Count)","[Plover, White-tailed] Job Size: Weighted By GPU Hours (GPU Count)","[Redpoll, Lesser] Job Size: Weighted By GPU Hours (GPU Count)","[Roller] Job Size: Weighted By GPU Hours (GPU Count)","[Sandpiper, Spotted] Job Size: Weighted By GPU Hours (GPU Count)","[Sapsucker, Yellow-bellied] Job Size: Weighted By GPU Hours (GPU Count)","[Scaup, Lesser] Job Size: Weighted By GPU Hours (GPU Count)","[Scoter, Velvet] Job Size: Weighted By GPU Hours (GPU Count)","[Shag] Job Size: Weighted By GPU Hours (GPU Count)","[Shearwater, Cory's] Job Size: Weighted By GPU Hours (GPU Count)","[Shrike, Long-tailed] Job Size: Weighted By GPU Hours (GPU Count)","[Siskin] Job Size: Weighted By GPU Hours (GPU Count)","[Smew] Job Size: Weighted By GPU Hours (GPU Count)","[Sparrow, Savannah] Job Size: Weighted By GPU Hours (GPU Count)","[Sparrow, White-throated] Job Size: Weighted By GPU Hours (GPU Count)","[Stint, Little] Job Size: Weighted By GPU Hours (GPU Count)","[Swift, Alpine] Job Size: Weighted By GPU Hours (GPU Count)","[Tern, Sandwich] Job Size: Weighted By GPU Hours (GPU Count)","[Thrush, Grey-cheeked] Job Size: Weighted By GPU Hours (GPU Count)","[Thrush, Mistle] Job Size: Weighted By GPU Hours (GPU Count)","[Thrush, Swainson's] Job Size: Weighted By GPU Hours (GPU Count)","[Treecreeper, Short-toed] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Booted] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Dusky] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Garden] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Golden-winged] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Hooded] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Moltoni's] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Sardinian] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Yellow-browed] Job Size: Weighted By GPU Hours (GPU Count)","[Whimbrel] Job Size: Weighted By GPU Hours (GPU Count)" -2016,12.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 -2017,12.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0,0,0,0,0.0000,0,0,0,0.0000,0,0,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000 +Year,"[Oriole, Baltimore] Job Size: Weighted By GPU Hours (GPU Count)","[Auk, Little] Job Size: Weighted By GPU Hours (GPU Count)","[Bunting, Black-headed] Job Size: Weighted By GPU Hours (GPU Count)","[Bunting, Reed] Job Size: Weighted By GPU Hours (GPU Count)","[Bunting, Yellow-breasted] Job Size: Weighted By GPU Hours (GPU Count)","[Bunting, Yellow-browed] Job Size: Weighted By GPU Hours (GPU Count)","[Chaffinch] Job Size: Weighted By GPU Hours (GPU Count)","[Coot] Job Size: Weighted By GPU Hours (GPU Count)","[Crane] Job Size: Weighted By GPU Hours (GPU Count)","[Crane, Sandhill] Job Size: Weighted By GPU Hours (GPU Count)","[Dove, Turtle] Job Size: Weighted By GPU Hours (GPU Count)","[Duck, Ferruginous] Job Size: Weighted By GPU Hours (GPU Count)","[Duck, Harlequin] Job Size: Weighted By GPU Hours (GPU Count)","[Dunlin] Job Size: Weighted By GPU Hours (GPU Count)","[Egret, Cattle] Job Size: Weighted By GPU Hours (GPU Count)","[Fieldfare] Job Size: Weighted By GPU Hours (GPU Count)","[Gallinule, Allen's] Job Size: Weighted By GPU Hours (GPU Count)","[Goose, Egyptian] Job Size: Weighted By GPU Hours (GPU Count)","[Grebe, Pied-billed] Job Size: Weighted By GPU Hours (GPU Count)","[Grey, Great] Job Size: Weighted By GPU Hours (GPU Count)","[Grey, Lesser] Job Size: Weighted By GPU Hours (GPU Count)","[Grey, Southern] Job Size: Weighted By GPU Hours (GPU Count)","[Grosbeak, Evening] Job Size: Weighted By GPU Hours (GPU Count)","[Gull, Ring-billed] Job Size: Weighted By GPU Hours (GPU Count)","[Harrier, Hen] Job Size: Weighted By GPU Hours (GPU Count)","[Honey-buzzard] Job Size: Weighted By GPU Hours (GPU Count)","[Ibis, Glossy] Job Size: Weighted By GPU Hours (GPU Count)","[Jackdaw] Job Size: Weighted By GPU Hours (GPU Count)","[Lapwing] Job Size: Weighted By GPU Hours (GPU Count)","[Martin, Crag] Job Size: Weighted By GPU Hours (GPU Count)","[Martin, Purple] Job Size: Weighted By GPU Hours (GPU Count)","[Moorhen] Job Size: Weighted By GPU Hours (GPU Count)","[Ovenbird] Job Size: Weighted By GPU Hours (GPU Count)","[Partridge, Red-legged] Job Size: Weighted By GPU Hours (GPU Count)","[Peregrine] Job Size: Weighted By GPU Hours (GPU Count)","[Pipit, Meadow] Job Size: Weighted By GPU Hours (GPU Count)","[Plover, Caspian] Job Size: Weighted By GPU Hours (GPU Count)","[Plover, White-tailed] Job Size: Weighted By GPU Hours (GPU Count)","[Redpoll, Lesser] Job Size: Weighted By GPU Hours (GPU Count)","[Roller] Job Size: Weighted By GPU Hours (GPU Count)","[Sandpiper, Spotted] Job Size: Weighted By GPU Hours (GPU Count)","[Sapsucker, Yellow-bellied] Job Size: Weighted By GPU Hours (GPU Count)","[Scaup, Lesser] Job Size: Weighted By GPU Hours (GPU Count)","[Scoter, Velvet] Job Size: Weighted By GPU Hours (GPU Count)","[Shag] Job Size: Weighted By GPU Hours (GPU Count)","[Shearwater, Cory's] Job Size: Weighted By GPU Hours (GPU Count)","[Shrike, Long-tailed] Job Size: Weighted By GPU Hours (GPU Count)","[Siskin] Job Size: Weighted By GPU Hours (GPU Count)","[Smew] Job Size: Weighted By GPU Hours (GPU Count)","[Sparrow, Savannah] Job Size: Weighted By GPU Hours (GPU Count)","[Sparrow, White-throated] Job Size: Weighted By GPU Hours (GPU Count)","[Stint, Little] Job Size: Weighted By GPU Hours (GPU Count)","[Swift, Alpine] Job Size: Weighted By GPU Hours (GPU Count)","[Tern, Sandwich] Job Size: Weighted By GPU Hours (GPU Count)","[Thrush, Grey-cheeked] Job Size: Weighted By GPU Hours (GPU Count)","[Thrush, Mistle] Job Size: Weighted By GPU Hours (GPU Count)","[Thrush, Swainson's] Job Size: Weighted By GPU Hours (GPU Count)","[Treecreeper, Short-toed] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Booted] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Dusky] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Garden] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Golden-winged] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Hooded] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Moltoni's] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Sardinian] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Yellow-browed] Job Size: Weighted By GPU Hours (GPU Count)","[Whimbrel] Job Size: Weighted By GPU Hours (GPU Count)" +2016,12.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 +2017,12.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0,0,0,0,0.0000,0,0,0,0.0000,0,0,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_node_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_node_hours/aggregate-Day-reference.csv index 93305385ac..7cb4efe7f9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_node_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_node_hours/aggregate-Day-reference.csv @@ -55,6 +55,7 @@ Roller,13.65055556,7.948466682221146 "Harrier, Hen",5.04208333,1.412736659063767 "Swift, Alpine",4.77166667,1.9283134887459636 "Shrike, Long-tailed",3.89088542,1.5421931694132969 +"Duck, Harlequin",2.34500000,0 "Gallinule, Allen's",2.34500000,0 "Plover, Caspian",2.10733760,0.04730850999433886 "Warbler, Golden-winged",1.74795089,0.6996960905360882 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_node_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_node_hours/aggregate-Month-reference.csv index 6a721af0dd..b37f99250e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_node_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_node_hours/aggregate-Month-reference.csv @@ -55,6 +55,7 @@ Roller,13.65055556,9.195084663741797 "Harrier, Hen",5.04208333,1.9381499596292342 "Swift, Alpine",4.77166667,1.9283134887459636 "Shrike, Long-tailed",3.89088542,2.2654968346862243 +"Duck, Harlequin",2.34500000,0 "Gallinule, Allen's",2.34500000,0 "Plover, Caspian",2.10733760,0.04730850999433886 "Warbler, Golden-winged",1.74795089,0.6996960905360882 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_node_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_node_hours/aggregate-Quarter-reference.csv index 6a721af0dd..b37f99250e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_node_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_node_hours/aggregate-Quarter-reference.csv @@ -55,6 +55,7 @@ Roller,13.65055556,9.195084663741797 "Harrier, Hen",5.04208333,1.9381499596292342 "Swift, Alpine",4.77166667,1.9283134887459636 "Shrike, Long-tailed",3.89088542,2.2654968346862243 +"Duck, Harlequin",2.34500000,0 "Gallinule, Allen's",2.34500000,0 "Plover, Caspian",2.10733760,0.04730850999433886 "Warbler, Golden-winged",1.74795089,0.6996960905360882 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_node_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_node_hours/aggregate-Year-reference.csv index 6a721af0dd..b37f99250e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_node_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_node_hours/aggregate-Year-reference.csv @@ -55,6 +55,7 @@ Roller,13.65055556,9.195084663741797 "Harrier, Hen",5.04208333,1.9381499596292342 "Swift, Alpine",4.77166667,1.9283134887459636 "Shrike, Long-tailed",3.89088542,2.2654968346862243 +"Duck, Harlequin",2.34500000,0 "Gallinule, Allen's",2.34500000,0 "Plover, Caspian",2.10733760,0.04730850999433886 "Warbler, Golden-winged",1.74795089,0.6996960905360882 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_node_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_node_hours/timeseries-Day-reference.csv index 20706dcfde..56b3a7d0a4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_node_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_node_hours/timeseries-Day-reference.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[Chaffinch] Node Hours: Per Job","[Scaup, Lesser] Node Hours: Per Job","[Pipit, Meadow] Node Hours: Per Job","[Scoter, Velvet] Node Hours: Per Job","[Siskin] Node Hours: Per Job","[Warbler, Dusky] Node Hours: Per Job","[Duck, Ferruginous] Node Hours: Per Job","[Smew] Node Hours: Per Job","[Grosbeak, Evening] Node Hours: Per Job","[Peregrine] Node Hours: Per Job","[Goose, Egyptian] Node Hours: Per Job","[Crane] Node Hours: Per Job","[Warbler, Yellow-browed] Node Hours: Per Job","[Tern, Sandwich] Node Hours: Per Job","[Ovenbird] Node Hours: Per Job","[Warbler, Moltoni's] Node Hours: Per Job","[Warbler, Garden] Node Hours: Per Job","[Sparrow, White-throated] Node Hours: Per Job","[Bunting, Yellow-browed] Node Hours: Per Job","[Lapwing] Node Hours: Per Job","[Sapsucker, Yellow-bellied] Node Hours: Per Job","[Ibis, Glossy] Node Hours: Per Job","[Treecreeper, Short-toed] Node Hours: Per Job","[Warbler, Sardinian] Node Hours: Per Job","[Plover, White-tailed] Node Hours: Per Job","[Thrush, Mistle] Node Hours: Per Job","[Bunting, Yellow-breasted] Node Hours: Per Job","[Gull, Ring-billed] Node Hours: Per Job","[Whimbrel] Node Hours: Per Job","[Shearwater, Cory's] Node Hours: Per Job","[Moorhen] Node Hours: Per Job","[Jackdaw] Node Hours: Per Job","[Warbler, Hooded] Node Hours: Per Job","[Shag] Node Hours: Per Job","[Redpoll, Lesser] Node Hours: Per Job","[Sandpiper, Spotted] Node Hours: Per Job","[Warbler, Booted] Node Hours: Per Job","[Fieldfare] Node Hours: Per Job","[Roller] Node Hours: Per Job","[Crane, Sandhill] Node Hours: Per Job","[Grebe, Pied-billed] Node Hours: Per Job","[Oriole, Baltimore] Node Hours: Per Job","[Grey, Lesser] Node Hours: Per Job","[Thrush, Grey-cheeked] Node Hours: Per Job","[Auk, Little] Node Hours: Per Job","[Bunting, Black-headed] Node Hours: Per Job","[Harrier, Hen] Node Hours: Per Job","[Swift, Alpine] Node Hours: Per Job","[Shrike, Long-tailed] Node Hours: Per Job","[Gallinule, Allen's] Node Hours: Per Job","[Plover, Caspian] Node Hours: Per Job","[Warbler, Golden-winged] Node Hours: Per Job","[Dove, Turtle] Node Hours: Per Job","[Coot] Node Hours: Per Job","[Martin, Purple] Node Hours: Per Job","[Egret, Cattle] Node Hours: Per Job","[Grey, Southern] Node Hours: Per Job","[Thrush, Swainson's] Node Hours: Per Job","[Dunlin] Node Hours: Per Job","[Stint, Little] Node Hours: Per Job","[Bunting, Reed] Node Hours: Per Job","[Honey-buzzard] Node Hours: Per Job","[Martin, Crag] Node Hours: Per Job","[Partridge, Red-legged] Node Hours: Per Job","[Sparrow, Savannah] Node Hours: Per Job","[Grey, Great] Node Hours: Per Job" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16.74638889,0,0,0,0,0,0,0,0,0,0,16.94166667,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,8.60361111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,13.07986111,0,0,0,0,0,0,0,3.17402778,0,0,0,0,0 -2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,2.70416667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0 -2016-12-27,30.39777778,0,103.87259259,249.76000000,123.98500000,0,0,0,0,0,0,0,0,24.00000000,4.93666667,4.72138889,24.00000000,0,0,0,0,0,13.96533333,0,0,0,8.54972222,0,0,0,0,0,0,0,0,0,19.90555556,0,0,40.67777778,0,24.00000000,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,5.60912037,3.21666667,0,0,0,0 -2016-12-28,192.00000000,204.63521605,121.84400000,288.00000000,110.33416667,0,0,0,0,0,0,0,0,24.00000000,24.00000000,24.00000000,9.02631944,0,0,13.35268330,0,4.70055556,17.63833333,33.31777778,5.03972222,3.11533951,24.00000000,0,0,0,5.01598392,0,8.78983333,10.70500000,0,0,24.00000000,0,0,19.51686869,0,24.00000000,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,22.46382479,24.00000000,0,0,0,0 -2016-12-29,192.00000000,274.66666667,187.62909091,288.00000000,144.00000000,0,15.00972222,69.30071429,26.97722222,117.19027778,25.68611111,50.95777778,129.77777778,19.56861111,24.00000000,24.00000000,23.88776389,0,37.94944444,16.60273286,19.85234127,24.00000000,20.53074074,64.73166667,24.00000000,24.00000000,8.50644444,0,0,4.96462963,13.10756221,0,13.89555556,18.93416667,7.17361111,4.06163889,24.00000000,0,0,23.34269676,4.66003889,24.00000000,0,3.62000000,10.40083333,0,2.01966667,0,22.24222222,0,0,0,3.53675439,0,0,0,0,2.38309829,0,0,14.25164444,0.65402610,0,0,0,0 -2016-12-30,192.00000000,274.66666667,177.63505051,23.87888889,76.11166667,205.67851852,120.00000000,130.70500000,127.64305556,40.78009259,71.96340278,63.81250000,50.35000000,3.56833333,24.00000000,19.28555556,18.92284722,0,24.00027778,21.71949405,19.44072222,19.30611111,12.82745370,14.46204762,15.09675926,14.55335859,18.07555556,17.79750000,56.92666667,17.98229167,13.31263065,10.84229167,11.13357639,9.52657407,13.13555556,9.54880556,11.72422222,8.00444444,2.52592593,5.03889184,5.34402222,24.00000000,4.25015531,16.84687500,13.60638889,3.48631944,4.10559722,0.81472222,3.96541667,2.34500000,0,1.36229167,1.09007800,0.97263889,0.97243056,0.97256944,1.58977533,0.63121279,0.56942901,0.43603175,0.13315301,0.32887293,0.08049603,0.06500000,0.02760417,0.02405133 -2016-12-31,192.00000000,70.08253086,96.50900585,0,55.54333333,475.12888889,120.00000000,132.54333333,0,120.00000000,51.34208333,81.42285714,0,0,16.57072222,0,23.17923611,33.22259259,14.74888889,10.83064379,19.04313725,0,14.97629630,96.20765432,0,24.00000000,16.29814815,14.11222222,21.75842593,24.00000000,12.53390738,22.00930556,6.09461806,9.82916667,5.99611111,15.83912037,1.92791667,19.78805556,21.37166667,1.97834003,0,4.89016667,5.54019436,7.28581633,6.47384921,7.65398148,8.63138889,16.49222222,1.29611111,0,0.19661458,2.93026709,1.04230003,0.97312500,0.97349537,0.97211806,1.07971065,69.65777778,1.04561111,0.15326389,0.13894731,0.36784723,0,0,0.02281046,0.01479010 -2017-01-01,161.66000000,0,21.95481481,0,0,0,95.02916667,0,0,13.18611111,0,55.64063492,0.43333333,0,23.22416667,0,11.20848700,17.76722222,0,13.34534574,12.85083333,0,17.62535714,8.78987654,0,5.04583333,0,0,22.44571429,8.59888889,11.50582962,0,0,4.95388889,11.49055556,5.29138889,0,7.66472222,4.28111111,0,0,1.56342949,0,17.62916667,0.47638889,0,0,0.88986111,2.25132716,0,2.11436355,0.68703333,1.19577652,0.96979167,0.96958333,0.96975694,0.02809588,0,0.63905875,0,2.34518519,0.05680123,0,0,0.02555556,0 +Day,"[Chaffinch] Node Hours: Per Job","[Scaup, Lesser] Node Hours: Per Job","[Pipit, Meadow] Node Hours: Per Job","[Scoter, Velvet] Node Hours: Per Job","[Siskin] Node Hours: Per Job","[Warbler, Dusky] Node Hours: Per Job","[Duck, Ferruginous] Node Hours: Per Job","[Smew] Node Hours: Per Job","[Grosbeak, Evening] Node Hours: Per Job","[Peregrine] Node Hours: Per Job","[Goose, Egyptian] Node Hours: Per Job","[Crane] Node Hours: Per Job","[Warbler, Yellow-browed] Node Hours: Per Job","[Tern, Sandwich] Node Hours: Per Job","[Ovenbird] Node Hours: Per Job","[Warbler, Moltoni's] Node Hours: Per Job","[Warbler, Garden] Node Hours: Per Job","[Sparrow, White-throated] Node Hours: Per Job","[Bunting, Yellow-browed] Node Hours: Per Job","[Lapwing] Node Hours: Per Job","[Sapsucker, Yellow-bellied] Node Hours: Per Job","[Ibis, Glossy] Node Hours: Per Job","[Treecreeper, Short-toed] Node Hours: Per Job","[Warbler, Sardinian] Node Hours: Per Job","[Plover, White-tailed] Node Hours: Per Job","[Thrush, Mistle] Node Hours: Per Job","[Bunting, Yellow-breasted] Node Hours: Per Job","[Gull, Ring-billed] Node Hours: Per Job","[Whimbrel] Node Hours: Per Job","[Shearwater, Cory's] Node Hours: Per Job","[Moorhen] Node Hours: Per Job","[Jackdaw] Node Hours: Per Job","[Warbler, Hooded] Node Hours: Per Job","[Shag] Node Hours: Per Job","[Redpoll, Lesser] Node Hours: Per Job","[Sandpiper, Spotted] Node Hours: Per Job","[Warbler, Booted] Node Hours: Per Job","[Fieldfare] Node Hours: Per Job","[Roller] Node Hours: Per Job","[Crane, Sandhill] Node Hours: Per Job","[Grebe, Pied-billed] Node Hours: Per Job","[Oriole, Baltimore] Node Hours: Per Job","[Grey, Lesser] Node Hours: Per Job","[Thrush, Grey-cheeked] Node Hours: Per Job","[Auk, Little] Node Hours: Per Job","[Bunting, Black-headed] Node Hours: Per Job","[Harrier, Hen] Node Hours: Per Job","[Swift, Alpine] Node Hours: Per Job","[Shrike, Long-tailed] Node Hours: Per Job","[Duck, Harlequin] Node Hours: Per Job","[Gallinule, Allen's] Node Hours: Per Job","[Plover, Caspian] Node Hours: Per Job","[Warbler, Golden-winged] Node Hours: Per Job","[Dove, Turtle] Node Hours: Per Job","[Coot] Node Hours: Per Job","[Martin, Purple] Node Hours: Per Job","[Egret, Cattle] Node Hours: Per Job","[Grey, Southern] Node Hours: Per Job","[Thrush, Swainson's] Node Hours: Per Job","[Dunlin] Node Hours: Per Job","[Stint, Little] Node Hours: Per Job","[Bunting, Reed] Node Hours: Per Job","[Honey-buzzard] Node Hours: Per Job","[Martin, Crag] Node Hours: Per Job","[Partridge, Red-legged] Node Hours: Per Job","[Sparrow, Savannah] Node Hours: Per Job","[Grey, Great] Node Hours: Per Job" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16.74638889,0,0,0,0,0,0,0,0,0,0,0,16.94166667,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,8.60361111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,13.07986111,0,0,0,0,0,0,0,3.17402778,0,0,0,0,0 +2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,2.70416667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0 +2016-12-27,30.39777778,0,103.87259259,249.76000000,123.98500000,0,0,0,0,0,0,0,0,24.00000000,4.93666667,4.72138889,24.00000000,0,0,0,0,0,13.96533333,0,0,0,8.54972222,0,0,0,0,0,0,0,0,0,19.90555556,0,0,40.67777778,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,5.60912037,3.21666667,0,0,0,0 +2016-12-28,192.00000000,204.63521605,121.84400000,288.00000000,110.33416667,0,0,0,0,0,0,0,0,24.00000000,24.00000000,24.00000000,9.02631944,0,0,13.35268330,0,4.70055556,17.63833333,33.31777778,5.03972222,3.11533951,24.00000000,0,0,0,5.01598392,0,8.78983333,10.70500000,0,0,24.00000000,0,0,19.51686869,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,22.46382479,24.00000000,0,0,0,0 +2016-12-29,192.00000000,274.66666667,187.62909091,288.00000000,144.00000000,0,15.00972222,69.30071429,26.97722222,117.19027778,25.68611111,50.95777778,129.77777778,19.56861111,24.00000000,24.00000000,23.88776389,0,37.94944444,16.60273286,19.85234127,24.00000000,20.53074074,64.73166667,24.00000000,24.00000000,8.50644444,0,0,4.96462963,13.10756221,0,13.89555556,18.93416667,7.17361111,4.06163889,24.00000000,0,0,23.34269676,4.66003889,24.00000000,0,3.62000000,10.40083333,0,2.01966667,0,22.24222222,0,0,0,0,3.53675439,0,0,0,0,2.38309829,0,0,14.25164444,0.65402610,0,0,0,0 +2016-12-30,192.00000000,274.66666667,177.63505051,23.87888889,76.11166667,205.67851852,120.00000000,130.70500000,127.64305556,40.78009259,71.96340278,63.81250000,50.35000000,3.56833333,24.00000000,19.28555556,18.92284722,0,24.00027778,21.71949405,19.44072222,19.30611111,12.82745370,14.46204762,15.09675926,14.55335859,18.07555556,17.79750000,56.92666667,17.98229167,13.31263065,10.84229167,11.13357639,9.52657407,13.13555556,9.54880556,11.72422222,8.00444444,2.52592593,5.03889184,5.34402222,24.00000000,4.25015531,16.84687500,13.60638889,3.48631944,4.10559722,0.81472222,3.96541667,2.34500000,2.34500000,0,1.36229167,1.09007800,0.97263889,0.97243056,0.97256944,1.58977533,0.63121279,0.56942901,0.43603175,0.13315301,0.32887293,0.08049603,0.06500000,0.02760417,0.02405133 +2016-12-31,192.00000000,70.08253086,96.50900585,0,55.54333333,475.12888889,120.00000000,132.54333333,0,120.00000000,51.34208333,81.42285714,0,0,16.57072222,0,23.17923611,33.22259259,14.74888889,10.83064379,19.04313725,0,14.97629630,96.20765432,0,24.00000000,16.29814815,14.11222222,21.75842593,24.00000000,12.53390738,22.00930556,6.09461806,9.82916667,5.99611111,15.83912037,1.92791667,19.78805556,21.37166667,1.97834003,0,4.89016667,5.54019436,7.28581633,6.47384921,7.65398148,8.63138889,16.49222222,1.29611111,0,0,0.19661458,2.93026709,1.04230003,0.97312500,0.97349537,0.97211806,1.07971065,69.65777778,1.04561111,0.15326389,0.13894731,0.36784723,0,0,0.02281046,0.01479010 +2017-01-01,161.66000000,0,21.95481481,0,0,0,95.02916667,0,0,13.18611111,0,55.64063492,0.43333333,0,23.22416667,0,11.20848700,17.76722222,0,13.34534574,12.85083333,0,17.62535714,8.78987654,0,5.04583333,0,0,22.44571429,8.59888889,11.50582962,0,0,4.95388889,11.49055556,5.29138889,0,7.66472222,4.28111111,0,0,1.56342949,0,17.62916667,0.47638889,0,0,0.88986111,2.25132716,0,0,2.11436355,0.68703333,1.19577652,0.96979167,0.96958333,0.96975694,0.02809588,0,0.63905875,0,2.34518519,0.05680123,0,0,0.02555556,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_node_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_node_hours/timeseries-Month-reference.csv index 5ac40b1022..f71796f262 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_node_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_node_hours/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[Chaffinch] Node Hours: Per Job","[Scaup, Lesser] Node Hours: Per Job","[Pipit, Meadow] Node Hours: Per Job","[Scoter, Velvet] Node Hours: Per Job","[Siskin] Node Hours: Per Job","[Warbler, Dusky] Node Hours: Per Job","[Duck, Ferruginous] Node Hours: Per Job","[Smew] Node Hours: Per Job","[Grosbeak, Evening] Node Hours: Per Job","[Peregrine] Node Hours: Per Job","[Goose, Egyptian] Node Hours: Per Job","[Crane] Node Hours: Per Job","[Warbler, Yellow-browed] Node Hours: Per Job","[Tern, Sandwich] Node Hours: Per Job","[Ovenbird] Node Hours: Per Job","[Warbler, Moltoni's] Node Hours: Per Job","[Warbler, Garden] Node Hours: Per Job","[Sparrow, White-throated] Node Hours: Per Job","[Bunting, Yellow-browed] Node Hours: Per Job","[Lapwing] Node Hours: Per Job","[Sapsucker, Yellow-bellied] Node Hours: Per Job","[Ibis, Glossy] Node Hours: Per Job","[Treecreeper, Short-toed] Node Hours: Per Job","[Warbler, Sardinian] Node Hours: Per Job","[Plover, White-tailed] Node Hours: Per Job","[Thrush, Mistle] Node Hours: Per Job","[Bunting, Yellow-breasted] Node Hours: Per Job","[Gull, Ring-billed] Node Hours: Per Job","[Whimbrel] Node Hours: Per Job","[Shearwater, Cory's] Node Hours: Per Job","[Moorhen] Node Hours: Per Job","[Jackdaw] Node Hours: Per Job","[Warbler, Hooded] Node Hours: Per Job","[Shag] Node Hours: Per Job","[Redpoll, Lesser] Node Hours: Per Job","[Sandpiper, Spotted] Node Hours: Per Job","[Warbler, Booted] Node Hours: Per Job","[Fieldfare] Node Hours: Per Job","[Roller] Node Hours: Per Job","[Crane, Sandhill] Node Hours: Per Job","[Grebe, Pied-billed] Node Hours: Per Job","[Oriole, Baltimore] Node Hours: Per Job","[Grey, Lesser] Node Hours: Per Job","[Thrush, Grey-cheeked] Node Hours: Per Job","[Auk, Little] Node Hours: Per Job","[Bunting, Black-headed] Node Hours: Per Job","[Harrier, Hen] Node Hours: Per Job","[Swift, Alpine] Node Hours: Per Job","[Shrike, Long-tailed] Node Hours: Per Job","[Gallinule, Allen's] Node Hours: Per Job","[Plover, Caspian] Node Hours: Per Job","[Warbler, Golden-winged] Node Hours: Per Job","[Dove, Turtle] Node Hours: Per Job","[Coot] Node Hours: Per Job","[Martin, Purple] Node Hours: Per Job","[Egret, Cattle] Node Hours: Per Job","[Grey, Southern] Node Hours: Per Job","[Thrush, Swainson's] Node Hours: Per Job","[Dunlin] Node Hours: Per Job","[Stint, Little] Node Hours: Per Job","[Bunting, Reed] Node Hours: Per Job","[Honey-buzzard] Node Hours: Per Job","[Martin, Crag] Node Hours: Per Job","[Partridge, Red-legged] Node Hours: Per Job","[Sparrow, Savannah] Node Hours: Per Job","[Grey, Great] Node Hours: Per Job" -2016-12,798.39777778,824.05108025,545.85272727,436.75888889,420.21000000,364.05481481,255.00972222,218.94047619,141.13166667,119.84351852,110.47750000,102.77777778,180.12777778,87.43875000,78.12005556,72.00694444,42.39165094,33.22259259,50.34944444,48.78758939,41.90614198,48.00666667,41.05402778,52.03015015,44.13648148,38.92045455,38.73828704,31.90972222,28.08361111,39.70576389,23.01874399,21.84694444,21.83599206,20.26606061,13.15263889,16.56139352,16.76537037,13.89625000,16.77370370,10.37586034,10.00406111,46.63944444,8.59051583,7.77245050,8.66552083,5.98691667,5.04208333,8.65347222,5.99888889,2.34500000,0.19661458,2.24853865,1.52875081,0.97288194,0.97296296,0.97234375,1.45671498,0.77236014,0.61704722,0.33320707,0.26789938,0.35657536,0.08049603,0.06500000,0.02434444,0.02076714 -2017-01,161.66000000,0,21.95481481,0,0,0,95.02916667,0,0,13.18611111,0,55.64063492,0.43333333,0,23.22416667,0,11.20848700,17.76722222,0,13.34534574,12.85083333,0,17.62535714,8.78987654,0,5.04583333,0,0,22.44571429,8.59888889,11.50582962,0,0,4.95388889,11.49055556,5.29138889,0,7.66472222,4.28111111,0,0,1.56342949,0,17.62916667,0.47638889,0,0,0.88986111,2.25132716,0,2.11436355,0.68703333,1.19577652,0.96979167,0.96958333,0.96975694,0.02809588,0,0.63905875,0,2.34518519,0.05680123,0,0,0.02555556,0 +Month,"[Chaffinch] Node Hours: Per Job","[Scaup, Lesser] Node Hours: Per Job","[Pipit, Meadow] Node Hours: Per Job","[Scoter, Velvet] Node Hours: Per Job","[Siskin] Node Hours: Per Job","[Warbler, Dusky] Node Hours: Per Job","[Duck, Ferruginous] Node Hours: Per Job","[Smew] Node Hours: Per Job","[Grosbeak, Evening] Node Hours: Per Job","[Peregrine] Node Hours: Per Job","[Goose, Egyptian] Node Hours: Per Job","[Crane] Node Hours: Per Job","[Warbler, Yellow-browed] Node Hours: Per Job","[Tern, Sandwich] Node Hours: Per Job","[Ovenbird] Node Hours: Per Job","[Warbler, Moltoni's] Node Hours: Per Job","[Warbler, Garden] Node Hours: Per Job","[Sparrow, White-throated] Node Hours: Per Job","[Bunting, Yellow-browed] Node Hours: Per Job","[Lapwing] Node Hours: Per Job","[Sapsucker, Yellow-bellied] Node Hours: Per Job","[Ibis, Glossy] Node Hours: Per Job","[Treecreeper, Short-toed] Node Hours: Per Job","[Warbler, Sardinian] Node Hours: Per Job","[Plover, White-tailed] Node Hours: Per Job","[Thrush, Mistle] Node Hours: Per Job","[Bunting, Yellow-breasted] Node Hours: Per Job","[Gull, Ring-billed] Node Hours: Per Job","[Whimbrel] Node Hours: Per Job","[Shearwater, Cory's] Node Hours: Per Job","[Moorhen] Node Hours: Per Job","[Jackdaw] Node Hours: Per Job","[Warbler, Hooded] Node Hours: Per Job","[Shag] Node Hours: Per Job","[Redpoll, Lesser] Node Hours: Per Job","[Sandpiper, Spotted] Node Hours: Per Job","[Warbler, Booted] Node Hours: Per Job","[Fieldfare] Node Hours: Per Job","[Roller] Node Hours: Per Job","[Crane, Sandhill] Node Hours: Per Job","[Grebe, Pied-billed] Node Hours: Per Job","[Oriole, Baltimore] Node Hours: Per Job","[Grey, Lesser] Node Hours: Per Job","[Thrush, Grey-cheeked] Node Hours: Per Job","[Auk, Little] Node Hours: Per Job","[Bunting, Black-headed] Node Hours: Per Job","[Harrier, Hen] Node Hours: Per Job","[Swift, Alpine] Node Hours: Per Job","[Shrike, Long-tailed] Node Hours: Per Job","[Duck, Harlequin] Node Hours: Per Job","[Gallinule, Allen's] Node Hours: Per Job","[Plover, Caspian] Node Hours: Per Job","[Warbler, Golden-winged] Node Hours: Per Job","[Dove, Turtle] Node Hours: Per Job","[Coot] Node Hours: Per Job","[Martin, Purple] Node Hours: Per Job","[Egret, Cattle] Node Hours: Per Job","[Grey, Southern] Node Hours: Per Job","[Thrush, Swainson's] Node Hours: Per Job","[Dunlin] Node Hours: Per Job","[Stint, Little] Node Hours: Per Job","[Bunting, Reed] Node Hours: Per Job","[Honey-buzzard] Node Hours: Per Job","[Martin, Crag] Node Hours: Per Job","[Partridge, Red-legged] Node Hours: Per Job","[Sparrow, Savannah] Node Hours: Per Job","[Grey, Great] Node Hours: Per Job" +2016-12,798.39777778,824.05108025,545.85272727,436.75888889,420.21000000,364.05481481,255.00972222,218.94047619,141.13166667,119.84351852,110.47750000,102.77777778,180.12777778,87.43875000,78.12005556,72.00694444,42.39165094,33.22259259,50.34944444,48.78758939,41.90614198,48.00666667,41.05402778,52.03015015,44.13648148,38.92045455,38.73828704,31.90972222,28.08361111,39.70576389,23.01874399,21.84694444,21.83599206,20.26606061,13.15263889,16.56139352,16.76537037,13.89625000,16.77370370,10.37586034,10.00406111,46.63944444,8.59051583,7.77245050,8.66552083,5.98691667,5.04208333,8.65347222,5.99888889,2.34500000,2.34500000,0.19661458,2.24853865,1.52875081,0.97288194,0.97296296,0.97234375,1.45671498,0.77236014,0.61704722,0.33320707,0.26789938,0.35657536,0.08049603,0.06500000,0.02434444,0.02076714 +2017-01,161.66000000,0,21.95481481,0,0,0,95.02916667,0,0,13.18611111,0,55.64063492,0.43333333,0,23.22416667,0,11.20848700,17.76722222,0,13.34534574,12.85083333,0,17.62535714,8.78987654,0,5.04583333,0,0,22.44571429,8.59888889,11.50582962,0,0,4.95388889,11.49055556,5.29138889,0,7.66472222,4.28111111,0,0,1.56342949,0,17.62916667,0.47638889,0,0,0.88986111,2.25132716,0,0,2.11436355,0.68703333,1.19577652,0.96979167,0.96958333,0.96975694,0.02809588,0,0.63905875,0,2.34518519,0.05680123,0,0,0.02555556,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_node_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_node_hours/timeseries-Quarter-reference.csv index 467b8cebd6..f548d7c326 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_node_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_node_hours/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[Chaffinch] Node Hours: Per Job","[Scaup, Lesser] Node Hours: Per Job","[Pipit, Meadow] Node Hours: Per Job","[Scoter, Velvet] Node Hours: Per Job","[Siskin] Node Hours: Per Job","[Warbler, Dusky] Node Hours: Per Job","[Duck, Ferruginous] Node Hours: Per Job","[Smew] Node Hours: Per Job","[Grosbeak, Evening] Node Hours: Per Job","[Peregrine] Node Hours: Per Job","[Goose, Egyptian] Node Hours: Per Job","[Crane] Node Hours: Per Job","[Warbler, Yellow-browed] Node Hours: Per Job","[Tern, Sandwich] Node Hours: Per Job","[Ovenbird] Node Hours: Per Job","[Warbler, Moltoni's] Node Hours: Per Job","[Warbler, Garden] Node Hours: Per Job","[Sparrow, White-throated] Node Hours: Per Job","[Bunting, Yellow-browed] Node Hours: Per Job","[Lapwing] Node Hours: Per Job","[Sapsucker, Yellow-bellied] Node Hours: Per Job","[Ibis, Glossy] Node Hours: Per Job","[Treecreeper, Short-toed] Node Hours: Per Job","[Warbler, Sardinian] Node Hours: Per Job","[Plover, White-tailed] Node Hours: Per Job","[Thrush, Mistle] Node Hours: Per Job","[Bunting, Yellow-breasted] Node Hours: Per Job","[Gull, Ring-billed] Node Hours: Per Job","[Whimbrel] Node Hours: Per Job","[Shearwater, Cory's] Node Hours: Per Job","[Moorhen] Node Hours: Per Job","[Jackdaw] Node Hours: Per Job","[Warbler, Hooded] Node Hours: Per Job","[Shag] Node Hours: Per Job","[Redpoll, Lesser] Node Hours: Per Job","[Sandpiper, Spotted] Node Hours: Per Job","[Warbler, Booted] Node Hours: Per Job","[Fieldfare] Node Hours: Per Job","[Roller] Node Hours: Per Job","[Crane, Sandhill] Node Hours: Per Job","[Grebe, Pied-billed] Node Hours: Per Job","[Oriole, Baltimore] Node Hours: Per Job","[Grey, Lesser] Node Hours: Per Job","[Thrush, Grey-cheeked] Node Hours: Per Job","[Auk, Little] Node Hours: Per Job","[Bunting, Black-headed] Node Hours: Per Job","[Harrier, Hen] Node Hours: Per Job","[Swift, Alpine] Node Hours: Per Job","[Shrike, Long-tailed] Node Hours: Per Job","[Gallinule, Allen's] Node Hours: Per Job","[Plover, Caspian] Node Hours: Per Job","[Warbler, Golden-winged] Node Hours: Per Job","[Dove, Turtle] Node Hours: Per Job","[Coot] Node Hours: Per Job","[Martin, Purple] Node Hours: Per Job","[Egret, Cattle] Node Hours: Per Job","[Grey, Southern] Node Hours: Per Job","[Thrush, Swainson's] Node Hours: Per Job","[Dunlin] Node Hours: Per Job","[Stint, Little] Node Hours: Per Job","[Bunting, Reed] Node Hours: Per Job","[Honey-buzzard] Node Hours: Per Job","[Martin, Crag] Node Hours: Per Job","[Partridge, Red-legged] Node Hours: Per Job","[Sparrow, Savannah] Node Hours: Per Job","[Grey, Great] Node Hours: Per Job" -"2016 Q4",798.39777778,824.05108025,545.85272727,436.75888889,420.21000000,364.05481481,255.00972222,218.94047619,141.13166667,119.84351852,110.47750000,102.77777778,180.12777778,87.43875000,78.12005556,72.00694444,42.39165094,33.22259259,50.34944444,48.78758939,41.90614198,48.00666667,41.05402778,52.03015015,44.13648148,38.92045455,38.73828704,31.90972222,28.08361111,39.70576389,23.01874399,21.84694444,21.83599206,20.26606061,13.15263889,16.56139352,16.76537037,13.89625000,16.77370370,10.37586034,10.00406111,46.63944444,8.59051583,7.77245050,8.66552083,5.98691667,5.04208333,8.65347222,5.99888889,2.34500000,0.19661458,2.24853865,1.52875081,0.97288194,0.97296296,0.97234375,1.45671498,0.77236014,0.61704722,0.33320707,0.26789938,0.35657536,0.08049603,0.06500000,0.02434444,0.02076714 -"2017 Q1",161.66000000,0,21.95481481,0,0,0,95.02916667,0,0,13.18611111,0,55.64063492,0.43333333,0,23.22416667,0,11.20848700,17.76722222,0,13.34534574,12.85083333,0,17.62535714,8.78987654,0,5.04583333,0,0,22.44571429,8.59888889,11.50582962,0,0,4.95388889,11.49055556,5.29138889,0,7.66472222,4.28111111,0,0,1.56342949,0,17.62916667,0.47638889,0,0,0.88986111,2.25132716,0,2.11436355,0.68703333,1.19577652,0.96979167,0.96958333,0.96975694,0.02809588,0,0.63905875,0,2.34518519,0.05680123,0,0,0.02555556,0 +Quarter,"[Chaffinch] Node Hours: Per Job","[Scaup, Lesser] Node Hours: Per Job","[Pipit, Meadow] Node Hours: Per Job","[Scoter, Velvet] Node Hours: Per Job","[Siskin] Node Hours: Per Job","[Warbler, Dusky] Node Hours: Per Job","[Duck, Ferruginous] Node Hours: Per Job","[Smew] Node Hours: Per Job","[Grosbeak, Evening] Node Hours: Per Job","[Peregrine] Node Hours: Per Job","[Goose, Egyptian] Node Hours: Per Job","[Crane] Node Hours: Per Job","[Warbler, Yellow-browed] Node Hours: Per Job","[Tern, Sandwich] Node Hours: Per Job","[Ovenbird] Node Hours: Per Job","[Warbler, Moltoni's] Node Hours: Per Job","[Warbler, Garden] Node Hours: Per Job","[Sparrow, White-throated] Node Hours: Per Job","[Bunting, Yellow-browed] Node Hours: Per Job","[Lapwing] Node Hours: Per Job","[Sapsucker, Yellow-bellied] Node Hours: Per Job","[Ibis, Glossy] Node Hours: Per Job","[Treecreeper, Short-toed] Node Hours: Per Job","[Warbler, Sardinian] Node Hours: Per Job","[Plover, White-tailed] Node Hours: Per Job","[Thrush, Mistle] Node Hours: Per Job","[Bunting, Yellow-breasted] Node Hours: Per Job","[Gull, Ring-billed] Node Hours: Per Job","[Whimbrel] Node Hours: Per Job","[Shearwater, Cory's] Node Hours: Per Job","[Moorhen] Node Hours: Per Job","[Jackdaw] Node Hours: Per Job","[Warbler, Hooded] Node Hours: Per Job","[Shag] Node Hours: Per Job","[Redpoll, Lesser] Node Hours: Per Job","[Sandpiper, Spotted] Node Hours: Per Job","[Warbler, Booted] Node Hours: Per Job","[Fieldfare] Node Hours: Per Job","[Roller] Node Hours: Per Job","[Crane, Sandhill] Node Hours: Per Job","[Grebe, Pied-billed] Node Hours: Per Job","[Oriole, Baltimore] Node Hours: Per Job","[Grey, Lesser] Node Hours: Per Job","[Thrush, Grey-cheeked] Node Hours: Per Job","[Auk, Little] Node Hours: Per Job","[Bunting, Black-headed] Node Hours: Per Job","[Harrier, Hen] Node Hours: Per Job","[Swift, Alpine] Node Hours: Per Job","[Shrike, Long-tailed] Node Hours: Per Job","[Duck, Harlequin] Node Hours: Per Job","[Gallinule, Allen's] Node Hours: Per Job","[Plover, Caspian] Node Hours: Per Job","[Warbler, Golden-winged] Node Hours: Per Job","[Dove, Turtle] Node Hours: Per Job","[Coot] Node Hours: Per Job","[Martin, Purple] Node Hours: Per Job","[Egret, Cattle] Node Hours: Per Job","[Grey, Southern] Node Hours: Per Job","[Thrush, Swainson's] Node Hours: Per Job","[Dunlin] Node Hours: Per Job","[Stint, Little] Node Hours: Per Job","[Bunting, Reed] Node Hours: Per Job","[Honey-buzzard] Node Hours: Per Job","[Martin, Crag] Node Hours: Per Job","[Partridge, Red-legged] Node Hours: Per Job","[Sparrow, Savannah] Node Hours: Per Job","[Grey, Great] Node Hours: Per Job" +"2016 Q4",798.39777778,824.05108025,545.85272727,436.75888889,420.21000000,364.05481481,255.00972222,218.94047619,141.13166667,119.84351852,110.47750000,102.77777778,180.12777778,87.43875000,78.12005556,72.00694444,42.39165094,33.22259259,50.34944444,48.78758939,41.90614198,48.00666667,41.05402778,52.03015015,44.13648148,38.92045455,38.73828704,31.90972222,28.08361111,39.70576389,23.01874399,21.84694444,21.83599206,20.26606061,13.15263889,16.56139352,16.76537037,13.89625000,16.77370370,10.37586034,10.00406111,46.63944444,8.59051583,7.77245050,8.66552083,5.98691667,5.04208333,8.65347222,5.99888889,2.34500000,2.34500000,0.19661458,2.24853865,1.52875081,0.97288194,0.97296296,0.97234375,1.45671498,0.77236014,0.61704722,0.33320707,0.26789938,0.35657536,0.08049603,0.06500000,0.02434444,0.02076714 +"2017 Q1",161.66000000,0,21.95481481,0,0,0,95.02916667,0,0,13.18611111,0,55.64063492,0.43333333,0,23.22416667,0,11.20848700,17.76722222,0,13.34534574,12.85083333,0,17.62535714,8.78987654,0,5.04583333,0,0,22.44571429,8.59888889,11.50582962,0,0,4.95388889,11.49055556,5.29138889,0,7.66472222,4.28111111,0,0,1.56342949,0,17.62916667,0.47638889,0,0,0.88986111,2.25132716,0,0,2.11436355,0.68703333,1.19577652,0.96979167,0.96958333,0.96975694,0.02809588,0,0.63905875,0,2.34518519,0.05680123,0,0,0.02555556,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_node_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_node_hours/timeseries-Year-reference.csv index 0c3043ab42..2840946667 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_node_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_node_hours/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[Chaffinch] Node Hours: Per Job","[Scaup, Lesser] Node Hours: Per Job","[Pipit, Meadow] Node Hours: Per Job","[Scoter, Velvet] Node Hours: Per Job","[Siskin] Node Hours: Per Job","[Warbler, Dusky] Node Hours: Per Job","[Duck, Ferruginous] Node Hours: Per Job","[Smew] Node Hours: Per Job","[Grosbeak, Evening] Node Hours: Per Job","[Peregrine] Node Hours: Per Job","[Goose, Egyptian] Node Hours: Per Job","[Crane] Node Hours: Per Job","[Warbler, Yellow-browed] Node Hours: Per Job","[Tern, Sandwich] Node Hours: Per Job","[Ovenbird] Node Hours: Per Job","[Warbler, Moltoni's] Node Hours: Per Job","[Warbler, Garden] Node Hours: Per Job","[Sparrow, White-throated] Node Hours: Per Job","[Bunting, Yellow-browed] Node Hours: Per Job","[Lapwing] Node Hours: Per Job","[Sapsucker, Yellow-bellied] Node Hours: Per Job","[Ibis, Glossy] Node Hours: Per Job","[Treecreeper, Short-toed] Node Hours: Per Job","[Warbler, Sardinian] Node Hours: Per Job","[Plover, White-tailed] Node Hours: Per Job","[Thrush, Mistle] Node Hours: Per Job","[Bunting, Yellow-breasted] Node Hours: Per Job","[Gull, Ring-billed] Node Hours: Per Job","[Whimbrel] Node Hours: Per Job","[Shearwater, Cory's] Node Hours: Per Job","[Moorhen] Node Hours: Per Job","[Jackdaw] Node Hours: Per Job","[Warbler, Hooded] Node Hours: Per Job","[Shag] Node Hours: Per Job","[Redpoll, Lesser] Node Hours: Per Job","[Sandpiper, Spotted] Node Hours: Per Job","[Warbler, Booted] Node Hours: Per Job","[Fieldfare] Node Hours: Per Job","[Roller] Node Hours: Per Job","[Crane, Sandhill] Node Hours: Per Job","[Grebe, Pied-billed] Node Hours: Per Job","[Oriole, Baltimore] Node Hours: Per Job","[Grey, Lesser] Node Hours: Per Job","[Thrush, Grey-cheeked] Node Hours: Per Job","[Auk, Little] Node Hours: Per Job","[Bunting, Black-headed] Node Hours: Per Job","[Harrier, Hen] Node Hours: Per Job","[Swift, Alpine] Node Hours: Per Job","[Shrike, Long-tailed] Node Hours: Per Job","[Gallinule, Allen's] Node Hours: Per Job","[Plover, Caspian] Node Hours: Per Job","[Warbler, Golden-winged] Node Hours: Per Job","[Dove, Turtle] Node Hours: Per Job","[Coot] Node Hours: Per Job","[Martin, Purple] Node Hours: Per Job","[Egret, Cattle] Node Hours: Per Job","[Grey, Southern] Node Hours: Per Job","[Thrush, Swainson's] Node Hours: Per Job","[Dunlin] Node Hours: Per Job","[Stint, Little] Node Hours: Per Job","[Bunting, Reed] Node Hours: Per Job","[Honey-buzzard] Node Hours: Per Job","[Martin, Crag] Node Hours: Per Job","[Partridge, Red-legged] Node Hours: Per Job","[Sparrow, Savannah] Node Hours: Per Job","[Grey, Great] Node Hours: Per Job" -2016,798.39777778,824.05108025,545.85272727,436.75888889,420.21000000,364.05481481,255.00972222,218.94047619,141.13166667,119.84351852,110.47750000,102.77777778,180.12777778,87.43875000,78.12005556,72.00694444,42.39165094,33.22259259,50.34944444,48.78758939,41.90614198,48.00666667,41.05402778,52.03015015,44.13648148,38.92045455,38.73828704,31.90972222,28.08361111,39.70576389,23.01874399,21.84694444,21.83599206,20.26606061,13.15263889,16.56139352,16.76537037,13.89625000,16.77370370,10.37586034,10.00406111,46.63944444,8.59051583,7.77245050,8.66552083,5.98691667,5.04208333,8.65347222,5.99888889,2.34500000,0.19661458,2.24853865,1.52875081,0.97288194,0.97296296,0.97234375,1.45671498,0.77236014,0.61704722,0.33320707,0.26789938,0.35657536,0.08049603,0.06500000,0.02434444,0.02076714 -2017,161.66000000,0,21.95481481,0,0,0,95.02916667,0,0,13.18611111,0,55.64063492,0.43333333,0,23.22416667,0,11.20848700,17.76722222,0,13.34534574,12.85083333,0,17.62535714,8.78987654,0,5.04583333,0,0,22.44571429,8.59888889,11.50582962,0,0,4.95388889,11.49055556,5.29138889,0,7.66472222,4.28111111,0,0,1.56342949,0,17.62916667,0.47638889,0,0,0.88986111,2.25132716,0,2.11436355,0.68703333,1.19577652,0.96979167,0.96958333,0.96975694,0.02809588,0,0.63905875,0,2.34518519,0.05680123,0,0,0.02555556,0 +Year,"[Chaffinch] Node Hours: Per Job","[Scaup, Lesser] Node Hours: Per Job","[Pipit, Meadow] Node Hours: Per Job","[Scoter, Velvet] Node Hours: Per Job","[Siskin] Node Hours: Per Job","[Warbler, Dusky] Node Hours: Per Job","[Duck, Ferruginous] Node Hours: Per Job","[Smew] Node Hours: Per Job","[Grosbeak, Evening] Node Hours: Per Job","[Peregrine] Node Hours: Per Job","[Goose, Egyptian] Node Hours: Per Job","[Crane] Node Hours: Per Job","[Warbler, Yellow-browed] Node Hours: Per Job","[Tern, Sandwich] Node Hours: Per Job","[Ovenbird] Node Hours: Per Job","[Warbler, Moltoni's] Node Hours: Per Job","[Warbler, Garden] Node Hours: Per Job","[Sparrow, White-throated] Node Hours: Per Job","[Bunting, Yellow-browed] Node Hours: Per Job","[Lapwing] Node Hours: Per Job","[Sapsucker, Yellow-bellied] Node Hours: Per Job","[Ibis, Glossy] Node Hours: Per Job","[Treecreeper, Short-toed] Node Hours: Per Job","[Warbler, Sardinian] Node Hours: Per Job","[Plover, White-tailed] Node Hours: Per Job","[Thrush, Mistle] Node Hours: Per Job","[Bunting, Yellow-breasted] Node Hours: Per Job","[Gull, Ring-billed] Node Hours: Per Job","[Whimbrel] Node Hours: Per Job","[Shearwater, Cory's] Node Hours: Per Job","[Moorhen] Node Hours: Per Job","[Jackdaw] Node Hours: Per Job","[Warbler, Hooded] Node Hours: Per Job","[Shag] Node Hours: Per Job","[Redpoll, Lesser] Node Hours: Per Job","[Sandpiper, Spotted] Node Hours: Per Job","[Warbler, Booted] Node Hours: Per Job","[Fieldfare] Node Hours: Per Job","[Roller] Node Hours: Per Job","[Crane, Sandhill] Node Hours: Per Job","[Grebe, Pied-billed] Node Hours: Per Job","[Oriole, Baltimore] Node Hours: Per Job","[Grey, Lesser] Node Hours: Per Job","[Thrush, Grey-cheeked] Node Hours: Per Job","[Auk, Little] Node Hours: Per Job","[Bunting, Black-headed] Node Hours: Per Job","[Harrier, Hen] Node Hours: Per Job","[Swift, Alpine] Node Hours: Per Job","[Shrike, Long-tailed] Node Hours: Per Job","[Duck, Harlequin] Node Hours: Per Job","[Gallinule, Allen's] Node Hours: Per Job","[Plover, Caspian] Node Hours: Per Job","[Warbler, Golden-winged] Node Hours: Per Job","[Dove, Turtle] Node Hours: Per Job","[Coot] Node Hours: Per Job","[Martin, Purple] Node Hours: Per Job","[Egret, Cattle] Node Hours: Per Job","[Grey, Southern] Node Hours: Per Job","[Thrush, Swainson's] Node Hours: Per Job","[Dunlin] Node Hours: Per Job","[Stint, Little] Node Hours: Per Job","[Bunting, Reed] Node Hours: Per Job","[Honey-buzzard] Node Hours: Per Job","[Martin, Crag] Node Hours: Per Job","[Partridge, Red-legged] Node Hours: Per Job","[Sparrow, Savannah] Node Hours: Per Job","[Grey, Great] Node Hours: Per Job" +2016,798.39777778,824.05108025,545.85272727,436.75888889,420.21000000,364.05481481,255.00972222,218.94047619,141.13166667,119.84351852,110.47750000,102.77777778,180.12777778,87.43875000,78.12005556,72.00694444,42.39165094,33.22259259,50.34944444,48.78758939,41.90614198,48.00666667,41.05402778,52.03015015,44.13648148,38.92045455,38.73828704,31.90972222,28.08361111,39.70576389,23.01874399,21.84694444,21.83599206,20.26606061,13.15263889,16.56139352,16.76537037,13.89625000,16.77370370,10.37586034,10.00406111,46.63944444,8.59051583,7.77245050,8.66552083,5.98691667,5.04208333,8.65347222,5.99888889,2.34500000,2.34500000,0.19661458,2.24853865,1.52875081,0.97288194,0.97296296,0.97234375,1.45671498,0.77236014,0.61704722,0.33320707,0.26789938,0.35657536,0.08049603,0.06500000,0.02434444,0.02076714 +2017,161.66000000,0,21.95481481,0,0,0,95.02916667,0,0,13.18611111,0,55.64063492,0.43333333,0,23.22416667,0,11.20848700,17.76722222,0,13.34534574,12.85083333,0,17.62535714,8.78987654,0,5.04583333,0,0,22.44571429,8.59888889,11.50582962,0,0,4.95388889,11.49055556,5.29138889,0,7.66472222,4.28111111,0,0,1.56342949,0,17.62916667,0.47638889,0,0,0.88986111,2.25132716,0,0,2.11436355,0.68703333,1.19577652,0.96979167,0.96958333,0.96975694,0.02809588,0,0.63905875,0,2.34518519,0.05680123,0,0,0.02555556,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_processors/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_processors/aggregate-Day-reference.csv index c5b6464efe..e2690a122a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_processors/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_processors/aggregate-Day-reference.csv @@ -11,6 +11,7 @@ User,"Job Size: Per Job (Core Count)","Std Dev: Job Size: Per Job (Core Count)" "Warbler, Yellow-browed",160.0000,0 "Goose, Egyptian",112.0000,0 "Scoter, Velvet",112.0000,22.627416997969522 +"Duck, Harlequin",108.0000,0 "Gallinule, Allen's",108.0000,0 Crane,96.0000,0 "Pipit, Meadow",96.0000,0 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_processors/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_processors/aggregate-Month-reference.csv index c5b6464efe..e2690a122a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_processors/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_processors/aggregate-Month-reference.csv @@ -11,6 +11,7 @@ User,"Job Size: Per Job (Core Count)","Std Dev: Job Size: Per Job (Core Count)" "Warbler, Yellow-browed",160.0000,0 "Goose, Egyptian",112.0000,0 "Scoter, Velvet",112.0000,22.627416997969522 +"Duck, Harlequin",108.0000,0 "Gallinule, Allen's",108.0000,0 Crane,96.0000,0 "Pipit, Meadow",96.0000,0 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_processors/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_processors/aggregate-Quarter-reference.csv index c5b6464efe..e2690a122a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_processors/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_processors/aggregate-Quarter-reference.csv @@ -11,6 +11,7 @@ User,"Job Size: Per Job (Core Count)","Std Dev: Job Size: Per Job (Core Count)" "Warbler, Yellow-browed",160.0000,0 "Goose, Egyptian",112.0000,0 "Scoter, Velvet",112.0000,22.627416997969522 +"Duck, Harlequin",108.0000,0 "Gallinule, Allen's",108.0000,0 Crane,96.0000,0 "Pipit, Meadow",96.0000,0 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_processors/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_processors/aggregate-Year-reference.csv index c5b6464efe..e2690a122a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_processors/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_processors/aggregate-Year-reference.csv @@ -11,6 +11,7 @@ User,"Job Size: Per Job (Core Count)","Std Dev: Job Size: Per Job (Core Count)" "Warbler, Yellow-browed",160.0000,0 "Goose, Egyptian",112.0000,0 "Scoter, Velvet",112.0000,22.627416997969522 +"Duck, Harlequin",108.0000,0 "Gallinule, Allen's",108.0000,0 Crane,96.0000,0 "Pipit, Meadow",96.0000,0 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_processors/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_processors/timeseries-Day-reference.csv index 347c0b02fc..779a4b47ad 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_processors/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_processors/timeseries-Day-reference.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[Warbler, Dusky] Job Size: Per Job (Core Count)","[Scaup, Lesser] Job Size: Per Job (Core Count)","[Warbler, Yellow-browed] Job Size: Per Job (Core Count)","[Goose, Egyptian] Job Size: Per Job (Core Count)","[Scoter, Velvet] Job Size: Per Job (Core Count)","[Gallinule, Allen's] Job Size: Per Job (Core Count)","[Crane] Job Size: Per Job (Core Count)","[Pipit, Meadow] Job Size: Per Job (Core Count)","[Smew] Job Size: Per Job (Core Count)","[Chaffinch] Job Size: Per Job (Core Count)","[Duck, Ferruginous] Job Size: Per Job (Core Count)","[Peregrine] Job Size: Per Job (Core Count)","[Siskin] Job Size: Per Job (Core Count)","[Grosbeak, Evening] Job Size: Per Job (Core Count)","[Whimbrel] Job Size: Per Job (Core Count)","[Swift, Alpine] Job Size: Per Job (Core Count)","[Dunlin] Job Size: Per Job (Core Count)","[Warbler, Sardinian] Job Size: Per Job (Core Count)","[Bunting, Yellow-browed] Job Size: Per Job (Core Count)","[Warbler, Golden-winged] Job Size: Per Job (Core Count)","[Sparrow, White-throated] Job Size: Per Job (Core Count)","[Ibis, Glossy] Job Size: Per Job (Core Count)","[Martin, Crag] Job Size: Per Job (Core Count)","[Roller] Job Size: Per Job (Core Count)","[Crane, Sandhill] Job Size: Per Job (Core Count)","[Shrike, Long-tailed] Job Size: Per Job (Core Count)","[Ovenbird] Job Size: Per Job (Core Count)","[Partridge, Red-legged] Job Size: Per Job (Core Count)","[Shag] Job Size: Per Job (Core Count)","[Stint, Little] Job Size: Per Job (Core Count)","[Plover, Caspian] Job Size: Per Job (Core Count)","[Plover, White-tailed] Job Size: Per Job (Core Count)","[Sandpiper, Spotted] Job Size: Per Job (Core Count)","[Thrush, Mistle] Job Size: Per Job (Core Count)","[Auk, Little] Job Size: Per Job (Core Count)","[Warbler, Garden] Job Size: Per Job (Core Count)","[Warbler, Hooded] Job Size: Per Job (Core Count)","[Honey-buzzard] Job Size: Per Job (Core Count)","[Bunting, Yellow-breasted] Job Size: Per Job (Core Count)","[Oriole, Baltimore] Job Size: Per Job (Core Count)","[Bunting, Reed] Job Size: Per Job (Core Count)","[Dove, Turtle] Job Size: Per Job (Core Count)","[Fieldfare] Job Size: Per Job (Core Count)","[Shearwater, Cory's] Job Size: Per Job (Core Count)","[Treecreeper, Short-toed] Job Size: Per Job (Core Count)","[Thrush, Swainson's] Job Size: Per Job (Core Count)","[Redpoll, Lesser] Job Size: Per Job (Core Count)","[Sapsucker, Yellow-bellied] Job Size: Per Job (Core Count)","[Thrush, Grey-cheeked] Job Size: Per Job (Core Count)","[Warbler, Booted] Job Size: Per Job (Core Count)","[Bunting, Black-headed] Job Size: Per Job (Core Count)","[Coot] Job Size: Per Job (Core Count)","[Egret, Cattle] Job Size: Per Job (Core Count)","[Grebe, Pied-billed] Job Size: Per Job (Core Count)","[Grey, Great] Job Size: Per Job (Core Count)","[Grey, Lesser] Job Size: Per Job (Core Count)","[Grey, Southern] Job Size: Per Job (Core Count)","[Gull, Ring-billed] Job Size: Per Job (Core Count)","[Harrier, Hen] Job Size: Per Job (Core Count)","[Jackdaw] Job Size: Per Job (Core Count)","[Lapwing] Job Size: Per Job (Core Count)","[Martin, Purple] Job Size: Per Job (Core Count)","[Moorhen] Job Size: Per Job (Core Count)","[Sparrow, Savannah] Job Size: Per Job (Core Count)","[Tern, Sandwich] Job Size: Per Job (Core Count)","[Warbler, Moltoni's] Job Size: Per Job (Core Count)" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0 -2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,24.0000,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0 -2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16.0000,0,0,0,12.0000,24.0000,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0 -2016-12-27,0,0,0,0,144.0000,0,0,96.0000,0,64.0000,0,0,72.0000,0,0,0,0,0,0,0,0,0,0,0,32.0000,0,16.0000,0,0,0,0,0,0,0,0,16.0000,0,1.0000,16.0000,12.0000,28.0000,12.0000,0,0,8.0000,0,0,0,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,1.0000 -2016-12-28,0,183.1111,0,0,144.0000,0,0,96.0000,0,64.0000,0,0,60.0000,0,0,0,0,32.0000,0,0,0,20.0000,0,0,24.7273,0,16.0000,0,22.0000,0,0,12.0000,0,12.0000,0,16.0000,8.0000,1.0000,16.0000,12.0000,28.3077,12.0000,0,0,8.0000,0,0,0,0,12.0000,0,0,0,0,0,0,0,0,0,0,1.0000,0,1.0000,0,1.0000,1.0000 -2016-12-29,0,183.1111,160.0000,112.0000,144.0000,0,96.0000,96.0000,72.0000,64.0000,60.0000,60.0000,60.0000,56.0000,0,0,0,32.0000,40.0000,0,0,20.0000,0,0,22.1667,1.0000,16.0000,0,18.6667,0,0,12.0000,12.0000,12.0000,5.0000,16.0000,8.0000,9.5181,9.6000,12.0000,21.1200,8.4211,0,8.0000,8.0000,8.6154,4.0000,4.0000,2.0000,12.0000,0,0,0,1.0000,0,0,0,0,1.0000,0,1.0000,0,1.0000,0,1.0000,1.0000 -2016-12-30,224.0000,183.1111,160.0000,112.0000,112.0000,108.0000,96.0000,96.0000,72.0000,64.0000,60.0000,60.0000,60.0000,56.0000,72.0000,48.0000,44.0444,26.6286,28.0000,24.6500,0,20.0000,20.0000,23.3333,18.1702,15.2500,16.0000,16.0000,15.5556,13.1429,0,12.0000,12.0000,12.0000,5.0000,16.0000,9.5000,9.0927,9.3333,12.0000,8.1004,8.0229,8.0000,8.0000,7.7778,4.0842,4.0000,4.0000,9.5000,1.7333,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 -2016-12-31,336.0000,183.1111,0,112.0000,0,0,96.0000,96.0000,72.0000,64.0000,60.0000,60.0000,48.0000,0,52.0000,64.0000,92.4000,41.7778,40.0000,24.4615,23.1111,0,0,32.5000,16.4337,13.6667,16.0000,0,17.3333,16.0000,12.0000,0,12.0000,12.0000,11.4286,10.3542,10.7500,9.8834,8.0000,23.2000,8.1216,8.0000,8.0000,8.0000,8.0000,64.0000,4.0000,4.0000,2.0000,1.0000,1.0000,1.0000,1.0000,0,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,0,0 -2017-01-01,0,0,160.0000,0,0,0,96.0000,96.0000,0,64.0000,60.0000,60.0000,0,0,46.2857,32.0000,37.8993,39.1111,0,24.0000,23.1111,0,0,5.0000,0,20.0000,16.0000,0,24.0000,0,12.0000,0,12.0000,12.0000,12.0000,10.5532,0,9.1392,0,6.0385,16.0000,8.0000,8.0000,8.0000,8.0000,0,4.0000,4.0000,2.0000,0,0,1.0000,1.0000,0,0,0,1.0000,0,0,0,1.0000,1.0000,1.0000,1.0000,0,0 +Day,"[Warbler, Dusky] Job Size: Per Job (Core Count)","[Scaup, Lesser] Job Size: Per Job (Core Count)","[Warbler, Yellow-browed] Job Size: Per Job (Core Count)","[Goose, Egyptian] Job Size: Per Job (Core Count)","[Scoter, Velvet] Job Size: Per Job (Core Count)","[Duck, Harlequin] Job Size: Per Job (Core Count)","[Gallinule, Allen's] Job Size: Per Job (Core Count)","[Crane] Job Size: Per Job (Core Count)","[Pipit, Meadow] Job Size: Per Job (Core Count)","[Smew] Job Size: Per Job (Core Count)","[Chaffinch] Job Size: Per Job (Core Count)","[Duck, Ferruginous] Job Size: Per Job (Core Count)","[Peregrine] Job Size: Per Job (Core Count)","[Siskin] Job Size: Per Job (Core Count)","[Grosbeak, Evening] Job Size: Per Job (Core Count)","[Whimbrel] Job Size: Per Job (Core Count)","[Swift, Alpine] Job Size: Per Job (Core Count)","[Dunlin] Job Size: Per Job (Core Count)","[Warbler, Sardinian] Job Size: Per Job (Core Count)","[Bunting, Yellow-browed] Job Size: Per Job (Core Count)","[Warbler, Golden-winged] Job Size: Per Job (Core Count)","[Sparrow, White-throated] Job Size: Per Job (Core Count)","[Ibis, Glossy] Job Size: Per Job (Core Count)","[Martin, Crag] Job Size: Per Job (Core Count)","[Roller] Job Size: Per Job (Core Count)","[Crane, Sandhill] Job Size: Per Job (Core Count)","[Shrike, Long-tailed] Job Size: Per Job (Core Count)","[Ovenbird] Job Size: Per Job (Core Count)","[Partridge, Red-legged] Job Size: Per Job (Core Count)","[Shag] Job Size: Per Job (Core Count)","[Stint, Little] Job Size: Per Job (Core Count)","[Plover, Caspian] Job Size: Per Job (Core Count)","[Plover, White-tailed] Job Size: Per Job (Core Count)","[Sandpiper, Spotted] Job Size: Per Job (Core Count)","[Thrush, Mistle] Job Size: Per Job (Core Count)","[Auk, Little] Job Size: Per Job (Core Count)","[Warbler, Garden] Job Size: Per Job (Core Count)","[Warbler, Hooded] Job Size: Per Job (Core Count)","[Honey-buzzard] Job Size: Per Job (Core Count)","[Bunting, Yellow-breasted] Job Size: Per Job (Core Count)","[Oriole, Baltimore] Job Size: Per Job (Core Count)","[Bunting, Reed] Job Size: Per Job (Core Count)","[Dove, Turtle] Job Size: Per Job (Core Count)","[Fieldfare] Job Size: Per Job (Core Count)","[Shearwater, Cory's] Job Size: Per Job (Core Count)","[Treecreeper, Short-toed] Job Size: Per Job (Core Count)","[Thrush, Swainson's] Job Size: Per Job (Core Count)","[Redpoll, Lesser] Job Size: Per Job (Core Count)","[Sapsucker, Yellow-bellied] Job Size: Per Job (Core Count)","[Thrush, Grey-cheeked] Job Size: Per Job (Core Count)","[Warbler, Booted] Job Size: Per Job (Core Count)","[Bunting, Black-headed] Job Size: Per Job (Core Count)","[Coot] Job Size: Per Job (Core Count)","[Egret, Cattle] Job Size: Per Job (Core Count)","[Grebe, Pied-billed] Job Size: Per Job (Core Count)","[Grey, Great] Job Size: Per Job (Core Count)","[Grey, Lesser] Job Size: Per Job (Core Count)","[Grey, Southern] Job Size: Per Job (Core Count)","[Gull, Ring-billed] Job Size: Per Job (Core Count)","[Harrier, Hen] Job Size: Per Job (Core Count)","[Jackdaw] Job Size: Per Job (Core Count)","[Lapwing] Job Size: Per Job (Core Count)","[Martin, Purple] Job Size: Per Job (Core Count)","[Moorhen] Job Size: Per Job (Core Count)","[Sparrow, Savannah] Job Size: Per Job (Core Count)","[Tern, Sandwich] Job Size: Per Job (Core Count)","[Warbler, Moltoni's] Job Size: Per Job (Core Count)" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0 +2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,24.0000,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0 +2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16.0000,0,0,0,12.0000,24.0000,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0 +2016-12-27,0,0,0,0,144.0000,0,0,0,96.0000,0,64.0000,0,0,72.0000,0,0,0,0,0,0,0,0,0,0,0,32.0000,0,16.0000,0,0,0,0,0,0,0,0,16.0000,0,1.0000,16.0000,12.0000,28.0000,12.0000,0,0,8.0000,0,0,0,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,1.0000 +2016-12-28,0,183.1111,0,0,144.0000,0,0,0,96.0000,0,64.0000,0,0,60.0000,0,0,0,0,32.0000,0,0,0,20.0000,0,0,24.7273,0,16.0000,0,22.0000,0,0,12.0000,0,12.0000,0,16.0000,8.0000,1.0000,16.0000,12.0000,28.3077,12.0000,0,0,8.0000,0,0,0,0,12.0000,0,0,0,0,0,0,0,0,0,0,1.0000,0,1.0000,0,1.0000,1.0000 +2016-12-29,0,183.1111,160.0000,112.0000,144.0000,0,0,96.0000,96.0000,72.0000,64.0000,60.0000,60.0000,60.0000,56.0000,0,0,0,32.0000,40.0000,0,0,20.0000,0,0,22.1667,1.0000,16.0000,0,18.6667,0,0,12.0000,12.0000,12.0000,5.0000,16.0000,8.0000,9.5181,9.6000,12.0000,21.1200,8.4211,0,8.0000,8.0000,8.6154,4.0000,4.0000,2.0000,12.0000,0,0,0,1.0000,0,0,0,0,1.0000,0,1.0000,0,1.0000,0,1.0000,1.0000 +2016-12-30,224.0000,183.1111,160.0000,112.0000,112.0000,108.0000,108.0000,96.0000,96.0000,72.0000,64.0000,60.0000,60.0000,60.0000,56.0000,72.0000,48.0000,44.0444,26.6286,28.0000,24.6500,0,20.0000,20.0000,23.3333,18.1702,15.2500,16.0000,16.0000,15.5556,13.1429,0,12.0000,12.0000,12.0000,5.0000,16.0000,9.5000,9.0927,9.3333,12.0000,8.1004,8.0229,8.0000,8.0000,7.7778,4.0842,4.0000,4.0000,9.5000,1.7333,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 +2016-12-31,336.0000,183.1111,0,112.0000,0,0,0,96.0000,96.0000,72.0000,64.0000,60.0000,60.0000,48.0000,0,52.0000,64.0000,92.4000,41.7778,40.0000,24.4615,23.1111,0,0,32.5000,16.4337,13.6667,16.0000,0,17.3333,16.0000,12.0000,0,12.0000,12.0000,11.4286,10.3542,10.7500,9.8834,8.0000,23.2000,8.1216,8.0000,8.0000,8.0000,8.0000,64.0000,4.0000,4.0000,2.0000,1.0000,1.0000,1.0000,1.0000,0,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,0,0 +2017-01-01,0,0,160.0000,0,0,0,0,96.0000,96.0000,0,64.0000,60.0000,60.0000,0,0,46.2857,32.0000,37.8993,39.1111,0,24.0000,23.1111,0,0,5.0000,0,20.0000,16.0000,0,24.0000,0,12.0000,0,12.0000,12.0000,12.0000,10.5532,0,9.1392,0,6.0385,16.0000,8.0000,8.0000,8.0000,8.0000,0,4.0000,4.0000,2.0000,0,0,1.0000,1.0000,0,0,0,1.0000,0,0,0,1.0000,1.0000,1.0000,1.0000,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_processors/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_processors/timeseries-Month-reference.csv index 748256d6b8..9bbccacefd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_processors/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_processors/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[Warbler, Dusky] Job Size: Per Job (Core Count)","[Scaup, Lesser] Job Size: Per Job (Core Count)","[Warbler, Yellow-browed] Job Size: Per Job (Core Count)","[Goose, Egyptian] Job Size: Per Job (Core Count)","[Scoter, Velvet] Job Size: Per Job (Core Count)","[Gallinule, Allen's] Job Size: Per Job (Core Count)","[Crane] Job Size: Per Job (Core Count)","[Pipit, Meadow] Job Size: Per Job (Core Count)","[Smew] Job Size: Per Job (Core Count)","[Chaffinch] Job Size: Per Job (Core Count)","[Duck, Ferruginous] Job Size: Per Job (Core Count)","[Peregrine] Job Size: Per Job (Core Count)","[Siskin] Job Size: Per Job (Core Count)","[Grosbeak, Evening] Job Size: Per Job (Core Count)","[Whimbrel] Job Size: Per Job (Core Count)","[Swift, Alpine] Job Size: Per Job (Core Count)","[Dunlin] Job Size: Per Job (Core Count)","[Warbler, Sardinian] Job Size: Per Job (Core Count)","[Bunting, Yellow-browed] Job Size: Per Job (Core Count)","[Warbler, Golden-winged] Job Size: Per Job (Core Count)","[Sparrow, White-throated] Job Size: Per Job (Core Count)","[Ibis, Glossy] Job Size: Per Job (Core Count)","[Martin, Crag] Job Size: Per Job (Core Count)","[Roller] Job Size: Per Job (Core Count)","[Crane, Sandhill] Job Size: Per Job (Core Count)","[Shrike, Long-tailed] Job Size: Per Job (Core Count)","[Ovenbird] Job Size: Per Job (Core Count)","[Partridge, Red-legged] Job Size: Per Job (Core Count)","[Shag] Job Size: Per Job (Core Count)","[Stint, Little] Job Size: Per Job (Core Count)","[Plover, Caspian] Job Size: Per Job (Core Count)","[Plover, White-tailed] Job Size: Per Job (Core Count)","[Sandpiper, Spotted] Job Size: Per Job (Core Count)","[Thrush, Mistle] Job Size: Per Job (Core Count)","[Auk, Little] Job Size: Per Job (Core Count)","[Warbler, Garden] Job Size: Per Job (Core Count)","[Warbler, Hooded] Job Size: Per Job (Core Count)","[Honey-buzzard] Job Size: Per Job (Core Count)","[Bunting, Yellow-breasted] Job Size: Per Job (Core Count)","[Oriole, Baltimore] Job Size: Per Job (Core Count)","[Bunting, Reed] Job Size: Per Job (Core Count)","[Dove, Turtle] Job Size: Per Job (Core Count)","[Fieldfare] Job Size: Per Job (Core Count)","[Shearwater, Cory's] Job Size: Per Job (Core Count)","[Treecreeper, Short-toed] Job Size: Per Job (Core Count)","[Thrush, Swainson's] Job Size: Per Job (Core Count)","[Redpoll, Lesser] Job Size: Per Job (Core Count)","[Sapsucker, Yellow-bellied] Job Size: Per Job (Core Count)","[Thrush, Grey-cheeked] Job Size: Per Job (Core Count)","[Warbler, Booted] Job Size: Per Job (Core Count)","[Bunting, Black-headed] Job Size: Per Job (Core Count)","[Coot] Job Size: Per Job (Core Count)","[Egret, Cattle] Job Size: Per Job (Core Count)","[Grebe, Pied-billed] Job Size: Per Job (Core Count)","[Grey, Great] Job Size: Per Job (Core Count)","[Grey, Lesser] Job Size: Per Job (Core Count)","[Grey, Southern] Job Size: Per Job (Core Count)","[Gull, Ring-billed] Job Size: Per Job (Core Count)","[Harrier, Hen] Job Size: Per Job (Core Count)","[Jackdaw] Job Size: Per Job (Core Count)","[Lapwing] Job Size: Per Job (Core Count)","[Martin, Purple] Job Size: Per Job (Core Count)","[Moorhen] Job Size: Per Job (Core Count)","[Sparrow, Savannah] Job Size: Per Job (Core Count)","[Tern, Sandwich] Job Size: Per Job (Core Count)","[Warbler, Moltoni's] Job Size: Per Job (Core Count)" -2016-12,224.0000,183.1111,160.0000,112.0000,112.0000,108.0000,96.0000,96.0000,72.0000,64.0000,60.0000,60.0000,60.0000,56.0000,52.0000,56.0000,48.8800,26.9189,28.0000,24.5435,23.1111,20.0000,20.0000,23.3333,17.6389,14.5714,16.0000,16.0000,14.9091,14.1818,12.0000,12.0000,12.0000,12.0000,10.6250,10.8868,10.0952,9.5167,9.3333,23.2000,8.1078,8.0116,8.0000,8.0000,7.8182,4.0842,4.0000,4.0000,2.2970,1.7333,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 -2017-01,0,0,160.0000,0,0,0,96.0000,96.0000,0,64.0000,60.0000,60.0000,0,0,46.2857,32.0000,37.8993,39.1111,0,24.0000,23.1111,0,0,5.0000,0,20.0000,16.0000,0,24.0000,0,12.0000,0,12.0000,12.0000,12.0000,10.5532,0,9.1392,0,6.0385,16.0000,8.0000,8.0000,8.0000,8.0000,0,4.0000,4.0000,2.0000,0,0,1.0000,1.0000,0,0,0,1.0000,0,0,0,1.0000,1.0000,1.0000,1.0000,0,0 +Month,"[Warbler, Dusky] Job Size: Per Job (Core Count)","[Scaup, Lesser] Job Size: Per Job (Core Count)","[Warbler, Yellow-browed] Job Size: Per Job (Core Count)","[Goose, Egyptian] Job Size: Per Job (Core Count)","[Scoter, Velvet] Job Size: Per Job (Core Count)","[Duck, Harlequin] Job Size: Per Job (Core Count)","[Gallinule, Allen's] Job Size: Per Job (Core Count)","[Crane] Job Size: Per Job (Core Count)","[Pipit, Meadow] Job Size: Per Job (Core Count)","[Smew] Job Size: Per Job (Core Count)","[Chaffinch] Job Size: Per Job (Core Count)","[Duck, Ferruginous] Job Size: Per Job (Core Count)","[Peregrine] Job Size: Per Job (Core Count)","[Siskin] Job Size: Per Job (Core Count)","[Grosbeak, Evening] Job Size: Per Job (Core Count)","[Whimbrel] Job Size: Per Job (Core Count)","[Swift, Alpine] Job Size: Per Job (Core Count)","[Dunlin] Job Size: Per Job (Core Count)","[Warbler, Sardinian] Job Size: Per Job (Core Count)","[Bunting, Yellow-browed] Job Size: Per Job (Core Count)","[Warbler, Golden-winged] Job Size: Per Job (Core Count)","[Sparrow, White-throated] Job Size: Per Job (Core Count)","[Ibis, Glossy] Job Size: Per Job (Core Count)","[Martin, Crag] Job Size: Per Job (Core Count)","[Roller] Job Size: Per Job (Core Count)","[Crane, Sandhill] Job Size: Per Job (Core Count)","[Shrike, Long-tailed] Job Size: Per Job (Core Count)","[Ovenbird] Job Size: Per Job (Core Count)","[Partridge, Red-legged] Job Size: Per Job (Core Count)","[Shag] Job Size: Per Job (Core Count)","[Stint, Little] Job Size: Per Job (Core Count)","[Plover, Caspian] Job Size: Per Job (Core Count)","[Plover, White-tailed] Job Size: Per Job (Core Count)","[Sandpiper, Spotted] Job Size: Per Job (Core Count)","[Thrush, Mistle] Job Size: Per Job (Core Count)","[Auk, Little] Job Size: Per Job (Core Count)","[Warbler, Garden] Job Size: Per Job (Core Count)","[Warbler, Hooded] Job Size: Per Job (Core Count)","[Honey-buzzard] Job Size: Per Job (Core Count)","[Bunting, Yellow-breasted] Job Size: Per Job (Core Count)","[Oriole, Baltimore] Job Size: Per Job (Core Count)","[Bunting, Reed] Job Size: Per Job (Core Count)","[Dove, Turtle] Job Size: Per Job (Core Count)","[Fieldfare] Job Size: Per Job (Core Count)","[Shearwater, Cory's] Job Size: Per Job (Core Count)","[Treecreeper, Short-toed] Job Size: Per Job (Core Count)","[Thrush, Swainson's] Job Size: Per Job (Core Count)","[Redpoll, Lesser] Job Size: Per Job (Core Count)","[Sapsucker, Yellow-bellied] Job Size: Per Job (Core Count)","[Thrush, Grey-cheeked] Job Size: Per Job (Core Count)","[Warbler, Booted] Job Size: Per Job (Core Count)","[Bunting, Black-headed] Job Size: Per Job (Core Count)","[Coot] Job Size: Per Job (Core Count)","[Egret, Cattle] Job Size: Per Job (Core Count)","[Grebe, Pied-billed] Job Size: Per Job (Core Count)","[Grey, Great] Job Size: Per Job (Core Count)","[Grey, Lesser] Job Size: Per Job (Core Count)","[Grey, Southern] Job Size: Per Job (Core Count)","[Gull, Ring-billed] Job Size: Per Job (Core Count)","[Harrier, Hen] Job Size: Per Job (Core Count)","[Jackdaw] Job Size: Per Job (Core Count)","[Lapwing] Job Size: Per Job (Core Count)","[Martin, Purple] Job Size: Per Job (Core Count)","[Moorhen] Job Size: Per Job (Core Count)","[Sparrow, Savannah] Job Size: Per Job (Core Count)","[Tern, Sandwich] Job Size: Per Job (Core Count)","[Warbler, Moltoni's] Job Size: Per Job (Core Count)" +2016-12,224.0000,183.1111,160.0000,112.0000,112.0000,108.0000,108.0000,96.0000,96.0000,72.0000,64.0000,60.0000,60.0000,60.0000,56.0000,52.0000,56.0000,48.8800,26.9189,28.0000,24.5435,23.1111,20.0000,20.0000,23.3333,17.6389,14.5714,16.0000,16.0000,14.9091,14.1818,12.0000,12.0000,12.0000,12.0000,10.6250,10.8868,10.0952,9.5167,9.3333,23.2000,8.1078,8.0116,8.0000,8.0000,7.8182,4.0842,4.0000,4.0000,2.2970,1.7333,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 +2017-01,0,0,160.0000,0,0,0,0,96.0000,96.0000,0,64.0000,60.0000,60.0000,0,0,46.2857,32.0000,37.8993,39.1111,0,24.0000,23.1111,0,0,5.0000,0,20.0000,16.0000,0,24.0000,0,12.0000,0,12.0000,12.0000,12.0000,10.5532,0,9.1392,0,6.0385,16.0000,8.0000,8.0000,8.0000,8.0000,0,4.0000,4.0000,2.0000,0,0,1.0000,1.0000,0,0,0,1.0000,0,0,0,1.0000,1.0000,1.0000,1.0000,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_processors/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_processors/timeseries-Quarter-reference.csv index e914016b04..12d18d1daa 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_processors/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_processors/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[Warbler, Dusky] Job Size: Per Job (Core Count)","[Scaup, Lesser] Job Size: Per Job (Core Count)","[Warbler, Yellow-browed] Job Size: Per Job (Core Count)","[Goose, Egyptian] Job Size: Per Job (Core Count)","[Scoter, Velvet] Job Size: Per Job (Core Count)","[Gallinule, Allen's] Job Size: Per Job (Core Count)","[Crane] Job Size: Per Job (Core Count)","[Pipit, Meadow] Job Size: Per Job (Core Count)","[Smew] Job Size: Per Job (Core Count)","[Chaffinch] Job Size: Per Job (Core Count)","[Duck, Ferruginous] Job Size: Per Job (Core Count)","[Peregrine] Job Size: Per Job (Core Count)","[Siskin] Job Size: Per Job (Core Count)","[Grosbeak, Evening] Job Size: Per Job (Core Count)","[Whimbrel] Job Size: Per Job (Core Count)","[Swift, Alpine] Job Size: Per Job (Core Count)","[Dunlin] Job Size: Per Job (Core Count)","[Warbler, Sardinian] Job Size: Per Job (Core Count)","[Bunting, Yellow-browed] Job Size: Per Job (Core Count)","[Warbler, Golden-winged] Job Size: Per Job (Core Count)","[Sparrow, White-throated] Job Size: Per Job (Core Count)","[Ibis, Glossy] Job Size: Per Job (Core Count)","[Martin, Crag] Job Size: Per Job (Core Count)","[Roller] Job Size: Per Job (Core Count)","[Crane, Sandhill] Job Size: Per Job (Core Count)","[Shrike, Long-tailed] Job Size: Per Job (Core Count)","[Ovenbird] Job Size: Per Job (Core Count)","[Partridge, Red-legged] Job Size: Per Job (Core Count)","[Shag] Job Size: Per Job (Core Count)","[Stint, Little] Job Size: Per Job (Core Count)","[Plover, Caspian] Job Size: Per Job (Core Count)","[Plover, White-tailed] Job Size: Per Job (Core Count)","[Sandpiper, Spotted] Job Size: Per Job (Core Count)","[Thrush, Mistle] Job Size: Per Job (Core Count)","[Auk, Little] Job Size: Per Job (Core Count)","[Warbler, Garden] Job Size: Per Job (Core Count)","[Warbler, Hooded] Job Size: Per Job (Core Count)","[Honey-buzzard] Job Size: Per Job (Core Count)","[Bunting, Yellow-breasted] Job Size: Per Job (Core Count)","[Oriole, Baltimore] Job Size: Per Job (Core Count)","[Bunting, Reed] Job Size: Per Job (Core Count)","[Dove, Turtle] Job Size: Per Job (Core Count)","[Fieldfare] Job Size: Per Job (Core Count)","[Shearwater, Cory's] Job Size: Per Job (Core Count)","[Treecreeper, Short-toed] Job Size: Per Job (Core Count)","[Thrush, Swainson's] Job Size: Per Job (Core Count)","[Redpoll, Lesser] Job Size: Per Job (Core Count)","[Sapsucker, Yellow-bellied] Job Size: Per Job (Core Count)","[Thrush, Grey-cheeked] Job Size: Per Job (Core Count)","[Warbler, Booted] Job Size: Per Job (Core Count)","[Bunting, Black-headed] Job Size: Per Job (Core Count)","[Coot] Job Size: Per Job (Core Count)","[Egret, Cattle] Job Size: Per Job (Core Count)","[Grebe, Pied-billed] Job Size: Per Job (Core Count)","[Grey, Great] Job Size: Per Job (Core Count)","[Grey, Lesser] Job Size: Per Job (Core Count)","[Grey, Southern] Job Size: Per Job (Core Count)","[Gull, Ring-billed] Job Size: Per Job (Core Count)","[Harrier, Hen] Job Size: Per Job (Core Count)","[Jackdaw] Job Size: Per Job (Core Count)","[Lapwing] Job Size: Per Job (Core Count)","[Martin, Purple] Job Size: Per Job (Core Count)","[Moorhen] Job Size: Per Job (Core Count)","[Sparrow, Savannah] Job Size: Per Job (Core Count)","[Tern, Sandwich] Job Size: Per Job (Core Count)","[Warbler, Moltoni's] Job Size: Per Job (Core Count)" -"2016 Q4",224.0000,183.1111,160.0000,112.0000,112.0000,108.0000,96.0000,96.0000,72.0000,64.0000,60.0000,60.0000,60.0000,56.0000,52.0000,56.0000,48.8800,26.9189,28.0000,24.5435,23.1111,20.0000,20.0000,23.3333,17.6389,14.5714,16.0000,16.0000,14.9091,14.1818,12.0000,12.0000,12.0000,12.0000,10.6250,10.8868,10.0952,9.5167,9.3333,23.2000,8.1078,8.0116,8.0000,8.0000,7.8182,4.0842,4.0000,4.0000,2.2970,1.7333,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 -"2017 Q1",0,0,160.0000,0,0,0,96.0000,96.0000,0,64.0000,60.0000,60.0000,0,0,46.2857,32.0000,37.8993,39.1111,0,24.0000,23.1111,0,0,5.0000,0,20.0000,16.0000,0,24.0000,0,12.0000,0,12.0000,12.0000,12.0000,10.5532,0,9.1392,0,6.0385,16.0000,8.0000,8.0000,8.0000,8.0000,0,4.0000,4.0000,2.0000,0,0,1.0000,1.0000,0,0,0,1.0000,0,0,0,1.0000,1.0000,1.0000,1.0000,0,0 +Quarter,"[Warbler, Dusky] Job Size: Per Job (Core Count)","[Scaup, Lesser] Job Size: Per Job (Core Count)","[Warbler, Yellow-browed] Job Size: Per Job (Core Count)","[Goose, Egyptian] Job Size: Per Job (Core Count)","[Scoter, Velvet] Job Size: Per Job (Core Count)","[Duck, Harlequin] Job Size: Per Job (Core Count)","[Gallinule, Allen's] Job Size: Per Job (Core Count)","[Crane] Job Size: Per Job (Core Count)","[Pipit, Meadow] Job Size: Per Job (Core Count)","[Smew] Job Size: Per Job (Core Count)","[Chaffinch] Job Size: Per Job (Core Count)","[Duck, Ferruginous] Job Size: Per Job (Core Count)","[Peregrine] Job Size: Per Job (Core Count)","[Siskin] Job Size: Per Job (Core Count)","[Grosbeak, Evening] Job Size: Per Job (Core Count)","[Whimbrel] Job Size: Per Job (Core Count)","[Swift, Alpine] Job Size: Per Job (Core Count)","[Dunlin] Job Size: Per Job (Core Count)","[Warbler, Sardinian] Job Size: Per Job (Core Count)","[Bunting, Yellow-browed] Job Size: Per Job (Core Count)","[Warbler, Golden-winged] Job Size: Per Job (Core Count)","[Sparrow, White-throated] Job Size: Per Job (Core Count)","[Ibis, Glossy] Job Size: Per Job (Core Count)","[Martin, Crag] Job Size: Per Job (Core Count)","[Roller] Job Size: Per Job (Core Count)","[Crane, Sandhill] Job Size: Per Job (Core Count)","[Shrike, Long-tailed] Job Size: Per Job (Core Count)","[Ovenbird] Job Size: Per Job (Core Count)","[Partridge, Red-legged] Job Size: Per Job (Core Count)","[Shag] Job Size: Per Job (Core Count)","[Stint, Little] Job Size: Per Job (Core Count)","[Plover, Caspian] Job Size: Per Job (Core Count)","[Plover, White-tailed] Job Size: Per Job (Core Count)","[Sandpiper, Spotted] Job Size: Per Job (Core Count)","[Thrush, Mistle] Job Size: Per Job (Core Count)","[Auk, Little] Job Size: Per Job (Core Count)","[Warbler, Garden] Job Size: Per Job (Core Count)","[Warbler, Hooded] Job Size: Per Job (Core Count)","[Honey-buzzard] Job Size: Per Job (Core Count)","[Bunting, Yellow-breasted] Job Size: Per Job (Core Count)","[Oriole, Baltimore] Job Size: Per Job (Core Count)","[Bunting, Reed] Job Size: Per Job (Core Count)","[Dove, Turtle] Job Size: Per Job (Core Count)","[Fieldfare] Job Size: Per Job (Core Count)","[Shearwater, Cory's] Job Size: Per Job (Core Count)","[Treecreeper, Short-toed] Job Size: Per Job (Core Count)","[Thrush, Swainson's] Job Size: Per Job (Core Count)","[Redpoll, Lesser] Job Size: Per Job (Core Count)","[Sapsucker, Yellow-bellied] Job Size: Per Job (Core Count)","[Thrush, Grey-cheeked] Job Size: Per Job (Core Count)","[Warbler, Booted] Job Size: Per Job (Core Count)","[Bunting, Black-headed] Job Size: Per Job (Core Count)","[Coot] Job Size: Per Job (Core Count)","[Egret, Cattle] Job Size: Per Job (Core Count)","[Grebe, Pied-billed] Job Size: Per Job (Core Count)","[Grey, Great] Job Size: Per Job (Core Count)","[Grey, Lesser] Job Size: Per Job (Core Count)","[Grey, Southern] Job Size: Per Job (Core Count)","[Gull, Ring-billed] Job Size: Per Job (Core Count)","[Harrier, Hen] Job Size: Per Job (Core Count)","[Jackdaw] Job Size: Per Job (Core Count)","[Lapwing] Job Size: Per Job (Core Count)","[Martin, Purple] Job Size: Per Job (Core Count)","[Moorhen] Job Size: Per Job (Core Count)","[Sparrow, Savannah] Job Size: Per Job (Core Count)","[Tern, Sandwich] Job Size: Per Job (Core Count)","[Warbler, Moltoni's] Job Size: Per Job (Core Count)" +"2016 Q4",224.0000,183.1111,160.0000,112.0000,112.0000,108.0000,108.0000,96.0000,96.0000,72.0000,64.0000,60.0000,60.0000,60.0000,56.0000,52.0000,56.0000,48.8800,26.9189,28.0000,24.5435,23.1111,20.0000,20.0000,23.3333,17.6389,14.5714,16.0000,16.0000,14.9091,14.1818,12.0000,12.0000,12.0000,12.0000,10.6250,10.8868,10.0952,9.5167,9.3333,23.2000,8.1078,8.0116,8.0000,8.0000,7.8182,4.0842,4.0000,4.0000,2.2970,1.7333,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 +"2017 Q1",0,0,160.0000,0,0,0,0,96.0000,96.0000,0,64.0000,60.0000,60.0000,0,0,46.2857,32.0000,37.8993,39.1111,0,24.0000,23.1111,0,0,5.0000,0,20.0000,16.0000,0,24.0000,0,12.0000,0,12.0000,12.0000,12.0000,10.5532,0,9.1392,0,6.0385,16.0000,8.0000,8.0000,8.0000,8.0000,0,4.0000,4.0000,2.0000,0,0,1.0000,1.0000,0,0,0,1.0000,0,0,0,1.0000,1.0000,1.0000,1.0000,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_processors/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_processors/timeseries-Year-reference.csv index aaf5f2ef20..45cab78bad 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_processors/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_processors/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[Warbler, Dusky] Job Size: Per Job (Core Count)","[Scaup, Lesser] Job Size: Per Job (Core Count)","[Warbler, Yellow-browed] Job Size: Per Job (Core Count)","[Goose, Egyptian] Job Size: Per Job (Core Count)","[Scoter, Velvet] Job Size: Per Job (Core Count)","[Gallinule, Allen's] Job Size: Per Job (Core Count)","[Crane] Job Size: Per Job (Core Count)","[Pipit, Meadow] Job Size: Per Job (Core Count)","[Smew] Job Size: Per Job (Core Count)","[Chaffinch] Job Size: Per Job (Core Count)","[Duck, Ferruginous] Job Size: Per Job (Core Count)","[Peregrine] Job Size: Per Job (Core Count)","[Siskin] Job Size: Per Job (Core Count)","[Grosbeak, Evening] Job Size: Per Job (Core Count)","[Whimbrel] Job Size: Per Job (Core Count)","[Swift, Alpine] Job Size: Per Job (Core Count)","[Dunlin] Job Size: Per Job (Core Count)","[Warbler, Sardinian] Job Size: Per Job (Core Count)","[Bunting, Yellow-browed] Job Size: Per Job (Core Count)","[Warbler, Golden-winged] Job Size: Per Job (Core Count)","[Sparrow, White-throated] Job Size: Per Job (Core Count)","[Ibis, Glossy] Job Size: Per Job (Core Count)","[Martin, Crag] Job Size: Per Job (Core Count)","[Roller] Job Size: Per Job (Core Count)","[Crane, Sandhill] Job Size: Per Job (Core Count)","[Shrike, Long-tailed] Job Size: Per Job (Core Count)","[Ovenbird] Job Size: Per Job (Core Count)","[Partridge, Red-legged] Job Size: Per Job (Core Count)","[Shag] Job Size: Per Job (Core Count)","[Stint, Little] Job Size: Per Job (Core Count)","[Plover, Caspian] Job Size: Per Job (Core Count)","[Plover, White-tailed] Job Size: Per Job (Core Count)","[Sandpiper, Spotted] Job Size: Per Job (Core Count)","[Thrush, Mistle] Job Size: Per Job (Core Count)","[Auk, Little] Job Size: Per Job (Core Count)","[Warbler, Garden] Job Size: Per Job (Core Count)","[Warbler, Hooded] Job Size: Per Job (Core Count)","[Honey-buzzard] Job Size: Per Job (Core Count)","[Bunting, Yellow-breasted] Job Size: Per Job (Core Count)","[Oriole, Baltimore] Job Size: Per Job (Core Count)","[Bunting, Reed] Job Size: Per Job (Core Count)","[Dove, Turtle] Job Size: Per Job (Core Count)","[Fieldfare] Job Size: Per Job (Core Count)","[Shearwater, Cory's] Job Size: Per Job (Core Count)","[Treecreeper, Short-toed] Job Size: Per Job (Core Count)","[Thrush, Swainson's] Job Size: Per Job (Core Count)","[Redpoll, Lesser] Job Size: Per Job (Core Count)","[Sapsucker, Yellow-bellied] Job Size: Per Job (Core Count)","[Thrush, Grey-cheeked] Job Size: Per Job (Core Count)","[Warbler, Booted] Job Size: Per Job (Core Count)","[Bunting, Black-headed] Job Size: Per Job (Core Count)","[Coot] Job Size: Per Job (Core Count)","[Egret, Cattle] Job Size: Per Job (Core Count)","[Grebe, Pied-billed] Job Size: Per Job (Core Count)","[Grey, Great] Job Size: Per Job (Core Count)","[Grey, Lesser] Job Size: Per Job (Core Count)","[Grey, Southern] Job Size: Per Job (Core Count)","[Gull, Ring-billed] Job Size: Per Job (Core Count)","[Harrier, Hen] Job Size: Per Job (Core Count)","[Jackdaw] Job Size: Per Job (Core Count)","[Lapwing] Job Size: Per Job (Core Count)","[Martin, Purple] Job Size: Per Job (Core Count)","[Moorhen] Job Size: Per Job (Core Count)","[Sparrow, Savannah] Job Size: Per Job (Core Count)","[Tern, Sandwich] Job Size: Per Job (Core Count)","[Warbler, Moltoni's] Job Size: Per Job (Core Count)" -2016,224.0000,183.1111,160.0000,112.0000,112.0000,108.0000,96.0000,96.0000,72.0000,64.0000,60.0000,60.0000,60.0000,56.0000,52.0000,56.0000,48.8800,26.9189,28.0000,24.5435,23.1111,20.0000,20.0000,23.3333,17.6389,14.5714,16.0000,16.0000,14.9091,14.1818,12.0000,12.0000,12.0000,12.0000,10.6250,10.8868,10.0952,9.5167,9.3333,23.2000,8.1078,8.0116,8.0000,8.0000,7.8182,4.0842,4.0000,4.0000,2.2970,1.7333,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 -2017,0,0,160.0000,0,0,0,96.0000,96.0000,0,64.0000,60.0000,60.0000,0,0,46.2857,32.0000,37.8993,39.1111,0,24.0000,23.1111,0,0,5.0000,0,20.0000,16.0000,0,24.0000,0,12.0000,0,12.0000,12.0000,12.0000,10.5532,0,9.1392,0,6.0385,16.0000,8.0000,8.0000,8.0000,8.0000,0,4.0000,4.0000,2.0000,0,0,1.0000,1.0000,0,0,0,1.0000,0,0,0,1.0000,1.0000,1.0000,1.0000,0,0 +Year,"[Warbler, Dusky] Job Size: Per Job (Core Count)","[Scaup, Lesser] Job Size: Per Job (Core Count)","[Warbler, Yellow-browed] Job Size: Per Job (Core Count)","[Goose, Egyptian] Job Size: Per Job (Core Count)","[Scoter, Velvet] Job Size: Per Job (Core Count)","[Duck, Harlequin] Job Size: Per Job (Core Count)","[Gallinule, Allen's] Job Size: Per Job (Core Count)","[Crane] Job Size: Per Job (Core Count)","[Pipit, Meadow] Job Size: Per Job (Core Count)","[Smew] Job Size: Per Job (Core Count)","[Chaffinch] Job Size: Per Job (Core Count)","[Duck, Ferruginous] Job Size: Per Job (Core Count)","[Peregrine] Job Size: Per Job (Core Count)","[Siskin] Job Size: Per Job (Core Count)","[Grosbeak, Evening] Job Size: Per Job (Core Count)","[Whimbrel] Job Size: Per Job (Core Count)","[Swift, Alpine] Job Size: Per Job (Core Count)","[Dunlin] Job Size: Per Job (Core Count)","[Warbler, Sardinian] Job Size: Per Job (Core Count)","[Bunting, Yellow-browed] Job Size: Per Job (Core Count)","[Warbler, Golden-winged] Job Size: Per Job (Core Count)","[Sparrow, White-throated] Job Size: Per Job (Core Count)","[Ibis, Glossy] Job Size: Per Job (Core Count)","[Martin, Crag] Job Size: Per Job (Core Count)","[Roller] Job Size: Per Job (Core Count)","[Crane, Sandhill] Job Size: Per Job (Core Count)","[Shrike, Long-tailed] Job Size: Per Job (Core Count)","[Ovenbird] Job Size: Per Job (Core Count)","[Partridge, Red-legged] Job Size: Per Job (Core Count)","[Shag] Job Size: Per Job (Core Count)","[Stint, Little] Job Size: Per Job (Core Count)","[Plover, Caspian] Job Size: Per Job (Core Count)","[Plover, White-tailed] Job Size: Per Job (Core Count)","[Sandpiper, Spotted] Job Size: Per Job (Core Count)","[Thrush, Mistle] Job Size: Per Job (Core Count)","[Auk, Little] Job Size: Per Job (Core Count)","[Warbler, Garden] Job Size: Per Job (Core Count)","[Warbler, Hooded] Job Size: Per Job (Core Count)","[Honey-buzzard] Job Size: Per Job (Core Count)","[Bunting, Yellow-breasted] Job Size: Per Job (Core Count)","[Oriole, Baltimore] Job Size: Per Job (Core Count)","[Bunting, Reed] Job Size: Per Job (Core Count)","[Dove, Turtle] Job Size: Per Job (Core Count)","[Fieldfare] Job Size: Per Job (Core Count)","[Shearwater, Cory's] Job Size: Per Job (Core Count)","[Treecreeper, Short-toed] Job Size: Per Job (Core Count)","[Thrush, Swainson's] Job Size: Per Job (Core Count)","[Redpoll, Lesser] Job Size: Per Job (Core Count)","[Sapsucker, Yellow-bellied] Job Size: Per Job (Core Count)","[Thrush, Grey-cheeked] Job Size: Per Job (Core Count)","[Warbler, Booted] Job Size: Per Job (Core Count)","[Bunting, Black-headed] Job Size: Per Job (Core Count)","[Coot] Job Size: Per Job (Core Count)","[Egret, Cattle] Job Size: Per Job (Core Count)","[Grebe, Pied-billed] Job Size: Per Job (Core Count)","[Grey, Great] Job Size: Per Job (Core Count)","[Grey, Lesser] Job Size: Per Job (Core Count)","[Grey, Southern] Job Size: Per Job (Core Count)","[Gull, Ring-billed] Job Size: Per Job (Core Count)","[Harrier, Hen] Job Size: Per Job (Core Count)","[Jackdaw] Job Size: Per Job (Core Count)","[Lapwing] Job Size: Per Job (Core Count)","[Martin, Purple] Job Size: Per Job (Core Count)","[Moorhen] Job Size: Per Job (Core Count)","[Sparrow, Savannah] Job Size: Per Job (Core Count)","[Tern, Sandwich] Job Size: Per Job (Core Count)","[Warbler, Moltoni's] Job Size: Per Job (Core Count)" +2016,224.0000,183.1111,160.0000,112.0000,112.0000,108.0000,108.0000,96.0000,96.0000,72.0000,64.0000,60.0000,60.0000,60.0000,56.0000,52.0000,56.0000,48.8800,26.9189,28.0000,24.5435,23.1111,20.0000,20.0000,23.3333,17.6389,14.5714,16.0000,16.0000,14.9091,14.1818,12.0000,12.0000,12.0000,12.0000,10.6250,10.8868,10.0952,9.5167,9.3333,23.2000,8.1078,8.0116,8.0000,8.0000,7.8182,4.0842,4.0000,4.0000,2.2970,1.7333,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 +2017,0,0,160.0000,0,0,0,0,96.0000,96.0000,0,64.0000,60.0000,60.0000,0,0,46.2857,32.0000,37.8993,39.1111,0,24.0000,23.1111,0,0,5.0000,0,20.0000,16.0000,0,24.0000,0,12.0000,0,12.0000,12.0000,12.0000,10.5532,0,9.1392,0,6.0385,16.0000,8.0000,8.0000,8.0000,8.0000,0,4.0000,4.0000,2.0000,0,0,1.0000,1.0000,0,0,0,1.0000,0,0,0,1.0000,1.0000,1.0000,1.0000,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_waitduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_waitduration_hours/aggregate-Day-reference.csv index 2ed0606aad..e87c202f7a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_waitduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_waitduration_hours/aggregate-Day-reference.csv @@ -42,6 +42,7 @@ Shag,1.36358586,1.050607504263938 "Warbler, Hooded",0.30899471,0.06608296019883089 "Warbler, Golden-winged",0.29952899,0.12719098377944033 Moorhen,0.20714974,0.015675479418422043 +"Duck, Harlequin",0.09777778,0 "Gallinule, Allen's",0.09777778,0 "Stint, Little",0.09015152,0.047849695531533384 "Grey, Southern",0.08220238,0.011574714004551338 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_waitduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_waitduration_hours/aggregate-Month-reference.csv index 2ed0606aad..e87c202f7a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_waitduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_waitduration_hours/aggregate-Month-reference.csv @@ -42,6 +42,7 @@ Shag,1.36358586,1.050607504263938 "Warbler, Hooded",0.30899471,0.06608296019883089 "Warbler, Golden-winged",0.29952899,0.12719098377944033 Moorhen,0.20714974,0.015675479418422043 +"Duck, Harlequin",0.09777778,0 "Gallinule, Allen's",0.09777778,0 "Stint, Little",0.09015152,0.047849695531533384 "Grey, Southern",0.08220238,0.011574714004551338 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_waitduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_waitduration_hours/aggregate-Quarter-reference.csv index 2ed0606aad..e87c202f7a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_waitduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_waitduration_hours/aggregate-Quarter-reference.csv @@ -42,6 +42,7 @@ Shag,1.36358586,1.050607504263938 "Warbler, Hooded",0.30899471,0.06608296019883089 "Warbler, Golden-winged",0.29952899,0.12719098377944033 Moorhen,0.20714974,0.015675479418422043 +"Duck, Harlequin",0.09777778,0 "Gallinule, Allen's",0.09777778,0 "Stint, Little",0.09015152,0.047849695531533384 "Grey, Southern",0.08220238,0.011574714004551338 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_waitduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_waitduration_hours/aggregate-Year-reference.csv index 2ed0606aad..e87c202f7a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_waitduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_waitduration_hours/aggregate-Year-reference.csv @@ -42,6 +42,7 @@ Shag,1.36358586,1.050607504263938 "Warbler, Hooded",0.30899471,0.06608296019883089 "Warbler, Golden-winged",0.29952899,0.12719098377944033 Moorhen,0.20714974,0.015675479418422043 +"Duck, Harlequin",0.09777778,0 "Gallinule, Allen's",0.09777778,0 "Stint, Little",0.09015152,0.047849695531533384 "Grey, Southern",0.08220238,0.011574714004551338 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_waitduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_waitduration_hours/timeseries-Day-reference.csv index 658c8ca9f9..387ba43bee 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_waitduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_waitduration_hours/timeseries-Day-reference.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[Treecreeper, Short-toed] Wait Hours: Per Job","[Thrush, Swainson's] Wait Hours: Per Job","[Pipit, Meadow] Wait Hours: Per Job","[Siskin] Wait Hours: Per Job","[Bunting, Yellow-browed] Wait Hours: Per Job","[Scoter, Velvet] Wait Hours: Per Job","[Crane, Sandhill] Wait Hours: Per Job","[Warbler, Yellow-browed] Wait Hours: Per Job","[Thrush, Grey-cheeked] Wait Hours: Per Job","[Ovenbird] Wait Hours: Per Job","[Tern, Sandwich] Wait Hours: Per Job","[Peregrine] Wait Hours: Per Job","[Dunlin] Wait Hours: Per Job","[Warbler, Booted] Wait Hours: Per Job","[Warbler, Dusky] Wait Hours: Per Job","[Plover, Caspian] Wait Hours: Per Job","[Sandpiper, Spotted] Wait Hours: Per Job","[Sapsucker, Yellow-bellied] Wait Hours: Per Job","[Thrush, Mistle] Wait Hours: Per Job","[Grey, Lesser] Wait Hours: Per Job","[Plover, White-tailed] Wait Hours: Per Job","[Whimbrel] Wait Hours: Per Job","[Bunting, Yellow-breasted] Wait Hours: Per Job","[Sparrow, White-throated] Wait Hours: Per Job","[Honey-buzzard] Wait Hours: Per Job","[Smew] Wait Hours: Per Job","[Crane] Wait Hours: Per Job","[Shag] Wait Hours: Per Job","[Grosbeak, Evening] Wait Hours: Per Job","[Grey, Great] Wait Hours: Per Job","[Warbler, Garden] Wait Hours: Per Job","[Warbler, Sardinian] Wait Hours: Per Job","[Harrier, Hen] Wait Hours: Per Job","[Warbler, Hooded] Wait Hours: Per Job","[Warbler, Golden-winged] Wait Hours: Per Job","[Moorhen] Wait Hours: Per Job","[Gallinule, Allen's] Wait Hours: Per Job","[Stint, Little] Wait Hours: Per Job","[Grey, Southern] Wait Hours: Per Job","[Shearwater, Cory's] Wait Hours: Per Job","[Bunting, Reed] Wait Hours: Per Job","[Lapwing] Wait Hours: Per Job","[Oriole, Baltimore] Wait Hours: Per Job","[Roller] Wait Hours: Per Job","[Duck, Ferruginous] Wait Hours: Per Job","[Dove, Turtle] Wait Hours: Per Job","[Auk, Little] Wait Hours: Per Job","[Bunting, Black-headed] Wait Hours: Per Job","[Sparrow, Savannah] Wait Hours: Per Job","[Grebe, Pied-billed] Wait Hours: Per Job","[Gull, Ring-billed] Wait Hours: Per Job","[Shrike, Long-tailed] Wait Hours: Per Job","[Martin, Crag] Wait Hours: Per Job","[Goose, Egyptian] Wait Hours: Per Job","[Fieldfare] Wait Hours: Per Job","[Ibis, Glossy] Wait Hours: Per Job","[Scaup, Lesser] Wait Hours: Per Job","[Swift, Alpine] Wait Hours: Per Job","[Coot] Wait Hours: Per Job","[Redpoll, Lesser] Wait Hours: Per Job","[Egret, Cattle] Wait Hours: Per Job","[Martin, Purple] Wait Hours: Per Job","[Chaffinch] Wait Hours: Per Job","[Jackdaw] Wait Hours: Per Job","[Partridge, Red-legged] Wait Hours: Per Job","[Warbler, Moltoni's] Wait Hours: Per Job" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00027778,0,0,9.33222222,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,9.59638889,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-25,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55.41111111,0,0.00000000,0,0,0.06333333,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-26,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00066667,0,0,0,0,0,0,0,0,0,0.00000000,0,0.00000000,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-27,273.48105556,0,103.71148148,76.08611111,0,78.78861111,46.99166667,0,0,0.00062500,0.00000000,0,0,50.82250000,0,0,0,0,0,0,0,0,0.00027778,0,0.00000000,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0.00288889,0,0.00000000,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0.00000000 -2016-12-28,280.72700000,0,108.01750000,36.87611111,0,0.00000000,80.35419753,0,0,0.00000000,0.00000000,0,0,0.00000000,0,0,0,0,5.30577160,0,3.72481481,0,0.00000000,0,0.00000000,0,0,6.82972222,0,0,1.68000000,2.73787037,0,0.46633333,0,0.02977924,0,0,0,0,20.57444444,0.07195578,0.00000000,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0.00027778,0.00018519,0,0,0,0,0,0.00000000,0,0,0.00000000 -2016-12-29,313.25736111,206.22965812,47.74488095,0.00000000,0.00166667,0.00000000,22.19675214,25.72861111,0.00444444,0.00000000,18.95472222,11.68527778,0,0.00000000,0,0,0.95844444,0.00019841,0.00000000,0,0.00000000,0,1.21402778,0,7.95825941,1.98928571,3.47907407,0.00111111,0.79222222,0,4.46097222,0.29993056,0.01788889,0.07572222,0,0.04237662,0,0,0,0.17638889,3.66268519,0.04464331,0.00000000,0,0.03111111,0.01715686,0.00000000,0,0,0.01099444,0,0.02250000,0,0.00062500,0,0.00000000,0.00000000,0,0,0.00027778,0,0,0.00000000,0,0,0.00000000 -2016-12-30,55.29648148,229.51285040,0.00000000,0.00000000,105.48055556,0.00138889,32.41850397,0.00000000,18.02518519,0.00000000,0.00000000,13.72777778,13.00438580,5.14571429,6.67768519,0,6.23720000,1.80364583,0.38944444,2.58369031,0.00000000,17.26194444,8.09833333,0,1.39451717,0.00000000,1.47605556,0.22282407,1.18388889,0.84512711,0.00000000,0.55871032,0.42590741,0.41231481,0.59636111,0.32754774,0.09777778,0.00369048,0.17850082,0.02000000,0.02257879,0.13344771,0.00000000,0.05370370,0.00000000,0.01009512,0.00000000,0.01437500,0.01586806,0.00000000,0.00750000,0.00092593,0.00105159,0.00055556,0.00083333,0.00000000,0.00000000,0.00020833,0.00010417,0.00000000,0.00006944,0.00011574,0.00000000,0.00000000,0.00000000,0.00000000 -2016-12-31,351.74604167,0.00000000,0.00000000,0.00000000,0.00000000,0,33.49272778,0,27.32576747,94.34416667,0,0.00000000,3.35838889,0.00000000,0.00000000,0.02019097,0.00000000,25.71842593,0.00000000,7.36601918,0,0.95052083,0.00000000,2.15222222,2.89868538,0.00000000,0.07819444,0.00097222,0,0.55391509,0.00626263,1.74513889,0.00000000,0.26094444,0.33598291,0.35169374,0,0.24145833,0.02144676,0.00000000,0.03538140,0.01543544,0.00027778,0.00000000,0.00000000,0.04029733,0.02496032,0.01388889,0.01362745,0,0.00000000,0.00074074,0,0.00000000,0.00083333,0,0.00000000,0.00013889,0.00013889,0.00000000,0.00010417,0.00009259,0.00000000,0.00000000,0,0 -2017-01-01,0.00000000,0,9.17583333,0,0,0,0,36.31500000,0.00000000,0.00000000,0,0.00000000,13.14023981,0,0,5.48065465,0.00000000,0.00000000,0.00000000,0,0,1.45988889,0,0.00000000,1.47548426,0,3.00597222,0.00000000,0,0,0.00000000,0.28430556,0,0,0.00020531,0.03615605,0,0,0.00010305,0.01934028,0.40393690,0.01760234,0.04938889,0.00027778,0.00000000,0.00453196,0.00000000,0,0.00666667,0,0,0.00012346,0,0,0.00000000,0,0,0.00013889,0.00020833,0.00000000,0.00020833,0.00011574,0.00000000,0,0,0 +Day,"[Treecreeper, Short-toed] Wait Hours: Per Job","[Thrush, Swainson's] Wait Hours: Per Job","[Pipit, Meadow] Wait Hours: Per Job","[Siskin] Wait Hours: Per Job","[Bunting, Yellow-browed] Wait Hours: Per Job","[Scoter, Velvet] Wait Hours: Per Job","[Crane, Sandhill] Wait Hours: Per Job","[Warbler, Yellow-browed] Wait Hours: Per Job","[Thrush, Grey-cheeked] Wait Hours: Per Job","[Ovenbird] Wait Hours: Per Job","[Tern, Sandwich] Wait Hours: Per Job","[Peregrine] Wait Hours: Per Job","[Dunlin] Wait Hours: Per Job","[Warbler, Booted] Wait Hours: Per Job","[Warbler, Dusky] Wait Hours: Per Job","[Plover, Caspian] Wait Hours: Per Job","[Sandpiper, Spotted] Wait Hours: Per Job","[Sapsucker, Yellow-bellied] Wait Hours: Per Job","[Thrush, Mistle] Wait Hours: Per Job","[Grey, Lesser] Wait Hours: Per Job","[Plover, White-tailed] Wait Hours: Per Job","[Whimbrel] Wait Hours: Per Job","[Bunting, Yellow-breasted] Wait Hours: Per Job","[Sparrow, White-throated] Wait Hours: Per Job","[Honey-buzzard] Wait Hours: Per Job","[Smew] Wait Hours: Per Job","[Crane] Wait Hours: Per Job","[Shag] Wait Hours: Per Job","[Grosbeak, Evening] Wait Hours: Per Job","[Grey, Great] Wait Hours: Per Job","[Warbler, Garden] Wait Hours: Per Job","[Warbler, Sardinian] Wait Hours: Per Job","[Harrier, Hen] Wait Hours: Per Job","[Warbler, Hooded] Wait Hours: Per Job","[Warbler, Golden-winged] Wait Hours: Per Job","[Moorhen] Wait Hours: Per Job","[Duck, Harlequin] Wait Hours: Per Job","[Gallinule, Allen's] Wait Hours: Per Job","[Stint, Little] Wait Hours: Per Job","[Grey, Southern] Wait Hours: Per Job","[Shearwater, Cory's] Wait Hours: Per Job","[Bunting, Reed] Wait Hours: Per Job","[Lapwing] Wait Hours: Per Job","[Oriole, Baltimore] Wait Hours: Per Job","[Roller] Wait Hours: Per Job","[Duck, Ferruginous] Wait Hours: Per Job","[Dove, Turtle] Wait Hours: Per Job","[Auk, Little] Wait Hours: Per Job","[Bunting, Black-headed] Wait Hours: Per Job","[Sparrow, Savannah] Wait Hours: Per Job","[Grebe, Pied-billed] Wait Hours: Per Job","[Gull, Ring-billed] Wait Hours: Per Job","[Shrike, Long-tailed] Wait Hours: Per Job","[Martin, Crag] Wait Hours: Per Job","[Goose, Egyptian] Wait Hours: Per Job","[Fieldfare] Wait Hours: Per Job","[Ibis, Glossy] Wait Hours: Per Job","[Scaup, Lesser] Wait Hours: Per Job","[Swift, Alpine] Wait Hours: Per Job","[Coot] Wait Hours: Per Job","[Redpoll, Lesser] Wait Hours: Per Job","[Egret, Cattle] Wait Hours: Per Job","[Martin, Purple] Wait Hours: Per Job","[Chaffinch] Wait Hours: Per Job","[Jackdaw] Wait Hours: Per Job","[Partridge, Red-legged] Wait Hours: Per Job","[Warbler, Moltoni's] Wait Hours: Per Job" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00027778,0,0,9.33222222,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,9.59638889,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-25,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55.41111111,0,0.00000000,0,0,0.06333333,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-26,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00066667,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0.00000000,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-27,273.48105556,0,103.71148148,76.08611111,0,78.78861111,46.99166667,0,0,0.00062500,0.00000000,0,0,50.82250000,0,0,0,0,0,0,0,0,0.00027778,0,0.00000000,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0.00288889,0,0.00000000,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0.00000000 +2016-12-28,280.72700000,0,108.01750000,36.87611111,0,0.00000000,80.35419753,0,0,0.00000000,0.00000000,0,0,0.00000000,0,0,0,0,5.30577160,0,3.72481481,0,0.00000000,0,0.00000000,0,0,6.82972222,0,0,1.68000000,2.73787037,0,0.46633333,0,0.02977924,0,0,0,0,0,20.57444444,0.07195578,0.00000000,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0.00027778,0.00018519,0,0,0,0,0,0.00000000,0,0,0.00000000 +2016-12-29,313.25736111,206.22965812,47.74488095,0.00000000,0.00166667,0.00000000,22.19675214,25.72861111,0.00444444,0.00000000,18.95472222,11.68527778,0,0.00000000,0,0,0.95844444,0.00019841,0.00000000,0,0.00000000,0,1.21402778,0,7.95825941,1.98928571,3.47907407,0.00111111,0.79222222,0,4.46097222,0.29993056,0.01788889,0.07572222,0,0.04237662,0,0,0,0,0.17638889,3.66268519,0.04464331,0.00000000,0,0.03111111,0.01715686,0.00000000,0,0,0.01099444,0,0.02250000,0,0.00062500,0,0.00000000,0.00000000,0,0,0.00027778,0,0,0.00000000,0,0,0.00000000 +2016-12-30,55.29648148,229.51285040,0.00000000,0.00000000,105.48055556,0.00138889,32.41850397,0.00000000,18.02518519,0.00000000,0.00000000,13.72777778,13.00438580,5.14571429,6.67768519,0,6.23720000,1.80364583,0.38944444,2.58369031,0.00000000,17.26194444,8.09833333,0,1.39451717,0.00000000,1.47605556,0.22282407,1.18388889,0.84512711,0.00000000,0.55871032,0.42590741,0.41231481,0.59636111,0.32754774,0.09777778,0.09777778,0.00369048,0.17850082,0.02000000,0.02257879,0.13344771,0.00000000,0.05370370,0.00000000,0.01009512,0.00000000,0.01437500,0.01586806,0.00000000,0.00750000,0.00092593,0.00105159,0.00055556,0.00083333,0.00000000,0.00000000,0.00020833,0.00010417,0.00000000,0.00006944,0.00011574,0.00000000,0.00000000,0.00000000,0.00000000 +2016-12-31,351.74604167,0.00000000,0.00000000,0.00000000,0.00000000,0,33.49272778,0,27.32576747,94.34416667,0,0.00000000,3.35838889,0.00000000,0.00000000,0.02019097,0.00000000,25.71842593,0.00000000,7.36601918,0,0.95052083,0.00000000,2.15222222,2.89868538,0.00000000,0.07819444,0.00097222,0,0.55391509,0.00626263,1.74513889,0.00000000,0.26094444,0.33598291,0.35169374,0,0,0.24145833,0.02144676,0.00000000,0.03538140,0.01543544,0.00027778,0.00000000,0.00000000,0.04029733,0.02496032,0.01388889,0.01362745,0,0.00000000,0.00074074,0,0.00000000,0.00083333,0,0.00000000,0.00013889,0.00013889,0.00000000,0.00010417,0.00009259,0.00000000,0.00000000,0,0 +2017-01-01,0.00000000,0,9.17583333,0,0,0,0,36.31500000,0.00000000,0.00000000,0,0.00000000,13.14023981,0,0,5.48065465,0.00000000,0.00000000,0.00000000,0,0,1.45988889,0,0.00000000,1.47548426,0,3.00597222,0.00000000,0,0,0.00000000,0.28430556,0,0,0.00020531,0.03615605,0,0,0,0.00010305,0.01934028,0.40393690,0.01760234,0.04938889,0.00027778,0.00000000,0.00453196,0.00000000,0,0.00666667,0,0,0.00012346,0,0,0.00000000,0,0,0.00013889,0.00020833,0.00000000,0.00020833,0.00011574,0.00000000,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_waitduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_waitduration_hours/timeseries-Month-reference.csv index 7a692c7a69..d30b393748 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_waitduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_waitduration_hours/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[Treecreeper, Short-toed] Wait Hours: Per Job","[Thrush, Swainson's] Wait Hours: Per Job","[Pipit, Meadow] Wait Hours: Per Job","[Siskin] Wait Hours: Per Job","[Bunting, Yellow-browed] Wait Hours: Per Job","[Scoter, Velvet] Wait Hours: Per Job","[Crane, Sandhill] Wait Hours: Per Job","[Warbler, Yellow-browed] Wait Hours: Per Job","[Thrush, Grey-cheeked] Wait Hours: Per Job","[Ovenbird] Wait Hours: Per Job","[Tern, Sandwich] Wait Hours: Per Job","[Peregrine] Wait Hours: Per Job","[Dunlin] Wait Hours: Per Job","[Warbler, Booted] Wait Hours: Per Job","[Warbler, Dusky] Wait Hours: Per Job","[Plover, Caspian] Wait Hours: Per Job","[Sandpiper, Spotted] Wait Hours: Per Job","[Sapsucker, Yellow-bellied] Wait Hours: Per Job","[Thrush, Mistle] Wait Hours: Per Job","[Grey, Lesser] Wait Hours: Per Job","[Plover, White-tailed] Wait Hours: Per Job","[Whimbrel] Wait Hours: Per Job","[Bunting, Yellow-breasted] Wait Hours: Per Job","[Sparrow, White-throated] Wait Hours: Per Job","[Honey-buzzard] Wait Hours: Per Job","[Smew] Wait Hours: Per Job","[Crane] Wait Hours: Per Job","[Shag] Wait Hours: Per Job","[Grosbeak, Evening] Wait Hours: Per Job","[Grey, Great] Wait Hours: Per Job","[Warbler, Garden] Wait Hours: Per Job","[Warbler, Sardinian] Wait Hours: Per Job","[Harrier, Hen] Wait Hours: Per Job","[Warbler, Hooded] Wait Hours: Per Job","[Warbler, Golden-winged] Wait Hours: Per Job","[Moorhen] Wait Hours: Per Job","[Gallinule, Allen's] Wait Hours: Per Job","[Stint, Little] Wait Hours: Per Job","[Grey, Southern] Wait Hours: Per Job","[Shearwater, Cory's] Wait Hours: Per Job","[Bunting, Reed] Wait Hours: Per Job","[Lapwing] Wait Hours: Per Job","[Oriole, Baltimore] Wait Hours: Per Job","[Roller] Wait Hours: Per Job","[Duck, Ferruginous] Wait Hours: Per Job","[Dove, Turtle] Wait Hours: Per Job","[Auk, Little] Wait Hours: Per Job","[Bunting, Black-headed] Wait Hours: Per Job","[Sparrow, Savannah] Wait Hours: Per Job","[Grebe, Pied-billed] Wait Hours: Per Job","[Gull, Ring-billed] Wait Hours: Per Job","[Shrike, Long-tailed] Wait Hours: Per Job","[Martin, Crag] Wait Hours: Per Job","[Goose, Egyptian] Wait Hours: Per Job","[Fieldfare] Wait Hours: Per Job","[Ibis, Glossy] Wait Hours: Per Job","[Scaup, Lesser] Wait Hours: Per Job","[Swift, Alpine] Wait Hours: Per Job","[Coot] Wait Hours: Per Job","[Redpoll, Lesser] Wait Hours: Per Job","[Egret, Cattle] Wait Hours: Per Job","[Martin, Purple] Wait Hours: Per Job","[Chaffinch] Wait Hours: Per Job","[Jackdaw] Wait Hours: Per Job","[Partridge, Red-legged] Wait Hours: Per Job","[Warbler, Moltoni's] Wait Hours: Per Job" -2016-12,233.46900253,229.08833216,88.25266414,56.48111111,52.74111111,39.39500000,35.06708719,25.72861111,26.77900440,18.86933333,14.27555556,13.04694444,12.03978611,8.19083333,6.67768519,0.02019097,5.35740741,5.08810185,4.41189394,3.92752472,3.72481481,2.76290123,2.15912037,2.15222222,2.23908727,1.98928571,1.51085648,1.36358586,0.98805556,0.74185808,0.68931866,0.77155405,0.32390278,0.30899471,0.44919082,0.22153436,0.09777778,0.09015152,0.13753019,0.13729167,0.05777444,0.06002018,0.00027778,0.05370370,0.03111111,0.03878261,0.02184028,0.01408333,0.01434444,0.01099444,0.00750000,0.00392857,0.00105159,0.00059028,0.00083333,0.00027778,0.00018519,0.00017361,0.00012153,0.00013889,0.00008681,0.00010417,0.00000000,0.00000000,0.00000000,0.00000000 -2017-01,0.00000000,0,9.17583333,0,0,0,0,36.31500000,0.00000000,0.00000000,0,0.00000000,13.14023981,0,0,5.48065465,0.00000000,0.00000000,0.00000000,0,0,1.45988889,0,0.00000000,1.47548426,0,3.00597222,0.00000000,0,0,0.00000000,0.28430556,0,0,0.00020531,0.03615605,0,0,0.00010305,0.01934028,0.40393690,0.01760234,0.04938889,0.00027778,0.00000000,0.00453196,0.00000000,0,0.00666667,0,0,0.00012346,0,0,0.00000000,0,0,0.00013889,0.00020833,0.00000000,0.00020833,0.00011574,0.00000000,0,0,0 +Month,"[Treecreeper, Short-toed] Wait Hours: Per Job","[Thrush, Swainson's] Wait Hours: Per Job","[Pipit, Meadow] Wait Hours: Per Job","[Siskin] Wait Hours: Per Job","[Bunting, Yellow-browed] Wait Hours: Per Job","[Scoter, Velvet] Wait Hours: Per Job","[Crane, Sandhill] Wait Hours: Per Job","[Warbler, Yellow-browed] Wait Hours: Per Job","[Thrush, Grey-cheeked] Wait Hours: Per Job","[Ovenbird] Wait Hours: Per Job","[Tern, Sandwich] Wait Hours: Per Job","[Peregrine] Wait Hours: Per Job","[Dunlin] Wait Hours: Per Job","[Warbler, Booted] Wait Hours: Per Job","[Warbler, Dusky] Wait Hours: Per Job","[Plover, Caspian] Wait Hours: Per Job","[Sandpiper, Spotted] Wait Hours: Per Job","[Sapsucker, Yellow-bellied] Wait Hours: Per Job","[Thrush, Mistle] Wait Hours: Per Job","[Grey, Lesser] Wait Hours: Per Job","[Plover, White-tailed] Wait Hours: Per Job","[Whimbrel] Wait Hours: Per Job","[Bunting, Yellow-breasted] Wait Hours: Per Job","[Sparrow, White-throated] Wait Hours: Per Job","[Honey-buzzard] Wait Hours: Per Job","[Smew] Wait Hours: Per Job","[Crane] Wait Hours: Per Job","[Shag] Wait Hours: Per Job","[Grosbeak, Evening] Wait Hours: Per Job","[Grey, Great] Wait Hours: Per Job","[Warbler, Garden] Wait Hours: Per Job","[Warbler, Sardinian] Wait Hours: Per Job","[Harrier, Hen] Wait Hours: Per Job","[Warbler, Hooded] Wait Hours: Per Job","[Warbler, Golden-winged] Wait Hours: Per Job","[Moorhen] Wait Hours: Per Job","[Duck, Harlequin] Wait Hours: Per Job","[Gallinule, Allen's] Wait Hours: Per Job","[Stint, Little] Wait Hours: Per Job","[Grey, Southern] Wait Hours: Per Job","[Shearwater, Cory's] Wait Hours: Per Job","[Bunting, Reed] Wait Hours: Per Job","[Lapwing] Wait Hours: Per Job","[Oriole, Baltimore] Wait Hours: Per Job","[Roller] Wait Hours: Per Job","[Duck, Ferruginous] Wait Hours: Per Job","[Dove, Turtle] Wait Hours: Per Job","[Auk, Little] Wait Hours: Per Job","[Bunting, Black-headed] Wait Hours: Per Job","[Sparrow, Savannah] Wait Hours: Per Job","[Grebe, Pied-billed] Wait Hours: Per Job","[Gull, Ring-billed] Wait Hours: Per Job","[Shrike, Long-tailed] Wait Hours: Per Job","[Martin, Crag] Wait Hours: Per Job","[Goose, Egyptian] Wait Hours: Per Job","[Fieldfare] Wait Hours: Per Job","[Ibis, Glossy] Wait Hours: Per Job","[Scaup, Lesser] Wait Hours: Per Job","[Swift, Alpine] Wait Hours: Per Job","[Coot] Wait Hours: Per Job","[Redpoll, Lesser] Wait Hours: Per Job","[Egret, Cattle] Wait Hours: Per Job","[Martin, Purple] Wait Hours: Per Job","[Chaffinch] Wait Hours: Per Job","[Jackdaw] Wait Hours: Per Job","[Partridge, Red-legged] Wait Hours: Per Job","[Warbler, Moltoni's] Wait Hours: Per Job" +2016-12,233.46900253,229.08833216,88.25266414,56.48111111,52.74111111,39.39500000,35.06708719,25.72861111,26.77900440,18.86933333,14.27555556,13.04694444,12.03978611,8.19083333,6.67768519,0.02019097,5.35740741,5.08810185,4.41189394,3.92752472,3.72481481,2.76290123,2.15912037,2.15222222,2.23908727,1.98928571,1.51085648,1.36358586,0.98805556,0.74185808,0.68931866,0.77155405,0.32390278,0.30899471,0.44919082,0.22153436,0.09777778,0.09777778,0.09015152,0.13753019,0.13729167,0.05777444,0.06002018,0.00027778,0.05370370,0.03111111,0.03878261,0.02184028,0.01408333,0.01434444,0.01099444,0.00750000,0.00392857,0.00105159,0.00059028,0.00083333,0.00027778,0.00018519,0.00017361,0.00012153,0.00013889,0.00008681,0.00010417,0.00000000,0.00000000,0.00000000,0.00000000 +2017-01,0.00000000,0,9.17583333,0,0,0,0,36.31500000,0.00000000,0.00000000,0,0.00000000,13.14023981,0,0,5.48065465,0.00000000,0.00000000,0.00000000,0,0,1.45988889,0,0.00000000,1.47548426,0,3.00597222,0.00000000,0,0,0.00000000,0.28430556,0,0,0.00020531,0.03615605,0,0,0,0.00010305,0.01934028,0.40393690,0.01760234,0.04938889,0.00027778,0.00000000,0.00453196,0.00000000,0,0.00666667,0,0,0.00012346,0,0,0.00000000,0,0,0.00013889,0.00020833,0.00000000,0.00020833,0.00011574,0.00000000,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_waitduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_waitduration_hours/timeseries-Quarter-reference.csv index 0be2401900..7e3faf3bde 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_waitduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_waitduration_hours/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[Treecreeper, Short-toed] Wait Hours: Per Job","[Thrush, Swainson's] Wait Hours: Per Job","[Pipit, Meadow] Wait Hours: Per Job","[Siskin] Wait Hours: Per Job","[Bunting, Yellow-browed] Wait Hours: Per Job","[Scoter, Velvet] Wait Hours: Per Job","[Crane, Sandhill] Wait Hours: Per Job","[Warbler, Yellow-browed] Wait Hours: Per Job","[Thrush, Grey-cheeked] Wait Hours: Per Job","[Ovenbird] Wait Hours: Per Job","[Tern, Sandwich] Wait Hours: Per Job","[Peregrine] Wait Hours: Per Job","[Dunlin] Wait Hours: Per Job","[Warbler, Booted] Wait Hours: Per Job","[Warbler, Dusky] Wait Hours: Per Job","[Plover, Caspian] Wait Hours: Per Job","[Sandpiper, Spotted] Wait Hours: Per Job","[Sapsucker, Yellow-bellied] Wait Hours: Per Job","[Thrush, Mistle] Wait Hours: Per Job","[Grey, Lesser] Wait Hours: Per Job","[Plover, White-tailed] Wait Hours: Per Job","[Whimbrel] Wait Hours: Per Job","[Bunting, Yellow-breasted] Wait Hours: Per Job","[Sparrow, White-throated] Wait Hours: Per Job","[Honey-buzzard] Wait Hours: Per Job","[Smew] Wait Hours: Per Job","[Crane] Wait Hours: Per Job","[Shag] Wait Hours: Per Job","[Grosbeak, Evening] Wait Hours: Per Job","[Grey, Great] Wait Hours: Per Job","[Warbler, Garden] Wait Hours: Per Job","[Warbler, Sardinian] Wait Hours: Per Job","[Harrier, Hen] Wait Hours: Per Job","[Warbler, Hooded] Wait Hours: Per Job","[Warbler, Golden-winged] Wait Hours: Per Job","[Moorhen] Wait Hours: Per Job","[Gallinule, Allen's] Wait Hours: Per Job","[Stint, Little] Wait Hours: Per Job","[Grey, Southern] Wait Hours: Per Job","[Shearwater, Cory's] Wait Hours: Per Job","[Bunting, Reed] Wait Hours: Per Job","[Lapwing] Wait Hours: Per Job","[Oriole, Baltimore] Wait Hours: Per Job","[Roller] Wait Hours: Per Job","[Duck, Ferruginous] Wait Hours: Per Job","[Dove, Turtle] Wait Hours: Per Job","[Auk, Little] Wait Hours: Per Job","[Bunting, Black-headed] Wait Hours: Per Job","[Sparrow, Savannah] Wait Hours: Per Job","[Grebe, Pied-billed] Wait Hours: Per Job","[Gull, Ring-billed] Wait Hours: Per Job","[Shrike, Long-tailed] Wait Hours: Per Job","[Martin, Crag] Wait Hours: Per Job","[Goose, Egyptian] Wait Hours: Per Job","[Fieldfare] Wait Hours: Per Job","[Ibis, Glossy] Wait Hours: Per Job","[Scaup, Lesser] Wait Hours: Per Job","[Swift, Alpine] Wait Hours: Per Job","[Coot] Wait Hours: Per Job","[Redpoll, Lesser] Wait Hours: Per Job","[Egret, Cattle] Wait Hours: Per Job","[Martin, Purple] Wait Hours: Per Job","[Chaffinch] Wait Hours: Per Job","[Jackdaw] Wait Hours: Per Job","[Partridge, Red-legged] Wait Hours: Per Job","[Warbler, Moltoni's] Wait Hours: Per Job" -"2016 Q4",233.46900253,229.08833216,88.25266414,56.48111111,52.74111111,39.39500000,35.06708719,25.72861111,26.77900440,18.86933333,14.27555556,13.04694444,12.03978611,8.19083333,6.67768519,0.02019097,5.35740741,5.08810185,4.41189394,3.92752472,3.72481481,2.76290123,2.15912037,2.15222222,2.23908727,1.98928571,1.51085648,1.36358586,0.98805556,0.74185808,0.68931866,0.77155405,0.32390278,0.30899471,0.44919082,0.22153436,0.09777778,0.09015152,0.13753019,0.13729167,0.05777444,0.06002018,0.00027778,0.05370370,0.03111111,0.03878261,0.02184028,0.01408333,0.01434444,0.01099444,0.00750000,0.00392857,0.00105159,0.00059028,0.00083333,0.00027778,0.00018519,0.00017361,0.00012153,0.00013889,0.00008681,0.00010417,0.00000000,0.00000000,0.00000000,0.00000000 -"2017 Q1",0.00000000,0,9.17583333,0,0,0,0,36.31500000,0.00000000,0.00000000,0,0.00000000,13.14023981,0,0,5.48065465,0.00000000,0.00000000,0.00000000,0,0,1.45988889,0,0.00000000,1.47548426,0,3.00597222,0.00000000,0,0,0.00000000,0.28430556,0,0,0.00020531,0.03615605,0,0,0.00010305,0.01934028,0.40393690,0.01760234,0.04938889,0.00027778,0.00000000,0.00453196,0.00000000,0,0.00666667,0,0,0.00012346,0,0,0.00000000,0,0,0.00013889,0.00020833,0.00000000,0.00020833,0.00011574,0.00000000,0,0,0 +Quarter,"[Treecreeper, Short-toed] Wait Hours: Per Job","[Thrush, Swainson's] Wait Hours: Per Job","[Pipit, Meadow] Wait Hours: Per Job","[Siskin] Wait Hours: Per Job","[Bunting, Yellow-browed] Wait Hours: Per Job","[Scoter, Velvet] Wait Hours: Per Job","[Crane, Sandhill] Wait Hours: Per Job","[Warbler, Yellow-browed] Wait Hours: Per Job","[Thrush, Grey-cheeked] Wait Hours: Per Job","[Ovenbird] Wait Hours: Per Job","[Tern, Sandwich] Wait Hours: Per Job","[Peregrine] Wait Hours: Per Job","[Dunlin] Wait Hours: Per Job","[Warbler, Booted] Wait Hours: Per Job","[Warbler, Dusky] Wait Hours: Per Job","[Plover, Caspian] Wait Hours: Per Job","[Sandpiper, Spotted] Wait Hours: Per Job","[Sapsucker, Yellow-bellied] Wait Hours: Per Job","[Thrush, Mistle] Wait Hours: Per Job","[Grey, Lesser] Wait Hours: Per Job","[Plover, White-tailed] Wait Hours: Per Job","[Whimbrel] Wait Hours: Per Job","[Bunting, Yellow-breasted] Wait Hours: Per Job","[Sparrow, White-throated] Wait Hours: Per Job","[Honey-buzzard] Wait Hours: Per Job","[Smew] Wait Hours: Per Job","[Crane] Wait Hours: Per Job","[Shag] Wait Hours: Per Job","[Grosbeak, Evening] Wait Hours: Per Job","[Grey, Great] Wait Hours: Per Job","[Warbler, Garden] Wait Hours: Per Job","[Warbler, Sardinian] Wait Hours: Per Job","[Harrier, Hen] Wait Hours: Per Job","[Warbler, Hooded] Wait Hours: Per Job","[Warbler, Golden-winged] Wait Hours: Per Job","[Moorhen] Wait Hours: Per Job","[Duck, Harlequin] Wait Hours: Per Job","[Gallinule, Allen's] Wait Hours: Per Job","[Stint, Little] Wait Hours: Per Job","[Grey, Southern] Wait Hours: Per Job","[Shearwater, Cory's] Wait Hours: Per Job","[Bunting, Reed] Wait Hours: Per Job","[Lapwing] Wait Hours: Per Job","[Oriole, Baltimore] Wait Hours: Per Job","[Roller] Wait Hours: Per Job","[Duck, Ferruginous] Wait Hours: Per Job","[Dove, Turtle] Wait Hours: Per Job","[Auk, Little] Wait Hours: Per Job","[Bunting, Black-headed] Wait Hours: Per Job","[Sparrow, Savannah] Wait Hours: Per Job","[Grebe, Pied-billed] Wait Hours: Per Job","[Gull, Ring-billed] Wait Hours: Per Job","[Shrike, Long-tailed] Wait Hours: Per Job","[Martin, Crag] Wait Hours: Per Job","[Goose, Egyptian] Wait Hours: Per Job","[Fieldfare] Wait Hours: Per Job","[Ibis, Glossy] Wait Hours: Per Job","[Scaup, Lesser] Wait Hours: Per Job","[Swift, Alpine] Wait Hours: Per Job","[Coot] Wait Hours: Per Job","[Redpoll, Lesser] Wait Hours: Per Job","[Egret, Cattle] Wait Hours: Per Job","[Martin, Purple] Wait Hours: Per Job","[Chaffinch] Wait Hours: Per Job","[Jackdaw] Wait Hours: Per Job","[Partridge, Red-legged] Wait Hours: Per Job","[Warbler, Moltoni's] Wait Hours: Per Job" +"2016 Q4",233.46900253,229.08833216,88.25266414,56.48111111,52.74111111,39.39500000,35.06708719,25.72861111,26.77900440,18.86933333,14.27555556,13.04694444,12.03978611,8.19083333,6.67768519,0.02019097,5.35740741,5.08810185,4.41189394,3.92752472,3.72481481,2.76290123,2.15912037,2.15222222,2.23908727,1.98928571,1.51085648,1.36358586,0.98805556,0.74185808,0.68931866,0.77155405,0.32390278,0.30899471,0.44919082,0.22153436,0.09777778,0.09777778,0.09015152,0.13753019,0.13729167,0.05777444,0.06002018,0.00027778,0.05370370,0.03111111,0.03878261,0.02184028,0.01408333,0.01434444,0.01099444,0.00750000,0.00392857,0.00105159,0.00059028,0.00083333,0.00027778,0.00018519,0.00017361,0.00012153,0.00013889,0.00008681,0.00010417,0.00000000,0.00000000,0.00000000,0.00000000 +"2017 Q1",0.00000000,0,9.17583333,0,0,0,0,36.31500000,0.00000000,0.00000000,0,0.00000000,13.14023981,0,0,5.48065465,0.00000000,0.00000000,0.00000000,0,0,1.45988889,0,0.00000000,1.47548426,0,3.00597222,0.00000000,0,0,0.00000000,0.28430556,0,0,0.00020531,0.03615605,0,0,0,0.00010305,0.01934028,0.40393690,0.01760234,0.04938889,0.00027778,0.00000000,0.00453196,0.00000000,0,0.00666667,0,0,0.00012346,0,0,0.00000000,0,0,0.00013889,0.00020833,0.00000000,0.00020833,0.00011574,0.00000000,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_waitduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_waitduration_hours/timeseries-Year-reference.csv index 767f42d9f1..1cd010e8c4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_waitduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_waitduration_hours/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[Treecreeper, Short-toed] Wait Hours: Per Job","[Thrush, Swainson's] Wait Hours: Per Job","[Pipit, Meadow] Wait Hours: Per Job","[Siskin] Wait Hours: Per Job","[Bunting, Yellow-browed] Wait Hours: Per Job","[Scoter, Velvet] Wait Hours: Per Job","[Crane, Sandhill] Wait Hours: Per Job","[Warbler, Yellow-browed] Wait Hours: Per Job","[Thrush, Grey-cheeked] Wait Hours: Per Job","[Ovenbird] Wait Hours: Per Job","[Tern, Sandwich] Wait Hours: Per Job","[Peregrine] Wait Hours: Per Job","[Dunlin] Wait Hours: Per Job","[Warbler, Booted] Wait Hours: Per Job","[Warbler, Dusky] Wait Hours: Per Job","[Plover, Caspian] Wait Hours: Per Job","[Sandpiper, Spotted] Wait Hours: Per Job","[Sapsucker, Yellow-bellied] Wait Hours: Per Job","[Thrush, Mistle] Wait Hours: Per Job","[Grey, Lesser] Wait Hours: Per Job","[Plover, White-tailed] Wait Hours: Per Job","[Whimbrel] Wait Hours: Per Job","[Bunting, Yellow-breasted] Wait Hours: Per Job","[Sparrow, White-throated] Wait Hours: Per Job","[Honey-buzzard] Wait Hours: Per Job","[Smew] Wait Hours: Per Job","[Crane] Wait Hours: Per Job","[Shag] Wait Hours: Per Job","[Grosbeak, Evening] Wait Hours: Per Job","[Grey, Great] Wait Hours: Per Job","[Warbler, Garden] Wait Hours: Per Job","[Warbler, Sardinian] Wait Hours: Per Job","[Harrier, Hen] Wait Hours: Per Job","[Warbler, Hooded] Wait Hours: Per Job","[Warbler, Golden-winged] Wait Hours: Per Job","[Moorhen] Wait Hours: Per Job","[Gallinule, Allen's] Wait Hours: Per Job","[Stint, Little] Wait Hours: Per Job","[Grey, Southern] Wait Hours: Per Job","[Shearwater, Cory's] Wait Hours: Per Job","[Bunting, Reed] Wait Hours: Per Job","[Lapwing] Wait Hours: Per Job","[Oriole, Baltimore] Wait Hours: Per Job","[Roller] Wait Hours: Per Job","[Duck, Ferruginous] Wait Hours: Per Job","[Dove, Turtle] Wait Hours: Per Job","[Auk, Little] Wait Hours: Per Job","[Bunting, Black-headed] Wait Hours: Per Job","[Sparrow, Savannah] Wait Hours: Per Job","[Grebe, Pied-billed] Wait Hours: Per Job","[Gull, Ring-billed] Wait Hours: Per Job","[Shrike, Long-tailed] Wait Hours: Per Job","[Martin, Crag] Wait Hours: Per Job","[Goose, Egyptian] Wait Hours: Per Job","[Fieldfare] Wait Hours: Per Job","[Ibis, Glossy] Wait Hours: Per Job","[Scaup, Lesser] Wait Hours: Per Job","[Swift, Alpine] Wait Hours: Per Job","[Coot] Wait Hours: Per Job","[Redpoll, Lesser] Wait Hours: Per Job","[Egret, Cattle] Wait Hours: Per Job","[Martin, Purple] Wait Hours: Per Job","[Chaffinch] Wait Hours: Per Job","[Jackdaw] Wait Hours: Per Job","[Partridge, Red-legged] Wait Hours: Per Job","[Warbler, Moltoni's] Wait Hours: Per Job" -2016,233.46900253,229.08833216,88.25266414,56.48111111,52.74111111,39.39500000,35.06708719,25.72861111,26.77900440,18.86933333,14.27555556,13.04694444,12.03978611,8.19083333,6.67768519,0.02019097,5.35740741,5.08810185,4.41189394,3.92752472,3.72481481,2.76290123,2.15912037,2.15222222,2.23908727,1.98928571,1.51085648,1.36358586,0.98805556,0.74185808,0.68931866,0.77155405,0.32390278,0.30899471,0.44919082,0.22153436,0.09777778,0.09015152,0.13753019,0.13729167,0.05777444,0.06002018,0.00027778,0.05370370,0.03111111,0.03878261,0.02184028,0.01408333,0.01434444,0.01099444,0.00750000,0.00392857,0.00105159,0.00059028,0.00083333,0.00027778,0.00018519,0.00017361,0.00012153,0.00013889,0.00008681,0.00010417,0.00000000,0.00000000,0.00000000,0.00000000 -2017,0.00000000,0,9.17583333,0,0,0,0,36.31500000,0.00000000,0.00000000,0,0.00000000,13.14023981,0,0,5.48065465,0.00000000,0.00000000,0.00000000,0,0,1.45988889,0,0.00000000,1.47548426,0,3.00597222,0.00000000,0,0,0.00000000,0.28430556,0,0,0.00020531,0.03615605,0,0,0.00010305,0.01934028,0.40393690,0.01760234,0.04938889,0.00027778,0.00000000,0.00453196,0.00000000,0,0.00666667,0,0,0.00012346,0,0,0.00000000,0,0,0.00013889,0.00020833,0.00000000,0.00020833,0.00011574,0.00000000,0,0,0 +Year,"[Treecreeper, Short-toed] Wait Hours: Per Job","[Thrush, Swainson's] Wait Hours: Per Job","[Pipit, Meadow] Wait Hours: Per Job","[Siskin] Wait Hours: Per Job","[Bunting, Yellow-browed] Wait Hours: Per Job","[Scoter, Velvet] Wait Hours: Per Job","[Crane, Sandhill] Wait Hours: Per Job","[Warbler, Yellow-browed] Wait Hours: Per Job","[Thrush, Grey-cheeked] Wait Hours: Per Job","[Ovenbird] Wait Hours: Per Job","[Tern, Sandwich] Wait Hours: Per Job","[Peregrine] Wait Hours: Per Job","[Dunlin] Wait Hours: Per Job","[Warbler, Booted] Wait Hours: Per Job","[Warbler, Dusky] Wait Hours: Per Job","[Plover, Caspian] Wait Hours: Per Job","[Sandpiper, Spotted] Wait Hours: Per Job","[Sapsucker, Yellow-bellied] Wait Hours: Per Job","[Thrush, Mistle] Wait Hours: Per Job","[Grey, Lesser] Wait Hours: Per Job","[Plover, White-tailed] Wait Hours: Per Job","[Whimbrel] Wait Hours: Per Job","[Bunting, Yellow-breasted] Wait Hours: Per Job","[Sparrow, White-throated] Wait Hours: Per Job","[Honey-buzzard] Wait Hours: Per Job","[Smew] Wait Hours: Per Job","[Crane] Wait Hours: Per Job","[Shag] Wait Hours: Per Job","[Grosbeak, Evening] Wait Hours: Per Job","[Grey, Great] Wait Hours: Per Job","[Warbler, Garden] Wait Hours: Per Job","[Warbler, Sardinian] Wait Hours: Per Job","[Harrier, Hen] Wait Hours: Per Job","[Warbler, Hooded] Wait Hours: Per Job","[Warbler, Golden-winged] Wait Hours: Per Job","[Moorhen] Wait Hours: Per Job","[Duck, Harlequin] Wait Hours: Per Job","[Gallinule, Allen's] Wait Hours: Per Job","[Stint, Little] Wait Hours: Per Job","[Grey, Southern] Wait Hours: Per Job","[Shearwater, Cory's] Wait Hours: Per Job","[Bunting, Reed] Wait Hours: Per Job","[Lapwing] Wait Hours: Per Job","[Oriole, Baltimore] Wait Hours: Per Job","[Roller] Wait Hours: Per Job","[Duck, Ferruginous] Wait Hours: Per Job","[Dove, Turtle] Wait Hours: Per Job","[Auk, Little] Wait Hours: Per Job","[Bunting, Black-headed] Wait Hours: Per Job","[Sparrow, Savannah] Wait Hours: Per Job","[Grebe, Pied-billed] Wait Hours: Per Job","[Gull, Ring-billed] Wait Hours: Per Job","[Shrike, Long-tailed] Wait Hours: Per Job","[Martin, Crag] Wait Hours: Per Job","[Goose, Egyptian] Wait Hours: Per Job","[Fieldfare] Wait Hours: Per Job","[Ibis, Glossy] Wait Hours: Per Job","[Scaup, Lesser] Wait Hours: Per Job","[Swift, Alpine] Wait Hours: Per Job","[Coot] Wait Hours: Per Job","[Redpoll, Lesser] Wait Hours: Per Job","[Egret, Cattle] Wait Hours: Per Job","[Martin, Purple] Wait Hours: Per Job","[Chaffinch] Wait Hours: Per Job","[Jackdaw] Wait Hours: Per Job","[Partridge, Red-legged] Wait Hours: Per Job","[Warbler, Moltoni's] Wait Hours: Per Job" +2016,233.46900253,229.08833216,88.25266414,56.48111111,52.74111111,39.39500000,35.06708719,25.72861111,26.77900440,18.86933333,14.27555556,13.04694444,12.03978611,8.19083333,6.67768519,0.02019097,5.35740741,5.08810185,4.41189394,3.92752472,3.72481481,2.76290123,2.15912037,2.15222222,2.23908727,1.98928571,1.51085648,1.36358586,0.98805556,0.74185808,0.68931866,0.77155405,0.32390278,0.30899471,0.44919082,0.22153436,0.09777778,0.09777778,0.09015152,0.13753019,0.13729167,0.05777444,0.06002018,0.00027778,0.05370370,0.03111111,0.03878261,0.02184028,0.01408333,0.01434444,0.01099444,0.00750000,0.00392857,0.00105159,0.00059028,0.00083333,0.00027778,0.00018519,0.00017361,0.00012153,0.00013889,0.00008681,0.00010417,0.00000000,0.00000000,0.00000000,0.00000000 +2017,0.00000000,0,9.17583333,0,0,0,0,36.31500000,0.00000000,0.00000000,0,0.00000000,13.14023981,0,0,5.48065465,0.00000000,0.00000000,0.00000000,0,0,1.45988889,0,0.00000000,1.47548426,0,3.00597222,0.00000000,0,0,0.00000000,0.28430556,0,0,0.00020531,0.03615605,0,0,0,0.00010305,0.01934028,0.40393690,0.01760234,0.04938889,0.00027778,0.00000000,0.00453196,0.00000000,0,0.00666667,0,0,0.00012346,0,0,0.00000000,0,0,0.00013889,0.00020833,0.00000000,0.00020833,0.00011574,0.00000000,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_wallduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_wallduration_hours/aggregate-Day-reference.csv index 970a83c76e..3a6de14c65 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_wallduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_wallduration_hours/aggregate-Day-reference.csv @@ -66,6 +66,7 @@ Coot,0.97185185,0.0004785195136278676 "Stint, Little",0.33320707,0.09324722160395126 "Bunting, Reed",0.29758033,0.026000891408928004 Honey-buzzard,0.28378820,0.002129439336752145 +"Duck, Harlequin",0.26055556,0 "Gallinule, Allen's",0.26055556,0 Dunlin,0.18926081,0.027954377835160745 "Martin, Crag",0.08049603,0.022331879009996006 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_wallduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_wallduration_hours/aggregate-Month-reference.csv index 6eead250f4..fa56e0e4d0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_wallduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_wallduration_hours/aggregate-Month-reference.csv @@ -66,6 +66,7 @@ Coot,0.97185185,0.0004785195136278676 "Stint, Little",0.33320707,0.09324722160395126 "Bunting, Reed",0.29758033,0.0457046053323436 Honey-buzzard,0.28378820,0.0027004215312930553 +"Duck, Harlequin",0.26055556,0 "Gallinule, Allen's",0.26055556,0 Dunlin,0.18926081,0.027954377835160745 "Martin, Crag",0.08049603,0.022331879009996006 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_wallduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_wallduration_hours/aggregate-Quarter-reference.csv index 6eead250f4..fa56e0e4d0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_wallduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_wallduration_hours/aggregate-Quarter-reference.csv @@ -66,6 +66,7 @@ Coot,0.97185185,0.0004785195136278676 "Stint, Little",0.33320707,0.09324722160395126 "Bunting, Reed",0.29758033,0.0457046053323436 Honey-buzzard,0.28378820,0.0027004215312930553 +"Duck, Harlequin",0.26055556,0 "Gallinule, Allen's",0.26055556,0 Dunlin,0.18926081,0.027954377835160745 "Martin, Crag",0.08049603,0.022331879009996006 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_wallduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_wallduration_hours/aggregate-Year-reference.csv index 6eead250f4..fa56e0e4d0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_wallduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_wallduration_hours/aggregate-Year-reference.csv @@ -66,6 +66,7 @@ Coot,0.97185185,0.0004785195136278676 "Stint, Little",0.33320707,0.09324722160395126 "Bunting, Reed",0.29758033,0.0457046053323436 Honey-buzzard,0.28378820,0.0027004215312930553 +"Duck, Harlequin",0.26055556,0 "Gallinule, Allen's",0.26055556,0 Dunlin,0.18926081,0.027954377835160745 "Martin, Crag",0.08049603,0.022331879009996006 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_wallduration_hours/timeseries-Day-reference.csv index 3bd3f41842..025446ddc0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_wallduration_hours/timeseries-Day-reference.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[Chaffinch] Wall Hours: Per Job","[Tern, Sandwich] Wall Hours: Per Job","[Ovenbird] Wall Hours: Per Job","[Warbler, Moltoni's] Wall Hours: Per Job","[Scaup, Lesser] Wall Hours: Per Job","[Siskin] Wall Hours: Per Job","[Duck, Ferruginous] Wall Hours: Per Job","[Pipit, Meadow] Wall Hours: Per Job","[Warbler, Garden] Wall Hours: Per Job","[Lapwing] Wall Hours: Per Job","[Sapsucker, Yellow-bellied] Wall Hours: Per Job","[Ibis, Glossy] Wall Hours: Per Job","[Treecreeper, Short-toed] Wall Hours: Per Job","[Plover, White-tailed] Wall Hours: Per Job","[Thrush, Mistle] Wall Hours: Per Job","[Bunting, Yellow-breasted] Wall Hours: Per Job","[Scoter, Velvet] Wall Hours: Per Job","[Smew] Wall Hours: Per Job","[Gull, Ring-billed] Wall Hours: Per Job","[Shearwater, Cory's] Wall Hours: Per Job","[Sparrow, White-throated] Wall Hours: Per Job","[Moorhen] Wall Hours: Per Job","[Bunting, Yellow-browed] Wall Hours: Per Job","[Peregrine] Wall Hours: Per Job","[Jackdaw] Wall Hours: Per Job","[Warbler, Hooded] Wall Hours: Per Job","[Shag] Wall Hours: Per Job","[Redpoll, Lesser] Wall Hours: Per Job","[Sandpiper, Spotted] Wall Hours: Per Job","[Warbler, Booted] Wall Hours: Per Job","[Goose, Egyptian] Wall Hours: Per Job","[Warbler, Dusky] Wall Hours: Per Job","[Fieldfare] Wall Hours: Per Job","[Crane] Wall Hours: Per Job","[Grosbeak, Evening] Wall Hours: Per Job","[Grebe, Pied-billed] Wall Hours: Per Job","[Warbler, Sardinian] Wall Hours: Per Job","[Oriole, Baltimore] Wall Hours: Per Job","[Grey, Lesser] Wall Hours: Per Job","[Thrush, Grey-cheeked] Wall Hours: Per Job","[Crane, Sandhill] Wall Hours: Per Job","[Auk, Little] Wall Hours: Per Job","[Whimbrel] Wall Hours: Per Job","[Bunting, Black-headed] Wall Hours: Per Job","[Harrier, Hen] Wall Hours: Per Job","[Roller] Wall Hours: Per Job","[Warbler, Yellow-browed] Wall Hours: Per Job","[Shrike, Long-tailed] Wall Hours: Per Job","[Plover, Caspian] Wall Hours: Per Job","[Dove, Turtle] Wall Hours: Per Job","[Coot] Wall Hours: Per Job","[Martin, Purple] Wall Hours: Per Job","[Egret, Cattle] Wall Hours: Per Job","[Grey, Southern] Wall Hours: Per Job","[Warbler, Golden-winged] Wall Hours: Per Job","[Swift, Alpine] Wall Hours: Per Job","[Thrush, Swainson's] Wall Hours: Per Job","[Stint, Little] Wall Hours: Per Job","[Bunting, Reed] Wall Hours: Per Job","[Honey-buzzard] Wall Hours: Per Job","[Gallinule, Allen's] Wall Hours: Per Job","[Dunlin] Wall Hours: Per Job","[Martin, Crag] Wall Hours: Per Job","[Partridge, Red-legged] Wall Hours: Per Job","[Sparrow, Savannah] Wall Hours: Per Job","[Grey, Great] Wall Hours: Per Job" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16.74638889,0,0,0,0,0,0,0,0,0,0,0,16.94166667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,8.60361111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-24,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-25,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,13.07986111,0,0,0,0,0,0,0,0,3.17402778,0,0,0,0,0,0,0 -2016-12-26,0,24.00000000,0,0,0,0,0,0,2.70416667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0 -2016-12-27,3.79972222,24.00000000,4.93666667,4.72138889,0,20.66416667,0,12.98407407,24.00000000,0,0,0,13.96533333,0,0,8.54972222,20.81333333,0,0,0,0,0,0,0,0,0,0,0,0,19.90555556,0,0,0,0,0,0,0,24.00000000,0,0,20.33888889,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,5.60912037,3.21666667,0,0,0,0,0,0 -2016-12-28,24.00000000,24.00000000,24.00000000,24.00000000,17.86320988,18.38902778,0,15.23050000,9.02631944,13.35268330,0,4.70055556,17.63833333,5.03972222,3.11533951,24.00000000,24.00000000,0,0,0,0,5.01598392,0,0,0,8.78983333,10.70500000,0,0,24.00000000,0,0,0,0,0,0,8.32944444,24.00000000,0,0,13.20166667,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,22.46382479,24.00000000,0,0,0,0,0,0 -2016-12-29,24.00000000,19.56861111,24.00000000,24.00000000,24.00000000,24.00000000,3.00194444,23.45363636,23.88776389,16.60273286,19.85234127,24.00000000,20.53074074,24.00000000,24.00000000,8.50644444,24.00000000,11.55011905,0,4.96462963,0,13.10756221,18.97472222,23.43805556,0,13.89555556,18.93416667,7.17361111,4.06163889,24.00000000,3.66944444,0,0,6.36972222,1.92694444,4.66003889,16.72988095,24.00000000,0,3.62000000,13.84817130,10.40083333,0,0,2.01966667,0,6.48888889,22.24222222,0,3.53675439,0,0,0,0,0,0,0.76098291,0,14.25164444,0.65402610,0,0,0,0,0,0 -2016-12-30,24.00000000,3.56833333,24.00000000,19.28555556,24.00000000,12.68527778,24.00000000,22.20438131,18.92284722,21.71949405,19.44072222,19.30611111,12.82591049,15.09675926,14.55335859,18.07555556,2.77500000,21.78416667,17.79750000,17.98229167,0,13.31263065,12.00027778,8.15601852,10.84229167,11.13357639,9.52657407,13.13555556,9.54880556,11.72422222,10.28048611,9.78120370,8.00444444,7.97656250,9.11736111,5.34402222,3.83073016,24.00000000,4.25015531,16.84687500,4.13567080,13.60638889,9.48777778,3.48631944,4.10559722,1.45518519,2.51750000,3.96541667,0,1.09007800,0.97263889,0.97243056,0.97256944,1.58977533,0.48461111,0.13409722,0.53023103,0.43603175,0.13315301,0.32887293,0.26055556,0.14245370,0.08049603,0.06500000,0.02760417,0.02405133 -2016-12-31,24.00000000,0,16.57072222,0,6.14111111,9.25722222,24.00000000,12.06362573,23.17923611,10.83064379,19.04313725,0,14.97629630,0,24.00000000,16.29814815,0,22.09055556,14.11222222,24.00000000,16.61129630,12.53390738,7.37444444,24.00000000,22.00930556,6.09461806,9.82916667,5.99611111,15.83912037,1.92791667,7.33458333,16.96888889,19.78805556,10.17785714,0,0,14.33632716,4.84750000,5.54019436,7.28581633,1.97834003,6.47384921,4.70839506,7.65398148,8.63138889,4.84500000,0,1.29611111,0.19661458,1.04230003,0.97312500,0.97349537,0.97211806,1.07971065,1.49565171,2.06152778,17.41444444,0.15326389,0.13894731,0.36784723,0,0.14844444,0,0,0.02281046,0.01479010 -2017-01-01,20.20750000,0,23.22416667,0,0,0,19.00583333,2.74435185,11.20848700,13.34534574,12.85083333,0,17.62535714,0,5.04583333,0,0,0,0,8.59888889,8.88361111,11.50582962,0,2.63722222,0,0,4.95388889,11.49055556,5.29138889,0,0,0,7.66472222,6.95507937,0,0,2.04793210,1.56342949,0,17.62916667,0,0.47638889,4.94488095,0,0,4.28111111,0.02166667,2.25132716,2.11436355,1.19577652,0.96979167,0.96958333,0.96975694,0.02809588,0.30830000,0.22246528,0,0,2.34518519,0.05680123,0,0.22250400,0,0,0.02555556,0 +Day,"[Chaffinch] Wall Hours: Per Job","[Tern, Sandwich] Wall Hours: Per Job","[Ovenbird] Wall Hours: Per Job","[Warbler, Moltoni's] Wall Hours: Per Job","[Scaup, Lesser] Wall Hours: Per Job","[Siskin] Wall Hours: Per Job","[Duck, Ferruginous] Wall Hours: Per Job","[Pipit, Meadow] Wall Hours: Per Job","[Warbler, Garden] Wall Hours: Per Job","[Lapwing] Wall Hours: Per Job","[Sapsucker, Yellow-bellied] Wall Hours: Per Job","[Ibis, Glossy] Wall Hours: Per Job","[Treecreeper, Short-toed] Wall Hours: Per Job","[Plover, White-tailed] Wall Hours: Per Job","[Thrush, Mistle] Wall Hours: Per Job","[Bunting, Yellow-breasted] Wall Hours: Per Job","[Scoter, Velvet] Wall Hours: Per Job","[Smew] Wall Hours: Per Job","[Gull, Ring-billed] Wall Hours: Per Job","[Shearwater, Cory's] Wall Hours: Per Job","[Sparrow, White-throated] Wall Hours: Per Job","[Moorhen] Wall Hours: Per Job","[Bunting, Yellow-browed] Wall Hours: Per Job","[Peregrine] Wall Hours: Per Job","[Jackdaw] Wall Hours: Per Job","[Warbler, Hooded] Wall Hours: Per Job","[Shag] Wall Hours: Per Job","[Redpoll, Lesser] Wall Hours: Per Job","[Sandpiper, Spotted] Wall Hours: Per Job","[Warbler, Booted] Wall Hours: Per Job","[Goose, Egyptian] Wall Hours: Per Job","[Warbler, Dusky] Wall Hours: Per Job","[Fieldfare] Wall Hours: Per Job","[Crane] Wall Hours: Per Job","[Grosbeak, Evening] Wall Hours: Per Job","[Grebe, Pied-billed] Wall Hours: Per Job","[Warbler, Sardinian] Wall Hours: Per Job","[Oriole, Baltimore] Wall Hours: Per Job","[Grey, Lesser] Wall Hours: Per Job","[Thrush, Grey-cheeked] Wall Hours: Per Job","[Crane, Sandhill] Wall Hours: Per Job","[Auk, Little] Wall Hours: Per Job","[Whimbrel] Wall Hours: Per Job","[Bunting, Black-headed] Wall Hours: Per Job","[Harrier, Hen] Wall Hours: Per Job","[Roller] Wall Hours: Per Job","[Warbler, Yellow-browed] Wall Hours: Per Job","[Shrike, Long-tailed] Wall Hours: Per Job","[Plover, Caspian] Wall Hours: Per Job","[Dove, Turtle] Wall Hours: Per Job","[Coot] Wall Hours: Per Job","[Martin, Purple] Wall Hours: Per Job","[Egret, Cattle] Wall Hours: Per Job","[Grey, Southern] Wall Hours: Per Job","[Warbler, Golden-winged] Wall Hours: Per Job","[Swift, Alpine] Wall Hours: Per Job","[Thrush, Swainson's] Wall Hours: Per Job","[Stint, Little] Wall Hours: Per Job","[Bunting, Reed] Wall Hours: Per Job","[Honey-buzzard] Wall Hours: Per Job","[Duck, Harlequin] Wall Hours: Per Job","[Gallinule, Allen's] Wall Hours: Per Job","[Dunlin] Wall Hours: Per Job","[Martin, Crag] Wall Hours: Per Job","[Partridge, Red-legged] Wall Hours: Per Job","[Sparrow, Savannah] Wall Hours: Per Job","[Grey, Great] Wall Hours: Per Job" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16.74638889,0,0,0,0,0,0,0,0,0,0,0,16.94166667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,8.60361111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-24,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-25,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,13.07986111,0,0,0,0,0,0,0,0,3.17402778,0,0,0,0,0,0,0,0 +2016-12-26,0,24.00000000,0,0,0,0,0,0,2.70416667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0 +2016-12-27,3.79972222,24.00000000,4.93666667,4.72138889,0,20.66416667,0,12.98407407,24.00000000,0,0,0,13.96533333,0,0,8.54972222,20.81333333,0,0,0,0,0,0,0,0,0,0,0,0,19.90555556,0,0,0,0,0,0,0,24.00000000,0,0,20.33888889,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,5.60912037,3.21666667,0,0,0,0,0,0,0 +2016-12-28,24.00000000,24.00000000,24.00000000,24.00000000,17.86320988,18.38902778,0,15.23050000,9.02631944,13.35268330,0,4.70055556,17.63833333,5.03972222,3.11533951,24.00000000,24.00000000,0,0,0,0,5.01598392,0,0,0,8.78983333,10.70500000,0,0,24.00000000,0,0,0,0,0,0,8.32944444,24.00000000,0,0,13.20166667,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,22.46382479,24.00000000,0,0,0,0,0,0,0 +2016-12-29,24.00000000,19.56861111,24.00000000,24.00000000,24.00000000,24.00000000,3.00194444,23.45363636,23.88776389,16.60273286,19.85234127,24.00000000,20.53074074,24.00000000,24.00000000,8.50644444,24.00000000,11.55011905,0,4.96462963,0,13.10756221,18.97472222,23.43805556,0,13.89555556,18.93416667,7.17361111,4.06163889,24.00000000,3.66944444,0,0,6.36972222,1.92694444,4.66003889,16.72988095,24.00000000,0,3.62000000,13.84817130,10.40083333,0,0,2.01966667,0,6.48888889,22.24222222,0,3.53675439,0,0,0,0,0,0,0.76098291,0,14.25164444,0.65402610,0,0,0,0,0,0,0 +2016-12-30,24.00000000,3.56833333,24.00000000,19.28555556,24.00000000,12.68527778,24.00000000,22.20438131,18.92284722,21.71949405,19.44072222,19.30611111,12.82591049,15.09675926,14.55335859,18.07555556,2.77500000,21.78416667,17.79750000,17.98229167,0,13.31263065,12.00027778,8.15601852,10.84229167,11.13357639,9.52657407,13.13555556,9.54880556,11.72422222,10.28048611,9.78120370,8.00444444,7.97656250,9.11736111,5.34402222,3.83073016,24.00000000,4.25015531,16.84687500,4.13567080,13.60638889,9.48777778,3.48631944,4.10559722,1.45518519,2.51750000,3.96541667,0,1.09007800,0.97263889,0.97243056,0.97256944,1.58977533,0.48461111,0.13409722,0.53023103,0.43603175,0.13315301,0.32887293,0.26055556,0.26055556,0.14245370,0.08049603,0.06500000,0.02760417,0.02405133 +2016-12-31,24.00000000,0,16.57072222,0,6.14111111,9.25722222,24.00000000,12.06362573,23.17923611,10.83064379,19.04313725,0,14.97629630,0,24.00000000,16.29814815,0,22.09055556,14.11222222,24.00000000,16.61129630,12.53390738,7.37444444,24.00000000,22.00930556,6.09461806,9.82916667,5.99611111,15.83912037,1.92791667,7.33458333,16.96888889,19.78805556,10.17785714,0,0,14.33632716,4.84750000,5.54019436,7.28581633,1.97834003,6.47384921,4.70839506,7.65398148,8.63138889,4.84500000,0,1.29611111,0.19661458,1.04230003,0.97312500,0.97349537,0.97211806,1.07971065,1.49565171,2.06152778,17.41444444,0.15326389,0.13894731,0.36784723,0,0,0.14844444,0,0,0.02281046,0.01479010 +2017-01-01,20.20750000,0,23.22416667,0,0,0,19.00583333,2.74435185,11.20848700,13.34534574,12.85083333,0,17.62535714,0,5.04583333,0,0,0,0,8.59888889,8.88361111,11.50582962,0,2.63722222,0,0,4.95388889,11.49055556,5.29138889,0,0,0,7.66472222,6.95507937,0,0,2.04793210,1.56342949,0,17.62916667,0,0.47638889,4.94488095,0,0,4.28111111,0.02166667,2.25132716,2.11436355,1.19577652,0.96979167,0.96958333,0.96975694,0.02809588,0.30830000,0.22246528,0,0,2.34518519,0.05680123,0,0,0.22250400,0,0,0.02555556,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_wallduration_hours/timeseries-Month-reference.csv index 4920817a67..07b4e9edde 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_wallduration_hours/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[Chaffinch] Wall Hours: Per Job","[Tern, Sandwich] Wall Hours: Per Job","[Ovenbird] Wall Hours: Per Job","[Warbler, Moltoni's] Wall Hours: Per Job","[Scaup, Lesser] Wall Hours: Per Job","[Siskin] Wall Hours: Per Job","[Duck, Ferruginous] Wall Hours: Per Job","[Pipit, Meadow] Wall Hours: Per Job","[Warbler, Garden] Wall Hours: Per Job","[Lapwing] Wall Hours: Per Job","[Sapsucker, Yellow-bellied] Wall Hours: Per Job","[Ibis, Glossy] Wall Hours: Per Job","[Treecreeper, Short-toed] Wall Hours: Per Job","[Plover, White-tailed] Wall Hours: Per Job","[Thrush, Mistle] Wall Hours: Per Job","[Bunting, Yellow-breasted] Wall Hours: Per Job","[Scoter, Velvet] Wall Hours: Per Job","[Smew] Wall Hours: Per Job","[Gull, Ring-billed] Wall Hours: Per Job","[Shearwater, Cory's] Wall Hours: Per Job","[Sparrow, White-throated] Wall Hours: Per Job","[Moorhen] Wall Hours: Per Job","[Bunting, Yellow-browed] Wall Hours: Per Job","[Peregrine] Wall Hours: Per Job","[Jackdaw] Wall Hours: Per Job","[Warbler, Hooded] Wall Hours: Per Job","[Shag] Wall Hours: Per Job","[Redpoll, Lesser] Wall Hours: Per Job","[Sandpiper, Spotted] Wall Hours: Per Job","[Warbler, Booted] Wall Hours: Per Job","[Goose, Egyptian] Wall Hours: Per Job","[Warbler, Dusky] Wall Hours: Per Job","[Fieldfare] Wall Hours: Per Job","[Crane] Wall Hours: Per Job","[Grosbeak, Evening] Wall Hours: Per Job","[Grebe, Pied-billed] Wall Hours: Per Job","[Warbler, Sardinian] Wall Hours: Per Job","[Oriole, Baltimore] Wall Hours: Per Job","[Grey, Lesser] Wall Hours: Per Job","[Thrush, Grey-cheeked] Wall Hours: Per Job","[Crane, Sandhill] Wall Hours: Per Job","[Auk, Little] Wall Hours: Per Job","[Whimbrel] Wall Hours: Per Job","[Bunting, Black-headed] Wall Hours: Per Job","[Harrier, Hen] Wall Hours: Per Job","[Roller] Wall Hours: Per Job","[Warbler, Yellow-browed] Wall Hours: Per Job","[Shrike, Long-tailed] Wall Hours: Per Job","[Plover, Caspian] Wall Hours: Per Job","[Dove, Turtle] Wall Hours: Per Job","[Coot] Wall Hours: Per Job","[Martin, Purple] Wall Hours: Per Job","[Egret, Cattle] Wall Hours: Per Job","[Grey, Southern] Wall Hours: Per Job","[Warbler, Golden-winged] Wall Hours: Per Job","[Swift, Alpine] Wall Hours: Per Job","[Thrush, Swainson's] Wall Hours: Per Job","[Stint, Little] Wall Hours: Per Job","[Bunting, Reed] Wall Hours: Per Job","[Honey-buzzard] Wall Hours: Per Job","[Gallinule, Allen's] Wall Hours: Per Job","[Dunlin] Wall Hours: Per Job","[Martin, Crag] Wall Hours: Per Job","[Partridge, Red-legged] Wall Hours: Per Job","[Sparrow, Savannah] Wall Hours: Per Job","[Grey, Great] Wall Hours: Per Job" -2016-12,99.79972222,87.43875000,78.12005556,72.00694444,72.00432099,70.03500000,51.00194444,68.23159091,42.39165094,48.78758939,41.90614198,48.00666667,41.05276515,44.13648148,38.92045455,38.73828704,37.18166667,36.49007937,31.90972222,39.70576389,16.61129630,23.01874399,25.17486111,23.96870370,21.84694444,21.83599206,20.26606061,13.15263889,16.56139352,16.76537037,15.78250000,15.43750000,13.89625000,12.84722222,10.08083333,10.00406111,10.95135135,46.59677778,8.59051583,7.77245050,7.43894097,8.66552083,5.76259259,5.98691667,5.04208333,4.68518519,9.00638889,5.99888889,0.19661458,1.52875081,0.97288194,0.97296296,0.97234375,1.45671498,1.05606884,1.09781250,0.56853008,0.33320707,0.26789938,0.35657536,0.26055556,0.14305278,0.08049603,0.06500000,0.02434444,0.02076714 -2017-01,20.20750000,0,23.22416667,0,0,0,19.00583333,2.74435185,11.20848700,13.34534574,12.85083333,0,17.62535714,0,5.04583333,0,0,0,0,8.59888889,8.88361111,11.50582962,0,2.63722222,0,0,4.95388889,11.49055556,5.29138889,0,0,0,7.66472222,6.95507937,0,0,2.04793210,1.56342949,0,17.62916667,0,0.47638889,4.94488095,0,0,4.28111111,0.02166667,2.25132716,2.11436355,1.19577652,0.96979167,0.96958333,0.96975694,0.02809588,0.30830000,0.22246528,0,0,2.34518519,0.05680123,0,0.22250400,0,0,0.02555556,0 +Month,"[Chaffinch] Wall Hours: Per Job","[Tern, Sandwich] Wall Hours: Per Job","[Ovenbird] Wall Hours: Per Job","[Warbler, Moltoni's] Wall Hours: Per Job","[Scaup, Lesser] Wall Hours: Per Job","[Siskin] Wall Hours: Per Job","[Duck, Ferruginous] Wall Hours: Per Job","[Pipit, Meadow] Wall Hours: Per Job","[Warbler, Garden] Wall Hours: Per Job","[Lapwing] Wall Hours: Per Job","[Sapsucker, Yellow-bellied] Wall Hours: Per Job","[Ibis, Glossy] Wall Hours: Per Job","[Treecreeper, Short-toed] Wall Hours: Per Job","[Plover, White-tailed] Wall Hours: Per Job","[Thrush, Mistle] Wall Hours: Per Job","[Bunting, Yellow-breasted] Wall Hours: Per Job","[Scoter, Velvet] Wall Hours: Per Job","[Smew] Wall Hours: Per Job","[Gull, Ring-billed] Wall Hours: Per Job","[Shearwater, Cory's] Wall Hours: Per Job","[Sparrow, White-throated] Wall Hours: Per Job","[Moorhen] Wall Hours: Per Job","[Bunting, Yellow-browed] Wall Hours: Per Job","[Peregrine] Wall Hours: Per Job","[Jackdaw] Wall Hours: Per Job","[Warbler, Hooded] Wall Hours: Per Job","[Shag] Wall Hours: Per Job","[Redpoll, Lesser] Wall Hours: Per Job","[Sandpiper, Spotted] Wall Hours: Per Job","[Warbler, Booted] Wall Hours: Per Job","[Goose, Egyptian] Wall Hours: Per Job","[Warbler, Dusky] Wall Hours: Per Job","[Fieldfare] Wall Hours: Per Job","[Crane] Wall Hours: Per Job","[Grosbeak, Evening] Wall Hours: Per Job","[Grebe, Pied-billed] Wall Hours: Per Job","[Warbler, Sardinian] Wall Hours: Per Job","[Oriole, Baltimore] Wall Hours: Per Job","[Grey, Lesser] Wall Hours: Per Job","[Thrush, Grey-cheeked] Wall Hours: Per Job","[Crane, Sandhill] Wall Hours: Per Job","[Auk, Little] Wall Hours: Per Job","[Whimbrel] Wall Hours: Per Job","[Bunting, Black-headed] Wall Hours: Per Job","[Harrier, Hen] Wall Hours: Per Job","[Roller] Wall Hours: Per Job","[Warbler, Yellow-browed] Wall Hours: Per Job","[Shrike, Long-tailed] Wall Hours: Per Job","[Plover, Caspian] Wall Hours: Per Job","[Dove, Turtle] Wall Hours: Per Job","[Coot] Wall Hours: Per Job","[Martin, Purple] Wall Hours: Per Job","[Egret, Cattle] Wall Hours: Per Job","[Grey, Southern] Wall Hours: Per Job","[Warbler, Golden-winged] Wall Hours: Per Job","[Swift, Alpine] Wall Hours: Per Job","[Thrush, Swainson's] Wall Hours: Per Job","[Stint, Little] Wall Hours: Per Job","[Bunting, Reed] Wall Hours: Per Job","[Honey-buzzard] Wall Hours: Per Job","[Duck, Harlequin] Wall Hours: Per Job","[Gallinule, Allen's] Wall Hours: Per Job","[Dunlin] Wall Hours: Per Job","[Martin, Crag] Wall Hours: Per Job","[Partridge, Red-legged] Wall Hours: Per Job","[Sparrow, Savannah] Wall Hours: Per Job","[Grey, Great] Wall Hours: Per Job" +2016-12,99.79972222,87.43875000,78.12005556,72.00694444,72.00432099,70.03500000,51.00194444,68.23159091,42.39165094,48.78758939,41.90614198,48.00666667,41.05276515,44.13648148,38.92045455,38.73828704,37.18166667,36.49007937,31.90972222,39.70576389,16.61129630,23.01874399,25.17486111,23.96870370,21.84694444,21.83599206,20.26606061,13.15263889,16.56139352,16.76537037,15.78250000,15.43750000,13.89625000,12.84722222,10.08083333,10.00406111,10.95135135,46.59677778,8.59051583,7.77245050,7.43894097,8.66552083,5.76259259,5.98691667,5.04208333,4.68518519,9.00638889,5.99888889,0.19661458,1.52875081,0.97288194,0.97296296,0.97234375,1.45671498,1.05606884,1.09781250,0.56853008,0.33320707,0.26789938,0.35657536,0.26055556,0.26055556,0.14305278,0.08049603,0.06500000,0.02434444,0.02076714 +2017-01,20.20750000,0,23.22416667,0,0,0,19.00583333,2.74435185,11.20848700,13.34534574,12.85083333,0,17.62535714,0,5.04583333,0,0,0,0,8.59888889,8.88361111,11.50582962,0,2.63722222,0,0,4.95388889,11.49055556,5.29138889,0,0,0,7.66472222,6.95507937,0,0,2.04793210,1.56342949,0,17.62916667,0,0.47638889,4.94488095,0,0,4.28111111,0.02166667,2.25132716,2.11436355,1.19577652,0.96979167,0.96958333,0.96975694,0.02809588,0.30830000,0.22246528,0,0,2.34518519,0.05680123,0,0,0.22250400,0,0,0.02555556,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_wallduration_hours/timeseries-Quarter-reference.csv index 03cdcfdafe..fd52e31a8c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_wallduration_hours/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[Chaffinch] Wall Hours: Per Job","[Tern, Sandwich] Wall Hours: Per Job","[Ovenbird] Wall Hours: Per Job","[Warbler, Moltoni's] Wall Hours: Per Job","[Scaup, Lesser] Wall Hours: Per Job","[Siskin] Wall Hours: Per Job","[Duck, Ferruginous] Wall Hours: Per Job","[Pipit, Meadow] Wall Hours: Per Job","[Warbler, Garden] Wall Hours: Per Job","[Lapwing] Wall Hours: Per Job","[Sapsucker, Yellow-bellied] Wall Hours: Per Job","[Ibis, Glossy] Wall Hours: Per Job","[Treecreeper, Short-toed] Wall Hours: Per Job","[Plover, White-tailed] Wall Hours: Per Job","[Thrush, Mistle] Wall Hours: Per Job","[Bunting, Yellow-breasted] Wall Hours: Per Job","[Scoter, Velvet] Wall Hours: Per Job","[Smew] Wall Hours: Per Job","[Gull, Ring-billed] Wall Hours: Per Job","[Shearwater, Cory's] Wall Hours: Per Job","[Sparrow, White-throated] Wall Hours: Per Job","[Moorhen] Wall Hours: Per Job","[Bunting, Yellow-browed] Wall Hours: Per Job","[Peregrine] Wall Hours: Per Job","[Jackdaw] Wall Hours: Per Job","[Warbler, Hooded] Wall Hours: Per Job","[Shag] Wall Hours: Per Job","[Redpoll, Lesser] Wall Hours: Per Job","[Sandpiper, Spotted] Wall Hours: Per Job","[Warbler, Booted] Wall Hours: Per Job","[Goose, Egyptian] Wall Hours: Per Job","[Warbler, Dusky] Wall Hours: Per Job","[Fieldfare] Wall Hours: Per Job","[Crane] Wall Hours: Per Job","[Grosbeak, Evening] Wall Hours: Per Job","[Grebe, Pied-billed] Wall Hours: Per Job","[Warbler, Sardinian] Wall Hours: Per Job","[Oriole, Baltimore] Wall Hours: Per Job","[Grey, Lesser] Wall Hours: Per Job","[Thrush, Grey-cheeked] Wall Hours: Per Job","[Crane, Sandhill] Wall Hours: Per Job","[Auk, Little] Wall Hours: Per Job","[Whimbrel] Wall Hours: Per Job","[Bunting, Black-headed] Wall Hours: Per Job","[Harrier, Hen] Wall Hours: Per Job","[Roller] Wall Hours: Per Job","[Warbler, Yellow-browed] Wall Hours: Per Job","[Shrike, Long-tailed] Wall Hours: Per Job","[Plover, Caspian] Wall Hours: Per Job","[Dove, Turtle] Wall Hours: Per Job","[Coot] Wall Hours: Per Job","[Martin, Purple] Wall Hours: Per Job","[Egret, Cattle] Wall Hours: Per Job","[Grey, Southern] Wall Hours: Per Job","[Warbler, Golden-winged] Wall Hours: Per Job","[Swift, Alpine] Wall Hours: Per Job","[Thrush, Swainson's] Wall Hours: Per Job","[Stint, Little] Wall Hours: Per Job","[Bunting, Reed] Wall Hours: Per Job","[Honey-buzzard] Wall Hours: Per Job","[Gallinule, Allen's] Wall Hours: Per Job","[Dunlin] Wall Hours: Per Job","[Martin, Crag] Wall Hours: Per Job","[Partridge, Red-legged] Wall Hours: Per Job","[Sparrow, Savannah] Wall Hours: Per Job","[Grey, Great] Wall Hours: Per Job" -"2016 Q4",99.79972222,87.43875000,78.12005556,72.00694444,72.00432099,70.03500000,51.00194444,68.23159091,42.39165094,48.78758939,41.90614198,48.00666667,41.05276515,44.13648148,38.92045455,38.73828704,37.18166667,36.49007937,31.90972222,39.70576389,16.61129630,23.01874399,25.17486111,23.96870370,21.84694444,21.83599206,20.26606061,13.15263889,16.56139352,16.76537037,15.78250000,15.43750000,13.89625000,12.84722222,10.08083333,10.00406111,10.95135135,46.59677778,8.59051583,7.77245050,7.43894097,8.66552083,5.76259259,5.98691667,5.04208333,4.68518519,9.00638889,5.99888889,0.19661458,1.52875081,0.97288194,0.97296296,0.97234375,1.45671498,1.05606884,1.09781250,0.56853008,0.33320707,0.26789938,0.35657536,0.26055556,0.14305278,0.08049603,0.06500000,0.02434444,0.02076714 -"2017 Q1",20.20750000,0,23.22416667,0,0,0,19.00583333,2.74435185,11.20848700,13.34534574,12.85083333,0,17.62535714,0,5.04583333,0,0,0,0,8.59888889,8.88361111,11.50582962,0,2.63722222,0,0,4.95388889,11.49055556,5.29138889,0,0,0,7.66472222,6.95507937,0,0,2.04793210,1.56342949,0,17.62916667,0,0.47638889,4.94488095,0,0,4.28111111,0.02166667,2.25132716,2.11436355,1.19577652,0.96979167,0.96958333,0.96975694,0.02809588,0.30830000,0.22246528,0,0,2.34518519,0.05680123,0,0.22250400,0,0,0.02555556,0 +Quarter,"[Chaffinch] Wall Hours: Per Job","[Tern, Sandwich] Wall Hours: Per Job","[Ovenbird] Wall Hours: Per Job","[Warbler, Moltoni's] Wall Hours: Per Job","[Scaup, Lesser] Wall Hours: Per Job","[Siskin] Wall Hours: Per Job","[Duck, Ferruginous] Wall Hours: Per Job","[Pipit, Meadow] Wall Hours: Per Job","[Warbler, Garden] Wall Hours: Per Job","[Lapwing] Wall Hours: Per Job","[Sapsucker, Yellow-bellied] Wall Hours: Per Job","[Ibis, Glossy] Wall Hours: Per Job","[Treecreeper, Short-toed] Wall Hours: Per Job","[Plover, White-tailed] Wall Hours: Per Job","[Thrush, Mistle] Wall Hours: Per Job","[Bunting, Yellow-breasted] Wall Hours: Per Job","[Scoter, Velvet] Wall Hours: Per Job","[Smew] Wall Hours: Per Job","[Gull, Ring-billed] Wall Hours: Per Job","[Shearwater, Cory's] Wall Hours: Per Job","[Sparrow, White-throated] Wall Hours: Per Job","[Moorhen] Wall Hours: Per Job","[Bunting, Yellow-browed] Wall Hours: Per Job","[Peregrine] Wall Hours: Per Job","[Jackdaw] Wall Hours: Per Job","[Warbler, Hooded] Wall Hours: Per Job","[Shag] Wall Hours: Per Job","[Redpoll, Lesser] Wall Hours: Per Job","[Sandpiper, Spotted] Wall Hours: Per Job","[Warbler, Booted] Wall Hours: Per Job","[Goose, Egyptian] Wall Hours: Per Job","[Warbler, Dusky] Wall Hours: Per Job","[Fieldfare] Wall Hours: Per Job","[Crane] Wall Hours: Per Job","[Grosbeak, Evening] Wall Hours: Per Job","[Grebe, Pied-billed] Wall Hours: Per Job","[Warbler, Sardinian] Wall Hours: Per Job","[Oriole, Baltimore] Wall Hours: Per Job","[Grey, Lesser] Wall Hours: Per Job","[Thrush, Grey-cheeked] Wall Hours: Per Job","[Crane, Sandhill] Wall Hours: Per Job","[Auk, Little] Wall Hours: Per Job","[Whimbrel] Wall Hours: Per Job","[Bunting, Black-headed] Wall Hours: Per Job","[Harrier, Hen] Wall Hours: Per Job","[Roller] Wall Hours: Per Job","[Warbler, Yellow-browed] Wall Hours: Per Job","[Shrike, Long-tailed] Wall Hours: Per Job","[Plover, Caspian] Wall Hours: Per Job","[Dove, Turtle] Wall Hours: Per Job","[Coot] Wall Hours: Per Job","[Martin, Purple] Wall Hours: Per Job","[Egret, Cattle] Wall Hours: Per Job","[Grey, Southern] Wall Hours: Per Job","[Warbler, Golden-winged] Wall Hours: Per Job","[Swift, Alpine] Wall Hours: Per Job","[Thrush, Swainson's] Wall Hours: Per Job","[Stint, Little] Wall Hours: Per Job","[Bunting, Reed] Wall Hours: Per Job","[Honey-buzzard] Wall Hours: Per Job","[Duck, Harlequin] Wall Hours: Per Job","[Gallinule, Allen's] Wall Hours: Per Job","[Dunlin] Wall Hours: Per Job","[Martin, Crag] Wall Hours: Per Job","[Partridge, Red-legged] Wall Hours: Per Job","[Sparrow, Savannah] Wall Hours: Per Job","[Grey, Great] Wall Hours: Per Job" +"2016 Q4",99.79972222,87.43875000,78.12005556,72.00694444,72.00432099,70.03500000,51.00194444,68.23159091,42.39165094,48.78758939,41.90614198,48.00666667,41.05276515,44.13648148,38.92045455,38.73828704,37.18166667,36.49007937,31.90972222,39.70576389,16.61129630,23.01874399,25.17486111,23.96870370,21.84694444,21.83599206,20.26606061,13.15263889,16.56139352,16.76537037,15.78250000,15.43750000,13.89625000,12.84722222,10.08083333,10.00406111,10.95135135,46.59677778,8.59051583,7.77245050,7.43894097,8.66552083,5.76259259,5.98691667,5.04208333,4.68518519,9.00638889,5.99888889,0.19661458,1.52875081,0.97288194,0.97296296,0.97234375,1.45671498,1.05606884,1.09781250,0.56853008,0.33320707,0.26789938,0.35657536,0.26055556,0.26055556,0.14305278,0.08049603,0.06500000,0.02434444,0.02076714 +"2017 Q1",20.20750000,0,23.22416667,0,0,0,19.00583333,2.74435185,11.20848700,13.34534574,12.85083333,0,17.62535714,0,5.04583333,0,0,0,0,8.59888889,8.88361111,11.50582962,0,2.63722222,0,0,4.95388889,11.49055556,5.29138889,0,0,0,7.66472222,6.95507937,0,0,2.04793210,1.56342949,0,17.62916667,0,0.47638889,4.94488095,0,0,4.28111111,0.02166667,2.25132716,2.11436355,1.19577652,0.96979167,0.96958333,0.96975694,0.02809588,0.30830000,0.22246528,0,0,2.34518519,0.05680123,0,0,0.22250400,0,0,0.02555556,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_wallduration_hours/timeseries-Year-reference.csv index d3b24d6880..aa875711fc 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/avg_wallduration_hours/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[Chaffinch] Wall Hours: Per Job","[Tern, Sandwich] Wall Hours: Per Job","[Ovenbird] Wall Hours: Per Job","[Warbler, Moltoni's] Wall Hours: Per Job","[Scaup, Lesser] Wall Hours: Per Job","[Siskin] Wall Hours: Per Job","[Duck, Ferruginous] Wall Hours: Per Job","[Pipit, Meadow] Wall Hours: Per Job","[Warbler, Garden] Wall Hours: Per Job","[Lapwing] Wall Hours: Per Job","[Sapsucker, Yellow-bellied] Wall Hours: Per Job","[Ibis, Glossy] Wall Hours: Per Job","[Treecreeper, Short-toed] Wall Hours: Per Job","[Plover, White-tailed] Wall Hours: Per Job","[Thrush, Mistle] Wall Hours: Per Job","[Bunting, Yellow-breasted] Wall Hours: Per Job","[Scoter, Velvet] Wall Hours: Per Job","[Smew] Wall Hours: Per Job","[Gull, Ring-billed] Wall Hours: Per Job","[Shearwater, Cory's] Wall Hours: Per Job","[Sparrow, White-throated] Wall Hours: Per Job","[Moorhen] Wall Hours: Per Job","[Bunting, Yellow-browed] Wall Hours: Per Job","[Peregrine] Wall Hours: Per Job","[Jackdaw] Wall Hours: Per Job","[Warbler, Hooded] Wall Hours: Per Job","[Shag] Wall Hours: Per Job","[Redpoll, Lesser] Wall Hours: Per Job","[Sandpiper, Spotted] Wall Hours: Per Job","[Warbler, Booted] Wall Hours: Per Job","[Goose, Egyptian] Wall Hours: Per Job","[Warbler, Dusky] Wall Hours: Per Job","[Fieldfare] Wall Hours: Per Job","[Crane] Wall Hours: Per Job","[Grosbeak, Evening] Wall Hours: Per Job","[Grebe, Pied-billed] Wall Hours: Per Job","[Warbler, Sardinian] Wall Hours: Per Job","[Oriole, Baltimore] Wall Hours: Per Job","[Grey, Lesser] Wall Hours: Per Job","[Thrush, Grey-cheeked] Wall Hours: Per Job","[Crane, Sandhill] Wall Hours: Per Job","[Auk, Little] Wall Hours: Per Job","[Whimbrel] Wall Hours: Per Job","[Bunting, Black-headed] Wall Hours: Per Job","[Harrier, Hen] Wall Hours: Per Job","[Roller] Wall Hours: Per Job","[Warbler, Yellow-browed] Wall Hours: Per Job","[Shrike, Long-tailed] Wall Hours: Per Job","[Plover, Caspian] Wall Hours: Per Job","[Dove, Turtle] Wall Hours: Per Job","[Coot] Wall Hours: Per Job","[Martin, Purple] Wall Hours: Per Job","[Egret, Cattle] Wall Hours: Per Job","[Grey, Southern] Wall Hours: Per Job","[Warbler, Golden-winged] Wall Hours: Per Job","[Swift, Alpine] Wall Hours: Per Job","[Thrush, Swainson's] Wall Hours: Per Job","[Stint, Little] Wall Hours: Per Job","[Bunting, Reed] Wall Hours: Per Job","[Honey-buzzard] Wall Hours: Per Job","[Gallinule, Allen's] Wall Hours: Per Job","[Dunlin] Wall Hours: Per Job","[Martin, Crag] Wall Hours: Per Job","[Partridge, Red-legged] Wall Hours: Per Job","[Sparrow, Savannah] Wall Hours: Per Job","[Grey, Great] Wall Hours: Per Job" -2016,99.79972222,87.43875000,78.12005556,72.00694444,72.00432099,70.03500000,51.00194444,68.23159091,42.39165094,48.78758939,41.90614198,48.00666667,41.05276515,44.13648148,38.92045455,38.73828704,37.18166667,36.49007937,31.90972222,39.70576389,16.61129630,23.01874399,25.17486111,23.96870370,21.84694444,21.83599206,20.26606061,13.15263889,16.56139352,16.76537037,15.78250000,15.43750000,13.89625000,12.84722222,10.08083333,10.00406111,10.95135135,46.59677778,8.59051583,7.77245050,7.43894097,8.66552083,5.76259259,5.98691667,5.04208333,4.68518519,9.00638889,5.99888889,0.19661458,1.52875081,0.97288194,0.97296296,0.97234375,1.45671498,1.05606884,1.09781250,0.56853008,0.33320707,0.26789938,0.35657536,0.26055556,0.14305278,0.08049603,0.06500000,0.02434444,0.02076714 -2017,20.20750000,0,23.22416667,0,0,0,19.00583333,2.74435185,11.20848700,13.34534574,12.85083333,0,17.62535714,0,5.04583333,0,0,0,0,8.59888889,8.88361111,11.50582962,0,2.63722222,0,0,4.95388889,11.49055556,5.29138889,0,0,0,7.66472222,6.95507937,0,0,2.04793210,1.56342949,0,17.62916667,0,0.47638889,4.94488095,0,0,4.28111111,0.02166667,2.25132716,2.11436355,1.19577652,0.96979167,0.96958333,0.96975694,0.02809588,0.30830000,0.22246528,0,0,2.34518519,0.05680123,0,0.22250400,0,0,0.02555556,0 +Year,"[Chaffinch] Wall Hours: Per Job","[Tern, Sandwich] Wall Hours: Per Job","[Ovenbird] Wall Hours: Per Job","[Warbler, Moltoni's] Wall Hours: Per Job","[Scaup, Lesser] Wall Hours: Per Job","[Siskin] Wall Hours: Per Job","[Duck, Ferruginous] Wall Hours: Per Job","[Pipit, Meadow] Wall Hours: Per Job","[Warbler, Garden] Wall Hours: Per Job","[Lapwing] Wall Hours: Per Job","[Sapsucker, Yellow-bellied] Wall Hours: Per Job","[Ibis, Glossy] Wall Hours: Per Job","[Treecreeper, Short-toed] Wall Hours: Per Job","[Plover, White-tailed] Wall Hours: Per Job","[Thrush, Mistle] Wall Hours: Per Job","[Bunting, Yellow-breasted] Wall Hours: Per Job","[Scoter, Velvet] Wall Hours: Per Job","[Smew] Wall Hours: Per Job","[Gull, Ring-billed] Wall Hours: Per Job","[Shearwater, Cory's] Wall Hours: Per Job","[Sparrow, White-throated] Wall Hours: Per Job","[Moorhen] Wall Hours: Per Job","[Bunting, Yellow-browed] Wall Hours: Per Job","[Peregrine] Wall Hours: Per Job","[Jackdaw] Wall Hours: Per Job","[Warbler, Hooded] Wall Hours: Per Job","[Shag] Wall Hours: Per Job","[Redpoll, Lesser] Wall Hours: Per Job","[Sandpiper, Spotted] Wall Hours: Per Job","[Warbler, Booted] Wall Hours: Per Job","[Goose, Egyptian] Wall Hours: Per Job","[Warbler, Dusky] Wall Hours: Per Job","[Fieldfare] Wall Hours: Per Job","[Crane] Wall Hours: Per Job","[Grosbeak, Evening] Wall Hours: Per Job","[Grebe, Pied-billed] Wall Hours: Per Job","[Warbler, Sardinian] Wall Hours: Per Job","[Oriole, Baltimore] Wall Hours: Per Job","[Grey, Lesser] Wall Hours: Per Job","[Thrush, Grey-cheeked] Wall Hours: Per Job","[Crane, Sandhill] Wall Hours: Per Job","[Auk, Little] Wall Hours: Per Job","[Whimbrel] Wall Hours: Per Job","[Bunting, Black-headed] Wall Hours: Per Job","[Harrier, Hen] Wall Hours: Per Job","[Roller] Wall Hours: Per Job","[Warbler, Yellow-browed] Wall Hours: Per Job","[Shrike, Long-tailed] Wall Hours: Per Job","[Plover, Caspian] Wall Hours: Per Job","[Dove, Turtle] Wall Hours: Per Job","[Coot] Wall Hours: Per Job","[Martin, Purple] Wall Hours: Per Job","[Egret, Cattle] Wall Hours: Per Job","[Grey, Southern] Wall Hours: Per Job","[Warbler, Golden-winged] Wall Hours: Per Job","[Swift, Alpine] Wall Hours: Per Job","[Thrush, Swainson's] Wall Hours: Per Job","[Stint, Little] Wall Hours: Per Job","[Bunting, Reed] Wall Hours: Per Job","[Honey-buzzard] Wall Hours: Per Job","[Duck, Harlequin] Wall Hours: Per Job","[Gallinule, Allen's] Wall Hours: Per Job","[Dunlin] Wall Hours: Per Job","[Martin, Crag] Wall Hours: Per Job","[Partridge, Red-legged] Wall Hours: Per Job","[Sparrow, Savannah] Wall Hours: Per Job","[Grey, Great] Wall Hours: Per Job" +2016,99.79972222,87.43875000,78.12005556,72.00694444,72.00432099,70.03500000,51.00194444,68.23159091,42.39165094,48.78758939,41.90614198,48.00666667,41.05276515,44.13648148,38.92045455,38.73828704,37.18166667,36.49007937,31.90972222,39.70576389,16.61129630,23.01874399,25.17486111,23.96870370,21.84694444,21.83599206,20.26606061,13.15263889,16.56139352,16.76537037,15.78250000,15.43750000,13.89625000,12.84722222,10.08083333,10.00406111,10.95135135,46.59677778,8.59051583,7.77245050,7.43894097,8.66552083,5.76259259,5.98691667,5.04208333,4.68518519,9.00638889,5.99888889,0.19661458,1.52875081,0.97288194,0.97296296,0.97234375,1.45671498,1.05606884,1.09781250,0.56853008,0.33320707,0.26789938,0.35657536,0.26055556,0.26055556,0.14305278,0.08049603,0.06500000,0.02434444,0.02076714 +2017,20.20750000,0,23.22416667,0,0,0,19.00583333,2.74435185,11.20848700,13.34534574,12.85083333,0,17.62535714,0,5.04583333,0,0,0,0,8.59888889,8.88361111,11.50582962,0,2.63722222,0,0,4.95388889,11.49055556,5.29138889,0,0,0,7.66472222,6.95507937,0,0,2.04793210,1.56342949,0,17.62916667,0,0.47638889,4.94488095,0,0,4.28111111,0.02166667,2.25132716,2.11436355,1.19577652,0.96979167,0.96958333,0.96975694,0.02809588,0.30830000,0.22246528,0,0,2.34518519,0.05680123,0,0,0.22250400,0,0,0.02555556,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/expansion_factor/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/expansion_factor/aggregate-Day-reference.csv index 0f3cf94580..cf22220988 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/expansion_factor/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/expansion_factor/aggregate-Day-reference.csv @@ -25,6 +25,7 @@ Peregrine,1.5251 "Grey, Lesser",1.4572 "Warbler, Golden-winged",1.4161 Whimbrel,1.3852 +"Duck, Harlequin",1.3753 "Gallinule, Allen's",1.3753 "Warbler, Dusky",1.3348 "Sandpiper, Spotted",1.3167 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/expansion_factor/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/expansion_factor/aggregate-Month-reference.csv index 0f3cf94580..cf22220988 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/expansion_factor/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/expansion_factor/aggregate-Month-reference.csv @@ -25,6 +25,7 @@ Peregrine,1.5251 "Grey, Lesser",1.4572 "Warbler, Golden-winged",1.4161 Whimbrel,1.3852 +"Duck, Harlequin",1.3753 "Gallinule, Allen's",1.3753 "Warbler, Dusky",1.3348 "Sandpiper, Spotted",1.3167 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/expansion_factor/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/expansion_factor/aggregate-Quarter-reference.csv index 0f3cf94580..cf22220988 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/expansion_factor/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/expansion_factor/aggregate-Quarter-reference.csv @@ -25,6 +25,7 @@ Peregrine,1.5251 "Grey, Lesser",1.4572 "Warbler, Golden-winged",1.4161 Whimbrel,1.3852 +"Duck, Harlequin",1.3753 "Gallinule, Allen's",1.3753 "Warbler, Dusky",1.3348 "Sandpiper, Spotted",1.3167 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/expansion_factor/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/expansion_factor/aggregate-Year-reference.csv index 0f3cf94580..cf22220988 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/expansion_factor/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/expansion_factor/aggregate-Year-reference.csv @@ -25,6 +25,7 @@ Peregrine,1.5251 "Grey, Lesser",1.4572 "Warbler, Golden-winged",1.4161 Whimbrel,1.3852 +"Duck, Harlequin",1.3753 "Gallinule, Allen's",1.3753 "Warbler, Dusky",1.3348 "Sandpiper, Spotted",1.3167 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/expansion_factor/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/expansion_factor/timeseries-Day-reference.csv index 26e4ccef61..5f26c1e542 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/expansion_factor/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/expansion_factor/timeseries-Day-reference.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[Thrush, Swainson's] User Expansion Factor","[Dunlin] User Expansion Factor","[Grey, Great] User Expansion Factor","[Honey-buzzard] User Expansion Factor","[Warbler, Yellow-browed] User Expansion Factor","[Treecreeper, Short-toed] User Expansion Factor","[Crane, Sandhill] User Expansion Factor","[Thrush, Grey-cheeked] User Expansion Factor","[Plover, Caspian] User Expansion Factor","[Pipit, Meadow] User Expansion Factor","[Scoter, Velvet] User Expansion Factor","[Bunting, Yellow-browed] User Expansion Factor","[Siskin] User Expansion Factor","[Sparrow, Savannah] User Expansion Factor","[Peregrine] User Expansion Factor","[Warbler, Booted] User Expansion Factor","[Grey, Lesser] User Expansion Factor","[Warbler, Golden-winged] User Expansion Factor","[Whimbrel] User Expansion Factor","[Gallinule, Allen's] User Expansion Factor","[Warbler, Dusky] User Expansion Factor","[Sandpiper, Spotted] User Expansion Factor","[Stint, Little] User Expansion Factor","[Ovenbird] User Expansion Factor","[Bunting, Reed] User Expansion Factor","[Tern, Sandwich] User Expansion Factor","[Crane] User Expansion Factor","[Thrush, Mistle] User Expansion Factor","[Sapsucker, Yellow-bellied] User Expansion Factor","[Grosbeak, Evening] User Expansion Factor","[Grey, Southern] User Expansion Factor","[Warbler, Sardinian] User Expansion Factor","[Plover, White-tailed] User Expansion Factor","[Sparrow, White-throated] User Expansion Factor","[Shag] User Expansion Factor","[Harrier, Hen] User Expansion Factor","[Bunting, Yellow-breasted] User Expansion Factor","[Smew] User Expansion Factor","[Dove, Turtle] User Expansion Factor","[Roller] User Expansion Factor","[Warbler, Hooded] User Expansion Factor","[Warbler, Garden] User Expansion Factor","[Martin, Crag] User Expansion Factor","[Moorhen] User Expansion Factor","[Oriole, Baltimore] User Expansion Factor","[Shearwater, Cory's] User Expansion Factor","[Auk, Little] User Expansion Factor","[Bunting, Black-headed] User Expansion Factor","[Lapwing] User Expansion Factor","[Grebe, Pied-billed] User Expansion Factor","[Shrike, Long-tailed] User Expansion Factor","[Duck, Ferruginous] User Expansion Factor","[Coot] User Expansion Factor","[Gull, Ring-billed] User Expansion Factor","[Swift, Alpine] User Expansion Factor","[Egret, Cattle] User Expansion Factor","[Martin, Purple] User Expansion Factor","[Chaffinch] User Expansion Factor","[Fieldfare] User Expansion Factor","[Goose, Egyptian] User Expansion Factor","[Ibis, Glossy] User Expansion Factor","[Jackdaw] User Expansion Factor","[Partridge, Red-legged] User Expansion Factor","[Redpoll, Lesser] User Expansion Factor","[Scaup, Lesser] User Expansion Factor","[Warbler, Moltoni's] User Expansion Factor" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0495,0,0,0,0,0,1.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0610,0,0,0,0,0,0,0,0,0,0,0,0,1.0495,0,0,0,0,0,1.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0610,0,0,0,0,0,0,0,0,0,0,0,0,1.0495,0,0,0,0,0,1.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.6127,1.0610,0,0,0,0,0,0,0,0,0,0,0,0,1.0454,0,0,0,0,0,1.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.5220,1.0610,0,0,0,0,0,0,0,0,0,0,0,0,1.0250,0,0,1.0000,0,0,1.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-27,0,0,0,1.0000,0,4.9152,1.6524,0,0,2.5533,2.0942,0,2.0864,0,0,1.7260,0,0,0,0,0,0,0,1.0000,1.3723,1.0610,0,0,0,0,0,0,0,0,0,0,1.0000,0,1.0250,0,0,1.0000,0,0,1.0000,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0,0,0,0,0,0,0,1.0000 -2016-12-28,0,0,0,1.0000,0,4.8768,2.1450,0,0,2.5716,2.0942,0,1.8919,0,0,1.7260,0,0,0,0,0,0,0,1.0000,1.0942,1.0610,0,1.1095,0,0,0,1.0771,1.0866,0,1.1209,0,1.0000,0,1.0250,0,1.0107,1.0025,0,1.0010,1.0000,0,0,0,1.0013,0,0,0,0,0,0,0,0,1.0000,0,0,1.0000,0,0,0,1.0000,1.0000 -2016-12-29,42.4492,0,0,6.0683,3.8567,4.9177,3.0158,1.0001,0,2.3143,2.0942,1.0000,1.8065,0,1.3890,1.7260,0,0,0,0,0,1.0513,0,1.0000,1.1847,1.4529,1.2430,1.1207,1.0000,1.0394,0,1.0561,1.0866,0,1.0778,1.0011,1.0057,1.0379,1.0201,0,1.0101,1.0228,0,1.0011,1.0000,1.0071,1.0000,0,1.0011,1.0011,1.0006,1.0004,0,0,0,0,0,1.0000,0,1.0000,1.0000,0,0,1.0000,1.0000,1.0000 -2016-12-30,361.2347,82.2879,36.1385,5.3347,3.8567,5.2630,5.9186,1.8025,0,2.2784,1.8784,3.1975,1.5568,1.5748,1.7197,1.4078,1.1806,2.1933,2.7189,1.3753,1.4992,1.4642,1.0085,1.0000,1.2290,1.4170,1.1539,1.1173,1.0160,1.1042,1.1123,1.0488,1.0801,0,1.0671,1.0787,1.0778,1.0500,1.0094,1.0094,1.0112,1.0292,1.0131,1.0022,1.0000,1.0032,1.0000,1.0041,1.0011,1.0011,1.0008,1.0004,1.0001,1.0002,1.0014,1.0001,1.0001,1.0000,1.0001,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 -2016-12-31,1.9179,30.3841,38.4517,8.5117,0,7.3737,13.7412,4.7123,1.0162,1.9224,0,1.0000,1.5265,1.5974,1.4660,1.2386,1.6099,1.2202,1.1623,0,1.1213,1.1316,2.5754,1.2516,1.2538,0,1.0513,1.0205,1.2604,0,1.0199,1.1407,0,1.0760,1.0379,1.0006,1.0874,1.1462,1.0368,1.0172,1.0269,1.0100,0,1.0187,1.0002,1.0017,1.0039,1.0018,1.0012,0,1.0006,1.0004,1.0001,1.0002,1.0001,1.0001,1.0001,1.0000,1.0000,1.0000,0,1.0000,0,1.0000,1.0000,0 -2017-01-01,0,66.3373,0,25.1217,1677.0769,9.8468,0,1.0001,3.5509,2.0647,0,0,0,1.2609,1.4660,0,0,1.0524,1.1798,0,0,1.1604,0,4.1649,1.1661,0,1.2473,1.0205,1.0186,0,1.0037,1.0650,0,1.1002,1.0001,0,0,0,1.0040,1.0001,0,1.0058,0,1.0088,1.0304,1.0029,1.0000,0,1.0013,0,1.0001,1.0004,1.0002,0,1.0006,1.0002,1.0001,1.0000,1.0000,0,0,0,0,1.0000,0,0 +Day,"[Thrush, Swainson's] User Expansion Factor","[Dunlin] User Expansion Factor","[Grey, Great] User Expansion Factor","[Honey-buzzard] User Expansion Factor","[Warbler, Yellow-browed] User Expansion Factor","[Treecreeper, Short-toed] User Expansion Factor","[Crane, Sandhill] User Expansion Factor","[Thrush, Grey-cheeked] User Expansion Factor","[Plover, Caspian] User Expansion Factor","[Pipit, Meadow] User Expansion Factor","[Scoter, Velvet] User Expansion Factor","[Bunting, Yellow-browed] User Expansion Factor","[Siskin] User Expansion Factor","[Sparrow, Savannah] User Expansion Factor","[Peregrine] User Expansion Factor","[Warbler, Booted] User Expansion Factor","[Grey, Lesser] User Expansion Factor","[Warbler, Golden-winged] User Expansion Factor","[Whimbrel] User Expansion Factor","[Duck, Harlequin] User Expansion Factor","[Gallinule, Allen's] User Expansion Factor","[Warbler, Dusky] User Expansion Factor","[Sandpiper, Spotted] User Expansion Factor","[Stint, Little] User Expansion Factor","[Ovenbird] User Expansion Factor","[Bunting, Reed] User Expansion Factor","[Tern, Sandwich] User Expansion Factor","[Crane] User Expansion Factor","[Thrush, Mistle] User Expansion Factor","[Sapsucker, Yellow-bellied] User Expansion Factor","[Grosbeak, Evening] User Expansion Factor","[Grey, Southern] User Expansion Factor","[Warbler, Sardinian] User Expansion Factor","[Plover, White-tailed] User Expansion Factor","[Sparrow, White-throated] User Expansion Factor","[Shag] User Expansion Factor","[Harrier, Hen] User Expansion Factor","[Bunting, Yellow-breasted] User Expansion Factor","[Smew] User Expansion Factor","[Dove, Turtle] User Expansion Factor","[Roller] User Expansion Factor","[Warbler, Hooded] User Expansion Factor","[Warbler, Garden] User Expansion Factor","[Martin, Crag] User Expansion Factor","[Moorhen] User Expansion Factor","[Oriole, Baltimore] User Expansion Factor","[Shearwater, Cory's] User Expansion Factor","[Auk, Little] User Expansion Factor","[Bunting, Black-headed] User Expansion Factor","[Lapwing] User Expansion Factor","[Grebe, Pied-billed] User Expansion Factor","[Shrike, Long-tailed] User Expansion Factor","[Duck, Ferruginous] User Expansion Factor","[Coot] User Expansion Factor","[Gull, Ring-billed] User Expansion Factor","[Swift, Alpine] User Expansion Factor","[Egret, Cattle] User Expansion Factor","[Martin, Purple] User Expansion Factor","[Chaffinch] User Expansion Factor","[Fieldfare] User Expansion Factor","[Goose, Egyptian] User Expansion Factor","[Ibis, Glossy] User Expansion Factor","[Jackdaw] User Expansion Factor","[Partridge, Red-legged] User Expansion Factor","[Redpoll, Lesser] User Expansion Factor","[Scaup, Lesser] User Expansion Factor","[Warbler, Moltoni's] User Expansion Factor" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0495,0,0,0,0,0,1.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0610,0,0,0,0,0,0,0,0,0,0,0,0,1.0495,0,0,0,0,0,1.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0610,0,0,0,0,0,0,0,0,0,0,0,0,1.0495,0,0,0,0,0,1.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.6127,1.0610,0,0,0,0,0,0,0,0,0,0,0,0,1.0454,0,0,0,0,0,1.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.5220,1.0610,0,0,0,0,0,0,0,0,0,0,0,0,1.0250,0,0,1.0000,0,0,1.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-27,0,0,0,1.0000,0,4.9152,1.6524,0,0,2.5533,2.0942,0,2.0864,0,0,1.7260,0,0,0,0,0,0,0,0,1.0000,1.3723,1.0610,0,0,0,0,0,0,0,0,0,0,1.0000,0,1.0250,0,0,1.0000,0,0,1.0000,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0,0,0,0,0,0,0,1.0000 +2016-12-28,0,0,0,1.0000,0,4.8768,2.1450,0,0,2.5716,2.0942,0,1.8919,0,0,1.7260,0,0,0,0,0,0,0,0,1.0000,1.0942,1.0610,0,1.1095,0,0,0,1.0771,1.0866,0,1.1209,0,1.0000,0,1.0250,0,1.0107,1.0025,0,1.0010,1.0000,0,0,0,1.0013,0,0,0,0,0,0,0,0,1.0000,0,0,1.0000,0,0,0,1.0000,1.0000 +2016-12-29,42.4492,0,0,6.0683,3.8567,4.9177,3.0158,1.0001,0,2.3143,2.0942,1.0000,1.8065,0,1.3890,1.7260,0,0,0,0,0,0,1.0513,0,1.0000,1.1847,1.4529,1.2430,1.1207,1.0000,1.0394,0,1.0561,1.0866,0,1.0778,1.0011,1.0057,1.0379,1.0201,0,1.0101,1.0228,0,1.0011,1.0000,1.0071,1.0000,0,1.0011,1.0011,1.0006,1.0004,0,0,0,0,0,1.0000,0,1.0000,1.0000,0,0,1.0000,1.0000,1.0000 +2016-12-30,361.2347,82.2879,36.1385,5.3347,3.8567,5.2630,5.9186,1.8025,0,2.2784,1.8784,3.1975,1.5568,1.5748,1.7197,1.4078,1.1806,2.1933,2.7189,1.3753,1.3753,1.4992,1.4642,1.0085,1.0000,1.2290,1.4170,1.1539,1.1173,1.0160,1.1042,1.1123,1.0488,1.0801,0,1.0671,1.0787,1.0778,1.0500,1.0094,1.0094,1.0112,1.0292,1.0131,1.0022,1.0000,1.0032,1.0000,1.0041,1.0011,1.0011,1.0008,1.0004,1.0001,1.0002,1.0014,1.0001,1.0001,1.0000,1.0001,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 +2016-12-31,1.9179,30.3841,38.4517,8.5117,0,7.3737,13.7412,4.7123,1.0162,1.9224,0,1.0000,1.5265,1.5974,1.4660,1.2386,1.6099,1.2202,1.1623,0,0,1.1213,1.1316,2.5754,1.2516,1.2538,0,1.0513,1.0205,1.2604,0,1.0199,1.1407,0,1.0760,1.0379,1.0006,1.0874,1.1462,1.0368,1.0172,1.0269,1.0100,0,1.0187,1.0002,1.0017,1.0039,1.0018,1.0012,0,1.0006,1.0004,1.0001,1.0002,1.0001,1.0001,1.0001,1.0000,1.0000,1.0000,0,1.0000,0,1.0000,1.0000,0 +2017-01-01,0,66.3373,0,25.1217,1677.0769,9.8468,0,1.0001,3.5509,2.0647,0,0,0,1.2609,1.4660,0,0,1.0524,1.1798,0,0,0,1.1604,0,4.1649,1.1661,0,1.2473,1.0205,1.0186,0,1.0037,1.0650,0,1.1002,1.0001,0,0,0,1.0040,1.0001,0,1.0058,0,1.0088,1.0304,1.0029,1.0000,0,1.0013,0,1.0001,1.0004,1.0002,0,1.0006,1.0002,1.0001,1.0000,1.0000,0,0,0,0,1.0000,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/expansion_factor/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/expansion_factor/timeseries-Month-reference.csv index a4ba6afd3d..dac8b3a8ff 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/expansion_factor/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/expansion_factor/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[Thrush, Swainson's] User Expansion Factor","[Dunlin] User Expansion Factor","[Grey, Great] User Expansion Factor","[Honey-buzzard] User Expansion Factor","[Warbler, Yellow-browed] User Expansion Factor","[Treecreeper, Short-toed] User Expansion Factor","[Crane, Sandhill] User Expansion Factor","[Thrush, Grey-cheeked] User Expansion Factor","[Plover, Caspian] User Expansion Factor","[Pipit, Meadow] User Expansion Factor","[Scoter, Velvet] User Expansion Factor","[Bunting, Yellow-browed] User Expansion Factor","[Siskin] User Expansion Factor","[Sparrow, Savannah] User Expansion Factor","[Peregrine] User Expansion Factor","[Warbler, Booted] User Expansion Factor","[Grey, Lesser] User Expansion Factor","[Warbler, Golden-winged] User Expansion Factor","[Whimbrel] User Expansion Factor","[Gallinule, Allen's] User Expansion Factor","[Warbler, Dusky] User Expansion Factor","[Sandpiper, Spotted] User Expansion Factor","[Stint, Little] User Expansion Factor","[Ovenbird] User Expansion Factor","[Bunting, Reed] User Expansion Factor","[Tern, Sandwich] User Expansion Factor","[Crane] User Expansion Factor","[Thrush, Mistle] User Expansion Factor","[Sapsucker, Yellow-bellied] User Expansion Factor","[Grosbeak, Evening] User Expansion Factor","[Grey, Southern] User Expansion Factor","[Warbler, Sardinian] User Expansion Factor","[Plover, White-tailed] User Expansion Factor","[Sparrow, White-throated] User Expansion Factor","[Shag] User Expansion Factor","[Harrier, Hen] User Expansion Factor","[Bunting, Yellow-breasted] User Expansion Factor","[Smew] User Expansion Factor","[Dove, Turtle] User Expansion Factor","[Roller] User Expansion Factor","[Warbler, Hooded] User Expansion Factor","[Warbler, Garden] User Expansion Factor","[Martin, Crag] User Expansion Factor","[Moorhen] User Expansion Factor","[Oriole, Baltimore] User Expansion Factor","[Shearwater, Cory's] User Expansion Factor","[Auk, Little] User Expansion Factor","[Bunting, Black-headed] User Expansion Factor","[Lapwing] User Expansion Factor","[Grebe, Pied-billed] User Expansion Factor","[Shrike, Long-tailed] User Expansion Factor","[Duck, Ferruginous] User Expansion Factor","[Coot] User Expansion Factor","[Gull, Ring-billed] User Expansion Factor","[Swift, Alpine] User Expansion Factor","[Egret, Cattle] User Expansion Factor","[Martin, Purple] User Expansion Factor","[Chaffinch] User Expansion Factor","[Fieldfare] User Expansion Factor","[Goose, Egyptian] User Expansion Factor","[Ibis, Glossy] User Expansion Factor","[Jackdaw] User Expansion Factor","[Partridge, Red-legged] User Expansion Factor","[Redpoll, Lesser] User Expansion Factor","[Scaup, Lesser] User Expansion Factor","[Warbler, Moltoni's] User Expansion Factor" -2016-12,297.8504,73.4926,36.7227,7.1098,3.8567,5.4865,4.9154,4.4454,1.0162,2.2881,2.0824,2.0475,1.8065,1.5892,1.5272,1.4886,1.4572,1.4765,1.5129,1.3753,1.3348,1.3201,1.2706,1.0534,1.2157,1.1633,1.1175,1.1131,1.1179,1.0980,1.0944,1.0933,1.0844,1.0760,1.0673,1.0642,1.0557,1.0545,1.0252,1.0160,1.0142,1.0149,1.0131,1.0080,1.0000,1.0029,1.0025,1.0024,1.0011,1.0011,1.0007,1.0004,1.0001,1.0002,1.0001,1.0001,1.0001,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 -2017-01,0,66.3373,0,25.1217,1677.0769,9.8468,0,1.0001,3.5509,2.0647,0,0,0,1.2609,1.4660,0,0,1.0524,1.1798,0,0,1.1604,0,4.1649,1.1661,0,1.2473,1.0205,1.0186,0,1.0037,1.0650,0,1.1002,1.0001,0,0,0,1.0040,1.0001,0,1.0058,0,1.0088,1.0304,1.0029,1.0000,0,1.0013,0,1.0001,1.0004,1.0002,0,1.0006,1.0002,1.0001,1.0000,1.0000,0,0,0,0,1.0000,0,0 +Month,"[Thrush, Swainson's] User Expansion Factor","[Dunlin] User Expansion Factor","[Grey, Great] User Expansion Factor","[Honey-buzzard] User Expansion Factor","[Warbler, Yellow-browed] User Expansion Factor","[Treecreeper, Short-toed] User Expansion Factor","[Crane, Sandhill] User Expansion Factor","[Thrush, Grey-cheeked] User Expansion Factor","[Plover, Caspian] User Expansion Factor","[Pipit, Meadow] User Expansion Factor","[Scoter, Velvet] User Expansion Factor","[Bunting, Yellow-browed] User Expansion Factor","[Siskin] User Expansion Factor","[Sparrow, Savannah] User Expansion Factor","[Peregrine] User Expansion Factor","[Warbler, Booted] User Expansion Factor","[Grey, Lesser] User Expansion Factor","[Warbler, Golden-winged] User Expansion Factor","[Whimbrel] User Expansion Factor","[Duck, Harlequin] User Expansion Factor","[Gallinule, Allen's] User Expansion Factor","[Warbler, Dusky] User Expansion Factor","[Sandpiper, Spotted] User Expansion Factor","[Stint, Little] User Expansion Factor","[Ovenbird] User Expansion Factor","[Bunting, Reed] User Expansion Factor","[Tern, Sandwich] User Expansion Factor","[Crane] User Expansion Factor","[Thrush, Mistle] User Expansion Factor","[Sapsucker, Yellow-bellied] User Expansion Factor","[Grosbeak, Evening] User Expansion Factor","[Grey, Southern] User Expansion Factor","[Warbler, Sardinian] User Expansion Factor","[Plover, White-tailed] User Expansion Factor","[Sparrow, White-throated] User Expansion Factor","[Shag] User Expansion Factor","[Harrier, Hen] User Expansion Factor","[Bunting, Yellow-breasted] User Expansion Factor","[Smew] User Expansion Factor","[Dove, Turtle] User Expansion Factor","[Roller] User Expansion Factor","[Warbler, Hooded] User Expansion Factor","[Warbler, Garden] User Expansion Factor","[Martin, Crag] User Expansion Factor","[Moorhen] User Expansion Factor","[Oriole, Baltimore] User Expansion Factor","[Shearwater, Cory's] User Expansion Factor","[Auk, Little] User Expansion Factor","[Bunting, Black-headed] User Expansion Factor","[Lapwing] User Expansion Factor","[Grebe, Pied-billed] User Expansion Factor","[Shrike, Long-tailed] User Expansion Factor","[Duck, Ferruginous] User Expansion Factor","[Coot] User Expansion Factor","[Gull, Ring-billed] User Expansion Factor","[Swift, Alpine] User Expansion Factor","[Egret, Cattle] User Expansion Factor","[Martin, Purple] User Expansion Factor","[Chaffinch] User Expansion Factor","[Fieldfare] User Expansion Factor","[Goose, Egyptian] User Expansion Factor","[Ibis, Glossy] User Expansion Factor","[Jackdaw] User Expansion Factor","[Partridge, Red-legged] User Expansion Factor","[Redpoll, Lesser] User Expansion Factor","[Scaup, Lesser] User Expansion Factor","[Warbler, Moltoni's] User Expansion Factor" +2016-12,297.8504,73.4926,36.7227,7.1098,3.8567,5.4865,4.9154,4.4454,1.0162,2.2881,2.0824,2.0475,1.8065,1.5892,1.5272,1.4886,1.4572,1.4765,1.5129,1.3753,1.3753,1.3348,1.3201,1.2706,1.0534,1.2157,1.1633,1.1175,1.1131,1.1179,1.0980,1.0944,1.0933,1.0844,1.0760,1.0673,1.0642,1.0557,1.0545,1.0252,1.0160,1.0142,1.0149,1.0131,1.0080,1.0000,1.0029,1.0025,1.0024,1.0011,1.0011,1.0007,1.0004,1.0001,1.0002,1.0001,1.0001,1.0001,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 +2017-01,0,66.3373,0,25.1217,1677.0769,9.8468,0,1.0001,3.5509,2.0647,0,0,0,1.2609,1.4660,0,0,1.0524,1.1798,0,0,0,1.1604,0,4.1649,1.1661,0,1.2473,1.0205,1.0186,0,1.0037,1.0650,0,1.1002,1.0001,0,0,0,1.0040,1.0001,0,1.0058,0,1.0088,1.0304,1.0029,1.0000,0,1.0013,0,1.0001,1.0004,1.0002,0,1.0006,1.0002,1.0001,1.0000,1.0000,0,0,0,0,1.0000,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/expansion_factor/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/expansion_factor/timeseries-Quarter-reference.csv index ae45fc0f00..32d802a73d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/expansion_factor/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/expansion_factor/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[Thrush, Swainson's] User Expansion Factor","[Dunlin] User Expansion Factor","[Grey, Great] User Expansion Factor","[Honey-buzzard] User Expansion Factor","[Warbler, Yellow-browed] User Expansion Factor","[Treecreeper, Short-toed] User Expansion Factor","[Crane, Sandhill] User Expansion Factor","[Thrush, Grey-cheeked] User Expansion Factor","[Plover, Caspian] User Expansion Factor","[Pipit, Meadow] User Expansion Factor","[Scoter, Velvet] User Expansion Factor","[Bunting, Yellow-browed] User Expansion Factor","[Siskin] User Expansion Factor","[Sparrow, Savannah] User Expansion Factor","[Peregrine] User Expansion Factor","[Warbler, Booted] User Expansion Factor","[Grey, Lesser] User Expansion Factor","[Warbler, Golden-winged] User Expansion Factor","[Whimbrel] User Expansion Factor","[Gallinule, Allen's] User Expansion Factor","[Warbler, Dusky] User Expansion Factor","[Sandpiper, Spotted] User Expansion Factor","[Stint, Little] User Expansion Factor","[Ovenbird] User Expansion Factor","[Bunting, Reed] User Expansion Factor","[Tern, Sandwich] User Expansion Factor","[Crane] User Expansion Factor","[Thrush, Mistle] User Expansion Factor","[Sapsucker, Yellow-bellied] User Expansion Factor","[Grosbeak, Evening] User Expansion Factor","[Grey, Southern] User Expansion Factor","[Warbler, Sardinian] User Expansion Factor","[Plover, White-tailed] User Expansion Factor","[Sparrow, White-throated] User Expansion Factor","[Shag] User Expansion Factor","[Harrier, Hen] User Expansion Factor","[Bunting, Yellow-breasted] User Expansion Factor","[Smew] User Expansion Factor","[Dove, Turtle] User Expansion Factor","[Roller] User Expansion Factor","[Warbler, Hooded] User Expansion Factor","[Warbler, Garden] User Expansion Factor","[Martin, Crag] User Expansion Factor","[Moorhen] User Expansion Factor","[Oriole, Baltimore] User Expansion Factor","[Shearwater, Cory's] User Expansion Factor","[Auk, Little] User Expansion Factor","[Bunting, Black-headed] User Expansion Factor","[Lapwing] User Expansion Factor","[Grebe, Pied-billed] User Expansion Factor","[Shrike, Long-tailed] User Expansion Factor","[Duck, Ferruginous] User Expansion Factor","[Coot] User Expansion Factor","[Gull, Ring-billed] User Expansion Factor","[Swift, Alpine] User Expansion Factor","[Egret, Cattle] User Expansion Factor","[Martin, Purple] User Expansion Factor","[Chaffinch] User Expansion Factor","[Fieldfare] User Expansion Factor","[Goose, Egyptian] User Expansion Factor","[Ibis, Glossy] User Expansion Factor","[Jackdaw] User Expansion Factor","[Partridge, Red-legged] User Expansion Factor","[Redpoll, Lesser] User Expansion Factor","[Scaup, Lesser] User Expansion Factor","[Warbler, Moltoni's] User Expansion Factor" -"2016 Q4",297.8504,73.4926,36.7227,7.1098,3.8567,5.4865,4.9154,4.4454,1.0162,2.2881,2.0824,2.0475,1.8065,1.5892,1.5272,1.4886,1.4572,1.4765,1.5129,1.3753,1.3348,1.3201,1.2706,1.0534,1.2157,1.1633,1.1175,1.1131,1.1179,1.0980,1.0944,1.0933,1.0844,1.0760,1.0673,1.0642,1.0557,1.0545,1.0252,1.0160,1.0142,1.0149,1.0131,1.0080,1.0000,1.0029,1.0025,1.0024,1.0011,1.0011,1.0007,1.0004,1.0001,1.0002,1.0001,1.0001,1.0001,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 -"2017 Q1",0,66.3373,0,25.1217,1677.0769,9.8468,0,1.0001,3.5509,2.0647,0,0,0,1.2609,1.4660,0,0,1.0524,1.1798,0,0,1.1604,0,4.1649,1.1661,0,1.2473,1.0205,1.0186,0,1.0037,1.0650,0,1.1002,1.0001,0,0,0,1.0040,1.0001,0,1.0058,0,1.0088,1.0304,1.0029,1.0000,0,1.0013,0,1.0001,1.0004,1.0002,0,1.0006,1.0002,1.0001,1.0000,1.0000,0,0,0,0,1.0000,0,0 +Quarter,"[Thrush, Swainson's] User Expansion Factor","[Dunlin] User Expansion Factor","[Grey, Great] User Expansion Factor","[Honey-buzzard] User Expansion Factor","[Warbler, Yellow-browed] User Expansion Factor","[Treecreeper, Short-toed] User Expansion Factor","[Crane, Sandhill] User Expansion Factor","[Thrush, Grey-cheeked] User Expansion Factor","[Plover, Caspian] User Expansion Factor","[Pipit, Meadow] User Expansion Factor","[Scoter, Velvet] User Expansion Factor","[Bunting, Yellow-browed] User Expansion Factor","[Siskin] User Expansion Factor","[Sparrow, Savannah] User Expansion Factor","[Peregrine] User Expansion Factor","[Warbler, Booted] User Expansion Factor","[Grey, Lesser] User Expansion Factor","[Warbler, Golden-winged] User Expansion Factor","[Whimbrel] User Expansion Factor","[Duck, Harlequin] User Expansion Factor","[Gallinule, Allen's] User Expansion Factor","[Warbler, Dusky] User Expansion Factor","[Sandpiper, Spotted] User Expansion Factor","[Stint, Little] User Expansion Factor","[Ovenbird] User Expansion Factor","[Bunting, Reed] User Expansion Factor","[Tern, Sandwich] User Expansion Factor","[Crane] User Expansion Factor","[Thrush, Mistle] User Expansion Factor","[Sapsucker, Yellow-bellied] User Expansion Factor","[Grosbeak, Evening] User Expansion Factor","[Grey, Southern] User Expansion Factor","[Warbler, Sardinian] User Expansion Factor","[Plover, White-tailed] User Expansion Factor","[Sparrow, White-throated] User Expansion Factor","[Shag] User Expansion Factor","[Harrier, Hen] User Expansion Factor","[Bunting, Yellow-breasted] User Expansion Factor","[Smew] User Expansion Factor","[Dove, Turtle] User Expansion Factor","[Roller] User Expansion Factor","[Warbler, Hooded] User Expansion Factor","[Warbler, Garden] User Expansion Factor","[Martin, Crag] User Expansion Factor","[Moorhen] User Expansion Factor","[Oriole, Baltimore] User Expansion Factor","[Shearwater, Cory's] User Expansion Factor","[Auk, Little] User Expansion Factor","[Bunting, Black-headed] User Expansion Factor","[Lapwing] User Expansion Factor","[Grebe, Pied-billed] User Expansion Factor","[Shrike, Long-tailed] User Expansion Factor","[Duck, Ferruginous] User Expansion Factor","[Coot] User Expansion Factor","[Gull, Ring-billed] User Expansion Factor","[Swift, Alpine] User Expansion Factor","[Egret, Cattle] User Expansion Factor","[Martin, Purple] User Expansion Factor","[Chaffinch] User Expansion Factor","[Fieldfare] User Expansion Factor","[Goose, Egyptian] User Expansion Factor","[Ibis, Glossy] User Expansion Factor","[Jackdaw] User Expansion Factor","[Partridge, Red-legged] User Expansion Factor","[Redpoll, Lesser] User Expansion Factor","[Scaup, Lesser] User Expansion Factor","[Warbler, Moltoni's] User Expansion Factor" +"2016 Q4",297.8504,73.4926,36.7227,7.1098,3.8567,5.4865,4.9154,4.4454,1.0162,2.2881,2.0824,2.0475,1.8065,1.5892,1.5272,1.4886,1.4572,1.4765,1.5129,1.3753,1.3753,1.3348,1.3201,1.2706,1.0534,1.2157,1.1633,1.1175,1.1131,1.1179,1.0980,1.0944,1.0933,1.0844,1.0760,1.0673,1.0642,1.0557,1.0545,1.0252,1.0160,1.0142,1.0149,1.0131,1.0080,1.0000,1.0029,1.0025,1.0024,1.0011,1.0011,1.0007,1.0004,1.0001,1.0002,1.0001,1.0001,1.0001,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 +"2017 Q1",0,66.3373,0,25.1217,1677.0769,9.8468,0,1.0001,3.5509,2.0647,0,0,0,1.2609,1.4660,0,0,1.0524,1.1798,0,0,0,1.1604,0,4.1649,1.1661,0,1.2473,1.0205,1.0186,0,1.0037,1.0650,0,1.1002,1.0001,0,0,0,1.0040,1.0001,0,1.0058,0,1.0088,1.0304,1.0029,1.0000,0,1.0013,0,1.0001,1.0004,1.0002,0,1.0006,1.0002,1.0001,1.0000,1.0000,0,0,0,0,1.0000,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/expansion_factor/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/expansion_factor/timeseries-Year-reference.csv index 913a3054b8..1fcef90627 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/expansion_factor/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/expansion_factor/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[Thrush, Swainson's] User Expansion Factor","[Dunlin] User Expansion Factor","[Grey, Great] User Expansion Factor","[Honey-buzzard] User Expansion Factor","[Warbler, Yellow-browed] User Expansion Factor","[Treecreeper, Short-toed] User Expansion Factor","[Crane, Sandhill] User Expansion Factor","[Thrush, Grey-cheeked] User Expansion Factor","[Plover, Caspian] User Expansion Factor","[Pipit, Meadow] User Expansion Factor","[Scoter, Velvet] User Expansion Factor","[Bunting, Yellow-browed] User Expansion Factor","[Siskin] User Expansion Factor","[Sparrow, Savannah] User Expansion Factor","[Peregrine] User Expansion Factor","[Warbler, Booted] User Expansion Factor","[Grey, Lesser] User Expansion Factor","[Warbler, Golden-winged] User Expansion Factor","[Whimbrel] User Expansion Factor","[Gallinule, Allen's] User Expansion Factor","[Warbler, Dusky] User Expansion Factor","[Sandpiper, Spotted] User Expansion Factor","[Stint, Little] User Expansion Factor","[Ovenbird] User Expansion Factor","[Bunting, Reed] User Expansion Factor","[Tern, Sandwich] User Expansion Factor","[Crane] User Expansion Factor","[Thrush, Mistle] User Expansion Factor","[Sapsucker, Yellow-bellied] User Expansion Factor","[Grosbeak, Evening] User Expansion Factor","[Grey, Southern] User Expansion Factor","[Warbler, Sardinian] User Expansion Factor","[Plover, White-tailed] User Expansion Factor","[Sparrow, White-throated] User Expansion Factor","[Shag] User Expansion Factor","[Harrier, Hen] User Expansion Factor","[Bunting, Yellow-breasted] User Expansion Factor","[Smew] User Expansion Factor","[Dove, Turtle] User Expansion Factor","[Roller] User Expansion Factor","[Warbler, Hooded] User Expansion Factor","[Warbler, Garden] User Expansion Factor","[Martin, Crag] User Expansion Factor","[Moorhen] User Expansion Factor","[Oriole, Baltimore] User Expansion Factor","[Shearwater, Cory's] User Expansion Factor","[Auk, Little] User Expansion Factor","[Bunting, Black-headed] User Expansion Factor","[Lapwing] User Expansion Factor","[Grebe, Pied-billed] User Expansion Factor","[Shrike, Long-tailed] User Expansion Factor","[Duck, Ferruginous] User Expansion Factor","[Coot] User Expansion Factor","[Gull, Ring-billed] User Expansion Factor","[Swift, Alpine] User Expansion Factor","[Egret, Cattle] User Expansion Factor","[Martin, Purple] User Expansion Factor","[Chaffinch] User Expansion Factor","[Fieldfare] User Expansion Factor","[Goose, Egyptian] User Expansion Factor","[Ibis, Glossy] User Expansion Factor","[Jackdaw] User Expansion Factor","[Partridge, Red-legged] User Expansion Factor","[Redpoll, Lesser] User Expansion Factor","[Scaup, Lesser] User Expansion Factor","[Warbler, Moltoni's] User Expansion Factor" -2016,297.8504,73.4926,36.7227,7.1098,3.8567,5.4865,4.9154,4.4454,1.0162,2.2881,2.0824,2.0475,1.8065,1.5892,1.5272,1.4886,1.4572,1.4765,1.5129,1.3753,1.3348,1.3201,1.2706,1.0534,1.2157,1.1633,1.1175,1.1131,1.1179,1.0980,1.0944,1.0933,1.0844,1.0760,1.0673,1.0642,1.0557,1.0545,1.0252,1.0160,1.0142,1.0149,1.0131,1.0080,1.0000,1.0029,1.0025,1.0024,1.0011,1.0011,1.0007,1.0004,1.0001,1.0002,1.0001,1.0001,1.0001,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 -2017,0,66.3373,0,25.1217,1677.0769,9.8468,0,1.0001,3.5509,2.0647,0,0,0,1.2609,1.4660,0,0,1.0524,1.1798,0,0,1.1604,0,4.1649,1.1661,0,1.2473,1.0205,1.0186,0,1.0037,1.0650,0,1.1002,1.0001,0,0,0,1.0040,1.0001,0,1.0058,0,1.0088,1.0304,1.0029,1.0000,0,1.0013,0,1.0001,1.0004,1.0002,0,1.0006,1.0002,1.0001,1.0000,1.0000,0,0,0,0,1.0000,0,0 +Year,"[Thrush, Swainson's] User Expansion Factor","[Dunlin] User Expansion Factor","[Grey, Great] User Expansion Factor","[Honey-buzzard] User Expansion Factor","[Warbler, Yellow-browed] User Expansion Factor","[Treecreeper, Short-toed] User Expansion Factor","[Crane, Sandhill] User Expansion Factor","[Thrush, Grey-cheeked] User Expansion Factor","[Plover, Caspian] User Expansion Factor","[Pipit, Meadow] User Expansion Factor","[Scoter, Velvet] User Expansion Factor","[Bunting, Yellow-browed] User Expansion Factor","[Siskin] User Expansion Factor","[Sparrow, Savannah] User Expansion Factor","[Peregrine] User Expansion Factor","[Warbler, Booted] User Expansion Factor","[Grey, Lesser] User Expansion Factor","[Warbler, Golden-winged] User Expansion Factor","[Whimbrel] User Expansion Factor","[Duck, Harlequin] User Expansion Factor","[Gallinule, Allen's] User Expansion Factor","[Warbler, Dusky] User Expansion Factor","[Sandpiper, Spotted] User Expansion Factor","[Stint, Little] User Expansion Factor","[Ovenbird] User Expansion Factor","[Bunting, Reed] User Expansion Factor","[Tern, Sandwich] User Expansion Factor","[Crane] User Expansion Factor","[Thrush, Mistle] User Expansion Factor","[Sapsucker, Yellow-bellied] User Expansion Factor","[Grosbeak, Evening] User Expansion Factor","[Grey, Southern] User Expansion Factor","[Warbler, Sardinian] User Expansion Factor","[Plover, White-tailed] User Expansion Factor","[Sparrow, White-throated] User Expansion Factor","[Shag] User Expansion Factor","[Harrier, Hen] User Expansion Factor","[Bunting, Yellow-breasted] User Expansion Factor","[Smew] User Expansion Factor","[Dove, Turtle] User Expansion Factor","[Roller] User Expansion Factor","[Warbler, Hooded] User Expansion Factor","[Warbler, Garden] User Expansion Factor","[Martin, Crag] User Expansion Factor","[Moorhen] User Expansion Factor","[Oriole, Baltimore] User Expansion Factor","[Shearwater, Cory's] User Expansion Factor","[Auk, Little] User Expansion Factor","[Bunting, Black-headed] User Expansion Factor","[Lapwing] User Expansion Factor","[Grebe, Pied-billed] User Expansion Factor","[Shrike, Long-tailed] User Expansion Factor","[Duck, Ferruginous] User Expansion Factor","[Coot] User Expansion Factor","[Gull, Ring-billed] User Expansion Factor","[Swift, Alpine] User Expansion Factor","[Egret, Cattle] User Expansion Factor","[Martin, Purple] User Expansion Factor","[Chaffinch] User Expansion Factor","[Fieldfare] User Expansion Factor","[Goose, Egyptian] User Expansion Factor","[Ibis, Glossy] User Expansion Factor","[Jackdaw] User Expansion Factor","[Partridge, Red-legged] User Expansion Factor","[Redpoll, Lesser] User Expansion Factor","[Scaup, Lesser] User Expansion Factor","[Warbler, Moltoni's] User Expansion Factor" +2016,297.8504,73.4926,36.7227,7.1098,3.8567,5.4865,4.9154,4.4454,1.0162,2.2881,2.0824,2.0475,1.8065,1.5892,1.5272,1.4886,1.4572,1.4765,1.5129,1.3753,1.3753,1.3348,1.3201,1.2706,1.0534,1.2157,1.1633,1.1175,1.1131,1.1179,1.0980,1.0944,1.0933,1.0844,1.0760,1.0673,1.0642,1.0557,1.0545,1.0252,1.0160,1.0142,1.0149,1.0131,1.0080,1.0000,1.0029,1.0025,1.0024,1.0011,1.0011,1.0007,1.0004,1.0001,1.0002,1.0001,1.0001,1.0001,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 +2017,0,66.3373,0,25.1217,1677.0769,9.8468,0,1.0001,3.5509,2.0647,0,0,0,1.2609,1.4660,0,0,1.0524,1.1798,0,0,0,1.1604,0,4.1649,1.1661,0,1.2473,1.0205,1.0186,0,1.0037,1.0650,0,1.1002,1.0001,0,0,0,1.0040,1.0001,0,1.0058,0,1.0088,1.0304,1.0029,1.0000,0,1.0013,0,1.0001,1.0004,1.0002,0,1.0006,1.0002,1.0001,1.0000,1.0000,0,0,0,0,1.0000,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/job_count/aggregate-Day-reference.csv index 198bea0fbd..cee4dcc27b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/job_count/aggregate-Day-reference.csv @@ -67,6 +67,7 @@ Siskin,2 "Warbler, Yellow-browed",2 Chaffinch,1 "Duck, Ferruginous",1 +"Duck, Harlequin",1 "Gallinule, Allen's",1 "Gull, Ring-billed",1 "Ibis, Glossy",1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/job_count/aggregate-Month-reference.csv index 198bea0fbd..cee4dcc27b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/job_count/aggregate-Month-reference.csv @@ -67,6 +67,7 @@ Siskin,2 "Warbler, Yellow-browed",2 Chaffinch,1 "Duck, Ferruginous",1 +"Duck, Harlequin",1 "Gallinule, Allen's",1 "Gull, Ring-billed",1 "Ibis, Glossy",1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/job_count/aggregate-Quarter-reference.csv index 198bea0fbd..cee4dcc27b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/job_count/aggregate-Quarter-reference.csv @@ -67,6 +67,7 @@ Siskin,2 "Warbler, Yellow-browed",2 Chaffinch,1 "Duck, Ferruginous",1 +"Duck, Harlequin",1 "Gallinule, Allen's",1 "Gull, Ring-billed",1 "Ibis, Glossy",1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/job_count/aggregate-Year-reference.csv index 198bea0fbd..cee4dcc27b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/job_count/aggregate-Year-reference.csv @@ -67,6 +67,7 @@ Siskin,2 "Warbler, Yellow-browed",2 Chaffinch,1 "Duck, Ferruginous",1 +"Duck, Harlequin",1 "Gallinule, Allen's",1 "Gull, Ring-billed",1 "Ibis, Glossy",1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/job_count/timeseries-Day-reference.csv index 7eae544e0b..db0c03eed2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/job_count/timeseries-Day-reference.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[Honey-buzzard] Number of Jobs Ended","[Bunting, Reed] Number of Jobs Ended","[Grey, Great] Number of Jobs Ended","[Moorhen] Number of Jobs Ended","[Grey, Lesser] Number of Jobs Ended","[Dove, Turtle] Number of Jobs Ended","[Plover, Caspian] Number of Jobs Ended","[Thrush, Swainson's] Number of Jobs Ended","[Lapwing] Number of Jobs Ended","[Dunlin] Number of Jobs Ended","[Grey, Southern] Number of Jobs Ended","[Crane, Sandhill] Number of Jobs Ended","[Thrush, Grey-cheeked] Number of Jobs Ended","[Warbler, Golden-winged] Number of Jobs Ended","[Sandpiper, Spotted] Number of Jobs Ended","[Warbler, Garden] Number of Jobs Ended","[Grebe, Pied-billed] Number of Jobs Ended","[Warbler, Sardinian] Number of Jobs Ended","[Martin, Purple] Number of Jobs Ended","[Oriole, Baltimore] Number of Jobs Ended","[Sparrow, Savannah] Number of Jobs Ended","[Coot] Number of Jobs Ended","[Egret, Cattle] Number of Jobs Ended","[Pipit, Meadow] Number of Jobs Ended","[Treecreeper, Short-toed] Number of Jobs Ended","[Warbler, Hooded] Number of Jobs Ended","[Harrier, Hen] Number of Jobs Ended","[Sapsucker, Yellow-bellied] Number of Jobs Ended","[Crane] Number of Jobs Ended","[Shearwater, Cory's] Number of Jobs Ended","[Shrike, Long-tailed] Number of Jobs Ended","[Swift, Alpine] Number of Jobs Ended","[Warbler, Booted] Number of Jobs Ended","[Martin, Crag] Number of Jobs Ended","[Whimbrel] Number of Jobs Ended","[Shag] Number of Jobs Ended","[Stint, Little] Number of Jobs Ended","[Thrush, Mistle] Number of Jobs Ended","[Auk, Little] Number of Jobs Ended","[Bunting, Black-headed] Number of Jobs Ended","[Scaup, Lesser] Number of Jobs Ended","[Sparrow, White-throated] Number of Jobs Ended","[Goose, Egyptian] Number of Jobs Ended","[Smew] Number of Jobs Ended","[Bunting, Yellow-breasted] Number of Jobs Ended","[Ovenbird] Number of Jobs Ended","[Jackdaw] Number of Jobs Ended","[Roller] Number of Jobs Ended","[Fieldfare] Number of Jobs Ended","[Peregrine] Number of Jobs Ended","[Plover, White-tailed] Number of Jobs Ended","[Warbler, Dusky] Number of Jobs Ended","[Bunting, Yellow-browed] Number of Jobs Ended","[Grosbeak, Evening] Number of Jobs Ended","[Redpoll, Lesser] Number of Jobs Ended","[Scoter, Velvet] Number of Jobs Ended","[Siskin] Number of Jobs Ended","[Tern, Sandwich] Number of Jobs Ended","[Warbler, Yellow-browed] Number of Jobs Ended","[Chaffinch] Number of Jobs Ended","[Duck, Ferruginous] Number of Jobs Ended","[Gallinule, Allen's] Number of Jobs Ended","[Gull, Ring-billed] Number of Jobs Ended","[Ibis, Glossy] Number of Jobs Ended","[Partridge, Red-legged] Number of Jobs Ended","[Warbler, Moltoni's] Number of Jobs Ended" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-30,19043,3457,1698,788,1,333,0,712,34,90,68,61,3,20,36,5,50,28,12,0,8,8,8,3,10,5,19,1,5,2,4,4,11,14,0,5,7,10,1,4,0,0,4,6,3,0,2,1,1,2,3,2,1,2,1,2,1,2,1,0,0,1,0,1,1,1 -2016-12-31,22020,2365,933,869,999,341,4,1,180,10,24,83,97,24,20,1,0,8,12,4,17,8,8,12,5,16,1,6,4,0,3,4,4,0,7,5,4,0,7,6,9,0,4,1,3,4,2,2,0,0,0,1,1,0,0,0,1,0,0,0,0,0,1,0,0,0 -2017-01-01,13920,84,0,972,0,308,752,0,94,139,62,0,1,25,4,47,0,9,12,26,1,8,8,9,7,0,0,11,7,14,9,8,0,0,7,1,0,1,2,0,0,9,0,0,0,1,0,1,2,1,0,0,0,0,1,0,0,0,1,1,1,0,0,0,0,0 +Day,"[Honey-buzzard] Number of Jobs Ended","[Bunting, Reed] Number of Jobs Ended","[Grey, Great] Number of Jobs Ended","[Moorhen] Number of Jobs Ended","[Grey, Lesser] Number of Jobs Ended","[Dove, Turtle] Number of Jobs Ended","[Plover, Caspian] Number of Jobs Ended","[Thrush, Swainson's] Number of Jobs Ended","[Lapwing] Number of Jobs Ended","[Dunlin] Number of Jobs Ended","[Grey, Southern] Number of Jobs Ended","[Crane, Sandhill] Number of Jobs Ended","[Thrush, Grey-cheeked] Number of Jobs Ended","[Warbler, Golden-winged] Number of Jobs Ended","[Sandpiper, Spotted] Number of Jobs Ended","[Warbler, Garden] Number of Jobs Ended","[Grebe, Pied-billed] Number of Jobs Ended","[Warbler, Sardinian] Number of Jobs Ended","[Martin, Purple] Number of Jobs Ended","[Oriole, Baltimore] Number of Jobs Ended","[Sparrow, Savannah] Number of Jobs Ended","[Coot] Number of Jobs Ended","[Egret, Cattle] Number of Jobs Ended","[Pipit, Meadow] Number of Jobs Ended","[Treecreeper, Short-toed] Number of Jobs Ended","[Warbler, Hooded] Number of Jobs Ended","[Harrier, Hen] Number of Jobs Ended","[Sapsucker, Yellow-bellied] Number of Jobs Ended","[Crane] Number of Jobs Ended","[Shearwater, Cory's] Number of Jobs Ended","[Shrike, Long-tailed] Number of Jobs Ended","[Swift, Alpine] Number of Jobs Ended","[Warbler, Booted] Number of Jobs Ended","[Martin, Crag] Number of Jobs Ended","[Whimbrel] Number of Jobs Ended","[Shag] Number of Jobs Ended","[Stint, Little] Number of Jobs Ended","[Thrush, Mistle] Number of Jobs Ended","[Auk, Little] Number of Jobs Ended","[Bunting, Black-headed] Number of Jobs Ended","[Scaup, Lesser] Number of Jobs Ended","[Sparrow, White-throated] Number of Jobs Ended","[Goose, Egyptian] Number of Jobs Ended","[Smew] Number of Jobs Ended","[Bunting, Yellow-breasted] Number of Jobs Ended","[Ovenbird] Number of Jobs Ended","[Jackdaw] Number of Jobs Ended","[Roller] Number of Jobs Ended","[Fieldfare] Number of Jobs Ended","[Peregrine] Number of Jobs Ended","[Plover, White-tailed] Number of Jobs Ended","[Warbler, Dusky] Number of Jobs Ended","[Bunting, Yellow-browed] Number of Jobs Ended","[Grosbeak, Evening] Number of Jobs Ended","[Redpoll, Lesser] Number of Jobs Ended","[Scoter, Velvet] Number of Jobs Ended","[Siskin] Number of Jobs Ended","[Tern, Sandwich] Number of Jobs Ended","[Warbler, Yellow-browed] Number of Jobs Ended","[Chaffinch] Number of Jobs Ended","[Duck, Ferruginous] Number of Jobs Ended","[Duck, Harlequin] Number of Jobs Ended","[Gallinule, Allen's] Number of Jobs Ended","[Gull, Ring-billed] Number of Jobs Ended","[Ibis, Glossy] Number of Jobs Ended","[Partridge, Red-legged] Number of Jobs Ended","[Warbler, Moltoni's] Number of Jobs Ended" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-30,19043,3457,1698,788,1,333,0,712,34,90,68,61,3,20,36,5,50,28,12,0,8,8,8,3,10,5,19,1,5,2,4,4,11,14,0,5,7,10,1,4,0,0,4,6,3,0,2,1,1,2,3,2,1,2,1,2,1,2,1,0,0,1,1,0,1,1,1 +2016-12-31,22020,2365,933,869,999,341,4,1,180,10,24,83,97,24,20,1,0,8,12,4,17,8,8,12,5,16,1,6,4,0,3,4,4,0,7,5,4,0,7,6,9,0,4,1,3,4,2,2,0,0,0,1,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0 +2017-01-01,13920,84,0,972,0,308,752,0,94,139,62,0,1,25,4,47,0,9,12,26,1,8,8,9,7,0,0,11,7,14,9,8,0,0,7,1,0,1,2,0,0,9,0,0,0,1,0,1,2,1,0,0,0,0,1,0,0,0,1,1,1,0,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/job_count/timeseries-Month-reference.csv index a731a32f28..f77437a859 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/job_count/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[Honey-buzzard] Number of Jobs Ended","[Bunting, Reed] Number of Jobs Ended","[Grey, Great] Number of Jobs Ended","[Moorhen] Number of Jobs Ended","[Grey, Lesser] Number of Jobs Ended","[Dove, Turtle] Number of Jobs Ended","[Plover, Caspian] Number of Jobs Ended","[Thrush, Swainson's] Number of Jobs Ended","[Lapwing] Number of Jobs Ended","[Dunlin] Number of Jobs Ended","[Grey, Southern] Number of Jobs Ended","[Crane, Sandhill] Number of Jobs Ended","[Thrush, Grey-cheeked] Number of Jobs Ended","[Warbler, Golden-winged] Number of Jobs Ended","[Sandpiper, Spotted] Number of Jobs Ended","[Warbler, Garden] Number of Jobs Ended","[Grebe, Pied-billed] Number of Jobs Ended","[Warbler, Sardinian] Number of Jobs Ended","[Martin, Purple] Number of Jobs Ended","[Oriole, Baltimore] Number of Jobs Ended","[Sparrow, Savannah] Number of Jobs Ended","[Coot] Number of Jobs Ended","[Egret, Cattle] Number of Jobs Ended","[Pipit, Meadow] Number of Jobs Ended","[Treecreeper, Short-toed] Number of Jobs Ended","[Warbler, Hooded] Number of Jobs Ended","[Harrier, Hen] Number of Jobs Ended","[Sapsucker, Yellow-bellied] Number of Jobs Ended","[Crane] Number of Jobs Ended","[Shearwater, Cory's] Number of Jobs Ended","[Shrike, Long-tailed] Number of Jobs Ended","[Swift, Alpine] Number of Jobs Ended","[Warbler, Booted] Number of Jobs Ended","[Martin, Crag] Number of Jobs Ended","[Whimbrel] Number of Jobs Ended","[Shag] Number of Jobs Ended","[Stint, Little] Number of Jobs Ended","[Thrush, Mistle] Number of Jobs Ended","[Auk, Little] Number of Jobs Ended","[Bunting, Black-headed] Number of Jobs Ended","[Scaup, Lesser] Number of Jobs Ended","[Sparrow, White-throated] Number of Jobs Ended","[Goose, Egyptian] Number of Jobs Ended","[Smew] Number of Jobs Ended","[Bunting, Yellow-breasted] Number of Jobs Ended","[Ovenbird] Number of Jobs Ended","[Jackdaw] Number of Jobs Ended","[Roller] Number of Jobs Ended","[Fieldfare] Number of Jobs Ended","[Peregrine] Number of Jobs Ended","[Plover, White-tailed] Number of Jobs Ended","[Warbler, Dusky] Number of Jobs Ended","[Bunting, Yellow-browed] Number of Jobs Ended","[Grosbeak, Evening] Number of Jobs Ended","[Redpoll, Lesser] Number of Jobs Ended","[Scoter, Velvet] Number of Jobs Ended","[Siskin] Number of Jobs Ended","[Tern, Sandwich] Number of Jobs Ended","[Warbler, Yellow-browed] Number of Jobs Ended","[Chaffinch] Number of Jobs Ended","[Duck, Ferruginous] Number of Jobs Ended","[Gallinule, Allen's] Number of Jobs Ended","[Gull, Ring-billed] Number of Jobs Ended","[Ibis, Glossy] Number of Jobs Ended","[Partridge, Red-legged] Number of Jobs Ended","[Warbler, Moltoni's] Number of Jobs Ended" -2016-12,41063,5822,2631,1657,1000,674,4,713,214,100,92,144,100,44,56,6,50,36,24,4,25,16,16,15,15,21,20,7,9,2,7,8,15,14,7,10,11,10,8,10,9,0,8,7,6,4,4,3,1,2,3,3,2,2,1,2,2,2,1,0,0,1,1,1,1,1 -2017-01,13920,84,0,972,0,308,752,0,94,139,62,0,1,25,4,47,0,9,12,26,1,8,8,9,7,0,0,11,7,14,9,8,0,0,7,1,0,1,2,0,0,9,0,0,0,1,0,1,2,1,0,0,0,0,1,0,0,0,1,1,1,0,0,0,0,0 +Month,"[Honey-buzzard] Number of Jobs Ended","[Bunting, Reed] Number of Jobs Ended","[Grey, Great] Number of Jobs Ended","[Moorhen] Number of Jobs Ended","[Grey, Lesser] Number of Jobs Ended","[Dove, Turtle] Number of Jobs Ended","[Plover, Caspian] Number of Jobs Ended","[Thrush, Swainson's] Number of Jobs Ended","[Lapwing] Number of Jobs Ended","[Dunlin] Number of Jobs Ended","[Grey, Southern] Number of Jobs Ended","[Crane, Sandhill] Number of Jobs Ended","[Thrush, Grey-cheeked] Number of Jobs Ended","[Warbler, Golden-winged] Number of Jobs Ended","[Sandpiper, Spotted] Number of Jobs Ended","[Warbler, Garden] Number of Jobs Ended","[Grebe, Pied-billed] Number of Jobs Ended","[Warbler, Sardinian] Number of Jobs Ended","[Martin, Purple] Number of Jobs Ended","[Oriole, Baltimore] Number of Jobs Ended","[Sparrow, Savannah] Number of Jobs Ended","[Coot] Number of Jobs Ended","[Egret, Cattle] Number of Jobs Ended","[Pipit, Meadow] Number of Jobs Ended","[Treecreeper, Short-toed] Number of Jobs Ended","[Warbler, Hooded] Number of Jobs Ended","[Harrier, Hen] Number of Jobs Ended","[Sapsucker, Yellow-bellied] Number of Jobs Ended","[Crane] Number of Jobs Ended","[Shearwater, Cory's] Number of Jobs Ended","[Shrike, Long-tailed] Number of Jobs Ended","[Swift, Alpine] Number of Jobs Ended","[Warbler, Booted] Number of Jobs Ended","[Martin, Crag] Number of Jobs Ended","[Whimbrel] Number of Jobs Ended","[Shag] Number of Jobs Ended","[Stint, Little] Number of Jobs Ended","[Thrush, Mistle] Number of Jobs Ended","[Auk, Little] Number of Jobs Ended","[Bunting, Black-headed] Number of Jobs Ended","[Scaup, Lesser] Number of Jobs Ended","[Sparrow, White-throated] Number of Jobs Ended","[Goose, Egyptian] Number of Jobs Ended","[Smew] Number of Jobs Ended","[Bunting, Yellow-breasted] Number of Jobs Ended","[Ovenbird] Number of Jobs Ended","[Jackdaw] Number of Jobs Ended","[Roller] Number of Jobs Ended","[Fieldfare] Number of Jobs Ended","[Peregrine] Number of Jobs Ended","[Plover, White-tailed] Number of Jobs Ended","[Warbler, Dusky] Number of Jobs Ended","[Bunting, Yellow-browed] Number of Jobs Ended","[Grosbeak, Evening] Number of Jobs Ended","[Redpoll, Lesser] Number of Jobs Ended","[Scoter, Velvet] Number of Jobs Ended","[Siskin] Number of Jobs Ended","[Tern, Sandwich] Number of Jobs Ended","[Warbler, Yellow-browed] Number of Jobs Ended","[Chaffinch] Number of Jobs Ended","[Duck, Ferruginous] Number of Jobs Ended","[Duck, Harlequin] Number of Jobs Ended","[Gallinule, Allen's] Number of Jobs Ended","[Gull, Ring-billed] Number of Jobs Ended","[Ibis, Glossy] Number of Jobs Ended","[Partridge, Red-legged] Number of Jobs Ended","[Warbler, Moltoni's] Number of Jobs Ended" +2016-12,41063,5822,2631,1657,1000,674,4,713,214,100,92,144,100,44,56,6,50,36,24,4,25,16,16,15,15,21,20,7,9,2,7,8,15,14,7,10,11,10,8,10,9,0,8,7,6,4,4,3,1,2,3,3,2,2,1,2,2,2,1,0,0,1,1,1,1,1,1 +2017-01,13920,84,0,972,0,308,752,0,94,139,62,0,1,25,4,47,0,9,12,26,1,8,8,9,7,0,0,11,7,14,9,8,0,0,7,1,0,1,2,0,0,9,0,0,0,1,0,1,2,1,0,0,0,0,1,0,0,0,1,1,1,0,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/job_count/timeseries-Quarter-reference.csv index e73c6b3ee0..c0f1e40a11 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/job_count/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[Honey-buzzard] Number of Jobs Ended","[Bunting, Reed] Number of Jobs Ended","[Grey, Great] Number of Jobs Ended","[Moorhen] Number of Jobs Ended","[Grey, Lesser] Number of Jobs Ended","[Dove, Turtle] Number of Jobs Ended","[Plover, Caspian] Number of Jobs Ended","[Thrush, Swainson's] Number of Jobs Ended","[Lapwing] Number of Jobs Ended","[Dunlin] Number of Jobs Ended","[Grey, Southern] Number of Jobs Ended","[Crane, Sandhill] Number of Jobs Ended","[Thrush, Grey-cheeked] Number of Jobs Ended","[Warbler, Golden-winged] Number of Jobs Ended","[Sandpiper, Spotted] Number of Jobs Ended","[Warbler, Garden] Number of Jobs Ended","[Grebe, Pied-billed] Number of Jobs Ended","[Warbler, Sardinian] Number of Jobs Ended","[Martin, Purple] Number of Jobs Ended","[Oriole, Baltimore] Number of Jobs Ended","[Sparrow, Savannah] Number of Jobs Ended","[Coot] Number of Jobs Ended","[Egret, Cattle] Number of Jobs Ended","[Pipit, Meadow] Number of Jobs Ended","[Treecreeper, Short-toed] Number of Jobs Ended","[Warbler, Hooded] Number of Jobs Ended","[Harrier, Hen] Number of Jobs Ended","[Sapsucker, Yellow-bellied] Number of Jobs Ended","[Crane] Number of Jobs Ended","[Shearwater, Cory's] Number of Jobs Ended","[Shrike, Long-tailed] Number of Jobs Ended","[Swift, Alpine] Number of Jobs Ended","[Warbler, Booted] Number of Jobs Ended","[Martin, Crag] Number of Jobs Ended","[Whimbrel] Number of Jobs Ended","[Shag] Number of Jobs Ended","[Stint, Little] Number of Jobs Ended","[Thrush, Mistle] Number of Jobs Ended","[Auk, Little] Number of Jobs Ended","[Bunting, Black-headed] Number of Jobs Ended","[Scaup, Lesser] Number of Jobs Ended","[Sparrow, White-throated] Number of Jobs Ended","[Goose, Egyptian] Number of Jobs Ended","[Smew] Number of Jobs Ended","[Bunting, Yellow-breasted] Number of Jobs Ended","[Ovenbird] Number of Jobs Ended","[Jackdaw] Number of Jobs Ended","[Roller] Number of Jobs Ended","[Fieldfare] Number of Jobs Ended","[Peregrine] Number of Jobs Ended","[Plover, White-tailed] Number of Jobs Ended","[Warbler, Dusky] Number of Jobs Ended","[Bunting, Yellow-browed] Number of Jobs Ended","[Grosbeak, Evening] Number of Jobs Ended","[Redpoll, Lesser] Number of Jobs Ended","[Scoter, Velvet] Number of Jobs Ended","[Siskin] Number of Jobs Ended","[Tern, Sandwich] Number of Jobs Ended","[Warbler, Yellow-browed] Number of Jobs Ended","[Chaffinch] Number of Jobs Ended","[Duck, Ferruginous] Number of Jobs Ended","[Gallinule, Allen's] Number of Jobs Ended","[Gull, Ring-billed] Number of Jobs Ended","[Ibis, Glossy] Number of Jobs Ended","[Partridge, Red-legged] Number of Jobs Ended","[Warbler, Moltoni's] Number of Jobs Ended" -"2016 Q4",41063,5822,2631,1657,1000,674,4,713,214,100,92,144,100,44,56,6,50,36,24,4,25,16,16,15,15,21,20,7,9,2,7,8,15,14,7,10,11,10,8,10,9,0,8,7,6,4,4,3,1,2,3,3,2,2,1,2,2,2,1,0,0,1,1,1,1,1 -"2017 Q1",13920,84,0,972,0,308,752,0,94,139,62,0,1,25,4,47,0,9,12,26,1,8,8,9,7,0,0,11,7,14,9,8,0,0,7,1,0,1,2,0,0,9,0,0,0,1,0,1,2,1,0,0,0,0,1,0,0,0,1,1,1,0,0,0,0,0 +Quarter,"[Honey-buzzard] Number of Jobs Ended","[Bunting, Reed] Number of Jobs Ended","[Grey, Great] Number of Jobs Ended","[Moorhen] Number of Jobs Ended","[Grey, Lesser] Number of Jobs Ended","[Dove, Turtle] Number of Jobs Ended","[Plover, Caspian] Number of Jobs Ended","[Thrush, Swainson's] Number of Jobs Ended","[Lapwing] Number of Jobs Ended","[Dunlin] Number of Jobs Ended","[Grey, Southern] Number of Jobs Ended","[Crane, Sandhill] Number of Jobs Ended","[Thrush, Grey-cheeked] Number of Jobs Ended","[Warbler, Golden-winged] Number of Jobs Ended","[Sandpiper, Spotted] Number of Jobs Ended","[Warbler, Garden] Number of Jobs Ended","[Grebe, Pied-billed] Number of Jobs Ended","[Warbler, Sardinian] Number of Jobs Ended","[Martin, Purple] Number of Jobs Ended","[Oriole, Baltimore] Number of Jobs Ended","[Sparrow, Savannah] Number of Jobs Ended","[Coot] Number of Jobs Ended","[Egret, Cattle] Number of Jobs Ended","[Pipit, Meadow] Number of Jobs Ended","[Treecreeper, Short-toed] Number of Jobs Ended","[Warbler, Hooded] Number of Jobs Ended","[Harrier, Hen] Number of Jobs Ended","[Sapsucker, Yellow-bellied] Number of Jobs Ended","[Crane] Number of Jobs Ended","[Shearwater, Cory's] Number of Jobs Ended","[Shrike, Long-tailed] Number of Jobs Ended","[Swift, Alpine] Number of Jobs Ended","[Warbler, Booted] Number of Jobs Ended","[Martin, Crag] Number of Jobs Ended","[Whimbrel] Number of Jobs Ended","[Shag] Number of Jobs Ended","[Stint, Little] Number of Jobs Ended","[Thrush, Mistle] Number of Jobs Ended","[Auk, Little] Number of Jobs Ended","[Bunting, Black-headed] Number of Jobs Ended","[Scaup, Lesser] Number of Jobs Ended","[Sparrow, White-throated] Number of Jobs Ended","[Goose, Egyptian] Number of Jobs Ended","[Smew] Number of Jobs Ended","[Bunting, Yellow-breasted] Number of Jobs Ended","[Ovenbird] Number of Jobs Ended","[Jackdaw] Number of Jobs Ended","[Roller] Number of Jobs Ended","[Fieldfare] Number of Jobs Ended","[Peregrine] Number of Jobs Ended","[Plover, White-tailed] Number of Jobs Ended","[Warbler, Dusky] Number of Jobs Ended","[Bunting, Yellow-browed] Number of Jobs Ended","[Grosbeak, Evening] Number of Jobs Ended","[Redpoll, Lesser] Number of Jobs Ended","[Scoter, Velvet] Number of Jobs Ended","[Siskin] Number of Jobs Ended","[Tern, Sandwich] Number of Jobs Ended","[Warbler, Yellow-browed] Number of Jobs Ended","[Chaffinch] Number of Jobs Ended","[Duck, Ferruginous] Number of Jobs Ended","[Duck, Harlequin] Number of Jobs Ended","[Gallinule, Allen's] Number of Jobs Ended","[Gull, Ring-billed] Number of Jobs Ended","[Ibis, Glossy] Number of Jobs Ended","[Partridge, Red-legged] Number of Jobs Ended","[Warbler, Moltoni's] Number of Jobs Ended" +"2016 Q4",41063,5822,2631,1657,1000,674,4,713,214,100,92,144,100,44,56,6,50,36,24,4,25,16,16,15,15,21,20,7,9,2,7,8,15,14,7,10,11,10,8,10,9,0,8,7,6,4,4,3,1,2,3,3,2,2,1,2,2,2,1,0,0,1,1,1,1,1,1 +"2017 Q1",13920,84,0,972,0,308,752,0,94,139,62,0,1,25,4,47,0,9,12,26,1,8,8,9,7,0,0,11,7,14,9,8,0,0,7,1,0,1,2,0,0,9,0,0,0,1,0,1,2,1,0,0,0,0,1,0,0,0,1,1,1,0,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/job_count/timeseries-Year-reference.csv index 31cdadaf84..9088c54339 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/job_count/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[Honey-buzzard] Number of Jobs Ended","[Bunting, Reed] Number of Jobs Ended","[Grey, Great] Number of Jobs Ended","[Moorhen] Number of Jobs Ended","[Grey, Lesser] Number of Jobs Ended","[Dove, Turtle] Number of Jobs Ended","[Plover, Caspian] Number of Jobs Ended","[Thrush, Swainson's] Number of Jobs Ended","[Lapwing] Number of Jobs Ended","[Dunlin] Number of Jobs Ended","[Grey, Southern] Number of Jobs Ended","[Crane, Sandhill] Number of Jobs Ended","[Thrush, Grey-cheeked] Number of Jobs Ended","[Warbler, Golden-winged] Number of Jobs Ended","[Sandpiper, Spotted] Number of Jobs Ended","[Warbler, Garden] Number of Jobs Ended","[Grebe, Pied-billed] Number of Jobs Ended","[Warbler, Sardinian] Number of Jobs Ended","[Martin, Purple] Number of Jobs Ended","[Oriole, Baltimore] Number of Jobs Ended","[Sparrow, Savannah] Number of Jobs Ended","[Coot] Number of Jobs Ended","[Egret, Cattle] Number of Jobs Ended","[Pipit, Meadow] Number of Jobs Ended","[Treecreeper, Short-toed] Number of Jobs Ended","[Warbler, Hooded] Number of Jobs Ended","[Harrier, Hen] Number of Jobs Ended","[Sapsucker, Yellow-bellied] Number of Jobs Ended","[Crane] Number of Jobs Ended","[Shearwater, Cory's] Number of Jobs Ended","[Shrike, Long-tailed] Number of Jobs Ended","[Swift, Alpine] Number of Jobs Ended","[Warbler, Booted] Number of Jobs Ended","[Martin, Crag] Number of Jobs Ended","[Whimbrel] Number of Jobs Ended","[Shag] Number of Jobs Ended","[Stint, Little] Number of Jobs Ended","[Thrush, Mistle] Number of Jobs Ended","[Auk, Little] Number of Jobs Ended","[Bunting, Black-headed] Number of Jobs Ended","[Scaup, Lesser] Number of Jobs Ended","[Sparrow, White-throated] Number of Jobs Ended","[Goose, Egyptian] Number of Jobs Ended","[Smew] Number of Jobs Ended","[Bunting, Yellow-breasted] Number of Jobs Ended","[Ovenbird] Number of Jobs Ended","[Jackdaw] Number of Jobs Ended","[Roller] Number of Jobs Ended","[Fieldfare] Number of Jobs Ended","[Peregrine] Number of Jobs Ended","[Plover, White-tailed] Number of Jobs Ended","[Warbler, Dusky] Number of Jobs Ended","[Bunting, Yellow-browed] Number of Jobs Ended","[Grosbeak, Evening] Number of Jobs Ended","[Redpoll, Lesser] Number of Jobs Ended","[Scoter, Velvet] Number of Jobs Ended","[Siskin] Number of Jobs Ended","[Tern, Sandwich] Number of Jobs Ended","[Warbler, Yellow-browed] Number of Jobs Ended","[Chaffinch] Number of Jobs Ended","[Duck, Ferruginous] Number of Jobs Ended","[Gallinule, Allen's] Number of Jobs Ended","[Gull, Ring-billed] Number of Jobs Ended","[Ibis, Glossy] Number of Jobs Ended","[Partridge, Red-legged] Number of Jobs Ended","[Warbler, Moltoni's] Number of Jobs Ended" -2016,41063,5822,2631,1657,1000,674,4,713,214,100,92,144,100,44,56,6,50,36,24,4,25,16,16,15,15,21,20,7,9,2,7,8,15,14,7,10,11,10,8,10,9,0,8,7,6,4,4,3,1,2,3,3,2,2,1,2,2,2,1,0,0,1,1,1,1,1 -2017,13920,84,0,972,0,308,752,0,94,139,62,0,1,25,4,47,0,9,12,26,1,8,8,9,7,0,0,11,7,14,9,8,0,0,7,1,0,1,2,0,0,9,0,0,0,1,0,1,2,1,0,0,0,0,1,0,0,0,1,1,1,0,0,0,0,0 +Year,"[Honey-buzzard] Number of Jobs Ended","[Bunting, Reed] Number of Jobs Ended","[Grey, Great] Number of Jobs Ended","[Moorhen] Number of Jobs Ended","[Grey, Lesser] Number of Jobs Ended","[Dove, Turtle] Number of Jobs Ended","[Plover, Caspian] Number of Jobs Ended","[Thrush, Swainson's] Number of Jobs Ended","[Lapwing] Number of Jobs Ended","[Dunlin] Number of Jobs Ended","[Grey, Southern] Number of Jobs Ended","[Crane, Sandhill] Number of Jobs Ended","[Thrush, Grey-cheeked] Number of Jobs Ended","[Warbler, Golden-winged] Number of Jobs Ended","[Sandpiper, Spotted] Number of Jobs Ended","[Warbler, Garden] Number of Jobs Ended","[Grebe, Pied-billed] Number of Jobs Ended","[Warbler, Sardinian] Number of Jobs Ended","[Martin, Purple] Number of Jobs Ended","[Oriole, Baltimore] Number of Jobs Ended","[Sparrow, Savannah] Number of Jobs Ended","[Coot] Number of Jobs Ended","[Egret, Cattle] Number of Jobs Ended","[Pipit, Meadow] Number of Jobs Ended","[Treecreeper, Short-toed] Number of Jobs Ended","[Warbler, Hooded] Number of Jobs Ended","[Harrier, Hen] Number of Jobs Ended","[Sapsucker, Yellow-bellied] Number of Jobs Ended","[Crane] Number of Jobs Ended","[Shearwater, Cory's] Number of Jobs Ended","[Shrike, Long-tailed] Number of Jobs Ended","[Swift, Alpine] Number of Jobs Ended","[Warbler, Booted] Number of Jobs Ended","[Martin, Crag] Number of Jobs Ended","[Whimbrel] Number of Jobs Ended","[Shag] Number of Jobs Ended","[Stint, Little] Number of Jobs Ended","[Thrush, Mistle] Number of Jobs Ended","[Auk, Little] Number of Jobs Ended","[Bunting, Black-headed] Number of Jobs Ended","[Scaup, Lesser] Number of Jobs Ended","[Sparrow, White-throated] Number of Jobs Ended","[Goose, Egyptian] Number of Jobs Ended","[Smew] Number of Jobs Ended","[Bunting, Yellow-breasted] Number of Jobs Ended","[Ovenbird] Number of Jobs Ended","[Jackdaw] Number of Jobs Ended","[Roller] Number of Jobs Ended","[Fieldfare] Number of Jobs Ended","[Peregrine] Number of Jobs Ended","[Plover, White-tailed] Number of Jobs Ended","[Warbler, Dusky] Number of Jobs Ended","[Bunting, Yellow-browed] Number of Jobs Ended","[Grosbeak, Evening] Number of Jobs Ended","[Redpoll, Lesser] Number of Jobs Ended","[Scoter, Velvet] Number of Jobs Ended","[Siskin] Number of Jobs Ended","[Tern, Sandwich] Number of Jobs Ended","[Warbler, Yellow-browed] Number of Jobs Ended","[Chaffinch] Number of Jobs Ended","[Duck, Ferruginous] Number of Jobs Ended","[Duck, Harlequin] Number of Jobs Ended","[Gallinule, Allen's] Number of Jobs Ended","[Gull, Ring-billed] Number of Jobs Ended","[Ibis, Glossy] Number of Jobs Ended","[Partridge, Red-legged] Number of Jobs Ended","[Warbler, Moltoni's] Number of Jobs Ended" +2016,41063,5822,2631,1657,1000,674,4,713,214,100,92,144,100,44,56,6,50,36,24,4,25,16,16,15,15,21,20,7,9,2,7,8,15,14,7,10,11,10,8,10,9,0,8,7,6,4,4,3,1,2,3,3,2,2,1,2,2,2,1,0,0,1,1,1,1,1,1 +2017,13920,84,0,972,0,308,752,0,94,139,62,0,1,25,4,47,0,9,12,26,1,8,8,9,7,0,0,11,7,14,9,8,0,0,7,1,0,1,2,0,0,9,0,0,0,1,0,1,2,1,0,0,0,0,1,0,0,0,1,1,1,0,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/max_processors/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/max_processors/aggregate-Day-reference.csv index 99b4151ade..861c7a1938 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/max_processors/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/max_processors/aggregate-Day-reference.csv @@ -12,6 +12,7 @@ Dunlin,192 "Warbler, Yellow-browed",160 "Scoter, Velvet",144 "Goose, Egyptian",112 +"Duck, Harlequin",108 "Gallinule, Allen's",108 Crane,96 "Pipit, Meadow",96 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/max_processors/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/max_processors/aggregate-Month-reference.csv index 99b4151ade..861c7a1938 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/max_processors/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/max_processors/aggregate-Month-reference.csv @@ -12,6 +12,7 @@ Dunlin,192 "Warbler, Yellow-browed",160 "Scoter, Velvet",144 "Goose, Egyptian",112 +"Duck, Harlequin",108 "Gallinule, Allen's",108 Crane,96 "Pipit, Meadow",96 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/max_processors/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/max_processors/aggregate-Quarter-reference.csv index 99b4151ade..861c7a1938 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/max_processors/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/max_processors/aggregate-Quarter-reference.csv @@ -12,6 +12,7 @@ Dunlin,192 "Warbler, Yellow-browed",160 "Scoter, Velvet",144 "Goose, Egyptian",112 +"Duck, Harlequin",108 "Gallinule, Allen's",108 Crane,96 "Pipit, Meadow",96 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/max_processors/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/max_processors/aggregate-Year-reference.csv index 99b4151ade..861c7a1938 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/max_processors/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/max_processors/aggregate-Year-reference.csv @@ -12,6 +12,7 @@ Dunlin,192 "Warbler, Yellow-browed",160 "Scoter, Velvet",144 "Goose, Egyptian",112 +"Duck, Harlequin",108 "Gallinule, Allen's",108 Crane,96 "Pipit, Meadow",96 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/max_processors/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/max_processors/timeseries-Day-reference.csv index 6ab8277472..75b158a64d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/max_processors/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/max_processors/timeseries-Day-reference.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[Warbler, Dusky] Job Size: Max (Core Count)","[Dunlin] Job Size: Max (Core Count)","[Scaup, Lesser] Job Size: Max (Core Count)","[Warbler, Yellow-browed] Job Size: Max (Core Count)","[Scoter, Velvet] Job Size: Max (Core Count)","[Goose, Egyptian] Job Size: Max (Core Count)","[Gallinule, Allen's] Job Size: Max (Core Count)","[Crane] Job Size: Max (Core Count)","[Pipit, Meadow] Job Size: Max (Core Count)","[Warbler, Sardinian] Job Size: Max (Core Count)","[Siskin] Job Size: Max (Core Count)","[Smew] Job Size: Max (Core Count)","[Whimbrel] Job Size: Max (Core Count)","[Chaffinch] Job Size: Max (Core Count)","[Swift, Alpine] Job Size: Max (Core Count)","[Thrush, Swainson's] Job Size: Max (Core Count)","[Duck, Ferruginous] Job Size: Max (Core Count)","[Peregrine] Job Size: Max (Core Count)","[Roller] Job Size: Max (Core Count)","[Grosbeak, Evening] Job Size: Max (Core Count)","[Warbler, Golden-winged] Job Size: Max (Core Count)","[Bunting, Yellow-browed] Job Size: Max (Core Count)","[Bunting, Reed] Job Size: Max (Core Count)","[Crane, Sandhill] Job Size: Max (Core Count)","[Oriole, Baltimore] Job Size: Max (Core Count)","[Shag] Job Size: Max (Core Count)","[Treecreeper, Short-toed] Job Size: Max (Core Count)","[Sparrow, White-throated] Job Size: Max (Core Count)","[Ibis, Glossy] Job Size: Max (Core Count)","[Martin, Crag] Job Size: Max (Core Count)","[Shrike, Long-tailed] Job Size: Max (Core Count)","[Bunting, Yellow-breasted] Job Size: Max (Core Count)","[Ovenbird] Job Size: Max (Core Count)","[Partridge, Red-legged] Job Size: Max (Core Count)","[Stint, Little] Job Size: Max (Core Count)","[Warbler, Garden] Job Size: Max (Core Count)","[Auk, Little] Job Size: Max (Core Count)","[Dove, Turtle] Job Size: Max (Core Count)","[Honey-buzzard] Job Size: Max (Core Count)","[Plover, Caspian] Job Size: Max (Core Count)","[Plover, White-tailed] Job Size: Max (Core Count)","[Sandpiper, Spotted] Job Size: Max (Core Count)","[Thrush, Grey-cheeked] Job Size: Max (Core Count)","[Thrush, Mistle] Job Size: Max (Core Count)","[Warbler, Booted] Job Size: Max (Core Count)","[Warbler, Hooded] Job Size: Max (Core Count)","[Fieldfare] Job Size: Max (Core Count)","[Shearwater, Cory's] Job Size: Max (Core Count)","[Redpoll, Lesser] Job Size: Max (Core Count)","[Sapsucker, Yellow-bellied] Job Size: Max (Core Count)","[Bunting, Black-headed] Job Size: Max (Core Count)","[Coot] Job Size: Max (Core Count)","[Egret, Cattle] Job Size: Max (Core Count)","[Grebe, Pied-billed] Job Size: Max (Core Count)","[Grey, Great] Job Size: Max (Core Count)","[Grey, Lesser] Job Size: Max (Core Count)","[Grey, Southern] Job Size: Max (Core Count)","[Gull, Ring-billed] Job Size: Max (Core Count)","[Harrier, Hen] Job Size: Max (Core Count)","[Jackdaw] Job Size: Max (Core Count)","[Lapwing] Job Size: Max (Core Count)","[Martin, Purple] Job Size: Max (Core Count)","[Moorhen] Job Size: Max (Core Count)","[Sparrow, Savannah] Job Size: Max (Core Count)","[Tern, Sandwich] Job Size: Max (Core Count)","[Warbler, Moltoni's] Job Size: Max (Core Count)" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 -2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,12,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 -2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,12,0,0,0,0,0,0,0,0,0,0,16,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 -2016-12-27,0,0,0,0,144,0,0,0,96,0,72,0,0,64,0,0,0,0,0,0,0,0,32,32,12,0,8,0,0,0,0,16,16,0,0,16,0,12,1,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1 -2016-12-28,0,0,192,0,144,0,0,0,96,32,72,0,0,64,0,0,0,0,0,0,0,0,32,32,12,32,8,0,20,0,0,16,16,0,0,16,0,12,1,0,12,0,0,12,12,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,1,1 -2016-12-29,0,0,192,160,144,112,0,96,96,32,72,72,0,64,0,64,60,60,0,56,0,40,32,32,12,32,8,0,20,0,1,16,16,0,0,16,5,12,12,0,12,12,2,12,12,8,0,8,4,4,0,0,0,1,0,0,0,0,1,0,1,0,1,0,1,1 -2016-12-30,336,192,192,160,144,112,108,96,96,96,72,72,72,64,64,64,60,60,60,56,48,40,32,32,12,32,32,0,20,20,20,16,16,16,16,16,5,12,12,0,12,12,12,12,12,12,8,8,4,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 -2016-12-31,336,192,192,0,0,112,0,96,96,96,48,72,72,64,64,64,60,60,60,0,48,40,16,20,32,32,8,24,0,0,20,8,16,0,16,16,12,8,12,12,0,12,2,12,1,12,8,8,4,4,1,1,1,0,1,1,1,1,1,1,1,1,1,1,0,0 -2017-01-01,0,192,0,160,0,0,0,96,96,48,0,0,72,64,32,0,60,60,5,0,48,0,24,0,12,24,8,24,0,0,20,0,16,0,0,16,12,8,12,12,0,12,2,12,0,0,8,8,4,4,0,1,1,0,0,0,1,0,0,0,1,1,1,1,0,0 +Day,"[Warbler, Dusky] Job Size: Max (Core Count)","[Dunlin] Job Size: Max (Core Count)","[Scaup, Lesser] Job Size: Max (Core Count)","[Warbler, Yellow-browed] Job Size: Max (Core Count)","[Scoter, Velvet] Job Size: Max (Core Count)","[Goose, Egyptian] Job Size: Max (Core Count)","[Duck, Harlequin] Job Size: Max (Core Count)","[Gallinule, Allen's] Job Size: Max (Core Count)","[Crane] Job Size: Max (Core Count)","[Pipit, Meadow] Job Size: Max (Core Count)","[Warbler, Sardinian] Job Size: Max (Core Count)","[Siskin] Job Size: Max (Core Count)","[Smew] Job Size: Max (Core Count)","[Whimbrel] Job Size: Max (Core Count)","[Chaffinch] Job Size: Max (Core Count)","[Swift, Alpine] Job Size: Max (Core Count)","[Thrush, Swainson's] Job Size: Max (Core Count)","[Duck, Ferruginous] Job Size: Max (Core Count)","[Peregrine] Job Size: Max (Core Count)","[Roller] Job Size: Max (Core Count)","[Grosbeak, Evening] Job Size: Max (Core Count)","[Warbler, Golden-winged] Job Size: Max (Core Count)","[Bunting, Yellow-browed] Job Size: Max (Core Count)","[Bunting, Reed] Job Size: Max (Core Count)","[Crane, Sandhill] Job Size: Max (Core Count)","[Oriole, Baltimore] Job Size: Max (Core Count)","[Shag] Job Size: Max (Core Count)","[Treecreeper, Short-toed] Job Size: Max (Core Count)","[Sparrow, White-throated] Job Size: Max (Core Count)","[Ibis, Glossy] Job Size: Max (Core Count)","[Martin, Crag] Job Size: Max (Core Count)","[Shrike, Long-tailed] Job Size: Max (Core Count)","[Bunting, Yellow-breasted] Job Size: Max (Core Count)","[Ovenbird] Job Size: Max (Core Count)","[Partridge, Red-legged] Job Size: Max (Core Count)","[Stint, Little] Job Size: Max (Core Count)","[Warbler, Garden] Job Size: Max (Core Count)","[Auk, Little] Job Size: Max (Core Count)","[Dove, Turtle] Job Size: Max (Core Count)","[Honey-buzzard] Job Size: Max (Core Count)","[Plover, Caspian] Job Size: Max (Core Count)","[Plover, White-tailed] Job Size: Max (Core Count)","[Sandpiper, Spotted] Job Size: Max (Core Count)","[Thrush, Grey-cheeked] Job Size: Max (Core Count)","[Thrush, Mistle] Job Size: Max (Core Count)","[Warbler, Booted] Job Size: Max (Core Count)","[Warbler, Hooded] Job Size: Max (Core Count)","[Fieldfare] Job Size: Max (Core Count)","[Shearwater, Cory's] Job Size: Max (Core Count)","[Redpoll, Lesser] Job Size: Max (Core Count)","[Sapsucker, Yellow-bellied] Job Size: Max (Core Count)","[Bunting, Black-headed] Job Size: Max (Core Count)","[Coot] Job Size: Max (Core Count)","[Egret, Cattle] Job Size: Max (Core Count)","[Grebe, Pied-billed] Job Size: Max (Core Count)","[Grey, Great] Job Size: Max (Core Count)","[Grey, Lesser] Job Size: Max (Core Count)","[Grey, Southern] Job Size: Max (Core Count)","[Gull, Ring-billed] Job Size: Max (Core Count)","[Harrier, Hen] Job Size: Max (Core Count)","[Jackdaw] Job Size: Max (Core Count)","[Lapwing] Job Size: Max (Core Count)","[Martin, Purple] Job Size: Max (Core Count)","[Moorhen] Job Size: Max (Core Count)","[Sparrow, Savannah] Job Size: Max (Core Count)","[Tern, Sandwich] Job Size: Max (Core Count)","[Warbler, Moltoni's] Job Size: Max (Core Count)" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 +2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,12,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 +2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,12,0,0,0,0,0,0,0,0,0,0,16,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 +2016-12-27,0,0,0,0,144,0,0,0,0,96,0,72,0,0,64,0,0,0,0,0,0,0,0,32,32,12,0,8,0,0,0,0,16,16,0,0,16,0,12,1,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1 +2016-12-28,0,0,192,0,144,0,0,0,0,96,32,72,0,0,64,0,0,0,0,0,0,0,0,32,32,12,32,8,0,20,0,0,16,16,0,0,16,0,12,1,0,12,0,0,12,12,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,1,1 +2016-12-29,0,0,192,160,144,112,0,0,96,96,32,72,72,0,64,0,64,60,60,0,56,0,40,32,32,12,32,8,0,20,0,1,16,16,0,0,16,5,12,12,0,12,12,2,12,12,8,0,8,4,4,0,0,0,1,0,0,0,0,1,0,1,0,1,0,1,1 +2016-12-30,336,192,192,160,144,112,108,108,96,96,96,72,72,72,64,64,64,60,60,60,56,48,40,32,32,12,32,32,0,20,20,20,16,16,16,16,16,5,12,12,0,12,12,12,12,12,12,8,8,4,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +2016-12-31,336,192,192,0,0,112,0,0,96,96,96,48,72,72,64,64,64,60,60,60,0,48,40,16,20,32,32,8,24,0,0,20,8,16,0,16,16,12,8,12,12,0,12,2,12,1,12,8,8,4,4,1,1,1,0,1,1,1,1,1,1,1,1,1,1,0,0 +2017-01-01,0,192,0,160,0,0,0,0,96,96,48,0,0,72,64,32,0,60,60,5,0,48,0,24,0,12,24,8,24,0,0,20,0,16,0,0,16,12,8,12,12,0,12,2,12,0,0,8,8,4,4,0,1,1,0,0,0,1,0,0,0,1,1,1,1,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/max_processors/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/max_processors/timeseries-Month-reference.csv index 8f728da976..b00acb764e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/max_processors/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/max_processors/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[Warbler, Dusky] Job Size: Max (Core Count)","[Dunlin] Job Size: Max (Core Count)","[Scaup, Lesser] Job Size: Max (Core Count)","[Warbler, Yellow-browed] Job Size: Max (Core Count)","[Scoter, Velvet] Job Size: Max (Core Count)","[Goose, Egyptian] Job Size: Max (Core Count)","[Gallinule, Allen's] Job Size: Max (Core Count)","[Crane] Job Size: Max (Core Count)","[Pipit, Meadow] Job Size: Max (Core Count)","[Warbler, Sardinian] Job Size: Max (Core Count)","[Siskin] Job Size: Max (Core Count)","[Smew] Job Size: Max (Core Count)","[Whimbrel] Job Size: Max (Core Count)","[Chaffinch] Job Size: Max (Core Count)","[Swift, Alpine] Job Size: Max (Core Count)","[Thrush, Swainson's] Job Size: Max (Core Count)","[Duck, Ferruginous] Job Size: Max (Core Count)","[Peregrine] Job Size: Max (Core Count)","[Roller] Job Size: Max (Core Count)","[Grosbeak, Evening] Job Size: Max (Core Count)","[Warbler, Golden-winged] Job Size: Max (Core Count)","[Bunting, Yellow-browed] Job Size: Max (Core Count)","[Bunting, Reed] Job Size: Max (Core Count)","[Crane, Sandhill] Job Size: Max (Core Count)","[Oriole, Baltimore] Job Size: Max (Core Count)","[Shag] Job Size: Max (Core Count)","[Treecreeper, Short-toed] Job Size: Max (Core Count)","[Sparrow, White-throated] Job Size: Max (Core Count)","[Ibis, Glossy] Job Size: Max (Core Count)","[Martin, Crag] Job Size: Max (Core Count)","[Shrike, Long-tailed] Job Size: Max (Core Count)","[Bunting, Yellow-breasted] Job Size: Max (Core Count)","[Ovenbird] Job Size: Max (Core Count)","[Partridge, Red-legged] Job Size: Max (Core Count)","[Stint, Little] Job Size: Max (Core Count)","[Warbler, Garden] Job Size: Max (Core Count)","[Auk, Little] Job Size: Max (Core Count)","[Dove, Turtle] Job Size: Max (Core Count)","[Honey-buzzard] Job Size: Max (Core Count)","[Plover, Caspian] Job Size: Max (Core Count)","[Plover, White-tailed] Job Size: Max (Core Count)","[Sandpiper, Spotted] Job Size: Max (Core Count)","[Thrush, Grey-cheeked] Job Size: Max (Core Count)","[Thrush, Mistle] Job Size: Max (Core Count)","[Warbler, Booted] Job Size: Max (Core Count)","[Warbler, Hooded] Job Size: Max (Core Count)","[Fieldfare] Job Size: Max (Core Count)","[Shearwater, Cory's] Job Size: Max (Core Count)","[Redpoll, Lesser] Job Size: Max (Core Count)","[Sapsucker, Yellow-bellied] Job Size: Max (Core Count)","[Bunting, Black-headed] Job Size: Max (Core Count)","[Coot] Job Size: Max (Core Count)","[Egret, Cattle] Job Size: Max (Core Count)","[Grebe, Pied-billed] Job Size: Max (Core Count)","[Grey, Great] Job Size: Max (Core Count)","[Grey, Lesser] Job Size: Max (Core Count)","[Grey, Southern] Job Size: Max (Core Count)","[Gull, Ring-billed] Job Size: Max (Core Count)","[Harrier, Hen] Job Size: Max (Core Count)","[Jackdaw] Job Size: Max (Core Count)","[Lapwing] Job Size: Max (Core Count)","[Martin, Purple] Job Size: Max (Core Count)","[Moorhen] Job Size: Max (Core Count)","[Sparrow, Savannah] Job Size: Max (Core Count)","[Tern, Sandwich] Job Size: Max (Core Count)","[Warbler, Moltoni's] Job Size: Max (Core Count)" -2016-12,336,192,192,160,144,112,108,96,96,96,72,72,72,64,64,64,60,60,60,56,48,40,32,32,32,32,32,24,20,20,20,16,16,16,16,16,12,12,12,12,12,12,12,12,12,12,8,8,4,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 -2017-01,0,192,0,160,0,0,0,96,96,48,0,0,72,64,32,0,60,60,5,0,48,0,24,0,12,24,8,24,0,0,20,0,16,0,0,16,12,8,12,12,0,12,2,12,0,0,8,8,4,4,0,1,1,0,0,0,1,0,0,0,1,1,1,1,0,0 +Month,"[Warbler, Dusky] Job Size: Max (Core Count)","[Dunlin] Job Size: Max (Core Count)","[Scaup, Lesser] Job Size: Max (Core Count)","[Warbler, Yellow-browed] Job Size: Max (Core Count)","[Scoter, Velvet] Job Size: Max (Core Count)","[Goose, Egyptian] Job Size: Max (Core Count)","[Duck, Harlequin] Job Size: Max (Core Count)","[Gallinule, Allen's] Job Size: Max (Core Count)","[Crane] Job Size: Max (Core Count)","[Pipit, Meadow] Job Size: Max (Core Count)","[Warbler, Sardinian] Job Size: Max (Core Count)","[Siskin] Job Size: Max (Core Count)","[Smew] Job Size: Max (Core Count)","[Whimbrel] Job Size: Max (Core Count)","[Chaffinch] Job Size: Max (Core Count)","[Swift, Alpine] Job Size: Max (Core Count)","[Thrush, Swainson's] Job Size: Max (Core Count)","[Duck, Ferruginous] Job Size: Max (Core Count)","[Peregrine] Job Size: Max (Core Count)","[Roller] Job Size: Max (Core Count)","[Grosbeak, Evening] Job Size: Max (Core Count)","[Warbler, Golden-winged] Job Size: Max (Core Count)","[Bunting, Yellow-browed] Job Size: Max (Core Count)","[Bunting, Reed] Job Size: Max (Core Count)","[Crane, Sandhill] Job Size: Max (Core Count)","[Oriole, Baltimore] Job Size: Max (Core Count)","[Shag] Job Size: Max (Core Count)","[Treecreeper, Short-toed] Job Size: Max (Core Count)","[Sparrow, White-throated] Job Size: Max (Core Count)","[Ibis, Glossy] Job Size: Max (Core Count)","[Martin, Crag] Job Size: Max (Core Count)","[Shrike, Long-tailed] Job Size: Max (Core Count)","[Bunting, Yellow-breasted] Job Size: Max (Core Count)","[Ovenbird] Job Size: Max (Core Count)","[Partridge, Red-legged] Job Size: Max (Core Count)","[Stint, Little] Job Size: Max (Core Count)","[Warbler, Garden] Job Size: Max (Core Count)","[Auk, Little] Job Size: Max (Core Count)","[Dove, Turtle] Job Size: Max (Core Count)","[Honey-buzzard] Job Size: Max (Core Count)","[Plover, Caspian] Job Size: Max (Core Count)","[Plover, White-tailed] Job Size: Max (Core Count)","[Sandpiper, Spotted] Job Size: Max (Core Count)","[Thrush, Grey-cheeked] Job Size: Max (Core Count)","[Thrush, Mistle] Job Size: Max (Core Count)","[Warbler, Booted] Job Size: Max (Core Count)","[Warbler, Hooded] Job Size: Max (Core Count)","[Fieldfare] Job Size: Max (Core Count)","[Shearwater, Cory's] Job Size: Max (Core Count)","[Redpoll, Lesser] Job Size: Max (Core Count)","[Sapsucker, Yellow-bellied] Job Size: Max (Core Count)","[Bunting, Black-headed] Job Size: Max (Core Count)","[Coot] Job Size: Max (Core Count)","[Egret, Cattle] Job Size: Max (Core Count)","[Grebe, Pied-billed] Job Size: Max (Core Count)","[Grey, Great] Job Size: Max (Core Count)","[Grey, Lesser] Job Size: Max (Core Count)","[Grey, Southern] Job Size: Max (Core Count)","[Gull, Ring-billed] Job Size: Max (Core Count)","[Harrier, Hen] Job Size: Max (Core Count)","[Jackdaw] Job Size: Max (Core Count)","[Lapwing] Job Size: Max (Core Count)","[Martin, Purple] Job Size: Max (Core Count)","[Moorhen] Job Size: Max (Core Count)","[Sparrow, Savannah] Job Size: Max (Core Count)","[Tern, Sandwich] Job Size: Max (Core Count)","[Warbler, Moltoni's] Job Size: Max (Core Count)" +2016-12,336,192,192,160,144,112,108,108,96,96,96,72,72,72,64,64,64,60,60,60,56,48,40,32,32,32,32,32,24,20,20,20,16,16,16,16,16,12,12,12,12,12,12,12,12,12,12,8,8,4,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +2017-01,0,192,0,160,0,0,0,0,96,96,48,0,0,72,64,32,0,60,60,5,0,48,0,24,0,12,24,8,24,0,0,20,0,16,0,0,16,12,8,12,12,0,12,2,12,0,0,8,8,4,4,0,1,1,0,0,0,1,0,0,0,1,1,1,1,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/max_processors/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/max_processors/timeseries-Quarter-reference.csv index ae39be36a7..7135029f1a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/max_processors/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/max_processors/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[Warbler, Dusky] Job Size: Max (Core Count)","[Dunlin] Job Size: Max (Core Count)","[Scaup, Lesser] Job Size: Max (Core Count)","[Warbler, Yellow-browed] Job Size: Max (Core Count)","[Scoter, Velvet] Job Size: Max (Core Count)","[Goose, Egyptian] Job Size: Max (Core Count)","[Gallinule, Allen's] Job Size: Max (Core Count)","[Crane] Job Size: Max (Core Count)","[Pipit, Meadow] Job Size: Max (Core Count)","[Warbler, Sardinian] Job Size: Max (Core Count)","[Siskin] Job Size: Max (Core Count)","[Smew] Job Size: Max (Core Count)","[Whimbrel] Job Size: Max (Core Count)","[Chaffinch] Job Size: Max (Core Count)","[Swift, Alpine] Job Size: Max (Core Count)","[Thrush, Swainson's] Job Size: Max (Core Count)","[Duck, Ferruginous] Job Size: Max (Core Count)","[Peregrine] Job Size: Max (Core Count)","[Roller] Job Size: Max (Core Count)","[Grosbeak, Evening] Job Size: Max (Core Count)","[Warbler, Golden-winged] Job Size: Max (Core Count)","[Bunting, Yellow-browed] Job Size: Max (Core Count)","[Bunting, Reed] Job Size: Max (Core Count)","[Crane, Sandhill] Job Size: Max (Core Count)","[Oriole, Baltimore] Job Size: Max (Core Count)","[Shag] Job Size: Max (Core Count)","[Treecreeper, Short-toed] Job Size: Max (Core Count)","[Sparrow, White-throated] Job Size: Max (Core Count)","[Ibis, Glossy] Job Size: Max (Core Count)","[Martin, Crag] Job Size: Max (Core Count)","[Shrike, Long-tailed] Job Size: Max (Core Count)","[Bunting, Yellow-breasted] Job Size: Max (Core Count)","[Ovenbird] Job Size: Max (Core Count)","[Partridge, Red-legged] Job Size: Max (Core Count)","[Stint, Little] Job Size: Max (Core Count)","[Warbler, Garden] Job Size: Max (Core Count)","[Auk, Little] Job Size: Max (Core Count)","[Dove, Turtle] Job Size: Max (Core Count)","[Honey-buzzard] Job Size: Max (Core Count)","[Plover, Caspian] Job Size: Max (Core Count)","[Plover, White-tailed] Job Size: Max (Core Count)","[Sandpiper, Spotted] Job Size: Max (Core Count)","[Thrush, Grey-cheeked] Job Size: Max (Core Count)","[Thrush, Mistle] Job Size: Max (Core Count)","[Warbler, Booted] Job Size: Max (Core Count)","[Warbler, Hooded] Job Size: Max (Core Count)","[Fieldfare] Job Size: Max (Core Count)","[Shearwater, Cory's] Job Size: Max (Core Count)","[Redpoll, Lesser] Job Size: Max (Core Count)","[Sapsucker, Yellow-bellied] Job Size: Max (Core Count)","[Bunting, Black-headed] Job Size: Max (Core Count)","[Coot] Job Size: Max (Core Count)","[Egret, Cattle] Job Size: Max (Core Count)","[Grebe, Pied-billed] Job Size: Max (Core Count)","[Grey, Great] Job Size: Max (Core Count)","[Grey, Lesser] Job Size: Max (Core Count)","[Grey, Southern] Job Size: Max (Core Count)","[Gull, Ring-billed] Job Size: Max (Core Count)","[Harrier, Hen] Job Size: Max (Core Count)","[Jackdaw] Job Size: Max (Core Count)","[Lapwing] Job Size: Max (Core Count)","[Martin, Purple] Job Size: Max (Core Count)","[Moorhen] Job Size: Max (Core Count)","[Sparrow, Savannah] Job Size: Max (Core Count)","[Tern, Sandwich] Job Size: Max (Core Count)","[Warbler, Moltoni's] Job Size: Max (Core Count)" -"2016 Q4",336,192,192,160,144,112,108,96,96,96,72,72,72,64,64,64,60,60,60,56,48,40,32,32,32,32,32,24,20,20,20,16,16,16,16,16,12,12,12,12,12,12,12,12,12,12,8,8,4,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 -"2017 Q1",0,192,0,160,0,0,0,96,96,48,0,0,72,64,32,0,60,60,5,0,48,0,24,0,12,24,8,24,0,0,20,0,16,0,0,16,12,8,12,12,0,12,2,12,0,0,8,8,4,4,0,1,1,0,0,0,1,0,0,0,1,1,1,1,0,0 +Quarter,"[Warbler, Dusky] Job Size: Max (Core Count)","[Dunlin] Job Size: Max (Core Count)","[Scaup, Lesser] Job Size: Max (Core Count)","[Warbler, Yellow-browed] Job Size: Max (Core Count)","[Scoter, Velvet] Job Size: Max (Core Count)","[Goose, Egyptian] Job Size: Max (Core Count)","[Duck, Harlequin] Job Size: Max (Core Count)","[Gallinule, Allen's] Job Size: Max (Core Count)","[Crane] Job Size: Max (Core Count)","[Pipit, Meadow] Job Size: Max (Core Count)","[Warbler, Sardinian] Job Size: Max (Core Count)","[Siskin] Job Size: Max (Core Count)","[Smew] Job Size: Max (Core Count)","[Whimbrel] Job Size: Max (Core Count)","[Chaffinch] Job Size: Max (Core Count)","[Swift, Alpine] Job Size: Max (Core Count)","[Thrush, Swainson's] Job Size: Max (Core Count)","[Duck, Ferruginous] Job Size: Max (Core Count)","[Peregrine] Job Size: Max (Core Count)","[Roller] Job Size: Max (Core Count)","[Grosbeak, Evening] Job Size: Max (Core Count)","[Warbler, Golden-winged] Job Size: Max (Core Count)","[Bunting, Yellow-browed] Job Size: Max (Core Count)","[Bunting, Reed] Job Size: Max (Core Count)","[Crane, Sandhill] Job Size: Max (Core Count)","[Oriole, Baltimore] Job Size: Max (Core Count)","[Shag] Job Size: Max (Core Count)","[Treecreeper, Short-toed] Job Size: Max (Core Count)","[Sparrow, White-throated] Job Size: Max (Core Count)","[Ibis, Glossy] Job Size: Max (Core Count)","[Martin, Crag] Job Size: Max (Core Count)","[Shrike, Long-tailed] Job Size: Max (Core Count)","[Bunting, Yellow-breasted] Job Size: Max (Core Count)","[Ovenbird] Job Size: Max (Core Count)","[Partridge, Red-legged] Job Size: Max (Core Count)","[Stint, Little] Job Size: Max (Core Count)","[Warbler, Garden] Job Size: Max (Core Count)","[Auk, Little] Job Size: Max (Core Count)","[Dove, Turtle] Job Size: Max (Core Count)","[Honey-buzzard] Job Size: Max (Core Count)","[Plover, Caspian] Job Size: Max (Core Count)","[Plover, White-tailed] Job Size: Max (Core Count)","[Sandpiper, Spotted] Job Size: Max (Core Count)","[Thrush, Grey-cheeked] Job Size: Max (Core Count)","[Thrush, Mistle] Job Size: Max (Core Count)","[Warbler, Booted] Job Size: Max (Core Count)","[Warbler, Hooded] Job Size: Max (Core Count)","[Fieldfare] Job Size: Max (Core Count)","[Shearwater, Cory's] Job Size: Max (Core Count)","[Redpoll, Lesser] Job Size: Max (Core Count)","[Sapsucker, Yellow-bellied] Job Size: Max (Core Count)","[Bunting, Black-headed] Job Size: Max (Core Count)","[Coot] Job Size: Max (Core Count)","[Egret, Cattle] Job Size: Max (Core Count)","[Grebe, Pied-billed] Job Size: Max (Core Count)","[Grey, Great] Job Size: Max (Core Count)","[Grey, Lesser] Job Size: Max (Core Count)","[Grey, Southern] Job Size: Max (Core Count)","[Gull, Ring-billed] Job Size: Max (Core Count)","[Harrier, Hen] Job Size: Max (Core Count)","[Jackdaw] Job Size: Max (Core Count)","[Lapwing] Job Size: Max (Core Count)","[Martin, Purple] Job Size: Max (Core Count)","[Moorhen] Job Size: Max (Core Count)","[Sparrow, Savannah] Job Size: Max (Core Count)","[Tern, Sandwich] Job Size: Max (Core Count)","[Warbler, Moltoni's] Job Size: Max (Core Count)" +"2016 Q4",336,192,192,160,144,112,108,108,96,96,96,72,72,72,64,64,64,60,60,60,56,48,40,32,32,32,32,32,24,20,20,20,16,16,16,16,16,12,12,12,12,12,12,12,12,12,12,8,8,4,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +"2017 Q1",0,192,0,160,0,0,0,0,96,96,48,0,0,72,64,32,0,60,60,5,0,48,0,24,0,12,24,8,24,0,0,20,0,16,0,0,16,12,8,12,12,0,12,2,12,0,0,8,8,4,4,0,1,1,0,0,0,1,0,0,0,1,1,1,1,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/max_processors/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/max_processors/timeseries-Year-reference.csv index 873052ebbe..2a98a8b818 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/max_processors/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/max_processors/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[Warbler, Dusky] Job Size: Max (Core Count)","[Dunlin] Job Size: Max (Core Count)","[Scaup, Lesser] Job Size: Max (Core Count)","[Warbler, Yellow-browed] Job Size: Max (Core Count)","[Scoter, Velvet] Job Size: Max (Core Count)","[Goose, Egyptian] Job Size: Max (Core Count)","[Gallinule, Allen's] Job Size: Max (Core Count)","[Crane] Job Size: Max (Core Count)","[Pipit, Meadow] Job Size: Max (Core Count)","[Warbler, Sardinian] Job Size: Max (Core Count)","[Siskin] Job Size: Max (Core Count)","[Smew] Job Size: Max (Core Count)","[Whimbrel] Job Size: Max (Core Count)","[Chaffinch] Job Size: Max (Core Count)","[Swift, Alpine] Job Size: Max (Core Count)","[Thrush, Swainson's] Job Size: Max (Core Count)","[Duck, Ferruginous] Job Size: Max (Core Count)","[Peregrine] Job Size: Max (Core Count)","[Roller] Job Size: Max (Core Count)","[Grosbeak, Evening] Job Size: Max (Core Count)","[Warbler, Golden-winged] Job Size: Max (Core Count)","[Bunting, Yellow-browed] Job Size: Max (Core Count)","[Bunting, Reed] Job Size: Max (Core Count)","[Crane, Sandhill] Job Size: Max (Core Count)","[Oriole, Baltimore] Job Size: Max (Core Count)","[Shag] Job Size: Max (Core Count)","[Treecreeper, Short-toed] Job Size: Max (Core Count)","[Sparrow, White-throated] Job Size: Max (Core Count)","[Ibis, Glossy] Job Size: Max (Core Count)","[Martin, Crag] Job Size: Max (Core Count)","[Shrike, Long-tailed] Job Size: Max (Core Count)","[Bunting, Yellow-breasted] Job Size: Max (Core Count)","[Ovenbird] Job Size: Max (Core Count)","[Partridge, Red-legged] Job Size: Max (Core Count)","[Stint, Little] Job Size: Max (Core Count)","[Warbler, Garden] Job Size: Max (Core Count)","[Auk, Little] Job Size: Max (Core Count)","[Dove, Turtle] Job Size: Max (Core Count)","[Honey-buzzard] Job Size: Max (Core Count)","[Plover, Caspian] Job Size: Max (Core Count)","[Plover, White-tailed] Job Size: Max (Core Count)","[Sandpiper, Spotted] Job Size: Max (Core Count)","[Thrush, Grey-cheeked] Job Size: Max (Core Count)","[Thrush, Mistle] Job Size: Max (Core Count)","[Warbler, Booted] Job Size: Max (Core Count)","[Warbler, Hooded] Job Size: Max (Core Count)","[Fieldfare] Job Size: Max (Core Count)","[Shearwater, Cory's] Job Size: Max (Core Count)","[Redpoll, Lesser] Job Size: Max (Core Count)","[Sapsucker, Yellow-bellied] Job Size: Max (Core Count)","[Bunting, Black-headed] Job Size: Max (Core Count)","[Coot] Job Size: Max (Core Count)","[Egret, Cattle] Job Size: Max (Core Count)","[Grebe, Pied-billed] Job Size: Max (Core Count)","[Grey, Great] Job Size: Max (Core Count)","[Grey, Lesser] Job Size: Max (Core Count)","[Grey, Southern] Job Size: Max (Core Count)","[Gull, Ring-billed] Job Size: Max (Core Count)","[Harrier, Hen] Job Size: Max (Core Count)","[Jackdaw] Job Size: Max (Core Count)","[Lapwing] Job Size: Max (Core Count)","[Martin, Purple] Job Size: Max (Core Count)","[Moorhen] Job Size: Max (Core Count)","[Sparrow, Savannah] Job Size: Max (Core Count)","[Tern, Sandwich] Job Size: Max (Core Count)","[Warbler, Moltoni's] Job Size: Max (Core Count)" -2016,336,192,192,160,144,112,108,96,96,96,72,72,72,64,64,64,60,60,60,56,48,40,32,32,32,32,32,24,20,20,20,16,16,16,16,16,12,12,12,12,12,12,12,12,12,12,8,8,4,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 -2017,0,192,0,160,0,0,0,96,96,48,0,0,72,64,32,0,60,60,5,0,48,0,24,0,12,24,8,24,0,0,20,0,16,0,0,16,12,8,12,12,0,12,2,12,0,0,8,8,4,4,0,1,1,0,0,0,1,0,0,0,1,1,1,1,0,0 +Year,"[Warbler, Dusky] Job Size: Max (Core Count)","[Dunlin] Job Size: Max (Core Count)","[Scaup, Lesser] Job Size: Max (Core Count)","[Warbler, Yellow-browed] Job Size: Max (Core Count)","[Scoter, Velvet] Job Size: Max (Core Count)","[Goose, Egyptian] Job Size: Max (Core Count)","[Duck, Harlequin] Job Size: Max (Core Count)","[Gallinule, Allen's] Job Size: Max (Core Count)","[Crane] Job Size: Max (Core Count)","[Pipit, Meadow] Job Size: Max (Core Count)","[Warbler, Sardinian] Job Size: Max (Core Count)","[Siskin] Job Size: Max (Core Count)","[Smew] Job Size: Max (Core Count)","[Whimbrel] Job Size: Max (Core Count)","[Chaffinch] Job Size: Max (Core Count)","[Swift, Alpine] Job Size: Max (Core Count)","[Thrush, Swainson's] Job Size: Max (Core Count)","[Duck, Ferruginous] Job Size: Max (Core Count)","[Peregrine] Job Size: Max (Core Count)","[Roller] Job Size: Max (Core Count)","[Grosbeak, Evening] Job Size: Max (Core Count)","[Warbler, Golden-winged] Job Size: Max (Core Count)","[Bunting, Yellow-browed] Job Size: Max (Core Count)","[Bunting, Reed] Job Size: Max (Core Count)","[Crane, Sandhill] Job Size: Max (Core Count)","[Oriole, Baltimore] Job Size: Max (Core Count)","[Shag] Job Size: Max (Core Count)","[Treecreeper, Short-toed] Job Size: Max (Core Count)","[Sparrow, White-throated] Job Size: Max (Core Count)","[Ibis, Glossy] Job Size: Max (Core Count)","[Martin, Crag] Job Size: Max (Core Count)","[Shrike, Long-tailed] Job Size: Max (Core Count)","[Bunting, Yellow-breasted] Job Size: Max (Core Count)","[Ovenbird] Job Size: Max (Core Count)","[Partridge, Red-legged] Job Size: Max (Core Count)","[Stint, Little] Job Size: Max (Core Count)","[Warbler, Garden] Job Size: Max (Core Count)","[Auk, Little] Job Size: Max (Core Count)","[Dove, Turtle] Job Size: Max (Core Count)","[Honey-buzzard] Job Size: Max (Core Count)","[Plover, Caspian] Job Size: Max (Core Count)","[Plover, White-tailed] Job Size: Max (Core Count)","[Sandpiper, Spotted] Job Size: Max (Core Count)","[Thrush, Grey-cheeked] Job Size: Max (Core Count)","[Thrush, Mistle] Job Size: Max (Core Count)","[Warbler, Booted] Job Size: Max (Core Count)","[Warbler, Hooded] Job Size: Max (Core Count)","[Fieldfare] Job Size: Max (Core Count)","[Shearwater, Cory's] Job Size: Max (Core Count)","[Redpoll, Lesser] Job Size: Max (Core Count)","[Sapsucker, Yellow-bellied] Job Size: Max (Core Count)","[Bunting, Black-headed] Job Size: Max (Core Count)","[Coot] Job Size: Max (Core Count)","[Egret, Cattle] Job Size: Max (Core Count)","[Grebe, Pied-billed] Job Size: Max (Core Count)","[Grey, Great] Job Size: Max (Core Count)","[Grey, Lesser] Job Size: Max (Core Count)","[Grey, Southern] Job Size: Max (Core Count)","[Gull, Ring-billed] Job Size: Max (Core Count)","[Harrier, Hen] Job Size: Max (Core Count)","[Jackdaw] Job Size: Max (Core Count)","[Lapwing] Job Size: Max (Core Count)","[Martin, Purple] Job Size: Max (Core Count)","[Moorhen] Job Size: Max (Core Count)","[Sparrow, Savannah] Job Size: Max (Core Count)","[Tern, Sandwich] Job Size: Max (Core Count)","[Warbler, Moltoni's] Job Size: Max (Core Count)" +2016,336,192,192,160,144,112,108,108,96,96,96,72,72,72,64,64,64,60,60,60,56,48,40,32,32,32,32,32,24,20,20,20,16,16,16,16,16,12,12,12,12,12,12,12,12,12,12,8,8,4,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +2017,0,192,0,160,0,0,0,0,96,96,48,0,0,72,64,32,0,60,60,5,0,48,0,24,0,12,24,8,24,0,0,20,0,16,0,0,16,12,8,12,12,0,12,2,12,0,0,8,8,4,4,0,1,1,0,0,0,1,0,0,0,1,1,1,1,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/min_processors/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/min_processors/aggregate-Day-reference.csv index 56c4f7af4c..1449b87c0e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/min_processors/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/min_processors/aggregate-Day-reference.csv @@ -9,6 +9,7 @@ User,"Job Size: Min (Core Count)" "Warbler, Yellow-browed",160 "Goose, Egyptian",112 "Scaup, Lesser",112 +"Duck, Harlequin",108 "Gallinule, Allen's",108 Crane,96 "Pipit, Meadow",96 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/min_processors/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/min_processors/aggregate-Month-reference.csv index 56c4f7af4c..1449b87c0e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/min_processors/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/min_processors/aggregate-Month-reference.csv @@ -9,6 +9,7 @@ User,"Job Size: Min (Core Count)" "Warbler, Yellow-browed",160 "Goose, Egyptian",112 "Scaup, Lesser",112 +"Duck, Harlequin",108 "Gallinule, Allen's",108 Crane,96 "Pipit, Meadow",96 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/min_processors/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/min_processors/aggregate-Quarter-reference.csv index 56c4f7af4c..1449b87c0e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/min_processors/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/min_processors/aggregate-Quarter-reference.csv @@ -9,6 +9,7 @@ User,"Job Size: Min (Core Count)" "Warbler, Yellow-browed",160 "Goose, Egyptian",112 "Scaup, Lesser",112 +"Duck, Harlequin",108 "Gallinule, Allen's",108 Crane,96 "Pipit, Meadow",96 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/min_processors/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/min_processors/aggregate-Year-reference.csv index 56c4f7af4c..1449b87c0e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/min_processors/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/min_processors/aggregate-Year-reference.csv @@ -9,6 +9,7 @@ User,"Job Size: Min (Core Count)" "Warbler, Yellow-browed",160 "Goose, Egyptian",112 "Scaup, Lesser",112 +"Duck, Harlequin",108 "Gallinule, Allen's",108 Crane,96 "Pipit, Meadow",96 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/min_processors/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/min_processors/timeseries-Day-reference.csv index e1cf15da7f..7e679bbbbf 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/min_processors/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/min_processors/timeseries-Day-reference.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[Warbler, Yellow-browed] Job Size: Min (Core Count)","[Goose, Egyptian] Job Size: Min (Core Count)","[Scaup, Lesser] Job Size: Min (Core Count)","[Gallinule, Allen's] Job Size: Min (Core Count)","[Crane] Job Size: Min (Core Count)","[Pipit, Meadow] Job Size: Min (Core Count)","[Scoter, Velvet] Job Size: Min (Core Count)","[Smew] Job Size: Min (Core Count)","[Chaffinch] Job Size: Min (Core Count)","[Duck, Ferruginous] Job Size: Min (Core Count)","[Peregrine] Job Size: Min (Core Count)","[Grosbeak, Evening] Job Size: Min (Core Count)","[Siskin] Job Size: Min (Core Count)","[Warbler, Dusky] Job Size: Min (Core Count)","[Whimbrel] Job Size: Min (Core Count)","[Swift, Alpine] Job Size: Min (Core Count)","[Ibis, Glossy] Job Size: Min (Core Count)","[Martin, Crag] Job Size: Min (Core Count)","[Bunting, Yellow-browed] Job Size: Min (Core Count)","[Ovenbird] Job Size: Min (Core Count)","[Partridge, Red-legged] Job Size: Min (Core Count)","[Sparrow, White-throated] Job Size: Min (Core Count)","[Crane, Sandhill] Job Size: Min (Core Count)","[Plover, Caspian] Job Size: Min (Core Count)","[Plover, White-tailed] Job Size: Min (Core Count)","[Sandpiper, Spotted] Job Size: Min (Core Count)","[Shag] Job Size: Min (Core Count)","[Stint, Little] Job Size: Min (Core Count)","[Thrush, Mistle] Job Size: Min (Core Count)","[Warbler, Sardinian] Job Size: Min (Core Count)","[Bunting, Reed] Job Size: Min (Core Count)","[Bunting, Yellow-breasted] Job Size: Min (Core Count)","[Dove, Turtle] Job Size: Min (Core Count)","[Dunlin] Job Size: Min (Core Count)","[Fieldfare] Job Size: Min (Core Count)","[Shearwater, Cory's] Job Size: Min (Core Count)","[Warbler, Hooded] Job Size: Min (Core Count)","[Auk, Little] Job Size: Min (Core Count)","[Roller] Job Size: Min (Core Count)","[Redpoll, Lesser] Job Size: Min (Core Count)","[Sapsucker, Yellow-bellied] Job Size: Min (Core Count)","[Thrush, Swainson's] Job Size: Min (Core Count)","[Thrush, Grey-cheeked] Job Size: Min (Core Count)","[Bunting, Black-headed] Job Size: Min (Core Count)","[Coot] Job Size: Min (Core Count)","[Egret, Cattle] Job Size: Min (Core Count)","[Grebe, Pied-billed] Job Size: Min (Core Count)","[Grey, Great] Job Size: Min (Core Count)","[Grey, Lesser] Job Size: Min (Core Count)","[Grey, Southern] Job Size: Min (Core Count)","[Gull, Ring-billed] Job Size: Min (Core Count)","[Harrier, Hen] Job Size: Min (Core Count)","[Honey-buzzard] Job Size: Min (Core Count)","[Jackdaw] Job Size: Min (Core Count)","[Lapwing] Job Size: Min (Core Count)","[Martin, Purple] Job Size: Min (Core Count)","[Moorhen] Job Size: Min (Core Count)","[Oriole, Baltimore] Job Size: Min (Core Count)","[Shrike, Long-tailed] Job Size: Min (Core Count)","[Sparrow, Savannah] Job Size: Min (Core Count)","[Tern, Sandwich] Job Size: Min (Core Count)","[Treecreeper, Short-toed] Job Size: Min (Core Count)","[Warbler, Booted] Job Size: Min (Core Count)","[Warbler, Garden] Job Size: Min (Core Count)","[Warbler, Golden-winged] Job Size: Min (Core Count)","[Warbler, Moltoni's] Job Size: Min (Core Count)" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,1,0,0,0,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,1,0,0,0,0,0 -2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,1,0,0,0,0,0 -2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,1,0,0,16,0,0 -2016-12-27,0,0,0,0,0,96,144,0,64,0,0,0,72,0,0,0,0,0,0,16,0,0,32,0,0,0,0,0,0,0,8,16,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,12,0,0,1,8,12,16,0,1 -2016-12-28,0,0,112,0,0,96,144,0,64,0,0,0,48,0,0,0,20,0,0,16,0,0,12,0,12,0,12,0,12,32,8,16,12,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,1,12,0,0,1,8,12,16,0,1 -2016-12-29,160,112,112,0,96,96,144,72,64,60,60,56,48,0,0,0,20,0,40,16,0,0,12,0,12,12,12,0,12,32,8,8,8,0,0,8,8,5,0,4,4,4,2,0,0,0,1,0,0,0,0,1,1,0,1,0,1,12,1,0,1,8,12,16,0,1 -2016-12-30,160,112,112,108,96,96,80,72,64,60,60,56,48,48,72,32,20,20,16,16,16,0,12,0,12,12,12,12,12,12,8,8,8,8,8,8,8,5,5,4,4,4,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,12,1,1,1,1,1,16,1,1 -2016-12-31,0,112,112,0,96,96,0,72,64,60,60,0,48,336,36,64,0,0,40,16,0,16,12,12,0,12,12,16,12,12,8,8,8,12,8,8,8,8,5,4,4,64,2,1,1,1,0,1,1,1,1,1,1,1,1,1,1,8,1,1,0,8,1,1,12,0 -2017-01-01,160,0,0,0,96,96,0,0,64,60,60,0,0,0,36,32,0,0,0,16,0,16,0,12,0,12,24,0,12,16,8,0,8,8,8,8,0,12,5,4,4,0,2,0,1,1,0,0,0,1,0,0,1,0,1,1,1,1,20,1,0,8,0,8,12,0 +Day,"[Warbler, Yellow-browed] Job Size: Min (Core Count)","[Goose, Egyptian] Job Size: Min (Core Count)","[Scaup, Lesser] Job Size: Min (Core Count)","[Duck, Harlequin] Job Size: Min (Core Count)","[Gallinule, Allen's] Job Size: Min (Core Count)","[Crane] Job Size: Min (Core Count)","[Pipit, Meadow] Job Size: Min (Core Count)","[Scoter, Velvet] Job Size: Min (Core Count)","[Smew] Job Size: Min (Core Count)","[Chaffinch] Job Size: Min (Core Count)","[Duck, Ferruginous] Job Size: Min (Core Count)","[Peregrine] Job Size: Min (Core Count)","[Grosbeak, Evening] Job Size: Min (Core Count)","[Siskin] Job Size: Min (Core Count)","[Warbler, Dusky] Job Size: Min (Core Count)","[Whimbrel] Job Size: Min (Core Count)","[Swift, Alpine] Job Size: Min (Core Count)","[Ibis, Glossy] Job Size: Min (Core Count)","[Martin, Crag] Job Size: Min (Core Count)","[Bunting, Yellow-browed] Job Size: Min (Core Count)","[Ovenbird] Job Size: Min (Core Count)","[Partridge, Red-legged] Job Size: Min (Core Count)","[Sparrow, White-throated] Job Size: Min (Core Count)","[Crane, Sandhill] Job Size: Min (Core Count)","[Plover, Caspian] Job Size: Min (Core Count)","[Plover, White-tailed] Job Size: Min (Core Count)","[Sandpiper, Spotted] Job Size: Min (Core Count)","[Shag] Job Size: Min (Core Count)","[Stint, Little] Job Size: Min (Core Count)","[Thrush, Mistle] Job Size: Min (Core Count)","[Warbler, Sardinian] Job Size: Min (Core Count)","[Bunting, Reed] Job Size: Min (Core Count)","[Bunting, Yellow-breasted] Job Size: Min (Core Count)","[Dove, Turtle] Job Size: Min (Core Count)","[Dunlin] Job Size: Min (Core Count)","[Fieldfare] Job Size: Min (Core Count)","[Shearwater, Cory's] Job Size: Min (Core Count)","[Warbler, Hooded] Job Size: Min (Core Count)","[Auk, Little] Job Size: Min (Core Count)","[Roller] Job Size: Min (Core Count)","[Redpoll, Lesser] Job Size: Min (Core Count)","[Sapsucker, Yellow-bellied] Job Size: Min (Core Count)","[Thrush, Swainson's] Job Size: Min (Core Count)","[Thrush, Grey-cheeked] Job Size: Min (Core Count)","[Bunting, Black-headed] Job Size: Min (Core Count)","[Coot] Job Size: Min (Core Count)","[Egret, Cattle] Job Size: Min (Core Count)","[Grebe, Pied-billed] Job Size: Min (Core Count)","[Grey, Great] Job Size: Min (Core Count)","[Grey, Lesser] Job Size: Min (Core Count)","[Grey, Southern] Job Size: Min (Core Count)","[Gull, Ring-billed] Job Size: Min (Core Count)","[Harrier, Hen] Job Size: Min (Core Count)","[Honey-buzzard] Job Size: Min (Core Count)","[Jackdaw] Job Size: Min (Core Count)","[Lapwing] Job Size: Min (Core Count)","[Martin, Purple] Job Size: Min (Core Count)","[Moorhen] Job Size: Min (Core Count)","[Oriole, Baltimore] Job Size: Min (Core Count)","[Shrike, Long-tailed] Job Size: Min (Core Count)","[Sparrow, Savannah] Job Size: Min (Core Count)","[Tern, Sandwich] Job Size: Min (Core Count)","[Treecreeper, Short-toed] Job Size: Min (Core Count)","[Warbler, Booted] Job Size: Min (Core Count)","[Warbler, Garden] Job Size: Min (Core Count)","[Warbler, Golden-winged] Job Size: Min (Core Count)","[Warbler, Moltoni's] Job Size: Min (Core Count)" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,1,0,0,0,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,1,0,0,0,0,0 +2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,1,0,0,0,0,0 +2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,1,0,0,16,0,0 +2016-12-27,0,0,0,0,0,0,96,144,0,64,0,0,0,72,0,0,0,0,0,0,16,0,0,32,0,0,0,0,0,0,0,8,16,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,12,0,0,1,8,12,16,0,1 +2016-12-28,0,0,112,0,0,0,96,144,0,64,0,0,0,48,0,0,0,20,0,0,16,0,0,12,0,12,0,12,0,12,32,8,16,12,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,1,12,0,0,1,8,12,16,0,1 +2016-12-29,160,112,112,0,0,96,96,144,72,64,60,60,56,48,0,0,0,20,0,40,16,0,0,12,0,12,12,12,0,12,32,8,8,8,0,0,8,8,5,0,4,4,4,2,0,0,0,1,0,0,0,0,1,1,0,1,0,1,12,1,0,1,8,12,16,0,1 +2016-12-30,160,112,112,108,108,96,96,80,72,64,60,60,56,48,48,72,32,20,20,16,16,16,0,12,0,12,12,12,12,12,12,8,8,8,8,8,8,8,5,5,4,4,4,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,12,1,1,1,1,1,16,1,1 +2016-12-31,0,112,112,0,0,96,96,0,72,64,60,60,0,48,336,36,64,0,0,40,16,0,16,12,12,0,12,12,16,12,12,8,8,8,12,8,8,8,8,5,4,4,64,2,1,1,1,0,1,1,1,1,1,1,1,1,1,1,8,1,1,0,8,1,1,12,0 +2017-01-01,160,0,0,0,0,96,96,0,0,64,60,60,0,0,0,36,32,0,0,0,16,0,16,0,12,0,12,24,0,12,16,8,0,8,8,8,8,0,12,5,4,4,0,2,0,1,1,0,0,0,1,0,0,1,0,1,1,1,1,20,1,0,8,0,8,12,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/min_processors/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/min_processors/timeseries-Month-reference.csv index a2171a80e9..104593718d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/min_processors/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/min_processors/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[Warbler, Yellow-browed] Job Size: Min (Core Count)","[Goose, Egyptian] Job Size: Min (Core Count)","[Scaup, Lesser] Job Size: Min (Core Count)","[Gallinule, Allen's] Job Size: Min (Core Count)","[Crane] Job Size: Min (Core Count)","[Pipit, Meadow] Job Size: Min (Core Count)","[Scoter, Velvet] Job Size: Min (Core Count)","[Smew] Job Size: Min (Core Count)","[Chaffinch] Job Size: Min (Core Count)","[Duck, Ferruginous] Job Size: Min (Core Count)","[Peregrine] Job Size: Min (Core Count)","[Grosbeak, Evening] Job Size: Min (Core Count)","[Siskin] Job Size: Min (Core Count)","[Warbler, Dusky] Job Size: Min (Core Count)","[Whimbrel] Job Size: Min (Core Count)","[Swift, Alpine] Job Size: Min (Core Count)","[Ibis, Glossy] Job Size: Min (Core Count)","[Martin, Crag] Job Size: Min (Core Count)","[Bunting, Yellow-browed] Job Size: Min (Core Count)","[Ovenbird] Job Size: Min (Core Count)","[Partridge, Red-legged] Job Size: Min (Core Count)","[Sparrow, White-throated] Job Size: Min (Core Count)","[Crane, Sandhill] Job Size: Min (Core Count)","[Plover, Caspian] Job Size: Min (Core Count)","[Plover, White-tailed] Job Size: Min (Core Count)","[Sandpiper, Spotted] Job Size: Min (Core Count)","[Shag] Job Size: Min (Core Count)","[Stint, Little] Job Size: Min (Core Count)","[Thrush, Mistle] Job Size: Min (Core Count)","[Warbler, Sardinian] Job Size: Min (Core Count)","[Bunting, Reed] Job Size: Min (Core Count)","[Bunting, Yellow-breasted] Job Size: Min (Core Count)","[Dove, Turtle] Job Size: Min (Core Count)","[Dunlin] Job Size: Min (Core Count)","[Fieldfare] Job Size: Min (Core Count)","[Shearwater, Cory's] Job Size: Min (Core Count)","[Warbler, Hooded] Job Size: Min (Core Count)","[Auk, Little] Job Size: Min (Core Count)","[Roller] Job Size: Min (Core Count)","[Redpoll, Lesser] Job Size: Min (Core Count)","[Sapsucker, Yellow-bellied] Job Size: Min (Core Count)","[Thrush, Swainson's] Job Size: Min (Core Count)","[Thrush, Grey-cheeked] Job Size: Min (Core Count)","[Bunting, Black-headed] Job Size: Min (Core Count)","[Coot] Job Size: Min (Core Count)","[Egret, Cattle] Job Size: Min (Core Count)","[Grebe, Pied-billed] Job Size: Min (Core Count)","[Grey, Great] Job Size: Min (Core Count)","[Grey, Lesser] Job Size: Min (Core Count)","[Grey, Southern] Job Size: Min (Core Count)","[Gull, Ring-billed] Job Size: Min (Core Count)","[Harrier, Hen] Job Size: Min (Core Count)","[Honey-buzzard] Job Size: Min (Core Count)","[Jackdaw] Job Size: Min (Core Count)","[Lapwing] Job Size: Min (Core Count)","[Martin, Purple] Job Size: Min (Core Count)","[Moorhen] Job Size: Min (Core Count)","[Oriole, Baltimore] Job Size: Min (Core Count)","[Shrike, Long-tailed] Job Size: Min (Core Count)","[Sparrow, Savannah] Job Size: Min (Core Count)","[Tern, Sandwich] Job Size: Min (Core Count)","[Treecreeper, Short-toed] Job Size: Min (Core Count)","[Warbler, Booted] Job Size: Min (Core Count)","[Warbler, Garden] Job Size: Min (Core Count)","[Warbler, Golden-winged] Job Size: Min (Core Count)","[Warbler, Moltoni's] Job Size: Min (Core Count)" -2016-12,160,112,112,108,96,96,80,72,64,60,60,56,48,48,36,32,20,20,16,16,16,16,12,12,12,12,12,12,12,12,8,8,8,8,8,8,8,5,5,4,4,4,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,8,1,1,1,1,1,1,1,1 -2017-01,160,0,0,0,96,96,0,0,64,60,60,0,0,0,36,32,0,0,0,16,0,16,0,12,0,12,24,0,12,16,8,0,8,8,8,8,0,12,5,4,4,0,2,0,1,1,0,0,0,1,0,0,1,0,1,1,1,1,20,1,0,8,0,8,12,0 +Month,"[Warbler, Yellow-browed] Job Size: Min (Core Count)","[Goose, Egyptian] Job Size: Min (Core Count)","[Scaup, Lesser] Job Size: Min (Core Count)","[Duck, Harlequin] Job Size: Min (Core Count)","[Gallinule, Allen's] Job Size: Min (Core Count)","[Crane] Job Size: Min (Core Count)","[Pipit, Meadow] Job Size: Min (Core Count)","[Scoter, Velvet] Job Size: Min (Core Count)","[Smew] Job Size: Min (Core Count)","[Chaffinch] Job Size: Min (Core Count)","[Duck, Ferruginous] Job Size: Min (Core Count)","[Peregrine] Job Size: Min (Core Count)","[Grosbeak, Evening] Job Size: Min (Core Count)","[Siskin] Job Size: Min (Core Count)","[Warbler, Dusky] Job Size: Min (Core Count)","[Whimbrel] Job Size: Min (Core Count)","[Swift, Alpine] Job Size: Min (Core Count)","[Ibis, Glossy] Job Size: Min (Core Count)","[Martin, Crag] Job Size: Min (Core Count)","[Bunting, Yellow-browed] Job Size: Min (Core Count)","[Ovenbird] Job Size: Min (Core Count)","[Partridge, Red-legged] Job Size: Min (Core Count)","[Sparrow, White-throated] Job Size: Min (Core Count)","[Crane, Sandhill] Job Size: Min (Core Count)","[Plover, Caspian] Job Size: Min (Core Count)","[Plover, White-tailed] Job Size: Min (Core Count)","[Sandpiper, Spotted] Job Size: Min (Core Count)","[Shag] Job Size: Min (Core Count)","[Stint, Little] Job Size: Min (Core Count)","[Thrush, Mistle] Job Size: Min (Core Count)","[Warbler, Sardinian] Job Size: Min (Core Count)","[Bunting, Reed] Job Size: Min (Core Count)","[Bunting, Yellow-breasted] Job Size: Min (Core Count)","[Dove, Turtle] Job Size: Min (Core Count)","[Dunlin] Job Size: Min (Core Count)","[Fieldfare] Job Size: Min (Core Count)","[Shearwater, Cory's] Job Size: Min (Core Count)","[Warbler, Hooded] Job Size: Min (Core Count)","[Auk, Little] Job Size: Min (Core Count)","[Roller] Job Size: Min (Core Count)","[Redpoll, Lesser] Job Size: Min (Core Count)","[Sapsucker, Yellow-bellied] Job Size: Min (Core Count)","[Thrush, Swainson's] Job Size: Min (Core Count)","[Thrush, Grey-cheeked] Job Size: Min (Core Count)","[Bunting, Black-headed] Job Size: Min (Core Count)","[Coot] Job Size: Min (Core Count)","[Egret, Cattle] Job Size: Min (Core Count)","[Grebe, Pied-billed] Job Size: Min (Core Count)","[Grey, Great] Job Size: Min (Core Count)","[Grey, Lesser] Job Size: Min (Core Count)","[Grey, Southern] Job Size: Min (Core Count)","[Gull, Ring-billed] Job Size: Min (Core Count)","[Harrier, Hen] Job Size: Min (Core Count)","[Honey-buzzard] Job Size: Min (Core Count)","[Jackdaw] Job Size: Min (Core Count)","[Lapwing] Job Size: Min (Core Count)","[Martin, Purple] Job Size: Min (Core Count)","[Moorhen] Job Size: Min (Core Count)","[Oriole, Baltimore] Job Size: Min (Core Count)","[Shrike, Long-tailed] Job Size: Min (Core Count)","[Sparrow, Savannah] Job Size: Min (Core Count)","[Tern, Sandwich] Job Size: Min (Core Count)","[Treecreeper, Short-toed] Job Size: Min (Core Count)","[Warbler, Booted] Job Size: Min (Core Count)","[Warbler, Garden] Job Size: Min (Core Count)","[Warbler, Golden-winged] Job Size: Min (Core Count)","[Warbler, Moltoni's] Job Size: Min (Core Count)" +2016-12,160,112,112,108,108,96,96,80,72,64,60,60,56,48,48,36,32,20,20,16,16,16,16,12,12,12,12,12,12,12,12,8,8,8,8,8,8,8,5,5,4,4,4,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,8,1,1,1,1,1,1,1,1 +2017-01,160,0,0,0,0,96,96,0,0,64,60,60,0,0,0,36,32,0,0,0,16,0,16,0,12,0,12,24,0,12,16,8,0,8,8,8,8,0,12,5,4,4,0,2,0,1,1,0,0,0,1,0,0,1,0,1,1,1,1,20,1,0,8,0,8,12,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/min_processors/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/min_processors/timeseries-Quarter-reference.csv index 1eba667a9e..30b4b76a3e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/min_processors/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/min_processors/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[Warbler, Yellow-browed] Job Size: Min (Core Count)","[Goose, Egyptian] Job Size: Min (Core Count)","[Scaup, Lesser] Job Size: Min (Core Count)","[Gallinule, Allen's] Job Size: Min (Core Count)","[Crane] Job Size: Min (Core Count)","[Pipit, Meadow] Job Size: Min (Core Count)","[Scoter, Velvet] Job Size: Min (Core Count)","[Smew] Job Size: Min (Core Count)","[Chaffinch] Job Size: Min (Core Count)","[Duck, Ferruginous] Job Size: Min (Core Count)","[Peregrine] Job Size: Min (Core Count)","[Grosbeak, Evening] Job Size: Min (Core Count)","[Siskin] Job Size: Min (Core Count)","[Warbler, Dusky] Job Size: Min (Core Count)","[Whimbrel] Job Size: Min (Core Count)","[Swift, Alpine] Job Size: Min (Core Count)","[Ibis, Glossy] Job Size: Min (Core Count)","[Martin, Crag] Job Size: Min (Core Count)","[Bunting, Yellow-browed] Job Size: Min (Core Count)","[Ovenbird] Job Size: Min (Core Count)","[Partridge, Red-legged] Job Size: Min (Core Count)","[Sparrow, White-throated] Job Size: Min (Core Count)","[Crane, Sandhill] Job Size: Min (Core Count)","[Plover, Caspian] Job Size: Min (Core Count)","[Plover, White-tailed] Job Size: Min (Core Count)","[Sandpiper, Spotted] Job Size: Min (Core Count)","[Shag] Job Size: Min (Core Count)","[Stint, Little] Job Size: Min (Core Count)","[Thrush, Mistle] Job Size: Min (Core Count)","[Warbler, Sardinian] Job Size: Min (Core Count)","[Bunting, Reed] Job Size: Min (Core Count)","[Bunting, Yellow-breasted] Job Size: Min (Core Count)","[Dove, Turtle] Job Size: Min (Core Count)","[Dunlin] Job Size: Min (Core Count)","[Fieldfare] Job Size: Min (Core Count)","[Shearwater, Cory's] Job Size: Min (Core Count)","[Warbler, Hooded] Job Size: Min (Core Count)","[Auk, Little] Job Size: Min (Core Count)","[Roller] Job Size: Min (Core Count)","[Redpoll, Lesser] Job Size: Min (Core Count)","[Sapsucker, Yellow-bellied] Job Size: Min (Core Count)","[Thrush, Swainson's] Job Size: Min (Core Count)","[Thrush, Grey-cheeked] Job Size: Min (Core Count)","[Bunting, Black-headed] Job Size: Min (Core Count)","[Coot] Job Size: Min (Core Count)","[Egret, Cattle] Job Size: Min (Core Count)","[Grebe, Pied-billed] Job Size: Min (Core Count)","[Grey, Great] Job Size: Min (Core Count)","[Grey, Lesser] Job Size: Min (Core Count)","[Grey, Southern] Job Size: Min (Core Count)","[Gull, Ring-billed] Job Size: Min (Core Count)","[Harrier, Hen] Job Size: Min (Core Count)","[Honey-buzzard] Job Size: Min (Core Count)","[Jackdaw] Job Size: Min (Core Count)","[Lapwing] Job Size: Min (Core Count)","[Martin, Purple] Job Size: Min (Core Count)","[Moorhen] Job Size: Min (Core Count)","[Oriole, Baltimore] Job Size: Min (Core Count)","[Shrike, Long-tailed] Job Size: Min (Core Count)","[Sparrow, Savannah] Job Size: Min (Core Count)","[Tern, Sandwich] Job Size: Min (Core Count)","[Treecreeper, Short-toed] Job Size: Min (Core Count)","[Warbler, Booted] Job Size: Min (Core Count)","[Warbler, Garden] Job Size: Min (Core Count)","[Warbler, Golden-winged] Job Size: Min (Core Count)","[Warbler, Moltoni's] Job Size: Min (Core Count)" -"2016 Q4",160,112,112,108,96,96,80,72,64,60,60,56,48,48,36,32,20,20,16,16,16,16,12,12,12,12,12,12,12,12,8,8,8,8,8,8,8,5,5,4,4,4,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,8,1,1,1,1,1,1,1,1 -"2017 Q1",160,0,0,0,96,96,0,0,64,60,60,0,0,0,36,32,0,0,0,16,0,16,0,12,0,12,24,0,12,16,8,0,8,8,8,8,0,12,5,4,4,0,2,0,1,1,0,0,0,1,0,0,1,0,1,1,1,1,20,1,0,8,0,8,12,0 +Quarter,"[Warbler, Yellow-browed] Job Size: Min (Core Count)","[Goose, Egyptian] Job Size: Min (Core Count)","[Scaup, Lesser] Job Size: Min (Core Count)","[Duck, Harlequin] Job Size: Min (Core Count)","[Gallinule, Allen's] Job Size: Min (Core Count)","[Crane] Job Size: Min (Core Count)","[Pipit, Meadow] Job Size: Min (Core Count)","[Scoter, Velvet] Job Size: Min (Core Count)","[Smew] Job Size: Min (Core Count)","[Chaffinch] Job Size: Min (Core Count)","[Duck, Ferruginous] Job Size: Min (Core Count)","[Peregrine] Job Size: Min (Core Count)","[Grosbeak, Evening] Job Size: Min (Core Count)","[Siskin] Job Size: Min (Core Count)","[Warbler, Dusky] Job Size: Min (Core Count)","[Whimbrel] Job Size: Min (Core Count)","[Swift, Alpine] Job Size: Min (Core Count)","[Ibis, Glossy] Job Size: Min (Core Count)","[Martin, Crag] Job Size: Min (Core Count)","[Bunting, Yellow-browed] Job Size: Min (Core Count)","[Ovenbird] Job Size: Min (Core Count)","[Partridge, Red-legged] Job Size: Min (Core Count)","[Sparrow, White-throated] Job Size: Min (Core Count)","[Crane, Sandhill] Job Size: Min (Core Count)","[Plover, Caspian] Job Size: Min (Core Count)","[Plover, White-tailed] Job Size: Min (Core Count)","[Sandpiper, Spotted] Job Size: Min (Core Count)","[Shag] Job Size: Min (Core Count)","[Stint, Little] Job Size: Min (Core Count)","[Thrush, Mistle] Job Size: Min (Core Count)","[Warbler, Sardinian] Job Size: Min (Core Count)","[Bunting, Reed] Job Size: Min (Core Count)","[Bunting, Yellow-breasted] Job Size: Min (Core Count)","[Dove, Turtle] Job Size: Min (Core Count)","[Dunlin] Job Size: Min (Core Count)","[Fieldfare] Job Size: Min (Core Count)","[Shearwater, Cory's] Job Size: Min (Core Count)","[Warbler, Hooded] Job Size: Min (Core Count)","[Auk, Little] Job Size: Min (Core Count)","[Roller] Job Size: Min (Core Count)","[Redpoll, Lesser] Job Size: Min (Core Count)","[Sapsucker, Yellow-bellied] Job Size: Min (Core Count)","[Thrush, Swainson's] Job Size: Min (Core Count)","[Thrush, Grey-cheeked] Job Size: Min (Core Count)","[Bunting, Black-headed] Job Size: Min (Core Count)","[Coot] Job Size: Min (Core Count)","[Egret, Cattle] Job Size: Min (Core Count)","[Grebe, Pied-billed] Job Size: Min (Core Count)","[Grey, Great] Job Size: Min (Core Count)","[Grey, Lesser] Job Size: Min (Core Count)","[Grey, Southern] Job Size: Min (Core Count)","[Gull, Ring-billed] Job Size: Min (Core Count)","[Harrier, Hen] Job Size: Min (Core Count)","[Honey-buzzard] Job Size: Min (Core Count)","[Jackdaw] Job Size: Min (Core Count)","[Lapwing] Job Size: Min (Core Count)","[Martin, Purple] Job Size: Min (Core Count)","[Moorhen] Job Size: Min (Core Count)","[Oriole, Baltimore] Job Size: Min (Core Count)","[Shrike, Long-tailed] Job Size: Min (Core Count)","[Sparrow, Savannah] Job Size: Min (Core Count)","[Tern, Sandwich] Job Size: Min (Core Count)","[Treecreeper, Short-toed] Job Size: Min (Core Count)","[Warbler, Booted] Job Size: Min (Core Count)","[Warbler, Garden] Job Size: Min (Core Count)","[Warbler, Golden-winged] Job Size: Min (Core Count)","[Warbler, Moltoni's] Job Size: Min (Core Count)" +"2016 Q4",160,112,112,108,108,96,96,80,72,64,60,60,56,48,48,36,32,20,20,16,16,16,16,12,12,12,12,12,12,12,12,8,8,8,8,8,8,8,5,5,4,4,4,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,8,1,1,1,1,1,1,1,1 +"2017 Q1",160,0,0,0,0,96,96,0,0,64,60,60,0,0,0,36,32,0,0,0,16,0,16,0,12,0,12,24,0,12,16,8,0,8,8,8,8,0,12,5,4,4,0,2,0,1,1,0,0,0,1,0,0,1,0,1,1,1,1,20,1,0,8,0,8,12,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/min_processors/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/min_processors/timeseries-Year-reference.csv index fea950c9bc..ebcdbcecf5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/min_processors/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/min_processors/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[Warbler, Yellow-browed] Job Size: Min (Core Count)","[Goose, Egyptian] Job Size: Min (Core Count)","[Scaup, Lesser] Job Size: Min (Core Count)","[Gallinule, Allen's] Job Size: Min (Core Count)","[Crane] Job Size: Min (Core Count)","[Pipit, Meadow] Job Size: Min (Core Count)","[Scoter, Velvet] Job Size: Min (Core Count)","[Smew] Job Size: Min (Core Count)","[Chaffinch] Job Size: Min (Core Count)","[Duck, Ferruginous] Job Size: Min (Core Count)","[Peregrine] Job Size: Min (Core Count)","[Grosbeak, Evening] Job Size: Min (Core Count)","[Siskin] Job Size: Min (Core Count)","[Warbler, Dusky] Job Size: Min (Core Count)","[Whimbrel] Job Size: Min (Core Count)","[Swift, Alpine] Job Size: Min (Core Count)","[Ibis, Glossy] Job Size: Min (Core Count)","[Martin, Crag] Job Size: Min (Core Count)","[Bunting, Yellow-browed] Job Size: Min (Core Count)","[Ovenbird] Job Size: Min (Core Count)","[Partridge, Red-legged] Job Size: Min (Core Count)","[Sparrow, White-throated] Job Size: Min (Core Count)","[Crane, Sandhill] Job Size: Min (Core Count)","[Plover, Caspian] Job Size: Min (Core Count)","[Plover, White-tailed] Job Size: Min (Core Count)","[Sandpiper, Spotted] Job Size: Min (Core Count)","[Shag] Job Size: Min (Core Count)","[Stint, Little] Job Size: Min (Core Count)","[Thrush, Mistle] Job Size: Min (Core Count)","[Warbler, Sardinian] Job Size: Min (Core Count)","[Bunting, Reed] Job Size: Min (Core Count)","[Bunting, Yellow-breasted] Job Size: Min (Core Count)","[Dove, Turtle] Job Size: Min (Core Count)","[Dunlin] Job Size: Min (Core Count)","[Fieldfare] Job Size: Min (Core Count)","[Shearwater, Cory's] Job Size: Min (Core Count)","[Warbler, Hooded] Job Size: Min (Core Count)","[Auk, Little] Job Size: Min (Core Count)","[Roller] Job Size: Min (Core Count)","[Redpoll, Lesser] Job Size: Min (Core Count)","[Sapsucker, Yellow-bellied] Job Size: Min (Core Count)","[Thrush, Swainson's] Job Size: Min (Core Count)","[Thrush, Grey-cheeked] Job Size: Min (Core Count)","[Bunting, Black-headed] Job Size: Min (Core Count)","[Coot] Job Size: Min (Core Count)","[Egret, Cattle] Job Size: Min (Core Count)","[Grebe, Pied-billed] Job Size: Min (Core Count)","[Grey, Great] Job Size: Min (Core Count)","[Grey, Lesser] Job Size: Min (Core Count)","[Grey, Southern] Job Size: Min (Core Count)","[Gull, Ring-billed] Job Size: Min (Core Count)","[Harrier, Hen] Job Size: Min (Core Count)","[Honey-buzzard] Job Size: Min (Core Count)","[Jackdaw] Job Size: Min (Core Count)","[Lapwing] Job Size: Min (Core Count)","[Martin, Purple] Job Size: Min (Core Count)","[Moorhen] Job Size: Min (Core Count)","[Oriole, Baltimore] Job Size: Min (Core Count)","[Shrike, Long-tailed] Job Size: Min (Core Count)","[Sparrow, Savannah] Job Size: Min (Core Count)","[Tern, Sandwich] Job Size: Min (Core Count)","[Treecreeper, Short-toed] Job Size: Min (Core Count)","[Warbler, Booted] Job Size: Min (Core Count)","[Warbler, Garden] Job Size: Min (Core Count)","[Warbler, Golden-winged] Job Size: Min (Core Count)","[Warbler, Moltoni's] Job Size: Min (Core Count)" -2016,160,112,112,108,96,96,80,72,64,60,60,56,48,48,36,32,20,20,16,16,16,16,12,12,12,12,12,12,12,12,8,8,8,8,8,8,8,5,5,4,4,4,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,8,1,1,1,1,1,1,1,1 -2017,160,0,0,0,96,96,0,0,64,60,60,0,0,0,36,32,0,0,0,16,0,16,0,12,0,12,24,0,12,16,8,0,8,8,8,8,0,12,5,4,4,0,2,0,1,1,0,0,0,1,0,0,1,0,1,1,1,1,20,1,0,8,0,8,12,0 +Year,"[Warbler, Yellow-browed] Job Size: Min (Core Count)","[Goose, Egyptian] Job Size: Min (Core Count)","[Scaup, Lesser] Job Size: Min (Core Count)","[Duck, Harlequin] Job Size: Min (Core Count)","[Gallinule, Allen's] Job Size: Min (Core Count)","[Crane] Job Size: Min (Core Count)","[Pipit, Meadow] Job Size: Min (Core Count)","[Scoter, Velvet] Job Size: Min (Core Count)","[Smew] Job Size: Min (Core Count)","[Chaffinch] Job Size: Min (Core Count)","[Duck, Ferruginous] Job Size: Min (Core Count)","[Peregrine] Job Size: Min (Core Count)","[Grosbeak, Evening] Job Size: Min (Core Count)","[Siskin] Job Size: Min (Core Count)","[Warbler, Dusky] Job Size: Min (Core Count)","[Whimbrel] Job Size: Min (Core Count)","[Swift, Alpine] Job Size: Min (Core Count)","[Ibis, Glossy] Job Size: Min (Core Count)","[Martin, Crag] Job Size: Min (Core Count)","[Bunting, Yellow-browed] Job Size: Min (Core Count)","[Ovenbird] Job Size: Min (Core Count)","[Partridge, Red-legged] Job Size: Min (Core Count)","[Sparrow, White-throated] Job Size: Min (Core Count)","[Crane, Sandhill] Job Size: Min (Core Count)","[Plover, Caspian] Job Size: Min (Core Count)","[Plover, White-tailed] Job Size: Min (Core Count)","[Sandpiper, Spotted] Job Size: Min (Core Count)","[Shag] Job Size: Min (Core Count)","[Stint, Little] Job Size: Min (Core Count)","[Thrush, Mistle] Job Size: Min (Core Count)","[Warbler, Sardinian] Job Size: Min (Core Count)","[Bunting, Reed] Job Size: Min (Core Count)","[Bunting, Yellow-breasted] Job Size: Min (Core Count)","[Dove, Turtle] Job Size: Min (Core Count)","[Dunlin] Job Size: Min (Core Count)","[Fieldfare] Job Size: Min (Core Count)","[Shearwater, Cory's] Job Size: Min (Core Count)","[Warbler, Hooded] Job Size: Min (Core Count)","[Auk, Little] Job Size: Min (Core Count)","[Roller] Job Size: Min (Core Count)","[Redpoll, Lesser] Job Size: Min (Core Count)","[Sapsucker, Yellow-bellied] Job Size: Min (Core Count)","[Thrush, Swainson's] Job Size: Min (Core Count)","[Thrush, Grey-cheeked] Job Size: Min (Core Count)","[Bunting, Black-headed] Job Size: Min (Core Count)","[Coot] Job Size: Min (Core Count)","[Egret, Cattle] Job Size: Min (Core Count)","[Grebe, Pied-billed] Job Size: Min (Core Count)","[Grey, Great] Job Size: Min (Core Count)","[Grey, Lesser] Job Size: Min (Core Count)","[Grey, Southern] Job Size: Min (Core Count)","[Gull, Ring-billed] Job Size: Min (Core Count)","[Harrier, Hen] Job Size: Min (Core Count)","[Honey-buzzard] Job Size: Min (Core Count)","[Jackdaw] Job Size: Min (Core Count)","[Lapwing] Job Size: Min (Core Count)","[Martin, Purple] Job Size: Min (Core Count)","[Moorhen] Job Size: Min (Core Count)","[Oriole, Baltimore] Job Size: Min (Core Count)","[Shrike, Long-tailed] Job Size: Min (Core Count)","[Sparrow, Savannah] Job Size: Min (Core Count)","[Tern, Sandwich] Job Size: Min (Core Count)","[Treecreeper, Short-toed] Job Size: Min (Core Count)","[Warbler, Booted] Job Size: Min (Core Count)","[Warbler, Garden] Job Size: Min (Core Count)","[Warbler, Golden-winged] Job Size: Min (Core Count)","[Warbler, Moltoni's] Job Size: Min (Core Count)" +2016,160,112,112,108,108,96,96,80,72,64,60,60,56,48,48,36,32,20,20,16,16,16,16,12,12,12,12,12,12,12,12,8,8,8,8,8,8,8,5,5,4,4,4,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,8,1,1,1,1,1,1,1,1 +2017,160,0,0,0,0,96,96,0,0,64,60,60,0,0,0,36,32,0,0,0,16,0,16,0,12,0,12,24,0,12,16,8,0,8,8,8,8,0,12,5,4,4,0,2,0,1,1,0,0,0,1,0,0,1,0,1,1,1,1,20,1,0,8,0,8,12,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/running_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/running_job_count/aggregate-Day-reference.csv index e4c71ffb55..9705a52e88 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/running_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/running_job_count/aggregate-Day-reference.csv @@ -67,6 +67,7 @@ Siskin,2 "Warbler, Yellow-browed",2 Chaffinch,1 "Duck, Ferruginous",1 +"Duck, Harlequin",1 "Gallinule, Allen's",1 "Gull, Ring-billed",1 "Ibis, Glossy",1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/running_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/running_job_count/aggregate-Month-reference.csv index e4c71ffb55..9705a52e88 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/running_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/running_job_count/aggregate-Month-reference.csv @@ -67,6 +67,7 @@ Siskin,2 "Warbler, Yellow-browed",2 Chaffinch,1 "Duck, Ferruginous",1 +"Duck, Harlequin",1 "Gallinule, Allen's",1 "Gull, Ring-billed",1 "Ibis, Glossy",1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/running_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/running_job_count/aggregate-Quarter-reference.csv index e4c71ffb55..9705a52e88 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/running_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/running_job_count/aggregate-Quarter-reference.csv @@ -67,6 +67,7 @@ Siskin,2 "Warbler, Yellow-browed",2 Chaffinch,1 "Duck, Ferruginous",1 +"Duck, Harlequin",1 "Gallinule, Allen's",1 "Gull, Ring-billed",1 "Ibis, Glossy",1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/running_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/running_job_count/aggregate-Year-reference.csv index e4c71ffb55..9705a52e88 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/running_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/running_job_count/aggregate-Year-reference.csv @@ -67,6 +67,7 @@ Siskin,2 "Warbler, Yellow-browed",2 Chaffinch,1 "Duck, Ferruginous",1 +"Duck, Harlequin",1 "Gallinule, Allen's",1 "Gull, Ring-billed",1 "Ibis, Glossy",1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/running_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/running_job_count/timeseries-Day-reference.csv index 682e448322..8bba9cb83e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/running_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/running_job_count/timeseries-Day-reference.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[Honey-buzzard] Number of Jobs Running","[Bunting, Reed] Number of Jobs Running","[Grey, Great] Number of Jobs Running","[Moorhen] Number of Jobs Running","[Grey, Lesser] Number of Jobs Running","[Dove, Turtle] Number of Jobs Running","[Plover, Caspian] Number of Jobs Running","[Thrush, Swainson's] Number of Jobs Running","[Lapwing] Number of Jobs Running","[Dunlin] Number of Jobs Running","[Grey, Southern] Number of Jobs Running","[Crane, Sandhill] Number of Jobs Running","[Thrush, Grey-cheeked] Number of Jobs Running","[Warbler, Golden-winged] Number of Jobs Running","[Sandpiper, Spotted] Number of Jobs Running","[Warbler, Garden] Number of Jobs Running","[Grebe, Pied-billed] Number of Jobs Running","[Warbler, Sardinian] Number of Jobs Running","[Martin, Purple] Number of Jobs Running","[Oriole, Baltimore] Number of Jobs Running","[Sparrow, Savannah] Number of Jobs Running","[Coot] Number of Jobs Running","[Egret, Cattle] Number of Jobs Running","[Pipit, Meadow] Number of Jobs Running","[Treecreeper, Short-toed] Number of Jobs Running","[Warbler, Hooded] Number of Jobs Running","[Harrier, Hen] Number of Jobs Running","[Sapsucker, Yellow-bellied] Number of Jobs Running","[Crane] Number of Jobs Running","[Shearwater, Cory's] Number of Jobs Running","[Shrike, Long-tailed] Number of Jobs Running","[Swift, Alpine] Number of Jobs Running","[Warbler, Booted] Number of Jobs Running","[Martin, Crag] Number of Jobs Running","[Whimbrel] Number of Jobs Running","[Shag] Number of Jobs Running","[Stint, Little] Number of Jobs Running","[Thrush, Mistle] Number of Jobs Running","[Auk, Little] Number of Jobs Running","[Bunting, Black-headed] Number of Jobs Running","[Scaup, Lesser] Number of Jobs Running","[Sparrow, White-throated] Number of Jobs Running","[Goose, Egyptian] Number of Jobs Running","[Smew] Number of Jobs Running","[Bunting, Yellow-breasted] Number of Jobs Running","[Ovenbird] Number of Jobs Running","[Jackdaw] Number of Jobs Running","[Roller] Number of Jobs Running","[Fieldfare] Number of Jobs Running","[Peregrine] Number of Jobs Running","[Plover, White-tailed] Number of Jobs Running","[Warbler, Dusky] Number of Jobs Running","[Bunting, Yellow-browed] Number of Jobs Running","[Grosbeak, Evening] Number of Jobs Running","[Redpoll, Lesser] Number of Jobs Running","[Scoter, Velvet] Number of Jobs Running","[Siskin] Number of Jobs Running","[Tern, Sandwich] Number of Jobs Running","[Warbler, Yellow-browed] Number of Jobs Running","[Chaffinch] Number of Jobs Running","[Duck, Ferruginous] Number of Jobs Running","[Gallinule, Allen's] Number of Jobs Running","[Gull, Ring-billed] Number of Jobs Running","[Ibis, Glossy] Number of Jobs Running","[Partridge, Red-legged] Number of Jobs Running","[Warbler, Moltoni's] Number of Jobs Running" -2016-12-22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 -2016-12-24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 -2016-12-25,0,2,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 -2016-12-26,0,2,0,0,0,2,0,0,0,0,0,0,0,0,0,5,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 -2016-12-27,1,12,0,0,0,2,0,0,0,0,0,2,0,0,0,5,0,0,0,1,0,0,0,3,5,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,1,1,1,0,1,0,0,0,0,0,1 -2016-12-28,1,13,0,190,0,2,0,0,147,0,0,11,0,0,0,16,0,3,0,1,0,0,0,15,10,5,0,0,0,0,0,0,1,0,0,2,0,9,0,0,9,0,0,0,1,4,0,0,0,0,3,0,0,0,0,1,2,1,0,1,0,0,0,1,0,1 -2016-12-29,249,25,0,960,0,19,0,13,235,0,0,24,1,0,10,20,50,7,0,1,0,0,0,22,12,10,5,7,3,6,1,0,1,0,0,3,0,9,1,0,9,0,4,7,5,4,0,0,0,1,3,0,1,1,1,1,2,2,1,1,1,0,0,1,0,1 -2016-12-30,19298,3466,1698,1635,719,349,0,713,252,90,68,94,4,20,60,20,50,35,12,1,8,8,8,22,18,16,20,15,8,8,4,4,15,14,1,9,7,11,1,4,9,0,8,7,6,4,4,3,1,3,3,3,2,2,1,2,2,2,1,1,1,1,1,1,1,1 -2016-12-31,22499,2368,933,1637,999,357,16,1,255,10,24,83,98,26,24,48,0,9,12,5,17,8,8,19,12,16,1,17,7,6,3,4,4,0,9,6,4,1,7,6,9,9,4,1,3,5,2,2,1,1,0,1,1,0,1,0,1,0,0,1,1,0,1,0,0,0 -2017-01-01,13920,84,0,972,0,308,752,0,94,139,62,0,1,25,4,47,0,9,12,26,1,8,8,9,7,0,0,11,7,14,9,8,0,0,7,1,0,1,2,0,0,9,0,0,0,1,0,1,2,1,0,0,0,0,1,0,0,0,1,1,1,0,0,0,0,0 +Day,"[Honey-buzzard] Number of Jobs Running","[Bunting, Reed] Number of Jobs Running","[Grey, Great] Number of Jobs Running","[Moorhen] Number of Jobs Running","[Grey, Lesser] Number of Jobs Running","[Dove, Turtle] Number of Jobs Running","[Plover, Caspian] Number of Jobs Running","[Thrush, Swainson's] Number of Jobs Running","[Lapwing] Number of Jobs Running","[Dunlin] Number of Jobs Running","[Grey, Southern] Number of Jobs Running","[Crane, Sandhill] Number of Jobs Running","[Thrush, Grey-cheeked] Number of Jobs Running","[Warbler, Golden-winged] Number of Jobs Running","[Sandpiper, Spotted] Number of Jobs Running","[Warbler, Garden] Number of Jobs Running","[Grebe, Pied-billed] Number of Jobs Running","[Warbler, Sardinian] Number of Jobs Running","[Martin, Purple] Number of Jobs Running","[Oriole, Baltimore] Number of Jobs Running","[Sparrow, Savannah] Number of Jobs Running","[Coot] Number of Jobs Running","[Egret, Cattle] Number of Jobs Running","[Pipit, Meadow] Number of Jobs Running","[Treecreeper, Short-toed] Number of Jobs Running","[Warbler, Hooded] Number of Jobs Running","[Harrier, Hen] Number of Jobs Running","[Sapsucker, Yellow-bellied] Number of Jobs Running","[Crane] Number of Jobs Running","[Shearwater, Cory's] Number of Jobs Running","[Shrike, Long-tailed] Number of Jobs Running","[Swift, Alpine] Number of Jobs Running","[Warbler, Booted] Number of Jobs Running","[Martin, Crag] Number of Jobs Running","[Whimbrel] Number of Jobs Running","[Shag] Number of Jobs Running","[Stint, Little] Number of Jobs Running","[Thrush, Mistle] Number of Jobs Running","[Auk, Little] Number of Jobs Running","[Bunting, Black-headed] Number of Jobs Running","[Scaup, Lesser] Number of Jobs Running","[Sparrow, White-throated] Number of Jobs Running","[Goose, Egyptian] Number of Jobs Running","[Smew] Number of Jobs Running","[Bunting, Yellow-breasted] Number of Jobs Running","[Ovenbird] Number of Jobs Running","[Jackdaw] Number of Jobs Running","[Roller] Number of Jobs Running","[Fieldfare] Number of Jobs Running","[Peregrine] Number of Jobs Running","[Plover, White-tailed] Number of Jobs Running","[Warbler, Dusky] Number of Jobs Running","[Bunting, Yellow-browed] Number of Jobs Running","[Grosbeak, Evening] Number of Jobs Running","[Redpoll, Lesser] Number of Jobs Running","[Scoter, Velvet] Number of Jobs Running","[Siskin] Number of Jobs Running","[Tern, Sandwich] Number of Jobs Running","[Warbler, Yellow-browed] Number of Jobs Running","[Chaffinch] Number of Jobs Running","[Duck, Ferruginous] Number of Jobs Running","[Duck, Harlequin] Number of Jobs Running","[Gallinule, Allen's] Number of Jobs Running","[Gull, Ring-billed] Number of Jobs Running","[Ibis, Glossy] Number of Jobs Running","[Partridge, Red-legged] Number of Jobs Running","[Warbler, Moltoni's] Number of Jobs Running" +2016-12-22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 +2016-12-24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 +2016-12-25,0,2,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 +2016-12-26,0,2,0,0,0,2,0,0,0,0,0,0,0,0,0,5,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 +2016-12-27,1,12,0,0,0,2,0,0,0,0,0,2,0,0,0,5,0,0,0,1,0,0,0,3,5,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,1,1,1,0,1,0,0,0,0,0,0,1 +2016-12-28,1,13,0,190,0,2,0,0,147,0,0,11,0,0,0,16,0,3,0,1,0,0,0,15,10,5,0,0,0,0,0,0,1,0,0,2,0,9,0,0,9,0,0,0,1,4,0,0,0,0,3,0,0,0,0,1,2,1,0,1,0,0,0,0,1,0,1 +2016-12-29,249,25,0,960,0,19,0,13,235,0,0,24,1,0,10,20,50,7,0,1,0,0,0,22,12,10,5,7,3,6,1,0,1,0,0,3,0,9,1,0,9,0,4,7,5,4,0,0,0,1,3,0,1,1,1,1,2,2,1,1,1,0,0,0,1,0,1 +2016-12-30,19298,3466,1698,1635,719,349,0,713,252,90,68,94,4,20,60,20,50,35,12,1,8,8,8,22,18,16,20,15,8,8,4,4,15,14,1,9,7,11,1,4,9,0,8,7,6,4,4,3,1,3,3,3,2,2,1,2,2,2,1,1,1,1,1,1,1,1,1 +2016-12-31,22499,2368,933,1637,999,357,16,1,255,10,24,83,98,26,24,48,0,9,12,5,17,8,8,19,12,16,1,17,7,6,3,4,4,0,9,6,4,1,7,6,9,9,4,1,3,5,2,2,1,1,0,1,1,0,1,0,1,0,0,1,1,0,0,1,0,0,0 +2017-01-01,13920,84,0,972,0,308,752,0,94,139,62,0,1,25,4,47,0,9,12,26,1,8,8,9,7,0,0,11,7,14,9,8,0,0,7,1,0,1,2,0,0,9,0,0,0,1,0,1,2,1,0,0,0,0,1,0,0,0,1,1,1,0,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/running_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/running_job_count/timeseries-Month-reference.csv index 9951882fdd..e7e70f5aab 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/running_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/running_job_count/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[Honey-buzzard] Number of Jobs Running","[Bunting, Reed] Number of Jobs Running","[Grey, Great] Number of Jobs Running","[Moorhen] Number of Jobs Running","[Grey, Lesser] Number of Jobs Running","[Dove, Turtle] Number of Jobs Running","[Plover, Caspian] Number of Jobs Running","[Thrush, Swainson's] Number of Jobs Running","[Lapwing] Number of Jobs Running","[Dunlin] Number of Jobs Running","[Grey, Southern] Number of Jobs Running","[Crane, Sandhill] Number of Jobs Running","[Thrush, Grey-cheeked] Number of Jobs Running","[Warbler, Golden-winged] Number of Jobs Running","[Sandpiper, Spotted] Number of Jobs Running","[Warbler, Garden] Number of Jobs Running","[Grebe, Pied-billed] Number of Jobs Running","[Warbler, Sardinian] Number of Jobs Running","[Martin, Purple] Number of Jobs Running","[Oriole, Baltimore] Number of Jobs Running","[Sparrow, Savannah] Number of Jobs Running","[Coot] Number of Jobs Running","[Egret, Cattle] Number of Jobs Running","[Pipit, Meadow] Number of Jobs Running","[Treecreeper, Short-toed] Number of Jobs Running","[Warbler, Hooded] Number of Jobs Running","[Harrier, Hen] Number of Jobs Running","[Sapsucker, Yellow-bellied] Number of Jobs Running","[Crane] Number of Jobs Running","[Shearwater, Cory's] Number of Jobs Running","[Shrike, Long-tailed] Number of Jobs Running","[Swift, Alpine] Number of Jobs Running","[Warbler, Booted] Number of Jobs Running","[Martin, Crag] Number of Jobs Running","[Whimbrel] Number of Jobs Running","[Shag] Number of Jobs Running","[Stint, Little] Number of Jobs Running","[Thrush, Mistle] Number of Jobs Running","[Auk, Little] Number of Jobs Running","[Bunting, Black-headed] Number of Jobs Running","[Scaup, Lesser] Number of Jobs Running","[Sparrow, White-throated] Number of Jobs Running","[Goose, Egyptian] Number of Jobs Running","[Smew] Number of Jobs Running","[Bunting, Yellow-breasted] Number of Jobs Running","[Ovenbird] Number of Jobs Running","[Jackdaw] Number of Jobs Running","[Roller] Number of Jobs Running","[Fieldfare] Number of Jobs Running","[Peregrine] Number of Jobs Running","[Plover, White-tailed] Number of Jobs Running","[Warbler, Dusky] Number of Jobs Running","[Bunting, Yellow-browed] Number of Jobs Running","[Grosbeak, Evening] Number of Jobs Running","[Redpoll, Lesser] Number of Jobs Running","[Scoter, Velvet] Number of Jobs Running","[Siskin] Number of Jobs Running","[Tern, Sandwich] Number of Jobs Running","[Warbler, Yellow-browed] Number of Jobs Running","[Chaffinch] Number of Jobs Running","[Duck, Ferruginous] Number of Jobs Running","[Gallinule, Allen's] Number of Jobs Running","[Gull, Ring-billed] Number of Jobs Running","[Ibis, Glossy] Number of Jobs Running","[Partridge, Red-legged] Number of Jobs Running","[Warbler, Moltoni's] Number of Jobs Running" -2016-12,41542,5825,2631,2425,1000,690,16,713,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,12,8,7,8,15,14,9,11,11,11,8,10,9,9,8,7,6,5,4,3,2,3,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1 -2017-01,13920,84,0,972,0,308,752,0,94,139,62,0,1,25,4,47,0,9,12,26,1,8,8,9,7,0,0,11,7,14,9,8,0,0,7,1,0,1,2,0,0,9,0,0,0,1,0,1,2,1,0,0,0,0,1,0,0,0,1,1,1,0,0,0,0,0 +Month,"[Honey-buzzard] Number of Jobs Running","[Bunting, Reed] Number of Jobs Running","[Grey, Great] Number of Jobs Running","[Moorhen] Number of Jobs Running","[Grey, Lesser] Number of Jobs Running","[Dove, Turtle] Number of Jobs Running","[Plover, Caspian] Number of Jobs Running","[Thrush, Swainson's] Number of Jobs Running","[Lapwing] Number of Jobs Running","[Dunlin] Number of Jobs Running","[Grey, Southern] Number of Jobs Running","[Crane, Sandhill] Number of Jobs Running","[Thrush, Grey-cheeked] Number of Jobs Running","[Warbler, Golden-winged] Number of Jobs Running","[Sandpiper, Spotted] Number of Jobs Running","[Warbler, Garden] Number of Jobs Running","[Grebe, Pied-billed] Number of Jobs Running","[Warbler, Sardinian] Number of Jobs Running","[Martin, Purple] Number of Jobs Running","[Oriole, Baltimore] Number of Jobs Running","[Sparrow, Savannah] Number of Jobs Running","[Coot] Number of Jobs Running","[Egret, Cattle] Number of Jobs Running","[Pipit, Meadow] Number of Jobs Running","[Treecreeper, Short-toed] Number of Jobs Running","[Warbler, Hooded] Number of Jobs Running","[Harrier, Hen] Number of Jobs Running","[Sapsucker, Yellow-bellied] Number of Jobs Running","[Crane] Number of Jobs Running","[Shearwater, Cory's] Number of Jobs Running","[Shrike, Long-tailed] Number of Jobs Running","[Swift, Alpine] Number of Jobs Running","[Warbler, Booted] Number of Jobs Running","[Martin, Crag] Number of Jobs Running","[Whimbrel] Number of Jobs Running","[Shag] Number of Jobs Running","[Stint, Little] Number of Jobs Running","[Thrush, Mistle] Number of Jobs Running","[Auk, Little] Number of Jobs Running","[Bunting, Black-headed] Number of Jobs Running","[Scaup, Lesser] Number of Jobs Running","[Sparrow, White-throated] Number of Jobs Running","[Goose, Egyptian] Number of Jobs Running","[Smew] Number of Jobs Running","[Bunting, Yellow-breasted] Number of Jobs Running","[Ovenbird] Number of Jobs Running","[Jackdaw] Number of Jobs Running","[Roller] Number of Jobs Running","[Fieldfare] Number of Jobs Running","[Peregrine] Number of Jobs Running","[Plover, White-tailed] Number of Jobs Running","[Warbler, Dusky] Number of Jobs Running","[Bunting, Yellow-browed] Number of Jobs Running","[Grosbeak, Evening] Number of Jobs Running","[Redpoll, Lesser] Number of Jobs Running","[Scoter, Velvet] Number of Jobs Running","[Siskin] Number of Jobs Running","[Tern, Sandwich] Number of Jobs Running","[Warbler, Yellow-browed] Number of Jobs Running","[Chaffinch] Number of Jobs Running","[Duck, Ferruginous] Number of Jobs Running","[Duck, Harlequin] Number of Jobs Running","[Gallinule, Allen's] Number of Jobs Running","[Gull, Ring-billed] Number of Jobs Running","[Ibis, Glossy] Number of Jobs Running","[Partridge, Red-legged] Number of Jobs Running","[Warbler, Moltoni's] Number of Jobs Running" +2016-12,41542,5825,2631,2425,1000,690,16,713,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,12,8,7,8,15,14,9,11,11,11,8,10,9,9,8,7,6,5,4,3,2,3,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1 +2017-01,13920,84,0,972,0,308,752,0,94,139,62,0,1,25,4,47,0,9,12,26,1,8,8,9,7,0,0,11,7,14,9,8,0,0,7,1,0,1,2,0,0,9,0,0,0,1,0,1,2,1,0,0,0,0,1,0,0,0,1,1,1,0,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/running_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/running_job_count/timeseries-Quarter-reference.csv index 1f59300528..1a9e0f6201 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/running_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/running_job_count/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[Honey-buzzard] Number of Jobs Running","[Bunting, Reed] Number of Jobs Running","[Grey, Great] Number of Jobs Running","[Moorhen] Number of Jobs Running","[Grey, Lesser] Number of Jobs Running","[Dove, Turtle] Number of Jobs Running","[Plover, Caspian] Number of Jobs Running","[Thrush, Swainson's] Number of Jobs Running","[Lapwing] Number of Jobs Running","[Dunlin] Number of Jobs Running","[Grey, Southern] Number of Jobs Running","[Crane, Sandhill] Number of Jobs Running","[Thrush, Grey-cheeked] Number of Jobs Running","[Warbler, Golden-winged] Number of Jobs Running","[Sandpiper, Spotted] Number of Jobs Running","[Warbler, Garden] Number of Jobs Running","[Grebe, Pied-billed] Number of Jobs Running","[Warbler, Sardinian] Number of Jobs Running","[Martin, Purple] Number of Jobs Running","[Oriole, Baltimore] Number of Jobs Running","[Sparrow, Savannah] Number of Jobs Running","[Coot] Number of Jobs Running","[Egret, Cattle] Number of Jobs Running","[Pipit, Meadow] Number of Jobs Running","[Treecreeper, Short-toed] Number of Jobs Running","[Warbler, Hooded] Number of Jobs Running","[Harrier, Hen] Number of Jobs Running","[Sapsucker, Yellow-bellied] Number of Jobs Running","[Crane] Number of Jobs Running","[Shearwater, Cory's] Number of Jobs Running","[Shrike, Long-tailed] Number of Jobs Running","[Swift, Alpine] Number of Jobs Running","[Warbler, Booted] Number of Jobs Running","[Martin, Crag] Number of Jobs Running","[Whimbrel] Number of Jobs Running","[Shag] Number of Jobs Running","[Stint, Little] Number of Jobs Running","[Thrush, Mistle] Number of Jobs Running","[Auk, Little] Number of Jobs Running","[Bunting, Black-headed] Number of Jobs Running","[Scaup, Lesser] Number of Jobs Running","[Sparrow, White-throated] Number of Jobs Running","[Goose, Egyptian] Number of Jobs Running","[Smew] Number of Jobs Running","[Bunting, Yellow-breasted] Number of Jobs Running","[Ovenbird] Number of Jobs Running","[Jackdaw] Number of Jobs Running","[Roller] Number of Jobs Running","[Fieldfare] Number of Jobs Running","[Peregrine] Number of Jobs Running","[Plover, White-tailed] Number of Jobs Running","[Warbler, Dusky] Number of Jobs Running","[Bunting, Yellow-browed] Number of Jobs Running","[Grosbeak, Evening] Number of Jobs Running","[Redpoll, Lesser] Number of Jobs Running","[Scoter, Velvet] Number of Jobs Running","[Siskin] Number of Jobs Running","[Tern, Sandwich] Number of Jobs Running","[Warbler, Yellow-browed] Number of Jobs Running","[Chaffinch] Number of Jobs Running","[Duck, Ferruginous] Number of Jobs Running","[Gallinule, Allen's] Number of Jobs Running","[Gull, Ring-billed] Number of Jobs Running","[Ibis, Glossy] Number of Jobs Running","[Partridge, Red-legged] Number of Jobs Running","[Warbler, Moltoni's] Number of Jobs Running" -"2016 Q4",41542,5825,2631,2425,1000,690,16,713,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,12,8,7,8,15,14,9,11,11,11,8,10,9,9,8,7,6,5,4,3,2,3,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1 -"2017 Q1",13920,84,0,972,0,308,752,0,94,139,62,0,1,25,4,47,0,9,12,26,1,8,8,9,7,0,0,11,7,14,9,8,0,0,7,1,0,1,2,0,0,9,0,0,0,1,0,1,2,1,0,0,0,0,1,0,0,0,1,1,1,0,0,0,0,0 +Quarter,"[Honey-buzzard] Number of Jobs Running","[Bunting, Reed] Number of Jobs Running","[Grey, Great] Number of Jobs Running","[Moorhen] Number of Jobs Running","[Grey, Lesser] Number of Jobs Running","[Dove, Turtle] Number of Jobs Running","[Plover, Caspian] Number of Jobs Running","[Thrush, Swainson's] Number of Jobs Running","[Lapwing] Number of Jobs Running","[Dunlin] Number of Jobs Running","[Grey, Southern] Number of Jobs Running","[Crane, Sandhill] Number of Jobs Running","[Thrush, Grey-cheeked] Number of Jobs Running","[Warbler, Golden-winged] Number of Jobs Running","[Sandpiper, Spotted] Number of Jobs Running","[Warbler, Garden] Number of Jobs Running","[Grebe, Pied-billed] Number of Jobs Running","[Warbler, Sardinian] Number of Jobs Running","[Martin, Purple] Number of Jobs Running","[Oriole, Baltimore] Number of Jobs Running","[Sparrow, Savannah] Number of Jobs Running","[Coot] Number of Jobs Running","[Egret, Cattle] Number of Jobs Running","[Pipit, Meadow] Number of Jobs Running","[Treecreeper, Short-toed] Number of Jobs Running","[Warbler, Hooded] Number of Jobs Running","[Harrier, Hen] Number of Jobs Running","[Sapsucker, Yellow-bellied] Number of Jobs Running","[Crane] Number of Jobs Running","[Shearwater, Cory's] Number of Jobs Running","[Shrike, Long-tailed] Number of Jobs Running","[Swift, Alpine] Number of Jobs Running","[Warbler, Booted] Number of Jobs Running","[Martin, Crag] Number of Jobs Running","[Whimbrel] Number of Jobs Running","[Shag] Number of Jobs Running","[Stint, Little] Number of Jobs Running","[Thrush, Mistle] Number of Jobs Running","[Auk, Little] Number of Jobs Running","[Bunting, Black-headed] Number of Jobs Running","[Scaup, Lesser] Number of Jobs Running","[Sparrow, White-throated] Number of Jobs Running","[Goose, Egyptian] Number of Jobs Running","[Smew] Number of Jobs Running","[Bunting, Yellow-breasted] Number of Jobs Running","[Ovenbird] Number of Jobs Running","[Jackdaw] Number of Jobs Running","[Roller] Number of Jobs Running","[Fieldfare] Number of Jobs Running","[Peregrine] Number of Jobs Running","[Plover, White-tailed] Number of Jobs Running","[Warbler, Dusky] Number of Jobs Running","[Bunting, Yellow-browed] Number of Jobs Running","[Grosbeak, Evening] Number of Jobs Running","[Redpoll, Lesser] Number of Jobs Running","[Scoter, Velvet] Number of Jobs Running","[Siskin] Number of Jobs Running","[Tern, Sandwich] Number of Jobs Running","[Warbler, Yellow-browed] Number of Jobs Running","[Chaffinch] Number of Jobs Running","[Duck, Ferruginous] Number of Jobs Running","[Duck, Harlequin] Number of Jobs Running","[Gallinule, Allen's] Number of Jobs Running","[Gull, Ring-billed] Number of Jobs Running","[Ibis, Glossy] Number of Jobs Running","[Partridge, Red-legged] Number of Jobs Running","[Warbler, Moltoni's] Number of Jobs Running" +"2016 Q4",41542,5825,2631,2425,1000,690,16,713,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,12,8,7,8,15,14,9,11,11,11,8,10,9,9,8,7,6,5,4,3,2,3,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1 +"2017 Q1",13920,84,0,972,0,308,752,0,94,139,62,0,1,25,4,47,0,9,12,26,1,8,8,9,7,0,0,11,7,14,9,8,0,0,7,1,0,1,2,0,0,9,0,0,0,1,0,1,2,1,0,0,0,0,1,0,0,0,1,1,1,0,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/running_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/running_job_count/timeseries-Year-reference.csv index c5d2da1ea3..bbefed13a3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/running_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/running_job_count/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[Honey-buzzard] Number of Jobs Running","[Bunting, Reed] Number of Jobs Running","[Grey, Great] Number of Jobs Running","[Moorhen] Number of Jobs Running","[Grey, Lesser] Number of Jobs Running","[Dove, Turtle] Number of Jobs Running","[Plover, Caspian] Number of Jobs Running","[Thrush, Swainson's] Number of Jobs Running","[Lapwing] Number of Jobs Running","[Dunlin] Number of Jobs Running","[Grey, Southern] Number of Jobs Running","[Crane, Sandhill] Number of Jobs Running","[Thrush, Grey-cheeked] Number of Jobs Running","[Warbler, Golden-winged] Number of Jobs Running","[Sandpiper, Spotted] Number of Jobs Running","[Warbler, Garden] Number of Jobs Running","[Grebe, Pied-billed] Number of Jobs Running","[Warbler, Sardinian] Number of Jobs Running","[Martin, Purple] Number of Jobs Running","[Oriole, Baltimore] Number of Jobs Running","[Sparrow, Savannah] Number of Jobs Running","[Coot] Number of Jobs Running","[Egret, Cattle] Number of Jobs Running","[Pipit, Meadow] Number of Jobs Running","[Treecreeper, Short-toed] Number of Jobs Running","[Warbler, Hooded] Number of Jobs Running","[Harrier, Hen] Number of Jobs Running","[Sapsucker, Yellow-bellied] Number of Jobs Running","[Crane] Number of Jobs Running","[Shearwater, Cory's] Number of Jobs Running","[Shrike, Long-tailed] Number of Jobs Running","[Swift, Alpine] Number of Jobs Running","[Warbler, Booted] Number of Jobs Running","[Martin, Crag] Number of Jobs Running","[Whimbrel] Number of Jobs Running","[Shag] Number of Jobs Running","[Stint, Little] Number of Jobs Running","[Thrush, Mistle] Number of Jobs Running","[Auk, Little] Number of Jobs Running","[Bunting, Black-headed] Number of Jobs Running","[Scaup, Lesser] Number of Jobs Running","[Sparrow, White-throated] Number of Jobs Running","[Goose, Egyptian] Number of Jobs Running","[Smew] Number of Jobs Running","[Bunting, Yellow-breasted] Number of Jobs Running","[Ovenbird] Number of Jobs Running","[Jackdaw] Number of Jobs Running","[Roller] Number of Jobs Running","[Fieldfare] Number of Jobs Running","[Peregrine] Number of Jobs Running","[Plover, White-tailed] Number of Jobs Running","[Warbler, Dusky] Number of Jobs Running","[Bunting, Yellow-browed] Number of Jobs Running","[Grosbeak, Evening] Number of Jobs Running","[Redpoll, Lesser] Number of Jobs Running","[Scoter, Velvet] Number of Jobs Running","[Siskin] Number of Jobs Running","[Tern, Sandwich] Number of Jobs Running","[Warbler, Yellow-browed] Number of Jobs Running","[Chaffinch] Number of Jobs Running","[Duck, Ferruginous] Number of Jobs Running","[Gallinule, Allen's] Number of Jobs Running","[Gull, Ring-billed] Number of Jobs Running","[Ibis, Glossy] Number of Jobs Running","[Partridge, Red-legged] Number of Jobs Running","[Warbler, Moltoni's] Number of Jobs Running" -2016,41542,5825,2631,2425,1000,690,16,713,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,12,8,7,8,15,14,9,11,11,11,8,10,9,9,8,7,6,5,4,3,2,3,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1 -2017,13920,84,0,972,0,308,752,0,94,139,62,0,1,25,4,47,0,9,12,26,1,8,8,9,7,0,0,11,7,14,9,8,0,0,7,1,0,1,2,0,0,9,0,0,0,1,0,1,2,1,0,0,0,0,1,0,0,0,1,1,1,0,0,0,0,0 +Year,"[Honey-buzzard] Number of Jobs Running","[Bunting, Reed] Number of Jobs Running","[Grey, Great] Number of Jobs Running","[Moorhen] Number of Jobs Running","[Grey, Lesser] Number of Jobs Running","[Dove, Turtle] Number of Jobs Running","[Plover, Caspian] Number of Jobs Running","[Thrush, Swainson's] Number of Jobs Running","[Lapwing] Number of Jobs Running","[Dunlin] Number of Jobs Running","[Grey, Southern] Number of Jobs Running","[Crane, Sandhill] Number of Jobs Running","[Thrush, Grey-cheeked] Number of Jobs Running","[Warbler, Golden-winged] Number of Jobs Running","[Sandpiper, Spotted] Number of Jobs Running","[Warbler, Garden] Number of Jobs Running","[Grebe, Pied-billed] Number of Jobs Running","[Warbler, Sardinian] Number of Jobs Running","[Martin, Purple] Number of Jobs Running","[Oriole, Baltimore] Number of Jobs Running","[Sparrow, Savannah] Number of Jobs Running","[Coot] Number of Jobs Running","[Egret, Cattle] Number of Jobs Running","[Pipit, Meadow] Number of Jobs Running","[Treecreeper, Short-toed] Number of Jobs Running","[Warbler, Hooded] Number of Jobs Running","[Harrier, Hen] Number of Jobs Running","[Sapsucker, Yellow-bellied] Number of Jobs Running","[Crane] Number of Jobs Running","[Shearwater, Cory's] Number of Jobs Running","[Shrike, Long-tailed] Number of Jobs Running","[Swift, Alpine] Number of Jobs Running","[Warbler, Booted] Number of Jobs Running","[Martin, Crag] Number of Jobs Running","[Whimbrel] Number of Jobs Running","[Shag] Number of Jobs Running","[Stint, Little] Number of Jobs Running","[Thrush, Mistle] Number of Jobs Running","[Auk, Little] Number of Jobs Running","[Bunting, Black-headed] Number of Jobs Running","[Scaup, Lesser] Number of Jobs Running","[Sparrow, White-throated] Number of Jobs Running","[Goose, Egyptian] Number of Jobs Running","[Smew] Number of Jobs Running","[Bunting, Yellow-breasted] Number of Jobs Running","[Ovenbird] Number of Jobs Running","[Jackdaw] Number of Jobs Running","[Roller] Number of Jobs Running","[Fieldfare] Number of Jobs Running","[Peregrine] Number of Jobs Running","[Plover, White-tailed] Number of Jobs Running","[Warbler, Dusky] Number of Jobs Running","[Bunting, Yellow-browed] Number of Jobs Running","[Grosbeak, Evening] Number of Jobs Running","[Redpoll, Lesser] Number of Jobs Running","[Scoter, Velvet] Number of Jobs Running","[Siskin] Number of Jobs Running","[Tern, Sandwich] Number of Jobs Running","[Warbler, Yellow-browed] Number of Jobs Running","[Chaffinch] Number of Jobs Running","[Duck, Ferruginous] Number of Jobs Running","[Duck, Harlequin] Number of Jobs Running","[Gallinule, Allen's] Number of Jobs Running","[Gull, Ring-billed] Number of Jobs Running","[Ibis, Glossy] Number of Jobs Running","[Partridge, Red-legged] Number of Jobs Running","[Warbler, Moltoni's] Number of Jobs Running" +2016,41542,5825,2631,2425,1000,690,16,713,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,12,8,7,8,15,14,9,11,11,11,8,10,9,9,8,7,6,5,4,3,2,3,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1 +2017,13920,84,0,972,0,308,752,0,94,139,62,0,1,25,4,47,0,9,12,26,1,8,8,9,7,0,0,11,7,14,9,8,0,0,7,1,0,1,2,0,0,9,0,0,0,1,0,1,2,1,0,0,0,0,1,0,0,0,1,1,1,0,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/started_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/started_job_count/aggregate-Day-reference.csv index 9479d9ae94..5c6ed04b0f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/started_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/started_job_count/aggregate-Day-reference.csv @@ -67,6 +67,7 @@ Siskin,2 "Warbler, Yellow-browed",2 Chaffinch,1 "Duck, Ferruginous",1 +"Duck, Harlequin",1 "Gallinule, Allen's",1 "Gull, Ring-billed",1 "Ibis, Glossy",1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/started_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/started_job_count/aggregate-Month-reference.csv index 9479d9ae94..5c6ed04b0f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/started_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/started_job_count/aggregate-Month-reference.csv @@ -67,6 +67,7 @@ Siskin,2 "Warbler, Yellow-browed",2 Chaffinch,1 "Duck, Ferruginous",1 +"Duck, Harlequin",1 "Gallinule, Allen's",1 "Gull, Ring-billed",1 "Ibis, Glossy",1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/started_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/started_job_count/aggregate-Quarter-reference.csv index 9479d9ae94..5c6ed04b0f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/started_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/started_job_count/aggregate-Quarter-reference.csv @@ -67,6 +67,7 @@ Siskin,2 "Warbler, Yellow-browed",2 Chaffinch,1 "Duck, Ferruginous",1 +"Duck, Harlequin",1 "Gallinule, Allen's",1 "Gull, Ring-billed",1 "Ibis, Glossy",1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/started_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/started_job_count/aggregate-Year-reference.csv index 9479d9ae94..5c6ed04b0f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/started_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/started_job_count/aggregate-Year-reference.csv @@ -67,6 +67,7 @@ Siskin,2 "Warbler, Yellow-browed",2 Chaffinch,1 "Duck, Ferruginous",1 +"Duck, Harlequin",1 "Gallinule, Allen's",1 "Gull, Ring-billed",1 "Ibis, Glossy",1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/started_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/started_job_count/timeseries-Day-reference.csv index 09503ecc08..40465fefa5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/started_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/started_job_count/timeseries-Day-reference.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[Honey-buzzard] Number of Jobs Started","[Bunting, Reed] Number of Jobs Started","[Grey, Great] Number of Jobs Started","[Moorhen] Number of Jobs Started","[Grey, Lesser] Number of Jobs Started","[Dove, Turtle] Number of Jobs Started","[Plover, Caspian] Number of Jobs Started","[Thrush, Swainson's] Number of Jobs Started","[Lapwing] Number of Jobs Started","[Dunlin] Number of Jobs Started","[Grey, Southern] Number of Jobs Started","[Crane, Sandhill] Number of Jobs Started","[Thrush, Grey-cheeked] Number of Jobs Started","[Warbler, Golden-winged] Number of Jobs Started","[Sandpiper, Spotted] Number of Jobs Started","[Warbler, Garden] Number of Jobs Started","[Grebe, Pied-billed] Number of Jobs Started","[Warbler, Sardinian] Number of Jobs Started","[Martin, Purple] Number of Jobs Started","[Oriole, Baltimore] Number of Jobs Started","[Sparrow, Savannah] Number of Jobs Started","[Coot] Number of Jobs Started","[Egret, Cattle] Number of Jobs Started","[Pipit, Meadow] Number of Jobs Started","[Treecreeper, Short-toed] Number of Jobs Started","[Warbler, Hooded] Number of Jobs Started","[Harrier, Hen] Number of Jobs Started","[Sapsucker, Yellow-bellied] Number of Jobs Started","[Crane] Number of Jobs Started","[Shearwater, Cory's] Number of Jobs Started","[Shrike, Long-tailed] Number of Jobs Started","[Swift, Alpine] Number of Jobs Started","[Warbler, Booted] Number of Jobs Started","[Martin, Crag] Number of Jobs Started","[Whimbrel] Number of Jobs Started","[Shag] Number of Jobs Started","[Stint, Little] Number of Jobs Started","[Thrush, Mistle] Number of Jobs Started","[Auk, Little] Number of Jobs Started","[Bunting, Black-headed] Number of Jobs Started","[Scaup, Lesser] Number of Jobs Started","[Sparrow, White-throated] Number of Jobs Started","[Goose, Egyptian] Number of Jobs Started","[Smew] Number of Jobs Started","[Bunting, Yellow-breasted] Number of Jobs Started","[Ovenbird] Number of Jobs Started","[Jackdaw] Number of Jobs Started","[Roller] Number of Jobs Started","[Fieldfare] Number of Jobs Started","[Peregrine] Number of Jobs Started","[Plover, White-tailed] Number of Jobs Started","[Warbler, Dusky] Number of Jobs Started","[Bunting, Yellow-browed] Number of Jobs Started","[Grosbeak, Evening] Number of Jobs Started","[Redpoll, Lesser] Number of Jobs Started","[Scoter, Velvet] Number of Jobs Started","[Siskin] Number of Jobs Started","[Tern, Sandwich] Number of Jobs Started","[Warbler, Yellow-browed] Number of Jobs Started","[Chaffinch] Number of Jobs Started","[Duck, Ferruginous] Number of Jobs Started","[Gallinule, Allen's] Number of Jobs Started","[Gull, Ring-billed] Number of Jobs Started","[Ibis, Glossy] Number of Jobs Started","[Partridge, Red-legged] Number of Jobs Started","[Warbler, Moltoni's] Number of Jobs Started" -2016-12-22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-25,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-27,1,10,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,3,5,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,1,1,0,0,1,0,0,0,0,0,1 -2016-12-28,0,1,0,190,0,0,0,0,147,0,0,9,0,0,0,11,0,3,0,0,0,0,0,12,5,5,0,0,0,0,0,0,0,0,0,2,0,9,0,0,9,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0 -2016-12-29,248,12,0,770,0,17,0,13,88,0,0,13,1,0,10,4,50,4,0,0,0,0,0,7,2,5,5,7,3,6,1,0,0,0,0,1,0,0,1,0,0,0,4,7,4,0,0,0,0,1,0,0,1,1,1,0,0,1,1,0,1,0,0,0,0,0 -2016-12-30,19049,3441,1698,675,719,330,0,700,17,90,68,70,3,20,50,0,0,28,12,0,8,8,8,0,6,6,15,8,5,2,3,4,14,14,1,6,7,2,0,4,0,0,4,0,1,0,4,3,1,2,0,3,1,1,0,1,0,0,0,0,0,1,1,0,1,0 -2016-12-31,22244,2359,933,790,281,341,16,0,37,10,24,50,97,26,0,33,0,2,12,4,17,8,8,0,4,5,0,3,4,0,3,4,0,0,8,2,4,0,7,6,0,9,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0 -2017-01-01,13441,81,0,204,0,292,740,0,19,139,62,0,0,23,0,0,0,8,12,25,1,8,8,2,0,0,0,0,4,8,9,8,0,0,5,0,0,0,2,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 +Day,"[Honey-buzzard] Number of Jobs Started","[Bunting, Reed] Number of Jobs Started","[Grey, Great] Number of Jobs Started","[Moorhen] Number of Jobs Started","[Grey, Lesser] Number of Jobs Started","[Dove, Turtle] Number of Jobs Started","[Plover, Caspian] Number of Jobs Started","[Thrush, Swainson's] Number of Jobs Started","[Lapwing] Number of Jobs Started","[Dunlin] Number of Jobs Started","[Grey, Southern] Number of Jobs Started","[Crane, Sandhill] Number of Jobs Started","[Thrush, Grey-cheeked] Number of Jobs Started","[Warbler, Golden-winged] Number of Jobs Started","[Sandpiper, Spotted] Number of Jobs Started","[Warbler, Garden] Number of Jobs Started","[Grebe, Pied-billed] Number of Jobs Started","[Warbler, Sardinian] Number of Jobs Started","[Martin, Purple] Number of Jobs Started","[Oriole, Baltimore] Number of Jobs Started","[Sparrow, Savannah] Number of Jobs Started","[Coot] Number of Jobs Started","[Egret, Cattle] Number of Jobs Started","[Pipit, Meadow] Number of Jobs Started","[Treecreeper, Short-toed] Number of Jobs Started","[Warbler, Hooded] Number of Jobs Started","[Harrier, Hen] Number of Jobs Started","[Sapsucker, Yellow-bellied] Number of Jobs Started","[Crane] Number of Jobs Started","[Shearwater, Cory's] Number of Jobs Started","[Shrike, Long-tailed] Number of Jobs Started","[Swift, Alpine] Number of Jobs Started","[Warbler, Booted] Number of Jobs Started","[Martin, Crag] Number of Jobs Started","[Whimbrel] Number of Jobs Started","[Shag] Number of Jobs Started","[Stint, Little] Number of Jobs Started","[Thrush, Mistle] Number of Jobs Started","[Auk, Little] Number of Jobs Started","[Bunting, Black-headed] Number of Jobs Started","[Scaup, Lesser] Number of Jobs Started","[Sparrow, White-throated] Number of Jobs Started","[Goose, Egyptian] Number of Jobs Started","[Smew] Number of Jobs Started","[Bunting, Yellow-breasted] Number of Jobs Started","[Ovenbird] Number of Jobs Started","[Jackdaw] Number of Jobs Started","[Roller] Number of Jobs Started","[Fieldfare] Number of Jobs Started","[Peregrine] Number of Jobs Started","[Plover, White-tailed] Number of Jobs Started","[Warbler, Dusky] Number of Jobs Started","[Bunting, Yellow-browed] Number of Jobs Started","[Grosbeak, Evening] Number of Jobs Started","[Redpoll, Lesser] Number of Jobs Started","[Scoter, Velvet] Number of Jobs Started","[Siskin] Number of Jobs Started","[Tern, Sandwich] Number of Jobs Started","[Warbler, Yellow-browed] Number of Jobs Started","[Chaffinch] Number of Jobs Started","[Duck, Ferruginous] Number of Jobs Started","[Duck, Harlequin] Number of Jobs Started","[Gallinule, Allen's] Number of Jobs Started","[Gull, Ring-billed] Number of Jobs Started","[Ibis, Glossy] Number of Jobs Started","[Partridge, Red-legged] Number of Jobs Started","[Warbler, Moltoni's] Number of Jobs Started" +2016-12-22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-25,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-27,1,10,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,3,5,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,1,1,0,0,1,0,0,0,0,0,0,1 +2016-12-28,0,1,0,190,0,0,0,0,147,0,0,9,0,0,0,11,0,3,0,0,0,0,0,12,5,5,0,0,0,0,0,0,0,0,0,2,0,9,0,0,9,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0 +2016-12-29,248,12,0,770,0,17,0,13,88,0,0,13,1,0,10,4,50,4,0,0,0,0,0,7,2,5,5,7,3,6,1,0,0,0,0,1,0,0,1,0,0,0,4,7,4,0,0,0,0,1,0,0,1,1,1,0,0,1,1,0,1,0,0,0,0,0,0 +2016-12-30,19049,3441,1698,675,719,330,0,700,17,90,68,70,3,20,50,0,0,28,12,0,8,8,8,0,6,6,15,8,5,2,3,4,14,14,1,6,7,2,0,4,0,0,4,0,1,0,4,3,1,2,0,3,1,1,0,1,0,0,0,0,0,1,1,1,0,1,0 +2016-12-31,22244,2359,933,790,281,341,16,0,37,10,24,50,97,26,0,33,0,2,12,4,17,8,8,0,4,5,0,3,4,0,3,4,0,0,8,2,4,0,7,6,0,9,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 +2017-01-01,13441,81,0,204,0,292,740,0,19,139,62,0,0,23,0,0,0,8,12,25,1,8,8,2,0,0,0,0,4,8,9,8,0,0,5,0,0,0,2,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/started_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/started_job_count/timeseries-Month-reference.csv index 27a01f8ac0..360f344838 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/started_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/started_job_count/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[Honey-buzzard] Number of Jobs Started","[Bunting, Reed] Number of Jobs Started","[Grey, Great] Number of Jobs Started","[Moorhen] Number of Jobs Started","[Grey, Lesser] Number of Jobs Started","[Dove, Turtle] Number of Jobs Started","[Plover, Caspian] Number of Jobs Started","[Thrush, Swainson's] Number of Jobs Started","[Lapwing] Number of Jobs Started","[Dunlin] Number of Jobs Started","[Grey, Southern] Number of Jobs Started","[Crane, Sandhill] Number of Jobs Started","[Thrush, Grey-cheeked] Number of Jobs Started","[Warbler, Golden-winged] Number of Jobs Started","[Sandpiper, Spotted] Number of Jobs Started","[Warbler, Garden] Number of Jobs Started","[Grebe, Pied-billed] Number of Jobs Started","[Warbler, Sardinian] Number of Jobs Started","[Martin, Purple] Number of Jobs Started","[Oriole, Baltimore] Number of Jobs Started","[Sparrow, Savannah] Number of Jobs Started","[Coot] Number of Jobs Started","[Egret, Cattle] Number of Jobs Started","[Pipit, Meadow] Number of Jobs Started","[Treecreeper, Short-toed] Number of Jobs Started","[Warbler, Hooded] Number of Jobs Started","[Harrier, Hen] Number of Jobs Started","[Sapsucker, Yellow-bellied] Number of Jobs Started","[Crane] Number of Jobs Started","[Shearwater, Cory's] Number of Jobs Started","[Shrike, Long-tailed] Number of Jobs Started","[Swift, Alpine] Number of Jobs Started","[Warbler, Booted] Number of Jobs Started","[Martin, Crag] Number of Jobs Started","[Whimbrel] Number of Jobs Started","[Shag] Number of Jobs Started","[Stint, Little] Number of Jobs Started","[Thrush, Mistle] Number of Jobs Started","[Auk, Little] Number of Jobs Started","[Bunting, Black-headed] Number of Jobs Started","[Scaup, Lesser] Number of Jobs Started","[Sparrow, White-throated] Number of Jobs Started","[Goose, Egyptian] Number of Jobs Started","[Smew] Number of Jobs Started","[Bunting, Yellow-breasted] Number of Jobs Started","[Ovenbird] Number of Jobs Started","[Jackdaw] Number of Jobs Started","[Roller] Number of Jobs Started","[Fieldfare] Number of Jobs Started","[Peregrine] Number of Jobs Started","[Plover, White-tailed] Number of Jobs Started","[Warbler, Dusky] Number of Jobs Started","[Bunting, Yellow-browed] Number of Jobs Started","[Grosbeak, Evening] Number of Jobs Started","[Redpoll, Lesser] Number of Jobs Started","[Scoter, Velvet] Number of Jobs Started","[Siskin] Number of Jobs Started","[Tern, Sandwich] Number of Jobs Started","[Warbler, Yellow-browed] Number of Jobs Started","[Chaffinch] Number of Jobs Started","[Duck, Ferruginous] Number of Jobs Started","[Gallinule, Allen's] Number of Jobs Started","[Gull, Ring-billed] Number of Jobs Started","[Ibis, Glossy] Number of Jobs Started","[Partridge, Red-legged] Number of Jobs Started","[Warbler, Moltoni's] Number of Jobs Started" -2016-12,41542,5825,2631,2425,1000,690,16,713,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,12,8,7,8,15,14,9,11,11,11,8,10,9,9,8,7,6,5,4,3,2,3,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1 -2017-01,13441,81,0,204,0,292,740,0,19,139,62,0,0,23,0,0,0,8,12,25,1,8,8,2,0,0,0,0,4,8,9,8,0,0,5,0,0,0,2,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 +Month,"[Honey-buzzard] Number of Jobs Started","[Bunting, Reed] Number of Jobs Started","[Grey, Great] Number of Jobs Started","[Moorhen] Number of Jobs Started","[Grey, Lesser] Number of Jobs Started","[Dove, Turtle] Number of Jobs Started","[Plover, Caspian] Number of Jobs Started","[Thrush, Swainson's] Number of Jobs Started","[Lapwing] Number of Jobs Started","[Dunlin] Number of Jobs Started","[Grey, Southern] Number of Jobs Started","[Crane, Sandhill] Number of Jobs Started","[Thrush, Grey-cheeked] Number of Jobs Started","[Warbler, Golden-winged] Number of Jobs Started","[Sandpiper, Spotted] Number of Jobs Started","[Warbler, Garden] Number of Jobs Started","[Grebe, Pied-billed] Number of Jobs Started","[Warbler, Sardinian] Number of Jobs Started","[Martin, Purple] Number of Jobs Started","[Oriole, Baltimore] Number of Jobs Started","[Sparrow, Savannah] Number of Jobs Started","[Coot] Number of Jobs Started","[Egret, Cattle] Number of Jobs Started","[Pipit, Meadow] Number of Jobs Started","[Treecreeper, Short-toed] Number of Jobs Started","[Warbler, Hooded] Number of Jobs Started","[Harrier, Hen] Number of Jobs Started","[Sapsucker, Yellow-bellied] Number of Jobs Started","[Crane] Number of Jobs Started","[Shearwater, Cory's] Number of Jobs Started","[Shrike, Long-tailed] Number of Jobs Started","[Swift, Alpine] Number of Jobs Started","[Warbler, Booted] Number of Jobs Started","[Martin, Crag] Number of Jobs Started","[Whimbrel] Number of Jobs Started","[Shag] Number of Jobs Started","[Stint, Little] Number of Jobs Started","[Thrush, Mistle] Number of Jobs Started","[Auk, Little] Number of Jobs Started","[Bunting, Black-headed] Number of Jobs Started","[Scaup, Lesser] Number of Jobs Started","[Sparrow, White-throated] Number of Jobs Started","[Goose, Egyptian] Number of Jobs Started","[Smew] Number of Jobs Started","[Bunting, Yellow-breasted] Number of Jobs Started","[Ovenbird] Number of Jobs Started","[Jackdaw] Number of Jobs Started","[Roller] Number of Jobs Started","[Fieldfare] Number of Jobs Started","[Peregrine] Number of Jobs Started","[Plover, White-tailed] Number of Jobs Started","[Warbler, Dusky] Number of Jobs Started","[Bunting, Yellow-browed] Number of Jobs Started","[Grosbeak, Evening] Number of Jobs Started","[Redpoll, Lesser] Number of Jobs Started","[Scoter, Velvet] Number of Jobs Started","[Siskin] Number of Jobs Started","[Tern, Sandwich] Number of Jobs Started","[Warbler, Yellow-browed] Number of Jobs Started","[Chaffinch] Number of Jobs Started","[Duck, Ferruginous] Number of Jobs Started","[Duck, Harlequin] Number of Jobs Started","[Gallinule, Allen's] Number of Jobs Started","[Gull, Ring-billed] Number of Jobs Started","[Ibis, Glossy] Number of Jobs Started","[Partridge, Red-legged] Number of Jobs Started","[Warbler, Moltoni's] Number of Jobs Started" +2016-12,41542,5825,2631,2425,1000,690,16,713,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,12,8,7,8,15,14,9,11,11,11,8,10,9,9,8,7,6,5,4,3,2,3,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1 +2017-01,13441,81,0,204,0,292,740,0,19,139,62,0,0,23,0,0,0,8,12,25,1,8,8,2,0,0,0,0,4,8,9,8,0,0,5,0,0,0,2,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/started_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/started_job_count/timeseries-Quarter-reference.csv index 4a94877141..324ddb7f58 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/started_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/started_job_count/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[Honey-buzzard] Number of Jobs Started","[Bunting, Reed] Number of Jobs Started","[Grey, Great] Number of Jobs Started","[Moorhen] Number of Jobs Started","[Grey, Lesser] Number of Jobs Started","[Dove, Turtle] Number of Jobs Started","[Plover, Caspian] Number of Jobs Started","[Thrush, Swainson's] Number of Jobs Started","[Lapwing] Number of Jobs Started","[Dunlin] Number of Jobs Started","[Grey, Southern] Number of Jobs Started","[Crane, Sandhill] Number of Jobs Started","[Thrush, Grey-cheeked] Number of Jobs Started","[Warbler, Golden-winged] Number of Jobs Started","[Sandpiper, Spotted] Number of Jobs Started","[Warbler, Garden] Number of Jobs Started","[Grebe, Pied-billed] Number of Jobs Started","[Warbler, Sardinian] Number of Jobs Started","[Martin, Purple] Number of Jobs Started","[Oriole, Baltimore] Number of Jobs Started","[Sparrow, Savannah] Number of Jobs Started","[Coot] Number of Jobs Started","[Egret, Cattle] Number of Jobs Started","[Pipit, Meadow] Number of Jobs Started","[Treecreeper, Short-toed] Number of Jobs Started","[Warbler, Hooded] Number of Jobs Started","[Harrier, Hen] Number of Jobs Started","[Sapsucker, Yellow-bellied] Number of Jobs Started","[Crane] Number of Jobs Started","[Shearwater, Cory's] Number of Jobs Started","[Shrike, Long-tailed] Number of Jobs Started","[Swift, Alpine] Number of Jobs Started","[Warbler, Booted] Number of Jobs Started","[Martin, Crag] Number of Jobs Started","[Whimbrel] Number of Jobs Started","[Shag] Number of Jobs Started","[Stint, Little] Number of Jobs Started","[Thrush, Mistle] Number of Jobs Started","[Auk, Little] Number of Jobs Started","[Bunting, Black-headed] Number of Jobs Started","[Scaup, Lesser] Number of Jobs Started","[Sparrow, White-throated] Number of Jobs Started","[Goose, Egyptian] Number of Jobs Started","[Smew] Number of Jobs Started","[Bunting, Yellow-breasted] Number of Jobs Started","[Ovenbird] Number of Jobs Started","[Jackdaw] Number of Jobs Started","[Roller] Number of Jobs Started","[Fieldfare] Number of Jobs Started","[Peregrine] Number of Jobs Started","[Plover, White-tailed] Number of Jobs Started","[Warbler, Dusky] Number of Jobs Started","[Bunting, Yellow-browed] Number of Jobs Started","[Grosbeak, Evening] Number of Jobs Started","[Redpoll, Lesser] Number of Jobs Started","[Scoter, Velvet] Number of Jobs Started","[Siskin] Number of Jobs Started","[Tern, Sandwich] Number of Jobs Started","[Warbler, Yellow-browed] Number of Jobs Started","[Chaffinch] Number of Jobs Started","[Duck, Ferruginous] Number of Jobs Started","[Gallinule, Allen's] Number of Jobs Started","[Gull, Ring-billed] Number of Jobs Started","[Ibis, Glossy] Number of Jobs Started","[Partridge, Red-legged] Number of Jobs Started","[Warbler, Moltoni's] Number of Jobs Started" -"2016 Q4",41542,5825,2631,2425,1000,690,16,713,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,12,8,7,8,15,14,9,11,11,11,8,10,9,9,8,7,6,5,4,3,2,3,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1 -"2017 Q1",13441,81,0,204,0,292,740,0,19,139,62,0,0,23,0,0,0,8,12,25,1,8,8,2,0,0,0,0,4,8,9,8,0,0,5,0,0,0,2,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 +Quarter,"[Honey-buzzard] Number of Jobs Started","[Bunting, Reed] Number of Jobs Started","[Grey, Great] Number of Jobs Started","[Moorhen] Number of Jobs Started","[Grey, Lesser] Number of Jobs Started","[Dove, Turtle] Number of Jobs Started","[Plover, Caspian] Number of Jobs Started","[Thrush, Swainson's] Number of Jobs Started","[Lapwing] Number of Jobs Started","[Dunlin] Number of Jobs Started","[Grey, Southern] Number of Jobs Started","[Crane, Sandhill] Number of Jobs Started","[Thrush, Grey-cheeked] Number of Jobs Started","[Warbler, Golden-winged] Number of Jobs Started","[Sandpiper, Spotted] Number of Jobs Started","[Warbler, Garden] Number of Jobs Started","[Grebe, Pied-billed] Number of Jobs Started","[Warbler, Sardinian] Number of Jobs Started","[Martin, Purple] Number of Jobs Started","[Oriole, Baltimore] Number of Jobs Started","[Sparrow, Savannah] Number of Jobs Started","[Coot] Number of Jobs Started","[Egret, Cattle] Number of Jobs Started","[Pipit, Meadow] Number of Jobs Started","[Treecreeper, Short-toed] Number of Jobs Started","[Warbler, Hooded] Number of Jobs Started","[Harrier, Hen] Number of Jobs Started","[Sapsucker, Yellow-bellied] Number of Jobs Started","[Crane] Number of Jobs Started","[Shearwater, Cory's] Number of Jobs Started","[Shrike, Long-tailed] Number of Jobs Started","[Swift, Alpine] Number of Jobs Started","[Warbler, Booted] Number of Jobs Started","[Martin, Crag] Number of Jobs Started","[Whimbrel] Number of Jobs Started","[Shag] Number of Jobs Started","[Stint, Little] Number of Jobs Started","[Thrush, Mistle] Number of Jobs Started","[Auk, Little] Number of Jobs Started","[Bunting, Black-headed] Number of Jobs Started","[Scaup, Lesser] Number of Jobs Started","[Sparrow, White-throated] Number of Jobs Started","[Goose, Egyptian] Number of Jobs Started","[Smew] Number of Jobs Started","[Bunting, Yellow-breasted] Number of Jobs Started","[Ovenbird] Number of Jobs Started","[Jackdaw] Number of Jobs Started","[Roller] Number of Jobs Started","[Fieldfare] Number of Jobs Started","[Peregrine] Number of Jobs Started","[Plover, White-tailed] Number of Jobs Started","[Warbler, Dusky] Number of Jobs Started","[Bunting, Yellow-browed] Number of Jobs Started","[Grosbeak, Evening] Number of Jobs Started","[Redpoll, Lesser] Number of Jobs Started","[Scoter, Velvet] Number of Jobs Started","[Siskin] Number of Jobs Started","[Tern, Sandwich] Number of Jobs Started","[Warbler, Yellow-browed] Number of Jobs Started","[Chaffinch] Number of Jobs Started","[Duck, Ferruginous] Number of Jobs Started","[Duck, Harlequin] Number of Jobs Started","[Gallinule, Allen's] Number of Jobs Started","[Gull, Ring-billed] Number of Jobs Started","[Ibis, Glossy] Number of Jobs Started","[Partridge, Red-legged] Number of Jobs Started","[Warbler, Moltoni's] Number of Jobs Started" +"2016 Q4",41542,5825,2631,2425,1000,690,16,713,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,12,8,7,8,15,14,9,11,11,11,8,10,9,9,8,7,6,5,4,3,2,3,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1 +"2017 Q1",13441,81,0,204,0,292,740,0,19,139,62,0,0,23,0,0,0,8,12,25,1,8,8,2,0,0,0,0,4,8,9,8,0,0,5,0,0,0,2,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/started_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/started_job_count/timeseries-Year-reference.csv index 149e77edae..2e66cc031d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/started_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/started_job_count/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[Honey-buzzard] Number of Jobs Started","[Bunting, Reed] Number of Jobs Started","[Grey, Great] Number of Jobs Started","[Moorhen] Number of Jobs Started","[Grey, Lesser] Number of Jobs Started","[Dove, Turtle] Number of Jobs Started","[Plover, Caspian] Number of Jobs Started","[Thrush, Swainson's] Number of Jobs Started","[Lapwing] Number of Jobs Started","[Dunlin] Number of Jobs Started","[Grey, Southern] Number of Jobs Started","[Crane, Sandhill] Number of Jobs Started","[Thrush, Grey-cheeked] Number of Jobs Started","[Warbler, Golden-winged] Number of Jobs Started","[Sandpiper, Spotted] Number of Jobs Started","[Warbler, Garden] Number of Jobs Started","[Grebe, Pied-billed] Number of Jobs Started","[Warbler, Sardinian] Number of Jobs Started","[Martin, Purple] Number of Jobs Started","[Oriole, Baltimore] Number of Jobs Started","[Sparrow, Savannah] Number of Jobs Started","[Coot] Number of Jobs Started","[Egret, Cattle] Number of Jobs Started","[Pipit, Meadow] Number of Jobs Started","[Treecreeper, Short-toed] Number of Jobs Started","[Warbler, Hooded] Number of Jobs Started","[Harrier, Hen] Number of Jobs Started","[Sapsucker, Yellow-bellied] Number of Jobs Started","[Crane] Number of Jobs Started","[Shearwater, Cory's] Number of Jobs Started","[Shrike, Long-tailed] Number of Jobs Started","[Swift, Alpine] Number of Jobs Started","[Warbler, Booted] Number of Jobs Started","[Martin, Crag] Number of Jobs Started","[Whimbrel] Number of Jobs Started","[Shag] Number of Jobs Started","[Stint, Little] Number of Jobs Started","[Thrush, Mistle] Number of Jobs Started","[Auk, Little] Number of Jobs Started","[Bunting, Black-headed] Number of Jobs Started","[Scaup, Lesser] Number of Jobs Started","[Sparrow, White-throated] Number of Jobs Started","[Goose, Egyptian] Number of Jobs Started","[Smew] Number of Jobs Started","[Bunting, Yellow-breasted] Number of Jobs Started","[Ovenbird] Number of Jobs Started","[Jackdaw] Number of Jobs Started","[Roller] Number of Jobs Started","[Fieldfare] Number of Jobs Started","[Peregrine] Number of Jobs Started","[Plover, White-tailed] Number of Jobs Started","[Warbler, Dusky] Number of Jobs Started","[Bunting, Yellow-browed] Number of Jobs Started","[Grosbeak, Evening] Number of Jobs Started","[Redpoll, Lesser] Number of Jobs Started","[Scoter, Velvet] Number of Jobs Started","[Siskin] Number of Jobs Started","[Tern, Sandwich] Number of Jobs Started","[Warbler, Yellow-browed] Number of Jobs Started","[Chaffinch] Number of Jobs Started","[Duck, Ferruginous] Number of Jobs Started","[Gallinule, Allen's] Number of Jobs Started","[Gull, Ring-billed] Number of Jobs Started","[Ibis, Glossy] Number of Jobs Started","[Partridge, Red-legged] Number of Jobs Started","[Warbler, Moltoni's] Number of Jobs Started" -2016,41542,5825,2631,2425,1000,690,16,713,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,12,8,7,8,15,14,9,11,11,11,8,10,9,9,8,7,6,5,4,3,2,3,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1 -2017,13441,81,0,204,0,292,740,0,19,139,62,0,0,23,0,0,0,8,12,25,1,8,8,2,0,0,0,0,4,8,9,8,0,0,5,0,0,0,2,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 +Year,"[Honey-buzzard] Number of Jobs Started","[Bunting, Reed] Number of Jobs Started","[Grey, Great] Number of Jobs Started","[Moorhen] Number of Jobs Started","[Grey, Lesser] Number of Jobs Started","[Dove, Turtle] Number of Jobs Started","[Plover, Caspian] Number of Jobs Started","[Thrush, Swainson's] Number of Jobs Started","[Lapwing] Number of Jobs Started","[Dunlin] Number of Jobs Started","[Grey, Southern] Number of Jobs Started","[Crane, Sandhill] Number of Jobs Started","[Thrush, Grey-cheeked] Number of Jobs Started","[Warbler, Golden-winged] Number of Jobs Started","[Sandpiper, Spotted] Number of Jobs Started","[Warbler, Garden] Number of Jobs Started","[Grebe, Pied-billed] Number of Jobs Started","[Warbler, Sardinian] Number of Jobs Started","[Martin, Purple] Number of Jobs Started","[Oriole, Baltimore] Number of Jobs Started","[Sparrow, Savannah] Number of Jobs Started","[Coot] Number of Jobs Started","[Egret, Cattle] Number of Jobs Started","[Pipit, Meadow] Number of Jobs Started","[Treecreeper, Short-toed] Number of Jobs Started","[Warbler, Hooded] Number of Jobs Started","[Harrier, Hen] Number of Jobs Started","[Sapsucker, Yellow-bellied] Number of Jobs Started","[Crane] Number of Jobs Started","[Shearwater, Cory's] Number of Jobs Started","[Shrike, Long-tailed] Number of Jobs Started","[Swift, Alpine] Number of Jobs Started","[Warbler, Booted] Number of Jobs Started","[Martin, Crag] Number of Jobs Started","[Whimbrel] Number of Jobs Started","[Shag] Number of Jobs Started","[Stint, Little] Number of Jobs Started","[Thrush, Mistle] Number of Jobs Started","[Auk, Little] Number of Jobs Started","[Bunting, Black-headed] Number of Jobs Started","[Scaup, Lesser] Number of Jobs Started","[Sparrow, White-throated] Number of Jobs Started","[Goose, Egyptian] Number of Jobs Started","[Smew] Number of Jobs Started","[Bunting, Yellow-breasted] Number of Jobs Started","[Ovenbird] Number of Jobs Started","[Jackdaw] Number of Jobs Started","[Roller] Number of Jobs Started","[Fieldfare] Number of Jobs Started","[Peregrine] Number of Jobs Started","[Plover, White-tailed] Number of Jobs Started","[Warbler, Dusky] Number of Jobs Started","[Bunting, Yellow-browed] Number of Jobs Started","[Grosbeak, Evening] Number of Jobs Started","[Redpoll, Lesser] Number of Jobs Started","[Scoter, Velvet] Number of Jobs Started","[Siskin] Number of Jobs Started","[Tern, Sandwich] Number of Jobs Started","[Warbler, Yellow-browed] Number of Jobs Started","[Chaffinch] Number of Jobs Started","[Duck, Ferruginous] Number of Jobs Started","[Duck, Harlequin] Number of Jobs Started","[Gallinule, Allen's] Number of Jobs Started","[Gull, Ring-billed] Number of Jobs Started","[Ibis, Glossy] Number of Jobs Started","[Partridge, Red-legged] Number of Jobs Started","[Warbler, Moltoni's] Number of Jobs Started" +2016,41542,5825,2631,2425,1000,690,16,713,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,12,8,7,8,15,14,9,11,11,11,8,10,9,9,8,7,6,5,4,3,2,3,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1 +2017,13441,81,0,204,0,292,740,0,19,139,62,0,0,23,0,0,0,8,12,25,1,8,8,2,0,0,0,0,4,8,9,8,0,0,5,0,0,0,2,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/submitted_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/submitted_job_count/aggregate-Day-reference.csv index 844a1eed79..aa68b0786c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/submitted_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/submitted_job_count/aggregate-Day-reference.csv @@ -59,6 +59,7 @@ Fieldfare,3 "Bunting, Yellow-browed",1 Chaffinch,1 "Duck, Ferruginous",1 +"Duck, Harlequin",1 "Gallinule, Allen's",1 "Gull, Ring-billed",1 "Ibis, Glossy",1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/submitted_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/submitted_job_count/aggregate-Month-reference.csv index e25909404a..9f26f38243 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/submitted_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/submitted_job_count/aggregate-Month-reference.csv @@ -66,6 +66,7 @@ Siskin,2 "Tern, Sandwich",2 Chaffinch,1 "Duck, Ferruginous",1 +"Duck, Harlequin",1 "Gallinule, Allen's",1 "Gull, Ring-billed",1 "Ibis, Glossy",1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/submitted_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/submitted_job_count/aggregate-Quarter-reference.csv index e25909404a..9f26f38243 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/submitted_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/submitted_job_count/aggregate-Quarter-reference.csv @@ -66,6 +66,7 @@ Siskin,2 "Tern, Sandwich",2 Chaffinch,1 "Duck, Ferruginous",1 +"Duck, Harlequin",1 "Gallinule, Allen's",1 "Gull, Ring-billed",1 "Ibis, Glossy",1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/submitted_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/submitted_job_count/aggregate-Year-reference.csv index e25909404a..9f26f38243 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/submitted_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/submitted_job_count/aggregate-Year-reference.csv @@ -66,6 +66,7 @@ Siskin,2 "Tern, Sandwich",2 Chaffinch,1 "Duck, Ferruginous",1 +"Duck, Harlequin",1 "Gallinule, Allen's",1 "Gull, Ring-billed",1 "Ibis, Glossy",1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/submitted_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/submitted_job_count/timeseries-Day-reference.csv index 0e8c629883..390c934999 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/submitted_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/submitted_job_count/timeseries-Day-reference.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[Honey-buzzard] Number of Jobs Submitted","[Bunting, Reed] Number of Jobs Submitted","[Grey, Great] Number of Jobs Submitted","[Moorhen] Number of Jobs Submitted","[Dove, Turtle] Number of Jobs Submitted","[Grey, Lesser] Number of Jobs Submitted","[Plover, Caspian] Number of Jobs Submitted","[Lapwing] Number of Jobs Submitted","[Grey, Southern] Number of Jobs Submitted","[Dunlin] Number of Jobs Submitted","[Warbler, Golden-winged] Number of Jobs Submitted","[Grebe, Pied-billed] Number of Jobs Submitted","[Warbler, Garden] Number of Jobs Submitted","[Warbler, Sardinian] Number of Jobs Submitted","[Martin, Purple] Number of Jobs Submitted","[Oriole, Baltimore] Number of Jobs Submitted","[Sparrow, Savannah] Number of Jobs Submitted","[Sandpiper, Spotted] Number of Jobs Submitted","[Coot] Number of Jobs Submitted","[Egret, Cattle] Number of Jobs Submitted","[Warbler, Hooded] Number of Jobs Submitted","[Harrier, Hen] Number of Jobs Submitted","[Crane] Number of Jobs Submitted","[Shearwater, Cory's] Number of Jobs Submitted","[Shrike, Long-tailed] Number of Jobs Submitted","[Swift, Alpine] Number of Jobs Submitted","[Sapsucker, Yellow-bellied] Number of Jobs Submitted","[Martin, Crag] Number of Jobs Submitted","[Warbler, Booted] Number of Jobs Submitted","[Crane, Sandhill] Number of Jobs Submitted","[Whimbrel] Number of Jobs Submitted","[Stint, Little] Number of Jobs Submitted","[Thrush, Mistle] Number of Jobs Submitted","[Auk, Little] Number of Jobs Submitted","[Bunting, Black-headed] Number of Jobs Submitted","[Shag] Number of Jobs Submitted","[Scaup, Lesser] Number of Jobs Submitted","[Sparrow, White-throated] Number of Jobs Submitted","[Goose, Egyptian] Number of Jobs Submitted","[Smew] Number of Jobs Submitted","[Bunting, Yellow-breasted] Number of Jobs Submitted","[Treecreeper, Short-toed] Number of Jobs Submitted","[Jackdaw] Number of Jobs Submitted","[Ovenbird] Number of Jobs Submitted","[Roller] Number of Jobs Submitted","[Fieldfare] Number of Jobs Submitted","[Plover, White-tailed] Number of Jobs Submitted","[Grosbeak, Evening] Number of Jobs Submitted","[Pipit, Meadow] Number of Jobs Submitted","[Redpoll, Lesser] Number of Jobs Submitted","[Bunting, Yellow-browed] Number of Jobs Submitted","[Chaffinch] Number of Jobs Submitted","[Duck, Ferruginous] Number of Jobs Submitted","[Gallinule, Allen's] Number of Jobs Submitted","[Gull, Ring-billed] Number of Jobs Submitted","[Ibis, Glossy] Number of Jobs Submitted","[Partridge, Red-legged] Number of Jobs Submitted","[Peregrine] Number of Jobs Submitted","[Scoter, Velvet] Number of Jobs Submitted","[Tern, Sandwich] Number of Jobs Submitted","[Thrush, Grey-cheeked] Number of Jobs Submitted","[Warbler, Moltoni's] Number of Jobs Submitted","[Siskin] Number of Jobs Submitted","[Thrush, Swainson's] Number of Jobs Submitted","[Warbler, Dusky] Number of Jobs Submitted","[Warbler, Yellow-browed] Number of Jobs Submitted" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-25,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-27,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0 -2016-12-28,0,0,0,190,0,0,0,147,0,0,0,0,11,3,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,9,0,0,1,9,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 -2016-12-29,198,10,0,770,17,0,0,88,0,0,0,50,0,4,0,0,0,10,0,0,5,5,3,6,1,0,7,0,0,10,0,0,0,1,0,1,0,0,4,7,4,0,0,0,0,0,0,1,0,1,1,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0 -2016-12-30,18454,3437,1698,675,330,719,0,17,68,50,20,0,0,28,12,0,8,15,8,8,6,15,5,2,3,4,8,14,14,0,0,7,2,0,4,6,0,0,4,0,0,5,4,0,3,1,0,1,0,0,0,0,0,1,1,0,1,1,1,0,0,0,0,0,0,0 -2016-12-31,19485,2355,933,747,341,0,16,37,24,9,26,0,33,1,12,4,17,0,8,8,5,0,4,0,3,4,0,0,0,2,7,4,0,7,6,2,0,9,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2017-01-01,11511,80,0,204,292,0,677,19,62,64,23,0,0,8,12,25,1,0,8,8,0,0,4,8,9,8,0,0,0,0,5,0,0,2,0,0,0,0,0,0,0,0,0,0,1,1,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +Day,"[Honey-buzzard] Number of Jobs Submitted","[Bunting, Reed] Number of Jobs Submitted","[Grey, Great] Number of Jobs Submitted","[Moorhen] Number of Jobs Submitted","[Dove, Turtle] Number of Jobs Submitted","[Grey, Lesser] Number of Jobs Submitted","[Plover, Caspian] Number of Jobs Submitted","[Lapwing] Number of Jobs Submitted","[Grey, Southern] Number of Jobs Submitted","[Dunlin] Number of Jobs Submitted","[Warbler, Golden-winged] Number of Jobs Submitted","[Grebe, Pied-billed] Number of Jobs Submitted","[Warbler, Garden] Number of Jobs Submitted","[Warbler, Sardinian] Number of Jobs Submitted","[Martin, Purple] Number of Jobs Submitted","[Oriole, Baltimore] Number of Jobs Submitted","[Sparrow, Savannah] Number of Jobs Submitted","[Sandpiper, Spotted] Number of Jobs Submitted","[Coot] Number of Jobs Submitted","[Egret, Cattle] Number of Jobs Submitted","[Warbler, Hooded] Number of Jobs Submitted","[Harrier, Hen] Number of Jobs Submitted","[Crane] Number of Jobs Submitted","[Shearwater, Cory's] Number of Jobs Submitted","[Shrike, Long-tailed] Number of Jobs Submitted","[Swift, Alpine] Number of Jobs Submitted","[Sapsucker, Yellow-bellied] Number of Jobs Submitted","[Martin, Crag] Number of Jobs Submitted","[Warbler, Booted] Number of Jobs Submitted","[Crane, Sandhill] Number of Jobs Submitted","[Whimbrel] Number of Jobs Submitted","[Stint, Little] Number of Jobs Submitted","[Thrush, Mistle] Number of Jobs Submitted","[Auk, Little] Number of Jobs Submitted","[Bunting, Black-headed] Number of Jobs Submitted","[Shag] Number of Jobs Submitted","[Scaup, Lesser] Number of Jobs Submitted","[Sparrow, White-throated] Number of Jobs Submitted","[Goose, Egyptian] Number of Jobs Submitted","[Smew] Number of Jobs Submitted","[Bunting, Yellow-breasted] Number of Jobs Submitted","[Treecreeper, Short-toed] Number of Jobs Submitted","[Jackdaw] Number of Jobs Submitted","[Ovenbird] Number of Jobs Submitted","[Roller] Number of Jobs Submitted","[Fieldfare] Number of Jobs Submitted","[Plover, White-tailed] Number of Jobs Submitted","[Grosbeak, Evening] Number of Jobs Submitted","[Pipit, Meadow] Number of Jobs Submitted","[Redpoll, Lesser] Number of Jobs Submitted","[Bunting, Yellow-browed] Number of Jobs Submitted","[Chaffinch] Number of Jobs Submitted","[Duck, Ferruginous] Number of Jobs Submitted","[Duck, Harlequin] Number of Jobs Submitted","[Gallinule, Allen's] Number of Jobs Submitted","[Gull, Ring-billed] Number of Jobs Submitted","[Ibis, Glossy] Number of Jobs Submitted","[Partridge, Red-legged] Number of Jobs Submitted","[Peregrine] Number of Jobs Submitted","[Scoter, Velvet] Number of Jobs Submitted","[Tern, Sandwich] Number of Jobs Submitted","[Thrush, Grey-cheeked] Number of Jobs Submitted","[Warbler, Moltoni's] Number of Jobs Submitted","[Siskin] Number of Jobs Submitted","[Thrush, Swainson's] Number of Jobs Submitted","[Warbler, Dusky] Number of Jobs Submitted","[Warbler, Yellow-browed] Number of Jobs Submitted" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-25,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-27,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0 +2016-12-28,0,0,0,190,0,0,0,147,0,0,0,0,11,3,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,9,0,0,1,9,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 +2016-12-29,198,10,0,770,17,0,0,88,0,0,0,50,0,4,0,0,0,10,0,0,5,5,3,6,1,0,7,0,0,10,0,0,0,1,0,1,0,0,4,7,4,0,0,0,0,0,0,1,0,1,1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0 +2016-12-30,18454,3437,1698,675,330,719,0,17,68,50,20,0,0,28,12,0,8,15,8,8,6,15,5,2,3,4,8,14,14,0,0,7,2,0,4,6,0,0,4,0,0,5,4,0,3,1,0,1,0,0,0,0,0,1,1,1,0,1,1,1,0,0,0,0,0,0,0 +2016-12-31,19485,2355,933,747,341,0,16,37,24,9,26,0,33,1,12,4,17,0,8,8,5,0,4,0,3,4,0,0,0,2,7,4,0,7,6,2,0,9,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2017-01-01,11511,80,0,204,292,0,677,19,62,64,23,0,0,8,12,25,1,0,8,8,0,0,4,8,9,8,0,0,0,0,5,0,0,2,0,0,0,0,0,0,0,0,0,0,1,1,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/submitted_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/submitted_job_count/timeseries-Month-reference.csv index 2cd8b98369..5c8a5c3508 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/submitted_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/submitted_job_count/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[Honey-buzzard] Number of Jobs Submitted","[Bunting, Reed] Number of Jobs Submitted","[Grey, Great] Number of Jobs Submitted","[Moorhen] Number of Jobs Submitted","[Grey, Lesser] Number of Jobs Submitted","[Dove, Turtle] Number of Jobs Submitted","[Thrush, Swainson's] Number of Jobs Submitted","[Plover, Caspian] Number of Jobs Submitted","[Lapwing] Number of Jobs Submitted","[Dunlin] Number of Jobs Submitted","[Grey, Southern] Number of Jobs Submitted","[Crane, Sandhill] Number of Jobs Submitted","[Thrush, Grey-cheeked] Number of Jobs Submitted","[Warbler, Golden-winged] Number of Jobs Submitted","[Sandpiper, Spotted] Number of Jobs Submitted","[Warbler, Garden] Number of Jobs Submitted","[Grebe, Pied-billed] Number of Jobs Submitted","[Warbler, Sardinian] Number of Jobs Submitted","[Martin, Purple] Number of Jobs Submitted","[Oriole, Baltimore] Number of Jobs Submitted","[Sparrow, Savannah] Number of Jobs Submitted","[Coot] Number of Jobs Submitted","[Egret, Cattle] Number of Jobs Submitted","[Pipit, Meadow] Number of Jobs Submitted","[Treecreeper, Short-toed] Number of Jobs Submitted","[Warbler, Hooded] Number of Jobs Submitted","[Harrier, Hen] Number of Jobs Submitted","[Sapsucker, Yellow-bellied] Number of Jobs Submitted","[Crane] Number of Jobs Submitted","[Shearwater, Cory's] Number of Jobs Submitted","[Shrike, Long-tailed] Number of Jobs Submitted","[Swift, Alpine] Number of Jobs Submitted","[Warbler, Booted] Number of Jobs Submitted","[Martin, Crag] Number of Jobs Submitted","[Whimbrel] Number of Jobs Submitted","[Shag] Number of Jobs Submitted","[Stint, Little] Number of Jobs Submitted","[Thrush, Mistle] Number of Jobs Submitted","[Auk, Little] Number of Jobs Submitted","[Bunting, Black-headed] Number of Jobs Submitted","[Scaup, Lesser] Number of Jobs Submitted","[Sparrow, White-throated] Number of Jobs Submitted","[Goose, Egyptian] Number of Jobs Submitted","[Smew] Number of Jobs Submitted","[Bunting, Yellow-breasted] Number of Jobs Submitted","[Ovenbird] Number of Jobs Submitted","[Jackdaw] Number of Jobs Submitted","[Roller] Number of Jobs Submitted","[Fieldfare] Number of Jobs Submitted","[Peregrine] Number of Jobs Submitted","[Plover, White-tailed] Number of Jobs Submitted","[Warbler, Dusky] Number of Jobs Submitted","[Bunting, Yellow-browed] Number of Jobs Submitted","[Grosbeak, Evening] Number of Jobs Submitted","[Redpoll, Lesser] Number of Jobs Submitted","[Scoter, Velvet] Number of Jobs Submitted","[Siskin] Number of Jobs Submitted","[Tern, Sandwich] Number of Jobs Submitted","[Chaffinch] Number of Jobs Submitted","[Duck, Ferruginous] Number of Jobs Submitted","[Gallinule, Allen's] Number of Jobs Submitted","[Gull, Ring-billed] Number of Jobs Submitted","[Ibis, Glossy] Number of Jobs Submitted","[Partridge, Red-legged] Number of Jobs Submitted","[Warbler, Moltoni's] Number of Jobs Submitted","[Warbler, Yellow-browed] Number of Jobs Submitted" -2016-12,41542,5825,2631,2425,1000,690,713,16,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,12,8,7,8,15,14,9,11,11,11,8,10,9,9,8,7,6,5,4,3,2,3,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1 -2017-01,11511,80,0,204,0,292,0,677,19,64,62,0,0,23,0,0,0,8,12,25,1,8,8,2,0,0,0,0,4,8,9,8,0,0,5,0,0,0,2,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +Month,"[Honey-buzzard] Number of Jobs Submitted","[Bunting, Reed] Number of Jobs Submitted","[Grey, Great] Number of Jobs Submitted","[Moorhen] Number of Jobs Submitted","[Grey, Lesser] Number of Jobs Submitted","[Dove, Turtle] Number of Jobs Submitted","[Thrush, Swainson's] Number of Jobs Submitted","[Plover, Caspian] Number of Jobs Submitted","[Lapwing] Number of Jobs Submitted","[Dunlin] Number of Jobs Submitted","[Grey, Southern] Number of Jobs Submitted","[Crane, Sandhill] Number of Jobs Submitted","[Thrush, Grey-cheeked] Number of Jobs Submitted","[Warbler, Golden-winged] Number of Jobs Submitted","[Sandpiper, Spotted] Number of Jobs Submitted","[Warbler, Garden] Number of Jobs Submitted","[Grebe, Pied-billed] Number of Jobs Submitted","[Warbler, Sardinian] Number of Jobs Submitted","[Martin, Purple] Number of Jobs Submitted","[Oriole, Baltimore] Number of Jobs Submitted","[Sparrow, Savannah] Number of Jobs Submitted","[Coot] Number of Jobs Submitted","[Egret, Cattle] Number of Jobs Submitted","[Pipit, Meadow] Number of Jobs Submitted","[Treecreeper, Short-toed] Number of Jobs Submitted","[Warbler, Hooded] Number of Jobs Submitted","[Harrier, Hen] Number of Jobs Submitted","[Sapsucker, Yellow-bellied] Number of Jobs Submitted","[Crane] Number of Jobs Submitted","[Shearwater, Cory's] Number of Jobs Submitted","[Shrike, Long-tailed] Number of Jobs Submitted","[Swift, Alpine] Number of Jobs Submitted","[Warbler, Booted] Number of Jobs Submitted","[Martin, Crag] Number of Jobs Submitted","[Whimbrel] Number of Jobs Submitted","[Shag] Number of Jobs Submitted","[Stint, Little] Number of Jobs Submitted","[Thrush, Mistle] Number of Jobs Submitted","[Auk, Little] Number of Jobs Submitted","[Bunting, Black-headed] Number of Jobs Submitted","[Scaup, Lesser] Number of Jobs Submitted","[Sparrow, White-throated] Number of Jobs Submitted","[Goose, Egyptian] Number of Jobs Submitted","[Smew] Number of Jobs Submitted","[Bunting, Yellow-breasted] Number of Jobs Submitted","[Ovenbird] Number of Jobs Submitted","[Jackdaw] Number of Jobs Submitted","[Roller] Number of Jobs Submitted","[Fieldfare] Number of Jobs Submitted","[Peregrine] Number of Jobs Submitted","[Plover, White-tailed] Number of Jobs Submitted","[Warbler, Dusky] Number of Jobs Submitted","[Bunting, Yellow-browed] Number of Jobs Submitted","[Grosbeak, Evening] Number of Jobs Submitted","[Redpoll, Lesser] Number of Jobs Submitted","[Scoter, Velvet] Number of Jobs Submitted","[Siskin] Number of Jobs Submitted","[Tern, Sandwich] Number of Jobs Submitted","[Chaffinch] Number of Jobs Submitted","[Duck, Ferruginous] Number of Jobs Submitted","[Duck, Harlequin] Number of Jobs Submitted","[Gallinule, Allen's] Number of Jobs Submitted","[Gull, Ring-billed] Number of Jobs Submitted","[Ibis, Glossy] Number of Jobs Submitted","[Partridge, Red-legged] Number of Jobs Submitted","[Warbler, Moltoni's] Number of Jobs Submitted","[Warbler, Yellow-browed] Number of Jobs Submitted" +2016-12,41542,5825,2631,2425,1000,690,713,16,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,12,8,7,8,15,14,9,11,11,11,8,10,9,9,8,7,6,5,4,3,2,3,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1 +2017-01,11511,80,0,204,0,292,0,677,19,64,62,0,0,23,0,0,0,8,12,25,1,8,8,2,0,0,0,0,4,8,9,8,0,0,5,0,0,0,2,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/submitted_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/submitted_job_count/timeseries-Quarter-reference.csv index afb7a874ed..23b00f79cd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/submitted_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/submitted_job_count/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[Honey-buzzard] Number of Jobs Submitted","[Bunting, Reed] Number of Jobs Submitted","[Grey, Great] Number of Jobs Submitted","[Moorhen] Number of Jobs Submitted","[Grey, Lesser] Number of Jobs Submitted","[Dove, Turtle] Number of Jobs Submitted","[Thrush, Swainson's] Number of Jobs Submitted","[Plover, Caspian] Number of Jobs Submitted","[Lapwing] Number of Jobs Submitted","[Dunlin] Number of Jobs Submitted","[Grey, Southern] Number of Jobs Submitted","[Crane, Sandhill] Number of Jobs Submitted","[Thrush, Grey-cheeked] Number of Jobs Submitted","[Warbler, Golden-winged] Number of Jobs Submitted","[Sandpiper, Spotted] Number of Jobs Submitted","[Warbler, Garden] Number of Jobs Submitted","[Grebe, Pied-billed] Number of Jobs Submitted","[Warbler, Sardinian] Number of Jobs Submitted","[Martin, Purple] Number of Jobs Submitted","[Oriole, Baltimore] Number of Jobs Submitted","[Sparrow, Savannah] Number of Jobs Submitted","[Coot] Number of Jobs Submitted","[Egret, Cattle] Number of Jobs Submitted","[Pipit, Meadow] Number of Jobs Submitted","[Treecreeper, Short-toed] Number of Jobs Submitted","[Warbler, Hooded] Number of Jobs Submitted","[Harrier, Hen] Number of Jobs Submitted","[Sapsucker, Yellow-bellied] Number of Jobs Submitted","[Crane] Number of Jobs Submitted","[Shearwater, Cory's] Number of Jobs Submitted","[Shrike, Long-tailed] Number of Jobs Submitted","[Swift, Alpine] Number of Jobs Submitted","[Warbler, Booted] Number of Jobs Submitted","[Martin, Crag] Number of Jobs Submitted","[Whimbrel] Number of Jobs Submitted","[Shag] Number of Jobs Submitted","[Stint, Little] Number of Jobs Submitted","[Thrush, Mistle] Number of Jobs Submitted","[Auk, Little] Number of Jobs Submitted","[Bunting, Black-headed] Number of Jobs Submitted","[Scaup, Lesser] Number of Jobs Submitted","[Sparrow, White-throated] Number of Jobs Submitted","[Goose, Egyptian] Number of Jobs Submitted","[Smew] Number of Jobs Submitted","[Bunting, Yellow-breasted] Number of Jobs Submitted","[Ovenbird] Number of Jobs Submitted","[Jackdaw] Number of Jobs Submitted","[Roller] Number of Jobs Submitted","[Fieldfare] Number of Jobs Submitted","[Peregrine] Number of Jobs Submitted","[Plover, White-tailed] Number of Jobs Submitted","[Warbler, Dusky] Number of Jobs Submitted","[Bunting, Yellow-browed] Number of Jobs Submitted","[Grosbeak, Evening] Number of Jobs Submitted","[Redpoll, Lesser] Number of Jobs Submitted","[Scoter, Velvet] Number of Jobs Submitted","[Siskin] Number of Jobs Submitted","[Tern, Sandwich] Number of Jobs Submitted","[Chaffinch] Number of Jobs Submitted","[Duck, Ferruginous] Number of Jobs Submitted","[Gallinule, Allen's] Number of Jobs Submitted","[Gull, Ring-billed] Number of Jobs Submitted","[Ibis, Glossy] Number of Jobs Submitted","[Partridge, Red-legged] Number of Jobs Submitted","[Warbler, Moltoni's] Number of Jobs Submitted","[Warbler, Yellow-browed] Number of Jobs Submitted" -"2016 Q4",41542,5825,2631,2425,1000,690,713,16,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,12,8,7,8,15,14,9,11,11,11,8,10,9,9,8,7,6,5,4,3,2,3,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1 -"2017 Q1",11511,80,0,204,0,292,0,677,19,64,62,0,0,23,0,0,0,8,12,25,1,8,8,2,0,0,0,0,4,8,9,8,0,0,5,0,0,0,2,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +Quarter,"[Honey-buzzard] Number of Jobs Submitted","[Bunting, Reed] Number of Jobs Submitted","[Grey, Great] Number of Jobs Submitted","[Moorhen] Number of Jobs Submitted","[Grey, Lesser] Number of Jobs Submitted","[Dove, Turtle] Number of Jobs Submitted","[Thrush, Swainson's] Number of Jobs Submitted","[Plover, Caspian] Number of Jobs Submitted","[Lapwing] Number of Jobs Submitted","[Dunlin] Number of Jobs Submitted","[Grey, Southern] Number of Jobs Submitted","[Crane, Sandhill] Number of Jobs Submitted","[Thrush, Grey-cheeked] Number of Jobs Submitted","[Warbler, Golden-winged] Number of Jobs Submitted","[Sandpiper, Spotted] Number of Jobs Submitted","[Warbler, Garden] Number of Jobs Submitted","[Grebe, Pied-billed] Number of Jobs Submitted","[Warbler, Sardinian] Number of Jobs Submitted","[Martin, Purple] Number of Jobs Submitted","[Oriole, Baltimore] Number of Jobs Submitted","[Sparrow, Savannah] Number of Jobs Submitted","[Coot] Number of Jobs Submitted","[Egret, Cattle] Number of Jobs Submitted","[Pipit, Meadow] Number of Jobs Submitted","[Treecreeper, Short-toed] Number of Jobs Submitted","[Warbler, Hooded] Number of Jobs Submitted","[Harrier, Hen] Number of Jobs Submitted","[Sapsucker, Yellow-bellied] Number of Jobs Submitted","[Crane] Number of Jobs Submitted","[Shearwater, Cory's] Number of Jobs Submitted","[Shrike, Long-tailed] Number of Jobs Submitted","[Swift, Alpine] Number of Jobs Submitted","[Warbler, Booted] Number of Jobs Submitted","[Martin, Crag] Number of Jobs Submitted","[Whimbrel] Number of Jobs Submitted","[Shag] Number of Jobs Submitted","[Stint, Little] Number of Jobs Submitted","[Thrush, Mistle] Number of Jobs Submitted","[Auk, Little] Number of Jobs Submitted","[Bunting, Black-headed] Number of Jobs Submitted","[Scaup, Lesser] Number of Jobs Submitted","[Sparrow, White-throated] Number of Jobs Submitted","[Goose, Egyptian] Number of Jobs Submitted","[Smew] Number of Jobs Submitted","[Bunting, Yellow-breasted] Number of Jobs Submitted","[Ovenbird] Number of Jobs Submitted","[Jackdaw] Number of Jobs Submitted","[Roller] Number of Jobs Submitted","[Fieldfare] Number of Jobs Submitted","[Peregrine] Number of Jobs Submitted","[Plover, White-tailed] Number of Jobs Submitted","[Warbler, Dusky] Number of Jobs Submitted","[Bunting, Yellow-browed] Number of Jobs Submitted","[Grosbeak, Evening] Number of Jobs Submitted","[Redpoll, Lesser] Number of Jobs Submitted","[Scoter, Velvet] Number of Jobs Submitted","[Siskin] Number of Jobs Submitted","[Tern, Sandwich] Number of Jobs Submitted","[Chaffinch] Number of Jobs Submitted","[Duck, Ferruginous] Number of Jobs Submitted","[Duck, Harlequin] Number of Jobs Submitted","[Gallinule, Allen's] Number of Jobs Submitted","[Gull, Ring-billed] Number of Jobs Submitted","[Ibis, Glossy] Number of Jobs Submitted","[Partridge, Red-legged] Number of Jobs Submitted","[Warbler, Moltoni's] Number of Jobs Submitted","[Warbler, Yellow-browed] Number of Jobs Submitted" +"2016 Q4",41542,5825,2631,2425,1000,690,713,16,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,12,8,7,8,15,14,9,11,11,11,8,10,9,9,8,7,6,5,4,3,2,3,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1 +"2017 Q1",11511,80,0,204,0,292,0,677,19,64,62,0,0,23,0,0,0,8,12,25,1,8,8,2,0,0,0,0,4,8,9,8,0,0,5,0,0,0,2,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/submitted_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/submitted_job_count/timeseries-Year-reference.csv index 07d3307659..24b33ab7f0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/submitted_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/submitted_job_count/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[Honey-buzzard] Number of Jobs Submitted","[Bunting, Reed] Number of Jobs Submitted","[Grey, Great] Number of Jobs Submitted","[Moorhen] Number of Jobs Submitted","[Grey, Lesser] Number of Jobs Submitted","[Dove, Turtle] Number of Jobs Submitted","[Thrush, Swainson's] Number of Jobs Submitted","[Plover, Caspian] Number of Jobs Submitted","[Lapwing] Number of Jobs Submitted","[Dunlin] Number of Jobs Submitted","[Grey, Southern] Number of Jobs Submitted","[Crane, Sandhill] Number of Jobs Submitted","[Thrush, Grey-cheeked] Number of Jobs Submitted","[Warbler, Golden-winged] Number of Jobs Submitted","[Sandpiper, Spotted] Number of Jobs Submitted","[Warbler, Garden] Number of Jobs Submitted","[Grebe, Pied-billed] Number of Jobs Submitted","[Warbler, Sardinian] Number of Jobs Submitted","[Martin, Purple] Number of Jobs Submitted","[Oriole, Baltimore] Number of Jobs Submitted","[Sparrow, Savannah] Number of Jobs Submitted","[Coot] Number of Jobs Submitted","[Egret, Cattle] Number of Jobs Submitted","[Pipit, Meadow] Number of Jobs Submitted","[Treecreeper, Short-toed] Number of Jobs Submitted","[Warbler, Hooded] Number of Jobs Submitted","[Harrier, Hen] Number of Jobs Submitted","[Sapsucker, Yellow-bellied] Number of Jobs Submitted","[Crane] Number of Jobs Submitted","[Shearwater, Cory's] Number of Jobs Submitted","[Shrike, Long-tailed] Number of Jobs Submitted","[Swift, Alpine] Number of Jobs Submitted","[Warbler, Booted] Number of Jobs Submitted","[Martin, Crag] Number of Jobs Submitted","[Whimbrel] Number of Jobs Submitted","[Shag] Number of Jobs Submitted","[Stint, Little] Number of Jobs Submitted","[Thrush, Mistle] Number of Jobs Submitted","[Auk, Little] Number of Jobs Submitted","[Bunting, Black-headed] Number of Jobs Submitted","[Scaup, Lesser] Number of Jobs Submitted","[Sparrow, White-throated] Number of Jobs Submitted","[Goose, Egyptian] Number of Jobs Submitted","[Smew] Number of Jobs Submitted","[Bunting, Yellow-breasted] Number of Jobs Submitted","[Ovenbird] Number of Jobs Submitted","[Jackdaw] Number of Jobs Submitted","[Roller] Number of Jobs Submitted","[Fieldfare] Number of Jobs Submitted","[Peregrine] Number of Jobs Submitted","[Plover, White-tailed] Number of Jobs Submitted","[Warbler, Dusky] Number of Jobs Submitted","[Bunting, Yellow-browed] Number of Jobs Submitted","[Grosbeak, Evening] Number of Jobs Submitted","[Redpoll, Lesser] Number of Jobs Submitted","[Scoter, Velvet] Number of Jobs Submitted","[Siskin] Number of Jobs Submitted","[Tern, Sandwich] Number of Jobs Submitted","[Chaffinch] Number of Jobs Submitted","[Duck, Ferruginous] Number of Jobs Submitted","[Gallinule, Allen's] Number of Jobs Submitted","[Gull, Ring-billed] Number of Jobs Submitted","[Ibis, Glossy] Number of Jobs Submitted","[Partridge, Red-legged] Number of Jobs Submitted","[Warbler, Moltoni's] Number of Jobs Submitted","[Warbler, Yellow-browed] Number of Jobs Submitted" -2016,41542,5825,2631,2425,1000,690,713,16,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,12,8,7,8,15,14,9,11,11,11,8,10,9,9,8,7,6,5,4,3,2,3,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1 -2017,11511,80,0,204,0,292,0,677,19,64,62,0,0,23,0,0,0,8,12,25,1,8,8,2,0,0,0,0,4,8,9,8,0,0,5,0,0,0,2,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +Year,"[Honey-buzzard] Number of Jobs Submitted","[Bunting, Reed] Number of Jobs Submitted","[Grey, Great] Number of Jobs Submitted","[Moorhen] Number of Jobs Submitted","[Grey, Lesser] Number of Jobs Submitted","[Dove, Turtle] Number of Jobs Submitted","[Thrush, Swainson's] Number of Jobs Submitted","[Plover, Caspian] Number of Jobs Submitted","[Lapwing] Number of Jobs Submitted","[Dunlin] Number of Jobs Submitted","[Grey, Southern] Number of Jobs Submitted","[Crane, Sandhill] Number of Jobs Submitted","[Thrush, Grey-cheeked] Number of Jobs Submitted","[Warbler, Golden-winged] Number of Jobs Submitted","[Sandpiper, Spotted] Number of Jobs Submitted","[Warbler, Garden] Number of Jobs Submitted","[Grebe, Pied-billed] Number of Jobs Submitted","[Warbler, Sardinian] Number of Jobs Submitted","[Martin, Purple] Number of Jobs Submitted","[Oriole, Baltimore] Number of Jobs Submitted","[Sparrow, Savannah] Number of Jobs Submitted","[Coot] Number of Jobs Submitted","[Egret, Cattle] Number of Jobs Submitted","[Pipit, Meadow] Number of Jobs Submitted","[Treecreeper, Short-toed] Number of Jobs Submitted","[Warbler, Hooded] Number of Jobs Submitted","[Harrier, Hen] Number of Jobs Submitted","[Sapsucker, Yellow-bellied] Number of Jobs Submitted","[Crane] Number of Jobs Submitted","[Shearwater, Cory's] Number of Jobs Submitted","[Shrike, Long-tailed] Number of Jobs Submitted","[Swift, Alpine] Number of Jobs Submitted","[Warbler, Booted] Number of Jobs Submitted","[Martin, Crag] Number of Jobs Submitted","[Whimbrel] Number of Jobs Submitted","[Shag] Number of Jobs Submitted","[Stint, Little] Number of Jobs Submitted","[Thrush, Mistle] Number of Jobs Submitted","[Auk, Little] Number of Jobs Submitted","[Bunting, Black-headed] Number of Jobs Submitted","[Scaup, Lesser] Number of Jobs Submitted","[Sparrow, White-throated] Number of Jobs Submitted","[Goose, Egyptian] Number of Jobs Submitted","[Smew] Number of Jobs Submitted","[Bunting, Yellow-breasted] Number of Jobs Submitted","[Ovenbird] Number of Jobs Submitted","[Jackdaw] Number of Jobs Submitted","[Roller] Number of Jobs Submitted","[Fieldfare] Number of Jobs Submitted","[Peregrine] Number of Jobs Submitted","[Plover, White-tailed] Number of Jobs Submitted","[Warbler, Dusky] Number of Jobs Submitted","[Bunting, Yellow-browed] Number of Jobs Submitted","[Grosbeak, Evening] Number of Jobs Submitted","[Redpoll, Lesser] Number of Jobs Submitted","[Scoter, Velvet] Number of Jobs Submitted","[Siskin] Number of Jobs Submitted","[Tern, Sandwich] Number of Jobs Submitted","[Chaffinch] Number of Jobs Submitted","[Duck, Ferruginous] Number of Jobs Submitted","[Duck, Harlequin] Number of Jobs Submitted","[Gallinule, Allen's] Number of Jobs Submitted","[Gull, Ring-billed] Number of Jobs Submitted","[Ibis, Glossy] Number of Jobs Submitted","[Partridge, Red-legged] Number of Jobs Submitted","[Warbler, Moltoni's] Number of Jobs Submitted","[Warbler, Yellow-browed] Number of Jobs Submitted" +2016,41542,5825,2631,2425,1000,690,713,16,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,12,8,7,8,15,14,9,11,11,11,8,10,9,9,8,7,6,5,4,3,2,3,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1 +2017,11511,80,0,204,0,292,0,677,19,64,62,0,0,23,0,0,0,8,12,25,1,8,8,2,0,0,0,0,4,8,9,8,0,0,5,0,0,0,2,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_cpu_hours/aggregate-Day-reference.csv index 767ddd3c05..74121e2226 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_cpu_hours/aggregate-Day-reference.csv @@ -66,6 +66,7 @@ Jackdaw,87.3878 "Stint, Little",49.3589 "Martin, Purple",34.9861 "Gull, Ring-billed",31.9097 +"Duck, Harlequin",28.1400 "Gallinule, Allen's",28.1400 Coot,23.3244 "Egret, Cattle",23.3156 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_cpu_hours/aggregate-Month-reference.csv index 767ddd3c05..74121e2226 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_cpu_hours/aggregate-Month-reference.csv @@ -66,6 +66,7 @@ Jackdaw,87.3878 "Stint, Little",49.3589 "Martin, Purple",34.9861 "Gull, Ring-billed",31.9097 +"Duck, Harlequin",28.1400 "Gallinule, Allen's",28.1400 Coot,23.3244 "Egret, Cattle",23.3156 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_cpu_hours/aggregate-Quarter-reference.csv index 767ddd3c05..74121e2226 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_cpu_hours/aggregate-Quarter-reference.csv @@ -66,6 +66,7 @@ Jackdaw,87.3878 "Stint, Little",49.3589 "Martin, Purple",34.9861 "Gull, Ring-billed",31.9097 +"Duck, Harlequin",28.1400 "Gallinule, Allen's",28.1400 Coot,23.3244 "Egret, Cattle",23.3156 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_cpu_hours/aggregate-Year-reference.csv index 767ddd3c05..74121e2226 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_cpu_hours/aggregate-Year-reference.csv @@ -66,6 +66,7 @@ Jackdaw,87.3878 "Stint, Little",49.3589 "Martin, Purple",34.9861 "Gull, Ring-billed",31.9097 +"Duck, Harlequin",28.1400 "Gallinule, Allen's",28.1400 Coot,23.3244 "Egret, Cattle",23.3156 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_cpu_hours/timeseries-Day-reference.csv index f7b0639ace..5295541949 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_cpu_hours/timeseries-Day-reference.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[Honey-buzzard] CPU Hours: Total","[Pipit, Meadow] CPU Hours: Total","[Scaup, Lesser] CPU Hours: Total","[Moorhen] CPU Hours: Total","[Bunting, Reed] CPU Hours: Total","[Warbler, Garden] CPU Hours: Total","[Crane, Sandhill] CPU Hours: Total","[Crane] CPU Hours: Total","[Plover, Caspian] CPU Hours: Total","[Smew] CPU Hours: Total","[Warbler, Sardinian] CPU Hours: Total","[Lapwing] CPU Hours: Total","[Goose, Egyptian] CPU Hours: Total","[Warbler, Dusky] CPU Hours: Total","[Dove, Turtle] CPU Hours: Total","[Sandpiper, Spotted] CPU Hours: Total","[Scoter, Velvet] CPU Hours: Total","[Grey, Lesser] CPU Hours: Total","[Siskin] CPU Hours: Total","[Treecreeper, Short-toed] CPU Hours: Total","[Chaffinch] CPU Hours: Total","[Ovenbird] CPU Hours: Total","[Sparrow, White-throated] CPU Hours: Total","[Thrush, Mistle] CPU Hours: Total","[Whimbrel] CPU Hours: Total","[Shag] CPU Hours: Total","[Thrush, Swainson's] CPU Hours: Total","[Peregrine] CPU Hours: Total","[Duck, Ferruginous] CPU Hours: Total","[Warbler, Hooded] CPU Hours: Total","[Sapsucker, Yellow-bellied] CPU Hours: Total","[Shearwater, Cory's] CPU Hours: Total","[Oriole, Baltimore] CPU Hours: Total","[Bunting, Yellow-breasted] CPU Hours: Total","[Thrush, Grey-cheeked] CPU Hours: Total","[Bunting, Yellow-browed] CPU Hours: Total","[Plover, White-tailed] CPU Hours: Total","[Dunlin] CPU Hours: Total","[Warbler, Golden-winged] CPU Hours: Total","[Warbler, Yellow-browed] CPU Hours: Total","[Grosbeak, Evening] CPU Hours: Total","[Warbler, Booted] CPU Hours: Total","[Ibis, Glossy] CPU Hours: Total","[Auk, Little] CPU Hours: Total","[Swift, Alpine] CPU Hours: Total","[Roller] CPU Hours: Total","[Shrike, Long-tailed] CPU Hours: Total","[Grebe, Pied-billed] CPU Hours: Total","[Fieldfare] CPU Hours: Total","[Tern, Sandwich] CPU Hours: Total","[Redpoll, Lesser] CPU Hours: Total","[Grey, Southern] CPU Hours: Total","[Harrier, Hen] CPU Hours: Total","[Jackdaw] CPU Hours: Total","[Warbler, Moltoni's] CPU Hours: Total","[Bunting, Black-headed] CPU Hours: Total","[Grey, Great] CPU Hours: Total","[Stint, Little] CPU Hours: Total","[Martin, Purple] CPU Hours: Total","[Gull, Ring-billed] CPU Hours: Total","[Gallinule, Allen's] CPU Hours: Total","[Coot] CPU Hours: Total","[Egret, Cattle] CPU Hours: Total","[Martin, Crag] CPU Hours: Total","[Partridge, Red-legged] CPU Hours: Total","[Sparrow, Savannah] CPU Hours: Total" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203.3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200.9567,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8.6036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-25,0,0,0,0,152.3533,0,0,0,0,0,0,0,0,0,313.9167,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-26,0,0,0,0,1152.0000,216.3333,0,0,0,0,0,0,0,0,576.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-27,3.2167,3739.4133,0,0,1717.7600,1920.0000,1301.6889,0,0,0,0,0,0,0,576.0000,0,2997.1200,0,1487.8200,558.6133,243.1822,315.9467,0,0,0,0,0,0,0,0,0,0,288.0000,136.7956,0,0,0,0,0,0,0,238.8667,0,0,0,0,0,0,0,24.0000,0,0,0,0,4.7214,0,0,0,0,0,0,0,0,0,0,0 -2016-12-28,24.0000,21931.9200,29467.4711,953.0369,8192.9511,2310.7378,3131.9644,0,0,0,799.6267,1962.8444,0,0,576.0000,0,3456.0000,0,2341.3467,1411.0667,1536.0000,1536.0000,0,336.4567,0,386.2533,0,0,0,351.5933,0,0,288.0000,384.0000,0,0,181.4300,0,0,0,0,288.0000,94.0111,0,0,0,0,0,0,24.0000,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0 -2016-12-29,1237.5364,49534.0800,39552.0000,12583.2597,10099.5600,7644.0844,8585.5822,1834.4800,0,5821.2600,3747.4933,3901.6422,1643.9111,0,729.5867,487.3967,3456.0000,0,2880.0000,1970.9511,1536.0000,1536.0000,0,2592.0000,0,1161.6300,461.3211,1406.2833,180.1167,1111.6444,555.8656,238.3022,288.0000,532.2578,7.2400,758.9889,864.0000,0,0,1038.2222,107.9089,288.0000,480.0000,52.0042,0,0,22.2422,233.0019,0,39.1372,28.6944,0,10.0983,0,24.0000,0,0,0,0,0,0,0,0,0,0,0 -2016-12-30,61332.1356,46895.6533,39552.0000,21766.1511,7632.3833,6055.3111,7303.0711,6126.0000,0,10979.2200,4526.2344,5473.3125,9211.3156,7404.4267,3076.4911,6875.1400,648.4622,3055.8617,1250.6800,1841.5117,1536.0000,1536.0000,0,1921.0433,683.1200,1564.5567,2952.2189,1468.0833,1440.0000,1479.8411,1166.4433,1150.8667,288.0000,986.5178,568.6500,960.0089,543.4833,522.1678,326.5894,402.8000,1021.1444,198.9664,386.1222,68.0319,26.0711,65.9958,16.0939,267.2011,64.0356,7.1367,52.5422,108.1047,82.1119,43.3692,19.2856,13.9453,40.8392,39.5500,11.6692,17.7975,28.1400,7.7811,7.7806,22.5389,1.0400,0.2208 -2016-12-31,86581.6175,22004.0533,10091.8844,20518.0064,3452.2700,11780.8131,2566.6744,6839.5200,37.7500,1590.5200,6955.7733,2761.8142,3285.8933,5701.5467,2976.8089,4561.6667,0,5534.6542,444.3467,1437.7244,1536.0000,1325.6578,3473.9867,288.0000,2349.9100,1346.5222,1114.5244,1440.0000,1440.0000,919.8422,1294.9333,1152.0000,291.6067,391.1556,1428.0200,294.9778,0,125.4733,914.2433,0,0,7.7117,0,491.1800,527.7511,502.9333,77.7350,0,158.3044,0,23.9844,25.9131,8.6314,44.0186,0,45.9239,13.7992,9.8089,11.6819,14.1122,0,7.7850,7.7769,0,0,0.3878 -2017-01-01,7899.9369,2371.1200,0,11183.6664,3041.8000,4898.4422,0,4673.8133,19080.0167,0,632.8711,1254.4625,0,0,2946.3933,253.9867,0,0,0,987.0200,1293.2800,371.5867,1788.3289,60.5500,1885.4400,118.8933,0,158.2333,1140.3500,0,565.4367,963.0756,403.2472,0,35.2583,0,0,870.5067,206.1100,3.4667,0,0,0,11.4333,56.9511,21.4056,405.2389,0,122.6356,0,45.9622,1.7419,0,0,0,0,0,0,11.6350,0,0,7.7583,7.7581,0,0,0.0256 +Day,"[Honey-buzzard] CPU Hours: Total","[Pipit, Meadow] CPU Hours: Total","[Scaup, Lesser] CPU Hours: Total","[Moorhen] CPU Hours: Total","[Bunting, Reed] CPU Hours: Total","[Warbler, Garden] CPU Hours: Total","[Crane, Sandhill] CPU Hours: Total","[Crane] CPU Hours: Total","[Plover, Caspian] CPU Hours: Total","[Smew] CPU Hours: Total","[Warbler, Sardinian] CPU Hours: Total","[Lapwing] CPU Hours: Total","[Goose, Egyptian] CPU Hours: Total","[Warbler, Dusky] CPU Hours: Total","[Dove, Turtle] CPU Hours: Total","[Sandpiper, Spotted] CPU Hours: Total","[Scoter, Velvet] CPU Hours: Total","[Grey, Lesser] CPU Hours: Total","[Siskin] CPU Hours: Total","[Treecreeper, Short-toed] CPU Hours: Total","[Chaffinch] CPU Hours: Total","[Ovenbird] CPU Hours: Total","[Sparrow, White-throated] CPU Hours: Total","[Thrush, Mistle] CPU Hours: Total","[Whimbrel] CPU Hours: Total","[Shag] CPU Hours: Total","[Thrush, Swainson's] CPU Hours: Total","[Peregrine] CPU Hours: Total","[Duck, Ferruginous] CPU Hours: Total","[Warbler, Hooded] CPU Hours: Total","[Sapsucker, Yellow-bellied] CPU Hours: Total","[Shearwater, Cory's] CPU Hours: Total","[Oriole, Baltimore] CPU Hours: Total","[Bunting, Yellow-breasted] CPU Hours: Total","[Thrush, Grey-cheeked] CPU Hours: Total","[Bunting, Yellow-browed] CPU Hours: Total","[Plover, White-tailed] CPU Hours: Total","[Dunlin] CPU Hours: Total","[Warbler, Golden-winged] CPU Hours: Total","[Warbler, Yellow-browed] CPU Hours: Total","[Grosbeak, Evening] CPU Hours: Total","[Warbler, Booted] CPU Hours: Total","[Ibis, Glossy] CPU Hours: Total","[Auk, Little] CPU Hours: Total","[Swift, Alpine] CPU Hours: Total","[Roller] CPU Hours: Total","[Shrike, Long-tailed] CPU Hours: Total","[Grebe, Pied-billed] CPU Hours: Total","[Fieldfare] CPU Hours: Total","[Tern, Sandwich] CPU Hours: Total","[Redpoll, Lesser] CPU Hours: Total","[Grey, Southern] CPU Hours: Total","[Harrier, Hen] CPU Hours: Total","[Jackdaw] CPU Hours: Total","[Warbler, Moltoni's] CPU Hours: Total","[Bunting, Black-headed] CPU Hours: Total","[Grey, Great] CPU Hours: Total","[Stint, Little] CPU Hours: Total","[Martin, Purple] CPU Hours: Total","[Gull, Ring-billed] CPU Hours: Total","[Duck, Harlequin] CPU Hours: Total","[Gallinule, Allen's] CPU Hours: Total","[Coot] CPU Hours: Total","[Egret, Cattle] CPU Hours: Total","[Martin, Crag] CPU Hours: Total","[Partridge, Red-legged] CPU Hours: Total","[Sparrow, Savannah] CPU Hours: Total" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203.3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200.9567,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8.6036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-25,0,0,0,0,152.3533,0,0,0,0,0,0,0,0,0,313.9167,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-26,0,0,0,0,1152.0000,216.3333,0,0,0,0,0,0,0,0,576.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-27,3.2167,3739.4133,0,0,1717.7600,1920.0000,1301.6889,0,0,0,0,0,0,0,576.0000,0,2997.1200,0,1487.8200,558.6133,243.1822,315.9467,0,0,0,0,0,0,0,0,0,0,288.0000,136.7956,0,0,0,0,0,0,0,238.8667,0,0,0,0,0,0,0,24.0000,0,0,0,0,4.7214,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-28,24.0000,21931.9200,29467.4711,953.0369,8192.9511,2310.7378,3131.9644,0,0,0,799.6267,1962.8444,0,0,576.0000,0,3456.0000,0,2341.3467,1411.0667,1536.0000,1536.0000,0,336.4567,0,386.2533,0,0,0,351.5933,0,0,288.0000,384.0000,0,0,181.4300,0,0,0,0,288.0000,94.0111,0,0,0,0,0,0,24.0000,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-29,1237.5364,49534.0800,39552.0000,12583.2597,10099.5600,7644.0844,8585.5822,1834.4800,0,5821.2600,3747.4933,3901.6422,1643.9111,0,729.5867,487.3967,3456.0000,0,2880.0000,1970.9511,1536.0000,1536.0000,0,2592.0000,0,1161.6300,461.3211,1406.2833,180.1167,1111.6444,555.8656,238.3022,288.0000,532.2578,7.2400,758.9889,864.0000,0,0,1038.2222,107.9089,288.0000,480.0000,52.0042,0,0,22.2422,233.0019,0,39.1372,28.6944,0,10.0983,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-30,61332.1356,46895.6533,39552.0000,21766.1511,7632.3833,6055.3111,7303.0711,6126.0000,0,10979.2200,4526.2344,5473.3125,9211.3156,7404.4267,3076.4911,6875.1400,648.4622,3055.8617,1250.6800,1841.5117,1536.0000,1536.0000,0,1921.0433,683.1200,1564.5567,2952.2189,1468.0833,1440.0000,1479.8411,1166.4433,1150.8667,288.0000,986.5178,568.6500,960.0089,543.4833,522.1678,326.5894,402.8000,1021.1444,198.9664,386.1222,68.0319,26.0711,65.9958,16.0939,267.2011,64.0356,7.1367,52.5422,108.1047,82.1119,43.3692,19.2856,13.9453,40.8392,39.5500,11.6692,17.7975,28.1400,28.1400,7.7811,7.7806,22.5389,1.0400,0.2208 +2016-12-31,86581.6175,22004.0533,10091.8844,20518.0064,3452.2700,11780.8131,2566.6744,6839.5200,37.7500,1590.5200,6955.7733,2761.8142,3285.8933,5701.5467,2976.8089,4561.6667,0,5534.6542,444.3467,1437.7244,1536.0000,1325.6578,3473.9867,288.0000,2349.9100,1346.5222,1114.5244,1440.0000,1440.0000,919.8422,1294.9333,1152.0000,291.6067,391.1556,1428.0200,294.9778,0,125.4733,914.2433,0,0,7.7117,0,491.1800,527.7511,502.9333,77.7350,0,158.3044,0,23.9844,25.9131,8.6314,44.0186,0,45.9239,13.7992,9.8089,11.6819,14.1122,0,0,7.7850,7.7769,0,0,0.3878 +2017-01-01,7899.9369,2371.1200,0,11183.6664,3041.8000,4898.4422,0,4673.8133,19080.0167,0,632.8711,1254.4625,0,0,2946.3933,253.9867,0,0,0,987.0200,1293.2800,371.5867,1788.3289,60.5500,1885.4400,118.8933,0,158.2333,1140.3500,0,565.4367,963.0756,403.2472,0,35.2583,0,0,870.5067,206.1100,3.4667,0,0,0,11.4333,56.9511,21.4056,405.2389,0,122.6356,0,45.9622,1.7419,0,0,0,0,0,0,11.6350,0,0,0,7.7583,7.7581,0,0,0.0256 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_cpu_hours/timeseries-Month-reference.csv index 3280454e93..bacdcf6842 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_cpu_hours/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[Honey-buzzard] CPU Hours: Total","[Pipit, Meadow] CPU Hours: Total","[Scaup, Lesser] CPU Hours: Total","[Moorhen] CPU Hours: Total","[Bunting, Reed] CPU Hours: Total","[Warbler, Garden] CPU Hours: Total","[Crane, Sandhill] CPU Hours: Total","[Crane] CPU Hours: Total","[Plover, Caspian] CPU Hours: Total","[Smew] CPU Hours: Total","[Warbler, Sardinian] CPU Hours: Total","[Lapwing] CPU Hours: Total","[Goose, Egyptian] CPU Hours: Total","[Warbler, Dusky] CPU Hours: Total","[Dove, Turtle] CPU Hours: Total","[Sandpiper, Spotted] CPU Hours: Total","[Scoter, Velvet] CPU Hours: Total","[Grey, Lesser] CPU Hours: Total","[Siskin] CPU Hours: Total","[Treecreeper, Short-toed] CPU Hours: Total","[Chaffinch] CPU Hours: Total","[Ovenbird] CPU Hours: Total","[Sparrow, White-throated] CPU Hours: Total","[Thrush, Mistle] CPU Hours: Total","[Whimbrel] CPU Hours: Total","[Shag] CPU Hours: Total","[Thrush, Swainson's] CPU Hours: Total","[Peregrine] CPU Hours: Total","[Duck, Ferruginous] CPU Hours: Total","[Warbler, Hooded] CPU Hours: Total","[Sapsucker, Yellow-bellied] CPU Hours: Total","[Shearwater, Cory's] CPU Hours: Total","[Oriole, Baltimore] CPU Hours: Total","[Bunting, Yellow-breasted] CPU Hours: Total","[Thrush, Grey-cheeked] CPU Hours: Total","[Bunting, Yellow-browed] CPU Hours: Total","[Plover, White-tailed] CPU Hours: Total","[Dunlin] CPU Hours: Total","[Warbler, Golden-winged] CPU Hours: Total","[Warbler, Yellow-browed] CPU Hours: Total","[Grosbeak, Evening] CPU Hours: Total","[Warbler, Booted] CPU Hours: Total","[Ibis, Glossy] CPU Hours: Total","[Auk, Little] CPU Hours: Total","[Swift, Alpine] CPU Hours: Total","[Roller] CPU Hours: Total","[Shrike, Long-tailed] CPU Hours: Total","[Grebe, Pied-billed] CPU Hours: Total","[Fieldfare] CPU Hours: Total","[Tern, Sandwich] CPU Hours: Total","[Redpoll, Lesser] CPU Hours: Total","[Grey, Southern] CPU Hours: Total","[Harrier, Hen] CPU Hours: Total","[Jackdaw] CPU Hours: Total","[Warbler, Moltoni's] CPU Hours: Total","[Bunting, Black-headed] CPU Hours: Total","[Grey, Great] CPU Hours: Total","[Stint, Little] CPU Hours: Total","[Martin, Purple] CPU Hours: Total","[Gull, Ring-billed] CPU Hours: Total","[Gallinule, Allen's] CPU Hours: Total","[Coot] CPU Hours: Total","[Egret, Cattle] CPU Hours: Total","[Martin, Crag] CPU Hours: Total","[Partridge, Red-legged] CPU Hours: Total","[Sparrow, Savannah] CPU Hours: Total" -2016-12,149178.5061,144105.1200,118663.3556,55820.4542,32399.2778,29927.2797,22888.9811,14800.0000,37.7500,18391.0000,16029.1278,14099.6133,14141.1200,13105.9733,9604.1033,11924.2033,10557.5822,8590.5158,8404.1933,7219.8672,6387.1822,6249.6044,3473.9867,5137.5000,3033.0300,4458.9622,4528.0644,4314.3667,3060.1167,3862.9211,3017.2422,2541.1689,2796.5633,2430.7267,2003.9100,2013.9756,1588.9133,647.6411,1240.8328,1441.0222,1129.0533,1021.5447,960.1333,611.2161,553.8222,568.9292,116.0711,500.2031,222.3400,174.8775,105.2211,134.0178,100.8417,87.3878,72.0069,59.8692,54.6383,49.3589,23.3511,31.9097,28.1400,15.5661,15.5575,22.5389,1.0400,0.6086 -2017-01,7899.9369,2371.1200,0,11183.6664,3041.8000,4898.4422,0,4673.8133,19080.0167,0,632.8711,1254.4625,0,0,2946.3933,253.9867,0,0,0,987.0200,1293.2800,371.5867,1788.3289,60.5500,1885.4400,118.8933,0,158.2333,1140.3500,0,565.4367,963.0756,403.2472,0,35.2583,0,0,870.5067,206.1100,3.4667,0,0,0,11.4333,56.9511,21.4056,405.2389,0,122.6356,0,45.9622,1.7419,0,0,0,0,0,0,11.6350,0,0,7.7583,7.7581,0,0,0.0256 +Month,"[Honey-buzzard] CPU Hours: Total","[Pipit, Meadow] CPU Hours: Total","[Scaup, Lesser] CPU Hours: Total","[Moorhen] CPU Hours: Total","[Bunting, Reed] CPU Hours: Total","[Warbler, Garden] CPU Hours: Total","[Crane, Sandhill] CPU Hours: Total","[Crane] CPU Hours: Total","[Plover, Caspian] CPU Hours: Total","[Smew] CPU Hours: Total","[Warbler, Sardinian] CPU Hours: Total","[Lapwing] CPU Hours: Total","[Goose, Egyptian] CPU Hours: Total","[Warbler, Dusky] CPU Hours: Total","[Dove, Turtle] CPU Hours: Total","[Sandpiper, Spotted] CPU Hours: Total","[Scoter, Velvet] CPU Hours: Total","[Grey, Lesser] CPU Hours: Total","[Siskin] CPU Hours: Total","[Treecreeper, Short-toed] CPU Hours: Total","[Chaffinch] CPU Hours: Total","[Ovenbird] CPU Hours: Total","[Sparrow, White-throated] CPU Hours: Total","[Thrush, Mistle] CPU Hours: Total","[Whimbrel] CPU Hours: Total","[Shag] CPU Hours: Total","[Thrush, Swainson's] CPU Hours: Total","[Peregrine] CPU Hours: Total","[Duck, Ferruginous] CPU Hours: Total","[Warbler, Hooded] CPU Hours: Total","[Sapsucker, Yellow-bellied] CPU Hours: Total","[Shearwater, Cory's] CPU Hours: Total","[Oriole, Baltimore] CPU Hours: Total","[Bunting, Yellow-breasted] CPU Hours: Total","[Thrush, Grey-cheeked] CPU Hours: Total","[Bunting, Yellow-browed] CPU Hours: Total","[Plover, White-tailed] CPU Hours: Total","[Dunlin] CPU Hours: Total","[Warbler, Golden-winged] CPU Hours: Total","[Warbler, Yellow-browed] CPU Hours: Total","[Grosbeak, Evening] CPU Hours: Total","[Warbler, Booted] CPU Hours: Total","[Ibis, Glossy] CPU Hours: Total","[Auk, Little] CPU Hours: Total","[Swift, Alpine] CPU Hours: Total","[Roller] CPU Hours: Total","[Shrike, Long-tailed] CPU Hours: Total","[Grebe, Pied-billed] CPU Hours: Total","[Fieldfare] CPU Hours: Total","[Tern, Sandwich] CPU Hours: Total","[Redpoll, Lesser] CPU Hours: Total","[Grey, Southern] CPU Hours: Total","[Harrier, Hen] CPU Hours: Total","[Jackdaw] CPU Hours: Total","[Warbler, Moltoni's] CPU Hours: Total","[Bunting, Black-headed] CPU Hours: Total","[Grey, Great] CPU Hours: Total","[Stint, Little] CPU Hours: Total","[Martin, Purple] CPU Hours: Total","[Gull, Ring-billed] CPU Hours: Total","[Duck, Harlequin] CPU Hours: Total","[Gallinule, Allen's] CPU Hours: Total","[Coot] CPU Hours: Total","[Egret, Cattle] CPU Hours: Total","[Martin, Crag] CPU Hours: Total","[Partridge, Red-legged] CPU Hours: Total","[Sparrow, Savannah] CPU Hours: Total" +2016-12,149178.5061,144105.1200,118663.3556,55820.4542,32399.2778,29927.2797,22888.9811,14800.0000,37.7500,18391.0000,16029.1278,14099.6133,14141.1200,13105.9733,9604.1033,11924.2033,10557.5822,8590.5158,8404.1933,7219.8672,6387.1822,6249.6044,3473.9867,5137.5000,3033.0300,4458.9622,4528.0644,4314.3667,3060.1167,3862.9211,3017.2422,2541.1689,2796.5633,2430.7267,2003.9100,2013.9756,1588.9133,647.6411,1240.8328,1441.0222,1129.0533,1021.5447,960.1333,611.2161,553.8222,568.9292,116.0711,500.2031,222.3400,174.8775,105.2211,134.0178,100.8417,87.3878,72.0069,59.8692,54.6383,49.3589,23.3511,31.9097,28.1400,28.1400,15.5661,15.5575,22.5389,1.0400,0.6086 +2017-01,7899.9369,2371.1200,0,11183.6664,3041.8000,4898.4422,0,4673.8133,19080.0167,0,632.8711,1254.4625,0,0,2946.3933,253.9867,0,0,0,987.0200,1293.2800,371.5867,1788.3289,60.5500,1885.4400,118.8933,0,158.2333,1140.3500,0,565.4367,963.0756,403.2472,0,35.2583,0,0,870.5067,206.1100,3.4667,0,0,0,11.4333,56.9511,21.4056,405.2389,0,122.6356,0,45.9622,1.7419,0,0,0,0,0,0,11.6350,0,0,0,7.7583,7.7581,0,0,0.0256 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_cpu_hours/timeseries-Quarter-reference.csv index 1d3cb065a3..bc282dbd5c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_cpu_hours/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[Honey-buzzard] CPU Hours: Total","[Pipit, Meadow] CPU Hours: Total","[Scaup, Lesser] CPU Hours: Total","[Moorhen] CPU Hours: Total","[Bunting, Reed] CPU Hours: Total","[Warbler, Garden] CPU Hours: Total","[Crane, Sandhill] CPU Hours: Total","[Crane] CPU Hours: Total","[Plover, Caspian] CPU Hours: Total","[Smew] CPU Hours: Total","[Warbler, Sardinian] CPU Hours: Total","[Lapwing] CPU Hours: Total","[Goose, Egyptian] CPU Hours: Total","[Warbler, Dusky] CPU Hours: Total","[Dove, Turtle] CPU Hours: Total","[Sandpiper, Spotted] CPU Hours: Total","[Scoter, Velvet] CPU Hours: Total","[Grey, Lesser] CPU Hours: Total","[Siskin] CPU Hours: Total","[Treecreeper, Short-toed] CPU Hours: Total","[Chaffinch] CPU Hours: Total","[Ovenbird] CPU Hours: Total","[Sparrow, White-throated] CPU Hours: Total","[Thrush, Mistle] CPU Hours: Total","[Whimbrel] CPU Hours: Total","[Shag] CPU Hours: Total","[Thrush, Swainson's] CPU Hours: Total","[Peregrine] CPU Hours: Total","[Duck, Ferruginous] CPU Hours: Total","[Warbler, Hooded] CPU Hours: Total","[Sapsucker, Yellow-bellied] CPU Hours: Total","[Shearwater, Cory's] CPU Hours: Total","[Oriole, Baltimore] CPU Hours: Total","[Bunting, Yellow-breasted] CPU Hours: Total","[Thrush, Grey-cheeked] CPU Hours: Total","[Bunting, Yellow-browed] CPU Hours: Total","[Plover, White-tailed] CPU Hours: Total","[Dunlin] CPU Hours: Total","[Warbler, Golden-winged] CPU Hours: Total","[Warbler, Yellow-browed] CPU Hours: Total","[Grosbeak, Evening] CPU Hours: Total","[Warbler, Booted] CPU Hours: Total","[Ibis, Glossy] CPU Hours: Total","[Auk, Little] CPU Hours: Total","[Swift, Alpine] CPU Hours: Total","[Roller] CPU Hours: Total","[Shrike, Long-tailed] CPU Hours: Total","[Grebe, Pied-billed] CPU Hours: Total","[Fieldfare] CPU Hours: Total","[Tern, Sandwich] CPU Hours: Total","[Redpoll, Lesser] CPU Hours: Total","[Grey, Southern] CPU Hours: Total","[Harrier, Hen] CPU Hours: Total","[Jackdaw] CPU Hours: Total","[Warbler, Moltoni's] CPU Hours: Total","[Bunting, Black-headed] CPU Hours: Total","[Grey, Great] CPU Hours: Total","[Stint, Little] CPU Hours: Total","[Martin, Purple] CPU Hours: Total","[Gull, Ring-billed] CPU Hours: Total","[Gallinule, Allen's] CPU Hours: Total","[Coot] CPU Hours: Total","[Egret, Cattle] CPU Hours: Total","[Martin, Crag] CPU Hours: Total","[Partridge, Red-legged] CPU Hours: Total","[Sparrow, Savannah] CPU Hours: Total" -"2016 Q4",149178.5061,144105.1200,118663.3556,55820.4542,32399.2778,29927.2797,22888.9811,14800.0000,37.7500,18391.0000,16029.1278,14099.6133,14141.1200,13105.9733,9604.1033,11924.2033,10557.5822,8590.5158,8404.1933,7219.8672,6387.1822,6249.6044,3473.9867,5137.5000,3033.0300,4458.9622,4528.0644,4314.3667,3060.1167,3862.9211,3017.2422,2541.1689,2796.5633,2430.7267,2003.9100,2013.9756,1588.9133,647.6411,1240.8328,1441.0222,1129.0533,1021.5447,960.1333,611.2161,553.8222,568.9292,116.0711,500.2031,222.3400,174.8775,105.2211,134.0178,100.8417,87.3878,72.0069,59.8692,54.6383,49.3589,23.3511,31.9097,28.1400,15.5661,15.5575,22.5389,1.0400,0.6086 -"2017 Q1",7899.9369,2371.1200,0,11183.6664,3041.8000,4898.4422,0,4673.8133,19080.0167,0,632.8711,1254.4625,0,0,2946.3933,253.9867,0,0,0,987.0200,1293.2800,371.5867,1788.3289,60.5500,1885.4400,118.8933,0,158.2333,1140.3500,0,565.4367,963.0756,403.2472,0,35.2583,0,0,870.5067,206.1100,3.4667,0,0,0,11.4333,56.9511,21.4056,405.2389,0,122.6356,0,45.9622,1.7419,0,0,0,0,0,0,11.6350,0,0,7.7583,7.7581,0,0,0.0256 +Quarter,"[Honey-buzzard] CPU Hours: Total","[Pipit, Meadow] CPU Hours: Total","[Scaup, Lesser] CPU Hours: Total","[Moorhen] CPU Hours: Total","[Bunting, Reed] CPU Hours: Total","[Warbler, Garden] CPU Hours: Total","[Crane, Sandhill] CPU Hours: Total","[Crane] CPU Hours: Total","[Plover, Caspian] CPU Hours: Total","[Smew] CPU Hours: Total","[Warbler, Sardinian] CPU Hours: Total","[Lapwing] CPU Hours: Total","[Goose, Egyptian] CPU Hours: Total","[Warbler, Dusky] CPU Hours: Total","[Dove, Turtle] CPU Hours: Total","[Sandpiper, Spotted] CPU Hours: Total","[Scoter, Velvet] CPU Hours: Total","[Grey, Lesser] CPU Hours: Total","[Siskin] CPU Hours: Total","[Treecreeper, Short-toed] CPU Hours: Total","[Chaffinch] CPU Hours: Total","[Ovenbird] CPU Hours: Total","[Sparrow, White-throated] CPU Hours: Total","[Thrush, Mistle] CPU Hours: Total","[Whimbrel] CPU Hours: Total","[Shag] CPU Hours: Total","[Thrush, Swainson's] CPU Hours: Total","[Peregrine] CPU Hours: Total","[Duck, Ferruginous] CPU Hours: Total","[Warbler, Hooded] CPU Hours: Total","[Sapsucker, Yellow-bellied] CPU Hours: Total","[Shearwater, Cory's] CPU Hours: Total","[Oriole, Baltimore] CPU Hours: Total","[Bunting, Yellow-breasted] CPU Hours: Total","[Thrush, Grey-cheeked] CPU Hours: Total","[Bunting, Yellow-browed] CPU Hours: Total","[Plover, White-tailed] CPU Hours: Total","[Dunlin] CPU Hours: Total","[Warbler, Golden-winged] CPU Hours: Total","[Warbler, Yellow-browed] CPU Hours: Total","[Grosbeak, Evening] CPU Hours: Total","[Warbler, Booted] CPU Hours: Total","[Ibis, Glossy] CPU Hours: Total","[Auk, Little] CPU Hours: Total","[Swift, Alpine] CPU Hours: Total","[Roller] CPU Hours: Total","[Shrike, Long-tailed] CPU Hours: Total","[Grebe, Pied-billed] CPU Hours: Total","[Fieldfare] CPU Hours: Total","[Tern, Sandwich] CPU Hours: Total","[Redpoll, Lesser] CPU Hours: Total","[Grey, Southern] CPU Hours: Total","[Harrier, Hen] CPU Hours: Total","[Jackdaw] CPU Hours: Total","[Warbler, Moltoni's] CPU Hours: Total","[Bunting, Black-headed] CPU Hours: Total","[Grey, Great] CPU Hours: Total","[Stint, Little] CPU Hours: Total","[Martin, Purple] CPU Hours: Total","[Gull, Ring-billed] CPU Hours: Total","[Duck, Harlequin] CPU Hours: Total","[Gallinule, Allen's] CPU Hours: Total","[Coot] CPU Hours: Total","[Egret, Cattle] CPU Hours: Total","[Martin, Crag] CPU Hours: Total","[Partridge, Red-legged] CPU Hours: Total","[Sparrow, Savannah] CPU Hours: Total" +"2016 Q4",149178.5061,144105.1200,118663.3556,55820.4542,32399.2778,29927.2797,22888.9811,14800.0000,37.7500,18391.0000,16029.1278,14099.6133,14141.1200,13105.9733,9604.1033,11924.2033,10557.5822,8590.5158,8404.1933,7219.8672,6387.1822,6249.6044,3473.9867,5137.5000,3033.0300,4458.9622,4528.0644,4314.3667,3060.1167,3862.9211,3017.2422,2541.1689,2796.5633,2430.7267,2003.9100,2013.9756,1588.9133,647.6411,1240.8328,1441.0222,1129.0533,1021.5447,960.1333,611.2161,553.8222,568.9292,116.0711,500.2031,222.3400,174.8775,105.2211,134.0178,100.8417,87.3878,72.0069,59.8692,54.6383,49.3589,23.3511,31.9097,28.1400,28.1400,15.5661,15.5575,22.5389,1.0400,0.6086 +"2017 Q1",7899.9369,2371.1200,0,11183.6664,3041.8000,4898.4422,0,4673.8133,19080.0167,0,632.8711,1254.4625,0,0,2946.3933,253.9867,0,0,0,987.0200,1293.2800,371.5867,1788.3289,60.5500,1885.4400,118.8933,0,158.2333,1140.3500,0,565.4367,963.0756,403.2472,0,35.2583,0,0,870.5067,206.1100,3.4667,0,0,0,11.4333,56.9511,21.4056,405.2389,0,122.6356,0,45.9622,1.7419,0,0,0,0,0,0,11.6350,0,0,0,7.7583,7.7581,0,0,0.0256 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_cpu_hours/timeseries-Year-reference.csv index dc5146c925..f019cd71ce 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_cpu_hours/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[Honey-buzzard] CPU Hours: Total","[Pipit, Meadow] CPU Hours: Total","[Scaup, Lesser] CPU Hours: Total","[Moorhen] CPU Hours: Total","[Bunting, Reed] CPU Hours: Total","[Warbler, Garden] CPU Hours: Total","[Crane, Sandhill] CPU Hours: Total","[Crane] CPU Hours: Total","[Plover, Caspian] CPU Hours: Total","[Smew] CPU Hours: Total","[Warbler, Sardinian] CPU Hours: Total","[Lapwing] CPU Hours: Total","[Goose, Egyptian] CPU Hours: Total","[Warbler, Dusky] CPU Hours: Total","[Dove, Turtle] CPU Hours: Total","[Sandpiper, Spotted] CPU Hours: Total","[Scoter, Velvet] CPU Hours: Total","[Grey, Lesser] CPU Hours: Total","[Siskin] CPU Hours: Total","[Treecreeper, Short-toed] CPU Hours: Total","[Chaffinch] CPU Hours: Total","[Ovenbird] CPU Hours: Total","[Sparrow, White-throated] CPU Hours: Total","[Thrush, Mistle] CPU Hours: Total","[Whimbrel] CPU Hours: Total","[Shag] CPU Hours: Total","[Thrush, Swainson's] CPU Hours: Total","[Peregrine] CPU Hours: Total","[Duck, Ferruginous] CPU Hours: Total","[Warbler, Hooded] CPU Hours: Total","[Sapsucker, Yellow-bellied] CPU Hours: Total","[Shearwater, Cory's] CPU Hours: Total","[Oriole, Baltimore] CPU Hours: Total","[Bunting, Yellow-breasted] CPU Hours: Total","[Thrush, Grey-cheeked] CPU Hours: Total","[Bunting, Yellow-browed] CPU Hours: Total","[Plover, White-tailed] CPU Hours: Total","[Dunlin] CPU Hours: Total","[Warbler, Golden-winged] CPU Hours: Total","[Warbler, Yellow-browed] CPU Hours: Total","[Grosbeak, Evening] CPU Hours: Total","[Warbler, Booted] CPU Hours: Total","[Ibis, Glossy] CPU Hours: Total","[Auk, Little] CPU Hours: Total","[Swift, Alpine] CPU Hours: Total","[Roller] CPU Hours: Total","[Shrike, Long-tailed] CPU Hours: Total","[Grebe, Pied-billed] CPU Hours: Total","[Fieldfare] CPU Hours: Total","[Tern, Sandwich] CPU Hours: Total","[Redpoll, Lesser] CPU Hours: Total","[Grey, Southern] CPU Hours: Total","[Harrier, Hen] CPU Hours: Total","[Jackdaw] CPU Hours: Total","[Warbler, Moltoni's] CPU Hours: Total","[Bunting, Black-headed] CPU Hours: Total","[Grey, Great] CPU Hours: Total","[Stint, Little] CPU Hours: Total","[Martin, Purple] CPU Hours: Total","[Gull, Ring-billed] CPU Hours: Total","[Gallinule, Allen's] CPU Hours: Total","[Coot] CPU Hours: Total","[Egret, Cattle] CPU Hours: Total","[Martin, Crag] CPU Hours: Total","[Partridge, Red-legged] CPU Hours: Total","[Sparrow, Savannah] CPU Hours: Total" -2016,149178.5061,144105.1200,118663.3556,55820.4542,32399.2778,29927.2797,22888.9811,14800.0000,37.7500,18391.0000,16029.1278,14099.6133,14141.1200,13105.9733,9604.1033,11924.2033,10557.5822,8590.5158,8404.1933,7219.8672,6387.1822,6249.6044,3473.9867,5137.5000,3033.0300,4458.9622,4528.0644,4314.3667,3060.1167,3862.9211,3017.2422,2541.1689,2796.5633,2430.7267,2003.9100,2013.9756,1588.9133,647.6411,1240.8328,1441.0222,1129.0533,1021.5447,960.1333,611.2161,553.8222,568.9292,116.0711,500.2031,222.3400,174.8775,105.2211,134.0178,100.8417,87.3878,72.0069,59.8692,54.6383,49.3589,23.3511,31.9097,28.1400,15.5661,15.5575,22.5389,1.0400,0.6086 -2017,7899.9369,2371.1200,0,11183.6664,3041.8000,4898.4422,0,4673.8133,19080.0167,0,632.8711,1254.4625,0,0,2946.3933,253.9867,0,0,0,987.0200,1293.2800,371.5867,1788.3289,60.5500,1885.4400,118.8933,0,158.2333,1140.3500,0,565.4367,963.0756,403.2472,0,35.2583,0,0,870.5067,206.1100,3.4667,0,0,0,11.4333,56.9511,21.4056,405.2389,0,122.6356,0,45.9622,1.7419,0,0,0,0,0,0,11.6350,0,0,7.7583,7.7581,0,0,0.0256 +Year,"[Honey-buzzard] CPU Hours: Total","[Pipit, Meadow] CPU Hours: Total","[Scaup, Lesser] CPU Hours: Total","[Moorhen] CPU Hours: Total","[Bunting, Reed] CPU Hours: Total","[Warbler, Garden] CPU Hours: Total","[Crane, Sandhill] CPU Hours: Total","[Crane] CPU Hours: Total","[Plover, Caspian] CPU Hours: Total","[Smew] CPU Hours: Total","[Warbler, Sardinian] CPU Hours: Total","[Lapwing] CPU Hours: Total","[Goose, Egyptian] CPU Hours: Total","[Warbler, Dusky] CPU Hours: Total","[Dove, Turtle] CPU Hours: Total","[Sandpiper, Spotted] CPU Hours: Total","[Scoter, Velvet] CPU Hours: Total","[Grey, Lesser] CPU Hours: Total","[Siskin] CPU Hours: Total","[Treecreeper, Short-toed] CPU Hours: Total","[Chaffinch] CPU Hours: Total","[Ovenbird] CPU Hours: Total","[Sparrow, White-throated] CPU Hours: Total","[Thrush, Mistle] CPU Hours: Total","[Whimbrel] CPU Hours: Total","[Shag] CPU Hours: Total","[Thrush, Swainson's] CPU Hours: Total","[Peregrine] CPU Hours: Total","[Duck, Ferruginous] CPU Hours: Total","[Warbler, Hooded] CPU Hours: Total","[Sapsucker, Yellow-bellied] CPU Hours: Total","[Shearwater, Cory's] CPU Hours: Total","[Oriole, Baltimore] CPU Hours: Total","[Bunting, Yellow-breasted] CPU Hours: Total","[Thrush, Grey-cheeked] CPU Hours: Total","[Bunting, Yellow-browed] CPU Hours: Total","[Plover, White-tailed] CPU Hours: Total","[Dunlin] CPU Hours: Total","[Warbler, Golden-winged] CPU Hours: Total","[Warbler, Yellow-browed] CPU Hours: Total","[Grosbeak, Evening] CPU Hours: Total","[Warbler, Booted] CPU Hours: Total","[Ibis, Glossy] CPU Hours: Total","[Auk, Little] CPU Hours: Total","[Swift, Alpine] CPU Hours: Total","[Roller] CPU Hours: Total","[Shrike, Long-tailed] CPU Hours: Total","[Grebe, Pied-billed] CPU Hours: Total","[Fieldfare] CPU Hours: Total","[Tern, Sandwich] CPU Hours: Total","[Redpoll, Lesser] CPU Hours: Total","[Grey, Southern] CPU Hours: Total","[Harrier, Hen] CPU Hours: Total","[Jackdaw] CPU Hours: Total","[Warbler, Moltoni's] CPU Hours: Total","[Bunting, Black-headed] CPU Hours: Total","[Grey, Great] CPU Hours: Total","[Stint, Little] CPU Hours: Total","[Martin, Purple] CPU Hours: Total","[Gull, Ring-billed] CPU Hours: Total","[Duck, Harlequin] CPU Hours: Total","[Gallinule, Allen's] CPU Hours: Total","[Coot] CPU Hours: Total","[Egret, Cattle] CPU Hours: Total","[Martin, Crag] CPU Hours: Total","[Partridge, Red-legged] CPU Hours: Total","[Sparrow, Savannah] CPU Hours: Total" +2016,149178.5061,144105.1200,118663.3556,55820.4542,32399.2778,29927.2797,22888.9811,14800.0000,37.7500,18391.0000,16029.1278,14099.6133,14141.1200,13105.9733,9604.1033,11924.2033,10557.5822,8590.5158,8404.1933,7219.8672,6387.1822,6249.6044,3473.9867,5137.5000,3033.0300,4458.9622,4528.0644,4314.3667,3060.1167,3862.9211,3017.2422,2541.1689,2796.5633,2430.7267,2003.9100,2013.9756,1588.9133,647.6411,1240.8328,1441.0222,1129.0533,1021.5447,960.1333,611.2161,553.8222,568.9292,116.0711,500.2031,222.3400,174.8775,105.2211,134.0178,100.8417,87.3878,72.0069,59.8692,54.6383,49.3589,23.3511,31.9097,28.1400,28.1400,15.5661,15.5575,22.5389,1.0400,0.6086 +2017,7899.9369,2371.1200,0,11183.6664,3041.8000,4898.4422,0,4673.8133,19080.0167,0,632.8711,1254.4625,0,0,2946.3933,253.9867,0,0,0,987.0200,1293.2800,371.5867,1788.3289,60.5500,1885.4400,118.8933,0,158.2333,1140.3500,0,565.4367,963.0756,403.2472,0,35.2583,0,0,870.5067,206.1100,3.4667,0,0,0,11.4333,56.9511,21.4056,405.2389,0,122.6356,0,45.9622,1.7419,0,0,0,0,0,0,11.6350,0,0,0,7.7583,7.7581,0,0,0.0256 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_gpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_gpu_hours/aggregate-Day-reference.csv index 07be172767..e99ff7e9d5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_gpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_gpu_hours/aggregate-Day-reference.csv @@ -18,6 +18,7 @@ Crane,0.0000 "Crane, Sandhill",0.0000 "Dove, Turtle",0.0000 "Duck, Ferruginous",0.0000 +"Duck, Harlequin",0.0000 Dunlin,0.0000 "Egret, Cattle",0.0000 Fieldfare,0.0000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_gpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_gpu_hours/aggregate-Month-reference.csv index 07be172767..e99ff7e9d5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_gpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_gpu_hours/aggregate-Month-reference.csv @@ -18,6 +18,7 @@ Crane,0.0000 "Crane, Sandhill",0.0000 "Dove, Turtle",0.0000 "Duck, Ferruginous",0.0000 +"Duck, Harlequin",0.0000 Dunlin,0.0000 "Egret, Cattle",0.0000 Fieldfare,0.0000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_gpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_gpu_hours/aggregate-Quarter-reference.csv index 07be172767..e99ff7e9d5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_gpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_gpu_hours/aggregate-Quarter-reference.csv @@ -18,6 +18,7 @@ Crane,0.0000 "Crane, Sandhill",0.0000 "Dove, Turtle",0.0000 "Duck, Ferruginous",0.0000 +"Duck, Harlequin",0.0000 Dunlin,0.0000 "Egret, Cattle",0.0000 Fieldfare,0.0000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_gpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_gpu_hours/aggregate-Year-reference.csv index 07be172767..e99ff7e9d5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_gpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_gpu_hours/aggregate-Year-reference.csv @@ -18,6 +18,7 @@ Crane,0.0000 "Crane, Sandhill",0.0000 "Dove, Turtle",0.0000 "Duck, Ferruginous",0.0000 +"Duck, Harlequin",0.0000 Dunlin,0.0000 "Egret, Cattle",0.0000 Fieldfare,0.0000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_gpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_gpu_hours/timeseries-Day-reference.csv index eb3ade498d..51e7251ded 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_gpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_gpu_hours/timeseries-Day-reference.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[Oriole, Baltimore] GPU Hours: Total","[Auk, Little] GPU Hours: Total","[Bunting, Black-headed] GPU Hours: Total","[Bunting, Reed] GPU Hours: Total","[Bunting, Yellow-breasted] GPU Hours: Total","[Bunting, Yellow-browed] GPU Hours: Total","[Chaffinch] GPU Hours: Total","[Coot] GPU Hours: Total","[Crane] GPU Hours: Total","[Crane, Sandhill] GPU Hours: Total","[Dove, Turtle] GPU Hours: Total","[Duck, Ferruginous] GPU Hours: Total","[Dunlin] GPU Hours: Total","[Egret, Cattle] GPU Hours: Total","[Fieldfare] GPU Hours: Total","[Gallinule, Allen's] GPU Hours: Total","[Goose, Egyptian] GPU Hours: Total","[Grebe, Pied-billed] GPU Hours: Total","[Grey, Great] GPU Hours: Total","[Grey, Lesser] GPU Hours: Total","[Grey, Southern] GPU Hours: Total","[Grosbeak, Evening] GPU Hours: Total","[Gull, Ring-billed] GPU Hours: Total","[Harrier, Hen] GPU Hours: Total","[Honey-buzzard] GPU Hours: Total","[Ibis, Glossy] GPU Hours: Total","[Jackdaw] GPU Hours: Total","[Lapwing] GPU Hours: Total","[Martin, Crag] GPU Hours: Total","[Martin, Purple] GPU Hours: Total","[Moorhen] GPU Hours: Total","[Ovenbird] GPU Hours: Total","[Partridge, Red-legged] GPU Hours: Total","[Peregrine] GPU Hours: Total","[Pipit, Meadow] GPU Hours: Total","[Plover, Caspian] GPU Hours: Total","[Plover, White-tailed] GPU Hours: Total","[Redpoll, Lesser] GPU Hours: Total","[Roller] GPU Hours: Total","[Sandpiper, Spotted] GPU Hours: Total","[Sapsucker, Yellow-bellied] GPU Hours: Total","[Scaup, Lesser] GPU Hours: Total","[Scoter, Velvet] GPU Hours: Total","[Shag] GPU Hours: Total","[Shearwater, Cory's] GPU Hours: Total","[Shrike, Long-tailed] GPU Hours: Total","[Siskin] GPU Hours: Total","[Smew] GPU Hours: Total","[Sparrow, Savannah] GPU Hours: Total","[Sparrow, White-throated] GPU Hours: Total","[Stint, Little] GPU Hours: Total","[Swift, Alpine] GPU Hours: Total","[Tern, Sandwich] GPU Hours: Total","[Thrush, Grey-cheeked] GPU Hours: Total","[Thrush, Mistle] GPU Hours: Total","[Thrush, Swainson's] GPU Hours: Total","[Treecreeper, Short-toed] GPU Hours: Total","[Warbler, Booted] GPU Hours: Total","[Warbler, Dusky] GPU Hours: Total","[Warbler, Garden] GPU Hours: Total","[Warbler, Golden-winged] GPU Hours: Total","[Warbler, Hooded] GPU Hours: Total","[Warbler, Moltoni's] GPU Hours: Total","[Warbler, Sardinian] GPU Hours: Total","[Warbler, Yellow-browed] GPU Hours: Total","[Whimbrel] GPU Hours: Total" -2016-12-22,33.4928,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,48.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-24,48.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-25,48.0000,0,0,0.0000,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-26,48.0000,0,0,0.0000,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0.0000,0,0,0,0,0,0 -2016-12-27,48.0000,0,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0.0000,0,0,0.0000,0,0,0,0,0,0,0,0.0000,0,0,0,0.0000,0,0,0,0,0,0.0000,0,0,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0,0,0 -2016-12-28,48.0000,0,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0,0,0.0000,0,0.0000,0,0,0,0,0.0000,0.0000,0.0000,0,0,0.0000,0,0,0,0,0,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0.0000,0,0 -2016-12-29,48.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0,0,0,0.0000,0.0000,0,0,0,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0.0000,0.0000,0 -2016-12-30,48.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 -2016-12-31,48.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0,0.0000 -2017-01-01,41.4200,0.0000,0,0.0000,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0,0,0,0,0.0000,0,0,0,0.0000,0,0,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000 +Day,"[Oriole, Baltimore] GPU Hours: Total","[Auk, Little] GPU Hours: Total","[Bunting, Black-headed] GPU Hours: Total","[Bunting, Reed] GPU Hours: Total","[Bunting, Yellow-breasted] GPU Hours: Total","[Bunting, Yellow-browed] GPU Hours: Total","[Chaffinch] GPU Hours: Total","[Coot] GPU Hours: Total","[Crane] GPU Hours: Total","[Crane, Sandhill] GPU Hours: Total","[Dove, Turtle] GPU Hours: Total","[Duck, Ferruginous] GPU Hours: Total","[Duck, Harlequin] GPU Hours: Total","[Dunlin] GPU Hours: Total","[Egret, Cattle] GPU Hours: Total","[Fieldfare] GPU Hours: Total","[Gallinule, Allen's] GPU Hours: Total","[Goose, Egyptian] GPU Hours: Total","[Grebe, Pied-billed] GPU Hours: Total","[Grey, Great] GPU Hours: Total","[Grey, Lesser] GPU Hours: Total","[Grey, Southern] GPU Hours: Total","[Grosbeak, Evening] GPU Hours: Total","[Gull, Ring-billed] GPU Hours: Total","[Harrier, Hen] GPU Hours: Total","[Honey-buzzard] GPU Hours: Total","[Ibis, Glossy] GPU Hours: Total","[Jackdaw] GPU Hours: Total","[Lapwing] GPU Hours: Total","[Martin, Crag] GPU Hours: Total","[Martin, Purple] GPU Hours: Total","[Moorhen] GPU Hours: Total","[Ovenbird] GPU Hours: Total","[Partridge, Red-legged] GPU Hours: Total","[Peregrine] GPU Hours: Total","[Pipit, Meadow] GPU Hours: Total","[Plover, Caspian] GPU Hours: Total","[Plover, White-tailed] GPU Hours: Total","[Redpoll, Lesser] GPU Hours: Total","[Roller] GPU Hours: Total","[Sandpiper, Spotted] GPU Hours: Total","[Sapsucker, Yellow-bellied] GPU Hours: Total","[Scaup, Lesser] GPU Hours: Total","[Scoter, Velvet] GPU Hours: Total","[Shag] GPU Hours: Total","[Shearwater, Cory's] GPU Hours: Total","[Shrike, Long-tailed] GPU Hours: Total","[Siskin] GPU Hours: Total","[Smew] GPU Hours: Total","[Sparrow, Savannah] GPU Hours: Total","[Sparrow, White-throated] GPU Hours: Total","[Stint, Little] GPU Hours: Total","[Swift, Alpine] GPU Hours: Total","[Tern, Sandwich] GPU Hours: Total","[Thrush, Grey-cheeked] GPU Hours: Total","[Thrush, Mistle] GPU Hours: Total","[Thrush, Swainson's] GPU Hours: Total","[Treecreeper, Short-toed] GPU Hours: Total","[Warbler, Booted] GPU Hours: Total","[Warbler, Dusky] GPU Hours: Total","[Warbler, Garden] GPU Hours: Total","[Warbler, Golden-winged] GPU Hours: Total","[Warbler, Hooded] GPU Hours: Total","[Warbler, Moltoni's] GPU Hours: Total","[Warbler, Sardinian] GPU Hours: Total","[Warbler, Yellow-browed] GPU Hours: Total","[Whimbrel] GPU Hours: Total" +2016-12-22,33.4928,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,48.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-24,48.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-25,48.0000,0,0,0.0000,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-26,48.0000,0,0,0.0000,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0.0000,0,0,0,0,0,0 +2016-12-27,48.0000,0,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0.0000,0,0,0.0000,0,0,0,0,0,0,0,0.0000,0,0,0,0.0000,0,0,0,0,0,0.0000,0,0,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0,0,0 +2016-12-28,48.0000,0,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0,0,0.0000,0,0.0000,0,0,0,0,0.0000,0.0000,0.0000,0,0,0.0000,0,0,0,0,0,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0.0000,0,0 +2016-12-29,48.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0,0,0,0,0.0000,0.0000,0,0,0,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0.0000,0.0000,0 +2016-12-30,48.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 +2016-12-31,48.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0,0.0000 +2017-01-01,41.4200,0.0000,0,0.0000,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0,0,0,0,0.0000,0,0,0,0.0000,0,0,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_gpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_gpu_hours/timeseries-Month-reference.csv index abc8dc0dd9..a96e769946 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_gpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_gpu_hours/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[Oriole, Baltimore] GPU Hours: Total","[Auk, Little] GPU Hours: Total","[Bunting, Black-headed] GPU Hours: Total","[Bunting, Reed] GPU Hours: Total","[Bunting, Yellow-breasted] GPU Hours: Total","[Bunting, Yellow-browed] GPU Hours: Total","[Chaffinch] GPU Hours: Total","[Coot] GPU Hours: Total","[Crane] GPU Hours: Total","[Crane, Sandhill] GPU Hours: Total","[Dove, Turtle] GPU Hours: Total","[Duck, Ferruginous] GPU Hours: Total","[Dunlin] GPU Hours: Total","[Egret, Cattle] GPU Hours: Total","[Fieldfare] GPU Hours: Total","[Gallinule, Allen's] GPU Hours: Total","[Goose, Egyptian] GPU Hours: Total","[Grebe, Pied-billed] GPU Hours: Total","[Grey, Great] GPU Hours: Total","[Grey, Lesser] GPU Hours: Total","[Grey, Southern] GPU Hours: Total","[Grosbeak, Evening] GPU Hours: Total","[Gull, Ring-billed] GPU Hours: Total","[Harrier, Hen] GPU Hours: Total","[Honey-buzzard] GPU Hours: Total","[Ibis, Glossy] GPU Hours: Total","[Jackdaw] GPU Hours: Total","[Lapwing] GPU Hours: Total","[Martin, Crag] GPU Hours: Total","[Martin, Purple] GPU Hours: Total","[Moorhen] GPU Hours: Total","[Ovenbird] GPU Hours: Total","[Partridge, Red-legged] GPU Hours: Total","[Peregrine] GPU Hours: Total","[Pipit, Meadow] GPU Hours: Total","[Plover, Caspian] GPU Hours: Total","[Plover, White-tailed] GPU Hours: Total","[Redpoll, Lesser] GPU Hours: Total","[Roller] GPU Hours: Total","[Sandpiper, Spotted] GPU Hours: Total","[Sapsucker, Yellow-bellied] GPU Hours: Total","[Scaup, Lesser] GPU Hours: Total","[Scoter, Velvet] GPU Hours: Total","[Shag] GPU Hours: Total","[Shearwater, Cory's] GPU Hours: Total","[Shrike, Long-tailed] GPU Hours: Total","[Siskin] GPU Hours: Total","[Smew] GPU Hours: Total","[Sparrow, Savannah] GPU Hours: Total","[Sparrow, White-throated] GPU Hours: Total","[Stint, Little] GPU Hours: Total","[Swift, Alpine] GPU Hours: Total","[Tern, Sandwich] GPU Hours: Total","[Thrush, Grey-cheeked] GPU Hours: Total","[Thrush, Mistle] GPU Hours: Total","[Thrush, Swainson's] GPU Hours: Total","[Treecreeper, Short-toed] GPU Hours: Total","[Warbler, Booted] GPU Hours: Total","[Warbler, Dusky] GPU Hours: Total","[Warbler, Garden] GPU Hours: Total","[Warbler, Golden-winged] GPU Hours: Total","[Warbler, Hooded] GPU Hours: Total","[Warbler, Moltoni's] GPU Hours: Total","[Warbler, Sardinian] GPU Hours: Total","[Warbler, Yellow-browed] GPU Hours: Total","[Whimbrel] GPU Hours: Total" -2016-12,465.4928,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 -2017-01,41.4200,0.0000,0,0.0000,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0,0,0,0,0.0000,0,0,0,0.0000,0,0,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000 +Month,"[Oriole, Baltimore] GPU Hours: Total","[Auk, Little] GPU Hours: Total","[Bunting, Black-headed] GPU Hours: Total","[Bunting, Reed] GPU Hours: Total","[Bunting, Yellow-breasted] GPU Hours: Total","[Bunting, Yellow-browed] GPU Hours: Total","[Chaffinch] GPU Hours: Total","[Coot] GPU Hours: Total","[Crane] GPU Hours: Total","[Crane, Sandhill] GPU Hours: Total","[Dove, Turtle] GPU Hours: Total","[Duck, Ferruginous] GPU Hours: Total","[Duck, Harlequin] GPU Hours: Total","[Dunlin] GPU Hours: Total","[Egret, Cattle] GPU Hours: Total","[Fieldfare] GPU Hours: Total","[Gallinule, Allen's] GPU Hours: Total","[Goose, Egyptian] GPU Hours: Total","[Grebe, Pied-billed] GPU Hours: Total","[Grey, Great] GPU Hours: Total","[Grey, Lesser] GPU Hours: Total","[Grey, Southern] GPU Hours: Total","[Grosbeak, Evening] GPU Hours: Total","[Gull, Ring-billed] GPU Hours: Total","[Harrier, Hen] GPU Hours: Total","[Honey-buzzard] GPU Hours: Total","[Ibis, Glossy] GPU Hours: Total","[Jackdaw] GPU Hours: Total","[Lapwing] GPU Hours: Total","[Martin, Crag] GPU Hours: Total","[Martin, Purple] GPU Hours: Total","[Moorhen] GPU Hours: Total","[Ovenbird] GPU Hours: Total","[Partridge, Red-legged] GPU Hours: Total","[Peregrine] GPU Hours: Total","[Pipit, Meadow] GPU Hours: Total","[Plover, Caspian] GPU Hours: Total","[Plover, White-tailed] GPU Hours: Total","[Redpoll, Lesser] GPU Hours: Total","[Roller] GPU Hours: Total","[Sandpiper, Spotted] GPU Hours: Total","[Sapsucker, Yellow-bellied] GPU Hours: Total","[Scaup, Lesser] GPU Hours: Total","[Scoter, Velvet] GPU Hours: Total","[Shag] GPU Hours: Total","[Shearwater, Cory's] GPU Hours: Total","[Shrike, Long-tailed] GPU Hours: Total","[Siskin] GPU Hours: Total","[Smew] GPU Hours: Total","[Sparrow, Savannah] GPU Hours: Total","[Sparrow, White-throated] GPU Hours: Total","[Stint, Little] GPU Hours: Total","[Swift, Alpine] GPU Hours: Total","[Tern, Sandwich] GPU Hours: Total","[Thrush, Grey-cheeked] GPU Hours: Total","[Thrush, Mistle] GPU Hours: Total","[Thrush, Swainson's] GPU Hours: Total","[Treecreeper, Short-toed] GPU Hours: Total","[Warbler, Booted] GPU Hours: Total","[Warbler, Dusky] GPU Hours: Total","[Warbler, Garden] GPU Hours: Total","[Warbler, Golden-winged] GPU Hours: Total","[Warbler, Hooded] GPU Hours: Total","[Warbler, Moltoni's] GPU Hours: Total","[Warbler, Sardinian] GPU Hours: Total","[Warbler, Yellow-browed] GPU Hours: Total","[Whimbrel] GPU Hours: Total" +2016-12,465.4928,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 +2017-01,41.4200,0.0000,0,0.0000,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0,0,0,0,0.0000,0,0,0,0.0000,0,0,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_gpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_gpu_hours/timeseries-Quarter-reference.csv index e572b45bf3..c120fc8188 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_gpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_gpu_hours/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[Oriole, Baltimore] GPU Hours: Total","[Auk, Little] GPU Hours: Total","[Bunting, Black-headed] GPU Hours: Total","[Bunting, Reed] GPU Hours: Total","[Bunting, Yellow-breasted] GPU Hours: Total","[Bunting, Yellow-browed] GPU Hours: Total","[Chaffinch] GPU Hours: Total","[Coot] GPU Hours: Total","[Crane] GPU Hours: Total","[Crane, Sandhill] GPU Hours: Total","[Dove, Turtle] GPU Hours: Total","[Duck, Ferruginous] GPU Hours: Total","[Dunlin] GPU Hours: Total","[Egret, Cattle] GPU Hours: Total","[Fieldfare] GPU Hours: Total","[Gallinule, Allen's] GPU Hours: Total","[Goose, Egyptian] GPU Hours: Total","[Grebe, Pied-billed] GPU Hours: Total","[Grey, Great] GPU Hours: Total","[Grey, Lesser] GPU Hours: Total","[Grey, Southern] GPU Hours: Total","[Grosbeak, Evening] GPU Hours: Total","[Gull, Ring-billed] GPU Hours: Total","[Harrier, Hen] GPU Hours: Total","[Honey-buzzard] GPU Hours: Total","[Ibis, Glossy] GPU Hours: Total","[Jackdaw] GPU Hours: Total","[Lapwing] GPU Hours: Total","[Martin, Crag] GPU Hours: Total","[Martin, Purple] GPU Hours: Total","[Moorhen] GPU Hours: Total","[Ovenbird] GPU Hours: Total","[Partridge, Red-legged] GPU Hours: Total","[Peregrine] GPU Hours: Total","[Pipit, Meadow] GPU Hours: Total","[Plover, Caspian] GPU Hours: Total","[Plover, White-tailed] GPU Hours: Total","[Redpoll, Lesser] GPU Hours: Total","[Roller] GPU Hours: Total","[Sandpiper, Spotted] GPU Hours: Total","[Sapsucker, Yellow-bellied] GPU Hours: Total","[Scaup, Lesser] GPU Hours: Total","[Scoter, Velvet] GPU Hours: Total","[Shag] GPU Hours: Total","[Shearwater, Cory's] GPU Hours: Total","[Shrike, Long-tailed] GPU Hours: Total","[Siskin] GPU Hours: Total","[Smew] GPU Hours: Total","[Sparrow, Savannah] GPU Hours: Total","[Sparrow, White-throated] GPU Hours: Total","[Stint, Little] GPU Hours: Total","[Swift, Alpine] GPU Hours: Total","[Tern, Sandwich] GPU Hours: Total","[Thrush, Grey-cheeked] GPU Hours: Total","[Thrush, Mistle] GPU Hours: Total","[Thrush, Swainson's] GPU Hours: Total","[Treecreeper, Short-toed] GPU Hours: Total","[Warbler, Booted] GPU Hours: Total","[Warbler, Dusky] GPU Hours: Total","[Warbler, Garden] GPU Hours: Total","[Warbler, Golden-winged] GPU Hours: Total","[Warbler, Hooded] GPU Hours: Total","[Warbler, Moltoni's] GPU Hours: Total","[Warbler, Sardinian] GPU Hours: Total","[Warbler, Yellow-browed] GPU Hours: Total","[Whimbrel] GPU Hours: Total" -"2016 Q4",465.4928,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 -"2017 Q1",41.4200,0.0000,0,0.0000,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0,0,0,0,0.0000,0,0,0,0.0000,0,0,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000 +Quarter,"[Oriole, Baltimore] GPU Hours: Total","[Auk, Little] GPU Hours: Total","[Bunting, Black-headed] GPU Hours: Total","[Bunting, Reed] GPU Hours: Total","[Bunting, Yellow-breasted] GPU Hours: Total","[Bunting, Yellow-browed] GPU Hours: Total","[Chaffinch] GPU Hours: Total","[Coot] GPU Hours: Total","[Crane] GPU Hours: Total","[Crane, Sandhill] GPU Hours: Total","[Dove, Turtle] GPU Hours: Total","[Duck, Ferruginous] GPU Hours: Total","[Duck, Harlequin] GPU Hours: Total","[Dunlin] GPU Hours: Total","[Egret, Cattle] GPU Hours: Total","[Fieldfare] GPU Hours: Total","[Gallinule, Allen's] GPU Hours: Total","[Goose, Egyptian] GPU Hours: Total","[Grebe, Pied-billed] GPU Hours: Total","[Grey, Great] GPU Hours: Total","[Grey, Lesser] GPU Hours: Total","[Grey, Southern] GPU Hours: Total","[Grosbeak, Evening] GPU Hours: Total","[Gull, Ring-billed] GPU Hours: Total","[Harrier, Hen] GPU Hours: Total","[Honey-buzzard] GPU Hours: Total","[Ibis, Glossy] GPU Hours: Total","[Jackdaw] GPU Hours: Total","[Lapwing] GPU Hours: Total","[Martin, Crag] GPU Hours: Total","[Martin, Purple] GPU Hours: Total","[Moorhen] GPU Hours: Total","[Ovenbird] GPU Hours: Total","[Partridge, Red-legged] GPU Hours: Total","[Peregrine] GPU Hours: Total","[Pipit, Meadow] GPU Hours: Total","[Plover, Caspian] GPU Hours: Total","[Plover, White-tailed] GPU Hours: Total","[Redpoll, Lesser] GPU Hours: Total","[Roller] GPU Hours: Total","[Sandpiper, Spotted] GPU Hours: Total","[Sapsucker, Yellow-bellied] GPU Hours: Total","[Scaup, Lesser] GPU Hours: Total","[Scoter, Velvet] GPU Hours: Total","[Shag] GPU Hours: Total","[Shearwater, Cory's] GPU Hours: Total","[Shrike, Long-tailed] GPU Hours: Total","[Siskin] GPU Hours: Total","[Smew] GPU Hours: Total","[Sparrow, Savannah] GPU Hours: Total","[Sparrow, White-throated] GPU Hours: Total","[Stint, Little] GPU Hours: Total","[Swift, Alpine] GPU Hours: Total","[Tern, Sandwich] GPU Hours: Total","[Thrush, Grey-cheeked] GPU Hours: Total","[Thrush, Mistle] GPU Hours: Total","[Thrush, Swainson's] GPU Hours: Total","[Treecreeper, Short-toed] GPU Hours: Total","[Warbler, Booted] GPU Hours: Total","[Warbler, Dusky] GPU Hours: Total","[Warbler, Garden] GPU Hours: Total","[Warbler, Golden-winged] GPU Hours: Total","[Warbler, Hooded] GPU Hours: Total","[Warbler, Moltoni's] GPU Hours: Total","[Warbler, Sardinian] GPU Hours: Total","[Warbler, Yellow-browed] GPU Hours: Total","[Whimbrel] GPU Hours: Total" +"2016 Q4",465.4928,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 +"2017 Q1",41.4200,0.0000,0,0.0000,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0,0,0,0,0.0000,0,0,0,0.0000,0,0,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_gpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_gpu_hours/timeseries-Year-reference.csv index cfa6ba8617..426458fb37 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_gpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_gpu_hours/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[Oriole, Baltimore] GPU Hours: Total","[Auk, Little] GPU Hours: Total","[Bunting, Black-headed] GPU Hours: Total","[Bunting, Reed] GPU Hours: Total","[Bunting, Yellow-breasted] GPU Hours: Total","[Bunting, Yellow-browed] GPU Hours: Total","[Chaffinch] GPU Hours: Total","[Coot] GPU Hours: Total","[Crane] GPU Hours: Total","[Crane, Sandhill] GPU Hours: Total","[Dove, Turtle] GPU Hours: Total","[Duck, Ferruginous] GPU Hours: Total","[Dunlin] GPU Hours: Total","[Egret, Cattle] GPU Hours: Total","[Fieldfare] GPU Hours: Total","[Gallinule, Allen's] GPU Hours: Total","[Goose, Egyptian] GPU Hours: Total","[Grebe, Pied-billed] GPU Hours: Total","[Grey, Great] GPU Hours: Total","[Grey, Lesser] GPU Hours: Total","[Grey, Southern] GPU Hours: Total","[Grosbeak, Evening] GPU Hours: Total","[Gull, Ring-billed] GPU Hours: Total","[Harrier, Hen] GPU Hours: Total","[Honey-buzzard] GPU Hours: Total","[Ibis, Glossy] GPU Hours: Total","[Jackdaw] GPU Hours: Total","[Lapwing] GPU Hours: Total","[Martin, Crag] GPU Hours: Total","[Martin, Purple] GPU Hours: Total","[Moorhen] GPU Hours: Total","[Ovenbird] GPU Hours: Total","[Partridge, Red-legged] GPU Hours: Total","[Peregrine] GPU Hours: Total","[Pipit, Meadow] GPU Hours: Total","[Plover, Caspian] GPU Hours: Total","[Plover, White-tailed] GPU Hours: Total","[Redpoll, Lesser] GPU Hours: Total","[Roller] GPU Hours: Total","[Sandpiper, Spotted] GPU Hours: Total","[Sapsucker, Yellow-bellied] GPU Hours: Total","[Scaup, Lesser] GPU Hours: Total","[Scoter, Velvet] GPU Hours: Total","[Shag] GPU Hours: Total","[Shearwater, Cory's] GPU Hours: Total","[Shrike, Long-tailed] GPU Hours: Total","[Siskin] GPU Hours: Total","[Smew] GPU Hours: Total","[Sparrow, Savannah] GPU Hours: Total","[Sparrow, White-throated] GPU Hours: Total","[Stint, Little] GPU Hours: Total","[Swift, Alpine] GPU Hours: Total","[Tern, Sandwich] GPU Hours: Total","[Thrush, Grey-cheeked] GPU Hours: Total","[Thrush, Mistle] GPU Hours: Total","[Thrush, Swainson's] GPU Hours: Total","[Treecreeper, Short-toed] GPU Hours: Total","[Warbler, Booted] GPU Hours: Total","[Warbler, Dusky] GPU Hours: Total","[Warbler, Garden] GPU Hours: Total","[Warbler, Golden-winged] GPU Hours: Total","[Warbler, Hooded] GPU Hours: Total","[Warbler, Moltoni's] GPU Hours: Total","[Warbler, Sardinian] GPU Hours: Total","[Warbler, Yellow-browed] GPU Hours: Total","[Whimbrel] GPU Hours: Total" -2016,465.4928,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 -2017,41.4200,0.0000,0,0.0000,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0,0,0,0,0.0000,0,0,0,0.0000,0,0,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000 +Year,"[Oriole, Baltimore] GPU Hours: Total","[Auk, Little] GPU Hours: Total","[Bunting, Black-headed] GPU Hours: Total","[Bunting, Reed] GPU Hours: Total","[Bunting, Yellow-breasted] GPU Hours: Total","[Bunting, Yellow-browed] GPU Hours: Total","[Chaffinch] GPU Hours: Total","[Coot] GPU Hours: Total","[Crane] GPU Hours: Total","[Crane, Sandhill] GPU Hours: Total","[Dove, Turtle] GPU Hours: Total","[Duck, Ferruginous] GPU Hours: Total","[Duck, Harlequin] GPU Hours: Total","[Dunlin] GPU Hours: Total","[Egret, Cattle] GPU Hours: Total","[Fieldfare] GPU Hours: Total","[Gallinule, Allen's] GPU Hours: Total","[Goose, Egyptian] GPU Hours: Total","[Grebe, Pied-billed] GPU Hours: Total","[Grey, Great] GPU Hours: Total","[Grey, Lesser] GPU Hours: Total","[Grey, Southern] GPU Hours: Total","[Grosbeak, Evening] GPU Hours: Total","[Gull, Ring-billed] GPU Hours: Total","[Harrier, Hen] GPU Hours: Total","[Honey-buzzard] GPU Hours: Total","[Ibis, Glossy] GPU Hours: Total","[Jackdaw] GPU Hours: Total","[Lapwing] GPU Hours: Total","[Martin, Crag] GPU Hours: Total","[Martin, Purple] GPU Hours: Total","[Moorhen] GPU Hours: Total","[Ovenbird] GPU Hours: Total","[Partridge, Red-legged] GPU Hours: Total","[Peregrine] GPU Hours: Total","[Pipit, Meadow] GPU Hours: Total","[Plover, Caspian] GPU Hours: Total","[Plover, White-tailed] GPU Hours: Total","[Redpoll, Lesser] GPU Hours: Total","[Roller] GPU Hours: Total","[Sandpiper, Spotted] GPU Hours: Total","[Sapsucker, Yellow-bellied] GPU Hours: Total","[Scaup, Lesser] GPU Hours: Total","[Scoter, Velvet] GPU Hours: Total","[Shag] GPU Hours: Total","[Shearwater, Cory's] GPU Hours: Total","[Shrike, Long-tailed] GPU Hours: Total","[Siskin] GPU Hours: Total","[Smew] GPU Hours: Total","[Sparrow, Savannah] GPU Hours: Total","[Sparrow, White-throated] GPU Hours: Total","[Stint, Little] GPU Hours: Total","[Swift, Alpine] GPU Hours: Total","[Tern, Sandwich] GPU Hours: Total","[Thrush, Grey-cheeked] GPU Hours: Total","[Thrush, Mistle] GPU Hours: Total","[Thrush, Swainson's] GPU Hours: Total","[Treecreeper, Short-toed] GPU Hours: Total","[Warbler, Booted] GPU Hours: Total","[Warbler, Dusky] GPU Hours: Total","[Warbler, Garden] GPU Hours: Total","[Warbler, Golden-winged] GPU Hours: Total","[Warbler, Hooded] GPU Hours: Total","[Warbler, Moltoni's] GPU Hours: Total","[Warbler, Sardinian] GPU Hours: Total","[Warbler, Yellow-browed] GPU Hours: Total","[Whimbrel] GPU Hours: Total" +2016,465.4928,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 +2017,41.4200,0.0000,0,0.0000,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0,0,0,0,0.0000,0,0,0,0.0000,0,0,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_node_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_node_hours/aggregate-Day-reference.csv index 78fbf919ab..11298a0f3c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_node_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_node_hours/aggregate-Day-reference.csv @@ -68,6 +68,7 @@ Fieldfare,43.1219 Coot,23.3244 "Egret, Cattle",23.3156 "Stint, Little",3.6653 +"Duck, Harlequin",2.3450 "Gallinule, Allen's",2.3450 "Martin, Crag",1.1269 "Sparrow, Savannah",0.6342 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_node_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_node_hours/aggregate-Month-reference.csv index 78fbf919ab..11298a0f3c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_node_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_node_hours/aggregate-Month-reference.csv @@ -68,6 +68,7 @@ Fieldfare,43.1219 Coot,23.3244 "Egret, Cattle",23.3156 "Stint, Little",3.6653 +"Duck, Harlequin",2.3450 "Gallinule, Allen's",2.3450 "Martin, Crag",1.1269 "Sparrow, Savannah",0.6342 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_node_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_node_hours/aggregate-Quarter-reference.csv index 78fbf919ab..11298a0f3c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_node_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_node_hours/aggregate-Quarter-reference.csv @@ -68,6 +68,7 @@ Fieldfare,43.1219 Coot,23.3244 "Egret, Cattle",23.3156 "Stint, Little",3.6653 +"Duck, Harlequin",2.3450 "Gallinule, Allen's",2.3450 "Martin, Crag",1.1269 "Sparrow, Savannah",0.6342 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_node_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_node_hours/aggregate-Year-reference.csv index 78fbf919ab..11298a0f3c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_node_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_node_hours/aggregate-Year-reference.csv @@ -68,6 +68,7 @@ Fieldfare,43.1219 Coot,23.3244 "Egret, Cattle",23.3156 "Stint, Little",3.6653 +"Duck, Harlequin",2.3450 "Gallinule, Allen's",2.3450 "Martin, Crag",1.1269 "Sparrow, Savannah",0.6342 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_node_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_node_hours/timeseries-Day-reference.csv index d1daa933ca..9510327add 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_node_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_node_hours/timeseries-Day-reference.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[Moorhen] Node Hours: Total","[Honey-buzzard] Node Hours: Total","[Lapwing] Node Hours: Total","[Pipit, Meadow] Node Hours: Total","[Grey, Lesser] Node Hours: Total","[Scaup, Lesser] Node Hours: Total","[Warbler, Garden] Node Hours: Total","[Warbler, Sardinian] Node Hours: Total","[Bunting, Reed] Node Hours: Total","[Crane] Node Hours: Total","[Plover, Caspian] Node Hours: Total","[Smew] Node Hours: Total","[Crane, Sandhill] Node Hours: Total","[Dove, Turtle] Node Hours: Total","[Warbler, Dusky] Node Hours: Total","[Treecreeper, Short-toed] Node Hours: Total","[Sandpiper, Spotted] Node Hours: Total","[Chaffinch] Node Hours: Total","[Sapsucker, Yellow-bellied] Node Hours: Total","[Goose, Egyptian] Node Hours: Total","[Scoter, Velvet] Node Hours: Total","[Siskin] Node Hours: Total","[Thrush, Grey-cheeked] Node Hours: Total","[Thrush, Swainson's] Node Hours: Total","[Grebe, Pied-billed] Node Hours: Total","[Sparrow, White-throated] Node Hours: Total","[Warbler, Hooded] Node Hours: Total","[Shearwater, Cory's] Node Hours: Total","[Thrush, Mistle] Node Hours: Total","[Ovenbird] Node Hours: Total","[Whimbrel] Node Hours: Total","[Peregrine] Node Hours: Total","[Duck, Ferruginous] Node Hours: Total","[Grosbeak, Evening] Node Hours: Total","[Oriole, Baltimore] Node Hours: Total","[Warbler, Booted] Node Hours: Total","[Bunting, Yellow-breasted] Node Hours: Total","[Shag] Node Hours: Total","[Warbler, Yellow-browed] Node Hours: Total","[Tern, Sandwich] Node Hours: Total","[Dunlin] Node Hours: Total","[Grey, Southern] Node Hours: Total","[Plover, White-tailed] Node Hours: Total","[Warbler, Golden-winged] Node Hours: Total","[Harrier, Hen] Node Hours: Total","[Bunting, Yellow-browed] Node Hours: Total","[Jackdaw] Node Hours: Total","[Swift, Alpine] Node Hours: Total","[Warbler, Moltoni's] Node Hours: Total","[Auk, Little] Node Hours: Total","[Shrike, Long-tailed] Node Hours: Total","[Bunting, Black-headed] Node Hours: Total","[Grey, Great] Node Hours: Total","[Roller] Node Hours: Total","[Ibis, Glossy] Node Hours: Total","[Fieldfare] Node Hours: Total","[Redpoll, Lesser] Node Hours: Total","[Martin, Purple] Node Hours: Total","[Gull, Ring-billed] Node Hours: Total","[Coot] Node Hours: Total","[Egret, Cattle] Node Hours: Total","[Stint, Little] Node Hours: Total","[Gallinule, Allen's] Node Hours: Total","[Martin, Crag] Node Hours: Total","[Sparrow, Savannah] Node Hours: Total","[Partridge, Red-legged] Node Hours: Total" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,16.9417,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16.7464,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,8.6036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-25,0,0,0,0,0,0,0,0,6.3481,0,0,0,0,26.1597,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-26,0,0,0,0,0,0,13.5208,0,48.0000,0,0,0,0,48.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-27,0,3.2167,0,311.6178,0,0,120.0000,0,67.3094,0,0,0,81.3556,48.0000,0,69.8267,0,30.3978,0,0,249.7600,123.9850,0,0,0,0,0,0,0,19.7467,0,0,0,0,24.0000,19.9056,8.5497,0,0,24.0000,0,0,0,0,0,0,0,0,4.7214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-28,953.0369,24.0000,1962.8444,1827.6600,0,1841.7169,144.4211,99.9533,292.0297,0,0,0,214.6856,48.0000,0,176.3833,0,192.0000,0,0,288.0000,220.6683,0,0,0,0,43.9492,0,28.0381,96.0000,0,0,0,0,24.0000,24.0000,24.0000,21.4100,0,24.0000,0,0,15.1192,0,0,0,0,0,24.0000,0,0,0,0,0,4.7006,0,0,0,0,0,0,0,0,0,0,0 -2016-12-29,12583.2597,162.8525,3901.6422,4127.8400,0,2472.0000,477.7553,453.1217,356.2911,152.8733,0,485.1050,560.2247,67.1983,0,246.3689,40.6164,192.0000,138.9664,102.7444,288.0000,288.0000,3.6200,30.9803,233.0019,0,138.9556,29.7878,216.0000,96.0000,0,117.1903,15.0097,26.9772,24.0000,24.0000,42.5322,56.8025,129.7778,39.1372,0,0,72.0000,0,10.0983,37.9494,0,0,24.0000,10.4008,22.2422,0,0,0,24.0000,0,7.1736,0,0,0,0,0,0,0,0,0 -2016-12-30,21766.1511,6346.5897,5473.3125,3907.9711,3055.8617,2472.0000,378.4569,506.1717,461.5083,510.5000,0,914.9350,473.6558,380.4372,617.0356,230.8942,572.9283,192.0000,291.6108,575.7072,47.7578,152.2233,67.3875,450.0547,267.2011,0,178.1372,143.8583,160.0869,96.0000,56.9267,122.3403,120.0000,255.2861,24.0000,175.8633,108.4533,85.7392,50.3500,7.1367,51.2486,108.1047,45.2903,27.2458,82.1119,48.0006,43.3692,3.2589,19.2856,13.6064,15.8617,13.9453,40.8392,7.5778,19.3061,8.0044,13.1356,11.6692,17.7975,7.7811,7.7806,3.0522,2.3450,1.1269,0.2208,0.0650 -2016-12-31,20518.0064,8276.1947,2761.8142,1833.6711,5534.6542,630.7428,1112.6033,865.8689,329.0272,569.9600,3.1458,132.5433,164.2022,372.1011,475.1289,179.7156,380.1389,192.0000,323.7333,205.3683,0,55.5433,714.0100,69.6578,0,299.0033,97.5139,144.0000,24.0000,82.8536,195.8258,120.0000,120.0000,0,24.4508,7.7117,48.8944,58.9750,0,0,10.4561,25.9131,0,76.1869,8.6314,14.7489,44.0186,65.9689,0,45.3169,3.8883,45.9239,13.7992,42.7433,0,19.7881,5.9961,11.6819,14.1122,7.7850,7.7769,0.6131,0,0,0.3878,0 -2017-01-01,11183.6664,790.6731,1254.4625,197.5933,0,0,526.7989,79.1089,196.9956,389.4844,1590.0014,0,0,368.2992,0,123.3775,21.1656,161.6600,141.3592,0,0,0,17.6292,0,0,159.9050,0,120.3844,5.0458,23.2242,157.1200,13.1861,95.0292,0,40.6492,0,0,4.9539,0.4333,0,88.8292,1.7419,0,17.1758,0,0,0,7.1189,0,0.9528,20.2619,0,0,4.2811,0,15.3294,11.4906,11.6350,0,7.7583,7.7581,0,0,0,0.0256,0 +Day,"[Moorhen] Node Hours: Total","[Honey-buzzard] Node Hours: Total","[Lapwing] Node Hours: Total","[Pipit, Meadow] Node Hours: Total","[Grey, Lesser] Node Hours: Total","[Scaup, Lesser] Node Hours: Total","[Warbler, Garden] Node Hours: Total","[Warbler, Sardinian] Node Hours: Total","[Bunting, Reed] Node Hours: Total","[Crane] Node Hours: Total","[Plover, Caspian] Node Hours: Total","[Smew] Node Hours: Total","[Crane, Sandhill] Node Hours: Total","[Dove, Turtle] Node Hours: Total","[Warbler, Dusky] Node Hours: Total","[Treecreeper, Short-toed] Node Hours: Total","[Sandpiper, Spotted] Node Hours: Total","[Chaffinch] Node Hours: Total","[Sapsucker, Yellow-bellied] Node Hours: Total","[Goose, Egyptian] Node Hours: Total","[Scoter, Velvet] Node Hours: Total","[Siskin] Node Hours: Total","[Thrush, Grey-cheeked] Node Hours: Total","[Thrush, Swainson's] Node Hours: Total","[Grebe, Pied-billed] Node Hours: Total","[Sparrow, White-throated] Node Hours: Total","[Warbler, Hooded] Node Hours: Total","[Shearwater, Cory's] Node Hours: Total","[Thrush, Mistle] Node Hours: Total","[Ovenbird] Node Hours: Total","[Whimbrel] Node Hours: Total","[Peregrine] Node Hours: Total","[Duck, Ferruginous] Node Hours: Total","[Grosbeak, Evening] Node Hours: Total","[Oriole, Baltimore] Node Hours: Total","[Warbler, Booted] Node Hours: Total","[Bunting, Yellow-breasted] Node Hours: Total","[Shag] Node Hours: Total","[Warbler, Yellow-browed] Node Hours: Total","[Tern, Sandwich] Node Hours: Total","[Dunlin] Node Hours: Total","[Grey, Southern] Node Hours: Total","[Plover, White-tailed] Node Hours: Total","[Warbler, Golden-winged] Node Hours: Total","[Harrier, Hen] Node Hours: Total","[Bunting, Yellow-browed] Node Hours: Total","[Jackdaw] Node Hours: Total","[Swift, Alpine] Node Hours: Total","[Warbler, Moltoni's] Node Hours: Total","[Auk, Little] Node Hours: Total","[Shrike, Long-tailed] Node Hours: Total","[Bunting, Black-headed] Node Hours: Total","[Grey, Great] Node Hours: Total","[Roller] Node Hours: Total","[Ibis, Glossy] Node Hours: Total","[Fieldfare] Node Hours: Total","[Redpoll, Lesser] Node Hours: Total","[Martin, Purple] Node Hours: Total","[Gull, Ring-billed] Node Hours: Total","[Coot] Node Hours: Total","[Egret, Cattle] Node Hours: Total","[Stint, Little] Node Hours: Total","[Duck, Harlequin] Node Hours: Total","[Gallinule, Allen's] Node Hours: Total","[Martin, Crag] Node Hours: Total","[Sparrow, Savannah] Node Hours: Total","[Partridge, Red-legged] Node Hours: Total" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,16.9417,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16.7464,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,8.6036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-25,0,0,0,0,0,0,0,0,6.3481,0,0,0,0,26.1597,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-26,0,0,0,0,0,0,13.5208,0,48.0000,0,0,0,0,48.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-27,0,3.2167,0,311.6178,0,0,120.0000,0,67.3094,0,0,0,81.3556,48.0000,0,69.8267,0,30.3978,0,0,249.7600,123.9850,0,0,0,0,0,0,0,19.7467,0,0,0,0,24.0000,19.9056,8.5497,0,0,24.0000,0,0,0,0,0,0,0,0,4.7214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-28,953.0369,24.0000,1962.8444,1827.6600,0,1841.7169,144.4211,99.9533,292.0297,0,0,0,214.6856,48.0000,0,176.3833,0,192.0000,0,0,288.0000,220.6683,0,0,0,0,43.9492,0,28.0381,96.0000,0,0,0,0,24.0000,24.0000,24.0000,21.4100,0,24.0000,0,0,15.1192,0,0,0,0,0,24.0000,0,0,0,0,0,4.7006,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-29,12583.2597,162.8525,3901.6422,4127.8400,0,2472.0000,477.7553,453.1217,356.2911,152.8733,0,485.1050,560.2247,67.1983,0,246.3689,40.6164,192.0000,138.9664,102.7444,288.0000,288.0000,3.6200,30.9803,233.0019,0,138.9556,29.7878,216.0000,96.0000,0,117.1903,15.0097,26.9772,24.0000,24.0000,42.5322,56.8025,129.7778,39.1372,0,0,72.0000,0,10.0983,37.9494,0,0,24.0000,10.4008,22.2422,0,0,0,24.0000,0,7.1736,0,0,0,0,0,0,0,0,0,0 +2016-12-30,21766.1511,6346.5897,5473.3125,3907.9711,3055.8617,2472.0000,378.4569,506.1717,461.5083,510.5000,0,914.9350,473.6558,380.4372,617.0356,230.8942,572.9283,192.0000,291.6108,575.7072,47.7578,152.2233,67.3875,450.0547,267.2011,0,178.1372,143.8583,160.0869,96.0000,56.9267,122.3403,120.0000,255.2861,24.0000,175.8633,108.4533,85.7392,50.3500,7.1367,51.2486,108.1047,45.2903,27.2458,82.1119,48.0006,43.3692,3.2589,19.2856,13.6064,15.8617,13.9453,40.8392,7.5778,19.3061,8.0044,13.1356,11.6692,17.7975,7.7811,7.7806,3.0522,2.3450,2.3450,1.1269,0.2208,0.0650 +2016-12-31,20518.0064,8276.1947,2761.8142,1833.6711,5534.6542,630.7428,1112.6033,865.8689,329.0272,569.9600,3.1458,132.5433,164.2022,372.1011,475.1289,179.7156,380.1389,192.0000,323.7333,205.3683,0,55.5433,714.0100,69.6578,0,299.0033,97.5139,144.0000,24.0000,82.8536,195.8258,120.0000,120.0000,0,24.4508,7.7117,48.8944,58.9750,0,0,10.4561,25.9131,0,76.1869,8.6314,14.7489,44.0186,65.9689,0,45.3169,3.8883,45.9239,13.7992,42.7433,0,19.7881,5.9961,11.6819,14.1122,7.7850,7.7769,0.6131,0,0,0,0.3878,0 +2017-01-01,11183.6664,790.6731,1254.4625,197.5933,0,0,526.7989,79.1089,196.9956,389.4844,1590.0014,0,0,368.2992,0,123.3775,21.1656,161.6600,141.3592,0,0,0,17.6292,0,0,159.9050,0,120.3844,5.0458,23.2242,157.1200,13.1861,95.0292,0,40.6492,0,0,4.9539,0.4333,0,88.8292,1.7419,0,17.1758,0,0,0,7.1189,0,0.9528,20.2619,0,0,4.2811,0,15.3294,11.4906,11.6350,0,7.7583,7.7581,0,0,0,0,0.0256,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_node_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_node_hours/timeseries-Month-reference.csv index 50d6a337d7..0f264f6e36 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_node_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_node_hours/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[Moorhen] Node Hours: Total","[Honey-buzzard] Node Hours: Total","[Lapwing] Node Hours: Total","[Pipit, Meadow] Node Hours: Total","[Grey, Lesser] Node Hours: Total","[Scaup, Lesser] Node Hours: Total","[Warbler, Garden] Node Hours: Total","[Warbler, Sardinian] Node Hours: Total","[Bunting, Reed] Node Hours: Total","[Crane] Node Hours: Total","[Plover, Caspian] Node Hours: Total","[Smew] Node Hours: Total","[Crane, Sandhill] Node Hours: Total","[Dove, Turtle] Node Hours: Total","[Warbler, Dusky] Node Hours: Total","[Treecreeper, Short-toed] Node Hours: Total","[Sandpiper, Spotted] Node Hours: Total","[Chaffinch] Node Hours: Total","[Sapsucker, Yellow-bellied] Node Hours: Total","[Goose, Egyptian] Node Hours: Total","[Scoter, Velvet] Node Hours: Total","[Siskin] Node Hours: Total","[Thrush, Grey-cheeked] Node Hours: Total","[Thrush, Swainson's] Node Hours: Total","[Grebe, Pied-billed] Node Hours: Total","[Sparrow, White-throated] Node Hours: Total","[Warbler, Hooded] Node Hours: Total","[Shearwater, Cory's] Node Hours: Total","[Thrush, Mistle] Node Hours: Total","[Ovenbird] Node Hours: Total","[Whimbrel] Node Hours: Total","[Peregrine] Node Hours: Total","[Duck, Ferruginous] Node Hours: Total","[Grosbeak, Evening] Node Hours: Total","[Oriole, Baltimore] Node Hours: Total","[Warbler, Booted] Node Hours: Total","[Bunting, Yellow-breasted] Node Hours: Total","[Shag] Node Hours: Total","[Warbler, Yellow-browed] Node Hours: Total","[Tern, Sandwich] Node Hours: Total","[Dunlin] Node Hours: Total","[Grey, Southern] Node Hours: Total","[Plover, White-tailed] Node Hours: Total","[Warbler, Golden-winged] Node Hours: Total","[Harrier, Hen] Node Hours: Total","[Bunting, Yellow-browed] Node Hours: Total","[Jackdaw] Node Hours: Total","[Swift, Alpine] Node Hours: Total","[Warbler, Moltoni's] Node Hours: Total","[Auk, Little] Node Hours: Total","[Shrike, Long-tailed] Node Hours: Total","[Bunting, Black-headed] Node Hours: Total","[Grey, Great] Node Hours: Total","[Roller] Node Hours: Total","[Ibis, Glossy] Node Hours: Total","[Fieldfare] Node Hours: Total","[Redpoll, Lesser] Node Hours: Total","[Martin, Purple] Node Hours: Total","[Gull, Ring-billed] Node Hours: Total","[Coot] Node Hours: Total","[Egret, Cattle] Node Hours: Total","[Stint, Little] Node Hours: Total","[Gallinule, Allen's] Node Hours: Total","[Martin, Crag] Node Hours: Total","[Sparrow, Savannah] Node Hours: Total","[Partridge, Red-legged] Node Hours: Total" -2016-12,55820.4542,14812.8536,14099.6133,12008.7600,8590.5158,7416.4597,2246.7575,1925.1156,1560.5139,1233.3333,3.1458,1532.5833,1494.1239,1054.8381,1092.1644,903.1886,993.6836,798.3978,754.3106,883.8200,873.5178,840.4200,785.0175,550.6928,500.2031,299.0033,458.5558,317.6461,428.1250,390.6003,252.7525,359.5306,255.0097,282.2633,233.1972,251.4806,232.4297,222.9267,180.1278,174.8775,61.7047,134.0178,132.4094,103.4328,100.8417,100.6989,87.3878,69.2278,72.0069,69.3242,41.9922,59.8692,54.6383,50.3211,48.0067,27.7925,26.3053,23.3511,31.9097,15.5661,15.5575,3.6653,2.3450,1.1269,0.6086,0.0650 -2017-01,11183.6664,790.6731,1254.4625,197.5933,0,0,526.7989,79.1089,196.9956,389.4844,1590.0014,0,0,368.2992,0,123.3775,21.1656,161.6600,141.3592,0,0,0,17.6292,0,0,159.9050,0,120.3844,5.0458,23.2242,157.1200,13.1861,95.0292,0,40.6492,0,0,4.9539,0.4333,0,88.8292,1.7419,0,17.1758,0,0,0,7.1189,0,0.9528,20.2619,0,0,4.2811,0,15.3294,11.4906,11.6350,0,7.7583,7.7581,0,0,0,0.0256,0 +Month,"[Moorhen] Node Hours: Total","[Honey-buzzard] Node Hours: Total","[Lapwing] Node Hours: Total","[Pipit, Meadow] Node Hours: Total","[Grey, Lesser] Node Hours: Total","[Scaup, Lesser] Node Hours: Total","[Warbler, Garden] Node Hours: Total","[Warbler, Sardinian] Node Hours: Total","[Bunting, Reed] Node Hours: Total","[Crane] Node Hours: Total","[Plover, Caspian] Node Hours: Total","[Smew] Node Hours: Total","[Crane, Sandhill] Node Hours: Total","[Dove, Turtle] Node Hours: Total","[Warbler, Dusky] Node Hours: Total","[Treecreeper, Short-toed] Node Hours: Total","[Sandpiper, Spotted] Node Hours: Total","[Chaffinch] Node Hours: Total","[Sapsucker, Yellow-bellied] Node Hours: Total","[Goose, Egyptian] Node Hours: Total","[Scoter, Velvet] Node Hours: Total","[Siskin] Node Hours: Total","[Thrush, Grey-cheeked] Node Hours: Total","[Thrush, Swainson's] Node Hours: Total","[Grebe, Pied-billed] Node Hours: Total","[Sparrow, White-throated] Node Hours: Total","[Warbler, Hooded] Node Hours: Total","[Shearwater, Cory's] Node Hours: Total","[Thrush, Mistle] Node Hours: Total","[Ovenbird] Node Hours: Total","[Whimbrel] Node Hours: Total","[Peregrine] Node Hours: Total","[Duck, Ferruginous] Node Hours: Total","[Grosbeak, Evening] Node Hours: Total","[Oriole, Baltimore] Node Hours: Total","[Warbler, Booted] Node Hours: Total","[Bunting, Yellow-breasted] Node Hours: Total","[Shag] Node Hours: Total","[Warbler, Yellow-browed] Node Hours: Total","[Tern, Sandwich] Node Hours: Total","[Dunlin] Node Hours: Total","[Grey, Southern] Node Hours: Total","[Plover, White-tailed] Node Hours: Total","[Warbler, Golden-winged] Node Hours: Total","[Harrier, Hen] Node Hours: Total","[Bunting, Yellow-browed] Node Hours: Total","[Jackdaw] Node Hours: Total","[Swift, Alpine] Node Hours: Total","[Warbler, Moltoni's] Node Hours: Total","[Auk, Little] Node Hours: Total","[Shrike, Long-tailed] Node Hours: Total","[Bunting, Black-headed] Node Hours: Total","[Grey, Great] Node Hours: Total","[Roller] Node Hours: Total","[Ibis, Glossy] Node Hours: Total","[Fieldfare] Node Hours: Total","[Redpoll, Lesser] Node Hours: Total","[Martin, Purple] Node Hours: Total","[Gull, Ring-billed] Node Hours: Total","[Coot] Node Hours: Total","[Egret, Cattle] Node Hours: Total","[Stint, Little] Node Hours: Total","[Duck, Harlequin] Node Hours: Total","[Gallinule, Allen's] Node Hours: Total","[Martin, Crag] Node Hours: Total","[Sparrow, Savannah] Node Hours: Total","[Partridge, Red-legged] Node Hours: Total" +2016-12,55820.4542,14812.8536,14099.6133,12008.7600,8590.5158,7416.4597,2246.7575,1925.1156,1560.5139,1233.3333,3.1458,1532.5833,1494.1239,1054.8381,1092.1644,903.1886,993.6836,798.3978,754.3106,883.8200,873.5178,840.4200,785.0175,550.6928,500.2031,299.0033,458.5558,317.6461,428.1250,390.6003,252.7525,359.5306,255.0097,282.2633,233.1972,251.4806,232.4297,222.9267,180.1278,174.8775,61.7047,134.0178,132.4094,103.4328,100.8417,100.6989,87.3878,69.2278,72.0069,69.3242,41.9922,59.8692,54.6383,50.3211,48.0067,27.7925,26.3053,23.3511,31.9097,15.5661,15.5575,3.6653,2.3450,2.3450,1.1269,0.6086,0.0650 +2017-01,11183.6664,790.6731,1254.4625,197.5933,0,0,526.7989,79.1089,196.9956,389.4844,1590.0014,0,0,368.2992,0,123.3775,21.1656,161.6600,141.3592,0,0,0,17.6292,0,0,159.9050,0,120.3844,5.0458,23.2242,157.1200,13.1861,95.0292,0,40.6492,0,0,4.9539,0.4333,0,88.8292,1.7419,0,17.1758,0,0,0,7.1189,0,0.9528,20.2619,0,0,4.2811,0,15.3294,11.4906,11.6350,0,7.7583,7.7581,0,0,0,0,0.0256,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_node_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_node_hours/timeseries-Quarter-reference.csv index ad7892eceb..c085a9d637 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_node_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_node_hours/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[Moorhen] Node Hours: Total","[Honey-buzzard] Node Hours: Total","[Lapwing] Node Hours: Total","[Pipit, Meadow] Node Hours: Total","[Grey, Lesser] Node Hours: Total","[Scaup, Lesser] Node Hours: Total","[Warbler, Garden] Node Hours: Total","[Warbler, Sardinian] Node Hours: Total","[Bunting, Reed] Node Hours: Total","[Crane] Node Hours: Total","[Plover, Caspian] Node Hours: Total","[Smew] Node Hours: Total","[Crane, Sandhill] Node Hours: Total","[Dove, Turtle] Node Hours: Total","[Warbler, Dusky] Node Hours: Total","[Treecreeper, Short-toed] Node Hours: Total","[Sandpiper, Spotted] Node Hours: Total","[Chaffinch] Node Hours: Total","[Sapsucker, Yellow-bellied] Node Hours: Total","[Goose, Egyptian] Node Hours: Total","[Scoter, Velvet] Node Hours: Total","[Siskin] Node Hours: Total","[Thrush, Grey-cheeked] Node Hours: Total","[Thrush, Swainson's] Node Hours: Total","[Grebe, Pied-billed] Node Hours: Total","[Sparrow, White-throated] Node Hours: Total","[Warbler, Hooded] Node Hours: Total","[Shearwater, Cory's] Node Hours: Total","[Thrush, Mistle] Node Hours: Total","[Ovenbird] Node Hours: Total","[Whimbrel] Node Hours: Total","[Peregrine] Node Hours: Total","[Duck, Ferruginous] Node Hours: Total","[Grosbeak, Evening] Node Hours: Total","[Oriole, Baltimore] Node Hours: Total","[Warbler, Booted] Node Hours: Total","[Bunting, Yellow-breasted] Node Hours: Total","[Shag] Node Hours: Total","[Warbler, Yellow-browed] Node Hours: Total","[Tern, Sandwich] Node Hours: Total","[Dunlin] Node Hours: Total","[Grey, Southern] Node Hours: Total","[Plover, White-tailed] Node Hours: Total","[Warbler, Golden-winged] Node Hours: Total","[Harrier, Hen] Node Hours: Total","[Bunting, Yellow-browed] Node Hours: Total","[Jackdaw] Node Hours: Total","[Swift, Alpine] Node Hours: Total","[Warbler, Moltoni's] Node Hours: Total","[Auk, Little] Node Hours: Total","[Shrike, Long-tailed] Node Hours: Total","[Bunting, Black-headed] Node Hours: Total","[Grey, Great] Node Hours: Total","[Roller] Node Hours: Total","[Ibis, Glossy] Node Hours: Total","[Fieldfare] Node Hours: Total","[Redpoll, Lesser] Node Hours: Total","[Martin, Purple] Node Hours: Total","[Gull, Ring-billed] Node Hours: Total","[Coot] Node Hours: Total","[Egret, Cattle] Node Hours: Total","[Stint, Little] Node Hours: Total","[Gallinule, Allen's] Node Hours: Total","[Martin, Crag] Node Hours: Total","[Sparrow, Savannah] Node Hours: Total","[Partridge, Red-legged] Node Hours: Total" -"2016 Q4",55820.4542,14812.8536,14099.6133,12008.7600,8590.5158,7416.4597,2246.7575,1925.1156,1560.5139,1233.3333,3.1458,1532.5833,1494.1239,1054.8381,1092.1644,903.1886,993.6836,798.3978,754.3106,883.8200,873.5178,840.4200,785.0175,550.6928,500.2031,299.0033,458.5558,317.6461,428.1250,390.6003,252.7525,359.5306,255.0097,282.2633,233.1972,251.4806,232.4297,222.9267,180.1278,174.8775,61.7047,134.0178,132.4094,103.4328,100.8417,100.6989,87.3878,69.2278,72.0069,69.3242,41.9922,59.8692,54.6383,50.3211,48.0067,27.7925,26.3053,23.3511,31.9097,15.5661,15.5575,3.6653,2.3450,1.1269,0.6086,0.0650 -"2017 Q1",11183.6664,790.6731,1254.4625,197.5933,0,0,526.7989,79.1089,196.9956,389.4844,1590.0014,0,0,368.2992,0,123.3775,21.1656,161.6600,141.3592,0,0,0,17.6292,0,0,159.9050,0,120.3844,5.0458,23.2242,157.1200,13.1861,95.0292,0,40.6492,0,0,4.9539,0.4333,0,88.8292,1.7419,0,17.1758,0,0,0,7.1189,0,0.9528,20.2619,0,0,4.2811,0,15.3294,11.4906,11.6350,0,7.7583,7.7581,0,0,0,0.0256,0 +Quarter,"[Moorhen] Node Hours: Total","[Honey-buzzard] Node Hours: Total","[Lapwing] Node Hours: Total","[Pipit, Meadow] Node Hours: Total","[Grey, Lesser] Node Hours: Total","[Scaup, Lesser] Node Hours: Total","[Warbler, Garden] Node Hours: Total","[Warbler, Sardinian] Node Hours: Total","[Bunting, Reed] Node Hours: Total","[Crane] Node Hours: Total","[Plover, Caspian] Node Hours: Total","[Smew] Node Hours: Total","[Crane, Sandhill] Node Hours: Total","[Dove, Turtle] Node Hours: Total","[Warbler, Dusky] Node Hours: Total","[Treecreeper, Short-toed] Node Hours: Total","[Sandpiper, Spotted] Node Hours: Total","[Chaffinch] Node Hours: Total","[Sapsucker, Yellow-bellied] Node Hours: Total","[Goose, Egyptian] Node Hours: Total","[Scoter, Velvet] Node Hours: Total","[Siskin] Node Hours: Total","[Thrush, Grey-cheeked] Node Hours: Total","[Thrush, Swainson's] Node Hours: Total","[Grebe, Pied-billed] Node Hours: Total","[Sparrow, White-throated] Node Hours: Total","[Warbler, Hooded] Node Hours: Total","[Shearwater, Cory's] Node Hours: Total","[Thrush, Mistle] Node Hours: Total","[Ovenbird] Node Hours: Total","[Whimbrel] Node Hours: Total","[Peregrine] Node Hours: Total","[Duck, Ferruginous] Node Hours: Total","[Grosbeak, Evening] Node Hours: Total","[Oriole, Baltimore] Node Hours: Total","[Warbler, Booted] Node Hours: Total","[Bunting, Yellow-breasted] Node Hours: Total","[Shag] Node Hours: Total","[Warbler, Yellow-browed] Node Hours: Total","[Tern, Sandwich] Node Hours: Total","[Dunlin] Node Hours: Total","[Grey, Southern] Node Hours: Total","[Plover, White-tailed] Node Hours: Total","[Warbler, Golden-winged] Node Hours: Total","[Harrier, Hen] Node Hours: Total","[Bunting, Yellow-browed] Node Hours: Total","[Jackdaw] Node Hours: Total","[Swift, Alpine] Node Hours: Total","[Warbler, Moltoni's] Node Hours: Total","[Auk, Little] Node Hours: Total","[Shrike, Long-tailed] Node Hours: Total","[Bunting, Black-headed] Node Hours: Total","[Grey, Great] Node Hours: Total","[Roller] Node Hours: Total","[Ibis, Glossy] Node Hours: Total","[Fieldfare] Node Hours: Total","[Redpoll, Lesser] Node Hours: Total","[Martin, Purple] Node Hours: Total","[Gull, Ring-billed] Node Hours: Total","[Coot] Node Hours: Total","[Egret, Cattle] Node Hours: Total","[Stint, Little] Node Hours: Total","[Duck, Harlequin] Node Hours: Total","[Gallinule, Allen's] Node Hours: Total","[Martin, Crag] Node Hours: Total","[Sparrow, Savannah] Node Hours: Total","[Partridge, Red-legged] Node Hours: Total" +"2016 Q4",55820.4542,14812.8536,14099.6133,12008.7600,8590.5158,7416.4597,2246.7575,1925.1156,1560.5139,1233.3333,3.1458,1532.5833,1494.1239,1054.8381,1092.1644,903.1886,993.6836,798.3978,754.3106,883.8200,873.5178,840.4200,785.0175,550.6928,500.2031,299.0033,458.5558,317.6461,428.1250,390.6003,252.7525,359.5306,255.0097,282.2633,233.1972,251.4806,232.4297,222.9267,180.1278,174.8775,61.7047,134.0178,132.4094,103.4328,100.8417,100.6989,87.3878,69.2278,72.0069,69.3242,41.9922,59.8692,54.6383,50.3211,48.0067,27.7925,26.3053,23.3511,31.9097,15.5661,15.5575,3.6653,2.3450,2.3450,1.1269,0.6086,0.0650 +"2017 Q1",11183.6664,790.6731,1254.4625,197.5933,0,0,526.7989,79.1089,196.9956,389.4844,1590.0014,0,0,368.2992,0,123.3775,21.1656,161.6600,141.3592,0,0,0,17.6292,0,0,159.9050,0,120.3844,5.0458,23.2242,157.1200,13.1861,95.0292,0,40.6492,0,0,4.9539,0.4333,0,88.8292,1.7419,0,17.1758,0,0,0,7.1189,0,0.9528,20.2619,0,0,4.2811,0,15.3294,11.4906,11.6350,0,7.7583,7.7581,0,0,0,0,0.0256,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_node_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_node_hours/timeseries-Year-reference.csv index 322df961a2..2c29ffcd79 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_node_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_node_hours/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[Moorhen] Node Hours: Total","[Honey-buzzard] Node Hours: Total","[Lapwing] Node Hours: Total","[Pipit, Meadow] Node Hours: Total","[Grey, Lesser] Node Hours: Total","[Scaup, Lesser] Node Hours: Total","[Warbler, Garden] Node Hours: Total","[Warbler, Sardinian] Node Hours: Total","[Bunting, Reed] Node Hours: Total","[Crane] Node Hours: Total","[Plover, Caspian] Node Hours: Total","[Smew] Node Hours: Total","[Crane, Sandhill] Node Hours: Total","[Dove, Turtle] Node Hours: Total","[Warbler, Dusky] Node Hours: Total","[Treecreeper, Short-toed] Node Hours: Total","[Sandpiper, Spotted] Node Hours: Total","[Chaffinch] Node Hours: Total","[Sapsucker, Yellow-bellied] Node Hours: Total","[Goose, Egyptian] Node Hours: Total","[Scoter, Velvet] Node Hours: Total","[Siskin] Node Hours: Total","[Thrush, Grey-cheeked] Node Hours: Total","[Thrush, Swainson's] Node Hours: Total","[Grebe, Pied-billed] Node Hours: Total","[Sparrow, White-throated] Node Hours: Total","[Warbler, Hooded] Node Hours: Total","[Shearwater, Cory's] Node Hours: Total","[Thrush, Mistle] Node Hours: Total","[Ovenbird] Node Hours: Total","[Whimbrel] Node Hours: Total","[Peregrine] Node Hours: Total","[Duck, Ferruginous] Node Hours: Total","[Grosbeak, Evening] Node Hours: Total","[Oriole, Baltimore] Node Hours: Total","[Warbler, Booted] Node Hours: Total","[Bunting, Yellow-breasted] Node Hours: Total","[Shag] Node Hours: Total","[Warbler, Yellow-browed] Node Hours: Total","[Tern, Sandwich] Node Hours: Total","[Dunlin] Node Hours: Total","[Grey, Southern] Node Hours: Total","[Plover, White-tailed] Node Hours: Total","[Warbler, Golden-winged] Node Hours: Total","[Harrier, Hen] Node Hours: Total","[Bunting, Yellow-browed] Node Hours: Total","[Jackdaw] Node Hours: Total","[Swift, Alpine] Node Hours: Total","[Warbler, Moltoni's] Node Hours: Total","[Auk, Little] Node Hours: Total","[Shrike, Long-tailed] Node Hours: Total","[Bunting, Black-headed] Node Hours: Total","[Grey, Great] Node Hours: Total","[Roller] Node Hours: Total","[Ibis, Glossy] Node Hours: Total","[Fieldfare] Node Hours: Total","[Redpoll, Lesser] Node Hours: Total","[Martin, Purple] Node Hours: Total","[Gull, Ring-billed] Node Hours: Total","[Coot] Node Hours: Total","[Egret, Cattle] Node Hours: Total","[Stint, Little] Node Hours: Total","[Gallinule, Allen's] Node Hours: Total","[Martin, Crag] Node Hours: Total","[Sparrow, Savannah] Node Hours: Total","[Partridge, Red-legged] Node Hours: Total" -2016,55820.4542,14812.8536,14099.6133,12008.7600,8590.5158,7416.4597,2246.7575,1925.1156,1560.5139,1233.3333,3.1458,1532.5833,1494.1239,1054.8381,1092.1644,903.1886,993.6836,798.3978,754.3106,883.8200,873.5178,840.4200,785.0175,550.6928,500.2031,299.0033,458.5558,317.6461,428.1250,390.6003,252.7525,359.5306,255.0097,282.2633,233.1972,251.4806,232.4297,222.9267,180.1278,174.8775,61.7047,134.0178,132.4094,103.4328,100.8417,100.6989,87.3878,69.2278,72.0069,69.3242,41.9922,59.8692,54.6383,50.3211,48.0067,27.7925,26.3053,23.3511,31.9097,15.5661,15.5575,3.6653,2.3450,1.1269,0.6086,0.0650 -2017,11183.6664,790.6731,1254.4625,197.5933,0,0,526.7989,79.1089,196.9956,389.4844,1590.0014,0,0,368.2992,0,123.3775,21.1656,161.6600,141.3592,0,0,0,17.6292,0,0,159.9050,0,120.3844,5.0458,23.2242,157.1200,13.1861,95.0292,0,40.6492,0,0,4.9539,0.4333,0,88.8292,1.7419,0,17.1758,0,0,0,7.1189,0,0.9528,20.2619,0,0,4.2811,0,15.3294,11.4906,11.6350,0,7.7583,7.7581,0,0,0,0.0256,0 +Year,"[Moorhen] Node Hours: Total","[Honey-buzzard] Node Hours: Total","[Lapwing] Node Hours: Total","[Pipit, Meadow] Node Hours: Total","[Grey, Lesser] Node Hours: Total","[Scaup, Lesser] Node Hours: Total","[Warbler, Garden] Node Hours: Total","[Warbler, Sardinian] Node Hours: Total","[Bunting, Reed] Node Hours: Total","[Crane] Node Hours: Total","[Plover, Caspian] Node Hours: Total","[Smew] Node Hours: Total","[Crane, Sandhill] Node Hours: Total","[Dove, Turtle] Node Hours: Total","[Warbler, Dusky] Node Hours: Total","[Treecreeper, Short-toed] Node Hours: Total","[Sandpiper, Spotted] Node Hours: Total","[Chaffinch] Node Hours: Total","[Sapsucker, Yellow-bellied] Node Hours: Total","[Goose, Egyptian] Node Hours: Total","[Scoter, Velvet] Node Hours: Total","[Siskin] Node Hours: Total","[Thrush, Grey-cheeked] Node Hours: Total","[Thrush, Swainson's] Node Hours: Total","[Grebe, Pied-billed] Node Hours: Total","[Sparrow, White-throated] Node Hours: Total","[Warbler, Hooded] Node Hours: Total","[Shearwater, Cory's] Node Hours: Total","[Thrush, Mistle] Node Hours: Total","[Ovenbird] Node Hours: Total","[Whimbrel] Node Hours: Total","[Peregrine] Node Hours: Total","[Duck, Ferruginous] Node Hours: Total","[Grosbeak, Evening] Node Hours: Total","[Oriole, Baltimore] Node Hours: Total","[Warbler, Booted] Node Hours: Total","[Bunting, Yellow-breasted] Node Hours: Total","[Shag] Node Hours: Total","[Warbler, Yellow-browed] Node Hours: Total","[Tern, Sandwich] Node Hours: Total","[Dunlin] Node Hours: Total","[Grey, Southern] Node Hours: Total","[Plover, White-tailed] Node Hours: Total","[Warbler, Golden-winged] Node Hours: Total","[Harrier, Hen] Node Hours: Total","[Bunting, Yellow-browed] Node Hours: Total","[Jackdaw] Node Hours: Total","[Swift, Alpine] Node Hours: Total","[Warbler, Moltoni's] Node Hours: Total","[Auk, Little] Node Hours: Total","[Shrike, Long-tailed] Node Hours: Total","[Bunting, Black-headed] Node Hours: Total","[Grey, Great] Node Hours: Total","[Roller] Node Hours: Total","[Ibis, Glossy] Node Hours: Total","[Fieldfare] Node Hours: Total","[Redpoll, Lesser] Node Hours: Total","[Martin, Purple] Node Hours: Total","[Gull, Ring-billed] Node Hours: Total","[Coot] Node Hours: Total","[Egret, Cattle] Node Hours: Total","[Stint, Little] Node Hours: Total","[Duck, Harlequin] Node Hours: Total","[Gallinule, Allen's] Node Hours: Total","[Martin, Crag] Node Hours: Total","[Sparrow, Savannah] Node Hours: Total","[Partridge, Red-legged] Node Hours: Total" +2016,55820.4542,14812.8536,14099.6133,12008.7600,8590.5158,7416.4597,2246.7575,1925.1156,1560.5139,1233.3333,3.1458,1532.5833,1494.1239,1054.8381,1092.1644,903.1886,993.6836,798.3978,754.3106,883.8200,873.5178,840.4200,785.0175,550.6928,500.2031,299.0033,458.5558,317.6461,428.1250,390.6003,252.7525,359.5306,255.0097,282.2633,233.1972,251.4806,232.4297,222.9267,180.1278,174.8775,61.7047,134.0178,132.4094,103.4328,100.8417,100.6989,87.3878,69.2278,72.0069,69.3242,41.9922,59.8692,54.6383,50.3211,48.0067,27.7925,26.3053,23.3511,31.9097,15.5661,15.5575,3.6653,2.3450,2.3450,1.1269,0.6086,0.0650 +2017,11183.6664,790.6731,1254.4625,197.5933,0,0,526.7989,79.1089,196.9956,389.4844,1590.0014,0,0,368.2992,0,123.3775,21.1656,161.6600,141.3592,0,0,0,17.6292,0,0,159.9050,0,120.3844,5.0458,23.2242,157.1200,13.1861,95.0292,0,40.6492,0,0,4.9539,0.4333,0,88.8292,1.7419,0,17.1758,0,0,0,7.1189,0,0.9528,20.2619,0,0,4.2811,0,15.3294,11.4906,11.6350,0,7.7583,7.7581,0,0,0,0,0.0256,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_waitduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_waitduration_hours/aggregate-Day-reference.csv index c3f627dba2..457d764072 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_waitduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_waitduration_hours/aggregate-Day-reference.csv @@ -54,6 +54,7 @@ Smew,13.9250 "Auk, Little",0.1747 Roller,0.1614 "Bunting, Black-headed",0.1408 +"Duck, Harlequin",0.0978 "Gallinule, Allen's",0.0978 "Duck, Ferruginous",0.0311 "Shrike, Long-tailed",0.0286 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_waitduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_waitduration_hours/aggregate-Month-reference.csv index c3f627dba2..457d764072 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_waitduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_waitduration_hours/aggregate-Month-reference.csv @@ -54,6 +54,7 @@ Smew,13.9250 "Auk, Little",0.1747 Roller,0.1614 "Bunting, Black-headed",0.1408 +"Duck, Harlequin",0.0978 "Gallinule, Allen's",0.0978 "Duck, Ferruginous",0.0311 "Shrike, Long-tailed",0.0286 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_waitduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_waitduration_hours/aggregate-Quarter-reference.csv index c3f627dba2..457d764072 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_waitduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_waitduration_hours/aggregate-Quarter-reference.csv @@ -54,6 +54,7 @@ Smew,13.9250 "Auk, Little",0.1747 Roller,0.1614 "Bunting, Black-headed",0.1408 +"Duck, Harlequin",0.0978 "Gallinule, Allen's",0.0978 "Duck, Ferruginous",0.0311 "Shrike, Long-tailed",0.0286 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_waitduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_waitduration_hours/aggregate-Year-reference.csv index c3f627dba2..457d764072 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_waitduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_waitduration_hours/aggregate-Year-reference.csv @@ -54,6 +54,7 @@ Smew,13.9250 "Auk, Little",0.1747 Roller,0.1614 "Bunting, Black-headed",0.1408 +"Duck, Harlequin",0.0978 "Gallinule, Allen's",0.0978 "Duck, Ferruginous",0.0311 "Shrike, Long-tailed",0.0286 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_waitduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_waitduration_hours/timeseries-Day-reference.csv index 3e7248b2d6..eb6af12ad5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_waitduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_waitduration_hours/timeseries-Day-reference.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[Thrush, Swainson's] Wait Hours: Total","[Honey-buzzard] Wait Hours: Total","[Treecreeper, Short-toed] Wait Hours: Total","[Crane, Sandhill] Wait Hours: Total","[Plover, Caspian] Wait Hours: Total","[Grey, Lesser] Wait Hours: Total","[Dunlin] Wait Hours: Total","[Thrush, Grey-cheeked] Wait Hours: Total","[Pipit, Meadow] Wait Hours: Total","[Grey, Great] Wait Hours: Total","[Moorhen] Wait Hours: Total","[Bunting, Reed] Wait Hours: Total","[Sandpiper, Spotted] Wait Hours: Total","[Warbler, Booted] Wait Hours: Total","[Siskin] Wait Hours: Total","[Bunting, Yellow-browed] Wait Hours: Total","[Ovenbird] Wait Hours: Total","[Sapsucker, Yellow-bellied] Wait Hours: Total","[Scoter, Velvet] Wait Hours: Total","[Warbler, Yellow-browed] Wait Hours: Total","[Thrush, Mistle] Wait Hours: Total","[Peregrine] Wait Hours: Total","[Warbler, Garden] Wait Hours: Total","[Whimbrel] Wait Hours: Total","[Warbler, Sardinian] Wait Hours: Total","[Crane] Wait Hours: Total","[Tern, Sandwich] Wait Hours: Total","[Dove, Turtle] Wait Hours: Total","[Warbler, Golden-winged] Wait Hours: Total","[Warbler, Dusky] Wait Hours: Total","[Sparrow, White-throated] Wait Hours: Total","[Lapwing] Wait Hours: Total","[Shag] Wait Hours: Total","[Smew] Wait Hours: Total","[Bunting, Yellow-breasted] Wait Hours: Total","[Grey, Southern] Wait Hours: Total","[Plover, White-tailed] Wait Hours: Total","[Warbler, Hooded] Wait Hours: Total","[Harrier, Hen] Wait Hours: Total","[Grosbeak, Evening] Wait Hours: Total","[Shearwater, Cory's] Wait Hours: Total","[Oriole, Baltimore] Wait Hours: Total","[Stint, Little] Wait Hours: Total","[Grebe, Pied-billed] Wait Hours: Total","[Sparrow, Savannah] Wait Hours: Total","[Auk, Little] Wait Hours: Total","[Roller] Wait Hours: Total","[Bunting, Black-headed] Wait Hours: Total","[Gallinule, Allen's] Wait Hours: Total","[Duck, Ferruginous] Wait Hours: Total","[Shrike, Long-tailed] Wait Hours: Total","[Martin, Crag] Wait Hours: Total","[Gull, Ring-billed] Wait Hours: Total","[Goose, Egyptian] Wait Hours: Total","[Martin, Purple] Wait Hours: Total","[Coot] Wait Hours: Total","[Egret, Cattle] Wait Hours: Total","[Swift, Alpine] Wait Hours: Total","[Fieldfare] Wait Hours: Total","[Scaup, Lesser] Wait Hours: Total","[Ibis, Glossy] Wait Hours: Total","[Redpoll, Lesser] Wait Hours: Total","[Chaffinch] Wait Hours: Total","[Jackdaw] Wait Hours: Total","[Partridge, Red-legged] Wait Hours: Total","[Warbler, Moltoni's] Wait Hours: Total" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9.3322,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9.5964,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-25,0,0,0,0,0,0,0,0,0,0,0,110.8222,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0.0633,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0.0033,0,0,0,0.0000,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-27,0,0.0000,1367.4053,93.9833,0,0,0,0,311.1344,0,0,0.0289,0,50.8225,76.0861,0,0.0025,0,78.7886,0,0,0,0.0000,0,0,0,0.0000,0.0000,0,0,0,0,0,0,0.0003,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0.0000 -2016-12-28,0,0.0000,1403.6350,723.1878,0,0,0,0,1296.2100,0,5.6581,20.5744,0,0.0000,36.8761,0,0.0000,0,0.0000,0,47.7519,0,18.4800,0,8.2136,0,0.0000,0.0000,0,0,0,10.5775,13.6594,0,0.0000,0,11.1744,2.3317,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0017,0.0003,0,0.0000,0,0,0.0000 -2016-12-29,2680.9856,1973.6483,626.5147,288.5578,0,0,0,0.0044,334.2142,0,32.6300,43.9522,9.5844,0.0000,0.0000,0.0017,0.0000,0.0014,0.0000,25.7286,0.0000,11.6853,17.8439,0,1.1997,10.4372,18.9547,0.2917,0,0,0,3.9286,0.0011,13.9250,4.8561,0,0.0000,0.3786,0.0894,0.7922,1.0583,0.0000,0,0.5497,0,0.0000,0,0,0,0.0311,0.0225,0,0,0.0025,0,0,0,0,0,0.0000,0.0000,0.0003,0.0000,0,0,0.0000 -2016-12-30,160658.9953,26564.1575,331.7789,2269.2953,0,1857.6733,1170.3947,54.0756,0.0000,1435.0258,221.0947,77.6936,311.8600,72.0400,0.0000,105.4806,0.0000,14.4292,0.0014,0.0000,0.7789,27.4556,0.0000,17.2619,15.6439,7.3803,0.0000,3.3314,11.9272,20.0331,0,2.2686,1.3369,0.0000,8.0983,12.1381,0.0000,2.4739,6.3886,1.1839,0.0400,0.0000,0.0258,0.0000,0.1269,0.0000,0.1611,0.0575,0.0978,0.0000,0.0028,0.0147,0.0075,0.0022,0.0014,0.0008,0.0006,0.0008,0.0008,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 -2016-12-31,0.0000,64478.3575,1406.9842,1674.6364,0.3231,2069.8514,33.5839,2650.5994,0.0000,516.8028,277.8381,83.4647,0.0000,0.0000,0.0000,0.0000,94.3442,77.1553,0,0,0.0000,0.0000,0.2067,7.6042,3.4903,0.3128,0,13.7414,8.7356,0.0000,19.3700,0.5711,0.0019,0.0000,0.0000,0.5147,0,1.3047,0.0000,0,0.0000,0.0011,0.9658,0,0.2317,0.1747,0.0000,0.0833,0,0.0000,0.0022,0,0.0000,0.0000,0.0011,0.0011,0.0008,0.0006,0.0008,0.0000,0,0.0000,0.0000,0.0000,0,0 -2017-01-01,0,19831.9839,0.0000,0,4055.6844,0,1826.4933,0.0000,18.3517,0,7.3758,32.7189,0.0000,0,0,0,0.0000,0.0000,0,36.3150,0.0000,0.0000,0.0000,7.2994,2.2744,12.0239,0,1.3233,0.0047,0,0.0000,0.3344,0.0000,0,0,0.0064,0,0,0,0,0.1547,1.2347,0,0,0.0067,0.0000,0.0003,0,0,0.0000,0.0011,0,0,0,0.0014,0.0017,0.0017,0.0011,0.0000,0,0,0.0000,0.0000,0,0,0 +Day,"[Thrush, Swainson's] Wait Hours: Total","[Honey-buzzard] Wait Hours: Total","[Treecreeper, Short-toed] Wait Hours: Total","[Crane, Sandhill] Wait Hours: Total","[Plover, Caspian] Wait Hours: Total","[Grey, Lesser] Wait Hours: Total","[Dunlin] Wait Hours: Total","[Thrush, Grey-cheeked] Wait Hours: Total","[Pipit, Meadow] Wait Hours: Total","[Grey, Great] Wait Hours: Total","[Moorhen] Wait Hours: Total","[Bunting, Reed] Wait Hours: Total","[Sandpiper, Spotted] Wait Hours: Total","[Warbler, Booted] Wait Hours: Total","[Siskin] Wait Hours: Total","[Bunting, Yellow-browed] Wait Hours: Total","[Ovenbird] Wait Hours: Total","[Sapsucker, Yellow-bellied] Wait Hours: Total","[Scoter, Velvet] Wait Hours: Total","[Warbler, Yellow-browed] Wait Hours: Total","[Thrush, Mistle] Wait Hours: Total","[Peregrine] Wait Hours: Total","[Warbler, Garden] Wait Hours: Total","[Whimbrel] Wait Hours: Total","[Warbler, Sardinian] Wait Hours: Total","[Crane] Wait Hours: Total","[Tern, Sandwich] Wait Hours: Total","[Dove, Turtle] Wait Hours: Total","[Warbler, Golden-winged] Wait Hours: Total","[Warbler, Dusky] Wait Hours: Total","[Sparrow, White-throated] Wait Hours: Total","[Lapwing] Wait Hours: Total","[Shag] Wait Hours: Total","[Smew] Wait Hours: Total","[Bunting, Yellow-breasted] Wait Hours: Total","[Grey, Southern] Wait Hours: Total","[Plover, White-tailed] Wait Hours: Total","[Warbler, Hooded] Wait Hours: Total","[Harrier, Hen] Wait Hours: Total","[Grosbeak, Evening] Wait Hours: Total","[Shearwater, Cory's] Wait Hours: Total","[Oriole, Baltimore] Wait Hours: Total","[Stint, Little] Wait Hours: Total","[Grebe, Pied-billed] Wait Hours: Total","[Sparrow, Savannah] Wait Hours: Total","[Auk, Little] Wait Hours: Total","[Roller] Wait Hours: Total","[Bunting, Black-headed] Wait Hours: Total","[Duck, Harlequin] Wait Hours: Total","[Gallinule, Allen's] Wait Hours: Total","[Duck, Ferruginous] Wait Hours: Total","[Shrike, Long-tailed] Wait Hours: Total","[Martin, Crag] Wait Hours: Total","[Gull, Ring-billed] Wait Hours: Total","[Goose, Egyptian] Wait Hours: Total","[Martin, Purple] Wait Hours: Total","[Coot] Wait Hours: Total","[Egret, Cattle] Wait Hours: Total","[Swift, Alpine] Wait Hours: Total","[Fieldfare] Wait Hours: Total","[Scaup, Lesser] Wait Hours: Total","[Ibis, Glossy] Wait Hours: Total","[Redpoll, Lesser] Wait Hours: Total","[Chaffinch] Wait Hours: Total","[Jackdaw] Wait Hours: Total","[Partridge, Red-legged] Wait Hours: Total","[Warbler, Moltoni's] Wait Hours: Total" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9.3322,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9.5964,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-25,0,0,0,0,0,0,0,0,0,0,0,110.8222,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0.0633,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0.0033,0,0,0,0.0000,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-27,0,0.0000,1367.4053,93.9833,0,0,0,0,311.1344,0,0,0.0289,0,50.8225,76.0861,0,0.0025,0,78.7886,0,0,0,0.0000,0,0,0,0.0000,0.0000,0,0,0,0,0,0,0.0003,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0.0000 +2016-12-28,0,0.0000,1403.6350,723.1878,0,0,0,0,1296.2100,0,5.6581,20.5744,0,0.0000,36.8761,0,0.0000,0,0.0000,0,47.7519,0,18.4800,0,8.2136,0,0.0000,0.0000,0,0,0,10.5775,13.6594,0,0.0000,0,11.1744,2.3317,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0017,0.0003,0,0.0000,0,0,0.0000 +2016-12-29,2680.9856,1973.6483,626.5147,288.5578,0,0,0,0.0044,334.2142,0,32.6300,43.9522,9.5844,0.0000,0.0000,0.0017,0.0000,0.0014,0.0000,25.7286,0.0000,11.6853,17.8439,0,1.1997,10.4372,18.9547,0.2917,0,0,0,3.9286,0.0011,13.9250,4.8561,0,0.0000,0.3786,0.0894,0.7922,1.0583,0.0000,0,0.5497,0,0.0000,0,0,0,0,0.0311,0.0225,0,0,0.0025,0,0,0,0,0,0.0000,0.0000,0.0003,0.0000,0,0,0.0000 +2016-12-30,160658.9953,26564.1575,331.7789,2269.2953,0,1857.6733,1170.3947,54.0756,0.0000,1435.0258,221.0947,77.6936,311.8600,72.0400,0.0000,105.4806,0.0000,14.4292,0.0014,0.0000,0.7789,27.4556,0.0000,17.2619,15.6439,7.3803,0.0000,3.3314,11.9272,20.0331,0,2.2686,1.3369,0.0000,8.0983,12.1381,0.0000,2.4739,6.3886,1.1839,0.0400,0.0000,0.0258,0.0000,0.1269,0.0000,0.1611,0.0575,0.0978,0.0978,0.0000,0.0028,0.0147,0.0075,0.0022,0.0014,0.0008,0.0006,0.0008,0.0008,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 +2016-12-31,0.0000,64478.3575,1406.9842,1674.6364,0.3231,2069.8514,33.5839,2650.5994,0.0000,516.8028,277.8381,83.4647,0.0000,0.0000,0.0000,0.0000,94.3442,77.1553,0,0,0.0000,0.0000,0.2067,7.6042,3.4903,0.3128,0,13.7414,8.7356,0.0000,19.3700,0.5711,0.0019,0.0000,0.0000,0.5147,0,1.3047,0.0000,0,0.0000,0.0011,0.9658,0,0.2317,0.1747,0.0000,0.0833,0,0,0.0000,0.0022,0,0.0000,0.0000,0.0011,0.0011,0.0008,0.0006,0.0008,0.0000,0,0.0000,0.0000,0.0000,0,0 +2017-01-01,0,19831.9839,0.0000,0,4055.6844,0,1826.4933,0.0000,18.3517,0,7.3758,32.7189,0.0000,0,0,0,0.0000,0.0000,0,36.3150,0.0000,0.0000,0.0000,7.2994,2.2744,12.0239,0,1.3233,0.0047,0,0.0000,0.3344,0.0000,0,0,0.0064,0,0,0,0,0.1547,1.2347,0,0,0.0067,0.0000,0.0003,0,0,0,0.0000,0.0011,0,0,0,0.0014,0.0017,0.0017,0.0011,0.0000,0,0,0.0000,0.0000,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_waitduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_waitduration_hours/timeseries-Month-reference.csv index 3969ec0577..905c816424 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_waitduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_waitduration_hours/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[Thrush, Swainson's] Wait Hours: Total","[Honey-buzzard] Wait Hours: Total","[Treecreeper, Short-toed] Wait Hours: Total","[Crane, Sandhill] Wait Hours: Total","[Plover, Caspian] Wait Hours: Total","[Grey, Lesser] Wait Hours: Total","[Dunlin] Wait Hours: Total","[Thrush, Grey-cheeked] Wait Hours: Total","[Pipit, Meadow] Wait Hours: Total","[Grey, Great] Wait Hours: Total","[Moorhen] Wait Hours: Total","[Bunting, Reed] Wait Hours: Total","[Sandpiper, Spotted] Wait Hours: Total","[Warbler, Booted] Wait Hours: Total","[Siskin] Wait Hours: Total","[Bunting, Yellow-browed] Wait Hours: Total","[Ovenbird] Wait Hours: Total","[Sapsucker, Yellow-bellied] Wait Hours: Total","[Scoter, Velvet] Wait Hours: Total","[Warbler, Yellow-browed] Wait Hours: Total","[Thrush, Mistle] Wait Hours: Total","[Peregrine] Wait Hours: Total","[Warbler, Garden] Wait Hours: Total","[Whimbrel] Wait Hours: Total","[Warbler, Sardinian] Wait Hours: Total","[Crane] Wait Hours: Total","[Tern, Sandwich] Wait Hours: Total","[Dove, Turtle] Wait Hours: Total","[Warbler, Golden-winged] Wait Hours: Total","[Warbler, Dusky] Wait Hours: Total","[Sparrow, White-throated] Wait Hours: Total","[Lapwing] Wait Hours: Total","[Shag] Wait Hours: Total","[Smew] Wait Hours: Total","[Bunting, Yellow-breasted] Wait Hours: Total","[Grey, Southern] Wait Hours: Total","[Plover, White-tailed] Wait Hours: Total","[Warbler, Hooded] Wait Hours: Total","[Harrier, Hen] Wait Hours: Total","[Grosbeak, Evening] Wait Hours: Total","[Shearwater, Cory's] Wait Hours: Total","[Oriole, Baltimore] Wait Hours: Total","[Stint, Little] Wait Hours: Total","[Grebe, Pied-billed] Wait Hours: Total","[Sparrow, Savannah] Wait Hours: Total","[Auk, Little] Wait Hours: Total","[Roller] Wait Hours: Total","[Bunting, Black-headed] Wait Hours: Total","[Gallinule, Allen's] Wait Hours: Total","[Duck, Ferruginous] Wait Hours: Total","[Shrike, Long-tailed] Wait Hours: Total","[Martin, Crag] Wait Hours: Total","[Gull, Ring-billed] Wait Hours: Total","[Goose, Egyptian] Wait Hours: Total","[Martin, Purple] Wait Hours: Total","[Coot] Wait Hours: Total","[Egret, Cattle] Wait Hours: Total","[Swift, Alpine] Wait Hours: Total","[Fieldfare] Wait Hours: Total","[Scaup, Lesser] Wait Hours: Total","[Ibis, Glossy] Wait Hours: Total","[Redpoll, Lesser] Wait Hours: Total","[Chaffinch] Wait Hours: Total","[Jackdaw] Wait Hours: Total","[Partridge, Red-legged] Wait Hours: Total","[Warbler, Moltoni's] Wait Hours: Total" -2016-12,163339.9808,93016.1633,5136.3181,5049.6606,0.3231,3927.5247,1203.9786,2704.6794,1941.5586,1951.8286,537.2208,336.5361,321.4444,122.8625,112.9622,105.4822,94.3467,91.5858,78.7900,25.7286,48.5308,39.1408,36.5339,24.8661,28.5475,18.1303,28.5511,26.7600,20.6628,20.0331,19.3700,17.3458,14.9994,13.9250,12.9547,12.6528,11.1744,6.4889,6.4781,1.9761,1.0983,0.0014,0.9917,0.5497,0.3586,0.1747,0.1611,0.1408,0.0978,0.0311,0.0275,0.0147,0.0075,0.0047,0.0025,0.0019,0.0014,0.0014,0.0017,0.0017,0.0003,0.0003,0.0000,0.0000,0.0000,0.0000 -2017-01,0,19831.9839,0.0000,0,4055.6844,0,1826.4933,0.0000,18.3517,0,7.3758,32.7189,0.0000,0,0,0,0.0000,0.0000,0,36.3150,0.0000,0.0000,0.0000,7.2994,2.2744,12.0239,0,1.3233,0.0047,0,0.0000,0.3344,0.0000,0,0,0.0064,0,0,0,0,0.1547,1.2347,0,0,0.0067,0.0000,0.0003,0,0,0.0000,0.0011,0,0,0,0.0014,0.0017,0.0017,0.0011,0.0000,0,0,0.0000,0.0000,0,0,0 +Month,"[Thrush, Swainson's] Wait Hours: Total","[Honey-buzzard] Wait Hours: Total","[Treecreeper, Short-toed] Wait Hours: Total","[Crane, Sandhill] Wait Hours: Total","[Plover, Caspian] Wait Hours: Total","[Grey, Lesser] Wait Hours: Total","[Dunlin] Wait Hours: Total","[Thrush, Grey-cheeked] Wait Hours: Total","[Pipit, Meadow] Wait Hours: Total","[Grey, Great] Wait Hours: Total","[Moorhen] Wait Hours: Total","[Bunting, Reed] Wait Hours: Total","[Sandpiper, Spotted] Wait Hours: Total","[Warbler, Booted] Wait Hours: Total","[Siskin] Wait Hours: Total","[Bunting, Yellow-browed] Wait Hours: Total","[Ovenbird] Wait Hours: Total","[Sapsucker, Yellow-bellied] Wait Hours: Total","[Scoter, Velvet] Wait Hours: Total","[Warbler, Yellow-browed] Wait Hours: Total","[Thrush, Mistle] Wait Hours: Total","[Peregrine] Wait Hours: Total","[Warbler, Garden] Wait Hours: Total","[Whimbrel] Wait Hours: Total","[Warbler, Sardinian] Wait Hours: Total","[Crane] Wait Hours: Total","[Tern, Sandwich] Wait Hours: Total","[Dove, Turtle] Wait Hours: Total","[Warbler, Golden-winged] Wait Hours: Total","[Warbler, Dusky] Wait Hours: Total","[Sparrow, White-throated] Wait Hours: Total","[Lapwing] Wait Hours: Total","[Shag] Wait Hours: Total","[Smew] Wait Hours: Total","[Bunting, Yellow-breasted] Wait Hours: Total","[Grey, Southern] Wait Hours: Total","[Plover, White-tailed] Wait Hours: Total","[Warbler, Hooded] Wait Hours: Total","[Harrier, Hen] Wait Hours: Total","[Grosbeak, Evening] Wait Hours: Total","[Shearwater, Cory's] Wait Hours: Total","[Oriole, Baltimore] Wait Hours: Total","[Stint, Little] Wait Hours: Total","[Grebe, Pied-billed] Wait Hours: Total","[Sparrow, Savannah] Wait Hours: Total","[Auk, Little] Wait Hours: Total","[Roller] Wait Hours: Total","[Bunting, Black-headed] Wait Hours: Total","[Duck, Harlequin] Wait Hours: Total","[Gallinule, Allen's] Wait Hours: Total","[Duck, Ferruginous] Wait Hours: Total","[Shrike, Long-tailed] Wait Hours: Total","[Martin, Crag] Wait Hours: Total","[Gull, Ring-billed] Wait Hours: Total","[Goose, Egyptian] Wait Hours: Total","[Martin, Purple] Wait Hours: Total","[Coot] Wait Hours: Total","[Egret, Cattle] Wait Hours: Total","[Swift, Alpine] Wait Hours: Total","[Fieldfare] Wait Hours: Total","[Scaup, Lesser] Wait Hours: Total","[Ibis, Glossy] Wait Hours: Total","[Redpoll, Lesser] Wait Hours: Total","[Chaffinch] Wait Hours: Total","[Jackdaw] Wait Hours: Total","[Partridge, Red-legged] Wait Hours: Total","[Warbler, Moltoni's] Wait Hours: Total" +2016-12,163339.9808,93016.1633,5136.3181,5049.6606,0.3231,3927.5247,1203.9786,2704.6794,1941.5586,1951.8286,537.2208,336.5361,321.4444,122.8625,112.9622,105.4822,94.3467,91.5858,78.7900,25.7286,48.5308,39.1408,36.5339,24.8661,28.5475,18.1303,28.5511,26.7600,20.6628,20.0331,19.3700,17.3458,14.9994,13.9250,12.9547,12.6528,11.1744,6.4889,6.4781,1.9761,1.0983,0.0014,0.9917,0.5497,0.3586,0.1747,0.1611,0.1408,0.0978,0.0978,0.0311,0.0275,0.0147,0.0075,0.0047,0.0025,0.0019,0.0014,0.0014,0.0017,0.0017,0.0003,0.0003,0.0000,0.0000,0.0000,0.0000 +2017-01,0,19831.9839,0.0000,0,4055.6844,0,1826.4933,0.0000,18.3517,0,7.3758,32.7189,0.0000,0,0,0,0.0000,0.0000,0,36.3150,0.0000,0.0000,0.0000,7.2994,2.2744,12.0239,0,1.3233,0.0047,0,0.0000,0.3344,0.0000,0,0,0.0064,0,0,0,0,0.1547,1.2347,0,0,0.0067,0.0000,0.0003,0,0,0,0.0000,0.0011,0,0,0,0.0014,0.0017,0.0017,0.0011,0.0000,0,0,0.0000,0.0000,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_waitduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_waitduration_hours/timeseries-Quarter-reference.csv index c2c82ffcaf..dd43ca09d6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_waitduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_waitduration_hours/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[Thrush, Swainson's] Wait Hours: Total","[Honey-buzzard] Wait Hours: Total","[Treecreeper, Short-toed] Wait Hours: Total","[Crane, Sandhill] Wait Hours: Total","[Plover, Caspian] Wait Hours: Total","[Grey, Lesser] Wait Hours: Total","[Dunlin] Wait Hours: Total","[Thrush, Grey-cheeked] Wait Hours: Total","[Pipit, Meadow] Wait Hours: Total","[Grey, Great] Wait Hours: Total","[Moorhen] Wait Hours: Total","[Bunting, Reed] Wait Hours: Total","[Sandpiper, Spotted] Wait Hours: Total","[Warbler, Booted] Wait Hours: Total","[Siskin] Wait Hours: Total","[Bunting, Yellow-browed] Wait Hours: Total","[Ovenbird] Wait Hours: Total","[Sapsucker, Yellow-bellied] Wait Hours: Total","[Scoter, Velvet] Wait Hours: Total","[Warbler, Yellow-browed] Wait Hours: Total","[Thrush, Mistle] Wait Hours: Total","[Peregrine] Wait Hours: Total","[Warbler, Garden] Wait Hours: Total","[Whimbrel] Wait Hours: Total","[Warbler, Sardinian] Wait Hours: Total","[Crane] Wait Hours: Total","[Tern, Sandwich] Wait Hours: Total","[Dove, Turtle] Wait Hours: Total","[Warbler, Golden-winged] Wait Hours: Total","[Warbler, Dusky] Wait Hours: Total","[Sparrow, White-throated] Wait Hours: Total","[Lapwing] Wait Hours: Total","[Shag] Wait Hours: Total","[Smew] Wait Hours: Total","[Bunting, Yellow-breasted] Wait Hours: Total","[Grey, Southern] Wait Hours: Total","[Plover, White-tailed] Wait Hours: Total","[Warbler, Hooded] Wait Hours: Total","[Harrier, Hen] Wait Hours: Total","[Grosbeak, Evening] Wait Hours: Total","[Shearwater, Cory's] Wait Hours: Total","[Oriole, Baltimore] Wait Hours: Total","[Stint, Little] Wait Hours: Total","[Grebe, Pied-billed] Wait Hours: Total","[Sparrow, Savannah] Wait Hours: Total","[Auk, Little] Wait Hours: Total","[Roller] Wait Hours: Total","[Bunting, Black-headed] Wait Hours: Total","[Gallinule, Allen's] Wait Hours: Total","[Duck, Ferruginous] Wait Hours: Total","[Shrike, Long-tailed] Wait Hours: Total","[Martin, Crag] Wait Hours: Total","[Gull, Ring-billed] Wait Hours: Total","[Goose, Egyptian] Wait Hours: Total","[Martin, Purple] Wait Hours: Total","[Coot] Wait Hours: Total","[Egret, Cattle] Wait Hours: Total","[Swift, Alpine] Wait Hours: Total","[Fieldfare] Wait Hours: Total","[Scaup, Lesser] Wait Hours: Total","[Ibis, Glossy] Wait Hours: Total","[Redpoll, Lesser] Wait Hours: Total","[Chaffinch] Wait Hours: Total","[Jackdaw] Wait Hours: Total","[Partridge, Red-legged] Wait Hours: Total","[Warbler, Moltoni's] Wait Hours: Total" -"2016 Q4",163339.9808,93016.1633,5136.3181,5049.6606,0.3231,3927.5247,1203.9786,2704.6794,1941.5586,1951.8286,537.2208,336.5361,321.4444,122.8625,112.9622,105.4822,94.3467,91.5858,78.7900,25.7286,48.5308,39.1408,36.5339,24.8661,28.5475,18.1303,28.5511,26.7600,20.6628,20.0331,19.3700,17.3458,14.9994,13.9250,12.9547,12.6528,11.1744,6.4889,6.4781,1.9761,1.0983,0.0014,0.9917,0.5497,0.3586,0.1747,0.1611,0.1408,0.0978,0.0311,0.0275,0.0147,0.0075,0.0047,0.0025,0.0019,0.0014,0.0014,0.0017,0.0017,0.0003,0.0003,0.0000,0.0000,0.0000,0.0000 -"2017 Q1",0,19831.9839,0.0000,0,4055.6844,0,1826.4933,0.0000,18.3517,0,7.3758,32.7189,0.0000,0,0,0,0.0000,0.0000,0,36.3150,0.0000,0.0000,0.0000,7.2994,2.2744,12.0239,0,1.3233,0.0047,0,0.0000,0.3344,0.0000,0,0,0.0064,0,0,0,0,0.1547,1.2347,0,0,0.0067,0.0000,0.0003,0,0,0.0000,0.0011,0,0,0,0.0014,0.0017,0.0017,0.0011,0.0000,0,0,0.0000,0.0000,0,0,0 +Quarter,"[Thrush, Swainson's] Wait Hours: Total","[Honey-buzzard] Wait Hours: Total","[Treecreeper, Short-toed] Wait Hours: Total","[Crane, Sandhill] Wait Hours: Total","[Plover, Caspian] Wait Hours: Total","[Grey, Lesser] Wait Hours: Total","[Dunlin] Wait Hours: Total","[Thrush, Grey-cheeked] Wait Hours: Total","[Pipit, Meadow] Wait Hours: Total","[Grey, Great] Wait Hours: Total","[Moorhen] Wait Hours: Total","[Bunting, Reed] Wait Hours: Total","[Sandpiper, Spotted] Wait Hours: Total","[Warbler, Booted] Wait Hours: Total","[Siskin] Wait Hours: Total","[Bunting, Yellow-browed] Wait Hours: Total","[Ovenbird] Wait Hours: Total","[Sapsucker, Yellow-bellied] Wait Hours: Total","[Scoter, Velvet] Wait Hours: Total","[Warbler, Yellow-browed] Wait Hours: Total","[Thrush, Mistle] Wait Hours: Total","[Peregrine] Wait Hours: Total","[Warbler, Garden] Wait Hours: Total","[Whimbrel] Wait Hours: Total","[Warbler, Sardinian] Wait Hours: Total","[Crane] Wait Hours: Total","[Tern, Sandwich] Wait Hours: Total","[Dove, Turtle] Wait Hours: Total","[Warbler, Golden-winged] Wait Hours: Total","[Warbler, Dusky] Wait Hours: Total","[Sparrow, White-throated] Wait Hours: Total","[Lapwing] Wait Hours: Total","[Shag] Wait Hours: Total","[Smew] Wait Hours: Total","[Bunting, Yellow-breasted] Wait Hours: Total","[Grey, Southern] Wait Hours: Total","[Plover, White-tailed] Wait Hours: Total","[Warbler, Hooded] Wait Hours: Total","[Harrier, Hen] Wait Hours: Total","[Grosbeak, Evening] Wait Hours: Total","[Shearwater, Cory's] Wait Hours: Total","[Oriole, Baltimore] Wait Hours: Total","[Stint, Little] Wait Hours: Total","[Grebe, Pied-billed] Wait Hours: Total","[Sparrow, Savannah] Wait Hours: Total","[Auk, Little] Wait Hours: Total","[Roller] Wait Hours: Total","[Bunting, Black-headed] Wait Hours: Total","[Duck, Harlequin] Wait Hours: Total","[Gallinule, Allen's] Wait Hours: Total","[Duck, Ferruginous] Wait Hours: Total","[Shrike, Long-tailed] Wait Hours: Total","[Martin, Crag] Wait Hours: Total","[Gull, Ring-billed] Wait Hours: Total","[Goose, Egyptian] Wait Hours: Total","[Martin, Purple] Wait Hours: Total","[Coot] Wait Hours: Total","[Egret, Cattle] Wait Hours: Total","[Swift, Alpine] Wait Hours: Total","[Fieldfare] Wait Hours: Total","[Scaup, Lesser] Wait Hours: Total","[Ibis, Glossy] Wait Hours: Total","[Redpoll, Lesser] Wait Hours: Total","[Chaffinch] Wait Hours: Total","[Jackdaw] Wait Hours: Total","[Partridge, Red-legged] Wait Hours: Total","[Warbler, Moltoni's] Wait Hours: Total" +"2016 Q4",163339.9808,93016.1633,5136.3181,5049.6606,0.3231,3927.5247,1203.9786,2704.6794,1941.5586,1951.8286,537.2208,336.5361,321.4444,122.8625,112.9622,105.4822,94.3467,91.5858,78.7900,25.7286,48.5308,39.1408,36.5339,24.8661,28.5475,18.1303,28.5511,26.7600,20.6628,20.0331,19.3700,17.3458,14.9994,13.9250,12.9547,12.6528,11.1744,6.4889,6.4781,1.9761,1.0983,0.0014,0.9917,0.5497,0.3586,0.1747,0.1611,0.1408,0.0978,0.0978,0.0311,0.0275,0.0147,0.0075,0.0047,0.0025,0.0019,0.0014,0.0014,0.0017,0.0017,0.0003,0.0003,0.0000,0.0000,0.0000,0.0000 +"2017 Q1",0,19831.9839,0.0000,0,4055.6844,0,1826.4933,0.0000,18.3517,0,7.3758,32.7189,0.0000,0,0,0,0.0000,0.0000,0,36.3150,0.0000,0.0000,0.0000,7.2994,2.2744,12.0239,0,1.3233,0.0047,0,0.0000,0.3344,0.0000,0,0,0.0064,0,0,0,0,0.1547,1.2347,0,0,0.0067,0.0000,0.0003,0,0,0,0.0000,0.0011,0,0,0,0.0014,0.0017,0.0017,0.0011,0.0000,0,0,0.0000,0.0000,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_waitduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_waitduration_hours/timeseries-Year-reference.csv index 7570145c53..e2f9a2beb2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_waitduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_waitduration_hours/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[Thrush, Swainson's] Wait Hours: Total","[Honey-buzzard] Wait Hours: Total","[Treecreeper, Short-toed] Wait Hours: Total","[Crane, Sandhill] Wait Hours: Total","[Plover, Caspian] Wait Hours: Total","[Grey, Lesser] Wait Hours: Total","[Dunlin] Wait Hours: Total","[Thrush, Grey-cheeked] Wait Hours: Total","[Pipit, Meadow] Wait Hours: Total","[Grey, Great] Wait Hours: Total","[Moorhen] Wait Hours: Total","[Bunting, Reed] Wait Hours: Total","[Sandpiper, Spotted] Wait Hours: Total","[Warbler, Booted] Wait Hours: Total","[Siskin] Wait Hours: Total","[Bunting, Yellow-browed] Wait Hours: Total","[Ovenbird] Wait Hours: Total","[Sapsucker, Yellow-bellied] Wait Hours: Total","[Scoter, Velvet] Wait Hours: Total","[Warbler, Yellow-browed] Wait Hours: Total","[Thrush, Mistle] Wait Hours: Total","[Peregrine] Wait Hours: Total","[Warbler, Garden] Wait Hours: Total","[Whimbrel] Wait Hours: Total","[Warbler, Sardinian] Wait Hours: Total","[Crane] Wait Hours: Total","[Tern, Sandwich] Wait Hours: Total","[Dove, Turtle] Wait Hours: Total","[Warbler, Golden-winged] Wait Hours: Total","[Warbler, Dusky] Wait Hours: Total","[Sparrow, White-throated] Wait Hours: Total","[Lapwing] Wait Hours: Total","[Shag] Wait Hours: Total","[Smew] Wait Hours: Total","[Bunting, Yellow-breasted] Wait Hours: Total","[Grey, Southern] Wait Hours: Total","[Plover, White-tailed] Wait Hours: Total","[Warbler, Hooded] Wait Hours: Total","[Harrier, Hen] Wait Hours: Total","[Grosbeak, Evening] Wait Hours: Total","[Shearwater, Cory's] Wait Hours: Total","[Oriole, Baltimore] Wait Hours: Total","[Stint, Little] Wait Hours: Total","[Grebe, Pied-billed] Wait Hours: Total","[Sparrow, Savannah] Wait Hours: Total","[Auk, Little] Wait Hours: Total","[Roller] Wait Hours: Total","[Bunting, Black-headed] Wait Hours: Total","[Gallinule, Allen's] Wait Hours: Total","[Duck, Ferruginous] Wait Hours: Total","[Shrike, Long-tailed] Wait Hours: Total","[Martin, Crag] Wait Hours: Total","[Gull, Ring-billed] Wait Hours: Total","[Goose, Egyptian] Wait Hours: Total","[Martin, Purple] Wait Hours: Total","[Coot] Wait Hours: Total","[Egret, Cattle] Wait Hours: Total","[Swift, Alpine] Wait Hours: Total","[Fieldfare] Wait Hours: Total","[Scaup, Lesser] Wait Hours: Total","[Ibis, Glossy] Wait Hours: Total","[Redpoll, Lesser] Wait Hours: Total","[Chaffinch] Wait Hours: Total","[Jackdaw] Wait Hours: Total","[Partridge, Red-legged] Wait Hours: Total","[Warbler, Moltoni's] Wait Hours: Total" -2016,163339.9808,93016.1633,5136.3181,5049.6606,0.3231,3927.5247,1203.9786,2704.6794,1941.5586,1951.8286,537.2208,336.5361,321.4444,122.8625,112.9622,105.4822,94.3467,91.5858,78.7900,25.7286,48.5308,39.1408,36.5339,24.8661,28.5475,18.1303,28.5511,26.7600,20.6628,20.0331,19.3700,17.3458,14.9994,13.9250,12.9547,12.6528,11.1744,6.4889,6.4781,1.9761,1.0983,0.0014,0.9917,0.5497,0.3586,0.1747,0.1611,0.1408,0.0978,0.0311,0.0275,0.0147,0.0075,0.0047,0.0025,0.0019,0.0014,0.0014,0.0017,0.0017,0.0003,0.0003,0.0000,0.0000,0.0000,0.0000 -2017,0,19831.9839,0.0000,0,4055.6844,0,1826.4933,0.0000,18.3517,0,7.3758,32.7189,0.0000,0,0,0,0.0000,0.0000,0,36.3150,0.0000,0.0000,0.0000,7.2994,2.2744,12.0239,0,1.3233,0.0047,0,0.0000,0.3344,0.0000,0,0,0.0064,0,0,0,0,0.1547,1.2347,0,0,0.0067,0.0000,0.0003,0,0,0.0000,0.0011,0,0,0,0.0014,0.0017,0.0017,0.0011,0.0000,0,0,0.0000,0.0000,0,0,0 +Year,"[Thrush, Swainson's] Wait Hours: Total","[Honey-buzzard] Wait Hours: Total","[Treecreeper, Short-toed] Wait Hours: Total","[Crane, Sandhill] Wait Hours: Total","[Plover, Caspian] Wait Hours: Total","[Grey, Lesser] Wait Hours: Total","[Dunlin] Wait Hours: Total","[Thrush, Grey-cheeked] Wait Hours: Total","[Pipit, Meadow] Wait Hours: Total","[Grey, Great] Wait Hours: Total","[Moorhen] Wait Hours: Total","[Bunting, Reed] Wait Hours: Total","[Sandpiper, Spotted] Wait Hours: Total","[Warbler, Booted] Wait Hours: Total","[Siskin] Wait Hours: Total","[Bunting, Yellow-browed] Wait Hours: Total","[Ovenbird] Wait Hours: Total","[Sapsucker, Yellow-bellied] Wait Hours: Total","[Scoter, Velvet] Wait Hours: Total","[Warbler, Yellow-browed] Wait Hours: Total","[Thrush, Mistle] Wait Hours: Total","[Peregrine] Wait Hours: Total","[Warbler, Garden] Wait Hours: Total","[Whimbrel] Wait Hours: Total","[Warbler, Sardinian] Wait Hours: Total","[Crane] Wait Hours: Total","[Tern, Sandwich] Wait Hours: Total","[Dove, Turtle] Wait Hours: Total","[Warbler, Golden-winged] Wait Hours: Total","[Warbler, Dusky] Wait Hours: Total","[Sparrow, White-throated] Wait Hours: Total","[Lapwing] Wait Hours: Total","[Shag] Wait Hours: Total","[Smew] Wait Hours: Total","[Bunting, Yellow-breasted] Wait Hours: Total","[Grey, Southern] Wait Hours: Total","[Plover, White-tailed] Wait Hours: Total","[Warbler, Hooded] Wait Hours: Total","[Harrier, Hen] Wait Hours: Total","[Grosbeak, Evening] Wait Hours: Total","[Shearwater, Cory's] Wait Hours: Total","[Oriole, Baltimore] Wait Hours: Total","[Stint, Little] Wait Hours: Total","[Grebe, Pied-billed] Wait Hours: Total","[Sparrow, Savannah] Wait Hours: Total","[Auk, Little] Wait Hours: Total","[Roller] Wait Hours: Total","[Bunting, Black-headed] Wait Hours: Total","[Duck, Harlequin] Wait Hours: Total","[Gallinule, Allen's] Wait Hours: Total","[Duck, Ferruginous] Wait Hours: Total","[Shrike, Long-tailed] Wait Hours: Total","[Martin, Crag] Wait Hours: Total","[Gull, Ring-billed] Wait Hours: Total","[Goose, Egyptian] Wait Hours: Total","[Martin, Purple] Wait Hours: Total","[Coot] Wait Hours: Total","[Egret, Cattle] Wait Hours: Total","[Swift, Alpine] Wait Hours: Total","[Fieldfare] Wait Hours: Total","[Scaup, Lesser] Wait Hours: Total","[Ibis, Glossy] Wait Hours: Total","[Redpoll, Lesser] Wait Hours: Total","[Chaffinch] Wait Hours: Total","[Jackdaw] Wait Hours: Total","[Partridge, Red-legged] Wait Hours: Total","[Warbler, Moltoni's] Wait Hours: Total" +2016,163339.9808,93016.1633,5136.3181,5049.6606,0.3231,3927.5247,1203.9786,2704.6794,1941.5586,1951.8286,537.2208,336.5361,321.4444,122.8625,112.9622,105.4822,94.3467,91.5858,78.7900,25.7286,48.5308,39.1408,36.5339,24.8661,28.5475,18.1303,28.5511,26.7600,20.6628,20.0331,19.3700,17.3458,14.9994,13.9250,12.9547,12.6528,11.1744,6.4889,6.4781,1.9761,1.0983,0.0014,0.9917,0.5497,0.3586,0.1747,0.1611,0.1408,0.0978,0.0978,0.0311,0.0275,0.0147,0.0075,0.0047,0.0025,0.0019,0.0014,0.0014,0.0017,0.0017,0.0003,0.0003,0.0000,0.0000,0.0000,0.0000 +2017,0,19831.9839,0.0000,0,4055.6844,0,1826.4933,0.0000,18.3517,0,7.3758,32.7189,0.0000,0,0,0,0.0000,0.0000,0,36.3150,0.0000,0.0000,0.0000,7.2994,2.2744,12.0239,0,1.3233,0.0047,0,0.0000,0.3344,0.0000,0,0,0.0064,0,0,0,0,0.1547,1.2347,0,0,0.0067,0.0000,0.0003,0,0,0,0.0000,0.0011,0,0,0,0.0014,0.0017,0.0017,0.0011,0.0000,0,0,0.0000,0.0000,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_wallduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_wallduration_hours/aggregate-Day-reference.csv index 3f9df8cba8..301f496970 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_wallduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_wallduration_hours/aggregate-Day-reference.csv @@ -70,6 +70,7 @@ Roller,18.3367 "Stint, Little",3.6653 "Martin, Crag",1.1269 "Sparrow, Savannah",0.6342 +"Duck, Harlequin",0.2606 "Gallinule, Allen's",0.2606 "Partridge, Red-legged",0.0650 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_wallduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_wallduration_hours/aggregate-Month-reference.csv index 3f9df8cba8..301f496970 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_wallduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_wallduration_hours/aggregate-Month-reference.csv @@ -70,6 +70,7 @@ Roller,18.3367 "Stint, Little",3.6653 "Martin, Crag",1.1269 "Sparrow, Savannah",0.6342 +"Duck, Harlequin",0.2606 "Gallinule, Allen's",0.2606 "Partridge, Red-legged",0.0650 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_wallduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_wallduration_hours/aggregate-Quarter-reference.csv index 3f9df8cba8..301f496970 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_wallduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_wallduration_hours/aggregate-Quarter-reference.csv @@ -70,6 +70,7 @@ Roller,18.3367 "Stint, Little",3.6653 "Martin, Crag",1.1269 "Sparrow, Savannah",0.6342 +"Duck, Harlequin",0.2606 "Gallinule, Allen's",0.2606 "Partridge, Red-legged",0.0650 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_wallduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_wallduration_hours/aggregate-Year-reference.csv index 3f9df8cba8..301f496970 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_wallduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_wallduration_hours/aggregate-Year-reference.csv @@ -70,6 +70,7 @@ Roller,18.3367 "Stint, Little",3.6653 "Martin, Crag",1.1269 "Sparrow, Savannah",0.6342 +"Duck, Harlequin",0.2606 "Gallinule, Allen's",0.2606 "Partridge, Red-legged",0.0650 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_wallduration_hours/timeseries-Day-reference.csv index 50106c38a6..a096352dc4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_wallduration_hours/timeseries-Day-reference.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[Moorhen] Wall Hours: Total","[Honey-buzzard] Wall Hours: Total","[Lapwing] Wall Hours: Total","[Grey, Lesser] Wall Hours: Total","[Warbler, Garden] Wall Hours: Total","[Bunting, Reed] Wall Hours: Total","[Plover, Caspian] Wall Hours: Total","[Pipit, Meadow] Wall Hours: Total","[Dove, Turtle] Wall Hours: Total","[Crane, Sandhill] Wall Hours: Total","[Treecreeper, Short-toed] Wall Hours: Total","[Sandpiper, Spotted] Wall Hours: Total","[Sapsucker, Yellow-bellied] Wall Hours: Total","[Thrush, Grey-cheeked] Wall Hours: Total","[Scaup, Lesser] Wall Hours: Total","[Grebe, Pied-billed] Wall Hours: Total","[Warbler, Hooded] Wall Hours: Total","[Shearwater, Cory's] Wall Hours: Total","[Thrush, Mistle] Wall Hours: Total","[Warbler, Sardinian] Wall Hours: Total","[Ovenbird] Wall Hours: Total","[Thrush, Swainson's] Wall Hours: Total","[Oriole, Baltimore] Wall Hours: Total","[Smew] Wall Hours: Total","[Warbler, Booted] Wall Hours: Total","[Bunting, Yellow-breasted] Wall Hours: Total","[Sparrow, White-throated] Wall Hours: Total","[Shag] Wall Hours: Total","[Crane] Wall Hours: Total","[Tern, Sandwich] Wall Hours: Total","[Siskin] Wall Hours: Total","[Grey, Southern] Wall Hours: Total","[Plover, White-tailed] Wall Hours: Total","[Goose, Egyptian] Wall Hours: Total","[Chaffinch] Wall Hours: Total","[Harrier, Hen] Wall Hours: Total","[Jackdaw] Wall Hours: Total","[Whimbrel] Wall Hours: Total","[Peregrine] Wall Hours: Total","[Scoter, Velvet] Wall Hours: Total","[Warbler, Moltoni's] Wall Hours: Total","[Auk, Little] Wall Hours: Total","[Duck, Ferruginous] Wall Hours: Total","[Shrike, Long-tailed] Wall Hours: Total","[Bunting, Black-headed] Wall Hours: Total","[Warbler, Golden-winged] Wall Hours: Total","[Grey, Great] Wall Hours: Total","[Bunting, Yellow-browed] Wall Hours: Total","[Ibis, Glossy] Wall Hours: Total","[Warbler, Dusky] Wall Hours: Total","[Dunlin] Wall Hours: Total","[Fieldfare] Wall Hours: Total","[Redpoll, Lesser] Wall Hours: Total","[Martin, Purple] Wall Hours: Total","[Gull, Ring-billed] Wall Hours: Total","[Coot] Wall Hours: Total","[Egret, Cattle] Wall Hours: Total","[Grosbeak, Evening] Wall Hours: Total","[Roller] Wall Hours: Total","[Swift, Alpine] Wall Hours: Total","[Warbler, Yellow-browed] Wall Hours: Total","[Stint, Little] Wall Hours: Total","[Martin, Crag] Wall Hours: Total","[Sparrow, Savannah] Wall Hours: Total","[Gallinule, Allen's] Wall Hours: Total","[Partridge, Red-legged] Wall Hours: Total" -2016-12-22,0,0,0,0,0,0,0,0,16.9417,0,0,0,0,0,0,0,0,0,0,0,0,0,16.7464,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,8.6036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-24,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-25,0,0,0,0,0,6.3481,0,0,26.1597,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-26,0,0,0,0,13.5208,48.0000,0,0,48.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-27,0,3.2167,0,0,120.0000,67.3094,0,38.9522,48.0000,40.6778,69.8267,0,0,0,0,0,0,0,0,0,19.7467,0,24.0000,0,19.9056,8.5497,0,0,0,24.0000,20.6642,0,0,0,3.7997,0,0,0,0,20.8133,4.7214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-28,953.0369,24.0000,1962.8444,0,144.4211,292.0297,0,228.4575,48.0000,145.2183,176.3833,0,0,0,160.7689,0,43.9492,0,28.0381,24.9883,96.0000,0,24.0000,0,24.0000,24.0000,0,21.4100,0,24.0000,36.7781,0,15.1192,0,24.0000,0,0,0,0,24.0000,24.0000,0,0,0,0,0,0,0,4.7006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-29,12583.2597,162.8525,3901.6422,0,477.7553,356.2911,0,515.9800,67.1983,332.3561,246.3689,40.6164,138.9664,3.6200,216.0000,233.0019,138.9556,29.7878,216.0000,117.1092,96.0000,9.8928,24.0000,80.8508,24.0000,42.5322,0,56.8025,19.1092,39.1372,48.0000,0,72.0000,14.6778,24.0000,10.0983,0,0,23.4381,24.0000,24.0000,10.4008,3.0019,22.2422,0,0,0,18.9747,24.0000,0,0,0,7.1736,0,0,0,0,1.9269,0,0,6.4889,0,0,0,0,0 -2016-12-30,21766.1511,6346.5897,5473.3125,3055.8617,378.4569,461.5083,0,488.4964,380.4372,388.7531,230.8664,572.9283,291.6108,67.3875,216.0000,267.2011,178.1372,143.8583,160.0869,134.0756,96.0000,378.0547,24.0000,152.4892,175.8633,108.4533,0,85.7392,63.8125,7.1367,25.3706,108.1047,45.2903,82.2439,24.0000,82.1119,43.3692,9.4878,24.4681,5.5500,19.2856,13.6064,24.0000,15.8617,13.9453,9.6922,40.8392,24.0006,19.3061,29.3436,12.8208,8.0044,13.1356,11.6692,17.7975,7.7811,7.7806,18.2347,4.3656,0.5364,2.5175,3.0522,1.1269,0.2208,0.2606,0.0650 -2016-12-31,20518.0064,8276.1947,2761.8142,5534.6542,1112.6033,329.0272,3.1458,229.2089,372.1011,164.2022,179.7156,380.1389,323.7333,714.0100,55.2700,0,97.5139,144.0000,24.0000,129.0269,82.8536,17.4144,24.2375,22.0906,7.7117,48.8944,149.5017,58.9750,71.2450,0,9.2572,25.9131,0,29.3383,24.0000,8.6314,44.0186,42.3756,24.0000,0,0,45.3169,24.0000,3.8883,45.9239,38.8869,13.7992,7.3744,0,16.9689,1.4844,19.7881,5.9961,11.6819,14.1122,7.7850,7.7769,0,9.6900,8.2461,0,0.6131,0,0.3878,0,0 -2017-01-01,11183.6664,790.6731,1254.4625,0,526.7989,196.9956,1590.0014,24.6992,368.2992,0,123.3775,21.1656,141.3592,17.6292,0,0,0,120.3844,5.0458,18.4314,23.2242,0,40.6492,0,0,0,79.9525,4.9539,48.6856,0,0,1.7419,0,0,20.2075,0,0,34.6142,2.6372,0,0,0.9528,19.0058,20.2619,0,7.7075,0,0,0,0,30.9281,15.3294,11.4906,11.6350,0,7.7583,7.7581,0,4.2811,1.7797,0.0217,0,0,0.0256,0,0 +Day,"[Moorhen] Wall Hours: Total","[Honey-buzzard] Wall Hours: Total","[Lapwing] Wall Hours: Total","[Grey, Lesser] Wall Hours: Total","[Warbler, Garden] Wall Hours: Total","[Bunting, Reed] Wall Hours: Total","[Plover, Caspian] Wall Hours: Total","[Pipit, Meadow] Wall Hours: Total","[Dove, Turtle] Wall Hours: Total","[Crane, Sandhill] Wall Hours: Total","[Treecreeper, Short-toed] Wall Hours: Total","[Sandpiper, Spotted] Wall Hours: Total","[Sapsucker, Yellow-bellied] Wall Hours: Total","[Thrush, Grey-cheeked] Wall Hours: Total","[Scaup, Lesser] Wall Hours: Total","[Grebe, Pied-billed] Wall Hours: Total","[Warbler, Hooded] Wall Hours: Total","[Shearwater, Cory's] Wall Hours: Total","[Thrush, Mistle] Wall Hours: Total","[Warbler, Sardinian] Wall Hours: Total","[Ovenbird] Wall Hours: Total","[Thrush, Swainson's] Wall Hours: Total","[Oriole, Baltimore] Wall Hours: Total","[Smew] Wall Hours: Total","[Warbler, Booted] Wall Hours: Total","[Bunting, Yellow-breasted] Wall Hours: Total","[Sparrow, White-throated] Wall Hours: Total","[Shag] Wall Hours: Total","[Crane] Wall Hours: Total","[Tern, Sandwich] Wall Hours: Total","[Siskin] Wall Hours: Total","[Grey, Southern] Wall Hours: Total","[Plover, White-tailed] Wall Hours: Total","[Goose, Egyptian] Wall Hours: Total","[Chaffinch] Wall Hours: Total","[Harrier, Hen] Wall Hours: Total","[Jackdaw] Wall Hours: Total","[Whimbrel] Wall Hours: Total","[Peregrine] Wall Hours: Total","[Scoter, Velvet] Wall Hours: Total","[Warbler, Moltoni's] Wall Hours: Total","[Auk, Little] Wall Hours: Total","[Duck, Ferruginous] Wall Hours: Total","[Shrike, Long-tailed] Wall Hours: Total","[Bunting, Black-headed] Wall Hours: Total","[Warbler, Golden-winged] Wall Hours: Total","[Grey, Great] Wall Hours: Total","[Bunting, Yellow-browed] Wall Hours: Total","[Ibis, Glossy] Wall Hours: Total","[Warbler, Dusky] Wall Hours: Total","[Dunlin] Wall Hours: Total","[Fieldfare] Wall Hours: Total","[Redpoll, Lesser] Wall Hours: Total","[Martin, Purple] Wall Hours: Total","[Gull, Ring-billed] Wall Hours: Total","[Coot] Wall Hours: Total","[Egret, Cattle] Wall Hours: Total","[Grosbeak, Evening] Wall Hours: Total","[Roller] Wall Hours: Total","[Swift, Alpine] Wall Hours: Total","[Warbler, Yellow-browed] Wall Hours: Total","[Stint, Little] Wall Hours: Total","[Martin, Crag] Wall Hours: Total","[Sparrow, Savannah] Wall Hours: Total","[Duck, Harlequin] Wall Hours: Total","[Gallinule, Allen's] Wall Hours: Total","[Partridge, Red-legged] Wall Hours: Total" +2016-12-22,0,0,0,0,0,0,0,0,16.9417,0,0,0,0,0,0,0,0,0,0,0,0,0,16.7464,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,8.6036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-24,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-25,0,0,0,0,0,6.3481,0,0,26.1597,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-26,0,0,0,0,13.5208,48.0000,0,0,48.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-27,0,3.2167,0,0,120.0000,67.3094,0,38.9522,48.0000,40.6778,69.8267,0,0,0,0,0,0,0,0,0,19.7467,0,24.0000,0,19.9056,8.5497,0,0,0,24.0000,20.6642,0,0,0,3.7997,0,0,0,0,20.8133,4.7214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-28,953.0369,24.0000,1962.8444,0,144.4211,292.0297,0,228.4575,48.0000,145.2183,176.3833,0,0,0,160.7689,0,43.9492,0,28.0381,24.9883,96.0000,0,24.0000,0,24.0000,24.0000,0,21.4100,0,24.0000,36.7781,0,15.1192,0,24.0000,0,0,0,0,24.0000,24.0000,0,0,0,0,0,0,0,4.7006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-29,12583.2597,162.8525,3901.6422,0,477.7553,356.2911,0,515.9800,67.1983,332.3561,246.3689,40.6164,138.9664,3.6200,216.0000,233.0019,138.9556,29.7878,216.0000,117.1092,96.0000,9.8928,24.0000,80.8508,24.0000,42.5322,0,56.8025,19.1092,39.1372,48.0000,0,72.0000,14.6778,24.0000,10.0983,0,0,23.4381,24.0000,24.0000,10.4008,3.0019,22.2422,0,0,0,18.9747,24.0000,0,0,0,7.1736,0,0,0,0,1.9269,0,0,6.4889,0,0,0,0,0,0 +2016-12-30,21766.1511,6346.5897,5473.3125,3055.8617,378.4569,461.5083,0,488.4964,380.4372,388.7531,230.8664,572.9283,291.6108,67.3875,216.0000,267.2011,178.1372,143.8583,160.0869,134.0756,96.0000,378.0547,24.0000,152.4892,175.8633,108.4533,0,85.7392,63.8125,7.1367,25.3706,108.1047,45.2903,82.2439,24.0000,82.1119,43.3692,9.4878,24.4681,5.5500,19.2856,13.6064,24.0000,15.8617,13.9453,9.6922,40.8392,24.0006,19.3061,29.3436,12.8208,8.0044,13.1356,11.6692,17.7975,7.7811,7.7806,18.2347,4.3656,0.5364,2.5175,3.0522,1.1269,0.2208,0.2606,0.2606,0.0650 +2016-12-31,20518.0064,8276.1947,2761.8142,5534.6542,1112.6033,329.0272,3.1458,229.2089,372.1011,164.2022,179.7156,380.1389,323.7333,714.0100,55.2700,0,97.5139,144.0000,24.0000,129.0269,82.8536,17.4144,24.2375,22.0906,7.7117,48.8944,149.5017,58.9750,71.2450,0,9.2572,25.9131,0,29.3383,24.0000,8.6314,44.0186,42.3756,24.0000,0,0,45.3169,24.0000,3.8883,45.9239,38.8869,13.7992,7.3744,0,16.9689,1.4844,19.7881,5.9961,11.6819,14.1122,7.7850,7.7769,0,9.6900,8.2461,0,0.6131,0,0.3878,0,0,0 +2017-01-01,11183.6664,790.6731,1254.4625,0,526.7989,196.9956,1590.0014,24.6992,368.2992,0,123.3775,21.1656,141.3592,17.6292,0,0,0,120.3844,5.0458,18.4314,23.2242,0,40.6492,0,0,0,79.9525,4.9539,48.6856,0,0,1.7419,0,0,20.2075,0,0,34.6142,2.6372,0,0,0.9528,19.0058,20.2619,0,7.7075,0,0,0,0,30.9281,15.3294,11.4906,11.6350,0,7.7583,7.7581,0,4.2811,1.7797,0.0217,0,0,0.0256,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_wallduration_hours/timeseries-Month-reference.csv index b048801e89..e752cc7bbb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_wallduration_hours/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[Moorhen] Wall Hours: Total","[Honey-buzzard] Wall Hours: Total","[Lapwing] Wall Hours: Total","[Grey, Lesser] Wall Hours: Total","[Warbler, Garden] Wall Hours: Total","[Bunting, Reed] Wall Hours: Total","[Plover, Caspian] Wall Hours: Total","[Pipit, Meadow] Wall Hours: Total","[Dove, Turtle] Wall Hours: Total","[Crane, Sandhill] Wall Hours: Total","[Treecreeper, Short-toed] Wall Hours: Total","[Sandpiper, Spotted] Wall Hours: Total","[Sapsucker, Yellow-bellied] Wall Hours: Total","[Thrush, Grey-cheeked] Wall Hours: Total","[Scaup, Lesser] Wall Hours: Total","[Grebe, Pied-billed] Wall Hours: Total","[Warbler, Hooded] Wall Hours: Total","[Shearwater, Cory's] Wall Hours: Total","[Thrush, Mistle] Wall Hours: Total","[Warbler, Sardinian] Wall Hours: Total","[Ovenbird] Wall Hours: Total","[Thrush, Swainson's] Wall Hours: Total","[Oriole, Baltimore] Wall Hours: Total","[Smew] Wall Hours: Total","[Warbler, Booted] Wall Hours: Total","[Bunting, Yellow-breasted] Wall Hours: Total","[Sparrow, White-throated] Wall Hours: Total","[Shag] Wall Hours: Total","[Crane] Wall Hours: Total","[Tern, Sandwich] Wall Hours: Total","[Siskin] Wall Hours: Total","[Grey, Southern] Wall Hours: Total","[Plover, White-tailed] Wall Hours: Total","[Goose, Egyptian] Wall Hours: Total","[Chaffinch] Wall Hours: Total","[Harrier, Hen] Wall Hours: Total","[Jackdaw] Wall Hours: Total","[Whimbrel] Wall Hours: Total","[Peregrine] Wall Hours: Total","[Scoter, Velvet] Wall Hours: Total","[Warbler, Moltoni's] Wall Hours: Total","[Auk, Little] Wall Hours: Total","[Duck, Ferruginous] Wall Hours: Total","[Shrike, Long-tailed] Wall Hours: Total","[Bunting, Black-headed] Wall Hours: Total","[Warbler, Golden-winged] Wall Hours: Total","[Grey, Great] Wall Hours: Total","[Bunting, Yellow-browed] Wall Hours: Total","[Ibis, Glossy] Wall Hours: Total","[Warbler, Dusky] Wall Hours: Total","[Dunlin] Wall Hours: Total","[Fieldfare] Wall Hours: Total","[Redpoll, Lesser] Wall Hours: Total","[Martin, Purple] Wall Hours: Total","[Gull, Ring-billed] Wall Hours: Total","[Coot] Wall Hours: Total","[Egret, Cattle] Wall Hours: Total","[Grosbeak, Evening] Wall Hours: Total","[Roller] Wall Hours: Total","[Swift, Alpine] Wall Hours: Total","[Warbler, Yellow-browed] Wall Hours: Total","[Stint, Little] Wall Hours: Total","[Martin, Crag] Wall Hours: Total","[Sparrow, Savannah] Wall Hours: Total","[Gallinule, Allen's] Wall Hours: Total","[Partridge, Red-legged] Wall Hours: Total" -2016-12,55820.4542,14812.8536,14099.6133,8590.5158,2246.7575,1560.5139,3.1458,1501.0950,1054.8381,1071.2075,903.1608,993.6836,754.3106,785.0175,648.0389,500.2031,458.5558,317.6461,428.1250,405.2000,390.6003,405.3619,232.9839,255.4306,251.4806,232.4297,149.5017,222.9267,154.1667,174.8775,140.0700,134.0178,132.4094,126.2600,99.7997,100.8417,87.3878,51.8633,71.9061,74.3633,72.0069,69.3242,51.0019,41.9922,59.8692,48.5792,54.6383,50.3497,48.0067,46.3125,14.3053,27.7925,26.3053,23.3511,31.9097,15.5661,15.5575,20.1617,14.0556,8.7825,9.0064,3.6653,1.1269,0.6086,0.2606,0.0650 -2017-01,11183.6664,790.6731,1254.4625,0,526.7989,196.9956,1590.0014,24.6992,368.2992,0,123.3775,21.1656,141.3592,17.6292,0,0,0,120.3844,5.0458,18.4314,23.2242,0,40.6492,0,0,0,79.9525,4.9539,48.6856,0,0,1.7419,0,0,20.2075,0,0,34.6142,2.6372,0,0,0.9528,19.0058,20.2619,0,7.7075,0,0,0,0,30.9281,15.3294,11.4906,11.6350,0,7.7583,7.7581,0,4.2811,1.7797,0.0217,0,0,0.0256,0,0 +Month,"[Moorhen] Wall Hours: Total","[Honey-buzzard] Wall Hours: Total","[Lapwing] Wall Hours: Total","[Grey, Lesser] Wall Hours: Total","[Warbler, Garden] Wall Hours: Total","[Bunting, Reed] Wall Hours: Total","[Plover, Caspian] Wall Hours: Total","[Pipit, Meadow] Wall Hours: Total","[Dove, Turtle] Wall Hours: Total","[Crane, Sandhill] Wall Hours: Total","[Treecreeper, Short-toed] Wall Hours: Total","[Sandpiper, Spotted] Wall Hours: Total","[Sapsucker, Yellow-bellied] Wall Hours: Total","[Thrush, Grey-cheeked] Wall Hours: Total","[Scaup, Lesser] Wall Hours: Total","[Grebe, Pied-billed] Wall Hours: Total","[Warbler, Hooded] Wall Hours: Total","[Shearwater, Cory's] Wall Hours: Total","[Thrush, Mistle] Wall Hours: Total","[Warbler, Sardinian] Wall Hours: Total","[Ovenbird] Wall Hours: Total","[Thrush, Swainson's] Wall Hours: Total","[Oriole, Baltimore] Wall Hours: Total","[Smew] Wall Hours: Total","[Warbler, Booted] Wall Hours: Total","[Bunting, Yellow-breasted] Wall Hours: Total","[Sparrow, White-throated] Wall Hours: Total","[Shag] Wall Hours: Total","[Crane] Wall Hours: Total","[Tern, Sandwich] Wall Hours: Total","[Siskin] Wall Hours: Total","[Grey, Southern] Wall Hours: Total","[Plover, White-tailed] Wall Hours: Total","[Goose, Egyptian] Wall Hours: Total","[Chaffinch] Wall Hours: Total","[Harrier, Hen] Wall Hours: Total","[Jackdaw] Wall Hours: Total","[Whimbrel] Wall Hours: Total","[Peregrine] Wall Hours: Total","[Scoter, Velvet] Wall Hours: Total","[Warbler, Moltoni's] Wall Hours: Total","[Auk, Little] Wall Hours: Total","[Duck, Ferruginous] Wall Hours: Total","[Shrike, Long-tailed] Wall Hours: Total","[Bunting, Black-headed] Wall Hours: Total","[Warbler, Golden-winged] Wall Hours: Total","[Grey, Great] Wall Hours: Total","[Bunting, Yellow-browed] Wall Hours: Total","[Ibis, Glossy] Wall Hours: Total","[Warbler, Dusky] Wall Hours: Total","[Dunlin] Wall Hours: Total","[Fieldfare] Wall Hours: Total","[Redpoll, Lesser] Wall Hours: Total","[Martin, Purple] Wall Hours: Total","[Gull, Ring-billed] Wall Hours: Total","[Coot] Wall Hours: Total","[Egret, Cattle] Wall Hours: Total","[Grosbeak, Evening] Wall Hours: Total","[Roller] Wall Hours: Total","[Swift, Alpine] Wall Hours: Total","[Warbler, Yellow-browed] Wall Hours: Total","[Stint, Little] Wall Hours: Total","[Martin, Crag] Wall Hours: Total","[Sparrow, Savannah] Wall Hours: Total","[Duck, Harlequin] Wall Hours: Total","[Gallinule, Allen's] Wall Hours: Total","[Partridge, Red-legged] Wall Hours: Total" +2016-12,55820.4542,14812.8536,14099.6133,8590.5158,2246.7575,1560.5139,3.1458,1501.0950,1054.8381,1071.2075,903.1608,993.6836,754.3106,785.0175,648.0389,500.2031,458.5558,317.6461,428.1250,405.2000,390.6003,405.3619,232.9839,255.4306,251.4806,232.4297,149.5017,222.9267,154.1667,174.8775,140.0700,134.0178,132.4094,126.2600,99.7997,100.8417,87.3878,51.8633,71.9061,74.3633,72.0069,69.3242,51.0019,41.9922,59.8692,48.5792,54.6383,50.3497,48.0067,46.3125,14.3053,27.7925,26.3053,23.3511,31.9097,15.5661,15.5575,20.1617,14.0556,8.7825,9.0064,3.6653,1.1269,0.6086,0.2606,0.2606,0.0650 +2017-01,11183.6664,790.6731,1254.4625,0,526.7989,196.9956,1590.0014,24.6992,368.2992,0,123.3775,21.1656,141.3592,17.6292,0,0,0,120.3844,5.0458,18.4314,23.2242,0,40.6492,0,0,0,79.9525,4.9539,48.6856,0,0,1.7419,0,0,20.2075,0,0,34.6142,2.6372,0,0,0.9528,19.0058,20.2619,0,7.7075,0,0,0,0,30.9281,15.3294,11.4906,11.6350,0,7.7583,7.7581,0,4.2811,1.7797,0.0217,0,0,0.0256,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_wallduration_hours/timeseries-Quarter-reference.csv index ad774b9a8c..fd1a677678 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_wallduration_hours/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[Moorhen] Wall Hours: Total","[Honey-buzzard] Wall Hours: Total","[Lapwing] Wall Hours: Total","[Grey, Lesser] Wall Hours: Total","[Warbler, Garden] Wall Hours: Total","[Bunting, Reed] Wall Hours: Total","[Plover, Caspian] Wall Hours: Total","[Pipit, Meadow] Wall Hours: Total","[Dove, Turtle] Wall Hours: Total","[Crane, Sandhill] Wall Hours: Total","[Treecreeper, Short-toed] Wall Hours: Total","[Sandpiper, Spotted] Wall Hours: Total","[Sapsucker, Yellow-bellied] Wall Hours: Total","[Thrush, Grey-cheeked] Wall Hours: Total","[Scaup, Lesser] Wall Hours: Total","[Grebe, Pied-billed] Wall Hours: Total","[Warbler, Hooded] Wall Hours: Total","[Shearwater, Cory's] Wall Hours: Total","[Thrush, Mistle] Wall Hours: Total","[Warbler, Sardinian] Wall Hours: Total","[Ovenbird] Wall Hours: Total","[Thrush, Swainson's] Wall Hours: Total","[Oriole, Baltimore] Wall Hours: Total","[Smew] Wall Hours: Total","[Warbler, Booted] Wall Hours: Total","[Bunting, Yellow-breasted] Wall Hours: Total","[Sparrow, White-throated] Wall Hours: Total","[Shag] Wall Hours: Total","[Crane] Wall Hours: Total","[Tern, Sandwich] Wall Hours: Total","[Siskin] Wall Hours: Total","[Grey, Southern] Wall Hours: Total","[Plover, White-tailed] Wall Hours: Total","[Goose, Egyptian] Wall Hours: Total","[Chaffinch] Wall Hours: Total","[Harrier, Hen] Wall Hours: Total","[Jackdaw] Wall Hours: Total","[Whimbrel] Wall Hours: Total","[Peregrine] Wall Hours: Total","[Scoter, Velvet] Wall Hours: Total","[Warbler, Moltoni's] Wall Hours: Total","[Auk, Little] Wall Hours: Total","[Duck, Ferruginous] Wall Hours: Total","[Shrike, Long-tailed] Wall Hours: Total","[Bunting, Black-headed] Wall Hours: Total","[Warbler, Golden-winged] Wall Hours: Total","[Grey, Great] Wall Hours: Total","[Bunting, Yellow-browed] Wall Hours: Total","[Ibis, Glossy] Wall Hours: Total","[Warbler, Dusky] Wall Hours: Total","[Dunlin] Wall Hours: Total","[Fieldfare] Wall Hours: Total","[Redpoll, Lesser] Wall Hours: Total","[Martin, Purple] Wall Hours: Total","[Gull, Ring-billed] Wall Hours: Total","[Coot] Wall Hours: Total","[Egret, Cattle] Wall Hours: Total","[Grosbeak, Evening] Wall Hours: Total","[Roller] Wall Hours: Total","[Swift, Alpine] Wall Hours: Total","[Warbler, Yellow-browed] Wall Hours: Total","[Stint, Little] Wall Hours: Total","[Martin, Crag] Wall Hours: Total","[Sparrow, Savannah] Wall Hours: Total","[Gallinule, Allen's] Wall Hours: Total","[Partridge, Red-legged] Wall Hours: Total" -"2016 Q4",55820.4542,14812.8536,14099.6133,8590.5158,2246.7575,1560.5139,3.1458,1501.0950,1054.8381,1071.2075,903.1608,993.6836,754.3106,785.0175,648.0389,500.2031,458.5558,317.6461,428.1250,405.2000,390.6003,405.3619,232.9839,255.4306,251.4806,232.4297,149.5017,222.9267,154.1667,174.8775,140.0700,134.0178,132.4094,126.2600,99.7997,100.8417,87.3878,51.8633,71.9061,74.3633,72.0069,69.3242,51.0019,41.9922,59.8692,48.5792,54.6383,50.3497,48.0067,46.3125,14.3053,27.7925,26.3053,23.3511,31.9097,15.5661,15.5575,20.1617,14.0556,8.7825,9.0064,3.6653,1.1269,0.6086,0.2606,0.0650 -"2017 Q1",11183.6664,790.6731,1254.4625,0,526.7989,196.9956,1590.0014,24.6992,368.2992,0,123.3775,21.1656,141.3592,17.6292,0,0,0,120.3844,5.0458,18.4314,23.2242,0,40.6492,0,0,0,79.9525,4.9539,48.6856,0,0,1.7419,0,0,20.2075,0,0,34.6142,2.6372,0,0,0.9528,19.0058,20.2619,0,7.7075,0,0,0,0,30.9281,15.3294,11.4906,11.6350,0,7.7583,7.7581,0,4.2811,1.7797,0.0217,0,0,0.0256,0,0 +Quarter,"[Moorhen] Wall Hours: Total","[Honey-buzzard] Wall Hours: Total","[Lapwing] Wall Hours: Total","[Grey, Lesser] Wall Hours: Total","[Warbler, Garden] Wall Hours: Total","[Bunting, Reed] Wall Hours: Total","[Plover, Caspian] Wall Hours: Total","[Pipit, Meadow] Wall Hours: Total","[Dove, Turtle] Wall Hours: Total","[Crane, Sandhill] Wall Hours: Total","[Treecreeper, Short-toed] Wall Hours: Total","[Sandpiper, Spotted] Wall Hours: Total","[Sapsucker, Yellow-bellied] Wall Hours: Total","[Thrush, Grey-cheeked] Wall Hours: Total","[Scaup, Lesser] Wall Hours: Total","[Grebe, Pied-billed] Wall Hours: Total","[Warbler, Hooded] Wall Hours: Total","[Shearwater, Cory's] Wall Hours: Total","[Thrush, Mistle] Wall Hours: Total","[Warbler, Sardinian] Wall Hours: Total","[Ovenbird] Wall Hours: Total","[Thrush, Swainson's] Wall Hours: Total","[Oriole, Baltimore] Wall Hours: Total","[Smew] Wall Hours: Total","[Warbler, Booted] Wall Hours: Total","[Bunting, Yellow-breasted] Wall Hours: Total","[Sparrow, White-throated] Wall Hours: Total","[Shag] Wall Hours: Total","[Crane] Wall Hours: Total","[Tern, Sandwich] Wall Hours: Total","[Siskin] Wall Hours: Total","[Grey, Southern] Wall Hours: Total","[Plover, White-tailed] Wall Hours: Total","[Goose, Egyptian] Wall Hours: Total","[Chaffinch] Wall Hours: Total","[Harrier, Hen] Wall Hours: Total","[Jackdaw] Wall Hours: Total","[Whimbrel] Wall Hours: Total","[Peregrine] Wall Hours: Total","[Scoter, Velvet] Wall Hours: Total","[Warbler, Moltoni's] Wall Hours: Total","[Auk, Little] Wall Hours: Total","[Duck, Ferruginous] Wall Hours: Total","[Shrike, Long-tailed] Wall Hours: Total","[Bunting, Black-headed] Wall Hours: Total","[Warbler, Golden-winged] Wall Hours: Total","[Grey, Great] Wall Hours: Total","[Bunting, Yellow-browed] Wall Hours: Total","[Ibis, Glossy] Wall Hours: Total","[Warbler, Dusky] Wall Hours: Total","[Dunlin] Wall Hours: Total","[Fieldfare] Wall Hours: Total","[Redpoll, Lesser] Wall Hours: Total","[Martin, Purple] Wall Hours: Total","[Gull, Ring-billed] Wall Hours: Total","[Coot] Wall Hours: Total","[Egret, Cattle] Wall Hours: Total","[Grosbeak, Evening] Wall Hours: Total","[Roller] Wall Hours: Total","[Swift, Alpine] Wall Hours: Total","[Warbler, Yellow-browed] Wall Hours: Total","[Stint, Little] Wall Hours: Total","[Martin, Crag] Wall Hours: Total","[Sparrow, Savannah] Wall Hours: Total","[Duck, Harlequin] Wall Hours: Total","[Gallinule, Allen's] Wall Hours: Total","[Partridge, Red-legged] Wall Hours: Total" +"2016 Q4",55820.4542,14812.8536,14099.6133,8590.5158,2246.7575,1560.5139,3.1458,1501.0950,1054.8381,1071.2075,903.1608,993.6836,754.3106,785.0175,648.0389,500.2031,458.5558,317.6461,428.1250,405.2000,390.6003,405.3619,232.9839,255.4306,251.4806,232.4297,149.5017,222.9267,154.1667,174.8775,140.0700,134.0178,132.4094,126.2600,99.7997,100.8417,87.3878,51.8633,71.9061,74.3633,72.0069,69.3242,51.0019,41.9922,59.8692,48.5792,54.6383,50.3497,48.0067,46.3125,14.3053,27.7925,26.3053,23.3511,31.9097,15.5661,15.5575,20.1617,14.0556,8.7825,9.0064,3.6653,1.1269,0.6086,0.2606,0.2606,0.0650 +"2017 Q1",11183.6664,790.6731,1254.4625,0,526.7989,196.9956,1590.0014,24.6992,368.2992,0,123.3775,21.1656,141.3592,17.6292,0,0,0,120.3844,5.0458,18.4314,23.2242,0,40.6492,0,0,0,79.9525,4.9539,48.6856,0,0,1.7419,0,0,20.2075,0,0,34.6142,2.6372,0,0,0.9528,19.0058,20.2619,0,7.7075,0,0,0,0,30.9281,15.3294,11.4906,11.6350,0,7.7583,7.7581,0,4.2811,1.7797,0.0217,0,0,0.0256,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_wallduration_hours/timeseries-Year-reference.csv index 69c58688c0..7729cd849d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/total_wallduration_hours/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[Moorhen] Wall Hours: Total","[Honey-buzzard] Wall Hours: Total","[Lapwing] Wall Hours: Total","[Grey, Lesser] Wall Hours: Total","[Warbler, Garden] Wall Hours: Total","[Bunting, Reed] Wall Hours: Total","[Plover, Caspian] Wall Hours: Total","[Pipit, Meadow] Wall Hours: Total","[Dove, Turtle] Wall Hours: Total","[Crane, Sandhill] Wall Hours: Total","[Treecreeper, Short-toed] Wall Hours: Total","[Sandpiper, Spotted] Wall Hours: Total","[Sapsucker, Yellow-bellied] Wall Hours: Total","[Thrush, Grey-cheeked] Wall Hours: Total","[Scaup, Lesser] Wall Hours: Total","[Grebe, Pied-billed] Wall Hours: Total","[Warbler, Hooded] Wall Hours: Total","[Shearwater, Cory's] Wall Hours: Total","[Thrush, Mistle] Wall Hours: Total","[Warbler, Sardinian] Wall Hours: Total","[Ovenbird] Wall Hours: Total","[Thrush, Swainson's] Wall Hours: Total","[Oriole, Baltimore] Wall Hours: Total","[Smew] Wall Hours: Total","[Warbler, Booted] Wall Hours: Total","[Bunting, Yellow-breasted] Wall Hours: Total","[Sparrow, White-throated] Wall Hours: Total","[Shag] Wall Hours: Total","[Crane] Wall Hours: Total","[Tern, Sandwich] Wall Hours: Total","[Siskin] Wall Hours: Total","[Grey, Southern] Wall Hours: Total","[Plover, White-tailed] Wall Hours: Total","[Goose, Egyptian] Wall Hours: Total","[Chaffinch] Wall Hours: Total","[Harrier, Hen] Wall Hours: Total","[Jackdaw] Wall Hours: Total","[Whimbrel] Wall Hours: Total","[Peregrine] Wall Hours: Total","[Scoter, Velvet] Wall Hours: Total","[Warbler, Moltoni's] Wall Hours: Total","[Auk, Little] Wall Hours: Total","[Duck, Ferruginous] Wall Hours: Total","[Shrike, Long-tailed] Wall Hours: Total","[Bunting, Black-headed] Wall Hours: Total","[Warbler, Golden-winged] Wall Hours: Total","[Grey, Great] Wall Hours: Total","[Bunting, Yellow-browed] Wall Hours: Total","[Ibis, Glossy] Wall Hours: Total","[Warbler, Dusky] Wall Hours: Total","[Dunlin] Wall Hours: Total","[Fieldfare] Wall Hours: Total","[Redpoll, Lesser] Wall Hours: Total","[Martin, Purple] Wall Hours: Total","[Gull, Ring-billed] Wall Hours: Total","[Coot] Wall Hours: Total","[Egret, Cattle] Wall Hours: Total","[Grosbeak, Evening] Wall Hours: Total","[Roller] Wall Hours: Total","[Swift, Alpine] Wall Hours: Total","[Warbler, Yellow-browed] Wall Hours: Total","[Stint, Little] Wall Hours: Total","[Martin, Crag] Wall Hours: Total","[Sparrow, Savannah] Wall Hours: Total","[Gallinule, Allen's] Wall Hours: Total","[Partridge, Red-legged] Wall Hours: Total" -2016,55820.4542,14812.8536,14099.6133,8590.5158,2246.7575,1560.5139,3.1458,1501.0950,1054.8381,1071.2075,903.1608,993.6836,754.3106,785.0175,648.0389,500.2031,458.5558,317.6461,428.1250,405.2000,390.6003,405.3619,232.9839,255.4306,251.4806,232.4297,149.5017,222.9267,154.1667,174.8775,140.0700,134.0178,132.4094,126.2600,99.7997,100.8417,87.3878,51.8633,71.9061,74.3633,72.0069,69.3242,51.0019,41.9922,59.8692,48.5792,54.6383,50.3497,48.0067,46.3125,14.3053,27.7925,26.3053,23.3511,31.9097,15.5661,15.5575,20.1617,14.0556,8.7825,9.0064,3.6653,1.1269,0.6086,0.2606,0.0650 -2017,11183.6664,790.6731,1254.4625,0,526.7989,196.9956,1590.0014,24.6992,368.2992,0,123.3775,21.1656,141.3592,17.6292,0,0,0,120.3844,5.0458,18.4314,23.2242,0,40.6492,0,0,0,79.9525,4.9539,48.6856,0,0,1.7419,0,0,20.2075,0,0,34.6142,2.6372,0,0,0.9528,19.0058,20.2619,0,7.7075,0,0,0,0,30.9281,15.3294,11.4906,11.6350,0,7.7583,7.7581,0,4.2811,1.7797,0.0217,0,0,0.0256,0,0 +Year,"[Moorhen] Wall Hours: Total","[Honey-buzzard] Wall Hours: Total","[Lapwing] Wall Hours: Total","[Grey, Lesser] Wall Hours: Total","[Warbler, Garden] Wall Hours: Total","[Bunting, Reed] Wall Hours: Total","[Plover, Caspian] Wall Hours: Total","[Pipit, Meadow] Wall Hours: Total","[Dove, Turtle] Wall Hours: Total","[Crane, Sandhill] Wall Hours: Total","[Treecreeper, Short-toed] Wall Hours: Total","[Sandpiper, Spotted] Wall Hours: Total","[Sapsucker, Yellow-bellied] Wall Hours: Total","[Thrush, Grey-cheeked] Wall Hours: Total","[Scaup, Lesser] Wall Hours: Total","[Grebe, Pied-billed] Wall Hours: Total","[Warbler, Hooded] Wall Hours: Total","[Shearwater, Cory's] Wall Hours: Total","[Thrush, Mistle] Wall Hours: Total","[Warbler, Sardinian] Wall Hours: Total","[Ovenbird] Wall Hours: Total","[Thrush, Swainson's] Wall Hours: Total","[Oriole, Baltimore] Wall Hours: Total","[Smew] Wall Hours: Total","[Warbler, Booted] Wall Hours: Total","[Bunting, Yellow-breasted] Wall Hours: Total","[Sparrow, White-throated] Wall Hours: Total","[Shag] Wall Hours: Total","[Crane] Wall Hours: Total","[Tern, Sandwich] Wall Hours: Total","[Siskin] Wall Hours: Total","[Grey, Southern] Wall Hours: Total","[Plover, White-tailed] Wall Hours: Total","[Goose, Egyptian] Wall Hours: Total","[Chaffinch] Wall Hours: Total","[Harrier, Hen] Wall Hours: Total","[Jackdaw] Wall Hours: Total","[Whimbrel] Wall Hours: Total","[Peregrine] Wall Hours: Total","[Scoter, Velvet] Wall Hours: Total","[Warbler, Moltoni's] Wall Hours: Total","[Auk, Little] Wall Hours: Total","[Duck, Ferruginous] Wall Hours: Total","[Shrike, Long-tailed] Wall Hours: Total","[Bunting, Black-headed] Wall Hours: Total","[Warbler, Golden-winged] Wall Hours: Total","[Grey, Great] Wall Hours: Total","[Bunting, Yellow-browed] Wall Hours: Total","[Ibis, Glossy] Wall Hours: Total","[Warbler, Dusky] Wall Hours: Total","[Dunlin] Wall Hours: Total","[Fieldfare] Wall Hours: Total","[Redpoll, Lesser] Wall Hours: Total","[Martin, Purple] Wall Hours: Total","[Gull, Ring-billed] Wall Hours: Total","[Coot] Wall Hours: Total","[Egret, Cattle] Wall Hours: Total","[Grosbeak, Evening] Wall Hours: Total","[Roller] Wall Hours: Total","[Swift, Alpine] Wall Hours: Total","[Warbler, Yellow-browed] Wall Hours: Total","[Stint, Little] Wall Hours: Total","[Martin, Crag] Wall Hours: Total","[Sparrow, Savannah] Wall Hours: Total","[Duck, Harlequin] Wall Hours: Total","[Gallinule, Allen's] Wall Hours: Total","[Partridge, Red-legged] Wall Hours: Total" +2016,55820.4542,14812.8536,14099.6133,8590.5158,2246.7575,1560.5139,3.1458,1501.0950,1054.8381,1071.2075,903.1608,993.6836,754.3106,785.0175,648.0389,500.2031,458.5558,317.6461,428.1250,405.2000,390.6003,405.3619,232.9839,255.4306,251.4806,232.4297,149.5017,222.9267,154.1667,174.8775,140.0700,134.0178,132.4094,126.2600,99.7997,100.8417,87.3878,51.8633,71.9061,74.3633,72.0069,69.3242,51.0019,41.9922,59.8692,48.5792,54.6383,50.3497,48.0067,46.3125,14.3053,27.7925,26.3053,23.3511,31.9097,15.5661,15.5575,20.1617,14.0556,8.7825,9.0064,3.6653,1.1269,0.6086,0.2606,0.2606,0.0650 +2017,11183.6664,790.6731,1254.4625,0,526.7989,196.9956,1590.0014,24.6992,368.2992,0,123.3775,21.1656,141.3592,17.6292,0,0,0,120.3844,5.0458,18.4314,23.2242,0,40.6492,0,0,0,79.9525,4.9539,48.6856,0,0,1.7419,0,0,20.2075,0,0,34.6142,2.6372,0,0,0.9528,19.0058,20.2619,0,7.7075,0,0,0,0,30.9281,15.3294,11.4906,11.6350,0,7.7583,7.7581,0,4.2811,1.7797,0.0217,0,0,0.0256,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/utilization/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/utilization/aggregate-Day-reference.csv index 9f54471983..98a723fc29 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/utilization/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/utilization/aggregate-Day-reference.csv @@ -68,6 +68,7 @@ Coot,0.0040 "Egret, Cattle",0.0040 "Martin, Crag",0.0034 "Gull, Ring-billed",0.0030 +"Duck, Harlequin",0.0027 "Gallinule, Allen's",0.0027 "Stint, Little",0.0023 "Partridge, Red-legged",0.0001 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/utilization/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/utilization/aggregate-Month-reference.csv index 14e9e7db5e..b86e022844 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/utilization/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/utilization/aggregate-Month-reference.csv @@ -67,6 +67,7 @@ Jackdaw,0.0025 Coot,0.0007 "Egret, Cattle",0.0007 "Gull, Ring-billed",0.0007 +"Duck, Harlequin",0.0006 "Gallinule, Allen's",0.0006 "Martin, Crag",0.0006 "Stint, Little",0.0006 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/utilization/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/utilization/aggregate-Quarter-reference.csv index c715ff32ea..6680bc8dca 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/utilization/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/utilization/aggregate-Quarter-reference.csv @@ -65,6 +65,7 @@ Jackdaw,0.0009 "Grey, Great",0.0005 "Martin, Purple",0.0004 Coot,0.0003 +"Duck, Harlequin",0.0003 "Egret, Cattle",0.0003 "Gallinule, Allen's",0.0003 "Gull, Ring-billed",0.0003 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/utilization/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/utilization/aggregate-Year-reference.csv index d284e672b3..f2aeeed4b6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/utilization/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/utilization/aggregate-Year-reference.csv @@ -63,6 +63,7 @@ Fieldfare,0.0010 Jackdaw,0.0002 "Warbler, Moltoni's",0.0002 Coot,0.0001 +"Duck, Harlequin",0.0001 "Egret, Cattle",0.0001 "Gallinule, Allen's",0.0001 "Grey, Great",0.0001 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/utilization/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/utilization/timeseries-Day-reference.csv index 54fac44cac..8e607a9afc 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/utilization/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/utilization/timeseries-Day-reference.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[Scaup, Lesser] Screwdriver CPU Utilization (%)","[Pipit, Meadow] Screwdriver CPU Utilization (%)","[Moorhen] Screwdriver CPU Utilization (%)","[Warbler, Garden] Screwdriver CPU Utilization (%)","[Honey-buzzard] Screwdriver CPU Utilization (%)","[Goose, Egyptian] Screwdriver CPU Utilization (%)","[Crane] Screwdriver CPU Utilization (%)","[Smew] Screwdriver CPU Utilization (%)","[Lapwing] Screwdriver CPU Utilization (%)","[Bunting, Reed] Screwdriver CPU Utilization (%)","[Warbler, Dusky] Screwdriver CPU Utilization (%)","[Dove, Turtle] Screwdriver CPU Utilization (%)","[Sandpiper, Spotted] Screwdriver CPU Utilization (%)","[Plover, Caspian] Screwdriver CPU Utilization (%)","[Crane, Sandhill] Screwdriver CPU Utilization (%)","[Grey, Lesser] Screwdriver CPU Utilization (%)","[Siskin] Screwdriver CPU Utilization (%)","[Warbler, Sardinian] Screwdriver CPU Utilization (%)","[Treecreeper, Short-toed] Screwdriver CPU Utilization (%)","[Chaffinch] Screwdriver CPU Utilization (%)","[Ovenbird] Screwdriver CPU Utilization (%)","[Scoter, Velvet] Screwdriver CPU Utilization (%)","[Sparrow, White-throated] Screwdriver CPU Utilization (%)","[Thrush, Mistle] Screwdriver CPU Utilization (%)","[Whimbrel] Screwdriver CPU Utilization (%)","[Peregrine] Screwdriver CPU Utilization (%)","[Duck, Ferruginous] Screwdriver CPU Utilization (%)","[Warbler, Hooded] Screwdriver CPU Utilization (%)","[Sapsucker, Yellow-bellied] Screwdriver CPU Utilization (%)","[Shearwater, Cory's] Screwdriver CPU Utilization (%)","[Oriole, Baltimore] Screwdriver CPU Utilization (%)","[Shag] Screwdriver CPU Utilization (%)","[Thrush, Swainson's] Screwdriver CPU Utilization (%)","[Plover, White-tailed] Screwdriver CPU Utilization (%)","[Bunting, Yellow-breasted] Screwdriver CPU Utilization (%)","[Dunlin] Screwdriver CPU Utilization (%)","[Ibis, Glossy] Screwdriver CPU Utilization (%)","[Warbler, Golden-winged] Screwdriver CPU Utilization (%)","[Warbler, Yellow-browed] Screwdriver CPU Utilization (%)","[Grosbeak, Evening] Screwdriver CPU Utilization (%)","[Warbler, Booted] Screwdriver CPU Utilization (%)","[Thrush, Grey-cheeked] Screwdriver CPU Utilization (%)","[Bunting, Yellow-browed] Screwdriver CPU Utilization (%)","[Auk, Little] Screwdriver CPU Utilization (%)","[Swift, Alpine] Screwdriver CPU Utilization (%)","[Roller] Screwdriver CPU Utilization (%)","[Grebe, Pied-billed] Screwdriver CPU Utilization (%)","[Fieldfare] Screwdriver CPU Utilization (%)","[Shrike, Long-tailed] Screwdriver CPU Utilization (%)","[Redpoll, Lesser] Screwdriver CPU Utilization (%)","[Tern, Sandwich] Screwdriver CPU Utilization (%)","[Jackdaw] Screwdriver CPU Utilization (%)","[Grey, Southern] Screwdriver CPU Utilization (%)","[Harrier, Hen] Screwdriver CPU Utilization (%)","[Warbler, Moltoni's] Screwdriver CPU Utilization (%)","[Martin, Purple] Screwdriver CPU Utilization (%)","[Bunting, Black-headed] Screwdriver CPU Utilization (%)","[Grey, Great] Screwdriver CPU Utilization (%)","[Coot] Screwdriver CPU Utilization (%)","[Egret, Cattle] Screwdriver CPU Utilization (%)","[Martin, Crag] Screwdriver CPU Utilization (%)","[Gull, Ring-billed] Screwdriver CPU Utilization (%)","[Gallinule, Allen's] Screwdriver CPU Utilization (%)","[Stint, Little] Screwdriver CPU Utilization (%)","[Partridge, Red-legged] Screwdriver CPU Utilization (%)","[Sparrow, Savannah] Screwdriver CPU Utilization (%)" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0.2118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.2093,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0.3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0090,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0.3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-25,0,0,0,0,0,0,0,0,0,0.1587,0,0.3270,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-26,0,0,0,0.2253,0,0,0,0,0,1.2000,0,0.6000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-27,0,3.8952,0,2.0000,0.0034,0,0,0,0,0.8947,0,0.6000,0,0,1.3559,0,1.5498,0,0.5819,0.2533,0.3291,3.1220,0,0,0,0,0,0,0,0,0.3000,0,0,0,0.1425,0,0,0,0,0,0.2488,0,0,0,0,0,0,0,0,0,0.0250,0,0,0,0.0049,0,0,0,0,0,0,0,0,0,0,0 -2016-12-28,30.6953,22.8458,0.9927,2.4070,0.0250,0,0,0,2.0446,4.2672,0,0.6000,0,0,1.6312,0,2.4389,0.8329,1.4699,1.6000,1.6000,3.6000,0,0.3505,0,0,0,0.3662,0,0,0.3000,0.2012,0,0.1890,0.4000,0,0.0979,0,0,0,0.3000,0,0,0,0,0,0,0,0,0,0.0250,0,0,0,0.0250,0,0,0,0,0,0,0,0,0,0,0 -2016-12-29,41.2000,51.5980,13.1076,7.9626,0.3223,1.7124,1.9109,6.0638,4.0642,3.5068,0,0.7600,0.5077,0,2.9811,0,3.0000,3.9036,2.0531,1.6000,1.6000,3.6000,0,2.7000,0,1.4649,0.1876,1.1580,0.5790,0.2482,0.3000,0.6050,0.2403,0.9000,0.2772,0,0.5000,0,1.0815,0.1124,0.3000,0.0075,0.7906,0.0542,0,0,0.2427,0,0.0232,0.0299,0.0408,0,0,0.0105,0.0250,0,0,0,0,0,0,0,0,0,0,0 -2016-12-30,41.2000,48.8496,22.6731,6.3076,12.7775,9.5951,6.3813,11.4367,5.7014,2.6501,7.7129,3.2047,7.1616,0,2.5358,3.1832,1.3028,2.3574,1.9182,1.6000,1.6000,0.3377,0,2.0011,0.7116,1.5293,1.5000,1.5415,1.2150,1.1988,0.3000,0.8149,1.5376,0.5661,0.5138,0.5439,0.4022,0.3402,0.4196,1.0637,0.2073,0.2962,0.5000,0.0709,0.0272,0.0687,0.2783,0.0667,0.0084,0.0547,0.0074,0.0452,0.1126,0.0855,0.0201,0.0122,0.0145,0.0425,0.0081,0.0081,0.0235,0.0185,0.0293,0.0206,0.0011,0.0002 -2016-12-31,10.5124,22.9209,21.3729,12.2717,18.0378,3.4228,7.1245,1.6568,2.8769,1.1987,5.9391,3.1008,4.7517,0.0393,1.3368,5.7653,0.4629,3.6228,1.4976,1.6000,1.3809,0,3.6187,0.3000,2.4478,1.5000,1.5000,0.9582,1.3489,1.2000,0.3038,0.7013,1.1610,0,0.4075,0.1307,0,0.9523,0,0,0.0080,0.7438,0.3073,0.5116,0.5497,0.5239,0,0.1649,0.0405,0.0250,0,0.0459,0.0270,0.0090,0,0.0122,0.0478,0.0144,0.0081,0.0081,0,0.0147,0,0.0102,0,0.0004 -2017-01-01,0,2.4699,11.6497,5.1025,1.6458,0,4.8686,0,1.3067,1.5843,0,3.0692,0.2646,9.9375,0,0,0,0.6592,1.0281,1.3472,0.3871,0,1.8628,0.0631,1.9640,0.1648,1.1879,0,0.5890,1.0032,0.4200,0.1238,0,0,0,0.9068,0,0.2147,0.0036,0,0,0.0367,0,0.0119,0.0593,0.0223,0,0.1277,0.4221,0.0479,0,0,0.0018,0,0,0.0121,0,0,0.0081,0.0081,0,0,0,0,0,0.0000 +Day,"[Scaup, Lesser] Screwdriver CPU Utilization (%)","[Pipit, Meadow] Screwdriver CPU Utilization (%)","[Moorhen] Screwdriver CPU Utilization (%)","[Warbler, Garden] Screwdriver CPU Utilization (%)","[Honey-buzzard] Screwdriver CPU Utilization (%)","[Goose, Egyptian] Screwdriver CPU Utilization (%)","[Crane] Screwdriver CPU Utilization (%)","[Smew] Screwdriver CPU Utilization (%)","[Lapwing] Screwdriver CPU Utilization (%)","[Bunting, Reed] Screwdriver CPU Utilization (%)","[Warbler, Dusky] Screwdriver CPU Utilization (%)","[Dove, Turtle] Screwdriver CPU Utilization (%)","[Sandpiper, Spotted] Screwdriver CPU Utilization (%)","[Plover, Caspian] Screwdriver CPU Utilization (%)","[Crane, Sandhill] Screwdriver CPU Utilization (%)","[Grey, Lesser] Screwdriver CPU Utilization (%)","[Siskin] Screwdriver CPU Utilization (%)","[Warbler, Sardinian] Screwdriver CPU Utilization (%)","[Treecreeper, Short-toed] Screwdriver CPU Utilization (%)","[Chaffinch] Screwdriver CPU Utilization (%)","[Ovenbird] Screwdriver CPU Utilization (%)","[Scoter, Velvet] Screwdriver CPU Utilization (%)","[Sparrow, White-throated] Screwdriver CPU Utilization (%)","[Thrush, Mistle] Screwdriver CPU Utilization (%)","[Whimbrel] Screwdriver CPU Utilization (%)","[Peregrine] Screwdriver CPU Utilization (%)","[Duck, Ferruginous] Screwdriver CPU Utilization (%)","[Warbler, Hooded] Screwdriver CPU Utilization (%)","[Sapsucker, Yellow-bellied] Screwdriver CPU Utilization (%)","[Shearwater, Cory's] Screwdriver CPU Utilization (%)","[Oriole, Baltimore] Screwdriver CPU Utilization (%)","[Shag] Screwdriver CPU Utilization (%)","[Thrush, Swainson's] Screwdriver CPU Utilization (%)","[Plover, White-tailed] Screwdriver CPU Utilization (%)","[Bunting, Yellow-breasted] Screwdriver CPU Utilization (%)","[Dunlin] Screwdriver CPU Utilization (%)","[Ibis, Glossy] Screwdriver CPU Utilization (%)","[Warbler, Golden-winged] Screwdriver CPU Utilization (%)","[Warbler, Yellow-browed] Screwdriver CPU Utilization (%)","[Grosbeak, Evening] Screwdriver CPU Utilization (%)","[Warbler, Booted] Screwdriver CPU Utilization (%)","[Thrush, Grey-cheeked] Screwdriver CPU Utilization (%)","[Bunting, Yellow-browed] Screwdriver CPU Utilization (%)","[Auk, Little] Screwdriver CPU Utilization (%)","[Swift, Alpine] Screwdriver CPU Utilization (%)","[Roller] Screwdriver CPU Utilization (%)","[Grebe, Pied-billed] Screwdriver CPU Utilization (%)","[Fieldfare] Screwdriver CPU Utilization (%)","[Shrike, Long-tailed] Screwdriver CPU Utilization (%)","[Redpoll, Lesser] Screwdriver CPU Utilization (%)","[Tern, Sandwich] Screwdriver CPU Utilization (%)","[Jackdaw] Screwdriver CPU Utilization (%)","[Grey, Southern] Screwdriver CPU Utilization (%)","[Harrier, Hen] Screwdriver CPU Utilization (%)","[Warbler, Moltoni's] Screwdriver CPU Utilization (%)","[Martin, Purple] Screwdriver CPU Utilization (%)","[Bunting, Black-headed] Screwdriver CPU Utilization (%)","[Grey, Great] Screwdriver CPU Utilization (%)","[Coot] Screwdriver CPU Utilization (%)","[Egret, Cattle] Screwdriver CPU Utilization (%)","[Martin, Crag] Screwdriver CPU Utilization (%)","[Gull, Ring-billed] Screwdriver CPU Utilization (%)","[Duck, Harlequin] Screwdriver CPU Utilization (%)","[Gallinule, Allen's] Screwdriver CPU Utilization (%)","[Stint, Little] Screwdriver CPU Utilization (%)","[Partridge, Red-legged] Screwdriver CPU Utilization (%)","[Sparrow, Savannah] Screwdriver CPU Utilization (%)" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0.2118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.2093,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0.3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0090,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0.3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-25,0,0,0,0,0,0,0,0,0,0.1587,0,0.3270,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-26,0,0,0,0.2253,0,0,0,0,0,1.2000,0,0.6000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-27,0,3.8952,0,2.0000,0.0034,0,0,0,0,0.8947,0,0.6000,0,0,1.3559,0,1.5498,0,0.5819,0.2533,0.3291,3.1220,0,0,0,0,0,0,0,0,0.3000,0,0,0,0.1425,0,0,0,0,0,0.2488,0,0,0,0,0,0,0,0,0,0.0250,0,0,0,0.0049,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-28,30.6953,22.8458,0.9927,2.4070,0.0250,0,0,0,2.0446,4.2672,0,0.6000,0,0,1.6312,0,2.4389,0.8329,1.4699,1.6000,1.6000,3.6000,0,0.3505,0,0,0,0.3662,0,0,0.3000,0.2012,0,0.1890,0.4000,0,0.0979,0,0,0,0.3000,0,0,0,0,0,0,0,0,0,0.0250,0,0,0,0.0250,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-29,41.2000,51.5980,13.1076,7.9626,0.3223,1.7124,1.9109,6.0638,4.0642,3.5068,0,0.7600,0.5077,0,2.9811,0,3.0000,3.9036,2.0531,1.6000,1.6000,3.6000,0,2.7000,0,1.4649,0.1876,1.1580,0.5790,0.2482,0.3000,0.6050,0.2403,0.9000,0.2772,0,0.5000,0,1.0815,0.1124,0.3000,0.0075,0.7906,0.0542,0,0,0.2427,0,0.0232,0.0299,0.0408,0,0,0.0105,0.0250,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-30,41.2000,48.8496,22.6731,6.3076,12.7775,9.5951,6.3813,11.4367,5.7014,2.6501,7.7129,3.2047,7.1616,0,2.5358,3.1832,1.3028,2.3574,1.9182,1.6000,1.6000,0.3377,0,2.0011,0.7116,1.5293,1.5000,1.5415,1.2150,1.1988,0.3000,0.8149,1.5376,0.5661,0.5138,0.5439,0.4022,0.3402,0.4196,1.0637,0.2073,0.2962,0.5000,0.0709,0.0272,0.0687,0.2783,0.0667,0.0084,0.0547,0.0074,0.0452,0.1126,0.0855,0.0201,0.0122,0.0145,0.0425,0.0081,0.0081,0.0235,0.0185,0.0293,0.0293,0.0206,0.0011,0.0002 +2016-12-31,10.5124,22.9209,21.3729,12.2717,18.0378,3.4228,7.1245,1.6568,2.8769,1.1987,5.9391,3.1008,4.7517,0.0393,1.3368,5.7653,0.4629,3.6228,1.4976,1.6000,1.3809,0,3.6187,0.3000,2.4478,1.5000,1.5000,0.9582,1.3489,1.2000,0.3038,0.7013,1.1610,0,0.4075,0.1307,0,0.9523,0,0,0.0080,0.7438,0.3073,0.5116,0.5497,0.5239,0,0.1649,0.0405,0.0250,0,0.0459,0.0270,0.0090,0,0.0122,0.0478,0.0144,0.0081,0.0081,0,0.0147,0,0,0.0102,0,0.0004 +2017-01-01,0,2.4699,11.6497,5.1025,1.6458,0,4.8686,0,1.3067,1.5843,0,3.0692,0.2646,9.9375,0,0,0,0.6592,1.0281,1.3472,0.3871,0,1.8628,0.0631,1.9640,0.1648,1.1879,0,0.5890,1.0032,0.4200,0.1238,0,0,0,0.9068,0,0.2147,0.0036,0,0,0.0367,0,0.0119,0.0593,0.0223,0,0.1277,0.4221,0.0479,0,0,0.0018,0,0,0.0121,0,0,0.0081,0.0081,0,0,0,0,0,0,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/utilization/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/utilization/timeseries-Month-reference.csv index cfd245d179..b22266ced0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/utilization/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/utilization/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[Scaup, Lesser] Screwdriver CPU Utilization (%)","[Pipit, Meadow] Screwdriver CPU Utilization (%)","[Moorhen] Screwdriver CPU Utilization (%)","[Warbler, Garden] Screwdriver CPU Utilization (%)","[Honey-buzzard] Screwdriver CPU Utilization (%)","[Goose, Egyptian] Screwdriver CPU Utilization (%)","[Crane] Screwdriver CPU Utilization (%)","[Smew] Screwdriver CPU Utilization (%)","[Lapwing] Screwdriver CPU Utilization (%)","[Dove, Turtle] Screwdriver CPU Utilization (%)","[Bunting, Reed] Screwdriver CPU Utilization (%)","[Warbler, Dusky] Screwdriver CPU Utilization (%)","[Sandpiper, Spotted] Screwdriver CPU Utilization (%)","[Plover, Caspian] Screwdriver CPU Utilization (%)","[Chaffinch] Screwdriver CPU Utilization (%)","[Warbler, Sardinian] Screwdriver CPU Utilization (%)","[Crane, Sandhill] Screwdriver CPU Utilization (%)","[Grey, Lesser] Screwdriver CPU Utilization (%)","[Siskin] Screwdriver CPU Utilization (%)","[Treecreeper, Short-toed] Screwdriver CPU Utilization (%)","[Ovenbird] Screwdriver CPU Utilization (%)","[Scoter, Velvet] Screwdriver CPU Utilization (%)","[Sparrow, White-throated] Screwdriver CPU Utilization (%)","[Thrush, Mistle] Screwdriver CPU Utilization (%)","[Whimbrel] Screwdriver CPU Utilization (%)","[Peregrine] Screwdriver CPU Utilization (%)","[Sapsucker, Yellow-bellied] Screwdriver CPU Utilization (%)","[Duck, Ferruginous] Screwdriver CPU Utilization (%)","[Oriole, Baltimore] Screwdriver CPU Utilization (%)","[Warbler, Hooded] Screwdriver CPU Utilization (%)","[Shearwater, Cory's] Screwdriver CPU Utilization (%)","[Shag] Screwdriver CPU Utilization (%)","[Thrush, Swainson's] Screwdriver CPU Utilization (%)","[Bunting, Yellow-breasted] Screwdriver CPU Utilization (%)","[Plover, White-tailed] Screwdriver CPU Utilization (%)","[Dunlin] Screwdriver CPU Utilization (%)","[Warbler, Golden-winged] Screwdriver CPU Utilization (%)","[Warbler, Yellow-browed] Screwdriver CPU Utilization (%)","[Ibis, Glossy] Screwdriver CPU Utilization (%)","[Grosbeak, Evening] Screwdriver CPU Utilization (%)","[Thrush, Grey-cheeked] Screwdriver CPU Utilization (%)","[Bunting, Yellow-browed] Screwdriver CPU Utilization (%)","[Warbler, Booted] Screwdriver CPU Utilization (%)","[Swift, Alpine] Screwdriver CPU Utilization (%)","[Auk, Little] Screwdriver CPU Utilization (%)","[Roller] Screwdriver CPU Utilization (%)","[Grebe, Pied-billed] Screwdriver CPU Utilization (%)","[Fieldfare] Screwdriver CPU Utilization (%)","[Shrike, Long-tailed] Screwdriver CPU Utilization (%)","[Redpoll, Lesser] Screwdriver CPU Utilization (%)","[Tern, Sandwich] Screwdriver CPU Utilization (%)","[Grey, Southern] Screwdriver CPU Utilization (%)","[Jackdaw] Screwdriver CPU Utilization (%)","[Harrier, Hen] Screwdriver CPU Utilization (%)","[Warbler, Moltoni's] Screwdriver CPU Utilization (%)","[Bunting, Black-headed] Screwdriver CPU Utilization (%)","[Grey, Great] Screwdriver CPU Utilization (%)","[Martin, Purple] Screwdriver CPU Utilization (%)","[Coot] Screwdriver CPU Utilization (%)","[Egret, Cattle] Screwdriver CPU Utilization (%)","[Gull, Ring-billed] Screwdriver CPU Utilization (%)","[Gallinule, Allen's] Screwdriver CPU Utilization (%)","[Martin, Crag] Screwdriver CPU Utilization (%)","[Stint, Little] Screwdriver CPU Utilization (%)","[Partridge, Red-legged] Screwdriver CPU Utilization (%)","[Sparrow, Savannah] Screwdriver CPU Utilization (%)" -2016-12,24.7215,7.5055,2.9073,5.1957,2.9884,2.9461,0.7708,0.9579,0.7344,0.9095,0.9375,0.6826,0.6211,0.0066,0.6653,0.5386,0.6623,0.4474,0.4377,0.3760,0.5918,0.3548,0.1809,0.2676,0.1580,0.2247,0.2857,0.1594,0.2913,0.2012,0.1324,0.1498,0.1522,0.1583,0.0828,0.0337,0.0646,0.0751,0.1667,0.0588,0.0673,0.0677,0.0532,0.0577,0.0318,0.0296,0.0261,0.0211,0.0039,0.0183,0.0166,0.0070,0.0152,0.0053,0.0038,0.0031,0.0028,0.0049,0.0032,0.0032,0.0017,0.0015,0.0039,0.0017,0.0001,0.0001 -2017-01,0,0.0797,0.3758,0.1646,0.0531,0,0.1571,0,0.0422,0.0990,0.0511,0,0.0085,0.3206,0.0435,0.0213,0,0,0,0.0332,0.0125,0,0.0601,0.0020,0.0634,0.0053,0.0190,0.0383,0.0135,0,0.0324,0.0040,0,0,0,0.0293,0.0069,0.0001,0,0,0.0012,0,0,0.0019,0.0004,0.0007,0,0.0041,0.0136,0.0015,0,0.0001,0,0,0,0,0,0.0004,0.0003,0.0003,0,0,0,0,0,0.0000 +Month,"[Scaup, Lesser] Screwdriver CPU Utilization (%)","[Pipit, Meadow] Screwdriver CPU Utilization (%)","[Moorhen] Screwdriver CPU Utilization (%)","[Warbler, Garden] Screwdriver CPU Utilization (%)","[Honey-buzzard] Screwdriver CPU Utilization (%)","[Goose, Egyptian] Screwdriver CPU Utilization (%)","[Crane] Screwdriver CPU Utilization (%)","[Smew] Screwdriver CPU Utilization (%)","[Lapwing] Screwdriver CPU Utilization (%)","[Dove, Turtle] Screwdriver CPU Utilization (%)","[Bunting, Reed] Screwdriver CPU Utilization (%)","[Warbler, Dusky] Screwdriver CPU Utilization (%)","[Sandpiper, Spotted] Screwdriver CPU Utilization (%)","[Plover, Caspian] Screwdriver CPU Utilization (%)","[Chaffinch] Screwdriver CPU Utilization (%)","[Warbler, Sardinian] Screwdriver CPU Utilization (%)","[Crane, Sandhill] Screwdriver CPU Utilization (%)","[Grey, Lesser] Screwdriver CPU Utilization (%)","[Siskin] Screwdriver CPU Utilization (%)","[Treecreeper, Short-toed] Screwdriver CPU Utilization (%)","[Ovenbird] Screwdriver CPU Utilization (%)","[Scoter, Velvet] Screwdriver CPU Utilization (%)","[Sparrow, White-throated] Screwdriver CPU Utilization (%)","[Thrush, Mistle] Screwdriver CPU Utilization (%)","[Whimbrel] Screwdriver CPU Utilization (%)","[Peregrine] Screwdriver CPU Utilization (%)","[Sapsucker, Yellow-bellied] Screwdriver CPU Utilization (%)","[Duck, Ferruginous] Screwdriver CPU Utilization (%)","[Oriole, Baltimore] Screwdriver CPU Utilization (%)","[Warbler, Hooded] Screwdriver CPU Utilization (%)","[Shearwater, Cory's] Screwdriver CPU Utilization (%)","[Shag] Screwdriver CPU Utilization (%)","[Thrush, Swainson's] Screwdriver CPU Utilization (%)","[Bunting, Yellow-breasted] Screwdriver CPU Utilization (%)","[Plover, White-tailed] Screwdriver CPU Utilization (%)","[Dunlin] Screwdriver CPU Utilization (%)","[Warbler, Golden-winged] Screwdriver CPU Utilization (%)","[Warbler, Yellow-browed] Screwdriver CPU Utilization (%)","[Ibis, Glossy] Screwdriver CPU Utilization (%)","[Grosbeak, Evening] Screwdriver CPU Utilization (%)","[Thrush, Grey-cheeked] Screwdriver CPU Utilization (%)","[Bunting, Yellow-browed] Screwdriver CPU Utilization (%)","[Warbler, Booted] Screwdriver CPU Utilization (%)","[Swift, Alpine] Screwdriver CPU Utilization (%)","[Auk, Little] Screwdriver CPU Utilization (%)","[Roller] Screwdriver CPU Utilization (%)","[Grebe, Pied-billed] Screwdriver CPU Utilization (%)","[Fieldfare] Screwdriver CPU Utilization (%)","[Shrike, Long-tailed] Screwdriver CPU Utilization (%)","[Redpoll, Lesser] Screwdriver CPU Utilization (%)","[Tern, Sandwich] Screwdriver CPU Utilization (%)","[Grey, Southern] Screwdriver CPU Utilization (%)","[Jackdaw] Screwdriver CPU Utilization (%)","[Harrier, Hen] Screwdriver CPU Utilization (%)","[Warbler, Moltoni's] Screwdriver CPU Utilization (%)","[Bunting, Black-headed] Screwdriver CPU Utilization (%)","[Grey, Great] Screwdriver CPU Utilization (%)","[Martin, Purple] Screwdriver CPU Utilization (%)","[Coot] Screwdriver CPU Utilization (%)","[Egret, Cattle] Screwdriver CPU Utilization (%)","[Gull, Ring-billed] Screwdriver CPU Utilization (%)","[Duck, Harlequin] Screwdriver CPU Utilization (%)","[Gallinule, Allen's] Screwdriver CPU Utilization (%)","[Martin, Crag] Screwdriver CPU Utilization (%)","[Stint, Little] Screwdriver CPU Utilization (%)","[Partridge, Red-legged] Screwdriver CPU Utilization (%)","[Sparrow, Savannah] Screwdriver CPU Utilization (%)" +2016-12,24.7215,7.5055,2.9073,5.1957,2.9884,2.9461,0.7708,0.9579,0.7344,0.9095,0.9375,0.6826,0.6211,0.0066,0.6653,0.5386,0.6623,0.4474,0.4377,0.3760,0.5918,0.3548,0.1809,0.2676,0.1580,0.2247,0.2857,0.1594,0.2913,0.2012,0.1324,0.1498,0.1522,0.1583,0.0828,0.0337,0.0646,0.0751,0.1667,0.0588,0.0673,0.0677,0.0532,0.0577,0.0318,0.0296,0.0261,0.0211,0.0039,0.0183,0.0166,0.0070,0.0152,0.0053,0.0038,0.0031,0.0028,0.0049,0.0032,0.0032,0.0017,0.0015,0.0015,0.0039,0.0017,0.0001,0.0001 +2017-01,0,0.0797,0.3758,0.1646,0.0531,0,0.1571,0,0.0422,0.0990,0.0511,0,0.0085,0.3206,0.0435,0.0213,0,0,0,0.0332,0.0125,0,0.0601,0.0020,0.0634,0.0053,0.0190,0.0383,0.0135,0,0.0324,0.0040,0,0,0,0.0293,0.0069,0.0001,0,0,0.0012,0,0,0.0019,0.0004,0.0007,0,0.0041,0.0136,0.0015,0,0.0001,0,0,0,0,0,0.0004,0.0003,0.0003,0,0,0,0,0,0,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/utilization/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/utilization/timeseries-Quarter-reference.csv index 53e5a6ff38..00f1917e45 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/utilization/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/utilization/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[Pipit, Meadow] Screwdriver CPU Utilization (%)","[Scaup, Lesser] Screwdriver CPU Utilization (%)","[Moorhen] Screwdriver CPU Utilization (%)","[Warbler, Garden] Screwdriver CPU Utilization (%)","[Honey-buzzard] Screwdriver CPU Utilization (%)","[Crane] Screwdriver CPU Utilization (%)","[Smew] Screwdriver CPU Utilization (%)","[Goose, Egyptian] Screwdriver CPU Utilization (%)","[Lapwing] Screwdriver CPU Utilization (%)","[Dove, Turtle] Screwdriver CPU Utilization (%)","[Warbler, Dusky] Screwdriver CPU Utilization (%)","[Bunting, Reed] Screwdriver CPU Utilization (%)","[Sandpiper, Spotted] Screwdriver CPU Utilization (%)","[Plover, Caspian] Screwdriver CPU Utilization (%)","[Warbler, Sardinian] Screwdriver CPU Utilization (%)","[Grey, Lesser] Screwdriver CPU Utilization (%)","[Chaffinch] Screwdriver CPU Utilization (%)","[Siskin] Screwdriver CPU Utilization (%)","[Crane, Sandhill] Screwdriver CPU Utilization (%)","[Treecreeper, Short-toed] Screwdriver CPU Utilization (%)","[Ovenbird] Screwdriver CPU Utilization (%)","[Scoter, Velvet] Screwdriver CPU Utilization (%)","[Sparrow, White-throated] Screwdriver CPU Utilization (%)","[Thrush, Mistle] Screwdriver CPU Utilization (%)","[Whimbrel] Screwdriver CPU Utilization (%)","[Peregrine] Screwdriver CPU Utilization (%)","[Duck, Ferruginous] Screwdriver CPU Utilization (%)","[Sapsucker, Yellow-bellied] Screwdriver CPU Utilization (%)","[Warbler, Hooded] Screwdriver CPU Utilization (%)","[Oriole, Baltimore] Screwdriver CPU Utilization (%)","[Shearwater, Cory's] Screwdriver CPU Utilization (%)","[Shag] Screwdriver CPU Utilization (%)","[Thrush, Swainson's] Screwdriver CPU Utilization (%)","[Plover, White-tailed] Screwdriver CPU Utilization (%)","[Dunlin] Screwdriver CPU Utilization (%)","[Warbler, Golden-winged] Screwdriver CPU Utilization (%)","[Warbler, Yellow-browed] Screwdriver CPU Utilization (%)","[Bunting, Yellow-breasted] Screwdriver CPU Utilization (%)","[Grosbeak, Evening] Screwdriver CPU Utilization (%)","[Ibis, Glossy] Screwdriver CPU Utilization (%)","[Thrush, Grey-cheeked] Screwdriver CPU Utilization (%)","[Bunting, Yellow-browed] Screwdriver CPU Utilization (%)","[Warbler, Booted] Screwdriver CPU Utilization (%)","[Swift, Alpine] Screwdriver CPU Utilization (%)","[Auk, Little] Screwdriver CPU Utilization (%)","[Roller] Screwdriver CPU Utilization (%)","[Grebe, Pied-billed] Screwdriver CPU Utilization (%)","[Fieldfare] Screwdriver CPU Utilization (%)","[Shrike, Long-tailed] Screwdriver CPU Utilization (%)","[Tern, Sandwich] Screwdriver CPU Utilization (%)","[Redpoll, Lesser] Screwdriver CPU Utilization (%)","[Grey, Southern] Screwdriver CPU Utilization (%)","[Harrier, Hen] Screwdriver CPU Utilization (%)","[Jackdaw] Screwdriver CPU Utilization (%)","[Warbler, Moltoni's] Screwdriver CPU Utilization (%)","[Bunting, Black-headed] Screwdriver CPU Utilization (%)","[Grey, Great] Screwdriver CPU Utilization (%)","[Martin, Purple] Screwdriver CPU Utilization (%)","[Coot] Screwdriver CPU Utilization (%)","[Egret, Cattle] Screwdriver CPU Utilization (%)","[Gallinule, Allen's] Screwdriver CPU Utilization (%)","[Gull, Ring-billed] Screwdriver CPU Utilization (%)","[Martin, Crag] Screwdriver CPU Utilization (%)","[Stint, Little] Screwdriver CPU Utilization (%)","[Partridge, Red-legged] Screwdriver CPU Utilization (%)","[Sparrow, Savannah] Screwdriver CPU Utilization (%)" -"2016 Q4",7.5055,24.7215,2.9073,5.1957,2.9884,0.7708,0.9579,2.9461,0.7344,0.9095,0.6826,0.9375,0.6211,0.0066,0.5386,0.4474,0.6653,0.4377,0.6623,0.3760,0.5918,0.3548,0.1809,0.2676,0.1580,0.2247,0.1594,0.2857,0.2012,0.2913,0.1324,0.1498,0.1522,0.0828,0.0337,0.0646,0.0751,0.1583,0.0588,0.1667,0.0673,0.0677,0.0532,0.0577,0.0318,0.0296,0.0261,0.0211,0.0039,0.0166,0.0183,0.0070,0.0053,0.0152,0.0038,0.0031,0.0028,0.0049,0.0032,0.0032,0.0015,0.0017,0.0039,0.0017,0.0001,0.0001 -"2017 Q1",0.0274,0,0.1294,0.0567,0.0183,0.0541,0,0,0.0145,0.0341,0,0.0176,0.0029,0.1104,0.0073,0,0.0150,0,0,0.0114,0.0043,0,0.0207,0.0007,0.0218,0.0018,0.0132,0.0065,0,0.0047,0.0111,0.0014,0,0,0.0101,0.0024,0.0000,0,0,0,0.0004,0,0,0.0007,0.0001,0.0002,0,0.0014,0.0047,0,0.0005,0.0000,0,0,0,0,0,0.0001,0.0001,0.0001,0,0,0,0,0,0.0000 +Quarter,"[Pipit, Meadow] Screwdriver CPU Utilization (%)","[Scaup, Lesser] Screwdriver CPU Utilization (%)","[Moorhen] Screwdriver CPU Utilization (%)","[Warbler, Garden] Screwdriver CPU Utilization (%)","[Honey-buzzard] Screwdriver CPU Utilization (%)","[Crane] Screwdriver CPU Utilization (%)","[Smew] Screwdriver CPU Utilization (%)","[Goose, Egyptian] Screwdriver CPU Utilization (%)","[Lapwing] Screwdriver CPU Utilization (%)","[Dove, Turtle] Screwdriver CPU Utilization (%)","[Warbler, Dusky] Screwdriver CPU Utilization (%)","[Bunting, Reed] Screwdriver CPU Utilization (%)","[Sandpiper, Spotted] Screwdriver CPU Utilization (%)","[Plover, Caspian] Screwdriver CPU Utilization (%)","[Warbler, Sardinian] Screwdriver CPU Utilization (%)","[Grey, Lesser] Screwdriver CPU Utilization (%)","[Chaffinch] Screwdriver CPU Utilization (%)","[Siskin] Screwdriver CPU Utilization (%)","[Crane, Sandhill] Screwdriver CPU Utilization (%)","[Treecreeper, Short-toed] Screwdriver CPU Utilization (%)","[Ovenbird] Screwdriver CPU Utilization (%)","[Scoter, Velvet] Screwdriver CPU Utilization (%)","[Sparrow, White-throated] Screwdriver CPU Utilization (%)","[Thrush, Mistle] Screwdriver CPU Utilization (%)","[Whimbrel] Screwdriver CPU Utilization (%)","[Peregrine] Screwdriver CPU Utilization (%)","[Duck, Ferruginous] Screwdriver CPU Utilization (%)","[Sapsucker, Yellow-bellied] Screwdriver CPU Utilization (%)","[Warbler, Hooded] Screwdriver CPU Utilization (%)","[Oriole, Baltimore] Screwdriver CPU Utilization (%)","[Shearwater, Cory's] Screwdriver CPU Utilization (%)","[Shag] Screwdriver CPU Utilization (%)","[Thrush, Swainson's] Screwdriver CPU Utilization (%)","[Plover, White-tailed] Screwdriver CPU Utilization (%)","[Dunlin] Screwdriver CPU Utilization (%)","[Warbler, Golden-winged] Screwdriver CPU Utilization (%)","[Warbler, Yellow-browed] Screwdriver CPU Utilization (%)","[Bunting, Yellow-breasted] Screwdriver CPU Utilization (%)","[Grosbeak, Evening] Screwdriver CPU Utilization (%)","[Ibis, Glossy] Screwdriver CPU Utilization (%)","[Thrush, Grey-cheeked] Screwdriver CPU Utilization (%)","[Bunting, Yellow-browed] Screwdriver CPU Utilization (%)","[Warbler, Booted] Screwdriver CPU Utilization (%)","[Swift, Alpine] Screwdriver CPU Utilization (%)","[Auk, Little] Screwdriver CPU Utilization (%)","[Roller] Screwdriver CPU Utilization (%)","[Grebe, Pied-billed] Screwdriver CPU Utilization (%)","[Fieldfare] Screwdriver CPU Utilization (%)","[Shrike, Long-tailed] Screwdriver CPU Utilization (%)","[Tern, Sandwich] Screwdriver CPU Utilization (%)","[Redpoll, Lesser] Screwdriver CPU Utilization (%)","[Grey, Southern] Screwdriver CPU Utilization (%)","[Harrier, Hen] Screwdriver CPU Utilization (%)","[Jackdaw] Screwdriver CPU Utilization (%)","[Warbler, Moltoni's] Screwdriver CPU Utilization (%)","[Bunting, Black-headed] Screwdriver CPU Utilization (%)","[Grey, Great] Screwdriver CPU Utilization (%)","[Martin, Purple] Screwdriver CPU Utilization (%)","[Coot] Screwdriver CPU Utilization (%)","[Duck, Harlequin] Screwdriver CPU Utilization (%)","[Egret, Cattle] Screwdriver CPU Utilization (%)","[Gallinule, Allen's] Screwdriver CPU Utilization (%)","[Gull, Ring-billed] Screwdriver CPU Utilization (%)","[Martin, Crag] Screwdriver CPU Utilization (%)","[Stint, Little] Screwdriver CPU Utilization (%)","[Partridge, Red-legged] Screwdriver CPU Utilization (%)","[Sparrow, Savannah] Screwdriver CPU Utilization (%)" +"2016 Q4",7.5055,24.7215,2.9073,5.1957,2.9884,0.7708,0.9579,2.9461,0.7344,0.9095,0.6826,0.9375,0.6211,0.0066,0.5386,0.4474,0.6653,0.4377,0.6623,0.3760,0.5918,0.3548,0.1809,0.2676,0.1580,0.2247,0.1594,0.2857,0.2012,0.2913,0.1324,0.1498,0.1522,0.0828,0.0337,0.0646,0.0751,0.1583,0.0588,0.1667,0.0673,0.0677,0.0532,0.0577,0.0318,0.0296,0.0261,0.0211,0.0039,0.0166,0.0183,0.0070,0.0053,0.0152,0.0038,0.0031,0.0028,0.0049,0.0032,0.0015,0.0032,0.0015,0.0017,0.0039,0.0017,0.0001,0.0001 +"2017 Q1",0.0274,0,0.1294,0.0567,0.0183,0.0541,0,0,0.0145,0.0341,0,0.0176,0.0029,0.1104,0.0073,0,0.0150,0,0,0.0114,0.0043,0,0.0207,0.0007,0.0218,0.0018,0.0132,0.0065,0,0.0047,0.0111,0.0014,0,0,0.0101,0.0024,0.0000,0,0,0,0.0004,0,0,0.0007,0.0001,0.0002,0,0.0014,0.0047,0,0.0005,0.0000,0,0,0,0,0,0.0001,0.0001,0,0.0001,0,0,0,0,0,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/utilization/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/utilization/timeseries-Year-reference.csv index 8b47ca7e29..4e72a073bf 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/utilization/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/person/utilization/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[Pipit, Meadow] Screwdriver CPU Utilization (%)","[Scaup, Lesser] Screwdriver CPU Utilization (%)","[Moorhen] Screwdriver CPU Utilization (%)","[Warbler, Garden] Screwdriver CPU Utilization (%)","[Honey-buzzard] Screwdriver CPU Utilization (%)","[Crane] Screwdriver CPU Utilization (%)","[Smew] Screwdriver CPU Utilization (%)","[Lapwing] Screwdriver CPU Utilization (%)","[Goose, Egyptian] Screwdriver CPU Utilization (%)","[Warbler, Dusky] Screwdriver CPU Utilization (%)","[Dove, Turtle] Screwdriver CPU Utilization (%)","[Sandpiper, Spotted] Screwdriver CPU Utilization (%)","[Bunting, Reed] Screwdriver CPU Utilization (%)","[Plover, Caspian] Screwdriver CPU Utilization (%)","[Grey, Lesser] Screwdriver CPU Utilization (%)","[Warbler, Sardinian] Screwdriver CPU Utilization (%)","[Siskin] Screwdriver CPU Utilization (%)","[Treecreeper, Short-toed] Screwdriver CPU Utilization (%)","[Chaffinch] Screwdriver CPU Utilization (%)","[Crane, Sandhill] Screwdriver CPU Utilization (%)","[Ovenbird] Screwdriver CPU Utilization (%)","[Scoter, Velvet] Screwdriver CPU Utilization (%)","[Sparrow, White-throated] Screwdriver CPU Utilization (%)","[Thrush, Mistle] Screwdriver CPU Utilization (%)","[Whimbrel] Screwdriver CPU Utilization (%)","[Peregrine] Screwdriver CPU Utilization (%)","[Duck, Ferruginous] Screwdriver CPU Utilization (%)","[Warbler, Hooded] Screwdriver CPU Utilization (%)","[Sapsucker, Yellow-bellied] Screwdriver CPU Utilization (%)","[Shearwater, Cory's] Screwdriver CPU Utilization (%)","[Oriole, Baltimore] Screwdriver CPU Utilization (%)","[Shag] Screwdriver CPU Utilization (%)","[Thrush, Swainson's] Screwdriver CPU Utilization (%)","[Plover, White-tailed] Screwdriver CPU Utilization (%)","[Dunlin] Screwdriver CPU Utilization (%)","[Warbler, Golden-winged] Screwdriver CPU Utilization (%)","[Warbler, Yellow-browed] Screwdriver CPU Utilization (%)","[Bunting, Yellow-breasted] Screwdriver CPU Utilization (%)","[Grosbeak, Evening] Screwdriver CPU Utilization (%)","[Bunting, Yellow-browed] Screwdriver CPU Utilization (%)","[Thrush, Grey-cheeked] Screwdriver CPU Utilization (%)","[Warbler, Booted] Screwdriver CPU Utilization (%)","[Ibis, Glossy] Screwdriver CPU Utilization (%)","[Auk, Little] Screwdriver CPU Utilization (%)","[Swift, Alpine] Screwdriver CPU Utilization (%)","[Roller] Screwdriver CPU Utilization (%)","[Grebe, Pied-billed] Screwdriver CPU Utilization (%)","[Fieldfare] Screwdriver CPU Utilization (%)","[Shrike, Long-tailed] Screwdriver CPU Utilization (%)","[Tern, Sandwich] Screwdriver CPU Utilization (%)","[Grey, Southern] Screwdriver CPU Utilization (%)","[Redpoll, Lesser] Screwdriver CPU Utilization (%)","[Harrier, Hen] Screwdriver CPU Utilization (%)","[Bunting, Black-headed] Screwdriver CPU Utilization (%)","[Jackdaw] Screwdriver CPU Utilization (%)","[Warbler, Moltoni's] Screwdriver CPU Utilization (%)","[Coot] Screwdriver CPU Utilization (%)","[Egret, Cattle] Screwdriver CPU Utilization (%)","[Gallinule, Allen's] Screwdriver CPU Utilization (%)","[Grey, Great] Screwdriver CPU Utilization (%)","[Gull, Ring-billed] Screwdriver CPU Utilization (%)","[Martin, Crag] Screwdriver CPU Utilization (%)","[Martin, Purple] Screwdriver CPU Utilization (%)","[Stint, Little] Screwdriver CPU Utilization (%)","[Partridge, Red-legged] Screwdriver CPU Utilization (%)","[Sparrow, Savannah] Screwdriver CPU Utilization (%)" -2016,7.5055,24.7215,2.9073,5.1957,2.9884,0.7708,0.9579,0.7344,2.9461,0.6826,0.9095,0.6211,0.9375,0.0066,0.4474,0.5386,0.4377,0.3760,0.6653,0.6623,0.5918,0.3548,0.1809,0.2676,0.1580,0.2247,0.1594,0.2012,0.2857,0.1324,0.2913,0.1498,0.1522,0.0828,0.0337,0.0646,0.0751,0.1583,0.0588,0.0677,0.0673,0.0532,0.1667,0.0318,0.0577,0.0296,0.0261,0.0211,0.0039,0.0166,0.0070,0.0183,0.0053,0.0031,0.0152,0.0038,0.0032,0.0032,0.0015,0.0028,0.0017,0.0039,0.0049,0.0017,0.0001,0.0001 -2017,0.0068,0,0.0319,0.0140,0.0045,0.0133,0,0.0036,0,0,0.0084,0.0007,0.0043,0.0272,0,0.0018,0,0.0028,0.0037,0,0.0011,0,0.0051,0.0002,0.0054,0.0005,0.0033,0,0.0016,0.0027,0.0012,0.0003,0,0,0.0025,0.0006,0.0000,0,0,0,0.0001,0,0,0.0000,0.0002,0.0001,0,0.0003,0.0012,0,0.0000,0.0001,0,0,0,0,0.0000,0.0000,0,0,0,0,0.0000,0,0,0.0000 +Year,"[Pipit, Meadow] Screwdriver CPU Utilization (%)","[Scaup, Lesser] Screwdriver CPU Utilization (%)","[Moorhen] Screwdriver CPU Utilization (%)","[Warbler, Garden] Screwdriver CPU Utilization (%)","[Honey-buzzard] Screwdriver CPU Utilization (%)","[Crane] Screwdriver CPU Utilization (%)","[Smew] Screwdriver CPU Utilization (%)","[Lapwing] Screwdriver CPU Utilization (%)","[Goose, Egyptian] Screwdriver CPU Utilization (%)","[Warbler, Dusky] Screwdriver CPU Utilization (%)","[Dove, Turtle] Screwdriver CPU Utilization (%)","[Sandpiper, Spotted] Screwdriver CPU Utilization (%)","[Bunting, Reed] Screwdriver CPU Utilization (%)","[Plover, Caspian] Screwdriver CPU Utilization (%)","[Grey, Lesser] Screwdriver CPU Utilization (%)","[Warbler, Sardinian] Screwdriver CPU Utilization (%)","[Siskin] Screwdriver CPU Utilization (%)","[Treecreeper, Short-toed] Screwdriver CPU Utilization (%)","[Chaffinch] Screwdriver CPU Utilization (%)","[Crane, Sandhill] Screwdriver CPU Utilization (%)","[Ovenbird] Screwdriver CPU Utilization (%)","[Scoter, Velvet] Screwdriver CPU Utilization (%)","[Sparrow, White-throated] Screwdriver CPU Utilization (%)","[Thrush, Mistle] Screwdriver CPU Utilization (%)","[Whimbrel] Screwdriver CPU Utilization (%)","[Peregrine] Screwdriver CPU Utilization (%)","[Duck, Ferruginous] Screwdriver CPU Utilization (%)","[Warbler, Hooded] Screwdriver CPU Utilization (%)","[Sapsucker, Yellow-bellied] Screwdriver CPU Utilization (%)","[Shearwater, Cory's] Screwdriver CPU Utilization (%)","[Oriole, Baltimore] Screwdriver CPU Utilization (%)","[Shag] Screwdriver CPU Utilization (%)","[Thrush, Swainson's] Screwdriver CPU Utilization (%)","[Plover, White-tailed] Screwdriver CPU Utilization (%)","[Dunlin] Screwdriver CPU Utilization (%)","[Warbler, Golden-winged] Screwdriver CPU Utilization (%)","[Warbler, Yellow-browed] Screwdriver CPU Utilization (%)","[Bunting, Yellow-breasted] Screwdriver CPU Utilization (%)","[Grosbeak, Evening] Screwdriver CPU Utilization (%)","[Bunting, Yellow-browed] Screwdriver CPU Utilization (%)","[Thrush, Grey-cheeked] Screwdriver CPU Utilization (%)","[Warbler, Booted] Screwdriver CPU Utilization (%)","[Ibis, Glossy] Screwdriver CPU Utilization (%)","[Auk, Little] Screwdriver CPU Utilization (%)","[Swift, Alpine] Screwdriver CPU Utilization (%)","[Roller] Screwdriver CPU Utilization (%)","[Grebe, Pied-billed] Screwdriver CPU Utilization (%)","[Fieldfare] Screwdriver CPU Utilization (%)","[Shrike, Long-tailed] Screwdriver CPU Utilization (%)","[Tern, Sandwich] Screwdriver CPU Utilization (%)","[Grey, Southern] Screwdriver CPU Utilization (%)","[Redpoll, Lesser] Screwdriver CPU Utilization (%)","[Harrier, Hen] Screwdriver CPU Utilization (%)","[Bunting, Black-headed] Screwdriver CPU Utilization (%)","[Jackdaw] Screwdriver CPU Utilization (%)","[Warbler, Moltoni's] Screwdriver CPU Utilization (%)","[Coot] Screwdriver CPU Utilization (%)","[Duck, Harlequin] Screwdriver CPU Utilization (%)","[Egret, Cattle] Screwdriver CPU Utilization (%)","[Gallinule, Allen's] Screwdriver CPU Utilization (%)","[Grey, Great] Screwdriver CPU Utilization (%)","[Gull, Ring-billed] Screwdriver CPU Utilization (%)","[Martin, Crag] Screwdriver CPU Utilization (%)","[Martin, Purple] Screwdriver CPU Utilization (%)","[Stint, Little] Screwdriver CPU Utilization (%)","[Partridge, Red-legged] Screwdriver CPU Utilization (%)","[Sparrow, Savannah] Screwdriver CPU Utilization (%)" +2016,7.5055,24.7215,2.9073,5.1957,2.9884,0.7708,0.9579,0.7344,2.9461,0.6826,0.9095,0.6211,0.9375,0.0066,0.4474,0.5386,0.4377,0.3760,0.6653,0.6623,0.5918,0.3548,0.1809,0.2676,0.1580,0.2247,0.1594,0.2012,0.2857,0.1324,0.2913,0.1498,0.1522,0.0828,0.0337,0.0646,0.0751,0.1583,0.0588,0.0677,0.0673,0.0532,0.1667,0.0318,0.0577,0.0296,0.0261,0.0211,0.0039,0.0166,0.0070,0.0183,0.0053,0.0031,0.0152,0.0038,0.0032,0.0015,0.0032,0.0015,0.0028,0.0017,0.0039,0.0049,0.0017,0.0001,0.0001 +2017,0.0068,0,0.0319,0.0140,0.0045,0.0133,0,0.0036,0,0,0.0084,0.0007,0.0043,0.0272,0,0.0018,0,0.0028,0.0037,0,0.0011,0,0.0051,0.0002,0.0054,0.0005,0.0033,0,0.0016,0.0027,0.0012,0.0003,0,0,0.0025,0.0006,0.0000,0,0,0,0.0001,0,0,0.0000,0.0002,0.0001,0,0.0003,0.0012,0,0.0000,0.0001,0,0,0,0,0.0000,0,0.0000,0,0,0,0,0.0000,0,0,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_person_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_person_count/aggregate-Day-reference.csv index 3b8da22250..01bba6a2a4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_person_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_person_count/aggregate-Day-reference.csv @@ -15,6 +15,7 @@ Jackdaw,3 Chaffinch,2 "Flycatcher, Taiga",2 Fulmar,2 +Moorhen,2 "Scaup, Lesser",2 "Shearwater, Balearic",2 "Warbler, Cetti's",2 @@ -35,7 +36,6 @@ Dunlin,1 "Harrier, Hen",1 "Kestrel, Lesser",1 "Martin, Sand",1 -Moorhen,1 Nuthatch,1 "Petrel, Fea's",1 "Shearwater, Great",1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_person_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_person_count/aggregate-Month-reference.csv index 3b8da22250..01bba6a2a4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_person_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_person_count/aggregate-Month-reference.csv @@ -15,6 +15,7 @@ Jackdaw,3 Chaffinch,2 "Flycatcher, Taiga",2 Fulmar,2 +Moorhen,2 "Scaup, Lesser",2 "Shearwater, Balearic",2 "Warbler, Cetti's",2 @@ -35,7 +36,6 @@ Dunlin,1 "Harrier, Hen",1 "Kestrel, Lesser",1 "Martin, Sand",1 -Moorhen,1 Nuthatch,1 "Petrel, Fea's",1 "Shearwater, Great",1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_person_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_person_count/aggregate-Quarter-reference.csv index 3b8da22250..01bba6a2a4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_person_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_person_count/aggregate-Quarter-reference.csv @@ -15,6 +15,7 @@ Jackdaw,3 Chaffinch,2 "Flycatcher, Taiga",2 Fulmar,2 +Moorhen,2 "Scaup, Lesser",2 "Shearwater, Balearic",2 "Warbler, Cetti's",2 @@ -35,7 +36,6 @@ Dunlin,1 "Harrier, Hen",1 "Kestrel, Lesser",1 "Martin, Sand",1 -Moorhen,1 Nuthatch,1 "Petrel, Fea's",1 "Shearwater, Great",1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_person_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_person_count/aggregate-Year-reference.csv index 3b8da22250..01bba6a2a4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_person_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_person_count/aggregate-Year-reference.csv @@ -15,6 +15,7 @@ Jackdaw,3 Chaffinch,2 "Flycatcher, Taiga",2 Fulmar,2 +Moorhen,2 "Scaup, Lesser",2 "Shearwater, Balearic",2 "Warbler, Cetti's",2 @@ -35,7 +36,6 @@ Dunlin,1 "Harrier, Hen",1 "Kestrel, Lesser",1 "Martin, Sand",1 -Moorhen,1 Nuthatch,1 "Petrel, Fea's",1 "Shearwater, Great",1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_person_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_person_count/timeseries-Day-reference.csv index f7f42c9d17..b1c3b5f1de 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_person_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_person_count/timeseries-Day-reference.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[Tern, Caspian] Number of Users: Active","[Fieldfare] Number of Users: Active","[Lark, Calandra] Number of Users: Active","[White, Great] Number of Users: Active","[Dowitcher, Short-billed] Number of Users: Active","[Jackdaw] Number of Users: Active","[Chaffinch] Number of Users: Active","[Flycatcher, Taiga] Number of Users: Active","[Fulmar] Number of Users: Active","[Scaup, Lesser] Number of Users: Active","[Shearwater, Balearic] Number of Users: Active","[Warbler, Cetti's] Number of Users: Active","[Warbler, Hooded] Number of Users: Active","[Accentor, Alpine] Number of Users: Active","[Bittern] Number of Users: Active","[Blackbird] Number of Users: Active","[Bluetail, Red-flanked] Number of Users: Active","[Bufflehead] Number of Users: Active","[Bunting, Ortolan] Number of Users: Active","[Chiffchaff, Iberian] Number of Users: Active","[Dotterel] Number of Users: Active","[Dunlin] Number of Users: Active","[Egret, Snowy] Number of Users: Active","[Goose, Red-breasted] Number of Users: Active","[Gull, Glaucous-winged] Number of Users: Active","[Gull, Yellow-legged] Number of Users: Active","[Harrier, Hen] Number of Users: Active","[Kestrel, Lesser] Number of Users: Active","[Martin, Sand] Number of Users: Active","[Moorhen] Number of Users: Active","[Nuthatch] Number of Users: Active","[Petrel, Fea's] Number of Users: Active","[Shearwater, Great] Number of Users: Active","[Shearwater, Macaronesian] Number of Users: Active","[Smew] Number of Users: Active","[Spotted, Great] Number of Users: Active","[Swift, Little] Number of Users: Active","[Thrush, Hermit] Number of Users: Active","[Warbler, Blackpoll] Number of Users: Active","[Warbler, Savi's] Number of Users: Active","[Yellowthroat, Common] Number of Users: Active" +Day,"[Tern, Caspian] Number of Users: Active","[Fieldfare] Number of Users: Active","[Lark, Calandra] Number of Users: Active","[White, Great] Number of Users: Active","[Dowitcher, Short-billed] Number of Users: Active","[Jackdaw] Number of Users: Active","[Chaffinch] Number of Users: Active","[Flycatcher, Taiga] Number of Users: Active","[Fulmar] Number of Users: Active","[Moorhen] Number of Users: Active","[Scaup, Lesser] Number of Users: Active","[Shearwater, Balearic] Number of Users: Active","[Warbler, Cetti's] Number of Users: Active","[Warbler, Hooded] Number of Users: Active","[Accentor, Alpine] Number of Users: Active","[Bittern] Number of Users: Active","[Blackbird] Number of Users: Active","[Bluetail, Red-flanked] Number of Users: Active","[Bufflehead] Number of Users: Active","[Bunting, Ortolan] Number of Users: Active","[Chiffchaff, Iberian] Number of Users: Active","[Dotterel] Number of Users: Active","[Dunlin] Number of Users: Active","[Egret, Snowy] Number of Users: Active","[Goose, Red-breasted] Number of Users: Active","[Gull, Glaucous-winged] Number of Users: Active","[Gull, Yellow-legged] Number of Users: Active","[Harrier, Hen] Number of Users: Active","[Kestrel, Lesser] Number of Users: Active","[Martin, Sand] Number of Users: Active","[Nuthatch] Number of Users: Active","[Petrel, Fea's] Number of Users: Active","[Shearwater, Great] Number of Users: Active","[Shearwater, Macaronesian] Number of Users: Active","[Smew] Number of Users: Active","[Spotted, Great] Number of Users: Active","[Swift, Little] Number of Users: Active","[Thrush, Hermit] Number of Users: Active","[Warbler, Blackpoll] Number of Users: Active","[Warbler, Savi's] Number of Users: Active","[Yellowthroat, Common] Number of Users: Active" 2016-12-22,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-23,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-24,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-25,1,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-26,1,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-27,3,1,2,1,0,0,2,1,1,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0 -2016-12-28,3,1,4,1,0,0,2,1,1,1,2,0,1,0,0,0,1,1,0,0,1,0,0,0,0,0,0,1,0,1,0,1,1,0,0,0,0,0,1,0,0 -2016-12-29,4,2,4,3,0,2,2,2,2,1,2,1,2,0,0,0,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,0,1,0,0,0,1,1,0 -2016-12-30,6,4,4,4,3,3,2,2,2,2,2,2,2,0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 -2016-12-31,5,4,4,4,3,3,2,2,1,2,1,1,2,1,1,0,1,1,1,1,0,1,1,1,0,0,1,1,1,1,1,1,0,1,1,1,1,1,0,1,0 -2017-01-01,2,3,4,3,3,2,2,2,1,1,0,0,1,1,1,0,1,1,1,1,0,1,1,1,0,1,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0 +2016-12-26,1,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-27,3,1,2,1,0,0,2,1,1,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0 +2016-12-28,3,1,4,1,0,0,2,1,1,1,1,2,0,1,0,0,0,1,1,0,0,1,0,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,1,0,0 +2016-12-29,4,2,4,3,0,2,2,2,2,1,1,2,1,2,0,0,0,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,0,1,0,0,0,1,1,0 +2016-12-30,6,4,4,4,3,3,2,2,2,2,2,2,2,2,0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +2016-12-31,5,4,4,4,3,3,2,2,1,1,2,1,1,2,1,1,0,1,1,1,1,0,1,1,1,0,0,1,1,1,1,1,0,1,1,1,1,1,0,1,0 +2017-01-01,2,3,4,3,3,2,2,2,1,1,1,0,0,1,1,1,0,1,1,1,1,0,1,1,1,0,1,0,1,1,0,0,0,0,0,0,1,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_person_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_person_count/timeseries-Month-reference.csv index 92714cc6ae..a6ae384346 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_person_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_person_count/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[Tern, Caspian] Number of Users: Active","[Fieldfare] Number of Users: Active","[Lark, Calandra] Number of Users: Active","[White, Great] Number of Users: Active","[Dowitcher, Short-billed] Number of Users: Active","[Jackdaw] Number of Users: Active","[Chaffinch] Number of Users: Active","[Flycatcher, Taiga] Number of Users: Active","[Fulmar] Number of Users: Active","[Scaup, Lesser] Number of Users: Active","[Shearwater, Balearic] Number of Users: Active","[Warbler, Cetti's] Number of Users: Active","[Warbler, Hooded] Number of Users: Active","[Accentor, Alpine] Number of Users: Active","[Bittern] Number of Users: Active","[Blackbird] Number of Users: Active","[Bluetail, Red-flanked] Number of Users: Active","[Bufflehead] Number of Users: Active","[Bunting, Ortolan] Number of Users: Active","[Chiffchaff, Iberian] Number of Users: Active","[Dotterel] Number of Users: Active","[Dunlin] Number of Users: Active","[Egret, Snowy] Number of Users: Active","[Goose, Red-breasted] Number of Users: Active","[Gull, Glaucous-winged] Number of Users: Active","[Gull, Yellow-legged] Number of Users: Active","[Harrier, Hen] Number of Users: Active","[Kestrel, Lesser] Number of Users: Active","[Martin, Sand] Number of Users: Active","[Moorhen] Number of Users: Active","[Nuthatch] Number of Users: Active","[Petrel, Fea's] Number of Users: Active","[Shearwater, Great] Number of Users: Active","[Shearwater, Macaronesian] Number of Users: Active","[Smew] Number of Users: Active","[Spotted, Great] Number of Users: Active","[Swift, Little] Number of Users: Active","[Thrush, Hermit] Number of Users: Active","[Warbler, Blackpoll] Number of Users: Active","[Warbler, Savi's] Number of Users: Active","[Yellowthroat, Common] Number of Users: Active" -2016-12,6,4,4,4,3,3,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 -2017-01,2,3,4,3,3,2,2,2,1,1,0,0,1,1,1,0,1,1,1,1,0,1,1,1,0,1,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0 +Month,"[Tern, Caspian] Number of Users: Active","[Fieldfare] Number of Users: Active","[Lark, Calandra] Number of Users: Active","[White, Great] Number of Users: Active","[Dowitcher, Short-billed] Number of Users: Active","[Jackdaw] Number of Users: Active","[Chaffinch] Number of Users: Active","[Flycatcher, Taiga] Number of Users: Active","[Fulmar] Number of Users: Active","[Moorhen] Number of Users: Active","[Scaup, Lesser] Number of Users: Active","[Shearwater, Balearic] Number of Users: Active","[Warbler, Cetti's] Number of Users: Active","[Warbler, Hooded] Number of Users: Active","[Accentor, Alpine] Number of Users: Active","[Bittern] Number of Users: Active","[Blackbird] Number of Users: Active","[Bluetail, Red-flanked] Number of Users: Active","[Bufflehead] Number of Users: Active","[Bunting, Ortolan] Number of Users: Active","[Chiffchaff, Iberian] Number of Users: Active","[Dotterel] Number of Users: Active","[Dunlin] Number of Users: Active","[Egret, Snowy] Number of Users: Active","[Goose, Red-breasted] Number of Users: Active","[Gull, Glaucous-winged] Number of Users: Active","[Gull, Yellow-legged] Number of Users: Active","[Harrier, Hen] Number of Users: Active","[Kestrel, Lesser] Number of Users: Active","[Martin, Sand] Number of Users: Active","[Nuthatch] Number of Users: Active","[Petrel, Fea's] Number of Users: Active","[Shearwater, Great] Number of Users: Active","[Shearwater, Macaronesian] Number of Users: Active","[Smew] Number of Users: Active","[Spotted, Great] Number of Users: Active","[Swift, Little] Number of Users: Active","[Thrush, Hermit] Number of Users: Active","[Warbler, Blackpoll] Number of Users: Active","[Warbler, Savi's] Number of Users: Active","[Yellowthroat, Common] Number of Users: Active" +2016-12,6,4,4,4,3,3,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +2017-01,2,3,4,3,3,2,2,2,1,1,1,0,0,1,1,1,0,1,1,1,1,0,1,1,1,0,1,0,1,1,0,0,0,0,0,0,1,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_person_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_person_count/timeseries-Quarter-reference.csv index 67bb6dff7b..954933e7b3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_person_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_person_count/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[Tern, Caspian] Number of Users: Active","[Fieldfare] Number of Users: Active","[Lark, Calandra] Number of Users: Active","[White, Great] Number of Users: Active","[Dowitcher, Short-billed] Number of Users: Active","[Jackdaw] Number of Users: Active","[Chaffinch] Number of Users: Active","[Flycatcher, Taiga] Number of Users: Active","[Fulmar] Number of Users: Active","[Scaup, Lesser] Number of Users: Active","[Shearwater, Balearic] Number of Users: Active","[Warbler, Cetti's] Number of Users: Active","[Warbler, Hooded] Number of Users: Active","[Accentor, Alpine] Number of Users: Active","[Bittern] Number of Users: Active","[Blackbird] Number of Users: Active","[Bluetail, Red-flanked] Number of Users: Active","[Bufflehead] Number of Users: Active","[Bunting, Ortolan] Number of Users: Active","[Chiffchaff, Iberian] Number of Users: Active","[Dotterel] Number of Users: Active","[Dunlin] Number of Users: Active","[Egret, Snowy] Number of Users: Active","[Goose, Red-breasted] Number of Users: Active","[Gull, Glaucous-winged] Number of Users: Active","[Gull, Yellow-legged] Number of Users: Active","[Harrier, Hen] Number of Users: Active","[Kestrel, Lesser] Number of Users: Active","[Martin, Sand] Number of Users: Active","[Moorhen] Number of Users: Active","[Nuthatch] Number of Users: Active","[Petrel, Fea's] Number of Users: Active","[Shearwater, Great] Number of Users: Active","[Shearwater, Macaronesian] Number of Users: Active","[Smew] Number of Users: Active","[Spotted, Great] Number of Users: Active","[Swift, Little] Number of Users: Active","[Thrush, Hermit] Number of Users: Active","[Warbler, Blackpoll] Number of Users: Active","[Warbler, Savi's] Number of Users: Active","[Yellowthroat, Common] Number of Users: Active" -"2016 Q4",6,4,4,4,3,3,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 -"2017 Q1",2,3,4,3,3,2,2,2,1,1,0,0,1,1,1,0,1,1,1,1,0,1,1,1,0,1,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0 +Quarter,"[Tern, Caspian] Number of Users: Active","[Fieldfare] Number of Users: Active","[Lark, Calandra] Number of Users: Active","[White, Great] Number of Users: Active","[Dowitcher, Short-billed] Number of Users: Active","[Jackdaw] Number of Users: Active","[Chaffinch] Number of Users: Active","[Flycatcher, Taiga] Number of Users: Active","[Fulmar] Number of Users: Active","[Moorhen] Number of Users: Active","[Scaup, Lesser] Number of Users: Active","[Shearwater, Balearic] Number of Users: Active","[Warbler, Cetti's] Number of Users: Active","[Warbler, Hooded] Number of Users: Active","[Accentor, Alpine] Number of Users: Active","[Bittern] Number of Users: Active","[Blackbird] Number of Users: Active","[Bluetail, Red-flanked] Number of Users: Active","[Bufflehead] Number of Users: Active","[Bunting, Ortolan] Number of Users: Active","[Chiffchaff, Iberian] Number of Users: Active","[Dotterel] Number of Users: Active","[Dunlin] Number of Users: Active","[Egret, Snowy] Number of Users: Active","[Goose, Red-breasted] Number of Users: Active","[Gull, Glaucous-winged] Number of Users: Active","[Gull, Yellow-legged] Number of Users: Active","[Harrier, Hen] Number of Users: Active","[Kestrel, Lesser] Number of Users: Active","[Martin, Sand] Number of Users: Active","[Nuthatch] Number of Users: Active","[Petrel, Fea's] Number of Users: Active","[Shearwater, Great] Number of Users: Active","[Shearwater, Macaronesian] Number of Users: Active","[Smew] Number of Users: Active","[Spotted, Great] Number of Users: Active","[Swift, Little] Number of Users: Active","[Thrush, Hermit] Number of Users: Active","[Warbler, Blackpoll] Number of Users: Active","[Warbler, Savi's] Number of Users: Active","[Yellowthroat, Common] Number of Users: Active" +"2016 Q4",6,4,4,4,3,3,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +"2017 Q1",2,3,4,3,3,2,2,2,1,1,1,0,0,1,1,1,0,1,1,1,1,0,1,1,1,0,1,0,1,1,0,0,0,0,0,0,1,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_person_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_person_count/timeseries-Year-reference.csv index c9cccea98e..8397a38349 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_person_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_person_count/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[Tern, Caspian] Number of Users: Active","[Fieldfare] Number of Users: Active","[Lark, Calandra] Number of Users: Active","[White, Great] Number of Users: Active","[Dowitcher, Short-billed] Number of Users: Active","[Jackdaw] Number of Users: Active","[Chaffinch] Number of Users: Active","[Flycatcher, Taiga] Number of Users: Active","[Fulmar] Number of Users: Active","[Scaup, Lesser] Number of Users: Active","[Shearwater, Balearic] Number of Users: Active","[Warbler, Cetti's] Number of Users: Active","[Warbler, Hooded] Number of Users: Active","[Accentor, Alpine] Number of Users: Active","[Bittern] Number of Users: Active","[Blackbird] Number of Users: Active","[Bluetail, Red-flanked] Number of Users: Active","[Bufflehead] Number of Users: Active","[Bunting, Ortolan] Number of Users: Active","[Chiffchaff, Iberian] Number of Users: Active","[Dotterel] Number of Users: Active","[Dunlin] Number of Users: Active","[Egret, Snowy] Number of Users: Active","[Goose, Red-breasted] Number of Users: Active","[Gull, Glaucous-winged] Number of Users: Active","[Gull, Yellow-legged] Number of Users: Active","[Harrier, Hen] Number of Users: Active","[Kestrel, Lesser] Number of Users: Active","[Martin, Sand] Number of Users: Active","[Moorhen] Number of Users: Active","[Nuthatch] Number of Users: Active","[Petrel, Fea's] Number of Users: Active","[Shearwater, Great] Number of Users: Active","[Shearwater, Macaronesian] Number of Users: Active","[Smew] Number of Users: Active","[Spotted, Great] Number of Users: Active","[Swift, Little] Number of Users: Active","[Thrush, Hermit] Number of Users: Active","[Warbler, Blackpoll] Number of Users: Active","[Warbler, Savi's] Number of Users: Active","[Yellowthroat, Common] Number of Users: Active" -2016,6,4,4,4,3,3,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 -2017,2,3,4,3,3,2,2,2,1,1,0,0,1,1,1,0,1,1,1,1,0,1,1,1,0,1,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0 +Year,"[Tern, Caspian] Number of Users: Active","[Fieldfare] Number of Users: Active","[Lark, Calandra] Number of Users: Active","[White, Great] Number of Users: Active","[Dowitcher, Short-billed] Number of Users: Active","[Jackdaw] Number of Users: Active","[Chaffinch] Number of Users: Active","[Flycatcher, Taiga] Number of Users: Active","[Fulmar] Number of Users: Active","[Moorhen] Number of Users: Active","[Scaup, Lesser] Number of Users: Active","[Shearwater, Balearic] Number of Users: Active","[Warbler, Cetti's] Number of Users: Active","[Warbler, Hooded] Number of Users: Active","[Accentor, Alpine] Number of Users: Active","[Bittern] Number of Users: Active","[Blackbird] Number of Users: Active","[Bluetail, Red-flanked] Number of Users: Active","[Bufflehead] Number of Users: Active","[Bunting, Ortolan] Number of Users: Active","[Chiffchaff, Iberian] Number of Users: Active","[Dotterel] Number of Users: Active","[Dunlin] Number of Users: Active","[Egret, Snowy] Number of Users: Active","[Goose, Red-breasted] Number of Users: Active","[Gull, Glaucous-winged] Number of Users: Active","[Gull, Yellow-legged] Number of Users: Active","[Harrier, Hen] Number of Users: Active","[Kestrel, Lesser] Number of Users: Active","[Martin, Sand] Number of Users: Active","[Nuthatch] Number of Users: Active","[Petrel, Fea's] Number of Users: Active","[Shearwater, Great] Number of Users: Active","[Shearwater, Macaronesian] Number of Users: Active","[Smew] Number of Users: Active","[Spotted, Great] Number of Users: Active","[Swift, Little] Number of Users: Active","[Thrush, Hermit] Number of Users: Active","[Warbler, Blackpoll] Number of Users: Active","[Warbler, Savi's] Number of Users: Active","[Yellowthroat, Common] Number of Users: Active" +2016,6,4,4,4,3,3,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +2017,2,3,4,3,3,2,2,2,1,1,1,0,0,1,1,1,0,1,1,1,1,0,1,1,1,0,1,0,1,1,0,0,0,0,0,0,1,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_cpu_hours/aggregate-Day-reference.csv index f9704fd048..bda5037802 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_cpu_hours/aggregate-Day-reference.csv @@ -31,7 +31,7 @@ Fulmar,120.93180941,7.498289082723488 "Martin, Sand",62.26494444,16.730860685172974 Bufflehead,49.85089556, "Gull, Glaucous-winged",28.14000000,0 -Moorhen,25.48654262, +Moorhen,25.48755154, "Egret, Snowy",25.28805115,0.5677021199320009 "Goose, Red-breasted",20.97018519,8.396540327209507 "Chiffchaff, Iberian",20.18978548,2.707858002197733 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_cpu_hours/aggregate-Month-reference.csv index c016061023..9a39021688 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_cpu_hours/aggregate-Month-reference.csv @@ -31,7 +31,7 @@ Fulmar,120.93180941,23.278643251385912 "Martin, Sand",62.26494444,18.726467654568296 Bufflehead,49.85089556,1.1100595034642202 "Gull, Glaucous-winged",28.14000000,0 -Moorhen,25.48654262,0.09521527865289223 +Moorhen,25.48755154,0.09518442032418088 "Egret, Snowy",25.28805115,0.5677021199320009 "Goose, Red-breasted",20.97018519,8.396540327209507 "Chiffchaff, Iberian",20.18978548,2.814335511780527 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_cpu_hours/aggregate-Quarter-reference.csv index c016061023..9a39021688 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_cpu_hours/aggregate-Quarter-reference.csv @@ -31,7 +31,7 @@ Fulmar,120.93180941,23.278643251385912 "Martin, Sand",62.26494444,18.726467654568296 Bufflehead,49.85089556,1.1100595034642202 "Gull, Glaucous-winged",28.14000000,0 -Moorhen,25.48654262,0.09521527865289223 +Moorhen,25.48755154,0.09518442032418088 "Egret, Snowy",25.28805115,0.5677021199320009 "Goose, Red-breasted",20.97018519,8.396540327209507 "Chiffchaff, Iberian",20.18978548,2.814335511780527 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_cpu_hours/aggregate-Year-reference.csv index c016061023..9a39021688 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_cpu_hours/aggregate-Year-reference.csv @@ -31,7 +31,7 @@ Fulmar,120.93180941,23.278643251385912 "Martin, Sand",62.26494444,18.726467654568296 Bufflehead,49.85089556,1.1100595034642202 "Gull, Glaucous-winged",28.14000000,0 -Moorhen,25.48654262,0.09521527865289223 +Moorhen,25.48755154,0.09518442032418088 "Egret, Snowy",25.28805115,0.5677021199320009 "Goose, Red-breasted",20.97018519,8.396540327209507 "Chiffchaff, Iberian",20.18978548,2.814335511780527 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_cpu_hours/timeseries-Day-reference.csv index 2be4ccf74c..ad60b2f3c1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_cpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Scaup, Lesser] CPU Hours: Per Job","[Thrush, Hermit] CPU Hours: Per Job"," 2016-12-27,0,0,1246.47111111,0,0,0,1487.82000000,0,0,0,384.00000000,0,0,0,265.59111111,1432.93629630,0,0,0,111.72266667,4.72138889,238.86666667,0,0,0,0,0,0,0,79.45703704,163.84000000,0,0,0,0,3.21666667,0,0,0,0,0 2016-12-28,3274.16345679,0,1462.12800000,0,0,0,1170.67333333,0,94.01111111,0,144.42111111,0,60.47666667,37.38407407,912.00000000,548.99703704,70.31866667,0,0,141.10666667,24.00000000,288.00000000,0,13.35268330,0,5.01598392,0,0,0,324.00000000,497.74155556,0,0,0,0,24.00000000,0,0,0,0,0 2016-12-29,4394.66666667,0,2154.62270531,831.60857143,410.97777778,611.49333333,1116.60000000,758.98888889,480.00000000,1038.22222222,382.20422222,0,288.00000000,288.00000000,912.00000000,481.66328889,84.37166667,46.91737374,0,35.54762993,24.00000000,288.00000000,52.00416667,16.60273286,0,13.10756221,0,0,7.24000000,107.02983796,291.44944444,0,0,0,2.01966667,7.00547635,0,0,0,0,107.90888889 -2016-12-30,3044.46700855,2468.14222222,1678.34215278,1568.46000000,1151.41444444,765.75000000,691.69761905,480.00444444,386.12222222,402.80000000,302.76555556,0,181.16111111,174.64030303,912.00000000,82.82847222,109.61282407,107.24694444,21.99861111,31.01048203,19.28555556,13.26442593,68.03194444,21.71949405,28.14000000,13.31263065,0,16.32947222,142.16250000,7.46168131,4.35337278,4.25015531,5.80186420,3.48631944,4.10559722,3.23608859,1.60992063,1.04000000,0.97252976,1.58977533,0.62469624 +2016-12-30,3044.46700855,2468.14222222,1678.34215278,1568.46000000,1151.41444444,765.75000000,691.69761905,480.00444444,386.12222222,402.80000000,302.76555556,0,181.16111111,174.64030303,912.00000000,82.82847222,109.61282407,107.24694444,21.99861111,31.01048203,19.28555556,13.26442593,68.03194444,21.71949405,28.14000000,13.32169383,0,16.32947222,142.16250000,7.46168131,4.35337278,4.25015531,5.80186420,3.48631944,4.10559722,3.23608859,1.60992063,1.04000000,0.97252976,1.58977533,0.62469624 2016-12-31,816.89504274,5701.54666667,927.25854167,1590.52000000,821.47333333,977.07428571,472.85472222,294.97777778,0,0,245.43360532,385.99851852,0,288.00000000,304.60111111,30.92378849,94.17464646,171.46924897,251.46666667,119.81037037,0,1.92791667,70.16857143,10.83064379,0,12.53390738,2.35937500,35.16320513,14.57163265,94.71781481,5.37641403,5.54019436,12.54733333,7.65398148,8.63138889,3.90284912,0,0,0.97299603,1.07971065,0.01479010 2017-01-01,7.11888889,0,144.94972222,0,0,667.68761905,353.78037037,0,0,3.46666667,104.22217494,198.70320988,0,60.55000000,62.83434156,0,68.79111111,59.98977778,21.40555556,141.00285714,0,0,5.71666667,13.34534574,0,11.50582962,25.37236259,8.24440000,35.25833333,185.80611111,16.76606412,0,6.26263789,0,0,0.60766446,0,0,0.96969246,0.02809588,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_cpu_hours/timeseries-Month-reference.csv index faf832d7d2..e3a9c633ea 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_cpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Scaup, Lesser] CPU Hours: Per Job","[Thrush, Hermit] CPU Hours: Per Job","[Fieldfare] CPU Hours: Per Job","[Smew] CPU Hours: Per Job","[Nuthatch] CPU Hours: Per Job","[Bunting, Ortolan] CPU Hours: Per Job","[White, Great] CPU Hours: Per Job","[Warbler, Savi's] CPU Hours: Per Job","[Dotterel] CPU Hours: Per Job","[Gull, Yellow-legged] CPU Hours: Per Job","[Bluetail, Red-flanked] CPU Hours: Per Job","[Accentor, Alpine] CPU Hours: Per Job","[Warbler, Blackpoll] CPU Hours: Per Job","[Kestrel, Lesser] CPU Hours: Per Job","[Chaffinch] CPU Hours: Per Job","[Shearwater, Balearic] CPU Hours: Per Job","[Warbler, Hooded] CPU Hours: Per Job","[Jackdaw] CPU Hours: Per Job","[Swift, Little] CPU Hours: Per Job","[Fulmar] CPU Hours: Per Job","[Shearwater, Great] CPU Hours: Per Job","[Petrel, Fea's] CPU Hours: Per Job","[Martin, Sand] CPU Hours: Per Job","[Bufflehead] CPU Hours: Per Job","[Gull, Glaucous-winged] CPU Hours: Per Job","[Moorhen] CPU Hours: Per Job","[Egret, Snowy] CPU Hours: Per Job","[Goose, Red-breasted] CPU Hours: Per Job","[Chiffchaff, Iberian] CPU Hours: Per Job","[Tern, Caspian] CPU Hours: Per Job","[Lark, Calandra] CPU Hours: Per Job","[Shearwater, Macaronesian] CPU Hours: Per Job","[Dunlin] CPU Hours: Per Job","[Spotted, Great] CPU Hours: Per Job","[Harrier, Hen] CPU Hours: Per Job","[Flycatcher, Taiga] CPU Hours: Per Job","[Blackbird] CPU Hours: Per Job","[Yellowthroat, Common] CPU Hours: Per Job","[Dowitcher, Short-billed] CPU Hours: Per Job","[Bittern] CPU Hours: Per Job","[Warbler, Cetti's] CPU Hours: Per Job" -2016-12,7012.77516340,4368.65777778,4514.85752604,2627.28571429,1767.64000000,1233.33333333,1254.11377778,1006.98777778,960.13333333,1441.02222222,564.66565514,385.99851852,529.63777778,467.04545455,1530.62425926,229.08605023,220.83068966,183.58806397,189.64305556,107.22319830,72.00694444,68.10298148,76.40201389,48.78758939,28.14000000,23.01874399,2.35937500,26.97462560,19.84069307,17.62892461,9.52178441,8.59051583,6.47641111,5.98691667,5.04208333,3.66207287,1.60992063,1.04000000,0.97276290,1.45671498,0.44956007 +2016-12,7012.77516340,4368.65777778,4514.85752604,2627.28571429,1767.64000000,1233.33333333,1254.11377778,1006.98777778,960.13333333,1441.02222222,564.66565514,385.99851852,529.63777778,467.04545455,1530.62425926,229.08605023,220.83068966,183.58806397,189.64305556,107.22319830,72.00694444,68.10298148,76.40201389,48.78758939,28.14000000,23.02085497,2.35937500,26.97462560,19.84069307,17.62892461,9.52178441,8.59051583,6.47641111,5.98691667,5.04208333,3.66207287,1.60992063,1.04000000,0.97276290,1.45671498,0.44956007 2017-01,7.11888889,0,144.94972222,0,0,667.68761905,353.78037037,0,0,3.46666667,104.22217494,198.70320988,0,60.55000000,62.83434156,0,68.79111111,59.98977778,21.40555556,141.00285714,0,0,5.71666667,13.34534574,0,11.50582962,25.37236259,8.24440000,35.25833333,185.80611111,16.76606412,0,6.26263789,0,0,0.60766446,0,0,0.96969246,0.02809588,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_cpu_hours/timeseries-Quarter-reference.csv index 38748cc48e..be81e24455 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_cpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Scaup, Lesser] CPU Hours: Per Job","[Thrush, Hermit] CPU Hours: Per Job","[Fieldfare] CPU Hours: Per Job","[Smew] CPU Hours: Per Job","[Nuthatch] CPU Hours: Per Job","[Bunting, Ortolan] CPU Hours: Per Job","[White, Great] CPU Hours: Per Job","[Warbler, Savi's] CPU Hours: Per Job","[Dotterel] CPU Hours: Per Job","[Gull, Yellow-legged] CPU Hours: Per Job","[Bluetail, Red-flanked] CPU Hours: Per Job","[Accentor, Alpine] CPU Hours: Per Job","[Warbler, Blackpoll] CPU Hours: Per Job","[Kestrel, Lesser] CPU Hours: Per Job","[Chaffinch] CPU Hours: Per Job","[Shearwater, Balearic] CPU Hours: Per Job","[Warbler, Hooded] CPU Hours: Per Job","[Jackdaw] CPU Hours: Per Job","[Swift, Little] CPU Hours: Per Job","[Fulmar] CPU Hours: Per Job","[Shearwater, Great] CPU Hours: Per Job","[Petrel, Fea's] CPU Hours: Per Job","[Martin, Sand] CPU Hours: Per Job","[Bufflehead] CPU Hours: Per Job","[Gull, Glaucous-winged] CPU Hours: Per Job","[Moorhen] CPU Hours: Per Job","[Egret, Snowy] CPU Hours: Per Job","[Goose, Red-breasted] CPU Hours: Per Job","[Chiffchaff, Iberian] CPU Hours: Per Job","[Tern, Caspian] CPU Hours: Per Job","[Lark, Calandra] CPU Hours: Per Job","[Shearwater, Macaronesian] CPU Hours: Per Job","[Dunlin] CPU Hours: Per Job","[Spotted, Great] CPU Hours: Per Job","[Harrier, Hen] CPU Hours: Per Job","[Flycatcher, Taiga] CPU Hours: Per Job","[Blackbird] CPU Hours: Per Job","[Yellowthroat, Common] CPU Hours: Per Job","[Dowitcher, Short-billed] CPU Hours: Per Job","[Bittern] CPU Hours: Per Job","[Warbler, Cetti's] CPU Hours: Per Job" -"2016 Q4",7012.77516340,4368.65777778,4514.85752604,2627.28571429,1767.64000000,1233.33333333,1254.11377778,1006.98777778,960.13333333,1441.02222222,564.66565514,385.99851852,529.63777778,467.04545455,1530.62425926,229.08605023,220.83068966,183.58806397,189.64305556,107.22319830,72.00694444,68.10298148,76.40201389,48.78758939,28.14000000,23.01874399,2.35937500,26.97462560,19.84069307,17.62892461,9.52178441,8.59051583,6.47641111,5.98691667,5.04208333,3.66207287,1.60992063,1.04000000,0.97276290,1.45671498,0.44956007 +"2016 Q4",7012.77516340,4368.65777778,4514.85752604,2627.28571429,1767.64000000,1233.33333333,1254.11377778,1006.98777778,960.13333333,1441.02222222,564.66565514,385.99851852,529.63777778,467.04545455,1530.62425926,229.08605023,220.83068966,183.58806397,189.64305556,107.22319830,72.00694444,68.10298148,76.40201389,48.78758939,28.14000000,23.02085497,2.35937500,26.97462560,19.84069307,17.62892461,9.52178441,8.59051583,6.47641111,5.98691667,5.04208333,3.66207287,1.60992063,1.04000000,0.97276290,1.45671498,0.44956007 "2017 Q1",7.11888889,0,144.94972222,0,0,667.68761905,353.78037037,0,0,3.46666667,104.22217494,198.70320988,0,60.55000000,62.83434156,0,68.79111111,59.98977778,21.40555556,141.00285714,0,0,5.71666667,13.34534574,0,11.50582962,25.37236259,8.24440000,35.25833333,185.80611111,16.76606412,0,6.26263789,0,0,0.60766446,0,0,0.96969246,0.02809588,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_cpu_hours/timeseries-Year-reference.csv index 31e4e04cbe..6c55a2d6cd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_cpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Scaup, Lesser] CPU Hours: Per Job","[Thrush, Hermit] CPU Hours: Per Job","[Fieldfare] CPU Hours: Per Job","[Smew] CPU Hours: Per Job","[Nuthatch] CPU Hours: Per Job","[Bunting, Ortolan] CPU Hours: Per Job","[White, Great] CPU Hours: Per Job","[Warbler, Savi's] CPU Hours: Per Job","[Dotterel] CPU Hours: Per Job","[Gull, Yellow-legged] CPU Hours: Per Job","[Bluetail, Red-flanked] CPU Hours: Per Job","[Accentor, Alpine] CPU Hours: Per Job","[Warbler, Blackpoll] CPU Hours: Per Job","[Kestrel, Lesser] CPU Hours: Per Job","[Chaffinch] CPU Hours: Per Job","[Shearwater, Balearic] CPU Hours: Per Job","[Warbler, Hooded] CPU Hours: Per Job","[Jackdaw] CPU Hours: Per Job","[Swift, Little] CPU Hours: Per Job","[Fulmar] CPU Hours: Per Job","[Shearwater, Great] CPU Hours: Per Job","[Petrel, Fea's] CPU Hours: Per Job","[Martin, Sand] CPU Hours: Per Job","[Bufflehead] CPU Hours: Per Job","[Gull, Glaucous-winged] CPU Hours: Per Job","[Moorhen] CPU Hours: Per Job","[Egret, Snowy] CPU Hours: Per Job","[Goose, Red-breasted] CPU Hours: Per Job","[Chiffchaff, Iberian] CPU Hours: Per Job","[Tern, Caspian] CPU Hours: Per Job","[Lark, Calandra] CPU Hours: Per Job","[Shearwater, Macaronesian] CPU Hours: Per Job","[Dunlin] CPU Hours: Per Job","[Spotted, Great] CPU Hours: Per Job","[Harrier, Hen] CPU Hours: Per Job","[Flycatcher, Taiga] CPU Hours: Per Job","[Blackbird] CPU Hours: Per Job","[Yellowthroat, Common] CPU Hours: Per Job","[Dowitcher, Short-billed] CPU Hours: Per Job","[Bittern] CPU Hours: Per Job","[Warbler, Cetti's] CPU Hours: Per Job" -2016,7012.77516340,4368.65777778,4514.85752604,2627.28571429,1767.64000000,1233.33333333,1254.11377778,1006.98777778,960.13333333,1441.02222222,564.66565514,385.99851852,529.63777778,467.04545455,1530.62425926,229.08605023,220.83068966,183.58806397,189.64305556,107.22319830,72.00694444,68.10298148,76.40201389,48.78758939,28.14000000,23.01874399,2.35937500,26.97462560,19.84069307,17.62892461,9.52178441,8.59051583,6.47641111,5.98691667,5.04208333,3.66207287,1.60992063,1.04000000,0.97276290,1.45671498,0.44956007 +2016,7012.77516340,4368.65777778,4514.85752604,2627.28571429,1767.64000000,1233.33333333,1254.11377778,1006.98777778,960.13333333,1441.02222222,564.66565514,385.99851852,529.63777778,467.04545455,1530.62425926,229.08605023,220.83068966,183.58806397,189.64305556,107.22319830,72.00694444,68.10298148,76.40201389,48.78758939,28.14000000,23.02085497,2.35937500,26.97462560,19.84069307,17.62892461,9.52178441,8.59051583,6.47641111,5.98691667,5.04208333,3.66207287,1.60992063,1.04000000,0.97276290,1.45671498,0.44956007 2017,7.11888889,0,144.94972222,0,0,667.68761905,353.78037037,0,0,3.46666667,104.22217494,198.70320988,0,60.55000000,62.83434156,0,68.79111111,59.98977778,21.40555556,141.00285714,0,0,5.71666667,13.34534574,0,11.50582962,25.37236259,8.24440000,35.25833333,185.80611111,16.76606412,0,6.26263789,0,0,0.60766446,0,0,0.96969246,0.02809588,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv index 2831b2f07c..ee41cad89e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv @@ -39,11 +39,11 @@ Jackdaw,11.8252 "Warbler, Hooded",8.3168 Fulmar,7.5996 "Chiffchaff, Iberian",4.5532 +Moorhen,1.0449 Bittern,1.0000 Bufflehead,1.0000 "Dowitcher, Short-billed",1.0000 "Harrier, Hen",1.0000 -Moorhen,1.0000 "Shearwater, Great",1.0000 "Shearwater, Macaronesian",1.0000 "Spotted, Great",1.0000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv index 2831b2f07c..ee41cad89e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv @@ -39,11 +39,11 @@ Jackdaw,11.8252 "Warbler, Hooded",8.3168 Fulmar,7.5996 "Chiffchaff, Iberian",4.5532 +Moorhen,1.0449 Bittern,1.0000 Bufflehead,1.0000 "Dowitcher, Short-billed",1.0000 "Harrier, Hen",1.0000 -Moorhen,1.0000 "Shearwater, Great",1.0000 "Shearwater, Macaronesian",1.0000 "Spotted, Great",1.0000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv index 2831b2f07c..ee41cad89e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv @@ -39,11 +39,11 @@ Jackdaw,11.8252 "Warbler, Hooded",8.3168 Fulmar,7.5996 "Chiffchaff, Iberian",4.5532 +Moorhen,1.0449 Bittern,1.0000 Bufflehead,1.0000 "Dowitcher, Short-billed",1.0000 "Harrier, Hen",1.0000 -Moorhen,1.0000 "Shearwater, Great",1.0000 "Shearwater, Macaronesian",1.0000 "Spotted, Great",1.0000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv index 2831b2f07c..ee41cad89e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv @@ -39,11 +39,11 @@ Jackdaw,11.8252 "Warbler, Hooded",8.3168 Fulmar,7.5996 "Chiffchaff, Iberian",4.5532 +Moorhen,1.0449 Bittern,1.0000 Bufflehead,1.0000 "Dowitcher, Short-billed",1.0000 "Harrier, Hen",1.0000 -Moorhen,1.0000 "Shearwater, Great",1.0000 "Shearwater, Macaronesian",1.0000 "Spotted, Great",1.0000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv index 71d523e4bb..ba1974c434 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[Thrush, Hermit] Job Size: Weighted By CPU Hours (Core Count)","[Scaup, Lesser] Job Size: Weighted By CPU Hours (Core Count)","[Gull, Yellow-legged] Job Size: Weighted By CPU Hours (Core Count)","[Nuthatch] Job Size: Weighted By CPU Hours (Core Count)","[Gull, Glaucous-winged] Job Size: Weighted By CPU Hours (Core Count)","[Bunting, Ortolan] Job Size: Weighted By CPU Hours (Core Count)","[Fieldfare] Job Size: Weighted By CPU Hours (Core Count)","[Smew] Job Size: Weighted By CPU Hours (Core Count)","[Shearwater, Balearic] Job Size: Weighted By CPU Hours (Core Count)","[White, Great] Job Size: Weighted By CPU Hours (Core Count)","[Dunlin] Job Size: Weighted By CPU Hours (Core Count)","[Swift, Little] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Cetti's] Job Size: Weighted By CPU Hours (Core Count)","[Chaffinch] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Savi's] Job Size: Weighted By CPU Hours (Core Count)","[Goose, Red-breasted] Job Size: Weighted By CPU Hours (Core Count)","[Lark, Calandra] Job Size: Weighted By CPU Hours (Core Count)","[Tern, Caspian] Job Size: Weighted By CPU Hours (Core Count)","[Accentor, Alpine] Job Size: Weighted By CPU Hours (Core Count)","[Blackbird] Job Size: Weighted By CPU Hours (Core Count)","[Dotterel] Job Size: Weighted By CPU Hours (Core Count)","[Yellowthroat, Common] Job Size: Weighted By CPU Hours (Core Count)","[Bluetail, Red-flanked] Job Size: Weighted By CPU Hours (Core Count)","[Egret, Snowy] Job Size: Weighted By CPU Hours (Core Count)","[Kestrel, Lesser] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Blackpoll] Job Size: Weighted By CPU Hours (Core Count)","[Jackdaw] Job Size: Weighted By CPU Hours (Core Count)","[Flycatcher, Taiga] Job Size: Weighted By CPU Hours (Core Count)","[Petrel, Fea's] Job Size: Weighted By CPU Hours (Core Count)","[Martin, Sand] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Hooded] Job Size: Weighted By CPU Hours (Core Count)","[Fulmar] Job Size: Weighted By CPU Hours (Core Count)","[Chiffchaff, Iberian] Job Size: Weighted By CPU Hours (Core Count)","[Bittern] Job Size: Weighted By CPU Hours (Core Count)","[Bufflehead] Job Size: Weighted By CPU Hours (Core Count)","[Dowitcher, Short-billed] Job Size: Weighted By CPU Hours (Core Count)","[Harrier, Hen] Job Size: Weighted By CPU Hours (Core Count)","[Moorhen] Job Size: Weighted By CPU Hours (Core Count)","[Shearwater, Great] Job Size: Weighted By CPU Hours (Core Count)","[Shearwater, Macaronesian] Job Size: Weighted By CPU Hours (Core Count)","[Spotted, Great] Job Size: Weighted By CPU Hours (Core Count)" +Day,"[Thrush, Hermit] Job Size: Weighted By CPU Hours (Core Count)","[Scaup, Lesser] Job Size: Weighted By CPU Hours (Core Count)","[Gull, Yellow-legged] Job Size: Weighted By CPU Hours (Core Count)","[Nuthatch] Job Size: Weighted By CPU Hours (Core Count)","[Gull, Glaucous-winged] Job Size: Weighted By CPU Hours (Core Count)","[Bunting, Ortolan] Job Size: Weighted By CPU Hours (Core Count)","[Fieldfare] Job Size: Weighted By CPU Hours (Core Count)","[Smew] Job Size: Weighted By CPU Hours (Core Count)","[Shearwater, Balearic] Job Size: Weighted By CPU Hours (Core Count)","[White, Great] Job Size: Weighted By CPU Hours (Core Count)","[Dunlin] Job Size: Weighted By CPU Hours (Core Count)","[Swift, Little] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Cetti's] Job Size: Weighted By CPU Hours (Core Count)","[Chaffinch] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Savi's] Job Size: Weighted By CPU Hours (Core Count)","[Goose, Red-breasted] Job Size: Weighted By CPU Hours (Core Count)","[Lark, Calandra] Job Size: Weighted By CPU Hours (Core Count)","[Tern, Caspian] Job Size: Weighted By CPU Hours (Core Count)","[Accentor, Alpine] Job Size: Weighted By CPU Hours (Core Count)","[Blackbird] Job Size: Weighted By CPU Hours (Core Count)","[Dotterel] Job Size: Weighted By CPU Hours (Core Count)","[Yellowthroat, Common] Job Size: Weighted By CPU Hours (Core Count)","[Bluetail, Red-flanked] Job Size: Weighted By CPU Hours (Core Count)","[Egret, Snowy] Job Size: Weighted By CPU Hours (Core Count)","[Kestrel, Lesser] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Blackpoll] Job Size: Weighted By CPU Hours (Core Count)","[Jackdaw] Job Size: Weighted By CPU Hours (Core Count)","[Flycatcher, Taiga] Job Size: Weighted By CPU Hours (Core Count)","[Petrel, Fea's] Job Size: Weighted By CPU Hours (Core Count)","[Martin, Sand] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Hooded] Job Size: Weighted By CPU Hours (Core Count)","[Fulmar] Job Size: Weighted By CPU Hours (Core Count)","[Chiffchaff, Iberian] Job Size: Weighted By CPU Hours (Core Count)","[Moorhen] Job Size: Weighted By CPU Hours (Core Count)","[Bittern] Job Size: Weighted By CPU Hours (Core Count)","[Bufflehead] Job Size: Weighted By CPU Hours (Core Count)","[Dowitcher, Short-billed] Job Size: Weighted By CPU Hours (Core Count)","[Harrier, Hen] Job Size: Weighted By CPU Hours (Core Count)","[Shearwater, Great] Job Size: Weighted By CPU Hours (Core Count)","[Shearwater, Macaronesian] Job Size: Weighted By CPU Hours (Core Count)","[Spotted, Great] Job Size: Weighted By CPU Hours (Core Count)" 2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,0,12.0000,1.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,0,12.0000,1.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,0,15.9210,1.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,0,20.0000,1.0000,0,0,0,0,16.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-27,0,0,0,0,0,0,96.0000,0,110.0862,72.0000,0,0,0,35.8063,0,0,22.5565,15.2449,0,0,0,0,16.0000,0,0,0,0,1.0000,12.0000,0,0,8.0000,0,0,0,0,0,0,1.0000,0,0 -2016-12-28,0,186.6783,0,0,0,0,96.0000,0,87.9948,65.7129,0,0,0,55.7895,0,0,28.6309,15.8148,0,0,20.0000,0,16.0000,0,12.0000,12.0000,0,1.0000,12.0000,0,8.0000,8.0000,0,0,1.0000,0,0,1.0000,1.0000,0,0 -2016-12-29,0,186.5631,160.0000,112.0000,0,96.0000,95.9574,72.0000,62.0528,61.5476,0,0,56.0000,55.7895,40.0000,0,29.2190,23.6626,0,0,20.0000,0,16.0000,0,12.0000,12.0000,11.5552,7.4478,12.0000,5.0000,8.0000,7.2600,2.0000,0,1.0000,0,1.0000,1.0000,1.0000,0,0 -2016-12-30,320.0517,186.4757,160.0000,112.0000,108.0000,96.0000,95.8117,72.0000,30.0833,59.0825,65.8038,45.1553,53.8849,55.7895,39.9998,41.1565,27.0648,25.1498,0,20.0000,20.0000,16.0000,16.0000,0,12.0000,12.0000,11.8713,10.0119,2.3934,5.0000,8.2497,7.1202,11.1559,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 +2016-12-28,0,186.6783,0,0,0,0,96.0000,0,87.9948,65.7129,0,0,0,55.7895,0,0,28.6309,15.8148,0,0,20.0000,0,16.0000,0,12.0000,12.0000,0,1.0000,12.0000,0,8.0000,8.0000,0,1.0000,0,1.0000,0,0,1.0000,0,0 +2016-12-29,0,186.5631,160.0000,112.0000,0,96.0000,95.9574,72.0000,62.0528,61.5476,0,0,56.0000,55.7895,40.0000,0,29.2190,23.6626,0,0,20.0000,0,16.0000,0,12.0000,12.0000,11.5552,7.4478,12.0000,5.0000,8.0000,7.2600,2.0000,1.0000,0,1.0000,0,1.0000,1.0000,0,0 +2016-12-30,320.0517,186.4757,160.0000,112.0000,108.0000,96.0000,95.8117,72.0000,30.0833,59.0825,65.8038,45.1553,53.8849,55.7895,39.9998,41.1565,27.0648,25.1498,0,20.0000,20.0000,16.0000,16.0000,0,12.0000,12.0000,11.8713,10.0119,2.3934,5.0000,8.2497,7.1202,11.1559,1.1382,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 2016-12-31,336.0000,180.1552,0,112.0000,0,96.0000,95.0483,72.0000,16.5130,59.5816,95.7214,59.2199,1.0000,55.7250,40.0000,24.3207,41.0622,33.7236,23.4747,0,0,0,11.9114,12.0000,12.0000,0,11.8540,10.7516,1.0000,11.1429,8.8093,8.0000,2.0000,1.0000,1.0000,1.0000,1.0000,1.0000,0,1.0000,1.0000 -2017-01-01,0,32.0000,160.0000,0,0,96.0000,81.6536,0,0,60.2453,47.3679,5.0000,0,51.2991,0,32.0142,14.3317,15.9990,22.8322,0,0,0,10.2343,12.0000,12.0000,0,10.7741,10.0543,0,12.0000,8.0000,8.0000,2.0000,1.0000,1.0000,1.0000,0,1.0000,0,0,0 +2017-01-01,0,32.0000,160.0000,0,0,96.0000,81.6536,0,0,60.2453,47.3679,5.0000,0,51.2991,0,32.0142,14.3317,15.9990,22.8322,0,0,0,10.2343,12.0000,12.0000,0,10.7741,10.0543,0,12.0000,8.0000,8.0000,2.0000,1.0000,1.0000,1.0000,1.0000,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv index 7ff15cee6f..337882d05a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[Thrush, Hermit] Job Size: Weighted By CPU Hours (Core Count)","[Scaup, Lesser] Job Size: Weighted By CPU Hours (Core Count)","[Gull, Yellow-legged] Job Size: Weighted By CPU Hours (Core Count)","[Nuthatch] Job Size: Weighted By CPU Hours (Core Count)","[Gull, Glaucous-winged] Job Size: Weighted By CPU Hours (Core Count)","[Bunting, Ortolan] Job Size: Weighted By CPU Hours (Core Count)","[Fieldfare] Job Size: Weighted By CPU Hours (Core Count)","[Smew] Job Size: Weighted By CPU Hours (Core Count)","[Shearwater, Balearic] Job Size: Weighted By CPU Hours (Core Count)","[White, Great] Job Size: Weighted By CPU Hours (Core Count)","[Dunlin] Job Size: Weighted By CPU Hours (Core Count)","[Swift, Little] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Cetti's] Job Size: Weighted By CPU Hours (Core Count)","[Chaffinch] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Savi's] Job Size: Weighted By CPU Hours (Core Count)","[Goose, Red-breasted] Job Size: Weighted By CPU Hours (Core Count)","[Lark, Calandra] Job Size: Weighted By CPU Hours (Core Count)","[Tern, Caspian] Job Size: Weighted By CPU Hours (Core Count)","[Accentor, Alpine] Job Size: Weighted By CPU Hours (Core Count)","[Blackbird] Job Size: Weighted By CPU Hours (Core Count)","[Dotterel] Job Size: Weighted By CPU Hours (Core Count)","[Yellowthroat, Common] Job Size: Weighted By CPU Hours (Core Count)","[Bluetail, Red-flanked] Job Size: Weighted By CPU Hours (Core Count)","[Egret, Snowy] Job Size: Weighted By CPU Hours (Core Count)","[Kestrel, Lesser] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Blackpoll] Job Size: Weighted By CPU Hours (Core Count)","[Jackdaw] Job Size: Weighted By CPU Hours (Core Count)","[Flycatcher, Taiga] Job Size: Weighted By CPU Hours (Core Count)","[Petrel, Fea's] Job Size: Weighted By CPU Hours (Core Count)","[Martin, Sand] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Hooded] Job Size: Weighted By CPU Hours (Core Count)","[Fulmar] Job Size: Weighted By CPU Hours (Core Count)","[Chiffchaff, Iberian] Job Size: Weighted By CPU Hours (Core Count)","[Bittern] Job Size: Weighted By CPU Hours (Core Count)","[Bufflehead] Job Size: Weighted By CPU Hours (Core Count)","[Dowitcher, Short-billed] Job Size: Weighted By CPU Hours (Core Count)","[Harrier, Hen] Job Size: Weighted By CPU Hours (Core Count)","[Moorhen] Job Size: Weighted By CPU Hours (Core Count)","[Shearwater, Great] Job Size: Weighted By CPU Hours (Core Count)","[Shearwater, Macaronesian] Job Size: Weighted By CPU Hours (Core Count)","[Spotted, Great] Job Size: Weighted By CPU Hours (Core Count)" -2016-12,326.9898,185.9918,160.0000,112.0000,108.0000,96.0000,95.7775,72.0000,62.2411,61.6652,71.6000,57.5884,53.4612,48.1697,39.9999,28.7519,30.5247,24.8317,23.4747,20.0000,20.0000,16.0000,14.3905,12.0000,12.0000,12.0000,11.8512,10.4072,10.0459,9.9365,8.3644,7.5484,4.5982,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 -2017-01,0,32.0000,160.0000,0,0,96.0000,81.6536,0,0,60.2453,47.3679,5.0000,0,51.2991,0,32.0142,14.3317,15.9990,22.8322,0,0,0,10.2343,12.0000,12.0000,0,10.7741,10.0543,0,12.0000,8.0000,8.0000,2.0000,1.0000,1.0000,1.0000,0,1.0000,0,0,0 +Month,"[Thrush, Hermit] Job Size: Weighted By CPU Hours (Core Count)","[Scaup, Lesser] Job Size: Weighted By CPU Hours (Core Count)","[Gull, Yellow-legged] Job Size: Weighted By CPU Hours (Core Count)","[Nuthatch] Job Size: Weighted By CPU Hours (Core Count)","[Gull, Glaucous-winged] Job Size: Weighted By CPU Hours (Core Count)","[Bunting, Ortolan] Job Size: Weighted By CPU Hours (Core Count)","[Fieldfare] Job Size: Weighted By CPU Hours (Core Count)","[Smew] Job Size: Weighted By CPU Hours (Core Count)","[Shearwater, Balearic] Job Size: Weighted By CPU Hours (Core Count)","[White, Great] Job Size: Weighted By CPU Hours (Core Count)","[Dunlin] Job Size: Weighted By CPU Hours (Core Count)","[Swift, Little] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Cetti's] Job Size: Weighted By CPU Hours (Core Count)","[Chaffinch] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Savi's] Job Size: Weighted By CPU Hours (Core Count)","[Goose, Red-breasted] Job Size: Weighted By CPU Hours (Core Count)","[Lark, Calandra] Job Size: Weighted By CPU Hours (Core Count)","[Tern, Caspian] Job Size: Weighted By CPU Hours (Core Count)","[Accentor, Alpine] Job Size: Weighted By CPU Hours (Core Count)","[Blackbird] Job Size: Weighted By CPU Hours (Core Count)","[Dotterel] Job Size: Weighted By CPU Hours (Core Count)","[Yellowthroat, Common] Job Size: Weighted By CPU Hours (Core Count)","[Bluetail, Red-flanked] Job Size: Weighted By CPU Hours (Core Count)","[Egret, Snowy] Job Size: Weighted By CPU Hours (Core Count)","[Kestrel, Lesser] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Blackpoll] Job Size: Weighted By CPU Hours (Core Count)","[Jackdaw] Job Size: Weighted By CPU Hours (Core Count)","[Flycatcher, Taiga] Job Size: Weighted By CPU Hours (Core Count)","[Petrel, Fea's] Job Size: Weighted By CPU Hours (Core Count)","[Martin, Sand] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Hooded] Job Size: Weighted By CPU Hours (Core Count)","[Fulmar] Job Size: Weighted By CPU Hours (Core Count)","[Chiffchaff, Iberian] Job Size: Weighted By CPU Hours (Core Count)","[Moorhen] Job Size: Weighted By CPU Hours (Core Count)","[Bittern] Job Size: Weighted By CPU Hours (Core Count)","[Bufflehead] Job Size: Weighted By CPU Hours (Core Count)","[Dowitcher, Short-billed] Job Size: Weighted By CPU Hours (Core Count)","[Harrier, Hen] Job Size: Weighted By CPU Hours (Core Count)","[Shearwater, Great] Job Size: Weighted By CPU Hours (Core Count)","[Shearwater, Macaronesian] Job Size: Weighted By CPU Hours (Core Count)","[Spotted, Great] Job Size: Weighted By CPU Hours (Core Count)" +2016-12,326.9898,185.9918,160.0000,112.0000,108.0000,96.0000,95.7775,72.0000,62.2411,61.6652,71.6000,57.5884,53.4612,48.1697,39.9999,28.7519,30.5247,24.8317,23.4747,20.0000,20.0000,16.0000,14.3905,12.0000,12.0000,12.0000,11.8512,10.4072,10.0459,9.9365,8.3644,7.5484,4.5982,1.0539,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 +2017-01,0,32.0000,160.0000,0,0,96.0000,81.6536,0,0,60.2453,47.3679,5.0000,0,51.2991,0,32.0142,14.3317,15.9990,22.8322,0,0,0,10.2343,12.0000,12.0000,0,10.7741,10.0543,0,12.0000,8.0000,8.0000,2.0000,1.0000,1.0000,1.0000,1.0000,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv index f0492198ab..45b3117439 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[Thrush, Hermit] Job Size: Weighted By CPU Hours (Core Count)","[Scaup, Lesser] Job Size: Weighted By CPU Hours (Core Count)","[Gull, Yellow-legged] Job Size: Weighted By CPU Hours (Core Count)","[Nuthatch] Job Size: Weighted By CPU Hours (Core Count)","[Gull, Glaucous-winged] Job Size: Weighted By CPU Hours (Core Count)","[Bunting, Ortolan] Job Size: Weighted By CPU Hours (Core Count)","[Fieldfare] Job Size: Weighted By CPU Hours (Core Count)","[Smew] Job Size: Weighted By CPU Hours (Core Count)","[Shearwater, Balearic] Job Size: Weighted By CPU Hours (Core Count)","[White, Great] Job Size: Weighted By CPU Hours (Core Count)","[Dunlin] Job Size: Weighted By CPU Hours (Core Count)","[Swift, Little] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Cetti's] Job Size: Weighted By CPU Hours (Core Count)","[Chaffinch] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Savi's] Job Size: Weighted By CPU Hours (Core Count)","[Goose, Red-breasted] Job Size: Weighted By CPU Hours (Core Count)","[Lark, Calandra] Job Size: Weighted By CPU Hours (Core Count)","[Tern, Caspian] Job Size: Weighted By CPU Hours (Core Count)","[Accentor, Alpine] Job Size: Weighted By CPU Hours (Core Count)","[Blackbird] Job Size: Weighted By CPU Hours (Core Count)","[Dotterel] Job Size: Weighted By CPU Hours (Core Count)","[Yellowthroat, Common] Job Size: Weighted By CPU Hours (Core Count)","[Bluetail, Red-flanked] Job Size: Weighted By CPU Hours (Core Count)","[Egret, Snowy] Job Size: Weighted By CPU Hours (Core Count)","[Kestrel, Lesser] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Blackpoll] Job Size: Weighted By CPU Hours (Core Count)","[Jackdaw] Job Size: Weighted By CPU Hours (Core Count)","[Flycatcher, Taiga] Job Size: Weighted By CPU Hours (Core Count)","[Petrel, Fea's] Job Size: Weighted By CPU Hours (Core Count)","[Martin, Sand] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Hooded] Job Size: Weighted By CPU Hours (Core Count)","[Fulmar] Job Size: Weighted By CPU Hours (Core Count)","[Chiffchaff, Iberian] Job Size: Weighted By CPU Hours (Core Count)","[Bittern] Job Size: Weighted By CPU Hours (Core Count)","[Bufflehead] Job Size: Weighted By CPU Hours (Core Count)","[Dowitcher, Short-billed] Job Size: Weighted By CPU Hours (Core Count)","[Harrier, Hen] Job Size: Weighted By CPU Hours (Core Count)","[Moorhen] Job Size: Weighted By CPU Hours (Core Count)","[Shearwater, Great] Job Size: Weighted By CPU Hours (Core Count)","[Shearwater, Macaronesian] Job Size: Weighted By CPU Hours (Core Count)","[Spotted, Great] Job Size: Weighted By CPU Hours (Core Count)" -"2016 Q4",326.9898,185.9918,160.0000,112.0000,108.0000,96.0000,95.7775,72.0000,62.2411,61.6652,71.6000,57.5884,53.4612,48.1697,39.9999,28.7519,30.5247,24.8317,23.4747,20.0000,20.0000,16.0000,14.3905,12.0000,12.0000,12.0000,11.8512,10.4072,10.0459,9.9365,8.3644,7.5484,4.5982,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 -"2017 Q1",0,32.0000,160.0000,0,0,96.0000,81.6536,0,0,60.2453,47.3679,5.0000,0,51.2991,0,32.0142,14.3317,15.9990,22.8322,0,0,0,10.2343,12.0000,12.0000,0,10.7741,10.0543,0,12.0000,8.0000,8.0000,2.0000,1.0000,1.0000,1.0000,0,1.0000,0,0,0 +Quarter,"[Thrush, Hermit] Job Size: Weighted By CPU Hours (Core Count)","[Scaup, Lesser] Job Size: Weighted By CPU Hours (Core Count)","[Gull, Yellow-legged] Job Size: Weighted By CPU Hours (Core Count)","[Nuthatch] Job Size: Weighted By CPU Hours (Core Count)","[Gull, Glaucous-winged] Job Size: Weighted By CPU Hours (Core Count)","[Bunting, Ortolan] Job Size: Weighted By CPU Hours (Core Count)","[Fieldfare] Job Size: Weighted By CPU Hours (Core Count)","[Smew] Job Size: Weighted By CPU Hours (Core Count)","[Shearwater, Balearic] Job Size: Weighted By CPU Hours (Core Count)","[White, Great] Job Size: Weighted By CPU Hours (Core Count)","[Dunlin] Job Size: Weighted By CPU Hours (Core Count)","[Swift, Little] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Cetti's] Job Size: Weighted By CPU Hours (Core Count)","[Chaffinch] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Savi's] Job Size: Weighted By CPU Hours (Core Count)","[Goose, Red-breasted] Job Size: Weighted By CPU Hours (Core Count)","[Lark, Calandra] Job Size: Weighted By CPU Hours (Core Count)","[Tern, Caspian] Job Size: Weighted By CPU Hours (Core Count)","[Accentor, Alpine] Job Size: Weighted By CPU Hours (Core Count)","[Blackbird] Job Size: Weighted By CPU Hours (Core Count)","[Dotterel] Job Size: Weighted By CPU Hours (Core Count)","[Yellowthroat, Common] Job Size: Weighted By CPU Hours (Core Count)","[Bluetail, Red-flanked] Job Size: Weighted By CPU Hours (Core Count)","[Egret, Snowy] Job Size: Weighted By CPU Hours (Core Count)","[Kestrel, Lesser] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Blackpoll] Job Size: Weighted By CPU Hours (Core Count)","[Jackdaw] Job Size: Weighted By CPU Hours (Core Count)","[Flycatcher, Taiga] Job Size: Weighted By CPU Hours (Core Count)","[Petrel, Fea's] Job Size: Weighted By CPU Hours (Core Count)","[Martin, Sand] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Hooded] Job Size: Weighted By CPU Hours (Core Count)","[Fulmar] Job Size: Weighted By CPU Hours (Core Count)","[Chiffchaff, Iberian] Job Size: Weighted By CPU Hours (Core Count)","[Moorhen] Job Size: Weighted By CPU Hours (Core Count)","[Bittern] Job Size: Weighted By CPU Hours (Core Count)","[Bufflehead] Job Size: Weighted By CPU Hours (Core Count)","[Dowitcher, Short-billed] Job Size: Weighted By CPU Hours (Core Count)","[Harrier, Hen] Job Size: Weighted By CPU Hours (Core Count)","[Shearwater, Great] Job Size: Weighted By CPU Hours (Core Count)","[Shearwater, Macaronesian] Job Size: Weighted By CPU Hours (Core Count)","[Spotted, Great] Job Size: Weighted By CPU Hours (Core Count)" +"2016 Q4",326.9898,185.9918,160.0000,112.0000,108.0000,96.0000,95.7775,72.0000,62.2411,61.6652,71.6000,57.5884,53.4612,48.1697,39.9999,28.7519,30.5247,24.8317,23.4747,20.0000,20.0000,16.0000,14.3905,12.0000,12.0000,12.0000,11.8512,10.4072,10.0459,9.9365,8.3644,7.5484,4.5982,1.0539,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 +"2017 Q1",0,32.0000,160.0000,0,0,96.0000,81.6536,0,0,60.2453,47.3679,5.0000,0,51.2991,0,32.0142,14.3317,15.9990,22.8322,0,0,0,10.2343,12.0000,12.0000,0,10.7741,10.0543,0,12.0000,8.0000,8.0000,2.0000,1.0000,1.0000,1.0000,1.0000,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv index bf88faf116..c85d333762 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[Thrush, Hermit] Job Size: Weighted By CPU Hours (Core Count)","[Scaup, Lesser] Job Size: Weighted By CPU Hours (Core Count)","[Gull, Yellow-legged] Job Size: Weighted By CPU Hours (Core Count)","[Nuthatch] Job Size: Weighted By CPU Hours (Core Count)","[Gull, Glaucous-winged] Job Size: Weighted By CPU Hours (Core Count)","[Bunting, Ortolan] Job Size: Weighted By CPU Hours (Core Count)","[Fieldfare] Job Size: Weighted By CPU Hours (Core Count)","[Smew] Job Size: Weighted By CPU Hours (Core Count)","[Shearwater, Balearic] Job Size: Weighted By CPU Hours (Core Count)","[White, Great] Job Size: Weighted By CPU Hours (Core Count)","[Dunlin] Job Size: Weighted By CPU Hours (Core Count)","[Swift, Little] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Cetti's] Job Size: Weighted By CPU Hours (Core Count)","[Chaffinch] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Savi's] Job Size: Weighted By CPU Hours (Core Count)","[Goose, Red-breasted] Job Size: Weighted By CPU Hours (Core Count)","[Lark, Calandra] Job Size: Weighted By CPU Hours (Core Count)","[Tern, Caspian] Job Size: Weighted By CPU Hours (Core Count)","[Accentor, Alpine] Job Size: Weighted By CPU Hours (Core Count)","[Blackbird] Job Size: Weighted By CPU Hours (Core Count)","[Dotterel] Job Size: Weighted By CPU Hours (Core Count)","[Yellowthroat, Common] Job Size: Weighted By CPU Hours (Core Count)","[Bluetail, Red-flanked] Job Size: Weighted By CPU Hours (Core Count)","[Egret, Snowy] Job Size: Weighted By CPU Hours (Core Count)","[Kestrel, Lesser] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Blackpoll] Job Size: Weighted By CPU Hours (Core Count)","[Jackdaw] Job Size: Weighted By CPU Hours (Core Count)","[Flycatcher, Taiga] Job Size: Weighted By CPU Hours (Core Count)","[Petrel, Fea's] Job Size: Weighted By CPU Hours (Core Count)","[Martin, Sand] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Hooded] Job Size: Weighted By CPU Hours (Core Count)","[Fulmar] Job Size: Weighted By CPU Hours (Core Count)","[Chiffchaff, Iberian] Job Size: Weighted By CPU Hours (Core Count)","[Bittern] Job Size: Weighted By CPU Hours (Core Count)","[Bufflehead] Job Size: Weighted By CPU Hours (Core Count)","[Dowitcher, Short-billed] Job Size: Weighted By CPU Hours (Core Count)","[Harrier, Hen] Job Size: Weighted By CPU Hours (Core Count)","[Moorhen] Job Size: Weighted By CPU Hours (Core Count)","[Shearwater, Great] Job Size: Weighted By CPU Hours (Core Count)","[Shearwater, Macaronesian] Job Size: Weighted By CPU Hours (Core Count)","[Spotted, Great] Job Size: Weighted By CPU Hours (Core Count)" -2016,326.9898,185.9918,160.0000,112.0000,108.0000,96.0000,95.7775,72.0000,62.2411,61.6652,71.6000,57.5884,53.4612,48.1697,39.9999,28.7519,30.5247,24.8317,23.4747,20.0000,20.0000,16.0000,14.3905,12.0000,12.0000,12.0000,11.8512,10.4072,10.0459,9.9365,8.3644,7.5484,4.5982,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 -2017,0,32.0000,160.0000,0,0,96.0000,81.6536,0,0,60.2453,47.3679,5.0000,0,51.2991,0,32.0142,14.3317,15.9990,22.8322,0,0,0,10.2343,12.0000,12.0000,0,10.7741,10.0543,0,12.0000,8.0000,8.0000,2.0000,1.0000,1.0000,1.0000,0,1.0000,0,0,0 +Year,"[Thrush, Hermit] Job Size: Weighted By CPU Hours (Core Count)","[Scaup, Lesser] Job Size: Weighted By CPU Hours (Core Count)","[Gull, Yellow-legged] Job Size: Weighted By CPU Hours (Core Count)","[Nuthatch] Job Size: Weighted By CPU Hours (Core Count)","[Gull, Glaucous-winged] Job Size: Weighted By CPU Hours (Core Count)","[Bunting, Ortolan] Job Size: Weighted By CPU Hours (Core Count)","[Fieldfare] Job Size: Weighted By CPU Hours (Core Count)","[Smew] Job Size: Weighted By CPU Hours (Core Count)","[Shearwater, Balearic] Job Size: Weighted By CPU Hours (Core Count)","[White, Great] Job Size: Weighted By CPU Hours (Core Count)","[Dunlin] Job Size: Weighted By CPU Hours (Core Count)","[Swift, Little] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Cetti's] Job Size: Weighted By CPU Hours (Core Count)","[Chaffinch] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Savi's] Job Size: Weighted By CPU Hours (Core Count)","[Goose, Red-breasted] Job Size: Weighted By CPU Hours (Core Count)","[Lark, Calandra] Job Size: Weighted By CPU Hours (Core Count)","[Tern, Caspian] Job Size: Weighted By CPU Hours (Core Count)","[Accentor, Alpine] Job Size: Weighted By CPU Hours (Core Count)","[Blackbird] Job Size: Weighted By CPU Hours (Core Count)","[Dotterel] Job Size: Weighted By CPU Hours (Core Count)","[Yellowthroat, Common] Job Size: Weighted By CPU Hours (Core Count)","[Bluetail, Red-flanked] Job Size: Weighted By CPU Hours (Core Count)","[Egret, Snowy] Job Size: Weighted By CPU Hours (Core Count)","[Kestrel, Lesser] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Blackpoll] Job Size: Weighted By CPU Hours (Core Count)","[Jackdaw] Job Size: Weighted By CPU Hours (Core Count)","[Flycatcher, Taiga] Job Size: Weighted By CPU Hours (Core Count)","[Petrel, Fea's] Job Size: Weighted By CPU Hours (Core Count)","[Martin, Sand] Job Size: Weighted By CPU Hours (Core Count)","[Warbler, Hooded] Job Size: Weighted By CPU Hours (Core Count)","[Fulmar] Job Size: Weighted By CPU Hours (Core Count)","[Chiffchaff, Iberian] Job Size: Weighted By CPU Hours (Core Count)","[Moorhen] Job Size: Weighted By CPU Hours (Core Count)","[Bittern] Job Size: Weighted By CPU Hours (Core Count)","[Bufflehead] Job Size: Weighted By CPU Hours (Core Count)","[Dowitcher, Short-billed] Job Size: Weighted By CPU Hours (Core Count)","[Harrier, Hen] Job Size: Weighted By CPU Hours (Core Count)","[Shearwater, Great] Job Size: Weighted By CPU Hours (Core Count)","[Shearwater, Macaronesian] Job Size: Weighted By CPU Hours (Core Count)","[Spotted, Great] Job Size: Weighted By CPU Hours (Core Count)" +2016,326.9898,185.9918,160.0000,112.0000,108.0000,96.0000,95.7775,72.0000,62.2411,61.6652,71.6000,57.5884,53.4612,48.1697,39.9999,28.7519,30.5247,24.8317,23.4747,20.0000,20.0000,16.0000,14.3905,12.0000,12.0000,12.0000,11.8512,10.4072,10.0459,9.9365,8.3644,7.5484,4.5982,1.0539,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 +2017,0,32.0000,160.0000,0,0,96.0000,81.6536,0,0,60.2453,47.3679,5.0000,0,51.2991,0,32.0142,14.3317,15.9990,22.8322,0,0,0,10.2343,12.0000,12.0000,0,10.7741,10.0543,0,12.0000,8.0000,8.0000,2.0000,1.0000,1.0000,1.0000,1.0000,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_node_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_node_hours/aggregate-Day-reference.csv index 1d4d778b92..0e3ee89d9a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_node_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_node_hours/aggregate-Day-reference.csv @@ -23,7 +23,7 @@ Dotterel,48.00666667, "Warbler, Blackpoll",44.13648148, Chaffinch,39.80336022,11.690025361774948 "Kestrel, Lesser",39.37916667, -Moorhen,25.48654262, +Moorhen,25.47774356, "Warbler, Hooded",24.23206456, Fulmar,21.20512731, Jackdaw,17.27322391, diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_node_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_node_hours/aggregate-Month-reference.csv index 09e9ca6b34..2a792d95ce 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_node_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_node_hours/aggregate-Month-reference.csv @@ -23,7 +23,7 @@ Dotterel,48.00666667,0 "Warbler, Blackpoll",44.13648148,3.8863777173028686 Chaffinch,39.80336022,26.386475830697922 "Kestrel, Lesser",39.37916667,3.5074678840012607 -Moorhen,25.48654262,0.09521527865289223 +Moorhen,25.47774356,0.0955847815244826 "Warbler, Hooded",24.23206456,3.046402847031802 Fulmar,21.20512731,2.519094985257857 Jackdaw,17.27322391,1.2812633375632778 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_node_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_node_hours/aggregate-Quarter-reference.csv index 09e9ca6b34..2a792d95ce 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_node_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_node_hours/aggregate-Quarter-reference.csv @@ -23,7 +23,7 @@ Dotterel,48.00666667,0 "Warbler, Blackpoll",44.13648148,3.8863777173028686 Chaffinch,39.80336022,26.386475830697922 "Kestrel, Lesser",39.37916667,3.5074678840012607 -Moorhen,25.48654262,0.09521527865289223 +Moorhen,25.47774356,0.0955847815244826 "Warbler, Hooded",24.23206456,3.046402847031802 Fulmar,21.20512731,2.519094985257857 Jackdaw,17.27322391,1.2812633375632778 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_node_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_node_hours/aggregate-Year-reference.csv index 09e9ca6b34..2a792d95ce 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_node_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_node_hours/aggregate-Year-reference.csv @@ -23,7 +23,7 @@ Dotterel,48.00666667,0 "Warbler, Blackpoll",44.13648148,3.8863777173028686 Chaffinch,39.80336022,26.386475830697922 "Kestrel, Lesser",39.37916667,3.5074678840012607 -Moorhen,25.48654262,0.09521527865289223 +Moorhen,25.47774356,0.0955847815244826 "Warbler, Hooded",24.23206456,3.046402847031802 Fulmar,21.20512731,2.519094985257857 Jackdaw,17.27322391,1.2812633375632778 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_node_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_node_hours/timeseries-Day-reference.csv index b63a6c9e30..63c508c9e6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_node_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_node_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Thrush, Hermit] Node Hours: Per Job","[Scaup, Lesser] Node Hours: Per Job" 2016-12-27,0,0,103.87259259,0,0,0,123.98500000,0,4.72138889,24.00000000,0,0,0,0,0,27.19888889,0,0,0,13.96533333,0,19.90555556,110.37185185,0,0,0,0,0,0,0,0,8.71606481,0,0,0,8.23638889,0,3.21666667,0,0,0 2016-12-28,0,204.63521605,121.84400000,0,0,0,110.33416667,0,24.00000000,9.02631944,0,0,13.35268330,4.70055556,5.03972222,108.00000000,3.11533951,5.01598392,8.78983333,17.63833333,0,24.00000000,41.89046296,0,0,0,0,0,0,0,0,24.00000000,0,0,0,23.06965278,0,24.00000000,0,0,0 2016-12-29,0,274.66666667,180.43835749,69.30071429,25.68611111,50.95777778,105.05000000,129.77777778,24.00000000,23.88776389,0,37.94944444,16.60273286,24.00000000,24.00000000,108.00000000,24.00000000,13.10756221,10.54645833,7.73178763,4.34454545,24.00000000,33.92898889,0,0,3.62000000,10.40083333,0,2.01966667,0,0,8.69373843,0,0,0,17.28543724,0,1.17898003,26.97722222,0,0 -2016-12-30,205.67851852,190.40452991,141.05838294,130.70500000,71.96340278,63.81250000,64.49861111,50.35000000,19.28555556,18.92284722,0,24.00027778,21.71949405,19.30611111,15.09675926,108.00000000,14.55335859,13.31263065,13.41648148,7.32493056,9.68358547,11.72422222,5.43139178,2.52592593,4.25015531,16.84687500,13.60638889,3.48631944,4.10559722,2.34500000,0,0.89853754,1.36229167,0.97252976,1.58977533,0.37156165,0.56942901,0.34371670,0.17419134,0.08049603,0.06500000 +2016-12-30,205.67851852,190.40452991,141.05838294,130.70500000,71.96340278,63.81250000,64.49861111,50.35000000,19.28555556,18.92284722,0,24.00027778,21.71949405,19.30611111,15.09675926,108.00000000,14.55335859,13.30592672,13.41648148,7.32493056,9.68358547,11.72422222,5.43139178,2.52592593,4.25015531,16.84687500,13.60638889,3.48631944,4.10559722,2.34500000,0,0.89853754,1.36229167,0.97252976,1.58977533,0.37156165,0.56942901,0.34371670,0.17419134,0.08049603,0.06500000 2016-12-31,475.12888889,53.59320513,77.97748843,132.54333333,51.34208333,81.42285714,40.94743056,0,0,23.17923611,33.22259259,14.74888889,10.83064379,0,0,36.07513889,24.00000000,12.53390738,10.97790404,14.97629630,15.93161523,1.92791667,1.97834003,21.37166667,5.54019436,7.28581633,6.47384921,7.65398148,8.63138889,0,0.19661458,6.74688889,2.93026709,0.97299603,1.07971065,0.59342052,1.04561111,0.38194742,0.01479010,0,0 2017-01-01,0,0.88986111,11.65923611,0,0,55.64063492,29.48169753,0.43333333,0,11.20848700,17.76722222,0,13.34534574,0,0,7.49293210,5.04583333,11.50582962,8.59888889,17.62535714,6.53122222,0,0,4.28111111,0,17.62916667,0.47638889,0,0,0,2.11436355,11.62486111,0.68703333,0.96969246,0.02809588,1.61531716,0.63905875,0.06690347,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_node_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_node_hours/timeseries-Month-reference.csv index e9a4d89d9f..e8c744c738 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_node_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_node_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Thrush, Hermit] Node Hours: Per Job","[Scaup, Lesser] Node Hours: Per Job","[Fieldfare] Node Hours: Per Job","[Smew] Node Hours: Per Job","[Nuthatch] Node Hours: Per Job","[Bunting, Ortolan] Node Hours: Per Job","[White, Great] Node Hours: Per Job","[Gull, Yellow-legged] Node Hours: Per Job","[Shearwater, Great] Node Hours: Per Job","[Bluetail, Red-flanked] Node Hours: Per Job","[Accentor, Alpine] Node Hours: Per Job","[Warbler, Savi's] Node Hours: Per Job","[Bufflehead] Node Hours: Per Job","[Dotterel] Node Hours: Per Job","[Warbler, Blackpoll] Node Hours: Per Job","[Chaffinch] Node Hours: Per Job","[Kestrel, Lesser] Node Hours: Per Job","[Moorhen] Node Hours: Per Job","[Warbler, Hooded] Node Hours: Per Job","[Fulmar] Node Hours: Per Job","[Jackdaw] Node Hours: Per Job","[Petrel, Fea's] Node Hours: Per Job","[Shearwater, Balearic] Node Hours: Per Job","[Swift, Little] Node Hours: Per Job","[Shearwater, Macaronesian] Node Hours: Per Job","[Chiffchaff, Iberian] Node Hours: Per Job","[Martin, Sand] Node Hours: Per Job","[Spotted, Great] Node Hours: Per Job","[Harrier, Hen] Node Hours: Per Job","[Gull, Glaucous-winged] Node Hours: Per Job","[Egret, Snowy] Node Hours: Per Job","[Tern, Caspian] Node Hours: Per Job","[Goose, Red-breasted] Node Hours: Per Job","[Dowitcher, Short-billed] Node Hours: Per Job","[Bittern] Node Hours: Per Job","[Lark, Calandra] Node Hours: Per Job","[Dunlin] Node Hours: Per Job","[Flycatcher, Taiga] Node Hours: Per Job","[Warbler, Cetti's] Node Hours: Per Job","[Blackbird] Node Hours: Per Job","[Yellowthroat, Common] Node Hours: Per Job" -2016-12,364.05481481,440.33455882,378.45170139,218.94047619,110.47750000,102.77777778,113.84751852,180.12777778,72.00694444,42.39165094,33.22259259,50.34944444,48.78758939,48.00666667,44.13648148,171.93250000,38.92045455,23.01874399,26.76558429,19.49155093,16.77843434,16.76537037,16.21672374,16.77370370,8.59051583,7.77245050,8.66552083,5.98691667,5.04208333,2.34500000,0.19661458,1.77542542,2.24853865,0.97276290,1.45671498,0.72579524,0.61704722,0.37457084,0.12795354,0.08049603,0.06500000 +2016-12,364.05481481,440.33455882,378.45170139,218.94047619,110.47750000,102.77777778,113.84751852,180.12777778,72.00694444,42.39165094,33.22259259,50.34944444,48.78758939,48.00666667,44.13648148,171.93250000,38.92045455,23.01022225,26.76558429,19.49155093,16.77843434,16.76537037,16.21672374,16.77370370,8.59051583,7.77245050,8.66552083,5.98691667,5.04208333,2.34500000,0.19661458,1.77542542,2.24853865,0.97276290,1.45671498,0.72579524,0.61704722,0.37457084,0.12795354,0.08049603,0.06500000 2017-01,0,0.88986111,11.65923611,0,0,55.64063492,29.48169753,0.43333333,0,11.20848700,17.76722222,0,13.34534574,0,0,7.49293210,5.04583333,11.50582962,8.59888889,17.62535714,6.53122222,0,0,4.28111111,0,17.62916667,0.47638889,0,0,0,2.11436355,11.62486111,0.68703333,0.96969246,0.02809588,1.61531716,0.63905875,0.06690347,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_node_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_node_hours/timeseries-Quarter-reference.csv index 7e6d8f3b8b..1e03f575bd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_node_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_node_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Thrush, Hermit] Node Hours: Per Job","[Scaup, Lesser] Node Hours: Per Job","[Fieldfare] Node Hours: Per Job","[Smew] Node Hours: Per Job","[Nuthatch] Node Hours: Per Job","[Bunting, Ortolan] Node Hours: Per Job","[White, Great] Node Hours: Per Job","[Gull, Yellow-legged] Node Hours: Per Job","[Shearwater, Great] Node Hours: Per Job","[Bluetail, Red-flanked] Node Hours: Per Job","[Accentor, Alpine] Node Hours: Per Job","[Warbler, Savi's] Node Hours: Per Job","[Bufflehead] Node Hours: Per Job","[Dotterel] Node Hours: Per Job","[Warbler, Blackpoll] Node Hours: Per Job","[Chaffinch] Node Hours: Per Job","[Kestrel, Lesser] Node Hours: Per Job","[Moorhen] Node Hours: Per Job","[Warbler, Hooded] Node Hours: Per Job","[Fulmar] Node Hours: Per Job","[Jackdaw] Node Hours: Per Job","[Petrel, Fea's] Node Hours: Per Job","[Shearwater, Balearic] Node Hours: Per Job","[Swift, Little] Node Hours: Per Job","[Shearwater, Macaronesian] Node Hours: Per Job","[Chiffchaff, Iberian] Node Hours: Per Job","[Martin, Sand] Node Hours: Per Job","[Spotted, Great] Node Hours: Per Job","[Harrier, Hen] Node Hours: Per Job","[Gull, Glaucous-winged] Node Hours: Per Job","[Egret, Snowy] Node Hours: Per Job","[Tern, Caspian] Node Hours: Per Job","[Goose, Red-breasted] Node Hours: Per Job","[Dowitcher, Short-billed] Node Hours: Per Job","[Bittern] Node Hours: Per Job","[Lark, Calandra] Node Hours: Per Job","[Dunlin] Node Hours: Per Job","[Flycatcher, Taiga] Node Hours: Per Job","[Warbler, Cetti's] Node Hours: Per Job","[Blackbird] Node Hours: Per Job","[Yellowthroat, Common] Node Hours: Per Job" -"2016 Q4",364.05481481,440.33455882,378.45170139,218.94047619,110.47750000,102.77777778,113.84751852,180.12777778,72.00694444,42.39165094,33.22259259,50.34944444,48.78758939,48.00666667,44.13648148,171.93250000,38.92045455,23.01874399,26.76558429,19.49155093,16.77843434,16.76537037,16.21672374,16.77370370,8.59051583,7.77245050,8.66552083,5.98691667,5.04208333,2.34500000,0.19661458,1.77542542,2.24853865,0.97276290,1.45671498,0.72579524,0.61704722,0.37457084,0.12795354,0.08049603,0.06500000 +"2016 Q4",364.05481481,440.33455882,378.45170139,218.94047619,110.47750000,102.77777778,113.84751852,180.12777778,72.00694444,42.39165094,33.22259259,50.34944444,48.78758939,48.00666667,44.13648148,171.93250000,38.92045455,23.01022225,26.76558429,19.49155093,16.77843434,16.76537037,16.21672374,16.77370370,8.59051583,7.77245050,8.66552083,5.98691667,5.04208333,2.34500000,0.19661458,1.77542542,2.24853865,0.97276290,1.45671498,0.72579524,0.61704722,0.37457084,0.12795354,0.08049603,0.06500000 "2017 Q1",0,0.88986111,11.65923611,0,0,55.64063492,29.48169753,0.43333333,0,11.20848700,17.76722222,0,13.34534574,0,0,7.49293210,5.04583333,11.50582962,8.59888889,17.62535714,6.53122222,0,0,4.28111111,0,17.62916667,0.47638889,0,0,0,2.11436355,11.62486111,0.68703333,0.96969246,0.02809588,1.61531716,0.63905875,0.06690347,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_node_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_node_hours/timeseries-Year-reference.csv index c864b6cd37..c6a82b0d03 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_node_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_node_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Thrush, Hermit] Node Hours: Per Job","[Scaup, Lesser] Node Hours: Per Job","[Fieldfare] Node Hours: Per Job","[Smew] Node Hours: Per Job","[Nuthatch] Node Hours: Per Job","[Bunting, Ortolan] Node Hours: Per Job","[White, Great] Node Hours: Per Job","[Gull, Yellow-legged] Node Hours: Per Job","[Shearwater, Great] Node Hours: Per Job","[Bluetail, Red-flanked] Node Hours: Per Job","[Accentor, Alpine] Node Hours: Per Job","[Warbler, Savi's] Node Hours: Per Job","[Bufflehead] Node Hours: Per Job","[Dotterel] Node Hours: Per Job","[Warbler, Blackpoll] Node Hours: Per Job","[Chaffinch] Node Hours: Per Job","[Kestrel, Lesser] Node Hours: Per Job","[Moorhen] Node Hours: Per Job","[Warbler, Hooded] Node Hours: Per Job","[Fulmar] Node Hours: Per Job","[Jackdaw] Node Hours: Per Job","[Petrel, Fea's] Node Hours: Per Job","[Shearwater, Balearic] Node Hours: Per Job","[Swift, Little] Node Hours: Per Job","[Shearwater, Macaronesian] Node Hours: Per Job","[Chiffchaff, Iberian] Node Hours: Per Job","[Martin, Sand] Node Hours: Per Job","[Spotted, Great] Node Hours: Per Job","[Harrier, Hen] Node Hours: Per Job","[Gull, Glaucous-winged] Node Hours: Per Job","[Egret, Snowy] Node Hours: Per Job","[Tern, Caspian] Node Hours: Per Job","[Goose, Red-breasted] Node Hours: Per Job","[Dowitcher, Short-billed] Node Hours: Per Job","[Bittern] Node Hours: Per Job","[Lark, Calandra] Node Hours: Per Job","[Dunlin] Node Hours: Per Job","[Flycatcher, Taiga] Node Hours: Per Job","[Warbler, Cetti's] Node Hours: Per Job","[Blackbird] Node Hours: Per Job","[Yellowthroat, Common] Node Hours: Per Job" -2016,364.05481481,440.33455882,378.45170139,218.94047619,110.47750000,102.77777778,113.84751852,180.12777778,72.00694444,42.39165094,33.22259259,50.34944444,48.78758939,48.00666667,44.13648148,171.93250000,38.92045455,23.01874399,26.76558429,19.49155093,16.77843434,16.76537037,16.21672374,16.77370370,8.59051583,7.77245050,8.66552083,5.98691667,5.04208333,2.34500000,0.19661458,1.77542542,2.24853865,0.97276290,1.45671498,0.72579524,0.61704722,0.37457084,0.12795354,0.08049603,0.06500000 +2016,364.05481481,440.33455882,378.45170139,218.94047619,110.47750000,102.77777778,113.84751852,180.12777778,72.00694444,42.39165094,33.22259259,50.34944444,48.78758939,48.00666667,44.13648148,171.93250000,38.92045455,23.01022225,26.76558429,19.49155093,16.77843434,16.76537037,16.21672374,16.77370370,8.59051583,7.77245050,8.66552083,5.98691667,5.04208333,2.34500000,0.19661458,1.77542542,2.24853865,0.97276290,1.45671498,0.72579524,0.61704722,0.37457084,0.12795354,0.08049603,0.06500000 2017,0,0.88986111,11.65923611,0,0,55.64063492,29.48169753,0.43333333,0,11.20848700,17.76722222,0,13.34534574,0,0,7.49293210,5.04583333,11.50582962,8.59888889,17.62535714,6.53122222,0,0,4.28111111,0,17.62916667,0.47638889,0,0,0,2.11436355,11.62486111,0.68703333,0.96969246,0.02809588,1.61531716,0.63905875,0.06690347,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_processors/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_processors/aggregate-Day-reference.csv index 1dd643cf93..7d099b5fae 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_processors/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_processors/aggregate-Day-reference.csv @@ -39,11 +39,11 @@ Fulmar,3.0833,0.5345869237466392 "Chiffchaff, Iberian",2.2970,0.1689240965440023 "Petrel, Fea's",1.7333,0.7084673076458524 "Warbler, Cetti's",1.0418,0.029529889560875294 +Moorhen,1.0407,0.04067667523847026 Bittern,1.0000,0 Bufflehead,1.0000,0 "Dowitcher, Short-billed",1.0000,0 "Harrier, Hen",1.0000,0 -Moorhen,1.0000,0 "Shearwater, Great",1.0000,0 "Shearwater, Macaronesian",1.0000,0 "Spotted, Great",1.0000,0 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_processors/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_processors/aggregate-Month-reference.csv index 1dd643cf93..7d099b5fae 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_processors/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_processors/aggregate-Month-reference.csv @@ -39,11 +39,11 @@ Fulmar,3.0833,0.5345869237466392 "Chiffchaff, Iberian",2.2970,0.1689240965440023 "Petrel, Fea's",1.7333,0.7084673076458524 "Warbler, Cetti's",1.0418,0.029529889560875294 +Moorhen,1.0407,0.04067667523847026 Bittern,1.0000,0 Bufflehead,1.0000,0 "Dowitcher, Short-billed",1.0000,0 "Harrier, Hen",1.0000,0 -Moorhen,1.0000,0 "Shearwater, Great",1.0000,0 "Shearwater, Macaronesian",1.0000,0 "Spotted, Great",1.0000,0 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_processors/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_processors/aggregate-Quarter-reference.csv index 1dd643cf93..7d099b5fae 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_processors/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_processors/aggregate-Quarter-reference.csv @@ -39,11 +39,11 @@ Fulmar,3.0833,0.5345869237466392 "Chiffchaff, Iberian",2.2970,0.1689240965440023 "Petrel, Fea's",1.7333,0.7084673076458524 "Warbler, Cetti's",1.0418,0.029529889560875294 +Moorhen,1.0407,0.04067667523847026 Bittern,1.0000,0 Bufflehead,1.0000,0 "Dowitcher, Short-billed",1.0000,0 "Harrier, Hen",1.0000,0 -Moorhen,1.0000,0 "Shearwater, Great",1.0000,0 "Shearwater, Macaronesian",1.0000,0 "Spotted, Great",1.0000,0 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_processors/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_processors/aggregate-Year-reference.csv index 1dd643cf93..7d099b5fae 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_processors/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_processors/aggregate-Year-reference.csv @@ -39,11 +39,11 @@ Fulmar,3.0833,0.5345869237466392 "Chiffchaff, Iberian",2.2970,0.1689240965440023 "Petrel, Fea's",1.7333,0.7084673076458524 "Warbler, Cetti's",1.0418,0.029529889560875294 +Moorhen,1.0407,0.04067667523847026 Bittern,1.0000,0 Bufflehead,1.0000,0 "Dowitcher, Short-billed",1.0000,0 "Harrier, Hen",1.0000,0 -Moorhen,1.0000,0 "Shearwater, Great",1.0000,0 "Shearwater, Macaronesian",1.0000,0 "Spotted, Great",1.0000,0 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_processors/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_processors/timeseries-Day-reference.csv index bdcbce68f9..f713ed8b87 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_processors/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_processors/timeseries-Day-reference.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[Thrush, Hermit] Job Size: Per Job (Core Count)","[Gull, Yellow-legged] Job Size: Per Job (Core Count)","[Nuthatch] Job Size: Per Job (Core Count)","[Gull, Glaucous-winged] Job Size: Per Job (Core Count)","[Bunting, Ortolan] Job Size: Per Job (Core Count)","[Scaup, Lesser] Job Size: Per Job (Core Count)","[Smew] Job Size: Per Job (Core Count)","[Fieldfare] Job Size: Per Job (Core Count)","[White, Great] Job Size: Per Job (Core Count)","[Dunlin] Job Size: Per Job (Core Count)","[Warbler, Savi's] Job Size: Per Job (Core Count)","[Goose, Red-breasted] Job Size: Per Job (Core Count)","[Accentor, Alpine] Job Size: Per Job (Core Count)","[Blackbird] Job Size: Per Job (Core Count)","[Dotterel] Job Size: Per Job (Core Count)","[Shearwater, Balearic] Job Size: Per Job (Core Count)","[Swift, Little] Job Size: Per Job (Core Count)","[Yellowthroat, Common] Job Size: Per Job (Core Count)","[Egret, Snowy] Job Size: Per Job (Core Count)","[Kestrel, Lesser] Job Size: Per Job (Core Count)","[Warbler, Blackpoll] Job Size: Per Job (Core Count)","[Jackdaw] Job Size: Per Job (Core Count)","[Martin, Sand] Job Size: Per Job (Core Count)","[Bluetail, Red-flanked] Job Size: Per Job (Core Count)","[Chaffinch] Job Size: Per Job (Core Count)","[Flycatcher, Taiga] Job Size: Per Job (Core Count)","[Warbler, Hooded] Job Size: Per Job (Core Count)","[Lark, Calandra] Job Size: Per Job (Core Count)","[Tern, Caspian] Job Size: Per Job (Core Count)","[Fulmar] Job Size: Per Job (Core Count)","[Chiffchaff, Iberian] Job Size: Per Job (Core Count)","[Petrel, Fea's] Job Size: Per Job (Core Count)","[Warbler, Cetti's] Job Size: Per Job (Core Count)","[Bittern] Job Size: Per Job (Core Count)","[Bufflehead] Job Size: Per Job (Core Count)","[Dowitcher, Short-billed] Job Size: Per Job (Core Count)","[Harrier, Hen] Job Size: Per Job (Core Count)","[Moorhen] Job Size: Per Job (Core Count)","[Shearwater, Great] Job Size: Per Job (Core Count)","[Shearwater, Macaronesian] Job Size: Per Job (Core Count)","[Spotted, Great] Job Size: Per Job (Core Count)" +Day,"[Thrush, Hermit] Job Size: Per Job (Core Count)","[Gull, Yellow-legged] Job Size: Per Job (Core Count)","[Nuthatch] Job Size: Per Job (Core Count)","[Gull, Glaucous-winged] Job Size: Per Job (Core Count)","[Bunting, Ortolan] Job Size: Per Job (Core Count)","[Scaup, Lesser] Job Size: Per Job (Core Count)","[Smew] Job Size: Per Job (Core Count)","[Fieldfare] Job Size: Per Job (Core Count)","[White, Great] Job Size: Per Job (Core Count)","[Dunlin] Job Size: Per Job (Core Count)","[Warbler, Savi's] Job Size: Per Job (Core Count)","[Goose, Red-breasted] Job Size: Per Job (Core Count)","[Accentor, Alpine] Job Size: Per Job (Core Count)","[Blackbird] Job Size: Per Job (Core Count)","[Dotterel] Job Size: Per Job (Core Count)","[Shearwater, Balearic] Job Size: Per Job (Core Count)","[Swift, Little] Job Size: Per Job (Core Count)","[Yellowthroat, Common] Job Size: Per Job (Core Count)","[Egret, Snowy] Job Size: Per Job (Core Count)","[Kestrel, Lesser] Job Size: Per Job (Core Count)","[Warbler, Blackpoll] Job Size: Per Job (Core Count)","[Jackdaw] Job Size: Per Job (Core Count)","[Martin, Sand] Job Size: Per Job (Core Count)","[Bluetail, Red-flanked] Job Size: Per Job (Core Count)","[Chaffinch] Job Size: Per Job (Core Count)","[Flycatcher, Taiga] Job Size: Per Job (Core Count)","[Warbler, Hooded] Job Size: Per Job (Core Count)","[Lark, Calandra] Job Size: Per Job (Core Count)","[Tern, Caspian] Job Size: Per Job (Core Count)","[Fulmar] Job Size: Per Job (Core Count)","[Chiffchaff, Iberian] Job Size: Per Job (Core Count)","[Petrel, Fea's] Job Size: Per Job (Core Count)","[Warbler, Cetti's] Job Size: Per Job (Core Count)","[Moorhen] Job Size: Per Job (Core Count)","[Bittern] Job Size: Per Job (Core Count)","[Bufflehead] Job Size: Per Job (Core Count)","[Dowitcher, Short-billed] Job Size: Per Job (Core Count)","[Harrier, Hen] Job Size: Per Job (Core Count)","[Shearwater, Great] Job Size: Per Job (Core Count)","[Shearwater, Macaronesian] Job Size: Per Job (Core Count)","[Spotted, Great] Job Size: Per Job (Core Count)" 2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,0,12.0000,1.0000,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,0,12.0000,1.0000,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,0,18.0000,1.0000,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16.0000,12.0000,0,0,18.0000,1.0000,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-27,0,0,0,0,0,0,0,96.0000,72.0000,0,0,0,0,0,0,69.3333,0,0,0,0,0,0,0,16.0000,38.0000,1.0000,0,25.7143,13.5000,8.0000,0,12.0000,0,0,0,0,0,0,1.0000,0,0 -2016-12-28,0,0,0,0,0,183.1111,0,96.0000,60.0000,0,0,0,0,0,20.0000,34.6667,0,0,0,12.0000,12.0000,0,0,16.0000,38.0000,1.0000,8.0000,26.6000,13.5000,8.0000,0,12.0000,0,0,1.0000,0,0,1.0000,1.0000,0,0 -2016-12-29,0,160.0000,112.0000,0,96.0000,183.1111,72.0000,91.8696,60.0000,0,40.0000,0,0,0,20.0000,27.0400,0,0,0,12.0000,12.0000,11.2727,5.0000,16.0000,38.0000,9.3672,8.0000,17.9259,9.4167,2.3548,2.0000,12.0000,56.0000,0,1.0000,0,1.0000,1.0000,1.0000,0,0 -2016-12-30,224.0000,160.0000,112.0000,108.0000,96.0000,141.5385,72.0000,77.9286,61.7143,44.0444,28.0000,24.6500,0,20.0000,20.0000,20.1250,23.3333,16.0000,0,12.0000,12.0000,11.2000,5.0000,16.0000,38.0000,9.0887,9.0000,8.2788,4.2351,2.7941,9.5000,1.7333,1.0647,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 +2016-12-28,0,0,0,0,0,183.1111,0,96.0000,60.0000,0,0,0,0,0,20.0000,34.6667,0,0,0,12.0000,12.0000,0,0,16.0000,38.0000,1.0000,8.0000,26.6000,13.5000,8.0000,0,12.0000,0,1.0000,0,1.0000,0,0,1.0000,0,0 +2016-12-29,0,160.0000,112.0000,0,96.0000,183.1111,72.0000,91.8696,60.0000,0,40.0000,0,0,0,20.0000,27.0400,0,0,0,12.0000,12.0000,11.2727,5.0000,16.0000,38.0000,9.3672,8.0000,17.9259,9.4167,2.3548,2.0000,12.0000,56.0000,1.0000,0,1.0000,0,1.0000,1.0000,0,0 +2016-12-30,224.0000,160.0000,112.0000,108.0000,96.0000,141.5385,72.0000,77.9286,61.7143,44.0444,28.0000,24.6500,0,20.0000,20.0000,20.1250,23.3333,16.0000,0,12.0000,12.0000,11.2000,5.0000,16.0000,38.0000,9.0887,9.0000,8.2788,4.2351,2.7941,9.5000,1.7333,1.0647,1.0654,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 2016-12-31,336.0000,0,112.0000,0,96.0000,146.4615,72.0000,78.0833,53.0000,92.4000,40.0000,24.4615,23.1111,0,0,16.4337,32.5000,0,12.0000,12.0000,0,10.8889,11.4286,10.3542,30.0000,9.8789,10.0000,8.2365,8.3000,8.0000,2.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,0,1.0000,1.0000 -2017-01-01,0,160.0000,0,0,96.0000,32.0000,0,53.0000,49.3333,37.8993,0,24.0000,23.1111,0,0,0,5.0000,0,12.0000,12.0000,0,10.4000,12.0000,10.5532,8.1852,9.1352,8.0000,10.4080,8.5000,8.0000,2.0000,0,0,1.0000,1.0000,1.0000,0,1.0000,0,0,0 +2017-01-01,0,160.0000,0,0,96.0000,32.0000,0,53.0000,49.3333,37.8993,0,24.0000,23.1111,0,0,0,5.0000,0,12.0000,12.0000,0,10.4000,12.0000,10.5532,8.1852,9.1352,8.0000,10.4080,8.5000,8.0000,2.0000,0,0,1.0000,1.0000,1.0000,1.0000,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_processors/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_processors/timeseries-Month-reference.csv index 39cdd700ac..4c55909ff7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_processors/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_processors/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[Thrush, Hermit] Job Size: Per Job (Core Count)","[Gull, Yellow-legged] Job Size: Per Job (Core Count)","[Nuthatch] Job Size: Per Job (Core Count)","[Gull, Glaucous-winged] Job Size: Per Job (Core Count)","[Bunting, Ortolan] Job Size: Per Job (Core Count)","[Scaup, Lesser] Job Size: Per Job (Core Count)","[Smew] Job Size: Per Job (Core Count)","[Fieldfare] Job Size: Per Job (Core Count)","[White, Great] Job Size: Per Job (Core Count)","[Dunlin] Job Size: Per Job (Core Count)","[Warbler, Savi's] Job Size: Per Job (Core Count)","[Goose, Red-breasted] Job Size: Per Job (Core Count)","[Accentor, Alpine] Job Size: Per Job (Core Count)","[Blackbird] Job Size: Per Job (Core Count)","[Dotterel] Job Size: Per Job (Core Count)","[Shearwater, Balearic] Job Size: Per Job (Core Count)","[Swift, Little] Job Size: Per Job (Core Count)","[Yellowthroat, Common] Job Size: Per Job (Core Count)","[Egret, Snowy] Job Size: Per Job (Core Count)","[Kestrel, Lesser] Job Size: Per Job (Core Count)","[Warbler, Blackpoll] Job Size: Per Job (Core Count)","[Jackdaw] Job Size: Per Job (Core Count)","[Martin, Sand] Job Size: Per Job (Core Count)","[Bluetail, Red-flanked] Job Size: Per Job (Core Count)","[Chaffinch] Job Size: Per Job (Core Count)","[Flycatcher, Taiga] Job Size: Per Job (Core Count)","[Warbler, Hooded] Job Size: Per Job (Core Count)","[Lark, Calandra] Job Size: Per Job (Core Count)","[Tern, Caspian] Job Size: Per Job (Core Count)","[Fulmar] Job Size: Per Job (Core Count)","[Chiffchaff, Iberian] Job Size: Per Job (Core Count)","[Petrel, Fea's] Job Size: Per Job (Core Count)","[Warbler, Cetti's] Job Size: Per Job (Core Count)","[Bittern] Job Size: Per Job (Core Count)","[Bufflehead] Job Size: Per Job (Core Count)","[Dowitcher, Short-billed] Job Size: Per Job (Core Count)","[Harrier, Hen] Job Size: Per Job (Core Count)","[Moorhen] Job Size: Per Job (Core Count)","[Shearwater, Great] Job Size: Per Job (Core Count)","[Shearwater, Macaronesian] Job Size: Per Job (Core Count)","[Spotted, Great] Job Size: Per Job (Core Count)" -2016-12,224.0000,160.0000,112.0000,108.0000,96.0000,123.2941,72.0000,69.7188,55.2000,48.8800,28.0000,24.5435,23.1111,20.0000,20.0000,18.9315,23.3333,16.0000,12.0000,12.0000,12.0000,11.0909,10.6250,10.8868,30.0000,9.5143,9.5172,8.2151,4.2402,3.0833,2.2970,1.7333,1.0418,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 -2017-01,0,160.0000,0,0,96.0000,32.0000,0,53.0000,49.3333,37.8993,0,24.0000,23.1111,0,0,0,5.0000,0,12.0000,12.0000,0,10.4000,12.0000,10.5532,8.1852,9.1352,8.0000,10.4080,8.5000,8.0000,2.0000,0,0,1.0000,1.0000,1.0000,0,1.0000,0,0,0 +Month,"[Thrush, Hermit] Job Size: Per Job (Core Count)","[Gull, Yellow-legged] Job Size: Per Job (Core Count)","[Nuthatch] Job Size: Per Job (Core Count)","[Gull, Glaucous-winged] Job Size: Per Job (Core Count)","[Bunting, Ortolan] Job Size: Per Job (Core Count)","[Scaup, Lesser] Job Size: Per Job (Core Count)","[Smew] Job Size: Per Job (Core Count)","[Fieldfare] Job Size: Per Job (Core Count)","[White, Great] Job Size: Per Job (Core Count)","[Dunlin] Job Size: Per Job (Core Count)","[Warbler, Savi's] Job Size: Per Job (Core Count)","[Goose, Red-breasted] Job Size: Per Job (Core Count)","[Accentor, Alpine] Job Size: Per Job (Core Count)","[Blackbird] Job Size: Per Job (Core Count)","[Dotterel] Job Size: Per Job (Core Count)","[Shearwater, Balearic] Job Size: Per Job (Core Count)","[Swift, Little] Job Size: Per Job (Core Count)","[Yellowthroat, Common] Job Size: Per Job (Core Count)","[Egret, Snowy] Job Size: Per Job (Core Count)","[Kestrel, Lesser] Job Size: Per Job (Core Count)","[Warbler, Blackpoll] Job Size: Per Job (Core Count)","[Jackdaw] Job Size: Per Job (Core Count)","[Martin, Sand] Job Size: Per Job (Core Count)","[Bluetail, Red-flanked] Job Size: Per Job (Core Count)","[Chaffinch] Job Size: Per Job (Core Count)","[Flycatcher, Taiga] Job Size: Per Job (Core Count)","[Warbler, Hooded] Job Size: Per Job (Core Count)","[Lark, Calandra] Job Size: Per Job (Core Count)","[Tern, Caspian] Job Size: Per Job (Core Count)","[Fulmar] Job Size: Per Job (Core Count)","[Chiffchaff, Iberian] Job Size: Per Job (Core Count)","[Petrel, Fea's] Job Size: Per Job (Core Count)","[Warbler, Cetti's] Job Size: Per Job (Core Count)","[Moorhen] Job Size: Per Job (Core Count)","[Bittern] Job Size: Per Job (Core Count)","[Bufflehead] Job Size: Per Job (Core Count)","[Dowitcher, Short-billed] Job Size: Per Job (Core Count)","[Harrier, Hen] Job Size: Per Job (Core Count)","[Shearwater, Great] Job Size: Per Job (Core Count)","[Shearwater, Macaronesian] Job Size: Per Job (Core Count)","[Spotted, Great] Job Size: Per Job (Core Count)" +2016-12,224.0000,160.0000,112.0000,108.0000,96.0000,123.2941,72.0000,69.7188,55.2000,48.8800,28.0000,24.5435,23.1111,20.0000,20.0000,18.9315,23.3333,16.0000,12.0000,12.0000,12.0000,11.0909,10.6250,10.8868,30.0000,9.5143,9.5172,8.2151,4.2402,3.0833,2.2970,1.7333,1.0418,1.0441,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 +2017-01,0,160.0000,0,0,96.0000,32.0000,0,53.0000,49.3333,37.8993,0,24.0000,23.1111,0,0,0,5.0000,0,12.0000,12.0000,0,10.4000,12.0000,10.5532,8.1852,9.1352,8.0000,10.4080,8.5000,8.0000,2.0000,0,0,1.0000,1.0000,1.0000,1.0000,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_processors/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_processors/timeseries-Quarter-reference.csv index 0859fff7c5..decec76277 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_processors/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_processors/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[Thrush, Hermit] Job Size: Per Job (Core Count)","[Gull, Yellow-legged] Job Size: Per Job (Core Count)","[Nuthatch] Job Size: Per Job (Core Count)","[Gull, Glaucous-winged] Job Size: Per Job (Core Count)","[Bunting, Ortolan] Job Size: Per Job (Core Count)","[Scaup, Lesser] Job Size: Per Job (Core Count)","[Smew] Job Size: Per Job (Core Count)","[Fieldfare] Job Size: Per Job (Core Count)","[White, Great] Job Size: Per Job (Core Count)","[Dunlin] Job Size: Per Job (Core Count)","[Warbler, Savi's] Job Size: Per Job (Core Count)","[Goose, Red-breasted] Job Size: Per Job (Core Count)","[Accentor, Alpine] Job Size: Per Job (Core Count)","[Blackbird] Job Size: Per Job (Core Count)","[Dotterel] Job Size: Per Job (Core Count)","[Shearwater, Balearic] Job Size: Per Job (Core Count)","[Swift, Little] Job Size: Per Job (Core Count)","[Yellowthroat, Common] Job Size: Per Job (Core Count)","[Egret, Snowy] Job Size: Per Job (Core Count)","[Kestrel, Lesser] Job Size: Per Job (Core Count)","[Warbler, Blackpoll] Job Size: Per Job (Core Count)","[Jackdaw] Job Size: Per Job (Core Count)","[Martin, Sand] Job Size: Per Job (Core Count)","[Bluetail, Red-flanked] Job Size: Per Job (Core Count)","[Chaffinch] Job Size: Per Job (Core Count)","[Flycatcher, Taiga] Job Size: Per Job (Core Count)","[Warbler, Hooded] Job Size: Per Job (Core Count)","[Lark, Calandra] Job Size: Per Job (Core Count)","[Tern, Caspian] Job Size: Per Job (Core Count)","[Fulmar] Job Size: Per Job (Core Count)","[Chiffchaff, Iberian] Job Size: Per Job (Core Count)","[Petrel, Fea's] Job Size: Per Job (Core Count)","[Warbler, Cetti's] Job Size: Per Job (Core Count)","[Bittern] Job Size: Per Job (Core Count)","[Bufflehead] Job Size: Per Job (Core Count)","[Dowitcher, Short-billed] Job Size: Per Job (Core Count)","[Harrier, Hen] Job Size: Per Job (Core Count)","[Moorhen] Job Size: Per Job (Core Count)","[Shearwater, Great] Job Size: Per Job (Core Count)","[Shearwater, Macaronesian] Job Size: Per Job (Core Count)","[Spotted, Great] Job Size: Per Job (Core Count)" -"2016 Q4",224.0000,160.0000,112.0000,108.0000,96.0000,123.2941,72.0000,69.7188,55.2000,48.8800,28.0000,24.5435,23.1111,20.0000,20.0000,18.9315,23.3333,16.0000,12.0000,12.0000,12.0000,11.0909,10.6250,10.8868,30.0000,9.5143,9.5172,8.2151,4.2402,3.0833,2.2970,1.7333,1.0418,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 -"2017 Q1",0,160.0000,0,0,96.0000,32.0000,0,53.0000,49.3333,37.8993,0,24.0000,23.1111,0,0,0,5.0000,0,12.0000,12.0000,0,10.4000,12.0000,10.5532,8.1852,9.1352,8.0000,10.4080,8.5000,8.0000,2.0000,0,0,1.0000,1.0000,1.0000,0,1.0000,0,0,0 +Quarter,"[Thrush, Hermit] Job Size: Per Job (Core Count)","[Gull, Yellow-legged] Job Size: Per Job (Core Count)","[Nuthatch] Job Size: Per Job (Core Count)","[Gull, Glaucous-winged] Job Size: Per Job (Core Count)","[Bunting, Ortolan] Job Size: Per Job (Core Count)","[Scaup, Lesser] Job Size: Per Job (Core Count)","[Smew] Job Size: Per Job (Core Count)","[Fieldfare] Job Size: Per Job (Core Count)","[White, Great] Job Size: Per Job (Core Count)","[Dunlin] Job Size: Per Job (Core Count)","[Warbler, Savi's] Job Size: Per Job (Core Count)","[Goose, Red-breasted] Job Size: Per Job (Core Count)","[Accentor, Alpine] Job Size: Per Job (Core Count)","[Blackbird] Job Size: Per Job (Core Count)","[Dotterel] Job Size: Per Job (Core Count)","[Shearwater, Balearic] Job Size: Per Job (Core Count)","[Swift, Little] Job Size: Per Job (Core Count)","[Yellowthroat, Common] Job Size: Per Job (Core Count)","[Egret, Snowy] Job Size: Per Job (Core Count)","[Kestrel, Lesser] Job Size: Per Job (Core Count)","[Warbler, Blackpoll] Job Size: Per Job (Core Count)","[Jackdaw] Job Size: Per Job (Core Count)","[Martin, Sand] Job Size: Per Job (Core Count)","[Bluetail, Red-flanked] Job Size: Per Job (Core Count)","[Chaffinch] Job Size: Per Job (Core Count)","[Flycatcher, Taiga] Job Size: Per Job (Core Count)","[Warbler, Hooded] Job Size: Per Job (Core Count)","[Lark, Calandra] Job Size: Per Job (Core Count)","[Tern, Caspian] Job Size: Per Job (Core Count)","[Fulmar] Job Size: Per Job (Core Count)","[Chiffchaff, Iberian] Job Size: Per Job (Core Count)","[Petrel, Fea's] Job Size: Per Job (Core Count)","[Warbler, Cetti's] Job Size: Per Job (Core Count)","[Moorhen] Job Size: Per Job (Core Count)","[Bittern] Job Size: Per Job (Core Count)","[Bufflehead] Job Size: Per Job (Core Count)","[Dowitcher, Short-billed] Job Size: Per Job (Core Count)","[Harrier, Hen] Job Size: Per Job (Core Count)","[Shearwater, Great] Job Size: Per Job (Core Count)","[Shearwater, Macaronesian] Job Size: Per Job (Core Count)","[Spotted, Great] Job Size: Per Job (Core Count)" +"2016 Q4",224.0000,160.0000,112.0000,108.0000,96.0000,123.2941,72.0000,69.7188,55.2000,48.8800,28.0000,24.5435,23.1111,20.0000,20.0000,18.9315,23.3333,16.0000,12.0000,12.0000,12.0000,11.0909,10.6250,10.8868,30.0000,9.5143,9.5172,8.2151,4.2402,3.0833,2.2970,1.7333,1.0418,1.0441,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 +"2017 Q1",0,160.0000,0,0,96.0000,32.0000,0,53.0000,49.3333,37.8993,0,24.0000,23.1111,0,0,0,5.0000,0,12.0000,12.0000,0,10.4000,12.0000,10.5532,8.1852,9.1352,8.0000,10.4080,8.5000,8.0000,2.0000,0,0,1.0000,1.0000,1.0000,1.0000,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_processors/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_processors/timeseries-Year-reference.csv index c11f491dc4..4612881aaf 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_processors/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_processors/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[Thrush, Hermit] Job Size: Per Job (Core Count)","[Gull, Yellow-legged] Job Size: Per Job (Core Count)","[Nuthatch] Job Size: Per Job (Core Count)","[Gull, Glaucous-winged] Job Size: Per Job (Core Count)","[Bunting, Ortolan] Job Size: Per Job (Core Count)","[Scaup, Lesser] Job Size: Per Job (Core Count)","[Smew] Job Size: Per Job (Core Count)","[Fieldfare] Job Size: Per Job (Core Count)","[White, Great] Job Size: Per Job (Core Count)","[Dunlin] Job Size: Per Job (Core Count)","[Warbler, Savi's] Job Size: Per Job (Core Count)","[Goose, Red-breasted] Job Size: Per Job (Core Count)","[Accentor, Alpine] Job Size: Per Job (Core Count)","[Blackbird] Job Size: Per Job (Core Count)","[Dotterel] Job Size: Per Job (Core Count)","[Shearwater, Balearic] Job Size: Per Job (Core Count)","[Swift, Little] Job Size: Per Job (Core Count)","[Yellowthroat, Common] Job Size: Per Job (Core Count)","[Egret, Snowy] Job Size: Per Job (Core Count)","[Kestrel, Lesser] Job Size: Per Job (Core Count)","[Warbler, Blackpoll] Job Size: Per Job (Core Count)","[Jackdaw] Job Size: Per Job (Core Count)","[Martin, Sand] Job Size: Per Job (Core Count)","[Bluetail, Red-flanked] Job Size: Per Job (Core Count)","[Chaffinch] Job Size: Per Job (Core Count)","[Flycatcher, Taiga] Job Size: Per Job (Core Count)","[Warbler, Hooded] Job Size: Per Job (Core Count)","[Lark, Calandra] Job Size: Per Job (Core Count)","[Tern, Caspian] Job Size: Per Job (Core Count)","[Fulmar] Job Size: Per Job (Core Count)","[Chiffchaff, Iberian] Job Size: Per Job (Core Count)","[Petrel, Fea's] Job Size: Per Job (Core Count)","[Warbler, Cetti's] Job Size: Per Job (Core Count)","[Bittern] Job Size: Per Job (Core Count)","[Bufflehead] Job Size: Per Job (Core Count)","[Dowitcher, Short-billed] Job Size: Per Job (Core Count)","[Harrier, Hen] Job Size: Per Job (Core Count)","[Moorhen] Job Size: Per Job (Core Count)","[Shearwater, Great] Job Size: Per Job (Core Count)","[Shearwater, Macaronesian] Job Size: Per Job (Core Count)","[Spotted, Great] Job Size: Per Job (Core Count)" -2016,224.0000,160.0000,112.0000,108.0000,96.0000,123.2941,72.0000,69.7188,55.2000,48.8800,28.0000,24.5435,23.1111,20.0000,20.0000,18.9315,23.3333,16.0000,12.0000,12.0000,12.0000,11.0909,10.6250,10.8868,30.0000,9.5143,9.5172,8.2151,4.2402,3.0833,2.2970,1.7333,1.0418,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 -2017,0,160.0000,0,0,96.0000,32.0000,0,53.0000,49.3333,37.8993,0,24.0000,23.1111,0,0,0,5.0000,0,12.0000,12.0000,0,10.4000,12.0000,10.5532,8.1852,9.1352,8.0000,10.4080,8.5000,8.0000,2.0000,0,0,1.0000,1.0000,1.0000,0,1.0000,0,0,0 +Year,"[Thrush, Hermit] Job Size: Per Job (Core Count)","[Gull, Yellow-legged] Job Size: Per Job (Core Count)","[Nuthatch] Job Size: Per Job (Core Count)","[Gull, Glaucous-winged] Job Size: Per Job (Core Count)","[Bunting, Ortolan] Job Size: Per Job (Core Count)","[Scaup, Lesser] Job Size: Per Job (Core Count)","[Smew] Job Size: Per Job (Core Count)","[Fieldfare] Job Size: Per Job (Core Count)","[White, Great] Job Size: Per Job (Core Count)","[Dunlin] Job Size: Per Job (Core Count)","[Warbler, Savi's] Job Size: Per Job (Core Count)","[Goose, Red-breasted] Job Size: Per Job (Core Count)","[Accentor, Alpine] Job Size: Per Job (Core Count)","[Blackbird] Job Size: Per Job (Core Count)","[Dotterel] Job Size: Per Job (Core Count)","[Shearwater, Balearic] Job Size: Per Job (Core Count)","[Swift, Little] Job Size: Per Job (Core Count)","[Yellowthroat, Common] Job Size: Per Job (Core Count)","[Egret, Snowy] Job Size: Per Job (Core Count)","[Kestrel, Lesser] Job Size: Per Job (Core Count)","[Warbler, Blackpoll] Job Size: Per Job (Core Count)","[Jackdaw] Job Size: Per Job (Core Count)","[Martin, Sand] Job Size: Per Job (Core Count)","[Bluetail, Red-flanked] Job Size: Per Job (Core Count)","[Chaffinch] Job Size: Per Job (Core Count)","[Flycatcher, Taiga] Job Size: Per Job (Core Count)","[Warbler, Hooded] Job Size: Per Job (Core Count)","[Lark, Calandra] Job Size: Per Job (Core Count)","[Tern, Caspian] Job Size: Per Job (Core Count)","[Fulmar] Job Size: Per Job (Core Count)","[Chiffchaff, Iberian] Job Size: Per Job (Core Count)","[Petrel, Fea's] Job Size: Per Job (Core Count)","[Warbler, Cetti's] Job Size: Per Job (Core Count)","[Moorhen] Job Size: Per Job (Core Count)","[Bittern] Job Size: Per Job (Core Count)","[Bufflehead] Job Size: Per Job (Core Count)","[Dowitcher, Short-billed] Job Size: Per Job (Core Count)","[Harrier, Hen] Job Size: Per Job (Core Count)","[Shearwater, Great] Job Size: Per Job (Core Count)","[Shearwater, Macaronesian] Job Size: Per Job (Core Count)","[Spotted, Great] Job Size: Per Job (Core Count)" +2016,224.0000,160.0000,112.0000,108.0000,96.0000,123.2941,72.0000,69.7188,55.2000,48.8800,28.0000,24.5435,23.1111,20.0000,20.0000,18.9315,23.3333,16.0000,12.0000,12.0000,12.0000,11.0909,10.6250,10.8868,30.0000,9.5143,9.5172,8.2151,4.2402,3.0833,2.2970,1.7333,1.0418,1.0441,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 +2017,0,160.0000,0,0,96.0000,32.0000,0,53.0000,49.3333,37.8993,0,24.0000,23.1111,0,0,0,5.0000,0,12.0000,12.0000,0,10.4000,12.0000,10.5532,8.1852,9.1352,8.0000,10.4080,8.5000,8.0000,2.0000,0,0,1.0000,1.0000,1.0000,1.0000,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_waitduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_waitduration_hours/aggregate-Day-reference.csv index a428ee0418..03fe1f7199 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_waitduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_waitduration_hours/aggregate-Day-reference.csv @@ -31,7 +31,7 @@ Smew,1.98928571,0.9136179906052265 "Harrier, Hen",0.32390278,0.2312398274998169 "Goose, Red-breasted",0.29952899,0.12719098377944033 "Warbler, Hooded",0.20924174,0.04281469020992288 -Moorhen,0.20714974,0.015675479418422043 +Moorhen,0.20710815,0.015669574323219235 "Gull, Glaucous-winged",0.09777778,0 Bittern,0.08220238,0.011574714004551338 "Lark, Calandra",0.06381908,0.014079147600380438 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_waitduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_waitduration_hours/aggregate-Month-reference.csv index a428ee0418..03fe1f7199 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_waitduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_waitduration_hours/aggregate-Month-reference.csv @@ -31,7 +31,7 @@ Smew,1.98928571,0.9136179906052265 "Harrier, Hen",0.32390278,0.2312398274998169 "Goose, Red-breasted",0.29952899,0.12719098377944033 "Warbler, Hooded",0.20924174,0.04281469020992288 -Moorhen,0.20714974,0.015675479418422043 +Moorhen,0.20710815,0.015669574323219235 "Gull, Glaucous-winged",0.09777778,0 Bittern,0.08220238,0.011574714004551338 "Lark, Calandra",0.06381908,0.014079147600380438 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_waitduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_waitduration_hours/aggregate-Quarter-reference.csv index a428ee0418..03fe1f7199 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_waitduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_waitduration_hours/aggregate-Quarter-reference.csv @@ -31,7 +31,7 @@ Smew,1.98928571,0.9136179906052265 "Harrier, Hen",0.32390278,0.2312398274998169 "Goose, Red-breasted",0.29952899,0.12719098377944033 "Warbler, Hooded",0.20924174,0.04281469020992288 -Moorhen,0.20714974,0.015675479418422043 +Moorhen,0.20710815,0.015669574323219235 "Gull, Glaucous-winged",0.09777778,0 Bittern,0.08220238,0.011574714004551338 "Lark, Calandra",0.06381908,0.014079147600380438 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_waitduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_waitduration_hours/aggregate-Year-reference.csv index a428ee0418..03fe1f7199 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_waitduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_waitduration_hours/aggregate-Year-reference.csv @@ -31,7 +31,7 @@ Smew,1.98928571,0.9136179906052265 "Harrier, Hen",0.32390278,0.2312398274998169 "Goose, Red-breasted",0.29952899,0.12719098377944033 "Warbler, Hooded",0.20924174,0.04281469020992288 -Moorhen,0.20714974,0.015675479418422043 +Moorhen,0.20710815,0.015669574323219235 "Gull, Glaucous-winged",0.09777778,0 Bittern,0.08220238,0.011574714004551338 "Lark, Calandra",0.06381908,0.014079147600380438 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_waitduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_waitduration_hours/timeseries-Day-reference.csv index b6c55758f9..cf8c915784 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_waitduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_waitduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Tern, Caspian] Wait Hours: Per Job","[Fulmar] Wait Hours: Per Job","[Warbl 2016-12-27,0.00055556,273.48105556,0,103.71148148,57.59064815,0,0,0,76.08611111,50.82250000,0,0,0,0,0,0,0,0.00000000,0,0,0,0.00000000,0,0,0,0,0,0,0.00288889,0,0,0.00000000,0,0,0,0,0,0,0,0.00000000,0 2016-12-28,0.00000000,280.72700000,0,108.01750000,80.35419753,0,0,0,36.87611111,0.00000000,0,0,0,5.30577160,0,3.72481481,0,0.00000000,0,0,0,1.68000000,0,0,0.46633333,0.02977924,0,0,7.07458333,0.07195578,0,0.00000000,0,0,0,0,0.00027778,0.00018519,0,0.00000000,0 2016-12-29,150.26646605,12.05893162,0.00166667,41.77958333,22.19675214,25.72861111,0.00444444,0,5.85819444,0.00000000,0,0,0.87133838,0.00000000,0,0.00000000,0,7.73980283,1.98928571,3.47907407,0.79222222,4.46097222,0.01788889,0,0.13063131,0.04237662,0,0,1.33660948,0.04464331,0,0.00000000,0.00000000,0,0,0.00062500,0.00000000,0.00000000,0,0.00000000,0 -2016-12-30,224.39559552,55.29648148,105.48055556,0.00222222,31.96192488,0.00000000,18.02518519,13.00438580,14.90583333,5.14571429,6.67768519,0,5.77518519,0.38944444,2.58369031,0.00000000,0,1.39468892,0.00000000,1.47605556,0.84532650,0.00000000,0.42590741,0.59636111,0.31423611,0.32754774,0.09777778,0.17850082,0.02575712,0.13344771,0.05370370,0.00000000,0.00000000,0.01437500,0.00105159,0.00055556,0.00000000,0.00020833,0.00009921,0.00000000,0.00000000 +2016-12-30,224.39559552,55.29648148,105.48055556,0.00222222,31.96192488,0.00000000,18.02518519,13.00438580,14.90583333,5.14571429,6.67768519,0,5.77518519,0.38944444,2.58369031,0.00000000,0,1.39468892,0.00000000,1.47605556,0.84532650,0.00000000,0.42590741,0.59636111,0.31423611,0.32720784,0.09777778,0.17850082,0.02575712,0.13344771,0.05370370,0.00000000,0.00000000,0.01437500,0.00105159,0.00055556,0.00000000,0.00020833,0.00009921,0.00000000,0.00000000 2016-12-31,4.34280303,351.74604167,0.00000000,0.00076389,33.49272778,0,27.32576747,3.35838889,0.95052083,0.00000000,0.00000000,0.02019097,0.00000000,0.00000000,7.36601918,0,2.15222222,2.90176261,0.00000000,0.07819444,0.55391509,0.00626263,0.00000000,0.33598291,0.26094444,0.35169374,0,0.02144676,0.03724051,0.01543544,0.00000000,0.00027778,0.02496032,0.01388889,0,0.00000000,0,0.00013889,0.00010913,0,0 2017-01-01,0.00666667,0.00000000,0,1.52939815,0,36.31500000,0.00000000,13.14023981,1.45988889,0,0,5.48065465,0.00000000,0.00000000,0,0,0.00000000,1.47548426,0,3.00597222,0,0.00000000,0,0.00020531,0.01934028,0.03615605,0,0.00010305,0.09531934,0.01760234,0.00027778,0.04938889,0.00000000,0,0,0,0,0.00013889,0.00016865,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_waitduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_waitduration_hours/timeseries-Month-reference.csv index 6369dd72af..e68bd57c72 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_waitduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_waitduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Tern, Caspian] Wait Hours: Per Job","[Fulmar] Wait Hours: Per Job","[Warbler, Savi's] Wait Hours: Per Job","[Fieldfare] Wait Hours: Per Job","[Shearwater, Balearic] Wait Hours: Per Job","[Gull, Yellow-legged] Wait Hours: Per Job","[Chiffchaff, Iberian] Wait Hours: Per Job","[Dunlin] Wait Hours: Per Job","[White, Great] Wait Hours: Per Job","[Petrel, Fea's] Wait Hours: Per Job","[Thrush, Hermit] Wait Hours: Per Job","[Egret, Snowy] Wait Hours: Per Job","[Jackdaw] Wait Hours: Per Job","[Kestrel, Lesser] Wait Hours: Per Job","[Shearwater, Macaronesian] Wait Hours: Per Job","[Warbler, Blackpoll] Wait Hours: Per Job","[Accentor, Alpine] Wait Hours: Per Job","[Flycatcher, Taiga] Wait Hours: Per Job","[Smew] Wait Hours: Per Job","[Bunting, Ortolan] Wait Hours: Per Job","[Warbler, Cetti's] Wait Hours: Per Job","[Bluetail, Red-flanked] Wait Hours: Per Job","[Harrier, Hen] Wait Hours: Per Job","[Goose, Red-breasted] Wait Hours: Per Job","[Warbler, Hooded] Wait Hours: Per Job","[Moorhen] Wait Hours: Per Job","[Gull, Glaucous-winged] Wait Hours: Per Job","[Bittern] Wait Hours: Per Job","[Lark, Calandra] Wait Hours: Per Job","[Bufflehead] Wait Hours: Per Job","[Swift, Little] Wait Hours: Per Job","[Chaffinch] Wait Hours: Per Job","[Martin, Sand] Wait Hours: Per Job","[Spotted, Great] Wait Hours: Per Job","[Blackbird] Wait Hours: Per Job","[Nuthatch] Wait Hours: Per Job","[Dotterel] Wait Hours: Per Job","[Scaup, Lesser] Wait Hours: Per Job","[Dowitcher, Short-billed] Wait Hours: Per Job","[Shearwater, Great] Wait Hours: Per Job","[Yellowthroat, Common] Wait Hours: Per Job" -2016-12,214.53698637,71.34538580,52.74111111,60.67485243,35.12637367,25.72861111,26.77900440,12.03978611,11.80001852,8.19083333,6.67768519,0.02019097,4.87037458,4.41189394,3.92752472,3.72481481,2.15222222,2.24032120,1.98928571,1.51085648,0.74204509,0.68931866,0.32390278,0.44919082,0.26162835,0.22153436,0.09777778,0.13753019,0.06199041,0.06002018,0.05370370,0.00023148,0.02184028,0.01408333,0.00105159,0.00059028,0.00027778,0.00017974,0.00010417,0.00000000,0.00000000 +2016-12,214.53698637,71.34538580,52.74111111,60.67485243,35.12637367,25.72861111,26.77900440,12.03978611,11.80001852,8.19083333,6.67768519,0.02019097,4.87037458,4.41189394,3.92752472,3.72481481,2.15222222,2.24032120,1.98928571,1.51085648,0.74204509,0.68931866,0.32390278,0.44919082,0.26162835,0.22148335,0.09777778,0.13753019,0.06199041,0.06002018,0.05370370,0.00023148,0.02184028,0.01408333,0.00105159,0.00059028,0.00027778,0.00017974,0.00010417,0.00000000,0.00000000 2017-01,0.00666667,0.00000000,0,1.52939815,0,36.31500000,0.00000000,13.14023981,1.45988889,0,0,5.48065465,0.00000000,0.00000000,0,0,0.00000000,1.47548426,0,3.00597222,0,0.00000000,0,0.00020531,0.01934028,0.03615605,0,0.00010305,0.09531934,0.01760234,0.00027778,0.04938889,0.00000000,0,0,0,0,0.00013889,0.00016865,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_waitduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_waitduration_hours/timeseries-Quarter-reference.csv index aad85fbe0f..e08e1f0b28 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_waitduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_waitduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Tern, Caspian] Wait Hours: Per Job","[Fulmar] Wait Hours: Per Job","[Warbler, Savi's] Wait Hours: Per Job","[Fieldfare] Wait Hours: Per Job","[Shearwater, Balearic] Wait Hours: Per Job","[Gull, Yellow-legged] Wait Hours: Per Job","[Chiffchaff, Iberian] Wait Hours: Per Job","[Dunlin] Wait Hours: Per Job","[White, Great] Wait Hours: Per Job","[Petrel, Fea's] Wait Hours: Per Job","[Thrush, Hermit] Wait Hours: Per Job","[Egret, Snowy] Wait Hours: Per Job","[Jackdaw] Wait Hours: Per Job","[Kestrel, Lesser] Wait Hours: Per Job","[Shearwater, Macaronesian] Wait Hours: Per Job","[Warbler, Blackpoll] Wait Hours: Per Job","[Accentor, Alpine] Wait Hours: Per Job","[Flycatcher, Taiga] Wait Hours: Per Job","[Smew] Wait Hours: Per Job","[Bunting, Ortolan] Wait Hours: Per Job","[Warbler, Cetti's] Wait Hours: Per Job","[Bluetail, Red-flanked] Wait Hours: Per Job","[Harrier, Hen] Wait Hours: Per Job","[Goose, Red-breasted] Wait Hours: Per Job","[Warbler, Hooded] Wait Hours: Per Job","[Moorhen] Wait Hours: Per Job","[Gull, Glaucous-winged] Wait Hours: Per Job","[Bittern] Wait Hours: Per Job","[Lark, Calandra] Wait Hours: Per Job","[Bufflehead] Wait Hours: Per Job","[Swift, Little] Wait Hours: Per Job","[Chaffinch] Wait Hours: Per Job","[Martin, Sand] Wait Hours: Per Job","[Spotted, Great] Wait Hours: Per Job","[Blackbird] Wait Hours: Per Job","[Nuthatch] Wait Hours: Per Job","[Dotterel] Wait Hours: Per Job","[Scaup, Lesser] Wait Hours: Per Job","[Dowitcher, Short-billed] Wait Hours: Per Job","[Shearwater, Great] Wait Hours: Per Job","[Yellowthroat, Common] Wait Hours: Per Job" -"2016 Q4",214.53698637,71.34538580,52.74111111,60.67485243,35.12637367,25.72861111,26.77900440,12.03978611,11.80001852,8.19083333,6.67768519,0.02019097,4.87037458,4.41189394,3.92752472,3.72481481,2.15222222,2.24032120,1.98928571,1.51085648,0.74204509,0.68931866,0.32390278,0.44919082,0.26162835,0.22153436,0.09777778,0.13753019,0.06199041,0.06002018,0.05370370,0.00023148,0.02184028,0.01408333,0.00105159,0.00059028,0.00027778,0.00017974,0.00010417,0.00000000,0.00000000 +"2016 Q4",214.53698637,71.34538580,52.74111111,60.67485243,35.12637367,25.72861111,26.77900440,12.03978611,11.80001852,8.19083333,6.67768519,0.02019097,4.87037458,4.41189394,3.92752472,3.72481481,2.15222222,2.24032120,1.98928571,1.51085648,0.74204509,0.68931866,0.32390278,0.44919082,0.26162835,0.22148335,0.09777778,0.13753019,0.06199041,0.06002018,0.05370370,0.00023148,0.02184028,0.01408333,0.00105159,0.00059028,0.00027778,0.00017974,0.00010417,0.00000000,0.00000000 "2017 Q1",0.00666667,0.00000000,0,1.52939815,0,36.31500000,0.00000000,13.14023981,1.45988889,0,0,5.48065465,0.00000000,0.00000000,0,0,0.00000000,1.47548426,0,3.00597222,0,0.00000000,0,0.00020531,0.01934028,0.03615605,0,0.00010305,0.09531934,0.01760234,0.00027778,0.04938889,0.00000000,0,0,0,0,0.00013889,0.00016865,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_waitduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_waitduration_hours/timeseries-Year-reference.csv index c7bc4611a8..3b9c0945b7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_waitduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_waitduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Tern, Caspian] Wait Hours: Per Job","[Fulmar] Wait Hours: Per Job","[Warbler, Savi's] Wait Hours: Per Job","[Fieldfare] Wait Hours: Per Job","[Shearwater, Balearic] Wait Hours: Per Job","[Gull, Yellow-legged] Wait Hours: Per Job","[Chiffchaff, Iberian] Wait Hours: Per Job","[Dunlin] Wait Hours: Per Job","[White, Great] Wait Hours: Per Job","[Petrel, Fea's] Wait Hours: Per Job","[Thrush, Hermit] Wait Hours: Per Job","[Egret, Snowy] Wait Hours: Per Job","[Jackdaw] Wait Hours: Per Job","[Kestrel, Lesser] Wait Hours: Per Job","[Shearwater, Macaronesian] Wait Hours: Per Job","[Warbler, Blackpoll] Wait Hours: Per Job","[Accentor, Alpine] Wait Hours: Per Job","[Flycatcher, Taiga] Wait Hours: Per Job","[Smew] Wait Hours: Per Job","[Bunting, Ortolan] Wait Hours: Per Job","[Warbler, Cetti's] Wait Hours: Per Job","[Bluetail, Red-flanked] Wait Hours: Per Job","[Harrier, Hen] Wait Hours: Per Job","[Goose, Red-breasted] Wait Hours: Per Job","[Warbler, Hooded] Wait Hours: Per Job","[Moorhen] Wait Hours: Per Job","[Gull, Glaucous-winged] Wait Hours: Per Job","[Bittern] Wait Hours: Per Job","[Lark, Calandra] Wait Hours: Per Job","[Bufflehead] Wait Hours: Per Job","[Swift, Little] Wait Hours: Per Job","[Chaffinch] Wait Hours: Per Job","[Martin, Sand] Wait Hours: Per Job","[Spotted, Great] Wait Hours: Per Job","[Blackbird] Wait Hours: Per Job","[Nuthatch] Wait Hours: Per Job","[Dotterel] Wait Hours: Per Job","[Scaup, Lesser] Wait Hours: Per Job","[Dowitcher, Short-billed] Wait Hours: Per Job","[Shearwater, Great] Wait Hours: Per Job","[Yellowthroat, Common] Wait Hours: Per Job" -2016,214.53698637,71.34538580,52.74111111,60.67485243,35.12637367,25.72861111,26.77900440,12.03978611,11.80001852,8.19083333,6.67768519,0.02019097,4.87037458,4.41189394,3.92752472,3.72481481,2.15222222,2.24032120,1.98928571,1.51085648,0.74204509,0.68931866,0.32390278,0.44919082,0.26162835,0.22153436,0.09777778,0.13753019,0.06199041,0.06002018,0.05370370,0.00023148,0.02184028,0.01408333,0.00105159,0.00059028,0.00027778,0.00017974,0.00010417,0.00000000,0.00000000 +2016,214.53698637,71.34538580,52.74111111,60.67485243,35.12637367,25.72861111,26.77900440,12.03978611,11.80001852,8.19083333,6.67768519,0.02019097,4.87037458,4.41189394,3.92752472,3.72481481,2.15222222,2.24032120,1.98928571,1.51085648,0.74204509,0.68931866,0.32390278,0.44919082,0.26162835,0.22148335,0.09777778,0.13753019,0.06199041,0.06002018,0.05370370,0.00023148,0.02184028,0.01408333,0.00105159,0.00059028,0.00027778,0.00017974,0.00010417,0.00000000,0.00000000 2017,0.00666667,0.00000000,0,1.52939815,0,36.31500000,0.00000000,13.14023981,1.45988889,0,0,5.48065465,0.00000000,0.00000000,0,0,0.00000000,1.47548426,0,3.00597222,0,0.00000000,0,0.00020531,0.01934028,0.03615605,0,0.00010305,0.09531934,0.01760234,0.00027778,0.04938889,0.00000000,0,0,0,0,0.00013889,0.00016865,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_wallduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_wallduration_hours/aggregate-Day-reference.csv index ae1368a45f..edb496fd55 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_wallduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_wallduration_hours/aggregate-Day-reference.csv @@ -16,7 +16,7 @@ Fieldfare,37.79727273, Smew,36.49007937, "Scaup, Lesser",26.34404444, "Accentor, Alpine",25.49490741, -Moorhen,25.48654262, +Moorhen,25.47695099, "Warbler, Savi's",25.17486111, "Warbler, Hooded",24.23206456, Fulmar,21.20474151, diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_wallduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_wallduration_hours/aggregate-Month-reference.csv index 39e75564b9..129230d946 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_wallduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_wallduration_hours/aggregate-Month-reference.csv @@ -16,7 +16,7 @@ Fieldfare,37.79727273,4.7120666811720895 Smew,36.49007937,2.407916402194818 "Scaup, Lesser",26.34404444,6.8507338965077675 "Accentor, Alpine",25.49490741, -Moorhen,25.48654262,0.09521527865289223 +Moorhen,25.47695099,0.09566096763130776 "Warbler, Savi's",25.17486111,17.80092216999551 "Warbler, Hooded",24.23206456,3.046402847031802 Fulmar,21.20474151,2.519140001248213 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_wallduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_wallduration_hours/aggregate-Quarter-reference.csv index 39e75564b9..129230d946 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_wallduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_wallduration_hours/aggregate-Quarter-reference.csv @@ -16,7 +16,7 @@ Fieldfare,37.79727273,4.7120666811720895 Smew,36.49007937,2.407916402194818 "Scaup, Lesser",26.34404444,6.8507338965077675 "Accentor, Alpine",25.49490741, -Moorhen,25.48654262,0.09521527865289223 +Moorhen,25.47695099,0.09566096763130776 "Warbler, Savi's",25.17486111,17.80092216999551 "Warbler, Hooded",24.23206456,3.046402847031802 Fulmar,21.20474151,2.519140001248213 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_wallduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_wallduration_hours/aggregate-Year-reference.csv index 39e75564b9..129230d946 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_wallduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_wallduration_hours/aggregate-Year-reference.csv @@ -16,7 +16,7 @@ Fieldfare,37.79727273,4.7120666811720895 Smew,36.49007937,2.407916402194818 "Scaup, Lesser",26.34404444,6.8507338965077675 "Accentor, Alpine",25.49490741, -Moorhen,25.48654262,0.09521527865289223 +Moorhen,25.47695099,0.09566096763130776 "Warbler, Savi's",25.17486111,17.80092216999551 "Warbler, Hooded",24.23206456,3.046402847031802 Fulmar,21.20474151,2.519140001248213 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_wallduration_hours/timeseries-Day-reference.csv index 27a7c4e4e4..7fae8a56d6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_wallduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Shearwater, Great] Wall Hours: Per Job","[Bluetail, Red-flanked] Wall Hour 2016-12-27,4.72138889,24.00000000,0,0,0,0,12.98407407,0,0,0,0,0,0,13.96533333,20.66416667,0,19.90555556,0,0,13.89986111,0,0,0,20.49703704,0,0,0,0,0,0,8.71606481,0,0,0,8.23638889,3.21666667,0,0,0,0,0 2016-12-28,24.00000000,9.02631944,13.35268330,4.70055556,5.03972222,3.11533951,15.23050000,0,17.86320988,0,5.01598392,0,8.78983333,17.63833333,18.38902778,0,24.00000000,0,0,24.00000000,0,0,0,14.10152778,0,0,0,0,0,0,24.00000000,0,0,0,19.32140278,24.00000000,0,0,0,0,0 2016-12-29,24.00000000,23.88776389,16.60273286,24.00000000,24.00000000,24.00000000,23.40096618,11.55011905,24.00000000,0,13.10756221,18.97472222,10.54645833,7.73178763,18.61000000,4.34454545,24.00000000,3.66944444,0,24.00000000,6.36972222,0,3.62000000,14.25424444,10.40083333,0,2.01966667,0,6.48888889,0,7.81509259,0,0,0,11.06298354,1.17898003,0,0,0,0,1.92694444 -2016-12-30,19.28555556,18.92284722,21.71949405,19.30611111,15.09675926,14.55335859,18.93428571,21.78416667,16.65664530,0,13.31263065,12.00027778,13.41648148,7.32452206,11.90376984,9.68358547,11.72422222,10.28048611,9.78120370,24.00000000,7.97656250,4.25015531,16.84687500,4.10732350,13.60638889,3.48631944,4.10559722,1.45518519,2.51750000,0,0.80124024,0.97252976,1.58977533,0.48461111,0.27513871,0.34371670,0.26055556,0.14245370,0.08049603,0.06500000,0.03474935 +2016-12-30,19.28555556,18.92284722,21.71949405,19.30611111,15.09675926,14.55335859,18.93428571,21.78416667,16.65664530,0,13.30465261,12.00027778,13.41648148,7.32452206,11.90376984,9.68358547,11.72422222,10.28048611,9.78120370,24.00000000,7.97656250,4.25015531,16.84687500,4.10732350,13.60638889,3.48631944,4.10559722,1.45518519,2.51750000,0,0.80124024,0.97252976,1.58977533,0.48461111,0.27513871,0.34371670,0.26055556,0.14245370,0.08049603,0.06500000,0.03474935 2016-12-31,0,23.17923611,10.83064379,0,0,24.00000000,11.12489583,22.09055556,4.88585470,16.61129630,12.53390738,7.37444444,10.97790404,14.97629630,8.30273148,15.93161523,1.92791667,7.33458333,16.96888889,8.03958333,10.17785714,5.54019436,7.28581633,1.97834003,6.47384921,7.65398148,8.63138889,4.84500000,0,0.19661458,5.00544444,0.97299603,1.07971065,1.49565171,0.32450010,0.38194742,0,0.14844444,0,0,0.01479010 2017-01-01,0,11.20848700,13.34534574,0,0,5.04583333,3.01452778,0,0.22246528,8.88361111,11.50582962,0,8.59888889,17.62535714,6.25080247,6.53122222,0,0,0,2.25395062,6.95507937,0,17.62916667,0,0.47638889,0,0,4.28111111,0.02166667,2.11436355,11.62486111,0.96969246,0.02809588,0.30830000,1.46437811,0.06690347,0,0.22250400,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_wallduration_hours/timeseries-Month-reference.csv index 05be93a7d2..e22b431ae6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_wallduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Shearwater, Great] Wall Hours: Per Job","[Bluetail, Red-flanked] Wall Hours: Per Job","[Bufflehead] Wall Hours: Per Job","[Dotterel] Wall Hours: Per Job","[Warbler, Blackpoll] Wall Hours: Per Job","[Kestrel, Lesser] Wall Hours: Per Job","[Fieldfare] Wall Hours: Per Job","[Smew] Wall Hours: Per Job","[Scaup, Lesser] Wall Hours: Per Job","[Accentor, Alpine] Wall Hours: Per Job","[Moorhen] Wall Hours: Per Job","[Warbler, Savi's] Wall Hours: Per Job","[Warbler, Hooded] Wall Hours: Per Job","[Fulmar] Wall Hours: Per Job","[White, Great] Wall Hours: Per Job","[Jackdaw] Wall Hours: Per Job","[Petrel, Fea's] Wall Hours: Per Job","[Nuthatch] Wall Hours: Per Job","[Thrush, Hermit] Wall Hours: Per Job","[Chaffinch] Wall Hours: Per Job","[Bunting, Ortolan] Wall Hours: Per Job","[Shearwater, Macaronesian] Wall Hours: Per Job","[Chiffchaff, Iberian] Wall Hours: Per Job","[Shearwater, Balearic] Wall Hours: Per Job","[Martin, Sand] Wall Hours: Per Job","[Spotted, Great] Wall Hours: Per Job","[Harrier, Hen] Wall Hours: Per Job","[Swift, Little] Wall Hours: Per Job","[Gull, Yellow-legged] Wall Hours: Per Job","[Egret, Snowy] Wall Hours: Per Job","[Tern, Caspian] Wall Hours: Per Job","[Dowitcher, Short-billed] Wall Hours: Per Job","[Bittern] Wall Hours: Per Job","[Goose, Red-breasted] Wall Hours: Per Job","[Lark, Calandra] Wall Hours: Per Job","[Flycatcher, Taiga] Wall Hours: Per Job","[Gull, Glaucous-winged] Wall Hours: Per Job","[Dunlin] Wall Hours: Per Job","[Blackbird] Wall Hours: Per Job","[Yellowthroat, Common] Wall Hours: Per Job","[Warbler, Cetti's] Wall Hours: Per Job" -2016-12,72.00694444,42.39165094,48.78758939,48.00666667,44.13648148,38.92045455,50.08717014,36.49007937,38.63655229,16.61129630,23.01874399,25.17486111,26.76558429,19.49116512,20.98942593,16.77843434,16.76537037,15.78250000,15.43750000,55.46393519,12.84722222,8.59051583,7.77245050,7.84637557,8.66552083,5.98691667,5.04208333,4.68518519,9.00638889,0.19661458,1.58470254,0.97276290,1.45671498,1.05606884,0.49420671,0.37457084,0.26055556,0.14305278,0.08049603,0.06500000,0.02840866 +2016-12,72.00694444,42.39165094,48.78758939,48.00666667,44.13648148,38.92045455,50.08717014,36.49007937,38.63655229,16.61129630,23.00936303,25.17486111,26.76558429,19.49116512,20.98942593,16.77843434,16.76537037,15.78250000,15.43750000,55.46393519,12.84722222,8.59051583,7.77245050,7.84637557,8.66552083,5.98691667,5.04208333,4.68518519,9.00638889,0.19661458,1.58470254,0.97276290,1.45671498,1.05606884,0.49420671,0.37457084,0.26055556,0.14305278,0.08049603,0.06500000,0.02840866 2017-01,0,11.20848700,13.34534574,0,0,5.04583333,3.01452778,0,0.22246528,8.88361111,11.50582962,0,8.59888889,17.62535714,6.25080247,6.53122222,0,0,0,2.25395062,6.95507937,0,17.62916667,0,0.47638889,0,0,4.28111111,0.02166667,2.11436355,11.62486111,0.96969246,0.02809588,0.30830000,1.46437811,0.06690347,0,0.22250400,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_wallduration_hours/timeseries-Quarter-reference.csv index 9ed33072b1..9991797d23 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_wallduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Shearwater, Great] Wall Hours: Per Job","[Bluetail, Red-flanked] Wall Hours: Per Job","[Bufflehead] Wall Hours: Per Job","[Dotterel] Wall Hours: Per Job","[Warbler, Blackpoll] Wall Hours: Per Job","[Kestrel, Lesser] Wall Hours: Per Job","[Fieldfare] Wall Hours: Per Job","[Smew] Wall Hours: Per Job","[Scaup, Lesser] Wall Hours: Per Job","[Accentor, Alpine] Wall Hours: Per Job","[Moorhen] Wall Hours: Per Job","[Warbler, Savi's] Wall Hours: Per Job","[Warbler, Hooded] Wall Hours: Per Job","[Fulmar] Wall Hours: Per Job","[White, Great] Wall Hours: Per Job","[Jackdaw] Wall Hours: Per Job","[Petrel, Fea's] Wall Hours: Per Job","[Nuthatch] Wall Hours: Per Job","[Thrush, Hermit] Wall Hours: Per Job","[Chaffinch] Wall Hours: Per Job","[Bunting, Ortolan] Wall Hours: Per Job","[Shearwater, Macaronesian] Wall Hours: Per Job","[Chiffchaff, Iberian] Wall Hours: Per Job","[Shearwater, Balearic] Wall Hours: Per Job","[Martin, Sand] Wall Hours: Per Job","[Spotted, Great] Wall Hours: Per Job","[Harrier, Hen] Wall Hours: Per Job","[Swift, Little] Wall Hours: Per Job","[Gull, Yellow-legged] Wall Hours: Per Job","[Egret, Snowy] Wall Hours: Per Job","[Tern, Caspian] Wall Hours: Per Job","[Dowitcher, Short-billed] Wall Hours: Per Job","[Bittern] Wall Hours: Per Job","[Goose, Red-breasted] Wall Hours: Per Job","[Lark, Calandra] Wall Hours: Per Job","[Flycatcher, Taiga] Wall Hours: Per Job","[Gull, Glaucous-winged] Wall Hours: Per Job","[Dunlin] Wall Hours: Per Job","[Blackbird] Wall Hours: Per Job","[Yellowthroat, Common] Wall Hours: Per Job","[Warbler, Cetti's] Wall Hours: Per Job" -"2016 Q4",72.00694444,42.39165094,48.78758939,48.00666667,44.13648148,38.92045455,50.08717014,36.49007937,38.63655229,16.61129630,23.01874399,25.17486111,26.76558429,19.49116512,20.98942593,16.77843434,16.76537037,15.78250000,15.43750000,55.46393519,12.84722222,8.59051583,7.77245050,7.84637557,8.66552083,5.98691667,5.04208333,4.68518519,9.00638889,0.19661458,1.58470254,0.97276290,1.45671498,1.05606884,0.49420671,0.37457084,0.26055556,0.14305278,0.08049603,0.06500000,0.02840866 +"2016 Q4",72.00694444,42.39165094,48.78758939,48.00666667,44.13648148,38.92045455,50.08717014,36.49007937,38.63655229,16.61129630,23.00936303,25.17486111,26.76558429,19.49116512,20.98942593,16.77843434,16.76537037,15.78250000,15.43750000,55.46393519,12.84722222,8.59051583,7.77245050,7.84637557,8.66552083,5.98691667,5.04208333,4.68518519,9.00638889,0.19661458,1.58470254,0.97276290,1.45671498,1.05606884,0.49420671,0.37457084,0.26055556,0.14305278,0.08049603,0.06500000,0.02840866 "2017 Q1",0,11.20848700,13.34534574,0,0,5.04583333,3.01452778,0,0.22246528,8.88361111,11.50582962,0,8.59888889,17.62535714,6.25080247,6.53122222,0,0,0,2.25395062,6.95507937,0,17.62916667,0,0.47638889,0,0,4.28111111,0.02166667,2.11436355,11.62486111,0.96969246,0.02809588,0.30830000,1.46437811,0.06690347,0,0.22250400,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_wallduration_hours/timeseries-Year-reference.csv index 7c29e0c227..7ad9bdc33e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_wallduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Shearwater, Great] Wall Hours: Per Job","[Bluetail, Red-flanked] Wall Hours: Per Job","[Bufflehead] Wall Hours: Per Job","[Dotterel] Wall Hours: Per Job","[Warbler, Blackpoll] Wall Hours: Per Job","[Kestrel, Lesser] Wall Hours: Per Job","[Fieldfare] Wall Hours: Per Job","[Smew] Wall Hours: Per Job","[Scaup, Lesser] Wall Hours: Per Job","[Accentor, Alpine] Wall Hours: Per Job","[Moorhen] Wall Hours: Per Job","[Warbler, Savi's] Wall Hours: Per Job","[Warbler, Hooded] Wall Hours: Per Job","[Fulmar] Wall Hours: Per Job","[White, Great] Wall Hours: Per Job","[Jackdaw] Wall Hours: Per Job","[Petrel, Fea's] Wall Hours: Per Job","[Nuthatch] Wall Hours: Per Job","[Thrush, Hermit] Wall Hours: Per Job","[Chaffinch] Wall Hours: Per Job","[Bunting, Ortolan] Wall Hours: Per Job","[Shearwater, Macaronesian] Wall Hours: Per Job","[Chiffchaff, Iberian] Wall Hours: Per Job","[Shearwater, Balearic] Wall Hours: Per Job","[Martin, Sand] Wall Hours: Per Job","[Spotted, Great] Wall Hours: Per Job","[Harrier, Hen] Wall Hours: Per Job","[Swift, Little] Wall Hours: Per Job","[Gull, Yellow-legged] Wall Hours: Per Job","[Egret, Snowy] Wall Hours: Per Job","[Tern, Caspian] Wall Hours: Per Job","[Dowitcher, Short-billed] Wall Hours: Per Job","[Bittern] Wall Hours: Per Job","[Goose, Red-breasted] Wall Hours: Per Job","[Lark, Calandra] Wall Hours: Per Job","[Flycatcher, Taiga] Wall Hours: Per Job","[Gull, Glaucous-winged] Wall Hours: Per Job","[Dunlin] Wall Hours: Per Job","[Blackbird] Wall Hours: Per Job","[Yellowthroat, Common] Wall Hours: Per Job","[Warbler, Cetti's] Wall Hours: Per Job" -2016,72.00694444,42.39165094,48.78758939,48.00666667,44.13648148,38.92045455,50.08717014,36.49007937,38.63655229,16.61129630,23.01874399,25.17486111,26.76558429,19.49116512,20.98942593,16.77843434,16.76537037,15.78250000,15.43750000,55.46393519,12.84722222,8.59051583,7.77245050,7.84637557,8.66552083,5.98691667,5.04208333,4.68518519,9.00638889,0.19661458,1.58470254,0.97276290,1.45671498,1.05606884,0.49420671,0.37457084,0.26055556,0.14305278,0.08049603,0.06500000,0.02840866 +2016,72.00694444,42.39165094,48.78758939,48.00666667,44.13648148,38.92045455,50.08717014,36.49007937,38.63655229,16.61129630,23.00936303,25.17486111,26.76558429,19.49116512,20.98942593,16.77843434,16.76537037,15.78250000,15.43750000,55.46393519,12.84722222,8.59051583,7.77245050,7.84637557,8.66552083,5.98691667,5.04208333,4.68518519,9.00638889,0.19661458,1.58470254,0.97276290,1.45671498,1.05606884,0.49420671,0.37457084,0.26055556,0.14305278,0.08049603,0.06500000,0.02840866 2017,0,11.20848700,13.34534574,0,0,5.04583333,3.01452778,0,0.22246528,8.88361111,11.50582962,0,8.59888889,17.62535714,6.25080247,6.53122222,0,0,0,2.25395062,6.95507937,0,17.62916667,0,0.47638889,0,0,4.28111111,0.02166667,2.11436355,11.62486111,0.96969246,0.02809588,0.30830000,1.46437811,0.06690347,0,0.22250400,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/expansion_factor/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/expansion_factor/timeseries-Day-reference.csv index d0aff40064..c765140b47 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/expansion_factor/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/expansion_factor/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Tern, Caspian] User Expansion Factor","[Dunlin] User Expansion Factor","[G 2016-12-27,1.0280,0,0,1.0000,0,0,4.9152,1.9856,0,2.5533,0,2.0864,1.7260,0,0,0,0,0,0,0,1.2277,0,0,0,0,0,0,1.0000,0,0,0,0,0,0,1.0000,0,0,0,0,1.0000,0 2016-12-28,1.0102,0,0,1.0000,0,0,4.8768,2.1159,0,2.5716,0,1.8919,1.7260,0,0,0,0,0,0,1.1095,1.0845,0,0,1.0866,0,0,0,1.0025,0,1.0107,1.0010,0,0,1.0013,1.0000,0,1.0000,0,1.0000,1.0000,0 2016-12-29,7.2405,0,3.8567,3.7347,1.0394,1.0001,3.0140,2.7029,0,2.3072,1.0000,1.6613,1.7260,0,0,0,0,1.0436,1.2430,1.1207,1.1039,0,0,1.0866,1.0011,1.0379,0,1.0228,0,1.0095,1.0011,1.0000,0,1.0011,1.0000,0,1.0000,1.0000,1.0000,1.0000,0 -2016-12-30,244.8450,82.2879,3.8567,5.1450,5.9358,1.8025,2.9767,5.5485,0,2.2649,3.1975,1.5996,1.4078,1.1806,2.1933,1.3753,1.4992,1.4225,1.1539,1.1173,1.0974,1.1123,0,1.0801,1.0787,1.0500,1.0094,1.0292,1.0131,1.0076,1.0022,1.0000,1.0041,1.0011,1.0000,1.0001,1.0000,1.0000,1.0000,1.0000,1.0000 +2016-12-30,244.8450,82.2879,3.8567,5.1450,5.9358,1.8025,2.9767,5.5485,0,2.2649,3.1975,1.5996,1.4078,1.1806,2.1933,1.3753,1.4992,1.4225,1.1539,1.1173,1.0974,1.1123,0,1.0801,1.0787,1.0500,1.0094,1.0292,1.0131,1.0076,1.0023,1.0000,1.0041,1.0011,1.0000,1.0001,1.0000,1.0000,1.0000,1.0000,1.0000 2016-12-31,1.4459,30.3841,0,8.2387,38.4517,4.7123,7.3737,13.7412,1.0162,1.9038,1.0000,1.2381,1.2386,1.6099,1.2202,0,1.1213,1.1163,1.0513,1.0205,1.1361,1.0199,1.0760,0,1.0006,1.1462,1.0172,1.0100,0,1.0119,1.0187,1.0039,1.0018,1.0012,1.0000,1.0001,0,1.0000,1.0000,0,0 2017-01-01,4.1617,66.3373,1677.0769,21.4660,0,1.0001,9.8468,0,3.5509,1.9022,0,1.1298,0,0,1.0524,0,0,1.1040,1.2473,1.0205,1.0606,1.0037,1.1002,0,0,0,1.0001,1.0058,0,1.0029,1.0088,1.0000,0,1.0013,1.0061,1.0002,0,0,1.0006,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/job_count/aggregate-Day-reference.csv index b8870b2ad2..1054aee776 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/job_count/aggregate-Day-reference.csv @@ -9,7 +9,7 @@ PI,"Number of Jobs Ended" "Flycatcher, Taiga",55001 "Lark, Calandra",6944 "Warbler, Cetti's",2633 -Moorhen,2629 +Moorhen,2630 "Shearwater, Macaronesian",1000 "Tern, Caspian",763 "Egret, Snowy",756 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/job_count/aggregate-Month-reference.csv index b8870b2ad2..1054aee776 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/job_count/aggregate-Month-reference.csv @@ -9,7 +9,7 @@ PI,"Number of Jobs Ended" "Flycatcher, Taiga",55001 "Lark, Calandra",6944 "Warbler, Cetti's",2633 -Moorhen,2629 +Moorhen,2630 "Shearwater, Macaronesian",1000 "Tern, Caspian",763 "Egret, Snowy",756 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/job_count/aggregate-Quarter-reference.csv index b8870b2ad2..1054aee776 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/job_count/aggregate-Quarter-reference.csv @@ -9,7 +9,7 @@ PI,"Number of Jobs Ended" "Flycatcher, Taiga",55001 "Lark, Calandra",6944 "Warbler, Cetti's",2633 -Moorhen,2629 +Moorhen,2630 "Shearwater, Macaronesian",1000 "Tern, Caspian",763 "Egret, Snowy",756 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/job_count/aggregate-Year-reference.csv index b8870b2ad2..1054aee776 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/job_count/aggregate-Year-reference.csv @@ -9,7 +9,7 @@ PI,"Number of Jobs Ended" "Flycatcher, Taiga",55001 "Lark, Calandra",6944 "Warbler, Cetti's",2633 -Moorhen,2629 +Moorhen,2630 "Shearwater, Macaronesian",1000 "Tern, Caspian",763 "Egret, Snowy",756 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/job_count/timeseries-Day-reference.csv index 5cfc83369a..f0be732d3d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Flycatcher, Taiga] Number of Jobs Ended","[Lark, Calandra] Number of Jobs 2016-12-27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-30,19044,3823,1700,788,1,732,0,34,90,68,63,3,28,60,20,39,5,8,7,0,4,19,3,5,11,14,10,1,4,0,4,6,1,2,3,1,1,1,1,1,1 +2016-12-30,19044,3823,1700,789,1,732,0,34,90,68,63,3,28,60,20,39,5,8,7,0,4,19,3,5,11,14,10,1,4,0,4,6,1,2,3,1,1,1,1,1,1 2016-12-31,22026,2719,933,869,999,29,4,180,10,24,83,97,28,5,24,22,1,16,16,4,13,1,8,4,4,0,0,7,6,0,4,1,2,1,0,0,1,0,0,0,0 2017-01-01,13931,402,0,972,0,2,752,94,139,62,0,1,28,7,25,5,47,20,14,27,8,0,9,7,0,0,1,2,0,9,0,0,1,0,0,1,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/job_count/timeseries-Month-reference.csv index 239642d795..403f37c1e8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Flycatcher, Taiga] Number of Jobs Ended","[Lark, Calandra] Number of Jobs Ended","[Warbler, Cetti's] Number of Jobs Ended","[Moorhen] Number of Jobs Ended","[Shearwater, Macaronesian] Number of Jobs Ended","[Tern, Caspian] Number of Jobs Ended","[Egret, Snowy] Number of Jobs Ended","[Bufflehead] Number of Jobs Ended","[Dunlin] Number of Jobs Ended","[Bittern] Number of Jobs Ended","[Shearwater, Balearic] Number of Jobs Ended","[Chiffchaff, Iberian] Number of Jobs Ended","[Dowitcher, Short-billed] Number of Jobs Ended","[Fulmar] Number of Jobs Ended","[Goose, Red-breasted] Number of Jobs Ended","[Jackdaw] Number of Jobs Ended","[Bluetail, Red-flanked] Number of Jobs Ended","[Fieldfare] Number of Jobs Ended","[Warbler, Hooded] Number of Jobs Ended","[Chaffinch] Number of Jobs Ended","[Scaup, Lesser] Number of Jobs Ended","[Harrier, Hen] Number of Jobs Ended","[White, Great] Number of Jobs Ended","[Bunting, Ortolan] Number of Jobs Ended","[Petrel, Fea's] Number of Jobs Ended","[Blackbird] Number of Jobs Ended","[Kestrel, Lesser] Number of Jobs Ended","[Martin, Sand] Number of Jobs Ended","[Spotted, Great] Number of Jobs Ended","[Accentor, Alpine] Number of Jobs Ended","[Nuthatch] Number of Jobs Ended","[Smew] Number of Jobs Ended","[Swift, Little] Number of Jobs Ended","[Thrush, Hermit] Number of Jobs Ended","[Warbler, Blackpoll] Number of Jobs Ended","[Gull, Yellow-legged] Number of Jobs Ended","[Warbler, Savi's] Number of Jobs Ended","[Dotterel] Number of Jobs Ended","[Gull, Glaucous-winged] Number of Jobs Ended","[Shearwater, Great] Number of Jobs Ended","[Yellowthroat, Common] Number of Jobs Ended" -2016-12,41070,6542,2633,1657,1000,761,4,214,100,92,146,100,56,65,44,61,6,24,23,4,17,20,11,9,15,14,10,8,10,0,8,7,3,3,3,1,2,1,1,1,1 +2016-12,41070,6542,2633,1658,1000,761,4,214,100,92,146,100,56,65,44,61,6,24,23,4,17,20,11,9,15,14,10,8,10,0,8,7,3,3,3,1,2,1,1,1,1 2017-01,13931,402,0,972,0,2,752,94,139,62,0,1,28,7,25,5,47,20,14,27,8,0,9,7,0,0,1,2,0,9,0,0,1,0,0,1,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/job_count/timeseries-Quarter-reference.csv index 62a6e142b5..cf2786da45 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Flycatcher, Taiga] Number of Jobs Ended","[Lark, Calandra] Number of Jobs Ended","[Warbler, Cetti's] Number of Jobs Ended","[Moorhen] Number of Jobs Ended","[Shearwater, Macaronesian] Number of Jobs Ended","[Tern, Caspian] Number of Jobs Ended","[Egret, Snowy] Number of Jobs Ended","[Bufflehead] Number of Jobs Ended","[Dunlin] Number of Jobs Ended","[Bittern] Number of Jobs Ended","[Shearwater, Balearic] Number of Jobs Ended","[Chiffchaff, Iberian] Number of Jobs Ended","[Dowitcher, Short-billed] Number of Jobs Ended","[Fulmar] Number of Jobs Ended","[Goose, Red-breasted] Number of Jobs Ended","[Jackdaw] Number of Jobs Ended","[Bluetail, Red-flanked] Number of Jobs Ended","[Fieldfare] Number of Jobs Ended","[Warbler, Hooded] Number of Jobs Ended","[Chaffinch] Number of Jobs Ended","[Scaup, Lesser] Number of Jobs Ended","[Harrier, Hen] Number of Jobs Ended","[White, Great] Number of Jobs Ended","[Bunting, Ortolan] Number of Jobs Ended","[Petrel, Fea's] Number of Jobs Ended","[Blackbird] Number of Jobs Ended","[Kestrel, Lesser] Number of Jobs Ended","[Martin, Sand] Number of Jobs Ended","[Spotted, Great] Number of Jobs Ended","[Accentor, Alpine] Number of Jobs Ended","[Nuthatch] Number of Jobs Ended","[Smew] Number of Jobs Ended","[Swift, Little] Number of Jobs Ended","[Thrush, Hermit] Number of Jobs Ended","[Warbler, Blackpoll] Number of Jobs Ended","[Gull, Yellow-legged] Number of Jobs Ended","[Warbler, Savi's] Number of Jobs Ended","[Dotterel] Number of Jobs Ended","[Gull, Glaucous-winged] Number of Jobs Ended","[Shearwater, Great] Number of Jobs Ended","[Yellowthroat, Common] Number of Jobs Ended" -"2016 Q4",41070,6542,2633,1657,1000,761,4,214,100,92,146,100,56,65,44,61,6,24,23,4,17,20,11,9,15,14,10,8,10,0,8,7,3,3,3,1,2,1,1,1,1 +"2016 Q4",41070,6542,2633,1658,1000,761,4,214,100,92,146,100,56,65,44,61,6,24,23,4,17,20,11,9,15,14,10,8,10,0,8,7,3,3,3,1,2,1,1,1,1 "2017 Q1",13931,402,0,972,0,2,752,94,139,62,0,1,28,7,25,5,47,20,14,27,8,0,9,7,0,0,1,2,0,9,0,0,1,0,0,1,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/job_count/timeseries-Year-reference.csv index 0269e78f9e..268673f30e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Flycatcher, Taiga] Number of Jobs Ended","[Lark, Calandra] Number of Jobs Ended","[Warbler, Cetti's] Number of Jobs Ended","[Moorhen] Number of Jobs Ended","[Shearwater, Macaronesian] Number of Jobs Ended","[Tern, Caspian] Number of Jobs Ended","[Egret, Snowy] Number of Jobs Ended","[Bufflehead] Number of Jobs Ended","[Dunlin] Number of Jobs Ended","[Bittern] Number of Jobs Ended","[Shearwater, Balearic] Number of Jobs Ended","[Chiffchaff, Iberian] Number of Jobs Ended","[Dowitcher, Short-billed] Number of Jobs Ended","[Fulmar] Number of Jobs Ended","[Goose, Red-breasted] Number of Jobs Ended","[Jackdaw] Number of Jobs Ended","[Bluetail, Red-flanked] Number of Jobs Ended","[Fieldfare] Number of Jobs Ended","[Warbler, Hooded] Number of Jobs Ended","[Chaffinch] Number of Jobs Ended","[Scaup, Lesser] Number of Jobs Ended","[Harrier, Hen] Number of Jobs Ended","[White, Great] Number of Jobs Ended","[Bunting, Ortolan] Number of Jobs Ended","[Petrel, Fea's] Number of Jobs Ended","[Blackbird] Number of Jobs Ended","[Kestrel, Lesser] Number of Jobs Ended","[Martin, Sand] Number of Jobs Ended","[Spotted, Great] Number of Jobs Ended","[Accentor, Alpine] Number of Jobs Ended","[Nuthatch] Number of Jobs Ended","[Smew] Number of Jobs Ended","[Swift, Little] Number of Jobs Ended","[Thrush, Hermit] Number of Jobs Ended","[Warbler, Blackpoll] Number of Jobs Ended","[Gull, Yellow-legged] Number of Jobs Ended","[Warbler, Savi's] Number of Jobs Ended","[Dotterel] Number of Jobs Ended","[Gull, Glaucous-winged] Number of Jobs Ended","[Shearwater, Great] Number of Jobs Ended","[Yellowthroat, Common] Number of Jobs Ended" -2016,41070,6542,2633,1657,1000,761,4,214,100,92,146,100,56,65,44,61,6,24,23,4,17,20,11,9,15,14,10,8,10,0,8,7,3,3,3,1,2,1,1,1,1 +2016,41070,6542,2633,1658,1000,761,4,214,100,92,146,100,56,65,44,61,6,24,23,4,17,20,11,9,15,14,10,8,10,0,8,7,3,3,3,1,2,1,1,1,1 2017,13931,402,0,972,0,2,752,94,139,62,0,1,28,7,25,5,47,20,14,27,8,0,9,7,0,0,1,2,0,9,0,0,1,0,0,1,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/max_processors/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/max_processors/aggregate-Day-reference.csv index 86310dfaf8..4c20a88e4e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/max_processors/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/max_processors/aggregate-Day-reference.csv @@ -13,6 +13,7 @@ Dunlin,192 "Shearwater, Balearic",144 Nuthatch,112 "Gull, Glaucous-winged",108 +Moorhen,108 "Bunting, Ortolan",96 Fieldfare,96 "Lark, Calandra",96 @@ -43,7 +44,6 @@ Bittern,1 Bufflehead,1 "Dowitcher, Short-billed",1 "Harrier, Hen",1 -Moorhen,1 "Shearwater, Great",1 "Shearwater, Macaronesian",1 "Spotted, Great",1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/max_processors/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/max_processors/aggregate-Month-reference.csv index 86310dfaf8..4c20a88e4e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/max_processors/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/max_processors/aggregate-Month-reference.csv @@ -13,6 +13,7 @@ Dunlin,192 "Shearwater, Balearic",144 Nuthatch,112 "Gull, Glaucous-winged",108 +Moorhen,108 "Bunting, Ortolan",96 Fieldfare,96 "Lark, Calandra",96 @@ -43,7 +44,6 @@ Bittern,1 Bufflehead,1 "Dowitcher, Short-billed",1 "Harrier, Hen",1 -Moorhen,1 "Shearwater, Great",1 "Shearwater, Macaronesian",1 "Spotted, Great",1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/max_processors/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/max_processors/aggregate-Quarter-reference.csv index 86310dfaf8..4c20a88e4e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/max_processors/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/max_processors/aggregate-Quarter-reference.csv @@ -13,6 +13,7 @@ Dunlin,192 "Shearwater, Balearic",144 Nuthatch,112 "Gull, Glaucous-winged",108 +Moorhen,108 "Bunting, Ortolan",96 Fieldfare,96 "Lark, Calandra",96 @@ -43,7 +44,6 @@ Bittern,1 Bufflehead,1 "Dowitcher, Short-billed",1 "Harrier, Hen",1 -Moorhen,1 "Shearwater, Great",1 "Shearwater, Macaronesian",1 "Spotted, Great",1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/max_processors/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/max_processors/aggregate-Year-reference.csv index 86310dfaf8..4c20a88e4e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/max_processors/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/max_processors/aggregate-Year-reference.csv @@ -13,6 +13,7 @@ Dunlin,192 "Shearwater, Balearic",144 Nuthatch,112 "Gull, Glaucous-winged",108 +Moorhen,108 "Bunting, Ortolan",96 Fieldfare,96 "Lark, Calandra",96 @@ -43,7 +44,6 @@ Bittern,1 Bufflehead,1 "Dowitcher, Short-billed",1 "Harrier, Hen",1 -Moorhen,1 "Shearwater, Great",1 "Shearwater, Macaronesian",1 "Spotted, Great",1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/max_processors/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/max_processors/timeseries-Day-reference.csv index f9ebe97923..6cde25b1b1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/max_processors/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/max_processors/timeseries-Day-reference.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[Thrush, Hermit] Job Size: Max (Core Count)","[Dunlin] Job Size: Max (Core Count)","[Scaup, Lesser] Job Size: Max (Core Count)","[Gull, Yellow-legged] Job Size: Max (Core Count)","[Shearwater, Balearic] Job Size: Max (Core Count)","[Nuthatch] Job Size: Max (Core Count)","[Gull, Glaucous-winged] Job Size: Max (Core Count)","[Bunting, Ortolan] Job Size: Max (Core Count)","[Fieldfare] Job Size: Max (Core Count)","[Lark, Calandra] Job Size: Max (Core Count)","[Smew] Job Size: Max (Core Count)","[White, Great] Job Size: Max (Core Count)","[Chaffinch] Job Size: Max (Core Count)","[Tern, Caspian] Job Size: Max (Core Count)","[Swift, Little] Job Size: Max (Core Count)","[Warbler, Cetti's] Job Size: Max (Core Count)","[Goose, Red-breasted] Job Size: Max (Core Count)","[Warbler, Savi's] Job Size: Max (Core Count)","[Fulmar] Job Size: Max (Core Count)","[Accentor, Alpine] Job Size: Max (Core Count)","[Blackbird] Job Size: Max (Core Count)","[Dotterel] Job Size: Max (Core Count)","[Bluetail, Red-flanked] Job Size: Max (Core Count)","[Yellowthroat, Common] Job Size: Max (Core Count)","[Chiffchaff, Iberian] Job Size: Max (Core Count)","[Egret, Snowy] Job Size: Max (Core Count)","[Flycatcher, Taiga] Job Size: Max (Core Count)","[Jackdaw] Job Size: Max (Core Count)","[Kestrel, Lesser] Job Size: Max (Core Count)","[Martin, Sand] Job Size: Max (Core Count)","[Petrel, Fea's] Job Size: Max (Core Count)","[Warbler, Blackpoll] Job Size: Max (Core Count)","[Warbler, Hooded] Job Size: Max (Core Count)","[Bittern] Job Size: Max (Core Count)","[Bufflehead] Job Size: Max (Core Count)","[Dowitcher, Short-billed] Job Size: Max (Core Count)","[Harrier, Hen] Job Size: Max (Core Count)","[Moorhen] Job Size: Max (Core Count)","[Shearwater, Great] Job Size: Max (Core Count)","[Shearwater, Macaronesian] Job Size: Max (Core Count)","[Spotted, Great] Job Size: Max (Core Count)" -2016-12-22,0,0,0,0,0,0,0,0,0,12,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,12,0,0,12,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,12,0,0,12,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-25,0,0,0,0,0,0,0,0,0,24,0,0,12,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-26,0,0,0,0,0,0,0,0,0,24,0,0,12,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-27,0,0,0,0,144,0,0,0,96,32,0,72,64,16,0,0,0,0,8,0,0,0,16,0,0,0,1,0,0,0,12,0,0,0,0,0,0,0,1,0,0 -2016-12-28,0,0,192,0,144,0,0,0,96,32,0,72,64,16,0,0,0,0,8,0,0,20,16,0,0,0,1,0,12,0,12,12,8,0,1,0,0,1,1,0,0 -2016-12-29,0,0,192,160,144,112,0,96,96,32,72,72,64,64,0,56,0,40,8,0,0,20,16,0,2,0,12,12,12,5,12,12,8,0,1,0,1,1,1,0,0 -2016-12-30,336,192,192,160,144,112,108,96,96,96,72,72,64,64,60,56,48,40,32,0,20,20,16,16,12,0,12,12,12,5,12,12,12,1,1,1,1,1,1,1,1 -2016-12-31,336,192,192,0,20,112,0,96,96,96,72,72,64,64,60,1,48,40,8,24,0,0,16,0,2,12,12,12,12,12,1,0,12,1,1,1,1,1,0,1,1 -2017-01-01,0,192,32,160,0,0,0,96,96,48,0,72,64,16,5,0,48,0,8,24,0,0,16,0,2,12,12,12,12,12,0,0,8,1,1,1,0,1,0,0,0 +Day,"[Thrush, Hermit] Job Size: Max (Core Count)","[Dunlin] Job Size: Max (Core Count)","[Scaup, Lesser] Job Size: Max (Core Count)","[Gull, Yellow-legged] Job Size: Max (Core Count)","[Shearwater, Balearic] Job Size: Max (Core Count)","[Nuthatch] Job Size: Max (Core Count)","[Gull, Glaucous-winged] Job Size: Max (Core Count)","[Moorhen] Job Size: Max (Core Count)","[Bunting, Ortolan] Job Size: Max (Core Count)","[Fieldfare] Job Size: Max (Core Count)","[Lark, Calandra] Job Size: Max (Core Count)","[Smew] Job Size: Max (Core Count)","[White, Great] Job Size: Max (Core Count)","[Chaffinch] Job Size: Max (Core Count)","[Tern, Caspian] Job Size: Max (Core Count)","[Swift, Little] Job Size: Max (Core Count)","[Warbler, Cetti's] Job Size: Max (Core Count)","[Goose, Red-breasted] Job Size: Max (Core Count)","[Warbler, Savi's] Job Size: Max (Core Count)","[Fulmar] Job Size: Max (Core Count)","[Accentor, Alpine] Job Size: Max (Core Count)","[Blackbird] Job Size: Max (Core Count)","[Dotterel] Job Size: Max (Core Count)","[Bluetail, Red-flanked] Job Size: Max (Core Count)","[Yellowthroat, Common] Job Size: Max (Core Count)","[Chiffchaff, Iberian] Job Size: Max (Core Count)","[Egret, Snowy] Job Size: Max (Core Count)","[Flycatcher, Taiga] Job Size: Max (Core Count)","[Jackdaw] Job Size: Max (Core Count)","[Kestrel, Lesser] Job Size: Max (Core Count)","[Martin, Sand] Job Size: Max (Core Count)","[Petrel, Fea's] Job Size: Max (Core Count)","[Warbler, Blackpoll] Job Size: Max (Core Count)","[Warbler, Hooded] Job Size: Max (Core Count)","[Bittern] Job Size: Max (Core Count)","[Bufflehead] Job Size: Max (Core Count)","[Dowitcher, Short-billed] Job Size: Max (Core Count)","[Harrier, Hen] Job Size: Max (Core Count)","[Shearwater, Great] Job Size: Max (Core Count)","[Shearwater, Macaronesian] Job Size: Max (Core Count)","[Spotted, Great] Job Size: Max (Core Count)" +2016-12-22,0,0,0,0,0,0,0,0,0,0,12,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,12,0,0,12,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,12,0,0,12,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-25,0,0,0,0,0,0,0,0,0,0,24,0,0,12,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-26,0,0,0,0,0,0,0,0,0,0,24,0,0,12,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-27,0,0,0,0,144,0,0,0,0,96,32,0,72,64,16,0,0,0,0,8,0,0,0,16,0,0,0,1,0,0,0,12,0,0,0,0,0,0,1,0,0 +2016-12-28,0,0,192,0,144,0,0,1,0,96,32,0,72,64,16,0,0,0,0,8,0,0,20,16,0,0,0,1,0,12,0,12,12,8,0,1,0,0,1,0,0 +2016-12-29,0,0,192,160,144,112,0,1,96,96,32,72,72,64,64,0,56,0,40,8,0,0,20,16,0,2,0,12,12,12,5,12,12,8,0,1,0,1,1,0,0 +2016-12-30,336,192,192,160,144,112,108,108,96,96,96,72,72,64,64,60,56,48,40,32,0,20,20,16,16,12,0,12,12,12,5,12,12,12,1,1,1,1,1,1,1 +2016-12-31,336,192,192,0,20,112,0,1,96,96,96,72,72,64,64,60,1,48,40,8,24,0,0,16,0,2,12,12,12,12,12,1,0,12,1,1,1,1,0,1,1 +2017-01-01,0,192,32,160,0,0,0,1,96,96,48,0,72,64,16,5,0,48,0,8,24,0,0,16,0,2,12,12,12,12,12,0,0,8,1,1,1,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/max_processors/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/max_processors/timeseries-Month-reference.csv index 42ce9d8049..d26cde3cad 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/max_processors/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/max_processors/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[Thrush, Hermit] Job Size: Max (Core Count)","[Dunlin] Job Size: Max (Core Count)","[Scaup, Lesser] Job Size: Max (Core Count)","[Gull, Yellow-legged] Job Size: Max (Core Count)","[Shearwater, Balearic] Job Size: Max (Core Count)","[Nuthatch] Job Size: Max (Core Count)","[Gull, Glaucous-winged] Job Size: Max (Core Count)","[Bunting, Ortolan] Job Size: Max (Core Count)","[Fieldfare] Job Size: Max (Core Count)","[Lark, Calandra] Job Size: Max (Core Count)","[Smew] Job Size: Max (Core Count)","[White, Great] Job Size: Max (Core Count)","[Chaffinch] Job Size: Max (Core Count)","[Tern, Caspian] Job Size: Max (Core Count)","[Swift, Little] Job Size: Max (Core Count)","[Warbler, Cetti's] Job Size: Max (Core Count)","[Goose, Red-breasted] Job Size: Max (Core Count)","[Warbler, Savi's] Job Size: Max (Core Count)","[Fulmar] Job Size: Max (Core Count)","[Accentor, Alpine] Job Size: Max (Core Count)","[Blackbird] Job Size: Max (Core Count)","[Dotterel] Job Size: Max (Core Count)","[Bluetail, Red-flanked] Job Size: Max (Core Count)","[Yellowthroat, Common] Job Size: Max (Core Count)","[Chiffchaff, Iberian] Job Size: Max (Core Count)","[Egret, Snowy] Job Size: Max (Core Count)","[Flycatcher, Taiga] Job Size: Max (Core Count)","[Jackdaw] Job Size: Max (Core Count)","[Kestrel, Lesser] Job Size: Max (Core Count)","[Martin, Sand] Job Size: Max (Core Count)","[Petrel, Fea's] Job Size: Max (Core Count)","[Warbler, Blackpoll] Job Size: Max (Core Count)","[Warbler, Hooded] Job Size: Max (Core Count)","[Bittern] Job Size: Max (Core Count)","[Bufflehead] Job Size: Max (Core Count)","[Dowitcher, Short-billed] Job Size: Max (Core Count)","[Harrier, Hen] Job Size: Max (Core Count)","[Moorhen] Job Size: Max (Core Count)","[Shearwater, Great] Job Size: Max (Core Count)","[Shearwater, Macaronesian] Job Size: Max (Core Count)","[Spotted, Great] Job Size: Max (Core Count)" -2016-12,336,192,192,160,144,112,108,96,96,96,72,72,64,64,60,56,48,40,32,24,20,20,16,16,12,12,12,12,12,12,12,12,12,1,1,1,1,1,1,1,1 -2017-01,0,192,32,160,0,0,0,96,96,48,0,72,64,16,5,0,48,0,8,24,0,0,16,0,2,12,12,12,12,12,0,0,8,1,1,1,0,1,0,0,0 +Month,"[Thrush, Hermit] Job Size: Max (Core Count)","[Dunlin] Job Size: Max (Core Count)","[Scaup, Lesser] Job Size: Max (Core Count)","[Gull, Yellow-legged] Job Size: Max (Core Count)","[Shearwater, Balearic] Job Size: Max (Core Count)","[Nuthatch] Job Size: Max (Core Count)","[Gull, Glaucous-winged] Job Size: Max (Core Count)","[Moorhen] Job Size: Max (Core Count)","[Bunting, Ortolan] Job Size: Max (Core Count)","[Fieldfare] Job Size: Max (Core Count)","[Lark, Calandra] Job Size: Max (Core Count)","[Smew] Job Size: Max (Core Count)","[White, Great] Job Size: Max (Core Count)","[Chaffinch] Job Size: Max (Core Count)","[Tern, Caspian] Job Size: Max (Core Count)","[Swift, Little] Job Size: Max (Core Count)","[Warbler, Cetti's] Job Size: Max (Core Count)","[Goose, Red-breasted] Job Size: Max (Core Count)","[Warbler, Savi's] Job Size: Max (Core Count)","[Fulmar] Job Size: Max (Core Count)","[Accentor, Alpine] Job Size: Max (Core Count)","[Blackbird] Job Size: Max (Core Count)","[Dotterel] Job Size: Max (Core Count)","[Bluetail, Red-flanked] Job Size: Max (Core Count)","[Yellowthroat, Common] Job Size: Max (Core Count)","[Chiffchaff, Iberian] Job Size: Max (Core Count)","[Egret, Snowy] Job Size: Max (Core Count)","[Flycatcher, Taiga] Job Size: Max (Core Count)","[Jackdaw] Job Size: Max (Core Count)","[Kestrel, Lesser] Job Size: Max (Core Count)","[Martin, Sand] Job Size: Max (Core Count)","[Petrel, Fea's] Job Size: Max (Core Count)","[Warbler, Blackpoll] Job Size: Max (Core Count)","[Warbler, Hooded] Job Size: Max (Core Count)","[Bittern] Job Size: Max (Core Count)","[Bufflehead] Job Size: Max (Core Count)","[Dowitcher, Short-billed] Job Size: Max (Core Count)","[Harrier, Hen] Job Size: Max (Core Count)","[Shearwater, Great] Job Size: Max (Core Count)","[Shearwater, Macaronesian] Job Size: Max (Core Count)","[Spotted, Great] Job Size: Max (Core Count)" +2016-12,336,192,192,160,144,112,108,108,96,96,96,72,72,64,64,60,56,48,40,32,24,20,20,16,16,12,12,12,12,12,12,12,12,12,1,1,1,1,1,1,1 +2017-01,0,192,32,160,0,0,0,1,96,96,48,0,72,64,16,5,0,48,0,8,24,0,0,16,0,2,12,12,12,12,12,0,0,8,1,1,1,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/max_processors/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/max_processors/timeseries-Quarter-reference.csv index db9aad794b..a13c1f551e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/max_processors/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/max_processors/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[Thrush, Hermit] Job Size: Max (Core Count)","[Dunlin] Job Size: Max (Core Count)","[Scaup, Lesser] Job Size: Max (Core Count)","[Gull, Yellow-legged] Job Size: Max (Core Count)","[Shearwater, Balearic] Job Size: Max (Core Count)","[Nuthatch] Job Size: Max (Core Count)","[Gull, Glaucous-winged] Job Size: Max (Core Count)","[Bunting, Ortolan] Job Size: Max (Core Count)","[Fieldfare] Job Size: Max (Core Count)","[Lark, Calandra] Job Size: Max (Core Count)","[Smew] Job Size: Max (Core Count)","[White, Great] Job Size: Max (Core Count)","[Chaffinch] Job Size: Max (Core Count)","[Tern, Caspian] Job Size: Max (Core Count)","[Swift, Little] Job Size: Max (Core Count)","[Warbler, Cetti's] Job Size: Max (Core Count)","[Goose, Red-breasted] Job Size: Max (Core Count)","[Warbler, Savi's] Job Size: Max (Core Count)","[Fulmar] Job Size: Max (Core Count)","[Accentor, Alpine] Job Size: Max (Core Count)","[Blackbird] Job Size: Max (Core Count)","[Dotterel] Job Size: Max (Core Count)","[Bluetail, Red-flanked] Job Size: Max (Core Count)","[Yellowthroat, Common] Job Size: Max (Core Count)","[Chiffchaff, Iberian] Job Size: Max (Core Count)","[Egret, Snowy] Job Size: Max (Core Count)","[Flycatcher, Taiga] Job Size: Max (Core Count)","[Jackdaw] Job Size: Max (Core Count)","[Kestrel, Lesser] Job Size: Max (Core Count)","[Martin, Sand] Job Size: Max (Core Count)","[Petrel, Fea's] Job Size: Max (Core Count)","[Warbler, Blackpoll] Job Size: Max (Core Count)","[Warbler, Hooded] Job Size: Max (Core Count)","[Bittern] Job Size: Max (Core Count)","[Bufflehead] Job Size: Max (Core Count)","[Dowitcher, Short-billed] Job Size: Max (Core Count)","[Harrier, Hen] Job Size: Max (Core Count)","[Moorhen] Job Size: Max (Core Count)","[Shearwater, Great] Job Size: Max (Core Count)","[Shearwater, Macaronesian] Job Size: Max (Core Count)","[Spotted, Great] Job Size: Max (Core Count)" -"2016 Q4",336,192,192,160,144,112,108,96,96,96,72,72,64,64,60,56,48,40,32,24,20,20,16,16,12,12,12,12,12,12,12,12,12,1,1,1,1,1,1,1,1 -"2017 Q1",0,192,32,160,0,0,0,96,96,48,0,72,64,16,5,0,48,0,8,24,0,0,16,0,2,12,12,12,12,12,0,0,8,1,1,1,0,1,0,0,0 +Quarter,"[Thrush, Hermit] Job Size: Max (Core Count)","[Dunlin] Job Size: Max (Core Count)","[Scaup, Lesser] Job Size: Max (Core Count)","[Gull, Yellow-legged] Job Size: Max (Core Count)","[Shearwater, Balearic] Job Size: Max (Core Count)","[Nuthatch] Job Size: Max (Core Count)","[Gull, Glaucous-winged] Job Size: Max (Core Count)","[Moorhen] Job Size: Max (Core Count)","[Bunting, Ortolan] Job Size: Max (Core Count)","[Fieldfare] Job Size: Max (Core Count)","[Lark, Calandra] Job Size: Max (Core Count)","[Smew] Job Size: Max (Core Count)","[White, Great] Job Size: Max (Core Count)","[Chaffinch] Job Size: Max (Core Count)","[Tern, Caspian] Job Size: Max (Core Count)","[Swift, Little] Job Size: Max (Core Count)","[Warbler, Cetti's] Job Size: Max (Core Count)","[Goose, Red-breasted] Job Size: Max (Core Count)","[Warbler, Savi's] Job Size: Max (Core Count)","[Fulmar] Job Size: Max (Core Count)","[Accentor, Alpine] Job Size: Max (Core Count)","[Blackbird] Job Size: Max (Core Count)","[Dotterel] Job Size: Max (Core Count)","[Bluetail, Red-flanked] Job Size: Max (Core Count)","[Yellowthroat, Common] Job Size: Max (Core Count)","[Chiffchaff, Iberian] Job Size: Max (Core Count)","[Egret, Snowy] Job Size: Max (Core Count)","[Flycatcher, Taiga] Job Size: Max (Core Count)","[Jackdaw] Job Size: Max (Core Count)","[Kestrel, Lesser] Job Size: Max (Core Count)","[Martin, Sand] Job Size: Max (Core Count)","[Petrel, Fea's] Job Size: Max (Core Count)","[Warbler, Blackpoll] Job Size: Max (Core Count)","[Warbler, Hooded] Job Size: Max (Core Count)","[Bittern] Job Size: Max (Core Count)","[Bufflehead] Job Size: Max (Core Count)","[Dowitcher, Short-billed] Job Size: Max (Core Count)","[Harrier, Hen] Job Size: Max (Core Count)","[Shearwater, Great] Job Size: Max (Core Count)","[Shearwater, Macaronesian] Job Size: Max (Core Count)","[Spotted, Great] Job Size: Max (Core Count)" +"2016 Q4",336,192,192,160,144,112,108,108,96,96,96,72,72,64,64,60,56,48,40,32,24,20,20,16,16,12,12,12,12,12,12,12,12,12,1,1,1,1,1,1,1 +"2017 Q1",0,192,32,160,0,0,0,1,96,96,48,0,72,64,16,5,0,48,0,8,24,0,0,16,0,2,12,12,12,12,12,0,0,8,1,1,1,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/max_processors/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/max_processors/timeseries-Year-reference.csv index 630f396bc5..44c5b415bf 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/max_processors/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/max_processors/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[Thrush, Hermit] Job Size: Max (Core Count)","[Dunlin] Job Size: Max (Core Count)","[Scaup, Lesser] Job Size: Max (Core Count)","[Gull, Yellow-legged] Job Size: Max (Core Count)","[Shearwater, Balearic] Job Size: Max (Core Count)","[Nuthatch] Job Size: Max (Core Count)","[Gull, Glaucous-winged] Job Size: Max (Core Count)","[Bunting, Ortolan] Job Size: Max (Core Count)","[Fieldfare] Job Size: Max (Core Count)","[Lark, Calandra] Job Size: Max (Core Count)","[Smew] Job Size: Max (Core Count)","[White, Great] Job Size: Max (Core Count)","[Chaffinch] Job Size: Max (Core Count)","[Tern, Caspian] Job Size: Max (Core Count)","[Swift, Little] Job Size: Max (Core Count)","[Warbler, Cetti's] Job Size: Max (Core Count)","[Goose, Red-breasted] Job Size: Max (Core Count)","[Warbler, Savi's] Job Size: Max (Core Count)","[Fulmar] Job Size: Max (Core Count)","[Accentor, Alpine] Job Size: Max (Core Count)","[Blackbird] Job Size: Max (Core Count)","[Dotterel] Job Size: Max (Core Count)","[Bluetail, Red-flanked] Job Size: Max (Core Count)","[Yellowthroat, Common] Job Size: Max (Core Count)","[Chiffchaff, Iberian] Job Size: Max (Core Count)","[Egret, Snowy] Job Size: Max (Core Count)","[Flycatcher, Taiga] Job Size: Max (Core Count)","[Jackdaw] Job Size: Max (Core Count)","[Kestrel, Lesser] Job Size: Max (Core Count)","[Martin, Sand] Job Size: Max (Core Count)","[Petrel, Fea's] Job Size: Max (Core Count)","[Warbler, Blackpoll] Job Size: Max (Core Count)","[Warbler, Hooded] Job Size: Max (Core Count)","[Bittern] Job Size: Max (Core Count)","[Bufflehead] Job Size: Max (Core Count)","[Dowitcher, Short-billed] Job Size: Max (Core Count)","[Harrier, Hen] Job Size: Max (Core Count)","[Moorhen] Job Size: Max (Core Count)","[Shearwater, Great] Job Size: Max (Core Count)","[Shearwater, Macaronesian] Job Size: Max (Core Count)","[Spotted, Great] Job Size: Max (Core Count)" -2016,336,192,192,160,144,112,108,96,96,96,72,72,64,64,60,56,48,40,32,24,20,20,16,16,12,12,12,12,12,12,12,12,12,1,1,1,1,1,1,1,1 -2017,0,192,32,160,0,0,0,96,96,48,0,72,64,16,5,0,48,0,8,24,0,0,16,0,2,12,12,12,12,12,0,0,8,1,1,1,0,1,0,0,0 +Year,"[Thrush, Hermit] Job Size: Max (Core Count)","[Dunlin] Job Size: Max (Core Count)","[Scaup, Lesser] Job Size: Max (Core Count)","[Gull, Yellow-legged] Job Size: Max (Core Count)","[Shearwater, Balearic] Job Size: Max (Core Count)","[Nuthatch] Job Size: Max (Core Count)","[Gull, Glaucous-winged] Job Size: Max (Core Count)","[Moorhen] Job Size: Max (Core Count)","[Bunting, Ortolan] Job Size: Max (Core Count)","[Fieldfare] Job Size: Max (Core Count)","[Lark, Calandra] Job Size: Max (Core Count)","[Smew] Job Size: Max (Core Count)","[White, Great] Job Size: Max (Core Count)","[Chaffinch] Job Size: Max (Core Count)","[Tern, Caspian] Job Size: Max (Core Count)","[Swift, Little] Job Size: Max (Core Count)","[Warbler, Cetti's] Job Size: Max (Core Count)","[Goose, Red-breasted] Job Size: Max (Core Count)","[Warbler, Savi's] Job Size: Max (Core Count)","[Fulmar] Job Size: Max (Core Count)","[Accentor, Alpine] Job Size: Max (Core Count)","[Blackbird] Job Size: Max (Core Count)","[Dotterel] Job Size: Max (Core Count)","[Bluetail, Red-flanked] Job Size: Max (Core Count)","[Yellowthroat, Common] Job Size: Max (Core Count)","[Chiffchaff, Iberian] Job Size: Max (Core Count)","[Egret, Snowy] Job Size: Max (Core Count)","[Flycatcher, Taiga] Job Size: Max (Core Count)","[Jackdaw] Job Size: Max (Core Count)","[Kestrel, Lesser] Job Size: Max (Core Count)","[Martin, Sand] Job Size: Max (Core Count)","[Petrel, Fea's] Job Size: Max (Core Count)","[Warbler, Blackpoll] Job Size: Max (Core Count)","[Warbler, Hooded] Job Size: Max (Core Count)","[Bittern] Job Size: Max (Core Count)","[Bufflehead] Job Size: Max (Core Count)","[Dowitcher, Short-billed] Job Size: Max (Core Count)","[Harrier, Hen] Job Size: Max (Core Count)","[Shearwater, Great] Job Size: Max (Core Count)","[Shearwater, Macaronesian] Job Size: Max (Core Count)","[Spotted, Great] Job Size: Max (Core Count)" +2016,336,192,192,160,144,112,108,108,96,96,96,72,72,64,64,60,56,48,40,32,24,20,20,16,16,12,12,12,12,12,12,12,12,12,1,1,1,1,1,1,1 +2017,0,192,32,160,0,0,0,1,96,96,48,0,72,64,16,5,0,48,0,8,24,0,0,16,0,2,12,12,12,12,12,0,0,8,1,1,1,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/running_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/running_job_count/aggregate-Day-reference.csv index 4731c2fcf6..2d26bd7704 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/running_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/running_job_count/aggregate-Day-reference.csv @@ -9,7 +9,7 @@ PI,"Number of Jobs Running" "Flycatcher, Taiga",55001 "Lark, Calandra",6944 "Warbler, Cetti's",2633 -Moorhen,2629 +Moorhen,2630 "Shearwater, Macaronesian",1000 "Tern, Caspian",763 "Egret, Snowy",756 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/running_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/running_job_count/aggregate-Month-reference.csv index 4731c2fcf6..2d26bd7704 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/running_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/running_job_count/aggregate-Month-reference.csv @@ -9,7 +9,7 @@ PI,"Number of Jobs Running" "Flycatcher, Taiga",55001 "Lark, Calandra",6944 "Warbler, Cetti's",2633 -Moorhen,2629 +Moorhen,2630 "Shearwater, Macaronesian",1000 "Tern, Caspian",763 "Egret, Snowy",756 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/running_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/running_job_count/aggregate-Quarter-reference.csv index 4731c2fcf6..2d26bd7704 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/running_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/running_job_count/aggregate-Quarter-reference.csv @@ -9,7 +9,7 @@ PI,"Number of Jobs Running" "Flycatcher, Taiga",55001 "Lark, Calandra",6944 "Warbler, Cetti's",2633 -Moorhen,2629 +Moorhen,2630 "Shearwater, Macaronesian",1000 "Tern, Caspian",763 "Egret, Snowy",756 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/running_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/running_job_count/aggregate-Year-reference.csv index 4731c2fcf6..2d26bd7704 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/running_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/running_job_count/aggregate-Year-reference.csv @@ -9,7 +9,7 @@ PI,"Number of Jobs Running" "Flycatcher, Taiga",55001 "Lark, Calandra",6944 "Warbler, Cetti's",2633 -Moorhen,2629 +Moorhen,2630 "Shearwater, Macaronesian",1000 "Tern, Caspian",763 "Egret, Snowy",756 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/running_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/running_job_count/timeseries-Day-reference.csv index 74f76d749d..5b5c4030bf 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/running_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/running_job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Flycatcher, Taiga] Number of Jobs Running","[Lark, Calandra] Number of Job 2016-12-27,1,14,0,0,0,6,0,0,0,0,3,0,0,5,0,0,5,3,0,2,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 2016-12-28,1,20,0,190,0,6,0,147,0,0,12,0,0,10,0,0,16,15,5,2,9,0,2,0,1,0,9,0,0,0,0,0,0,0,3,0,0,1,0,1,0 2016-12-29,256,54,1,960,0,24,0,235,0,0,25,1,0,62,0,11,20,23,16,2,9,5,4,3,1,0,9,1,0,0,4,7,0,0,3,1,1,1,0,1,0 -2016-12-30,19313,3859,1700,1635,719,740,0,252,90,68,96,4,28,68,20,65,20,28,24,2,13,20,7,8,15,14,11,1,4,0,8,7,3,3,3,1,2,1,1,1,1 +2016-12-30,19313,3859,1700,1636,719,740,0,252,90,68,96,4,28,68,20,65,20,28,24,2,13,20,7,8,15,14,11,1,4,0,8,7,3,3,3,1,2,1,1,1,1 2016-12-31,22516,2740,933,1637,999,30,16,255,10,24,83,98,28,12,26,27,48,24,22,6,13,1,12,7,4,0,1,7,6,9,4,1,2,1,0,0,1,0,0,0,0 2017-01-01,13931,402,0,972,0,2,752,94,139,62,0,1,28,7,25,5,47,20,14,27,8,0,9,7,0,0,1,2,0,9,0,0,1,0,0,1,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/running_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/running_job_count/timeseries-Month-reference.csv index cc1a3f12e5..173e6d2114 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/running_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/running_job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Flycatcher, Taiga] Number of Jobs Running","[Lark, Calandra] Number of Jobs Running","[Warbler, Cetti's] Number of Jobs Running","[Moorhen] Number of Jobs Running","[Shearwater, Macaronesian] Number of Jobs Running","[Tern, Caspian] Number of Jobs Running","[Egret, Snowy] Number of Jobs Running","[Bufflehead] Number of Jobs Running","[Dunlin] Number of Jobs Running","[Bittern] Number of Jobs Running","[Shearwater, Balearic] Number of Jobs Running","[Chiffchaff, Iberian] Number of Jobs Running","[Dowitcher, Short-billed] Number of Jobs Running","[Fulmar] Number of Jobs Running","[Goose, Red-breasted] Number of Jobs Running","[Jackdaw] Number of Jobs Running","[Bluetail, Red-flanked] Number of Jobs Running","[Fieldfare] Number of Jobs Running","[Warbler, Hooded] Number of Jobs Running","[Chaffinch] Number of Jobs Running","[Scaup, Lesser] Number of Jobs Running","[Harrier, Hen] Number of Jobs Running","[White, Great] Number of Jobs Running","[Bunting, Ortolan] Number of Jobs Running","[Petrel, Fea's] Number of Jobs Running","[Blackbird] Number of Jobs Running","[Kestrel, Lesser] Number of Jobs Running","[Martin, Sand] Number of Jobs Running","[Spotted, Great] Number of Jobs Running","[Accentor, Alpine] Number of Jobs Running","[Nuthatch] Number of Jobs Running","[Smew] Number of Jobs Running","[Swift, Little] Number of Jobs Running","[Thrush, Hermit] Number of Jobs Running","[Warbler, Blackpoll] Number of Jobs Running","[Gull, Yellow-legged] Number of Jobs Running","[Warbler, Savi's] Number of Jobs Running","[Dotterel] Number of Jobs Running","[Gull, Glaucous-winged] Number of Jobs Running","[Shearwater, Great] Number of Jobs Running","[Yellowthroat, Common] Number of Jobs Running" -2016-12,41560,6563,2633,2425,1000,762,16,289,100,92,146,101,56,72,46,66,53,32,29,6,17,20,15,12,15,14,11,8,10,9,8,7,3,3,3,1,2,1,1,1,1 +2016-12,41560,6563,2633,2426,1000,762,16,289,100,92,146,101,56,72,46,66,53,32,29,6,17,20,15,12,15,14,11,8,10,9,8,7,3,3,3,1,2,1,1,1,1 2017-01,13931,402,0,972,0,2,752,94,139,62,0,1,28,7,25,5,47,20,14,27,8,0,9,7,0,0,1,2,0,9,0,0,1,0,0,1,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/running_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/running_job_count/timeseries-Quarter-reference.csv index 2216e5dfbb..7dd1b7704a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/running_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/running_job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Flycatcher, Taiga] Number of Jobs Running","[Lark, Calandra] Number of Jobs Running","[Warbler, Cetti's] Number of Jobs Running","[Moorhen] Number of Jobs Running","[Shearwater, Macaronesian] Number of Jobs Running","[Tern, Caspian] Number of Jobs Running","[Egret, Snowy] Number of Jobs Running","[Bufflehead] Number of Jobs Running","[Dunlin] Number of Jobs Running","[Bittern] Number of Jobs Running","[Shearwater, Balearic] Number of Jobs Running","[Chiffchaff, Iberian] Number of Jobs Running","[Dowitcher, Short-billed] Number of Jobs Running","[Fulmar] Number of Jobs Running","[Goose, Red-breasted] Number of Jobs Running","[Jackdaw] Number of Jobs Running","[Bluetail, Red-flanked] Number of Jobs Running","[Fieldfare] Number of Jobs Running","[Warbler, Hooded] Number of Jobs Running","[Chaffinch] Number of Jobs Running","[Scaup, Lesser] Number of Jobs Running","[Harrier, Hen] Number of Jobs Running","[White, Great] Number of Jobs Running","[Bunting, Ortolan] Number of Jobs Running","[Petrel, Fea's] Number of Jobs Running","[Blackbird] Number of Jobs Running","[Kestrel, Lesser] Number of Jobs Running","[Martin, Sand] Number of Jobs Running","[Spotted, Great] Number of Jobs Running","[Accentor, Alpine] Number of Jobs Running","[Nuthatch] Number of Jobs Running","[Smew] Number of Jobs Running","[Swift, Little] Number of Jobs Running","[Thrush, Hermit] Number of Jobs Running","[Warbler, Blackpoll] Number of Jobs Running","[Gull, Yellow-legged] Number of Jobs Running","[Warbler, Savi's] Number of Jobs Running","[Dotterel] Number of Jobs Running","[Gull, Glaucous-winged] Number of Jobs Running","[Shearwater, Great] Number of Jobs Running","[Yellowthroat, Common] Number of Jobs Running" -"2016 Q4",41560,6563,2633,2425,1000,762,16,289,100,92,146,101,56,72,46,66,53,32,29,6,17,20,15,12,15,14,11,8,10,9,8,7,3,3,3,1,2,1,1,1,1 +"2016 Q4",41560,6563,2633,2426,1000,762,16,289,100,92,146,101,56,72,46,66,53,32,29,6,17,20,15,12,15,14,11,8,10,9,8,7,3,3,3,1,2,1,1,1,1 "2017 Q1",13931,402,0,972,0,2,752,94,139,62,0,1,28,7,25,5,47,20,14,27,8,0,9,7,0,0,1,2,0,9,0,0,1,0,0,1,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/running_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/running_job_count/timeseries-Year-reference.csv index 632873edd8..fb20bf5150 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/running_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/running_job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Flycatcher, Taiga] Number of Jobs Running","[Lark, Calandra] Number of Jobs Running","[Warbler, Cetti's] Number of Jobs Running","[Moorhen] Number of Jobs Running","[Shearwater, Macaronesian] Number of Jobs Running","[Tern, Caspian] Number of Jobs Running","[Egret, Snowy] Number of Jobs Running","[Bufflehead] Number of Jobs Running","[Dunlin] Number of Jobs Running","[Bittern] Number of Jobs Running","[Shearwater, Balearic] Number of Jobs Running","[Chiffchaff, Iberian] Number of Jobs Running","[Dowitcher, Short-billed] Number of Jobs Running","[Fulmar] Number of Jobs Running","[Goose, Red-breasted] Number of Jobs Running","[Jackdaw] Number of Jobs Running","[Bluetail, Red-flanked] Number of Jobs Running","[Fieldfare] Number of Jobs Running","[Warbler, Hooded] Number of Jobs Running","[Chaffinch] Number of Jobs Running","[Scaup, Lesser] Number of Jobs Running","[Harrier, Hen] Number of Jobs Running","[White, Great] Number of Jobs Running","[Bunting, Ortolan] Number of Jobs Running","[Petrel, Fea's] Number of Jobs Running","[Blackbird] Number of Jobs Running","[Kestrel, Lesser] Number of Jobs Running","[Martin, Sand] Number of Jobs Running","[Spotted, Great] Number of Jobs Running","[Accentor, Alpine] Number of Jobs Running","[Nuthatch] Number of Jobs Running","[Smew] Number of Jobs Running","[Swift, Little] Number of Jobs Running","[Thrush, Hermit] Number of Jobs Running","[Warbler, Blackpoll] Number of Jobs Running","[Gull, Yellow-legged] Number of Jobs Running","[Warbler, Savi's] Number of Jobs Running","[Dotterel] Number of Jobs Running","[Gull, Glaucous-winged] Number of Jobs Running","[Shearwater, Great] Number of Jobs Running","[Yellowthroat, Common] Number of Jobs Running" -2016,41560,6563,2633,2425,1000,762,16,289,100,92,146,101,56,72,46,66,53,32,29,6,17,20,15,12,15,14,11,8,10,9,8,7,3,3,3,1,2,1,1,1,1 +2016,41560,6563,2633,2426,1000,762,16,289,100,92,146,101,56,72,46,66,53,32,29,6,17,20,15,12,15,14,11,8,10,9,8,7,3,3,3,1,2,1,1,1,1 2017,13931,402,0,972,0,2,752,94,139,62,0,1,28,7,25,5,47,20,14,27,8,0,9,7,0,0,1,2,0,9,0,0,1,0,0,1,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/started_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/started_job_count/aggregate-Day-reference.csv index 5cb4bb7075..8ecc98a3ce 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/started_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/started_job_count/aggregate-Day-reference.csv @@ -9,7 +9,7 @@ PI,"Number of Jobs Started" "Flycatcher, Taiga",55001 "Lark, Calandra",6944 "Warbler, Cetti's",2633 -Moorhen,2629 +Moorhen,2630 "Shearwater, Macaronesian",1000 "Tern, Caspian",763 "Egret, Snowy",756 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/started_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/started_job_count/aggregate-Month-reference.csv index 5cb4bb7075..8ecc98a3ce 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/started_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/started_job_count/aggregate-Month-reference.csv @@ -9,7 +9,7 @@ PI,"Number of Jobs Started" "Flycatcher, Taiga",55001 "Lark, Calandra",6944 "Warbler, Cetti's",2633 -Moorhen,2629 +Moorhen,2630 "Shearwater, Macaronesian",1000 "Tern, Caspian",763 "Egret, Snowy",756 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/started_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/started_job_count/aggregate-Quarter-reference.csv index 5cb4bb7075..8ecc98a3ce 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/started_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/started_job_count/aggregate-Quarter-reference.csv @@ -9,7 +9,7 @@ PI,"Number of Jobs Started" "Flycatcher, Taiga",55001 "Lark, Calandra",6944 "Warbler, Cetti's",2633 -Moorhen,2629 +Moorhen,2630 "Shearwater, Macaronesian",1000 "Tern, Caspian",763 "Egret, Snowy",756 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/started_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/started_job_count/aggregate-Year-reference.csv index 5cb4bb7075..8ecc98a3ce 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/started_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/started_job_count/aggregate-Year-reference.csv @@ -9,7 +9,7 @@ PI,"Number of Jobs Started" "Flycatcher, Taiga",55001 "Lark, Calandra",6944 "Warbler, Cetti's",2633 -Moorhen,2629 +Moorhen,2630 "Shearwater, Macaronesian",1000 "Tern, Caspian",763 "Egret, Snowy",756 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/started_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/started_job_count/timeseries-Day-reference.csv index 2037232cca..76ab40336c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/started_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/started_job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Flycatcher, Taiga] Number of Jobs Started","[Lark, Calandra] Number of Job 2016-12-27,1,10,0,0,0,5,0,0,0,0,3,0,0,5,0,0,0,3,0,1,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 2016-12-28,0,6,0,190,0,0,0,147,0,0,9,0,0,5,0,0,11,12,5,0,9,0,1,0,0,0,9,0,0,0,0,0,0,0,3,0,0,1,0,0,0 2016-12-29,255,34,1,770,0,18,0,88,0,0,13,1,0,52,0,11,4,8,11,0,0,5,2,3,0,0,0,1,0,0,4,7,0,0,0,1,1,0,0,0,0 -2016-12-30,19057,3805,1699,675,719,716,0,17,90,68,71,3,28,6,20,54,0,5,8,0,4,15,3,5,14,14,2,0,4,0,4,0,3,3,0,0,1,0,1,0,1 +2016-12-30,19057,3805,1699,676,719,716,0,17,90,68,71,3,28,6,20,54,0,5,8,0,4,15,3,5,14,14,2,0,4,0,4,0,3,3,0,0,1,0,1,0,1 2016-12-31,22247,2704,933,790,281,22,16,37,10,24,50,97,28,4,26,1,33,4,5,4,4,0,8,4,0,0,0,7,6,9,0,0,0,0,0,0,0,0,0,0,0 2017-01-01,13441,381,0,204,0,1,740,19,139,62,0,0,28,0,23,0,0,12,8,25,8,0,5,4,0,0,0,2,0,0,0,0,1,0,0,1,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/started_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/started_job_count/timeseries-Month-reference.csv index d22e29878e..6276aee91a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/started_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/started_job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Flycatcher, Taiga] Number of Jobs Started","[Lark, Calandra] Number of Jobs Started","[Warbler, Cetti's] Number of Jobs Started","[Moorhen] Number of Jobs Started","[Shearwater, Macaronesian] Number of Jobs Started","[Tern, Caspian] Number of Jobs Started","[Egret, Snowy] Number of Jobs Started","[Bufflehead] Number of Jobs Started","[Dunlin] Number of Jobs Started","[Bittern] Number of Jobs Started","[Shearwater, Balearic] Number of Jobs Started","[Chiffchaff, Iberian] Number of Jobs Started","[Dowitcher, Short-billed] Number of Jobs Started","[Fulmar] Number of Jobs Started","[Goose, Red-breasted] Number of Jobs Started","[Jackdaw] Number of Jobs Started","[Bluetail, Red-flanked] Number of Jobs Started","[Fieldfare] Number of Jobs Started","[Warbler, Hooded] Number of Jobs Started","[Chaffinch] Number of Jobs Started","[Scaup, Lesser] Number of Jobs Started","[Harrier, Hen] Number of Jobs Started","[White, Great] Number of Jobs Started","[Bunting, Ortolan] Number of Jobs Started","[Petrel, Fea's] Number of Jobs Started","[Blackbird] Number of Jobs Started","[Kestrel, Lesser] Number of Jobs Started","[Martin, Sand] Number of Jobs Started","[Spotted, Great] Number of Jobs Started","[Accentor, Alpine] Number of Jobs Started","[Nuthatch] Number of Jobs Started","[Smew] Number of Jobs Started","[Swift, Little] Number of Jobs Started","[Thrush, Hermit] Number of Jobs Started","[Warbler, Blackpoll] Number of Jobs Started","[Gull, Yellow-legged] Number of Jobs Started","[Warbler, Savi's] Number of Jobs Started","[Dotterel] Number of Jobs Started","[Gull, Glaucous-winged] Number of Jobs Started","[Shearwater, Great] Number of Jobs Started","[Yellowthroat, Common] Number of Jobs Started" -2016-12,41560,6563,2633,2425,1000,762,16,289,100,92,146,101,56,72,46,66,53,32,29,6,17,20,15,12,15,14,11,8,10,9,8,7,3,3,3,1,2,1,1,1,1 +2016-12,41560,6563,2633,2426,1000,762,16,289,100,92,146,101,56,72,46,66,53,32,29,6,17,20,15,12,15,14,11,8,10,9,8,7,3,3,3,1,2,1,1,1,1 2017-01,13441,381,0,204,0,1,740,19,139,62,0,0,28,0,23,0,0,12,8,25,8,0,5,4,0,0,0,2,0,0,0,0,1,0,0,1,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/started_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/started_job_count/timeseries-Quarter-reference.csv index 7cf458b486..7b28c94fb5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/started_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/started_job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Flycatcher, Taiga] Number of Jobs Started","[Lark, Calandra] Number of Jobs Started","[Warbler, Cetti's] Number of Jobs Started","[Moorhen] Number of Jobs Started","[Shearwater, Macaronesian] Number of Jobs Started","[Tern, Caspian] Number of Jobs Started","[Egret, Snowy] Number of Jobs Started","[Bufflehead] Number of Jobs Started","[Dunlin] Number of Jobs Started","[Bittern] Number of Jobs Started","[Shearwater, Balearic] Number of Jobs Started","[Chiffchaff, Iberian] Number of Jobs Started","[Dowitcher, Short-billed] Number of Jobs Started","[Fulmar] Number of Jobs Started","[Goose, Red-breasted] Number of Jobs Started","[Jackdaw] Number of Jobs Started","[Bluetail, Red-flanked] Number of Jobs Started","[Fieldfare] Number of Jobs Started","[Warbler, Hooded] Number of Jobs Started","[Chaffinch] Number of Jobs Started","[Scaup, Lesser] Number of Jobs Started","[Harrier, Hen] Number of Jobs Started","[White, Great] Number of Jobs Started","[Bunting, Ortolan] Number of Jobs Started","[Petrel, Fea's] Number of Jobs Started","[Blackbird] Number of Jobs Started","[Kestrel, Lesser] Number of Jobs Started","[Martin, Sand] Number of Jobs Started","[Spotted, Great] Number of Jobs Started","[Accentor, Alpine] Number of Jobs Started","[Nuthatch] Number of Jobs Started","[Smew] Number of Jobs Started","[Swift, Little] Number of Jobs Started","[Thrush, Hermit] Number of Jobs Started","[Warbler, Blackpoll] Number of Jobs Started","[Gull, Yellow-legged] Number of Jobs Started","[Warbler, Savi's] Number of Jobs Started","[Dotterel] Number of Jobs Started","[Gull, Glaucous-winged] Number of Jobs Started","[Shearwater, Great] Number of Jobs Started","[Yellowthroat, Common] Number of Jobs Started" -"2016 Q4",41560,6563,2633,2425,1000,762,16,289,100,92,146,101,56,72,46,66,53,32,29,6,17,20,15,12,15,14,11,8,10,9,8,7,3,3,3,1,2,1,1,1,1 +"2016 Q4",41560,6563,2633,2426,1000,762,16,289,100,92,146,101,56,72,46,66,53,32,29,6,17,20,15,12,15,14,11,8,10,9,8,7,3,3,3,1,2,1,1,1,1 "2017 Q1",13441,381,0,204,0,1,740,19,139,62,0,0,28,0,23,0,0,12,8,25,8,0,5,4,0,0,0,2,0,0,0,0,1,0,0,1,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/started_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/started_job_count/timeseries-Year-reference.csv index 6e19f5ccd2..4ad034df2d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/started_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/started_job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Flycatcher, Taiga] Number of Jobs Started","[Lark, Calandra] Number of Jobs Started","[Warbler, Cetti's] Number of Jobs Started","[Moorhen] Number of Jobs Started","[Shearwater, Macaronesian] Number of Jobs Started","[Tern, Caspian] Number of Jobs Started","[Egret, Snowy] Number of Jobs Started","[Bufflehead] Number of Jobs Started","[Dunlin] Number of Jobs Started","[Bittern] Number of Jobs Started","[Shearwater, Balearic] Number of Jobs Started","[Chiffchaff, Iberian] Number of Jobs Started","[Dowitcher, Short-billed] Number of Jobs Started","[Fulmar] Number of Jobs Started","[Goose, Red-breasted] Number of Jobs Started","[Jackdaw] Number of Jobs Started","[Bluetail, Red-flanked] Number of Jobs Started","[Fieldfare] Number of Jobs Started","[Warbler, Hooded] Number of Jobs Started","[Chaffinch] Number of Jobs Started","[Scaup, Lesser] Number of Jobs Started","[Harrier, Hen] Number of Jobs Started","[White, Great] Number of Jobs Started","[Bunting, Ortolan] Number of Jobs Started","[Petrel, Fea's] Number of Jobs Started","[Blackbird] Number of Jobs Started","[Kestrel, Lesser] Number of Jobs Started","[Martin, Sand] Number of Jobs Started","[Spotted, Great] Number of Jobs Started","[Accentor, Alpine] Number of Jobs Started","[Nuthatch] Number of Jobs Started","[Smew] Number of Jobs Started","[Swift, Little] Number of Jobs Started","[Thrush, Hermit] Number of Jobs Started","[Warbler, Blackpoll] Number of Jobs Started","[Gull, Yellow-legged] Number of Jobs Started","[Warbler, Savi's] Number of Jobs Started","[Dotterel] Number of Jobs Started","[Gull, Glaucous-winged] Number of Jobs Started","[Shearwater, Great] Number of Jobs Started","[Yellowthroat, Common] Number of Jobs Started" -2016,41560,6563,2633,2425,1000,762,16,289,100,92,146,101,56,72,46,66,53,32,29,6,17,20,15,12,15,14,11,8,10,9,8,7,3,3,3,1,2,1,1,1,1 +2016,41560,6563,2633,2426,1000,762,16,289,100,92,146,101,56,72,46,66,53,32,29,6,17,20,15,12,15,14,11,8,10,9,8,7,3,3,3,1,2,1,1,1,1 2017,13441,381,0,204,0,1,740,19,139,62,0,0,28,0,23,0,0,12,8,25,8,0,5,4,0,0,0,2,0,0,0,0,1,0,0,1,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/submitted_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/submitted_job_count/aggregate-Day-reference.csv index dcdb976ad5..3ca6207ec5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/submitted_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/submitted_job_count/aggregate-Day-reference.csv @@ -9,7 +9,7 @@ PI,"Number of Jobs Submitted" "Flycatcher, Taiga",49664 "Lark, Calandra",6927 "Warbler, Cetti's",2633 -Moorhen,2586 +Moorhen,2587 "Shearwater, Macaronesian",719 "Egret, Snowy",693 Bufflehead,308 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/submitted_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/submitted_job_count/aggregate-Month-reference.csv index 79a9351968..362ef35429 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/submitted_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/submitted_job_count/aggregate-Month-reference.csv @@ -9,7 +9,7 @@ PI,"Number of Jobs Submitted" "Flycatcher, Taiga",53071 "Lark, Calandra",6943 "Warbler, Cetti's",2633 -Moorhen,2629 +Moorhen,2630 "Shearwater, Macaronesian",1000 "Tern, Caspian",763 "Egret, Snowy",693 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/submitted_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/submitted_job_count/aggregate-Quarter-reference.csv index 79a9351968..362ef35429 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/submitted_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/submitted_job_count/aggregate-Quarter-reference.csv @@ -9,7 +9,7 @@ PI,"Number of Jobs Submitted" "Flycatcher, Taiga",53071 "Lark, Calandra",6943 "Warbler, Cetti's",2633 -Moorhen,2629 +Moorhen,2630 "Shearwater, Macaronesian",1000 "Tern, Caspian",763 "Egret, Snowy",693 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/submitted_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/submitted_job_count/aggregate-Year-reference.csv index 79a9351968..362ef35429 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/submitted_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/submitted_job_count/aggregate-Year-reference.csv @@ -9,7 +9,7 @@ PI,"Number of Jobs Submitted" "Flycatcher, Taiga",53071 "Lark, Calandra",6943 "Warbler, Cetti's",2633 -Moorhen,2629 +Moorhen,2630 "Shearwater, Macaronesian",1000 "Tern, Caspian",763 "Egret, Snowy",693 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/submitted_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/submitted_job_count/timeseries-Day-reference.csv index 3d01428008..409685fd69 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/submitted_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/submitted_job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Flycatcher, Taiga] Number of Jobs Submitted","[Lark, Calandra] Number of J 2016-12-27,1,10,0,0,0,0,0,0,0,0,0,0,0,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0 2016-12-28,0,4,0,190,0,0,147,0,0,0,0,0,11,0,5,0,0,9,0,0,0,0,0,0,0,9,0,0,0,0,0,0,3,0,1,0,0,0,0,0,0 2016-12-29,205,32,1,770,0,0,88,0,0,0,0,50,0,4,11,0,11,0,1,5,3,0,0,1,10,0,1,0,0,4,7,0,0,1,0,0,0,1,0,0,0 -2016-12-30,18462,3801,1699,675,719,0,17,68,50,28,20,5,0,15,8,0,19,4,5,15,5,14,14,1,1,2,0,4,0,4,0,3,0,0,0,1,0,0,1,0,0 +2016-12-30,18462,3801,1699,676,719,0,17,68,50,28,20,5,0,15,8,0,19,4,5,15,5,14,14,1,1,2,0,4,0,4,0,3,0,0,0,1,0,0,1,0,0 2016-12-31,19485,2699,933,747,0,16,37,24,9,28,26,0,33,21,5,4,1,4,4,0,4,0,0,7,2,0,7,6,9,0,0,0,0,0,0,0,0,0,0,0,0 2017-01-01,11511,380,0,204,0,677,19,62,64,28,23,0,0,1,8,25,0,8,12,0,4,0,0,5,0,0,2,0,0,0,0,1,0,0,0,0,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/submitted_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/submitted_job_count/timeseries-Month-reference.csv index 393d97df8b..97be88b35c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/submitted_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/submitted_job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Flycatcher, Taiga] Number of Jobs Submitted","[Lark, Calandra] Number of Jobs Submitted","[Warbler, Cetti's] Number of Jobs Submitted","[Moorhen] Number of Jobs Submitted","[Shearwater, Macaronesian] Number of Jobs Submitted","[Tern, Caspian] Number of Jobs Submitted","[Egret, Snowy] Number of Jobs Submitted","[Bufflehead] Number of Jobs Submitted","[Dunlin] Number of Jobs Submitted","[Bittern] Number of Jobs Submitted","[Shearwater, Balearic] Number of Jobs Submitted","[Chiffchaff, Iberian] Number of Jobs Submitted","[Dowitcher, Short-billed] Number of Jobs Submitted","[Fulmar] Number of Jobs Submitted","[Goose, Red-breasted] Number of Jobs Submitted","[Jackdaw] Number of Jobs Submitted","[Bluetail, Red-flanked] Number of Jobs Submitted","[Fieldfare] Number of Jobs Submitted","[Warbler, Hooded] Number of Jobs Submitted","[Chaffinch] Number of Jobs Submitted","[Scaup, Lesser] Number of Jobs Submitted","[Harrier, Hen] Number of Jobs Submitted","[White, Great] Number of Jobs Submitted","[Bunting, Ortolan] Number of Jobs Submitted","[Petrel, Fea's] Number of Jobs Submitted","[Blackbird] Number of Jobs Submitted","[Kestrel, Lesser] Number of Jobs Submitted","[Martin, Sand] Number of Jobs Submitted","[Spotted, Great] Number of Jobs Submitted","[Accentor, Alpine] Number of Jobs Submitted","[Nuthatch] Number of Jobs Submitted","[Smew] Number of Jobs Submitted","[Swift, Little] Number of Jobs Submitted","[Thrush, Hermit] Number of Jobs Submitted","[Warbler, Blackpoll] Number of Jobs Submitted","[Warbler, Savi's] Number of Jobs Submitted","[Dotterel] Number of Jobs Submitted","[Gull, Glaucous-winged] Number of Jobs Submitted","[Gull, Yellow-legged] Number of Jobs Submitted","[Shearwater, Great] Number of Jobs Submitted","[Yellowthroat, Common] Number of Jobs Submitted" -2016-12,41560,6563,2633,2425,1000,762,16,289,100,92,146,101,56,72,46,66,53,32,29,6,17,20,15,12,15,14,11,8,10,9,8,7,3,3,3,2,1,1,1,1,1 +2016-12,41560,6563,2633,2426,1000,762,16,289,100,92,146,101,56,72,46,66,53,32,29,6,17,20,15,12,15,14,11,8,10,9,8,7,3,3,3,2,1,1,1,1,1 2017-01,11511,380,0,204,0,1,677,19,64,62,0,0,28,0,23,0,0,12,8,25,8,0,5,4,0,0,0,2,0,0,0,0,1,0,0,0,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/submitted_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/submitted_job_count/timeseries-Quarter-reference.csv index 9bd6093b42..6bf7942773 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/submitted_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/submitted_job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Flycatcher, Taiga] Number of Jobs Submitted","[Lark, Calandra] Number of Jobs Submitted","[Warbler, Cetti's] Number of Jobs Submitted","[Moorhen] Number of Jobs Submitted","[Shearwater, Macaronesian] Number of Jobs Submitted","[Tern, Caspian] Number of Jobs Submitted","[Egret, Snowy] Number of Jobs Submitted","[Bufflehead] Number of Jobs Submitted","[Dunlin] Number of Jobs Submitted","[Bittern] Number of Jobs Submitted","[Shearwater, Balearic] Number of Jobs Submitted","[Chiffchaff, Iberian] Number of Jobs Submitted","[Dowitcher, Short-billed] Number of Jobs Submitted","[Fulmar] Number of Jobs Submitted","[Goose, Red-breasted] Number of Jobs Submitted","[Jackdaw] Number of Jobs Submitted","[Bluetail, Red-flanked] Number of Jobs Submitted","[Fieldfare] Number of Jobs Submitted","[Warbler, Hooded] Number of Jobs Submitted","[Chaffinch] Number of Jobs Submitted","[Scaup, Lesser] Number of Jobs Submitted","[Harrier, Hen] Number of Jobs Submitted","[White, Great] Number of Jobs Submitted","[Bunting, Ortolan] Number of Jobs Submitted","[Petrel, Fea's] Number of Jobs Submitted","[Blackbird] Number of Jobs Submitted","[Kestrel, Lesser] Number of Jobs Submitted","[Martin, Sand] Number of Jobs Submitted","[Spotted, Great] Number of Jobs Submitted","[Accentor, Alpine] Number of Jobs Submitted","[Nuthatch] Number of Jobs Submitted","[Smew] Number of Jobs Submitted","[Swift, Little] Number of Jobs Submitted","[Thrush, Hermit] Number of Jobs Submitted","[Warbler, Blackpoll] Number of Jobs Submitted","[Warbler, Savi's] Number of Jobs Submitted","[Dotterel] Number of Jobs Submitted","[Gull, Glaucous-winged] Number of Jobs Submitted","[Gull, Yellow-legged] Number of Jobs Submitted","[Shearwater, Great] Number of Jobs Submitted","[Yellowthroat, Common] Number of Jobs Submitted" -"2016 Q4",41560,6563,2633,2425,1000,762,16,289,100,92,146,101,56,72,46,66,53,32,29,6,17,20,15,12,15,14,11,8,10,9,8,7,3,3,3,2,1,1,1,1,1 +"2016 Q4",41560,6563,2633,2426,1000,762,16,289,100,92,146,101,56,72,46,66,53,32,29,6,17,20,15,12,15,14,11,8,10,9,8,7,3,3,3,2,1,1,1,1,1 "2017 Q1",11511,380,0,204,0,1,677,19,64,62,0,0,28,0,23,0,0,12,8,25,8,0,5,4,0,0,0,2,0,0,0,0,1,0,0,0,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/submitted_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/submitted_job_count/timeseries-Year-reference.csv index e24af7e8f6..7703f18b97 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/submitted_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/submitted_job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Flycatcher, Taiga] Number of Jobs Submitted","[Lark, Calandra] Number of Jobs Submitted","[Warbler, Cetti's] Number of Jobs Submitted","[Moorhen] Number of Jobs Submitted","[Shearwater, Macaronesian] Number of Jobs Submitted","[Tern, Caspian] Number of Jobs Submitted","[Egret, Snowy] Number of Jobs Submitted","[Bufflehead] Number of Jobs Submitted","[Dunlin] Number of Jobs Submitted","[Bittern] Number of Jobs Submitted","[Shearwater, Balearic] Number of Jobs Submitted","[Chiffchaff, Iberian] Number of Jobs Submitted","[Dowitcher, Short-billed] Number of Jobs Submitted","[Fulmar] Number of Jobs Submitted","[Goose, Red-breasted] Number of Jobs Submitted","[Jackdaw] Number of Jobs Submitted","[Bluetail, Red-flanked] Number of Jobs Submitted","[Fieldfare] Number of Jobs Submitted","[Warbler, Hooded] Number of Jobs Submitted","[Chaffinch] Number of Jobs Submitted","[Scaup, Lesser] Number of Jobs Submitted","[Harrier, Hen] Number of Jobs Submitted","[White, Great] Number of Jobs Submitted","[Bunting, Ortolan] Number of Jobs Submitted","[Petrel, Fea's] Number of Jobs Submitted","[Blackbird] Number of Jobs Submitted","[Kestrel, Lesser] Number of Jobs Submitted","[Martin, Sand] Number of Jobs Submitted","[Spotted, Great] Number of Jobs Submitted","[Accentor, Alpine] Number of Jobs Submitted","[Nuthatch] Number of Jobs Submitted","[Smew] Number of Jobs Submitted","[Swift, Little] Number of Jobs Submitted","[Thrush, Hermit] Number of Jobs Submitted","[Warbler, Blackpoll] Number of Jobs Submitted","[Warbler, Savi's] Number of Jobs Submitted","[Dotterel] Number of Jobs Submitted","[Gull, Glaucous-winged] Number of Jobs Submitted","[Gull, Yellow-legged] Number of Jobs Submitted","[Shearwater, Great] Number of Jobs Submitted","[Yellowthroat, Common] Number of Jobs Submitted" -2016,41560,6563,2633,2425,1000,762,16,289,100,92,146,101,56,72,46,66,53,32,29,6,17,20,15,12,15,14,11,8,10,9,8,7,3,3,3,2,1,1,1,1,1 +2016,41560,6563,2633,2426,1000,762,16,289,100,92,146,101,56,72,46,66,53,32,29,6,17,20,15,12,15,14,11,8,10,9,8,7,3,3,3,2,1,1,1,1,1 2017,11511,380,0,204,0,1,677,19,64,62,0,0,28,0,23,0,0,12,8,25,8,0,5,4,0,0,0,2,0,0,0,0,1,0,0,0,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_cpu_hours/aggregate-Day-reference.csv index f1b003775c..aaa2cecee7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_cpu_hours/aggregate-Day-reference.csv @@ -10,7 +10,7 @@ PI,"CPU Hours: Total" Fieldfare,147374.4353 "Scaup, Lesser",119274.1289 "Lark, Calandra",69231.4289 -Moorhen,67004.1206 +Moorhen,67032.2606 "Bluetail, Red-flanked",34825.7219 "Shearwater, Balearic",33446.5633 "White, Great",21995.7300 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_cpu_hours/aggregate-Month-reference.csv index f1b003775c..aaa2cecee7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_cpu_hours/aggregate-Month-reference.csv @@ -10,7 +10,7 @@ PI,"CPU Hours: Total" Fieldfare,147374.4353 "Scaup, Lesser",119274.1289 "Lark, Calandra",69231.4289 -Moorhen,67004.1206 +Moorhen,67032.2606 "Bluetail, Red-flanked",34825.7219 "Shearwater, Balearic",33446.5633 "White, Great",21995.7300 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_cpu_hours/aggregate-Quarter-reference.csv index f1b003775c..aaa2cecee7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_cpu_hours/aggregate-Quarter-reference.csv @@ -10,7 +10,7 @@ PI,"CPU Hours: Total" Fieldfare,147374.4353 "Scaup, Lesser",119274.1289 "Lark, Calandra",69231.4289 -Moorhen,67004.1206 +Moorhen,67032.2606 "Bluetail, Red-flanked",34825.7219 "Shearwater, Balearic",33446.5633 "White, Great",21995.7300 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_cpu_hours/aggregate-Year-reference.csv index f1b003775c..aaa2cecee7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_cpu_hours/aggregate-Year-reference.csv @@ -10,7 +10,7 @@ PI,"CPU Hours: Total" Fieldfare,147374.4353 "Scaup, Lesser",119274.1289 "Lark, Calandra",69231.4289 -Moorhen,67004.1206 +Moorhen,67032.2606 "Bluetail, Red-flanked",34825.7219 "Shearwater, Balearic",33446.5633 "White, Great",21995.7300 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_cpu_hours/timeseries-Day-reference.csv index ea76832671..473623664c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_cpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Flycatcher, Taiga] CPU Hours: Total","[Fieldfare] CPU Hours: Total","[Scau 2016-12-27,3.2167,3739.4133,0,2293.7600,0,1920.0000,4298.8089,1487.8200,0,0,0,0,0,476.7422,0,0,531.1822,558.6133,0,0,0,0,0,0,0,0,0,0,0,238.8667,0,0,0,0,0,0,4.7214,0,0,0,0 2016-12-28,24.0000,21931.9200,29467.4711,9954.8311,953.0369,2310.7378,6587.9644,2341.3467,0,0,0,1962.8444,0,1944.0000,0,0,1824.0000,1411.0667,0,351.5933,0,336.4567,0,0,181.4300,0,0,0,0,288.0000,94.0111,0,0,0,0,0,24.0000,0,0,0,0 2016-12-29,1793.4019,49556.3222,39552.0000,15738.2700,12583.2597,7644.0844,12041.5822,4466.4000,1834.4800,0,5821.2600,3901.6422,1643.9111,2568.7161,0,516.0911,1824.0000,2203.9531,0,1349.9467,0,2592.0000,7.2400,758.9889,864.0000,0,0,1038.2222,107.9089,288.0000,480.0000,52.0042,0,0,10.0983,0,24.0000,0,0,0,0 -2016-12-30,62498.5789,46993.5803,39578.0711,16799.6656,21766.1511,6055.3111,7951.5333,4841.8833,6126.0000,0,10979.2200,5473.3125,9211.3156,5521.6442,7404.4267,6971.0514,1824.0000,2108.7128,3055.8617,2630.7078,0,1921.0433,568.6500,960.0089,543.4833,522.1678,326.5894,402.8000,1061.9836,198.9664,386.1222,68.0319,65.9958,108.1047,82.1119,27.2308,19.2856,13.9453,28.1400,22.5389,1.0400 +2016-12-30,62498.5789,46993.5803,39578.0711,16799.6656,21794.2911,6055.3111,7951.5333,4841.8833,6126.0000,0,10979.2200,5473.3125,9211.3156,5521.6442,7404.4267,6971.0514,1824.0000,2108.7128,3055.8617,2630.7078,0,1921.0433,568.6500,960.0089,543.4833,522.1678,326.5894,402.8000,1061.9836,198.9664,386.1222,68.0319,65.9958,108.1047,82.1119,27.2308,19.2856,13.9453,28.1400,22.5389,1.0400 2016-12-31,87876.5508,22254.2050,10619.6356,14731.3744,20518.0064,11780.8131,2566.6744,5674.2567,6839.5200,37.7500,1590.5200,2761.8142,3285.8933,2841.5344,5701.5467,4629.6697,1827.6067,1437.7244,5534.6542,2071.8422,3473.9867,288.0000,1428.0200,294.9778,0,125.4733,914.2433,0,13.7992,7.7117,0,491.1800,502.9333,25.9131,8.6314,27.2439,0,45.9239,0,0,0 2017-01-01,8465.3736,2898.9944,56.9511,6739.9578,11183.6664,4898.4422,0,3184.0233,4673.8133,19080.0167,0,1254.4625,0,371.6122,0,299.9489,1696.5272,987.0200,0,963.0756,1788.3289,60.5500,35.2583,0,0,870.5067,206.1100,3.4667,0,0,0,11.4333,21.4056,1.7419,0,27.1514,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_cpu_hours/timeseries-Month-reference.csv index 543e3c423f..042e1655cd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_cpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Flycatcher, Taiga] CPU Hours: Total","[Fieldfare] CPU Hours: Total","[Scaup, Lesser] CPU Hours: Total","[Lark, Calandra] CPU Hours: Total","[Moorhen] CPU Hours: Total","[Bluetail, Red-flanked] CPU Hours: Total","[Shearwater, Balearic] CPU Hours: Total","[White, Great] CPU Hours: Total","[Bunting, Ortolan] CPU Hours: Total","[Egret, Snowy] CPU Hours: Total","[Smew] CPU Hours: Total","[Bufflehead] CPU Hours: Total","[Nuthatch] CPU Hours: Total","[Tern, Caspian] CPU Hours: Total","[Thrush, Hermit] CPU Hours: Total","[Jackdaw] CPU Hours: Total","[Chaffinch] CPU Hours: Total","[Fulmar] CPU Hours: Total","[Shearwater, Macaronesian] CPU Hours: Total","[Warbler, Hooded] CPU Hours: Total","[Accentor, Alpine] CPU Hours: Total","[Kestrel, Lesser] CPU Hours: Total","[Chiffchaff, Iberian] CPU Hours: Total","[Warbler, Savi's] CPU Hours: Total","[Warbler, Blackpoll] CPU Hours: Total","[Dunlin] CPU Hours: Total","[Goose, Red-breasted] CPU Hours: Total","[Gull, Yellow-legged] CPU Hours: Total","[Warbler, Cetti's] CPU Hours: Total","[Petrel, Fea's] CPU Hours: Total","[Dotterel] CPU Hours: Total","[Martin, Sand] CPU Hours: Total","[Swift, Little] CPU Hours: Total","[Bittern] CPU Hours: Total","[Harrier, Hen] CPU Hours: Total","[Dowitcher, Short-billed] CPU Hours: Total","[Shearwater, Great] CPU Hours: Total","[Spotted, Great] CPU Hours: Total","[Gull, Glaucous-winged] CPU Hours: Total","[Blackbird] CPU Hours: Total","[Yellowthroat, Common] CPU Hours: Total" -2016-12,152195.7483,144475.4408,119217.1778,62491.4711,55820.4542,29927.2797,33446.5633,18811.7067,14800.0000,37.7500,18391.0000,14099.6133,14141.1200,13433.2406,13105.9733,12116.8122,9183.7456,7720.0703,8590.5158,6404.0900,3473.9867,5137.5000,2003.9100,2013.9756,1588.9133,647.6411,1240.8328,1441.0222,1183.6917,1021.5447,960.1333,611.2161,568.9292,134.0178,100.8417,54.4747,72.0069,59.8692,28.1400,22.5389,1.0400 +2016-12,152195.7483,144475.4408,119217.1778,62491.4711,55848.5942,29927.2797,33446.5633,18811.7067,14800.0000,37.7500,18391.0000,14099.6133,14141.1200,13433.2406,13105.9733,12116.8122,9183.7456,7720.0703,8590.5158,6404.0900,3473.9867,5137.5000,2003.9100,2013.9756,1588.9133,647.6411,1240.8328,1441.0222,1183.6917,1021.5447,960.1333,611.2161,568.9292,134.0178,100.8417,54.4747,72.0069,59.8692,28.1400,22.5389,1.0400 2017-01,8465.3736,2898.9944,56.9511,6739.9578,11183.6664,4898.4422,0,3184.0233,4673.8133,19080.0167,0,1254.4625,0,371.6122,0,299.9489,1696.5272,987.0200,0,963.0756,1788.3289,60.5500,35.2583,0,0,870.5067,206.1100,3.4667,0,0,0,11.4333,21.4056,1.7419,0,27.1514,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_cpu_hours/timeseries-Quarter-reference.csv index 69dcb5c4c3..5af8be8352 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_cpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Flycatcher, Taiga] CPU Hours: Total","[Fieldfare] CPU Hours: Total","[Scaup, Lesser] CPU Hours: Total","[Lark, Calandra] CPU Hours: Total","[Moorhen] CPU Hours: Total","[Bluetail, Red-flanked] CPU Hours: Total","[Shearwater, Balearic] CPU Hours: Total","[White, Great] CPU Hours: Total","[Bunting, Ortolan] CPU Hours: Total","[Egret, Snowy] CPU Hours: Total","[Smew] CPU Hours: Total","[Bufflehead] CPU Hours: Total","[Nuthatch] CPU Hours: Total","[Tern, Caspian] CPU Hours: Total","[Thrush, Hermit] CPU Hours: Total","[Jackdaw] CPU Hours: Total","[Chaffinch] CPU Hours: Total","[Fulmar] CPU Hours: Total","[Shearwater, Macaronesian] CPU Hours: Total","[Warbler, Hooded] CPU Hours: Total","[Accentor, Alpine] CPU Hours: Total","[Kestrel, Lesser] CPU Hours: Total","[Chiffchaff, Iberian] CPU Hours: Total","[Warbler, Savi's] CPU Hours: Total","[Warbler, Blackpoll] CPU Hours: Total","[Dunlin] CPU Hours: Total","[Goose, Red-breasted] CPU Hours: Total","[Gull, Yellow-legged] CPU Hours: Total","[Warbler, Cetti's] CPU Hours: Total","[Petrel, Fea's] CPU Hours: Total","[Dotterel] CPU Hours: Total","[Martin, Sand] CPU Hours: Total","[Swift, Little] CPU Hours: Total","[Bittern] CPU Hours: Total","[Harrier, Hen] CPU Hours: Total","[Dowitcher, Short-billed] CPU Hours: Total","[Shearwater, Great] CPU Hours: Total","[Spotted, Great] CPU Hours: Total","[Gull, Glaucous-winged] CPU Hours: Total","[Blackbird] CPU Hours: Total","[Yellowthroat, Common] CPU Hours: Total" -"2016 Q4",152195.7483,144475.4408,119217.1778,62491.4711,55820.4542,29927.2797,33446.5633,18811.7067,14800.0000,37.7500,18391.0000,14099.6133,14141.1200,13433.2406,13105.9733,12116.8122,9183.7456,7720.0703,8590.5158,6404.0900,3473.9867,5137.5000,2003.9100,2013.9756,1588.9133,647.6411,1240.8328,1441.0222,1183.6917,1021.5447,960.1333,611.2161,568.9292,134.0178,100.8417,54.4747,72.0069,59.8692,28.1400,22.5389,1.0400 +"2016 Q4",152195.7483,144475.4408,119217.1778,62491.4711,55848.5942,29927.2797,33446.5633,18811.7067,14800.0000,37.7500,18391.0000,14099.6133,14141.1200,13433.2406,13105.9733,12116.8122,9183.7456,7720.0703,8590.5158,6404.0900,3473.9867,5137.5000,2003.9100,2013.9756,1588.9133,647.6411,1240.8328,1441.0222,1183.6917,1021.5447,960.1333,611.2161,568.9292,134.0178,100.8417,54.4747,72.0069,59.8692,28.1400,22.5389,1.0400 "2017 Q1",8465.3736,2898.9944,56.9511,6739.9578,11183.6664,4898.4422,0,3184.0233,4673.8133,19080.0167,0,1254.4625,0,371.6122,0,299.9489,1696.5272,987.0200,0,963.0756,1788.3289,60.5500,35.2583,0,0,870.5067,206.1100,3.4667,0,0,0,11.4333,21.4056,1.7419,0,27.1514,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_cpu_hours/timeseries-Year-reference.csv index bc16870a39..0f37cacff5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_cpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Flycatcher, Taiga] CPU Hours: Total","[Fieldfare] CPU Hours: Total","[Scaup, Lesser] CPU Hours: Total","[Lark, Calandra] CPU Hours: Total","[Moorhen] CPU Hours: Total","[Bluetail, Red-flanked] CPU Hours: Total","[Shearwater, Balearic] CPU Hours: Total","[White, Great] CPU Hours: Total","[Bunting, Ortolan] CPU Hours: Total","[Egret, Snowy] CPU Hours: Total","[Smew] CPU Hours: Total","[Bufflehead] CPU Hours: Total","[Nuthatch] CPU Hours: Total","[Tern, Caspian] CPU Hours: Total","[Thrush, Hermit] CPU Hours: Total","[Jackdaw] CPU Hours: Total","[Chaffinch] CPU Hours: Total","[Fulmar] CPU Hours: Total","[Shearwater, Macaronesian] CPU Hours: Total","[Warbler, Hooded] CPU Hours: Total","[Accentor, Alpine] CPU Hours: Total","[Kestrel, Lesser] CPU Hours: Total","[Chiffchaff, Iberian] CPU Hours: Total","[Warbler, Savi's] CPU Hours: Total","[Warbler, Blackpoll] CPU Hours: Total","[Dunlin] CPU Hours: Total","[Goose, Red-breasted] CPU Hours: Total","[Gull, Yellow-legged] CPU Hours: Total","[Warbler, Cetti's] CPU Hours: Total","[Petrel, Fea's] CPU Hours: Total","[Dotterel] CPU Hours: Total","[Martin, Sand] CPU Hours: Total","[Swift, Little] CPU Hours: Total","[Bittern] CPU Hours: Total","[Harrier, Hen] CPU Hours: Total","[Dowitcher, Short-billed] CPU Hours: Total","[Shearwater, Great] CPU Hours: Total","[Spotted, Great] CPU Hours: Total","[Gull, Glaucous-winged] CPU Hours: Total","[Blackbird] CPU Hours: Total","[Yellowthroat, Common] CPU Hours: Total" -2016,152195.7483,144475.4408,119217.1778,62491.4711,55820.4542,29927.2797,33446.5633,18811.7067,14800.0000,37.7500,18391.0000,14099.6133,14141.1200,13433.2406,13105.9733,12116.8122,9183.7456,7720.0703,8590.5158,6404.0900,3473.9867,5137.5000,2003.9100,2013.9756,1588.9133,647.6411,1240.8328,1441.0222,1183.6917,1021.5447,960.1333,611.2161,568.9292,134.0178,100.8417,54.4747,72.0069,59.8692,28.1400,22.5389,1.0400 +2016,152195.7483,144475.4408,119217.1778,62491.4711,55848.5942,29927.2797,33446.5633,18811.7067,14800.0000,37.7500,18391.0000,14099.6133,14141.1200,13433.2406,13105.9733,12116.8122,9183.7456,7720.0703,8590.5158,6404.0900,3473.9867,5137.5000,2003.9100,2013.9756,1588.9133,647.6411,1240.8328,1441.0222,1183.6917,1021.5447,960.1333,611.2161,568.9292,134.0178,100.8417,54.4747,72.0069,59.8692,28.1400,22.5389,1.0400 2017,8465.3736,2898.9944,56.9511,6739.9578,11183.6664,4898.4422,0,3184.0233,4673.8133,19080.0167,0,1254.4625,0,371.6122,0,299.9489,1696.5272,987.0200,0,963.0756,1788.3289,60.5500,35.2583,0,0,870.5067,206.1100,3.4667,0,0,0,11.4333,21.4056,1.7419,0,27.1514,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_node_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_node_hours/aggregate-Day-reference.csv index 1955f6ed5d..fbd155ec26 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_node_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_node_hours/aggregate-Day-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- PI,"Node Hours: Total" -Moorhen,67004.1206 +Moorhen,67006.4656 "Flycatcher, Taiga",16499.1964 Bufflehead,15354.0758 Fieldfare,12343.6392 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_node_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_node_hours/aggregate-Month-reference.csv index 1955f6ed5d..fbd155ec26 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_node_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_node_hours/aggregate-Month-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- PI,"Node Hours: Total" -Moorhen,67004.1206 +Moorhen,67006.4656 "Flycatcher, Taiga",16499.1964 Bufflehead,15354.0758 Fieldfare,12343.6392 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_node_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_node_hours/aggregate-Quarter-reference.csv index 1955f6ed5d..fbd155ec26 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_node_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_node_hours/aggregate-Quarter-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- PI,"Node Hours: Total" -Moorhen,67004.1206 +Moorhen,67006.4656 "Flycatcher, Taiga",16499.1964 Bufflehead,15354.0758 Fieldfare,12343.6392 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_node_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_node_hours/aggregate-Year-reference.csv index 1955f6ed5d..fbd155ec26 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_node_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_node_hours/aggregate-Year-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- PI,"Node Hours: Total" -Moorhen,67004.1206 +Moorhen,67006.4656 "Flycatcher, Taiga",16499.1964 Bufflehead,15354.0758 Fieldfare,12343.6392 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_node_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_node_hours/timeseries-Day-reference.csv index 0ff6d7828e..2c9b3b26cc 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_node_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_node_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Moorhen] Node Hours: Total","[Flycatcher, Taiga] Node Hours: Total","[Buff 2016-12-27,0,3.2167,0,311.6178,0,0,115.3094,120.0000,331.1156,123.9850,0,0,0,69.8267,52.2964,54.3978,0,0,0,0,0,0,0,0,19.9056,0,0,0,0,0,0,0,0,4.7214,0,0,0,0,0,0,0 2016-12-28,953.0369,24.0000,1962.8444,1827.6600,0,1841.7169,461.3931,144.4211,502.6856,220.6683,0,0,0,176.3833,144.0000,216.0000,0,0,43.9492,0,0,0,28.0381,0,24.0000,0,0,0,15.1192,0,0,0,0,24.0000,0,0,0,4.7006,0,0,0 2016-12-29,12583.2597,301.8189,3901.6422,4150.0822,0,2472.0000,933.4136,477.7553,848.2247,420.2000,152.8733,0,485.1050,479.3708,208.6497,216.0000,47.7900,0,168.7433,102.7444,3.6200,0,216.0000,26.9772,24.0000,129.7778,0,0,72.0000,0,10.0983,37.9494,0,24.0000,10.4008,0,0,24.0000,0,0,0 -2016-12-30,21766.1511,6638.2006,5473.3125,3949.6347,3055.8617,2475.2589,1433.8564,378.4569,521.4136,451.4903,510.5000,0,914.9350,498.0953,664.9178,216.0000,629.4331,617.0356,321.9956,575.7072,67.3875,0,160.0869,296.1253,175.8633,50.3500,51.2486,108.1047,45.2903,27.2458,82.1119,48.0006,27.2308,19.2856,13.6064,13.9453,7.5778,19.3061,2.3450,1.1269,0.0650 +2016-12-30,21768.4961,6638.2006,5473.3125,3949.6347,3055.8617,2475.2589,1433.8564,378.4569,521.4136,451.4903,510.5000,0,914.9350,498.0953,664.9178,216.0000,629.4331,617.0356,321.9956,575.7072,67.3875,0,160.0869,296.1253,175.8633,50.3500,51.2486,108.1047,45.2903,27.2458,82.1119,48.0006,27.2308,19.2856,13.6064,13.9453,7.5778,19.3061,2.3450,1.1269,0.0650 2016-12-31,20518.0064,8599.9281,2761.8142,1871.4597,5534.6542,696.7117,1625.9722,1112.6033,164.2022,491.3692,569.9600,3.1458,132.5433,179.7156,202.4067,216.4508,430.1536,475.1289,241.5139,205.3683,714.0100,299.0033,24.0000,13.7992,7.7117,0,10.4561,25.9131,0,76.1869,8.6314,14.7489,27.2439,0,45.3169,45.9239,42.7433,0,0,0,0 2017-01-01,11183.6664,932.0322,1254.4625,233.1847,0,7.1189,649.3575,526.7989,0,265.3353,389.4844,1590.0014,0,123.3775,23.2497,202.3092,32.6561,0,120.3844,0,17.6292,159.9050,5.0458,0,0,0.4333,88.8292,1.7419,0,17.1758,0,0,27.1514,0,0.9528,0,4.2811,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_node_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_node_hours/timeseries-Month-reference.csv index 7c27d60e9c..e406971d57 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_node_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_node_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Moorhen] Node Hours: Total","[Flycatcher, Taiga] Node Hours: Total","[Bufflehead] Node Hours: Total","[Fieldfare] Node Hours: Total","[Shearwater, Macaronesian] Node Hours: Total","[Scaup, Lesser] Node Hours: Total","[Lark, Calandra] Node Hours: Total","[Bluetail, Red-flanked] Node Hours: Total","[Shearwater, Balearic] Node Hours: Total","[White, Great] Node Hours: Total","[Bunting, Ortolan] Node Hours: Total","[Egret, Snowy] Node Hours: Total","[Smew] Node Hours: Total","[Fulmar] Node Hours: Total","[Tern, Caspian] Node Hours: Total","[Chaffinch] Node Hours: Total","[Jackdaw] Node Hours: Total","[Thrush, Hermit] Node Hours: Total","[Warbler, Hooded] Node Hours: Total","[Nuthatch] Node Hours: Total","[Chiffchaff, Iberian] Node Hours: Total","[Accentor, Alpine] Node Hours: Total","[Kestrel, Lesser] Node Hours: Total","[Warbler, Cetti's] Node Hours: Total","[Petrel, Fea's] Node Hours: Total","[Gull, Yellow-legged] Node Hours: Total","[Dunlin] Node Hours: Total","[Bittern] Node Hours: Total","[Warbler, Blackpoll] Node Hours: Total","[Goose, Red-breasted] Node Hours: Total","[Harrier, Hen] Node Hours: Total","[Warbler, Savi's] Node Hours: Total","[Dowitcher, Short-billed] Node Hours: Total","[Shearwater, Great] Node Hours: Total","[Martin, Sand] Node Hours: Total","[Spotted, Great] Node Hours: Total","[Swift, Little] Node Hours: Total","[Dotterel] Node Hours: Total","[Gull, Glaucous-winged] Node Hours: Total","[Blackbird] Node Hours: Total","[Yellowthroat, Common] Node Hours: Total" -2016-12,55820.4542,15567.1642,14099.6133,12110.4544,8590.5158,7485.6875,4763.3942,2246.7575,2367.6417,1707.7128,1233.3333,3.1458,1532.5833,1403.3917,1352.8742,1031.5950,1107.3767,1092.1644,776.2019,883.8200,785.0175,299.0033,428.1250,336.9017,251.4806,180.1278,61.7047,134.0178,132.4094,103.4328,100.8417,100.6989,54.4747,72.0069,69.3242,59.8692,50.3211,48.0067,2.3450,1.1269,0.0650 +2016-12,55822.7992,15567.1642,14099.6133,12110.4544,8590.5158,7485.6875,4763.3942,2246.7575,2367.6417,1707.7128,1233.3333,3.1458,1532.5833,1403.3917,1352.8742,1031.5950,1107.3767,1092.1644,776.2019,883.8200,785.0175,299.0033,428.1250,336.9017,251.4806,180.1278,61.7047,134.0178,132.4094,103.4328,100.8417,100.6989,54.4747,72.0069,69.3242,59.8692,50.3211,48.0067,2.3450,1.1269,0.0650 2017-01,11183.6664,932.0322,1254.4625,233.1847,0,7.1189,649.3575,526.7989,0,265.3353,389.4844,1590.0014,0,123.3775,23.2497,202.3092,32.6561,0,120.3844,0,17.6292,159.9050,5.0458,0,0,0.4333,88.8292,1.7419,0,17.1758,0,0,27.1514,0,0.9528,0,4.2811,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_node_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_node_hours/timeseries-Quarter-reference.csv index 2a507195cf..f0cf0406c1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_node_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_node_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Moorhen] Node Hours: Total","[Flycatcher, Taiga] Node Hours: Total","[Bufflehead] Node Hours: Total","[Fieldfare] Node Hours: Total","[Shearwater, Macaronesian] Node Hours: Total","[Scaup, Lesser] Node Hours: Total","[Lark, Calandra] Node Hours: Total","[Bluetail, Red-flanked] Node Hours: Total","[Shearwater, Balearic] Node Hours: Total","[White, Great] Node Hours: Total","[Bunting, Ortolan] Node Hours: Total","[Egret, Snowy] Node Hours: Total","[Smew] Node Hours: Total","[Fulmar] Node Hours: Total","[Tern, Caspian] Node Hours: Total","[Chaffinch] Node Hours: Total","[Jackdaw] Node Hours: Total","[Thrush, Hermit] Node Hours: Total","[Warbler, Hooded] Node Hours: Total","[Nuthatch] Node Hours: Total","[Chiffchaff, Iberian] Node Hours: Total","[Accentor, Alpine] Node Hours: Total","[Kestrel, Lesser] Node Hours: Total","[Warbler, Cetti's] Node Hours: Total","[Petrel, Fea's] Node Hours: Total","[Gull, Yellow-legged] Node Hours: Total","[Dunlin] Node Hours: Total","[Bittern] Node Hours: Total","[Warbler, Blackpoll] Node Hours: Total","[Goose, Red-breasted] Node Hours: Total","[Harrier, Hen] Node Hours: Total","[Warbler, Savi's] Node Hours: Total","[Dowitcher, Short-billed] Node Hours: Total","[Shearwater, Great] Node Hours: Total","[Martin, Sand] Node Hours: Total","[Spotted, Great] Node Hours: Total","[Swift, Little] Node Hours: Total","[Dotterel] Node Hours: Total","[Gull, Glaucous-winged] Node Hours: Total","[Blackbird] Node Hours: Total","[Yellowthroat, Common] Node Hours: Total" -"2016 Q4",55820.4542,15567.1642,14099.6133,12110.4544,8590.5158,7485.6875,4763.3942,2246.7575,2367.6417,1707.7128,1233.3333,3.1458,1532.5833,1403.3917,1352.8742,1031.5950,1107.3767,1092.1644,776.2019,883.8200,785.0175,299.0033,428.1250,336.9017,251.4806,180.1278,61.7047,134.0178,132.4094,103.4328,100.8417,100.6989,54.4747,72.0069,69.3242,59.8692,50.3211,48.0067,2.3450,1.1269,0.0650 +"2016 Q4",55822.7992,15567.1642,14099.6133,12110.4544,8590.5158,7485.6875,4763.3942,2246.7575,2367.6417,1707.7128,1233.3333,3.1458,1532.5833,1403.3917,1352.8742,1031.5950,1107.3767,1092.1644,776.2019,883.8200,785.0175,299.0033,428.1250,336.9017,251.4806,180.1278,61.7047,134.0178,132.4094,103.4328,100.8417,100.6989,54.4747,72.0069,69.3242,59.8692,50.3211,48.0067,2.3450,1.1269,0.0650 "2017 Q1",11183.6664,932.0322,1254.4625,233.1847,0,7.1189,649.3575,526.7989,0,265.3353,389.4844,1590.0014,0,123.3775,23.2497,202.3092,32.6561,0,120.3844,0,17.6292,159.9050,5.0458,0,0,0.4333,88.8292,1.7419,0,17.1758,0,0,27.1514,0,0.9528,0,4.2811,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_node_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_node_hours/timeseries-Year-reference.csv index de3e92b9db..7ab6151fdc 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_node_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_node_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Moorhen] Node Hours: Total","[Flycatcher, Taiga] Node Hours: Total","[Bufflehead] Node Hours: Total","[Fieldfare] Node Hours: Total","[Shearwater, Macaronesian] Node Hours: Total","[Scaup, Lesser] Node Hours: Total","[Lark, Calandra] Node Hours: Total","[Bluetail, Red-flanked] Node Hours: Total","[Shearwater, Balearic] Node Hours: Total","[White, Great] Node Hours: Total","[Bunting, Ortolan] Node Hours: Total","[Egret, Snowy] Node Hours: Total","[Smew] Node Hours: Total","[Fulmar] Node Hours: Total","[Tern, Caspian] Node Hours: Total","[Chaffinch] Node Hours: Total","[Jackdaw] Node Hours: Total","[Thrush, Hermit] Node Hours: Total","[Warbler, Hooded] Node Hours: Total","[Nuthatch] Node Hours: Total","[Chiffchaff, Iberian] Node Hours: Total","[Accentor, Alpine] Node Hours: Total","[Kestrel, Lesser] Node Hours: Total","[Warbler, Cetti's] Node Hours: Total","[Petrel, Fea's] Node Hours: Total","[Gull, Yellow-legged] Node Hours: Total","[Dunlin] Node Hours: Total","[Bittern] Node Hours: Total","[Warbler, Blackpoll] Node Hours: Total","[Goose, Red-breasted] Node Hours: Total","[Harrier, Hen] Node Hours: Total","[Warbler, Savi's] Node Hours: Total","[Dowitcher, Short-billed] Node Hours: Total","[Shearwater, Great] Node Hours: Total","[Martin, Sand] Node Hours: Total","[Spotted, Great] Node Hours: Total","[Swift, Little] Node Hours: Total","[Dotterel] Node Hours: Total","[Gull, Glaucous-winged] Node Hours: Total","[Blackbird] Node Hours: Total","[Yellowthroat, Common] Node Hours: Total" -2016,55820.4542,15567.1642,14099.6133,12110.4544,8590.5158,7485.6875,4763.3942,2246.7575,2367.6417,1707.7128,1233.3333,3.1458,1532.5833,1403.3917,1352.8742,1031.5950,1107.3767,1092.1644,776.2019,883.8200,785.0175,299.0033,428.1250,336.9017,251.4806,180.1278,61.7047,134.0178,132.4094,103.4328,100.8417,100.6989,54.4747,72.0069,69.3242,59.8692,50.3211,48.0067,2.3450,1.1269,0.0650 +2016,55822.7992,15567.1642,14099.6133,12110.4544,8590.5158,7485.6875,4763.3942,2246.7575,2367.6417,1707.7128,1233.3333,3.1458,1532.5833,1403.3917,1352.8742,1031.5950,1107.3767,1092.1644,776.2019,883.8200,785.0175,299.0033,428.1250,336.9017,251.4806,180.1278,61.7047,134.0178,132.4094,103.4328,100.8417,100.6989,54.4747,72.0069,69.3242,59.8692,50.3211,48.0067,2.3450,1.1269,0.0650 2017,11183.6664,932.0322,1254.4625,233.1847,0,7.1189,649.3575,526.7989,0,265.3353,389.4844,1590.0014,0,123.3775,23.2497,202.3092,32.6561,0,120.3844,0,17.6292,159.9050,5.0458,0,0,0.4333,88.8292,1.7419,0,17.1758,0,0,27.1514,0,0.9528,0,4.2811,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_waitduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_waitduration_hours/aggregate-Day-reference.csv index bedc0ad261..3377c93ce8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_waitduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_waitduration_hours/aggregate-Day-reference.csv @@ -16,7 +16,7 @@ Dunlin,3030.4719 "Chiffchaff, Iberian",2704.6794 Fieldfare,1959.9481 "Warbler, Cetti's",1953.8047 -Moorhen,544.5967 +Moorhen,544.6944 "Lark, Calandra",443.1597 Jackdaw,321.4447 "White, Great",184.2997 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_waitduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_waitduration_hours/aggregate-Month-reference.csv index bedc0ad261..3377c93ce8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_waitduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_waitduration_hours/aggregate-Month-reference.csv @@ -16,7 +16,7 @@ Dunlin,3030.4719 "Chiffchaff, Iberian",2704.6794 Fieldfare,1959.9481 "Warbler, Cetti's",1953.8047 -Moorhen,544.5967 +Moorhen,544.6944 "Lark, Calandra",443.1597 Jackdaw,321.4447 "White, Great",184.2997 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_waitduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_waitduration_hours/aggregate-Quarter-reference.csv index bedc0ad261..3377c93ce8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_waitduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_waitduration_hours/aggregate-Quarter-reference.csv @@ -16,7 +16,7 @@ Dunlin,3030.4719 "Chiffchaff, Iberian",2704.6794 Fieldfare,1959.9481 "Warbler, Cetti's",1953.8047 -Moorhen,544.5967 +Moorhen,544.6944 "Lark, Calandra",443.1597 Jackdaw,321.4447 "White, Great",184.2997 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_waitduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_waitduration_hours/aggregate-Year-reference.csv index bedc0ad261..3377c93ce8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_waitduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_waitduration_hours/aggregate-Year-reference.csv @@ -16,7 +16,7 @@ Dunlin,3030.4719 "Chiffchaff, Iberian",2704.6794 Fieldfare,1959.9481 "Warbler, Cetti's",1953.8047 -Moorhen,544.5967 +Moorhen,544.6944 "Lark, Calandra",443.1597 Jackdaw,321.4447 "White, Great",184.2997 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_waitduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_waitduration_hours/timeseries-Day-reference.csv index b77a145a84..925786a9c9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_waitduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_waitduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Tern, Caspian] Wait Hours: Total","[Flycatcher, Taiga] Wait Hours: Total", 2016-12-27,0.0028,0.0000,1367.4053,172.7719,0,0,0,0,311.1344,0,0,0.0289,0,76.0861,50.8225,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0.0000,0 2016-12-28,0.0000,0.0000,1403.6350,723.1878,0,0,0,0,1296.2100,0,5.6581,42.4475,0,36.8761,0.0000,0,0,47.7519,18.4800,0,0,0,0,10.5775,0,0,11.1744,2.3317,0,0.0000,0,0,0,0,0,0,0,0.0017,0.0003,0.0000,0 2016-12-29,2704.7964,1973.6497,627.0644,288.5578,0,0,0,0.0044,334.2367,0.7922,32.6300,45.4447,9.5847,11.7164,0.0000,0.0017,25.7286,0.0000,17.8439,10.4372,0,0,0,3.9286,13.9250,0,0.0000,1.4369,0.0894,0.0000,0.0000,0,0,0,0,0,0.0025,0.0000,0.0000,0.0000,0 -2016-12-30,160667.2464,26578.5867,331.7789,2269.2967,0,1857.6733,1170.3947,54.0756,0.0111,1436.2097,221.0947,98.0058,311.8600,44.7175,72.0400,105.4806,0.0000,0.7789,0.0000,7.3803,11.9272,20.0331,0,2.2686,0.0000,12.1381,0.0000,2.5139,6.3886,0.0000,0.0000,0.1611,0.0575,0.0978,0.0147,0.0028,0.0022,0.0008,0.0000,0.0000,0.0000 +2016-12-30,160667.2464,26578.5867,331.7789,2269.2967,0,1857.6733,1170.3947,54.0756,0.0111,1436.2097,221.1925,98.0058,311.8600,44.7175,72.0400,105.4806,0.0000,0.7789,0.0000,7.3803,11.9272,20.0331,0,2.2686,0.0000,12.1381,0.0000,2.5139,6.3886,0.0000,0.0000,0.1611,0.0575,0.0978,0.0147,0.0028,0.0022,0.0008,0.0000,0.0000,0.0000 2016-12-31,95.5417,64555.5128,1406.9842,1674.6364,0.3231,2069.8514,33.5839,2650.5994,0.0031,516.8028,277.8381,100.6983,0.0000,7.6042,0.0000,0.0000,0,0.0000,0.2067,0.3128,8.7356,0.0000,19.3700,0.5711,0.0000,0.5147,0,1.3047,0.0000,0.0011,0.1747,0.0000,0.0833,0,0,0.0031,0.0000,0.0006,0,0,0 2017-01-01,0.0067,19831.9839,0.0000,0,4055.6844,0,1826.4933,0.0000,18.3528,0,7.3758,36.3167,0.0000,7.2994,0,0,36.3150,0.0000,0.0000,12.0239,0.0047,0,0.0000,0.3344,0,0.0064,0,0.1547,0,1.2347,0.0000,0.0003,0,0,0,0.0047,0,0.0011,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_waitduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_waitduration_hours/timeseries-Month-reference.csv index 553876a783..59cb15e32e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_waitduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_waitduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Tern, Caspian] Wait Hours: Total","[Flycatcher, Taiga] Wait Hours: Total","[Fulmar] Wait Hours: Total","[Shearwater, Balearic] Wait Hours: Total","[Egret, Snowy] Wait Hours: Total","[Shearwater, Macaronesian] Wait Hours: Total","[Dunlin] Wait Hours: Total","[Chiffchaff, Iberian] Wait Hours: Total","[Fieldfare] Wait Hours: Total","[Warbler, Cetti's] Wait Hours: Total","[Moorhen] Wait Hours: Total","[Lark, Calandra] Wait Hours: Total","[Jackdaw] Wait Hours: Total","[White, Great] Wait Hours: Total","[Petrel, Fea's] Wait Hours: Total","[Warbler, Savi's] Wait Hours: Total","[Gull, Yellow-legged] Wait Hours: Total","[Kestrel, Lesser] Wait Hours: Total","[Bluetail, Red-flanked] Wait Hours: Total","[Bunting, Ortolan] Wait Hours: Total","[Goose, Red-breasted] Wait Hours: Total","[Thrush, Hermit] Wait Hours: Total","[Accentor, Alpine] Wait Hours: Total","[Bufflehead] Wait Hours: Total","[Smew] Wait Hours: Total","[Bittern] Wait Hours: Total","[Warbler, Blackpoll] Wait Hours: Total","[Warbler, Hooded] Wait Hours: Total","[Harrier, Hen] Wait Hours: Total","[Chaffinch] Wait Hours: Total","[Martin, Sand] Wait Hours: Total","[Swift, Little] Wait Hours: Total","[Spotted, Great] Wait Hours: Total","[Gull, Glaucous-winged] Wait Hours: Total","[Blackbird] Wait Hours: Total","[Dowitcher, Short-billed] Wait Hours: Total","[Nuthatch] Wait Hours: Total","[Scaup, Lesser] Wait Hours: Total","[Dotterel] Wait Hours: Total","[Shearwater, Great] Wait Hours: Total","[Yellowthroat, Common] Wait Hours: Total" -2016-12,163477.1836,93107.7492,5136.8678,5128.4506,0.3231,3927.5247,1203.9786,2704.6794,1941.5953,1953.8047,537.2208,406.8431,321.4447,177.0003,122.8625,105.4822,25.7286,48.5308,36.5339,18.1303,20.6628,20.0331,19.3700,17.3458,13.9250,12.6528,11.1744,7.5872,6.4781,0.0014,0.1747,0.1611,0.1408,0.0978,0.0147,0.0058,0.0047,0.0031,0.0003,0.0000,0.0000 +2016-12,163477.1836,93107.7492,5136.8678,5128.4506,0.3231,3927.5247,1203.9786,2704.6794,1941.5953,1953.8047,537.3186,406.8431,321.4447,177.0003,122.8625,105.4822,25.7286,48.5308,36.5339,18.1303,20.6628,20.0331,19.3700,17.3458,13.9250,12.6528,11.1744,7.5872,6.4781,0.0014,0.1747,0.1611,0.1408,0.0978,0.0147,0.0058,0.0047,0.0031,0.0003,0.0000,0.0000 2017-01,0.0067,19831.9839,0.0000,0,4055.6844,0,1826.4933,0.0000,18.3528,0,7.3758,36.3167,0.0000,7.2994,0,0,36.3150,0.0000,0.0000,12.0239,0.0047,0,0.0000,0.3344,0,0.0064,0,0.1547,0,1.2347,0.0000,0.0003,0,0,0,0.0047,0,0.0011,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_waitduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_waitduration_hours/timeseries-Quarter-reference.csv index 1fe9eb6188..6ee5954424 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_waitduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_waitduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Tern, Caspian] Wait Hours: Total","[Flycatcher, Taiga] Wait Hours: Total","[Fulmar] Wait Hours: Total","[Shearwater, Balearic] Wait Hours: Total","[Egret, Snowy] Wait Hours: Total","[Shearwater, Macaronesian] Wait Hours: Total","[Dunlin] Wait Hours: Total","[Chiffchaff, Iberian] Wait Hours: Total","[Fieldfare] Wait Hours: Total","[Warbler, Cetti's] Wait Hours: Total","[Moorhen] Wait Hours: Total","[Lark, Calandra] Wait Hours: Total","[Jackdaw] Wait Hours: Total","[White, Great] Wait Hours: Total","[Petrel, Fea's] Wait Hours: Total","[Warbler, Savi's] Wait Hours: Total","[Gull, Yellow-legged] Wait Hours: Total","[Kestrel, Lesser] Wait Hours: Total","[Bluetail, Red-flanked] Wait Hours: Total","[Bunting, Ortolan] Wait Hours: Total","[Goose, Red-breasted] Wait Hours: Total","[Thrush, Hermit] Wait Hours: Total","[Accentor, Alpine] Wait Hours: Total","[Bufflehead] Wait Hours: Total","[Smew] Wait Hours: Total","[Bittern] Wait Hours: Total","[Warbler, Blackpoll] Wait Hours: Total","[Warbler, Hooded] Wait Hours: Total","[Harrier, Hen] Wait Hours: Total","[Chaffinch] Wait Hours: Total","[Martin, Sand] Wait Hours: Total","[Swift, Little] Wait Hours: Total","[Spotted, Great] Wait Hours: Total","[Gull, Glaucous-winged] Wait Hours: Total","[Blackbird] Wait Hours: Total","[Dowitcher, Short-billed] Wait Hours: Total","[Nuthatch] Wait Hours: Total","[Scaup, Lesser] Wait Hours: Total","[Dotterel] Wait Hours: Total","[Shearwater, Great] Wait Hours: Total","[Yellowthroat, Common] Wait Hours: Total" -"2016 Q4",163477.1836,93107.7492,5136.8678,5128.4506,0.3231,3927.5247,1203.9786,2704.6794,1941.5953,1953.8047,537.2208,406.8431,321.4447,177.0003,122.8625,105.4822,25.7286,48.5308,36.5339,18.1303,20.6628,20.0331,19.3700,17.3458,13.9250,12.6528,11.1744,7.5872,6.4781,0.0014,0.1747,0.1611,0.1408,0.0978,0.0147,0.0058,0.0047,0.0031,0.0003,0.0000,0.0000 +"2016 Q4",163477.1836,93107.7492,5136.8678,5128.4506,0.3231,3927.5247,1203.9786,2704.6794,1941.5953,1953.8047,537.3186,406.8431,321.4447,177.0003,122.8625,105.4822,25.7286,48.5308,36.5339,18.1303,20.6628,20.0331,19.3700,17.3458,13.9250,12.6528,11.1744,7.5872,6.4781,0.0014,0.1747,0.1611,0.1408,0.0978,0.0147,0.0058,0.0047,0.0031,0.0003,0.0000,0.0000 "2017 Q1",0.0067,19831.9839,0.0000,0,4055.6844,0,1826.4933,0.0000,18.3528,0,7.3758,36.3167,0.0000,7.2994,0,0,36.3150,0.0000,0.0000,12.0239,0.0047,0,0.0000,0.3344,0,0.0064,0,0.1547,0,1.2347,0.0000,0.0003,0,0,0,0.0047,0,0.0011,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_waitduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_waitduration_hours/timeseries-Year-reference.csv index 6752fb069a..04ab574938 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_waitduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_waitduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Tern, Caspian] Wait Hours: Total","[Flycatcher, Taiga] Wait Hours: Total","[Fulmar] Wait Hours: Total","[Shearwater, Balearic] Wait Hours: Total","[Egret, Snowy] Wait Hours: Total","[Shearwater, Macaronesian] Wait Hours: Total","[Dunlin] Wait Hours: Total","[Chiffchaff, Iberian] Wait Hours: Total","[Fieldfare] Wait Hours: Total","[Warbler, Cetti's] Wait Hours: Total","[Moorhen] Wait Hours: Total","[Lark, Calandra] Wait Hours: Total","[Jackdaw] Wait Hours: Total","[White, Great] Wait Hours: Total","[Petrel, Fea's] Wait Hours: Total","[Warbler, Savi's] Wait Hours: Total","[Gull, Yellow-legged] Wait Hours: Total","[Kestrel, Lesser] Wait Hours: Total","[Bluetail, Red-flanked] Wait Hours: Total","[Bunting, Ortolan] Wait Hours: Total","[Goose, Red-breasted] Wait Hours: Total","[Thrush, Hermit] Wait Hours: Total","[Accentor, Alpine] Wait Hours: Total","[Bufflehead] Wait Hours: Total","[Smew] Wait Hours: Total","[Bittern] Wait Hours: Total","[Warbler, Blackpoll] Wait Hours: Total","[Warbler, Hooded] Wait Hours: Total","[Harrier, Hen] Wait Hours: Total","[Chaffinch] Wait Hours: Total","[Martin, Sand] Wait Hours: Total","[Swift, Little] Wait Hours: Total","[Spotted, Great] Wait Hours: Total","[Gull, Glaucous-winged] Wait Hours: Total","[Blackbird] Wait Hours: Total","[Dowitcher, Short-billed] Wait Hours: Total","[Nuthatch] Wait Hours: Total","[Scaup, Lesser] Wait Hours: Total","[Dotterel] Wait Hours: Total","[Shearwater, Great] Wait Hours: Total","[Yellowthroat, Common] Wait Hours: Total" -2016,163477.1836,93107.7492,5136.8678,5128.4506,0.3231,3927.5247,1203.9786,2704.6794,1941.5953,1953.8047,537.2208,406.8431,321.4447,177.0003,122.8625,105.4822,25.7286,48.5308,36.5339,18.1303,20.6628,20.0331,19.3700,17.3458,13.9250,12.6528,11.1744,7.5872,6.4781,0.0014,0.1747,0.1611,0.1408,0.0978,0.0147,0.0058,0.0047,0.0031,0.0003,0.0000,0.0000 +2016,163477.1836,93107.7492,5136.8678,5128.4506,0.3231,3927.5247,1203.9786,2704.6794,1941.5953,1953.8047,537.3186,406.8431,321.4447,177.0003,122.8625,105.4822,25.7286,48.5308,36.5339,18.1303,20.6628,20.0331,19.3700,17.3458,13.9250,12.6528,11.1744,7.5872,6.4781,0.0014,0.1747,0.1611,0.1408,0.0978,0.0147,0.0058,0.0047,0.0031,0.0003,0.0000,0.0000 2017,0.0067,19831.9839,0.0000,0,4055.6844,0,1826.4933,0.0000,18.3528,0,7.3758,36.3167,0.0000,7.2994,0,0,36.3150,0.0000,0.0000,12.0239,0.0047,0,0.0000,0.3344,0,0.0064,0,0.1547,0,1.2347,0.0000,0.0003,0,0,0,0.0047,0,0.0011,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_wallduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_wallduration_hours/aggregate-Day-reference.csv index d7d78f8c8f..b97148daf5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_wallduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_wallduration_hours/aggregate-Day-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- PI,"Wall Hours: Total" -Moorhen,67004.1206 +Moorhen,67004.3811 "Flycatcher, Taiga",16499.1964 Bufflehead,15354.0758 "Shearwater, Macaronesian",8590.5158 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_wallduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_wallduration_hours/aggregate-Month-reference.csv index d7d78f8c8f..b97148daf5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_wallduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_wallduration_hours/aggregate-Month-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- PI,"Wall Hours: Total" -Moorhen,67004.1206 +Moorhen,67004.3811 "Flycatcher, Taiga",16499.1964 Bufflehead,15354.0758 "Shearwater, Macaronesian",8590.5158 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_wallduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_wallduration_hours/aggregate-Quarter-reference.csv index d7d78f8c8f..b97148daf5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_wallduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_wallduration_hours/aggregate-Quarter-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- PI,"Wall Hours: Total" -Moorhen,67004.1206 +Moorhen,67004.3811 "Flycatcher, Taiga",16499.1964 Bufflehead,15354.0758 "Shearwater, Macaronesian",8590.5158 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_wallduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_wallduration_hours/aggregate-Year-reference.csv index d7d78f8c8f..b97148daf5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_wallduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_wallduration_hours/aggregate-Year-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- PI,"Wall Hours: Total" -Moorhen,67004.1206 +Moorhen,67004.3811 "Flycatcher, Taiga",16499.1964 Bufflehead,15354.0758 "Shearwater, Macaronesian",8590.5158 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_wallduration_hours/timeseries-Day-reference.csv index 01b7bba8da..58355173f5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_wallduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Moorhen] Wall Hours: Total","[Flycatcher, Taiga] Wall Hours: Total","[Buff 2016-12-27,0,3.2167,0,0,115.3094,120.0000,38.9522,0,69.8267,52.2964,61.4911,0,0,0,0,0,27.7997,20.6642,0,19.9056,0,0,0,0,0,0,0,0,4.7214,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-28,953.0369,24.0000,1962.8444,0,386.4281,144.4211,228.4575,0,176.3833,144.0000,169.2183,0,43.9492,0,160.7689,28.0381,48.0000,36.7781,0,24.0000,0,0,0,15.1192,0,0,0,0,24.0000,0,0,0,0,4.7006,0,0,0,0,0,0,0 2016-12-29,12583.2597,301.8189,3901.6422,0,597.4011,477.7553,538.2222,0,479.3708,187.5622,356.3561,47.7900,168.7433,3.6200,216.0000,216.0000,48.0000,74.4400,80.8508,24.0000,0,19.1092,0,72.0000,14.6778,10.0983,0,1.9269,24.0000,10.4008,0,0,18.9747,24.0000,0,0,0,6.4889,0,0,0 -2016-12-30,21766.1511,6638.2006,5473.3125,3055.8617,1061.7603,378.4569,530.1600,0,498.0675,592.9178,394.3031,629.4331,321.9956,67.3875,216.5364,160.0869,48.0000,83.3264,152.4892,175.8633,0,63.8125,108.1047,45.2903,82.2439,82.1119,27.2308,59.0739,19.2856,13.6064,13.9453,9.6922,24.0006,19.3061,29.3436,12.8208,4.3656,2.5175,1.1269,0.2606,0.0650 +2016-12-30,21766.4117,6638.2006,5473.3125,3055.8617,1061.7603,378.4569,530.1600,0,498.0675,592.9178,394.3031,629.4331,321.9956,67.3875,216.5364,160.0869,48.0000,83.3264,152.4892,175.8633,0,63.8125,108.1047,45.2903,82.2439,82.1119,27.2308,59.0739,19.2856,13.6064,13.9453,9.6922,24.0006,19.3061,29.3436,12.8208,4.3656,2.5175,1.1269,0.2606,0.0650 2016-12-31,20518.0064,8599.9281,2761.8142,5534.6542,889.1303,1112.6033,266.9975,3.1458,179.7156,150.1633,164.2022,430.1536,241.5139,714.0100,63.5161,24.0000,48.2375,99.6328,22.0906,7.7117,149.5017,71.2450,25.9131,0,29.3383,8.6314,27.2439,13.7992,0,45.3169,45.9239,38.8869,7.3744,0,16.9689,1.4844,9.6900,0,0,0,0 2017-01-01,11183.6664,932.0322,1254.4625,0,588.6800,526.7989,60.2906,1590.0014,123.3775,23.2497,0,32.6561,120.3844,17.6292,1.7797,5.0458,60.8567,56.2572,0,0,79.9525,48.6856,1.7419,0,0,0,27.1514,0,0,0.9528,0,7.7075,0,0,0,30.9281,4.2811,0.0217,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_wallduration_hours/timeseries-Month-reference.csv index e3dfe5528b..798d5e39cf 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_wallduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Moorhen] Wall Hours: Total","[Flycatcher, Taiga] Wall Hours: Total","[Bufflehead] Wall Hours: Total","[Shearwater, Macaronesian] Wall Hours: Total","[Lark, Calandra] Wall Hours: Total","[Bluetail, Red-flanked] Wall Hours: Total","[Fieldfare] Wall Hours: Total","[Egret, Snowy] Wall Hours: Total","[Fulmar] Wall Hours: Total","[Tern, Caspian] Wall Hours: Total","[Shearwater, Balearic] Wall Hours: Total","[Jackdaw] Wall Hours: Total","[Warbler, Hooded] Wall Hours: Total","[Chiffchaff, Iberian] Wall Hours: Total","[Scaup, Lesser] Wall Hours: Total","[Kestrel, Lesser] Wall Hours: Total","[Chaffinch] Wall Hours: Total","[White, Great] Wall Hours: Total","[Smew] Wall Hours: Total","[Petrel, Fea's] Wall Hours: Total","[Accentor, Alpine] Wall Hours: Total","[Bunting, Ortolan] Wall Hours: Total","[Bittern] Wall Hours: Total","[Warbler, Blackpoll] Wall Hours: Total","[Nuthatch] Wall Hours: Total","[Harrier, Hen] Wall Hours: Total","[Dowitcher, Short-billed] Wall Hours: Total","[Warbler, Cetti's] Wall Hours: Total","[Shearwater, Great] Wall Hours: Total","[Martin, Sand] Wall Hours: Total","[Spotted, Great] Wall Hours: Total","[Goose, Red-breasted] Wall Hours: Total","[Warbler, Savi's] Wall Hours: Total","[Dotterel] Wall Hours: Total","[Thrush, Hermit] Wall Hours: Total","[Dunlin] Wall Hours: Total","[Swift, Little] Wall Hours: Total","[Gull, Yellow-legged] Wall Hours: Total","[Blackbird] Wall Hours: Total","[Gull, Glaucous-winged] Wall Hours: Total","[Yellowthroat, Common] Wall Hours: Total" -2016-12,55820.4542,15567.1642,14099.6133,8590.5158,3243.4786,2246.7575,1602.7894,3.1458,1403.3639,1207.5433,1145.5708,1107.3767,776.2019,785.0175,656.8214,428.1250,332.7836,314.8414,255.4306,251.4806,149.5017,154.1667,134.0178,132.4094,126.2600,100.8417,54.4747,74.8000,72.0069,69.3242,59.8692,48.5792,50.3497,48.0067,46.3125,14.3053,14.0556,9.0064,1.1269,0.2606,0.0650 +2016-12,55820.7147,15567.1642,14099.6133,8590.5158,3243.4786,2246.7575,1602.7894,3.1458,1403.3639,1207.5433,1145.5708,1107.3767,776.2019,785.0175,656.8214,428.1250,332.7836,314.8414,255.4306,251.4806,149.5017,154.1667,134.0178,132.4094,126.2600,100.8417,54.4747,74.8000,72.0069,69.3242,59.8692,48.5792,50.3497,48.0067,46.3125,14.3053,14.0556,9.0064,1.1269,0.2606,0.0650 2017-01,11183.6664,932.0322,1254.4625,0,588.6800,526.7989,60.2906,1590.0014,123.3775,23.2497,0,32.6561,120.3844,17.6292,1.7797,5.0458,60.8567,56.2572,0,0,79.9525,48.6856,1.7419,0,0,0,27.1514,0,0,0.9528,0,7.7075,0,0,0,30.9281,4.2811,0.0217,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_wallduration_hours/timeseries-Quarter-reference.csv index 469abad582..f2a7ca7c61 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_wallduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Moorhen] Wall Hours: Total","[Flycatcher, Taiga] Wall Hours: Total","[Bufflehead] Wall Hours: Total","[Shearwater, Macaronesian] Wall Hours: Total","[Lark, Calandra] Wall Hours: Total","[Bluetail, Red-flanked] Wall Hours: Total","[Fieldfare] Wall Hours: Total","[Egret, Snowy] Wall Hours: Total","[Fulmar] Wall Hours: Total","[Tern, Caspian] Wall Hours: Total","[Shearwater, Balearic] Wall Hours: Total","[Jackdaw] Wall Hours: Total","[Warbler, Hooded] Wall Hours: Total","[Chiffchaff, Iberian] Wall Hours: Total","[Scaup, Lesser] Wall Hours: Total","[Kestrel, Lesser] Wall Hours: Total","[Chaffinch] Wall Hours: Total","[White, Great] Wall Hours: Total","[Smew] Wall Hours: Total","[Petrel, Fea's] Wall Hours: Total","[Accentor, Alpine] Wall Hours: Total","[Bunting, Ortolan] Wall Hours: Total","[Bittern] Wall Hours: Total","[Warbler, Blackpoll] Wall Hours: Total","[Nuthatch] Wall Hours: Total","[Harrier, Hen] Wall Hours: Total","[Dowitcher, Short-billed] Wall Hours: Total","[Warbler, Cetti's] Wall Hours: Total","[Shearwater, Great] Wall Hours: Total","[Martin, Sand] Wall Hours: Total","[Spotted, Great] Wall Hours: Total","[Goose, Red-breasted] Wall Hours: Total","[Warbler, Savi's] Wall Hours: Total","[Dotterel] Wall Hours: Total","[Thrush, Hermit] Wall Hours: Total","[Dunlin] Wall Hours: Total","[Swift, Little] Wall Hours: Total","[Gull, Yellow-legged] Wall Hours: Total","[Blackbird] Wall Hours: Total","[Gull, Glaucous-winged] Wall Hours: Total","[Yellowthroat, Common] Wall Hours: Total" -"2016 Q4",55820.4542,15567.1642,14099.6133,8590.5158,3243.4786,2246.7575,1602.7894,3.1458,1403.3639,1207.5433,1145.5708,1107.3767,776.2019,785.0175,656.8214,428.1250,332.7836,314.8414,255.4306,251.4806,149.5017,154.1667,134.0178,132.4094,126.2600,100.8417,54.4747,74.8000,72.0069,69.3242,59.8692,48.5792,50.3497,48.0067,46.3125,14.3053,14.0556,9.0064,1.1269,0.2606,0.0650 +"2016 Q4",55820.7147,15567.1642,14099.6133,8590.5158,3243.4786,2246.7575,1602.7894,3.1458,1403.3639,1207.5433,1145.5708,1107.3767,776.2019,785.0175,656.8214,428.1250,332.7836,314.8414,255.4306,251.4806,149.5017,154.1667,134.0178,132.4094,126.2600,100.8417,54.4747,74.8000,72.0069,69.3242,59.8692,48.5792,50.3497,48.0067,46.3125,14.3053,14.0556,9.0064,1.1269,0.2606,0.0650 "2017 Q1",11183.6664,932.0322,1254.4625,0,588.6800,526.7989,60.2906,1590.0014,123.3775,23.2497,0,32.6561,120.3844,17.6292,1.7797,5.0458,60.8567,56.2572,0,0,79.9525,48.6856,1.7419,0,0,0,27.1514,0,0,0.9528,0,7.7075,0,0,0,30.9281,4.2811,0.0217,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_wallduration_hours/timeseries-Year-reference.csv index 8ad8ad3af8..4b14afe468 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_wallduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Moorhen] Wall Hours: Total","[Flycatcher, Taiga] Wall Hours: Total","[Bufflehead] Wall Hours: Total","[Shearwater, Macaronesian] Wall Hours: Total","[Lark, Calandra] Wall Hours: Total","[Bluetail, Red-flanked] Wall Hours: Total","[Fieldfare] Wall Hours: Total","[Egret, Snowy] Wall Hours: Total","[Fulmar] Wall Hours: Total","[Tern, Caspian] Wall Hours: Total","[Shearwater, Balearic] Wall Hours: Total","[Jackdaw] Wall Hours: Total","[Warbler, Hooded] Wall Hours: Total","[Chiffchaff, Iberian] Wall Hours: Total","[Scaup, Lesser] Wall Hours: Total","[Kestrel, Lesser] Wall Hours: Total","[Chaffinch] Wall Hours: Total","[White, Great] Wall Hours: Total","[Smew] Wall Hours: Total","[Petrel, Fea's] Wall Hours: Total","[Accentor, Alpine] Wall Hours: Total","[Bunting, Ortolan] Wall Hours: Total","[Bittern] Wall Hours: Total","[Warbler, Blackpoll] Wall Hours: Total","[Nuthatch] Wall Hours: Total","[Harrier, Hen] Wall Hours: Total","[Dowitcher, Short-billed] Wall Hours: Total","[Warbler, Cetti's] Wall Hours: Total","[Shearwater, Great] Wall Hours: Total","[Martin, Sand] Wall Hours: Total","[Spotted, Great] Wall Hours: Total","[Goose, Red-breasted] Wall Hours: Total","[Warbler, Savi's] Wall Hours: Total","[Dotterel] Wall Hours: Total","[Thrush, Hermit] Wall Hours: Total","[Dunlin] Wall Hours: Total","[Swift, Little] Wall Hours: Total","[Gull, Yellow-legged] Wall Hours: Total","[Blackbird] Wall Hours: Total","[Gull, Glaucous-winged] Wall Hours: Total","[Yellowthroat, Common] Wall Hours: Total" -2016,55820.4542,15567.1642,14099.6133,8590.5158,3243.4786,2246.7575,1602.7894,3.1458,1403.3639,1207.5433,1145.5708,1107.3767,776.2019,785.0175,656.8214,428.1250,332.7836,314.8414,255.4306,251.4806,149.5017,154.1667,134.0178,132.4094,126.2600,100.8417,54.4747,74.8000,72.0069,69.3242,59.8692,48.5792,50.3497,48.0067,46.3125,14.3053,14.0556,9.0064,1.1269,0.2606,0.0650 +2016,55820.7147,15567.1642,14099.6133,8590.5158,3243.4786,2246.7575,1602.7894,3.1458,1403.3639,1207.5433,1145.5708,1107.3767,776.2019,785.0175,656.8214,428.1250,332.7836,314.8414,255.4306,251.4806,149.5017,154.1667,134.0178,132.4094,126.2600,100.8417,54.4747,74.8000,72.0069,69.3242,59.8692,48.5792,50.3497,48.0067,46.3125,14.3053,14.0556,9.0064,1.1269,0.2606,0.0650 2017,11183.6664,932.0322,1254.4625,0,588.6800,526.7989,60.2906,1590.0014,123.3775,23.2497,0,32.6561,120.3844,17.6292,1.7797,5.0458,60.8567,56.2572,0,0,79.9525,48.6856,1.7419,0,0,0,27.1514,0,0,0.9528,0,7.7075,0,0,0,30.9281,4.2811,0.0217,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/utilization/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/utilization/aggregate-Day-reference.csv index 2808649565..ba5f6fde00 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/utilization/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/utilization/aggregate-Day-reference.csv @@ -8,7 +8,7 @@ start,end PI,"Screwdriver CPU Utilization (%)" "Scaup, Lesser",7.3085 Fieldfare,6.9780 -Moorhen,6.3451 +Moorhen,6.3478 "Bluetail, Red-flanked",5.1824 "Flycatcher, Taiga",3.6382 "Lark, Calandra",2.5756 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/utilization/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/utilization/aggregate-Month-reference.csv index 5bc1f2548d..f6d519ed95 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/utilization/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/utilization/aggregate-Month-reference.csv @@ -8,7 +8,7 @@ start,end PI,"Screwdriver CPU Utilization (%)" Fieldfare,1.6507 "Scaup, Lesser",1.6136 -Moorhen,1.3685 +Moorhen,1.3691 "Bluetail, Red-flanked",0.9805 "Flycatcher, Taiga",0.8085 "Lark, Calandra",0.5590 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/utilization/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/utilization/aggregate-Quarter-reference.csv index ea47a6b24d..d9a64797b8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/utilization/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/utilization/aggregate-Quarter-reference.csv @@ -8,7 +8,7 @@ start,end PI,"Screwdriver CPU Utilization (%)" Fieldfare,0.7276 "Scaup, Lesser",0.6371 -Moorhen,0.6345 +Moorhen,0.6348 "Bluetail, Red-flanked",0.3779 "Flycatcher, Taiga",0.3334 "Lark, Calandra",0.2357 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/utilization/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/utilization/aggregate-Year-reference.csv index d122526ba3..71662a3135 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/utilization/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/utilization/aggregate-Year-reference.csv @@ -7,7 +7,7 @@ start,end --------- PI,"Screwdriver CPU Utilization (%)" Fieldfare,0.2017 -Moorhen,0.1813 +Moorhen,0.1814 "Scaup, Lesser",0.1668 "Bluetail, Red-flanked",0.0978 "Flycatcher, Taiga",0.0892 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/utilization/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/utilization/timeseries-Day-reference.csv index e5c3882489..94023fb3e8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/utilization/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/utilization/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[Scaup, Lesser] Screwdriver CPU Utilization (%)","[Fieldfare] Screwdriver C 2016-12-27,0,3.8952,0,2.0000,0.0034,1.1947,0,1.5498,0,0,0,4.4779,0,0,0.5533,0.5819,0,0,0,0.2483,0,0,0,0,0,0,0,0,0.2488,0,0,0,0,0,0,0,0.0049,0,0,0,0 2016-12-28,30.6953,22.8458,0.9927,2.4070,0.0250,5.1848,0,2.4389,0,0,2.0446,3.4312,0,0,1.9000,1.4699,0,0,0.3662,1.0125,0,0.3505,0.1890,0,0.0979,0,0,0,0.3000,0,0,0,0,0,0,0,0.0250,0,0,0,0 2016-12-29,41.2000,51.6212,13.1076,7.9626,0.4670,5.4647,1.7124,4.6525,1.9109,6.0638,4.0642,4.1811,0,0,1.9000,2.2958,0,0.2688,1.4062,0.8919,0,2.7000,0.9000,0,0.5000,0,1.0815,0.1124,0.3000,0.0075,0.7906,0.0542,0,0,0,0.0105,0.0250,0,0,0,0 -2016-12-30,20.6136,24.4758,22.6731,6.3076,13.0205,5.8332,9.5951,5.0436,6.3813,11.4367,5.7014,2.7609,7.7129,0,1.9000,2.1966,3.1832,3.6308,2.7403,1.9172,0,2.0011,0.5661,0.5439,0.4022,0.3402,0.4196,1.1062,0.2073,0.2962,0.5000,0.0709,0.0687,0.0284,0.1126,0.0855,0.0201,0.0145,0.0235,0.0293,0.0011 +2016-12-30,20.6136,24.4758,22.7024,6.3076,13.0205,5.8332,9.5951,5.0436,6.3813,11.4367,5.7014,2.7609,7.7129,0,1.9000,2.1966,3.1832,3.6308,2.7403,1.9172,0,2.0011,0.5661,0.5439,0.4022,0.3402,0.4196,1.1062,0.2073,0.2962,0.5000,0.0709,0.0687,0.0284,0.1126,0.0855,0.0201,0.0145,0.0235,0.0293,0.0011 2016-12-31,5.5311,11.5907,21.3729,12.2717,18.3076,5.1151,3.4228,5.9107,7.1245,1.6568,2.8769,1.3368,5.9391,0.0393,1.9038,1.4976,5.7653,2.4113,2.1582,2.9599,3.6187,0.3000,0,0.1307,0,0.9523,0,0.0144,0.0080,0.7438,0.3073,0.5116,0.5239,0.0284,0.0270,0.0090,0,0.0478,0,0,0 2017-01-01,0.0593,1.5099,11.6497,5.1025,1.7636,2.3403,0,3.3167,4.8686,0,1.3067,0,0,9.9375,1.7672,1.0281,0,0.1562,1.0032,0.3871,1.8628,0.0631,0,0.9068,0,0.2147,0.0036,0,0,0.0367,0,0.0119,0.0223,0.0283,0.0018,0,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/utilization/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/utilization/timeseries-Month-reference.csv index 742b149ee6..3b698b9ce3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/utilization/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/utilization/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[Fieldfare] Screwdriver CPU Utilization (%)","[Scaup, Lesser] Screwdriver CPU Utilization (%)","[Moorhen] Screwdriver CPU Utilization (%)","[Bluetail, Red-flanked] Screwdriver CPU Utilization (%)","[Flycatcher, Taiga] Screwdriver CPU Utilization (%)","[Lark, Calandra] Screwdriver CPU Utilization (%)","[White, Great] Screwdriver CPU Utilization (%)","[Nuthatch] Screwdriver CPU Utilization (%)","[Bunting, Ortolan] Screwdriver CPU Utilization (%)","[Smew] Screwdriver CPU Utilization (%)","[Bufflehead] Screwdriver CPU Utilization (%)","[Chaffinch] Screwdriver CPU Utilization (%)","[Shearwater, Balearic] Screwdriver CPU Utilization (%)","[Thrush, Hermit] Screwdriver CPU Utilization (%)","[Egret, Snowy] Screwdriver CPU Utilization (%)","[Fulmar] Screwdriver CPU Utilization (%)","[Shearwater, Macaronesian] Screwdriver CPU Utilization (%)","[Warbler, Hooded] Screwdriver CPU Utilization (%)","[Jackdaw] Screwdriver CPU Utilization (%)","[Tern, Caspian] Screwdriver CPU Utilization (%)","[Accentor, Alpine] Screwdriver CPU Utilization (%)","[Kestrel, Lesser] Screwdriver CPU Utilization (%)","[Warbler, Blackpoll] Screwdriver CPU Utilization (%)","[Dunlin] Screwdriver CPU Utilization (%)","[Goose, Red-breasted] Screwdriver CPU Utilization (%)","[Gull, Yellow-legged] Screwdriver CPU Utilization (%)","[Dotterel] Screwdriver CPU Utilization (%)","[Warbler, Cetti's] Screwdriver CPU Utilization (%)","[Chiffchaff, Iberian] Screwdriver CPU Utilization (%)","[Warbler, Savi's] Screwdriver CPU Utilization (%)","[Petrel, Fea's] Screwdriver CPU Utilization (%)","[Martin, Sand] Screwdriver CPU Utilization (%)","[Swift, Little] Screwdriver CPU Utilization (%)","[Bittern] Screwdriver CPU Utilization (%)","[Dowitcher, Short-billed] Screwdriver CPU Utilization (%)","[Harrier, Hen] Screwdriver CPU Utilization (%)","[Shearwater, Great] Screwdriver CPU Utilization (%)","[Spotted, Great] Screwdriver CPU Utilization (%)","[Blackbird] Screwdriver CPU Utilization (%)","[Gull, Glaucous-winged] Screwdriver CPU Utilization (%)","[Yellowthroat, Common] Screwdriver CPU Utilization (%)" -2016-12,4.8547,8.2790,2.9073,5.1957,3.0488,1.8082,0.9798,2.9461,0.7708,0.9579,0.7344,0.9566,0.9678,0.6826,0.0066,0.4021,0.4474,0.3335,0.4854,0.3887,0.1809,0.2676,0.0828,0.0337,0.0646,0.0751,0.1667,0.0617,0.0673,0.0677,0.0532,0.0318,0.0296,0.0070,0.0113,0.0053,0.0038,0.0031,0.0039,0.0015,0.0001 +2016-12,4.8547,8.2790,2.9088,5.1957,3.0488,1.8082,0.9798,2.9461,0.7708,0.9579,0.7344,0.9566,0.9678,0.6826,0.0066,0.4021,0.4474,0.3335,0.4854,0.3887,0.1809,0.2676,0.0828,0.0337,0.0646,0.0751,0.1667,0.0617,0.0673,0.0677,0.0532,0.0318,0.0296,0.0070,0.0113,0.0053,0.0038,0.0031,0.0039,0.0015,0.0001 2017-01,0.0487,0.0019,0.3758,0.1646,0.0569,0.0755,0.1070,0,0.1571,0,0.0422,0.0570,0,0,0.3206,0.0332,0,0.0324,0.0050,0.0125,0.0601,0.0020,0,0.0293,0.0069,0.0001,0,0,0.0012,0,0,0.0004,0.0007,0.0001,0.0009,0,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/utilization/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/utilization/timeseries-Quarter-reference.csv index bc74591966..bacfd29f2a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/utilization/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/utilization/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[Fieldfare] Screwdriver CPU Utilization (%)","[Scaup, Lesser] Screwdriver CPU Utilization (%)","[Moorhen] Screwdriver CPU Utilization (%)","[Bluetail, Red-flanked] Screwdriver CPU Utilization (%)","[Flycatcher, Taiga] Screwdriver CPU Utilization (%)","[Lark, Calandra] Screwdriver CPU Utilization (%)","[White, Great] Screwdriver CPU Utilization (%)","[Bunting, Ortolan] Screwdriver CPU Utilization (%)","[Smew] Screwdriver CPU Utilization (%)","[Nuthatch] Screwdriver CPU Utilization (%)","[Bufflehead] Screwdriver CPU Utilization (%)","[Thrush, Hermit] Screwdriver CPU Utilization (%)","[Shearwater, Balearic] Screwdriver CPU Utilization (%)","[Chaffinch] Screwdriver CPU Utilization (%)","[Egret, Snowy] Screwdriver CPU Utilization (%)","[Fulmar] Screwdriver CPU Utilization (%)","[Shearwater, Macaronesian] Screwdriver CPU Utilization (%)","[Warbler, Hooded] Screwdriver CPU Utilization (%)","[Jackdaw] Screwdriver CPU Utilization (%)","[Accentor, Alpine] Screwdriver CPU Utilization (%)","[Kestrel, Lesser] Screwdriver CPU Utilization (%)","[Tern, Caspian] Screwdriver CPU Utilization (%)","[Warbler, Blackpoll] Screwdriver CPU Utilization (%)","[Dunlin] Screwdriver CPU Utilization (%)","[Goose, Red-breasted] Screwdriver CPU Utilization (%)","[Gull, Yellow-legged] Screwdriver CPU Utilization (%)","[Warbler, Cetti's] Screwdriver CPU Utilization (%)","[Dotterel] Screwdriver CPU Utilization (%)","[Chiffchaff, Iberian] Screwdriver CPU Utilization (%)","[Warbler, Savi's] Screwdriver CPU Utilization (%)","[Petrel, Fea's] Screwdriver CPU Utilization (%)","[Martin, Sand] Screwdriver CPU Utilization (%)","[Swift, Little] Screwdriver CPU Utilization (%)","[Bittern] Screwdriver CPU Utilization (%)","[Harrier, Hen] Screwdriver CPU Utilization (%)","[Dowitcher, Short-billed] Screwdriver CPU Utilization (%)","[Shearwater, Great] Screwdriver CPU Utilization (%)","[Spotted, Great] Screwdriver CPU Utilization (%)","[Gull, Glaucous-winged] Screwdriver CPU Utilization (%)","[Blackbird] Screwdriver CPU Utilization (%)","[Yellowthroat, Common] Screwdriver CPU Utilization (%)" -"2016 Q4",4.8547,8.2790,2.9073,5.1957,3.0488,1.8082,0.9798,0.7708,0.9579,2.9461,0.7344,0.6826,0.9678,0.9566,0.0066,0.4021,0.4474,0.3335,0.4854,0.1809,0.2676,0.3887,0.0828,0.0337,0.0646,0.0751,0.0617,0.1667,0.0673,0.0677,0.0532,0.0318,0.0296,0.0070,0.0053,0.0113,0.0038,0.0031,0.0015,0.0039,0.0001 +"2016 Q4",4.8547,8.2790,2.9088,5.1957,3.0488,1.8082,0.9798,0.7708,0.9579,2.9461,0.7344,0.6826,0.9678,0.9566,0.0066,0.4021,0.4474,0.3335,0.4854,0.1809,0.2676,0.3887,0.0828,0.0337,0.0646,0.0751,0.0617,0.1667,0.0673,0.0677,0.0532,0.0318,0.0296,0.0070,0.0053,0.0113,0.0038,0.0031,0.0015,0.0039,0.0001 "2017 Q1",0.0168,0.0007,0.1294,0.0567,0.0196,0.0260,0.0369,0.0541,0,0,0.0145,0,0,0.0196,0.1104,0.0114,0,0.0111,0.0017,0.0207,0.0007,0.0043,0,0.0101,0.0024,0.0000,0,0,0.0004,0,0,0.0001,0.0002,0.0000,0,0.0003,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/utilization/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/utilization/timeseries-Year-reference.csv index 71c667bf9b..1679835516 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/utilization/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/utilization/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[Fieldfare] Screwdriver CPU Utilization (%)","[Moorhen] Screwdriver CPU Utilization (%)","[Scaup, Lesser] Screwdriver CPU Utilization (%)","[Bluetail, Red-flanked] Screwdriver CPU Utilization (%)","[Flycatcher, Taiga] Screwdriver CPU Utilization (%)","[Lark, Calandra] Screwdriver CPU Utilization (%)","[White, Great] Screwdriver CPU Utilization (%)","[Bunting, Ortolan] Screwdriver CPU Utilization (%)","[Smew] Screwdriver CPU Utilization (%)","[Bufflehead] Screwdriver CPU Utilization (%)","[Nuthatch] Screwdriver CPU Utilization (%)","[Thrush, Hermit] Screwdriver CPU Utilization (%)","[Shearwater, Balearic] Screwdriver CPU Utilization (%)","[Chaffinch] Screwdriver CPU Utilization (%)","[Egret, Snowy] Screwdriver CPU Utilization (%)","[Fulmar] Screwdriver CPU Utilization (%)","[Shearwater, Macaronesian] Screwdriver CPU Utilization (%)","[Warbler, Hooded] Screwdriver CPU Utilization (%)","[Jackdaw] Screwdriver CPU Utilization (%)","[Accentor, Alpine] Screwdriver CPU Utilization (%)","[Kestrel, Lesser] Screwdriver CPU Utilization (%)","[Tern, Caspian] Screwdriver CPU Utilization (%)","[Warbler, Blackpoll] Screwdriver CPU Utilization (%)","[Dunlin] Screwdriver CPU Utilization (%)","[Goose, Red-breasted] Screwdriver CPU Utilization (%)","[Gull, Yellow-legged] Screwdriver CPU Utilization (%)","[Warbler, Cetti's] Screwdriver CPU Utilization (%)","[Chiffchaff, Iberian] Screwdriver CPU Utilization (%)","[Petrel, Fea's] Screwdriver CPU Utilization (%)","[Warbler, Savi's] Screwdriver CPU Utilization (%)","[Dotterel] Screwdriver CPU Utilization (%)","[Martin, Sand] Screwdriver CPU Utilization (%)","[Swift, Little] Screwdriver CPU Utilization (%)","[Bittern] Screwdriver CPU Utilization (%)","[Harrier, Hen] Screwdriver CPU Utilization (%)","[Dowitcher, Short-billed] Screwdriver CPU Utilization (%)","[Shearwater, Great] Screwdriver CPU Utilization (%)","[Spotted, Great] Screwdriver CPU Utilization (%)","[Blackbird] Screwdriver CPU Utilization (%)","[Gull, Glaucous-winged] Screwdriver CPU Utilization (%)","[Yellowthroat, Common] Screwdriver CPU Utilization (%)" -2016,4.8547,2.9073,8.2790,5.1957,3.0488,1.8082,0.9798,0.7708,0.9579,0.7344,2.9461,0.6826,0.9678,0.9566,0.0066,0.4021,0.4474,0.3335,0.4854,0.1809,0.2676,0.3887,0.0828,0.0337,0.0646,0.0751,0.0617,0.0673,0.0532,0.0677,0.1667,0.0318,0.0296,0.0070,0.0053,0.0113,0.0038,0.0031,0.0039,0.0015,0.0001 +2016,4.8547,2.9088,8.2790,5.1957,3.0488,1.8082,0.9798,0.7708,0.9579,0.7344,2.9461,0.6826,0.9678,0.9566,0.0066,0.4021,0.4474,0.3335,0.4854,0.1809,0.2676,0.3887,0.0828,0.0337,0.0646,0.0751,0.0617,0.0673,0.0532,0.0677,0.1667,0.0318,0.0296,0.0070,0.0053,0.0113,0.0038,0.0031,0.0039,0.0015,0.0001 2017,0.0041,0.0319,0.0002,0.0140,0.0048,0.0064,0.0091,0.0133,0,0.0036,0,0,0,0.0048,0.0272,0.0028,0,0.0027,0.0004,0.0051,0.0002,0.0011,0,0.0025,0.0006,0.0000,0,0.0001,0,0,0,0.0000,0.0001,0.0000,0,0.0001,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/active_person_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/active_person_count/aggregate-Day-reference.csv index 6aebfc77f3..5a8a114fdb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/active_person_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/active_person_count/aggregate-Day-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","Number of Users: Active" -"screw - Screwdriver",58 +"screw - Screwdriver",59 "wrench - Wrench",8 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/active_person_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/active_person_count/aggregate-Month-reference.csv index 6aebfc77f3..5a8a114fdb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/active_person_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/active_person_count/aggregate-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","Number of Users: Active" -"screw - Screwdriver",58 +"screw - Screwdriver",59 "wrench - Wrench",8 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/active_person_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/active_person_count/aggregate-Quarter-reference.csv index 6aebfc77f3..5a8a114fdb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/active_person_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/active_person_count/aggregate-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","Number of Users: Active" -"screw - Screwdriver",58 +"screw - Screwdriver",59 "wrench - Wrench",8 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/active_person_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/active_person_count/aggregate-Year-reference.csv index 6aebfc77f3..5a8a114fdb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/active_person_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/active_person_count/aggregate-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","Number of Users: Active" -"screw - Screwdriver",58 +"screw - Screwdriver",59 "wrench - Wrench",8 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/active_person_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/active_person_count/timeseries-Day-reference.csv index 553c7e974a..4097938bcd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/active_person_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/active_person_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[screw - Screwdriver] Number of Users: Active","[wrench - Wrench] Number of 2016-12-27,13,3 2016-12-28,20,5 2016-12-29,37,6 -2016-12-30,56,8 +2016-12-30,57,8 2016-12-31,47,8 2017-01-01,31,7 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/active_person_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/active_person_count/timeseries-Month-reference.csv index 70d2d854b7..fcd1ff612f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/active_person_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/active_person_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[screw - Screwdriver] Number of Users: Active","[wrench - Wrench] Number of Users: Active" -2016-12,58,8 +2016-12,59,8 2017-01,31,7 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/active_person_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/active_person_count/timeseries-Quarter-reference.csv index afabd752d7..193621fff1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/active_person_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/active_person_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[screw - Screwdriver] Number of Users: Active","[wrench - Wrench] Number of Users: Active" -"2016 Q4",58,8 +"2016 Q4",59,8 "2017 Q1",31,7 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/active_person_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/active_person_count/timeseries-Year-reference.csv index 915fc52f89..97eacd16b1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/active_person_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/active_person_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[screw - Screwdriver] Number of Users: Active","[wrench - Wrench] Number of Users: Active" -2016,58,8 +2016,59,8 2017,31,7 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_cpu_hours/aggregate-Day-reference.csv index f4a93518bc..c427bd3119 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_cpu_hours/aggregate-Day-reference.csv @@ -7,5 +7,5 @@ start,end --------- "PI Institution","CPU Hours: Per Job","Std Dev: CPU Hours: Per Job" "wrench - Wrench",30.99683231,2.5921018514519725 -"screw - Screwdriver",9.69996071,0.4156800633013796 +"screw - Screwdriver",9.70024738,0.4156737000631465 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_cpu_hours/aggregate-Month-reference.csv index f640ef8921..2fa23b9439 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_cpu_hours/aggregate-Month-reference.csv @@ -7,5 +7,5 @@ start,end --------- "PI Institution","CPU Hours: Per Job","Std Dev: CPU Hours: Per Job" "wrench - Wrench",30.99683231,4.594372527791987 -"screw - Screwdriver",9.69996071,0.7242219625236057 +"screw - Screwdriver",9.70024738,0.724210760638751 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_cpu_hours/aggregate-Quarter-reference.csv index f640ef8921..2fa23b9439 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_cpu_hours/aggregate-Quarter-reference.csv @@ -7,5 +7,5 @@ start,end --------- "PI Institution","CPU Hours: Per Job","Std Dev: CPU Hours: Per Job" "wrench - Wrench",30.99683231,4.594372527791987 -"screw - Screwdriver",9.69996071,0.7242219625236057 +"screw - Screwdriver",9.70024738,0.724210760638751 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_cpu_hours/aggregate-Year-reference.csv index f640ef8921..2fa23b9439 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_cpu_hours/aggregate-Year-reference.csv @@ -7,5 +7,5 @@ start,end --------- "PI Institution","CPU Hours: Per Job","Std Dev: CPU Hours: Per Job" "wrench - Wrench",30.99683231,4.594372527791987 -"screw - Screwdriver",9.69996071,0.7242219625236057 +"screw - Screwdriver",9.70024738,0.724210760638751 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_cpu_hours/timeseries-Day-reference.csv index 08a4133470..47aa4f2e0f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_cpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[wrench - Wrench] CPU Hours: Per Job","[screw - Screwdriver] CPU Hours: Per 2016-12-27,354.89254902,380.79885556 2016-12-28,911.05003175,120.72761245 2016-12-29,847.98171717,63.72049977 -2016-12-30,16.41194902,8.46387462 +2016-12-30,16.41194902,8.46466264 2016-12-31,13.38117925,6.90204740 2017-01-01,22.84111901,3.72527786 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_cpu_hours/timeseries-Month-reference.csv index af5391e7f2..35f1921710 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_cpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[wrench - Wrench] CPU Hours: Per Job","[screw - Screwdriver] CPU Hours: Per Job" -2016-12,31.38239757,11.36391113 +2016-12,31.38239757,11.36424926 2017-01,22.84111901,3.72527786 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_cpu_hours/timeseries-Quarter-reference.csv index f4d5562486..dd4db36c59 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_cpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[wrench - Wrench] CPU Hours: Per Job","[screw - Screwdriver] CPU Hours: Per Job" -"2016 Q4",31.38239757,11.36391113 +"2016 Q4",31.38239757,11.36424926 "2017 Q1",22.84111901,3.72527786 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_cpu_hours/timeseries-Year-reference.csv index 918984d5a8..78c2de9101 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_cpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[wrench - Wrench] CPU Hours: Per Job","[screw - Screwdriver] CPU Hours: Per Job" -2016,31.38239757,11.36391113 +2016,31.38239757,11.36424926 2017,22.84111901,3.72527786 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_gpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_gpu_hours/aggregate-Day-reference.csv index 4c1be32f5e..1ac4218869 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_gpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_gpu_hours/aggregate-Day-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","GPU Hours: Per Job" -"screw - Screwdriver",0.00788049 +"screw - Screwdriver",0.00788037 "wrench - Wrench",0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_gpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_gpu_hours/aggregate-Month-reference.csv index 4c1be32f5e..1ac4218869 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_gpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_gpu_hours/aggregate-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","GPU Hours: Per Job" -"screw - Screwdriver",0.00788049 +"screw - Screwdriver",0.00788037 "wrench - Wrench",0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_gpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_gpu_hours/aggregate-Quarter-reference.csv index 4c1be32f5e..1ac4218869 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_gpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_gpu_hours/aggregate-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","GPU Hours: Per Job" -"screw - Screwdriver",0.00788049 +"screw - Screwdriver",0.00788037 "wrench - Wrench",0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_gpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_gpu_hours/aggregate-Year-reference.csv index 4c1be32f5e..1ac4218869 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_gpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_gpu_hours/aggregate-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","GPU Hours: Per Job" -"screw - Screwdriver",0.00788049 +"screw - Screwdriver",0.00788037 "wrench - Wrench",0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_gpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_gpu_hours/timeseries-Day-reference.csv index 7a777e14fb..021bc4ffe0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_gpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_gpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[screw - Screwdriver] GPU Hours: Per Job","[wrench - Wrench] GPU Hours: Per 2016-12-27,1.92000000,0.00000000 2016-12-28,0.11566265,0.00000000 2016-12-29,0.02886350,0.00000000 -2016-12-30,0.00192246,0.00000000 +2016-12-30,0.00192238,0.00000000 2016-12-31,0.00178844,0.00000000 2017-01-01,0.00256566,0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_gpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_gpu_hours/timeseries-Month-reference.csv index 6625fdc903..290c7a35c2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_gpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_gpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[screw - Screwdriver] GPU Hours: Per Job","[wrench - Wrench] GPU Hours: Per Job" -2016-12,0.00938229,0.00000000 +2016-12,0.00938210,0.00000000 2017-01,0.00256566,0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_gpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_gpu_hours/timeseries-Quarter-reference.csv index c4b36325a0..298e2c8c35 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_gpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_gpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[screw - Screwdriver] GPU Hours: Per Job","[wrench - Wrench] GPU Hours: Per Job" -"2016 Q4",0.00938229,0.00000000 +"2016 Q4",0.00938210,0.00000000 "2017 Q1",0.00256566,0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_gpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_gpu_hours/timeseries-Year-reference.csv index 102b53bba3..9bacc3b0f1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_gpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_gpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[screw - Screwdriver] GPU Hours: Per Job","[wrench - Wrench] GPU Hours: Per Job" -2016,0.00938229,0.00000000 +2016,0.00938210,0.00000000 2017,0.00256566,0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_gpus/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_gpus/aggregate-Day-reference.csv index fab6dc7352..0b93132bfd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_gpus/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_gpus/aggregate-Day-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","GPU Count: Per Job","Std Dev: GPU Count: Per Job" -"screw - Screwdriver",0.0001,0.000043970200603690906 +"screw - Screwdriver",0.0001,0.00004396951706251094 "wrench - Wrench",0.0000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_gpus/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_gpus/aggregate-Month-reference.csv index fab6dc7352..0b93132bfd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_gpus/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_gpus/aggregate-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","GPU Count: Per Job","Std Dev: GPU Count: Per Job" -"screw - Screwdriver",0.0001,0.000043970200603690906 +"screw - Screwdriver",0.0001,0.00004396951706251094 "wrench - Wrench",0.0000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_gpus/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_gpus/aggregate-Quarter-reference.csv index fab6dc7352..0b93132bfd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_gpus/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_gpus/aggregate-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","GPU Count: Per Job","Std Dev: GPU Count: Per Job" -"screw - Screwdriver",0.0001,0.000043970200603690906 +"screw - Screwdriver",0.0001,0.00004396951706251094 "wrench - Wrench",0.0000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_gpus/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_gpus/aggregate-Year-reference.csv index fab6dc7352..0b93132bfd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_gpus/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_gpus/aggregate-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","GPU Count: Per Job","Std Dev: GPU Count: Per Job" -"screw - Screwdriver",0.0001,0.000043970200603690906 +"screw - Screwdriver",0.0001,0.00004396951706251094 "wrench - Wrench",0.0000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv index 32261c3f07..ec5713e765 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv @@ -7,5 +7,5 @@ start,end --------- "PI Institution","Job Size: Weighted By CPU Hours (Core Count)" "wrench - Wrench",74.2285 -"screw - Screwdriver",62.6263 +"screw - Screwdriver",62.6283 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv index 32261c3f07..ec5713e765 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv @@ -7,5 +7,5 @@ start,end --------- "PI Institution","Job Size: Weighted By CPU Hours (Core Count)" "wrench - Wrench",74.2285 -"screw - Screwdriver",62.6263 +"screw - Screwdriver",62.6283 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv index 32261c3f07..ec5713e765 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv @@ -7,5 +7,5 @@ start,end --------- "PI Institution","Job Size: Weighted By CPU Hours (Core Count)" "wrench - Wrench",74.2285 -"screw - Screwdriver",62.6263 +"screw - Screwdriver",62.6283 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv index 32261c3f07..ec5713e765 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv @@ -7,5 +7,5 @@ start,end --------- "PI Institution","Job Size: Weighted By CPU Hours (Core Count)" "wrench - Wrench",74.2285 -"screw - Screwdriver",62.6263 +"screw - Screwdriver",62.6283 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv index f60866c26a..991fc50d6b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[wrench - Wrench] Job Size: Weighted By CPU Hours (Core Count)","[screw - S 2016-12-27,68.0774,67.7222 2016-12-28,74.9678,128.3900 2016-12-29,79.8711,92.3420 -2016-12-30,77.7075,66.5217 +2016-12-30,77.7075,66.5273 2016-12-31,73.5456,37.3265 2017-01-01,34.5793,20.3035 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv index 0c1d7a5a2a..c50a58f461 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[wrench - Wrench] Job Size: Weighted By CPU Hours (Core Count)","[screw - Screwdriver] Job Size: Weighted By CPU Hours (Core Count)" -2016-12,76.0751,67.1408 +2016-12,76.0751,67.1428 2017-01,34.5793,20.3035 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv index e4d3209f27..6043fd20e0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[wrench - Wrench] Job Size: Weighted By CPU Hours (Core Count)","[screw - Screwdriver] Job Size: Weighted By CPU Hours (Core Count)" -"2016 Q4",76.0751,67.1408 +"2016 Q4",76.0751,67.1428 "2017 Q1",34.5793,20.3035 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv index ac07746b49..22e9fbf711 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[wrench - Wrench] Job Size: Weighted By CPU Hours (Core Count)","[screw - Screwdriver] Job Size: Weighted By CPU Hours (Core Count)" -2016,76.0751,67.1408 +2016,76.0751,67.1428 2017,34.5793,20.3035 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_node_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_node_hours/aggregate-Day-reference.csv index 7c16eca826..871bcb5161 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_node_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_node_hours/aggregate-Day-reference.csv @@ -7,5 +7,5 @@ start,end --------- "PI Institution","Node Hours: Per Job","Std Dev: Node Hours: Per Job" "wrench - Wrench",2.54098323,0.2178269324173204 -"screw - Screwdriver",2.15386485,0.0345935810161278 +"screw - Screwdriver",2.15386782,0.03459304335837791 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_node_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_node_hours/aggregate-Month-reference.csv index 8054d0e39c..c0726871a2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_node_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_node_hours/aggregate-Month-reference.csv @@ -7,5 +7,5 @@ start,end --------- "PI Institution","Node Hours: Per Job","Std Dev: Node Hours: Per Job" "wrench - Wrench",2.54098323,0.3800903580498463 -"screw - Screwdriver",2.15386485,0.05625690194615745 +"screw - Screwdriver",2.15386782,0.05625602746532073 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_node_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_node_hours/aggregate-Quarter-reference.csv index 8054d0e39c..c0726871a2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_node_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_node_hours/aggregate-Quarter-reference.csv @@ -7,5 +7,5 @@ start,end --------- "PI Institution","Node Hours: Per Job","Std Dev: Node Hours: Per Job" "wrench - Wrench",2.54098323,0.3800903580498463 -"screw - Screwdriver",2.15386485,0.05625690194615745 +"screw - Screwdriver",2.15386782,0.05625602746532073 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_node_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_node_hours/aggregate-Year-reference.csv index 8054d0e39c..c0726871a2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_node_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_node_hours/aggregate-Year-reference.csv @@ -7,5 +7,5 @@ start,end --------- "PI Institution","Node Hours: Per Job","Std Dev: Node Hours: Per Job" "wrench - Wrench",2.54098323,0.3800903580498463 -"screw - Screwdriver",2.15386485,0.05625690194615745 +"screw - Screwdriver",2.15386782,0.05625602746532073 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_node_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_node_hours/timeseries-Day-reference.csv index 318584fee8..73662572a7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_node_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_node_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[wrench - Wrench] Node Hours: Per Job","[screw - Screwdriver] Node Hours: P 2016-12-27,25.11336601,31.17860000 2016-12-28,65.40151587,15.24232195 2016-12-29,66.01942641,14.09801630 -2016-12-30,1.38499900,1.87940840 +2016-12-30,1.38499900,1.87942705 2016-12-31,1.26535164,1.63535768 2017-01-01,2.09133228,1.05141368 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_node_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_node_hours/timeseries-Month-reference.csv index d8670ff30c..438dd26db8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_node_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_node_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[wrench - Wrench] Node Hours: Per Job","[screw - Screwdriver] Node Hours: Per Job" -2016-12,2.55858205,2.45038365 +2016-12,2.55858205,2.45038152 2017-01,2.09133228,1.05141368 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_node_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_node_hours/timeseries-Quarter-reference.csv index 26618b1699..59a8652a02 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_node_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_node_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[wrench - Wrench] Node Hours: Per Job","[screw - Screwdriver] Node Hours: Per Job" -"2016 Q4",2.55858205,2.45038365 +"2016 Q4",2.55858205,2.45038152 "2017 Q1",2.09133228,1.05141368 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_node_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_node_hours/timeseries-Year-reference.csv index ef1306a307..dd4f92e9d6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_node_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_node_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[wrench - Wrench] Node Hours: Per Job","[screw - Screwdriver] Node Hours: Per Job" -2016,2.55858205,2.45038365 +2016,2.55858205,2.45038152 2017,2.09133228,1.05141368 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_processors/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_processors/aggregate-Day-reference.csv index ac46e0f593..d7c23250d7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_processors/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_processors/aggregate-Day-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","Job Size: Per Job (Core Count)","Std Dev: Job Size: Per Job (Core Count)" -"screw - Screwdriver",8.7432,0.022674697508974676 +"screw - Screwdriver",8.7448,0.022726786355770297 "wrench - Wrench",8.6547,0.06969542024152343 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_processors/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_processors/aggregate-Month-reference.csv index ac46e0f593..d7c23250d7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_processors/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_processors/aggregate-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","Job Size: Per Job (Core Count)","Std Dev: Job Size: Per Job (Core Count)" -"screw - Screwdriver",8.7432,0.022674697508974676 +"screw - Screwdriver",8.7448,0.022726786355770297 "wrench - Wrench",8.6547,0.06969542024152343 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_processors/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_processors/aggregate-Quarter-reference.csv index ac46e0f593..d7c23250d7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_processors/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_processors/aggregate-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","Job Size: Per Job (Core Count)","Std Dev: Job Size: Per Job (Core Count)" -"screw - Screwdriver",8.7432,0.022674697508974676 +"screw - Screwdriver",8.7448,0.022726786355770297 "wrench - Wrench",8.6547,0.06969542024152343 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_processors/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_processors/aggregate-Year-reference.csv index ac46e0f593..d7c23250d7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_processors/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_processors/aggregate-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","Job Size: Per Job (Core Count)","Std Dev: Job Size: Per Job (Core Count)" -"screw - Screwdriver",8.7432,0.022674697508974676 +"screw - Screwdriver",8.7448,0.022726786355770297 "wrench - Wrench",8.6547,0.06969542024152343 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_processors/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_processors/timeseries-Day-reference.csv index fc1b84c817..d0cb5afe41 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_processors/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_processors/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[screw - Screwdriver] Job Size: Per Job (Core Count)","[wrench - Wrench] Jo 2016-12-27,22.8400,38.1176 2016-12-28,7.7880,56.3429 2016-12-29,5.3289,40.0130 -2016-12-30,7.8973,8.7806 +2016-12-30,7.9013,8.7806 2016-12-31,8.7798,8.8430 2017-01-01,9.0465,12.4265 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_processors/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_processors/timeseries-Month-reference.csv index c441c49bed..928eee49be 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_processors/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_processors/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[screw - Screwdriver] Job Size: Per Job (Core Count)","[wrench - Wrench] Job Size: Per Job (Core Count)" -2016-12,8.5423,8.5136 +2016-12,8.5443,8.5136 2017-01,9.0465,12.4265 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_processors/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_processors/timeseries-Quarter-reference.csv index 2d1d092db2..c8bbcadf58 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_processors/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_processors/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[screw - Screwdriver] Job Size: Per Job (Core Count)","[wrench - Wrench] Job Size: Per Job (Core Count)" -"2016 Q4",8.5423,8.5136 +"2016 Q4",8.5443,8.5136 "2017 Q1",9.0465,12.4265 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_processors/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_processors/timeseries-Year-reference.csv index 339e8254a7..1381b8d5ac 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_processors/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_processors/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[screw - Screwdriver] Job Size: Per Job (Core Count)","[wrench - Wrench] Job Size: Per Job (Core Count)" -2016,8.5423,8.5136 +2016,8.5443,8.5136 2017,9.0465,12.4265 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_waitduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_waitduration_hours/aggregate-Day-reference.csv index 3ae05e4ef0..3c994d1309 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_waitduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_waitduration_hours/aggregate-Day-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","Wait Hours: Per Job","Std Dev: Wait Hours: Per Job" -"screw - Screwdriver",4.72510304,0.09890613604294525 +"screw - Screwdriver",4.72503110,0.09890462462635417 "wrench - Wrench",0.34389064,0.06376292819111527 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_waitduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_waitduration_hours/aggregate-Month-reference.csv index 3ae05e4ef0..3c994d1309 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_waitduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_waitduration_hours/aggregate-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","Wait Hours: Per Job","Std Dev: Wait Hours: Per Job" -"screw - Screwdriver",4.72510304,0.09890613604294525 +"screw - Screwdriver",4.72503110,0.09890462462635417 "wrench - Wrench",0.34389064,0.06376292819111527 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_waitduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_waitduration_hours/aggregate-Quarter-reference.csv index 3ae05e4ef0..3c994d1309 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_waitduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_waitduration_hours/aggregate-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","Wait Hours: Per Job","Std Dev: Wait Hours: Per Job" -"screw - Screwdriver",4.72510304,0.09890613604294525 +"screw - Screwdriver",4.72503110,0.09890462462635417 "wrench - Wrench",0.34389064,0.06376292819111527 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_waitduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_waitduration_hours/aggregate-Year-reference.csv index 3ae05e4ef0..3c994d1309 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_waitduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_waitduration_hours/aggregate-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","Wait Hours: Per Job","Std Dev: Wait Hours: Per Job" -"screw - Screwdriver",4.72510304,0.09890613604294525 +"screw - Screwdriver",4.72503110,0.09890462462635417 "wrench - Wrench",0.34389064,0.06376292819111527 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_waitduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_waitduration_hours/timeseries-Day-reference.csv index bc524aa49a..f29b9ce6fc 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_waitduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_waitduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[screw - Screwdriver] Wait Hours: Per Job","[wrench - Wrench] Wait Hours: P 2016-12-27,92.61603395,23.93564103 2016-12-28,5.79403704,74.36986111 2016-12-29,4.58508814,9.04003307 -2016-12-30,8.37520791,0.02572623 +2016-12-30,8.37485274,0.02572623 2016-12-31,2.97494750,0.03718663 2017-01-01,1.75235699,0.13910800 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_waitduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_waitduration_hours/timeseries-Month-reference.csv index 06067d7b84..cdcb388d52 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_waitduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_waitduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[screw - Screwdriver] Wait Hours: Per Job","[wrench - Wrench] Wait Hours: Per Job" -2016-12,5.60654915,0.35609376 +2016-12,5.60643812,0.35609376 2017-01,1.75235699,0.13910800 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_waitduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_waitduration_hours/timeseries-Quarter-reference.csv index 6dd5f3ffa3..15ade976ad 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_waitduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_waitduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[screw - Screwdriver] Wait Hours: Per Job","[wrench - Wrench] Wait Hours: Per Job" -"2016 Q4",5.60654915,0.35609376 +"2016 Q4",5.60643812,0.35609376 "2017 Q1",1.75235699,0.13910800 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_waitduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_waitduration_hours/timeseries-Year-reference.csv index 526efc6374..dcc598f579 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_waitduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_waitduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[screw - Screwdriver] Wait Hours: Per Job","[wrench - Wrench] Wait Hours: Per Job" -2016,5.60654915,0.35609376 +2016,5.60643812,0.35609376 2017,1.75235699,0.13910800 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_wallduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_wallduration_hours/aggregate-Day-reference.csv index d73639002a..f3f32c5c66 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_wallduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_wallduration_hours/aggregate-Day-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","Wall Hours: Per Job","Std Dev: Wall Hours: Per Job" -"screw - Screwdriver",1.90410521,0.019364362931238745 +"screw - Screwdriver",1.90407966,0.01936407875264405 "wrench - Wrench",0.78638217,0.03930221051003755 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_wallduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_wallduration_hours/aggregate-Month-reference.csv index 80b0ac3e39..6732b85507 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_wallduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_wallduration_hours/aggregate-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","Wall Hours: Per Job","Std Dev: Wall Hours: Per Job" -"screw - Screwdriver",1.90410521,0.027616864313796837 +"screw - Screwdriver",1.90407966,0.027616446806375174 "wrench - Wrench",0.78638217,0.07133835939102433 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_wallduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_wallduration_hours/aggregate-Quarter-reference.csv index 80b0ac3e39..6732b85507 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_wallduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_wallduration_hours/aggregate-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","Wall Hours: Per Job","Std Dev: Wall Hours: Per Job" -"screw - Screwdriver",1.90410521,0.027616864313796837 +"screw - Screwdriver",1.90407966,0.027616446806375174 "wrench - Wrench",0.78638217,0.07133835939102433 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_wallduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_wallduration_hours/aggregate-Year-reference.csv index 80b0ac3e39..6732b85507 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_wallduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_wallduration_hours/aggregate-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","Wall Hours: Per Job","Std Dev: Wall Hours: Per Job" -"screw - Screwdriver",1.90410521,0.027616864313796837 +"screw - Screwdriver",1.90407966,0.027616446806375174 "wrench - Wrench",0.78638217,0.07133835939102433 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_wallduration_hours/timeseries-Day-reference.csv index b548d730b6..9761f8c0b6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_wallduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[screw - Screwdriver] Wall Hours: Per Job","[wrench - Wrench] Wall Hours: P 2016-12-27,15.19686667,9.07421569 2016-12-28,9.54038086,17.56815873 2016-12-29,11.64695497,14.74835498 -2016-12-30,1.65293951,0.40954985 +2016-12-30,1.65288374,0.40954985 2016-12-31,1.53382828,0.41828067 2017-01-01,0.99910928,1.53784492 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_wallduration_hours/timeseries-Month-reference.csv index 25902e5771..d1fe7a6c2b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_wallduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[screw - Screwdriver] Wall Hours: Per Job","[wrench - Wrench] Wall Hours: Per Job" -2016-12,2.14358745,0.73483974 +2016-12,2.14354949,0.73483974 2017-01,0.99910928,1.53784492 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_wallduration_hours/timeseries-Quarter-reference.csv index a6115f1328..cd4729a75f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_wallduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[screw - Screwdriver] Wall Hours: Per Job","[wrench - Wrench] Wall Hours: Per Job" -"2016 Q4",2.14358745,0.73483974 +"2016 Q4",2.14354949,0.73483974 "2017 Q1",0.99910928,1.53784492 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_wallduration_hours/timeseries-Year-reference.csv index 0e000aa58e..b63107b4ee 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/avg_wallduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[screw - Screwdriver] Wall Hours: Per Job","[wrench - Wrench] Wall Hours: Per Job" -2016,2.14358745,0.73483974 +2016,2.14354949,0.73483974 2017,0.99910928,1.53784492 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/expansion_factor/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/expansion_factor/timeseries-Day-reference.csv index c784a5a38b..4b3936b407 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/expansion_factor/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/expansion_factor/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[screw - Screwdriver] User Expansion Factor","[wrench - Wrench] User Expans 2016-12-27,1.9627,2.1953 2016-12-28,1.2323,2.2719 2016-12-29,1.2271,2.0863 -2016-12-30,5.2765,1.9540 +2016-12-30,5.2763,1.9540 2016-12-31,2.6666,1.5469 2017-01-01,2.8311,1.2829 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/job_count/aggregate-Day-reference.csv index 9b5b423c25..4958aeae2a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/job_count/aggregate-Day-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","Number of Jobs Ended" -"screw - Screwdriver",64325 +"screw - Screwdriver",64326 "wrench - Wrench",6988 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/job_count/aggregate-Month-reference.csv index 9b5b423c25..4958aeae2a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/job_count/aggregate-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","Number of Jobs Ended" -"screw - Screwdriver",64325 +"screw - Screwdriver",64326 "wrench - Wrench",6988 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/job_count/aggregate-Quarter-reference.csv index 9b5b423c25..4958aeae2a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/job_count/aggregate-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","Number of Jobs Ended" -"screw - Screwdriver",64325 +"screw - Screwdriver",64326 "wrench - Wrench",6988 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/job_count/aggregate-Year-reference.csv index 9b5b423c25..4958aeae2a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/job_count/aggregate-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","Number of Jobs Ended" -"screw - Screwdriver",64325 +"screw - Screwdriver",64326 "wrench - Wrench",6988 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/job_count/timeseries-Day-reference.csv index 427565c3a9..2768e7e479 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[screw - Screwdriver] Number of Jobs Ended","[wrench - Wrench] Number of Jo 2016-12-27,0,0 2016-12-28,0,0 2016-12-29,0,0 -2016-12-30,22775,3831 +2016-12-30,22776,3831 2016-12-31,25406,2735 2017-01-01,16144,422 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/job_count/timeseries-Month-reference.csv index 269ebfdc06..afee06f44a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[screw - Screwdriver] Number of Jobs Ended","[wrench - Wrench] Number of Jobs Ended" -2016-12,48181,6566 +2016-12,48182,6566 2017-01,16144,422 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/job_count/timeseries-Quarter-reference.csv index 5c15f250f5..bcf02ce31f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[screw - Screwdriver] Number of Jobs Ended","[wrench - Wrench] Number of Jobs Ended" -"2016 Q4",48181,6566 +"2016 Q4",48182,6566 "2017 Q1",16144,422 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/job_count/timeseries-Year-reference.csv index 99d840cef5..ea76c1abcf 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[screw - Screwdriver] Number of Jobs Ended","[wrench - Wrench] Number of Jobs Ended" -2016,48181,6566 +2016,48182,6566 2017,16144,422 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/running_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/running_job_count/aggregate-Day-reference.csv index b659791bca..525cf5faf9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/running_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/running_job_count/aggregate-Day-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","Number of Jobs Running" -"screw - Screwdriver",64325 +"screw - Screwdriver",64326 "wrench - Wrench",6988 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/running_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/running_job_count/aggregate-Month-reference.csv index b659791bca..525cf5faf9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/running_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/running_job_count/aggregate-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","Number of Jobs Running" -"screw - Screwdriver",64325 +"screw - Screwdriver",64326 "wrench - Wrench",6988 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/running_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/running_job_count/aggregate-Quarter-reference.csv index b659791bca..525cf5faf9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/running_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/running_job_count/aggregate-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","Number of Jobs Running" -"screw - Screwdriver",64325 +"screw - Screwdriver",64326 "wrench - Wrench",6988 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/running_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/running_job_count/aggregate-Year-reference.csv index b659791bca..525cf5faf9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/running_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/running_job_count/aggregate-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","Number of Jobs Running" -"screw - Screwdriver",64325 +"screw - Screwdriver",64326 "wrench - Wrench",6988 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/running_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/running_job_count/timeseries-Day-reference.csv index 07a4cf833a..6d2b732515 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/running_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/running_job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[screw - Screwdriver] Number of Jobs Running","[wrench - Wrench] Number of 2016-12-27,25,17 2016-12-28,415,35 2016-12-29,1663,77 -2016-12-30,24968,3887 +2016-12-30,24969,3887 2016-12-31,26839,2764 2017-01-01,16144,422 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/running_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/running_job_count/timeseries-Month-reference.csv index c710b8d273..c65c270714 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/running_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/running_job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[screw - Screwdriver] Number of Jobs Running","[wrench - Wrench] Number of Jobs Running" -2016-12,49614,6595 +2016-12,49615,6595 2017-01,16144,422 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/running_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/running_job_count/timeseries-Quarter-reference.csv index 2214ca26a0..ae8c0fd7bd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/running_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/running_job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[screw - Screwdriver] Number of Jobs Running","[wrench - Wrench] Number of Jobs Running" -"2016 Q4",49614,6595 +"2016 Q4",49615,6595 "2017 Q1",16144,422 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/running_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/running_job_count/timeseries-Year-reference.csv index fe45c16a6d..b086992599 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/running_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/running_job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[screw - Screwdriver] Number of Jobs Running","[wrench - Wrench] Number of Jobs Running" -2016,49614,6595 +2016,49615,6595 2017,16144,422 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/started_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/started_job_count/aggregate-Day-reference.csv index 9b386b8e05..4d15f302c5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/started_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/started_job_count/aggregate-Day-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","Number of Jobs Started" -"screw - Screwdriver",64325 +"screw - Screwdriver",64326 "wrench - Wrench",6988 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/started_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/started_job_count/aggregate-Month-reference.csv index 9b386b8e05..4d15f302c5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/started_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/started_job_count/aggregate-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","Number of Jobs Started" -"screw - Screwdriver",64325 +"screw - Screwdriver",64326 "wrench - Wrench",6988 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/started_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/started_job_count/aggregate-Quarter-reference.csv index 9b386b8e05..4d15f302c5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/started_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/started_job_count/aggregate-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","Number of Jobs Started" -"screw - Screwdriver",64325 +"screw - Screwdriver",64326 "wrench - Wrench",6988 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/started_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/started_job_count/aggregate-Year-reference.csv index 9b386b8e05..4d15f302c5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/started_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/started_job_count/aggregate-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","Number of Jobs Started" -"screw - Screwdriver",64325 +"screw - Screwdriver",64326 "wrench - Wrench",6988 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/started_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/started_job_count/timeseries-Day-reference.csv index 3b3fe8aa29..cf3feef9fc 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/started_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/started_job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[screw - Screwdriver] Number of Jobs Started","[wrench - Wrench] Number of 2016-12-27,18,13 2016-12-28,390,18 2016-12-29,1248,42 -2016-12-30,23305,3810 +2016-12-30,23306,3810 2016-12-31,24646,2708 2017-01-01,14711,393 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/started_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/started_job_count/timeseries-Month-reference.csv index c4d37b45f1..49db69e6a1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/started_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/started_job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[screw - Screwdriver] Number of Jobs Started","[wrench - Wrench] Number of Jobs Started" -2016-12,49614,6595 +2016-12,49615,6595 2017-01,14711,393 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/started_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/started_job_count/timeseries-Quarter-reference.csv index a2311329c3..9fb2d7e213 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/started_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/started_job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[screw - Screwdriver] Number of Jobs Started","[wrench - Wrench] Number of Jobs Started" -"2016 Q4",49614,6595 +"2016 Q4",49615,6595 "2017 Q1",14711,393 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/started_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/started_job_count/timeseries-Year-reference.csv index 960c7b43fb..5da2f45613 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/started_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/started_job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[screw - Screwdriver] Number of Jobs Started","[wrench - Wrench] Number of Jobs Started" -2016,49614,6595 +2016,49615,6595 2017,14711,393 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/submitted_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/submitted_job_count/aggregate-Day-reference.csv index b5410d7f31..0db101d455 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/submitted_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/submitted_job_count/aggregate-Day-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","Number of Jobs Submitted" -"screw - Screwdriver",57467 +"screw - Screwdriver",57468 "wrench - Wrench",6949 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/submitted_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/submitted_job_count/aggregate-Month-reference.csv index 400266d2f3..3583978d5b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/submitted_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/submitted_job_count/aggregate-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","Number of Jobs Submitted" -"screw - Screwdriver",62256 +"screw - Screwdriver",62257 "wrench - Wrench",6987 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/submitted_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/submitted_job_count/aggregate-Quarter-reference.csv index 400266d2f3..3583978d5b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/submitted_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/submitted_job_count/aggregate-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","Number of Jobs Submitted" -"screw - Screwdriver",62256 +"screw - Screwdriver",62257 "wrench - Wrench",6987 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/submitted_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/submitted_job_count/aggregate-Year-reference.csv index 400266d2f3..3583978d5b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/submitted_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/submitted_job_count/aggregate-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","Number of Jobs Submitted" -"screw - Screwdriver",62256 +"screw - Screwdriver",62257 "wrench - Wrench",6987 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/submitted_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/submitted_job_count/timeseries-Day-reference.csv index 4a17a6cf89..407fee28f2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/submitted_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/submitted_job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[screw - Screwdriver] Number of Jobs Submitted","[wrench - Wrench] Number o 2016-12-27,8,10 2016-12-28,375,4 2016-12-29,1173,33 -2016-12-30,21854,3806 +2016-12-30,21855,3806 2016-12-31,21408,2703 2017-01-01,12642,392 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/submitted_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/submitted_job_count/timeseries-Month-reference.csv index a513dd9465..352f4e3e7b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/submitted_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/submitted_job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[screw - Screwdriver] Number of Jobs Submitted","[wrench - Wrench] Number of Jobs Submitted" -2016-12,49614,6595 +2016-12,49615,6595 2017-01,12642,392 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/submitted_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/submitted_job_count/timeseries-Quarter-reference.csv index 2e36d1ef3f..664164c9d3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/submitted_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/submitted_job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[screw - Screwdriver] Number of Jobs Submitted","[wrench - Wrench] Number of Jobs Submitted" -"2016 Q4",49614,6595 +"2016 Q4",49615,6595 "2017 Q1",12642,392 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/submitted_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/submitted_job_count/timeseries-Year-reference.csv index 229b7a2764..5f659fa39b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/submitted_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/submitted_job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[screw - Screwdriver] Number of Jobs Submitted","[wrench - Wrench] Number of Jobs Submitted" -2016,49614,6595 +2016,49615,6595 2017,12642,392 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_cpu_hours/aggregate-Day-reference.csv index a0f1f78c48..62db771594 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_cpu_hours/aggregate-Day-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","CPU Hours: Total" -"screw - Screwdriver",623949.9728 +"screw - Screwdriver",623978.1128 "wrench - Wrench",216605.8642 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_cpu_hours/aggregate-Month-reference.csv index a0f1f78c48..62db771594 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_cpu_hours/aggregate-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","CPU Hours: Total" -"screw - Screwdriver",623949.9728 +"screw - Screwdriver",623978.1128 "wrench - Wrench",216605.8642 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_cpu_hours/aggregate-Quarter-reference.csv index a0f1f78c48..62db771594 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_cpu_hours/aggregate-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","CPU Hours: Total" -"screw - Screwdriver",623949.9728 +"screw - Screwdriver",623978.1128 "wrench - Wrench",216605.8642 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_cpu_hours/aggregate-Year-reference.csv index a0f1f78c48..62db771594 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_cpu_hours/aggregate-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","CPU Hours: Total" -"screw - Screwdriver",623949.9728 +"screw - Screwdriver",623978.1128 "wrench - Wrench",216605.8642 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_cpu_hours/timeseries-Day-reference.csv index 54653e7573..9d7881e4c4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_cpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[screw - Screwdriver] CPU Hours: Total","[wrench - Wrench] CPU Hours: Total 2016-12-27,9519.9714,6033.1733 2016-12-28,50101.9592,31886.7511 2016-12-29,105967.1911,65294.5922 -2016-12-30,211326.0214,63793.2458 +2016-12-30,211354.1614,63793.2458 2016-12-31,185244.0503,36985.5794 2017-01-01,60140.8858,9638.9522 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_cpu_hours/timeseries-Month-reference.csv index 0089661478..809e5b5b9b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_cpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[screw - Screwdriver] CPU Hours: Total","[wrench - Wrench] CPU Hours: Total" -2016-12,563809.0869,206966.9119 +2016-12,563837.2269,206966.9119 2017-01,60140.8858,9638.9522 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_cpu_hours/timeseries-Quarter-reference.csv index 3feea943e1..82e86c5a2c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_cpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[screw - Screwdriver] CPU Hours: Total","[wrench - Wrench] CPU Hours: Total" -"2016 Q4",563809.0869,206966.9119 +"2016 Q4",563837.2269,206966.9119 "2017 Q1",60140.8858,9638.9522 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_cpu_hours/timeseries-Year-reference.csv index 3f0cfd38e4..4c6631e47d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_cpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[screw - Screwdriver] CPU Hours: Total","[wrench - Wrench] CPU Hours: Total" -2016,563809.0869,206966.9119 +2016,563837.2269,206966.9119 2017,60140.8858,9638.9522 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_node_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_node_hours/aggregate-Day-reference.csv index ad6b2a7890..cdf7cab727 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_node_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_node_hours/aggregate-Day-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","Node Hours: Total" -"screw - Screwdriver",138547.3567 +"screw - Screwdriver",138549.7017 "wrench - Wrench",17756.3908 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_node_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_node_hours/aggregate-Month-reference.csv index ad6b2a7890..cdf7cab727 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_node_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_node_hours/aggregate-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","Node Hours: Total" -"screw - Screwdriver",138547.3567 +"screw - Screwdriver",138549.7017 "wrench - Wrench",17756.3908 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_node_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_node_hours/aggregate-Quarter-reference.csv index ad6b2a7890..cdf7cab727 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_node_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_node_hours/aggregate-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","Node Hours: Total" -"screw - Screwdriver",138547.3567 +"screw - Screwdriver",138549.7017 "wrench - Wrench",17756.3908 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_node_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_node_hours/aggregate-Year-reference.csv index ad6b2a7890..cdf7cab727 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_node_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_node_hours/aggregate-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","Node Hours: Total" -"screw - Screwdriver",138547.3567 +"screw - Screwdriver",138549.7017 "wrench - Wrench",17756.3908 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_node_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_node_hours/timeseries-Day-reference.csv index 8d587aa7f5..915b01d687 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_node_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_node_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[screw - Screwdriver] Node Hours: Total","[wrench - Wrench] Node Hours: Tot 2016-12-27,779.4650,426.9272 2016-12-28,6325.5636,2289.0531 2016-12-29,23445.0011,5083.4958 -2016-12-30,46925.0689,5383.4911 +2016-12-30,46927.4139,5383.4911 2016-12-31,43891.3647,3497.4319 2017-01-01,16974.0225,882.5422 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_node_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_node_hours/timeseries-Month-reference.csv index 07a869c997..ffb2e72873 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_node_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_node_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[screw - Screwdriver] Node Hours: Total","[wrench - Wrench] Node Hours: Total" -2016-12,121573.3342,16873.8486 +2016-12,121575.6792,16873.8486 2017-01,16974.0225,882.5422 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_node_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_node_hours/timeseries-Quarter-reference.csv index 43ca36d428..2c4c8c29c5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_node_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_node_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[screw - Screwdriver] Node Hours: Total","[wrench - Wrench] Node Hours: Total" -"2016 Q4",121573.3342,16873.8486 +"2016 Q4",121575.6792,16873.8486 "2017 Q1",16974.0225,882.5422 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_node_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_node_hours/timeseries-Year-reference.csv index ee8d44affb..3afee31970 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_node_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_node_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[screw - Screwdriver] Node Hours: Total","[wrench - Wrench] Node Hours: Total" -2016,121573.3342,16873.8486 +2016,121575.6792,16873.8486 2017,16974.0225,882.5422 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_waitduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_waitduration_hours/aggregate-Day-reference.csv index c9254971af..a2560d2295 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_waitduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_waitduration_hours/aggregate-Day-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","Wait Hours: Total" -"screw - Screwdriver",303942.2531 +"screw - Screwdriver",303942.3508 "wrench - Wrench",2403.1078 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_waitduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_waitduration_hours/aggregate-Month-reference.csv index c9254971af..a2560d2295 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_waitduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_waitduration_hours/aggregate-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","Wait Hours: Total" -"screw - Screwdriver",303942.2531 +"screw - Screwdriver",303942.3508 "wrench - Wrench",2403.1078 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_waitduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_waitduration_hours/aggregate-Quarter-reference.csv index c9254971af..a2560d2295 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_waitduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_waitduration_hours/aggregate-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","Wait Hours: Total" -"screw - Screwdriver",303942.2531 +"screw - Screwdriver",303942.3508 "wrench - Wrench",2403.1078 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_waitduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_waitduration_hours/aggregate-Year-reference.csv index c9254971af..a2560d2295 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_waitduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_waitduration_hours/aggregate-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","Wait Hours: Total" -"screw - Screwdriver",303942.2531 +"screw - Screwdriver",303942.3508 "wrench - Wrench",2403.1078 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_waitduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_waitduration_hours/timeseries-Day-reference.csv index 6ff6cd389c..ecd71dc989 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_waitduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_waitduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[screw - Screwdriver] Wait Hours: Total","[wrench - Wrench] Wait Hours: Tot 2016-12-27,1667.0886,311.1633 2016-12-28,2259.6744,1338.6575 2016-12-29,5722.1900,379.6814 -2016-12-30,195184.2203,98.0169 +2016-12-30,195184.3181,98.0169 2016-12-31,73320.5561,100.7014 2017-01-01,25778.9236,54.6694 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_waitduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_waitduration_hours/timeseries-Month-reference.csv index 425aa618ac..1b55c3809d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_waitduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_waitduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[screw - Screwdriver] Wait Hours: Total","[wrench - Wrench] Wait Hours: Total" -2016-12,278163.3294,2348.4383 +2016-12,278163.4272,2348.4383 2017-01,25778.9236,54.6694 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_waitduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_waitduration_hours/timeseries-Quarter-reference.csv index 87b8a655c3..64caddeb9a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_waitduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_waitduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[screw - Screwdriver] Wait Hours: Total","[wrench - Wrench] Wait Hours: Total" -"2016 Q4",278163.3294,2348.4383 +"2016 Q4",278163.4272,2348.4383 "2017 Q1",25778.9236,54.6694 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_waitduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_waitduration_hours/timeseries-Year-reference.csv index 42d53a1348..9fda7ba645 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_waitduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_waitduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[screw - Screwdriver] Wait Hours: Total","[wrench - Wrench] Wait Hours: Total" -2016,278163.3294,2348.4383 +2016,278163.4272,2348.4383 2017,25778.9236,54.6694 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_wallduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_wallduration_hours/aggregate-Day-reference.csv index c168a1eab1..4824d3460d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_wallduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_wallduration_hours/aggregate-Day-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","Wall Hours: Total" -"screw - Screwdriver",122481.5678 +"screw - Screwdriver",122481.8283 "wrench - Wrench",5495.2386 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_wallduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_wallduration_hours/aggregate-Month-reference.csv index c168a1eab1..4824d3460d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_wallduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_wallduration_hours/aggregate-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","Wall Hours: Total" -"screw - Screwdriver",122481.5678 +"screw - Screwdriver",122481.8283 "wrench - Wrench",5495.2386 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_wallduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_wallduration_hours/aggregate-Quarter-reference.csv index c168a1eab1..4824d3460d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_wallduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_wallduration_hours/aggregate-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","Wall Hours: Total" -"screw - Screwdriver",122481.5678 +"screw - Screwdriver",122481.8283 "wrench - Wrench",5495.2386 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_wallduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_wallduration_hours/aggregate-Year-reference.csv index c168a1eab1..4824d3460d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_wallduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_wallduration_hours/aggregate-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","Wall Hours: Total" -"screw - Screwdriver",122481.5678 +"screw - Screwdriver",122481.8283 "wrench - Wrench",5495.2386 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_wallduration_hours/timeseries-Day-reference.csv index 247ae576bc..2cd75c7098 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_wallduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[screw - Screwdriver] Wall Hours: Total","[wrench - Wrench] Wall Hours: Tot 2016-12-27,379.9217,154.2617 2016-12-28,3959.2581,614.8856 2016-12-29,19368.8861,1135.6233 -2016-12-30,41270.5936,1591.9203 +2016-12-30,41270.8542,1591.9203 2016-12-31,41166.4172,1156.1278 2017-01-01,16129.6203,648.9706 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_wallduration_hours/timeseries-Month-reference.csv index 40f844dbd5..7bbcb1f87f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_wallduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[screw - Screwdriver] Wall Hours: Total","[wrench - Wrench] Wall Hours: Total" -2016-12,106351.9475,4846.2681 +2016-12,106352.2081,4846.2681 2017-01,16129.6203,648.9706 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_wallduration_hours/timeseries-Quarter-reference.csv index 7f10571642..6ee916431f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_wallduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[screw - Screwdriver] Wall Hours: Total","[wrench - Wrench] Wall Hours: Total" -"2016 Q4",106351.9475,4846.2681 +"2016 Q4",106352.2081,4846.2681 "2017 Q1",16129.6203,648.9706 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_wallduration_hours/timeseries-Year-reference.csv index 5bfc88b766..a7f43bcfda 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/total_wallduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[screw - Screwdriver] Wall Hours: Total","[wrench - Wrench] Wall Hours: Total" -2016,106351.9475,4846.2681 +2016,106352.2081,4846.2681 2017,16129.6203,648.9706 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/utilization/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/utilization/aggregate-Day-reference.csv index b5964d4e02..58481c1f36 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/utilization/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/utilization/aggregate-Day-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","Screwdriver CPU Utilization (%)" -"screw - Screwdriver",14.1293 +"screw - Screwdriver",14.1299 "wrench - Wrench",8.0583 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/utilization/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/utilization/aggregate-Month-reference.csv index 073880099c..de5680f700 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/utilization/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/utilization/aggregate-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","Screwdriver CPU Utilization (%)" -"screw - Screwdriver",3.1398 +"screw - Screwdriver",3.1400 "wrench - Wrench",1.7491 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/utilization/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/utilization/aggregate-Quarter-reference.csv index 8b84ae1817..4b7f5add0b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/utilization/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/utilization/aggregate-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "PI Institution","Screwdriver CPU Utilization (%)" -"screw - Screwdriver",1.2947 +"screw - Screwdriver",1.2948 "wrench - Wrench",0.7374 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/utilization/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/utilization/timeseries-Day-reference.csv index 04ea47474b..c7a4de2680 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/utilization/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/utilization/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[screw - Screwdriver] Screwdriver CPU Utilization (%)","[wrench - Wrench] S 2016-12-27,1.9833,3.1423 2016-12-28,10.4379,16.6077 2016-12-29,22.0765,22.6717 -2016-12-30,44.0263,22.1504 +2016-12-30,44.0321,22.1504 2016-12-31,38.5925,12.8422 2017-01-01,12.5294,3.3469 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/utilization/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/utilization/timeseries-Month-reference.csv index fec9f69fee..011a0f15ae 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/utilization/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/utilization/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[screw - Screwdriver] Screwdriver CPU Utilization (%)","[wrench - Wrench] Screwdriver CPU Utilization (%)" -2016-12,11.2943,5.9886 +2016-12,11.2948,5.9886 2017-01,0.4042,0.1080 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/utilization/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/utilization/timeseries-Quarter-reference.csv index a5a309261a..b611a5e9e1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/utilization/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/utilization/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[screw - Screwdriver] Screwdriver CPU Utilization (%)","[wrench - Wrench] Screwdriver CPU Utilization (%)" -"2016 Q4",11.2943,5.9886 +"2016 Q4",11.2948,5.9886 "2017 Q1",0.1392,0.0372 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/utilization/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/utilization/timeseries-Year-reference.csv index 9690259071..441951882a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/utilization/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi_institution/utilization/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[screw - Screwdriver] Screwdriver CPU Utilization (%)","[wrench - Wrench] Screwdriver CPU Utilization (%)" -2016,11.2943,5.9886 +2016,11.2948,5.9886 2017,0.0343,0.0092 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/active_person_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/active_person_count/aggregate-Day-reference.csv index 5d1cc19bb8..5a596966d0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/active_person_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/active_person_count/aggregate-Day-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Number of Users: Active" -screw,60 +screw,61 wrench,18 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/active_person_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/active_person_count/aggregate-Month-reference.csv index 5d1cc19bb8..5a596966d0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/active_person_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/active_person_count/aggregate-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Number of Users: Active" -screw,60 +screw,61 wrench,18 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/active_person_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/active_person_count/aggregate-Quarter-reference.csv index 5d1cc19bb8..5a596966d0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/active_person_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/active_person_count/aggregate-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Number of Users: Active" -screw,60 +screw,61 wrench,18 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/active_person_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/active_person_count/aggregate-Year-reference.csv index 5d1cc19bb8..5a596966d0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/active_person_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/active_person_count/aggregate-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Number of Users: Active" -screw,60 +screw,61 wrench,18 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/active_person_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/active_person_count/timeseries-Day-reference.csv index b262d02d20..90a6614a58 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/active_person_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/active_person_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[screw] Number of Users: Active","[wrench] Number of Users: Active" 2016-12-27,12,5 2016-12-28,21,7 2016-12-29,37,12 -2016-12-30,58,18 +2016-12-30,59,18 2016-12-31,46,16 2017-01-01,30,10 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/active_person_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/active_person_count/timeseries-Month-reference.csv index 77ec7bf230..e6c9b8643c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/active_person_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/active_person_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[screw] Number of Users: Active","[wrench] Number of Users: Active" -2016-12,60,18 +2016-12,61,18 2017-01,30,10 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/active_person_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/active_person_count/timeseries-Quarter-reference.csv index a9c2ed9857..b4b5556b17 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/active_person_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/active_person_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[screw] Number of Users: Active","[wrench] Number of Users: Active" -"2016 Q4",60,18 +"2016 Q4",61,18 "2017 Q1",30,10 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/active_person_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/active_person_count/timeseries-Year-reference.csv index 06dcbd7b00..491fd01f31 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/active_person_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/active_person_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[screw] Number of Users: Active","[wrench] Number of Users: Active" -2016,60,18 +2016,61,18 2017,30,10 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_cpu_hours/aggregate-Day-reference.csv index cdd29ad603..515f72aaf4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_cpu_hours/aggregate-Day-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","CPU Hours: Per Job","Std Dev: CPU Hours: Per Job" -screw,12.80355102,0.5348933947643199 +screw,12.80380650,0.5348845451952814 wrench,6.37875732,0.33815435199138116 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_cpu_hours/aggregate-Month-reference.csv index 4237d4a3ce..7a60a2c2c5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_cpu_hours/aggregate-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","CPU Hours: Per Job","Std Dev: CPU Hours: Per Job" -screw,12.80355102,0.935350319867614 +screw,12.80380650,0.9353347731185212 wrench,6.37875732,0.6324232167493075 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_cpu_hours/aggregate-Quarter-reference.csv index 4237d4a3ce..7a60a2c2c5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_cpu_hours/aggregate-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","CPU Hours: Per Job","Std Dev: CPU Hours: Per Job" -screw,12.80355102,0.935350319867614 +screw,12.80380650,0.9353347731185212 wrench,6.37875732,0.6324232167493075 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_cpu_hours/aggregate-Year-reference.csv index 4237d4a3ce..7a60a2c2c5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_cpu_hours/aggregate-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","CPU Hours: Per Job","Std Dev: CPU Hours: Per Job" -screw,12.80355102,0.935350319867614 +screw,12.80380650,0.9353347731185212 wrench,6.37875732,0.6324232167493075 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_cpu_hours/timeseries-Day-reference.csv index bc63a775e4..d33a85f4fa 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_cpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[screw] CPU Hours: Per Job","[wrench] CPU Hours: Per Job" 2016-12-27,445.99730556,181.10212963 2016-12-28,177.41426546,304.01960784 2016-12-29,98.91927680,89.17202336 -2016-12-30,10.64677666,4.48561843 +2016-12-30,10.64751642,4.48561843 2016-12-31,7.95729740,5.16445323 2017-01-01,4.24817309,3.84804043 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_cpu_hours/timeseries-Month-reference.csv index 2dc9cc0e1c..b470a0494f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_cpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[screw] CPU Hours: Per Job","[wrench] CPU Hours: Per Job" -2016-12,15.20749469,6.70495772 +2016-12,15.20777384,6.70495772 2017-01,4.24817309,3.84804043 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_cpu_hours/timeseries-Quarter-reference.csv index 3a90e576a1..01ecfbd9b9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_cpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[screw] CPU Hours: Per Job","[wrench] CPU Hours: Per Job" -"2016 Q4",15.20749469,6.70495772 +"2016 Q4",15.20777384,6.70495772 "2017 Q1",4.24817309,3.84804043 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_cpu_hours/timeseries-Year-reference.csv index 800b79d904..acd7199ae1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_cpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[screw] CPU Hours: Per Job","[wrench] CPU Hours: Per Job" -2016,15.20749469,6.70495772 +2016,15.20777384,6.70495772 2017,4.24817309,3.84804043 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_gpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_gpu_hours/aggregate-Day-reference.csv index bfcf15b116..0d4ce42288 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_gpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_gpu_hours/aggregate-Day-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","GPU Hours: Per Job" -screw,0.00844461 +screw,0.00844446 wrench,0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_gpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_gpu_hours/aggregate-Month-reference.csv index bfcf15b116..0d4ce42288 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_gpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_gpu_hours/aggregate-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","GPU Hours: Per Job" -screw,0.00844461 +screw,0.00844446 wrench,0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_gpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_gpu_hours/aggregate-Quarter-reference.csv index bfcf15b116..0d4ce42288 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_gpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_gpu_hours/aggregate-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","GPU Hours: Per Job" -screw,0.00844461 +screw,0.00844446 wrench,0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_gpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_gpu_hours/aggregate-Year-reference.csv index bfcf15b116..0d4ce42288 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_gpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_gpu_hours/aggregate-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","GPU Hours: Per Job" -screw,0.00844461 +screw,0.00844446 wrench,0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_gpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_gpu_hours/timeseries-Day-reference.csv index 5d5517d04d..909d3aa1f1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_gpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_gpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[screw] GPU Hours: Per Job","[wrench] GPU Hours: Per Job" 2016-12-27,1.60000000,0.00000000 2016-12-28,0.11085450,0.00000000 2016-12-29,0.02905569,0.00000000 -2016-12-30,0.00202994,0.00000000 +2016-12-30,0.00202986,0.00000000 2016-12-31,0.00193315,0.00000000 2017-01-01,0.00274705,0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_gpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_gpu_hours/timeseries-Month-reference.csv index 16fe5ed9aa..7d5805c602 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_gpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_gpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[screw] GPU Hours: Per Job","[wrench] GPU Hours: Per Job" -2016-12,0.01004798,0.00000000 +2016-12,0.01004776,0.00000000 2017-01,0.00274705,0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_gpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_gpu_hours/timeseries-Quarter-reference.csv index 294cb01d03..d0c952a62a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_gpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_gpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[screw] GPU Hours: Per Job","[wrench] GPU Hours: Per Job" -"2016 Q4",0.01004798,0.00000000 +"2016 Q4",0.01004776,0.00000000 "2017 Q1",0.00274705,0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_gpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_gpu_hours/timeseries-Year-reference.csv index f7956011f0..525a08a726 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_gpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_gpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[screw] GPU Hours: Per Job","[wrench] GPU Hours: Per Job" -2016,0.01004798,0.00000000 +2016,0.01004776,0.00000000 2017,0.00274705,0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_gpus/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_gpus/aggregate-Day-reference.csv index f5a008f909..3bc5c397f4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_gpus/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_gpus/aggregate-Day-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","GPU Count: Per Job","Std Dev: GPU Count: Per Job" -screw,0.0001,0.00004711767852829441 +screw,0.0001,0.0000471168936235112 wrench,0.0000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_gpus/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_gpus/aggregate-Month-reference.csv index f5a008f909..3bc5c397f4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_gpus/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_gpus/aggregate-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","GPU Count: Per Job","Std Dev: GPU Count: Per Job" -screw,0.0001,0.00004711767852829441 +screw,0.0001,0.0000471168936235112 wrench,0.0000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_gpus/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_gpus/aggregate-Quarter-reference.csv index f5a008f909..3bc5c397f4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_gpus/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_gpus/aggregate-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","GPU Count: Per Job","Std Dev: GPU Count: Per Job" -screw,0.0001,0.00004711767852829441 +screw,0.0001,0.0000471168936235112 wrench,0.0000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_gpus/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_gpus/aggregate-Year-reference.csv index f5a008f909..3bc5c397f4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_gpus/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_gpus/aggregate-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","GPU Count: Per Job","Std Dev: GPU Count: Per Job" -screw,0.0001,0.00004711767852829441 +screw,0.0001,0.0000471168936235112 wrench,0.0000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv index fed03ea6cf..33aadc4950 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Job Size: Weighted By CPU Hours (Core Count)" -screw,70.2878 +screw,70.2892 wrench,15.7368 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv index fed03ea6cf..33aadc4950 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Job Size: Weighted By CPU Hours (Core Count)" -screw,70.2878 +screw,70.2892 wrench,15.7368 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv index fed03ea6cf..33aadc4950 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Job Size: Weighted By CPU Hours (Core Count)" -screw,70.2878 +screw,70.2892 wrench,15.7368 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv index fed03ea6cf..33aadc4950 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Job Size: Weighted By CPU Hours (Core Count)" -screw,70.2878 +screw,70.2892 wrench,15.7368 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv index a8da70d219..144772b296 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[screw] Job Size: Weighted By CPU Hours (Core Count)","[wrench] Job Size: W 2016-12-27,75.7443,19.3183 2016-12-28,113.7129,16.9501 2016-12-29,90.8222,20.2231 -2016-12-30,74.0078,16.4023 +2016-12-30,74.0116,16.4023 2016-12-31,46.9788,14.3031 2017-01-01,23.3724,10.0052 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv index c2f3d72b86..9a16103870 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[screw] Job Size: Weighted By CPU Hours (Core Count)","[wrench] Job Size: Weighted By CPU Hours (Core Count)" -2016-12,74.5533,16.2321 +2016-12,74.5546,16.2321 2017-01,23.3724,10.0052 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv index 1b6111e7f9..fab7d5598c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[screw] Job Size: Weighted By CPU Hours (Core Count)","[wrench] Job Size: Weighted By CPU Hours (Core Count)" -"2016 Q4",74.5533,16.2321 +"2016 Q4",74.5546,16.2321 "2017 Q1",23.3724,10.0052 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv index 469f59cdc1..77dd679a8e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[screw] Job Size: Weighted By CPU Hours (Core Count)","[wrench] Job Size: Weighted By CPU Hours (Core Count)" -2016,74.5533,16.2321 +2016,74.5546,16.2321 2017,23.3724,10.0052 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_node_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_node_hours/aggregate-Day-reference.csv index 66c2152f6b..514f570c82 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_node_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_node_hours/aggregate-Day-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Node Hours: Per Job","Std Dev: Node Hours: Per Job" -screw,2.48851983,0.04455091706245642 +screw,2.48851743,0.0445501749700339 wrench,0.61345852,0.025732433486385795 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_node_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_node_hours/aggregate-Month-reference.csv index c8c13e13ac..44716b7868 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_node_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_node_hours/aggregate-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Node Hours: Per Job","Std Dev: Node Hours: Per Job" -screw,2.48851983,0.0741899583245457 +screw,2.48851743,0.07418872246111655 wrench,0.61345852,0.04722314464546534 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_node_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_node_hours/aggregate-Quarter-reference.csv index c8c13e13ac..44716b7868 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_node_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_node_hours/aggregate-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Node Hours: Per Job","Std Dev: Node Hours: Per Job" -screw,2.48851983,0.0741899583245457 +screw,2.48851743,0.07418872246111655 wrench,0.61345852,0.04722314464546534 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_node_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_node_hours/aggregate-Year-reference.csv index c8c13e13ac..44716b7868 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_node_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_node_hours/aggregate-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Node Hours: Per Job","Std Dev: Node Hours: Per Job" -screw,2.48851983,0.0741899583245457 +screw,2.48851743,0.07418872246111655 wrench,0.61345852,0.04722314464546534 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_node_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_node_hours/timeseries-Day-reference.csv index 00470bafe5..cce22e8315 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_node_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_node_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[screw] Node Hours: Per Job","[wrench] Node Hours: Per Job" 2016-12-27,35.28700000,12.31518519 2016-12-28,19.02060559,22.27614379 2016-12-29,16.85101493,7.84795770 -2016-12-30,2.11411709,0.44502730 +2016-12-30,2.11412686,0.44502730 2016-12-31,1.81136856,0.50545051 2017-01-01,1.13778338,0.47114714 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_node_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_node_hours/timeseries-Month-reference.csv index bc2f6a5419..a3b8c4abfe 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_node_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_node_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[screw] Node Hours: Per Job","[wrench] Node Hours: Per Job" -2016-12,2.85417511,0.62961066 +2016-12,2.85416412,0.62961066 2017-01,1.13778338,0.47114714 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_node_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_node_hours/timeseries-Quarter-reference.csv index 91cd37f741..af3a284b83 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_node_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_node_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[screw] Node Hours: Per Job","[wrench] Node Hours: Per Job" -"2016 Q4",2.85417511,0.62961066 +"2016 Q4",2.85416412,0.62961066 "2017 Q1",1.13778338,0.47114714 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_node_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_node_hours/timeseries-Year-reference.csv index ec4e09f13b..e56150c423 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_node_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_node_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[screw] Node Hours: Per Job","[wrench] Node Hours: Per Job" -2016,2.85417511,0.62961066 +2016,2.85416412,0.62961066 2017,1.13778338,0.47114714 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_processors/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_processors/aggregate-Day-reference.csv index 707aff0b18..17384e5b1c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_processors/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_processors/aggregate-Day-reference.csv @@ -7,5 +7,5 @@ start,end --------- "Service Provider","Job Size: Per Job (Core Count)","Std Dev: Job Size: Per Job (Core Count)" wrench,9.6298,0.022205555738387606 -screw,8.5663,0.0252154090432755 +screw,8.5679,0.025269336741097225 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_processors/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_processors/aggregate-Month-reference.csv index 707aff0b18..17384e5b1c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_processors/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_processors/aggregate-Month-reference.csv @@ -7,5 +7,5 @@ start,end --------- "Service Provider","Job Size: Per Job (Core Count)","Std Dev: Job Size: Per Job (Core Count)" wrench,9.6298,0.022205555738387606 -screw,8.5663,0.0252154090432755 +screw,8.5679,0.025269336741097225 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_processors/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_processors/aggregate-Quarter-reference.csv index 707aff0b18..17384e5b1c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_processors/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_processors/aggregate-Quarter-reference.csv @@ -7,5 +7,5 @@ start,end --------- "Service Provider","Job Size: Per Job (Core Count)","Std Dev: Job Size: Per Job (Core Count)" wrench,9.6298,0.022205555738387606 -screw,8.5663,0.0252154090432755 +screw,8.5679,0.025269336741097225 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_processors/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_processors/aggregate-Year-reference.csv index 707aff0b18..17384e5b1c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_processors/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_processors/aggregate-Year-reference.csv @@ -7,5 +7,5 @@ start,end --------- "Service Provider","Job Size: Per Job (Core Count)","Std Dev: Job Size: Per Job (Core Count)" wrench,9.6298,0.022205555738387606 -screw,8.5663,0.0252154090432755 +screw,8.5679,0.025269336741097225 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_processors/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_processors/timeseries-Day-reference.csv index ec58a4b078..0a8d7e4403 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_processors/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_processors/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[wrench] Job Size: Per Job (Core Count)","[screw] Job Size: Per Job (Core C 2016-12-27,14.1667,34.9667 2016-12-28,13.5294,11.4873 2016-12-29,10.9773,6.6447 -2016-12-30,9.1123,7.7748 +2016-12-30,9.1123,7.7791 2016-12-31,9.7568,8.5991 2017-01-01,11.1505,8.9335 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_processors/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_processors/timeseries-Month-reference.csv index 8dc4ffb9fd..da4f5380be 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_processors/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_processors/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[wrench] Job Size: Per Job (Core Count)","[screw] Job Size: Per Job (Core Count)" -2016-12,9.4049,8.3542 +2016-12,9.4049,8.3564 2017-01,11.1505,8.9335 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_processors/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_processors/timeseries-Quarter-reference.csv index 8fb364722f..e9bafcd692 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_processors/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_processors/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[wrench] Job Size: Per Job (Core Count)","[screw] Job Size: Per Job (Core Count)" -"2016 Q4",9.4049,8.3542 +"2016 Q4",9.4049,8.3564 "2017 Q1",11.1505,8.9335 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_processors/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_processors/timeseries-Year-reference.csv index 45952361dc..5ca63a6f8a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_processors/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_processors/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[wrench] Job Size: Per Job (Core Count)","[screw] Job Size: Per Job (Core Count)" -2016,9.4049,8.3542 +2016,9.4049,8.3564 2017,11.1505,8.9335 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_waitduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_waitduration_hours/aggregate-Day-reference.csv index 0460f2425c..75966eb28c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_waitduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_waitduration_hours/aggregate-Day-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Wait Hours: Per Job","Std Dev: Wait Hours: Per Job" -screw,4.75413280,0.10600976285407 +screw,4.75405523,0.10600802525704466 wrench,1.85771176,0.04173360028194275 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_waitduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_waitduration_hours/aggregate-Month-reference.csv index 0460f2425c..75966eb28c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_waitduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_waitduration_hours/aggregate-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Wait Hours: Per Job","Std Dev: Wait Hours: Per Job" -screw,4.75413280,0.10600976285407 +screw,4.75405523,0.10600802525704466 wrench,1.85771176,0.04173360028194275 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_waitduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_waitduration_hours/aggregate-Quarter-reference.csv index 0460f2425c..75966eb28c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_waitduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_waitduration_hours/aggregate-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Wait Hours: Per Job","Std Dev: Wait Hours: Per Job" -screw,4.75413280,0.10600976285407 +screw,4.75405523,0.10600802525704466 wrench,1.85771176,0.04173360028194275 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_waitduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_waitduration_hours/aggregate-Year-reference.csv index 0460f2425c..75966eb28c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_waitduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_waitduration_hours/aggregate-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Wait Hours: Per Job","Std Dev: Wait Hours: Per Job" -screw,4.75413280,0.10600976285407 +screw,4.75405523,0.10600802525704466 wrench,1.85771176,0.04173360028194275 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_waitduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_waitduration_hours/timeseries-Day-reference.csv index c169576945..0c7de4dba3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_waitduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_waitduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[screw] Wait Hours: Per Job","[wrench] Wait Hours: Per Job" 2016-12-27,82.42593750,0.00420635 2016-12-28,8.18370003,60.06016667 2016-12-29,4.90283019,1.76508998 -2016-12-30,8.72268458,0.67086751 +2016-12-30,8.72229245,0.67086751 2016-12-31,2.76399096,2.29642170 2017-01-01,1.42993013,4.44912351 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_waitduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_waitduration_hours/timeseries-Month-reference.csv index d23d9b27ad..47e172a87f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_waitduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_waitduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[screw] Wait Hours: Per Job","[wrench] Wait Hours: Per Job" -2016-12,5.73725065,1.48979528 +2016-12,5.73712892,1.48979528 2017-01,1.42993013,4.44912351 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_waitduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_waitduration_hours/timeseries-Quarter-reference.csv index 81b34de797..31533cc0b4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_waitduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_waitduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[screw] Wait Hours: Per Job","[wrench] Wait Hours: Per Job" -"2016 Q4",5.73725065,1.48979528 +"2016 Q4",5.73712892,1.48979528 "2017 Q1",1.42993013,4.44912351 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_waitduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_waitduration_hours/timeseries-Year-reference.csv index 7d94312d73..d350bba434 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_waitduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_waitduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[screw] Wait Hours: Per Job","[wrench] Wait Hours: Per Job" -2016,5.73725065,1.48979528 +2016,5.73712892,1.48979528 2017,1.42993013,4.44912351 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_wallduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_wallduration_hours/aggregate-Day-reference.csv index b3c78bc8d9..8a93e31cc3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_wallduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_wallduration_hours/aggregate-Day-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Wall Hours: Per Job","Std Dev: Wall Hours: Per Job" -screw,2.02003765,0.02072668503313302 +screw,2.02000834,0.02072636047992757 wrench,0.59530227,0.023036904042316335 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_wallduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_wallduration_hours/aggregate-Month-reference.csv index 0ff1bb18b5..956b8034fe 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_wallduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_wallduration_hours/aggregate-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Wall Hours: Per Job","Std Dev: Wall Hours: Per Job" -screw,2.02003765,0.029573871735368337 +screw,2.02000834,0.02957339360039296 wrench,0.59530227,0.043533301064325194 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_wallduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_wallduration_hours/aggregate-Quarter-reference.csv index 0ff1bb18b5..956b8034fe 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_wallduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_wallduration_hours/aggregate-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Wall Hours: Per Job","Std Dev: Wall Hours: Per Job" -screw,2.02003765,0.029573871735368337 +screw,2.02000834,0.02957339360039296 wrench,0.59530227,0.043533301064325194 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_wallduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_wallduration_hours/aggregate-Year-reference.csv index 0ff1bb18b5..956b8034fe 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_wallduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_wallduration_hours/aggregate-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Wall Hours: Per Job","Std Dev: Wall Hours: Per Job" -screw,2.02003765,0.029573871735368337 +screw,2.02000834,0.02957339360039296 wrench,0.59530227,0.043533301064325194 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_wallduration_hours/timeseries-Day-reference.csv index 36b6a068a0..ef6ab72dec 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_wallduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[screw] Wall Hours: Per Job","[wrench] Wall Hours: Per Job" 2016-12-27,12.88003704,12.31518519 2016-12-28,9.68925905,22.27614379 2016-12-29,12.01813038,7.39270518 -2016-12-30,1.71908906,0.42482893 +2016-12-30,1.71902738,0.42482893 2016-12-31,1.60973208,0.49295988 2017-01-01,1.06629022,0.47114714 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_wallduration_hours/timeseries-Month-reference.csv index a2f09c1e9b..5bf7711706 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_wallduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[screw] Wall Hours: Per Job","[wrench] Wall Hours: Per Job" -2016-12,2.27041027,0.60887666 +2016-12,2.27036688,0.60887666 2017-01,1.06629022,0.47114714 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_wallduration_hours/timeseries-Quarter-reference.csv index d5e5544ca6..61e6e80be7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_wallduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[screw] Wall Hours: Per Job","[wrench] Wall Hours: Per Job" -"2016 Q4",2.27041027,0.60887666 +"2016 Q4",2.27036688,0.60887666 "2017 Q1",1.06629022,0.47114714 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_wallduration_hours/timeseries-Year-reference.csv index 878a774d4c..a4d1c42c0f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/avg_wallduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[screw] Wall Hours: Per Job","[wrench] Wall Hours: Per Job" -2016,2.27041027,0.60887666 +2016,2.27036688,0.60887666 2017,1.06629022,0.47114714 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/expansion_factor/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/expansion_factor/timeseries-Day-reference.csv index 2b488da0bf..a3d9d55a71 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/expansion_factor/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/expansion_factor/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[wrench] User Expansion Factor","[screw] User Expansion Factor" 2016-12-27,1.1876,2.1647 2016-12-28,1.3009,1.5180 2016-12-29,1.3071,1.3820 -2016-12-30,2.4490,5.0498 +2016-12-30,2.4490,5.0496 2016-12-31,5.4420,2.4306 2017-01-01,6.2105,2.6134 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/expansion_factor/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/expansion_factor/timeseries-Month-reference.csv index 524ba71204..78d4429c99 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/expansion_factor/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/expansion_factor/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[wrench] User Expansion Factor","[screw] User Expansion Factor" -2016-12,3.3255,3.1398 +2016-12,3.3255,3.1397 2017-01,6.2105,2.6134 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/expansion_factor/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/expansion_factor/timeseries-Quarter-reference.csv index 91d2cf695b..d99473cfcf 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/expansion_factor/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/expansion_factor/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[wrench] User Expansion Factor","[screw] User Expansion Factor" -"2016 Q4",3.3255,3.1398 +"2016 Q4",3.3255,3.1397 "2017 Q1",6.2105,2.6134 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/expansion_factor/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/expansion_factor/timeseries-Year-reference.csv index 278b3f46e0..715314934c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/expansion_factor/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/expansion_factor/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[wrench] User Expansion Factor","[screw] User Expansion Factor" -2016,3.3255,3.1398 +2016,3.3255,3.1397 2017,6.2105,2.6134 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/job_count/aggregate-Day-reference.csv index 907540d96d..fbafd4006a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/job_count/aggregate-Day-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Number of Jobs Ended" -screw,60028 +screw,60029 wrench,11285 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/job_count/aggregate-Month-reference.csv index 907540d96d..fbafd4006a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/job_count/aggregate-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Number of Jobs Ended" -screw,60028 +screw,60029 wrench,11285 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/job_count/aggregate-Quarter-reference.csv index 907540d96d..fbafd4006a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/job_count/aggregate-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Number of Jobs Ended" -screw,60028 +screw,60029 wrench,11285 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/job_count/aggregate-Year-reference.csv index 907540d96d..fbafd4006a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/job_count/aggregate-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Number of Jobs Ended" -screw,60028 +screw,60029 wrench,11285 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/job_count/timeseries-Day-reference.csv index f2620c918a..8fb12c93fc 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[screw] Number of Jobs Ended","[wrench] Number of Jobs Ended" 2016-12-27,0,0 2016-12-28,0,0 2016-12-29,0,0 -2016-12-30,21497,5109 +2016-12-30,21498,5109 2016-12-31,23453,4688 2017-01-01,15078,1488 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/job_count/timeseries-Month-reference.csv index 97a6121e48..8ebc6ce9c4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[screw] Number of Jobs Ended","[wrench] Number of Jobs Ended" -2016-12,44950,9797 +2016-12,44951,9797 2017-01,15078,1488 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/job_count/timeseries-Quarter-reference.csv index 7d3591b1db..8a42090f37 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[screw] Number of Jobs Ended","[wrench] Number of Jobs Ended" -"2016 Q4",44950,9797 +"2016 Q4",44951,9797 "2017 Q1",15078,1488 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/job_count/timeseries-Year-reference.csv index a6ef651aa4..2e5d0130c1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[screw] Number of Jobs Ended","[wrench] Number of Jobs Ended" -2016,44950,9797 +2016,44951,9797 2017,15078,1488 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/running_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/running_job_count/aggregate-Day-reference.csv index 862a3e5fd4..e9c4343049 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/running_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/running_job_count/aggregate-Day-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Number of Jobs Running" -screw,60028 +screw,60029 wrench,11285 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/running_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/running_job_count/aggregate-Month-reference.csv index 862a3e5fd4..e9c4343049 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/running_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/running_job_count/aggregate-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Number of Jobs Running" -screw,60028 +screw,60029 wrench,11285 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/running_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/running_job_count/aggregate-Quarter-reference.csv index 862a3e5fd4..e9c4343049 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/running_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/running_job_count/aggregate-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Number of Jobs Running" -screw,60028 +screw,60029 wrench,11285 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/running_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/running_job_count/aggregate-Year-reference.csv index 862a3e5fd4..e9c4343049 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/running_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/running_job_count/aggregate-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Number of Jobs Running" -screw,60028 +screw,60029 wrench,11285 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/running_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/running_job_count/timeseries-Day-reference.csv index b1996f3b3a..6c2614937b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/running_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/running_job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[screw] Number of Jobs Running","[wrench] Number of Jobs Running" 2016-12-27,30,12 2016-12-28,433,17 2016-12-29,1652,88 -2016-12-30,23646,5209 +2016-12-30,23647,5209 2016-12-31,24830,4773 2017-01-01,15078,1488 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/running_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/running_job_count/timeseries-Month-reference.csv index 56496f59bb..d7379d8e12 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/running_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/running_job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[screw] Number of Jobs Running","[wrench] Number of Jobs Running" -2016-12,46327,9882 +2016-12,46328,9882 2017-01,15078,1488 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/running_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/running_job_count/timeseries-Quarter-reference.csv index 2412733f20..68cd202121 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/running_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/running_job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[screw] Number of Jobs Running","[wrench] Number of Jobs Running" -"2016 Q4",46327,9882 +"2016 Q4",46328,9882 "2017 Q1",15078,1488 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/running_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/running_job_count/timeseries-Year-reference.csv index 056f15571d..84c990ca94 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/running_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/running_job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[screw] Number of Jobs Running","[wrench] Number of Jobs Running" -2016,46327,9882 +2016,46328,9882 2017,15078,1488 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/started_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/started_job_count/aggregate-Day-reference.csv index 25307c5608..95116df947 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/started_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/started_job_count/aggregate-Day-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Number of Jobs Started" -screw,60028 +screw,60029 wrench,11285 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/started_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/started_job_count/aggregate-Month-reference.csv index 25307c5608..95116df947 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/started_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/started_job_count/aggregate-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Number of Jobs Started" -screw,60028 +screw,60029 wrench,11285 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/started_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/started_job_count/aggregate-Quarter-reference.csv index 25307c5608..95116df947 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/started_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/started_job_count/aggregate-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Number of Jobs Started" -screw,60028 +screw,60029 wrench,11285 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/started_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/started_job_count/aggregate-Year-reference.csv index 25307c5608..95116df947 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/started_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/started_job_count/aggregate-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Number of Jobs Started" -screw,60028 +screw,60029 wrench,11285 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/started_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/started_job_count/timeseries-Day-reference.csv index 8137f2ebc6..d422044a38 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/started_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/started_job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[screw] Number of Jobs Started","[wrench] Number of Jobs Started" 2016-12-27,24,7 2016-12-28,403,5 2016-12-29,1219,71 -2016-12-30,21994,5121 +2016-12-30,21995,5121 2016-12-31,22681,4673 2017-01-01,13701,1403 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/started_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/started_job_count/timeseries-Month-reference.csv index b581f76050..4fd5b50861 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/started_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/started_job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[screw] Number of Jobs Started","[wrench] Number of Jobs Started" -2016-12,46327,9882 +2016-12,46328,9882 2017-01,13701,1403 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/started_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/started_job_count/timeseries-Quarter-reference.csv index ae996b5f7e..fd623cb583 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/started_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/started_job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[screw] Number of Jobs Started","[wrench] Number of Jobs Started" -"2016 Q4",46327,9882 +"2016 Q4",46328,9882 "2017 Q1",13701,1403 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/started_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/started_job_count/timeseries-Year-reference.csv index 2035379683..8cad4f7d1a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/started_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/started_job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[screw] Number of Jobs Started","[wrench] Number of Jobs Started" -2016,46327,9882 +2016,46328,9882 2017,13701,1403 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/submitted_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/submitted_job_count/aggregate-Day-reference.csv index cff1ff9538..906c5d7007 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/submitted_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/submitted_job_count/aggregate-Day-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Number of Jobs Submitted" -screw,54454 +screw,54455 wrench,9962 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/submitted_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/submitted_job_count/aggregate-Month-reference.csv index ff871053f5..692a00a9d3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/submitted_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/submitted_job_count/aggregate-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Number of Jobs Submitted" -screw,58906 +screw,58907 wrench,10337 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/submitted_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/submitted_job_count/aggregate-Quarter-reference.csv index ff871053f5..692a00a9d3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/submitted_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/submitted_job_count/aggregate-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Number of Jobs Submitted" -screw,58906 +screw,58907 wrench,10337 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/submitted_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/submitted_job_count/aggregate-Year-reference.csv index ff871053f5..692a00a9d3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/submitted_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/submitted_job_count/aggregate-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Number of Jobs Submitted" -screw,58906 +screw,58907 wrench,10337 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/submitted_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/submitted_job_count/timeseries-Day-reference.csv index b27fe4f753..585d6de86f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/submitted_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/submitted_job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[screw] Number of Jobs Submitted","[wrench] Number of Jobs Submitted" 2016-12-27,11,7 2016-12-28,379,0 2016-12-29,1137,69 -2016-12-30,20666,4994 +2016-12-30,20667,4994 2016-12-31,19676,4435 2017-01-01,12579,455 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/submitted_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/submitted_job_count/timeseries-Month-reference.csv index 75aee5b02a..3a77ad3740 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/submitted_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/submitted_job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[screw] Number of Jobs Submitted","[wrench] Number of Jobs Submitted" -2016-12,46327,9882 +2016-12,46328,9882 2017-01,12579,455 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/submitted_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/submitted_job_count/timeseries-Quarter-reference.csv index c4ab16d768..b3d65a3148 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/submitted_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/submitted_job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[screw] Number of Jobs Submitted","[wrench] Number of Jobs Submitted" -"2016 Q4",46327,9882 +"2016 Q4",46328,9882 "2017 Q1",12579,455 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/submitted_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/submitted_job_count/timeseries-Year-reference.csv index c11c0685de..dd56b0b923 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/submitted_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/submitted_job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[screw] Number of Jobs Submitted","[wrench] Number of Jobs Submitted" -2016,46327,9882 +2016,46328,9882 2017,12579,455 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_cpu_hours/aggregate-Day-reference.csv index 9750d8b3e1..5f6974b4e5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_cpu_hours/aggregate-Day-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","CPU Hours: Total" -screw,768571.5606 +screw,768599.7006 wrench,71984.2764 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_cpu_hours/aggregate-Month-reference.csv index 9750d8b3e1..5f6974b4e5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_cpu_hours/aggregate-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","CPU Hours: Total" -screw,768571.5606 +screw,768599.7006 wrench,71984.2764 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_cpu_hours/aggregate-Quarter-reference.csv index 9750d8b3e1..5f6974b4e5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_cpu_hours/aggregate-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","CPU Hours: Total" -screw,768571.5606 +screw,768599.7006 wrench,71984.2764 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_cpu_hours/aggregate-Year-reference.csv index 9750d8b3e1..5f6974b4e5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_cpu_hours/aggregate-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","CPU Hours: Total" -screw,768571.5606 +screw,768599.7006 wrench,71984.2764 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_cpu_hours/timeseries-Day-reference.csv index 7c3bb31f28..2580e45af9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_cpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[screw] CPU Hours: Total","[wrench] CPU Hours: Total" 2016-12-27,13379.9192,2173.2256 2016-12-28,76820.3769,5168.3333 2016-12-29,163414.6453,7847.1381 -2016-12-30,251753.6808,23365.5864 +2016-12-30,251781.8208,23365.5864 2016-12-31,197579.6944,24649.9353 2017-01-01,64053.9539,5725.8842 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_cpu_hours/timeseries-Month-reference.csv index 82d7293d09..2bc96c5a92 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_cpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[screw] CPU Hours: Total","[wrench] CPU Hours: Total" -2016-12,704517.6067,66258.3922 +2016-12,704545.7467,66258.3922 2017-01,64053.9539,5725.8842 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_cpu_hours/timeseries-Quarter-reference.csv index 1a2905f80b..9afb5c39a5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_cpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[screw] CPU Hours: Total","[wrench] CPU Hours: Total" -"2016 Q4",704517.6067,66258.3922 +"2016 Q4",704545.7467,66258.3922 "2017 Q1",64053.9539,5725.8842 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_cpu_hours/timeseries-Year-reference.csv index 9365c86fd3..7fd25f53fd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_cpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[screw] CPU Hours: Total","[wrench] CPU Hours: Total" -2016,704517.6067,66258.3922 +2016,704545.7467,66258.3922 2017,64053.9539,5725.8842 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_node_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_node_hours/aggregate-Day-reference.csv index 1b82a6851d..74a7b1d7a9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_node_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_node_hours/aggregate-Day-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Node Hours: Total" -screw,149380.8681 +screw,149383.2131 wrench,6922.8794 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_node_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_node_hours/aggregate-Month-reference.csv index 1b82a6851d..74a7b1d7a9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_node_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_node_hours/aggregate-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Node Hours: Total" -screw,149380.8681 +screw,149383.2131 wrench,6922.8794 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_node_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_node_hours/aggregate-Quarter-reference.csv index 1b82a6851d..74a7b1d7a9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_node_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_node_hours/aggregate-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Node Hours: Total" -screw,149380.8681 +screw,149383.2131 wrench,6922.8794 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_node_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_node_hours/aggregate-Year-reference.csv index 1b82a6851d..74a7b1d7a9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_node_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_node_hours/aggregate-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Node Hours: Total" -screw,149380.8681 +screw,149383.2131 wrench,6922.8794 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_node_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_node_hours/timeseries-Day-reference.csv index 946f39179f..27c9627f76 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_node_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_node_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[screw] Node Hours: Total","[wrench] Node Hours: Total" 2016-12-27,1058.6100,147.7822 2016-12-28,8235.9222,378.6944 2016-12-29,27837.8767,690.6203 -2016-12-30,49990.4128,2318.1472 +2016-12-30,49992.7578,2318.1472 2016-12-31,44976.2814,2412.5153 2017-01-01,17155.4978,701.0669 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_node_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_node_hours/timeseries-Month-reference.csv index 3c3edc70fd..aea2eeefad 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_node_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_node_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[screw] Node Hours: Total","[wrench] Node Hours: Total" -2016-12,132225.3703,6221.8125 +2016-12,132227.7153,6221.8125 2017-01,17155.4978,701.0669 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_node_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_node_hours/timeseries-Quarter-reference.csv index 17d18afedc..53714c27e1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_node_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_node_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[screw] Node Hours: Total","[wrench] Node Hours: Total" -"2016 Q4",132225.3703,6221.8125 +"2016 Q4",132227.7153,6221.8125 "2017 Q1",17155.4978,701.0669 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_node_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_node_hours/timeseries-Year-reference.csv index 7b6f9777fd..4bba4c36ef 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_node_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_node_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[screw] Node Hours: Total","[wrench] Node Hours: Total" -2016,132225.3703,6221.8125 +2016,132227.7153,6221.8125 2017,17155.4978,701.0669 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_waitduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_waitduration_hours/aggregate-Day-reference.csv index 4aa1fe2d6b..2b2a98ddac 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_waitduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_waitduration_hours/aggregate-Day-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Wait Hours: Total" -screw,285381.0836 +screw,285381.1814 wrench,20964.2772 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_waitduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_waitduration_hours/aggregate-Month-reference.csv index 4aa1fe2d6b..2b2a98ddac 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_waitduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_waitduration_hours/aggregate-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Wait Hours: Total" -screw,285381.0836 +screw,285381.1814 wrench,20964.2772 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_waitduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_waitduration_hours/aggregate-Quarter-reference.csv index 4aa1fe2d6b..2b2a98ddac 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_waitduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_waitduration_hours/aggregate-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Wait Hours: Total" -screw,285381.0836 +screw,285381.1814 wrench,20964.2772 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_waitduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_waitduration_hours/aggregate-Year-reference.csv index 4aa1fe2d6b..2b2a98ddac 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_waitduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_waitduration_hours/aggregate-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Wait Hours: Total" -screw,285381.0836 +screw,285381.1814 wrench,20964.2772 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_waitduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_waitduration_hours/timeseries-Day-reference.csv index 61526ae1ec..08572046b0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_waitduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_waitduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[screw] Wait Hours: Total","[wrench] Wait Hours: Total" 2016-12-27,1978.2225,0.0294 2016-12-28,3298.0311,300.3008 2016-12-29,5976.5500,125.3214 -2016-12-30,191846.7247,3435.5125 +2016-12-30,191846.8225,3435.5125 2016-12-31,62690.0789,10731.1786 2017-01-01,19591.4728,6242.1203 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_waitduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_waitduration_hours/timeseries-Month-reference.csv index 1313bd7cdd..31b5e9e748 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_waitduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_waitduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[screw] Wait Hours: Total","[wrench] Wait Hours: Total" -2016-12,265789.6108,14722.1569 +2016-12,265789.7086,14722.1569 2017-01,19591.4728,6242.1203 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_waitduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_waitduration_hours/timeseries-Quarter-reference.csv index 17edbfa719..cb499472f1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_waitduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_waitduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[screw] Wait Hours: Total","[wrench] Wait Hours: Total" -"2016 Q4",265789.6108,14722.1569 +"2016 Q4",265789.7086,14722.1569 "2017 Q1",19591.4728,6242.1203 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_waitduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_waitduration_hours/timeseries-Year-reference.csv index eb989ed7ec..34340b68a7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_waitduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_waitduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[screw] Wait Hours: Total","[wrench] Wait Hours: Total" -2016,265789.6108,14722.1569 +2016,265789.7086,14722.1569 2017,19591.4728,6242.1203 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_wallduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_wallduration_hours/aggregate-Day-reference.csv index c0d74c357a..1b04506c09 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_wallduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_wallduration_hours/aggregate-Day-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Wall Hours: Total" -screw,121258.8203 +screw,121259.0808 wrench,6717.9861 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_wallduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_wallduration_hours/aggregate-Month-reference.csv index c0d74c357a..1b04506c09 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_wallduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_wallduration_hours/aggregate-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Wall Hours: Total" -screw,121258.8203 +screw,121259.0808 wrench,6717.9861 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_wallduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_wallduration_hours/aggregate-Quarter-reference.csv index c0d74c357a..1b04506c09 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_wallduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_wallduration_hours/aggregate-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Wall Hours: Total" -screw,121258.8203 +screw,121259.0808 wrench,6717.9861 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_wallduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_wallduration_hours/aggregate-Year-reference.csv index c0d74c357a..1b04506c09 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_wallduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_wallduration_hours/aggregate-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Wall Hours: Total" -screw,121258.8203 +screw,121259.0808 wrench,6717.9861 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_wallduration_hours/timeseries-Day-reference.csv index 3e4f3b3c3a..6f3d80e82d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_wallduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[screw] Wall Hours: Total","[wrench] Wall Hours: Total" 2016-12-27,386.4011,147.7822 2016-12-28,4195.4492,378.6944 2016-12-29,19853.9514,650.5581 -2016-12-30,40649.5800,2212.9339 +2016-12-30,40649.8406,2212.9339 2016-12-31,39969.6475,2352.8975 2017-01-01,16077.5239,701.0669 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_wallduration_hours/timeseries-Month-reference.csv index 5ff5e141c7..1d29f1342d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_wallduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[screw] Wall Hours: Total","[wrench] Wall Hours: Total" -2016-12,105181.2964,6016.9192 +2016-12,105181.5569,6016.9192 2017-01,16077.5239,701.0669 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_wallduration_hours/timeseries-Quarter-reference.csv index 32e42a678d..a36b1c028e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_wallduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[screw] Wall Hours: Total","[wrench] Wall Hours: Total" -"2016 Q4",105181.2964,6016.9192 +"2016 Q4",105181.5569,6016.9192 "2017 Q1",16077.5239,701.0669 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_wallduration_hours/timeseries-Year-reference.csv index 8559bbfe58..4d23306624 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/total_wallduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[screw] Wall Hours: Total","[wrench] Wall Hours: Total" -2016,105181.2964,6016.9192 +2016,105181.5569,6016.9192 2017,16077.5239,701.0669 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/utilization/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/utilization/aggregate-Day-reference.csv index f43bfe6732..02740b3389 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/utilization/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/utilization/aggregate-Day-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Screwdriver CPU Utilization (%)" -screw,22.8742 +screw,22.8750 wrench,6.8167 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/utilization/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/utilization/aggregate-Month-reference.csv index a0fe5e5f0b..a0c3f578c3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/utilization/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/utilization/aggregate-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Screwdriver CPU Utilization (%)" -screw,4.8521 +screw,4.8523 wrench,1.7853 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/utilization/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/utilization/aggregate-Quarter-reference.csv index 499430cf7f..8ab7f1135e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/utilization/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/utilization/aggregate-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- "Service Provider","Screwdriver CPU Utilization (%)" -screw,1.9965 +screw,1.9966 wrench,0.7424 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/utilization/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/utilization/timeseries-Day-reference.csv index a9bab51521..ee4d7f0363 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/utilization/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/utilization/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[screw] Screwdriver CPU Utilization (%)","[wrench] Screwdriver CPU Utilizat 2016-12-27,3.4844,2.2638 2016-12-28,20.0053,5.3837 2016-12-29,42.5559,8.1741 -2016-12-30,65.5609,24.3392 +2016-12-30,65.5682,24.3392 2016-12-31,51.4530,25.6770 2017-01-01,16.6807,5.9645 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/utilization/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/utilization/timeseries-Month-reference.csv index 14e18a970e..867cb4095d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/utilization/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/utilization/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[screw] Screwdriver CPU Utilization (%)","[wrench] Screwdriver CPU Utilization (%)" -2016-12,17.8993,6.2745 +2016-12,17.9000,6.2745 2017-01,0.5381,0.1924 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/utilization/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/utilization/timeseries-Quarter-reference.csv index 5ad03bc9f5..84f2cc5e07 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/utilization/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/utilization/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[screw] Screwdriver CPU Utilization (%)","[wrench] Screwdriver CPU Utilization (%)" -"2016 Q4",17.8993,6.2745 +"2016 Q4",17.9000,6.2745 "2017 Q1",0.1853,0.0663 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/utilization/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/utilization/timeseries-Year-reference.csv index 7b1e6cbddd..76f19a54d7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/utilization/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/provider/utilization/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[screw] Screwdriver CPU Utilization (%)","[wrench] Screwdriver CPU Utilization (%)" -2016,17.8993,6.2745 +2016,17.9000,6.2745 2017,0.0457,0.0163 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/active_person_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/active_person_count/aggregate-Day-reference.csv index 401ff26320..8f29ee0f51 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/active_person_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/active_person_count/aggregate-Day-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- QOS,"Number of Users: Active" -curry,31 +curry,32 banana-cream,15 derby,11 green-grape,8 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/active_person_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/active_person_count/aggregate-Month-reference.csv index 401ff26320..8f29ee0f51 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/active_person_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/active_person_count/aggregate-Month-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- QOS,"Number of Users: Active" -curry,31 +curry,32 banana-cream,15 derby,11 green-grape,8 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/active_person_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/active_person_count/aggregate-Quarter-reference.csv index 401ff26320..8f29ee0f51 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/active_person_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/active_person_count/aggregate-Quarter-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- QOS,"Number of Users: Active" -curry,31 +curry,32 banana-cream,15 derby,11 green-grape,8 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/active_person_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/active_person_count/aggregate-Year-reference.csv index 401ff26320..8f29ee0f51 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/active_person_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/active_person_count/aggregate-Year-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- QOS,"Number of Users: Active" -curry,31 +curry,32 banana-cream,15 derby,11 green-grape,8 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/active_person_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/active_person_count/timeseries-Day-reference.csv index af7617fbdf..bbd7bf53b4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/active_person_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/active_person_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[curry] Number of Users: Active","[banana-cream] Number of Users: Active"," 2016-12-27,2,3,4,0,2,2,0,0,0,1,1,0,0,0,2,0,0,1,1 2016-12-28,7,6,6,0,2,2,0,0,0,1,1,0,1,0,2,0,0,1,1 2016-12-29,17,10,9,0,4,2,1,0,0,1,2,1,1,1,2,1,1,1,1 -2016-12-30,28,15,11,7,6,5,4,2,2,2,2,1,2,2,2,2,1,1,1 +2016-12-30,29,15,11,7,6,5,4,2,2,2,2,1,2,2,2,2,1,1,1 2016-12-31,24,14,9,4,6,5,4,1,1,3,2,2,0,2,0,1,1,1,1 2017-01-01,16,6,4,1,2,3,3,1,2,3,2,1,0,1,0,1,0,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/active_person_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/active_person_count/timeseries-Month-reference.csv index 05cdb62457..f5020e8e95 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/active_person_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/active_person_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[curry] Number of Users: Active","[banana-cream] Number of Users: Active","[derby] Number of Users: Active","[green-grape] Number of Users: Active","[bavarian-cream] Number of Users: Active","[apple] Number of Users: Active","[buttermilk] Number of Users: Active","[bumbleberry] Number of Users: Active","[butter] Number of Users: Active","[coconut-cream] Number of Users: Active","[blackberry] Number of Users: Active","[boysenberry] Number of Users: Active","[cheese] Number of Users: Active","[cherry] Number of Users: Active","[fish] Number of Users: Active","[flapper] Number of Users: Active","[blueberry] Number of Users: Active","[cashew] Number of Users: Active","[chestnut] Number of Users: Active" -2016-12,30,15,11,8,7,5,4,3,3,3,2,2,2,2,2,2,1,1,1 +2016-12,31,15,11,8,7,5,4,3,3,3,2,2,2,2,2,2,1,1,1 2017-01,16,6,4,1,2,3,3,1,2,3,2,1,0,1,0,1,0,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/active_person_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/active_person_count/timeseries-Quarter-reference.csv index 9dcdbb1070..d817774631 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/active_person_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/active_person_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[curry] Number of Users: Active","[banana-cream] Number of Users: Active","[derby] Number of Users: Active","[green-grape] Number of Users: Active","[bavarian-cream] Number of Users: Active","[apple] Number of Users: Active","[buttermilk] Number of Users: Active","[bumbleberry] Number of Users: Active","[butter] Number of Users: Active","[coconut-cream] Number of Users: Active","[blackberry] Number of Users: Active","[boysenberry] Number of Users: Active","[cheese] Number of Users: Active","[cherry] Number of Users: Active","[fish] Number of Users: Active","[flapper] Number of Users: Active","[blueberry] Number of Users: Active","[cashew] Number of Users: Active","[chestnut] Number of Users: Active" -"2016 Q4",30,15,11,8,7,5,4,3,3,3,2,2,2,2,2,2,1,1,1 +"2016 Q4",31,15,11,8,7,5,4,3,3,3,2,2,2,2,2,2,1,1,1 "2017 Q1",16,6,4,1,2,3,3,1,2,3,2,1,0,1,0,1,0,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/active_person_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/active_person_count/timeseries-Year-reference.csv index 6ab2bf9cec..59833ebfb9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/active_person_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/active_person_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[curry] Number of Users: Active","[banana-cream] Number of Users: Active","[derby] Number of Users: Active","[green-grape] Number of Users: Active","[bavarian-cream] Number of Users: Active","[apple] Number of Users: Active","[buttermilk] Number of Users: Active","[bumbleberry] Number of Users: Active","[butter] Number of Users: Active","[coconut-cream] Number of Users: Active","[blackberry] Number of Users: Active","[boysenberry] Number of Users: Active","[cheese] Number of Users: Active","[cherry] Number of Users: Active","[fish] Number of Users: Active","[flapper] Number of Users: Active","[blueberry] Number of Users: Active","[cashew] Number of Users: Active","[chestnut] Number of Users: Active" -2016,30,15,11,8,7,5,4,3,3,3,2,2,2,2,2,2,1,1,1 +2016,31,15,11,8,7,5,4,3,3,3,2,2,2,2,2,2,1,1,1 2017,16,6,4,1,2,3,3,1,2,3,2,1,0,1,0,1,0,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_cpu_hours/aggregate-Day-reference.csv index a601191272..df2d80fd70 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_cpu_hours/aggregate-Day-reference.csv @@ -19,7 +19,7 @@ butter,69.17617284,23.776854550562064 cheese,65.51148148,37.94894414137108 flapper,41.59687500,8.792253378250166 cherry,39.76185185, -curry,26.38523697,1.464734433687352 +curry,26.38536125,1.4646306968797016 apple,25.40724419,3.366577610883879 bumbleberry,13.78536797,0.22188446574737158 boysenberry,8.50838675,1.5078666814799302 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_cpu_hours/aggregate-Month-reference.csv index fff7e83bad..99d43b44ee 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_cpu_hours/aggregate-Month-reference.csv @@ -19,7 +19,7 @@ butter,69.17617284,23.776854550562064 cheese,65.51148148,61.73618026540957 flapper,41.59687500,23.13876312144338 cherry,39.76185185,6.954023834196349 -curry,26.38523697,2.4475758578838773 +curry,26.38536125,2.447402507695768 apple,25.40724419,7.297616841871969 bumbleberry,13.78536797,0.22188446574737158 boysenberry,8.50838675,2.119407176827592 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_cpu_hours/aggregate-Quarter-reference.csv index fff7e83bad..99d43b44ee 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_cpu_hours/aggregate-Quarter-reference.csv @@ -19,7 +19,7 @@ butter,69.17617284,23.776854550562064 cheese,65.51148148,61.73618026540957 flapper,41.59687500,23.13876312144338 cherry,39.76185185,6.954023834196349 -curry,26.38523697,2.4475758578838773 +curry,26.38536125,2.447402507695768 apple,25.40724419,7.297616841871969 bumbleberry,13.78536797,0.22188446574737158 boysenberry,8.50838675,2.119407176827592 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_cpu_hours/aggregate-Year-reference.csv index fff7e83bad..99d43b44ee 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_cpu_hours/aggregate-Year-reference.csv @@ -19,7 +19,7 @@ butter,69.17617284,23.776854550562064 cheese,65.51148148,61.73618026540957 flapper,41.59687500,23.13876312144338 cherry,39.76185185,6.954023834196349 -curry,26.38523697,2.4475758578838773 +curry,26.38536125,2.447402507695768 apple,25.40724419,7.297616841871969 bumbleberry,13.78536797,0.22188446574737158 boysenberry,8.50838675,2.119407176827592 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_cpu_hours/timeseries-Day-reference.csv index 20e78a3e1a..002e1ddcea 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_cpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[fish] CPU Hours: Per Job","[cashew] CPU Hours: Per Job","[derby] CPU Hours 2016-12-27,52.04657407,384.00000000,1205.09911111,243.18222222,60.65037037,288.00000000,0,0,3.21666667,0,0,0,0,537.25333333,311.81666667,0,0,175.51733333,0 2016-12-28,629.69511111,144.42111111,620.99051852,1536.00000000,264.00000000,288.00000000,0,0,24.00000000,0,94.01111111,0,0,71.57875476,432.00000000,0,0,1709.25286550,0 2016-12-29,672.11407407,382.20422222,273.65798423,1536.00000000,156.14018519,288.00000000,105.63000000,410.97777778,62.76246528,0,480.00000000,52.00416667,28.69444444,61.22224058,164.29696970,0,7.24000000,181.36763441,0 -2016-12-30,382.83157407,302.76555556,104.39808622,312.41422222,206.42289683,288.00000000,125.45555556,256.62628858,69.85362963,62.85925926,27.24407407,28.61481481,19.18227778,21.60542509,11.68535754,5.41333333,48.00000000,4.55391531,4.15493464 +2016-12-30,382.83157407,302.76555556,104.39808622,312.41422222,206.42289683,288.00000000,125.45555556,256.62628858,69.85362963,62.85925926,27.24407407,28.61481481,19.18227778,21.60653208,11.68535754,5.41333333,48.00000000,4.55391531,4.15493464 2016-12-31,0,245.43360532,284.69504535,229.70641975,92.51748737,288.00000000,27.63000000,103.53553819,41.56073045,158.30444444,0,7.13333333,22.66768519,18.65100461,11.89937943,2.35937500,6.76803419,3.92322219,3.83706790 2017-01-01,0,104.22217494,212.04969136,66.65737374,185.80611111,22.07816239,0,0.96969246,51.76911616,45.95055556,0,21.40555556,45.96222222,6.64896461,11.58334032,13.93708148,35.25833333,1.12837003,4.77956522 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_cpu_hours/timeseries-Month-reference.csv index 7618bd18c6..1481aac9cd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_cpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[fish] CPU Hours: Per Job","[cashew] CPU Hours: Per Job","[derby] CPU Hours: Per Job","[coconut-cream] CPU Hours: Per Job","[bavarian-cream] CPU Hours: Per Job","[chestnut] CPU Hours: Per Job","[blueberry] CPU Hours: Per Job","[buttermilk] CPU Hours: Per Job","[blackberry] CPU Hours: Per Job","[butter] CPU Hours: Per Job","[cheese] CPU Hours: Per Job","[flapper] CPU Hours: Per Job","[cherry] CPU Hours: Per Job","[curry] CPU Hours: Per Job","[apple] CPU Hours: Per Job","[bumbleberry] CPU Hours: Per Job","[boysenberry] CPU Hours: Per Job","[banana-cream] CPU Hours: Per Job","[green-grape] CPU Hours: Per Job" -2016-12,1618.72650463,564.66565514,400.11223577,534.20085470,238.22973118,2792.95666667,169.87555556,221.80616753,96.40216270,86.72055556,65.51148148,48.32731481,32.10148148,37.47629574,30.81877131,2.69870370,7.83034188,5.95247094,4.01423953 +2016-12,1618.72650463,564.66565514,400.11223577,534.20085470,238.22973118,2792.95666667,169.87555556,221.80616753,96.40216270,86.72055556,65.51148148,48.32731481,32.10148148,37.47523744,30.81877131,2.69870370,7.83034188,5.95247094,4.01423953 2017-01,0,104.22217494,212.04969136,66.65737374,185.80611111,22.07816239,0,0.96969246,51.76911616,45.95055556,0,21.40555556,45.96222222,6.64896461,11.58334032,13.93708148,35.25833333,1.12837003,4.77956522 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_cpu_hours/timeseries-Quarter-reference.csv index b42b700b0f..15f212b832 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_cpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[fish] CPU Hours: Per Job","[cashew] CPU Hours: Per Job","[derby] CPU Hours: Per Job","[coconut-cream] CPU Hours: Per Job","[bavarian-cream] CPU Hours: Per Job","[chestnut] CPU Hours: Per Job","[blueberry] CPU Hours: Per Job","[buttermilk] CPU Hours: Per Job","[blackberry] CPU Hours: Per Job","[butter] CPU Hours: Per Job","[cheese] CPU Hours: Per Job","[flapper] CPU Hours: Per Job","[cherry] CPU Hours: Per Job","[curry] CPU Hours: Per Job","[apple] CPU Hours: Per Job","[bumbleberry] CPU Hours: Per Job","[boysenberry] CPU Hours: Per Job","[banana-cream] CPU Hours: Per Job","[green-grape] CPU Hours: Per Job" -"2016 Q4",1618.72650463,564.66565514,400.11223577,534.20085470,238.22973118,2792.95666667,169.87555556,221.80616753,96.40216270,86.72055556,65.51148148,48.32731481,32.10148148,37.47629574,30.81877131,2.69870370,7.83034188,5.95247094,4.01423953 +"2016 Q4",1618.72650463,564.66565514,400.11223577,534.20085470,238.22973118,2792.95666667,169.87555556,221.80616753,96.40216270,86.72055556,65.51148148,48.32731481,32.10148148,37.47523744,30.81877131,2.69870370,7.83034188,5.95247094,4.01423953 "2017 Q1",0,104.22217494,212.04969136,66.65737374,185.80611111,22.07816239,0,0.96969246,51.76911616,45.95055556,0,21.40555556,45.96222222,6.64896461,11.58334032,13.93708148,35.25833333,1.12837003,4.77956522 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_cpu_hours/timeseries-Year-reference.csv index a8feca0433..2b16418aaa 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_cpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[fish] CPU Hours: Per Job","[cashew] CPU Hours: Per Job","[derby] CPU Hours: Per Job","[coconut-cream] CPU Hours: Per Job","[bavarian-cream] CPU Hours: Per Job","[chestnut] CPU Hours: Per Job","[blueberry] CPU Hours: Per Job","[buttermilk] CPU Hours: Per Job","[blackberry] CPU Hours: Per Job","[butter] CPU Hours: Per Job","[cheese] CPU Hours: Per Job","[flapper] CPU Hours: Per Job","[cherry] CPU Hours: Per Job","[curry] CPU Hours: Per Job","[apple] CPU Hours: Per Job","[bumbleberry] CPU Hours: Per Job","[boysenberry] CPU Hours: Per Job","[banana-cream] CPU Hours: Per Job","[green-grape] CPU Hours: Per Job" -2016,1618.72650463,564.66565514,400.11223577,534.20085470,238.22973118,2792.95666667,169.87555556,221.80616753,96.40216270,86.72055556,65.51148148,48.32731481,32.10148148,37.47629574,30.81877131,2.69870370,7.83034188,5.95247094,4.01423953 +2016,1618.72650463,564.66565514,400.11223577,534.20085470,238.22973118,2792.95666667,169.87555556,221.80616753,96.40216270,86.72055556,65.51148148,48.32731481,32.10148148,37.47523744,30.81877131,2.69870370,7.83034188,5.95247094,4.01423953 2017,0,104.22217494,212.04969136,66.65737374,185.80611111,22.07816239,0,0.96969246,51.76911616,45.95055556,0,21.40555556,45.96222222,6.64896461,11.58334032,13.93708148,35.25833333,1.12837003,4.77956522 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv index e638debba4..b13281b91f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv @@ -10,7 +10,7 @@ buttermilk,111.3630 banana-cream,83.8484 coconut-cream,62.9605 derby,62.2662 -curry,61.4541 +curry,61.4576 butter,34.4569 bavarian-cream,33.8916 fish,31.8851 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv index e638debba4..b13281b91f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv @@ -10,7 +10,7 @@ buttermilk,111.3630 banana-cream,83.8484 coconut-cream,62.9605 derby,62.2662 -curry,61.4541 +curry,61.4576 butter,34.4569 bavarian-cream,33.8916 fish,31.8851 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv index e638debba4..b13281b91f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv @@ -10,7 +10,7 @@ buttermilk,111.3630 banana-cream,83.8484 coconut-cream,62.9605 derby,62.2662 -curry,61.4541 +curry,61.4576 butter,34.4569 bavarian-cream,33.8916 fish,31.8851 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv index e638debba4..b13281b91f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv @@ -10,7 +10,7 @@ buttermilk,111.3630 banana-cream,83.8484 coconut-cream,62.9605 derby,62.2662 -curry,61.4541 +curry,61.4576 butter,34.4569 bavarian-cream,33.8916 fish,31.8851 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv index d3f3e1296d..e451c37b62 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[buttermilk] Job Size: Weighted By CPU Hours (Core Count)","[banana-cream] 2016-12-27,0,21.1888,64.0000,96.7935,84.5627,0,14.0214,31.6875,0,0,18.4583,16.0000,0,0,12.0000,0,0,1.0000,0 2016-12-28,0,170.8284,64.0000,81.4098,78.4676,0,15.5455,31.8818,0,20.0000,20.0000,16.0000,0,0,12.0000,0,0,1.0000,0 2016-12-29,112.0000,166.1714,64.0000,56.9898,68.0983,0,30.1045,31.9078,0,20.0000,19.4737,16.0000,12.0000,0,12.0000,2.0000,5.0000,3.8435,4.0000 -2016-12-30,111.6728,79.0105,63.8308,44.6214,68.0094,79.9505,39.8777,31.8699,20.1259,20.0000,11.2898,16.0000,12.0000,11.6133,12.0000,2.0000,5.0000,3.8626,2.6435 +2016-12-30,111.6728,79.0105,63.8308,44.6214,68.0182,79.9505,39.8777,31.8699,20.1259,20.0000,11.2898,16.0000,12.0000,11.6133,12.0000,2.0000,5.0000,3.8626,2.6435 2016-12-31,111.0872,29.9186,63.9287,64.2508,57.3480,8.0000,41.4913,0,21.3018,0,12.1534,11.9114,12.0000,12.0000,12.0000,7.1817,5.0000,3.9543,2.0581 2017-01-01,1.0000,12.1089,58.3187,56.1041,23.8051,18.5309,15.9990,0,22.0668,0,9.1338,10.2343,0,12.0000,11.6043,2.0000,5.0000,3.9482,4.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv index 69cc57e515..3e6024697c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[buttermilk] Job Size: Weighted By CPU Hours (Core Count)","[banana-cream] Job Size: Weighted By CPU Hours (Core Count)","[coconut-cream] Job Size: Weighted By CPU Hours (Core Count)","[derby] Job Size: Weighted By CPU Hours (Core Count)","[curry] Job Size: Weighted By CPU Hours (Core Count)","[butter] Job Size: Weighted By CPU Hours (Core Count)","[bavarian-cream] Job Size: Weighted By CPU Hours (Core Count)","[fish] Job Size: Weighted By CPU Hours (Core Count)","[green-grape] Job Size: Weighted By CPU Hours (Core Count)","[cheese] Job Size: Weighted By CPU Hours (Core Count)","[apple] Job Size: Weighted By CPU Hours (Core Count)","[cashew] Job Size: Weighted By CPU Hours (Core Count)","[blueberry] Job Size: Weighted By CPU Hours (Core Count)","[bumbleberry] Job Size: Weighted By CPU Hours (Core Count)","[chestnut] Job Size: Weighted By CPU Hours (Core Count)","[boysenberry] Job Size: Weighted By CPU Hours (Core Count)","[flapper] Job Size: Weighted By CPU Hours (Core Count)","[blackberry] Job Size: Weighted By CPU Hours (Core Count)","[cherry] Job Size: Weighted By CPU Hours (Core Count)" -2016-12,111.5740,86.6872,63.9407,62.6246,66.2292,47.1149,34.7919,31.8851,20.6234,20.0000,15.5414,14.3905,12.0000,11.9138,12.0000,6.4787,5.0000,3.8683,2.6389 +2016-12,111.5740,86.6872,63.9407,62.6246,66.2328,47.1149,34.7919,31.8851,20.6234,20.0000,15.5414,14.3905,12.0000,11.9138,12.0000,6.4787,5.0000,3.8683,2.6389 2017-01,1.0000,12.1089,58.3187,56.1041,23.8051,18.5309,15.9990,0,22.0668,0,9.1338,10.2343,0,12.0000,11.6043,2.0000,5.0000,3.9482,4.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv index 7a6864a057..eef706fcff 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[buttermilk] Job Size: Weighted By CPU Hours (Core Count)","[banana-cream] Job Size: Weighted By CPU Hours (Core Count)","[coconut-cream] Job Size: Weighted By CPU Hours (Core Count)","[derby] Job Size: Weighted By CPU Hours (Core Count)","[curry] Job Size: Weighted By CPU Hours (Core Count)","[butter] Job Size: Weighted By CPU Hours (Core Count)","[bavarian-cream] Job Size: Weighted By CPU Hours (Core Count)","[fish] Job Size: Weighted By CPU Hours (Core Count)","[green-grape] Job Size: Weighted By CPU Hours (Core Count)","[cheese] Job Size: Weighted By CPU Hours (Core Count)","[apple] Job Size: Weighted By CPU Hours (Core Count)","[cashew] Job Size: Weighted By CPU Hours (Core Count)","[blueberry] Job Size: Weighted By CPU Hours (Core Count)","[bumbleberry] Job Size: Weighted By CPU Hours (Core Count)","[chestnut] Job Size: Weighted By CPU Hours (Core Count)","[boysenberry] Job Size: Weighted By CPU Hours (Core Count)","[flapper] Job Size: Weighted By CPU Hours (Core Count)","[blackberry] Job Size: Weighted By CPU Hours (Core Count)","[cherry] Job Size: Weighted By CPU Hours (Core Count)" -"2016 Q4",111.5740,86.6872,63.9407,62.6246,66.2292,47.1149,34.7919,31.8851,20.6234,20.0000,15.5414,14.3905,12.0000,11.9138,12.0000,6.4787,5.0000,3.8683,2.6389 +"2016 Q4",111.5740,86.6872,63.9407,62.6246,66.2328,47.1149,34.7919,31.8851,20.6234,20.0000,15.5414,14.3905,12.0000,11.9138,12.0000,6.4787,5.0000,3.8683,2.6389 "2017 Q1",1.0000,12.1089,58.3187,56.1041,23.8051,18.5309,15.9990,0,22.0668,0,9.1338,10.2343,0,12.0000,11.6043,2.0000,5.0000,3.9482,4.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv index 835b92d052..b84a22917e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[buttermilk] Job Size: Weighted By CPU Hours (Core Count)","[banana-cream] Job Size: Weighted By CPU Hours (Core Count)","[coconut-cream] Job Size: Weighted By CPU Hours (Core Count)","[derby] Job Size: Weighted By CPU Hours (Core Count)","[curry] Job Size: Weighted By CPU Hours (Core Count)","[butter] Job Size: Weighted By CPU Hours (Core Count)","[bavarian-cream] Job Size: Weighted By CPU Hours (Core Count)","[fish] Job Size: Weighted By CPU Hours (Core Count)","[green-grape] Job Size: Weighted By CPU Hours (Core Count)","[cheese] Job Size: Weighted By CPU Hours (Core Count)","[apple] Job Size: Weighted By CPU Hours (Core Count)","[cashew] Job Size: Weighted By CPU Hours (Core Count)","[blueberry] Job Size: Weighted By CPU Hours (Core Count)","[bumbleberry] Job Size: Weighted By CPU Hours (Core Count)","[chestnut] Job Size: Weighted By CPU Hours (Core Count)","[boysenberry] Job Size: Weighted By CPU Hours (Core Count)","[flapper] Job Size: Weighted By CPU Hours (Core Count)","[blackberry] Job Size: Weighted By CPU Hours (Core Count)","[cherry] Job Size: Weighted By CPU Hours (Core Count)" -2016,111.5740,86.6872,63.9407,62.6246,66.2292,47.1149,34.7919,31.8851,20.6234,20.0000,15.5414,14.3905,12.0000,11.9138,12.0000,6.4787,5.0000,3.8683,2.6389 +2016,111.5740,86.6872,63.9407,62.6246,66.2328,47.1149,34.7919,31.8851,20.6234,20.0000,15.5414,14.3905,12.0000,11.9138,12.0000,6.4787,5.0000,3.8683,2.6389 2017,1.0000,12.1089,58.3187,56.1041,23.8051,18.5309,15.9990,0,22.0668,0,9.1338,10.2343,0,12.0000,11.6043,2.0000,5.0000,3.9482,4.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_node_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_node_hours/aggregate-Day-reference.csv index 4d73d8eccd..601a91b320 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_node_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_node_hours/aggregate-Day-reference.csv @@ -17,7 +17,7 @@ chestnut,19.91282051,2.1056822673563573 blueberry,14.15629630, buttermilk,10.49397947,2.5351755398719042 flapper,8.31937500,1.758450675650033 -curry,8.30978133,0.13575510334380672 +curry,8.30935886,0.1357461456246737 butter,5.05929012,2.0356487240229306 cheese,3.27557407,1.8974472070685748 apple,2.14778876,0.19748979248787776 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_node_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_node_hours/aggregate-Month-reference.csv index 8b4a70f6f4..48c4563d6e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_node_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_node_hours/aggregate-Month-reference.csv @@ -17,7 +17,7 @@ chestnut,19.91282051,17.106656154646572 blueberry,14.15629630,6.390708867631212 buttermilk,10.49397947,3.3307345987775676 flapper,8.31937500,4.627752624288676 -curry,8.30978133,0.22675542451684455 +curry,8.30935886,0.22673975775722735 butter,5.05929012,2.0356487240229306 cheese,3.27557407,3.0868090132704915 apple,2.14778876,0.46608595551399945 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_node_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_node_hours/aggregate-Quarter-reference.csv index 8b4a70f6f4..48c4563d6e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_node_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_node_hours/aggregate-Quarter-reference.csv @@ -17,7 +17,7 @@ chestnut,19.91282051,17.106656154646572 blueberry,14.15629630,6.390708867631212 buttermilk,10.49397947,3.3307345987775676 flapper,8.31937500,4.627752624288676 -curry,8.30978133,0.22675542451684455 +curry,8.30935886,0.22673975775722735 butter,5.05929012,2.0356487240229306 cheese,3.27557407,3.0868090132704915 apple,2.14778876,0.46608595551399945 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_node_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_node_hours/aggregate-Year-reference.csv index 8b4a70f6f4..48c4563d6e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_node_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_node_hours/aggregate-Year-reference.csv @@ -17,7 +17,7 @@ chestnut,19.91282051,17.106656154646572 blueberry,14.15629630,6.390708867631212 buttermilk,10.49397947,3.3307345987775676 flapper,8.31937500,4.627752624288676 -curry,8.30978133,0.22675542451684455 +curry,8.30935886,0.22673975775722735 butter,5.05929012,2.0356487240229306 cheese,3.27557407,3.0868090132704915 apple,2.14778876,0.46608595551399945 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_node_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_node_hours/timeseries-Day-reference.csv index 7b5216f115..0f6af48c61 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_node_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_node_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[fish] Node Hours: Per Job","[cashew] Node Hours: Per Job","[derby] Node Ho 2016-12-27,2.13466049,24.00000000,95.00122222,3.21666667,30.39777778,11.29064815,0,24.00000000,0,0,0,47.68055556,0,0,18.99236111,0,0,8.65477778,0 2016-12-28,22.00297222,9.02631944,51.86818519,24.00000000,192.00000000,24.00000000,0,24.00000000,0,0,0,13.21116388,0,4.70055556,24.00000000,0,0,108.02165205,0 2016-12-29,22.94106481,23.88776389,25.64947072,18.14590278,192.00000000,14.86512346,7.17361111,24.00000000,8.80250000,25.68611111,10.40083333,16.50229027,0,24.00000000,9.62803030,3.62000000,0,11.65806452,0 -2016-12-30,13.52039352,18.92284722,11.48730159,19.86340741,39.05177778,15.96253968,11.30094444,24.00000000,10.45462963,16.74827932,5.72296296,6.70593575,3.14296296,1.36220370,1.22918592,24.00000000,0.47291667,0.38594765,0.37008170 +2016-12-30,13.52039352,18.92284722,11.48730159,19.86340741,39.05177778,15.96253968,11.30094444,24.00000000,10.45462963,16.74827932,5.72296296,6.70519698,3.14296296,1.36220370,1.22918592,24.00000000,0.47291667,0.38594765,0.37008170 2016-12-31,0,23.17923611,29.34604308,11.24478395,28.71330247,6.36417929,16.67157407,24.00000000,2.30250000,7.26913194,1.42666667,7.33217998,19.78805556,0,1.22792110,1.19215812,0.19661458,0.34694099,0.31978395 2017-01-01,0,11.20848700,19.13578704,13.61297980,8.33217172,11.62486111,11.49055556,2.00925214,0,0.96969246,4.28111111,2.38928750,2.71944444,0,1.37951433,17.62916667,1.16142346,0.09990327,0.39829710 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_node_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_node_hours/timeseries-Month-reference.csv index 5ac3dc53c5..bc618be5f2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_node_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_node_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[fish] Node Hours: Per Job","[cashew] Node Hours: Per Job","[derby] Node Hours: Per Job","[blackberry] Node Hours: Per Job","[coconut-cream] Node Hours: Per Job","[bavarian-cream] Node Hours: Per Job","[cherry] Node Hours: Per Job","[chestnut] Node Hours: Per Job","[blueberry] Node Hours: Per Job","[buttermilk] Node Hours: Per Job","[flapper] Node Hours: Per Job","[curry] Node Hours: Per Job","[butter] Node Hours: Per Job","[cheese] Node Hours: Per Job","[apple] Node Hours: Per Job","[boysenberry] Node Hours: Per Job","[bumbleberry] Node Hours: Per Job","[banana-cream] Node Hours: Per Job","[green-grape] Node Hours: Per Job" -2016-12,56.39826389,42.39165094,38.76884316,27.64086310,66.77510684,22.05642473,18.94884259,232.74638889,14.15629630,14.66085503,9.66546296,11.59172949,7.30423611,3.27557407,2.43685994,1.72331197,0.22731481,0.47585165,0.34781876 +2016-12,56.39826389,42.39165094,38.76884316,27.64086310,66.77510684,22.05642473,18.94884259,232.74638889,14.15629630,14.66085503,9.66546296,11.59068135,7.30423611,3.27557407,2.43685994,1.72331197,0.22731481,0.47585165,0.34781876 2017-01,0,11.20848700,19.13578704,13.61297980,8.33217172,11.62486111,11.49055556,2.00925214,0,0.96969246,4.28111111,2.38928750,2.71944444,0,1.37951433,17.62916667,1.16142346,0.09990327,0.39829710 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_node_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_node_hours/timeseries-Quarter-reference.csv index 3071da91ba..e05447dbc4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_node_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_node_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[fish] Node Hours: Per Job","[cashew] Node Hours: Per Job","[derby] Node Hours: Per Job","[blackberry] Node Hours: Per Job","[coconut-cream] Node Hours: Per Job","[bavarian-cream] Node Hours: Per Job","[cherry] Node Hours: Per Job","[chestnut] Node Hours: Per Job","[blueberry] Node Hours: Per Job","[buttermilk] Node Hours: Per Job","[flapper] Node Hours: Per Job","[curry] Node Hours: Per Job","[butter] Node Hours: Per Job","[cheese] Node Hours: Per Job","[apple] Node Hours: Per Job","[boysenberry] Node Hours: Per Job","[bumbleberry] Node Hours: Per Job","[banana-cream] Node Hours: Per Job","[green-grape] Node Hours: Per Job" -"2016 Q4",56.39826389,42.39165094,38.76884316,27.64086310,66.77510684,22.05642473,18.94884259,232.74638889,14.15629630,14.66085503,9.66546296,11.59172949,7.30423611,3.27557407,2.43685994,1.72331197,0.22731481,0.47585165,0.34781876 +"2016 Q4",56.39826389,42.39165094,38.76884316,27.64086310,66.77510684,22.05642473,18.94884259,232.74638889,14.15629630,14.66085503,9.66546296,11.59068135,7.30423611,3.27557407,2.43685994,1.72331197,0.22731481,0.47585165,0.34781876 "2017 Q1",0,11.20848700,19.13578704,13.61297980,8.33217172,11.62486111,11.49055556,2.00925214,0,0.96969246,4.28111111,2.38928750,2.71944444,0,1.37951433,17.62916667,1.16142346,0.09990327,0.39829710 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_node_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_node_hours/timeseries-Year-reference.csv index 1880355d73..63a9da79af 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_node_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_node_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[fish] Node Hours: Per Job","[cashew] Node Hours: Per Job","[derby] Node Hours: Per Job","[blackberry] Node Hours: Per Job","[coconut-cream] Node Hours: Per Job","[bavarian-cream] Node Hours: Per Job","[cherry] Node Hours: Per Job","[chestnut] Node Hours: Per Job","[blueberry] Node Hours: Per Job","[buttermilk] Node Hours: Per Job","[flapper] Node Hours: Per Job","[curry] Node Hours: Per Job","[butter] Node Hours: Per Job","[cheese] Node Hours: Per Job","[apple] Node Hours: Per Job","[boysenberry] Node Hours: Per Job","[bumbleberry] Node Hours: Per Job","[banana-cream] Node Hours: Per Job","[green-grape] Node Hours: Per Job" -2016,56.39826389,42.39165094,38.76884316,27.64086310,66.77510684,22.05642473,18.94884259,232.74638889,14.15629630,14.66085503,9.66546296,11.59172949,7.30423611,3.27557407,2.43685994,1.72331197,0.22731481,0.47585165,0.34781876 +2016,56.39826389,42.39165094,38.76884316,27.64086310,66.77510684,22.05642473,18.94884259,232.74638889,14.15629630,14.66085503,9.66546296,11.59068135,7.30423611,3.27557407,2.43685994,1.72331197,0.22731481,0.47585165,0.34781876 2017,0,11.20848700,19.13578704,13.61297980,8.33217172,11.62486111,11.49055556,2.00925214,0,0.96969246,4.28111111,2.38928750,2.71944444,0,1.37951433,17.62916667,1.16142346,0.09990327,0.39829710 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_processors/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_processors/aggregate-Day-reference.csv index 9f1d56e389..ec401c6864 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_processors/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_processors/aggregate-Day-reference.csv @@ -20,7 +20,7 @@ banana-cream,9.4560,0.012590015775393768 apple,8.1959,0.06598411302744607 boysenberry,7.8846,0.11426976285429367 bavarian-cream,7.0625,2.0515511947517906 -curry,5.5572,0.08460785692117562 +curry,5.5645,0.08491240455738845 blackberry,5.5000,0.4330127018922193 flapper,5.0000,0 chestnut,4.0769,1.3075182622208246 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_processors/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_processors/aggregate-Month-reference.csv index 9f1d56e389..ec401c6864 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_processors/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_processors/aggregate-Month-reference.csv @@ -20,7 +20,7 @@ banana-cream,9.4560,0.012590015775393768 apple,8.1959,0.06598411302744607 boysenberry,7.8846,0.11426976285429367 bavarian-cream,7.0625,2.0515511947517906 -curry,5.5572,0.08460785692117562 +curry,5.5645,0.08491240455738845 blackberry,5.5000,0.4330127018922193 flapper,5.0000,0 chestnut,4.0769,1.3075182622208246 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_processors/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_processors/aggregate-Quarter-reference.csv index 9f1d56e389..ec401c6864 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_processors/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_processors/aggregate-Quarter-reference.csv @@ -20,7 +20,7 @@ banana-cream,9.4560,0.012590015775393768 apple,8.1959,0.06598411302744607 boysenberry,7.8846,0.11426976285429367 bavarian-cream,7.0625,2.0515511947517906 -curry,5.5572,0.08460785692117562 +curry,5.5645,0.08491240455738845 blackberry,5.5000,0.4330127018922193 flapper,5.0000,0 chestnut,4.0769,1.3075182622208246 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_processors/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_processors/aggregate-Year-reference.csv index 9f1d56e389..ec401c6864 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_processors/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_processors/aggregate-Year-reference.csv @@ -20,7 +20,7 @@ banana-cream,9.4560,0.012590015775393768 apple,8.1959,0.06598411302744607 boysenberry,7.8846,0.11426976285429367 bavarian-cream,7.0625,2.0515511947517906 -curry,5.5572,0.08460785692117562 +curry,5.5645,0.08491240455738845 blackberry,5.5000,0.4330127018922193 flapper,5.0000,0 chestnut,4.0769,1.3075182622208246 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_processors/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_processors/timeseries-Day-reference.csv index 186354568c..1e667969ee 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_processors/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_processors/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[fish] Job Size: Per Job (Core Count)","[coconut-cream] Job Size: Per Job ( 2016-12-27,28.5556,64.0000,0,58.4000,0,0,0,0,16.0000,0,16.0000,18.0000,0,11.0000,41.0000,1.0000,0,12.0000,0 2016-12-28,28.9000,64.0000,0,41.8667,20.0000,0,0,0,16.0000,0,94.1053,18.0000,0,11.0000,5.3852,1.0000,0,12.0000,0 2016-12-29,29.4167,64.0000,0,13.8108,20.0000,0,12.0000,0,16.0000,112.0000,16.6935,11.6364,2.0000,14.4444,3.9027,3.2500,5.0000,12.0000,4.0000 -2016-12-30,29.4167,51.2000,40.0000,16.7532,20.0000,14.1471,12.0000,10.0000,16.0000,25.6667,9.0316,8.4356,2.0000,10.7143,3.6283,3.6000,5.0000,12.0000,1.6000 +2016-12-30,29.4167,51.2000,40.0000,16.7532,20.0000,14.1471,12.0000,10.0000,16.0000,25.6667,9.0316,8.4356,2.0000,10.7143,3.6459,3.6000,5.0000,12.0000,1.6000 2016-12-31,0,47.1111,8.0000,29.9592,0,21.3704,12.0000,12.0000,10.3542,14.8750,9.8405,8.1064,7.8846,8.5000,3.0475,5.5556,5.0000,12.0000,2.0000 2017-01-01,0,19.2727,18.0000,44.2222,0,22.9565,0,12.0000,10.5532,1.0000,9.7079,8.2013,2.0000,8.5000,8.0224,3.7273,5.0000,4.0769,4.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_processors/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_processors/timeseries-Month-reference.csv index 14711b0199..d2e12c0b9e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_processors/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_processors/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[fish] Job Size: Per Job (Core Count)","[coconut-cream] Job Size: Per Job (Core Count)","[butter] Job Size: Per Job (Core Count)","[derby] Job Size: Per Job (Core Count)","[cheese] Job Size: Per Job (Core Count)","[green-grape] Job Size: Per Job (Core Count)","[blueberry] Job Size: Per Job (Core Count)","[bumbleberry] Job Size: Per Job (Core Count)","[cashew] Job Size: Per Job (Core Count)","[buttermilk] Job Size: Per Job (Core Count)","[banana-cream] Job Size: Per Job (Core Count)","[apple] Job Size: Per Job (Core Count)","[boysenberry] Job Size: Per Job (Core Count)","[bavarian-cream] Job Size: Per Job (Core Count)","[curry] Job Size: Per Job (Core Count)","[blackberry] Job Size: Per Job (Core Count)","[flapper] Job Size: Per Job (Core Count)","[chestnut] Job Size: Per Job (Core Count)","[cherry] Job Size: Per Job (Core Count)" -2016-12,29.4167,47.3846,32.0000,18.5366,20.0000,17.3443,12.0000,11.7778,10.8868,14.8750,9.4149,8.2328,7.8846,7.2581,3.5292,5.5000,5.0000,12.0000,2.0000 +2016-12,29.4167,47.3846,32.0000,18.5366,20.0000,17.3443,12.0000,11.7778,10.8868,14.8750,9.4149,8.2328,7.8846,7.2581,3.5410,5.5000,5.0000,12.0000,2.0000 2017-01,0,19.2727,18.0000,44.2222,0,22.9565,0,12.0000,10.5532,1.0000,9.7079,8.2013,2.0000,8.5000,8.0224,3.7273,5.0000,4.0769,4.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_processors/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_processors/timeseries-Quarter-reference.csv index c1bbe58944..dc768a7226 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_processors/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_processors/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[fish] Job Size: Per Job (Core Count)","[coconut-cream] Job Size: Per Job (Core Count)","[butter] Job Size: Per Job (Core Count)","[derby] Job Size: Per Job (Core Count)","[cheese] Job Size: Per Job (Core Count)","[green-grape] Job Size: Per Job (Core Count)","[blueberry] Job Size: Per Job (Core Count)","[bumbleberry] Job Size: Per Job (Core Count)","[cashew] Job Size: Per Job (Core Count)","[buttermilk] Job Size: Per Job (Core Count)","[banana-cream] Job Size: Per Job (Core Count)","[apple] Job Size: Per Job (Core Count)","[boysenberry] Job Size: Per Job (Core Count)","[bavarian-cream] Job Size: Per Job (Core Count)","[curry] Job Size: Per Job (Core Count)","[blackberry] Job Size: Per Job (Core Count)","[flapper] Job Size: Per Job (Core Count)","[chestnut] Job Size: Per Job (Core Count)","[cherry] Job Size: Per Job (Core Count)" -"2016 Q4",29.4167,47.3846,32.0000,18.5366,20.0000,17.3443,12.0000,11.7778,10.8868,14.8750,9.4149,8.2328,7.8846,7.2581,3.5292,5.5000,5.0000,12.0000,2.0000 +"2016 Q4",29.4167,47.3846,32.0000,18.5366,20.0000,17.3443,12.0000,11.7778,10.8868,14.8750,9.4149,8.2328,7.8846,7.2581,3.5410,5.5000,5.0000,12.0000,2.0000 "2017 Q1",0,19.2727,18.0000,44.2222,0,22.9565,0,12.0000,10.5532,1.0000,9.7079,8.2013,2.0000,8.5000,8.0224,3.7273,5.0000,4.0769,4.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_processors/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_processors/timeseries-Year-reference.csv index 23add5eefa..76132c1bee 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_processors/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_processors/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[fish] Job Size: Per Job (Core Count)","[coconut-cream] Job Size: Per Job (Core Count)","[butter] Job Size: Per Job (Core Count)","[derby] Job Size: Per Job (Core Count)","[cheese] Job Size: Per Job (Core Count)","[green-grape] Job Size: Per Job (Core Count)","[blueberry] Job Size: Per Job (Core Count)","[bumbleberry] Job Size: Per Job (Core Count)","[cashew] Job Size: Per Job (Core Count)","[buttermilk] Job Size: Per Job (Core Count)","[banana-cream] Job Size: Per Job (Core Count)","[apple] Job Size: Per Job (Core Count)","[boysenberry] Job Size: Per Job (Core Count)","[bavarian-cream] Job Size: Per Job (Core Count)","[curry] Job Size: Per Job (Core Count)","[blackberry] Job Size: Per Job (Core Count)","[flapper] Job Size: Per Job (Core Count)","[chestnut] Job Size: Per Job (Core Count)","[cherry] Job Size: Per Job (Core Count)" -2016,29.4167,47.3846,32.0000,18.5366,20.0000,17.3443,12.0000,11.7778,10.8868,14.8750,9.4149,8.2328,7.8846,7.2581,3.5292,5.5000,5.0000,12.0000,2.0000 +2016,29.4167,47.3846,32.0000,18.5366,20.0000,17.3443,12.0000,11.7778,10.8868,14.8750,9.4149,8.2328,7.8846,7.2581,3.5410,5.5000,5.0000,12.0000,2.0000 2017,0,19.2727,18.0000,44.2222,0,22.9565,0,12.0000,10.5532,1.0000,9.7079,8.2013,2.0000,8.5000,8.0224,3.7273,5.0000,4.0769,4.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_waitduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_waitduration_hours/aggregate-Day-reference.csv index 075dd8cfe7..145af51a2a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_waitduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_waitduration_hours/aggregate-Day-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- QOS,"Wait Hours: Per Job","Std Dev: Wait Hours: Per Job" -curry,17.36635320,0.43231344868199684 +curry,17.36513012,0.4322845595309782 derby,15.11302731,1.6600337276402217 bumbleberry,9.47607744,0.4061045665641317 bavarian-cream,5.71715278,3.17681542341973 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_waitduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_waitduration_hours/aggregate-Month-reference.csv index 075dd8cfe7..145af51a2a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_waitduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_waitduration_hours/aggregate-Month-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- QOS,"Wait Hours: Per Job","Std Dev: Wait Hours: Per Job" -curry,17.36635320,0.43231344868199684 +curry,17.36513012,0.4322845595309782 derby,15.11302731,1.6600337276402217 bumbleberry,9.47607744,0.4061045665641317 bavarian-cream,5.71715278,3.17681542341973 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_waitduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_waitduration_hours/aggregate-Quarter-reference.csv index 075dd8cfe7..145af51a2a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_waitduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_waitduration_hours/aggregate-Quarter-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- QOS,"Wait Hours: Per Job","Std Dev: Wait Hours: Per Job" -curry,17.36635320,0.43231344868199684 +curry,17.36513012,0.4322845595309782 derby,15.11302731,1.6600337276402217 bumbleberry,9.47607744,0.4061045665641317 bavarian-cream,5.71715278,3.17681542341973 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_waitduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_waitduration_hours/aggregate-Year-reference.csv index 075dd8cfe7..145af51a2a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_waitduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_waitduration_hours/aggregate-Year-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- QOS,"Wait Hours: Per Job","Std Dev: Wait Hours: Per Job" -curry,17.36635320,0.43231344868199684 +curry,17.36513012,0.4322845595309782 derby,15.11302731,1.6600337276402217 bumbleberry,9.47607744,0.4061045665641317 bavarian-cream,5.71715278,3.17681542341973 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_waitduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_waitduration_hours/timeseries-Day-reference.csv index 88e77aeaab..0a05228a06 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_waitduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_waitduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[curry] Wait Hours: Per Job","[derby] Wait Hours: Per Job","[bumbleberry] W 2016-12-27,209.81746528,59.93611111,0,0.00083333,0.00021605,0.00000000,0.00701389,0.00000000,0.00000000,0.00000000,0,0,0,0,0,0,0.00000000,0,0 2016-12-28,7.48608790,48.16361111,0,0.00000000,20.57444444,0.00000000,21.45017857,1.68000000,0.00000000,0.00000000,0,0.00027778,0,0,0,0,0.00000000,0,0 2016-12-29,5.81631026,4.82536723,0,11.37972222,21.88555556,0.00023810,0.24878457,4.46097222,0.01591270,0.00000000,0.00111111,0.00000000,0,0,0.00444444,0.00062500,0.00000000,0.00000000,0.00027778 -2016-12-30,39.92114191,19.85405208,0.82041667,0.01722222,0.00000000,2.06130952,0.53357648,0.00000000,0.01065736,0.00000000,0.07666667,0.00105159,0.00111111,0.00048203,0.00000000,0.00015625,0.00020833,0.00000000,0.00000000 +2016-12-30,39.91240105,19.85405208,0.82041667,0.01722222,0.00000000,2.06130952,0.53357648,0.00000000,0.01065736,0.00000000,0.07666667,0.00105159,0.00111111,0.00048203,0.00000000,0.00015625,0.00020833,0.00000000,0.00000000 2016-12-31,12.42062874,1.10944444,0.02019097,6.17527778,0,3.23995726,1.53762378,0.00626263,0.11755524,0.00000000,0.00000000,0,0.00083333,0.00030864,0.00025054,0.00010913,0.00020833,0.00000000,0.00000000 2017-01-01,3.20851258,0.73645299,10.26765258,0.00666667,0,0.00000000,0.70760600,0.00000000,0.21796115,0.10273148,0,0,0.00011111,0.00020531,0.00000000,0.00016865,0.00014550,0.00027778,0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_waitduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_waitduration_hours/timeseries-Month-reference.csv index a6adc14838..44e5e88218 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_waitduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_waitduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[curry] Wait Hours: Per Job","[derby] Wait Hours: Per Job","[bumbleberry] Wait Hours: Per Job","[bavarian-cream] Wait Hours: Per Job","[fish] Wait Hours: Per Job","[blackberry] Wait Hours: Per Job","[banana-cream] Wait Hours: Per Job","[cashew] Wait Hours: Per Job","[apple] Wait Hours: Per Job","[chestnut] Wait Hours: Per Job","[blueberry] Wait Hours: Per Job","[cheese] Wait Hours: Per Job","[butter] Wait Hours: Per Job","[green-grape] Wait Hours: Per Job","[boysenberry] Wait Hours: Per Job","[buttermilk] Wait Hours: Per Job","[coconut-cream] Wait Hours: Per Job","[flapper] Wait Hours: Per Job","[cherry] Wait Hours: Per Job" -2016-12,25.86811964,16.25263381,0.10910494,5.90136201,5.36229167,2.01965278,1.05952936,0.68931866,0.19058715,0.00027778,0.05148148,0.00100000,0.00104167,0.00040528,0.00033120,0.00016493,0.00019231,0.00000000,0.00004630 +2016-12,25.86519849,16.25263381,0.10910494,5.90136201,5.36229167,2.01965278,1.05952936,0.68931866,0.19058715,0.00027778,0.05148148,0.00100000,0.00104167,0.00040528,0.00033120,0.00016493,0.00019231,0.00000000,0.00004630 2017-01,3.20851258,0.73645299,10.26765258,0.00666667,0,0.00000000,0.70760600,0.00000000,0.21796115,0.10273148,0,0,0.00011111,0.00020531,0.00000000,0.00016865,0.00014550,0.00027778,0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_waitduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_waitduration_hours/timeseries-Quarter-reference.csv index d8408c3df3..9acfb5e5f8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_waitduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_waitduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[curry] Wait Hours: Per Job","[derby] Wait Hours: Per Job","[bumbleberry] Wait Hours: Per Job","[bavarian-cream] Wait Hours: Per Job","[fish] Wait Hours: Per Job","[blackberry] Wait Hours: Per Job","[banana-cream] Wait Hours: Per Job","[cashew] Wait Hours: Per Job","[apple] Wait Hours: Per Job","[chestnut] Wait Hours: Per Job","[blueberry] Wait Hours: Per Job","[cheese] Wait Hours: Per Job","[butter] Wait Hours: Per Job","[green-grape] Wait Hours: Per Job","[boysenberry] Wait Hours: Per Job","[buttermilk] Wait Hours: Per Job","[coconut-cream] Wait Hours: Per Job","[flapper] Wait Hours: Per Job","[cherry] Wait Hours: Per Job" -"2016 Q4",25.86811964,16.25263381,0.10910494,5.90136201,5.36229167,2.01965278,1.05952936,0.68931866,0.19058715,0.00027778,0.05148148,0.00100000,0.00104167,0.00040528,0.00033120,0.00016493,0.00019231,0.00000000,0.00004630 +"2016 Q4",25.86519849,16.25263381,0.10910494,5.90136201,5.36229167,2.01965278,1.05952936,0.68931866,0.19058715,0.00027778,0.05148148,0.00100000,0.00104167,0.00040528,0.00033120,0.00016493,0.00019231,0.00000000,0.00004630 "2017 Q1",3.20851258,0.73645299,10.26765258,0.00666667,0,0.00000000,0.70760600,0.00000000,0.21796115,0.10273148,0,0,0.00011111,0.00020531,0.00000000,0.00016865,0.00014550,0.00027778,0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_waitduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_waitduration_hours/timeseries-Year-reference.csv index ff0d172d1d..918410c920 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_waitduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_waitduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[curry] Wait Hours: Per Job","[derby] Wait Hours: Per Job","[bumbleberry] Wait Hours: Per Job","[bavarian-cream] Wait Hours: Per Job","[fish] Wait Hours: Per Job","[blackberry] Wait Hours: Per Job","[banana-cream] Wait Hours: Per Job","[cashew] Wait Hours: Per Job","[apple] Wait Hours: Per Job","[chestnut] Wait Hours: Per Job","[blueberry] Wait Hours: Per Job","[cheese] Wait Hours: Per Job","[butter] Wait Hours: Per Job","[green-grape] Wait Hours: Per Job","[boysenberry] Wait Hours: Per Job","[buttermilk] Wait Hours: Per Job","[coconut-cream] Wait Hours: Per Job","[flapper] Wait Hours: Per Job","[cherry] Wait Hours: Per Job" -2016,25.86811964,16.25263381,0.10910494,5.90136201,5.36229167,2.01965278,1.05952936,0.68931866,0.19058715,0.00027778,0.05148148,0.00100000,0.00104167,0.00040528,0.00033120,0.00016493,0.00019231,0.00000000,0.00004630 +2016,25.86519849,16.25263381,0.10910494,5.90136201,5.36229167,2.01965278,1.05952936,0.68931866,0.19058715,0.00027778,0.05148148,0.00100000,0.00104167,0.00040528,0.00033120,0.00016493,0.00019231,0.00000000,0.00004630 2017,3.20851258,0.73645299,10.26765258,0.00666667,0,0.00000000,0.70760600,0.00000000,0.21796115,0.10273148,0,0,0.00011111,0.00020531,0.00000000,0.00016865,0.00014550,0.00027778,0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_wallduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_wallduration_hours/aggregate-Day-reference.csv index 0bcc2e72fa..7a5e93c272 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_wallduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_wallduration_hours/aggregate-Day-reference.csv @@ -15,7 +15,7 @@ bavarian-cream,17.55212674,1.2486055997312684 blueberry,14.15629630, derby,12.82976773,0.2736079180061734 flapper,8.31937500,1.758450675650033 -curry,7.22967390,0.06752539637685569 +curry,7.22918030,0.06752241782087706 coconut-cream,4.27458333,1.3636086939550018 butter,4.27419753,1.9826157773353121 cheese,3.27557407,1.8974472070685748 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_wallduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_wallduration_hours/aggregate-Month-reference.csv index d039c1a8fd..75a4857758 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_wallduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_wallduration_hours/aggregate-Month-reference.csv @@ -15,7 +15,7 @@ bavarian-cream,17.55212674,6.302362026984183 blueberry,14.15629630,6.390708867631212 derby,12.82976773,1.1396776128081025 flapper,8.31937500,4.627752624288676 -curry,7.22967390,0.10681018199334268 +curry,7.22918030,0.10680375751690603 coconut-cream,4.27458333,2.910285751771729 butter,4.27419753,1.9826157773353121 cheese,3.27557407,3.0868090132704915 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_wallduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_wallduration_hours/aggregate-Quarter-reference.csv index d039c1a8fd..75a4857758 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_wallduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_wallduration_hours/aggregate-Quarter-reference.csv @@ -15,7 +15,7 @@ bavarian-cream,17.55212674,6.302362026984183 blueberry,14.15629630,6.390708867631212 derby,12.82976773,1.1396776128081025 flapper,8.31937500,4.627752624288676 -curry,7.22967390,0.10681018199334268 +curry,7.22918030,0.10680375751690603 coconut-cream,4.27458333,2.910285751771729 butter,4.27419753,1.9826157773353121 cheese,3.27557407,3.0868090132704915 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_wallduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_wallduration_hours/aggregate-Year-reference.csv index d039c1a8fd..75a4857758 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_wallduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_wallduration_hours/aggregate-Year-reference.csv @@ -15,7 +15,7 @@ bavarian-cream,17.55212674,6.302362026984183 blueberry,14.15629630,6.390708867631212 derby,12.82976773,1.1396776128081025 flapper,8.31937500,4.627752624288676 -curry,7.22967390,0.10681018199334268 +curry,7.22918030,0.10680375751690603 coconut-cream,4.27458333,2.910285751771729 butter,4.27419753,1.9826157773353121 cheese,3.27557407,3.0868090132704915 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_wallduration_hours/timeseries-Day-reference.csv index afc93db07e..f26bea1d3c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_wallduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[fish] Wall Hours: Per Job","[cashew] Wall Hours: Per Job","[blackberry] Wa 2016-12-27,2.13466049,24.00000000,3.21666667,0,24.00000000,11.29064815,0,20.41216667,0,13.59736111,3.79972222,0,0,0,18.99236111,0,0,8.65477778,0 2016-12-28,22.00297222,9.02631944,24.00000000,0,24.00000000,24.00000000,0,12.38001852,0,8.99163222,24.00000000,0,4.70055556,0,24.00000000,0,0,19.55070175,0 2016-12-29,22.94106481,23.88776389,18.14590278,7.17361111,24.00000000,12.52206790,8.80250000,9.78945571,10.40083333,13.31133445,24.00000000,0,24.00000000,3.66944444,9.62803030,3.62000000,0,2.48477935,0 -2016-12-30,13.52039352,18.92284722,19.86340741,11.30094444,24.00000000,10.81968254,10.45462963,5.89399351,5.72296296,5.76451523,4.90727778,0.78768519,1.36220370,3.04096451,1.22909241,24.00000000,0.47291667,0.28419410,0.28144608 +2016-12-30,13.52039352,18.92284722,19.86340741,11.30094444,24.00000000,10.81968254,10.45462963,5.89399351,5.72296296,5.76358283,4.90727778,0.78768519,1.36220370,3.04096451,1.22909241,24.00000000,0.47291667,0.28419410,0.28144608 2016-12-31,0,23.17923611,11.24478395,16.67157407,24.00000000,3.98948232,2.30250000,5.63927438,1.42666667,6.73292814,3.60929012,19.78805556,0,1.76819444,1.22792110,1.19215812,0.19661458,0.32299984,0.22569959 2017-01-01,0,11.20848700,13.61297980,11.49055556,2.00925214,11.62486111,0,4.14936728,4.28111111,2.28500837,1.65982323,2.71944444,0,0.96969246,1.37951433,17.62916667,1.16142346,0.09990327,0.23123188 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_wallduration_hours/timeseries-Month-reference.csv index df2fdca9c8..d189099fb1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_wallduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[fish] Wall Hours: Per Job","[cashew] Wall Hours: Per Job","[blackberry] Wall Hours: Per Job","[cherry] Wall Hours: Per Job","[chestnut] Wall Hours: Per Job","[bavarian-cream] Wall Hours: Per Job","[blueberry] Wall Hours: Per Job","[derby] Wall Hours: Per Job","[flapper] Wall Hours: Per Job","[curry] Wall Hours: Per Job","[coconut-cream] Wall Hours: Per Job","[butter] Wall Hours: Per Job","[cheese] Wall Hours: Per Job","[buttermilk] Wall Hours: Per Job","[apple] Wall Hours: Per Job","[boysenberry] Wall Hours: Per Job","[bumbleberry] Wall Hours: Per Job","[banana-cream] Wall Hours: Per Job","[green-grape] Wall Hours: Per Job" -2016-12,56.39826389,42.39165094,27.64086310,18.94884259,232.74638889,17.36833333,14.15629630,13.39134316,9.66546296,9.93756641,8.37074786,5.53777778,3.27557407,2.82398003,2.43680996,1.72331197,0.22731481,0.32910885,0.25677140 +2016-12,56.39826389,42.39165094,27.64086310,18.94884259,232.74638889,17.36833333,14.15629630,13.39134316,9.66546296,9.93646950,8.37074786,5.53777778,3.27557407,2.82398003,2.43680996,1.72331197,0.22731481,0.32910885,0.25677140 2017-01,0,11.20848700,13.61297980,11.49055556,2.00925214,11.62486111,0,4.14936728,4.28111111,2.28500837,1.65982323,2.71944444,0,0.96969246,1.37951433,17.62916667,1.16142346,0.09990327,0.23123188 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_wallduration_hours/timeseries-Quarter-reference.csv index a74dee4dc6..5040f2a705 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_wallduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[fish] Wall Hours: Per Job","[cashew] Wall Hours: Per Job","[blackberry] Wall Hours: Per Job","[cherry] Wall Hours: Per Job","[chestnut] Wall Hours: Per Job","[bavarian-cream] Wall Hours: Per Job","[blueberry] Wall Hours: Per Job","[derby] Wall Hours: Per Job","[flapper] Wall Hours: Per Job","[curry] Wall Hours: Per Job","[coconut-cream] Wall Hours: Per Job","[butter] Wall Hours: Per Job","[cheese] Wall Hours: Per Job","[buttermilk] Wall Hours: Per Job","[apple] Wall Hours: Per Job","[boysenberry] Wall Hours: Per Job","[bumbleberry] Wall Hours: Per Job","[banana-cream] Wall Hours: Per Job","[green-grape] Wall Hours: Per Job" -"2016 Q4",56.39826389,42.39165094,27.64086310,18.94884259,232.74638889,17.36833333,14.15629630,13.39134316,9.66546296,9.93756641,8.37074786,5.53777778,3.27557407,2.82398003,2.43680996,1.72331197,0.22731481,0.32910885,0.25677140 +"2016 Q4",56.39826389,42.39165094,27.64086310,18.94884259,232.74638889,17.36833333,14.15629630,13.39134316,9.66546296,9.93646950,8.37074786,5.53777778,3.27557407,2.82398003,2.43680996,1.72331197,0.22731481,0.32910885,0.25677140 "2017 Q1",0,11.20848700,13.61297980,11.49055556,2.00925214,11.62486111,0,4.14936728,4.28111111,2.28500837,1.65982323,2.71944444,0,0.96969246,1.37951433,17.62916667,1.16142346,0.09990327,0.23123188 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_wallduration_hours/timeseries-Year-reference.csv index b93cabee5d..5a63931420 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/avg_wallduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[fish] Wall Hours: Per Job","[cashew] Wall Hours: Per Job","[blackberry] Wall Hours: Per Job","[cherry] Wall Hours: Per Job","[chestnut] Wall Hours: Per Job","[bavarian-cream] Wall Hours: Per Job","[blueberry] Wall Hours: Per Job","[derby] Wall Hours: Per Job","[flapper] Wall Hours: Per Job","[curry] Wall Hours: Per Job","[coconut-cream] Wall Hours: Per Job","[butter] Wall Hours: Per Job","[cheese] Wall Hours: Per Job","[buttermilk] Wall Hours: Per Job","[apple] Wall Hours: Per Job","[boysenberry] Wall Hours: Per Job","[bumbleberry] Wall Hours: Per Job","[banana-cream] Wall Hours: Per Job","[green-grape] Wall Hours: Per Job" -2016,56.39826389,42.39165094,27.64086310,18.94884259,232.74638889,17.36833333,14.15629630,13.39134316,9.66546296,9.93756641,8.37074786,5.53777778,3.27557407,2.82398003,2.43680996,1.72331197,0.22731481,0.32910885,0.25677140 +2016,56.39826389,42.39165094,27.64086310,18.94884259,232.74638889,17.36833333,14.15629630,13.39134316,9.66546296,9.93646950,8.37074786,5.53777778,3.27557407,2.82398003,2.43680996,1.72331197,0.22731481,0.32910885,0.25677140 2017,0,11.20848700,13.61297980,11.49055556,2.00925214,11.62486111,0,4.14936728,4.28111111,2.28500837,1.65982323,2.71944444,0,0.96969246,1.37951433,17.62916667,1.16142346,0.09990327,0.23123188 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/expansion_factor/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/expansion_factor/aggregate-Day-reference.csv index 4cbdbfe794..cc54e6c687 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/expansion_factor/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/expansion_factor/aggregate-Day-reference.csv @@ -8,7 +8,7 @@ start,end QOS,"User Expansion Factor" bumbleberry,9.2475 banana-cream,3.2904 -curry,3.2822 +curry,3.2821 derby,1.7973 bavarian-cream,1.4475 fish,1.0951 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/expansion_factor/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/expansion_factor/aggregate-Month-reference.csv index 4cbdbfe794..cc54e6c687 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/expansion_factor/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/expansion_factor/aggregate-Month-reference.csv @@ -8,7 +8,7 @@ start,end QOS,"User Expansion Factor" bumbleberry,9.2475 banana-cream,3.2904 -curry,3.2822 +curry,3.2821 derby,1.7973 bavarian-cream,1.4475 fish,1.0951 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/expansion_factor/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/expansion_factor/aggregate-Quarter-reference.csv index 4cbdbfe794..cc54e6c687 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/expansion_factor/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/expansion_factor/aggregate-Quarter-reference.csv @@ -8,7 +8,7 @@ start,end QOS,"User Expansion Factor" bumbleberry,9.2475 banana-cream,3.2904 -curry,3.2822 +curry,3.2821 derby,1.7973 bavarian-cream,1.4475 fish,1.0951 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/expansion_factor/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/expansion_factor/aggregate-Year-reference.csv index 4cbdbfe794..cc54e6c687 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/expansion_factor/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/expansion_factor/aggregate-Year-reference.csv @@ -8,7 +8,7 @@ start,end QOS,"User Expansion Factor" bumbleberry,9.2475 banana-cream,3.2904 -curry,3.2822 +curry,3.2821 derby,1.7973 bavarian-cream,1.4475 fish,1.0951 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/expansion_factor/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/expansion_factor/timeseries-Day-reference.csv index 2e74ce3981..5f676289b1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/expansion_factor/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/expansion_factor/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[bumbleberry] User Expansion Factor","[banana-cream] User Expansion Factor" 2016-12-27,0,1.3633,2.9856,2.0011,1.0432,1.0000,1.1387,1.0000,1.0000,1.0000,0,0,0,0,0,0,0,1.0000,0 2016-12-28,0,1.0497,1.7119,1.8988,1.0203,1.0111,1.1098,1.0000,1.0025,1.0000,0,0,1.0000,0,0,0,0,1.0000,0 2016-12-29,0,1.0546,1.4021,1.8673,1.3272,1.1476,1.1000,1.0000,1.0228,1.0000,1.0000,0,1.0000,1.0001,0,1.0000,1.0000,1.0000,1.0000 -2016-12-30,2.7348,2.3347,5.8525,2.1663,1.4286,1.1311,1.0173,1.0157,1.0292,1.0000,1.0049,1.0022,1.0007,1.0001,1.0008,1.0000,1.0000,1.0000,1.0000 +2016-12-30,2.7348,2.3347,5.8522,2.1663,1.4286,1.1311,1.0173,1.0157,1.0292,1.0000,1.0049,1.0022,1.0007,1.0001,1.0008,1.0000,1.0000,1.0000,1.0000 2016-12-31,1.0162,5.3897,2.0664,1.2922,1.6816,0,1.0897,1.1709,1.0100,1.0000,1.0001,1.0019,0,1.0002,1.0000,1.0000,1.0000,1.0000,1.0000 2017-01-01,9.3701,5.0803,2.6618,1.1149,4.1617,0,1.1522,1.0000,1.0058,1.0472,0,1.0009,0,1.0001,1.0001,1.0002,1.0000,1.0000,1.0001 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/expansion_factor/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/expansion_factor/timeseries-Month-reference.csv index 657386eb9e..1a928cf3a1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/expansion_factor/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/expansion_factor/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[bumbleberry] User Expansion Factor","[banana-cream] User Expansion Factor","[curry] User Expansion Factor","[derby] User Expansion Factor","[bavarian-cream] User Expansion Factor","[fish] User Expansion Factor","[apple] User Expansion Factor","[blackberry] User Expansion Factor","[cashew] User Expansion Factor","[chestnut] User Expansion Factor","[blueberry] User Expansion Factor","[green-grape] User Expansion Factor","[cheese] User Expansion Factor","[boysenberry] User Expansion Factor","[butter] User Expansion Factor","[buttermilk] User Expansion Factor","[cherry] User Expansion Factor","[coconut-cream] User Expansion Factor","[flapper] User Expansion Factor" -2016-12,1.4135,3.2119,3.3736,1.8343,1.3552,1.0951,1.0782,1.0731,1.0149,1.0000,1.0036,1.0021,1.0003,1.0002,1.0003,1.0000,1.0000,1.0000,1.0000 +2016-12,1.4135,3.2119,3.3735,1.8343,1.3552,1.0951,1.0782,1.0731,1.0149,1.0000,1.0036,1.0021,1.0003,1.0002,1.0003,1.0000,1.0000,1.0000,1.0000 2017-01,9.3701,5.0803,2.6618,1.1149,4.1617,0,1.1522,1.0000,1.0058,1.0472,0,1.0009,0,1.0001,1.0001,1.0002,1.0000,1.0000,1.0001 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/expansion_factor/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/expansion_factor/timeseries-Quarter-reference.csv index 606148e643..80c32e595b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/expansion_factor/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/expansion_factor/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[bumbleberry] User Expansion Factor","[banana-cream] User Expansion Factor","[curry] User Expansion Factor","[derby] User Expansion Factor","[bavarian-cream] User Expansion Factor","[fish] User Expansion Factor","[apple] User Expansion Factor","[blackberry] User Expansion Factor","[cashew] User Expansion Factor","[chestnut] User Expansion Factor","[blueberry] User Expansion Factor","[green-grape] User Expansion Factor","[cheese] User Expansion Factor","[boysenberry] User Expansion Factor","[butter] User Expansion Factor","[buttermilk] User Expansion Factor","[cherry] User Expansion Factor","[coconut-cream] User Expansion Factor","[flapper] User Expansion Factor" -"2016 Q4",1.4135,3.2119,3.3736,1.8343,1.3552,1.0951,1.0782,1.0731,1.0149,1.0000,1.0036,1.0021,1.0003,1.0002,1.0003,1.0000,1.0000,1.0000,1.0000 +"2016 Q4",1.4135,3.2119,3.3735,1.8343,1.3552,1.0951,1.0782,1.0731,1.0149,1.0000,1.0036,1.0021,1.0003,1.0002,1.0003,1.0000,1.0000,1.0000,1.0000 "2017 Q1",9.3701,5.0803,2.6618,1.1149,4.1617,0,1.1522,1.0000,1.0058,1.0472,0,1.0009,0,1.0001,1.0001,1.0002,1.0000,1.0000,1.0001 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/expansion_factor/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/expansion_factor/timeseries-Year-reference.csv index 27fbb0d68a..f970496427 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/expansion_factor/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/expansion_factor/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[bumbleberry] User Expansion Factor","[banana-cream] User Expansion Factor","[curry] User Expansion Factor","[derby] User Expansion Factor","[bavarian-cream] User Expansion Factor","[fish] User Expansion Factor","[apple] User Expansion Factor","[blackberry] User Expansion Factor","[cashew] User Expansion Factor","[chestnut] User Expansion Factor","[blueberry] User Expansion Factor","[green-grape] User Expansion Factor","[cheese] User Expansion Factor","[boysenberry] User Expansion Factor","[butter] User Expansion Factor","[buttermilk] User Expansion Factor","[cherry] User Expansion Factor","[coconut-cream] User Expansion Factor","[flapper] User Expansion Factor" -2016,1.4135,3.2119,3.3736,1.8343,1.3552,1.0951,1.0782,1.0731,1.0149,1.0000,1.0036,1.0021,1.0003,1.0002,1.0003,1.0000,1.0000,1.0000,1.0000 +2016,1.4135,3.2119,3.3735,1.8343,1.3552,1.0951,1.0782,1.0731,1.0149,1.0000,1.0036,1.0021,1.0003,1.0002,1.0003,1.0000,1.0000,1.0000,1.0000 2017,9.3701,5.0803,2.6618,1.1149,4.1617,0,1.1522,1.0000,1.0058,1.0472,0,1.0009,0,1.0001,1.0001,1.0002,1.0000,1.0000,1.0001 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/job_count/aggregate-Day-reference.csv index b8a375c777..cc819085fb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/job_count/aggregate-Day-reference.csv @@ -7,7 +7,7 @@ start,end --------- QOS,"Number of Jobs Ended" banana-cream,55819 -curry,14118 +curry,14119 apple,531 bumbleberry,231 derby,177 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/job_count/aggregate-Month-reference.csv index b8a375c777..cc819085fb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/job_count/aggregate-Month-reference.csv @@ -7,7 +7,7 @@ start,end --------- QOS,"Number of Jobs Ended" banana-cream,55819 -curry,14118 +curry,14119 apple,531 bumbleberry,231 derby,177 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/job_count/aggregate-Quarter-reference.csv index b8a375c777..cc819085fb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/job_count/aggregate-Quarter-reference.csv @@ -7,7 +7,7 @@ start,end --------- QOS,"Number of Jobs Ended" banana-cream,55819 -curry,14118 +curry,14119 apple,531 bumbleberry,231 derby,177 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/job_count/aggregate-Year-reference.csv index b8a375c777..cc819085fb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/job_count/aggregate-Year-reference.csv @@ -7,7 +7,7 @@ start,end --------- QOS,"Number of Jobs Ended" banana-cream,55819 -curry,14118 +curry,14119 apple,531 bumbleberry,231 derby,177 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/job_count/timeseries-Day-reference.csv index 67843a4915..d01e768094 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[banana-cream] Number of Jobs Ended","[curry] Number of Jobs Ended","[apple 2016-12-27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-30,22137,4040,190,2,115,32,34,5,0,4,9,1,15,0,12,3,3,2,2 +2016-12-30,22137,4041,190,2,115,32,34,5,0,4,9,1,15,0,12,3,3,2,2 2016-12-31,23979,3772,182,4,44,32,27,1,51,8,21,16,0,0,0,0,2,1,1 2017-01-01,9703,6306,159,225,18,28,23,47,1,22,2,11,0,13,0,6,1,1,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/job_count/timeseries-Month-reference.csv index f661ecded2..e7a5b8a216 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[banana-cream] Number of Jobs Ended","[curry] Number of Jobs Ended","[apple] Number of Jobs Ended","[bumbleberry] Number of Jobs Ended","[derby] Number of Jobs Ended","[buttermilk] Number of Jobs Ended","[green-grape] Number of Jobs Ended","[cashew] Number of Jobs Ended","[boysenberry] Number of Jobs Ended","[coconut-cream] Number of Jobs Ended","[bavarian-cream] Number of Jobs Ended","[blackberry] Number of Jobs Ended","[cheese] Number of Jobs Ended","[chestnut] Number of Jobs Ended","[fish] Number of Jobs Ended","[butter] Number of Jobs Ended","[cherry] Number of Jobs Ended","[flapper] Number of Jobs Ended","[blueberry] Number of Jobs Ended" -2016-12,46116,7812,372,6,159,64,61,6,51,12,30,17,15,0,12,3,5,3,3 +2016-12,46116,7813,372,6,159,64,61,6,51,12,30,17,15,0,12,3,5,3,3 2017-01,9703,6306,159,225,18,28,23,47,1,22,2,11,0,13,0,6,1,1,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/job_count/timeseries-Quarter-reference.csv index 19a75f1fd7..fe407145d3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[banana-cream] Number of Jobs Ended","[curry] Number of Jobs Ended","[apple] Number of Jobs Ended","[bumbleberry] Number of Jobs Ended","[derby] Number of Jobs Ended","[buttermilk] Number of Jobs Ended","[green-grape] Number of Jobs Ended","[cashew] Number of Jobs Ended","[boysenberry] Number of Jobs Ended","[coconut-cream] Number of Jobs Ended","[bavarian-cream] Number of Jobs Ended","[blackberry] Number of Jobs Ended","[cheese] Number of Jobs Ended","[chestnut] Number of Jobs Ended","[fish] Number of Jobs Ended","[butter] Number of Jobs Ended","[cherry] Number of Jobs Ended","[flapper] Number of Jobs Ended","[blueberry] Number of Jobs Ended" -"2016 Q4",46116,7812,372,6,159,64,61,6,51,12,30,17,15,0,12,3,5,3,3 +"2016 Q4",46116,7813,372,6,159,64,61,6,51,12,30,17,15,0,12,3,5,3,3 "2017 Q1",9703,6306,159,225,18,28,23,47,1,22,2,11,0,13,0,6,1,1,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/job_count/timeseries-Year-reference.csv index c09552b029..c0e3cc2361 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[banana-cream] Number of Jobs Ended","[curry] Number of Jobs Ended","[apple] Number of Jobs Ended","[bumbleberry] Number of Jobs Ended","[derby] Number of Jobs Ended","[buttermilk] Number of Jobs Ended","[green-grape] Number of Jobs Ended","[cashew] Number of Jobs Ended","[boysenberry] Number of Jobs Ended","[coconut-cream] Number of Jobs Ended","[bavarian-cream] Number of Jobs Ended","[blackberry] Number of Jobs Ended","[cheese] Number of Jobs Ended","[chestnut] Number of Jobs Ended","[fish] Number of Jobs Ended","[butter] Number of Jobs Ended","[cherry] Number of Jobs Ended","[flapper] Number of Jobs Ended","[blueberry] Number of Jobs Ended" -2016,46116,7812,372,6,159,64,61,6,51,12,30,17,15,0,12,3,5,3,3 +2016,46116,7813,372,6,159,64,61,6,51,12,30,17,15,0,12,3,5,3,3 2017,9703,6306,159,225,18,28,23,47,1,22,2,11,0,13,0,6,1,1,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/running_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/running_job_count/aggregate-Day-reference.csv index 710c356038..4e1a6cc720 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/running_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/running_job_count/aggregate-Day-reference.csv @@ -7,7 +7,7 @@ start,end --------- QOS,"Number of Jobs Running" banana-cream,55819 -curry,14118 +curry,14119 apple,531 bumbleberry,231 derby,177 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/running_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/running_job_count/aggregate-Month-reference.csv index 710c356038..4e1a6cc720 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/running_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/running_job_count/aggregate-Month-reference.csv @@ -7,7 +7,7 @@ start,end --------- QOS,"Number of Jobs Running" banana-cream,55819 -curry,14118 +curry,14119 apple,531 bumbleberry,231 derby,177 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/running_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/running_job_count/aggregate-Quarter-reference.csv index 710c356038..4e1a6cc720 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/running_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/running_job_count/aggregate-Quarter-reference.csv @@ -7,7 +7,7 @@ start,end --------- QOS,"Number of Jobs Running" banana-cream,55819 -curry,14118 +curry,14119 apple,531 bumbleberry,231 derby,177 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/running_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/running_job_count/aggregate-Year-reference.csv index 710c356038..4e1a6cc720 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/running_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/running_job_count/aggregate-Year-reference.csv @@ -7,7 +7,7 @@ start,end --------- QOS,"Number of Jobs Running" banana-cream,55819 -curry,14118 +curry,14119 apple,531 bumbleberry,231 derby,177 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/running_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/running_job_count/timeseries-Day-reference.csv index 5891454656..bb057d21e4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/running_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/running_job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[banana-cream] Number of Jobs Running","[curry] Number of Jobs Running","[a 2016-12-27,5,8,4,0,5,0,0,5,0,1,3,1,0,1,9,0,0,0,0 2016-12-28,19,379,4,0,15,0,0,16,0,1,3,1,1,1,10,0,0,0,0 2016-12-29,248,1347,11,0,74,4,0,20,1,1,9,8,1,1,12,0,1,1,1 -2016-12-30,22428,5902,202,2,154,36,34,20,1,5,14,15,15,1,12,3,5,3,3 +2016-12-30,22428,5903,202,2,154,36,34,20,1,5,14,15,15,1,12,3,5,3,3 2016-12-31,24345,4781,188,16,49,32,27,48,52,9,22,27,0,1,0,1,3,1,1 2017-01-01,9703,6306,159,225,18,28,23,47,1,22,2,11,0,13,0,6,1,1,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/running_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/running_job_count/timeseries-Month-reference.csv index 27ba4c0e95..3a766e2183 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/running_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/running_job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[banana-cream] Number of Jobs Running","[curry] Number of Jobs Running","[apple] Number of Jobs Running","[bumbleberry] Number of Jobs Running","[derby] Number of Jobs Running","[buttermilk] Number of Jobs Running","[green-grape] Number of Jobs Running","[cashew] Number of Jobs Running","[boysenberry] Number of Jobs Running","[coconut-cream] Number of Jobs Running","[bavarian-cream] Number of Jobs Running","[blackberry] Number of Jobs Running","[cheese] Number of Jobs Running","[chestnut] Number of Jobs Running","[fish] Number of Jobs Running","[butter] Number of Jobs Running","[cherry] Number of Jobs Running","[flapper] Number of Jobs Running","[blueberry] Number of Jobs Running" -2016-12,46482,8821,378,18,164,64,61,53,52,13,31,28,15,1,12,4,6,3,3 +2016-12,46482,8822,378,18,164,64,61,53,52,13,31,28,15,1,12,4,6,3,3 2017-01,9703,6306,159,225,18,28,23,47,1,22,2,11,0,13,0,6,1,1,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/running_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/running_job_count/timeseries-Quarter-reference.csv index 41477d7fdc..33cb3a5897 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/running_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/running_job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[banana-cream] Number of Jobs Running","[curry] Number of Jobs Running","[apple] Number of Jobs Running","[bumbleberry] Number of Jobs Running","[derby] Number of Jobs Running","[buttermilk] Number of Jobs Running","[green-grape] Number of Jobs Running","[cashew] Number of Jobs Running","[boysenberry] Number of Jobs Running","[coconut-cream] Number of Jobs Running","[bavarian-cream] Number of Jobs Running","[blackberry] Number of Jobs Running","[cheese] Number of Jobs Running","[chestnut] Number of Jobs Running","[fish] Number of Jobs Running","[butter] Number of Jobs Running","[cherry] Number of Jobs Running","[flapper] Number of Jobs Running","[blueberry] Number of Jobs Running" -"2016 Q4",46482,8821,378,18,164,64,61,53,52,13,31,28,15,1,12,4,6,3,3 +"2016 Q4",46482,8822,378,18,164,64,61,53,52,13,31,28,15,1,12,4,6,3,3 "2017 Q1",9703,6306,159,225,18,28,23,47,1,22,2,11,0,13,0,6,1,1,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/running_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/running_job_count/timeseries-Year-reference.csv index cf72e2fa3a..aa301f9926 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/running_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/running_job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[banana-cream] Number of Jobs Running","[curry] Number of Jobs Running","[apple] Number of Jobs Running","[bumbleberry] Number of Jobs Running","[derby] Number of Jobs Running","[buttermilk] Number of Jobs Running","[green-grape] Number of Jobs Running","[cashew] Number of Jobs Running","[boysenberry] Number of Jobs Running","[coconut-cream] Number of Jobs Running","[bavarian-cream] Number of Jobs Running","[blackberry] Number of Jobs Running","[cheese] Number of Jobs Running","[chestnut] Number of Jobs Running","[fish] Number of Jobs Running","[butter] Number of Jobs Running","[cherry] Number of Jobs Running","[flapper] Number of Jobs Running","[blueberry] Number of Jobs Running" -2016,46482,8821,378,18,164,64,61,53,52,13,31,28,15,1,12,4,6,3,3 +2016,46482,8822,378,18,164,64,61,53,52,13,31,28,15,1,12,4,6,3,3 2017,9703,6306,159,225,18,28,23,47,1,22,2,11,0,13,0,6,1,1,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/started_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/started_job_count/aggregate-Day-reference.csv index 63d452e614..f18844b2e3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/started_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/started_job_count/aggregate-Day-reference.csv @@ -7,7 +7,7 @@ start,end --------- QOS,"Number of Jobs Started" banana-cream,55819 -curry,14118 +curry,14119 apple,531 bumbleberry,231 derby,177 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/started_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/started_job_count/aggregate-Month-reference.csv index 63d452e614..f18844b2e3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/started_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/started_job_count/aggregate-Month-reference.csv @@ -7,7 +7,7 @@ start,end --------- QOS,"Number of Jobs Started" banana-cream,55819 -curry,14118 +curry,14119 apple,531 bumbleberry,231 derby,177 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/started_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/started_job_count/aggregate-Quarter-reference.csv index 63d452e614..f18844b2e3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/started_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/started_job_count/aggregate-Quarter-reference.csv @@ -7,7 +7,7 @@ start,end --------- QOS,"Number of Jobs Started" banana-cream,55819 -curry,14118 +curry,14119 apple,531 bumbleberry,231 derby,177 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/started_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/started_job_count/aggregate-Year-reference.csv index 63d452e614..f18844b2e3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/started_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/started_job_count/aggregate-Year-reference.csv @@ -7,7 +7,7 @@ start,end --------- QOS,"Number of Jobs Started" banana-cream,55819 -curry,14118 +curry,14119 apple,531 bumbleberry,231 derby,177 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/started_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/started_job_count/timeseries-Day-reference.csv index 0cead458ff..badcd3527e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/started_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/started_job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[banana-cream] Number of Jobs Started","[curry] Number of Jobs Started","[a 2016-12-27,4,8,1,0,5,0,0,0,0,1,2,1,0,0,9,0,0,0,0 2016-12-28,14,371,0,0,10,0,0,11,0,0,0,0,1,0,1,0,0,0,0 2016-12-29,229,968,7,0,59,4,0,4,1,0,6,7,0,0,2,0,1,1,1 -2016-12-30,22180,4555,191,2,80,32,34,0,0,4,5,7,14,0,0,3,4,2,2 +2016-12-30,22180,4556,191,2,80,32,34,0,0,4,5,7,14,0,0,3,4,2,2 2016-12-31,24054,2919,176,16,10,28,27,33,51,8,17,13,0,0,0,1,1,0,0 2017-01-01,9337,5297,153,213,13,28,23,0,0,21,1,0,0,12,0,5,0,1,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/started_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/started_job_count/timeseries-Month-reference.csv index 7437c0fbc2..f9c3c16264 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/started_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/started_job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[banana-cream] Number of Jobs Started","[curry] Number of Jobs Started","[apple] Number of Jobs Started","[bumbleberry] Number of Jobs Started","[derby] Number of Jobs Started","[buttermilk] Number of Jobs Started","[green-grape] Number of Jobs Started","[cashew] Number of Jobs Started","[boysenberry] Number of Jobs Started","[coconut-cream] Number of Jobs Started","[bavarian-cream] Number of Jobs Started","[blackberry] Number of Jobs Started","[cheese] Number of Jobs Started","[chestnut] Number of Jobs Started","[fish] Number of Jobs Started","[butter] Number of Jobs Started","[cherry] Number of Jobs Started","[flapper] Number of Jobs Started","[blueberry] Number of Jobs Started" -2016-12,46482,8821,378,18,164,64,61,53,52,13,31,28,15,1,12,4,6,3,3 +2016-12,46482,8822,378,18,164,64,61,53,52,13,31,28,15,1,12,4,6,3,3 2017-01,9337,5297,153,213,13,28,23,0,0,21,1,0,0,12,0,5,0,1,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/started_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/started_job_count/timeseries-Quarter-reference.csv index e6fb046cd0..a5f1fd02cb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/started_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/started_job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[banana-cream] Number of Jobs Started","[curry] Number of Jobs Started","[apple] Number of Jobs Started","[bumbleberry] Number of Jobs Started","[derby] Number of Jobs Started","[buttermilk] Number of Jobs Started","[green-grape] Number of Jobs Started","[cashew] Number of Jobs Started","[boysenberry] Number of Jobs Started","[coconut-cream] Number of Jobs Started","[bavarian-cream] Number of Jobs Started","[blackberry] Number of Jobs Started","[cheese] Number of Jobs Started","[chestnut] Number of Jobs Started","[fish] Number of Jobs Started","[butter] Number of Jobs Started","[cherry] Number of Jobs Started","[flapper] Number of Jobs Started","[blueberry] Number of Jobs Started" -"2016 Q4",46482,8821,378,18,164,64,61,53,52,13,31,28,15,1,12,4,6,3,3 +"2016 Q4",46482,8822,378,18,164,64,61,53,52,13,31,28,15,1,12,4,6,3,3 "2017 Q1",9337,5297,153,213,13,28,23,0,0,21,1,0,0,12,0,5,0,1,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/started_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/started_job_count/timeseries-Year-reference.csv index 3cb8dfd11e..a7505ba162 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/started_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/started_job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[banana-cream] Number of Jobs Started","[curry] Number of Jobs Started","[apple] Number of Jobs Started","[bumbleberry] Number of Jobs Started","[derby] Number of Jobs Started","[buttermilk] Number of Jobs Started","[green-grape] Number of Jobs Started","[cashew] Number of Jobs Started","[boysenberry] Number of Jobs Started","[coconut-cream] Number of Jobs Started","[bavarian-cream] Number of Jobs Started","[blackberry] Number of Jobs Started","[cheese] Number of Jobs Started","[chestnut] Number of Jobs Started","[fish] Number of Jobs Started","[butter] Number of Jobs Started","[cherry] Number of Jobs Started","[flapper] Number of Jobs Started","[blueberry] Number of Jobs Started" -2016,46482,8821,378,18,164,64,61,53,52,13,31,28,15,1,12,4,6,3,3 +2016,46482,8822,378,18,164,64,61,53,52,13,31,28,15,1,12,4,6,3,3 2017,9337,5297,153,213,13,28,23,0,0,21,1,0,0,12,0,5,0,1,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/submitted_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/submitted_job_count/aggregate-Day-reference.csv index 5aff5958f8..8664c153fa 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/submitted_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/submitted_job_count/aggregate-Day-reference.csv @@ -7,7 +7,7 @@ start,end --------- QOS,"Number of Jobs Submitted" banana-cream,52426 -curry,10762 +curry,10763 apple,526 bumbleberry,168 derby,108 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/submitted_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/submitted_job_count/aggregate-Month-reference.csv index 7c80d11f4e..0db590e8b1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/submitted_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/submitted_job_count/aggregate-Month-reference.csv @@ -7,7 +7,7 @@ start,end --------- QOS,"Number of Jobs Submitted" banana-cream,54661 -curry,13270 +curry,13271 apple,530 derby,177 bumbleberry,168 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/submitted_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/submitted_job_count/aggregate-Quarter-reference.csv index 7c80d11f4e..0db590e8b1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/submitted_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/submitted_job_count/aggregate-Quarter-reference.csv @@ -7,7 +7,7 @@ start,end --------- QOS,"Number of Jobs Submitted" banana-cream,54661 -curry,13270 +curry,13271 apple,530 derby,177 bumbleberry,168 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/submitted_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/submitted_job_count/aggregate-Year-reference.csv index 7c80d11f4e..0db590e8b1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/submitted_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/submitted_job_count/aggregate-Year-reference.csv @@ -7,7 +7,7 @@ start,end --------- QOS,"Number of Jobs Submitted" banana-cream,54661 -curry,13270 +curry,13271 apple,530 derby,177 bumbleberry,168 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/submitted_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/submitted_job_count/timeseries-Day-reference.csv index f2a3bc78a2..987943f26e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/submitted_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/submitted_job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[banana-cream] Number of Jobs Submitted","[curry] Number of Jobs Submitted" 2016-12-27,4,0,1,0,0,0,0,0,0,1,2,1,0,0,0,9,0,0,0 2016-12-28,9,354,0,0,4,0,0,0,11,0,0,0,1,0,0,0,0,0,0 2016-12-29,229,896,7,0,55,4,0,1,0,0,4,7,0,0,0,0,1,1,1 -2016-12-30,22052,3280,191,2,28,32,34,0,0,4,5,7,14,0,3,0,4,2,2 +2016-12-30,22052,3281,191,2,28,32,34,0,0,4,5,7,14,0,3,0,4,2,2 2016-12-31,21953,1783,174,16,8,28,27,51,33,8,16,12,0,0,1,0,1,0,0 2017-01-01,8179,4449,152,150,13,28,23,0,0,21,1,0,0,12,5,0,0,1,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/submitted_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/submitted_job_count/timeseries-Month-reference.csv index 30f4f9eb26..491917622c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/submitted_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/submitted_job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[banana-cream] Number of Jobs Submitted","[curry] Number of Jobs Submitted","[apple] Number of Jobs Submitted","[derby] Number of Jobs Submitted","[bumbleberry] Number of Jobs Submitted","[buttermilk] Number of Jobs Submitted","[green-grape] Number of Jobs Submitted","[cashew] Number of Jobs Submitted","[boysenberry] Number of Jobs Submitted","[coconut-cream] Number of Jobs Submitted","[bavarian-cream] Number of Jobs Submitted","[blackberry] Number of Jobs Submitted","[cheese] Number of Jobs Submitted","[chestnut] Number of Jobs Submitted","[fish] Number of Jobs Submitted","[butter] Number of Jobs Submitted","[cherry] Number of Jobs Submitted","[flapper] Number of Jobs Submitted","[blueberry] Number of Jobs Submitted" -2016-12,46482,8821,378,164,18,64,61,53,52,13,31,28,15,1,12,4,6,3,3 +2016-12,46482,8822,378,164,18,64,61,53,52,13,31,28,15,1,12,4,6,3,3 2017-01,8179,4449,152,13,150,28,23,0,0,21,1,0,0,12,0,5,0,1,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/submitted_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/submitted_job_count/timeseries-Quarter-reference.csv index d2e092b744..73e033aa00 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/submitted_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/submitted_job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[banana-cream] Number of Jobs Submitted","[curry] Number of Jobs Submitted","[apple] Number of Jobs Submitted","[derby] Number of Jobs Submitted","[bumbleberry] Number of Jobs Submitted","[buttermilk] Number of Jobs Submitted","[green-grape] Number of Jobs Submitted","[cashew] Number of Jobs Submitted","[boysenberry] Number of Jobs Submitted","[coconut-cream] Number of Jobs Submitted","[bavarian-cream] Number of Jobs Submitted","[blackberry] Number of Jobs Submitted","[cheese] Number of Jobs Submitted","[chestnut] Number of Jobs Submitted","[fish] Number of Jobs Submitted","[butter] Number of Jobs Submitted","[cherry] Number of Jobs Submitted","[flapper] Number of Jobs Submitted","[blueberry] Number of Jobs Submitted" -"2016 Q4",46482,8821,378,164,18,64,61,53,52,13,31,28,15,1,12,4,6,3,3 +"2016 Q4",46482,8822,378,164,18,64,61,53,52,13,31,28,15,1,12,4,6,3,3 "2017 Q1",8179,4449,152,13,150,28,23,0,0,21,1,0,0,12,0,5,0,1,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/submitted_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/submitted_job_count/timeseries-Year-reference.csv index 28a936e752..52e7736ecc 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/submitted_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/submitted_job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[banana-cream] Number of Jobs Submitted","[curry] Number of Jobs Submitted","[apple] Number of Jobs Submitted","[derby] Number of Jobs Submitted","[bumbleberry] Number of Jobs Submitted","[buttermilk] Number of Jobs Submitted","[green-grape] Number of Jobs Submitted","[cashew] Number of Jobs Submitted","[boysenberry] Number of Jobs Submitted","[coconut-cream] Number of Jobs Submitted","[bavarian-cream] Number of Jobs Submitted","[blackberry] Number of Jobs Submitted","[cheese] Number of Jobs Submitted","[chestnut] Number of Jobs Submitted","[fish] Number of Jobs Submitted","[butter] Number of Jobs Submitted","[cherry] Number of Jobs Submitted","[flapper] Number of Jobs Submitted","[blueberry] Number of Jobs Submitted" -2016,46482,8821,378,164,18,64,61,53,52,13,31,28,15,1,12,4,6,3,3 +2016,46482,8822,378,164,18,64,61,53,52,13,31,28,15,1,12,4,6,3,3 2017,8179,4449,152,13,150,28,23,0,0,21,1,0,0,12,0,5,0,1,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_cpu_hours/aggregate-Day-reference.csv index d906a48f1b..aed15e2a43 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_cpu_hours/aggregate-Day-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- QOS,"CPU Hours: Total" -curry,372506.7756 +curry,372534.9156 banana-cream,287631.3289 derby,69435.3011 cashew,34825.7219 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_cpu_hours/aggregate-Month-reference.csv index d906a48f1b..aed15e2a43 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_cpu_hours/aggregate-Month-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- QOS,"CPU Hours: Total" -curry,372506.7756 +curry,372534.9156 banana-cream,287631.3289 derby,69435.3011 cashew,34825.7219 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_cpu_hours/aggregate-Quarter-reference.csv index d906a48f1b..aed15e2a43 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_cpu_hours/aggregate-Quarter-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- QOS,"CPU Hours: Total" -curry,372506.7756 +curry,372534.9156 banana-cream,287631.3289 derby,69435.3011 cashew,34825.7219 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_cpu_hours/aggregate-Year-reference.csv index d906a48f1b..aed15e2a43 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_cpu_hours/aggregate-Year-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- QOS,"CPU Hours: Total" -curry,372506.7756 +curry,372534.9156 banana-cream,287631.3289 derby,69435.3011 cashew,34825.7219 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_cpu_hours/timeseries-Day-reference.csv index 1301a4a0e0..ba436ad8f4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_cpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[curry] CPU Hours: Total","[banana-cream] CPU Hours: Total","[derby] CPU Ho 2016-12-27,4298.0267,877.5867,6025.4956,1920.0000,468.4192,0,1247.2667,243.1822,181.9511,3.2167,0,288.0000,0,0,0,0,0,0,0 2016-12-28,27128.3481,32475.8044,9314.8578,2310.7378,6296.9511,0,1728.0000,1536.0000,792.0000,24.0000,0,288.0000,94.0111,0,0,0,0,0,0 2016-12-29,82466.3581,44979.1733,20250.6908,7644.0844,8065.3689,1643.9111,1807.2667,1536.0000,1405.2617,502.0997,0,288.0000,480.0000,0,105.6300,7.2400,0,28.6944,52.0042 -2016-12-30,127515.2189,102135.2125,16077.3053,6055.3111,4593.9789,9238.5464,2360.4422,1562.0711,2889.9206,1047.8044,10.8267,288.0000,408.6611,188.5778,376.3667,48.0000,141.2678,95.9114,85.8444 +2016-12-30,127543.3589,102135.2125,16077.3053,6055.3111,4593.9789,9238.5464,2360.4422,1562.0711,2889.9206,1047.8044,10.8267,288.0000,408.6611,188.5778,376.3667,48.0000,141.2678,95.9114,85.8444 2016-12-31,89170.4531,95510.8442,13950.0572,11780.8131,0,3313.1372,2237.0833,2067.3578,2035.3847,1122.1397,37.7500,288.0000,0,158.3044,27.6300,351.9378,103.6008,68.0031,7.1333 2017-01-01,41928.3708,10948.5744,3816.8944,4898.4422,0,27.1514,1841.7511,1466.4622,371.6122,569.4603,3135.8433,287.0161,0,275.7033,0,35.2583,109.9300,45.9622,21.4056 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_cpu_hours/timeseries-Month-reference.csv index 559f43d1c9..0c3deb9c2c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_cpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[curry] CPU Hours: Total","[banana-cream] CPU Hours: Total","[derby] CPU Hours: Total","[cashew] CPU Hours: Total","[fish] CPU Hours: Total","[buttermilk] CPU Hours: Total","[apple] CPU Hours: Total","[coconut-cream] CPU Hours: Total","[bavarian-cream] CPU Hours: Total","[blackberry] CPU Hours: Total","[bumbleberry] CPU Hours: Total","[chestnut] CPU Hours: Total","[cheese] CPU Hours: Total","[butter] CPU Hours: Total","[blueberry] CPU Hours: Total","[boysenberry] CPU Hours: Total","[green-grape] CPU Hours: Total","[cherry] CPU Hours: Total","[flapper] CPU Hours: Total" -2016-12,330578.4047,276682.7544,65618.4067,29927.2797,19424.7181,14195.5947,11649.4956,6944.6111,7385.1217,2699.2606,48.5767,2792.9567,982.6722,346.8822,509.6267,407.1778,244.8686,192.6089,144.9819 +2016-12,330606.5447,276682.7544,65618.4067,29927.2797,19424.7181,14195.5947,11649.4956,6944.6111,7385.1217,2699.2606,48.5767,2792.9567,982.6722,346.8822,509.6267,407.1778,244.8686,192.6089,144.9819 2017-01,41928.3708,10948.5744,3816.8944,4898.4422,0,27.1514,1841.7511,1466.4622,371.6122,569.4603,3135.8433,287.0161,0,275.7033,0,35.2583,109.9300,45.9622,21.4056 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_cpu_hours/timeseries-Quarter-reference.csv index 67ca28213b..97bcf9b585 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_cpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[curry] CPU Hours: Total","[banana-cream] CPU Hours: Total","[derby] CPU Hours: Total","[cashew] CPU Hours: Total","[fish] CPU Hours: Total","[buttermilk] CPU Hours: Total","[apple] CPU Hours: Total","[coconut-cream] CPU Hours: Total","[bavarian-cream] CPU Hours: Total","[blackberry] CPU Hours: Total","[bumbleberry] CPU Hours: Total","[chestnut] CPU Hours: Total","[cheese] CPU Hours: Total","[butter] CPU Hours: Total","[blueberry] CPU Hours: Total","[boysenberry] CPU Hours: Total","[green-grape] CPU Hours: Total","[cherry] CPU Hours: Total","[flapper] CPU Hours: Total" -"2016 Q4",330578.4047,276682.7544,65618.4067,29927.2797,19424.7181,14195.5947,11649.4956,6944.6111,7385.1217,2699.2606,48.5767,2792.9567,982.6722,346.8822,509.6267,407.1778,244.8686,192.6089,144.9819 +"2016 Q4",330606.5447,276682.7544,65618.4067,29927.2797,19424.7181,14195.5947,11649.4956,6944.6111,7385.1217,2699.2606,48.5767,2792.9567,982.6722,346.8822,509.6267,407.1778,244.8686,192.6089,144.9819 "2017 Q1",41928.3708,10948.5744,3816.8944,4898.4422,0,27.1514,1841.7511,1466.4622,371.6122,569.4603,3135.8433,287.0161,0,275.7033,0,35.2583,109.9300,45.9622,21.4056 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_cpu_hours/timeseries-Year-reference.csv index 07565d1335..5303f9ee46 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_cpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[curry] CPU Hours: Total","[banana-cream] CPU Hours: Total","[derby] CPU Hours: Total","[cashew] CPU Hours: Total","[fish] CPU Hours: Total","[buttermilk] CPU Hours: Total","[apple] CPU Hours: Total","[coconut-cream] CPU Hours: Total","[bavarian-cream] CPU Hours: Total","[blackberry] CPU Hours: Total","[bumbleberry] CPU Hours: Total","[chestnut] CPU Hours: Total","[cheese] CPU Hours: Total","[butter] CPU Hours: Total","[blueberry] CPU Hours: Total","[boysenberry] CPU Hours: Total","[green-grape] CPU Hours: Total","[cherry] CPU Hours: Total","[flapper] CPU Hours: Total" -2016,330578.4047,276682.7544,65618.4067,29927.2797,19424.7181,14195.5947,11649.4956,6944.6111,7385.1217,2699.2606,48.5767,2792.9567,982.6722,346.8822,509.6267,407.1778,244.8686,192.6089,144.9819 +2016,330606.5447,276682.7544,65618.4067,29927.2797,19424.7181,14195.5947,11649.4956,6944.6111,7385.1217,2699.2606,48.5767,2792.9567,982.6722,346.8822,509.6267,407.1778,244.8686,192.6089,144.9819 2017,41928.3708,10948.5744,3816.8944,4898.4422,0,27.1514,1841.7511,1466.4622,371.6122,569.4603,3135.8433,287.0161,0,275.7033,0,35.2583,109.9300,45.9622,21.4056 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_node_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_node_hours/aggregate-Day-reference.csv index b14334bc4e..74c5f4071a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_node_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_node_hours/aggregate-Day-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- QOS,"Node Hours: Total" -curry,117317.4928 +curry,117319.8378 banana-cream,23087.8978 derby,6702.5344 cashew,2773.5564 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_node_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_node_hours/aggregate-Month-reference.csv index b14334bc4e..74c5f4071a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_node_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_node_hours/aggregate-Month-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- QOS,"Node Hours: Total" -curry,117317.4928 +curry,117319.8378 banana-cream,23087.8978 derby,6702.5344 cashew,2773.5564 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_node_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_node_hours/aggregate-Quarter-reference.csv index b14334bc4e..74c5f4071a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_node_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_node_hours/aggregate-Quarter-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- QOS,"Node Hours: Total" -curry,117317.4928 +curry,117319.8378 banana-cream,23087.8978 derby,6702.5344 cashew,2773.5564 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_node_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_node_hours/aggregate-Year-reference.csv index b14334bc4e..74c5f4071a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_node_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_node_hours/aggregate-Year-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- QOS,"Node Hours: Total" -curry,117317.4928 +curry,117319.8378 banana-cream,23087.8978 derby,6702.5344 cashew,2773.5564 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_node_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_node_hours/timeseries-Day-reference.csv index 2af0a65247..c42af9daf8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_node_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_node_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[curry] Node Hours: Total","[banana-cream] Node Hours: Total","[derby] Node 2016-12-27,381.4444,43.2739,475.0061,120.0000,75.9694,30.3978,0,3.2167,33.8719,19.2119,0,24.0000,0,0,0,0,0,0,0 2016-12-28,5007.0311,2052.4114,778.0228,144.4211,96.0000,192.0000,0,24.0000,72.0000,220.0297,0,24.0000,0,0,4.7006,0,0,0,0 2016-12-29,22228.5850,2891.2000,1898.0608,477.7553,105.9083,192.0000,102.7444,145.1672,133.7861,275.2928,0,24.0000,7.1736,3.6200,24.0000,0,8.8025,10.4008,0 -2016-12-30,39578.4328,8656.0339,1769.0444,378.4569,248.2956,195.2589,602.9381,297.9511,223.4756,162.2447,0.9458,24.0000,56.5047,24.0000,20.4331,9.4289,31.3639,17.1689,12.5828 +2016-12-30,39580.7778,8656.0339,1769.0444,378.4569,248.2956,195.2589,602.9381,297.9511,223.4756,162.2447,0.9458,24.0000,56.5047,24.0000,20.4331,9.4289,31.3639,17.1689,12.5828 2016-12-31,35055.1525,8446.2783,1437.9561,1112.6033,230.8492,258.4197,232.6122,303.6092,140.0119,0,3.1458,24.0000,50.0147,61.9922,0,19.7881,2.3025,1.4267,8.6342 2017-01-01,15066.8469,969.3614,344.4442,526.7989,219.3428,183.3078,27.1514,149.7428,23.2497,0,261.3203,26.1203,11.4906,17.6292,0,16.3167,0,4.2811,9.1608 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_node_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_node_hours/timeseries-Month-reference.csv index 7e723636e4..3f220fb31d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_node_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_node_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[curry] Node Hours: Total","[banana-cream] Node Hours: Total","[derby] Node Hours: Total","[cashew] Node Hours: Total","[apple] Node Hours: Total","[coconut-cream] Node Hours: Total","[buttermilk] Node Hours: Total","[blackberry] Node Hours: Total","[bavarian-cream] Node Hours: Total","[fish] Node Hours: Total","[bumbleberry] Node Hours: Total","[chestnut] Node Hours: Total","[cherry] Node Hours: Total","[boysenberry] Node Hours: Total","[cheese] Node Hours: Total","[butter] Node Hours: Total","[blueberry] Node Hours: Total","[flapper] Node Hours: Total","[green-grape] Node Hours: Total" -2016-12,102250.6458,22118.5364,6358.0903,2246.7575,921.1331,868.0764,938.2947,773.9442,683.7492,676.7792,4.0917,232.7464,113.6931,89.6122,49.1336,29.2169,42.4689,28.9964,21.2169 +2016-12,102252.9908,22118.5364,6358.0903,2246.7575,921.1331,868.0764,938.2947,773.9442,683.7492,676.7792,4.0917,232.7464,113.6931,89.6122,49.1336,29.2169,42.4689,28.9964,21.2169 2017-01,15066.8469,969.3614,344.4442,526.7989,219.3428,183.3078,27.1514,149.7428,23.2497,0,261.3203,26.1203,11.4906,17.6292,0,16.3167,0,4.2811,9.1608 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_node_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_node_hours/timeseries-Quarter-reference.csv index e39cce3f30..f5ba9250fb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_node_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_node_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[curry] Node Hours: Total","[banana-cream] Node Hours: Total","[derby] Node Hours: Total","[cashew] Node Hours: Total","[apple] Node Hours: Total","[coconut-cream] Node Hours: Total","[buttermilk] Node Hours: Total","[blackberry] Node Hours: Total","[bavarian-cream] Node Hours: Total","[fish] Node Hours: Total","[bumbleberry] Node Hours: Total","[chestnut] Node Hours: Total","[cherry] Node Hours: Total","[boysenberry] Node Hours: Total","[cheese] Node Hours: Total","[butter] Node Hours: Total","[blueberry] Node Hours: Total","[flapper] Node Hours: Total","[green-grape] Node Hours: Total" -"2016 Q4",102250.6458,22118.5364,6358.0903,2246.7575,921.1331,868.0764,938.2947,773.9442,683.7492,676.7792,4.0917,232.7464,113.6931,89.6122,49.1336,29.2169,42.4689,28.9964,21.2169 +"2016 Q4",102252.9908,22118.5364,6358.0903,2246.7575,921.1331,868.0764,938.2947,773.9442,683.7492,676.7792,4.0917,232.7464,113.6931,89.6122,49.1336,29.2169,42.4689,28.9964,21.2169 "2017 Q1",15066.8469,969.3614,344.4442,526.7989,219.3428,183.3078,27.1514,149.7428,23.2497,0,261.3203,26.1203,11.4906,17.6292,0,16.3167,0,4.2811,9.1608 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_node_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_node_hours/timeseries-Year-reference.csv index 3274ab14a7..313e73f0cf 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_node_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_node_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[curry] Node Hours: Total","[banana-cream] Node Hours: Total","[derby] Node Hours: Total","[cashew] Node Hours: Total","[apple] Node Hours: Total","[coconut-cream] Node Hours: Total","[buttermilk] Node Hours: Total","[blackberry] Node Hours: Total","[bavarian-cream] Node Hours: Total","[fish] Node Hours: Total","[bumbleberry] Node Hours: Total","[chestnut] Node Hours: Total","[cherry] Node Hours: Total","[boysenberry] Node Hours: Total","[cheese] Node Hours: Total","[butter] Node Hours: Total","[blueberry] Node Hours: Total","[flapper] Node Hours: Total","[green-grape] Node Hours: Total" -2016,102250.6458,22118.5364,6358.0903,2246.7575,921.1331,868.0764,938.2947,773.9442,683.7492,676.7792,4.0917,232.7464,113.6931,89.6122,49.1336,29.2169,42.4689,28.9964,21.2169 +2016,102252.9908,22118.5364,6358.0903,2246.7575,921.1331,868.0764,938.2947,773.9442,683.7492,676.7792,4.0917,232.7464,113.6931,89.6122,49.1336,29.2169,42.4689,28.9964,21.2169 2017,15066.8469,969.3614,344.4442,526.7989,219.3428,183.3078,27.1514,149.7428,23.2497,0,261.3203,26.1203,11.4906,17.6292,0,16.3167,0,4.2811,9.1608 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_waitduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_waitduration_hours/aggregate-Day-reference.csv index bedd680683..53f83548cb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_waitduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_waitduration_hours/aggregate-Day-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- QOS,"Wait Hours: Total" -curry,245178.1744 +curry,245178.2722 banana-cream,55855.9608 derby,2675.0058 bumbleberry,2188.9739 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_waitduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_waitduration_hours/aggregate-Month-reference.csv index bedd680683..53f83548cb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_waitduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_waitduration_hours/aggregate-Month-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- QOS,"Wait Hours: Total" -curry,245178.1744 +curry,245178.2722 banana-cream,55855.9608 derby,2675.0058 bumbleberry,2188.9739 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_waitduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_waitduration_hours/aggregate-Quarter-reference.csv index bedd680683..53f83548cb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_waitduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_waitduration_hours/aggregate-Quarter-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- QOS,"Wait Hours: Total" -curry,245178.1744 +curry,245178.2722 banana-cream,55855.9608 derby,2675.0058 bumbleberry,2188.9739 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_waitduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_waitduration_hours/aggregate-Year-reference.csv index bedd680683..53f83548cb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_waitduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_waitduration_hours/aggregate-Year-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- QOS,"Wait Hours: Total" -curry,245178.1744 +curry,245178.2722 banana-cream,55855.9608 derby,2675.0058 bumbleberry,2188.9739 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_waitduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_waitduration_hours/timeseries-Day-reference.csv index 70eb897db0..3d2c48e0ba 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_waitduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_waitduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[curry] Wait Hours: Total","[banana-cream] Wait Hours: Total","[derby] Wait 2016-12-27,1678.5397,0.0281,299.6806,0,0.0017,0.0000,0.0019,0.0000,0.0000,0.0000,0,0,0,0,0,0.0000,0,0,0 2016-12-28,2777.3386,300.3025,481.6361,0,0.0000,0.0000,20.5744,0.0000,18.4800,0.0000,0,0,0,0,0.0003,0.0000,0,0,0 2016-12-29,5630.1883,56.9717,284.6967,0,68.2783,0.1114,43.7711,0.0017,17.8439,0.0000,0.0011,0,0.0044,0.0025,0.0000,0.0000,0,0.0003,0.0000 -2016-12-30,181840.8014,11834.7264,1588.3242,1.6408,0.0861,2.0356,0.0000,14.4292,0.0000,0.0000,0.1533,0.0164,0.0000,0.0050,0.0147,0.0008,0.0033,0.0000,0.0000 +2016-12-30,181840.8992,11834.7264,1588.3242,1.6408,0.0861,2.0356,0.0000,14.4292,0.0000,0.0000,0.1533,0.0164,0.0000,0.0050,0.0147,0.0008,0.0033,0.0000,0.0000 2016-12-31,36255.8153,36986.0025,11.0944,0.3231,104.9797,20.6897,0,42.1194,0.2067,0.0000,0.0000,0.0083,0.0128,0.0031,0,0.0017,0.0008,0.0000,0.0000 2017-01-01,16995.4911,6606.9172,9.5739,2187.0100,0.0067,33.3481,0,0.0000,0.0000,1.2328,0,0.0047,0.0000,0.0047,0,0.0031,0.0006,0.0000,0.0003 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_waitduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_waitduration_hours/timeseries-Month-reference.csv index 58e3b185f9..f84f61e8ea 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_waitduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_waitduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[curry] Wait Hours: Total","[banana-cream] Wait Hours: Total","[derby] Wait Hours: Total","[bumbleberry] Wait Hours: Total","[bavarian-cream] Wait Hours: Total","[apple] Wait Hours: Total","[fish] Wait Hours: Total","[blackberry] Wait Hours: Total","[cashew] Wait Hours: Total","[chestnut] Wait Hours: Total","[blueberry] Wait Hours: Total","[green-grape] Wait Hours: Total","[boysenberry] Wait Hours: Total","[buttermilk] Wait Hours: Total","[cheese] Wait Hours: Total","[coconut-cream] Wait Hours: Total","[butter] Wait Hours: Total","[cherry] Wait Hours: Total","[flapper] Wait Hours: Total" -2016-12,228182.6833,49249.0436,2665.4319,1.9639,182.9422,72.0419,64.3475,56.5503,36.5339,0.0003,0.1544,0.0247,0.0172,0.0106,0.0150,0.0025,0.0042,0.0003,0.0000 +2016-12,228182.7811,49249.0436,2665.4319,1.9639,182.9422,72.0419,64.3475,56.5503,36.5339,0.0003,0.1544,0.0247,0.0172,0.0106,0.0150,0.0025,0.0042,0.0003,0.0000 2017-01,16995.4911,6606.9172,9.5739,2187.0100,0.0067,33.3481,0,0.0000,0.0000,1.2328,0,0.0047,0.0000,0.0047,0,0.0031,0.0006,0.0000,0.0003 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_waitduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_waitduration_hours/timeseries-Quarter-reference.csv index ec32f0a67d..074264dbcd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_waitduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_waitduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[curry] Wait Hours: Total","[banana-cream] Wait Hours: Total","[derby] Wait Hours: Total","[bumbleberry] Wait Hours: Total","[bavarian-cream] Wait Hours: Total","[apple] Wait Hours: Total","[fish] Wait Hours: Total","[blackberry] Wait Hours: Total","[cashew] Wait Hours: Total","[chestnut] Wait Hours: Total","[blueberry] Wait Hours: Total","[green-grape] Wait Hours: Total","[boysenberry] Wait Hours: Total","[buttermilk] Wait Hours: Total","[cheese] Wait Hours: Total","[coconut-cream] Wait Hours: Total","[butter] Wait Hours: Total","[cherry] Wait Hours: Total","[flapper] Wait Hours: Total" -"2016 Q4",228182.6833,49249.0436,2665.4319,1.9639,182.9422,72.0419,64.3475,56.5503,36.5339,0.0003,0.1544,0.0247,0.0172,0.0106,0.0150,0.0025,0.0042,0.0003,0.0000 +"2016 Q4",228182.7811,49249.0436,2665.4319,1.9639,182.9422,72.0419,64.3475,56.5503,36.5339,0.0003,0.1544,0.0247,0.0172,0.0106,0.0150,0.0025,0.0042,0.0003,0.0000 "2017 Q1",16995.4911,6606.9172,9.5739,2187.0100,0.0067,33.3481,0,0.0000,0.0000,1.2328,0,0.0047,0.0000,0.0047,0,0.0031,0.0006,0.0000,0.0003 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_waitduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_waitduration_hours/timeseries-Year-reference.csv index a3a655cd04..63d953df08 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_waitduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_waitduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[curry] Wait Hours: Total","[banana-cream] Wait Hours: Total","[derby] Wait Hours: Total","[bumbleberry] Wait Hours: Total","[bavarian-cream] Wait Hours: Total","[apple] Wait Hours: Total","[fish] Wait Hours: Total","[blackberry] Wait Hours: Total","[cashew] Wait Hours: Total","[chestnut] Wait Hours: Total","[blueberry] Wait Hours: Total","[green-grape] Wait Hours: Total","[boysenberry] Wait Hours: Total","[buttermilk] Wait Hours: Total","[cheese] Wait Hours: Total","[coconut-cream] Wait Hours: Total","[butter] Wait Hours: Total","[cherry] Wait Hours: Total","[flapper] Wait Hours: Total" -2016,228182.6833,49249.0436,2665.4319,1.9639,182.9422,72.0419,64.3475,56.5503,36.5339,0.0003,0.1544,0.0247,0.0172,0.0106,0.0150,0.0025,0.0042,0.0003,0.0000 +2016,228182.7811,49249.0436,2665.4319,1.9639,182.9422,72.0419,64.3475,56.5503,36.5339,0.0003,0.1544,0.0247,0.0172,0.0106,0.0150,0.0025,0.0042,0.0003,0.0000 2017,16995.4911,6606.9172,9.5739,2187.0100,0.0067,33.3481,0,0.0000,0.0000,1.2328,0,0.0047,0.0000,0.0047,0,0.0031,0.0006,0.0000,0.0003 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_wallduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_wallduration_hours/aggregate-Day-reference.csv index 017634c2b5..d17caff0ef 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_wallduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_wallduration_hours/aggregate-Day-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- QOS,"Wall Hours: Total" -curry,102068.5361 +curry,102068.7967 banana-cream,16266.9992 cashew,2773.5564 derby,2270.8689 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_wallduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_wallduration_hours/aggregate-Month-reference.csv index 017634c2b5..d17caff0ef 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_wallduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_wallduration_hours/aggregate-Month-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- QOS,"Wall Hours: Total" -curry,102068.5361 +curry,102068.7967 banana-cream,16266.9992 cashew,2773.5564 derby,2270.8689 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_wallduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_wallduration_hours/aggregate-Quarter-reference.csv index 017634c2b5..d17caff0ef 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_wallduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_wallduration_hours/aggregate-Quarter-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- QOS,"Wall Hours: Total" -curry,102068.5361 +curry,102068.7967 banana-cream,16266.9992 cashew,2773.5564 derby,2270.8689 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_wallduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_wallduration_hours/aggregate-Year-reference.csv index 017634c2b5..d17caff0ef 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_wallduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_wallduration_hours/aggregate-Year-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- QOS,"Wall Hours: Total" -curry,102068.5361 +curry,102068.7967 banana-cream,16266.9992 cashew,2773.5564 derby,2270.8689 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_wallduration_hours/timeseries-Day-reference.csv index 6c31243be5..0169c3893c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_wallduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[curry] Wall Hours: Total","[banana-cream] Wall Hours: Total","[cashew] Wal 2016-12-27,108.7789,43.2739,120.0000,102.0608,75.9694,3.2167,19.2119,33.8719,0,24.0000,0,3.7997,0,0,0,0,0,0,0 2016-12-28,3407.8286,371.4633,144.4211,185.7003,96.0000,24.0000,220.0297,72.0000,0,24.0000,0,24.0000,0,0,4.7006,0,0,0,0 2016-12-29,17930.3675,616.2253,477.7553,724.4197,105.9083,145.1672,275.2928,112.6986,0,24.0000,14.6778,24.0000,7.1736,3.6200,24.0000,8.8025,0,10.4008,0 -2016-12-30,34022.1689,6373.9053,378.4569,907.6750,248.2767,297.9511,162.2447,151.4756,0.9458,24.0000,109.4747,24.5364,56.5047,24.0000,20.4331,31.3639,2.3631,17.1689,9.5692 +2016-12-30,34022.4294,6373.9053,378.4569,907.6750,248.2767,297.9511,162.2447,151.4756,0.9458,24.0000,109.4747,24.5364,56.5047,24.0000,20.4331,31.3639,2.3631,17.1689,9.5692 2016-12-31,32190.1294,7863.4311,1112.6033,276.3244,230.8492,303.6092,0,87.7686,3.1458,24.0000,56.5822,32.4836,50.0147,61.9922,0,2.3025,19.7881,1.4267,6.0939 2017-01-01,14409.2628,969.3614,526.7989,74.6886,219.3428,149.7428,0,23.2497,261.3203,26.1203,27.1514,36.5161,11.4906,17.6292,0,0,16.3167,4.2811,5.3183 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_wallduration_hours/timeseries-Month-reference.csv index ff9cac9053..e062da0225 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_wallduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[curry] Wall Hours: Total","[banana-cream] Wall Hours: Total","[cashew] Wall Hours: Total","[derby] Wall Hours: Total","[apple] Wall Hours: Total","[blackberry] Wall Hours: Total","[fish] Wall Hours: Total","[bavarian-cream] Wall Hours: Total","[bumbleberry] Wall Hours: Total","[chestnut] Wall Hours: Total","[buttermilk] Wall Hours: Total","[coconut-cream] Wall Hours: Total","[cherry] Wall Hours: Total","[boysenberry] Wall Hours: Total","[cheese] Wall Hours: Total","[blueberry] Wall Hours: Total","[butter] Wall Hours: Total","[flapper] Wall Hours: Total","[green-grape] Wall Hours: Total" -2016-12,87659.2733,15297.6378,2246.7575,2196.1803,921.1142,773.9442,676.7792,538.4183,4.0917,232.7464,180.7347,108.8197,113.6931,89.6122,49.1336,42.4689,22.1511,28.9964,15.6631 +2016-12,87659.5339,15297.6378,2246.7575,2196.1803,921.1142,773.9442,676.7792,538.4183,4.0917,232.7464,180.7347,108.8197,113.6931,89.6122,49.1336,42.4689,22.1511,28.9964,15.6631 2017-01,14409.2628,969.3614,526.7989,74.6886,219.3428,149.7428,0,23.2497,261.3203,26.1203,27.1514,36.5161,11.4906,17.6292,0,0,16.3167,4.2811,5.3183 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_wallduration_hours/timeseries-Quarter-reference.csv index 1bd489cd82..e3ee458b0c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_wallduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[curry] Wall Hours: Total","[banana-cream] Wall Hours: Total","[cashew] Wall Hours: Total","[derby] Wall Hours: Total","[apple] Wall Hours: Total","[blackberry] Wall Hours: Total","[fish] Wall Hours: Total","[bavarian-cream] Wall Hours: Total","[bumbleberry] Wall Hours: Total","[chestnut] Wall Hours: Total","[buttermilk] Wall Hours: Total","[coconut-cream] Wall Hours: Total","[cherry] Wall Hours: Total","[boysenberry] Wall Hours: Total","[cheese] Wall Hours: Total","[blueberry] Wall Hours: Total","[butter] Wall Hours: Total","[flapper] Wall Hours: Total","[green-grape] Wall Hours: Total" -"2016 Q4",87659.2733,15297.6378,2246.7575,2196.1803,921.1142,773.9442,676.7792,538.4183,4.0917,232.7464,180.7347,108.8197,113.6931,89.6122,49.1336,42.4689,22.1511,28.9964,15.6631 +"2016 Q4",87659.5339,15297.6378,2246.7575,2196.1803,921.1142,773.9442,676.7792,538.4183,4.0917,232.7464,180.7347,108.8197,113.6931,89.6122,49.1336,42.4689,22.1511,28.9964,15.6631 "2017 Q1",14409.2628,969.3614,526.7989,74.6886,219.3428,149.7428,0,23.2497,261.3203,26.1203,27.1514,36.5161,11.4906,17.6292,0,0,16.3167,4.2811,5.3183 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_wallduration_hours/timeseries-Year-reference.csv index 463daaf221..65da5b304b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/total_wallduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[curry] Wall Hours: Total","[banana-cream] Wall Hours: Total","[cashew] Wall Hours: Total","[derby] Wall Hours: Total","[apple] Wall Hours: Total","[blackberry] Wall Hours: Total","[fish] Wall Hours: Total","[bavarian-cream] Wall Hours: Total","[bumbleberry] Wall Hours: Total","[chestnut] Wall Hours: Total","[buttermilk] Wall Hours: Total","[coconut-cream] Wall Hours: Total","[cherry] Wall Hours: Total","[boysenberry] Wall Hours: Total","[cheese] Wall Hours: Total","[blueberry] Wall Hours: Total","[butter] Wall Hours: Total","[flapper] Wall Hours: Total","[green-grape] Wall Hours: Total" -2016,87659.2733,15297.6378,2246.7575,2196.1803,921.1142,773.9442,676.7792,538.4183,4.0917,232.7464,180.7347,108.8197,113.6931,89.6122,49.1336,42.4689,22.1511,28.9964,15.6631 +2016,87659.5339,15297.6378,2246.7575,2196.1803,921.1142,773.9442,676.7792,538.4183,4.0917,232.7464,180.7347,108.8197,113.6931,89.6122,49.1336,42.4689,22.1511,28.9964,15.6631 2017,14409.2628,969.3614,526.7989,74.6886,219.3428,149.7428,0,23.2497,261.3203,26.1203,27.1514,36.5161,11.4906,17.6292,0,0,16.3167,4.2811,5.3183 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/utilization/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/utilization/aggregate-Day-reference.csv index 8053ecfbfc..897db35414 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/utilization/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/utilization/aggregate-Day-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- QOS,"Screwdriver CPU Utilization (%)" -curry,35.2753 +curry,35.2779 banana-cream,8.5605 derby,6.5753 cashew,5.1824 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/utilization/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/utilization/aggregate-Month-reference.csv index 34facc30b5..9236873dc7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/utilization/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/utilization/aggregate-Month-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- QOS,"Screwdriver CPU Utilization (%)" -curry,7.6084 +curry,7.6090 banana-cream,1.9206 derby,1.4182 cashew,0.9805 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/utilization/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/utilization/aggregate-Quarter-reference.csv index 7be0ad79ae..37a97c373a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/utilization/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/utilization/aggregate-Quarter-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- QOS,"Screwdriver CPU Utilization (%)" -curry,3.5275 +curry,3.5278 banana-cream,0.7643 derby,0.6575 cashew,0.3779 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/utilization/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/utilization/timeseries-Day-reference.csv index fe590db8ec..cb3bd3c156 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/utilization/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/utilization/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[curry] Screwdriver CPU Utilization (%)","[banana-cream] Screwdriver CPU Ut 2016-12-27,4.4771,0.4571,6.2766,2.0000,0,0.4879,0.2533,1.2992,0.1895,0.3000,0.0034,0,0,0,0,0,0,0,0 2016-12-28,28.2587,16.9145,9.7030,2.4070,0,6.5593,1.6000,1.8000,0.8250,0.3000,0.0250,0,0.0979,0,0,0,0,0,0 2016-12-29,85.9025,15.6178,21.0945,7.9626,1.7124,8.4014,1.6000,1.8826,1.4638,0.3000,0.5230,0,0.5000,0,0.1100,0.0299,0,0.0075,0.0542 -2016-12-30,132.8284,26.5977,16.7472,6.3076,9.6235,4.7854,1.6272,1.2294,3.0103,0.3000,1.0915,0.0113,0.4257,0.1964,0.3920,0.0999,0.1472,0.0500,0.0894 +2016-12-30,132.8577,26.5977,16.7472,6.3076,9.6235,4.7854,1.6272,1.2294,3.0103,0.3000,1.0915,0.0113,0.4257,0.1964,0.3920,0.0999,0.1472,0.0500,0.0894 2016-12-31,92.8859,24.8726,14.5313,12.2717,3.4512,0,2.1535,1.1651,1.0601,0.3000,0.5844,0.0393,0,0.1649,0.0288,0.0708,0.1079,0.1833,0.0074 2017-01-01,43.6754,2.8512,3.9759,5.1025,0.0283,0,1.5276,1.9185,0.3871,0.2990,0.5932,3.2665,0,0.2872,0,0.0479,0.1145,0.0367,0.0223 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/utilization/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/utilization/timeseries-Month-reference.csv index b0abd66f58..ce7b921f56 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/utilization/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/utilization/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[curry] Screwdriver CPU Utilization (%)","[banana-cream] Screwdriver CPU Utilization (%)","[derby] Screwdriver CPU Utilization (%)","[cashew] Screwdriver CPU Utilization (%)","[buttermilk] Screwdriver CPU Utilization (%)","[fish] Screwdriver CPU Utilization (%)","[coconut-cream] Screwdriver CPU Utilization (%)","[apple] Screwdriver CPU Utilization (%)","[bavarian-cream] Screwdriver CPU Utilization (%)","[chestnut] Screwdriver CPU Utilization (%)","[blackberry] Screwdriver CPU Utilization (%)","[bumbleberry] Screwdriver CPU Utilization (%)","[cheese] Screwdriver CPU Utilization (%)","[butter] Screwdriver CPU Utilization (%)","[blueberry] Screwdriver CPU Utilization (%)","[green-grape] Screwdriver CPU Utilization (%)","[cherry] Screwdriver CPU Utilization (%)","[boysenberry] Screwdriver CPU Utilization (%)","[flapper] Screwdriver CPU Utilization (%)" -2016-12,17.2176,9.0066,3.4176,5.1957,2.9574,1.0117,0.7234,0.7138,0.4525,0.2909,0.1654,0.0030,0.1706,0.0328,0.0483,0.0128,0.0334,0.0249,0.0076 +2016-12,17.2191,9.0066,3.4176,5.1957,2.9574,1.0117,0.7234,0.7138,0.4525,0.2909,0.1654,0.0030,0.1706,0.0328,0.0483,0.0128,0.0334,0.0249,0.0076 2017-01,1.4089,0.0920,0.1283,0.1646,0.0009,0,0.0493,0.0619,0.0125,0.0096,0.0191,0.1054,0,0.0093,0,0.0037,0.0015,0.0012,0.0007 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/utilization/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/utilization/timeseries-Quarter-reference.csv index 37efa7bbb2..9aa2649004 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/utilization/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/utilization/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[curry] Screwdriver CPU Utilization (%)","[banana-cream] Screwdriver CPU Utilization (%)","[derby] Screwdriver CPU Utilization (%)","[cashew] Screwdriver CPU Utilization (%)","[fish] Screwdriver CPU Utilization (%)","[buttermilk] Screwdriver CPU Utilization (%)","[coconut-cream] Screwdriver CPU Utilization (%)","[apple] Screwdriver CPU Utilization (%)","[bavarian-cream] Screwdriver CPU Utilization (%)","[chestnut] Screwdriver CPU Utilization (%)","[blackberry] Screwdriver CPU Utilization (%)","[bumbleberry] Screwdriver CPU Utilization (%)","[cheese] Screwdriver CPU Utilization (%)","[butter] Screwdriver CPU Utilization (%)","[blueberry] Screwdriver CPU Utilization (%)","[green-grape] Screwdriver CPU Utilization (%)","[cherry] Screwdriver CPU Utilization (%)","[boysenberry] Screwdriver CPU Utilization (%)","[flapper] Screwdriver CPU Utilization (%)" -"2016 Q4",17.2176,9.0066,3.4176,5.1957,1.0117,2.9574,0.7234,0.7138,0.4525,0.2909,0.1654,0.0030,0.1706,0.0328,0.0483,0.0128,0.0334,0.0249,0.0076 +"2016 Q4",17.2191,9.0066,3.4176,5.1957,1.0117,2.9574,0.7234,0.7138,0.4525,0.2909,0.1654,0.0030,0.1706,0.0328,0.0483,0.0128,0.0334,0.0249,0.0076 "2017 Q1",0.4853,0.0317,0.0442,0.0567,0,0.0003,0.0170,0.0213,0.0043,0.0033,0.0066,0.0363,0,0.0032,0,0.0013,0.0005,0.0004,0.0002 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/utilization/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/utilization/timeseries-Year-reference.csv index 6aac276d80..469100da51 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/utilization/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/qos/utilization/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[curry] Screwdriver CPU Utilization (%)","[banana-cream] Screwdriver CPU Utilization (%)","[derby] Screwdriver CPU Utilization (%)","[cashew] Screwdriver CPU Utilization (%)","[fish] Screwdriver CPU Utilization (%)","[buttermilk] Screwdriver CPU Utilization (%)","[coconut-cream] Screwdriver CPU Utilization (%)","[apple] Screwdriver CPU Utilization (%)","[bavarian-cream] Screwdriver CPU Utilization (%)","[chestnut] Screwdriver CPU Utilization (%)","[blackberry] Screwdriver CPU Utilization (%)","[bumbleberry] Screwdriver CPU Utilization (%)","[cheese] Screwdriver CPU Utilization (%)","[butter] Screwdriver CPU Utilization (%)","[blueberry] Screwdriver CPU Utilization (%)","[green-grape] Screwdriver CPU Utilization (%)","[cherry] Screwdriver CPU Utilization (%)","[boysenberry] Screwdriver CPU Utilization (%)","[flapper] Screwdriver CPU Utilization (%)" -2016,17.2176,9.0066,3.4176,5.1957,1.0117,2.9574,0.7234,0.7138,0.4525,0.2909,0.1654,0.0030,0.1706,0.0328,0.0483,0.0128,0.0334,0.0249,0.0076 +2016,17.2191,9.0066,3.4176,5.1957,1.0117,2.9574,0.7234,0.7138,0.4525,0.2909,0.1654,0.0030,0.1706,0.0328,0.0483,0.0128,0.0334,0.0249,0.0076 2017,0.1197,0.0078,0.0109,0.0140,0,0.0001,0.0042,0.0053,0.0011,0.0008,0.0016,0.0089,0,0.0008,0,0.0003,0.0001,0.0001,0.0001 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/active_person_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/active_person_count/aggregate-Day-reference.csv index a9db54d856..4c6dda5e74 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/active_person_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/active_person_count/aggregate-Day-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Queue,"Number of Users: Active" -white,41 +white,42 potbrood,8 black,6 cornbread,6 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/active_person_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/active_person_count/aggregate-Month-reference.csv index a9db54d856..4c6dda5e74 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/active_person_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/active_person_count/aggregate-Month-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Queue,"Number of Users: Active" -white,41 +white,42 potbrood,8 black,6 cornbread,6 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/active_person_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/active_person_count/aggregate-Quarter-reference.csv index a9db54d856..4c6dda5e74 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/active_person_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/active_person_count/aggregate-Quarter-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Queue,"Number of Users: Active" -white,41 +white,42 potbrood,8 black,6 cornbread,6 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/active_person_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/active_person_count/aggregate-Year-reference.csv index a9db54d856..4c6dda5e74 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/active_person_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/active_person_count/aggregate-Year-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Queue,"Number of Users: Active" -white,41 +white,42 potbrood,8 black,6 cornbread,6 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/active_person_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/active_person_count/timeseries-Day-reference.csv index 24844bf5e5..4e330ffd26 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/active_person_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/active_person_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[white] Number of Users: Active","[potbrood] Number of Users: Active","[bla 2016-12-27,6,0,1,2,0,2,2,0,1,1,0,0,0,0,0,1,0,1 2016-12-28,12,0,3,2,0,3,3,0,1,1,1,0,0,0,0,1,0,1 2016-12-29,25,0,6,4,1,3,4,0,1,2,1,1,1,1,1,1,0,1 -2016-12-30,38,7,6,6,4,4,4,3,2,2,2,2,2,1,1,1,0,1 +2016-12-30,39,7,6,6,4,4,4,3,2,2,2,2,2,1,1,1,0,1 2016-12-31,32,4,5,5,4,4,1,2,3,2,0,2,1,1,1,1,1,1 2017-01-01,20,1,2,2,3,3,0,2,3,2,0,1,1,1,0,1,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/active_person_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/active_person_count/timeseries-Month-reference.csv index e145859b4c..a268b30c93 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/active_person_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/active_person_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[white] Number of Users: Active","[potbrood] Number of Users: Active","[black] Number of Users: Active","[cornbread] Number of Users: Active","[brown] Number of Users: Active","[croutons] Number of Users: Active","[roti] Number of Users: Active","[bannock] Number of Users: Active","[crumpet] Number of Users: Active","[brioche] Number of Users: Active","[panettone] Number of Users: Active","[pita] Number of Users: Active","[pumpernickel] Number of Users: Active","[barm] Number of Users: Active","[chapti] Number of Users: Active","[focaccia] Number of Users: Active","[nann] Number of Users: Active","[pikelet] Number of Users: Active" -2016-12,40,8,6,6,4,4,4,3,3,2,2,2,2,1,1,1,1,1 +2016-12,41,8,6,6,4,4,4,3,3,2,2,2,2,1,1,1,1,1 2017-01,20,1,2,2,3,3,0,2,3,2,0,1,1,1,0,1,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/active_person_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/active_person_count/timeseries-Quarter-reference.csv index a7a3a6bc84..1ab6757c5a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/active_person_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/active_person_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[white] Number of Users: Active","[potbrood] Number of Users: Active","[black] Number of Users: Active","[cornbread] Number of Users: Active","[brown] Number of Users: Active","[croutons] Number of Users: Active","[roti] Number of Users: Active","[bannock] Number of Users: Active","[crumpet] Number of Users: Active","[brioche] Number of Users: Active","[panettone] Number of Users: Active","[pita] Number of Users: Active","[pumpernickel] Number of Users: Active","[barm] Number of Users: Active","[chapti] Number of Users: Active","[focaccia] Number of Users: Active","[nann] Number of Users: Active","[pikelet] Number of Users: Active" -"2016 Q4",40,8,6,6,4,4,4,3,3,2,2,2,2,1,1,1,1,1 +"2016 Q4",41,8,6,6,4,4,4,3,3,2,2,2,2,1,1,1,1,1 "2017 Q1",20,1,2,2,3,3,0,2,3,2,0,1,1,1,0,1,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/active_person_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/active_person_count/timeseries-Year-reference.csv index 3c88169a5c..a763c7b931 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/active_person_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/active_person_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[white] Number of Users: Active","[potbrood] Number of Users: Active","[black] Number of Users: Active","[cornbread] Number of Users: Active","[brown] Number of Users: Active","[croutons] Number of Users: Active","[roti] Number of Users: Active","[bannock] Number of Users: Active","[crumpet] Number of Users: Active","[brioche] Number of Users: Active","[panettone] Number of Users: Active","[pita] Number of Users: Active","[pumpernickel] Number of Users: Active","[barm] Number of Users: Active","[chapti] Number of Users: Active","[focaccia] Number of Users: Active","[nann] Number of Users: Active","[pikelet] Number of Users: Active" -2016,40,8,6,6,4,4,4,3,3,2,2,2,2,1,1,1,1,1 +2016,41,8,6,6,4,4,4,3,3,2,2,2,2,1,1,1,1,1 2017,20,1,2,2,3,3,0,2,3,2,0,1,1,1,0,1,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_cpu_hours/aggregate-Day-reference.csv index b00e446a82..22118ffb8f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_cpu_hours/aggregate-Day-reference.csv @@ -19,7 +19,7 @@ panettone,65.51148148,37.94894414137108 bannock,56.47858025,13.419997925806559 pumpernickel,41.59687500,8.792253378250166 pita,39.76185185, -white,30.72319343,1.576019047989531 +white,30.72301265,1.5759087623928105 croutons,22.13566106,2.193319495548494 nann,13.85848617,0.21603874775956594 black,4.96075667,0.39050731312870735 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_cpu_hours/aggregate-Month-reference.csv index 83696bb97c..4a76055454 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_cpu_hours/aggregate-Month-reference.csv @@ -19,7 +19,7 @@ panettone,65.51148148,61.73618026540957 bannock,56.47858025,13.419997925806559 pumpernickel,41.59687500,23.13876312144338 pita,39.76185185,6.954023834196349 -white,30.72319343,2.6204061416161 +white,30.72301265,2.620222761601103 croutons,22.13566106,4.758147308851854 nann,13.85848617,0.21603874775956594 black,4.96075667,0.7230367811264875 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_cpu_hours/aggregate-Quarter-reference.csv index 83696bb97c..4a76055454 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_cpu_hours/aggregate-Quarter-reference.csv @@ -19,7 +19,7 @@ panettone,65.51148148,61.73618026540957 bannock,56.47858025,13.419997925806559 pumpernickel,41.59687500,23.13876312144338 pita,39.76185185,6.954023834196349 -white,30.72319343,2.6204061416161 +white,30.72301265,2.620222761601103 croutons,22.13566106,4.758147308851854 nann,13.85848617,0.21603874775956594 black,4.96075667,0.7230367811264875 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_cpu_hours/aggregate-Year-reference.csv index 83696bb97c..4a76055454 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_cpu_hours/aggregate-Year-reference.csv @@ -19,7 +19,7 @@ panettone,65.51148148,61.73618026540957 bannock,56.47858025,13.419997925806559 pumpernickel,41.59687500,23.13876312144338 pita,39.76185185,6.954023834196349 -white,30.72319343,2.6204061416161 +white,30.72301265,2.620222761601103 croutons,22.13566106,4.758147308851854 nann,13.85848617,0.21603874775956594 black,4.96075667,0.7230367811264875 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_cpu_hours/timeseries-Day-reference.csv index aecd9374c8..693dd5f9ad 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_cpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[roti] CPU Hours: Per Job","[pikelet] CPU Hours: Per Job","[cornbread] CPU 2016-12-27,52.04657407,384.00000000,67.98933333,243.18222222,288.00000000,3.21666667,0,0,0,0,0,0,0,794.11709402,305.01037037,0,136.79555556,0 2016-12-28,591.26222222,144.42111111,312.00000000,1536.00000000,288.00000000,24.00000000,0,0,0,94.01111111,0,0,0,92.20425573,382.18857143,0,2197.17746032,0 2016-12-29,642.62349206,382.20422222,197.56924242,1536.00000000,288.00000000,64.67280864,410.97777778,7.24000000,105.63000000,480.00000000,0,52.00416667,28.69444444,71.73057709,122.39944444,0,185.34869732,0 -2016-12-30,325.71734568,302.76555556,174.53574495,312.41422222,288.00000000,71.43784314,256.62628858,48.00000000,66.19722222,27.24407407,50.54044444,28.61481481,19.18227778,23.52835910,12.08797952,0,4.44285199,4.05184127 +2016-12-30,325.71734568,302.76555556,174.53574495,312.41422222,288.00000000,71.43784314,256.62628858,48.00000000,66.19722222,27.24407407,50.54044444,28.61481481,19.18227778,23.52912135,12.08797952,0,4.44285199,4.05184127 2016-12-31,561.31555556,245.43360532,94.71781481,229.70641975,288.00000000,69.87630117,103.53553819,48.00000000,23.68777778,0,78.67925926,7.13333333,22.66768519,21.23818487,11.68358025,2.35937500,3.82502985,3.83706790 2017-01-01,0,104.22217494,185.80611111,66.65737374,22.07816239,47.93946759,0.96969246,35.25833333,0,0,47.98858586,21.40555556,45.96222222,7.23359666,10.26015720,13.93708148,0.97867284,4.77956522 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_cpu_hours/timeseries-Month-reference.csv index cdb86f600f..de7763f0ec 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_cpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[roti] CPU Hours: Per Job","[pikelet] CPU Hours: Per Job","[cornbread] CPU Hours: Per Job","[crumpet] CPU Hours: Per Job","[focaccia] CPU Hours: Per Job","[brioche] CPU Hours: Per Job","[brown] CPU Hours: Per Job","[barm] CPU Hours: Per Job","[chapti] CPU Hours: Per Job","[panettone] CPU Hours: Per Job","[bannock] CPU Hours: Per Job","[pumpernickel] CPU Hours: Per Job","[pita] CPU Hours: Per Job","[white] CPU Hours: Per Job","[croutons] CPU Hours: Per Job","[nann] CPU Hours: Per Job","[black] CPU Hours: Per Job","[potbrood] CPU Hours: Per Job" -2016-12,1244.07001543,564.66565514,246.25301768,534.20085470,2792.95666667,157.56825000,221.80616753,103.24000000,71.73458333,65.51148148,61.09250000,48.32731481,32.10148148,43.79903347,26.76184720,2.35937500,5.74575693,3.95831093 +2016-12,1244.07001543,564.66565514,246.25301768,534.20085470,2792.95666667,157.56825000,221.80616753,103.24000000,71.73458333,65.51148148,61.09250000,48.32731481,32.10148148,43.79728951,26.76184720,2.35937500,5.74575693,3.95831093 2017-01,0,104.22217494,185.80611111,66.65737374,22.07816239,47.93946759,0.96969246,35.25833333,0,0,47.98858586,21.40555556,45.96222222,7.23359666,10.26015720,13.93708148,0.97867284,4.77956522 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_cpu_hours/timeseries-Quarter-reference.csv index aa8e59d3ce..667a96fd33 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_cpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[roti] CPU Hours: Per Job","[pikelet] CPU Hours: Per Job","[cornbread] CPU Hours: Per Job","[crumpet] CPU Hours: Per Job","[focaccia] CPU Hours: Per Job","[brioche] CPU Hours: Per Job","[brown] CPU Hours: Per Job","[barm] CPU Hours: Per Job","[chapti] CPU Hours: Per Job","[panettone] CPU Hours: Per Job","[bannock] CPU Hours: Per Job","[pumpernickel] CPU Hours: Per Job","[pita] CPU Hours: Per Job","[white] CPU Hours: Per Job","[croutons] CPU Hours: Per Job","[nann] CPU Hours: Per Job","[black] CPU Hours: Per Job","[potbrood] CPU Hours: Per Job" -"2016 Q4",1244.07001543,564.66565514,246.25301768,534.20085470,2792.95666667,157.56825000,221.80616753,103.24000000,71.73458333,65.51148148,61.09250000,48.32731481,32.10148148,43.79903347,26.76184720,2.35937500,5.74575693,3.95831093 +"2016 Q4",1244.07001543,564.66565514,246.25301768,534.20085470,2792.95666667,157.56825000,221.80616753,103.24000000,71.73458333,65.51148148,61.09250000,48.32731481,32.10148148,43.79728951,26.76184720,2.35937500,5.74575693,3.95831093 "2017 Q1",0,104.22217494,185.80611111,66.65737374,22.07816239,47.93946759,0.96969246,35.25833333,0,0,47.98858586,21.40555556,45.96222222,7.23359666,10.26015720,13.93708148,0.97867284,4.77956522 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_cpu_hours/timeseries-Year-reference.csv index aa109e963c..249d45ac4a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_cpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[roti] CPU Hours: Per Job","[pikelet] CPU Hours: Per Job","[cornbread] CPU Hours: Per Job","[crumpet] CPU Hours: Per Job","[focaccia] CPU Hours: Per Job","[brioche] CPU Hours: Per Job","[brown] CPU Hours: Per Job","[barm] CPU Hours: Per Job","[chapti] CPU Hours: Per Job","[panettone] CPU Hours: Per Job","[bannock] CPU Hours: Per Job","[pumpernickel] CPU Hours: Per Job","[pita] CPU Hours: Per Job","[white] CPU Hours: Per Job","[croutons] CPU Hours: Per Job","[nann] CPU Hours: Per Job","[black] CPU Hours: Per Job","[potbrood] CPU Hours: Per Job" -2016,1244.07001543,564.66565514,246.25301768,534.20085470,2792.95666667,157.56825000,221.80616753,103.24000000,71.73458333,65.51148148,61.09250000,48.32731481,32.10148148,43.79903347,26.76184720,2.35937500,5.74575693,3.95831093 +2016,1244.07001543,564.66565514,246.25301768,534.20085470,2792.95666667,157.56825000,221.80616753,103.24000000,71.73458333,65.51148148,61.09250000,48.32731481,32.10148148,43.79728951,26.76184720,2.35937500,5.74575693,3.95831093 2017,0,104.22217494,185.80611111,66.65737374,22.07816239,47.93946759,0.96969246,35.25833333,0,0,47.98858586,21.40555556,45.96222222,7.23359666,10.26015720,13.93708148,0.97867284,4.77956522 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv index ed73b0cce0..aac970ee1b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv @@ -9,7 +9,7 @@ Queue,"Job Size: Weighted By CPU Hours (Core Count)" brown,111.3630 black,87.1590 crumpet,62.9605 -white,61.7818 +white,61.7847 roti,31.9003 cornbread,28.1249 bannock,27.0485 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv index ed73b0cce0..aac970ee1b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv @@ -9,7 +9,7 @@ Queue,"Job Size: Weighted By CPU Hours (Core Count)" brown,111.3630 black,87.1590 crumpet,62.9605 -white,61.7818 +white,61.7847 roti,31.9003 cornbread,28.1249 bannock,27.0485 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv index ed73b0cce0..aac970ee1b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv @@ -9,7 +9,7 @@ Queue,"Job Size: Weighted By CPU Hours (Core Count)" brown,111.3630 black,87.1590 crumpet,62.9605 -white,61.7818 +white,61.7847 roti,31.9003 cornbread,28.1249 bannock,27.0485 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv index ed73b0cce0..aac970ee1b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv @@ -9,7 +9,7 @@ Queue,"Job Size: Weighted By CPU Hours (Core Count)" brown,111.3630 black,87.1590 crumpet,62.9605 -white,61.7818 +white,61.7847 roti,31.9003 cornbread,28.1249 bannock,27.0485 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv index 31e22fdc7c..fb03b809ba 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[brown] Job Size: Weighted By CPU Hours (Core Count)","[black] Job Size: We 2016-12-27,0,16.0000,64.0000,91.7014,31.6875,14.9410,0,0,0,20.1637,16.0000,0,0,12.0000,0,1.0000,0,0 2016-12-28,0,179.3856,64.0000,79.4893,31.8856,15.7692,0,0,20.0000,19.4638,16.0000,0,0,12.0000,0,1.0000,0,0 2016-12-29,112.0000,173.0716,64.0000,66.2185,31.9173,25.1202,0,0,20.0000,18.5883,16.0000,12.0000,0,12.0000,5.0000,3.8650,4.0000,2.0000 -2016-12-30,111.6728,81.2725,63.8308,65.6887,31.8980,33.6124,61.6969,20.0946,20.0000,10.7460,16.0000,12.0000,0,12.0000,5.0000,3.8814,2.6435,2.0000 +2016-12-30,111.6728,81.2725,63.8308,65.6971,31.8980,33.6124,61.6969,20.0946,20.0000,10.7460,16.0000,12.0000,0,12.0000,5.0000,3.8814,2.6435,2.0000 2016-12-31,111.0872,30.5411,63.9287,58.4257,32.0000,33.7236,11.9519,21.3018,0,10.3461,11.9114,12.0000,12.0000,12.0000,5.0000,3.9261,2.0581,2.0000 2017-01-01,1.0000,12.6086,58.3187,26.5000,0,15.9990,17.2122,22.0668,0,8.6544,10.2343,0,12.0000,11.6043,5.0000,3.9487,4.0000,2.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv index e751ad98f9..e0145942e9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[brown] Job Size: Weighted By CPU Hours (Core Count)","[black] Job Size: Weighted By CPU Hours (Core Count)","[crumpet] Job Size: Weighted By CPU Hours (Core Count)","[white] Job Size: Weighted By CPU Hours (Core Count)","[roti] Job Size: Weighted By CPU Hours (Core Count)","[cornbread] Job Size: Weighted By CPU Hours (Core Count)","[bannock] Job Size: Weighted By CPU Hours (Core Count)","[potbrood] Job Size: Weighted By CPU Hours (Core Count)","[panettone] Job Size: Weighted By CPU Hours (Core Count)","[croutons] Job Size: Weighted By CPU Hours (Core Count)","[pikelet] Job Size: Weighted By CPU Hours (Core Count)","[chapti] Job Size: Weighted By CPU Hours (Core Count)","[nann] Job Size: Weighted By CPU Hours (Core Count)","[focaccia] Job Size: Weighted By CPU Hours (Core Count)","[pumpernickel] Job Size: Weighted By CPU Hours (Core Count)","[brioche] Job Size: Weighted By CPU Hours (Core Count)","[pita] Job Size: Weighted By CPU Hours (Core Count)","[barm] Job Size: Weighted By CPU Hours (Core Count)" -2016-12,111.5740,89.7835,63.9407,65.8862,31.9003,28.5408,37.6725,20.6042,20.0000,14.9805,14.3905,12.0000,12.0000,12.0000,5.0000,3.8723,2.6389,2.0000 +2016-12,111.5740,89.7835,63.9407,65.8892,31.9003,28.5408,37.6725,20.6042,20.0000,14.9805,14.3905,12.0000,12.0000,12.0000,5.0000,3.8723,2.6389,2.0000 2017-01,1.0000,12.6086,58.3187,26.5000,0,15.9990,17.2122,22.0668,0,8.6544,10.2343,0,12.0000,11.6043,5.0000,3.9487,4.0000,2.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv index 1d5caeec4d..6c5cf3da6e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[brown] Job Size: Weighted By CPU Hours (Core Count)","[black] Job Size: Weighted By CPU Hours (Core Count)","[crumpet] Job Size: Weighted By CPU Hours (Core Count)","[white] Job Size: Weighted By CPU Hours (Core Count)","[roti] Job Size: Weighted By CPU Hours (Core Count)","[cornbread] Job Size: Weighted By CPU Hours (Core Count)","[bannock] Job Size: Weighted By CPU Hours (Core Count)","[potbrood] Job Size: Weighted By CPU Hours (Core Count)","[panettone] Job Size: Weighted By CPU Hours (Core Count)","[croutons] Job Size: Weighted By CPU Hours (Core Count)","[pikelet] Job Size: Weighted By CPU Hours (Core Count)","[chapti] Job Size: Weighted By CPU Hours (Core Count)","[nann] Job Size: Weighted By CPU Hours (Core Count)","[focaccia] Job Size: Weighted By CPU Hours (Core Count)","[pumpernickel] Job Size: Weighted By CPU Hours (Core Count)","[brioche] Job Size: Weighted By CPU Hours (Core Count)","[pita] Job Size: Weighted By CPU Hours (Core Count)","[barm] Job Size: Weighted By CPU Hours (Core Count)" -"2016 Q4",111.5740,89.7835,63.9407,65.8862,31.9003,28.5408,37.6725,20.6042,20.0000,14.9805,14.3905,12.0000,12.0000,12.0000,5.0000,3.8723,2.6389,2.0000 +"2016 Q4",111.5740,89.7835,63.9407,65.8892,31.9003,28.5408,37.6725,20.6042,20.0000,14.9805,14.3905,12.0000,12.0000,12.0000,5.0000,3.8723,2.6389,2.0000 "2017 Q1",1.0000,12.6086,58.3187,26.5000,0,15.9990,17.2122,22.0668,0,8.6544,10.2343,0,12.0000,11.6043,5.0000,3.9487,4.0000,2.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv index aa76cad7ea..33998a9626 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[brown] Job Size: Weighted By CPU Hours (Core Count)","[black] Job Size: Weighted By CPU Hours (Core Count)","[crumpet] Job Size: Weighted By CPU Hours (Core Count)","[white] Job Size: Weighted By CPU Hours (Core Count)","[roti] Job Size: Weighted By CPU Hours (Core Count)","[cornbread] Job Size: Weighted By CPU Hours (Core Count)","[bannock] Job Size: Weighted By CPU Hours (Core Count)","[potbrood] Job Size: Weighted By CPU Hours (Core Count)","[panettone] Job Size: Weighted By CPU Hours (Core Count)","[croutons] Job Size: Weighted By CPU Hours (Core Count)","[pikelet] Job Size: Weighted By CPU Hours (Core Count)","[chapti] Job Size: Weighted By CPU Hours (Core Count)","[nann] Job Size: Weighted By CPU Hours (Core Count)","[focaccia] Job Size: Weighted By CPU Hours (Core Count)","[pumpernickel] Job Size: Weighted By CPU Hours (Core Count)","[brioche] Job Size: Weighted By CPU Hours (Core Count)","[pita] Job Size: Weighted By CPU Hours (Core Count)","[barm] Job Size: Weighted By CPU Hours (Core Count)" -2016,111.5740,89.7835,63.9407,65.8862,31.9003,28.5408,37.6725,20.6042,20.0000,14.9805,14.3905,12.0000,12.0000,12.0000,5.0000,3.8723,2.6389,2.0000 +2016,111.5740,89.7835,63.9407,65.8892,31.9003,28.5408,37.6725,20.6042,20.0000,14.9805,14.3905,12.0000,12.0000,12.0000,5.0000,3.8723,2.6389,2.0000 2017,1.0000,12.6086,58.3187,26.5000,0,15.9990,17.2122,22.0668,0,8.6544,10.2343,0,12.0000,11.6043,5.0000,3.9487,4.0000,2.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_node_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_node_hours/aggregate-Day-reference.csv index 477959bdf7..c072bcc3ea 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_node_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_node_hours/aggregate-Day-reference.csv @@ -15,7 +15,7 @@ cornbread,21.01051235,2.3074539084507912 pita,20.86393519, focaccia,19.91282051,2.1056822673563573 brown,10.49397947,2.5351755398719042 -white,8.67351727,0.14507693181437734 +white,8.67307437,0.14506745480202232 pumpernickel,8.31937500,1.758450675650033 chapti,5.97788194,2.1509462694844017 bannock,4.26132716,1.1966226549134287 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_node_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_node_hours/aggregate-Month-reference.csv index b1ad932db2..166ba38b1a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_node_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_node_hours/aggregate-Month-reference.csv @@ -15,7 +15,7 @@ cornbread,21.01051235,6.53028328321424 pita,20.86393519, focaccia,19.91282051,17.106656154646572 brown,10.49397947,3.3307345987775676 -white,8.67351727,0.24116888548923435 +white,8.67307437,0.24115241422525585 pumpernickel,8.31937500,4.627752624288676 chapti,5.97788194,3.288008036902684 bannock,4.26132716,1.1966226549134287 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_node_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_node_hours/aggregate-Quarter-reference.csv index b1ad932db2..166ba38b1a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_node_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_node_hours/aggregate-Quarter-reference.csv @@ -15,7 +15,7 @@ cornbread,21.01051235,6.53028328321424 pita,20.86393519, focaccia,19.91282051,17.106656154646572 brown,10.49397947,3.3307345987775676 -white,8.67351727,0.24116888548923435 +white,8.67307437,0.24115241422525585 pumpernickel,8.31937500,4.627752624288676 chapti,5.97788194,3.288008036902684 bannock,4.26132716,1.1966226549134287 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_node_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_node_hours/aggregate-Year-reference.csv index b1ad932db2..166ba38b1a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_node_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_node_hours/aggregate-Year-reference.csv @@ -15,7 +15,7 @@ cornbread,21.01051235,6.53028328321424 pita,20.86393519, focaccia,19.91282051,17.106656154646572 brown,10.49397947,3.3307345987775676 -white,8.67351727,0.24116888548923435 +white,8.67307437,0.24115241422525585 pumpernickel,8.31937500,4.627752624288676 chapti,5.97788194,3.288008036902684 bannock,4.26132716,1.1966226549134287 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_node_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_node_hours/timeseries-Day-reference.csv index 25925e1a04..1589c61053 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_node_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_node_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[barm] Node Hours: Per Job","[pikelet] Node Hours: Per Job","[brioche] Node 2016-12-27,0,24.00000000,3.21666667,2.13466049,30.39777778,8.74933333,0,24.00000000,0,65.88081197,0,0,0,0,16.80314815,0,8.54972222,0 2016-12-28,0,9.02631944,24.00000000,20.59058081,192.00000000,24.00000000,0,24.00000000,0,14.70378428,0,0,0,4.70055556,22.70619048,0,138.67628968,0 2016-12-29,3.62000000,23.88776389,18.35067901,21.74269841,192.00000000,16.52601010,7.17361111,24.00000000,25.68611111,16.98205837,10.40083333,8.80250000,0,24.00000000,7.79993056,0,11.81862548,0 -2016-12-30,24.00000000,18.92284722,19.97710784,11.21660494,39.05177778,13.34910354,11.30094444,24.00000000,16.74827932,6.82886056,5.72296296,5.51643519,3.48755556,1.36220370,1.30373306,0,0.37318364,0.36080952 +2016-12-30,24.00000000,18.92284722,19.97710784,11.21660494,39.05177778,13.34910354,11.30094444,24.00000000,16.74827932,6.82811942,5.72296296,5.51643519,3.48755556,1.36220370,1.30373306,0,0.37318364,0.36080952 2016-12-31,24.00000000,23.17923611,18.76051170,17.54111111,28.71330247,6.74688889,16.67157407,24.00000000,7.26913194,7.55344119,1.42666667,1.97398148,7.89157407,0,1.30500376,0.19661458,0.33500607,0.31978395 2017-01-01,17.62916667,11.20848700,12.59967593,0,8.33217172,11.62486111,11.49055556,2.00925214,0.96969246,2.43695305,4.28111111,0,3.23558081,0,1.24754823,1.16142346,0.08171698,0.39829710 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_node_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_node_hours/timeseries-Month-reference.csv index 11c1b271c5..38d166bea5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_node_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_node_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[barm] Node Hours: Per Job","[pikelet] Node Hours: Per Job","[brioche] Node Hours: Per Job","[roti] Node Hours: Per Job","[crumpet] Node Hours: Per Job","[cornbread] Node Hours: Per Job","[pita] Node Hours: Per Job","[focaccia] Node Hours: Per Job","[brown] Node Hours: Per Job","[white] Node Hours: Per Job","[pumpernickel] Node Hours: Per Job","[chapti] Node Hours: Per Job","[bannock] Node Hours: Per Job","[panettone] Node Hours: Per Job","[croutons] Node Hours: Per Job","[nann] Node Hours: Per Job","[black] Node Hours: Per Job","[potbrood] Node Hours: Per Job" -2016-12,51.62000000,42.39165094,44.42166667,42.75256173,66.77510684,20.95962121,18.94884259,232.74638889,14.66085503,12.08687053,9.66546296,5.97788194,5.13906250,3.27557407,2.23575159,0.19661458,0.45700404,0.34294355 +2016-12,51.62000000,42.39165094,44.42166667,42.75256173,66.77510684,20.95962121,18.94884259,232.74638889,14.66085503,12.08578557,9.66546296,5.97788194,5.13906250,3.27557407,2.23575159,0.19661458,0.45700404,0.34294355 2017-01,17.62916667,11.20848700,12.59967593,0,8.33217172,11.62486111,11.49055556,2.00925214,0.96969246,2.43695305,4.28111111,0,3.23558081,0,1.24754823,1.16142346,0.08171698,0.39829710 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_node_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_node_hours/timeseries-Quarter-reference.csv index c0411614a0..8cf7af28ee 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_node_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_node_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[barm] Node Hours: Per Job","[pikelet] Node Hours: Per Job","[brioche] Node Hours: Per Job","[roti] Node Hours: Per Job","[crumpet] Node Hours: Per Job","[cornbread] Node Hours: Per Job","[pita] Node Hours: Per Job","[focaccia] Node Hours: Per Job","[brown] Node Hours: Per Job","[white] Node Hours: Per Job","[pumpernickel] Node Hours: Per Job","[chapti] Node Hours: Per Job","[bannock] Node Hours: Per Job","[panettone] Node Hours: Per Job","[croutons] Node Hours: Per Job","[nann] Node Hours: Per Job","[black] Node Hours: Per Job","[potbrood] Node Hours: Per Job" -"2016 Q4",51.62000000,42.39165094,44.42166667,42.75256173,66.77510684,20.95962121,18.94884259,232.74638889,14.66085503,12.08687053,9.66546296,5.97788194,5.13906250,3.27557407,2.23575159,0.19661458,0.45700404,0.34294355 +"2016 Q4",51.62000000,42.39165094,44.42166667,42.75256173,66.77510684,20.95962121,18.94884259,232.74638889,14.66085503,12.08578557,9.66546296,5.97788194,5.13906250,3.27557407,2.23575159,0.19661458,0.45700404,0.34294355 "2017 Q1",17.62916667,11.20848700,12.59967593,0,8.33217172,11.62486111,11.49055556,2.00925214,0.96969246,2.43695305,4.28111111,0,3.23558081,0,1.24754823,1.16142346,0.08171698,0.39829710 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_node_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_node_hours/timeseries-Year-reference.csv index 9270b0193a..b933dd8338 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_node_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_node_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[barm] Node Hours: Per Job","[pikelet] Node Hours: Per Job","[brioche] Node Hours: Per Job","[roti] Node Hours: Per Job","[crumpet] Node Hours: Per Job","[cornbread] Node Hours: Per Job","[pita] Node Hours: Per Job","[focaccia] Node Hours: Per Job","[brown] Node Hours: Per Job","[white] Node Hours: Per Job","[pumpernickel] Node Hours: Per Job","[chapti] Node Hours: Per Job","[bannock] Node Hours: Per Job","[panettone] Node Hours: Per Job","[croutons] Node Hours: Per Job","[nann] Node Hours: Per Job","[black] Node Hours: Per Job","[potbrood] Node Hours: Per Job" -2016,51.62000000,42.39165094,44.42166667,42.75256173,66.77510684,20.95962121,18.94884259,232.74638889,14.66085503,12.08687053,9.66546296,5.97788194,5.13906250,3.27557407,2.23575159,0.19661458,0.45700404,0.34294355 +2016,51.62000000,42.39165094,44.42166667,42.75256173,66.77510684,20.95962121,18.94884259,232.74638889,14.66085503,12.08578557,9.66546296,5.97788194,5.13906250,3.27557407,2.23575159,0.19661458,0.45700404,0.34294355 2017,17.62916667,11.20848700,12.59967593,0,8.33217172,11.62486111,11.49055556,2.00925214,0.96969246,2.43695305,4.28111111,0,3.23558081,0,1.24754823,1.16142346,0.08171698,0.39829710 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_processors/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_processors/aggregate-Day-reference.csv index b8f23f9bd5..338e7bd2d4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_processors/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_processors/aggregate-Day-reference.csv @@ -18,7 +18,7 @@ brown,10.6522,3.260812853950742 black,9.4651,0.012647935956656382 croutons,8.1820,0.0447461868824424 cornbread,6.8444,1.5950403240206177 -white,5.7271,0.08705974028424106 +white,5.7343,0.08734737049446084 pumpernickel,5.0000,0 focaccia,4.0769,1.3075182622208246 brioche,3.7000,0.20124611797498093 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_processors/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_processors/aggregate-Month-reference.csv index b8f23f9bd5..338e7bd2d4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_processors/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_processors/aggregate-Month-reference.csv @@ -18,7 +18,7 @@ brown,10.6522,3.260812853950742 black,9.4651,0.012647935956656382 croutons,8.1820,0.0447461868824424 cornbread,6.8444,1.5950403240206177 -white,5.7271,0.08705974028424106 +white,5.7343,0.08734737049446084 pumpernickel,5.0000,0 focaccia,4.0769,1.3075182622208246 brioche,3.7000,0.20124611797498093 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_processors/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_processors/aggregate-Quarter-reference.csv index b8f23f9bd5..338e7bd2d4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_processors/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_processors/aggregate-Quarter-reference.csv @@ -18,7 +18,7 @@ brown,10.6522,3.260812853950742 black,9.4651,0.012647935956656382 croutons,8.1820,0.0447461868824424 cornbread,6.8444,1.5950403240206177 -white,5.7271,0.08705974028424106 +white,5.7343,0.08734737049446084 pumpernickel,5.0000,0 focaccia,4.0769,1.3075182622208246 brioche,3.7000,0.20124611797498093 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_processors/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_processors/aggregate-Year-reference.csv index b8f23f9bd5..338e7bd2d4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_processors/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_processors/aggregate-Year-reference.csv @@ -18,7 +18,7 @@ brown,10.6522,3.260812853950742 black,9.4651,0.012647935956656382 croutons,8.1820,0.0447461868824424 cornbread,6.8444,1.5950403240206177 -white,5.7271,0.08705974028424106 +white,5.7343,0.08734737049446084 pumpernickel,5.0000,0 focaccia,4.0769,1.3075182622208246 brioche,3.7000,0.20124611797498093 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_processors/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_processors/timeseries-Day-reference.csv index a5f76e484c..06667096a9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_processors/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_processors/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[roti] Job Size: Per Job (Core Count)","[crumpet] Job Size: Per Job (Core C 2016-12-27,28.5556,64.0000,0,0,0,0,0,16.0000,0,16.0000,17.3333,13.0000,47.6923,0,12.0000,1.0000,0,0 2016-12-28,29.1818,64.0000,0,20.0000,0,0,0,16.0000,0,122.2857,16.5714,13.0000,6.7099,0,12.0000,1.0000,0,0 2016-12-29,29.7857,64.0000,0,20.0000,0,12.0000,0,16.0000,112.0000,17.1552,10.5000,14.7273,4.3798,5.0000,12.0000,3.3333,2.0000,4.0000 -2016-12-30,30.2778,51.2000,29.6000,20.0000,14.0857,12.0000,0,16.0000,25.6667,9.0360,8.4553,9.5455,3.9329,5.0000,12.0000,3.6471,2.0000,1.6000 +2016-12-30,30.2778,51.2000,29.6000,20.0000,14.0857,12.0000,0,16.0000,25.6667,9.0360,8.4553,9.5455,3.9501,5.0000,12.0000,3.6471,2.0000,1.6000 2016-12-31,32.0000,47.1111,16.0000,0,21.3704,12.0000,12.0000,10.3542,14.8750,9.8497,8.0759,8.3000,3.3146,5.0000,12.0000,3.6842,2.0000,2.0000 2017-01-01,0,19.2727,17.8182,0,22.9565,0,12.0000,10.5532,1.0000,9.7316,8.1029,8.5000,8.1254,5.0000,4.0769,3.7500,2.0000,4.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_processors/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_processors/timeseries-Month-reference.csv index e2c55e36a8..58bf9eb0d7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_processors/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_processors/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[roti] Job Size: Per Job (Core Count)","[crumpet] Job Size: Per Job (Core Count)","[bannock] Job Size: Per Job (Core Count)","[panettone] Job Size: Per Job (Core Count)","[potbrood] Job Size: Per Job (Core Count)","[chapti] Job Size: Per Job (Core Count)","[nann] Job Size: Per Job (Core Count)","[pikelet] Job Size: Per Job (Core Count)","[brown] Job Size: Per Job (Core Count)","[black] Job Size: Per Job (Core Count)","[croutons] Job Size: Per Job (Core Count)","[cornbread] Job Size: Per Job (Core Count)","[white] Job Size: Per Job (Core Count)","[pumpernickel] Job Size: Per Job (Core Count)","[focaccia] Job Size: Per Job (Core Count)","[brioche] Job Size: Per Job (Core Count)","[barm] Job Size: Per Job (Core Count)","[pita] Job Size: Per Job (Core Count)" -2016-12,30.2778,47.3846,24.5000,20.0000,17.2581,12.0000,12.0000,10.8868,14.8750,9.4220,8.2343,6.9773,3.7834,5.0000,12.0000,3.7000,2.0000,2.0000 +2016-12,30.2778,47.3846,24.5000,20.0000,17.2581,12.0000,12.0000,10.8868,14.8750,9.4220,8.2343,6.9773,3.7950,5.0000,12.0000,3.7000,2.0000,2.0000 2017-01,0,19.2727,17.8182,0,22.9565,0,12.0000,10.5532,1.0000,9.7316,8.1029,8.5000,8.1254,5.0000,4.0769,3.7500,2.0000,4.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_processors/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_processors/timeseries-Quarter-reference.csv index b798163d33..e09e7d3f6e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_processors/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_processors/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[roti] Job Size: Per Job (Core Count)","[crumpet] Job Size: Per Job (Core Count)","[bannock] Job Size: Per Job (Core Count)","[panettone] Job Size: Per Job (Core Count)","[potbrood] Job Size: Per Job (Core Count)","[chapti] Job Size: Per Job (Core Count)","[nann] Job Size: Per Job (Core Count)","[pikelet] Job Size: Per Job (Core Count)","[brown] Job Size: Per Job (Core Count)","[black] Job Size: Per Job (Core Count)","[croutons] Job Size: Per Job (Core Count)","[cornbread] Job Size: Per Job (Core Count)","[white] Job Size: Per Job (Core Count)","[pumpernickel] Job Size: Per Job (Core Count)","[focaccia] Job Size: Per Job (Core Count)","[brioche] Job Size: Per Job (Core Count)","[barm] Job Size: Per Job (Core Count)","[pita] Job Size: Per Job (Core Count)" -"2016 Q4",30.2778,47.3846,24.5000,20.0000,17.2581,12.0000,12.0000,10.8868,14.8750,9.4220,8.2343,6.9773,3.7834,5.0000,12.0000,3.7000,2.0000,2.0000 +"2016 Q4",30.2778,47.3846,24.5000,20.0000,17.2581,12.0000,12.0000,10.8868,14.8750,9.4220,8.2343,6.9773,3.7950,5.0000,12.0000,3.7000,2.0000,2.0000 "2017 Q1",0,19.2727,17.8182,0,22.9565,0,12.0000,10.5532,1.0000,9.7316,8.1029,8.5000,8.1254,5.0000,4.0769,3.7500,2.0000,4.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_processors/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_processors/timeseries-Year-reference.csv index 71bdba2fa3..275e5788d5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_processors/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_processors/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[roti] Job Size: Per Job (Core Count)","[crumpet] Job Size: Per Job (Core Count)","[bannock] Job Size: Per Job (Core Count)","[panettone] Job Size: Per Job (Core Count)","[potbrood] Job Size: Per Job (Core Count)","[chapti] Job Size: Per Job (Core Count)","[nann] Job Size: Per Job (Core Count)","[pikelet] Job Size: Per Job (Core Count)","[brown] Job Size: Per Job (Core Count)","[black] Job Size: Per Job (Core Count)","[croutons] Job Size: Per Job (Core Count)","[cornbread] Job Size: Per Job (Core Count)","[white] Job Size: Per Job (Core Count)","[pumpernickel] Job Size: Per Job (Core Count)","[focaccia] Job Size: Per Job (Core Count)","[brioche] Job Size: Per Job (Core Count)","[barm] Job Size: Per Job (Core Count)","[pita] Job Size: Per Job (Core Count)" -2016,30.2778,47.3846,24.5000,20.0000,17.2581,12.0000,12.0000,10.8868,14.8750,9.4220,8.2343,6.9773,3.7834,5.0000,12.0000,3.7000,2.0000,2.0000 +2016,30.2778,47.3846,24.5000,20.0000,17.2581,12.0000,12.0000,10.8868,14.8750,9.4220,8.2343,6.9773,3.7950,5.0000,12.0000,3.7000,2.0000,2.0000 2017,0,19.2727,17.8182,0,22.9565,0,12.0000,10.5532,1.0000,9.7316,8.1029,8.5000,8.1254,5.0000,4.0769,3.7500,2.0000,4.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_waitduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_waitduration_hours/aggregate-Day-reference.csv index e53436fcb9..a8c02f13af 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_waitduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_waitduration_hours/aggregate-Day-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Queue,"Wait Hours: Per Job","Std Dev: Wait Hours: Per Job" -white,17.34677431,0.42765795662116723 +white,17.34556716,0.427629731161474 nann,9.55167273,0.4060879409774964 brioche,4.57930556,2.1091028859691496 cornbread,4.03722222,2.297082606479511 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_waitduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_waitduration_hours/aggregate-Month-reference.csv index e53436fcb9..a8c02f13af 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_waitduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_waitduration_hours/aggregate-Month-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Queue,"Wait Hours: Per Job","Std Dev: Wait Hours: Per Job" -white,17.34677431,0.42765795662116723 +white,17.34556716,0.427629731161474 nann,9.55167273,0.4060879409774964 brioche,4.57930556,2.1091028859691496 cornbread,4.03722222,2.297082606479511 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_waitduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_waitduration_hours/aggregate-Quarter-reference.csv index e53436fcb9..a8c02f13af 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_waitduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_waitduration_hours/aggregate-Quarter-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Queue,"Wait Hours: Per Job","Std Dev: Wait Hours: Per Job" -white,17.34677431,0.42765795662116723 +white,17.34556716,0.427629731161474 nann,9.55167273,0.4060879409774964 brioche,4.57930556,2.1091028859691496 cornbread,4.03722222,2.297082606479511 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_waitduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_waitduration_hours/aggregate-Year-reference.csv index e53436fcb9..a8c02f13af 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_waitduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_waitduration_hours/aggregate-Year-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Queue,"Wait Hours: Per Job","Std Dev: Wait Hours: Per Job" -white,17.34677431,0.42765795662116723 +white,17.34556716,0.427629731161474 nann,9.55167273,0.4060879409774964 brioche,4.57930556,2.1091028859691496 cornbread,4.03722222,2.297082606479511 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_waitduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_waitduration_hours/timeseries-Day-reference.csv index 4e5774c857..cb1ce13a5a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_waitduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_waitduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[white] Wait Hours: Per Job","[nann] Wait Hours: Per Job","[brioche] Wait H 2016-12-27,152.17079060,0,0.00000000,0.00062500,0.00021605,0.00027778,0.00000000,0.01347222,0,0.00000000,0,0,0,0,0,0.00000000,0,0 2016-12-28,8.57260599,0,0.00000000,0.00000000,10.97944444,22.15596154,1.68000000,12.27500000,0,0.00000000,0,0.00027778,0,0,0,0.00000000,0,0 2016-12-29,5.76401289,0,0.00020833,11.37972222,14.92629630,0.26051096,4.46097222,0.01715686,0.00111111,0.00000000,0.00444444,0.00000000,0,0,0.00062500,0.00000000,0.00000000,0.00027778 -2016-12-30,39.61750516,0,1.80364583,0.74994949,0.01895833,0.53669450,0.00000000,0.03822947,0.26716667,0.00000000,0.00000000,0.00105159,0.00100000,0.00049206,0.00015625,0.00020833,0.00000000,0.00000000 +2016-12-30,39.60897142,0,1.80364583,0.74994949,0.01895833,0.53669450,0.00000000,0.03822947,0.26716667,0.00000000,0.00000000,0.00105159,0.00100000,0.00049206,0.00015625,0.00020833,0.00000000,0.00000000 2016-12-31,12.38201083,0.02019097,25.71842593,4.34280303,0.00000000,1.54454053,0.00626263,0.04043343,0.00097222,0.00000000,0.00000000,0,0.00074074,0.00030864,0.00010913,0.00020833,0.00000000,0.00000000 2017-01-01,3.20246045,10.26765258,0.00000000,0.00666667,0,0.71877513,0.00000000,0.11565476,0,0.10273148,0.00000000,0,0.00011111,0.00020531,0.00016865,0.00014550,0.00027778,0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_waitduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_waitduration_hours/timeseries-Month-reference.csv index 254db26382..3110a1fa62 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_waitduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_waitduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[white] Wait Hours: Per Job","[nann] Wait Hours: Per Job","[brioche] Wait Hours: Per Job","[cornbread] Wait Hours: Per Job","[roti] Wait Hours: Per Job","[black] Wait Hours: Per Job","[pikelet] Wait Hours: Per Job","[croutons] Wait Hours: Per Job","[chapti] Wait Hours: Per Job","[focaccia] Wait Hours: Per Job","[barm] Wait Hours: Per Job","[panettone] Wait Hours: Per Job","[bannock] Wait Hours: Per Job","[potbrood] Wait Hours: Per Job","[brown] Wait Hours: Per Job","[crumpet] Wait Hours: Per Job","[pumpernickel] Wait Hours: Per Job","[pita] Wait Hours: Per Job" -2016-12,25.71236872,0.02019097,4.57930556,4.12882576,3.71197531,1.06378499,0.68931866,0.22325159,0.16736111,0.00027778,0.00444444,0.00100000,0.00090278,0.00041219,0.00016493,0.00019231,0.00000000,0.00004630 +2016-12,25.70951600,0.02019097,4.57930556,4.12882576,3.71197531,1.06378499,0.68931866,0.22325159,0.16736111,0.00027778,0.00444444,0.00100000,0.00090278,0.00041219,0.00016493,0.00019231,0.00000000,0.00004630 2017-01,3.20246045,10.26765258,0.00000000,0.00666667,0,0.71877513,0.00000000,0.11565476,0,0.10273148,0.00000000,0,0.00011111,0.00020531,0.00016865,0.00014550,0.00027778,0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_waitduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_waitduration_hours/timeseries-Quarter-reference.csv index 98399ba8bc..579efbae18 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_waitduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_waitduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[white] Wait Hours: Per Job","[nann] Wait Hours: Per Job","[brioche] Wait Hours: Per Job","[cornbread] Wait Hours: Per Job","[roti] Wait Hours: Per Job","[black] Wait Hours: Per Job","[pikelet] Wait Hours: Per Job","[croutons] Wait Hours: Per Job","[chapti] Wait Hours: Per Job","[focaccia] Wait Hours: Per Job","[barm] Wait Hours: Per Job","[panettone] Wait Hours: Per Job","[bannock] Wait Hours: Per Job","[potbrood] Wait Hours: Per Job","[brown] Wait Hours: Per Job","[crumpet] Wait Hours: Per Job","[pumpernickel] Wait Hours: Per Job","[pita] Wait Hours: Per Job" -"2016 Q4",25.71236872,0.02019097,4.57930556,4.12882576,3.71197531,1.06378499,0.68931866,0.22325159,0.16736111,0.00027778,0.00444444,0.00100000,0.00090278,0.00041219,0.00016493,0.00019231,0.00000000,0.00004630 +"2016 Q4",25.70951600,0.02019097,4.57930556,4.12882576,3.71197531,1.06378499,0.68931866,0.22325159,0.16736111,0.00027778,0.00444444,0.00100000,0.00090278,0.00041219,0.00016493,0.00019231,0.00000000,0.00004630 "2017 Q1",3.20246045,10.26765258,0.00000000,0.00666667,0,0.71877513,0.00000000,0.11565476,0,0.10273148,0.00000000,0,0.00011111,0.00020531,0.00016865,0.00014550,0.00027778,0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_waitduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_waitduration_hours/timeseries-Year-reference.csv index 5eaf6348d1..c0a451091a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_waitduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_waitduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[white] Wait Hours: Per Job","[nann] Wait Hours: Per Job","[brioche] Wait Hours: Per Job","[cornbread] Wait Hours: Per Job","[roti] Wait Hours: Per Job","[black] Wait Hours: Per Job","[pikelet] Wait Hours: Per Job","[croutons] Wait Hours: Per Job","[chapti] Wait Hours: Per Job","[focaccia] Wait Hours: Per Job","[barm] Wait Hours: Per Job","[panettone] Wait Hours: Per Job","[bannock] Wait Hours: Per Job","[potbrood] Wait Hours: Per Job","[brown] Wait Hours: Per Job","[crumpet] Wait Hours: Per Job","[pumpernickel] Wait Hours: Per Job","[pita] Wait Hours: Per Job" -2016,25.71236872,0.02019097,4.57930556,4.12882576,3.71197531,1.06378499,0.68931866,0.22325159,0.16736111,0.00027778,0.00444444,0.00100000,0.00090278,0.00041219,0.00016493,0.00019231,0.00000000,0.00004630 +2016,25.70951600,0.02019097,4.57930556,4.12882576,3.71197531,1.06378499,0.68931866,0.22325159,0.16736111,0.00027778,0.00444444,0.00100000,0.00090278,0.00041219,0.00016493,0.00019231,0.00000000,0.00004630 2017,3.20246045,10.26765258,0.00000000,0.00666667,0,0.71877513,0.00000000,0.11565476,0,0.10273148,0.00000000,0,0.00011111,0.00020531,0.00016865,0.00014550,0.00027778,0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_wallduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_wallduration_hours/aggregate-Day-reference.csv index 6b6cd097a6..3de2a66398 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_wallduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_wallduration_hours/aggregate-Day-reference.csv @@ -14,7 +14,7 @@ pita,20.86393519, focaccia,19.91282051,2.1056822673563573 cornbread,17.78093827,1.1087327037887809 pumpernickel,8.31937500,1.758450675650033 -white,7.29609410,0.06698540306543865 +white,7.29560173,0.06698252473375793 chapti,5.97788194,2.1509462694844017 crumpet,4.27458333,1.3636086939550018 bannock,3.86878086,1.1629218460421795 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_wallduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_wallduration_hours/aggregate-Month-reference.csv index 28ce4e527d..a92c1b797a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_wallduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_wallduration_hours/aggregate-Month-reference.csv @@ -14,7 +14,7 @@ pita,20.86393519, focaccia,19.91282051,17.106656154646572 cornbread,17.78093827,5.2957544837994375 pumpernickel,8.31937500,4.627752624288676 -white,7.29609410,0.10650594024891316 +white,7.29560173,0.10649962465911 chapti,5.97788194,3.288008036902684 crumpet,4.27458333,2.910285751771729 bannock,3.86878086,1.1629218460421795 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_wallduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_wallduration_hours/aggregate-Quarter-reference.csv index 28ce4e527d..a92c1b797a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_wallduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_wallduration_hours/aggregate-Quarter-reference.csv @@ -14,7 +14,7 @@ pita,20.86393519, focaccia,19.91282051,17.106656154646572 cornbread,17.78093827,5.2957544837994375 pumpernickel,8.31937500,4.627752624288676 -white,7.29609410,0.10650594024891316 +white,7.29560173,0.10649962465911 chapti,5.97788194,3.288008036902684 crumpet,4.27458333,2.910285751771729 bannock,3.86878086,1.1629218460421795 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_wallduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_wallduration_hours/aggregate-Year-reference.csv index 28ce4e527d..a92c1b797a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_wallduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_wallduration_hours/aggregate-Year-reference.csv @@ -14,7 +14,7 @@ pita,20.86393519, focaccia,19.91282051,17.106656154646572 cornbread,17.78093827,5.2957544837994375 pumpernickel,8.31937500,4.627752624288676 -white,7.29609410,0.10650594024891316 +white,7.29560173,0.10649962465911 chapti,5.97788194,3.288008036902684 crumpet,4.27458333,2.910285751771729 bannock,3.86878086,1.1629218460421795 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_wallduration_hours/timeseries-Day-reference.csv index b81f6c53ee..31242cb424 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_wallduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[barm] Wall Hours: Per Job","[pikelet] Wall Hours: Per Job","[brioche] Wall 2016-12-27,0,24.00000000,3.21666667,2.13466049,0,24.00000000,8.74933333,0,16.21844017,0,3.79972222,0,0,0,16.80314815,0,8.54972222,0 2016-12-28,0,9.02631944,24.00000000,20.59058081,0,24.00000000,24.00000000,0,9.12738479,0,24.00000000,0,4.70055556,0,22.70619048,0,18.60857143,0 2016-12-29,3.62000000,23.88776389,18.35067901,21.74269841,7.17361111,24.00000000,14.60896465,10.40083333,13.12592123,8.80250000,24.00000000,0,24.00000000,3.66944444,7.79993056,0,2.01269995,0 -2016-12-30,24.00000000,18.92284722,19.97710784,11.21660494,11.30094444,24.00000000,10.07637626,5.72296296,5.76791935,5.51643519,4.90727778,2.07438889,1.36220370,3.04096451,1.29791328,0,0.27070252,0.27470635 +2016-12-30,24.00000000,18.92284722,19.97710784,11.21660494,11.30094444,24.00000000,10.07637626,5.72296296,5.76700904,5.51643519,4.90727778,2.07438889,1.36220370,3.04096451,1.29791328,0,0.27070252,0.27470635 2016-12-31,24.00000000,23.17923611,18.76051170,17.54111111,16.67157407,24.00000000,5.00544444,1.42666667,6.71959262,1.97398148,3.60929012,7.89157407,0,1.76819444,1.30500376,0.19661458,0.31093242,0.22569959 2017-01-01,17.62916667,11.20848700,12.59967593,0,11.49055556,2.00925214,11.62486111,4.28111111,2.29031489,0,1.65982323,3.23558081,0,0.96969246,1.24754823,1.16142346,0.08171698,0.23123188 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_wallduration_hours/timeseries-Month-reference.csv index 01c1d49be4..dfb38dafa3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_wallduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[barm] Wall Hours: Per Job","[pikelet] Wall Hours: Per Job","[brioche] Wall Hours: Per Job","[roti] Wall Hours: Per Job","[pita] Wall Hours: Per Job","[focaccia] Wall Hours: Per Job","[cornbread] Wall Hours: Per Job","[pumpernickel] Wall Hours: Per Job","[white] Wall Hours: Per Job","[chapti] Wall Hours: Per Job","[crumpet] Wall Hours: Per Job","[bannock] Wall Hours: Per Job","[panettone] Wall Hours: Per Job","[brown] Wall Hours: Per Job","[croutons] Wall Hours: Per Job","[nann] Wall Hours: Per Job","[black] Wall Hours: Per Job","[potbrood] Wall Hours: Per Job" -2016-12,51.62000000,42.39165094,44.42166667,42.75256173,18.94884259,232.74638889,17.65664773,9.66546296,9.99806651,5.97788194,8.37074786,4.25583333,3.27557407,2.82398003,2.23275647,0.19661458,0.30935409,0.25336470 +2016-12,51.62000000,42.39165094,44.42166667,42.75256173,18.94884259,232.74638889,17.65664773,9.66546296,9.99698203,5.97788194,8.37074786,4.25583333,3.27557407,2.82398003,2.23275647,0.19661458,0.30935409,0.25336470 2017-01,17.62916667,11.20848700,12.59967593,0,11.49055556,2.00925214,11.62486111,4.28111111,2.29031489,0,1.65982323,3.23558081,0,0.96969246,1.24754823,1.16142346,0.08171698,0.23123188 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_wallduration_hours/timeseries-Quarter-reference.csv index 9469be9a49..8426b0c852 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_wallduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[barm] Wall Hours: Per Job","[pikelet] Wall Hours: Per Job","[brioche] Wall Hours: Per Job","[roti] Wall Hours: Per Job","[pita] Wall Hours: Per Job","[focaccia] Wall Hours: Per Job","[cornbread] Wall Hours: Per Job","[pumpernickel] Wall Hours: Per Job","[white] Wall Hours: Per Job","[chapti] Wall Hours: Per Job","[crumpet] Wall Hours: Per Job","[bannock] Wall Hours: Per Job","[panettone] Wall Hours: Per Job","[brown] Wall Hours: Per Job","[croutons] Wall Hours: Per Job","[nann] Wall Hours: Per Job","[black] Wall Hours: Per Job","[potbrood] Wall Hours: Per Job" -"2016 Q4",51.62000000,42.39165094,44.42166667,42.75256173,18.94884259,232.74638889,17.65664773,9.66546296,9.99806651,5.97788194,8.37074786,4.25583333,3.27557407,2.82398003,2.23275647,0.19661458,0.30935409,0.25336470 +"2016 Q4",51.62000000,42.39165094,44.42166667,42.75256173,18.94884259,232.74638889,17.65664773,9.66546296,9.99698203,5.97788194,8.37074786,4.25583333,3.27557407,2.82398003,2.23275647,0.19661458,0.30935409,0.25336470 "2017 Q1",17.62916667,11.20848700,12.59967593,0,11.49055556,2.00925214,11.62486111,4.28111111,2.29031489,0,1.65982323,3.23558081,0,0.96969246,1.24754823,1.16142346,0.08171698,0.23123188 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_wallduration_hours/timeseries-Year-reference.csv index 665e76a468..9e186c2fa9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/avg_wallduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[barm] Wall Hours: Per Job","[pikelet] Wall Hours: Per Job","[brioche] Wall Hours: Per Job","[roti] Wall Hours: Per Job","[pita] Wall Hours: Per Job","[focaccia] Wall Hours: Per Job","[cornbread] Wall Hours: Per Job","[pumpernickel] Wall Hours: Per Job","[white] Wall Hours: Per Job","[chapti] Wall Hours: Per Job","[crumpet] Wall Hours: Per Job","[bannock] Wall Hours: Per Job","[panettone] Wall Hours: Per Job","[brown] Wall Hours: Per Job","[croutons] Wall Hours: Per Job","[nann] Wall Hours: Per Job","[black] Wall Hours: Per Job","[potbrood] Wall Hours: Per Job" -2016,51.62000000,42.39165094,44.42166667,42.75256173,18.94884259,232.74638889,17.65664773,9.66546296,9.99806651,5.97788194,8.37074786,4.25583333,3.27557407,2.82398003,2.23275647,0.19661458,0.30935409,0.25336470 +2016,51.62000000,42.39165094,44.42166667,42.75256173,18.94884259,232.74638889,17.65664773,9.66546296,9.99698203,5.97788194,8.37074786,4.25583333,3.27557407,2.82398003,2.23275647,0.19661458,0.30935409,0.25336470 2017,17.62916667,11.20848700,12.59967593,0,11.49055556,2.00925214,11.62486111,4.28111111,2.29031489,0,1.65982323,3.23558081,0,0.96969246,1.24754823,1.16142346,0.08171698,0.23123188 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/expansion_factor/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/expansion_factor/timeseries-Day-reference.csv index ed98e6c8bb..86b0ab7f2f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/expansion_factor/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/expansion_factor/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[nann] User Expansion Factor","[black] User Expansion Factor","[white] User 2016-12-27,0,1.0000,2.4396,1.0335,1.2605,1.0000,1.0000,0,1.0000,1.0000,0,0,0,0,0,1.0000,0,0 2016-12-28,0,1.0431,1.7378,1.0122,1.1807,1.0000,1.0113,0,1.0025,1.0000,0,1.0000,0,0,0,1.0000,0,0 2016-12-29,0,1.0503,1.4391,1.2408,1.1622,1.0000,1.1377,1.0000,1.0228,1.0000,0,1.0000,0,1.0001,1.0000,1.0000,1.0000,1.0000 -2016-12-30,0,2.3887,5.6993,1.3394,1.0501,1.0138,1.1089,1.0404,1.0292,1.0000,1.0023,1.0007,1.0005,1.0001,1.0000,1.0000,1.0000,1.0000 +2016-12-30,0,2.3887,5.6990,1.3394,1.0501,1.0138,1.1089,1.0404,1.0292,1.0000,1.0023,1.0007,1.0005,1.0001,1.0000,1.0000,1.0000,1.0000 2016-12-31,1.0162,5.5685,2.0364,1.4459,1.0331,1.2365,1.0192,1.0004,1.0100,1.0000,1.0019,0,1.0001,1.0001,1.0000,1.0000,1.0000,1.0000 2017-01-01,9.3701,6.0667,2.6272,4.1617,1.0880,1.0173,0,0,1.0058,1.0472,1.0009,0,1.0000,1.0001,1.0002,1.0000,1.0000,1.0001 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/expansion_factor/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/expansion_factor/timeseries-Month-reference.csv index 9679733cb8..fe39f1b3c0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/expansion_factor/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/expansion_factor/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[nann] User Expansion Factor","[black] User Expansion Factor","[white] User Expansion Factor","[cornbread] User Expansion Factor","[croutons] User Expansion Factor","[brioche] User Expansion Factor","[roti] User Expansion Factor","[chapti] User Expansion Factor","[pikelet] User Expansion Factor","[focaccia] User Expansion Factor","[potbrood] User Expansion Factor","[panettone] User Expansion Factor","[bannock] User Expansion Factor","[barm] User Expansion Factor","[brown] User Expansion Factor","[crumpet] User Expansion Factor","[pita] User Expansion Factor","[pumpernickel] User Expansion Factor" -2016-12,1.0162,3.3125,3.2854,1.2619,1.0998,1.1001,1.0868,1.0280,1.0149,1.0000,1.0021,1.0003,1.0003,1.0001,1.0000,1.0000,1.0000,1.0000 +2016-12,1.0162,3.3125,3.2853,1.2619,1.0998,1.1001,1.0868,1.0280,1.0149,1.0000,1.0021,1.0003,1.0003,1.0001,1.0000,1.0000,1.0000,1.0000 2017-01,9.3701,6.0667,2.6272,4.1617,1.0880,1.0173,0,0,1.0058,1.0472,1.0009,0,1.0000,1.0001,1.0002,1.0000,1.0000,1.0001 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/expansion_factor/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/expansion_factor/timeseries-Quarter-reference.csv index 48e5d5fbef..c2b4c36401 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/expansion_factor/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/expansion_factor/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[nann] User Expansion Factor","[black] User Expansion Factor","[white] User Expansion Factor","[cornbread] User Expansion Factor","[croutons] User Expansion Factor","[brioche] User Expansion Factor","[roti] User Expansion Factor","[chapti] User Expansion Factor","[pikelet] User Expansion Factor","[focaccia] User Expansion Factor","[potbrood] User Expansion Factor","[panettone] User Expansion Factor","[bannock] User Expansion Factor","[barm] User Expansion Factor","[brown] User Expansion Factor","[crumpet] User Expansion Factor","[pita] User Expansion Factor","[pumpernickel] User Expansion Factor" -"2016 Q4",1.0162,3.3125,3.2854,1.2619,1.0998,1.1001,1.0868,1.0280,1.0149,1.0000,1.0021,1.0003,1.0003,1.0001,1.0000,1.0000,1.0000,1.0000 +"2016 Q4",1.0162,3.3125,3.2853,1.2619,1.0998,1.1001,1.0868,1.0280,1.0149,1.0000,1.0021,1.0003,1.0003,1.0001,1.0000,1.0000,1.0000,1.0000 "2017 Q1",9.3701,6.0667,2.6272,4.1617,1.0880,1.0173,0,0,1.0058,1.0472,1.0009,0,1.0000,1.0001,1.0002,1.0000,1.0000,1.0001 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/expansion_factor/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/expansion_factor/timeseries-Year-reference.csv index 78001dac21..7f715916a6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/expansion_factor/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/expansion_factor/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[nann] User Expansion Factor","[black] User Expansion Factor","[white] User Expansion Factor","[cornbread] User Expansion Factor","[croutons] User Expansion Factor","[brioche] User Expansion Factor","[roti] User Expansion Factor","[chapti] User Expansion Factor","[pikelet] User Expansion Factor","[focaccia] User Expansion Factor","[potbrood] User Expansion Factor","[panettone] User Expansion Factor","[bannock] User Expansion Factor","[barm] User Expansion Factor","[brown] User Expansion Factor","[crumpet] User Expansion Factor","[pita] User Expansion Factor","[pumpernickel] User Expansion Factor" -2016,1.0162,3.3125,3.2854,1.2619,1.0998,1.1001,1.0868,1.0280,1.0149,1.0000,1.0021,1.0003,1.0003,1.0001,1.0000,1.0000,1.0000,1.0000 +2016,1.0162,3.3125,3.2853,1.2619,1.0998,1.1001,1.0868,1.0280,1.0149,1.0000,1.0021,1.0003,1.0003,1.0001,1.0000,1.0000,1.0000,1.0000 2017,9.3701,6.0667,2.6272,4.1617,1.0880,1.0173,0,0,1.0058,1.0472,1.0009,0,1.0000,1.0001,1.0002,1.0000,1.0000,1.0001 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/job_count/aggregate-Day-reference.csv index 1583dc229f..2b82dc128d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/job_count/aggregate-Day-reference.csv @@ -7,7 +7,7 @@ start,end --------- Queue,"Number of Jobs Ended" black,55373 -white,14288 +white,14289 croutons,1011 nann,229 brown,92 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/job_count/aggregate-Month-reference.csv index 1583dc229f..2b82dc128d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/job_count/aggregate-Month-reference.csv @@ -7,7 +7,7 @@ start,end --------- Queue,"Number of Jobs Ended" black,55373 -white,14288 +white,14289 croutons,1011 nann,229 brown,92 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/job_count/aggregate-Quarter-reference.csv index 1583dc229f..2b82dc128d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/job_count/aggregate-Quarter-reference.csv @@ -7,7 +7,7 @@ start,end --------- Queue,"Number of Jobs Ended" black,55373 -white,14288 +white,14289 croutons,1011 nann,229 brown,92 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/job_count/aggregate-Year-reference.csv index 1583dc229f..2b82dc128d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/job_count/aggregate-Year-reference.csv @@ -7,7 +7,7 @@ start,end --------- Queue,"Number of Jobs Ended" black,55373 -white,14288 +white,14289 croutons,1011 nann,229 brown,92 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/job_count/timeseries-Day-reference.csv index 59723bdbd6..37e6709e71 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[black] Number of Jobs Ended","[white] Number of Jobs Ended","[croutons] Nu 2016-12-27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-30,21971,4149,348,0,32,35,5,14,4,1,5,17,15,0,5,3,2,0 +2016-12-30,21971,4150,348,0,32,35,5,14,4,1,5,17,15,0,5,3,2,0 2016-12-31,23857,3815,352,4,32,27,1,29,8,7,2,1,0,0,3,2,1,0 2017-01-01,9545,6324,311,225,28,23,47,2,22,12,11,0,0,13,0,1,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/job_count/timeseries-Month-reference.csv index 39953a91e4..8c3e8d1a82 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[black] Number of Jobs Ended","[white] Number of Jobs Ended","[croutons] Number of Jobs Ended","[nann] Number of Jobs Ended","[brown] Number of Jobs Ended","[potbrood] Number of Jobs Ended","[pikelet] Number of Jobs Ended","[cornbread] Number of Jobs Ended","[crumpet] Number of Jobs Ended","[brioche] Number of Jobs Ended","[bannock] Number of Jobs Ended","[roti] Number of Jobs Ended","[panettone] Number of Jobs Ended","[focaccia] Number of Jobs Ended","[chapti] Number of Jobs Ended","[pita] Number of Jobs Ended","[pumpernickel] Number of Jobs Ended","[barm] Number of Jobs Ended" -2016-12,45828,7964,700,4,64,62,6,43,12,8,7,18,15,0,8,5,3,0 +2016-12,45828,7965,700,4,64,62,6,43,12,8,7,18,15,0,8,5,3,0 2017-01,9545,6324,311,225,28,23,47,2,22,12,11,0,0,13,0,1,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/job_count/timeseries-Quarter-reference.csv index f79578de2a..072904c945 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[black] Number of Jobs Ended","[white] Number of Jobs Ended","[croutons] Number of Jobs Ended","[nann] Number of Jobs Ended","[brown] Number of Jobs Ended","[potbrood] Number of Jobs Ended","[pikelet] Number of Jobs Ended","[cornbread] Number of Jobs Ended","[crumpet] Number of Jobs Ended","[brioche] Number of Jobs Ended","[bannock] Number of Jobs Ended","[roti] Number of Jobs Ended","[panettone] Number of Jobs Ended","[focaccia] Number of Jobs Ended","[chapti] Number of Jobs Ended","[pita] Number of Jobs Ended","[pumpernickel] Number of Jobs Ended","[barm] Number of Jobs Ended" -"2016 Q4",45828,7964,700,4,64,62,6,43,12,8,7,18,15,0,8,5,3,0 +"2016 Q4",45828,7965,700,4,64,62,6,43,12,8,7,18,15,0,8,5,3,0 "2017 Q1",9545,6324,311,225,28,23,47,2,22,12,11,0,0,13,0,1,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/job_count/timeseries-Year-reference.csv index 66cf085bc4..5ff6e17f64 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[black] Number of Jobs Ended","[white] Number of Jobs Ended","[croutons] Number of Jobs Ended","[nann] Number of Jobs Ended","[brown] Number of Jobs Ended","[potbrood] Number of Jobs Ended","[pikelet] Number of Jobs Ended","[cornbread] Number of Jobs Ended","[crumpet] Number of Jobs Ended","[brioche] Number of Jobs Ended","[bannock] Number of Jobs Ended","[roti] Number of Jobs Ended","[panettone] Number of Jobs Ended","[focaccia] Number of Jobs Ended","[chapti] Number of Jobs Ended","[pita] Number of Jobs Ended","[pumpernickel] Number of Jobs Ended","[barm] Number of Jobs Ended" -2016,45828,7964,700,4,64,62,6,43,12,8,7,18,15,0,8,5,3,0 +2016,45828,7965,700,4,64,62,6,43,12,8,7,18,15,0,8,5,3,0 2017,9545,6324,311,225,28,23,47,2,22,12,11,0,0,13,0,1,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/running_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/running_job_count/aggregate-Day-reference.csv index 51fbcbb6bd..35a42ba2f3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/running_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/running_job_count/aggregate-Day-reference.csv @@ -7,7 +7,7 @@ start,end --------- Queue,"Number of Jobs Running" black,55373 -white,14288 +white,14289 croutons,1011 nann,229 brown,92 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/running_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/running_job_count/aggregate-Month-reference.csv index 51fbcbb6bd..35a42ba2f3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/running_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/running_job_count/aggregate-Month-reference.csv @@ -7,7 +7,7 @@ start,end --------- Queue,"Number of Jobs Running" black,55373 -white,14288 +white,14289 croutons,1011 nann,229 brown,92 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/running_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/running_job_count/aggregate-Quarter-reference.csv index 51fbcbb6bd..35a42ba2f3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/running_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/running_job_count/aggregate-Quarter-reference.csv @@ -7,7 +7,7 @@ start,end --------- Queue,"Number of Jobs Running" black,55373 -white,14288 +white,14289 croutons,1011 nann,229 brown,92 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/running_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/running_job_count/aggregate-Year-reference.csv index 51fbcbb6bd..35a42ba2f3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/running_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/running_job_count/aggregate-Year-reference.csv @@ -7,7 +7,7 @@ start,end --------- Queue,"Number of Jobs Running" black,55373 -white,14288 +white,14289 croutons,1011 nann,229 brown,92 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/running_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/running_job_count/timeseries-Day-reference.csv index 42d3b23a8b..682143b9f4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/running_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/running_job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[black] Number of Jobs Running","[white] Number of Jobs Running","[croutons 2016-12-27,1,13,6,0,0,0,5,5,1,1,0,9,0,1,0,0,0,0 2016-12-28,14,393,7,0,0,0,16,5,1,1,0,11,1,1,0,0,0,0 2016-12-29,232,1419,24,0,4,0,20,11,1,9,0,14,1,1,1,1,1,1 -2016-12-30,22248,6049,369,0,36,35,20,22,5,17,5,18,15,1,6,5,3,1 +2016-12-30,22248,6050,369,0,36,35,20,22,5,17,5,18,15,1,6,5,3,1 2016-12-31,24211,4829,369,16,32,27,48,30,9,19,3,1,0,1,3,3,1,1 2017-01-01,9545,6324,311,225,28,23,47,2,22,12,11,0,0,13,0,1,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/running_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/running_job_count/timeseries-Month-reference.csv index 5b57b0f5cb..76c9fed8dd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/running_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/running_job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[black] Number of Jobs Running","[white] Number of Jobs Running","[croutons] Number of Jobs Running","[nann] Number of Jobs Running","[brown] Number of Jobs Running","[potbrood] Number of Jobs Running","[pikelet] Number of Jobs Running","[cornbread] Number of Jobs Running","[crumpet] Number of Jobs Running","[brioche] Number of Jobs Running","[bannock] Number of Jobs Running","[roti] Number of Jobs Running","[panettone] Number of Jobs Running","[focaccia] Number of Jobs Running","[chapti] Number of Jobs Running","[pita] Number of Jobs Running","[pumpernickel] Number of Jobs Running","[barm] Number of Jobs Running" -2016-12,46182,8978,717,16,64,62,53,44,13,20,8,18,15,1,8,6,3,1 +2016-12,46182,8979,717,16,64,62,53,44,13,20,8,18,15,1,8,6,3,1 2017-01,9545,6324,311,225,28,23,47,2,22,12,11,0,0,13,0,1,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/running_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/running_job_count/timeseries-Quarter-reference.csv index 2c625d61de..5d9db8efc2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/running_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/running_job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[black] Number of Jobs Running","[white] Number of Jobs Running","[croutons] Number of Jobs Running","[nann] Number of Jobs Running","[brown] Number of Jobs Running","[potbrood] Number of Jobs Running","[pikelet] Number of Jobs Running","[cornbread] Number of Jobs Running","[crumpet] Number of Jobs Running","[brioche] Number of Jobs Running","[bannock] Number of Jobs Running","[roti] Number of Jobs Running","[panettone] Number of Jobs Running","[focaccia] Number of Jobs Running","[chapti] Number of Jobs Running","[pita] Number of Jobs Running","[pumpernickel] Number of Jobs Running","[barm] Number of Jobs Running" -"2016 Q4",46182,8978,717,16,64,62,53,44,13,20,8,18,15,1,8,6,3,1 +"2016 Q4",46182,8979,717,16,64,62,53,44,13,20,8,18,15,1,8,6,3,1 "2017 Q1",9545,6324,311,225,28,23,47,2,22,12,11,0,0,13,0,1,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/running_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/running_job_count/timeseries-Year-reference.csv index a685973a91..e02e10bbe9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/running_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/running_job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[black] Number of Jobs Running","[white] Number of Jobs Running","[croutons] Number of Jobs Running","[nann] Number of Jobs Running","[brown] Number of Jobs Running","[potbrood] Number of Jobs Running","[pikelet] Number of Jobs Running","[cornbread] Number of Jobs Running","[crumpet] Number of Jobs Running","[brioche] Number of Jobs Running","[bannock] Number of Jobs Running","[roti] Number of Jobs Running","[panettone] Number of Jobs Running","[focaccia] Number of Jobs Running","[chapti] Number of Jobs Running","[pita] Number of Jobs Running","[pumpernickel] Number of Jobs Running","[barm] Number of Jobs Running" -2016,46182,8978,717,16,64,62,53,44,13,20,8,18,15,1,8,6,3,1 +2016,46182,8979,717,16,64,62,53,44,13,20,8,18,15,1,8,6,3,1 2017,9545,6324,311,225,28,23,47,2,22,12,11,0,0,13,0,1,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/started_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/started_job_count/aggregate-Day-reference.csv index e8bf9c0f25..c87a24b2ca 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/started_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/started_job_count/aggregate-Day-reference.csv @@ -7,7 +7,7 @@ start,end --------- Queue,"Number of Jobs Started" black,55373 -white,14288 +white,14289 croutons,1011 nann,229 brown,92 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/started_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/started_job_count/aggregate-Month-reference.csv index e8bf9c0f25..c87a24b2ca 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/started_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/started_job_count/aggregate-Month-reference.csv @@ -7,7 +7,7 @@ start,end --------- Queue,"Number of Jobs Started" black,55373 -white,14288 +white,14289 croutons,1011 nann,229 brown,92 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/started_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/started_job_count/aggregate-Quarter-reference.csv index e8bf9c0f25..c87a24b2ca 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/started_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/started_job_count/aggregate-Quarter-reference.csv @@ -7,7 +7,7 @@ start,end --------- Queue,"Number of Jobs Started" black,55373 -white,14288 +white,14289 croutons,1011 nann,229 brown,92 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/started_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/started_job_count/aggregate-Year-reference.csv index e8bf9c0f25..c87a24b2ca 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/started_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/started_job_count/aggregate-Year-reference.csv @@ -7,7 +7,7 @@ start,end --------- Queue,"Number of Jobs Started" black,55373 -white,14288 +white,14289 croutons,1011 nann,229 brown,92 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/started_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/started_job_count/timeseries-Day-reference.csv index 447c395b9a..e3f2919add 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/started_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/started_job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[black] Number of Jobs Started","[white] Number of Jobs Started","[croutons 2016-12-27,1,13,2,0,0,0,0,4,1,1,0,9,0,0,0,0,0,0 2016-12-28,13,380,1,0,0,0,11,0,0,0,0,2,1,0,0,0,0,0 2016-12-29,218,1026,17,0,4,0,4,6,0,8,0,3,0,0,1,1,1,1 -2016-12-30,22016,4630,345,0,32,35,0,11,4,8,5,4,14,0,5,4,2,0 +2016-12-30,22016,4631,345,0,32,35,0,11,4,8,5,4,14,0,5,4,2,0 2016-12-31,23934,2929,348,16,28,27,33,22,8,3,3,0,0,0,2,1,0,0 2017-01-01,9191,5310,294,213,28,23,0,1,21,0,10,0,0,12,0,0,1,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/started_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/started_job_count/timeseries-Month-reference.csv index 12334dde84..9f39e27cf0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/started_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/started_job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[black] Number of Jobs Started","[white] Number of Jobs Started","[croutons] Number of Jobs Started","[nann] Number of Jobs Started","[brown] Number of Jobs Started","[potbrood] Number of Jobs Started","[pikelet] Number of Jobs Started","[cornbread] Number of Jobs Started","[crumpet] Number of Jobs Started","[brioche] Number of Jobs Started","[bannock] Number of Jobs Started","[roti] Number of Jobs Started","[panettone] Number of Jobs Started","[focaccia] Number of Jobs Started","[chapti] Number of Jobs Started","[pita] Number of Jobs Started","[pumpernickel] Number of Jobs Started","[barm] Number of Jobs Started" -2016-12,46182,8978,717,16,64,62,53,44,13,20,8,18,15,1,8,6,3,1 +2016-12,46182,8979,717,16,64,62,53,44,13,20,8,18,15,1,8,6,3,1 2017-01,9191,5310,294,213,28,23,0,1,21,0,10,0,0,12,0,0,1,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/started_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/started_job_count/timeseries-Quarter-reference.csv index 6f14568abb..621b19b574 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/started_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/started_job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[black] Number of Jobs Started","[white] Number of Jobs Started","[croutons] Number of Jobs Started","[nann] Number of Jobs Started","[brown] Number of Jobs Started","[potbrood] Number of Jobs Started","[pikelet] Number of Jobs Started","[cornbread] Number of Jobs Started","[crumpet] Number of Jobs Started","[brioche] Number of Jobs Started","[bannock] Number of Jobs Started","[roti] Number of Jobs Started","[panettone] Number of Jobs Started","[focaccia] Number of Jobs Started","[chapti] Number of Jobs Started","[pita] Number of Jobs Started","[pumpernickel] Number of Jobs Started","[barm] Number of Jobs Started" -"2016 Q4",46182,8978,717,16,64,62,53,44,13,20,8,18,15,1,8,6,3,1 +"2016 Q4",46182,8979,717,16,64,62,53,44,13,20,8,18,15,1,8,6,3,1 "2017 Q1",9191,5310,294,213,28,23,0,1,21,0,10,0,0,12,0,0,1,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/started_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/started_job_count/timeseries-Year-reference.csv index 96d50b3ee8..521826ee8b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/started_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/started_job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[black] Number of Jobs Started","[white] Number of Jobs Started","[croutons] Number of Jobs Started","[nann] Number of Jobs Started","[brown] Number of Jobs Started","[potbrood] Number of Jobs Started","[pikelet] Number of Jobs Started","[cornbread] Number of Jobs Started","[crumpet] Number of Jobs Started","[brioche] Number of Jobs Started","[bannock] Number of Jobs Started","[roti] Number of Jobs Started","[panettone] Number of Jobs Started","[focaccia] Number of Jobs Started","[chapti] Number of Jobs Started","[pita] Number of Jobs Started","[pumpernickel] Number of Jobs Started","[barm] Number of Jobs Started" -2016,46182,8978,717,16,64,62,53,44,13,20,8,18,15,1,8,6,3,1 +2016,46182,8979,717,16,64,62,53,44,13,20,8,18,15,1,8,6,3,1 2017,9191,5310,294,213,28,23,0,1,21,0,10,0,0,12,0,0,1,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/submitted_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/submitted_job_count/aggregate-Day-reference.csv index fd3491da3f..13fa06faba 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/submitted_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/submitted_job_count/aggregate-Day-reference.csv @@ -7,7 +7,7 @@ start,end --------- Queue,"Number of Jobs Submitted" black,51984 -white,10863 +white,10864 croutons,1005 nann,166 brown,92 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/submitted_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/submitted_job_count/aggregate-Month-reference.csv index 0804543c4a..ebb7c47a55 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/submitted_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/submitted_job_count/aggregate-Month-reference.csv @@ -7,7 +7,7 @@ start,end --------- Queue,"Number of Jobs Submitted" black,54215 -white,13440 +white,13441 croutons,1010 nann,166 brown,92 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/submitted_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/submitted_job_count/aggregate-Quarter-reference.csv index 0804543c4a..ebb7c47a55 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/submitted_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/submitted_job_count/aggregate-Quarter-reference.csv @@ -7,7 +7,7 @@ start,end --------- Queue,"Number of Jobs Submitted" black,54215 -white,13440 +white,13441 croutons,1010 nann,166 brown,92 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/submitted_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/submitted_job_count/aggregate-Year-reference.csv index 0804543c4a..ebb7c47a55 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/submitted_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/submitted_job_count/aggregate-Year-reference.csv @@ -7,7 +7,7 @@ start,end --------- Queue,"Number of Jobs Submitted" black,54215 -white,13440 +white,13441 croutons,1010 nann,166 brown,92 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/submitted_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/submitted_job_count/timeseries-Day-reference.csv index 5608ff6ec7..227f80565f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/submitted_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/submitted_job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[black] Number of Jobs Submitted","[white] Number of Jobs Submitted","[crou 2016-12-27,1,0,2,0,0,0,0,4,1,0,1,0,9,0,0,0,0,0 2016-12-28,9,357,0,0,0,0,11,0,0,0,0,1,1,0,0,0,0,0 2016-12-29,218,950,17,0,4,0,0,4,0,0,8,0,1,0,1,1,1,1 -2016-12-30,21890,3303,344,0,32,35,0,10,4,5,8,14,4,0,5,4,2,0 +2016-12-30,21890,3304,344,0,32,35,0,10,4,5,8,14,4,0,5,4,2,0 2016-12-31,21833,1791,348,16,28,27,33,21,8,3,0,0,0,0,2,1,0,0 2017-01-01,8033,4462,293,150,28,23,0,1,21,10,0,0,0,12,0,0,1,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/submitted_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/submitted_job_count/timeseries-Month-reference.csv index b3d387b90e..2bb27ee9eb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/submitted_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/submitted_job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[black] Number of Jobs Submitted","[white] Number of Jobs Submitted","[croutons] Number of Jobs Submitted","[nann] Number of Jobs Submitted","[brown] Number of Jobs Submitted","[potbrood] Number of Jobs Submitted","[pikelet] Number of Jobs Submitted","[cornbread] Number of Jobs Submitted","[crumpet] Number of Jobs Submitted","[brioche] Number of Jobs Submitted","[bannock] Number of Jobs Submitted","[roti] Number of Jobs Submitted","[panettone] Number of Jobs Submitted","[focaccia] Number of Jobs Submitted","[chapti] Number of Jobs Submitted","[pita] Number of Jobs Submitted","[pumpernickel] Number of Jobs Submitted","[barm] Number of Jobs Submitted" -2016-12,46182,8978,717,16,64,62,53,44,13,20,8,18,15,1,8,6,3,1 +2016-12,46182,8979,717,16,64,62,53,44,13,20,8,18,15,1,8,6,3,1 2017-01,8033,4462,293,150,28,23,0,1,21,0,10,0,0,12,0,0,1,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/submitted_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/submitted_job_count/timeseries-Quarter-reference.csv index 1f08d11dcf..201499b8c9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/submitted_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/submitted_job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[black] Number of Jobs Submitted","[white] Number of Jobs Submitted","[croutons] Number of Jobs Submitted","[nann] Number of Jobs Submitted","[brown] Number of Jobs Submitted","[potbrood] Number of Jobs Submitted","[pikelet] Number of Jobs Submitted","[cornbread] Number of Jobs Submitted","[crumpet] Number of Jobs Submitted","[brioche] Number of Jobs Submitted","[bannock] Number of Jobs Submitted","[roti] Number of Jobs Submitted","[panettone] Number of Jobs Submitted","[focaccia] Number of Jobs Submitted","[chapti] Number of Jobs Submitted","[pita] Number of Jobs Submitted","[pumpernickel] Number of Jobs Submitted","[barm] Number of Jobs Submitted" -"2016 Q4",46182,8978,717,16,64,62,53,44,13,20,8,18,15,1,8,6,3,1 +"2016 Q4",46182,8979,717,16,64,62,53,44,13,20,8,18,15,1,8,6,3,1 "2017 Q1",8033,4462,293,150,28,23,0,1,21,0,10,0,0,12,0,0,1,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/submitted_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/submitted_job_count/timeseries-Year-reference.csv index 54fb32b319..1c8594ea0c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/submitted_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/submitted_job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[black] Number of Jobs Submitted","[white] Number of Jobs Submitted","[croutons] Number of Jobs Submitted","[nann] Number of Jobs Submitted","[brown] Number of Jobs Submitted","[potbrood] Number of Jobs Submitted","[pikelet] Number of Jobs Submitted","[cornbread] Number of Jobs Submitted","[crumpet] Number of Jobs Submitted","[brioche] Number of Jobs Submitted","[bannock] Number of Jobs Submitted","[roti] Number of Jobs Submitted","[panettone] Number of Jobs Submitted","[focaccia] Number of Jobs Submitted","[chapti] Number of Jobs Submitted","[pita] Number of Jobs Submitted","[pumpernickel] Number of Jobs Submitted","[barm] Number of Jobs Submitted" -2016,46182,8978,717,16,64,62,53,44,13,20,8,18,15,1,8,6,3,1 +2016,46182,8979,717,16,64,62,53,44,13,20,8,18,15,1,8,6,3,1 2017,8033,4462,293,150,28,23,0,1,21,0,10,0,0,12,0,0,1,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_cpu_hours/aggregate-Day-reference.csv index 8f140b9b54..f7b6784ca4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_cpu_hours/aggregate-Day-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Queue,"CPU Hours: Total" -white,438972.9878 +white,439001.1278 black,274691.9789 pikelet,34825.7219 roti,22393.2603 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_cpu_hours/aggregate-Month-reference.csv index 8f140b9b54..f7b6784ca4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_cpu_hours/aggregate-Month-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Queue,"CPU Hours: Total" -white,438972.9878 +white,439001.1278 black,274691.9789 pikelet,34825.7219 roti,22393.2603 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_cpu_hours/aggregate-Quarter-reference.csv index 8f140b9b54..f7b6784ca4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_cpu_hours/aggregate-Quarter-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Queue,"CPU Hours: Total" -white,438972.9878 +white,439001.1278 black,274691.9789 pikelet,34825.7219 roti,22393.2603 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_cpu_hours/aggregate-Year-reference.csv index 8f140b9b54..f7b6784ca4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_cpu_hours/aggregate-Year-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Queue,"CPU Hours: Total" -white,438972.9878 +white,439001.1278 black,274691.9789 pikelet,34825.7219 roti,22393.2603 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_cpu_hours/timeseries-Day-reference.csv index 7b7c43060b..8a49141a9b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_cpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[white] CPU Hours: Total","[black] CPU Hours: Total","[pikelet] CPU Hours: 2016-12-27,10323.5222,136.7956,1920.0000,468.4192,1830.0622,0,339.9467,243.1822,3.2167,0,288.0000,0,0,0,0,0,0,0 2016-12-28,36236.2725,30760.4844,2310.7378,6503.8844,2675.3200,0,1560.0000,1536.0000,24.0000,0,288.0000,0,94.0111,0,0,0,0,0 2016-12-29,101785.6889,43000.8978,7644.0844,8996.7289,2937.5867,1643.9111,2173.2617,1536.0000,582.0553,0,288.0000,0,480.0000,105.6300,0,28.6944,52.0042,7.2400 -2016-12-30,142323.0442,98844.5711,6055.3111,5862.9122,4460.4644,9238.5464,3839.7864,1562.0711,1214.4433,0,288.0000,252.7022,408.6611,397.1833,141.8144,95.9114,85.8444,48.0000 +2016-12-30,142351.1842,98844.5711,6055.3111,5862.9122,4460.4644,9238.5464,3839.7864,1562.0711,1214.4433,0,288.0000,252.7022,408.6611,397.1833,141.8144,95.9114,85.8444,48.0000 2016-12-31,102559.1947,92607.7978,11780.8131,561.3156,4311.2411,3313.1372,2841.5344,2067.3578,1327.6497,37.7500,288.0000,236.0378,0,71.0633,103.6008,68.0031,7.1333,48.0000 2017-01-01,45745.2653,9341.4322,4898.4422,0,3190.9089,27.1514,371.6122,1466.4622,575.2736,3135.8433,287.0161,527.8744,0,0,109.9300,45.9622,21.4056,35.2583 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_cpu_hours/timeseries-Month-reference.csv index 3a62dcca41..a8a788cfb8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_cpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[white] CPU Hours: Total","[black] CPU Hours: Total","[pikelet] CPU Hours: Total","[roti] CPU Hours: Total","[croutons] CPU Hours: Total","[brown] CPU Hours: Total","[cornbread] CPU Hours: Total","[crumpet] CPU Hours: Total","[brioche] CPU Hours: Total","[nann] CPU Hours: Total","[focaccia] CPU Hours: Total","[bannock] CPU Hours: Total","[panettone] CPU Hours: Total","[chapti] CPU Hours: Total","[potbrood] CPU Hours: Total","[pita] CPU Hours: Total","[pumpernickel] CPU Hours: Total","[barm] CPU Hours: Total" -2016-12,393227.7225,265350.5467,29927.2797,22393.2603,19188.2444,14195.5947,10835.1328,6944.6111,3151.3650,37.7500,2792.9567,488.7400,982.6722,573.8767,245.4153,192.6089,144.9819,103.2400 +2016-12,393255.8625,265350.5467,29927.2797,22393.2603,19188.2444,14195.5947,10835.1328,6944.6111,3151.3650,37.7500,2792.9567,488.7400,982.6722,573.8767,245.4153,192.6089,144.9819,103.2400 2017-01,45745.2653,9341.4322,4898.4422,0,3190.9089,27.1514,371.6122,1466.4622,575.2736,3135.8433,287.0161,527.8744,0,0,109.9300,45.9622,21.4056,35.2583 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_cpu_hours/timeseries-Quarter-reference.csv index e5dca1150f..379bc2f0e2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_cpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[white] CPU Hours: Total","[black] CPU Hours: Total","[pikelet] CPU Hours: Total","[roti] CPU Hours: Total","[croutons] CPU Hours: Total","[brown] CPU Hours: Total","[cornbread] CPU Hours: Total","[crumpet] CPU Hours: Total","[brioche] CPU Hours: Total","[nann] CPU Hours: Total","[focaccia] CPU Hours: Total","[bannock] CPU Hours: Total","[panettone] CPU Hours: Total","[chapti] CPU Hours: Total","[potbrood] CPU Hours: Total","[pita] CPU Hours: Total","[pumpernickel] CPU Hours: Total","[barm] CPU Hours: Total" -"2016 Q4",393227.7225,265350.5467,29927.2797,22393.2603,19188.2444,14195.5947,10835.1328,6944.6111,3151.3650,37.7500,2792.9567,488.7400,982.6722,573.8767,245.4153,192.6089,144.9819,103.2400 +"2016 Q4",393255.8625,265350.5467,29927.2797,22393.2603,19188.2444,14195.5947,10835.1328,6944.6111,3151.3650,37.7500,2792.9567,488.7400,982.6722,573.8767,245.4153,192.6089,144.9819,103.2400 "2017 Q1",45745.2653,9341.4322,4898.4422,0,3190.9089,27.1514,371.6122,1466.4622,575.2736,3135.8433,287.0161,527.8744,0,0,109.9300,45.9622,21.4056,35.2583 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_cpu_hours/timeseries-Year-reference.csv index 85a860c1d6..37ac868083 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_cpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[white] CPU Hours: Total","[black] CPU Hours: Total","[pikelet] CPU Hours: Total","[roti] CPU Hours: Total","[croutons] CPU Hours: Total","[brown] CPU Hours: Total","[cornbread] CPU Hours: Total","[crumpet] CPU Hours: Total","[brioche] CPU Hours: Total","[nann] CPU Hours: Total","[focaccia] CPU Hours: Total","[bannock] CPU Hours: Total","[panettone] CPU Hours: Total","[chapti] CPU Hours: Total","[potbrood] CPU Hours: Total","[pita] CPU Hours: Total","[pumpernickel] CPU Hours: Total","[barm] CPU Hours: Total" -2016,393227.7225,265350.5467,29927.2797,22393.2603,19188.2444,14195.5947,10835.1328,6944.6111,3151.3650,37.7500,2792.9567,488.7400,982.6722,573.8767,245.4153,192.6089,144.9819,103.2400 +2016,393255.8625,265350.5467,29927.2797,22393.2603,19188.2444,14195.5947,10835.1328,6944.6111,3151.3650,37.7500,2792.9567,488.7400,982.6722,573.8767,245.4153,192.6089,144.9819,103.2400 2017,45745.2653,9341.4322,4898.4422,0,3190.9089,27.1514,371.6122,1466.4622,575.2736,3135.8433,287.0161,527.8744,0,0,109.9300,45.9622,21.4056,35.2583 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_node_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_node_hours/aggregate-Day-reference.csv index e188b2cfef..acd4567dc9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_node_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_node_hours/aggregate-Day-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Queue,"Node Hours: Total" -white,123927.2147 +white,123929.5597 black,21885.3492 pikelet,2773.5564 croutons,1991.0214 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_node_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_node_hours/aggregate-Month-reference.csv index e188b2cfef..acd4567dc9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_node_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_node_hours/aggregate-Month-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Queue,"Node Hours: Total" -white,123927.2147 +white,123929.5597 black,21885.3492 pikelet,2773.5564 croutons,1991.0214 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_node_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_node_hours/aggregate-Quarter-reference.csv index e188b2cfef..acd4567dc9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_node_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_node_hours/aggregate-Quarter-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Queue,"Node Hours: Total" -white,123927.2147 +white,123929.5597 black,21885.3492 pikelet,2773.5564 croutons,1991.0214 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_node_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_node_hours/aggregate-Year-reference.csv index e188b2cfef..acd4567dc9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_node_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_node_hours/aggregate-Year-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Queue,"Node Hours: Total" -white,123927.2147 +white,123929.5597 black,21885.3492 pikelet,2773.5564 croutons,1991.0214 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_node_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_node_hours/timeseries-Day-reference.csv index 3673989c2e..2684bd66eb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_node_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_node_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[white] Node Hours: Total","[black] Node Hours: Total","[pikelet] Node Hour 2016-12-27,856.4506,8.5497,120.0000,100.8189,30.3978,3.2167,0,43.7467,19.2119,0,24.0000,0,0,0,0,0,0,0 2016-12-28,5778.5872,1941.4681,144.4211,158.9433,192.0000,24.0000,0,120.0000,226.4964,0,24.0000,0,0,0,4.7006,0,0,0 2016-12-29,24097.5408,2741.9211,477.7553,187.1983,192.0000,165.1561,102.7444,181.7861,304.3978,0,24.0000,7.1736,0,3.6200,24.0000,8.8025,10.4008,0 -2016-12-30,41307.7775,8302.5897,378.4569,481.0775,195.2589,339.6108,602.9381,293.6803,201.8989,0,24.0000,56.5047,17.4378,24.0000,20.4331,33.0986,17.1689,12.6283 +2016-12-30,41310.1225,8302.5897,378.4569,481.0775,195.2589,339.6108,602.9381,293.6803,201.8989,0,24.0000,56.5047,17.4378,24.0000,20.4331,33.0986,17.1689,12.6283 2016-12-31,36475.5675,8110.8319,1112.6033,481.5464,258.4197,356.4497,232.6122,202.4067,17.5411,3.1458,24.0000,50.0147,23.6747,24.0000,0,5.9219,1.4267,8.6342 2017-01-01,15411.2911,779.9886,526.7989,387.9875,183.3078,151.1961,27.1514,23.2497,0,261.3203,26.1203,11.4906,35.5914,17.6292,0,0,4.2811,9.1608 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_node_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_node_hours/timeseries-Month-reference.csv index 58401d4eb5..795328b173 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_node_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_node_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[white] Node Hours: Total","[black] Node Hours: Total","[pikelet] Node Hours: Total","[croutons] Node Hours: Total","[crumpet] Node Hours: Total","[brioche] Node Hours: Total","[brown] Node Hours: Total","[cornbread] Node Hours: Total","[roti] Node Hours: Total","[nann] Node Hours: Total","[focaccia] Node Hours: Total","[pita] Node Hours: Total","[bannock] Node Hours: Total","[barm] Node Hours: Total","[panettone] Node Hours: Total","[chapti] Node Hours: Total","[pumpernickel] Node Hours: Total","[potbrood] Node Hours: Total" -2016-12,108515.9236,21105.3606,2246.7575,1603.0339,868.0764,888.4333,938.2947,922.2233,769.5461,3.1458,232.7464,113.6931,41.1125,51.6200,49.1336,47.8231,28.9964,21.2625 +2016-12,108518.2686,21105.3606,2246.7575,1603.0339,868.0764,888.4333,938.2947,922.2233,769.5461,3.1458,232.7464,113.6931,41.1125,51.6200,49.1336,47.8231,28.9964,21.2625 2017-01,15411.2911,779.9886,526.7989,387.9875,183.3078,151.1961,27.1514,23.2497,0,261.3203,26.1203,11.4906,35.5914,17.6292,0,0,4.2811,9.1608 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_node_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_node_hours/timeseries-Quarter-reference.csv index 70e81a1a74..f55d914397 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_node_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_node_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[white] Node Hours: Total","[black] Node Hours: Total","[pikelet] Node Hours: Total","[croutons] Node Hours: Total","[crumpet] Node Hours: Total","[brioche] Node Hours: Total","[brown] Node Hours: Total","[cornbread] Node Hours: Total","[roti] Node Hours: Total","[nann] Node Hours: Total","[focaccia] Node Hours: Total","[pita] Node Hours: Total","[bannock] Node Hours: Total","[barm] Node Hours: Total","[panettone] Node Hours: Total","[chapti] Node Hours: Total","[pumpernickel] Node Hours: Total","[potbrood] Node Hours: Total" -"2016 Q4",108515.9236,21105.3606,2246.7575,1603.0339,868.0764,888.4333,938.2947,922.2233,769.5461,3.1458,232.7464,113.6931,41.1125,51.6200,49.1336,47.8231,28.9964,21.2625 +"2016 Q4",108518.2686,21105.3606,2246.7575,1603.0339,868.0764,888.4333,938.2947,922.2233,769.5461,3.1458,232.7464,113.6931,41.1125,51.6200,49.1336,47.8231,28.9964,21.2625 "2017 Q1",15411.2911,779.9886,526.7989,387.9875,183.3078,151.1961,27.1514,23.2497,0,261.3203,26.1203,11.4906,35.5914,17.6292,0,0,4.2811,9.1608 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_node_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_node_hours/timeseries-Year-reference.csv index 66ca0b2355..6a1706922b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_node_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_node_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[white] Node Hours: Total","[black] Node Hours: Total","[pikelet] Node Hours: Total","[croutons] Node Hours: Total","[crumpet] Node Hours: Total","[brioche] Node Hours: Total","[brown] Node Hours: Total","[cornbread] Node Hours: Total","[roti] Node Hours: Total","[nann] Node Hours: Total","[focaccia] Node Hours: Total","[pita] Node Hours: Total","[bannock] Node Hours: Total","[barm] Node Hours: Total","[panettone] Node Hours: Total","[chapti] Node Hours: Total","[pumpernickel] Node Hours: Total","[potbrood] Node Hours: Total" -2016,108515.9236,21105.3606,2246.7575,1603.0339,868.0764,888.4333,938.2947,922.2233,769.5461,3.1458,232.7464,113.6931,41.1125,51.6200,49.1336,47.8231,28.9964,21.2625 +2016,108518.2686,21105.3606,2246.7575,1603.0339,868.0764,888.4333,938.2947,922.2233,769.5461,3.1458,232.7464,113.6931,41.1125,51.6200,49.1336,47.8231,28.9964,21.2625 2017,15411.2911,779.9886,526.7989,387.9875,183.3078,151.1961,27.1514,23.2497,0,261.3203,26.1203,11.4906,35.5914,17.6292,0,0,4.2811,9.1608 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_waitduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_waitduration_hours/aggregate-Day-reference.csv index c08ad67fe5..d25574ce70 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_waitduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_waitduration_hours/aggregate-Day-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Queue,"Wait Hours: Total" -white,247850.7114 +white,247850.8092 black,55733.9806 nann,2187.3331 croutons,194.0739 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_waitduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_waitduration_hours/aggregate-Month-reference.csv index c08ad67fe5..d25574ce70 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_waitduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_waitduration_hours/aggregate-Month-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Queue,"Wait Hours: Total" -white,247850.7114 +white,247850.8092 black,55733.9806 nann,2187.3331 croutons,194.0739 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_waitduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_waitduration_hours/aggregate-Quarter-reference.csv index c08ad67fe5..d25574ce70 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_waitduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_waitduration_hours/aggregate-Quarter-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Queue,"Wait Hours: Total" -white,247850.7114 +white,247850.8092 black,55733.9806 nann,2187.3331 croutons,194.0739 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_waitduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_waitduration_hours/aggregate-Year-reference.csv index c08ad67fe5..d25574ce70 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_waitduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_waitduration_hours/aggregate-Year-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Queue,"Wait Hours: Total" -white,247850.7114 +white,247850.8092 black,55733.9806 nann,2187.3331 croutons,194.0739 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_waitduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_waitduration_hours/timeseries-Day-reference.csv index 4440365b89..b55ed4b426 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_waitduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_waitduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[white] Wait Hours: Total","[black] Wait Hours: Total","[nann] Wait Hours: 2016-12-27,1978.2203,0.0003,0,0.0269,0.0025,0.0000,0.0019,0.0000,0,0.0000,0,0,0,0,0.0000,0,0,0 2016-12-28,3257.5903,288.0275,0,12.2750,0.0000,0.0000,21.9589,18.4800,0,0.0000,0,0,0.0003,0,0.0000,0,0,0 2016-12-29,5913.8772,56.7914,0,0.2917,68.2783,0.0017,44.7789,17.8439,0.0011,0.0000,0,0.0025,0.0000,0,0.0000,0.0044,0.0003,0.0000 -2016-12-30,183429.0489,11815.8661,0,13.1892,8.2494,14.4292,0.0758,0.0000,1.3358,0.0000,0.0172,0.0050,0.0147,0.0050,0.0008,0.0000,0.0000,0.0000 +2016-12-30,183429.1467,11815.8661,0,13.1892,8.2494,14.4292,0.0758,0.0000,1.3358,0.0000,0.0172,0.0050,0.0147,0.0050,0.0008,0.0000,0.0000,0.0000 2016-12-31,36266.9097,36967.0331,0.3231,14.0708,95.5417,77.1553,0.0000,0.2067,0.0019,0.0000,0.0083,0.0031,0,0.0022,0.0017,0.0000,0.0000,0.0000 2017-01-01,17005.0650,6606.2622,2187.0100,34.0025,0.0067,0.0000,0,0.0000,0,1.2328,0.0047,0.0047,0,0.0011,0.0031,0.0000,0.0000,0.0003 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_waitduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_waitduration_hours/timeseries-Month-reference.csv index 0cf8ec303f..3a952cb10b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_waitduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_waitduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[white] Wait Hours: Total","[black] Wait Hours: Total","[nann] Wait Hours: Total","[croutons] Wait Hours: Total","[cornbread] Wait Hours: Total","[brioche] Wait Hours: Total","[roti] Wait Hours: Total","[pikelet] Wait Hours: Total","[chapti] Wait Hours: Total","[focaccia] Wait Hours: Total","[potbrood] Wait Hours: Total","[brown] Wait Hours: Total","[panettone] Wait Hours: Total","[bannock] Wait Hours: Total","[crumpet] Wait Hours: Total","[barm] Wait Hours: Total","[pita] Wait Hours: Total","[pumpernickel] Wait Hours: Total" -2016-12,230845.6464,49127.7183,0.3231,160.0714,181.6683,91.5861,66.8156,36.5339,1.3389,0.0003,0.0256,0.0106,0.0150,0.0072,0.0025,0.0044,0.0003,0.0000 +2016-12,230845.7442,49127.7183,0.3231,160.0714,181.6683,91.5861,66.8156,36.5339,1.3389,0.0003,0.0256,0.0106,0.0150,0.0072,0.0025,0.0044,0.0003,0.0000 2017-01,17005.0650,6606.2622,2187.0100,34.0025,0.0067,0.0000,0,0.0000,0,1.2328,0.0047,0.0047,0,0.0011,0.0031,0.0000,0.0000,0.0003 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_waitduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_waitduration_hours/timeseries-Quarter-reference.csv index c4a091283b..6fd342e774 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_waitduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_waitduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[white] Wait Hours: Total","[black] Wait Hours: Total","[nann] Wait Hours: Total","[croutons] Wait Hours: Total","[cornbread] Wait Hours: Total","[brioche] Wait Hours: Total","[roti] Wait Hours: Total","[pikelet] Wait Hours: Total","[chapti] Wait Hours: Total","[focaccia] Wait Hours: Total","[potbrood] Wait Hours: Total","[brown] Wait Hours: Total","[panettone] Wait Hours: Total","[bannock] Wait Hours: Total","[crumpet] Wait Hours: Total","[barm] Wait Hours: Total","[pita] Wait Hours: Total","[pumpernickel] Wait Hours: Total" -"2016 Q4",230845.6464,49127.7183,0.3231,160.0714,181.6683,91.5861,66.8156,36.5339,1.3389,0.0003,0.0256,0.0106,0.0150,0.0072,0.0025,0.0044,0.0003,0.0000 +"2016 Q4",230845.7442,49127.7183,0.3231,160.0714,181.6683,91.5861,66.8156,36.5339,1.3389,0.0003,0.0256,0.0106,0.0150,0.0072,0.0025,0.0044,0.0003,0.0000 "2017 Q1",17005.0650,6606.2622,2187.0100,34.0025,0.0067,0.0000,0,0.0000,0,1.2328,0.0047,0.0047,0,0.0011,0.0031,0.0000,0.0000,0.0003 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_waitduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_waitduration_hours/timeseries-Year-reference.csv index 7f68f08d9b..1348514ddc 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_waitduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_waitduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[white] Wait Hours: Total","[black] Wait Hours: Total","[nann] Wait Hours: Total","[croutons] Wait Hours: Total","[cornbread] Wait Hours: Total","[brioche] Wait Hours: Total","[roti] Wait Hours: Total","[pikelet] Wait Hours: Total","[chapti] Wait Hours: Total","[focaccia] Wait Hours: Total","[potbrood] Wait Hours: Total","[brown] Wait Hours: Total","[panettone] Wait Hours: Total","[bannock] Wait Hours: Total","[crumpet] Wait Hours: Total","[barm] Wait Hours: Total","[pita] Wait Hours: Total","[pumpernickel] Wait Hours: Total" -2016,230845.6464,49127.7183,0.3231,160.0714,181.6683,91.5861,66.8156,36.5339,1.3389,0.0003,0.0256,0.0106,0.0150,0.0072,0.0025,0.0044,0.0003,0.0000 +2016,230845.7442,49127.7183,0.3231,160.0714,181.6683,91.5861,66.8156,36.5339,1.3389,0.0003,0.0256,0.0106,0.0150,0.0072,0.0025,0.0044,0.0003,0.0000 2017,17005.0650,6606.2622,2187.0100,34.0025,0.0067,0.0000,0,0.0000,0,1.2328,0.0047,0.0047,0,0.0011,0.0031,0.0000,0.0000,0.0003 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_wallduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_wallduration_hours/aggregate-Day-reference.csv index 336af6366d..9fce4f4cc9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_wallduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_wallduration_hours/aggregate-Day-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Queue,"Wall Hours: Total" -white,104246.5925 +white,104246.8531 black,15066.5792 pikelet,2773.5564 croutons,1988.8739 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_wallduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_wallduration_hours/aggregate-Month-reference.csv index 336af6366d..9fce4f4cc9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_wallduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_wallduration_hours/aggregate-Month-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Queue,"Wall Hours: Total" -white,104246.5925 +white,104246.8531 black,15066.5792 pikelet,2773.5564 croutons,1988.8739 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_wallduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_wallduration_hours/aggregate-Quarter-reference.csv index 336af6366d..9fce4f4cc9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_wallduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_wallduration_hours/aggregate-Quarter-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Queue,"Wall Hours: Total" -white,104246.5925 +white,104246.8531 black,15066.5792 pikelet,2773.5564 croutons,1988.8739 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_wallduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_wallduration_hours/aggregate-Year-reference.csv index 336af6366d..9fce4f4cc9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_wallduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_wallduration_hours/aggregate-Year-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Queue,"Wall Hours: Total" -white,104246.5925 +white,104246.8531 black,15066.5792 pikelet,2773.5564 croutons,1988.8739 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_wallduration_hours/timeseries-Day-reference.csv index cb826ddfc1..b9aa82015e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_wallduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[white] Wall Hours: Total","[black] Wall Hours: Total","[pikelet] Wall Hour 2016-12-27,210.8397,8.5497,120.0000,100.8189,3.2167,43.7467,19.2119,0,24.0000,0,3.7997,0,0,0,0,0,0,0 2016-12-28,3587.0622,260.5200,144.4211,158.9433,24.0000,120.0000,226.4964,0,24.0000,0,24.0000,0,0,0,4.7006,0,0,0 2016-12-29,18625.6822,466.9464,477.7553,187.1983,165.1561,160.6986,304.3978,0,24.0000,14.6778,24.0000,7.1736,0,3.6200,24.0000,8.8025,10.4008,0 -2016-12-30,34890.1442,6022.5897,378.4569,478.9300,339.6108,221.6803,201.8989,0,24.0000,109.4747,24.5364,56.5047,10.3719,24.0000,20.4331,33.0986,17.1689,9.6147 +2016-12-30,34890.4047,6022.5897,378.4569,478.9300,339.6108,221.6803,201.8989,0,24.0000,109.4747,24.5364,56.5047,10.3719,24.0000,20.4331,33.0986,17.1689,9.6147 2016-12-31,32448.9128,7527.9847,1112.6033,481.5464,356.4497,150.1633,17.5411,3.1458,24.0000,56.5822,32.4836,50.0147,23.6747,24.0000,0,5.9219,1.4267,6.0939 2017-01-01,14483.9514,779.9886,526.7989,387.9875,151.1961,23.2497,0,261.3203,26.1203,27.1514,36.5161,11.4906,35.5914,17.6292,0,0,4.2811,5.3183 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_wallduration_hours/timeseries-Month-reference.csv index eeee24ea67..3844010bf9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_wallduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[white] Wall Hours: Total","[black] Wall Hours: Total","[pikelet] Wall Hours: Total","[croutons] Wall Hours: Total","[brioche] Wall Hours: Total","[cornbread] Wall Hours: Total","[roti] Wall Hours: Total","[nann] Wall Hours: Total","[focaccia] Wall Hours: Total","[brown] Wall Hours: Total","[crumpet] Wall Hours: Total","[pita] Wall Hours: Total","[bannock] Wall Hours: Total","[barm] Wall Hours: Total","[panettone] Wall Hours: Total","[chapti] Wall Hours: Total","[pumpernickel] Wall Hours: Total","[potbrood] Wall Hours: Total" -2016-12,89762.6411,14286.5906,2246.7575,1600.8864,888.4333,776.8925,769.5461,3.1458,232.7464,180.7347,108.8197,113.6931,34.0467,51.6200,49.1336,47.8231,28.9964,15.7086 +2016-12,89762.9017,14286.5906,2246.7575,1600.8864,888.4333,776.8925,769.5461,3.1458,232.7464,180.7347,108.8197,113.6931,34.0467,51.6200,49.1336,47.8231,28.9964,15.7086 2017-01,14483.9514,779.9886,526.7989,387.9875,151.1961,23.2497,0,261.3203,26.1203,27.1514,36.5161,11.4906,35.5914,17.6292,0,0,4.2811,5.3183 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_wallduration_hours/timeseries-Quarter-reference.csv index e77ea16636..30fd584096 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_wallduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[white] Wall Hours: Total","[black] Wall Hours: Total","[pikelet] Wall Hours: Total","[croutons] Wall Hours: Total","[brioche] Wall Hours: Total","[cornbread] Wall Hours: Total","[roti] Wall Hours: Total","[nann] Wall Hours: Total","[focaccia] Wall Hours: Total","[brown] Wall Hours: Total","[crumpet] Wall Hours: Total","[pita] Wall Hours: Total","[bannock] Wall Hours: Total","[barm] Wall Hours: Total","[panettone] Wall Hours: Total","[chapti] Wall Hours: Total","[pumpernickel] Wall Hours: Total","[potbrood] Wall Hours: Total" -"2016 Q4",89762.6411,14286.5906,2246.7575,1600.8864,888.4333,776.8925,769.5461,3.1458,232.7464,180.7347,108.8197,113.6931,34.0467,51.6200,49.1336,47.8231,28.9964,15.7086 +"2016 Q4",89762.9017,14286.5906,2246.7575,1600.8864,888.4333,776.8925,769.5461,3.1458,232.7464,180.7347,108.8197,113.6931,34.0467,51.6200,49.1336,47.8231,28.9964,15.7086 "2017 Q1",14483.9514,779.9886,526.7989,387.9875,151.1961,23.2497,0,261.3203,26.1203,27.1514,36.5161,11.4906,35.5914,17.6292,0,0,4.2811,5.3183 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_wallduration_hours/timeseries-Year-reference.csv index c391a68caf..aa5c3b95f9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/total_wallduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[white] Wall Hours: Total","[black] Wall Hours: Total","[pikelet] Wall Hours: Total","[croutons] Wall Hours: Total","[brioche] Wall Hours: Total","[cornbread] Wall Hours: Total","[roti] Wall Hours: Total","[nann] Wall Hours: Total","[focaccia] Wall Hours: Total","[brown] Wall Hours: Total","[crumpet] Wall Hours: Total","[pita] Wall Hours: Total","[bannock] Wall Hours: Total","[barm] Wall Hours: Total","[panettone] Wall Hours: Total","[chapti] Wall Hours: Total","[pumpernickel] Wall Hours: Total","[potbrood] Wall Hours: Total" -2016,89762.6411,14286.5906,2246.7575,1600.8864,888.4333,776.8925,769.5461,3.1458,232.7464,180.7347,108.8197,113.6931,34.0467,51.6200,49.1336,47.8231,28.9964,15.7086 +2016,89762.9017,14286.5906,2246.7575,1600.8864,888.4333,776.8925,769.5461,3.1458,232.7464,180.7347,108.8197,113.6931,34.0467,51.6200,49.1336,47.8231,28.9964,15.7086 2017,14483.9514,779.9886,526.7989,387.9875,151.1961,23.2497,0,261.3203,26.1203,27.1514,36.5161,11.4906,35.5914,17.6292,0,0,4.2811,5.3183 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/utilization/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/utilization/aggregate-Day-reference.csv index 23eb63ca76..ab356d8cde 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/utilization/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/utilization/aggregate-Day-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Queue,"Screwdriver CPU Utilization (%)" -white,41.5694 +white,41.5721 black,8.1754 pikelet,5.1824 brown,2.4692 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/utilization/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/utilization/aggregate-Month-reference.csv index a10659b2e1..89e501144c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/utilization/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/utilization/aggregate-Month-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Queue,"Screwdriver CPU Utilization (%)" -white,8.9660 +white,8.9665 black,1.8342 pikelet,0.9805 croutons,0.5550 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/utilization/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/utilization/aggregate-Quarter-reference.csv index 2e38afe929..434cbcfd8d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/utilization/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/utilization/aggregate-Quarter-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Queue,"Screwdriver CPU Utilization (%)" -white,4.1569 +white,4.1572 black,0.7299 pikelet,0.3779 croutons,0.2308 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/utilization/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/utilization/aggregate-Year-reference.csv index e3f6fafea1..f007f9ff6a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/utilization/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/utilization/aggregate-Year-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Queue,"Screwdriver CPU Utilization (%)" -white,1.1877 +white,1.1878 black,0.1918 pikelet,0.0978 croutons,0.0620 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/utilization/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/utilization/timeseries-Day-reference.csv index aa09a609c8..c0734d16ac 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/utilization/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/utilization/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[white] Screwdriver CPU Utilization (%)","[black] Screwdriver CPU Utilizati 2016-12-27,10.7537,0.1425,2.0000,0,0.4879,1.9063,0.3541,0.2533,0,0.0034,0.3000,0,0,0,0,0,0,0 2016-12-28,37.7461,16.0211,2.4070,0,6.7749,2.7868,1.6250,1.6000,0,0.0250,0.3000,0.0979,0,0,0,0,0,0 2016-12-29,106.0268,14.9309,7.9626,1.7124,9.3716,3.0600,2.2638,1.6000,0,0.6063,0.3000,0.5000,0,0.1100,0.0299,0,0.0542,0.0075 -2016-12-30,148.2532,25.7408,6.3076,9.6235,6.1072,4.6463,3.9998,1.6272,0,1.2650,0.3000,0.4257,0.2632,0.4137,0.0999,0.1477,0.0894,0.0500 +2016-12-30,148.2825,25.7408,6.3076,9.6235,6.1072,4.6463,3.9998,1.6272,0,1.2650,0.3000,0.4257,0.2632,0.4137,0.0999,0.1477,0.0894,0.0500 2016-12-31,106.8325,24.1166,12.2717,3.4512,0.5847,4.4909,2.9599,2.1535,0.0393,1.3830,0.3000,0,0.2459,0.0740,0.0708,0.1079,0.0074,0.0500 2017-01-01,47.6513,2.4327,5.1025,0.0283,0,3.3239,0.3871,1.5276,3.2665,0.5992,0.2990,0,0.5499,0,0.0479,0.1145,0.0223,0.0367 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/utilization/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/utilization/timeseries-Month-reference.csv index d664e60956..9131e12bc0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/utilization/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/utilization/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[white] Screwdriver CPU Utilization (%)","[black] Screwdriver CPU Utilization (%)","[pikelet] Screwdriver CPU Utilization (%)","[croutons] Screwdriver CPU Utilization (%)","[roti] Screwdriver CPU Utilization (%)","[brown] Screwdriver CPU Utilization (%)","[cornbread] Screwdriver CPU Utilization (%)","[crumpet] Screwdriver CPU Utilization (%)","[brioche] Screwdriver CPU Utilization (%)","[nann] Screwdriver CPU Utilization (%)","[focaccia] Screwdriver CPU Utilization (%)","[panettone] Screwdriver CPU Utilization (%)","[bannock] Screwdriver CPU Utilization (%)","[chapti] Screwdriver CPU Utilization (%)","[potbrood] Screwdriver CPU Utilization (%)","[pita] Screwdriver CPU Utilization (%)","[barm] Screwdriver CPU Utilization (%)","[pumpernickel] Screwdriver CPU Utilization (%)" -2016-12,20.4806,8.6377,5.1957,1.8171,1.1663,2.9574,1.0261,0.7234,0.2984,0.0066,0.2909,0.1706,0.0463,0.0543,0.0128,0.0334,0.0098,0.0076 +2016-12,20.4821,8.6377,5.1957,1.8171,1.1663,2.9574,1.0261,0.7234,0.2984,0.0066,0.2909,0.1706,0.0463,0.0543,0.0128,0.0334,0.0098,0.0076 2017-01,1.5371,0.0785,0.1646,0.1072,0,0.0009,0.0125,0.0493,0.0193,0.1054,0.0096,0,0.0177,0,0.0037,0.0015,0.0012,0.0007 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/utilization/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/utilization/timeseries-Quarter-reference.csv index 32a08c1fea..2952700c27 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/utilization/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/utilization/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[white] Screwdriver CPU Utilization (%)","[black] Screwdriver CPU Utilization (%)","[pikelet] Screwdriver CPU Utilization (%)","[croutons] Screwdriver CPU Utilization (%)","[roti] Screwdriver CPU Utilization (%)","[brown] Screwdriver CPU Utilization (%)","[cornbread] Screwdriver CPU Utilization (%)","[crumpet] Screwdriver CPU Utilization (%)","[brioche] Screwdriver CPU Utilization (%)","[nann] Screwdriver CPU Utilization (%)","[focaccia] Screwdriver CPU Utilization (%)","[panettone] Screwdriver CPU Utilization (%)","[bannock] Screwdriver CPU Utilization (%)","[chapti] Screwdriver CPU Utilization (%)","[potbrood] Screwdriver CPU Utilization (%)","[pita] Screwdriver CPU Utilization (%)","[pumpernickel] Screwdriver CPU Utilization (%)","[barm] Screwdriver CPU Utilization (%)" -"2016 Q4",20.4806,8.6377,5.1957,1.8171,1.1663,2.9574,1.0261,0.7234,0.2984,0.0066,0.2909,0.1706,0.0463,0.0543,0.0128,0.0334,0.0076,0.0098 +"2016 Q4",20.4821,8.6377,5.1957,1.8171,1.1663,2.9574,1.0261,0.7234,0.2984,0.0066,0.2909,0.1706,0.0463,0.0543,0.0128,0.0334,0.0076,0.0098 "2017 Q1",0.5295,0.0270,0.0567,0.0369,0,0.0003,0.0043,0.0170,0.0067,0.0363,0.0033,0,0.0061,0,0.0013,0.0005,0.0002,0.0004 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/utilization/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/utilization/timeseries-Year-reference.csv index 43a0238e91..ab1bdad0b6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/utilization/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/queue/utilization/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[white] Screwdriver CPU Utilization (%)","[black] Screwdriver CPU Utilization (%)","[pikelet] Screwdriver CPU Utilization (%)","[croutons] Screwdriver CPU Utilization (%)","[roti] Screwdriver CPU Utilization (%)","[brown] Screwdriver CPU Utilization (%)","[cornbread] Screwdriver CPU Utilization (%)","[crumpet] Screwdriver CPU Utilization (%)","[brioche] Screwdriver CPU Utilization (%)","[nann] Screwdriver CPU Utilization (%)","[focaccia] Screwdriver CPU Utilization (%)","[bannock] Screwdriver CPU Utilization (%)","[panettone] Screwdriver CPU Utilization (%)","[chapti] Screwdriver CPU Utilization (%)","[potbrood] Screwdriver CPU Utilization (%)","[pita] Screwdriver CPU Utilization (%)","[pumpernickel] Screwdriver CPU Utilization (%)","[barm] Screwdriver CPU Utilization (%)" -2016,20.4806,8.6377,5.1957,1.8171,1.1663,2.9574,1.0261,0.7234,0.2984,0.0066,0.2909,0.0463,0.1706,0.0543,0.0128,0.0334,0.0076,0.0098 +2016,20.4821,8.6377,5.1957,1.8171,1.1663,2.9574,1.0261,0.7234,0.2984,0.0066,0.2909,0.0463,0.1706,0.0543,0.0128,0.0334,0.0076,0.0098 2017,0.1306,0.0067,0.0140,0.0091,0,0.0001,0.0011,0.0042,0.0016,0.0089,0.0008,0.0015,0,0,0.0003,0.0001,0.0001,0.0001 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/active_person_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/active_person_count/aggregate-Day-reference.csv index e8c15e63e2..27739db500 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/active_person_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/active_person_count/aggregate-Day-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Resource,"Number of Users: Active" -robertson,46 +robertson,47 pozidriv,18 frearson,9 mortorq,7 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/active_person_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/active_person_count/aggregate-Month-reference.csv index e8c15e63e2..27739db500 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/active_person_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/active_person_count/aggregate-Month-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Resource,"Number of Users: Active" -robertson,46 +robertson,47 pozidriv,18 frearson,9 mortorq,7 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/active_person_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/active_person_count/aggregate-Quarter-reference.csv index e8c15e63e2..27739db500 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/active_person_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/active_person_count/aggregate-Quarter-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Resource,"Number of Users: Active" -robertson,46 +robertson,47 pozidriv,18 frearson,9 mortorq,7 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/active_person_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/active_person_count/aggregate-Year-reference.csv index e8c15e63e2..27739db500 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/active_person_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/active_person_count/aggregate-Year-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Resource,"Number of Users: Active" -robertson,46 +robertson,47 pozidriv,18 frearson,9 mortorq,7 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/active_person_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/active_person_count/timeseries-Day-reference.csv index 18838be663..8f739b98e6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/active_person_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/active_person_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[robertson] Number of Users: Active","[pozidriv] Number of Users: Active"," 2016-12-27,8,5,1,1,2 2016-12-28,15,7,2,2,2 2016-12-29,29,12,6,4,2 -2016-12-30,44,18,9,6,4 +2016-12-30,45,18,9,6,4 2016-12-31,34,16,7,5,4 2017-01-01,21,10,5,4,4 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/active_person_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/active_person_count/timeseries-Month-reference.csv index 9a2a6bfbaa..e67a05fa6b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/active_person_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/active_person_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[robertson] Number of Users: Active","[pozidriv] Number of Users: Active","[frearson] Number of Users: Active","[mortorq] Number of Users: Active","[phillips] Number of Users: Active" -2016-12,45,18,9,7,4 +2016-12,46,18,9,7,4 2017-01,21,10,5,4,4 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/active_person_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/active_person_count/timeseries-Quarter-reference.csv index 652fd22534..06ee654ce3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/active_person_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/active_person_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[robertson] Number of Users: Active","[pozidriv] Number of Users: Active","[frearson] Number of Users: Active","[mortorq] Number of Users: Active","[phillips] Number of Users: Active" -"2016 Q4",45,18,9,7,4 +"2016 Q4",46,18,9,7,4 "2017 Q1",21,10,5,4,4 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/active_person_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/active_person_count/timeseries-Year-reference.csv index 237ee31898..4f9f1ffadd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/active_person_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/active_person_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[robertson] Number of Users: Active","[pozidriv] Number of Users: Active","[frearson] Number of Users: Active","[mortorq] Number of Users: Active","[phillips] Number of Users: Active" -2016,45,18,9,7,4 +2016,46,18,9,7,4 2017,21,10,5,4,4 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_cpu_hours/aggregate-Day-reference.csv index 3bc4e269d4..5e251f7e9d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_cpu_hours/aggregate-Day-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Resource,"CPU Hours: Per Job","Std Dev: CPU Hours: Per Job" -robertson,32.08669544,1.5845303063155447 +robertson,32.08642129,1.5844202626310706 frearson,14.18197313,1.4262887880895403 pozidriv,6.37875732,0.33815435199138116 mortorq,2.94454458,0.12730307613070352 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_cpu_hours/aggregate-Month-reference.csv index 87fa37c11e..7379826128 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_cpu_hours/aggregate-Month-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Resource,"CPU Hours: Per Job","Std Dev: CPU Hours: Per Job" -robertson,32.08669544,2.638090925833745 +robertson,32.08642129,2.637907688416811 frearson,14.18197313,2.6227915143625538 pozidriv,6.37875732,0.6324232167493075 mortorq,2.94454458,0.21372235370901138 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_cpu_hours/aggregate-Quarter-reference.csv index 87fa37c11e..7379826128 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_cpu_hours/aggregate-Quarter-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Resource,"CPU Hours: Per Job","Std Dev: CPU Hours: Per Job" -robertson,32.08669544,2.638090925833745 +robertson,32.08642129,2.637907688416811 frearson,14.18197313,2.6227915143625538 pozidriv,6.37875732,0.6324232167493075 mortorq,2.94454458,0.21372235370901138 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_cpu_hours/aggregate-Year-reference.csv index 87fa37c11e..7379826128 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_cpu_hours/aggregate-Year-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Resource,"CPU Hours: Per Job","Std Dev: CPU Hours: Per Job" -robertson,32.08669544,2.638090925833745 +robertson,32.08642129,2.637907688416811 frearson,14.18197313,2.6227915143625538 pozidriv,6.37875732,0.6324232167493075 mortorq,2.94454458,0.21372235370901138 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_cpu_hours/timeseries-Day-reference.csv index ea0b648ef9..433f1f9ff7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_cpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[robertson] CPU Hours: Per Job","[frearson] CPU Hours: Per Job","[pozidriv] 2016-12-27,490.54279040,136.79555556,181.10212963,384.00000000,265.59111111 2016-12-28,105.79246768,2985.14711111,304.01960784,141.45581699,912.00000000 2016-12-29,77.29039187,442.98575439,89.17202336,71.67418733,912.00000000 -2016-12-30,24.31017449,18.39096617,4.48561843,2.20631919,1.82046551 +2016-12-30,24.31080172,18.39096617,4.48561843,2.20631919,1.82046551 2016-12-31,21.24974155,7.44336925,5.16445323,3.08276636,1.01314114 2017-01-01,7.22693775,2.33982775,3.84804043,1.79781562,3.63378529 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_cpu_hours/timeseries-Month-reference.csv index f2e9c8361e..3eb5a145d0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_cpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[robertson] CPU Hours: Per Job","[frearson] CPU Hours: Per Job","[pozidriv] CPU Hours: Per Job","[mortorq] CPU Hours: Per Job","[phillips] CPU Hours: Per Job" -2016-12,45.91230328,16.68794061,6.70495772,3.21309067,2.80671191 +2016-12,45.91034209,16.68794061,6.70495772,3.21309067,2.80671191 2017-01,7.22693775,2.33982775,3.84804043,1.79781562,3.63378529 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_cpu_hours/timeseries-Quarter-reference.csv index 9da03884f4..c4c65da9ee 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_cpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[robertson] CPU Hours: Per Job","[frearson] CPU Hours: Per Job","[pozidriv] CPU Hours: Per Job","[mortorq] CPU Hours: Per Job","[phillips] CPU Hours: Per Job" -"2016 Q4",45.91230328,16.68794061,6.70495772,3.21309067,2.80671191 +"2016 Q4",45.91034209,16.68794061,6.70495772,3.21309067,2.80671191 "2017 Q1",7.22693775,2.33982775,3.84804043,1.79781562,3.63378529 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_cpu_hours/timeseries-Year-reference.csv index 62ff828b61..36848e7318 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_cpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[robertson] CPU Hours: Per Job","[frearson] CPU Hours: Per Job","[pozidriv] CPU Hours: Per Job","[mortorq] CPU Hours: Per Job","[phillips] CPU Hours: Per Job" -2016,45.91230328,16.68794061,6.70495772,3.21309067,2.80671191 +2016,45.91034209,16.68794061,6.70495772,3.21309067,2.80671191 2017,7.22693775,2.33982775,3.84804043,1.79781562,3.63378529 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv index a6a558bf81..8992ebc91f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv @@ -7,7 +7,7 @@ start,end --------- Resource,"Job Size: Weighted By CPU Hours (Core Count)" frearson,113.7868 -robertson,60.2813 +robertson,60.2842 phillips,48.3198 pozidriv,15.7368 mortorq,10.9181 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv index a6a558bf81..8992ebc91f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv @@ -7,7 +7,7 @@ start,end --------- Resource,"Job Size: Weighted By CPU Hours (Core Count)" frearson,113.7868 -robertson,60.2813 +robertson,60.2842 phillips,48.3198 pozidriv,15.7368 mortorq,10.9181 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv index a6a558bf81..8992ebc91f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv @@ -7,7 +7,7 @@ start,end --------- Resource,"Job Size: Weighted By CPU Hours (Core Count)" frearson,113.7868 -robertson,60.2813 +robertson,60.2842 phillips,48.3198 pozidriv,15.7368 mortorq,10.9181 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv index a6a558bf81..8992ebc91f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv @@ -7,7 +7,7 @@ start,end --------- Resource,"Job Size: Weighted By CPU Hours (Core Count)" frearson,113.7868 -robertson,60.2813 +robertson,60.2842 phillips,48.3198 pozidriv,15.7368 mortorq,10.9181 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv index c114fa4aa6..610303526d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[frearson] Job Size: Weighted By CPU Hours (Core Count)","[robertson] Job S 2016-12-27,16.0000,89.0965,35.8063,19.3183,16.0000 2016-12-28,184.4827,72.2453,55.7895,16.9501,16.1564 2016-12-29,180.0278,63.4055,55.7895,20.2231,15.7022 -2016-12-30,117.9195,64.2752,54.0086,16.4023,9.9208 +2016-12-30,117.9195,64.2835,54.0086,16.4023,9.9208 2016-12-31,44.2927,58.2410,53.9394,14.3031,9.6979 2017-01-01,13.6596,26.4794,50.1956,10.0052,10.4389 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv index d4146ac47b..a0659c0707 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[frearson] Job Size: Weighted By CPU Hours (Core Count)","[robertson] Job Size: Weighted By CPU Hours (Core Count)","[phillips] Job Size: Weighted By CPU Hours (Core Count)","[pozidriv] Job Size: Weighted By CPU Hours (Core Count)","[mortorq] Job Size: Weighted By CPU Hours (Core Count)" -2016-12,117.0398,64.0089,47.9870,16.2321,10.9857 +2016-12,117.0398,64.0118,47.9870,16.2321,10.9857 2017-01,13.6596,26.4794,50.1956,10.0052,10.4389 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv index 2a5adf5e5a..872a5acdab 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[frearson] Job Size: Weighted By CPU Hours (Core Count)","[robertson] Job Size: Weighted By CPU Hours (Core Count)","[phillips] Job Size: Weighted By CPU Hours (Core Count)","[pozidriv] Job Size: Weighted By CPU Hours (Core Count)","[mortorq] Job Size: Weighted By CPU Hours (Core Count)" -"2016 Q4",117.0398,64.0089,47.9870,16.2321,10.9857 +"2016 Q4",117.0398,64.0118,47.9870,16.2321,10.9857 "2017 Q1",13.6596,26.4794,50.1956,10.0052,10.4389 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv index f4676ca54e..4c1cdc2918 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[frearson] Job Size: Weighted By CPU Hours (Core Count)","[robertson] Job Size: Weighted By CPU Hours (Core Count)","[phillips] Job Size: Weighted By CPU Hours (Core Count)","[pozidriv] Job Size: Weighted By CPU Hours (Core Count)","[mortorq] Job Size: Weighted By CPU Hours (Core Count)" -2016,117.0398,64.0089,47.9870,16.2321,10.9857 +2016,117.0398,64.0118,47.9870,16.2321,10.9857 2017,13.6596,26.4794,50.1956,10.0052,10.4389 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_node_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_node_hours/aggregate-Day-reference.csv index c53841b775..bbfeda47dc 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_node_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_node_hours/aggregate-Day-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Resource,"Node Hours: Per Job","Std Dev: Node Hours: Per Job" -robertson,8.66693030,0.14416043507237195 +robertson,8.66649115,0.14415109001466753 frearson,0.99743674,0.08910316577749812 pozidriv,0.61345852,0.025732433486385795 phillips,0.33239461,0.10524107017931526 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_node_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_node_hours/aggregate-Month-reference.csv index b6776d76e9..0443ad7cdd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_node_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_node_hours/aggregate-Month-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Resource,"Node Hours: Per Job","Std Dev: Node Hours: Per Job" -robertson,8.66693030,0.23978009453017923 +robertson,8.66649115,0.2397638406433957 frearson,0.99743674,0.16390288405567507 pozidriv,0.61345852,0.04722314464546534 phillips,0.33239461,0.20958558527194565 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_node_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_node_hours/aggregate-Quarter-reference.csv index b6776d76e9..0443ad7cdd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_node_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_node_hours/aggregate-Quarter-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Resource,"Node Hours: Per Job","Std Dev: Node Hours: Per Job" -robertson,8.66693030,0.23978009453017923 +robertson,8.66649115,0.2397638406433957 frearson,0.99743674,0.16390288405567507 pozidriv,0.61345852,0.04722314464546534 phillips,0.33239461,0.20958558527194565 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_node_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_node_hours/aggregate-Year-reference.csv index b6776d76e9..0443ad7cdd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_node_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_node_hours/aggregate-Year-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Resource,"Node Hours: Per Job","Std Dev: Node Hours: Per Job" -robertson,8.66693030,0.23978009453017923 +robertson,8.66649115,0.2397638406433957 frearson,0.99743674,0.16390288405567507 pozidriv,0.61345852,0.04722314464546534 phillips,0.33239461,0.20958558527194565 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_node_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_node_hours/timeseries-Day-reference.csv index c850f613d2..6bcc80a812 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_node_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_node_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[robertson] Node Hours: Per Job","[frearson] Node Hours: Per Job","[pozidri 2016-12-27,39.80284091,8.54972222,12.31518519,27.19888889,24.00000000 2016-12-28,14.86406834,186.57169444,22.27614379,108.00000000,8.77186275 2016-12-29,17.02394661,27.74351170,7.84795770,108.00000000,4.74300505 -2016-12-30,6.80417258,1.28121009,0.44502730,0.21618378,0.24654544 +2016-12-30,6.80344229,1.28121009,0.44502730,0.21618378,0.24654544 2016-12-31,7.51403241,0.58724391,0.50545051,0.12185986,0.34878876 2017-01-01,2.42985713,0.18273251,0.47114714,0.43422985,0.18513688 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_node_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_node_hours/timeseries-Month-reference.csv index 7b77dcb48a..a88225d189 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_node_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_node_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[robertson] Node Hours: Per Job","[frearson] Node Hours: Per Job","[pozidriv] Node Hours: Per Job","[phillips] Node Hours: Per Job","[mortorq] Node Hours: Per Job" -2016-12,12.06662936,1.16947464,0.62961066,0.31815907,0.33141335 +2016-12,12.06555657,1.16947464,0.62961066,0.31815907,0.33141335 2017-01,2.42985713,0.18273251,0.47114714,0.43422985,0.18513688 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_node_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_node_hours/timeseries-Quarter-reference.csv index 1b97ba58ae..41fd6f8d1b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_node_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_node_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[robertson] Node Hours: Per Job","[frearson] Node Hours: Per Job","[pozidriv] Node Hours: Per Job","[phillips] Node Hours: Per Job","[mortorq] Node Hours: Per Job" -"2016 Q4",12.06662936,1.16947464,0.62961066,0.31815907,0.33141335 +"2016 Q4",12.06555657,1.16947464,0.62961066,0.31815907,0.33141335 "2017 Q1",2.42985713,0.18273251,0.47114714,0.43422985,0.18513688 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_node_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_node_hours/timeseries-Year-reference.csv index 1cc17bf6fb..402dddff36 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_node_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_node_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[robertson] Node Hours: Per Job","[frearson] Node Hours: Per Job","[pozidriv] Node Hours: Per Job","[phillips] Node Hours: Per Job","[mortorq] Node Hours: Per Job" -2016,12.06662936,1.16947464,0.62961066,0.31815907,0.33141335 +2016,12.06555657,1.16947464,0.62961066,0.31815907,0.33141335 2017,2.42985713,0.18273251,0.47114714,0.43422985,0.18513688 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_processors/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_processors/aggregate-Day-reference.csv index 8f6a93c11e..604d32eb48 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_processors/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_processors/aggregate-Day-reference.csv @@ -10,5 +10,5 @@ frearson,12.1241,0.039163324788032736 pozidriv,9.6298,0.022205555738387606 phillips,8.1614,0.042682930132102684 mortorq,8.0462,0.003261653381528898 -robertson,5.8348,0.08741048159054844 +robertson,5.8419,0.08769202689506622 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_processors/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_processors/aggregate-Month-reference.csv index 8f6a93c11e..604d32eb48 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_processors/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_processors/aggregate-Month-reference.csv @@ -10,5 +10,5 @@ frearson,12.1241,0.039163324788032736 pozidriv,9.6298,0.022205555738387606 phillips,8.1614,0.042682930132102684 mortorq,8.0462,0.003261653381528898 -robertson,5.8348,0.08741048159054844 +robertson,5.8419,0.08769202689506622 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_processors/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_processors/aggregate-Quarter-reference.csv index 8f6a93c11e..604d32eb48 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_processors/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_processors/aggregate-Quarter-reference.csv @@ -10,5 +10,5 @@ frearson,12.1241,0.039163324788032736 pozidriv,9.6298,0.022205555738387606 phillips,8.1614,0.042682930132102684 mortorq,8.0462,0.003261653381528898 -robertson,5.8348,0.08741048159054844 +robertson,5.8419,0.08769202689506622 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_processors/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_processors/aggregate-Year-reference.csv index 8f6a93c11e..604d32eb48 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_processors/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_processors/aggregate-Year-reference.csv @@ -10,5 +10,5 @@ frearson,12.1241,0.039163324788032736 pozidriv,9.6298,0.022205555738387606 phillips,8.1614,0.042682930132102684 mortorq,8.0462,0.003261653381528898 -robertson,5.8348,0.08741048159054844 +robertson,5.8419,0.08769202689506622 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_processors/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_processors/timeseries-Day-reference.csv index b677e4489b..7dc8b8a88e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_processors/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_processors/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[frearson] Job Size: Per Job (Core Count)","[pozidriv] Job Size: Per Job (C 2016-12-27,16.0000,14.1667,38.0000,16.0000,39.8636 2016-12-28,166.4000,13.5294,38.0000,16.2353,7.3218 2016-12-29,32.9263,10.9773,38.0000,9.3884,4.6283 -2016-12-30,12.5148,9.1123,8.2085,8.0247,4.0693 +2016-12-30,12.5148,9.1123,8.2085,8.0247,4.0863 2016-12-31,12.2035,9.7568,8.1419,8.0182,3.4212 2017-01-01,12.0068,11.1505,8.4037,8.1912,8.1786 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_processors/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_processors/timeseries-Month-reference.csv index cfbd009246..c4e405e8f7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_processors/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_processors/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[frearson] Job Size: Per Job (Core Count)","[pozidriv] Job Size: Per Job (Core Count)","[phillips] Job Size: Per Job (Core Count)","[mortorq] Job Size: Per Job (Core Count)","[robertson] Job Size: Per Job (Core Count)" -2016-12,12.1502,9.4049,8.1449,8.0171,3.9286 +2016-12,12.1502,9.4049,8.1449,8.0171,3.9401 2017-01,12.0068,11.1505,8.4037,8.1912,8.1786 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_processors/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_processors/timeseries-Quarter-reference.csv index 4a26f3c056..d5c1c05026 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_processors/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_processors/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[frearson] Job Size: Per Job (Core Count)","[pozidriv] Job Size: Per Job (Core Count)","[phillips] Job Size: Per Job (Core Count)","[mortorq] Job Size: Per Job (Core Count)","[robertson] Job Size: Per Job (Core Count)" -"2016 Q4",12.1502,9.4049,8.1449,8.0171,3.9286 +"2016 Q4",12.1502,9.4049,8.1449,8.0171,3.9401 "2017 Q1",12.0068,11.1505,8.4037,8.1912,8.1786 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_processors/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_processors/timeseries-Year-reference.csv index 37fa87cc9b..9e3b80b5e0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_processors/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_processors/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[frearson] Job Size: Per Job (Core Count)","[pozidriv] Job Size: Per Job (Core Count)","[phillips] Job Size: Per Job (Core Count)","[mortorq] Job Size: Per Job (Core Count)","[robertson] Job Size: Per Job (Core Count)" -2016,12.1502,9.4049,8.1449,8.0171,3.9286 +2016,12.1502,9.4049,8.1449,8.0171,3.9401 2017,12.0068,11.1505,8.4037,8.1912,8.1786 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_waitduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_waitduration_hours/aggregate-Day-reference.csv index 28a21c570b..2a5aefb97e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_waitduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_waitduration_hours/aggregate-Day-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Resource,"Wait Hours: Per Job","Std Dev: Wait Hours: Per Job" -robertson,17.22247708,0.4246558380962387 +robertson,17.22128753,0.42462800598753725 phillips,4.65396173,0.0640574830554861 pozidriv,1.85771176,0.04173360028194275 mortorq,0.71003162,0.008170929830821188 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_waitduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_waitduration_hours/aggregate-Month-reference.csv index 28a21c570b..2a5aefb97e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_waitduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_waitduration_hours/aggregate-Month-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Resource,"Wait Hours: Per Job","Std Dev: Wait Hours: Per Job" -robertson,17.22247708,0.4246558380962387 +robertson,17.22128753,0.42462800598753725 phillips,4.65396173,0.0640574830554861 pozidriv,1.85771176,0.04173360028194275 mortorq,0.71003162,0.008170929830821188 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_waitduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_waitduration_hours/aggregate-Quarter-reference.csv index 28a21c570b..2a5aefb97e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_waitduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_waitduration_hours/aggregate-Quarter-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Resource,"Wait Hours: Per Job","Std Dev: Wait Hours: Per Job" -robertson,17.22247708,0.4246558380962387 +robertson,17.22128753,0.42462800598753725 phillips,4.65396173,0.0640574830554861 pozidriv,1.85771176,0.04173360028194275 mortorq,0.71003162,0.008170929830821188 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_waitduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_waitduration_hours/aggregate-Year-reference.csv index 28a21c570b..2a5aefb97e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_waitduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_waitduration_hours/aggregate-Year-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Resource,"Wait Hours: Per Job","Std Dev: Wait Hours: Per Job" -robertson,17.22247708,0.4246558380962387 +robertson,17.22128753,0.42462800598753725 phillips,4.65396173,0.0640574830554861 pozidriv,1.85771176,0.04173360028194275 mortorq,0.71003162,0.008170929830821188 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_waitduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_waitduration_hours/timeseries-Day-reference.csv index 34bc6e16bd..f83358291c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_waitduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_waitduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[robertson] Wait Hours: Per Job","[phillips] Wait Hours: Per Job","[pozidri 2016-12-27,89.91919192,0.00000000,0.00420635,0.00000000,0.00027778 2016-12-28,8.58520724,0.00000000,60.06016667,1.54002315,0.00018519 2016-12-29,5.78510302,0.00000000,1.76508998,0.17184028,0.00026471 -2016-12-30,39.26977991,2.78702649,0.67086751,0.44405230,0.00014632 +2016-12-30,39.26139549,2.78702649,0.67086751,0.44405230,0.00014632 2016-12-31,12.26891680,6.29270207,2.29642170,1.23778020,0.00015245 2017-01-01,3.18805212,0.25913116,4.44912351,0.47615030,0.00016779 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_waitduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_waitduration_hours/timeseries-Month-reference.csv index c18af0d185..12811e7aab 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_waitduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_waitduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[robertson] Wait Hours: Per Job","[phillips] Wait Hours: Per Job","[pozidriv] Wait Hours: Per Job","[mortorq] Wait Hours: Per Job","[frearson] Wait Hours: Per Job" -2016-12,25.48421670,5.25252754,1.48979528,0.76737821,0.00015134 +2016-12,25.48141528,5.25252754,1.48979528,0.76737821,0.00015134 2017-01,3.18805212,0.25913116,4.44912351,0.47615030,0.00016779 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_waitduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_waitduration_hours/timeseries-Quarter-reference.csv index 2aabab4300..6e52739032 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_waitduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_waitduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[robertson] Wait Hours: Per Job","[phillips] Wait Hours: Per Job","[pozidriv] Wait Hours: Per Job","[mortorq] Wait Hours: Per Job","[frearson] Wait Hours: Per Job" -"2016 Q4",25.48421670,5.25252754,1.48979528,0.76737821,0.00015134 +"2016 Q4",25.48141528,5.25252754,1.48979528,0.76737821,0.00015134 "2017 Q1",3.18805212,0.25913116,4.44912351,0.47615030,0.00016779 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_waitduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_waitduration_hours/timeseries-Year-reference.csv index 6582c538f8..9342a966a3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_waitduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_waitduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[robertson] Wait Hours: Per Job","[phillips] Wait Hours: Per Job","[pozidriv] Wait Hours: Per Job","[mortorq] Wait Hours: Per Job","[frearson] Wait Hours: Per Job" -2016,25.48421670,5.25252754,1.48979528,0.76737821,0.00015134 +2016,25.48141528,5.25252754,1.48979528,0.76737821,0.00015134 2017,3.18805212,0.25913116,4.44912351,0.47615030,0.00016779 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_wallduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_wallduration_hours/aggregate-Day-reference.csv index 91c528755a..aa74b85f8d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_wallduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_wallduration_hours/aggregate-Day-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Resource,"Wall Hours: Per Job","Std Dev: Wall Hours: Per Job" -robertson,7.29909295,0.06683986634513733 +robertson,7.29860403,0.06683701157210471 pozidriv,0.59530227,0.023036904042316335 frearson,0.50704899,0.008911294376881986 mortorq,0.30365382,0.009829076394921818 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_wallduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_wallduration_hours/aggregate-Month-reference.csv index f9c0c24695..25200f5fd9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_wallduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_wallduration_hours/aggregate-Month-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Resource,"Wall Hours: Per Job","Std Dev: Wall Hours: Per Job" -robertson,7.29909295,0.10662714361177152 +robertson,7.29860403,0.10662085782836671 pozidriv,0.59530227,0.043533301064325194 frearson,0.50704899,0.015516938082924779 mortorq,0.30365382,0.014540180835967677 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_wallduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_wallduration_hours/aggregate-Quarter-reference.csv index f9c0c24695..25200f5fd9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_wallduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_wallduration_hours/aggregate-Quarter-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Resource,"Wall Hours: Per Job","Std Dev: Wall Hours: Per Job" -robertson,7.29909295,0.10662714361177152 +robertson,7.29860403,0.10662085782836671 pozidriv,0.59530227,0.043533301064325194 frearson,0.50704899,0.015516938082924779 mortorq,0.30365382,0.014540180835967677 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_wallduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_wallduration_hours/aggregate-Year-reference.csv index f9c0c24695..25200f5fd9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_wallduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_wallduration_hours/aggregate-Year-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Resource,"Wall Hours: Per Job","Std Dev: Wall Hours: Per Job" -robertson,7.29909295,0.10662714361177152 +robertson,7.29860403,0.10662085782836671 pozidriv,0.59530227,0.043533301064325194 frearson,0.50704899,0.015516938082924779 mortorq,0.30365382,0.014540180835967677 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_wallduration_hours/timeseries-Day-reference.csv index b53030af7c..e32508d1d9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_wallduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[robertson] Wall Hours: Per Job","[pozidriv] Wall Hours: Per Job","[frearso 2016-12-27,10.45689394,12.31518519,8.54972222,24.00000000,13.89986111 2016-12-28,9.43950151,22.27614379,18.47688889,8.77186275,24.00000000 2016-12-29,13.20814563,7.39270518,3.06912573,4.74300505,24.00000000 -2016-12-30,5.75246956,0.42482893,0.59709380,0.24654544,0.05436151 +2016-12-30,5.75157013,0.42482893,0.59709380,0.24654544,0.05436151 2016-12-31,6.68463863,0.49295988,0.50094364,0.34878876,0.03180960 2017-01-01,2.28316806,0.47114714,0.18273251,0.18513688,0.13342725 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_wallduration_hours/timeseries-Month-reference.csv index d33f1bf02a..3978c78534 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_wallduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[robertson] Wall Hours: Per Job","[pozidriv] Wall Hours: Per Job","[frearson] Wall Hours: Per Job","[mortorq] Wall Hours: Per Job","[phillips] Wall Hours: Per Job" -2016-12,9.99634612,0.60887666,0.57368768,0.33141335,0.10494462 +2016-12,9.99527177,0.60887666,0.57368768,0.33141335,0.10494462 2017-01,2.28316806,0.47114714,0.18273251,0.18513688,0.13342725 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_wallduration_hours/timeseries-Quarter-reference.csv index e85f88696d..0289a2a00a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_wallduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[robertson] Wall Hours: Per Job","[pozidriv] Wall Hours: Per Job","[frearson] Wall Hours: Per Job","[mortorq] Wall Hours: Per Job","[phillips] Wall Hours: Per Job" -"2016 Q4",9.99634612,0.60887666,0.57368768,0.33141335,0.10494462 +"2016 Q4",9.99527177,0.60887666,0.57368768,0.33141335,0.10494462 "2017 Q1",2.28316806,0.47114714,0.18273251,0.18513688,0.13342725 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_wallduration_hours/timeseries-Year-reference.csv index 2fdd57682d..45c0428929 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/avg_wallduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[robertson] Wall Hours: Per Job","[pozidriv] Wall Hours: Per Job","[frearson] Wall Hours: Per Job","[mortorq] Wall Hours: Per Job","[phillips] Wall Hours: Per Job" -2016,9.99634612,0.60887666,0.57368768,0.33141335,0.10494462 +2016,9.99527177,0.60887666,0.57368768,0.33141335,0.10494462 2017,2.28316806,0.47114714,0.18273251,0.18513688,0.13342725 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/expansion_factor/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/expansion_factor/aggregate-Day-reference.csv index 96b14fefdd..7af2687b09 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/expansion_factor/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/expansion_factor/aggregate-Day-reference.csv @@ -9,6 +9,6 @@ Resource,"User Expansion Factor" phillips,15.0013 pozidriv,3.6177 mortorq,3.3383 -robertson,3.1894 +robertson,3.1893 frearson,1.0002 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/expansion_factor/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/expansion_factor/aggregate-Month-reference.csv index 96b14fefdd..7af2687b09 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/expansion_factor/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/expansion_factor/aggregate-Month-reference.csv @@ -9,6 +9,6 @@ Resource,"User Expansion Factor" phillips,15.0013 pozidriv,3.6177 mortorq,3.3383 -robertson,3.1894 +robertson,3.1893 frearson,1.0002 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/expansion_factor/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/expansion_factor/aggregate-Quarter-reference.csv index 96b14fefdd..7af2687b09 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/expansion_factor/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/expansion_factor/aggregate-Quarter-reference.csv @@ -9,6 +9,6 @@ Resource,"User Expansion Factor" phillips,15.0013 pozidriv,3.6177 mortorq,3.3383 -robertson,3.1894 +robertson,3.1893 frearson,1.0002 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/expansion_factor/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/expansion_factor/aggregate-Year-reference.csv index 96b14fefdd..7af2687b09 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/expansion_factor/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/expansion_factor/aggregate-Year-reference.csv @@ -9,6 +9,6 @@ Resource,"User Expansion Factor" phillips,15.0013 pozidriv,3.6177 mortorq,3.3383 -robertson,3.1894 +robertson,3.1893 frearson,1.0002 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/expansion_factor/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/expansion_factor/timeseries-Day-reference.csv index c296edfa47..9db3eb1287 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/expansion_factor/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/expansion_factor/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[phillips] User Expansion Factor","[pozidriv] User Expansion Factor","[mort 2016-12-27,1.0000,1.1876,1.0000,2.4080,1.0000 2016-12-28,1.0000,1.3009,1.0024,1.7104,1.0000 2016-12-29,1.0000,1.3071,1.0190,1.4352,1.0000 -2016-12-30,13.8501,2.4490,2.7505,5.6736,1.0001 +2016-12-30,13.8501,2.4490,2.7505,5.6734,1.0001 2016-12-31,52.5894,5.4420,4.5252,2.0357,1.0003 2017-01-01,1.5940,6.2105,3.5149,2.6258,1.0007 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/expansion_factor/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/expansion_factor/timeseries-Month-reference.csv index 3d3326c8ba..5b1cd54d60 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/expansion_factor/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/expansion_factor/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[phillips] User Expansion Factor","[pozidriv] User Expansion Factor","[mortorq] User Expansion Factor","[robertson] User Expansion Factor","[frearson] User Expansion Factor" -2016-12,17.5090,3.3255,3.3134,3.2689,1.0001 +2016-12,17.5090,3.3255,3.3134,3.2688,1.0001 2017-01,1.5940,6.2105,3.5149,2.6258,1.0007 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/expansion_factor/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/expansion_factor/timeseries-Quarter-reference.csv index d410d926b3..4169dbb9a1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/expansion_factor/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/expansion_factor/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[phillips] User Expansion Factor","[pozidriv] User Expansion Factor","[mortorq] User Expansion Factor","[robertson] User Expansion Factor","[frearson] User Expansion Factor" -"2016 Q4",17.5090,3.3255,3.3134,3.2689,1.0001 +"2016 Q4",17.5090,3.3255,3.3134,3.2688,1.0001 "2017 Q1",1.5940,6.2105,3.5149,2.6258,1.0007 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/expansion_factor/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/expansion_factor/timeseries-Year-reference.csv index 9a45a3ca55..a348d9353e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/expansion_factor/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/expansion_factor/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[phillips] User Expansion Factor","[pozidriv] User Expansion Factor","[mortorq] User Expansion Factor","[robertson] User Expansion Factor","[frearson] User Expansion Factor" -2016,17.5090,3.3255,3.3134,3.2689,1.0001 +2016,17.5090,3.3255,3.3134,3.2688,1.0001 2017,1.5940,6.2105,3.5149,2.6258,1.0007 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/job_count/aggregate-Day-reference.csv index e75812d477..d183ded900 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/job_count/aggregate-Day-reference.csv @@ -8,7 +8,7 @@ start,end Resource,"Number of Jobs Ended" mortorq,26240 frearson,15347 -robertson,14395 +robertson,14396 pozidriv,11285 phillips,4046 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/job_count/aggregate-Month-reference.csv index e75812d477..d183ded900 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/job_count/aggregate-Month-reference.csv @@ -8,7 +8,7 @@ start,end Resource,"Number of Jobs Ended" mortorq,26240 frearson,15347 -robertson,14395 +robertson,14396 pozidriv,11285 phillips,4046 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/job_count/aggregate-Quarter-reference.csv index e75812d477..d183ded900 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/job_count/aggregate-Quarter-reference.csv @@ -8,7 +8,7 @@ start,end Resource,"Number of Jobs Ended" mortorq,26240 frearson,15347 -robertson,14395 +robertson,14396 pozidriv,11285 phillips,4046 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/job_count/aggregate-Year-reference.csv index e75812d477..d183ded900 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/job_count/aggregate-Year-reference.csv @@ -8,7 +8,7 @@ start,end Resource,"Number of Jobs Ended" mortorq,26240 frearson,15347 -robertson,14395 +robertson,14396 pozidriv,11285 phillips,4046 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/job_count/timeseries-Day-reference.csv index 9228e08e74..2c349b201a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[mortorq] Number of Jobs Ended","[frearson] Number of Jobs Ended","[roberts 2016-12-27,0,0,0,0,0 2016-12-28,0,0,0,0,0 2016-12-29,0,0,0,0,0 -2016-12-30,12318,3924,4203,5109,1052 +2016-12-30,12318,3924,4204,5109,1052 2016-12-31,8607,8496,3844,4688,2506 2017-01-01,5315,2927,6348,1488,488 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/job_count/timeseries-Month-reference.csv index 04cfcbe737..58dd4f10fb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[mortorq] Number of Jobs Ended","[frearson] Number of Jobs Ended","[robertson] Number of Jobs Ended","[pozidriv] Number of Jobs Ended","[phillips] Number of Jobs Ended" -2016-12,20925,12420,8047,9797,3558 +2016-12,20925,12420,8048,9797,3558 2017-01,5315,2927,6348,1488,488 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/job_count/timeseries-Quarter-reference.csv index 1cccb336bc..a2b9e0f375 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[mortorq] Number of Jobs Ended","[frearson] Number of Jobs Ended","[robertson] Number of Jobs Ended","[pozidriv] Number of Jobs Ended","[phillips] Number of Jobs Ended" -"2016 Q4",20925,12420,8047,9797,3558 +"2016 Q4",20925,12420,8048,9797,3558 "2017 Q1",5315,2927,6348,1488,488 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/job_count/timeseries-Year-reference.csv index 6532816bdd..6b845b0a27 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[mortorq] Number of Jobs Ended","[frearson] Number of Jobs Ended","[robertson] Number of Jobs Ended","[pozidriv] Number of Jobs Ended","[phillips] Number of Jobs Ended" -2016,20925,12420,8047,9797,3558 +2016,20925,12420,8048,9797,3558 2017,5315,2927,6348,1488,488 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/running_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/running_job_count/aggregate-Day-reference.csv index 2ff0bd948b..545096ec7b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/running_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/running_job_count/aggregate-Day-reference.csv @@ -8,7 +8,7 @@ start,end Resource,"Number of Jobs Running" mortorq,26240 frearson,15347 -robertson,14395 +robertson,14396 pozidriv,11285 phillips,4046 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/running_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/running_job_count/aggregate-Month-reference.csv index 2ff0bd948b..545096ec7b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/running_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/running_job_count/aggregate-Month-reference.csv @@ -8,7 +8,7 @@ start,end Resource,"Number of Jobs Running" mortorq,26240 frearson,15347 -robertson,14395 +robertson,14396 pozidriv,11285 phillips,4046 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/running_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/running_job_count/aggregate-Quarter-reference.csv index 2ff0bd948b..545096ec7b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/running_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/running_job_count/aggregate-Quarter-reference.csv @@ -8,7 +8,7 @@ start,end Resource,"Number of Jobs Running" mortorq,26240 frearson,15347 -robertson,14395 +robertson,14396 pozidriv,11285 phillips,4046 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/running_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/running_job_count/aggregate-Year-reference.csv index 2ff0bd948b..545096ec7b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/running_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/running_job_count/aggregate-Year-reference.csv @@ -8,7 +8,7 @@ start,end Resource,"Number of Jobs Running" mortorq,26240 frearson,15347 -robertson,14395 +robertson,14396 pozidriv,11285 phillips,4046 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/running_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/running_job_count/timeseries-Day-reference.csv index 948ae1c96b..8835be7641 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/running_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/running_job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[mortorq] Number of Jobs Running","[frearson] Number of Jobs Running","[rob 2016-12-27,5,1,22,12,2 2016-12-28,17,10,404,17,2 2016-12-29,121,95,1434,88,2 -2016-12-30,12467,4019,6105,5209,1055 +2016-12-30,12467,4019,6106,5209,1055 2016-12-31,8755,8708,4858,4773,2509 2017-01-01,5315,2927,6348,1488,488 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/running_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/running_job_count/timeseries-Month-reference.csv index 32d3d6395a..7ecb41865e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/running_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/running_job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[mortorq] Number of Jobs Running","[frearson] Number of Jobs Running","[robertson] Number of Jobs Running","[pozidriv] Number of Jobs Running","[phillips] Number of Jobs Running" -2016-12,21073,12632,9061,9882,3561 +2016-12,21073,12632,9062,9882,3561 2017-01,5315,2927,6348,1488,488 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/running_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/running_job_count/timeseries-Quarter-reference.csv index 1a1d7a65c7..66f15f4f34 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/running_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/running_job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[mortorq] Number of Jobs Running","[frearson] Number of Jobs Running","[robertson] Number of Jobs Running","[pozidriv] Number of Jobs Running","[phillips] Number of Jobs Running" -"2016 Q4",21073,12632,9061,9882,3561 +"2016 Q4",21073,12632,9062,9882,3561 "2017 Q1",5315,2927,6348,1488,488 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/running_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/running_job_count/timeseries-Year-reference.csv index 56c4fe81f6..2e9cc528d1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/running_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/running_job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[mortorq] Number of Jobs Running","[frearson] Number of Jobs Running","[robertson] Number of Jobs Running","[pozidriv] Number of Jobs Running","[phillips] Number of Jobs Running" -2016,21073,12632,9061,9882,3561 +2016,21073,12632,9062,9882,3561 2017,5315,2927,6348,1488,488 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/started_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/started_job_count/aggregate-Day-reference.csv index 228ea1ca45..a15a84d349 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/started_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/started_job_count/aggregate-Day-reference.csv @@ -8,7 +8,7 @@ start,end Resource,"Number of Jobs Started" mortorq,26240 frearson,15347 -robertson,14395 +robertson,14396 pozidriv,11285 phillips,4046 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/started_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/started_job_count/aggregate-Month-reference.csv index 228ea1ca45..a15a84d349 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/started_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/started_job_count/aggregate-Month-reference.csv @@ -8,7 +8,7 @@ start,end Resource,"Number of Jobs Started" mortorq,26240 frearson,15347 -robertson,14395 +robertson,14396 pozidriv,11285 phillips,4046 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/started_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/started_job_count/aggregate-Quarter-reference.csv index 228ea1ca45..a15a84d349 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/started_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/started_job_count/aggregate-Quarter-reference.csv @@ -8,7 +8,7 @@ start,end Resource,"Number of Jobs Started" mortorq,26240 frearson,15347 -robertson,14395 +robertson,14396 pozidriv,11285 phillips,4046 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/started_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/started_job_count/aggregate-Year-reference.csv index 228ea1ca45..a15a84d349 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/started_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/started_job_count/aggregate-Year-reference.csv @@ -8,7 +8,7 @@ start,end Resource,"Number of Jobs Started" mortorq,26240 frearson,15347 -robertson,14395 +robertson,14396 pozidriv,11285 phillips,4046 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/started_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/started_job_count/timeseries-Day-reference.csv index 767f4a77f6..e90b98014f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/started_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/started_job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[mortorq] Number of Jobs Started","[frearson] Number of Jobs Started","[rob 2016-12-27,0,1,22,7,1 2016-12-28,12,9,382,5,0 2016-12-29,104,85,1030,71,0 -2016-12-30,12346,3924,4671,5121,1053 +2016-12-30,12346,3924,4672,5121,1053 2016-12-31,8606,8613,2956,4673,2506 2017-01-01,5167,2715,5334,1403,485 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/started_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/started_job_count/timeseries-Month-reference.csv index 1c43b873ff..05a13dd900 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/started_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/started_job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[mortorq] Number of Jobs Started","[frearson] Number of Jobs Started","[robertson] Number of Jobs Started","[pozidriv] Number of Jobs Started","[phillips] Number of Jobs Started" -2016-12,21073,12632,9061,9882,3561 +2016-12,21073,12632,9062,9882,3561 2017-01,5167,2715,5334,1403,485 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/started_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/started_job_count/timeseries-Quarter-reference.csv index 74800b789f..61e95d26b7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/started_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/started_job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[mortorq] Number of Jobs Started","[frearson] Number of Jobs Started","[robertson] Number of Jobs Started","[pozidriv] Number of Jobs Started","[phillips] Number of Jobs Started" -"2016 Q4",21073,12632,9061,9882,3561 +"2016 Q4",21073,12632,9062,9882,3561 "2017 Q1",5167,2715,5334,1403,485 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/started_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/started_job_count/timeseries-Year-reference.csv index c95093b274..fc5e403a59 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/started_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/started_job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[mortorq] Number of Jobs Started","[frearson] Number of Jobs Started","[robertson] Number of Jobs Started","[pozidriv] Number of Jobs Started","[phillips] Number of Jobs Started" -2016,21073,12632,9061,9882,3561 +2016,21073,12632,9062,9882,3561 2017,5167,2715,5334,1403,485 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/submitted_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/submitted_job_count/aggregate-Day-reference.csv index fae68882f5..4c35423b52 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/submitted_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/submitted_job_count/aggregate-Day-reference.csv @@ -8,7 +8,7 @@ start,end Resource,"Number of Jobs Submitted" mortorq,25152 frearson,15347 -robertson,10967 +robertson,10968 pozidriv,9962 phillips,2988 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/submitted_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/submitted_job_count/aggregate-Month-reference.csv index 57550b86d1..6f68c339f1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/submitted_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/submitted_job_count/aggregate-Month-reference.csv @@ -8,7 +8,7 @@ start,end Resource,"Number of Jobs Submitted" mortorq,26025 frearson,15347 -robertson,13547 +robertson,13548 pozidriv,10337 phillips,3987 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/submitted_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/submitted_job_count/aggregate-Quarter-reference.csv index 57550b86d1..6f68c339f1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/submitted_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/submitted_job_count/aggregate-Quarter-reference.csv @@ -8,7 +8,7 @@ start,end Resource,"Number of Jobs Submitted" mortorq,26025 frearson,15347 -robertson,13547 +robertson,13548 pozidriv,10337 phillips,3987 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/submitted_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/submitted_job_count/aggregate-Year-reference.csv index 57550b86d1..6f68c339f1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/submitted_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/submitted_job_count/aggregate-Year-reference.csv @@ -8,7 +8,7 @@ start,end Resource,"Number of Jobs Submitted" mortorq,26025 frearson,15347 -robertson,13547 +robertson,13548 pozidriv,10337 phillips,3987 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/submitted_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/submitted_job_count/timeseries-Day-reference.csv index 27d58eba53..975acf6b57 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/submitted_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/submitted_job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[mortorq] Number of Jobs Submitted","[frearson] Number of Jobs Submitted"," 2016-12-27,0,1,9,7,1 2016-12-28,12,9,358,0,0 2016-12-29,100,85,952,69,0 -2016-12-30,12345,3924,3344,4994,1053 +2016-12-30,12345,3924,3345,4994,1053 2016-12-31,7738,8613,1818,4435,1507 2017-01-01,4952,2715,4486,455,426 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/submitted_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/submitted_job_count/timeseries-Month-reference.csv index f4ff7a78ef..022977cac7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/submitted_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/submitted_job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[mortorq] Number of Jobs Submitted","[frearson] Number of Jobs Submitted","[robertson] Number of Jobs Submitted","[pozidriv] Number of Jobs Submitted","[phillips] Number of Jobs Submitted" -2016-12,21073,12632,9061,9882,3561 +2016-12,21073,12632,9062,9882,3561 2017-01,4952,2715,4486,455,426 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/submitted_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/submitted_job_count/timeseries-Quarter-reference.csv index 6f1f6a3ea1..e66ab3061b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/submitted_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/submitted_job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[mortorq] Number of Jobs Submitted","[frearson] Number of Jobs Submitted","[robertson] Number of Jobs Submitted","[pozidriv] Number of Jobs Submitted","[phillips] Number of Jobs Submitted" -"2016 Q4",21073,12632,9061,9882,3561 +"2016 Q4",21073,12632,9062,9882,3561 "2017 Q1",4952,2715,4486,455,426 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/submitted_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/submitted_job_count/timeseries-Year-reference.csv index 0ddc5313d2..7f20d53ebd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/submitted_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/submitted_job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[mortorq] Number of Jobs Submitted","[frearson] Number of Jobs Submitted","[robertson] Number of Jobs Submitted","[pozidriv] Number of Jobs Submitted","[phillips] Number of Jobs Submitted" -2016,21073,12632,9061,9882,3561 +2016,21073,12632,9062,9882,3561 2017,4952,2715,4486,455,426 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_cpu_hours/aggregate-Day-reference.csv index b6c08c2066..566bab7418 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_cpu_hours/aggregate-Day-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Resource,"CPU Hours: Total" -robertson,461887.9808 +robertson,461916.1208 frearson,217650.7417 mortorq,77264.8497 pozidriv,71984.2764 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_cpu_hours/aggregate-Month-reference.csv index b6c08c2066..566bab7418 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_cpu_hours/aggregate-Month-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Resource,"CPU Hours: Total" -robertson,461887.9808 +robertson,461916.1208 frearson,217650.7417 mortorq,77264.8497 pozidriv,71984.2764 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_cpu_hours/aggregate-Quarter-reference.csv index b6c08c2066..566bab7418 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_cpu_hours/aggregate-Quarter-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Resource,"CPU Hours: Total" -robertson,461887.9808 +robertson,461916.1208 frearson,217650.7417 mortorq,77264.8497 pozidriv,71984.2764 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_cpu_hours/aggregate-Year-reference.csv index b6c08c2066..566bab7418 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_cpu_hours/aggregate-Year-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Resource,"CPU Hours: Total" -robertson,461887.9808 +robertson,461916.1208 frearson,217650.7417 mortorq,77264.8497 pozidriv,71984.2764 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_cpu_hours/timeseries-Day-reference.csv index 6e53f2c896..18ab71a325 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_cpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[robertson] CPU Hours: Total","[frearson] CPU Hours: Total","[mortorq] CPU 2016-12-27,10791.9414,136.7956,1920.0000,2173.2256,531.1822 2016-12-28,42740.1569,29851.4711,2404.7489,5168.3333,1824.0000 2016-12-29,110834.4219,42083.6467,8672.5767,7847.1381,1824.0000 -2016-12-30,148413.6153,73913.2931,27506.1814,23365.5864,1920.5911 +2016-12-30,148441.7553,73913.2931,27506.1814,23365.5864,1920.5911 2016-12-31,103231.2444,64816.8594,26989.6194,24649.9353,2541.9711 2017-01-01,45876.6008,6848.6758,9555.3900,5725.8842,1773.2872 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_cpu_hours/timeseries-Month-reference.csv index 0e225cbbcd..bae2787957 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_cpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[robertson] CPU Hours: Total","[frearson] CPU Hours: Total","[mortorq] CPU Hours: Total","[pozidriv] CPU Hours: Total","[phillips] CPU Hours: Total" -2016-12,416011.3800,210802.0658,67709.4597,66258.3922,9994.7011 +2016-12,416039.5200,210802.0658,67709.4597,66258.3922,9994.7011 2017-01,45876.6008,6848.6758,9555.3900,5725.8842,1773.2872 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_cpu_hours/timeseries-Quarter-reference.csv index 3da29ba23d..3cbe669f06 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_cpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[robertson] CPU Hours: Total","[frearson] CPU Hours: Total","[mortorq] CPU Hours: Total","[pozidriv] CPU Hours: Total","[phillips] CPU Hours: Total" -"2016 Q4",416011.3800,210802.0658,67709.4597,66258.3922,9994.7011 +"2016 Q4",416039.5200,210802.0658,67709.4597,66258.3922,9994.7011 "2017 Q1",45876.6008,6848.6758,9555.3900,5725.8842,1773.2872 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_cpu_hours/timeseries-Year-reference.csv index 87105518a4..7074dbe2e6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_cpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[robertson] CPU Hours: Total","[frearson] CPU Hours: Total","[mortorq] CPU Hours: Total","[pozidriv] CPU Hours: Total","[phillips] CPU Hours: Total" -2016,416011.3800,210802.0658,67709.4597,66258.3922,9994.7011 +2016,416039.5200,210802.0658,67709.4597,66258.3922,9994.7011 2017,45876.6008,6848.6758,9555.3900,5725.8842,1773.2872 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_node_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_node_hours/aggregate-Day-reference.csv index dfff69138f..9061eb21a0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_node_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_node_hours/aggregate-Day-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Resource,"Node Hours: Total" -robertson,124760.4617 +robertson,124762.8067 frearson,15307.6617 mortorq,7967.8761 pozidriv,6922.8794 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_node_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_node_hours/aggregate-Month-reference.csv index dfff69138f..9061eb21a0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_node_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_node_hours/aggregate-Month-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Resource,"Node Hours: Total" -robertson,124760.4617 +robertson,124762.8067 frearson,15307.6617 mortorq,7967.8761 pozidriv,6922.8794 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_node_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_node_hours/aggregate-Quarter-reference.csv index dfff69138f..9061eb21a0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_node_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_node_hours/aggregate-Quarter-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Resource,"Node Hours: Total" -robertson,124760.4617 +robertson,124762.8067 frearson,15307.6617 mortorq,7967.8761 pozidriv,6922.8794 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_node_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_node_hours/aggregate-Year-reference.csv index dfff69138f..9061eb21a0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_node_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_node_hours/aggregate-Year-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Resource,"Node Hours: Total" -robertson,124760.4617 +robertson,124762.8067 frearson,15307.6617 mortorq,7967.8761 pozidriv,6922.8794 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_node_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_node_hours/timeseries-Day-reference.csv index b79dac7f87..daae27ebc4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_node_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_node_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[robertson] Node Hours: Total","[frearson] Node Hours: Total","[mortorq] No 2016-12-27,875.6625,8.5497,120.0000,147.7822,54.3978 2016-12-28,6005.0836,1865.7169,149.1217,378.6944,216.0000 2016-12-29,24412.3394,2635.6336,573.9036,690.6203,216.0000 -2016-12-30,41539.4736,5149.1833,3073.6819,2318.1472,228.0739 +2016-12-30,41541.8186,5149.1833,3073.6819,2318.1472,228.0739 2016-12-31,36503.1694,5113.7200,3053.6456,2412.5153,305.7464 2017-01-01,15424.7331,534.8581,984.0025,701.0669,211.9042 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_node_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_node_hours/timeseries-Month-reference.csv index 379cd26d38..c463125cff 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_node_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_node_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[robertson] Node Hours: Total","[frearson] Node Hours: Total","[mortorq] Node Hours: Total","[pozidriv] Node Hours: Total","[phillips] Node Hours: Total" -2016-12,109335.7286,14772.8036,6983.8736,6221.8125,1132.9644 +2016-12,109338.0736,14772.8036,6983.8736,6221.8125,1132.9644 2017-01,15424.7331,534.8581,984.0025,701.0669,211.9042 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_node_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_node_hours/timeseries-Quarter-reference.csv index 63e1e272ec..e22f51c856 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_node_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_node_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[robertson] Node Hours: Total","[frearson] Node Hours: Total","[mortorq] Node Hours: Total","[pozidriv] Node Hours: Total","[phillips] Node Hours: Total" -"2016 Q4",109335.7286,14772.8036,6983.8736,6221.8125,1132.9644 +"2016 Q4",109338.0736,14772.8036,6983.8736,6221.8125,1132.9644 "2017 Q1",15424.7331,534.8581,984.0025,701.0669,211.9042 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_node_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_node_hours/timeseries-Year-reference.csv index ce1d189a61..f205ac51dc 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_node_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_node_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[robertson] Node Hours: Total","[frearson] Node Hours: Total","[mortorq] Node Hours: Total","[pozidriv] Node Hours: Total","[phillips] Node Hours: Total" -2016,109335.7286,14772.8036,6983.8736,6221.8125,1132.9644 +2016,109338.0736,14772.8036,6983.8736,6221.8125,1132.9644 2017,15424.7331,534.8581,984.0025,701.0669,211.9042 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_waitduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_waitduration_hours/aggregate-Day-reference.csv index 17326ee924..573241804e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_waitduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_waitduration_hours/aggregate-Day-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Resource,"Wait Hours: Total" -robertson,247917.5575 +robertson,247917.6553 pozidriv,20964.2772 phillips,18829.9292 mortorq,18631.2297 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_waitduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_waitduration_hours/aggregate-Month-reference.csv index 17326ee924..573241804e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_waitduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_waitduration_hours/aggregate-Month-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Resource,"Wait Hours: Total" -robertson,247917.5575 +robertson,247917.6553 pozidriv,20964.2772 phillips,18829.9292 mortorq,18631.2297 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_waitduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_waitduration_hours/aggregate-Quarter-reference.csv index 17326ee924..573241804e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_waitduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_waitduration_hours/aggregate-Quarter-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Resource,"Wait Hours: Total" -robertson,247917.5575 +robertson,247917.6553 pozidriv,20964.2772 phillips,18829.9292 mortorq,18631.2297 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_waitduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_waitduration_hours/aggregate-Year-reference.csv index 17326ee924..573241804e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_waitduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_waitduration_hours/aggregate-Year-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Resource,"Wait Hours: Total" -robertson,247917.5575 +robertson,247917.6553 pozidriv,20964.2772 phillips,18829.9292 mortorq,18631.2297 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_waitduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_waitduration_hours/timeseries-Day-reference.csv index 17e8d6a5e1..48315c6310 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_waitduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_waitduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[robertson] Wait Hours: Total","[pozidriv] Wait Hours: Total","[phillips] W 2016-12-27,1978.2222,0.0294,0.0000,0.0000,0.0003 2016-12-28,3279.5492,300.3008,0.0000,18.4803,0.0017 2016-12-29,5958.6561,125.3214,0.0000,17.8714,0.0225 -2016-12-30,183429.1419,3435.5125,2934.7389,5482.2697,0.5742 +2016-12-30,183429.2397,3435.5125,2934.7389,5482.2697,0.5742 2016-12-31,36266.9181,10731.1786,15769.5114,10652.3364,1.3131 2017-01-01,17005.0700,6242.1203,125.6786,2460.2686,0.4556 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_waitduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_waitduration_hours/timeseries-Month-reference.csv index 17437437c4..f50ba088d9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_waitduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_waitduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[robertson] Wait Hours: Total","[pozidriv] Wait Hours: Total","[phillips] Wait Hours: Total","[mortorq] Wait Hours: Total","[frearson] Wait Hours: Total" -2016-12,230912.4875,14722.1569,18704.2506,16170.9611,1.9117 +2016-12,230912.5853,14722.1569,18704.2506,16170.9611,1.9117 2017-01,17005.0700,6242.1203,125.6786,2460.2686,0.4556 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_waitduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_waitduration_hours/timeseries-Quarter-reference.csv index a76c9340e9..d0d8d71e03 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_waitduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_waitduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[robertson] Wait Hours: Total","[pozidriv] Wait Hours: Total","[phillips] Wait Hours: Total","[mortorq] Wait Hours: Total","[frearson] Wait Hours: Total" -"2016 Q4",230912.4875,14722.1569,18704.2506,16170.9611,1.9117 +"2016 Q4",230912.5853,14722.1569,18704.2506,16170.9611,1.9117 "2017 Q1",17005.0700,6242.1203,125.6786,2460.2686,0.4556 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_waitduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_waitduration_hours/timeseries-Year-reference.csv index a9b6c022e7..e9ea691b24 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_waitduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_waitduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[robertson] Wait Hours: Total","[pozidriv] Wait Hours: Total","[phillips] Wait Hours: Total","[mortorq] Wait Hours: Total","[frearson] Wait Hours: Total" -2016,230912.4875,14722.1569,18704.2506,16170.9611,1.9117 +2016,230912.5853,14722.1569,18704.2506,16170.9611,1.9117 2017,17005.0700,6242.1203,125.6786,2460.2686,0.4556 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_wallduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_wallduration_hours/aggregate-Day-reference.csv index c42f26f237..4433d9dbc2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_wallduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_wallduration_hours/aggregate-Day-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Resource,"Wall Hours: Total" -robertson,105070.4431 +robertson,105070.7036 mortorq,7967.8761 frearson,7781.6808 pozidriv,6717.9861 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_wallduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_wallduration_hours/aggregate-Month-reference.csv index c42f26f237..4433d9dbc2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_wallduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_wallduration_hours/aggregate-Month-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Resource,"Wall Hours: Total" -robertson,105070.4431 +robertson,105070.7036 mortorq,7967.8761 frearson,7781.6808 pozidriv,6717.9861 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_wallduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_wallduration_hours/aggregate-Quarter-reference.csv index c42f26f237..4433d9dbc2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_wallduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_wallduration_hours/aggregate-Quarter-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Resource,"Wall Hours: Total" -robertson,105070.4431 +robertson,105070.7036 mortorq,7967.8761 frearson,7781.6808 pozidriv,6717.9861 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_wallduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_wallduration_hours/aggregate-Year-reference.csv index c42f26f237..4433d9dbc2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_wallduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_wallduration_hours/aggregate-Year-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Resource,"Wall Hours: Total" -robertson,105070.4431 +robertson,105070.7036 mortorq,7967.8761 frearson,7781.6808 pozidriv,6717.9861 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_wallduration_hours/timeseries-Day-reference.csv index f76c05674f..dbd70452b9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_wallduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[robertson] Wall Hours: Total","[mortorq] Wall Hours: Total","[frearson] Wa 2016-12-27,230.0517,120.0000,8.5497,147.7822,27.7997 2016-12-28,3813.5586,149.1217,184.7689,378.6944,48.0000 2016-12-29,18940.4808,573.9036,291.5669,650.5581,48.0000 -2016-12-30,35118.8267,3073.6819,2399.7200,2212.9339,57.3514 +2016-12-30,35119.0872,3073.6819,2399.7200,2212.9339,57.3514 2016-12-31,32473.9744,3053.6456,4362.2172,2352.8975,79.8103 2017-01-01,14493.5508,984.0025,534.8581,701.0669,65.1125 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_wallduration_hours/timeseries-Month-reference.csv index 7cf12c9101..1a81303500 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_wallduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[robertson] Wall Hours: Total","[mortorq] Wall Hours: Total","[frearson] Wall Hours: Total","[pozidriv] Wall Hours: Total","[phillips] Wall Hours: Total" -2016-12,90576.8922,6983.8736,7246.8228,6016.9192,373.7078 +2016-12,90577.1528,6983.8736,7246.8228,6016.9192,373.7078 2017-01,14493.5508,984.0025,534.8581,701.0669,65.1125 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_wallduration_hours/timeseries-Quarter-reference.csv index 0eb8f7482a..a523f82631 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_wallduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[robertson] Wall Hours: Total","[mortorq] Wall Hours: Total","[frearson] Wall Hours: Total","[pozidriv] Wall Hours: Total","[phillips] Wall Hours: Total" -"2016 Q4",90576.8922,6983.8736,7246.8228,6016.9192,373.7078 +"2016 Q4",90577.1528,6983.8736,7246.8228,6016.9192,373.7078 "2017 Q1",14493.5508,984.0025,534.8581,701.0669,65.1125 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_wallduration_hours/timeseries-Year-reference.csv index dbfaced39d..8021b8a325 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/total_wallduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[robertson] Wall Hours: Total","[mortorq] Wall Hours: Total","[frearson] Wall Hours: Total","[pozidriv] Wall Hours: Total","[phillips] Wall Hours: Total" -2016,90576.8922,6983.8736,7246.8228,6016.9192,373.7078 +2016,90577.1528,6983.8736,7246.8228,6016.9192,373.7078 2017,14493.5508,984.0025,534.8581,701.0669,65.1125 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/utilization/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/utilization/aggregate-Day-reference.csv index a79481c720..3d69be2417 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/utilization/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/utilization/aggregate-Day-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Resource,"Screwdriver CPU Utilization (%)" -robertson,43.7394 +robertson,43.7421 frearson,37.7866 mortorq,11.4977 pozidriv,6.8167 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/utilization/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/utilization/aggregate-Month-reference.csv index 7ffb20d29b..353f88263c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/utilization/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/utilization/aggregate-Month-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Resource,"Screwdriver CPU Utilization (%)" -robertson,9.4340 +robertson,9.4346 frearson,6.2978 mortorq,2.1752 pozidriv,1.7853 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/utilization/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/utilization/aggregate-Quarter-reference.csv index c65299c947..ce5cdf9c64 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/utilization/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/utilization/aggregate-Quarter-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Resource,"Screwdriver CPU Utilization (%)" -robertson,4.3739 +robertson,4.3742 frearson,2.3865 mortorq,0.8384 pozidriv,0.7424 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/utilization/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/utilization/aggregate-Year-reference.csv index 5849753a72..02496027e9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/utilization/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/utilization/aggregate-Year-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- Resource,"Screwdriver CPU Utilization (%)" -robertson,1.2497 +robertson,1.2498 frearson,0.6128 mortorq,0.2169 pozidriv,0.1994 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/utilization/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/utilization/timeseries-Day-reference.csv index eedaeb31f7..d704503cef 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/utilization/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/utilization/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[robertson] Screwdriver CPU Utilization (%)","[frearson] Screwdriver CPU Ut 2016-12-27,11.2416,0.1425,2.0000,2.2638,0.5533 2016-12-28,44.5210,31.0953,2.5049,5.3837,1.9000 2016-12-29,115.4525,43.8371,9.0339,8.1741,1.9000 -2016-12-30,154.5975,76.9930,28.6523,24.3392,2.0006 +2016-12-30,154.6268,76.9930,28.6523,24.3392,2.0006 2016-12-31,107.5325,67.5176,28.1142,25.6770,2.6479 2017-01-01,47.7881,7.1340,9.9535,5.9645,1.8472 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/utilization/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/utilization/timeseries-Month-reference.csv index 9498fb7d25..e609462652 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/utilization/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/utilization/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[robertson] Screwdriver CPU Utilization (%)","[frearson] Screwdriver CPU Utilization (%)","[mortorq] Screwdriver CPU Utilization (%)","[pozidriv] Screwdriver CPU Utilization (%)","[phillips] Screwdriver CPU Utilization (%)" -2016-12,21.6673,43.9171,11.7551,6.2745,1.0411 +2016-12,21.6687,43.9171,11.7551,6.2745,1.0411 2017-01,1.5416,0.2301,0.3211,0.1924,0.0596 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/utilization/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/utilization/timeseries-Quarter-reference.csv index b4fd58fa71..645bec0e24 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/utilization/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/utilization/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[robertson] Screwdriver CPU Utilization (%)","[frearson] Screwdriver CPU Utilization (%)","[mortorq] Screwdriver CPU Utilization (%)","[pozidriv] Screwdriver CPU Utilization (%)","[phillips] Screwdriver CPU Utilization (%)" -"2016 Q4",21.6673,43.9171,11.7551,6.2745,1.0411 +"2016 Q4",21.6687,43.9171,11.7551,6.2745,1.0411 "2017 Q1",0.5310,0.0793,0.1106,0.0663,0.0205 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/utilization/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/utilization/timeseries-Year-reference.csv index 73fb1224bd..445aa8395f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/utilization/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource/utilization/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[robertson] Screwdriver CPU Utilization (%)","[frearson] Screwdriver CPU Utilization (%)","[mortorq] Screwdriver CPU Utilization (%)","[pozidriv] Screwdriver CPU Utilization (%)","[phillips] Screwdriver CPU Utilization (%)" -2016,21.6673,43.9171,11.7551,6.2745,1.0411 +2016,21.6687,43.9171,11.7551,6.2745,1.0411 2017,0.1309,0.0195,0.0273,0.0163,0.0051 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/active_person_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/active_person_count/aggregate-Day-reference.csv index 2853d9623d..5ab5a346c6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/active_person_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/active_person_count/aggregate-Day-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Number of Users: Active" -"High-performance computing",66 +"High-performance computing",67 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/active_person_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/active_person_count/aggregate-Month-reference.csv index 2853d9623d..5ab5a346c6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/active_person_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/active_person_count/aggregate-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Number of Users: Active" -"High-performance computing",66 +"High-performance computing",67 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/active_person_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/active_person_count/aggregate-Quarter-reference.csv index 2853d9623d..5ab5a346c6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/active_person_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/active_person_count/aggregate-Quarter-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Number of Users: Active" -"High-performance computing",66 +"High-performance computing",67 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/active_person_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/active_person_count/aggregate-Year-reference.csv index 2853d9623d..5ab5a346c6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/active_person_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/active_person_count/aggregate-Year-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Number of Users: Active" -"High-performance computing",66 +"High-performance computing",67 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/active_person_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/active_person_count/timeseries-Day-reference.csv index 44d83e2b8b..a985e0aa7a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/active_person_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/active_person_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[High-performance computing] Number of Users: Active" 2016-12-27,16 2016-12-28,25 2016-12-29,43 -2016-12-30,64 +2016-12-30,65 2016-12-31,55 2017-01-01,38 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/active_person_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/active_person_count/timeseries-Month-reference.csv index 5c4a092014..f95f268981 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/active_person_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/active_person_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[High-performance computing] Number of Users: Active" -2016-12,66 +2016-12,67 2017-01,38 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/active_person_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/active_person_count/timeseries-Quarter-reference.csv index fee923f1c1..629280bdaf 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/active_person_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/active_person_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[High-performance computing] Number of Users: Active" -"2016 Q4",66 +"2016 Q4",67 "2017 Q1",38 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/active_person_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/active_person_count/timeseries-Year-reference.csv index fa009abb8a..b5e4831de7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/active_person_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/active_person_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[High-performance computing] Number of Users: Active" -2016,66 +2016,67 2017,38 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_cpu_hours/aggregate-Day-reference.csv index 13a93a74cd..329f57e48d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_cpu_hours/aggregate-Day-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","CPU Hours: Per Job","Std Dev: CPU Hours: Per Job" -"High-performance computing",11.78685285,0.45350239591639746 +"High-performance computing",11.78708216,0.45349609465800805 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_cpu_hours/aggregate-Month-reference.csv index d365be345e..d749ed06e2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_cpu_hours/aggregate-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","CPU Hours: Per Job","Std Dev: CPU Hours: Per Job" -"High-performance computing",11.78685285,0.7937184281551052 +"High-performance computing",11.78708216,0.7937073313697913 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_cpu_hours/aggregate-Quarter-reference.csv index d365be345e..d749ed06e2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_cpu_hours/aggregate-Quarter-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","CPU Hours: Per Job","Std Dev: CPU Hours: Per Job" -"High-performance computing",11.78685285,0.7937184281551052 +"High-performance computing",11.78708216,0.7937073313697913 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_cpu_hours/aggregate-Year-reference.csv index d365be345e..d749ed06e2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_cpu_hours/aggregate-Year-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","CPU Hours: Per Job","Std Dev: CPU Hours: Per Job" -"High-performance computing",11.78685285,0.7937184281551052 +"High-performance computing",11.78708216,0.7937073313697913 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_cpu_hours/timeseries-Day-reference.csv index 59b5f69c87..7c3a950a8b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_cpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[High-performance computing] CPU Hours: Per Job" 2016-12-27,370.31296958 2016-12-28,182.19713395 2016-12-29,98.42631226 -2016-12-30,9.53454400 +2016-12-30,9.53518877 2016-12-31,7.50699692 2017-01-01,4.21223217 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_cpu_hours/timeseries-Month-reference.csv index ccfaefb5d2..03d2617758 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_cpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[High-performance computing] CPU Hours: Per Job" -2016-12,13.71267944 +2016-12,13.71293611 2017-01,4.21223217 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_cpu_hours/timeseries-Quarter-reference.csv index 3b34b4afa2..fb99024c14 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_cpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[High-performance computing] CPU Hours: Per Job" -"2016 Q4",13.71267944 +"2016 Q4",13.71293611 "2017 Q1",4.21223217 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_cpu_hours/timeseries-Year-reference.csv index 231c9d1782..1fcafe811f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_cpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[High-performance computing] CPU Hours: Per Job" -2016,13.71267944 +2016,13.71293611 2017,4.21223217 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_gpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_gpu_hours/aggregate-Day-reference.csv index 1d18418d7a..e34813d46e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_gpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_gpu_hours/aggregate-Day-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","GPU Hours: Per Job" -"High-performance computing",0.00710828 +"High-performance computing",0.00710818 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_gpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_gpu_hours/aggregate-Month-reference.csv index 1d18418d7a..e34813d46e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_gpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_gpu_hours/aggregate-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","GPU Hours: Per Job" -"High-performance computing",0.00710828 +"High-performance computing",0.00710818 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_gpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_gpu_hours/aggregate-Quarter-reference.csv index 1d18418d7a..e34813d46e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_gpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_gpu_hours/aggregate-Quarter-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","GPU Hours: Per Job" -"High-performance computing",0.00710828 +"High-performance computing",0.00710818 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_gpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_gpu_hours/aggregate-Year-reference.csv index 1d18418d7a..e34813d46e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_gpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_gpu_hours/aggregate-Year-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","GPU Hours: Per Job" -"High-performance computing",0.00710828 +"High-performance computing",0.00710818 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_gpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_gpu_hours/timeseries-Day-reference.csv index 28a8c54526..a383177e44 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_gpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_gpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[High-performance computing] GPU Hours: Per Job" 2016-12-27,1.14285714 2016-12-28,0.10666667 2016-12-29,0.02758621 -2016-12-30,0.00166349 +2016-12-30,0.00166343 2016-12-31,0.00162146 2017-01-01,0.00250030 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_gpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_gpu_hours/timeseries-Month-reference.csv index 4ad2b875db..5772a05447 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_gpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_gpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[High-performance computing] GPU Hours: Per Job" -2016-12,0.00828146 +2016-12,0.00828132 2017-01,0.00250030 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_gpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_gpu_hours/timeseries-Quarter-reference.csv index 1bc14806e6..3c1e89f73b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_gpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_gpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[High-performance computing] GPU Hours: Per Job" -"2016 Q4",0.00828146 +"2016 Q4",0.00828132 "2017 Q1",0.00250030 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_gpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_gpu_hours/timeseries-Year-reference.csv index 5fca306f35..652ecbecaf 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_gpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_gpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[High-performance computing] GPU Hours: Per Job" -2016,0.00828146 +2016,0.00828132 2017,0.00250030 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_gpus/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_gpus/aggregate-Day-reference.csv index 2878014b73..44e7358be8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_gpus/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_gpus/aggregate-Day-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","GPU Count: Per Job","Std Dev: GPU Count: Per Job" -"High-performance computing",0.0001,0.000039661596951222156 +"High-performance computing",0.0001,0.00003966104080882526 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_gpus/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_gpus/aggregate-Month-reference.csv index 2878014b73..44e7358be8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_gpus/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_gpus/aggregate-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","GPU Count: Per Job","Std Dev: GPU Count: Per Job" -"High-performance computing",0.0001,0.000039661596951222156 +"High-performance computing",0.0001,0.00003966104080882526 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_gpus/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_gpus/aggregate-Quarter-reference.csv index 2878014b73..44e7358be8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_gpus/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_gpus/aggregate-Quarter-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","GPU Count: Per Job","Std Dev: GPU Count: Per Job" -"High-performance computing",0.0001,0.000039661596951222156 +"High-performance computing",0.0001,0.00003966104080882526 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_gpus/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_gpus/aggregate-Year-reference.csv index 2878014b73..44e7358be8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_gpus/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_gpus/aggregate-Year-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","GPU Count: Per Job","Std Dev: GPU Count: Per Job" -"High-performance computing",0.0001,0.000039661596951222156 +"High-performance computing",0.0001,0.00003966104080882526 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv index 44166ce4f6..ee1cf27455 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_job_size_weighted_by_cpu_hours/aggregate-Day-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Job Size: Weighted By CPU Hours (Core Count)" -"High-performance computing",65.6161 +"High-performance computing",65.6175 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv index 44166ce4f6..ee1cf27455 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_job_size_weighted_by_cpu_hours/aggregate-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Job Size: Weighted By CPU Hours (Core Count)" -"High-performance computing",65.6161 +"High-performance computing",65.6175 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv index 44166ce4f6..ee1cf27455 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Job Size: Weighted By CPU Hours (Core Count)" -"High-performance computing",65.6161 +"High-performance computing",65.6175 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv index 44166ce4f6..ee1cf27455 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_job_size_weighted_by_cpu_hours/aggregate-Year-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Job Size: Weighted By CPU Hours (Core Count)" -"High-performance computing",65.6161 +"High-performance computing",65.6175 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv index 72cc4b1eac..1405fa23e3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_job_size_weighted_by_cpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[High-performance computing] Job Size: Weighted By CPU Hours (Core Count)" 2016-12-27,67.8600 2016-12-28,107.6133 2016-12-29,87.5874 -2016-12-30,69.1154 +2016-12-30,69.1194 2016-12-31,43.3544 2017-01-01,22.2755 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv index 32b48521d9..fb935f8c7f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_job_size_weighted_by_cpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[High-performance computing] Job Size: Weighted By CPU Hours (Core Count)" -2016-12,69.5398 +2016-12,69.5412 2017-01,22.2755 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv index 2b8923f838..b48b9b57f2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[High-performance computing] Job Size: Weighted By CPU Hours (Core Count)" -"2016 Q4",69.5398 +"2016 Q4",69.5412 "2017 Q1",22.2755 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv index 28de581b03..b560e621bb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_job_size_weighted_by_cpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[High-performance computing] Job Size: Weighted By CPU Hours (Core Count)" -2016,69.5398 +2016,69.5412 2017,22.2755 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_node_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_node_hours/aggregate-Day-reference.csv index 6f5459ea9f..b38ade90a5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_node_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_node_hours/aggregate-Day-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Node Hours: Per Job","Std Dev: Node Hours: Per Job" -"High-performance computing",2.19179880,0.037808294679009785 +"High-performance computing",2.19180094,0.03780776457352913 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_node_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_node_hours/aggregate-Month-reference.csv index e492e09e62..c9ca890eb5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_node_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_node_hours/aggregate-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Node Hours: Per Job","Std Dev: Node Hours: Per Job" -"High-performance computing",2.19179880,0.0629473985565196 +"High-performance computing",2.19180094,0.06294651591377985 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_node_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_node_hours/aggregate-Quarter-reference.csv index e492e09e62..c9ca890eb5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_node_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_node_hours/aggregate-Quarter-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Node Hours: Per Job","Std Dev: Node Hours: Per Job" -"High-performance computing",2.19179880,0.0629473985565196 +"High-performance computing",2.19180094,0.06294651591377985 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_node_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_node_hours/aggregate-Year-reference.csv index e492e09e62..c9ca890eb5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_node_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_node_hours/aggregate-Year-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Node Hours: Per Job","Std Dev: Node Hours: Per Job" -"High-performance computing",2.19179880,0.0629473985565196 +"High-performance computing",2.19180094,0.06294651591377985 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_node_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_node_hours/timeseries-Day-reference.csv index 45c3112b11..e88d4b1ba8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_node_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_node_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[High-performance computing] Node Hours: Per Job" 2016-12-27,28.72362434 2016-12-28,19.14359259 2016-12-29,16.39568790 -2016-12-30,1.81280749 +2016-12-30,1.81282593 2016-12-31,1.60081062 2017-01-01,1.07790443 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_node_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_node_hours/timeseries-Month-reference.csv index 3663291101..7aa5712c45 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_node_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_node_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[High-performance computing] Node Hours: Per Job" -2016-12,2.46307856 +2016-12,2.46307646 2017-01,1.07790443 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_node_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_node_hours/timeseries-Quarter-reference.csv index f3472d34b0..188c5ef404 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_node_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_node_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[High-performance computing] Node Hours: Per Job" -"2016 Q4",2.46307856 +"2016 Q4",2.46307646 "2017 Q1",1.07790443 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_node_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_node_hours/timeseries-Year-reference.csv index fe5ba1109c..50c80d2059 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_node_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_node_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[High-performance computing] Node Hours: Per Job" -2016,2.46307856 +2016,2.46307646 2017,1.07790443 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_processors/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_processors/aggregate-Day-reference.csv index 772f01a362..c40fe12939 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_processors/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_processors/aggregate-Day-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Job Size: Per Job (Core Count)","Std Dev: Job Size: Per Job (Core Count)" -"High-performance computing",8.7346,0.02156312501879985 +"High-performance computing",8.7359,0.021607702687329568 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_processors/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_processors/aggregate-Month-reference.csv index 772f01a362..c40fe12939 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_processors/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_processors/aggregate-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Job Size: Per Job (Core Count)","Std Dev: Job Size: Per Job (Core Count)" -"High-performance computing",8.7346,0.02156312501879985 +"High-performance computing",8.7359,0.021607702687329568 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_processors/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_processors/aggregate-Quarter-reference.csv index 772f01a362..c40fe12939 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_processors/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_processors/aggregate-Quarter-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Job Size: Per Job (Core Count)","Std Dev: Job Size: Per Job (Core Count)" -"High-performance computing",8.7346,0.02156312501879985 +"High-performance computing",8.7359,0.021607702687329568 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_processors/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_processors/aggregate-Year-reference.csv index 772f01a362..c40fe12939 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_processors/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_processors/aggregate-Year-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Job Size: Per Job (Core Count)","Std Dev: Job Size: Per Job (Core Count)" -"High-performance computing",8.7346,0.02156312501879985 +"High-performance computing",8.7359,0.021607702687329568 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_processors/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_processors/timeseries-Day-reference.csv index 0d3b868c3d..caf1b05fbe 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_processors/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_processors/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[High-performance computing] Job Size: Per Job (Core Count)" 2016-12-27,29.0238 2016-12-28,11.5644 2016-12-29,6.8638 -2016-12-30,8.0163 +2016-12-30,8.0198 2016-12-31,8.7857 2017-01-01,9.1326 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_processors/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_processors/timeseries-Month-reference.csv index c6e8b3498c..48f19d80ee 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_processors/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_processors/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[High-performance computing] Job Size: Per Job (Core Count)" -2016-12,8.5390 +2016-12,8.5407 2017-01,9.1326 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_processors/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_processors/timeseries-Quarter-reference.csv index 7baed870f3..5d88fb688e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_processors/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_processors/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[High-performance computing] Job Size: Per Job (Core Count)" -"2016 Q4",8.5390 +"2016 Q4",8.5407 "2017 Q1",9.1326 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_processors/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_processors/timeseries-Year-reference.csv index 7a4d866a9a..162c2005c6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_processors/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_processors/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[High-performance computing] Job Size: Per Job (Core Count)" -2016,8.5390 +2016,8.5407 2017,9.1326 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_waitduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_waitduration_hours/aggregate-Day-reference.csv index a198811972..ee1b1e7b90 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_waitduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_waitduration_hours/aggregate-Day-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Wait Hours: Per Job","Std Dev: Wait Hours: Per Job" -"High-performance computing",4.29578563,0.08956571094180898 +"High-performance computing",4.29572677,0.0895644743521742 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_waitduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_waitduration_hours/aggregate-Month-reference.csv index a198811972..ee1b1e7b90 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_waitduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_waitduration_hours/aggregate-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Wait Hours: Per Job","Std Dev: Wait Hours: Per Job" -"High-performance computing",4.29578563,0.08956571094180898 +"High-performance computing",4.29572677,0.0895644743521742 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_waitduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_waitduration_hours/aggregate-Quarter-reference.csv index a198811972..ee1b1e7b90 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_waitduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_waitduration_hours/aggregate-Quarter-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Wait Hours: Per Job","Std Dev: Wait Hours: Per Job" -"High-performance computing",4.29578563,0.08956571094180898 +"High-performance computing",4.29572677,0.0895644743521742 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_waitduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_waitduration_hours/aggregate-Year-reference.csv index a198811972..ee1b1e7b90 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_waitduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_waitduration_hours/aggregate-Year-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Wait Hours: Per Job","Std Dev: Wait Hours: Per Job" -"High-performance computing",4.29578563,0.08956571094180898 +"High-performance computing",4.29572677,0.0895644743521742 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_waitduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_waitduration_hours/timeseries-Day-reference.csv index a0abb0a56a..2ed3aad46b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_waitduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_waitduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[High-performance computing] Wait Hours: Per Job" 2016-12-27,63.81457885 2016-12-28,8.81944104 2016-12-29,4.73013286 -2016-12-30,7.20200027 +2016-12-30,7.20173827 2016-12-31,2.68411411 2017-01-01,1.71038090 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_waitduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_waitduration_hours/timeseries-Month-reference.csv index 16736303c1..ca2a2d3262 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_waitduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_waitduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[High-performance computing] Wait Hours: Per Job" -2016-12,4.99051340 +2016-12,4.99042636 2017-01,1.71038090 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_waitduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_waitduration_hours/timeseries-Quarter-reference.csv index bde3da4c3c..68f024df15 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_waitduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_waitduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[High-performance computing] Wait Hours: Per Job" -"2016 Q4",4.99051340 +"2016 Q4",4.99042636 "2017 Q1",1.71038090 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_waitduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_waitduration_hours/timeseries-Year-reference.csv index cef6deb0ae..d669af42f4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_waitduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_waitduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[High-performance computing] Wait Hours: Per Job" -2016,4.99051340 +2016,4.99042636 2017,1.71038090 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_wallduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_wallduration_hours/aggregate-Day-reference.csv index 9dacb24bb0..1bd18d5d34 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_wallduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_wallduration_hours/aggregate-Day-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Wall Hours: Per Job","Std Dev: Wall Hours: Per Job" -"High-performance computing",1.79457892,0.017929611668507588 +"High-performance computing",1.79455741,0.017929373154342274 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_wallduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_wallduration_hours/aggregate-Month-reference.csv index b3ca8c3d58..a16121feb4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_wallduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_wallduration_hours/aggregate-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Wall Hours: Per Job","Std Dev: Wall Hours: Per Job" -"High-performance computing",1.79457892,0.0259028363905744 +"High-performance computing",1.79455741,0.02590248210001472 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_wallduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_wallduration_hours/aggregate-Quarter-reference.csv index b3ca8c3d58..a16121feb4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_wallduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_wallduration_hours/aggregate-Quarter-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Wall Hours: Per Job","Std Dev: Wall Hours: Per Job" -"High-performance computing",1.79457892,0.0259028363905744 +"High-performance computing",1.79455741,0.02590248210001472 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_wallduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_wallduration_hours/aggregate-Year-reference.csv index b3ca8c3d58..a16121feb4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_wallduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_wallduration_hours/aggregate-Year-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Wall Hours: Per Job","Std Dev: Wall Hours: Per Job" -"High-performance computing",1.79457892,0.0259028363905744 +"High-performance computing",1.79455741,0.02590248210001472 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_wallduration_hours/timeseries-Day-reference.csv index 0377cfbe2a..69f988125c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_wallduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[High-performance computing] Wall Hours: Per Job" 2016-12-27,12.71865079 2016-12-28,10.16476358 2016-12-29,11.78420083 -2016-12-30,1.48544495 +2016-12-30,1.48540250 2016-12-31,1.42967081 2017-01-01,1.01283296 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_wallduration_hours/timeseries-Month-reference.csv index fdeae34918..c286e2a3dd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_wallduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[High-performance computing] Wall Hours: Per Job" -2016-12,1.97829913 +2016-12,1.97826857 2017-01,1.01283296 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_wallduration_hours/timeseries-Quarter-reference.csv index 4cd8eb09e8..2eb49c26a9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_wallduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[High-performance computing] Wall Hours: Per Job" -"2016 Q4",1.97829913 +"2016 Q4",1.97826857 "2017 Q1",1.01283296 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_wallduration_hours/timeseries-Year-reference.csv index 93349d4924..24f870443c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/avg_wallduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[High-performance computing] Wall Hours: Per Job" -2016,1.97829913 +2016,1.97826857 2017,1.01283296 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/expansion_factor/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/expansion_factor/timeseries-Day-reference.csv index 9a471dd540..a6936b32b5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/expansion_factor/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/expansion_factor/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[High-performance computing] User Expansion Factor" 2016-12-27,2.0450 2016-12-28,1.5085 2016-12-29,1.3802 -2016-12-30,4.9345 +2016-12-30,4.9344 2016-12-31,2.5839 2017-01-01,2.7546 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/job_count/aggregate-Day-reference.csv index 9996b95bbf..6452ac74c5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/job_count/aggregate-Day-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Number of Jobs Ended" -"High-performance computing",71313 +"High-performance computing",71314 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/job_count/aggregate-Month-reference.csv index 9996b95bbf..6452ac74c5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/job_count/aggregate-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Number of Jobs Ended" -"High-performance computing",71313 +"High-performance computing",71314 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/job_count/aggregate-Quarter-reference.csv index 9996b95bbf..6452ac74c5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/job_count/aggregate-Quarter-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Number of Jobs Ended" -"High-performance computing",71313 +"High-performance computing",71314 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/job_count/aggregate-Year-reference.csv index 9996b95bbf..6452ac74c5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/job_count/aggregate-Year-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Number of Jobs Ended" -"High-performance computing",71313 +"High-performance computing",71314 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/job_count/timeseries-Day-reference.csv index f29b93d061..853b9a9d99 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[High-performance computing] Number of Jobs Ended" 2016-12-27,0 2016-12-28,0 2016-12-29,0 -2016-12-30,26606 +2016-12-30,26607 2016-12-31,28141 2017-01-01,16566 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/job_count/timeseries-Month-reference.csv index 0561386d8a..fb8bf21ce2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[High-performance computing] Number of Jobs Ended" -2016-12,54747 +2016-12,54748 2017-01,16566 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/job_count/timeseries-Quarter-reference.csv index 58b2b80554..478dda494c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[High-performance computing] Number of Jobs Ended" -"2016 Q4",54747 +"2016 Q4",54748 "2017 Q1",16566 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/job_count/timeseries-Year-reference.csv index ee30ad6fcc..f6cbddc6b1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[High-performance computing] Number of Jobs Ended" -2016,54747 +2016,54748 2017,16566 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/running_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/running_job_count/aggregate-Day-reference.csv index 526b6d3a89..0144449493 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/running_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/running_job_count/aggregate-Day-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Number of Jobs Running" -"High-performance computing",71313 +"High-performance computing",71314 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/running_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/running_job_count/aggregate-Month-reference.csv index 526b6d3a89..0144449493 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/running_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/running_job_count/aggregate-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Number of Jobs Running" -"High-performance computing",71313 +"High-performance computing",71314 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/running_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/running_job_count/aggregate-Quarter-reference.csv index 526b6d3a89..0144449493 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/running_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/running_job_count/aggregate-Quarter-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Number of Jobs Running" -"High-performance computing",71313 +"High-performance computing",71314 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/running_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/running_job_count/aggregate-Year-reference.csv index 526b6d3a89..0144449493 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/running_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/running_job_count/aggregate-Year-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Number of Jobs Running" -"High-performance computing",71313 +"High-performance computing",71314 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/running_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/running_job_count/timeseries-Day-reference.csv index 0ad2127aaa..b66422093c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/running_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/running_job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[High-performance computing] Number of Jobs Running" 2016-12-27,42 2016-12-28,450 2016-12-29,1740 -2016-12-30,28855 +2016-12-30,28856 2016-12-31,29603 2017-01-01,16566 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/running_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/running_job_count/timeseries-Month-reference.csv index e836afe405..1486479989 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/running_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/running_job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[High-performance computing] Number of Jobs Running" -2016-12,56209 +2016-12,56210 2017-01,16566 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/running_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/running_job_count/timeseries-Quarter-reference.csv index 9c422034c7..84f56e4f45 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/running_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/running_job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[High-performance computing] Number of Jobs Running" -"2016 Q4",56209 +"2016 Q4",56210 "2017 Q1",16566 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/running_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/running_job_count/timeseries-Year-reference.csv index b3a042258a..b7fe031649 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/running_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/running_job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[High-performance computing] Number of Jobs Running" -2016,56209 +2016,56210 2017,16566 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/started_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/started_job_count/aggregate-Day-reference.csv index 01f764aa87..7b27055163 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/started_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/started_job_count/aggregate-Day-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Number of Jobs Started" -"High-performance computing",71313 +"High-performance computing",71314 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/started_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/started_job_count/aggregate-Month-reference.csv index 01f764aa87..7b27055163 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/started_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/started_job_count/aggregate-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Number of Jobs Started" -"High-performance computing",71313 +"High-performance computing",71314 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/started_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/started_job_count/aggregate-Quarter-reference.csv index 01f764aa87..7b27055163 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/started_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/started_job_count/aggregate-Quarter-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Number of Jobs Started" -"High-performance computing",71313 +"High-performance computing",71314 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/started_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/started_job_count/aggregate-Year-reference.csv index 01f764aa87..7b27055163 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/started_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/started_job_count/aggregate-Year-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Number of Jobs Started" -"High-performance computing",71313 +"High-performance computing",71314 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/started_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/started_job_count/timeseries-Day-reference.csv index 478afbc9da..a2461f5691 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/started_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/started_job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[High-performance computing] Number of Jobs Started" 2016-12-27,31 2016-12-28,408 2016-12-29,1290 -2016-12-30,27115 +2016-12-30,27116 2016-12-31,27354 2017-01-01,15104 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/started_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/started_job_count/timeseries-Month-reference.csv index eb41265590..7300823942 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/started_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/started_job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[High-performance computing] Number of Jobs Started" -2016-12,56209 +2016-12,56210 2017-01,15104 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/started_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/started_job_count/timeseries-Quarter-reference.csv index abe22a25b9..8ef942c3df 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/started_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/started_job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[High-performance computing] Number of Jobs Started" -"2016 Q4",56209 +"2016 Q4",56210 "2017 Q1",15104 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/started_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/started_job_count/timeseries-Year-reference.csv index 31dd042634..d2fb707c79 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/started_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/started_job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[High-performance computing] Number of Jobs Started" -2016,56209 +2016,56210 2017,15104 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/submitted_job_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/submitted_job_count/aggregate-Day-reference.csv index 86e3452bce..0140835574 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/submitted_job_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/submitted_job_count/aggregate-Day-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Number of Jobs Submitted" -"High-performance computing",64416 +"High-performance computing",64417 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/submitted_job_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/submitted_job_count/aggregate-Month-reference.csv index 5b8939c9ed..383c4a517f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/submitted_job_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/submitted_job_count/aggregate-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Number of Jobs Submitted" -"High-performance computing",69243 +"High-performance computing",69244 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/submitted_job_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/submitted_job_count/aggregate-Quarter-reference.csv index 5b8939c9ed..383c4a517f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/submitted_job_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/submitted_job_count/aggregate-Quarter-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Number of Jobs Submitted" -"High-performance computing",69243 +"High-performance computing",69244 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/submitted_job_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/submitted_job_count/aggregate-Year-reference.csv index 5b8939c9ed..383c4a517f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/submitted_job_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/submitted_job_count/aggregate-Year-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Number of Jobs Submitted" -"High-performance computing",69243 +"High-performance computing",69244 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/submitted_job_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/submitted_job_count/timeseries-Day-reference.csv index 9bc9a04cdb..719f196b91 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/submitted_job_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/submitted_job_count/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[High-performance computing] Number of Jobs Submitted" 2016-12-27,18 2016-12-28,379 2016-12-29,1206 -2016-12-30,25660 +2016-12-30,25661 2016-12-31,24111 2017-01-01,13034 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/submitted_job_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/submitted_job_count/timeseries-Month-reference.csv index 08d74cc145..b635ba4776 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/submitted_job_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/submitted_job_count/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[High-performance computing] Number of Jobs Submitted" -2016-12,56209 +2016-12,56210 2017-01,13034 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/submitted_job_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/submitted_job_count/timeseries-Quarter-reference.csv index 9cc2641a6f..c64457c22e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/submitted_job_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/submitted_job_count/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[High-performance computing] Number of Jobs Submitted" -"2016 Q4",56209 +"2016 Q4",56210 "2017 Q1",13034 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/submitted_job_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/submitted_job_count/timeseries-Year-reference.csv index d56c81c9c8..782a42de8b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/submitted_job_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/submitted_job_count/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[High-performance computing] Number of Jobs Submitted" -2016,56209 +2016,56210 2017,13034 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_cpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_cpu_hours/aggregate-Day-reference.csv index 4f23c1ee33..30ec8bb54e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_cpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_cpu_hours/aggregate-Day-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","CPU Hours: Total" -"High-performance computing",840555.8369 +"High-performance computing",840583.9769 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_cpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_cpu_hours/aggregate-Month-reference.csv index 4f23c1ee33..30ec8bb54e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_cpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_cpu_hours/aggregate-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","CPU Hours: Total" -"High-performance computing",840555.8369 +"High-performance computing",840583.9769 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_cpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_cpu_hours/aggregate-Quarter-reference.csv index 4f23c1ee33..30ec8bb54e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_cpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_cpu_hours/aggregate-Quarter-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","CPU Hours: Total" -"High-performance computing",840555.8369 +"High-performance computing",840583.9769 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_cpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_cpu_hours/aggregate-Year-reference.csv index 4f23c1ee33..30ec8bb54e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_cpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_cpu_hours/aggregate-Year-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","CPU Hours: Total" -"High-performance computing",840555.8369 +"High-performance computing",840583.9769 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_cpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_cpu_hours/timeseries-Day-reference.csv index 2f485916ac..d3e522205e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_cpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_cpu_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[High-performance computing] CPU Hours: Total" 2016-12-27,15553.1447 2016-12-28,81988.7103 2016-12-29,171261.7833 -2016-12-30,275119.2672 +2016-12-30,275147.4072 2016-12-31,222229.6297 2017-01-01,69779.8381 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_cpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_cpu_hours/timeseries-Month-reference.csv index 9bedd2c6e1..50278cd207 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_cpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_cpu_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[High-performance computing] CPU Hours: Total" -2016-12,770775.9989 +2016-12,770804.1389 2017-01,69779.8381 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_cpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_cpu_hours/timeseries-Quarter-reference.csv index e21bf0c2f6..3765adbcfe 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_cpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_cpu_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[High-performance computing] CPU Hours: Total" -"2016 Q4",770775.9989 +"2016 Q4",770804.1389 "2017 Q1",69779.8381 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_cpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_cpu_hours/timeseries-Year-reference.csv index 7b62436131..b0ea09b812 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_cpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_cpu_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[High-performance computing] CPU Hours: Total" -2016,770775.9989 +2016,770804.1389 2017,69779.8381 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_node_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_node_hours/aggregate-Day-reference.csv index ad05a65baf..4589197e3e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_node_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_node_hours/aggregate-Day-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Node Hours: Total" -"High-performance computing",156303.7475 +"High-performance computing",156306.0925 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_node_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_node_hours/aggregate-Month-reference.csv index ad05a65baf..4589197e3e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_node_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_node_hours/aggregate-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Node Hours: Total" -"High-performance computing",156303.7475 +"High-performance computing",156306.0925 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_node_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_node_hours/aggregate-Quarter-reference.csv index ad05a65baf..4589197e3e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_node_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_node_hours/aggregate-Quarter-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Node Hours: Total" -"High-performance computing",156303.7475 +"High-performance computing",156306.0925 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_node_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_node_hours/aggregate-Year-reference.csv index ad05a65baf..4589197e3e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_node_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_node_hours/aggregate-Year-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Node Hours: Total" -"High-performance computing",156303.7475 +"High-performance computing",156306.0925 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_node_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_node_hours/timeseries-Day-reference.csv index a56a8f9945..24b030dd1b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_node_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_node_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[High-performance computing] Node Hours: Total" 2016-12-27,1206.3922 2016-12-28,8614.6167 2016-12-29,28528.4969 -2016-12-30,52308.5600 +2016-12-30,52310.9050 2016-12-31,47388.7967 2017-01-01,17856.5647 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_node_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_node_hours/timeseries-Month-reference.csv index 71e033eaca..0804f8241f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_node_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_node_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[High-performance computing] Node Hours: Total" -2016-12,138447.1828 +2016-12,138449.5278 2017-01,17856.5647 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_node_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_node_hours/timeseries-Quarter-reference.csv index 5b8c6e20b8..828e5e6f23 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_node_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_node_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[High-performance computing] Node Hours: Total" -"2016 Q4",138447.1828 +"2016 Q4",138449.5278 "2017 Q1",17856.5647 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_node_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_node_hours/timeseries-Year-reference.csv index 3c4a30ead5..9be3187b54 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_node_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_node_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[High-performance computing] Node Hours: Total" -2016,138447.1828 +2016,138449.5278 2017,17856.5647 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_waitduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_waitduration_hours/aggregate-Day-reference.csv index c5b78bd1e7..bb4e0f6264 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_waitduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_waitduration_hours/aggregate-Day-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Wait Hours: Total" -"High-performance computing",306345.3608 +"High-performance computing",306345.4586 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_waitduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_waitduration_hours/aggregate-Month-reference.csv index c5b78bd1e7..bb4e0f6264 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_waitduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_waitduration_hours/aggregate-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Wait Hours: Total" -"High-performance computing",306345.3608 +"High-performance computing",306345.4586 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_waitduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_waitduration_hours/aggregate-Quarter-reference.csv index c5b78bd1e7..bb4e0f6264 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_waitduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_waitduration_hours/aggregate-Quarter-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Wait Hours: Total" -"High-performance computing",306345.3608 +"High-performance computing",306345.4586 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_waitduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_waitduration_hours/aggregate-Year-reference.csv index c5b78bd1e7..bb4e0f6264 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_waitduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_waitduration_hours/aggregate-Year-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Wait Hours: Total" -"High-performance computing",306345.3608 +"High-performance computing",306345.4586 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_waitduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_waitduration_hours/timeseries-Day-reference.csv index 248cd91b76..cccff243b5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_waitduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_waitduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[High-performance computing] Wait Hours: Total" 2016-12-27,1978.2519 2016-12-28,3598.3319 2016-12-29,6101.8714 -2016-12-30,195282.2372 +2016-12-30,195282.3350 2016-12-31,73421.2575 2017-01-01,25833.5931 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_waitduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_waitduration_hours/timeseries-Month-reference.csv index 10c8126e9c..ddac034114 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_waitduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_waitduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[High-performance computing] Wait Hours: Total" -2016-12,280511.7678 +2016-12,280511.8656 2017-01,25833.5931 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_waitduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_waitduration_hours/timeseries-Quarter-reference.csv index cd3bc9ffe8..e873d5c9ec 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_waitduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_waitduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[High-performance computing] Wait Hours: Total" -"2016 Q4",280511.7678 +"2016 Q4",280511.8656 "2017 Q1",25833.5931 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_waitduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_waitduration_hours/timeseries-Year-reference.csv index 1243956593..35153a5837 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_waitduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_waitduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[High-performance computing] Wait Hours: Total" -2016,280511.7678 +2016,280511.8656 2017,25833.5931 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_wallduration_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_wallduration_hours/aggregate-Day-reference.csv index 953457808d..bbd6f690b5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_wallduration_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_wallduration_hours/aggregate-Day-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Wall Hours: Total" -"High-performance computing",127976.8064 +"High-performance computing",127977.0669 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_wallduration_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_wallduration_hours/aggregate-Month-reference.csv index 953457808d..bbd6f690b5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_wallduration_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_wallduration_hours/aggregate-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Wall Hours: Total" -"High-performance computing",127976.8064 +"High-performance computing",127977.0669 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_wallduration_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_wallduration_hours/aggregate-Quarter-reference.csv index 953457808d..bbd6f690b5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_wallduration_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_wallduration_hours/aggregate-Quarter-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Wall Hours: Total" -"High-performance computing",127976.8064 +"High-performance computing",127977.0669 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_wallduration_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_wallduration_hours/aggregate-Year-reference.csv index 953457808d..bbd6f690b5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_wallduration_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_wallduration_hours/aggregate-Year-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Wall Hours: Total" -"High-performance computing",127976.8064 +"High-performance computing",127977.0669 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_wallduration_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_wallduration_hours/timeseries-Day-reference.csv index 930031838e..656a439b26 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_wallduration_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_wallduration_hours/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[High-performance computing] Wall Hours: Total" 2016-12-27,534.1833 2016-12-28,4574.1436 2016-12-29,20504.5094 -2016-12-30,42862.5139 +2016-12-30,42862.7744 2016-12-31,42322.5450 2017-01-01,16778.5908 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_wallduration_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_wallduration_hours/timeseries-Month-reference.csv index e2dc9ed559..0d04d8e123 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_wallduration_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_wallduration_hours/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[High-performance computing] Wall Hours: Total" -2016-12,111198.2156 +2016-12,111198.4761 2017-01,16778.5908 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_wallduration_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_wallduration_hours/timeseries-Quarter-reference.csv index f118f3f560..a5a1f933e8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_wallduration_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_wallduration_hours/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[High-performance computing] Wall Hours: Total" -"2016 Q4",111198.2156 +"2016 Q4",111198.4761 "2017 Q1",16778.5908 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_wallduration_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_wallduration_hours/timeseries-Year-reference.csv index bb62338557..124a931c49 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_wallduration_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/total_wallduration_hours/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[High-performance computing] Wall Hours: Total" -2016,111198.2156 +2016,111198.4761 2017,16778.5908 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/utilization/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/utilization/aggregate-Day-reference.csv index 0e246d15e2..c3e389c38c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/utilization/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/utilization/aggregate-Day-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Screwdriver CPU Utilization (%)" -"High-performance computing",19.0343 +"High-performance computing",19.0350 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/utilization/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/utilization/aggregate-Month-reference.csv index cac763429a..ab97858fa8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/utilization/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/utilization/aggregate-Month-reference.csv @@ -6,5 +6,5 @@ start,end 2016-12-22,2017-01-01 --------- "Resource Type","Screwdriver CPU Utilization (%)" -"High-performance computing",4.2299 +"High-performance computing",4.2300 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/utilization/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/utilization/timeseries-Day-reference.csv index c73f92560b..b4033bf03c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/utilization/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/utilization/timeseries-Day-reference.csv @@ -14,7 +14,7 @@ Day,"[High-performance computing] Screwdriver CPU Utilization (%)" 2016-12-27,3.2402 2016-12-28,17.0810 2016-12-29,35.6795 -2016-12-30,57.3165 +2016-12-30,57.3224 2016-12-31,46.2978 2017-01-01,14.5375 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/utilization/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/utilization/timeseries-Month-reference.csv index faab933eea..8e89213cc3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/utilization/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/utilization/timeseries-Month-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Month,"[High-performance computing] Screwdriver CPU Utilization (%)" -2016-12,15.4402 +2016-12,15.4408 2017-01,0.4690 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/utilization/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/utilization/timeseries-Quarter-reference.csv index e3b901de4f..2e03e6169b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/utilization/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/utilization/timeseries-Quarter-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Quarter,"[High-performance computing] Screwdriver CPU Utilization (%)" -"2016 Q4",15.4402 +"2016 Q4",15.4408 "2017 Q1",0.1615 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/utilization/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/utilization/timeseries-Year-reference.csv index 7943646a1c..1dcb0b6204 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/utilization/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/resource_type/utilization/timeseries-Year-reference.csv @@ -6,6 +6,6 @@ start,end 2016-12-22,2017-01-01 --------- Year,"[High-performance computing] Screwdriver CPU Utilization (%)" -2016,15.4402 +2016,15.4408 2017,0.0398 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/aggregate-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/aggregate-Day-cd.csv index 8e758c1bb7..951f92688c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/aggregate-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/aggregate-Day-cd.csv @@ -28,6 +28,7 @@ garwa,1 gloib,1 grath,1 grgsh,1 +hardu,1 henha,1 honbu,1 hoowa,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/aggregate-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/aggregate-Day-cs.csv index 8e758c1bb7..951f92688c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/aggregate-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/aggregate-Day-cs.csv @@ -28,6 +28,7 @@ garwa,1 gloib,1 grath,1 grgsh,1 +hardu,1 henha,1 honbu,1 hoowa,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/aggregate-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/aggregate-Month-cd.csv index 8e758c1bb7..951f92688c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/aggregate-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/aggregate-Month-cd.csv @@ -28,6 +28,7 @@ garwa,1 gloib,1 grath,1 grgsh,1 +hardu,1 henha,1 honbu,1 hoowa,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/aggregate-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/aggregate-Month-cs.csv index 8e758c1bb7..951f92688c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/aggregate-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/aggregate-Month-cs.csv @@ -28,6 +28,7 @@ garwa,1 gloib,1 grath,1 grgsh,1 +hardu,1 henha,1 honbu,1 hoowa,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/aggregate-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/aggregate-Quarter-cd.csv index 8e758c1bb7..951f92688c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/aggregate-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/aggregate-Quarter-cd.csv @@ -28,6 +28,7 @@ garwa,1 gloib,1 grath,1 grgsh,1 +hardu,1 henha,1 honbu,1 hoowa,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/aggregate-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/aggregate-Quarter-cs.csv index 8e758c1bb7..951f92688c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/aggregate-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/aggregate-Quarter-cs.csv @@ -28,6 +28,7 @@ garwa,1 gloib,1 grath,1 grgsh,1 +hardu,1 henha,1 honbu,1 hoowa,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/aggregate-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/aggregate-Year-cd.csv index 8e758c1bb7..951f92688c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/aggregate-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/aggregate-Year-cd.csv @@ -28,6 +28,7 @@ garwa,1 gloib,1 grath,1 grgsh,1 +hardu,1 henha,1 honbu,1 hoowa,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/aggregate-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/aggregate-Year-cs.csv index 8e758c1bb7..951f92688c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/aggregate-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/aggregate-Year-cs.csv @@ -28,6 +28,7 @@ garwa,1 gloib,1 grath,1 grgsh,1 +hardu,1 henha,1 honbu,1 hoowa,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/timeseries-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/timeseries-Day-cd.csv index 7c8cba193f..b3a8e6c394 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/timeseries-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/timeseries-Day-cd.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[allga] Number of Users: Active","[alpsw] Number of Users: Active","[aytinis] Number of Users: Active","[blhbu] Number of Users: Active","[boowa] Number of Users: Active","[caspl] Number of Users: Active","[categ] Number of Users: Active","[chaff] Number of Users: Active","[coot1] Number of Users: Active","[corsh] Number of Users: Active","[crama] Number of Users: Active","[crane] Number of Users: Active","[dunli] Number of Users: Active","[duswa] Number of Users: Active","[egygo] Number of Users: Active","[evegr] Number of Users: Active","[ferdu] Number of Users: Active","[field] Number of Users: Active","[garwa] Number of Users: Active","[gloib] Number of Users: Active","[grath] Number of Users: Active","[grgsh] Number of Users: Active","[henha] Number of Users: Active","[honbu] Number of Users: Active","[hoowa] Number of Users: Active","[jackd] Number of Users: Active","[lanhach] Number of Users: Active","[lapwi] Number of Users: Active","[legsh] Number of Users: Active","[lesre] Number of Users: Active","[litau] Number of Users: Active","[litst] Number of Users: Active","[mamwa] Number of Users: Active","[meapi] Number of Users: Active","[misth] Number of Users: Active","[moorh] Number of Users: Active","[noror] Number of Users: Active","[ovenb] Number of Users: Active","[pereg] Number of Users: Active","[pibgr] Number of Users: Active","[proubis] Number of Users: Active","[reebu] Number of Users: Active","[relpa] Number of Users: Active","[ribgu] Number of Users: Active","[rolle] Number of Users: Active","[sancr] Number of Users: Active","[sante] Number of Users: Active","[sarwa] Number of Users: Active","[savsp] Number of Users: Active","[shag1] Number of Users: Active","[shttr] Number of Users: Active","[siski] Number of Users: Active","[smew1] Number of Users: Active","[sogsh] Number of Users: Active","[sposa] Number of Users: Active","[swath] Number of Users: Active","[turdo] Number of Users: Active","[velsc] Number of Users: Active","[vertera] Number of Users: Active","[whimb] Number of Users: Active","[whtpl] Number of Users: Active","[whtsp] Number of Users: Active","[ybsbu] Number of Users: Active","[yebbu] Number of Users: Active","[yebsa] Number of Users: Active","[yebwa] Number of Users: Active" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 -2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 -2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 -2016-12-27,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,1,1,0,0,0,1,0,0,0,1,1,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,1,0,0,0 -2016-12-28,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,1,0,0,1,0,0,0,0,1,1,1,1,1,1,0,0,0,1,0,0,0,1,1,1,0,1,1,1,0,0,0,0,1,1,0,0,1,0,1,0,0,0 -2016-12-29,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,1,1,0,1,1,1,0,1,1,1,0,1,1,0,1,1,0,1,1,1,1,1,1,1,1,0,1,0,0,0,1,1,1,0,1,1,1,1,0,1,1,1,1,0,0,1,0,1,1,1,1 -2016-12-30,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1 -2016-12-31,0,1,1,1,1,1,1,1,1,1,0,1,1,1,1,0,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,0,1,1,0,1,1,1,0,1,1,1,1,1,1,1,1,1,1,0,1,1,0,1,1,1,1,0 -2017-01-01,0,1,0,0,0,1,1,1,1,1,0,1,1,0,0,0,1,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,0,1,1,1,1,1,1,0,1,1,0,0,1,0,0,1,1,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,1 +Day,"[allga] Number of Users: Active","[alpsw] Number of Users: Active","[aytinis] Number of Users: Active","[blhbu] Number of Users: Active","[boowa] Number of Users: Active","[caspl] Number of Users: Active","[categ] Number of Users: Active","[chaff] Number of Users: Active","[coot1] Number of Users: Active","[corsh] Number of Users: Active","[crama] Number of Users: Active","[crane] Number of Users: Active","[dunli] Number of Users: Active","[duswa] Number of Users: Active","[egygo] Number of Users: Active","[evegr] Number of Users: Active","[ferdu] Number of Users: Active","[field] Number of Users: Active","[garwa] Number of Users: Active","[gloib] Number of Users: Active","[grath] Number of Users: Active","[grgsh] Number of Users: Active","[hardu] Number of Users: Active","[henha] Number of Users: Active","[honbu] Number of Users: Active","[hoowa] Number of Users: Active","[jackd] Number of Users: Active","[lanhach] Number of Users: Active","[lapwi] Number of Users: Active","[legsh] Number of Users: Active","[lesre] Number of Users: Active","[litau] Number of Users: Active","[litst] Number of Users: Active","[mamwa] Number of Users: Active","[meapi] Number of Users: Active","[misth] Number of Users: Active","[moorh] Number of Users: Active","[noror] Number of Users: Active","[ovenb] Number of Users: Active","[pereg] Number of Users: Active","[pibgr] Number of Users: Active","[proubis] Number of Users: Active","[reebu] Number of Users: Active","[relpa] Number of Users: Active","[ribgu] Number of Users: Active","[rolle] Number of Users: Active","[sancr] Number of Users: Active","[sante] Number of Users: Active","[sarwa] Number of Users: Active","[savsp] Number of Users: Active","[shag1] Number of Users: Active","[shttr] Number of Users: Active","[siski] Number of Users: Active","[smew1] Number of Users: Active","[sogsh] Number of Users: Active","[sposa] Number of Users: Active","[swath] Number of Users: Active","[turdo] Number of Users: Active","[velsc] Number of Users: Active","[vertera] Number of Users: Active","[whimb] Number of Users: Active","[whtpl] Number of Users: Active","[whtsp] Number of Users: Active","[ybsbu] Number of Users: Active","[yebbu] Number of Users: Active","[yebsa] Number of Users: Active","[yebwa] Number of Users: Active" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 +2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 +2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 +2016-12-27,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,1,1,0,0,0,1,0,0,0,1,1,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,1,0,0,0 +2016-12-28,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,1,0,0,1,0,0,0,0,1,1,1,1,1,1,0,0,0,1,0,0,0,1,1,1,0,1,1,1,0,0,0,0,1,1,0,0,1,0,1,0,0,0 +2016-12-29,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,1,1,0,1,1,1,0,0,1,1,1,0,1,1,0,1,1,0,1,1,1,1,1,1,1,1,0,1,0,0,0,1,1,1,0,1,1,1,1,0,1,1,1,1,0,0,1,0,1,1,1,1 +2016-12-30,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1 +2016-12-31,0,1,1,1,1,1,1,1,1,1,0,1,1,1,1,0,1,1,1,0,1,1,0,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,0,1,1,0,1,1,1,0,1,1,1,1,1,1,1,1,1,1,0,1,1,0,1,1,1,1,0 +2017-01-01,0,1,0,0,0,1,1,1,1,1,0,1,1,0,0,0,1,1,1,0,1,0,0,0,1,0,0,1,1,0,1,1,0,0,1,1,1,1,1,1,0,1,1,0,0,1,0,0,1,1,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/timeseries-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/timeseries-Day-cs.csv index 7c8cba193f..b3a8e6c394 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/timeseries-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/timeseries-Day-cs.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[allga] Number of Users: Active","[alpsw] Number of Users: Active","[aytinis] Number of Users: Active","[blhbu] Number of Users: Active","[boowa] Number of Users: Active","[caspl] Number of Users: Active","[categ] Number of Users: Active","[chaff] Number of Users: Active","[coot1] Number of Users: Active","[corsh] Number of Users: Active","[crama] Number of Users: Active","[crane] Number of Users: Active","[dunli] Number of Users: Active","[duswa] Number of Users: Active","[egygo] Number of Users: Active","[evegr] Number of Users: Active","[ferdu] Number of Users: Active","[field] Number of Users: Active","[garwa] Number of Users: Active","[gloib] Number of Users: Active","[grath] Number of Users: Active","[grgsh] Number of Users: Active","[henha] Number of Users: Active","[honbu] Number of Users: Active","[hoowa] Number of Users: Active","[jackd] Number of Users: Active","[lanhach] Number of Users: Active","[lapwi] Number of Users: Active","[legsh] Number of Users: Active","[lesre] Number of Users: Active","[litau] Number of Users: Active","[litst] Number of Users: Active","[mamwa] Number of Users: Active","[meapi] Number of Users: Active","[misth] Number of Users: Active","[moorh] Number of Users: Active","[noror] Number of Users: Active","[ovenb] Number of Users: Active","[pereg] Number of Users: Active","[pibgr] Number of Users: Active","[proubis] Number of Users: Active","[reebu] Number of Users: Active","[relpa] Number of Users: Active","[ribgu] Number of Users: Active","[rolle] Number of Users: Active","[sancr] Number of Users: Active","[sante] Number of Users: Active","[sarwa] Number of Users: Active","[savsp] Number of Users: Active","[shag1] Number of Users: Active","[shttr] Number of Users: Active","[siski] Number of Users: Active","[smew1] Number of Users: Active","[sogsh] Number of Users: Active","[sposa] Number of Users: Active","[swath] Number of Users: Active","[turdo] Number of Users: Active","[velsc] Number of Users: Active","[vertera] Number of Users: Active","[whimb] Number of Users: Active","[whtpl] Number of Users: Active","[whtsp] Number of Users: Active","[ybsbu] Number of Users: Active","[yebbu] Number of Users: Active","[yebsa] Number of Users: Active","[yebwa] Number of Users: Active" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 -2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 -2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 -2016-12-27,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,1,1,0,0,0,1,0,0,0,1,1,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,1,0,0,0 -2016-12-28,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,1,0,0,1,0,0,0,0,1,1,1,1,1,1,0,0,0,1,0,0,0,1,1,1,0,1,1,1,0,0,0,0,1,1,0,0,1,0,1,0,0,0 -2016-12-29,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,1,1,0,1,1,1,0,1,1,1,0,1,1,0,1,1,0,1,1,1,1,1,1,1,1,0,1,0,0,0,1,1,1,0,1,1,1,1,0,1,1,1,1,0,0,1,0,1,1,1,1 -2016-12-30,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1 -2016-12-31,0,1,1,1,1,1,1,1,1,1,0,1,1,1,1,0,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,0,1,1,0,1,1,1,0,1,1,1,1,1,1,1,1,1,1,0,1,1,0,1,1,1,1,0 -2017-01-01,0,1,0,0,0,1,1,1,1,1,0,1,1,0,0,0,1,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,0,1,1,1,1,1,1,0,1,1,0,0,1,0,0,1,1,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,1 +Day,"[allga] Number of Users: Active","[alpsw] Number of Users: Active","[aytinis] Number of Users: Active","[blhbu] Number of Users: Active","[boowa] Number of Users: Active","[caspl] Number of Users: Active","[categ] Number of Users: Active","[chaff] Number of Users: Active","[coot1] Number of Users: Active","[corsh] Number of Users: Active","[crama] Number of Users: Active","[crane] Number of Users: Active","[dunli] Number of Users: Active","[duswa] Number of Users: Active","[egygo] Number of Users: Active","[evegr] Number of Users: Active","[ferdu] Number of Users: Active","[field] Number of Users: Active","[garwa] Number of Users: Active","[gloib] Number of Users: Active","[grath] Number of Users: Active","[grgsh] Number of Users: Active","[hardu] Number of Users: Active","[henha] Number of Users: Active","[honbu] Number of Users: Active","[hoowa] Number of Users: Active","[jackd] Number of Users: Active","[lanhach] Number of Users: Active","[lapwi] Number of Users: Active","[legsh] Number of Users: Active","[lesre] Number of Users: Active","[litau] Number of Users: Active","[litst] Number of Users: Active","[mamwa] Number of Users: Active","[meapi] Number of Users: Active","[misth] Number of Users: Active","[moorh] Number of Users: Active","[noror] Number of Users: Active","[ovenb] Number of Users: Active","[pereg] Number of Users: Active","[pibgr] Number of Users: Active","[proubis] Number of Users: Active","[reebu] Number of Users: Active","[relpa] Number of Users: Active","[ribgu] Number of Users: Active","[rolle] Number of Users: Active","[sancr] Number of Users: Active","[sante] Number of Users: Active","[sarwa] Number of Users: Active","[savsp] Number of Users: Active","[shag1] Number of Users: Active","[shttr] Number of Users: Active","[siski] Number of Users: Active","[smew1] Number of Users: Active","[sogsh] Number of Users: Active","[sposa] Number of Users: Active","[swath] Number of Users: Active","[turdo] Number of Users: Active","[velsc] Number of Users: Active","[vertera] Number of Users: Active","[whimb] Number of Users: Active","[whtpl] Number of Users: Active","[whtsp] Number of Users: Active","[ybsbu] Number of Users: Active","[yebbu] Number of Users: Active","[yebsa] Number of Users: Active","[yebwa] Number of Users: Active" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 +2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 +2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 +2016-12-27,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,1,1,0,0,0,1,0,0,0,1,1,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,1,0,0,0 +2016-12-28,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,1,0,0,1,0,0,0,0,1,1,1,1,1,1,0,0,0,1,0,0,0,1,1,1,0,1,1,1,0,0,0,0,1,1,0,0,1,0,1,0,0,0 +2016-12-29,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,1,1,0,1,1,1,0,0,1,1,1,0,1,1,0,1,1,0,1,1,1,1,1,1,1,1,0,1,0,0,0,1,1,1,0,1,1,1,1,0,1,1,1,1,0,0,1,0,1,1,1,1 +2016-12-30,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1 +2016-12-31,0,1,1,1,1,1,1,1,1,1,0,1,1,1,1,0,1,1,1,0,1,1,0,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,0,1,1,0,1,1,1,0,1,1,1,1,1,1,1,1,1,1,0,1,1,0,1,1,1,1,0 +2017-01-01,0,1,0,0,0,1,1,1,1,1,0,1,1,0,0,0,1,1,1,0,1,0,0,0,1,0,0,1,1,0,1,1,0,0,1,1,1,1,1,1,0,1,1,0,0,1,0,0,1,1,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/timeseries-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/timeseries-Month-cd.csv index 99a75fd161..4f0c6878fd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/timeseries-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/timeseries-Month-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[allga] Number of Users: Active","[alpsw] Number of Users: Active","[aytinis] Number of Users: Active","[blhbu] Number of Users: Active","[boowa] Number of Users: Active","[caspl] Number of Users: Active","[categ] Number of Users: Active","[chaff] Number of Users: Active","[coot1] Number of Users: Active","[corsh] Number of Users: Active","[crama] Number of Users: Active","[crane] Number of Users: Active","[dunli] Number of Users: Active","[duswa] Number of Users: Active","[egygo] Number of Users: Active","[evegr] Number of Users: Active","[ferdu] Number of Users: Active","[field] Number of Users: Active","[garwa] Number of Users: Active","[gloib] Number of Users: Active","[grath] Number of Users: Active","[grgsh] Number of Users: Active","[henha] Number of Users: Active","[honbu] Number of Users: Active","[hoowa] Number of Users: Active","[jackd] Number of Users: Active","[lanhach] Number of Users: Active","[lapwi] Number of Users: Active","[legsh] Number of Users: Active","[lesre] Number of Users: Active","[litau] Number of Users: Active","[litst] Number of Users: Active","[mamwa] Number of Users: Active","[meapi] Number of Users: Active","[misth] Number of Users: Active","[moorh] Number of Users: Active","[noror] Number of Users: Active","[ovenb] Number of Users: Active","[pereg] Number of Users: Active","[pibgr] Number of Users: Active","[proubis] Number of Users: Active","[reebu] Number of Users: Active","[relpa] Number of Users: Active","[ribgu] Number of Users: Active","[rolle] Number of Users: Active","[sancr] Number of Users: Active","[sante] Number of Users: Active","[sarwa] Number of Users: Active","[savsp] Number of Users: Active","[shag1] Number of Users: Active","[shttr] Number of Users: Active","[siski] Number of Users: Active","[smew1] Number of Users: Active","[sogsh] Number of Users: Active","[sposa] Number of Users: Active","[swath] Number of Users: Active","[turdo] Number of Users: Active","[velsc] Number of Users: Active","[vertera] Number of Users: Active","[whimb] Number of Users: Active","[whtpl] Number of Users: Active","[whtsp] Number of Users: Active","[ybsbu] Number of Users: Active","[yebbu] Number of Users: Active","[yebsa] Number of Users: Active","[yebwa] Number of Users: Active" -2016-12,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 -2017-01,0,1,0,0,0,1,1,1,1,1,0,1,1,0,0,0,1,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,0,1,1,1,1,1,1,0,1,1,0,0,1,0,0,1,1,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,1 +Month,"[allga] Number of Users: Active","[alpsw] Number of Users: Active","[aytinis] Number of Users: Active","[blhbu] Number of Users: Active","[boowa] Number of Users: Active","[caspl] Number of Users: Active","[categ] Number of Users: Active","[chaff] Number of Users: Active","[coot1] Number of Users: Active","[corsh] Number of Users: Active","[crama] Number of Users: Active","[crane] Number of Users: Active","[dunli] Number of Users: Active","[duswa] Number of Users: Active","[egygo] Number of Users: Active","[evegr] Number of Users: Active","[ferdu] Number of Users: Active","[field] Number of Users: Active","[garwa] Number of Users: Active","[gloib] Number of Users: Active","[grath] Number of Users: Active","[grgsh] Number of Users: Active","[hardu] Number of Users: Active","[henha] Number of Users: Active","[honbu] Number of Users: Active","[hoowa] Number of Users: Active","[jackd] Number of Users: Active","[lanhach] Number of Users: Active","[lapwi] Number of Users: Active","[legsh] Number of Users: Active","[lesre] Number of Users: Active","[litau] Number of Users: Active","[litst] Number of Users: Active","[mamwa] Number of Users: Active","[meapi] Number of Users: Active","[misth] Number of Users: Active","[moorh] Number of Users: Active","[noror] Number of Users: Active","[ovenb] Number of Users: Active","[pereg] Number of Users: Active","[pibgr] Number of Users: Active","[proubis] Number of Users: Active","[reebu] Number of Users: Active","[relpa] Number of Users: Active","[ribgu] Number of Users: Active","[rolle] Number of Users: Active","[sancr] Number of Users: Active","[sante] Number of Users: Active","[sarwa] Number of Users: Active","[savsp] Number of Users: Active","[shag1] Number of Users: Active","[shttr] Number of Users: Active","[siski] Number of Users: Active","[smew1] Number of Users: Active","[sogsh] Number of Users: Active","[sposa] Number of Users: Active","[swath] Number of Users: Active","[turdo] Number of Users: Active","[velsc] Number of Users: Active","[vertera] Number of Users: Active","[whimb] Number of Users: Active","[whtpl] Number of Users: Active","[whtsp] Number of Users: Active","[ybsbu] Number of Users: Active","[yebbu] Number of Users: Active","[yebsa] Number of Users: Active","[yebwa] Number of Users: Active" +2016-12,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +2017-01,0,1,0,0,0,1,1,1,1,1,0,1,1,0,0,0,1,1,1,0,1,0,0,0,1,0,0,1,1,0,1,1,0,0,1,1,1,1,1,1,0,1,1,0,0,1,0,0,1,1,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/timeseries-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/timeseries-Month-cs.csv index 99a75fd161..4f0c6878fd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/timeseries-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/timeseries-Month-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[allga] Number of Users: Active","[alpsw] Number of Users: Active","[aytinis] Number of Users: Active","[blhbu] Number of Users: Active","[boowa] Number of Users: Active","[caspl] Number of Users: Active","[categ] Number of Users: Active","[chaff] Number of Users: Active","[coot1] Number of Users: Active","[corsh] Number of Users: Active","[crama] Number of Users: Active","[crane] Number of Users: Active","[dunli] Number of Users: Active","[duswa] Number of Users: Active","[egygo] Number of Users: Active","[evegr] Number of Users: Active","[ferdu] Number of Users: Active","[field] Number of Users: Active","[garwa] Number of Users: Active","[gloib] Number of Users: Active","[grath] Number of Users: Active","[grgsh] Number of Users: Active","[henha] Number of Users: Active","[honbu] Number of Users: Active","[hoowa] Number of Users: Active","[jackd] Number of Users: Active","[lanhach] Number of Users: Active","[lapwi] Number of Users: Active","[legsh] Number of Users: Active","[lesre] Number of Users: Active","[litau] Number of Users: Active","[litst] Number of Users: Active","[mamwa] Number of Users: Active","[meapi] Number of Users: Active","[misth] Number of Users: Active","[moorh] Number of Users: Active","[noror] Number of Users: Active","[ovenb] Number of Users: Active","[pereg] Number of Users: Active","[pibgr] Number of Users: Active","[proubis] Number of Users: Active","[reebu] Number of Users: Active","[relpa] Number of Users: Active","[ribgu] Number of Users: Active","[rolle] Number of Users: Active","[sancr] Number of Users: Active","[sante] Number of Users: Active","[sarwa] Number of Users: Active","[savsp] Number of Users: Active","[shag1] Number of Users: Active","[shttr] Number of Users: Active","[siski] Number of Users: Active","[smew1] Number of Users: Active","[sogsh] Number of Users: Active","[sposa] Number of Users: Active","[swath] Number of Users: Active","[turdo] Number of Users: Active","[velsc] Number of Users: Active","[vertera] Number of Users: Active","[whimb] Number of Users: Active","[whtpl] Number of Users: Active","[whtsp] Number of Users: Active","[ybsbu] Number of Users: Active","[yebbu] Number of Users: Active","[yebsa] Number of Users: Active","[yebwa] Number of Users: Active" -2016-12,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 -2017-01,0,1,0,0,0,1,1,1,1,1,0,1,1,0,0,0,1,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,0,1,1,1,1,1,1,0,1,1,0,0,1,0,0,1,1,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,1 +Month,"[allga] Number of Users: Active","[alpsw] Number of Users: Active","[aytinis] Number of Users: Active","[blhbu] Number of Users: Active","[boowa] Number of Users: Active","[caspl] Number of Users: Active","[categ] Number of Users: Active","[chaff] Number of Users: Active","[coot1] Number of Users: Active","[corsh] Number of Users: Active","[crama] Number of Users: Active","[crane] Number of Users: Active","[dunli] Number of Users: Active","[duswa] Number of Users: Active","[egygo] Number of Users: Active","[evegr] Number of Users: Active","[ferdu] Number of Users: Active","[field] Number of Users: Active","[garwa] Number of Users: Active","[gloib] Number of Users: Active","[grath] Number of Users: Active","[grgsh] Number of Users: Active","[hardu] Number of Users: Active","[henha] Number of Users: Active","[honbu] Number of Users: Active","[hoowa] Number of Users: Active","[jackd] Number of Users: Active","[lanhach] Number of Users: Active","[lapwi] Number of Users: Active","[legsh] Number of Users: Active","[lesre] Number of Users: Active","[litau] Number of Users: Active","[litst] Number of Users: Active","[mamwa] Number of Users: Active","[meapi] Number of Users: Active","[misth] Number of Users: Active","[moorh] Number of Users: Active","[noror] Number of Users: Active","[ovenb] Number of Users: Active","[pereg] Number of Users: Active","[pibgr] Number of Users: Active","[proubis] Number of Users: Active","[reebu] Number of Users: Active","[relpa] Number of Users: Active","[ribgu] Number of Users: Active","[rolle] Number of Users: Active","[sancr] Number of Users: Active","[sante] Number of Users: Active","[sarwa] Number of Users: Active","[savsp] Number of Users: Active","[shag1] Number of Users: Active","[shttr] Number of Users: Active","[siski] Number of Users: Active","[smew1] Number of Users: Active","[sogsh] Number of Users: Active","[sposa] Number of Users: Active","[swath] Number of Users: Active","[turdo] Number of Users: Active","[velsc] Number of Users: Active","[vertera] Number of Users: Active","[whimb] Number of Users: Active","[whtpl] Number of Users: Active","[whtsp] Number of Users: Active","[ybsbu] Number of Users: Active","[yebbu] Number of Users: Active","[yebsa] Number of Users: Active","[yebwa] Number of Users: Active" +2016-12,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +2017-01,0,1,0,0,0,1,1,1,1,1,0,1,1,0,0,0,1,1,1,0,1,0,0,0,1,0,0,1,1,0,1,1,0,0,1,1,1,1,1,1,0,1,1,0,0,1,0,0,1,1,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/timeseries-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/timeseries-Quarter-cd.csv index 9f20d453b9..c11c050494 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/timeseries-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/timeseries-Quarter-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[allga] Number of Users: Active","[alpsw] Number of Users: Active","[aytinis] Number of Users: Active","[blhbu] Number of Users: Active","[boowa] Number of Users: Active","[caspl] Number of Users: Active","[categ] Number of Users: Active","[chaff] Number of Users: Active","[coot1] Number of Users: Active","[corsh] Number of Users: Active","[crama] Number of Users: Active","[crane] Number of Users: Active","[dunli] Number of Users: Active","[duswa] Number of Users: Active","[egygo] Number of Users: Active","[evegr] Number of Users: Active","[ferdu] Number of Users: Active","[field] Number of Users: Active","[garwa] Number of Users: Active","[gloib] Number of Users: Active","[grath] Number of Users: Active","[grgsh] Number of Users: Active","[henha] Number of Users: Active","[honbu] Number of Users: Active","[hoowa] Number of Users: Active","[jackd] Number of Users: Active","[lanhach] Number of Users: Active","[lapwi] Number of Users: Active","[legsh] Number of Users: Active","[lesre] Number of Users: Active","[litau] Number of Users: Active","[litst] Number of Users: Active","[mamwa] Number of Users: Active","[meapi] Number of Users: Active","[misth] Number of Users: Active","[moorh] Number of Users: Active","[noror] Number of Users: Active","[ovenb] Number of Users: Active","[pereg] Number of Users: Active","[pibgr] Number of Users: Active","[proubis] Number of Users: Active","[reebu] Number of Users: Active","[relpa] Number of Users: Active","[ribgu] Number of Users: Active","[rolle] Number of Users: Active","[sancr] Number of Users: Active","[sante] Number of Users: Active","[sarwa] Number of Users: Active","[savsp] Number of Users: Active","[shag1] Number of Users: Active","[shttr] Number of Users: Active","[siski] Number of Users: Active","[smew1] Number of Users: Active","[sogsh] Number of Users: Active","[sposa] Number of Users: Active","[swath] Number of Users: Active","[turdo] Number of Users: Active","[velsc] Number of Users: Active","[vertera] Number of Users: Active","[whimb] Number of Users: Active","[whtpl] Number of Users: Active","[whtsp] Number of Users: Active","[ybsbu] Number of Users: Active","[yebbu] Number of Users: Active","[yebsa] Number of Users: Active","[yebwa] Number of Users: Active" -"2016 Q4",1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 -"2017 Q1",0,1,0,0,0,1,1,1,1,1,0,1,1,0,0,0,1,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,0,1,1,1,1,1,1,0,1,1,0,0,1,0,0,1,1,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,1 +Quarter,"[allga] Number of Users: Active","[alpsw] Number of Users: Active","[aytinis] Number of Users: Active","[blhbu] Number of Users: Active","[boowa] Number of Users: Active","[caspl] Number of Users: Active","[categ] Number of Users: Active","[chaff] Number of Users: Active","[coot1] Number of Users: Active","[corsh] Number of Users: Active","[crama] Number of Users: Active","[crane] Number of Users: Active","[dunli] Number of Users: Active","[duswa] Number of Users: Active","[egygo] Number of Users: Active","[evegr] Number of Users: Active","[ferdu] Number of Users: Active","[field] Number of Users: Active","[garwa] Number of Users: Active","[gloib] Number of Users: Active","[grath] Number of Users: Active","[grgsh] Number of Users: Active","[hardu] Number of Users: Active","[henha] Number of Users: Active","[honbu] Number of Users: Active","[hoowa] Number of Users: Active","[jackd] Number of Users: Active","[lanhach] Number of Users: Active","[lapwi] Number of Users: Active","[legsh] Number of Users: Active","[lesre] Number of Users: Active","[litau] Number of Users: Active","[litst] Number of Users: Active","[mamwa] Number of Users: Active","[meapi] Number of Users: Active","[misth] Number of Users: Active","[moorh] Number of Users: Active","[noror] Number of Users: Active","[ovenb] Number of Users: Active","[pereg] Number of Users: Active","[pibgr] Number of Users: Active","[proubis] Number of Users: Active","[reebu] Number of Users: Active","[relpa] Number of Users: Active","[ribgu] Number of Users: Active","[rolle] Number of Users: Active","[sancr] Number of Users: Active","[sante] Number of Users: Active","[sarwa] Number of Users: Active","[savsp] Number of Users: Active","[shag1] Number of Users: Active","[shttr] Number of Users: Active","[siski] Number of Users: Active","[smew1] Number of Users: Active","[sogsh] Number of Users: Active","[sposa] Number of Users: Active","[swath] Number of Users: Active","[turdo] Number of Users: Active","[velsc] Number of Users: Active","[vertera] Number of Users: Active","[whimb] Number of Users: Active","[whtpl] Number of Users: Active","[whtsp] Number of Users: Active","[ybsbu] Number of Users: Active","[yebbu] Number of Users: Active","[yebsa] Number of Users: Active","[yebwa] Number of Users: Active" +"2016 Q4",1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +"2017 Q1",0,1,0,0,0,1,1,1,1,1,0,1,1,0,0,0,1,1,1,0,1,0,0,0,1,0,0,1,1,0,1,1,0,0,1,1,1,1,1,1,0,1,1,0,0,1,0,0,1,1,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/timeseries-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/timeseries-Quarter-cs.csv index 9f20d453b9..c11c050494 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/timeseries-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/timeseries-Quarter-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[allga] Number of Users: Active","[alpsw] Number of Users: Active","[aytinis] Number of Users: Active","[blhbu] Number of Users: Active","[boowa] Number of Users: Active","[caspl] Number of Users: Active","[categ] Number of Users: Active","[chaff] Number of Users: Active","[coot1] Number of Users: Active","[corsh] Number of Users: Active","[crama] Number of Users: Active","[crane] Number of Users: Active","[dunli] Number of Users: Active","[duswa] Number of Users: Active","[egygo] Number of Users: Active","[evegr] Number of Users: Active","[ferdu] Number of Users: Active","[field] Number of Users: Active","[garwa] Number of Users: Active","[gloib] Number of Users: Active","[grath] Number of Users: Active","[grgsh] Number of Users: Active","[henha] Number of Users: Active","[honbu] Number of Users: Active","[hoowa] Number of Users: Active","[jackd] Number of Users: Active","[lanhach] Number of Users: Active","[lapwi] Number of Users: Active","[legsh] Number of Users: Active","[lesre] Number of Users: Active","[litau] Number of Users: Active","[litst] Number of Users: Active","[mamwa] Number of Users: Active","[meapi] Number of Users: Active","[misth] Number of Users: Active","[moorh] Number of Users: Active","[noror] Number of Users: Active","[ovenb] Number of Users: Active","[pereg] Number of Users: Active","[pibgr] Number of Users: Active","[proubis] Number of Users: Active","[reebu] Number of Users: Active","[relpa] Number of Users: Active","[ribgu] Number of Users: Active","[rolle] Number of Users: Active","[sancr] Number of Users: Active","[sante] Number of Users: Active","[sarwa] Number of Users: Active","[savsp] Number of Users: Active","[shag1] Number of Users: Active","[shttr] Number of Users: Active","[siski] Number of Users: Active","[smew1] Number of Users: Active","[sogsh] Number of Users: Active","[sposa] Number of Users: Active","[swath] Number of Users: Active","[turdo] Number of Users: Active","[velsc] Number of Users: Active","[vertera] Number of Users: Active","[whimb] Number of Users: Active","[whtpl] Number of Users: Active","[whtsp] Number of Users: Active","[ybsbu] Number of Users: Active","[yebbu] Number of Users: Active","[yebsa] Number of Users: Active","[yebwa] Number of Users: Active" -"2016 Q4",1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 -"2017 Q1",0,1,0,0,0,1,1,1,1,1,0,1,1,0,0,0,1,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,0,1,1,1,1,1,1,0,1,1,0,0,1,0,0,1,1,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,1 +Quarter,"[allga] Number of Users: Active","[alpsw] Number of Users: Active","[aytinis] Number of Users: Active","[blhbu] Number of Users: Active","[boowa] Number of Users: Active","[caspl] Number of Users: Active","[categ] Number of Users: Active","[chaff] Number of Users: Active","[coot1] Number of Users: Active","[corsh] Number of Users: Active","[crama] Number of Users: Active","[crane] Number of Users: Active","[dunli] Number of Users: Active","[duswa] Number of Users: Active","[egygo] Number of Users: Active","[evegr] Number of Users: Active","[ferdu] Number of Users: Active","[field] Number of Users: Active","[garwa] Number of Users: Active","[gloib] Number of Users: Active","[grath] Number of Users: Active","[grgsh] Number of Users: Active","[hardu] Number of Users: Active","[henha] Number of Users: Active","[honbu] Number of Users: Active","[hoowa] Number of Users: Active","[jackd] Number of Users: Active","[lanhach] Number of Users: Active","[lapwi] Number of Users: Active","[legsh] Number of Users: Active","[lesre] Number of Users: Active","[litau] Number of Users: Active","[litst] Number of Users: Active","[mamwa] Number of Users: Active","[meapi] Number of Users: Active","[misth] Number of Users: Active","[moorh] Number of Users: Active","[noror] Number of Users: Active","[ovenb] Number of Users: Active","[pereg] Number of Users: Active","[pibgr] Number of Users: Active","[proubis] Number of Users: Active","[reebu] Number of Users: Active","[relpa] Number of Users: Active","[ribgu] Number of Users: Active","[rolle] Number of Users: Active","[sancr] Number of Users: Active","[sante] Number of Users: Active","[sarwa] Number of Users: Active","[savsp] Number of Users: Active","[shag1] Number of Users: Active","[shttr] Number of Users: Active","[siski] Number of Users: Active","[smew1] Number of Users: Active","[sogsh] Number of Users: Active","[sposa] Number of Users: Active","[swath] Number of Users: Active","[turdo] Number of Users: Active","[velsc] Number of Users: Active","[vertera] Number of Users: Active","[whimb] Number of Users: Active","[whtpl] Number of Users: Active","[whtsp] Number of Users: Active","[ybsbu] Number of Users: Active","[yebbu] Number of Users: Active","[yebsa] Number of Users: Active","[yebwa] Number of Users: Active" +"2016 Q4",1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +"2017 Q1",0,1,0,0,0,1,1,1,1,1,0,1,1,0,0,0,1,1,1,0,1,0,0,0,1,0,0,1,1,0,1,1,0,0,1,1,1,1,1,1,0,1,1,0,0,1,0,0,1,1,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/timeseries-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/timeseries-Year-cd.csv index 65decacfd7..fcde17b68b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/timeseries-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/timeseries-Year-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[allga] Number of Users: Active","[alpsw] Number of Users: Active","[aytinis] Number of Users: Active","[blhbu] Number of Users: Active","[boowa] Number of Users: Active","[caspl] Number of Users: Active","[categ] Number of Users: Active","[chaff] Number of Users: Active","[coot1] Number of Users: Active","[corsh] Number of Users: Active","[crama] Number of Users: Active","[crane] Number of Users: Active","[dunli] Number of Users: Active","[duswa] Number of Users: Active","[egygo] Number of Users: Active","[evegr] Number of Users: Active","[ferdu] Number of Users: Active","[field] Number of Users: Active","[garwa] Number of Users: Active","[gloib] Number of Users: Active","[grath] Number of Users: Active","[grgsh] Number of Users: Active","[henha] Number of Users: Active","[honbu] Number of Users: Active","[hoowa] Number of Users: Active","[jackd] Number of Users: Active","[lanhach] Number of Users: Active","[lapwi] Number of Users: Active","[legsh] Number of Users: Active","[lesre] Number of Users: Active","[litau] Number of Users: Active","[litst] Number of Users: Active","[mamwa] Number of Users: Active","[meapi] Number of Users: Active","[misth] Number of Users: Active","[moorh] Number of Users: Active","[noror] Number of Users: Active","[ovenb] Number of Users: Active","[pereg] Number of Users: Active","[pibgr] Number of Users: Active","[proubis] Number of Users: Active","[reebu] Number of Users: Active","[relpa] Number of Users: Active","[ribgu] Number of Users: Active","[rolle] Number of Users: Active","[sancr] Number of Users: Active","[sante] Number of Users: Active","[sarwa] Number of Users: Active","[savsp] Number of Users: Active","[shag1] Number of Users: Active","[shttr] Number of Users: Active","[siski] Number of Users: Active","[smew1] Number of Users: Active","[sogsh] Number of Users: Active","[sposa] Number of Users: Active","[swath] Number of Users: Active","[turdo] Number of Users: Active","[velsc] Number of Users: Active","[vertera] Number of Users: Active","[whimb] Number of Users: Active","[whtpl] Number of Users: Active","[whtsp] Number of Users: Active","[ybsbu] Number of Users: Active","[yebbu] Number of Users: Active","[yebsa] Number of Users: Active","[yebwa] Number of Users: Active" -2016,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 -2017,0,1,0,0,0,1,1,1,1,1,0,1,1,0,0,0,1,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,0,1,1,1,1,1,1,0,1,1,0,0,1,0,0,1,1,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,1 +Year,"[allga] Number of Users: Active","[alpsw] Number of Users: Active","[aytinis] Number of Users: Active","[blhbu] Number of Users: Active","[boowa] Number of Users: Active","[caspl] Number of Users: Active","[categ] Number of Users: Active","[chaff] Number of Users: Active","[coot1] Number of Users: Active","[corsh] Number of Users: Active","[crama] Number of Users: Active","[crane] Number of Users: Active","[dunli] Number of Users: Active","[duswa] Number of Users: Active","[egygo] Number of Users: Active","[evegr] Number of Users: Active","[ferdu] Number of Users: Active","[field] Number of Users: Active","[garwa] Number of Users: Active","[gloib] Number of Users: Active","[grath] Number of Users: Active","[grgsh] Number of Users: Active","[hardu] Number of Users: Active","[henha] Number of Users: Active","[honbu] Number of Users: Active","[hoowa] Number of Users: Active","[jackd] Number of Users: Active","[lanhach] Number of Users: Active","[lapwi] Number of Users: Active","[legsh] Number of Users: Active","[lesre] Number of Users: Active","[litau] Number of Users: Active","[litst] Number of Users: Active","[mamwa] Number of Users: Active","[meapi] Number of Users: Active","[misth] Number of Users: Active","[moorh] Number of Users: Active","[noror] Number of Users: Active","[ovenb] Number of Users: Active","[pereg] Number of Users: Active","[pibgr] Number of Users: Active","[proubis] Number of Users: Active","[reebu] Number of Users: Active","[relpa] Number of Users: Active","[ribgu] Number of Users: Active","[rolle] Number of Users: Active","[sancr] Number of Users: Active","[sante] Number of Users: Active","[sarwa] Number of Users: Active","[savsp] Number of Users: Active","[shag1] Number of Users: Active","[shttr] Number of Users: Active","[siski] Number of Users: Active","[smew1] Number of Users: Active","[sogsh] Number of Users: Active","[sposa] Number of Users: Active","[swath] Number of Users: Active","[turdo] Number of Users: Active","[velsc] Number of Users: Active","[vertera] Number of Users: Active","[whimb] Number of Users: Active","[whtpl] Number of Users: Active","[whtsp] Number of Users: Active","[ybsbu] Number of Users: Active","[yebbu] Number of Users: Active","[yebsa] Number of Users: Active","[yebwa] Number of Users: Active" +2016,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +2017,0,1,0,0,0,1,1,1,1,1,0,1,1,0,0,0,1,1,1,0,1,0,0,0,1,0,0,1,1,0,1,1,0,0,1,1,1,1,1,1,0,1,1,0,0,1,0,0,1,1,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/timeseries-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/timeseries-Year-cs.csv index 65decacfd7..fcde17b68b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/timeseries-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_person_count/timeseries-Year-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[allga] Number of Users: Active","[alpsw] Number of Users: Active","[aytinis] Number of Users: Active","[blhbu] Number of Users: Active","[boowa] Number of Users: Active","[caspl] Number of Users: Active","[categ] Number of Users: Active","[chaff] Number of Users: Active","[coot1] Number of Users: Active","[corsh] Number of Users: Active","[crama] Number of Users: Active","[crane] Number of Users: Active","[dunli] Number of Users: Active","[duswa] Number of Users: Active","[egygo] Number of Users: Active","[evegr] Number of Users: Active","[ferdu] Number of Users: Active","[field] Number of Users: Active","[garwa] Number of Users: Active","[gloib] Number of Users: Active","[grath] Number of Users: Active","[grgsh] Number of Users: Active","[henha] Number of Users: Active","[honbu] Number of Users: Active","[hoowa] Number of Users: Active","[jackd] Number of Users: Active","[lanhach] Number of Users: Active","[lapwi] Number of Users: Active","[legsh] Number of Users: Active","[lesre] Number of Users: Active","[litau] Number of Users: Active","[litst] Number of Users: Active","[mamwa] Number of Users: Active","[meapi] Number of Users: Active","[misth] Number of Users: Active","[moorh] Number of Users: Active","[noror] Number of Users: Active","[ovenb] Number of Users: Active","[pereg] Number of Users: Active","[pibgr] Number of Users: Active","[proubis] Number of Users: Active","[reebu] Number of Users: Active","[relpa] Number of Users: Active","[ribgu] Number of Users: Active","[rolle] Number of Users: Active","[sancr] Number of Users: Active","[sante] Number of Users: Active","[sarwa] Number of Users: Active","[savsp] Number of Users: Active","[shag1] Number of Users: Active","[shttr] Number of Users: Active","[siski] Number of Users: Active","[smew1] Number of Users: Active","[sogsh] Number of Users: Active","[sposa] Number of Users: Active","[swath] Number of Users: Active","[turdo] Number of Users: Active","[velsc] Number of Users: Active","[vertera] Number of Users: Active","[whimb] Number of Users: Active","[whtpl] Number of Users: Active","[whtsp] Number of Users: Active","[ybsbu] Number of Users: Active","[yebbu] Number of Users: Active","[yebsa] Number of Users: Active","[yebwa] Number of Users: Active" -2016,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 -2017,0,1,0,0,0,1,1,1,1,1,0,1,1,0,0,0,1,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,0,1,1,1,1,1,1,0,1,1,0,0,1,0,0,1,1,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,1 +Year,"[allga] Number of Users: Active","[alpsw] Number of Users: Active","[aytinis] Number of Users: Active","[blhbu] Number of Users: Active","[boowa] Number of Users: Active","[caspl] Number of Users: Active","[categ] Number of Users: Active","[chaff] Number of Users: Active","[coot1] Number of Users: Active","[corsh] Number of Users: Active","[crama] Number of Users: Active","[crane] Number of Users: Active","[dunli] Number of Users: Active","[duswa] Number of Users: Active","[egygo] Number of Users: Active","[evegr] Number of Users: Active","[ferdu] Number of Users: Active","[field] Number of Users: Active","[garwa] Number of Users: Active","[gloib] Number of Users: Active","[grath] Number of Users: Active","[grgsh] Number of Users: Active","[hardu] Number of Users: Active","[henha] Number of Users: Active","[honbu] Number of Users: Active","[hoowa] Number of Users: Active","[jackd] Number of Users: Active","[lanhach] Number of Users: Active","[lapwi] Number of Users: Active","[legsh] Number of Users: Active","[lesre] Number of Users: Active","[litau] Number of Users: Active","[litst] Number of Users: Active","[mamwa] Number of Users: Active","[meapi] Number of Users: Active","[misth] Number of Users: Active","[moorh] Number of Users: Active","[noror] Number of Users: Active","[ovenb] Number of Users: Active","[pereg] Number of Users: Active","[pibgr] Number of Users: Active","[proubis] Number of Users: Active","[reebu] Number of Users: Active","[relpa] Number of Users: Active","[ribgu] Number of Users: Active","[rolle] Number of Users: Active","[sancr] Number of Users: Active","[sante] Number of Users: Active","[sarwa] Number of Users: Active","[savsp] Number of Users: Active","[shag1] Number of Users: Active","[shttr] Number of Users: Active","[siski] Number of Users: Active","[smew1] Number of Users: Active","[sogsh] Number of Users: Active","[sposa] Number of Users: Active","[swath] Number of Users: Active","[turdo] Number of Users: Active","[velsc] Number of Users: Active","[vertera] Number of Users: Active","[whimb] Number of Users: Active","[whtpl] Number of Users: Active","[whtsp] Number of Users: Active","[ybsbu] Number of Users: Active","[yebbu] Number of Users: Active","[yebsa] Number of Users: Active","[yebwa] Number of Users: Active" +2016,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +2017,0,1,0,0,0,1,1,1,1,1,0,1,1,0,0,0,1,1,1,0,1,0,0,0,1,0,0,1,1,0,1,1,0,0,1,1,1,1,1,1,0,1,1,0,0,1,0,0,1,1,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/aggregate-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/aggregate-Day-cd.csv index 5532f4f8e4..57bf0df334 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/aggregate-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/aggregate-Day-cd.csv @@ -28,6 +28,7 @@ garwa,1 gloib,1 grath,1 grgsh,1 +hardu,1 henha,1 honbu,1 hoowa,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/aggregate-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/aggregate-Day-cs.csv index 5532f4f8e4..57bf0df334 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/aggregate-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/aggregate-Day-cs.csv @@ -28,6 +28,7 @@ garwa,1 gloib,1 grath,1 grgsh,1 +hardu,1 henha,1 honbu,1 hoowa,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/aggregate-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/aggregate-Month-cd.csv index 5532f4f8e4..57bf0df334 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/aggregate-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/aggregate-Month-cd.csv @@ -28,6 +28,7 @@ garwa,1 gloib,1 grath,1 grgsh,1 +hardu,1 henha,1 honbu,1 hoowa,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/aggregate-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/aggregate-Month-cs.csv index 5532f4f8e4..57bf0df334 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/aggregate-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/aggregate-Month-cs.csv @@ -28,6 +28,7 @@ garwa,1 gloib,1 grath,1 grgsh,1 +hardu,1 henha,1 honbu,1 hoowa,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/aggregate-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/aggregate-Quarter-cd.csv index 5532f4f8e4..57bf0df334 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/aggregate-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/aggregate-Quarter-cd.csv @@ -28,6 +28,7 @@ garwa,1 gloib,1 grath,1 grgsh,1 +hardu,1 henha,1 honbu,1 hoowa,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/aggregate-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/aggregate-Quarter-cs.csv index 5532f4f8e4..57bf0df334 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/aggregate-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/aggregate-Quarter-cs.csv @@ -28,6 +28,7 @@ garwa,1 gloib,1 grath,1 grgsh,1 +hardu,1 henha,1 honbu,1 hoowa,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/aggregate-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/aggregate-Year-cd.csv index 5532f4f8e4..57bf0df334 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/aggregate-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/aggregate-Year-cd.csv @@ -28,6 +28,7 @@ garwa,1 gloib,1 grath,1 grgsh,1 +hardu,1 henha,1 honbu,1 hoowa,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/aggregate-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/aggregate-Year-cs.csv index 5532f4f8e4..57bf0df334 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/aggregate-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/aggregate-Year-cs.csv @@ -28,6 +28,7 @@ garwa,1 gloib,1 grath,1 grgsh,1 +hardu,1 henha,1 honbu,1 hoowa,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/timeseries-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/timeseries-Day-cd.csv index 7872b0f233..145f5d63fb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/timeseries-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/timeseries-Day-cd.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[allga] Number of PIs: Active","[alpsw] Number of PIs: Active","[aytinis] Number of PIs: Active","[blhbu] Number of PIs: Active","[boowa] Number of PIs: Active","[caspl] Number of PIs: Active","[categ] Number of PIs: Active","[chaff] Number of PIs: Active","[coot1] Number of PIs: Active","[corsh] Number of PIs: Active","[crama] Number of PIs: Active","[crane] Number of PIs: Active","[dunli] Number of PIs: Active","[duswa] Number of PIs: Active","[egygo] Number of PIs: Active","[evegr] Number of PIs: Active","[ferdu] Number of PIs: Active","[field] Number of PIs: Active","[garwa] Number of PIs: Active","[gloib] Number of PIs: Active","[grath] Number of PIs: Active","[grgsh] Number of PIs: Active","[henha] Number of PIs: Active","[honbu] Number of PIs: Active","[hoowa] Number of PIs: Active","[jackd] Number of PIs: Active","[lanhach] Number of PIs: Active","[lapwi] Number of PIs: Active","[legsh] Number of PIs: Active","[lesre] Number of PIs: Active","[litau] Number of PIs: Active","[litst] Number of PIs: Active","[mamwa] Number of PIs: Active","[meapi] Number of PIs: Active","[misth] Number of PIs: Active","[moorh] Number of PIs: Active","[noror] Number of PIs: Active","[ovenb] Number of PIs: Active","[pereg] Number of PIs: Active","[pibgr] Number of PIs: Active","[proubis] Number of PIs: Active","[reebu] Number of PIs: Active","[relpa] Number of PIs: Active","[ribgu] Number of PIs: Active","[rolle] Number of PIs: Active","[sancr] Number of PIs: Active","[sante] Number of PIs: Active","[sarwa] Number of PIs: Active","[savsp] Number of PIs: Active","[shag1] Number of PIs: Active","[shttr] Number of PIs: Active","[siski] Number of PIs: Active","[smew1] Number of PIs: Active","[sogsh] Number of PIs: Active","[sposa] Number of PIs: Active","[swath] Number of PIs: Active","[turdo] Number of PIs: Active","[velsc] Number of PIs: Active","[vertera] Number of PIs: Active","[whimb] Number of PIs: Active","[whtpl] Number of PIs: Active","[whtsp] Number of PIs: Active","[ybsbu] Number of PIs: Active","[yebbu] Number of PIs: Active","[yebsa] Number of PIs: Active","[yebwa] Number of PIs: Active" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 -2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 -2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 -2016-12-27,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,1,1,0,0,0,1,0,0,0,1,1,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,1,0,0,0 -2016-12-28,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,1,0,0,1,0,0,0,0,1,1,1,1,1,1,0,0,0,1,0,0,0,1,1,1,0,1,1,1,0,0,0,0,1,1,0,0,1,0,1,0,0,0 -2016-12-29,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,1,1,0,1,1,1,0,1,1,1,0,1,1,0,1,1,0,1,1,1,1,1,1,1,1,0,1,0,0,0,1,1,1,0,1,1,1,1,0,1,1,1,1,0,0,1,0,1,1,1,1 -2016-12-30,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1 -2016-12-31,0,1,1,1,1,1,1,1,1,1,0,1,1,1,1,0,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,0,1,1,0,1,1,1,0,1,1,1,1,1,1,1,1,1,1,0,1,1,0,1,1,1,1,0 -2017-01-01,0,1,0,0,0,1,1,1,1,1,0,1,1,0,0,0,1,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,0,1,1,1,1,1,1,0,1,1,0,0,1,0,0,1,1,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,1 +Day,"[allga] Number of PIs: Active","[alpsw] Number of PIs: Active","[aytinis] Number of PIs: Active","[blhbu] Number of PIs: Active","[boowa] Number of PIs: Active","[caspl] Number of PIs: Active","[categ] Number of PIs: Active","[chaff] Number of PIs: Active","[coot1] Number of PIs: Active","[corsh] Number of PIs: Active","[crama] Number of PIs: Active","[crane] Number of PIs: Active","[dunli] Number of PIs: Active","[duswa] Number of PIs: Active","[egygo] Number of PIs: Active","[evegr] Number of PIs: Active","[ferdu] Number of PIs: Active","[field] Number of PIs: Active","[garwa] Number of PIs: Active","[gloib] Number of PIs: Active","[grath] Number of PIs: Active","[grgsh] Number of PIs: Active","[hardu] Number of PIs: Active","[henha] Number of PIs: Active","[honbu] Number of PIs: Active","[hoowa] Number of PIs: Active","[jackd] Number of PIs: Active","[lanhach] Number of PIs: Active","[lapwi] Number of PIs: Active","[legsh] Number of PIs: Active","[lesre] Number of PIs: Active","[litau] Number of PIs: Active","[litst] Number of PIs: Active","[mamwa] Number of PIs: Active","[meapi] Number of PIs: Active","[misth] Number of PIs: Active","[moorh] Number of PIs: Active","[noror] Number of PIs: Active","[ovenb] Number of PIs: Active","[pereg] Number of PIs: Active","[pibgr] Number of PIs: Active","[proubis] Number of PIs: Active","[reebu] Number of PIs: Active","[relpa] Number of PIs: Active","[ribgu] Number of PIs: Active","[rolle] Number of PIs: Active","[sancr] Number of PIs: Active","[sante] Number of PIs: Active","[sarwa] Number of PIs: Active","[savsp] Number of PIs: Active","[shag1] Number of PIs: Active","[shttr] Number of PIs: Active","[siski] Number of PIs: Active","[smew1] Number of PIs: Active","[sogsh] Number of PIs: Active","[sposa] Number of PIs: Active","[swath] Number of PIs: Active","[turdo] Number of PIs: Active","[velsc] Number of PIs: Active","[vertera] Number of PIs: Active","[whimb] Number of PIs: Active","[whtpl] Number of PIs: Active","[whtsp] Number of PIs: Active","[ybsbu] Number of PIs: Active","[yebbu] Number of PIs: Active","[yebsa] Number of PIs: Active","[yebwa] Number of PIs: Active" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 +2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 +2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 +2016-12-27,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,1,1,0,0,0,1,0,0,0,1,1,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,1,0,0,0 +2016-12-28,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,1,0,0,1,0,0,0,0,1,1,1,1,1,1,0,0,0,1,0,0,0,1,1,1,0,1,1,1,0,0,0,0,1,1,0,0,1,0,1,0,0,0 +2016-12-29,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,1,1,0,1,1,1,0,0,1,1,1,0,1,1,0,1,1,0,1,1,1,1,1,1,1,1,0,1,0,0,0,1,1,1,0,1,1,1,1,0,1,1,1,1,0,0,1,0,1,1,1,1 +2016-12-30,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1 +2016-12-31,0,1,1,1,1,1,1,1,1,1,0,1,1,1,1,0,1,1,1,0,1,1,0,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,0,1,1,0,1,1,1,0,1,1,1,1,1,1,1,1,1,1,0,1,1,0,1,1,1,1,0 +2017-01-01,0,1,0,0,0,1,1,1,1,1,0,1,1,0,0,0,1,1,1,0,1,0,0,0,1,0,0,1,1,0,1,1,0,0,1,1,1,1,1,1,0,1,1,0,0,1,0,0,1,1,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/timeseries-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/timeseries-Day-cs.csv index 7872b0f233..145f5d63fb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/timeseries-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/timeseries-Day-cs.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[allga] Number of PIs: Active","[alpsw] Number of PIs: Active","[aytinis] Number of PIs: Active","[blhbu] Number of PIs: Active","[boowa] Number of PIs: Active","[caspl] Number of PIs: Active","[categ] Number of PIs: Active","[chaff] Number of PIs: Active","[coot1] Number of PIs: Active","[corsh] Number of PIs: Active","[crama] Number of PIs: Active","[crane] Number of PIs: Active","[dunli] Number of PIs: Active","[duswa] Number of PIs: Active","[egygo] Number of PIs: Active","[evegr] Number of PIs: Active","[ferdu] Number of PIs: Active","[field] Number of PIs: Active","[garwa] Number of PIs: Active","[gloib] Number of PIs: Active","[grath] Number of PIs: Active","[grgsh] Number of PIs: Active","[henha] Number of PIs: Active","[honbu] Number of PIs: Active","[hoowa] Number of PIs: Active","[jackd] Number of PIs: Active","[lanhach] Number of PIs: Active","[lapwi] Number of PIs: Active","[legsh] Number of PIs: Active","[lesre] Number of PIs: Active","[litau] Number of PIs: Active","[litst] Number of PIs: Active","[mamwa] Number of PIs: Active","[meapi] Number of PIs: Active","[misth] Number of PIs: Active","[moorh] Number of PIs: Active","[noror] Number of PIs: Active","[ovenb] Number of PIs: Active","[pereg] Number of PIs: Active","[pibgr] Number of PIs: Active","[proubis] Number of PIs: Active","[reebu] Number of PIs: Active","[relpa] Number of PIs: Active","[ribgu] Number of PIs: Active","[rolle] Number of PIs: Active","[sancr] Number of PIs: Active","[sante] Number of PIs: Active","[sarwa] Number of PIs: Active","[savsp] Number of PIs: Active","[shag1] Number of PIs: Active","[shttr] Number of PIs: Active","[siski] Number of PIs: Active","[smew1] Number of PIs: Active","[sogsh] Number of PIs: Active","[sposa] Number of PIs: Active","[swath] Number of PIs: Active","[turdo] Number of PIs: Active","[velsc] Number of PIs: Active","[vertera] Number of PIs: Active","[whimb] Number of PIs: Active","[whtpl] Number of PIs: Active","[whtsp] Number of PIs: Active","[ybsbu] Number of PIs: Active","[yebbu] Number of PIs: Active","[yebsa] Number of PIs: Active","[yebwa] Number of PIs: Active" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 -2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 -2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 -2016-12-27,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,1,1,0,0,0,1,0,0,0,1,1,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,1,0,0,0 -2016-12-28,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,1,0,0,1,0,0,0,0,1,1,1,1,1,1,0,0,0,1,0,0,0,1,1,1,0,1,1,1,0,0,0,0,1,1,0,0,1,0,1,0,0,0 -2016-12-29,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,1,1,0,1,1,1,0,1,1,1,0,1,1,0,1,1,0,1,1,1,1,1,1,1,1,0,1,0,0,0,1,1,1,0,1,1,1,1,0,1,1,1,1,0,0,1,0,1,1,1,1 -2016-12-30,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1 -2016-12-31,0,1,1,1,1,1,1,1,1,1,0,1,1,1,1,0,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,0,1,1,0,1,1,1,0,1,1,1,1,1,1,1,1,1,1,0,1,1,0,1,1,1,1,0 -2017-01-01,0,1,0,0,0,1,1,1,1,1,0,1,1,0,0,0,1,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,0,1,1,1,1,1,1,0,1,1,0,0,1,0,0,1,1,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,1 +Day,"[allga] Number of PIs: Active","[alpsw] Number of PIs: Active","[aytinis] Number of PIs: Active","[blhbu] Number of PIs: Active","[boowa] Number of PIs: Active","[caspl] Number of PIs: Active","[categ] Number of PIs: Active","[chaff] Number of PIs: Active","[coot1] Number of PIs: Active","[corsh] Number of PIs: Active","[crama] Number of PIs: Active","[crane] Number of PIs: Active","[dunli] Number of PIs: Active","[duswa] Number of PIs: Active","[egygo] Number of PIs: Active","[evegr] Number of PIs: Active","[ferdu] Number of PIs: Active","[field] Number of PIs: Active","[garwa] Number of PIs: Active","[gloib] Number of PIs: Active","[grath] Number of PIs: Active","[grgsh] Number of PIs: Active","[hardu] Number of PIs: Active","[henha] Number of PIs: Active","[honbu] Number of PIs: Active","[hoowa] Number of PIs: Active","[jackd] Number of PIs: Active","[lanhach] Number of PIs: Active","[lapwi] Number of PIs: Active","[legsh] Number of PIs: Active","[lesre] Number of PIs: Active","[litau] Number of PIs: Active","[litst] Number of PIs: Active","[mamwa] Number of PIs: Active","[meapi] Number of PIs: Active","[misth] Number of PIs: Active","[moorh] Number of PIs: Active","[noror] Number of PIs: Active","[ovenb] Number of PIs: Active","[pereg] Number of PIs: Active","[pibgr] Number of PIs: Active","[proubis] Number of PIs: Active","[reebu] Number of PIs: Active","[relpa] Number of PIs: Active","[ribgu] Number of PIs: Active","[rolle] Number of PIs: Active","[sancr] Number of PIs: Active","[sante] Number of PIs: Active","[sarwa] Number of PIs: Active","[savsp] Number of PIs: Active","[shag1] Number of PIs: Active","[shttr] Number of PIs: Active","[siski] Number of PIs: Active","[smew1] Number of PIs: Active","[sogsh] Number of PIs: Active","[sposa] Number of PIs: Active","[swath] Number of PIs: Active","[turdo] Number of PIs: Active","[velsc] Number of PIs: Active","[vertera] Number of PIs: Active","[whimb] Number of PIs: Active","[whtpl] Number of PIs: Active","[whtsp] Number of PIs: Active","[ybsbu] Number of PIs: Active","[yebbu] Number of PIs: Active","[yebsa] Number of PIs: Active","[yebwa] Number of PIs: Active" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 +2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 +2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0 +2016-12-27,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,1,1,0,0,0,1,0,0,0,1,1,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,1,0,0,0 +2016-12-28,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,1,0,0,1,0,0,0,0,1,1,1,1,1,1,0,0,0,1,0,0,0,1,1,1,0,1,1,1,0,0,0,0,1,1,0,0,1,0,1,0,0,0 +2016-12-29,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,1,1,0,1,1,1,0,0,1,1,1,0,1,1,0,1,1,0,1,1,1,1,1,1,1,1,0,1,0,0,0,1,1,1,0,1,1,1,1,0,1,1,1,1,0,0,1,0,1,1,1,1 +2016-12-30,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1 +2016-12-31,0,1,1,1,1,1,1,1,1,1,0,1,1,1,1,0,1,1,1,0,1,1,0,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,0,1,1,0,1,1,1,0,1,1,1,1,1,1,1,1,1,1,0,1,1,0,1,1,1,1,0 +2017-01-01,0,1,0,0,0,1,1,1,1,1,0,1,1,0,0,0,1,1,1,0,1,0,0,0,1,0,0,1,1,0,1,1,0,0,1,1,1,1,1,1,0,1,1,0,0,1,0,0,1,1,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/timeseries-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/timeseries-Month-cd.csv index 04b95cfe7d..5ecca8c291 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/timeseries-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/timeseries-Month-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[allga] Number of PIs: Active","[alpsw] Number of PIs: Active","[aytinis] Number of PIs: Active","[blhbu] Number of PIs: Active","[boowa] Number of PIs: Active","[caspl] Number of PIs: Active","[categ] Number of PIs: Active","[chaff] Number of PIs: Active","[coot1] Number of PIs: Active","[corsh] Number of PIs: Active","[crama] Number of PIs: Active","[crane] Number of PIs: Active","[dunli] Number of PIs: Active","[duswa] Number of PIs: Active","[egygo] Number of PIs: Active","[evegr] Number of PIs: Active","[ferdu] Number of PIs: Active","[field] Number of PIs: Active","[garwa] Number of PIs: Active","[gloib] Number of PIs: Active","[grath] Number of PIs: Active","[grgsh] Number of PIs: Active","[henha] Number of PIs: Active","[honbu] Number of PIs: Active","[hoowa] Number of PIs: Active","[jackd] Number of PIs: Active","[lanhach] Number of PIs: Active","[lapwi] Number of PIs: Active","[legsh] Number of PIs: Active","[lesre] Number of PIs: Active","[litau] Number of PIs: Active","[litst] Number of PIs: Active","[mamwa] Number of PIs: Active","[meapi] Number of PIs: Active","[misth] Number of PIs: Active","[moorh] Number of PIs: Active","[noror] Number of PIs: Active","[ovenb] Number of PIs: Active","[pereg] Number of PIs: Active","[pibgr] Number of PIs: Active","[proubis] Number of PIs: Active","[reebu] Number of PIs: Active","[relpa] Number of PIs: Active","[ribgu] Number of PIs: Active","[rolle] Number of PIs: Active","[sancr] Number of PIs: Active","[sante] Number of PIs: Active","[sarwa] Number of PIs: Active","[savsp] Number of PIs: Active","[shag1] Number of PIs: Active","[shttr] Number of PIs: Active","[siski] Number of PIs: Active","[smew1] Number of PIs: Active","[sogsh] Number of PIs: Active","[sposa] Number of PIs: Active","[swath] Number of PIs: Active","[turdo] Number of PIs: Active","[velsc] Number of PIs: Active","[vertera] Number of PIs: Active","[whimb] Number of PIs: Active","[whtpl] Number of PIs: Active","[whtsp] Number of PIs: Active","[ybsbu] Number of PIs: Active","[yebbu] Number of PIs: Active","[yebsa] Number of PIs: Active","[yebwa] Number of PIs: Active" -2016-12,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 -2017-01,0,1,0,0,0,1,1,1,1,1,0,1,1,0,0,0,1,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,0,1,1,1,1,1,1,0,1,1,0,0,1,0,0,1,1,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,1 +Month,"[allga] Number of PIs: Active","[alpsw] Number of PIs: Active","[aytinis] Number of PIs: Active","[blhbu] Number of PIs: Active","[boowa] Number of PIs: Active","[caspl] Number of PIs: Active","[categ] Number of PIs: Active","[chaff] Number of PIs: Active","[coot1] Number of PIs: Active","[corsh] Number of PIs: Active","[crama] Number of PIs: Active","[crane] Number of PIs: Active","[dunli] Number of PIs: Active","[duswa] Number of PIs: Active","[egygo] Number of PIs: Active","[evegr] Number of PIs: Active","[ferdu] Number of PIs: Active","[field] Number of PIs: Active","[garwa] Number of PIs: Active","[gloib] Number of PIs: Active","[grath] Number of PIs: Active","[grgsh] Number of PIs: Active","[hardu] Number of PIs: Active","[henha] Number of PIs: Active","[honbu] Number of PIs: Active","[hoowa] Number of PIs: Active","[jackd] Number of PIs: Active","[lanhach] Number of PIs: Active","[lapwi] Number of PIs: Active","[legsh] Number of PIs: Active","[lesre] Number of PIs: Active","[litau] Number of PIs: Active","[litst] Number of PIs: Active","[mamwa] Number of PIs: Active","[meapi] Number of PIs: Active","[misth] Number of PIs: Active","[moorh] Number of PIs: Active","[noror] Number of PIs: Active","[ovenb] Number of PIs: Active","[pereg] Number of PIs: Active","[pibgr] Number of PIs: Active","[proubis] Number of PIs: Active","[reebu] Number of PIs: Active","[relpa] Number of PIs: Active","[ribgu] Number of PIs: Active","[rolle] Number of PIs: Active","[sancr] Number of PIs: Active","[sante] Number of PIs: Active","[sarwa] Number of PIs: Active","[savsp] Number of PIs: Active","[shag1] Number of PIs: Active","[shttr] Number of PIs: Active","[siski] Number of PIs: Active","[smew1] Number of PIs: Active","[sogsh] Number of PIs: Active","[sposa] Number of PIs: Active","[swath] Number of PIs: Active","[turdo] Number of PIs: Active","[velsc] Number of PIs: Active","[vertera] Number of PIs: Active","[whimb] Number of PIs: Active","[whtpl] Number of PIs: Active","[whtsp] Number of PIs: Active","[ybsbu] Number of PIs: Active","[yebbu] Number of PIs: Active","[yebsa] Number of PIs: Active","[yebwa] Number of PIs: Active" +2016-12,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +2017-01,0,1,0,0,0,1,1,1,1,1,0,1,1,0,0,0,1,1,1,0,1,0,0,0,1,0,0,1,1,0,1,1,0,0,1,1,1,1,1,1,0,1,1,0,0,1,0,0,1,1,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/timeseries-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/timeseries-Month-cs.csv index 04b95cfe7d..5ecca8c291 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/timeseries-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/timeseries-Month-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[allga] Number of PIs: Active","[alpsw] Number of PIs: Active","[aytinis] Number of PIs: Active","[blhbu] Number of PIs: Active","[boowa] Number of PIs: Active","[caspl] Number of PIs: Active","[categ] Number of PIs: Active","[chaff] Number of PIs: Active","[coot1] Number of PIs: Active","[corsh] Number of PIs: Active","[crama] Number of PIs: Active","[crane] Number of PIs: Active","[dunli] Number of PIs: Active","[duswa] Number of PIs: Active","[egygo] Number of PIs: Active","[evegr] Number of PIs: Active","[ferdu] Number of PIs: Active","[field] Number of PIs: Active","[garwa] Number of PIs: Active","[gloib] Number of PIs: Active","[grath] Number of PIs: Active","[grgsh] Number of PIs: Active","[henha] Number of PIs: Active","[honbu] Number of PIs: Active","[hoowa] Number of PIs: Active","[jackd] Number of PIs: Active","[lanhach] Number of PIs: Active","[lapwi] Number of PIs: Active","[legsh] Number of PIs: Active","[lesre] Number of PIs: Active","[litau] Number of PIs: Active","[litst] Number of PIs: Active","[mamwa] Number of PIs: Active","[meapi] Number of PIs: Active","[misth] Number of PIs: Active","[moorh] Number of PIs: Active","[noror] Number of PIs: Active","[ovenb] Number of PIs: Active","[pereg] Number of PIs: Active","[pibgr] Number of PIs: Active","[proubis] Number of PIs: Active","[reebu] Number of PIs: Active","[relpa] Number of PIs: Active","[ribgu] Number of PIs: Active","[rolle] Number of PIs: Active","[sancr] Number of PIs: Active","[sante] Number of PIs: Active","[sarwa] Number of PIs: Active","[savsp] Number of PIs: Active","[shag1] Number of PIs: Active","[shttr] Number of PIs: Active","[siski] Number of PIs: Active","[smew1] Number of PIs: Active","[sogsh] Number of PIs: Active","[sposa] Number of PIs: Active","[swath] Number of PIs: Active","[turdo] Number of PIs: Active","[velsc] Number of PIs: Active","[vertera] Number of PIs: Active","[whimb] Number of PIs: Active","[whtpl] Number of PIs: Active","[whtsp] Number of PIs: Active","[ybsbu] Number of PIs: Active","[yebbu] Number of PIs: Active","[yebsa] Number of PIs: Active","[yebwa] Number of PIs: Active" -2016-12,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 -2017-01,0,1,0,0,0,1,1,1,1,1,0,1,1,0,0,0,1,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,0,1,1,1,1,1,1,0,1,1,0,0,1,0,0,1,1,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,1 +Month,"[allga] Number of PIs: Active","[alpsw] Number of PIs: Active","[aytinis] Number of PIs: Active","[blhbu] Number of PIs: Active","[boowa] Number of PIs: Active","[caspl] Number of PIs: Active","[categ] Number of PIs: Active","[chaff] Number of PIs: Active","[coot1] Number of PIs: Active","[corsh] Number of PIs: Active","[crama] Number of PIs: Active","[crane] Number of PIs: Active","[dunli] Number of PIs: Active","[duswa] Number of PIs: Active","[egygo] Number of PIs: Active","[evegr] Number of PIs: Active","[ferdu] Number of PIs: Active","[field] Number of PIs: Active","[garwa] Number of PIs: Active","[gloib] Number of PIs: Active","[grath] Number of PIs: Active","[grgsh] Number of PIs: Active","[hardu] Number of PIs: Active","[henha] Number of PIs: Active","[honbu] Number of PIs: Active","[hoowa] Number of PIs: Active","[jackd] Number of PIs: Active","[lanhach] Number of PIs: Active","[lapwi] Number of PIs: Active","[legsh] Number of PIs: Active","[lesre] Number of PIs: Active","[litau] Number of PIs: Active","[litst] Number of PIs: Active","[mamwa] Number of PIs: Active","[meapi] Number of PIs: Active","[misth] Number of PIs: Active","[moorh] Number of PIs: Active","[noror] Number of PIs: Active","[ovenb] Number of PIs: Active","[pereg] Number of PIs: Active","[pibgr] Number of PIs: Active","[proubis] Number of PIs: Active","[reebu] Number of PIs: Active","[relpa] Number of PIs: Active","[ribgu] Number of PIs: Active","[rolle] Number of PIs: Active","[sancr] Number of PIs: Active","[sante] Number of PIs: Active","[sarwa] Number of PIs: Active","[savsp] Number of PIs: Active","[shag1] Number of PIs: Active","[shttr] Number of PIs: Active","[siski] Number of PIs: Active","[smew1] Number of PIs: Active","[sogsh] Number of PIs: Active","[sposa] Number of PIs: Active","[swath] Number of PIs: Active","[turdo] Number of PIs: Active","[velsc] Number of PIs: Active","[vertera] Number of PIs: Active","[whimb] Number of PIs: Active","[whtpl] Number of PIs: Active","[whtsp] Number of PIs: Active","[ybsbu] Number of PIs: Active","[yebbu] Number of PIs: Active","[yebsa] Number of PIs: Active","[yebwa] Number of PIs: Active" +2016-12,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +2017-01,0,1,0,0,0,1,1,1,1,1,0,1,1,0,0,0,1,1,1,0,1,0,0,0,1,0,0,1,1,0,1,1,0,0,1,1,1,1,1,1,0,1,1,0,0,1,0,0,1,1,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/timeseries-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/timeseries-Quarter-cd.csv index 9065c92b3a..9df27c23b0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/timeseries-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/timeseries-Quarter-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[allga] Number of PIs: Active","[alpsw] Number of PIs: Active","[aytinis] Number of PIs: Active","[blhbu] Number of PIs: Active","[boowa] Number of PIs: Active","[caspl] Number of PIs: Active","[categ] Number of PIs: Active","[chaff] Number of PIs: Active","[coot1] Number of PIs: Active","[corsh] Number of PIs: Active","[crama] Number of PIs: Active","[crane] Number of PIs: Active","[dunli] Number of PIs: Active","[duswa] Number of PIs: Active","[egygo] Number of PIs: Active","[evegr] Number of PIs: Active","[ferdu] Number of PIs: Active","[field] Number of PIs: Active","[garwa] Number of PIs: Active","[gloib] Number of PIs: Active","[grath] Number of PIs: Active","[grgsh] Number of PIs: Active","[henha] Number of PIs: Active","[honbu] Number of PIs: Active","[hoowa] Number of PIs: Active","[jackd] Number of PIs: Active","[lanhach] Number of PIs: Active","[lapwi] Number of PIs: Active","[legsh] Number of PIs: Active","[lesre] Number of PIs: Active","[litau] Number of PIs: Active","[litst] Number of PIs: Active","[mamwa] Number of PIs: Active","[meapi] Number of PIs: Active","[misth] Number of PIs: Active","[moorh] Number of PIs: Active","[noror] Number of PIs: Active","[ovenb] Number of PIs: Active","[pereg] Number of PIs: Active","[pibgr] Number of PIs: Active","[proubis] Number of PIs: Active","[reebu] Number of PIs: Active","[relpa] Number of PIs: Active","[ribgu] Number of PIs: Active","[rolle] Number of PIs: Active","[sancr] Number of PIs: Active","[sante] Number of PIs: Active","[sarwa] Number of PIs: Active","[savsp] Number of PIs: Active","[shag1] Number of PIs: Active","[shttr] Number of PIs: Active","[siski] Number of PIs: Active","[smew1] Number of PIs: Active","[sogsh] Number of PIs: Active","[sposa] Number of PIs: Active","[swath] Number of PIs: Active","[turdo] Number of PIs: Active","[velsc] Number of PIs: Active","[vertera] Number of PIs: Active","[whimb] Number of PIs: Active","[whtpl] Number of PIs: Active","[whtsp] Number of PIs: Active","[ybsbu] Number of PIs: Active","[yebbu] Number of PIs: Active","[yebsa] Number of PIs: Active","[yebwa] Number of PIs: Active" -"2016 Q4",1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 -"2017 Q1",0,1,0,0,0,1,1,1,1,1,0,1,1,0,0,0,1,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,0,1,1,1,1,1,1,0,1,1,0,0,1,0,0,1,1,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,1 +Quarter,"[allga] Number of PIs: Active","[alpsw] Number of PIs: Active","[aytinis] Number of PIs: Active","[blhbu] Number of PIs: Active","[boowa] Number of PIs: Active","[caspl] Number of PIs: Active","[categ] Number of PIs: Active","[chaff] Number of PIs: Active","[coot1] Number of PIs: Active","[corsh] Number of PIs: Active","[crama] Number of PIs: Active","[crane] Number of PIs: Active","[dunli] Number of PIs: Active","[duswa] Number of PIs: Active","[egygo] Number of PIs: Active","[evegr] Number of PIs: Active","[ferdu] Number of PIs: Active","[field] Number of PIs: Active","[garwa] Number of PIs: Active","[gloib] Number of PIs: Active","[grath] Number of PIs: Active","[grgsh] Number of PIs: Active","[hardu] Number of PIs: Active","[henha] Number of PIs: Active","[honbu] Number of PIs: Active","[hoowa] Number of PIs: Active","[jackd] Number of PIs: Active","[lanhach] Number of PIs: Active","[lapwi] Number of PIs: Active","[legsh] Number of PIs: Active","[lesre] Number of PIs: Active","[litau] Number of PIs: Active","[litst] Number of PIs: Active","[mamwa] Number of PIs: Active","[meapi] Number of PIs: Active","[misth] Number of PIs: Active","[moorh] Number of PIs: Active","[noror] Number of PIs: Active","[ovenb] Number of PIs: Active","[pereg] Number of PIs: Active","[pibgr] Number of PIs: Active","[proubis] Number of PIs: Active","[reebu] Number of PIs: Active","[relpa] Number of PIs: Active","[ribgu] Number of PIs: Active","[rolle] Number of PIs: Active","[sancr] Number of PIs: Active","[sante] Number of PIs: Active","[sarwa] Number of PIs: Active","[savsp] Number of PIs: Active","[shag1] Number of PIs: Active","[shttr] Number of PIs: Active","[siski] Number of PIs: Active","[smew1] Number of PIs: Active","[sogsh] Number of PIs: Active","[sposa] Number of PIs: Active","[swath] Number of PIs: Active","[turdo] Number of PIs: Active","[velsc] Number of PIs: Active","[vertera] Number of PIs: Active","[whimb] Number of PIs: Active","[whtpl] Number of PIs: Active","[whtsp] Number of PIs: Active","[ybsbu] Number of PIs: Active","[yebbu] Number of PIs: Active","[yebsa] Number of PIs: Active","[yebwa] Number of PIs: Active" +"2016 Q4",1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +"2017 Q1",0,1,0,0,0,1,1,1,1,1,0,1,1,0,0,0,1,1,1,0,1,0,0,0,1,0,0,1,1,0,1,1,0,0,1,1,1,1,1,1,0,1,1,0,0,1,0,0,1,1,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/timeseries-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/timeseries-Quarter-cs.csv index 9065c92b3a..9df27c23b0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/timeseries-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/timeseries-Quarter-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[allga] Number of PIs: Active","[alpsw] Number of PIs: Active","[aytinis] Number of PIs: Active","[blhbu] Number of PIs: Active","[boowa] Number of PIs: Active","[caspl] Number of PIs: Active","[categ] Number of PIs: Active","[chaff] Number of PIs: Active","[coot1] Number of PIs: Active","[corsh] Number of PIs: Active","[crama] Number of PIs: Active","[crane] Number of PIs: Active","[dunli] Number of PIs: Active","[duswa] Number of PIs: Active","[egygo] Number of PIs: Active","[evegr] Number of PIs: Active","[ferdu] Number of PIs: Active","[field] Number of PIs: Active","[garwa] Number of PIs: Active","[gloib] Number of PIs: Active","[grath] Number of PIs: Active","[grgsh] Number of PIs: Active","[henha] Number of PIs: Active","[honbu] Number of PIs: Active","[hoowa] Number of PIs: Active","[jackd] Number of PIs: Active","[lanhach] Number of PIs: Active","[lapwi] Number of PIs: Active","[legsh] Number of PIs: Active","[lesre] Number of PIs: Active","[litau] Number of PIs: Active","[litst] Number of PIs: Active","[mamwa] Number of PIs: Active","[meapi] Number of PIs: Active","[misth] Number of PIs: Active","[moorh] Number of PIs: Active","[noror] Number of PIs: Active","[ovenb] Number of PIs: Active","[pereg] Number of PIs: Active","[pibgr] Number of PIs: Active","[proubis] Number of PIs: Active","[reebu] Number of PIs: Active","[relpa] Number of PIs: Active","[ribgu] Number of PIs: Active","[rolle] Number of PIs: Active","[sancr] Number of PIs: Active","[sante] Number of PIs: Active","[sarwa] Number of PIs: Active","[savsp] Number of PIs: Active","[shag1] Number of PIs: Active","[shttr] Number of PIs: Active","[siski] Number of PIs: Active","[smew1] Number of PIs: Active","[sogsh] Number of PIs: Active","[sposa] Number of PIs: Active","[swath] Number of PIs: Active","[turdo] Number of PIs: Active","[velsc] Number of PIs: Active","[vertera] Number of PIs: Active","[whimb] Number of PIs: Active","[whtpl] Number of PIs: Active","[whtsp] Number of PIs: Active","[ybsbu] Number of PIs: Active","[yebbu] Number of PIs: Active","[yebsa] Number of PIs: Active","[yebwa] Number of PIs: Active" -"2016 Q4",1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 -"2017 Q1",0,1,0,0,0,1,1,1,1,1,0,1,1,0,0,0,1,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,0,1,1,1,1,1,1,0,1,1,0,0,1,0,0,1,1,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,1 +Quarter,"[allga] Number of PIs: Active","[alpsw] Number of PIs: Active","[aytinis] Number of PIs: Active","[blhbu] Number of PIs: Active","[boowa] Number of PIs: Active","[caspl] Number of PIs: Active","[categ] Number of PIs: Active","[chaff] Number of PIs: Active","[coot1] Number of PIs: Active","[corsh] Number of PIs: Active","[crama] Number of PIs: Active","[crane] Number of PIs: Active","[dunli] Number of PIs: Active","[duswa] Number of PIs: Active","[egygo] Number of PIs: Active","[evegr] Number of PIs: Active","[ferdu] Number of PIs: Active","[field] Number of PIs: Active","[garwa] Number of PIs: Active","[gloib] Number of PIs: Active","[grath] Number of PIs: Active","[grgsh] Number of PIs: Active","[hardu] Number of PIs: Active","[henha] Number of PIs: Active","[honbu] Number of PIs: Active","[hoowa] Number of PIs: Active","[jackd] Number of PIs: Active","[lanhach] Number of PIs: Active","[lapwi] Number of PIs: Active","[legsh] Number of PIs: Active","[lesre] Number of PIs: Active","[litau] Number of PIs: Active","[litst] Number of PIs: Active","[mamwa] Number of PIs: Active","[meapi] Number of PIs: Active","[misth] Number of PIs: Active","[moorh] Number of PIs: Active","[noror] Number of PIs: Active","[ovenb] Number of PIs: Active","[pereg] Number of PIs: Active","[pibgr] Number of PIs: Active","[proubis] Number of PIs: Active","[reebu] Number of PIs: Active","[relpa] Number of PIs: Active","[ribgu] Number of PIs: Active","[rolle] Number of PIs: Active","[sancr] Number of PIs: Active","[sante] Number of PIs: Active","[sarwa] Number of PIs: Active","[savsp] Number of PIs: Active","[shag1] Number of PIs: Active","[shttr] Number of PIs: Active","[siski] Number of PIs: Active","[smew1] Number of PIs: Active","[sogsh] Number of PIs: Active","[sposa] Number of PIs: Active","[swath] Number of PIs: Active","[turdo] Number of PIs: Active","[velsc] Number of PIs: Active","[vertera] Number of PIs: Active","[whimb] Number of PIs: Active","[whtpl] Number of PIs: Active","[whtsp] Number of PIs: Active","[ybsbu] Number of PIs: Active","[yebbu] Number of PIs: Active","[yebsa] Number of PIs: Active","[yebwa] Number of PIs: Active" +"2016 Q4",1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +"2017 Q1",0,1,0,0,0,1,1,1,1,1,0,1,1,0,0,0,1,1,1,0,1,0,0,0,1,0,0,1,1,0,1,1,0,0,1,1,1,1,1,1,0,1,1,0,0,1,0,0,1,1,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/timeseries-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/timeseries-Year-cd.csv index dd1fbfd8b1..2cdde369be 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/timeseries-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/timeseries-Year-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[allga] Number of PIs: Active","[alpsw] Number of PIs: Active","[aytinis] Number of PIs: Active","[blhbu] Number of PIs: Active","[boowa] Number of PIs: Active","[caspl] Number of PIs: Active","[categ] Number of PIs: Active","[chaff] Number of PIs: Active","[coot1] Number of PIs: Active","[corsh] Number of PIs: Active","[crama] Number of PIs: Active","[crane] Number of PIs: Active","[dunli] Number of PIs: Active","[duswa] Number of PIs: Active","[egygo] Number of PIs: Active","[evegr] Number of PIs: Active","[ferdu] Number of PIs: Active","[field] Number of PIs: Active","[garwa] Number of PIs: Active","[gloib] Number of PIs: Active","[grath] Number of PIs: Active","[grgsh] Number of PIs: Active","[henha] Number of PIs: Active","[honbu] Number of PIs: Active","[hoowa] Number of PIs: Active","[jackd] Number of PIs: Active","[lanhach] Number of PIs: Active","[lapwi] Number of PIs: Active","[legsh] Number of PIs: Active","[lesre] Number of PIs: Active","[litau] Number of PIs: Active","[litst] Number of PIs: Active","[mamwa] Number of PIs: Active","[meapi] Number of PIs: Active","[misth] Number of PIs: Active","[moorh] Number of PIs: Active","[noror] Number of PIs: Active","[ovenb] Number of PIs: Active","[pereg] Number of PIs: Active","[pibgr] Number of PIs: Active","[proubis] Number of PIs: Active","[reebu] Number of PIs: Active","[relpa] Number of PIs: Active","[ribgu] Number of PIs: Active","[rolle] Number of PIs: Active","[sancr] Number of PIs: Active","[sante] Number of PIs: Active","[sarwa] Number of PIs: Active","[savsp] Number of PIs: Active","[shag1] Number of PIs: Active","[shttr] Number of PIs: Active","[siski] Number of PIs: Active","[smew1] Number of PIs: Active","[sogsh] Number of PIs: Active","[sposa] Number of PIs: Active","[swath] Number of PIs: Active","[turdo] Number of PIs: Active","[velsc] Number of PIs: Active","[vertera] Number of PIs: Active","[whimb] Number of PIs: Active","[whtpl] Number of PIs: Active","[whtsp] Number of PIs: Active","[ybsbu] Number of PIs: Active","[yebbu] Number of PIs: Active","[yebsa] Number of PIs: Active","[yebwa] Number of PIs: Active" -2016,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 -2017,0,1,0,0,0,1,1,1,1,1,0,1,1,0,0,0,1,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,0,1,1,1,1,1,1,0,1,1,0,0,1,0,0,1,1,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,1 +Year,"[allga] Number of PIs: Active","[alpsw] Number of PIs: Active","[aytinis] Number of PIs: Active","[blhbu] Number of PIs: Active","[boowa] Number of PIs: Active","[caspl] Number of PIs: Active","[categ] Number of PIs: Active","[chaff] Number of PIs: Active","[coot1] Number of PIs: Active","[corsh] Number of PIs: Active","[crama] Number of PIs: Active","[crane] Number of PIs: Active","[dunli] Number of PIs: Active","[duswa] Number of PIs: Active","[egygo] Number of PIs: Active","[evegr] Number of PIs: Active","[ferdu] Number of PIs: Active","[field] Number of PIs: Active","[garwa] Number of PIs: Active","[gloib] Number of PIs: Active","[grath] Number of PIs: Active","[grgsh] Number of PIs: Active","[hardu] Number of PIs: Active","[henha] Number of PIs: Active","[honbu] Number of PIs: Active","[hoowa] Number of PIs: Active","[jackd] Number of PIs: Active","[lanhach] Number of PIs: Active","[lapwi] Number of PIs: Active","[legsh] Number of PIs: Active","[lesre] Number of PIs: Active","[litau] Number of PIs: Active","[litst] Number of PIs: Active","[mamwa] Number of PIs: Active","[meapi] Number of PIs: Active","[misth] Number of PIs: Active","[moorh] Number of PIs: Active","[noror] Number of PIs: Active","[ovenb] Number of PIs: Active","[pereg] Number of PIs: Active","[pibgr] Number of PIs: Active","[proubis] Number of PIs: Active","[reebu] Number of PIs: Active","[relpa] Number of PIs: Active","[ribgu] Number of PIs: Active","[rolle] Number of PIs: Active","[sancr] Number of PIs: Active","[sante] Number of PIs: Active","[sarwa] Number of PIs: Active","[savsp] Number of PIs: Active","[shag1] Number of PIs: Active","[shttr] Number of PIs: Active","[siski] Number of PIs: Active","[smew1] Number of PIs: Active","[sogsh] Number of PIs: Active","[sposa] Number of PIs: Active","[swath] Number of PIs: Active","[turdo] Number of PIs: Active","[velsc] Number of PIs: Active","[vertera] Number of PIs: Active","[whimb] Number of PIs: Active","[whtpl] Number of PIs: Active","[whtsp] Number of PIs: Active","[ybsbu] Number of PIs: Active","[yebbu] Number of PIs: Active","[yebsa] Number of PIs: Active","[yebwa] Number of PIs: Active" +2016,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +2017,0,1,0,0,0,1,1,1,1,1,0,1,1,0,0,0,1,1,1,0,1,0,0,0,1,0,0,1,1,0,1,1,0,0,1,1,1,1,1,1,0,1,1,0,0,1,0,0,1,1,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/timeseries-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/timeseries-Year-cs.csv index dd1fbfd8b1..2cdde369be 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/timeseries-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_pi_count/timeseries-Year-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[allga] Number of PIs: Active","[alpsw] Number of PIs: Active","[aytinis] Number of PIs: Active","[blhbu] Number of PIs: Active","[boowa] Number of PIs: Active","[caspl] Number of PIs: Active","[categ] Number of PIs: Active","[chaff] Number of PIs: Active","[coot1] Number of PIs: Active","[corsh] Number of PIs: Active","[crama] Number of PIs: Active","[crane] Number of PIs: Active","[dunli] Number of PIs: Active","[duswa] Number of PIs: Active","[egygo] Number of PIs: Active","[evegr] Number of PIs: Active","[ferdu] Number of PIs: Active","[field] Number of PIs: Active","[garwa] Number of PIs: Active","[gloib] Number of PIs: Active","[grath] Number of PIs: Active","[grgsh] Number of PIs: Active","[henha] Number of PIs: Active","[honbu] Number of PIs: Active","[hoowa] Number of PIs: Active","[jackd] Number of PIs: Active","[lanhach] Number of PIs: Active","[lapwi] Number of PIs: Active","[legsh] Number of PIs: Active","[lesre] Number of PIs: Active","[litau] Number of PIs: Active","[litst] Number of PIs: Active","[mamwa] Number of PIs: Active","[meapi] Number of PIs: Active","[misth] Number of PIs: Active","[moorh] Number of PIs: Active","[noror] Number of PIs: Active","[ovenb] Number of PIs: Active","[pereg] Number of PIs: Active","[pibgr] Number of PIs: Active","[proubis] Number of PIs: Active","[reebu] Number of PIs: Active","[relpa] Number of PIs: Active","[ribgu] Number of PIs: Active","[rolle] Number of PIs: Active","[sancr] Number of PIs: Active","[sante] Number of PIs: Active","[sarwa] Number of PIs: Active","[savsp] Number of PIs: Active","[shag1] Number of PIs: Active","[shttr] Number of PIs: Active","[siski] Number of PIs: Active","[smew1] Number of PIs: Active","[sogsh] Number of PIs: Active","[sposa] Number of PIs: Active","[swath] Number of PIs: Active","[turdo] Number of PIs: Active","[velsc] Number of PIs: Active","[vertera] Number of PIs: Active","[whimb] Number of PIs: Active","[whtpl] Number of PIs: Active","[whtsp] Number of PIs: Active","[ybsbu] Number of PIs: Active","[yebbu] Number of PIs: Active","[yebsa] Number of PIs: Active","[yebwa] Number of PIs: Active" -2016,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 -2017,0,1,0,0,0,1,1,1,1,1,0,1,1,0,0,0,1,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,0,1,1,1,1,1,1,0,1,1,0,0,1,0,0,1,1,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,1 +Year,"[allga] Number of PIs: Active","[alpsw] Number of PIs: Active","[aytinis] Number of PIs: Active","[blhbu] Number of PIs: Active","[boowa] Number of PIs: Active","[caspl] Number of PIs: Active","[categ] Number of PIs: Active","[chaff] Number of PIs: Active","[coot1] Number of PIs: Active","[corsh] Number of PIs: Active","[crama] Number of PIs: Active","[crane] Number of PIs: Active","[dunli] Number of PIs: Active","[duswa] Number of PIs: Active","[egygo] Number of PIs: Active","[evegr] Number of PIs: Active","[ferdu] Number of PIs: Active","[field] Number of PIs: Active","[garwa] Number of PIs: Active","[gloib] Number of PIs: Active","[grath] Number of PIs: Active","[grgsh] Number of PIs: Active","[hardu] Number of PIs: Active","[henha] Number of PIs: Active","[honbu] Number of PIs: Active","[hoowa] Number of PIs: Active","[jackd] Number of PIs: Active","[lanhach] Number of PIs: Active","[lapwi] Number of PIs: Active","[legsh] Number of PIs: Active","[lesre] Number of PIs: Active","[litau] Number of PIs: Active","[litst] Number of PIs: Active","[mamwa] Number of PIs: Active","[meapi] Number of PIs: Active","[misth] Number of PIs: Active","[moorh] Number of PIs: Active","[noror] Number of PIs: Active","[ovenb] Number of PIs: Active","[pereg] Number of PIs: Active","[pibgr] Number of PIs: Active","[proubis] Number of PIs: Active","[reebu] Number of PIs: Active","[relpa] Number of PIs: Active","[ribgu] Number of PIs: Active","[rolle] Number of PIs: Active","[sancr] Number of PIs: Active","[sante] Number of PIs: Active","[sarwa] Number of PIs: Active","[savsp] Number of PIs: Active","[shag1] Number of PIs: Active","[shttr] Number of PIs: Active","[siski] Number of PIs: Active","[smew1] Number of PIs: Active","[sogsh] Number of PIs: Active","[sposa] Number of PIs: Active","[swath] Number of PIs: Active","[turdo] Number of PIs: Active","[velsc] Number of PIs: Active","[vertera] Number of PIs: Active","[whimb] Number of PIs: Active","[whtpl] Number of PIs: Active","[whtsp] Number of PIs: Active","[ybsbu] Number of PIs: Active","[yebbu] Number of PIs: Active","[yebsa] Number of PIs: Active","[yebwa] Number of PIs: Active" +2016,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +2017,0,1,0,0,0,1,1,1,1,1,0,1,1,0,0,0,1,1,1,0,1,0,0,0,1,0,0,1,1,0,1,1,0,0,1,1,1,1,1,1,0,1,1,0,0,1,0,0,1,1,1,1,0,0,1,1,0,1,0,1,1,0,1,0,0,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/aggregate-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/aggregate-Day-cd.csv index 83da1478b4..2fe109a262 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/aggregate-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/aggregate-Day-cd.csv @@ -39,6 +39,7 @@ field,1 garwa,1 gloib,1 grgsh,1 +hardu,1 henha,1 hoowa,1 jackd,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/aggregate-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/aggregate-Day-cs.csv index 83da1478b4..2fe109a262 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/aggregate-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/aggregate-Day-cs.csv @@ -39,6 +39,7 @@ field,1 garwa,1 gloib,1 grgsh,1 +hardu,1 henha,1 hoowa,1 jackd,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/aggregate-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/aggregate-Month-cd.csv index 83da1478b4..2fe109a262 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/aggregate-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/aggregate-Month-cd.csv @@ -39,6 +39,7 @@ field,1 garwa,1 gloib,1 grgsh,1 +hardu,1 henha,1 hoowa,1 jackd,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/aggregate-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/aggregate-Month-cs.csv index 83da1478b4..2fe109a262 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/aggregate-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/aggregate-Month-cs.csv @@ -39,6 +39,7 @@ field,1 garwa,1 gloib,1 grgsh,1 +hardu,1 henha,1 hoowa,1 jackd,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/aggregate-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/aggregate-Quarter-cd.csv index 83da1478b4..2fe109a262 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/aggregate-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/aggregate-Quarter-cd.csv @@ -39,6 +39,7 @@ field,1 garwa,1 gloib,1 grgsh,1 +hardu,1 henha,1 hoowa,1 jackd,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/aggregate-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/aggregate-Quarter-cs.csv index 83da1478b4..2fe109a262 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/aggregate-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/aggregate-Quarter-cs.csv @@ -39,6 +39,7 @@ field,1 garwa,1 gloib,1 grgsh,1 +hardu,1 henha,1 hoowa,1 jackd,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/aggregate-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/aggregate-Year-cd.csv index 83da1478b4..2fe109a262 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/aggregate-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/aggregate-Year-cd.csv @@ -39,6 +39,7 @@ field,1 garwa,1 gloib,1 grgsh,1 +hardu,1 henha,1 hoowa,1 jackd,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/aggregate-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/aggregate-Year-cs.csv index 83da1478b4..2fe109a262 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/aggregate-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/aggregate-Year-cs.csv @@ -39,6 +39,7 @@ field,1 garwa,1 gloib,1 grgsh,1 +hardu,1 henha,1 hoowa,1 jackd,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/timeseries-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/timeseries-Day-cd.csv index fb8e4593a4..fd14909f1f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/timeseries-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/timeseries-Day-cd.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[honbu] Number of Resources: Active","[reebu] Number of Resources: Active","[sancr] Number of Resources: Active","[caspl] Number of Resources: Active","[grath] Number of Resources: Active","[lanhach] Number of Resources: Active","[litst] Number of Resources: Active","[sarwa] Number of Resources: Active","[shag1] Number of Resources: Active","[swath] Number of Resources: Active","[velsc] Number of Resources: Active","[ybsbu] Number of Resources: Active","[yebbu] Number of Resources: Active","[allga] Number of Resources: Active","[alpsw] Number of Resources: Active","[aytinis] Number of Resources: Active","[blhbu] Number of Resources: Active","[boowa] Number of Resources: Active","[categ] Number of Resources: Active","[chaff] Number of Resources: Active","[coot1] Number of Resources: Active","[corsh] Number of Resources: Active","[crama] Number of Resources: Active","[crane] Number of Resources: Active","[dunli] Number of Resources: Active","[duswa] Number of Resources: Active","[egygo] Number of Resources: Active","[evegr] Number of Resources: Active","[ferdu] Number of Resources: Active","[field] Number of Resources: Active","[garwa] Number of Resources: Active","[gloib] Number of Resources: Active","[grgsh] Number of Resources: Active","[henha] Number of Resources: Active","[hoowa] Number of Resources: Active","[jackd] Number of Resources: Active","[lapwi] Number of Resources: Active","[legsh] Number of Resources: Active","[lesre] Number of Resources: Active","[litau] Number of Resources: Active","[mamwa] Number of Resources: Active","[meapi] Number of Resources: Active","[misth] Number of Resources: Active","[moorh] Number of Resources: Active","[noror] Number of Resources: Active","[ovenb] Number of Resources: Active","[pereg] Number of Resources: Active","[pibgr] Number of Resources: Active","[proubis] Number of Resources: Active","[relpa] Number of Resources: Active","[ribgu] Number of Resources: Active","[rolle] Number of Resources: Active","[sante] Number of Resources: Active","[savsp] Number of Resources: Active","[shttr] Number of Resources: Active","[siski] Number of Resources: Active","[smew1] Number of Resources: Active","[sogsh] Number of Resources: Active","[sposa] Number of Resources: Active","[turdo] Number of Resources: Active","[vertera] Number of Resources: Active","[whimb] Number of Resources: Active","[whtpl] Number of Resources: Active","[whtsp] Number of Resources: Active","[yebsa] Number of Resources: Active","[yebwa] Number of Resources: Active" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0 -2016-12-25,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0 -2016-12-26,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0 -2016-12-27,1,2,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,0,1,1,0,0,0,0,0,0,1,0,1,1,0,0,0,1,0,0,0,0,0,0 -2016-12-28,1,2,2,0,0,0,0,1,2,0,1,1,0,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,1,0,1,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,1,0,0,0,1,0,0,1,0,0,0 -2016-12-29,4,3,3,0,1,1,0,1,2,2,1,2,1,0,0,1,0,1,0,1,0,1,0,1,0,0,1,1,1,0,1,1,0,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,0,1,1,1,0,1,1,0,0,1,0,1,1 -2016-12-30,5,3,3,0,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1 -2016-12-31,5,3,2,1,2,2,1,2,2,1,0,1,1,0,1,1,1,1,1,1,1,1,0,1,1,1,1,0,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,0,1,0,1,1,0,1,1,1,1,1,1,1,1,1,0,1,1,0 -2017-01-01,5,2,0,2,1,1,0,1,1,0,0,0,0,0,1,0,0,0,1,1,1,1,0,1,1,0,0,0,1,1,1,0,0,0,0,0,1,0,1,1,0,1,1,1,1,1,1,0,1,0,0,1,0,1,1,0,0,1,1,1,1,1,0,1,1,1 +Day,"[honbu] Number of Resources: Active","[reebu] Number of Resources: Active","[sancr] Number of Resources: Active","[caspl] Number of Resources: Active","[grath] Number of Resources: Active","[lanhach] Number of Resources: Active","[litst] Number of Resources: Active","[sarwa] Number of Resources: Active","[shag1] Number of Resources: Active","[swath] Number of Resources: Active","[velsc] Number of Resources: Active","[ybsbu] Number of Resources: Active","[yebbu] Number of Resources: Active","[allga] Number of Resources: Active","[alpsw] Number of Resources: Active","[aytinis] Number of Resources: Active","[blhbu] Number of Resources: Active","[boowa] Number of Resources: Active","[categ] Number of Resources: Active","[chaff] Number of Resources: Active","[coot1] Number of Resources: Active","[corsh] Number of Resources: Active","[crama] Number of Resources: Active","[crane] Number of Resources: Active","[dunli] Number of Resources: Active","[duswa] Number of Resources: Active","[egygo] Number of Resources: Active","[evegr] Number of Resources: Active","[ferdu] Number of Resources: Active","[field] Number of Resources: Active","[garwa] Number of Resources: Active","[gloib] Number of Resources: Active","[grgsh] Number of Resources: Active","[hardu] Number of Resources: Active","[henha] Number of Resources: Active","[hoowa] Number of Resources: Active","[jackd] Number of Resources: Active","[lapwi] Number of Resources: Active","[legsh] Number of Resources: Active","[lesre] Number of Resources: Active","[litau] Number of Resources: Active","[mamwa] Number of Resources: Active","[meapi] Number of Resources: Active","[misth] Number of Resources: Active","[moorh] Number of Resources: Active","[noror] Number of Resources: Active","[ovenb] Number of Resources: Active","[pereg] Number of Resources: Active","[pibgr] Number of Resources: Active","[proubis] Number of Resources: Active","[relpa] Number of Resources: Active","[ribgu] Number of Resources: Active","[rolle] Number of Resources: Active","[sante] Number of Resources: Active","[savsp] Number of Resources: Active","[shttr] Number of Resources: Active","[siski] Number of Resources: Active","[smew1] Number of Resources: Active","[sogsh] Number of Resources: Active","[sposa] Number of Resources: Active","[turdo] Number of Resources: Active","[vertera] Number of Resources: Active","[whimb] Number of Resources: Active","[whtpl] Number of Resources: Active","[whtsp] Number of Resources: Active","[yebsa] Number of Resources: Active","[yebwa] Number of Resources: Active" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0 +2016-12-25,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0 +2016-12-26,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0 +2016-12-27,1,2,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,1,1,0,0,0,0,0,0,1,0,1,1,0,0,0,1,0,0,0,0,0,0 +2016-12-28,1,2,2,0,0,0,0,1,2,0,1,1,0,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,0,1,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,1,0,0,0,1,0,0,1,0,0,0 +2016-12-29,4,3,3,0,1,1,0,1,2,2,1,2,1,0,0,1,0,1,0,1,0,1,0,1,0,0,1,1,1,0,1,1,0,0,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,0,1,1,1,0,1,1,0,0,1,0,1,1 +2016-12-30,5,3,3,0,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1 +2016-12-31,5,3,2,1,2,2,1,2,2,1,0,1,1,0,1,1,1,1,1,1,1,1,0,1,1,1,1,0,1,1,1,0,1,0,1,1,1,1,1,1,1,0,1,1,1,1,1,1,0,1,0,1,1,0,1,1,1,1,1,1,1,1,1,0,1,1,0 +2017-01-01,5,2,0,2,1,1,0,1,1,0,0,0,0,0,1,0,0,0,1,1,1,1,0,1,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,1,1,0,1,1,1,1,1,1,0,1,0,0,1,0,1,1,0,0,1,1,1,1,1,0,1,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/timeseries-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/timeseries-Day-cs.csv index fb8e4593a4..fd14909f1f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/timeseries-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/timeseries-Day-cs.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[honbu] Number of Resources: Active","[reebu] Number of Resources: Active","[sancr] Number of Resources: Active","[caspl] Number of Resources: Active","[grath] Number of Resources: Active","[lanhach] Number of Resources: Active","[litst] Number of Resources: Active","[sarwa] Number of Resources: Active","[shag1] Number of Resources: Active","[swath] Number of Resources: Active","[velsc] Number of Resources: Active","[ybsbu] Number of Resources: Active","[yebbu] Number of Resources: Active","[allga] Number of Resources: Active","[alpsw] Number of Resources: Active","[aytinis] Number of Resources: Active","[blhbu] Number of Resources: Active","[boowa] Number of Resources: Active","[categ] Number of Resources: Active","[chaff] Number of Resources: Active","[coot1] Number of Resources: Active","[corsh] Number of Resources: Active","[crama] Number of Resources: Active","[crane] Number of Resources: Active","[dunli] Number of Resources: Active","[duswa] Number of Resources: Active","[egygo] Number of Resources: Active","[evegr] Number of Resources: Active","[ferdu] Number of Resources: Active","[field] Number of Resources: Active","[garwa] Number of Resources: Active","[gloib] Number of Resources: Active","[grgsh] Number of Resources: Active","[henha] Number of Resources: Active","[hoowa] Number of Resources: Active","[jackd] Number of Resources: Active","[lapwi] Number of Resources: Active","[legsh] Number of Resources: Active","[lesre] Number of Resources: Active","[litau] Number of Resources: Active","[mamwa] Number of Resources: Active","[meapi] Number of Resources: Active","[misth] Number of Resources: Active","[moorh] Number of Resources: Active","[noror] Number of Resources: Active","[ovenb] Number of Resources: Active","[pereg] Number of Resources: Active","[pibgr] Number of Resources: Active","[proubis] Number of Resources: Active","[relpa] Number of Resources: Active","[ribgu] Number of Resources: Active","[rolle] Number of Resources: Active","[sante] Number of Resources: Active","[savsp] Number of Resources: Active","[shttr] Number of Resources: Active","[siski] Number of Resources: Active","[smew1] Number of Resources: Active","[sogsh] Number of Resources: Active","[sposa] Number of Resources: Active","[turdo] Number of Resources: Active","[vertera] Number of Resources: Active","[whimb] Number of Resources: Active","[whtpl] Number of Resources: Active","[whtsp] Number of Resources: Active","[yebsa] Number of Resources: Active","[yebwa] Number of Resources: Active" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0 -2016-12-25,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0 -2016-12-26,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0 -2016-12-27,1,2,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,0,1,1,0,0,0,0,0,0,1,0,1,1,0,0,0,1,0,0,0,0,0,0 -2016-12-28,1,2,2,0,0,0,0,1,2,0,1,1,0,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,1,0,1,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,1,0,0,0,1,0,0,1,0,0,0 -2016-12-29,4,3,3,0,1,1,0,1,2,2,1,2,1,0,0,1,0,1,0,1,0,1,0,1,0,0,1,1,1,0,1,1,0,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,0,1,1,1,0,1,1,0,0,1,0,1,1 -2016-12-30,5,3,3,0,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1 -2016-12-31,5,3,2,1,2,2,1,2,2,1,0,1,1,0,1,1,1,1,1,1,1,1,0,1,1,1,1,0,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,0,1,0,1,1,0,1,1,1,1,1,1,1,1,1,0,1,1,0 -2017-01-01,5,2,0,2,1,1,0,1,1,0,0,0,0,0,1,0,0,0,1,1,1,1,0,1,1,0,0,0,1,1,1,0,0,0,0,0,1,0,1,1,0,1,1,1,1,1,1,0,1,0,0,1,0,1,1,0,0,1,1,1,1,1,0,1,1,1 +Day,"[honbu] Number of Resources: Active","[reebu] Number of Resources: Active","[sancr] Number of Resources: Active","[caspl] Number of Resources: Active","[grath] Number of Resources: Active","[lanhach] Number of Resources: Active","[litst] Number of Resources: Active","[sarwa] Number of Resources: Active","[shag1] Number of Resources: Active","[swath] Number of Resources: Active","[velsc] Number of Resources: Active","[ybsbu] Number of Resources: Active","[yebbu] Number of Resources: Active","[allga] Number of Resources: Active","[alpsw] Number of Resources: Active","[aytinis] Number of Resources: Active","[blhbu] Number of Resources: Active","[boowa] Number of Resources: Active","[categ] Number of Resources: Active","[chaff] Number of Resources: Active","[coot1] Number of Resources: Active","[corsh] Number of Resources: Active","[crama] Number of Resources: Active","[crane] Number of Resources: Active","[dunli] Number of Resources: Active","[duswa] Number of Resources: Active","[egygo] Number of Resources: Active","[evegr] Number of Resources: Active","[ferdu] Number of Resources: Active","[field] Number of Resources: Active","[garwa] Number of Resources: Active","[gloib] Number of Resources: Active","[grgsh] Number of Resources: Active","[hardu] Number of Resources: Active","[henha] Number of Resources: Active","[hoowa] Number of Resources: Active","[jackd] Number of Resources: Active","[lapwi] Number of Resources: Active","[legsh] Number of Resources: Active","[lesre] Number of Resources: Active","[litau] Number of Resources: Active","[mamwa] Number of Resources: Active","[meapi] Number of Resources: Active","[misth] Number of Resources: Active","[moorh] Number of Resources: Active","[noror] Number of Resources: Active","[ovenb] Number of Resources: Active","[pereg] Number of Resources: Active","[pibgr] Number of Resources: Active","[proubis] Number of Resources: Active","[relpa] Number of Resources: Active","[ribgu] Number of Resources: Active","[rolle] Number of Resources: Active","[sante] Number of Resources: Active","[savsp] Number of Resources: Active","[shttr] Number of Resources: Active","[siski] Number of Resources: Active","[smew1] Number of Resources: Active","[sogsh] Number of Resources: Active","[sposa] Number of Resources: Active","[turdo] Number of Resources: Active","[vertera] Number of Resources: Active","[whimb] Number of Resources: Active","[whtpl] Number of Resources: Active","[whtsp] Number of Resources: Active","[yebsa] Number of Resources: Active","[yebwa] Number of Resources: Active" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0 +2016-12-25,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0 +2016-12-26,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0 +2016-12-27,1,2,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,1,1,0,0,0,0,0,0,1,0,1,1,0,0,0,1,0,0,0,0,0,0 +2016-12-28,1,2,2,0,0,0,0,1,2,0,1,1,0,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,0,1,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,1,0,0,0,1,0,0,1,0,0,0 +2016-12-29,4,3,3,0,1,1,0,1,2,2,1,2,1,0,0,1,0,1,0,1,0,1,0,1,0,0,1,1,1,0,1,1,0,0,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,0,1,1,1,0,1,1,0,0,1,0,1,1 +2016-12-30,5,3,3,0,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1 +2016-12-31,5,3,2,1,2,2,1,2,2,1,0,1,1,0,1,1,1,1,1,1,1,1,0,1,1,1,1,0,1,1,1,0,1,0,1,1,1,1,1,1,1,0,1,1,1,1,1,1,0,1,0,1,1,0,1,1,1,1,1,1,1,1,1,0,1,1,0 +2017-01-01,5,2,0,2,1,1,0,1,1,0,0,0,0,0,1,0,0,0,1,1,1,1,0,1,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,1,1,0,1,1,1,1,1,1,0,1,0,0,1,0,1,1,0,0,1,1,1,1,1,0,1,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/timeseries-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/timeseries-Month-cd.csv index fa3301bb97..136ae23e64 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/timeseries-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/timeseries-Month-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[honbu] Number of Resources: Active","[reebu] Number of Resources: Active","[sancr] Number of Resources: Active","[caspl] Number of Resources: Active","[grath] Number of Resources: Active","[lanhach] Number of Resources: Active","[litst] Number of Resources: Active","[sarwa] Number of Resources: Active","[shag1] Number of Resources: Active","[swath] Number of Resources: Active","[velsc] Number of Resources: Active","[ybsbu] Number of Resources: Active","[yebbu] Number of Resources: Active","[allga] Number of Resources: Active","[alpsw] Number of Resources: Active","[aytinis] Number of Resources: Active","[blhbu] Number of Resources: Active","[boowa] Number of Resources: Active","[categ] Number of Resources: Active","[chaff] Number of Resources: Active","[coot1] Number of Resources: Active","[corsh] Number of Resources: Active","[crama] Number of Resources: Active","[crane] Number of Resources: Active","[dunli] Number of Resources: Active","[duswa] Number of Resources: Active","[egygo] Number of Resources: Active","[evegr] Number of Resources: Active","[ferdu] Number of Resources: Active","[field] Number of Resources: Active","[garwa] Number of Resources: Active","[gloib] Number of Resources: Active","[grgsh] Number of Resources: Active","[henha] Number of Resources: Active","[hoowa] Number of Resources: Active","[jackd] Number of Resources: Active","[lapwi] Number of Resources: Active","[legsh] Number of Resources: Active","[lesre] Number of Resources: Active","[litau] Number of Resources: Active","[mamwa] Number of Resources: Active","[meapi] Number of Resources: Active","[misth] Number of Resources: Active","[moorh] Number of Resources: Active","[noror] Number of Resources: Active","[ovenb] Number of Resources: Active","[pereg] Number of Resources: Active","[pibgr] Number of Resources: Active","[proubis] Number of Resources: Active","[relpa] Number of Resources: Active","[ribgu] Number of Resources: Active","[rolle] Number of Resources: Active","[sante] Number of Resources: Active","[savsp] Number of Resources: Active","[shttr] Number of Resources: Active","[siski] Number of Resources: Active","[smew1] Number of Resources: Active","[sogsh] Number of Resources: Active","[sposa] Number of Resources: Active","[turdo] Number of Resources: Active","[vertera] Number of Resources: Active","[whimb] Number of Resources: Active","[whtpl] Number of Resources: Active","[whtsp] Number of Resources: Active","[yebsa] Number of Resources: Active","[yebwa] Number of Resources: Active" -2016-12,5,3,3,1,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 -2017-01,5,2,0,2,1,1,0,1,1,0,0,0,0,0,1,0,0,0,1,1,1,1,0,1,1,0,0,0,1,1,1,0,0,0,0,0,1,0,1,1,0,1,1,1,1,1,1,0,1,0,0,1,0,1,1,0,0,1,1,1,1,1,0,1,1,1 +Month,"[honbu] Number of Resources: Active","[reebu] Number of Resources: Active","[sancr] Number of Resources: Active","[caspl] Number of Resources: Active","[grath] Number of Resources: Active","[lanhach] Number of Resources: Active","[litst] Number of Resources: Active","[sarwa] Number of Resources: Active","[shag1] Number of Resources: Active","[swath] Number of Resources: Active","[velsc] Number of Resources: Active","[ybsbu] Number of Resources: Active","[yebbu] Number of Resources: Active","[allga] Number of Resources: Active","[alpsw] Number of Resources: Active","[aytinis] Number of Resources: Active","[blhbu] Number of Resources: Active","[boowa] Number of Resources: Active","[categ] Number of Resources: Active","[chaff] Number of Resources: Active","[coot1] Number of Resources: Active","[corsh] Number of Resources: Active","[crama] Number of Resources: Active","[crane] Number of Resources: Active","[dunli] Number of Resources: Active","[duswa] Number of Resources: Active","[egygo] Number of Resources: Active","[evegr] Number of Resources: Active","[ferdu] Number of Resources: Active","[field] Number of Resources: Active","[garwa] Number of Resources: Active","[gloib] Number of Resources: Active","[grgsh] Number of Resources: Active","[hardu] Number of Resources: Active","[henha] Number of Resources: Active","[hoowa] Number of Resources: Active","[jackd] Number of Resources: Active","[lapwi] Number of Resources: Active","[legsh] Number of Resources: Active","[lesre] Number of Resources: Active","[litau] Number of Resources: Active","[mamwa] Number of Resources: Active","[meapi] Number of Resources: Active","[misth] Number of Resources: Active","[moorh] Number of Resources: Active","[noror] Number of Resources: Active","[ovenb] Number of Resources: Active","[pereg] Number of Resources: Active","[pibgr] Number of Resources: Active","[proubis] Number of Resources: Active","[relpa] Number of Resources: Active","[ribgu] Number of Resources: Active","[rolle] Number of Resources: Active","[sante] Number of Resources: Active","[savsp] Number of Resources: Active","[shttr] Number of Resources: Active","[siski] Number of Resources: Active","[smew1] Number of Resources: Active","[sogsh] Number of Resources: Active","[sposa] Number of Resources: Active","[turdo] Number of Resources: Active","[vertera] Number of Resources: Active","[whimb] Number of Resources: Active","[whtpl] Number of Resources: Active","[whtsp] Number of Resources: Active","[yebsa] Number of Resources: Active","[yebwa] Number of Resources: Active" +2016-12,5,3,3,1,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +2017-01,5,2,0,2,1,1,0,1,1,0,0,0,0,0,1,0,0,0,1,1,1,1,0,1,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,1,1,0,1,1,1,1,1,1,0,1,0,0,1,0,1,1,0,0,1,1,1,1,1,0,1,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/timeseries-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/timeseries-Month-cs.csv index fa3301bb97..136ae23e64 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/timeseries-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/timeseries-Month-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[honbu] Number of Resources: Active","[reebu] Number of Resources: Active","[sancr] Number of Resources: Active","[caspl] Number of Resources: Active","[grath] Number of Resources: Active","[lanhach] Number of Resources: Active","[litst] Number of Resources: Active","[sarwa] Number of Resources: Active","[shag1] Number of Resources: Active","[swath] Number of Resources: Active","[velsc] Number of Resources: Active","[ybsbu] Number of Resources: Active","[yebbu] Number of Resources: Active","[allga] Number of Resources: Active","[alpsw] Number of Resources: Active","[aytinis] Number of Resources: Active","[blhbu] Number of Resources: Active","[boowa] Number of Resources: Active","[categ] Number of Resources: Active","[chaff] Number of Resources: Active","[coot1] Number of Resources: Active","[corsh] Number of Resources: Active","[crama] Number of Resources: Active","[crane] Number of Resources: Active","[dunli] Number of Resources: Active","[duswa] Number of Resources: Active","[egygo] Number of Resources: Active","[evegr] Number of Resources: Active","[ferdu] Number of Resources: Active","[field] Number of Resources: Active","[garwa] Number of Resources: Active","[gloib] Number of Resources: Active","[grgsh] Number of Resources: Active","[henha] Number of Resources: Active","[hoowa] Number of Resources: Active","[jackd] Number of Resources: Active","[lapwi] Number of Resources: Active","[legsh] Number of Resources: Active","[lesre] Number of Resources: Active","[litau] Number of Resources: Active","[mamwa] Number of Resources: Active","[meapi] Number of Resources: Active","[misth] Number of Resources: Active","[moorh] Number of Resources: Active","[noror] Number of Resources: Active","[ovenb] Number of Resources: Active","[pereg] Number of Resources: Active","[pibgr] Number of Resources: Active","[proubis] Number of Resources: Active","[relpa] Number of Resources: Active","[ribgu] Number of Resources: Active","[rolle] Number of Resources: Active","[sante] Number of Resources: Active","[savsp] Number of Resources: Active","[shttr] Number of Resources: Active","[siski] Number of Resources: Active","[smew1] Number of Resources: Active","[sogsh] Number of Resources: Active","[sposa] Number of Resources: Active","[turdo] Number of Resources: Active","[vertera] Number of Resources: Active","[whimb] Number of Resources: Active","[whtpl] Number of Resources: Active","[whtsp] Number of Resources: Active","[yebsa] Number of Resources: Active","[yebwa] Number of Resources: Active" -2016-12,5,3,3,1,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 -2017-01,5,2,0,2,1,1,0,1,1,0,0,0,0,0,1,0,0,0,1,1,1,1,0,1,1,0,0,0,1,1,1,0,0,0,0,0,1,0,1,1,0,1,1,1,1,1,1,0,1,0,0,1,0,1,1,0,0,1,1,1,1,1,0,1,1,1 +Month,"[honbu] Number of Resources: Active","[reebu] Number of Resources: Active","[sancr] Number of Resources: Active","[caspl] Number of Resources: Active","[grath] Number of Resources: Active","[lanhach] Number of Resources: Active","[litst] Number of Resources: Active","[sarwa] Number of Resources: Active","[shag1] Number of Resources: Active","[swath] Number of Resources: Active","[velsc] Number of Resources: Active","[ybsbu] Number of Resources: Active","[yebbu] Number of Resources: Active","[allga] Number of Resources: Active","[alpsw] Number of Resources: Active","[aytinis] Number of Resources: Active","[blhbu] Number of Resources: Active","[boowa] Number of Resources: Active","[categ] Number of Resources: Active","[chaff] Number of Resources: Active","[coot1] Number of Resources: Active","[corsh] Number of Resources: Active","[crama] Number of Resources: Active","[crane] Number of Resources: Active","[dunli] Number of Resources: Active","[duswa] Number of Resources: Active","[egygo] Number of Resources: Active","[evegr] Number of Resources: Active","[ferdu] Number of Resources: Active","[field] Number of Resources: Active","[garwa] Number of Resources: Active","[gloib] Number of Resources: Active","[grgsh] Number of Resources: Active","[hardu] Number of Resources: Active","[henha] Number of Resources: Active","[hoowa] Number of Resources: Active","[jackd] Number of Resources: Active","[lapwi] Number of Resources: Active","[legsh] Number of Resources: Active","[lesre] Number of Resources: Active","[litau] Number of Resources: Active","[mamwa] Number of Resources: Active","[meapi] Number of Resources: Active","[misth] Number of Resources: Active","[moorh] Number of Resources: Active","[noror] Number of Resources: Active","[ovenb] Number of Resources: Active","[pereg] Number of Resources: Active","[pibgr] Number of Resources: Active","[proubis] Number of Resources: Active","[relpa] Number of Resources: Active","[ribgu] Number of Resources: Active","[rolle] Number of Resources: Active","[sante] Number of Resources: Active","[savsp] Number of Resources: Active","[shttr] Number of Resources: Active","[siski] Number of Resources: Active","[smew1] Number of Resources: Active","[sogsh] Number of Resources: Active","[sposa] Number of Resources: Active","[turdo] Number of Resources: Active","[vertera] Number of Resources: Active","[whimb] Number of Resources: Active","[whtpl] Number of Resources: Active","[whtsp] Number of Resources: Active","[yebsa] Number of Resources: Active","[yebwa] Number of Resources: Active" +2016-12,5,3,3,1,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +2017-01,5,2,0,2,1,1,0,1,1,0,0,0,0,0,1,0,0,0,1,1,1,1,0,1,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,1,1,0,1,1,1,1,1,1,0,1,0,0,1,0,1,1,0,0,1,1,1,1,1,0,1,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/timeseries-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/timeseries-Quarter-cd.csv index a129d24534..995979a9bc 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/timeseries-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/timeseries-Quarter-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[honbu] Number of Resources: Active","[reebu] Number of Resources: Active","[sancr] Number of Resources: Active","[caspl] Number of Resources: Active","[grath] Number of Resources: Active","[lanhach] Number of Resources: Active","[litst] Number of Resources: Active","[sarwa] Number of Resources: Active","[shag1] Number of Resources: Active","[swath] Number of Resources: Active","[velsc] Number of Resources: Active","[ybsbu] Number of Resources: Active","[yebbu] Number of Resources: Active","[allga] Number of Resources: Active","[alpsw] Number of Resources: Active","[aytinis] Number of Resources: Active","[blhbu] Number of Resources: Active","[boowa] Number of Resources: Active","[categ] Number of Resources: Active","[chaff] Number of Resources: Active","[coot1] Number of Resources: Active","[corsh] Number of Resources: Active","[crama] Number of Resources: Active","[crane] Number of Resources: Active","[dunli] Number of Resources: Active","[duswa] Number of Resources: Active","[egygo] Number of Resources: Active","[evegr] Number of Resources: Active","[ferdu] Number of Resources: Active","[field] Number of Resources: Active","[garwa] Number of Resources: Active","[gloib] Number of Resources: Active","[grgsh] Number of Resources: Active","[henha] Number of Resources: Active","[hoowa] Number of Resources: Active","[jackd] Number of Resources: Active","[lapwi] Number of Resources: Active","[legsh] Number of Resources: Active","[lesre] Number of Resources: Active","[litau] Number of Resources: Active","[mamwa] Number of Resources: Active","[meapi] Number of Resources: Active","[misth] Number of Resources: Active","[moorh] Number of Resources: Active","[noror] Number of Resources: Active","[ovenb] Number of Resources: Active","[pereg] Number of Resources: Active","[pibgr] Number of Resources: Active","[proubis] Number of Resources: Active","[relpa] Number of Resources: Active","[ribgu] Number of Resources: Active","[rolle] Number of Resources: Active","[sante] Number of Resources: Active","[savsp] Number of Resources: Active","[shttr] Number of Resources: Active","[siski] Number of Resources: Active","[smew1] Number of Resources: Active","[sogsh] Number of Resources: Active","[sposa] Number of Resources: Active","[turdo] Number of Resources: Active","[vertera] Number of Resources: Active","[whimb] Number of Resources: Active","[whtpl] Number of Resources: Active","[whtsp] Number of Resources: Active","[yebsa] Number of Resources: Active","[yebwa] Number of Resources: Active" -"2016 Q4",5,3,3,1,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 -"2017 Q1",5,2,0,2,1,1,0,1,1,0,0,0,0,0,1,0,0,0,1,1,1,1,0,1,1,0,0,0,1,1,1,0,0,0,0,0,1,0,1,1,0,1,1,1,1,1,1,0,1,0,0,1,0,1,1,0,0,1,1,1,1,1,0,1,1,1 +Quarter,"[honbu] Number of Resources: Active","[reebu] Number of Resources: Active","[sancr] Number of Resources: Active","[caspl] Number of Resources: Active","[grath] Number of Resources: Active","[lanhach] Number of Resources: Active","[litst] Number of Resources: Active","[sarwa] Number of Resources: Active","[shag1] Number of Resources: Active","[swath] Number of Resources: Active","[velsc] Number of Resources: Active","[ybsbu] Number of Resources: Active","[yebbu] Number of Resources: Active","[allga] Number of Resources: Active","[alpsw] Number of Resources: Active","[aytinis] Number of Resources: Active","[blhbu] Number of Resources: Active","[boowa] Number of Resources: Active","[categ] Number of Resources: Active","[chaff] Number of Resources: Active","[coot1] Number of Resources: Active","[corsh] Number of Resources: Active","[crama] Number of Resources: Active","[crane] Number of Resources: Active","[dunli] Number of Resources: Active","[duswa] Number of Resources: Active","[egygo] Number of Resources: Active","[evegr] Number of Resources: Active","[ferdu] Number of Resources: Active","[field] Number of Resources: Active","[garwa] Number of Resources: Active","[gloib] Number of Resources: Active","[grgsh] Number of Resources: Active","[hardu] Number of Resources: Active","[henha] Number of Resources: Active","[hoowa] Number of Resources: Active","[jackd] Number of Resources: Active","[lapwi] Number of Resources: Active","[legsh] Number of Resources: Active","[lesre] Number of Resources: Active","[litau] Number of Resources: Active","[mamwa] Number of Resources: Active","[meapi] Number of Resources: Active","[misth] Number of Resources: Active","[moorh] Number of Resources: Active","[noror] Number of Resources: Active","[ovenb] Number of Resources: Active","[pereg] Number of Resources: Active","[pibgr] Number of Resources: Active","[proubis] Number of Resources: Active","[relpa] Number of Resources: Active","[ribgu] Number of Resources: Active","[rolle] Number of Resources: Active","[sante] Number of Resources: Active","[savsp] Number of Resources: Active","[shttr] Number of Resources: Active","[siski] Number of Resources: Active","[smew1] Number of Resources: Active","[sogsh] Number of Resources: Active","[sposa] Number of Resources: Active","[turdo] Number of Resources: Active","[vertera] Number of Resources: Active","[whimb] Number of Resources: Active","[whtpl] Number of Resources: Active","[whtsp] Number of Resources: Active","[yebsa] Number of Resources: Active","[yebwa] Number of Resources: Active" +"2016 Q4",5,3,3,1,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +"2017 Q1",5,2,0,2,1,1,0,1,1,0,0,0,0,0,1,0,0,0,1,1,1,1,0,1,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,1,1,0,1,1,1,1,1,1,0,1,0,0,1,0,1,1,0,0,1,1,1,1,1,0,1,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/timeseries-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/timeseries-Quarter-cs.csv index a129d24534..995979a9bc 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/timeseries-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/timeseries-Quarter-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[honbu] Number of Resources: Active","[reebu] Number of Resources: Active","[sancr] Number of Resources: Active","[caspl] Number of Resources: Active","[grath] Number of Resources: Active","[lanhach] Number of Resources: Active","[litst] Number of Resources: Active","[sarwa] Number of Resources: Active","[shag1] Number of Resources: Active","[swath] Number of Resources: Active","[velsc] Number of Resources: Active","[ybsbu] Number of Resources: Active","[yebbu] Number of Resources: Active","[allga] Number of Resources: Active","[alpsw] Number of Resources: Active","[aytinis] Number of Resources: Active","[blhbu] Number of Resources: Active","[boowa] Number of Resources: Active","[categ] Number of Resources: Active","[chaff] Number of Resources: Active","[coot1] Number of Resources: Active","[corsh] Number of Resources: Active","[crama] Number of Resources: Active","[crane] Number of Resources: Active","[dunli] Number of Resources: Active","[duswa] Number of Resources: Active","[egygo] Number of Resources: Active","[evegr] Number of Resources: Active","[ferdu] Number of Resources: Active","[field] Number of Resources: Active","[garwa] Number of Resources: Active","[gloib] Number of Resources: Active","[grgsh] Number of Resources: Active","[henha] Number of Resources: Active","[hoowa] Number of Resources: Active","[jackd] Number of Resources: Active","[lapwi] Number of Resources: Active","[legsh] Number of Resources: Active","[lesre] Number of Resources: Active","[litau] Number of Resources: Active","[mamwa] Number of Resources: Active","[meapi] Number of Resources: Active","[misth] Number of Resources: Active","[moorh] Number of Resources: Active","[noror] Number of Resources: Active","[ovenb] Number of Resources: Active","[pereg] Number of Resources: Active","[pibgr] Number of Resources: Active","[proubis] Number of Resources: Active","[relpa] Number of Resources: Active","[ribgu] Number of Resources: Active","[rolle] Number of Resources: Active","[sante] Number of Resources: Active","[savsp] Number of Resources: Active","[shttr] Number of Resources: Active","[siski] Number of Resources: Active","[smew1] Number of Resources: Active","[sogsh] Number of Resources: Active","[sposa] Number of Resources: Active","[turdo] Number of Resources: Active","[vertera] Number of Resources: Active","[whimb] Number of Resources: Active","[whtpl] Number of Resources: Active","[whtsp] Number of Resources: Active","[yebsa] Number of Resources: Active","[yebwa] Number of Resources: Active" -"2016 Q4",5,3,3,1,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 -"2017 Q1",5,2,0,2,1,1,0,1,1,0,0,0,0,0,1,0,0,0,1,1,1,1,0,1,1,0,0,0,1,1,1,0,0,0,0,0,1,0,1,1,0,1,1,1,1,1,1,0,1,0,0,1,0,1,1,0,0,1,1,1,1,1,0,1,1,1 +Quarter,"[honbu] Number of Resources: Active","[reebu] Number of Resources: Active","[sancr] Number of Resources: Active","[caspl] Number of Resources: Active","[grath] Number of Resources: Active","[lanhach] Number of Resources: Active","[litst] Number of Resources: Active","[sarwa] Number of Resources: Active","[shag1] Number of Resources: Active","[swath] Number of Resources: Active","[velsc] Number of Resources: Active","[ybsbu] Number of Resources: Active","[yebbu] Number of Resources: Active","[allga] Number of Resources: Active","[alpsw] Number of Resources: Active","[aytinis] Number of Resources: Active","[blhbu] Number of Resources: Active","[boowa] Number of Resources: Active","[categ] Number of Resources: Active","[chaff] Number of Resources: Active","[coot1] Number of Resources: Active","[corsh] Number of Resources: Active","[crama] Number of Resources: Active","[crane] Number of Resources: Active","[dunli] Number of Resources: Active","[duswa] Number of Resources: Active","[egygo] Number of Resources: Active","[evegr] Number of Resources: Active","[ferdu] Number of Resources: Active","[field] Number of Resources: Active","[garwa] Number of Resources: Active","[gloib] Number of Resources: Active","[grgsh] Number of Resources: Active","[hardu] Number of Resources: Active","[henha] Number of Resources: Active","[hoowa] Number of Resources: Active","[jackd] Number of Resources: Active","[lapwi] Number of Resources: Active","[legsh] Number of Resources: Active","[lesre] Number of Resources: Active","[litau] Number of Resources: Active","[mamwa] Number of Resources: Active","[meapi] Number of Resources: Active","[misth] Number of Resources: Active","[moorh] Number of Resources: Active","[noror] Number of Resources: Active","[ovenb] Number of Resources: Active","[pereg] Number of Resources: Active","[pibgr] Number of Resources: Active","[proubis] Number of Resources: Active","[relpa] Number of Resources: Active","[ribgu] Number of Resources: Active","[rolle] Number of Resources: Active","[sante] Number of Resources: Active","[savsp] Number of Resources: Active","[shttr] Number of Resources: Active","[siski] Number of Resources: Active","[smew1] Number of Resources: Active","[sogsh] Number of Resources: Active","[sposa] Number of Resources: Active","[turdo] Number of Resources: Active","[vertera] Number of Resources: Active","[whimb] Number of Resources: Active","[whtpl] Number of Resources: Active","[whtsp] Number of Resources: Active","[yebsa] Number of Resources: Active","[yebwa] Number of Resources: Active" +"2016 Q4",5,3,3,1,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +"2017 Q1",5,2,0,2,1,1,0,1,1,0,0,0,0,0,1,0,0,0,1,1,1,1,0,1,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,1,1,0,1,1,1,1,1,1,0,1,0,0,1,0,1,1,0,0,1,1,1,1,1,0,1,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/timeseries-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/timeseries-Year-cd.csv index c638f266fb..21d42c91e3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/timeseries-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/timeseries-Year-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[honbu] Number of Resources: Active","[reebu] Number of Resources: Active","[sancr] Number of Resources: Active","[caspl] Number of Resources: Active","[grath] Number of Resources: Active","[lanhach] Number of Resources: Active","[litst] Number of Resources: Active","[sarwa] Number of Resources: Active","[shag1] Number of Resources: Active","[swath] Number of Resources: Active","[velsc] Number of Resources: Active","[ybsbu] Number of Resources: Active","[yebbu] Number of Resources: Active","[allga] Number of Resources: Active","[alpsw] Number of Resources: Active","[aytinis] Number of Resources: Active","[blhbu] Number of Resources: Active","[boowa] Number of Resources: Active","[categ] Number of Resources: Active","[chaff] Number of Resources: Active","[coot1] Number of Resources: Active","[corsh] Number of Resources: Active","[crama] Number of Resources: Active","[crane] Number of Resources: Active","[dunli] Number of Resources: Active","[duswa] Number of Resources: Active","[egygo] Number of Resources: Active","[evegr] Number of Resources: Active","[ferdu] Number of Resources: Active","[field] Number of Resources: Active","[garwa] Number of Resources: Active","[gloib] Number of Resources: Active","[grgsh] Number of Resources: Active","[henha] Number of Resources: Active","[hoowa] Number of Resources: Active","[jackd] Number of Resources: Active","[lapwi] Number of Resources: Active","[legsh] Number of Resources: Active","[lesre] Number of Resources: Active","[litau] Number of Resources: Active","[mamwa] Number of Resources: Active","[meapi] Number of Resources: Active","[misth] Number of Resources: Active","[moorh] Number of Resources: Active","[noror] Number of Resources: Active","[ovenb] Number of Resources: Active","[pereg] Number of Resources: Active","[pibgr] Number of Resources: Active","[proubis] Number of Resources: Active","[relpa] Number of Resources: Active","[ribgu] Number of Resources: Active","[rolle] Number of Resources: Active","[sante] Number of Resources: Active","[savsp] Number of Resources: Active","[shttr] Number of Resources: Active","[siski] Number of Resources: Active","[smew1] Number of Resources: Active","[sogsh] Number of Resources: Active","[sposa] Number of Resources: Active","[turdo] Number of Resources: Active","[vertera] Number of Resources: Active","[whimb] Number of Resources: Active","[whtpl] Number of Resources: Active","[whtsp] Number of Resources: Active","[yebsa] Number of Resources: Active","[yebwa] Number of Resources: Active" -2016,5,3,3,1,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 -2017,5,2,0,2,1,1,0,1,1,0,0,0,0,0,1,0,0,0,1,1,1,1,0,1,1,0,0,0,1,1,1,0,0,0,0,0,1,0,1,1,0,1,1,1,1,1,1,0,1,0,0,1,0,1,1,0,0,1,1,1,1,1,0,1,1,1 +Year,"[honbu] Number of Resources: Active","[reebu] Number of Resources: Active","[sancr] Number of Resources: Active","[caspl] Number of Resources: Active","[grath] Number of Resources: Active","[lanhach] Number of Resources: Active","[litst] Number of Resources: Active","[sarwa] Number of Resources: Active","[shag1] Number of Resources: Active","[swath] Number of Resources: Active","[velsc] Number of Resources: Active","[ybsbu] Number of Resources: Active","[yebbu] Number of Resources: Active","[allga] Number of Resources: Active","[alpsw] Number of Resources: Active","[aytinis] Number of Resources: Active","[blhbu] Number of Resources: Active","[boowa] Number of Resources: Active","[categ] Number of Resources: Active","[chaff] Number of Resources: Active","[coot1] Number of Resources: Active","[corsh] Number of Resources: Active","[crama] Number of Resources: Active","[crane] Number of Resources: Active","[dunli] Number of Resources: Active","[duswa] Number of Resources: Active","[egygo] Number of Resources: Active","[evegr] Number of Resources: Active","[ferdu] Number of Resources: Active","[field] Number of Resources: Active","[garwa] Number of Resources: Active","[gloib] Number of Resources: Active","[grgsh] Number of Resources: Active","[hardu] Number of Resources: Active","[henha] Number of Resources: Active","[hoowa] Number of Resources: Active","[jackd] Number of Resources: Active","[lapwi] Number of Resources: Active","[legsh] Number of Resources: Active","[lesre] Number of Resources: Active","[litau] Number of Resources: Active","[mamwa] Number of Resources: Active","[meapi] Number of Resources: Active","[misth] Number of Resources: Active","[moorh] Number of Resources: Active","[noror] Number of Resources: Active","[ovenb] Number of Resources: Active","[pereg] Number of Resources: Active","[pibgr] Number of Resources: Active","[proubis] Number of Resources: Active","[relpa] Number of Resources: Active","[ribgu] Number of Resources: Active","[rolle] Number of Resources: Active","[sante] Number of Resources: Active","[savsp] Number of Resources: Active","[shttr] Number of Resources: Active","[siski] Number of Resources: Active","[smew1] Number of Resources: Active","[sogsh] Number of Resources: Active","[sposa] Number of Resources: Active","[turdo] Number of Resources: Active","[vertera] Number of Resources: Active","[whimb] Number of Resources: Active","[whtpl] Number of Resources: Active","[whtsp] Number of Resources: Active","[yebsa] Number of Resources: Active","[yebwa] Number of Resources: Active" +2016,5,3,3,1,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +2017,5,2,0,2,1,1,0,1,1,0,0,0,0,0,1,0,0,0,1,1,1,1,0,1,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,1,1,0,1,1,1,1,1,1,0,1,0,0,1,0,1,1,0,0,1,1,1,1,1,0,1,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/timeseries-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/timeseries-Year-cs.csv index c638f266fb..21d42c91e3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/timeseries-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/active_resource_count/timeseries-Year-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[honbu] Number of Resources: Active","[reebu] Number of Resources: Active","[sancr] Number of Resources: Active","[caspl] Number of Resources: Active","[grath] Number of Resources: Active","[lanhach] Number of Resources: Active","[litst] Number of Resources: Active","[sarwa] Number of Resources: Active","[shag1] Number of Resources: Active","[swath] Number of Resources: Active","[velsc] Number of Resources: Active","[ybsbu] Number of Resources: Active","[yebbu] Number of Resources: Active","[allga] Number of Resources: Active","[alpsw] Number of Resources: Active","[aytinis] Number of Resources: Active","[blhbu] Number of Resources: Active","[boowa] Number of Resources: Active","[categ] Number of Resources: Active","[chaff] Number of Resources: Active","[coot1] Number of Resources: Active","[corsh] Number of Resources: Active","[crama] Number of Resources: Active","[crane] Number of Resources: Active","[dunli] Number of Resources: Active","[duswa] Number of Resources: Active","[egygo] Number of Resources: Active","[evegr] Number of Resources: Active","[ferdu] Number of Resources: Active","[field] Number of Resources: Active","[garwa] Number of Resources: Active","[gloib] Number of Resources: Active","[grgsh] Number of Resources: Active","[henha] Number of Resources: Active","[hoowa] Number of Resources: Active","[jackd] Number of Resources: Active","[lapwi] Number of Resources: Active","[legsh] Number of Resources: Active","[lesre] Number of Resources: Active","[litau] Number of Resources: Active","[mamwa] Number of Resources: Active","[meapi] Number of Resources: Active","[misth] Number of Resources: Active","[moorh] Number of Resources: Active","[noror] Number of Resources: Active","[ovenb] Number of Resources: Active","[pereg] Number of Resources: Active","[pibgr] Number of Resources: Active","[proubis] Number of Resources: Active","[relpa] Number of Resources: Active","[ribgu] Number of Resources: Active","[rolle] Number of Resources: Active","[sante] Number of Resources: Active","[savsp] Number of Resources: Active","[shttr] Number of Resources: Active","[siski] Number of Resources: Active","[smew1] Number of Resources: Active","[sogsh] Number of Resources: Active","[sposa] Number of Resources: Active","[turdo] Number of Resources: Active","[vertera] Number of Resources: Active","[whimb] Number of Resources: Active","[whtpl] Number of Resources: Active","[whtsp] Number of Resources: Active","[yebsa] Number of Resources: Active","[yebwa] Number of Resources: Active" -2016,5,3,3,1,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 -2017,5,2,0,2,1,1,0,1,1,0,0,0,0,0,1,0,0,0,1,1,1,1,0,1,1,0,0,0,1,1,1,0,0,0,0,0,1,0,1,1,0,1,1,1,1,1,1,0,1,0,0,1,0,1,1,0,0,1,1,1,1,1,0,1,1,1 +Year,"[honbu] Number of Resources: Active","[reebu] Number of Resources: Active","[sancr] Number of Resources: Active","[caspl] Number of Resources: Active","[grath] Number of Resources: Active","[lanhach] Number of Resources: Active","[litst] Number of Resources: Active","[sarwa] Number of Resources: Active","[shag1] Number of Resources: Active","[swath] Number of Resources: Active","[velsc] Number of Resources: Active","[ybsbu] Number of Resources: Active","[yebbu] Number of Resources: Active","[allga] Number of Resources: Active","[alpsw] Number of Resources: Active","[aytinis] Number of Resources: Active","[blhbu] Number of Resources: Active","[boowa] Number of Resources: Active","[categ] Number of Resources: Active","[chaff] Number of Resources: Active","[coot1] Number of Resources: Active","[corsh] Number of Resources: Active","[crama] Number of Resources: Active","[crane] Number of Resources: Active","[dunli] Number of Resources: Active","[duswa] Number of Resources: Active","[egygo] Number of Resources: Active","[evegr] Number of Resources: Active","[ferdu] Number of Resources: Active","[field] Number of Resources: Active","[garwa] Number of Resources: Active","[gloib] Number of Resources: Active","[grgsh] Number of Resources: Active","[hardu] Number of Resources: Active","[henha] Number of Resources: Active","[hoowa] Number of Resources: Active","[jackd] Number of Resources: Active","[lapwi] Number of Resources: Active","[legsh] Number of Resources: Active","[lesre] Number of Resources: Active","[litau] Number of Resources: Active","[mamwa] Number of Resources: Active","[meapi] Number of Resources: Active","[misth] Number of Resources: Active","[moorh] Number of Resources: Active","[noror] Number of Resources: Active","[ovenb] Number of Resources: Active","[pereg] Number of Resources: Active","[pibgr] Number of Resources: Active","[proubis] Number of Resources: Active","[relpa] Number of Resources: Active","[ribgu] Number of Resources: Active","[rolle] Number of Resources: Active","[sante] Number of Resources: Active","[savsp] Number of Resources: Active","[shttr] Number of Resources: Active","[siski] Number of Resources: Active","[smew1] Number of Resources: Active","[sogsh] Number of Resources: Active","[sposa] Number of Resources: Active","[turdo] Number of Resources: Active","[vertera] Number of Resources: Active","[whimb] Number of Resources: Active","[whtpl] Number of Resources: Active","[whtsp] Number of Resources: Active","[yebsa] Number of Resources: Active","[yebwa] Number of Resources: Active" +2016,5,3,3,1,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +2017,5,2,0,2,1,1,0,1,1,0,0,0,0,0,1,0,0,0,1,1,1,1,0,1,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,1,1,0,1,1,1,1,1,1,0,1,0,0,1,0,1,1,0,0,1,1,1,1,1,0,1,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/aggregate-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/aggregate-Day-cd.csv index 48836a8421..25450929a6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/aggregate-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/aggregate-Day-cd.csv @@ -49,6 +49,7 @@ alpsw,38.17333333,15.42650790996771 lanhach,32.58187500,10.043985268073873 ribgu,31.90972222, allga,28.14000000,0 +hardu,28.14000000,0 moorh,25.48654262, caspl,25.28805115,0.5677021199320009 jackd,21.84694444, diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/aggregate-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/aggregate-Day-cs.csv index 48836a8421..25450929a6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/aggregate-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/aggregate-Day-cs.csv @@ -49,6 +49,7 @@ alpsw,38.17333333,15.42650790996771 lanhach,32.58187500,10.043985268073873 ribgu,31.90972222, allga,28.14000000,0 +hardu,28.14000000,0 moorh,25.48654262, caspl,25.28805115,0.5677021199320009 jackd,21.84694444, diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/aggregate-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/aggregate-Month-cd.csv index 27941d33dd..44c6ca9688 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/aggregate-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/aggregate-Month-cd.csv @@ -49,6 +49,7 @@ alpsw,38.17333333,15.42650790996771 lanhach,32.58187500,10.180164841566825 ribgu,31.90972222,0 allga,28.14000000,0 +hardu,28.14000000,0 moorh,25.48654262,0.09521527865289223 caspl,25.28805115,0.5677021199320009 jackd,21.84694444,1.3829746334642423 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/aggregate-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/aggregate-Month-cs.csv index 27941d33dd..44c6ca9688 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/aggregate-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/aggregate-Month-cs.csv @@ -49,6 +49,7 @@ alpsw,38.17333333,15.42650790996771 lanhach,32.58187500,10.180164841566825 ribgu,31.90972222,0 allga,28.14000000,0 +hardu,28.14000000,0 moorh,25.48654262,0.09521527865289223 caspl,25.28805115,0.5677021199320009 jackd,21.84694444,1.3829746334642423 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/aggregate-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/aggregate-Quarter-cd.csv index 27941d33dd..44c6ca9688 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/aggregate-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/aggregate-Quarter-cd.csv @@ -49,6 +49,7 @@ alpsw,38.17333333,15.42650790996771 lanhach,32.58187500,10.180164841566825 ribgu,31.90972222,0 allga,28.14000000,0 +hardu,28.14000000,0 moorh,25.48654262,0.09521527865289223 caspl,25.28805115,0.5677021199320009 jackd,21.84694444,1.3829746334642423 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/aggregate-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/aggregate-Quarter-cs.csv index 27941d33dd..44c6ca9688 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/aggregate-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/aggregate-Quarter-cs.csv @@ -49,6 +49,7 @@ alpsw,38.17333333,15.42650790996771 lanhach,32.58187500,10.180164841566825 ribgu,31.90972222,0 allga,28.14000000,0 +hardu,28.14000000,0 moorh,25.48654262,0.09521527865289223 caspl,25.28805115,0.5677021199320009 jackd,21.84694444,1.3829746334642423 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/aggregate-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/aggregate-Year-cd.csv index 27941d33dd..44c6ca9688 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/aggregate-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/aggregate-Year-cd.csv @@ -49,6 +49,7 @@ alpsw,38.17333333,15.42650790996771 lanhach,32.58187500,10.180164841566825 ribgu,31.90972222,0 allga,28.14000000,0 +hardu,28.14000000,0 moorh,25.48654262,0.09521527865289223 caspl,25.28805115,0.5677021199320009 jackd,21.84694444,1.3829746334642423 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/aggregate-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/aggregate-Year-cs.csv index 27941d33dd..44c6ca9688 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/aggregate-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/aggregate-Year-cs.csv @@ -49,6 +49,7 @@ alpsw,38.17333333,15.42650790996771 lanhach,32.58187500,10.180164841566825 ribgu,31.90972222,0 allga,28.14000000,0 +hardu,28.14000000,0 moorh,25.48654262,0.09521527865289223 caspl,25.28805115,0.5677021199320009 jackd,21.84694444,1.3829746334642423 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/timeseries-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/timeseries-Day-cd.csv index 8a7d78510c..2a557f38cb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/timeseries-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/timeseries-Day-cd.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[aytinis] CPU Hours: Per Job","[chaff] CPU Hours: Per Job","[meapi] CPU Hours: Per Job","[velsc] CPU Hours: Per Job","[duswa] CPU Hours: Per Job","[siski] CPU Hours: Per Job","[ferdu] CPU Hours: Per Job","[smew1] CPU Hours: Per Job","[egygo] CPU Hours: Per Job","[pereg] CPU Hours: Per Job","[ovenb] CPU Hours: Per Job","[crane] CPU Hours: Per Job","[yebbu] CPU Hours: Per Job","[gloib] CPU Hours: Per Job","[yebwa] CPU Hours: Per Job","[garwa] CPU Hours: Per Job","[whtsp] CPU Hours: Per Job","[evegr] CPU Hours: Per Job","[whtpl] CPU Hours: Per Job","[misth] CPU Hours: Per Job","[shag1] CPU Hours: Per Job","[ybsbu] CPU Hours: Per Job","[shttr] CPU Hours: Per Job","[sarwa] CPU Hours: Per Job","[whimb] CPU Hours: Per Job","[corsh] CPU Hours: Per Job","[sposa] CPU Hours: Per Job","[yebsa] CPU Hours: Per Job","[hoowa] CPU Hours: Per Job","[sancr] CPU Hours: Per Job","[rolle] CPU Hours: Per Job","[field] CPU Hours: Per Job","[noror] CPU Hours: Per Job","[sante] CPU Hours: Per Job","[lesre] CPU Hours: Per Job","[mamwa] CPU Hours: Per Job","[boowa] CPU Hours: Per Job","[litau] CPU Hours: Per Job","[lapwi] CPU Hours: Per Job","[alpsw] CPU Hours: Per Job","[lanhach] CPU Hours: Per Job","[ribgu] CPU Hours: Per Job","[allga] CPU Hours: Per Job","[moorh] CPU Hours: Per Job","[caspl] CPU Hours: Per Job","[jackd] CPU Hours: Per Job","[vertera] CPU Hours: Per Job","[grath] CPU Hours: Per Job","[turdo] CPU Hours: Per Job","[pibgr] CPU Hours: Per Job","[legsh] CPU Hours: Per Job","[dunli] CPU Hours: Per Job","[swath] CPU Hours: Per Job","[reebu] CPU Hours: Per Job","[blhbu] CPU Hours: Per Job","[henha] CPU Hours: Per Job","[litst] CPU Hours: Per Job","[honbu] CPU Hours: Per Job","[crama] CPU Hours: Per Job","[relpa] CPU Hours: Per Job","[coot1] CPU Hours: Per Job","[proubis] CPU Hours: Per Job","[categ] CPU Hours: Per Job","[sogsh] CPU Hours: Per Job","[savsp] CPU Hours: Per Job","[grgsh] CPU Hours: Per Job" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200.95666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203.30000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.00000000,8.60361111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.00000000,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.00000000,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156.95833333,0,0,0,0,76.17666667,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43.26666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.00000000,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.00000000,0,0,0,0,576.00000000,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-27,0,243.18222222,1246.47111111,2997.12000000,0,1487.82000000,0,0,0,0,78.98666667,0,0,0,0,384.00000000,0,0,0,0,0,136.79555556,111.72266667,0,0,0,0,0,0,650.84444444,0,0,288.00000000,24.00000000,0,4.72138889,238.86666667,0,0,0,0,0,0,0,0,0,0,0,288.00000000,0,0,0,0,143.14666667,0,0,0,3.21666667,0,0,0,0,0,0,0,0 -2016-12-28,3274.16345679,1536.00000000,1462.12800000,3456.00000000,0,1170.67333333,0,0,0,0,384.00000000,0,0,94.01111111,0,144.42111111,0,0,60.47666667,37.38407407,193.12666667,384.00000000,141.10666667,266.54222222,0,0,0,0,70.31866667,284.72404040,0,0,288.00000000,24.00000000,0,24.00000000,288.00000000,0,13.35268330,0,0,0,0,5.01598392,0,0,0,0,288.00000000,0,0,0,0,630.22700855,0,0,0,24.00000000,0,0,0,0,0,0,0,0 -2016-12-29,4394.66666667,1536.00000000,2251.54909091,3456.00000000,0,1440.00000000,180.11666667,831.60857143,410.97777778,1406.28333333,384.00000000,611.49333333,758.98888889,480.00000000,1038.22222222,382.20422222,0,107.90888889,288.00000000,288.00000000,387.21000000,106.45155556,164.24592593,535.35619048,0,39.71703704,48.73966667,79.40936508,111.16444444,357.73259259,0,0,288.00000000,19.56861111,28.69444444,24.00000000,288.00000000,52.00416667,16.60273286,0,22.24222222,0,0,13.10756221,0,0,0,7.24000000,38.39929825,4.66003889,0,0,35.48623932,403.98240000,0,2.01966667,0,4.97002566,0,0,0,0,0,0,0,0 -2016-12-30,4394.66666667,1536.00000000,2131.62060606,324.23111111,2468.14222222,625.34000000,1440.00000000,1568.46000000,1151.41444444,489.36111111,384.00000000,765.75000000,480.00444444,386.12222222,402.80000000,302.76555556,0,510.57222222,181.16111111,174.64030303,173.83962963,164.41962963,102.30620370,129.32098413,683.12000000,143.85833333,114.58566667,77.76288889,92.49006944,77.69224586,21.99861111,64.03555556,288.00000000,3.56833333,52.54222222,19.28555556,13.26442593,68.03194444,21.71949405,6.51777778,4.02347222,17.79750000,28.14000000,13.31263065,0,10.84229167,16.32947222,142.16250000,8.81516078,5.34402222,4.25015531,5.80186420,4.14055945,2.20207251,3.48631944,4.10559722,5.65000000,3.17816020,1.60992063,1.04000000,0.97263889,0.97243056,0.97256944,1.58977533,0.02760417,0.02405133 -2016-12-31,1121.32049383,1536.00000000,1158.10807018,0,5701.54666667,444.34666667,1440.00000000,1590.52000000,821.47333333,1440.00000000,265.13155556,977.07428571,294.97777778,0,0,245.43360532,385.99851852,0,0,288.00000000,224.42037037,130.38518519,119.81037037,772.86370370,261.10111111,192.00000000,190.06944444,76.17254902,57.49013889,30.92378849,251.46666667,158.30444444,58.32133333,0,23.98444444,0,1.92791667,70.16857143,10.83064379,131.93777778,25.91166667,14.11222222,0,12.53390738,2.35937500,22.00930556,35.16320513,14.57163265,8.33840025,0,5.54019436,12.54733333,1114.52444444,1.45788429,7.65398148,8.63138889,2.45222222,3.84824292,0,0,0.97312500,0.97349537,0.97211806,1.07971065,0.02281046,0.01479010 -2017-01-01,0,1293.28000000,263.45777778,0,0,0,1140.35000000,0,0,158.23333333,371.58666667,667.68761905,0,0,3.46666667,104.22217494,198.70320988,0,0,60.55000000,118.89333333,0,141.00285714,70.31901235,269.34857143,68.79111111,63.49666667,51.40333333,0,0,21.40555556,61.31777778,15.50950855,0,45.96222222,0,0,5.71666667,13.34534574,7.11888889,45.02654321,0,0,11.50582962,25.37236259,0,8.24440000,35.25833333,9.56621212,0,0,6.26263789,0,36.21190476,0,0,0,0.56752421,0,0,0.96979167,0.96958333,0.96975694,0.02809588,0.02555556,0 +Day,"[aytinis] CPU Hours: Per Job","[chaff] CPU Hours: Per Job","[meapi] CPU Hours: Per Job","[velsc] CPU Hours: Per Job","[duswa] CPU Hours: Per Job","[siski] CPU Hours: Per Job","[ferdu] CPU Hours: Per Job","[smew1] CPU Hours: Per Job","[egygo] CPU Hours: Per Job","[pereg] CPU Hours: Per Job","[ovenb] CPU Hours: Per Job","[crane] CPU Hours: Per Job","[yebbu] CPU Hours: Per Job","[gloib] CPU Hours: Per Job","[yebwa] CPU Hours: Per Job","[garwa] CPU Hours: Per Job","[whtsp] CPU Hours: Per Job","[evegr] CPU Hours: Per Job","[whtpl] CPU Hours: Per Job","[misth] CPU Hours: Per Job","[shag1] CPU Hours: Per Job","[ybsbu] CPU Hours: Per Job","[shttr] CPU Hours: Per Job","[sarwa] CPU Hours: Per Job","[whimb] CPU Hours: Per Job","[corsh] CPU Hours: Per Job","[sposa] CPU Hours: Per Job","[yebsa] CPU Hours: Per Job","[hoowa] CPU Hours: Per Job","[sancr] CPU Hours: Per Job","[rolle] CPU Hours: Per Job","[field] CPU Hours: Per Job","[noror] CPU Hours: Per Job","[sante] CPU Hours: Per Job","[lesre] CPU Hours: Per Job","[mamwa] CPU Hours: Per Job","[boowa] CPU Hours: Per Job","[litau] CPU Hours: Per Job","[lapwi] CPU Hours: Per Job","[alpsw] CPU Hours: Per Job","[lanhach] CPU Hours: Per Job","[ribgu] CPU Hours: Per Job","[allga] CPU Hours: Per Job","[hardu] CPU Hours: Per Job","[moorh] CPU Hours: Per Job","[caspl] CPU Hours: Per Job","[jackd] CPU Hours: Per Job","[vertera] CPU Hours: Per Job","[grath] CPU Hours: Per Job","[turdo] CPU Hours: Per Job","[pibgr] CPU Hours: Per Job","[legsh] CPU Hours: Per Job","[dunli] CPU Hours: Per Job","[swath] CPU Hours: Per Job","[reebu] CPU Hours: Per Job","[blhbu] CPU Hours: Per Job","[henha] CPU Hours: Per Job","[litst] CPU Hours: Per Job","[honbu] CPU Hours: Per Job","[crama] CPU Hours: Per Job","[relpa] CPU Hours: Per Job","[coot1] CPU Hours: Per Job","[proubis] CPU Hours: Per Job","[categ] CPU Hours: Per Job","[sogsh] CPU Hours: Per Job","[savsp] CPU Hours: Per Job","[grgsh] CPU Hours: Per Job" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200.95666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203.30000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.00000000,8.60361111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.00000000,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.00000000,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156.95833333,0,0,0,0,76.17666667,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43.26666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.00000000,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.00000000,0,0,0,0,576.00000000,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-27,0,243.18222222,1246.47111111,2997.12000000,0,1487.82000000,0,0,0,0,78.98666667,0,0,0,0,384.00000000,0,0,0,0,0,136.79555556,111.72266667,0,0,0,0,0,0,650.84444444,0,0,288.00000000,24.00000000,0,4.72138889,238.86666667,0,0,0,0,0,0,0,0,0,0,0,0,288.00000000,0,0,0,0,143.14666667,0,0,0,3.21666667,0,0,0,0,0,0,0,0 +2016-12-28,3274.16345679,1536.00000000,1462.12800000,3456.00000000,0,1170.67333333,0,0,0,0,384.00000000,0,0,94.01111111,0,144.42111111,0,0,60.47666667,37.38407407,193.12666667,384.00000000,141.10666667,266.54222222,0,0,0,0,70.31866667,284.72404040,0,0,288.00000000,24.00000000,0,24.00000000,288.00000000,0,13.35268330,0,0,0,0,0,5.01598392,0,0,0,0,288.00000000,0,0,0,0,630.22700855,0,0,0,24.00000000,0,0,0,0,0,0,0,0 +2016-12-29,4394.66666667,1536.00000000,2251.54909091,3456.00000000,0,1440.00000000,180.11666667,831.60857143,410.97777778,1406.28333333,384.00000000,611.49333333,758.98888889,480.00000000,1038.22222222,382.20422222,0,107.90888889,288.00000000,288.00000000,387.21000000,106.45155556,164.24592593,535.35619048,0,39.71703704,48.73966667,79.40936508,111.16444444,357.73259259,0,0,288.00000000,19.56861111,28.69444444,24.00000000,288.00000000,52.00416667,16.60273286,0,22.24222222,0,0,0,13.10756221,0,0,0,7.24000000,38.39929825,4.66003889,0,0,35.48623932,403.98240000,0,2.01966667,0,4.97002566,0,0,0,0,0,0,0,0 +2016-12-30,4394.66666667,1536.00000000,2131.62060606,324.23111111,2468.14222222,625.34000000,1440.00000000,1568.46000000,1151.41444444,489.36111111,384.00000000,765.75000000,480.00444444,386.12222222,402.80000000,302.76555556,0,510.57222222,181.16111111,174.64030303,173.83962963,164.41962963,102.30620370,129.32098413,683.12000000,143.85833333,114.58566667,77.76288889,92.49006944,77.69224586,21.99861111,64.03555556,288.00000000,3.56833333,52.54222222,19.28555556,13.26442593,68.03194444,21.71949405,6.51777778,4.02347222,17.79750000,28.14000000,28.14000000,13.31263065,0,10.84229167,16.32947222,142.16250000,8.81516078,5.34402222,4.25015531,5.80186420,4.14055945,2.20207251,3.48631944,4.10559722,5.65000000,3.17816020,1.60992063,1.04000000,0.97263889,0.97243056,0.97256944,1.58977533,0.02760417,0.02405133 +2016-12-31,1121.32049383,1536.00000000,1158.10807018,0,5701.54666667,444.34666667,1440.00000000,1590.52000000,821.47333333,1440.00000000,265.13155556,977.07428571,294.97777778,0,0,245.43360532,385.99851852,0,0,288.00000000,224.42037037,130.38518519,119.81037037,772.86370370,261.10111111,192.00000000,190.06944444,76.17254902,57.49013889,30.92378849,251.46666667,158.30444444,58.32133333,0,23.98444444,0,1.92791667,70.16857143,10.83064379,131.93777778,25.91166667,14.11222222,0,0,12.53390738,2.35937500,22.00930556,35.16320513,14.57163265,8.33840025,0,5.54019436,12.54733333,1114.52444444,1.45788429,7.65398148,8.63138889,2.45222222,3.84824292,0,0,0.97312500,0.97349537,0.97211806,1.07971065,0.02281046,0.01479010 +2017-01-01,0,1293.28000000,263.45777778,0,0,0,1140.35000000,0,0,158.23333333,371.58666667,667.68761905,0,0,3.46666667,104.22217494,198.70320988,0,0,60.55000000,118.89333333,0,141.00285714,70.31901235,269.34857143,68.79111111,63.49666667,51.40333333,0,0,21.40555556,61.31777778,15.50950855,0,45.96222222,0,0,5.71666667,13.34534574,7.11888889,45.02654321,0,0,0,11.50582962,25.37236259,0,8.24440000,35.25833333,9.56621212,0,0,6.26263789,0,36.21190476,0,0,0,0.56752421,0,0,0.96979167,0.96958333,0.96975694,0.02809588,0.02555556,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/timeseries-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/timeseries-Day-cs.csv index 8a7d78510c..2a557f38cb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/timeseries-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/timeseries-Day-cs.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[aytinis] CPU Hours: Per Job","[chaff] CPU Hours: Per Job","[meapi] CPU Hours: Per Job","[velsc] CPU Hours: Per Job","[duswa] CPU Hours: Per Job","[siski] CPU Hours: Per Job","[ferdu] CPU Hours: Per Job","[smew1] CPU Hours: Per Job","[egygo] CPU Hours: Per Job","[pereg] CPU Hours: Per Job","[ovenb] CPU Hours: Per Job","[crane] CPU Hours: Per Job","[yebbu] CPU Hours: Per Job","[gloib] CPU Hours: Per Job","[yebwa] CPU Hours: Per Job","[garwa] CPU Hours: Per Job","[whtsp] CPU Hours: Per Job","[evegr] CPU Hours: Per Job","[whtpl] CPU Hours: Per Job","[misth] CPU Hours: Per Job","[shag1] CPU Hours: Per Job","[ybsbu] CPU Hours: Per Job","[shttr] CPU Hours: Per Job","[sarwa] CPU Hours: Per Job","[whimb] CPU Hours: Per Job","[corsh] CPU Hours: Per Job","[sposa] CPU Hours: Per Job","[yebsa] CPU Hours: Per Job","[hoowa] CPU Hours: Per Job","[sancr] CPU Hours: Per Job","[rolle] CPU Hours: Per Job","[field] CPU Hours: Per Job","[noror] CPU Hours: Per Job","[sante] CPU Hours: Per Job","[lesre] CPU Hours: Per Job","[mamwa] CPU Hours: Per Job","[boowa] CPU Hours: Per Job","[litau] CPU Hours: Per Job","[lapwi] CPU Hours: Per Job","[alpsw] CPU Hours: Per Job","[lanhach] CPU Hours: Per Job","[ribgu] CPU Hours: Per Job","[allga] CPU Hours: Per Job","[moorh] CPU Hours: Per Job","[caspl] CPU Hours: Per Job","[jackd] CPU Hours: Per Job","[vertera] CPU Hours: Per Job","[grath] CPU Hours: Per Job","[turdo] CPU Hours: Per Job","[pibgr] CPU Hours: Per Job","[legsh] CPU Hours: Per Job","[dunli] CPU Hours: Per Job","[swath] CPU Hours: Per Job","[reebu] CPU Hours: Per Job","[blhbu] CPU Hours: Per Job","[henha] CPU Hours: Per Job","[litst] CPU Hours: Per Job","[honbu] CPU Hours: Per Job","[crama] CPU Hours: Per Job","[relpa] CPU Hours: Per Job","[coot1] CPU Hours: Per Job","[proubis] CPU Hours: Per Job","[categ] CPU Hours: Per Job","[sogsh] CPU Hours: Per Job","[savsp] CPU Hours: Per Job","[grgsh] CPU Hours: Per Job" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200.95666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203.30000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.00000000,8.60361111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.00000000,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.00000000,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156.95833333,0,0,0,0,76.17666667,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43.26666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.00000000,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.00000000,0,0,0,0,576.00000000,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-27,0,243.18222222,1246.47111111,2997.12000000,0,1487.82000000,0,0,0,0,78.98666667,0,0,0,0,384.00000000,0,0,0,0,0,136.79555556,111.72266667,0,0,0,0,0,0,650.84444444,0,0,288.00000000,24.00000000,0,4.72138889,238.86666667,0,0,0,0,0,0,0,0,0,0,0,288.00000000,0,0,0,0,143.14666667,0,0,0,3.21666667,0,0,0,0,0,0,0,0 -2016-12-28,3274.16345679,1536.00000000,1462.12800000,3456.00000000,0,1170.67333333,0,0,0,0,384.00000000,0,0,94.01111111,0,144.42111111,0,0,60.47666667,37.38407407,193.12666667,384.00000000,141.10666667,266.54222222,0,0,0,0,70.31866667,284.72404040,0,0,288.00000000,24.00000000,0,24.00000000,288.00000000,0,13.35268330,0,0,0,0,5.01598392,0,0,0,0,288.00000000,0,0,0,0,630.22700855,0,0,0,24.00000000,0,0,0,0,0,0,0,0 -2016-12-29,4394.66666667,1536.00000000,2251.54909091,3456.00000000,0,1440.00000000,180.11666667,831.60857143,410.97777778,1406.28333333,384.00000000,611.49333333,758.98888889,480.00000000,1038.22222222,382.20422222,0,107.90888889,288.00000000,288.00000000,387.21000000,106.45155556,164.24592593,535.35619048,0,39.71703704,48.73966667,79.40936508,111.16444444,357.73259259,0,0,288.00000000,19.56861111,28.69444444,24.00000000,288.00000000,52.00416667,16.60273286,0,22.24222222,0,0,13.10756221,0,0,0,7.24000000,38.39929825,4.66003889,0,0,35.48623932,403.98240000,0,2.01966667,0,4.97002566,0,0,0,0,0,0,0,0 -2016-12-30,4394.66666667,1536.00000000,2131.62060606,324.23111111,2468.14222222,625.34000000,1440.00000000,1568.46000000,1151.41444444,489.36111111,384.00000000,765.75000000,480.00444444,386.12222222,402.80000000,302.76555556,0,510.57222222,181.16111111,174.64030303,173.83962963,164.41962963,102.30620370,129.32098413,683.12000000,143.85833333,114.58566667,77.76288889,92.49006944,77.69224586,21.99861111,64.03555556,288.00000000,3.56833333,52.54222222,19.28555556,13.26442593,68.03194444,21.71949405,6.51777778,4.02347222,17.79750000,28.14000000,13.31263065,0,10.84229167,16.32947222,142.16250000,8.81516078,5.34402222,4.25015531,5.80186420,4.14055945,2.20207251,3.48631944,4.10559722,5.65000000,3.17816020,1.60992063,1.04000000,0.97263889,0.97243056,0.97256944,1.58977533,0.02760417,0.02405133 -2016-12-31,1121.32049383,1536.00000000,1158.10807018,0,5701.54666667,444.34666667,1440.00000000,1590.52000000,821.47333333,1440.00000000,265.13155556,977.07428571,294.97777778,0,0,245.43360532,385.99851852,0,0,288.00000000,224.42037037,130.38518519,119.81037037,772.86370370,261.10111111,192.00000000,190.06944444,76.17254902,57.49013889,30.92378849,251.46666667,158.30444444,58.32133333,0,23.98444444,0,1.92791667,70.16857143,10.83064379,131.93777778,25.91166667,14.11222222,0,12.53390738,2.35937500,22.00930556,35.16320513,14.57163265,8.33840025,0,5.54019436,12.54733333,1114.52444444,1.45788429,7.65398148,8.63138889,2.45222222,3.84824292,0,0,0.97312500,0.97349537,0.97211806,1.07971065,0.02281046,0.01479010 -2017-01-01,0,1293.28000000,263.45777778,0,0,0,1140.35000000,0,0,158.23333333,371.58666667,667.68761905,0,0,3.46666667,104.22217494,198.70320988,0,0,60.55000000,118.89333333,0,141.00285714,70.31901235,269.34857143,68.79111111,63.49666667,51.40333333,0,0,21.40555556,61.31777778,15.50950855,0,45.96222222,0,0,5.71666667,13.34534574,7.11888889,45.02654321,0,0,11.50582962,25.37236259,0,8.24440000,35.25833333,9.56621212,0,0,6.26263789,0,36.21190476,0,0,0,0.56752421,0,0,0.96979167,0.96958333,0.96975694,0.02809588,0.02555556,0 +Day,"[aytinis] CPU Hours: Per Job","[chaff] CPU Hours: Per Job","[meapi] CPU Hours: Per Job","[velsc] CPU Hours: Per Job","[duswa] CPU Hours: Per Job","[siski] CPU Hours: Per Job","[ferdu] CPU Hours: Per Job","[smew1] CPU Hours: Per Job","[egygo] CPU Hours: Per Job","[pereg] CPU Hours: Per Job","[ovenb] CPU Hours: Per Job","[crane] CPU Hours: Per Job","[yebbu] CPU Hours: Per Job","[gloib] CPU Hours: Per Job","[yebwa] CPU Hours: Per Job","[garwa] CPU Hours: Per Job","[whtsp] CPU Hours: Per Job","[evegr] CPU Hours: Per Job","[whtpl] CPU Hours: Per Job","[misth] CPU Hours: Per Job","[shag1] CPU Hours: Per Job","[ybsbu] CPU Hours: Per Job","[shttr] CPU Hours: Per Job","[sarwa] CPU Hours: Per Job","[whimb] CPU Hours: Per Job","[corsh] CPU Hours: Per Job","[sposa] CPU Hours: Per Job","[yebsa] CPU Hours: Per Job","[hoowa] CPU Hours: Per Job","[sancr] CPU Hours: Per Job","[rolle] CPU Hours: Per Job","[field] CPU Hours: Per Job","[noror] CPU Hours: Per Job","[sante] CPU Hours: Per Job","[lesre] CPU Hours: Per Job","[mamwa] CPU Hours: Per Job","[boowa] CPU Hours: Per Job","[litau] CPU Hours: Per Job","[lapwi] CPU Hours: Per Job","[alpsw] CPU Hours: Per Job","[lanhach] CPU Hours: Per Job","[ribgu] CPU Hours: Per Job","[allga] CPU Hours: Per Job","[hardu] CPU Hours: Per Job","[moorh] CPU Hours: Per Job","[caspl] CPU Hours: Per Job","[jackd] CPU Hours: Per Job","[vertera] CPU Hours: Per Job","[grath] CPU Hours: Per Job","[turdo] CPU Hours: Per Job","[pibgr] CPU Hours: Per Job","[legsh] CPU Hours: Per Job","[dunli] CPU Hours: Per Job","[swath] CPU Hours: Per Job","[reebu] CPU Hours: Per Job","[blhbu] CPU Hours: Per Job","[henha] CPU Hours: Per Job","[litst] CPU Hours: Per Job","[honbu] CPU Hours: Per Job","[crama] CPU Hours: Per Job","[relpa] CPU Hours: Per Job","[coot1] CPU Hours: Per Job","[proubis] CPU Hours: Per Job","[categ] CPU Hours: Per Job","[sogsh] CPU Hours: Per Job","[savsp] CPU Hours: Per Job","[grgsh] CPU Hours: Per Job" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200.95666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203.30000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.00000000,8.60361111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.00000000,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.00000000,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156.95833333,0,0,0,0,76.17666667,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43.26666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.00000000,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.00000000,0,0,0,0,576.00000000,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-27,0,243.18222222,1246.47111111,2997.12000000,0,1487.82000000,0,0,0,0,78.98666667,0,0,0,0,384.00000000,0,0,0,0,0,136.79555556,111.72266667,0,0,0,0,0,0,650.84444444,0,0,288.00000000,24.00000000,0,4.72138889,238.86666667,0,0,0,0,0,0,0,0,0,0,0,0,288.00000000,0,0,0,0,143.14666667,0,0,0,3.21666667,0,0,0,0,0,0,0,0 +2016-12-28,3274.16345679,1536.00000000,1462.12800000,3456.00000000,0,1170.67333333,0,0,0,0,384.00000000,0,0,94.01111111,0,144.42111111,0,0,60.47666667,37.38407407,193.12666667,384.00000000,141.10666667,266.54222222,0,0,0,0,70.31866667,284.72404040,0,0,288.00000000,24.00000000,0,24.00000000,288.00000000,0,13.35268330,0,0,0,0,0,5.01598392,0,0,0,0,288.00000000,0,0,0,0,630.22700855,0,0,0,24.00000000,0,0,0,0,0,0,0,0 +2016-12-29,4394.66666667,1536.00000000,2251.54909091,3456.00000000,0,1440.00000000,180.11666667,831.60857143,410.97777778,1406.28333333,384.00000000,611.49333333,758.98888889,480.00000000,1038.22222222,382.20422222,0,107.90888889,288.00000000,288.00000000,387.21000000,106.45155556,164.24592593,535.35619048,0,39.71703704,48.73966667,79.40936508,111.16444444,357.73259259,0,0,288.00000000,19.56861111,28.69444444,24.00000000,288.00000000,52.00416667,16.60273286,0,22.24222222,0,0,0,13.10756221,0,0,0,7.24000000,38.39929825,4.66003889,0,0,35.48623932,403.98240000,0,2.01966667,0,4.97002566,0,0,0,0,0,0,0,0 +2016-12-30,4394.66666667,1536.00000000,2131.62060606,324.23111111,2468.14222222,625.34000000,1440.00000000,1568.46000000,1151.41444444,489.36111111,384.00000000,765.75000000,480.00444444,386.12222222,402.80000000,302.76555556,0,510.57222222,181.16111111,174.64030303,173.83962963,164.41962963,102.30620370,129.32098413,683.12000000,143.85833333,114.58566667,77.76288889,92.49006944,77.69224586,21.99861111,64.03555556,288.00000000,3.56833333,52.54222222,19.28555556,13.26442593,68.03194444,21.71949405,6.51777778,4.02347222,17.79750000,28.14000000,28.14000000,13.31263065,0,10.84229167,16.32947222,142.16250000,8.81516078,5.34402222,4.25015531,5.80186420,4.14055945,2.20207251,3.48631944,4.10559722,5.65000000,3.17816020,1.60992063,1.04000000,0.97263889,0.97243056,0.97256944,1.58977533,0.02760417,0.02405133 +2016-12-31,1121.32049383,1536.00000000,1158.10807018,0,5701.54666667,444.34666667,1440.00000000,1590.52000000,821.47333333,1440.00000000,265.13155556,977.07428571,294.97777778,0,0,245.43360532,385.99851852,0,0,288.00000000,224.42037037,130.38518519,119.81037037,772.86370370,261.10111111,192.00000000,190.06944444,76.17254902,57.49013889,30.92378849,251.46666667,158.30444444,58.32133333,0,23.98444444,0,1.92791667,70.16857143,10.83064379,131.93777778,25.91166667,14.11222222,0,0,12.53390738,2.35937500,22.00930556,35.16320513,14.57163265,8.33840025,0,5.54019436,12.54733333,1114.52444444,1.45788429,7.65398148,8.63138889,2.45222222,3.84824292,0,0,0.97312500,0.97349537,0.97211806,1.07971065,0.02281046,0.01479010 +2017-01-01,0,1293.28000000,263.45777778,0,0,0,1140.35000000,0,0,158.23333333,371.58666667,667.68761905,0,0,3.46666667,104.22217494,198.70320988,0,0,60.55000000,118.89333333,0,141.00285714,70.31901235,269.34857143,68.79111111,63.49666667,51.40333333,0,0,21.40555556,61.31777778,15.50950855,0,45.96222222,0,0,5.71666667,13.34534574,7.11888889,45.02654321,0,0,0,11.50582962,25.37236259,0,8.24440000,35.25833333,9.56621212,0,0,6.26263789,0,36.21190476,0,0,0,0.56752421,0,0,0.96979167,0.96958333,0.96975694,0.02809588,0.02555556,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/timeseries-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/timeseries-Month-cd.csv index 3d1e9369c6..bf6fe2927d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/timeseries-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/timeseries-Month-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[aytinis] CPU Hours: Per Job","[chaff] CPU Hours: Per Job","[meapi] CPU Hours: Per Job","[velsc] CPU Hours: Per Job","[duswa] CPU Hours: Per Job","[siski] CPU Hours: Per Job","[ferdu] CPU Hours: Per Job","[smew1] CPU Hours: Per Job","[egygo] CPU Hours: Per Job","[pereg] CPU Hours: Per Job","[ovenb] CPU Hours: Per Job","[crane] CPU Hours: Per Job","[yebbu] CPU Hours: Per Job","[gloib] CPU Hours: Per Job","[yebwa] CPU Hours: Per Job","[garwa] CPU Hours: Per Job","[whtsp] CPU Hours: Per Job","[evegr] CPU Hours: Per Job","[whtpl] CPU Hours: Per Job","[misth] CPU Hours: Per Job","[shag1] CPU Hours: Per Job","[ybsbu] CPU Hours: Per Job","[shttr] CPU Hours: Per Job","[sarwa] CPU Hours: Per Job","[whimb] CPU Hours: Per Job","[corsh] CPU Hours: Per Job","[sposa] CPU Hours: Per Job","[yebsa] CPU Hours: Per Job","[hoowa] CPU Hours: Per Job","[sancr] CPU Hours: Per Job","[rolle] CPU Hours: Per Job","[field] CPU Hours: Per Job","[noror] CPU Hours: Per Job","[sante] CPU Hours: Per Job","[lesre] CPU Hours: Per Job","[mamwa] CPU Hours: Per Job","[boowa] CPU Hours: Per Job","[litau] CPU Hours: Per Job","[lapwi] CPU Hours: Per Job","[alpsw] CPU Hours: Per Job","[lanhach] CPU Hours: Per Job","[ribgu] CPU Hours: Per Job","[allga] CPU Hours: Per Job","[moorh] CPU Hours: Per Job","[caspl] CPU Hours: Per Job","[jackd] CPU Hours: Per Job","[vertera] CPU Hours: Per Job","[grath] CPU Hours: Per Job","[turdo] CPU Hours: Per Job","[pibgr] CPU Hours: Per Job","[legsh] CPU Hours: Per Job","[dunli] CPU Hours: Per Job","[swath] CPU Hours: Per Job","[reebu] CPU Hours: Per Job","[blhbu] CPU Hours: Per Job","[henha] CPU Hours: Per Job","[litst] CPU Hours: Per Job","[honbu] CPU Hours: Per Job","[crama] CPU Hours: Per Job","[relpa] CPU Hours: Per Job","[coot1] CPU Hours: Per Job","[proubis] CPU Hours: Per Job","[categ] CPU Hours: Per Job","[sogsh] CPU Hours: Per Job","[savsp] CPU Hours: Per Job","[grgsh] CPU Hours: Per Job" -2016-12,13184.81728395,6387.18222222,6550.23272727,5278.79111111,4368.65777778,4202.09666667,3060.11666667,2627.28571429,1767.64000000,1438.12222222,1249.92088889,1233.33333333,1006.98777778,960.13333333,1441.02222222,564.66565514,385.99851852,564.52666667,529.63777778,467.04545455,405.36020202,405.12111111,328.17578283,433.21966967,337.00333333,317.64611111,198.73672222,167.62456790,183.94862434,158.95125772,189.64305556,111.17000000,559.31266667,87.43875000,52.61055556,72.00694444,68.10298148,76.40201389,48.78758939,69.22777778,16.58158730,31.90972222,28.14000000,23.01874399,2.35937500,21.84694444,26.97462560,19.84069307,13.91899034,10.00406111,8.59051583,6.47641111,6.35072152,5.56210777,5.98691667,5.04208333,4.48717172,3.59102850,1.60992063,1.04000000,0.97288194,0.97296296,0.97234375,1.45671498,0.02434444,0.02076714 -2017-01,0,1293.28000000,263.45777778,0,0,0,1140.35000000,0,0,158.23333333,371.58666667,667.68761905,0,0,3.46666667,104.22217494,198.70320988,0,0,60.55000000,118.89333333,0,141.00285714,70.31901235,269.34857143,68.79111111,63.49666667,51.40333333,0,0,21.40555556,61.31777778,15.50950855,0,45.96222222,0,0,5.71666667,13.34534574,7.11888889,45.02654321,0,0,11.50582962,25.37236259,0,8.24440000,35.25833333,9.56621212,0,0,6.26263789,0,36.21190476,0,0,0,0.56752421,0,0,0.96979167,0.96958333,0.96975694,0.02809588,0.02555556,0 +Month,"[aytinis] CPU Hours: Per Job","[chaff] CPU Hours: Per Job","[meapi] CPU Hours: Per Job","[velsc] CPU Hours: Per Job","[duswa] CPU Hours: Per Job","[siski] CPU Hours: Per Job","[ferdu] CPU Hours: Per Job","[smew1] CPU Hours: Per Job","[egygo] CPU Hours: Per Job","[pereg] CPU Hours: Per Job","[ovenb] CPU Hours: Per Job","[crane] CPU Hours: Per Job","[yebbu] CPU Hours: Per Job","[gloib] CPU Hours: Per Job","[yebwa] CPU Hours: Per Job","[garwa] CPU Hours: Per Job","[whtsp] CPU Hours: Per Job","[evegr] CPU Hours: Per Job","[whtpl] CPU Hours: Per Job","[misth] CPU Hours: Per Job","[shag1] CPU Hours: Per Job","[ybsbu] CPU Hours: Per Job","[shttr] CPU Hours: Per Job","[sarwa] CPU Hours: Per Job","[whimb] CPU Hours: Per Job","[corsh] CPU Hours: Per Job","[sposa] CPU Hours: Per Job","[yebsa] CPU Hours: Per Job","[hoowa] CPU Hours: Per Job","[sancr] CPU Hours: Per Job","[rolle] CPU Hours: Per Job","[field] CPU Hours: Per Job","[noror] CPU Hours: Per Job","[sante] CPU Hours: Per Job","[lesre] CPU Hours: Per Job","[mamwa] CPU Hours: Per Job","[boowa] CPU Hours: Per Job","[litau] CPU Hours: Per Job","[lapwi] CPU Hours: Per Job","[alpsw] CPU Hours: Per Job","[lanhach] CPU Hours: Per Job","[ribgu] CPU Hours: Per Job","[allga] CPU Hours: Per Job","[hardu] CPU Hours: Per Job","[moorh] CPU Hours: Per Job","[caspl] CPU Hours: Per Job","[jackd] CPU Hours: Per Job","[vertera] CPU Hours: Per Job","[grath] CPU Hours: Per Job","[turdo] CPU Hours: Per Job","[pibgr] CPU Hours: Per Job","[legsh] CPU Hours: Per Job","[dunli] CPU Hours: Per Job","[swath] CPU Hours: Per Job","[reebu] CPU Hours: Per Job","[blhbu] CPU Hours: Per Job","[henha] CPU Hours: Per Job","[litst] CPU Hours: Per Job","[honbu] CPU Hours: Per Job","[crama] CPU Hours: Per Job","[relpa] CPU Hours: Per Job","[coot1] CPU Hours: Per Job","[proubis] CPU Hours: Per Job","[categ] CPU Hours: Per Job","[sogsh] CPU Hours: Per Job","[savsp] CPU Hours: Per Job","[grgsh] CPU Hours: Per Job" +2016-12,13184.81728395,6387.18222222,6550.23272727,5278.79111111,4368.65777778,4202.09666667,3060.11666667,2627.28571429,1767.64000000,1438.12222222,1249.92088889,1233.33333333,1006.98777778,960.13333333,1441.02222222,564.66565514,385.99851852,564.52666667,529.63777778,467.04545455,405.36020202,405.12111111,328.17578283,433.21966967,337.00333333,317.64611111,198.73672222,167.62456790,183.94862434,158.95125772,189.64305556,111.17000000,559.31266667,87.43875000,52.61055556,72.00694444,68.10298148,76.40201389,48.78758939,69.22777778,16.58158730,31.90972222,28.14000000,28.14000000,23.01874399,2.35937500,21.84694444,26.97462560,19.84069307,13.91899034,10.00406111,8.59051583,6.47641111,6.35072152,5.56210777,5.98691667,5.04208333,4.48717172,3.59102850,1.60992063,1.04000000,0.97288194,0.97296296,0.97234375,1.45671498,0.02434444,0.02076714 +2017-01,0,1293.28000000,263.45777778,0,0,0,1140.35000000,0,0,158.23333333,371.58666667,667.68761905,0,0,3.46666667,104.22217494,198.70320988,0,0,60.55000000,118.89333333,0,141.00285714,70.31901235,269.34857143,68.79111111,63.49666667,51.40333333,0,0,21.40555556,61.31777778,15.50950855,0,45.96222222,0,0,5.71666667,13.34534574,7.11888889,45.02654321,0,0,0,11.50582962,25.37236259,0,8.24440000,35.25833333,9.56621212,0,0,6.26263789,0,36.21190476,0,0,0,0.56752421,0,0,0.96979167,0.96958333,0.96975694,0.02809588,0.02555556,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/timeseries-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/timeseries-Month-cs.csv index 3d1e9369c6..bf6fe2927d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/timeseries-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/timeseries-Month-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[aytinis] CPU Hours: Per Job","[chaff] CPU Hours: Per Job","[meapi] CPU Hours: Per Job","[velsc] CPU Hours: Per Job","[duswa] CPU Hours: Per Job","[siski] CPU Hours: Per Job","[ferdu] CPU Hours: Per Job","[smew1] CPU Hours: Per Job","[egygo] CPU Hours: Per Job","[pereg] CPU Hours: Per Job","[ovenb] CPU Hours: Per Job","[crane] CPU Hours: Per Job","[yebbu] CPU Hours: Per Job","[gloib] CPU Hours: Per Job","[yebwa] CPU Hours: Per Job","[garwa] CPU Hours: Per Job","[whtsp] CPU Hours: Per Job","[evegr] CPU Hours: Per Job","[whtpl] CPU Hours: Per Job","[misth] CPU Hours: Per Job","[shag1] CPU Hours: Per Job","[ybsbu] CPU Hours: Per Job","[shttr] CPU Hours: Per Job","[sarwa] CPU Hours: Per Job","[whimb] CPU Hours: Per Job","[corsh] CPU Hours: Per Job","[sposa] CPU Hours: Per Job","[yebsa] CPU Hours: Per Job","[hoowa] CPU Hours: Per Job","[sancr] CPU Hours: Per Job","[rolle] CPU Hours: Per Job","[field] CPU Hours: Per Job","[noror] CPU Hours: Per Job","[sante] CPU Hours: Per Job","[lesre] CPU Hours: Per Job","[mamwa] CPU Hours: Per Job","[boowa] CPU Hours: Per Job","[litau] CPU Hours: Per Job","[lapwi] CPU Hours: Per Job","[alpsw] CPU Hours: Per Job","[lanhach] CPU Hours: Per Job","[ribgu] CPU Hours: Per Job","[allga] CPU Hours: Per Job","[moorh] CPU Hours: Per Job","[caspl] CPU Hours: Per Job","[jackd] CPU Hours: Per Job","[vertera] CPU Hours: Per Job","[grath] CPU Hours: Per Job","[turdo] CPU Hours: Per Job","[pibgr] CPU Hours: Per Job","[legsh] CPU Hours: Per Job","[dunli] CPU Hours: Per Job","[swath] CPU Hours: Per Job","[reebu] CPU Hours: Per Job","[blhbu] CPU Hours: Per Job","[henha] CPU Hours: Per Job","[litst] CPU Hours: Per Job","[honbu] CPU Hours: Per Job","[crama] CPU Hours: Per Job","[relpa] CPU Hours: Per Job","[coot1] CPU Hours: Per Job","[proubis] CPU Hours: Per Job","[categ] CPU Hours: Per Job","[sogsh] CPU Hours: Per Job","[savsp] CPU Hours: Per Job","[grgsh] CPU Hours: Per Job" -2016-12,13184.81728395,6387.18222222,6550.23272727,5278.79111111,4368.65777778,4202.09666667,3060.11666667,2627.28571429,1767.64000000,1438.12222222,1249.92088889,1233.33333333,1006.98777778,960.13333333,1441.02222222,564.66565514,385.99851852,564.52666667,529.63777778,467.04545455,405.36020202,405.12111111,328.17578283,433.21966967,337.00333333,317.64611111,198.73672222,167.62456790,183.94862434,158.95125772,189.64305556,111.17000000,559.31266667,87.43875000,52.61055556,72.00694444,68.10298148,76.40201389,48.78758939,69.22777778,16.58158730,31.90972222,28.14000000,23.01874399,2.35937500,21.84694444,26.97462560,19.84069307,13.91899034,10.00406111,8.59051583,6.47641111,6.35072152,5.56210777,5.98691667,5.04208333,4.48717172,3.59102850,1.60992063,1.04000000,0.97288194,0.97296296,0.97234375,1.45671498,0.02434444,0.02076714 -2017-01,0,1293.28000000,263.45777778,0,0,0,1140.35000000,0,0,158.23333333,371.58666667,667.68761905,0,0,3.46666667,104.22217494,198.70320988,0,0,60.55000000,118.89333333,0,141.00285714,70.31901235,269.34857143,68.79111111,63.49666667,51.40333333,0,0,21.40555556,61.31777778,15.50950855,0,45.96222222,0,0,5.71666667,13.34534574,7.11888889,45.02654321,0,0,11.50582962,25.37236259,0,8.24440000,35.25833333,9.56621212,0,0,6.26263789,0,36.21190476,0,0,0,0.56752421,0,0,0.96979167,0.96958333,0.96975694,0.02809588,0.02555556,0 +Month,"[aytinis] CPU Hours: Per Job","[chaff] CPU Hours: Per Job","[meapi] CPU Hours: Per Job","[velsc] CPU Hours: Per Job","[duswa] CPU Hours: Per Job","[siski] CPU Hours: Per Job","[ferdu] CPU Hours: Per Job","[smew1] CPU Hours: Per Job","[egygo] CPU Hours: Per Job","[pereg] CPU Hours: Per Job","[ovenb] CPU Hours: Per Job","[crane] CPU Hours: Per Job","[yebbu] CPU Hours: Per Job","[gloib] CPU Hours: Per Job","[yebwa] CPU Hours: Per Job","[garwa] CPU Hours: Per Job","[whtsp] CPU Hours: Per Job","[evegr] CPU Hours: Per Job","[whtpl] CPU Hours: Per Job","[misth] CPU Hours: Per Job","[shag1] CPU Hours: Per Job","[ybsbu] CPU Hours: Per Job","[shttr] CPU Hours: Per Job","[sarwa] CPU Hours: Per Job","[whimb] CPU Hours: Per Job","[corsh] CPU Hours: Per Job","[sposa] CPU Hours: Per Job","[yebsa] CPU Hours: Per Job","[hoowa] CPU Hours: Per Job","[sancr] CPU Hours: Per Job","[rolle] CPU Hours: Per Job","[field] CPU Hours: Per Job","[noror] CPU Hours: Per Job","[sante] CPU Hours: Per Job","[lesre] CPU Hours: Per Job","[mamwa] CPU Hours: Per Job","[boowa] CPU Hours: Per Job","[litau] CPU Hours: Per Job","[lapwi] CPU Hours: Per Job","[alpsw] CPU Hours: Per Job","[lanhach] CPU Hours: Per Job","[ribgu] CPU Hours: Per Job","[allga] CPU Hours: Per Job","[hardu] CPU Hours: Per Job","[moorh] CPU Hours: Per Job","[caspl] CPU Hours: Per Job","[jackd] CPU Hours: Per Job","[vertera] CPU Hours: Per Job","[grath] CPU Hours: Per Job","[turdo] CPU Hours: Per Job","[pibgr] CPU Hours: Per Job","[legsh] CPU Hours: Per Job","[dunli] CPU Hours: Per Job","[swath] CPU Hours: Per Job","[reebu] CPU Hours: Per Job","[blhbu] CPU Hours: Per Job","[henha] CPU Hours: Per Job","[litst] CPU Hours: Per Job","[honbu] CPU Hours: Per Job","[crama] CPU Hours: Per Job","[relpa] CPU Hours: Per Job","[coot1] CPU Hours: Per Job","[proubis] CPU Hours: Per Job","[categ] CPU Hours: Per Job","[sogsh] CPU Hours: Per Job","[savsp] CPU Hours: Per Job","[grgsh] CPU Hours: Per Job" +2016-12,13184.81728395,6387.18222222,6550.23272727,5278.79111111,4368.65777778,4202.09666667,3060.11666667,2627.28571429,1767.64000000,1438.12222222,1249.92088889,1233.33333333,1006.98777778,960.13333333,1441.02222222,564.66565514,385.99851852,564.52666667,529.63777778,467.04545455,405.36020202,405.12111111,328.17578283,433.21966967,337.00333333,317.64611111,198.73672222,167.62456790,183.94862434,158.95125772,189.64305556,111.17000000,559.31266667,87.43875000,52.61055556,72.00694444,68.10298148,76.40201389,48.78758939,69.22777778,16.58158730,31.90972222,28.14000000,28.14000000,23.01874399,2.35937500,21.84694444,26.97462560,19.84069307,13.91899034,10.00406111,8.59051583,6.47641111,6.35072152,5.56210777,5.98691667,5.04208333,4.48717172,3.59102850,1.60992063,1.04000000,0.97288194,0.97296296,0.97234375,1.45671498,0.02434444,0.02076714 +2017-01,0,1293.28000000,263.45777778,0,0,0,1140.35000000,0,0,158.23333333,371.58666667,667.68761905,0,0,3.46666667,104.22217494,198.70320988,0,0,60.55000000,118.89333333,0,141.00285714,70.31901235,269.34857143,68.79111111,63.49666667,51.40333333,0,0,21.40555556,61.31777778,15.50950855,0,45.96222222,0,0,5.71666667,13.34534574,7.11888889,45.02654321,0,0,0,11.50582962,25.37236259,0,8.24440000,35.25833333,9.56621212,0,0,6.26263789,0,36.21190476,0,0,0,0.56752421,0,0,0.96979167,0.96958333,0.96975694,0.02809588,0.02555556,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/timeseries-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/timeseries-Quarter-cd.csv index b1f754948c..c14a6bbdc9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/timeseries-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/timeseries-Quarter-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[aytinis] CPU Hours: Per Job","[chaff] CPU Hours: Per Job","[meapi] CPU Hours: Per Job","[velsc] CPU Hours: Per Job","[duswa] CPU Hours: Per Job","[siski] CPU Hours: Per Job","[ferdu] CPU Hours: Per Job","[smew1] CPU Hours: Per Job","[egygo] CPU Hours: Per Job","[pereg] CPU Hours: Per Job","[ovenb] CPU Hours: Per Job","[crane] CPU Hours: Per Job","[yebbu] CPU Hours: Per Job","[gloib] CPU Hours: Per Job","[yebwa] CPU Hours: Per Job","[garwa] CPU Hours: Per Job","[whtsp] CPU Hours: Per Job","[evegr] CPU Hours: Per Job","[whtpl] CPU Hours: Per Job","[misth] CPU Hours: Per Job","[shag1] CPU Hours: Per Job","[ybsbu] CPU Hours: Per Job","[shttr] CPU Hours: Per Job","[sarwa] CPU Hours: Per Job","[whimb] CPU Hours: Per Job","[corsh] CPU Hours: Per Job","[sposa] CPU Hours: Per Job","[yebsa] CPU Hours: Per Job","[hoowa] CPU Hours: Per Job","[sancr] CPU Hours: Per Job","[rolle] CPU Hours: Per Job","[field] CPU Hours: Per Job","[noror] CPU Hours: Per Job","[sante] CPU Hours: Per Job","[lesre] CPU Hours: Per Job","[mamwa] CPU Hours: Per Job","[boowa] CPU Hours: Per Job","[litau] CPU Hours: Per Job","[lapwi] CPU Hours: Per Job","[alpsw] CPU Hours: Per Job","[lanhach] CPU Hours: Per Job","[ribgu] CPU Hours: Per Job","[allga] CPU Hours: Per Job","[moorh] CPU Hours: Per Job","[caspl] CPU Hours: Per Job","[jackd] CPU Hours: Per Job","[vertera] CPU Hours: Per Job","[grath] CPU Hours: Per Job","[turdo] CPU Hours: Per Job","[pibgr] CPU Hours: Per Job","[legsh] CPU Hours: Per Job","[dunli] CPU Hours: Per Job","[swath] CPU Hours: Per Job","[reebu] CPU Hours: Per Job","[blhbu] CPU Hours: Per Job","[henha] CPU Hours: Per Job","[litst] CPU Hours: Per Job","[honbu] CPU Hours: Per Job","[crama] CPU Hours: Per Job","[relpa] CPU Hours: Per Job","[coot1] CPU Hours: Per Job","[proubis] CPU Hours: Per Job","[categ] CPU Hours: Per Job","[sogsh] CPU Hours: Per Job","[savsp] CPU Hours: Per Job","[grgsh] CPU Hours: Per Job" -"2016 Q4",13184.81728395,6387.18222222,6550.23272727,5278.79111111,4368.65777778,4202.09666667,3060.11666667,2627.28571429,1767.64000000,1438.12222222,1249.92088889,1233.33333333,1006.98777778,960.13333333,1441.02222222,564.66565514,385.99851852,564.52666667,529.63777778,467.04545455,405.36020202,405.12111111,328.17578283,433.21966967,337.00333333,317.64611111,198.73672222,167.62456790,183.94862434,158.95125772,189.64305556,111.17000000,559.31266667,87.43875000,52.61055556,72.00694444,68.10298148,76.40201389,48.78758939,69.22777778,16.58158730,31.90972222,28.14000000,23.01874399,2.35937500,21.84694444,26.97462560,19.84069307,13.91899034,10.00406111,8.59051583,6.47641111,6.35072152,5.56210777,5.98691667,5.04208333,4.48717172,3.59102850,1.60992063,1.04000000,0.97288194,0.97296296,0.97234375,1.45671498,0.02434444,0.02076714 -"2017 Q1",0,1293.28000000,263.45777778,0,0,0,1140.35000000,0,0,158.23333333,371.58666667,667.68761905,0,0,3.46666667,104.22217494,198.70320988,0,0,60.55000000,118.89333333,0,141.00285714,70.31901235,269.34857143,68.79111111,63.49666667,51.40333333,0,0,21.40555556,61.31777778,15.50950855,0,45.96222222,0,0,5.71666667,13.34534574,7.11888889,45.02654321,0,0,11.50582962,25.37236259,0,8.24440000,35.25833333,9.56621212,0,0,6.26263789,0,36.21190476,0,0,0,0.56752421,0,0,0.96979167,0.96958333,0.96975694,0.02809588,0.02555556,0 +Quarter,"[aytinis] CPU Hours: Per Job","[chaff] CPU Hours: Per Job","[meapi] CPU Hours: Per Job","[velsc] CPU Hours: Per Job","[duswa] CPU Hours: Per Job","[siski] CPU Hours: Per Job","[ferdu] CPU Hours: Per Job","[smew1] CPU Hours: Per Job","[egygo] CPU Hours: Per Job","[pereg] CPU Hours: Per Job","[ovenb] CPU Hours: Per Job","[crane] CPU Hours: Per Job","[yebbu] CPU Hours: Per Job","[gloib] CPU Hours: Per Job","[yebwa] CPU Hours: Per Job","[garwa] CPU Hours: Per Job","[whtsp] CPU Hours: Per Job","[evegr] CPU Hours: Per Job","[whtpl] CPU Hours: Per Job","[misth] CPU Hours: Per Job","[shag1] CPU Hours: Per Job","[ybsbu] CPU Hours: Per Job","[shttr] CPU Hours: Per Job","[sarwa] CPU Hours: Per Job","[whimb] CPU Hours: Per Job","[corsh] CPU Hours: Per Job","[sposa] CPU Hours: Per Job","[yebsa] CPU Hours: Per Job","[hoowa] CPU Hours: Per Job","[sancr] CPU Hours: Per Job","[rolle] CPU Hours: Per Job","[field] CPU Hours: Per Job","[noror] CPU Hours: Per Job","[sante] CPU Hours: Per Job","[lesre] CPU Hours: Per Job","[mamwa] CPU Hours: Per Job","[boowa] CPU Hours: Per Job","[litau] CPU Hours: Per Job","[lapwi] CPU Hours: Per Job","[alpsw] CPU Hours: Per Job","[lanhach] CPU Hours: Per Job","[ribgu] CPU Hours: Per Job","[allga] CPU Hours: Per Job","[hardu] CPU Hours: Per Job","[moorh] CPU Hours: Per Job","[caspl] CPU Hours: Per Job","[jackd] CPU Hours: Per Job","[vertera] CPU Hours: Per Job","[grath] CPU Hours: Per Job","[turdo] CPU Hours: Per Job","[pibgr] CPU Hours: Per Job","[legsh] CPU Hours: Per Job","[dunli] CPU Hours: Per Job","[swath] CPU Hours: Per Job","[reebu] CPU Hours: Per Job","[blhbu] CPU Hours: Per Job","[henha] CPU Hours: Per Job","[litst] CPU Hours: Per Job","[honbu] CPU Hours: Per Job","[crama] CPU Hours: Per Job","[relpa] CPU Hours: Per Job","[coot1] CPU Hours: Per Job","[proubis] CPU Hours: Per Job","[categ] CPU Hours: Per Job","[sogsh] CPU Hours: Per Job","[savsp] CPU Hours: Per Job","[grgsh] CPU Hours: Per Job" +"2016 Q4",13184.81728395,6387.18222222,6550.23272727,5278.79111111,4368.65777778,4202.09666667,3060.11666667,2627.28571429,1767.64000000,1438.12222222,1249.92088889,1233.33333333,1006.98777778,960.13333333,1441.02222222,564.66565514,385.99851852,564.52666667,529.63777778,467.04545455,405.36020202,405.12111111,328.17578283,433.21966967,337.00333333,317.64611111,198.73672222,167.62456790,183.94862434,158.95125772,189.64305556,111.17000000,559.31266667,87.43875000,52.61055556,72.00694444,68.10298148,76.40201389,48.78758939,69.22777778,16.58158730,31.90972222,28.14000000,28.14000000,23.01874399,2.35937500,21.84694444,26.97462560,19.84069307,13.91899034,10.00406111,8.59051583,6.47641111,6.35072152,5.56210777,5.98691667,5.04208333,4.48717172,3.59102850,1.60992063,1.04000000,0.97288194,0.97296296,0.97234375,1.45671498,0.02434444,0.02076714 +"2017 Q1",0,1293.28000000,263.45777778,0,0,0,1140.35000000,0,0,158.23333333,371.58666667,667.68761905,0,0,3.46666667,104.22217494,198.70320988,0,0,60.55000000,118.89333333,0,141.00285714,70.31901235,269.34857143,68.79111111,63.49666667,51.40333333,0,0,21.40555556,61.31777778,15.50950855,0,45.96222222,0,0,5.71666667,13.34534574,7.11888889,45.02654321,0,0,0,11.50582962,25.37236259,0,8.24440000,35.25833333,9.56621212,0,0,6.26263789,0,36.21190476,0,0,0,0.56752421,0,0,0.96979167,0.96958333,0.96975694,0.02809588,0.02555556,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/timeseries-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/timeseries-Quarter-cs.csv index b1f754948c..c14a6bbdc9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/timeseries-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/timeseries-Quarter-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[aytinis] CPU Hours: Per Job","[chaff] CPU Hours: Per Job","[meapi] CPU Hours: Per Job","[velsc] CPU Hours: Per Job","[duswa] CPU Hours: Per Job","[siski] CPU Hours: Per Job","[ferdu] CPU Hours: Per Job","[smew1] CPU Hours: Per Job","[egygo] CPU Hours: Per Job","[pereg] CPU Hours: Per Job","[ovenb] CPU Hours: Per Job","[crane] CPU Hours: Per Job","[yebbu] CPU Hours: Per Job","[gloib] CPU Hours: Per Job","[yebwa] CPU Hours: Per Job","[garwa] CPU Hours: Per Job","[whtsp] CPU Hours: Per Job","[evegr] CPU Hours: Per Job","[whtpl] CPU Hours: Per Job","[misth] CPU Hours: Per Job","[shag1] CPU Hours: Per Job","[ybsbu] CPU Hours: Per Job","[shttr] CPU Hours: Per Job","[sarwa] CPU Hours: Per Job","[whimb] CPU Hours: Per Job","[corsh] CPU Hours: Per Job","[sposa] CPU Hours: Per Job","[yebsa] CPU Hours: Per Job","[hoowa] CPU Hours: Per Job","[sancr] CPU Hours: Per Job","[rolle] CPU Hours: Per Job","[field] CPU Hours: Per Job","[noror] CPU Hours: Per Job","[sante] CPU Hours: Per Job","[lesre] CPU Hours: Per Job","[mamwa] CPU Hours: Per Job","[boowa] CPU Hours: Per Job","[litau] CPU Hours: Per Job","[lapwi] CPU Hours: Per Job","[alpsw] CPU Hours: Per Job","[lanhach] CPU Hours: Per Job","[ribgu] CPU Hours: Per Job","[allga] CPU Hours: Per Job","[moorh] CPU Hours: Per Job","[caspl] CPU Hours: Per Job","[jackd] CPU Hours: Per Job","[vertera] CPU Hours: Per Job","[grath] CPU Hours: Per Job","[turdo] CPU Hours: Per Job","[pibgr] CPU Hours: Per Job","[legsh] CPU Hours: Per Job","[dunli] CPU Hours: Per Job","[swath] CPU Hours: Per Job","[reebu] CPU Hours: Per Job","[blhbu] CPU Hours: Per Job","[henha] CPU Hours: Per Job","[litst] CPU Hours: Per Job","[honbu] CPU Hours: Per Job","[crama] CPU Hours: Per Job","[relpa] CPU Hours: Per Job","[coot1] CPU Hours: Per Job","[proubis] CPU Hours: Per Job","[categ] CPU Hours: Per Job","[sogsh] CPU Hours: Per Job","[savsp] CPU Hours: Per Job","[grgsh] CPU Hours: Per Job" -"2016 Q4",13184.81728395,6387.18222222,6550.23272727,5278.79111111,4368.65777778,4202.09666667,3060.11666667,2627.28571429,1767.64000000,1438.12222222,1249.92088889,1233.33333333,1006.98777778,960.13333333,1441.02222222,564.66565514,385.99851852,564.52666667,529.63777778,467.04545455,405.36020202,405.12111111,328.17578283,433.21966967,337.00333333,317.64611111,198.73672222,167.62456790,183.94862434,158.95125772,189.64305556,111.17000000,559.31266667,87.43875000,52.61055556,72.00694444,68.10298148,76.40201389,48.78758939,69.22777778,16.58158730,31.90972222,28.14000000,23.01874399,2.35937500,21.84694444,26.97462560,19.84069307,13.91899034,10.00406111,8.59051583,6.47641111,6.35072152,5.56210777,5.98691667,5.04208333,4.48717172,3.59102850,1.60992063,1.04000000,0.97288194,0.97296296,0.97234375,1.45671498,0.02434444,0.02076714 -"2017 Q1",0,1293.28000000,263.45777778,0,0,0,1140.35000000,0,0,158.23333333,371.58666667,667.68761905,0,0,3.46666667,104.22217494,198.70320988,0,0,60.55000000,118.89333333,0,141.00285714,70.31901235,269.34857143,68.79111111,63.49666667,51.40333333,0,0,21.40555556,61.31777778,15.50950855,0,45.96222222,0,0,5.71666667,13.34534574,7.11888889,45.02654321,0,0,11.50582962,25.37236259,0,8.24440000,35.25833333,9.56621212,0,0,6.26263789,0,36.21190476,0,0,0,0.56752421,0,0,0.96979167,0.96958333,0.96975694,0.02809588,0.02555556,0 +Quarter,"[aytinis] CPU Hours: Per Job","[chaff] CPU Hours: Per Job","[meapi] CPU Hours: Per Job","[velsc] CPU Hours: Per Job","[duswa] CPU Hours: Per Job","[siski] CPU Hours: Per Job","[ferdu] CPU Hours: Per Job","[smew1] CPU Hours: Per Job","[egygo] CPU Hours: Per Job","[pereg] CPU Hours: Per Job","[ovenb] CPU Hours: Per Job","[crane] CPU Hours: Per Job","[yebbu] CPU Hours: Per Job","[gloib] CPU Hours: Per Job","[yebwa] CPU Hours: Per Job","[garwa] CPU Hours: Per Job","[whtsp] CPU Hours: Per Job","[evegr] CPU Hours: Per Job","[whtpl] CPU Hours: Per Job","[misth] CPU Hours: Per Job","[shag1] CPU Hours: Per Job","[ybsbu] CPU Hours: Per Job","[shttr] CPU Hours: Per Job","[sarwa] CPU Hours: Per Job","[whimb] CPU Hours: Per Job","[corsh] CPU Hours: Per Job","[sposa] CPU Hours: Per Job","[yebsa] CPU Hours: Per Job","[hoowa] CPU Hours: Per Job","[sancr] CPU Hours: Per Job","[rolle] CPU Hours: Per Job","[field] CPU Hours: Per Job","[noror] CPU Hours: Per Job","[sante] CPU Hours: Per Job","[lesre] CPU Hours: Per Job","[mamwa] CPU Hours: Per Job","[boowa] CPU Hours: Per Job","[litau] CPU Hours: Per Job","[lapwi] CPU Hours: Per Job","[alpsw] CPU Hours: Per Job","[lanhach] CPU Hours: Per Job","[ribgu] CPU Hours: Per Job","[allga] CPU Hours: Per Job","[hardu] CPU Hours: Per Job","[moorh] CPU Hours: Per Job","[caspl] CPU Hours: Per Job","[jackd] CPU Hours: Per Job","[vertera] CPU Hours: Per Job","[grath] CPU Hours: Per Job","[turdo] CPU Hours: Per Job","[pibgr] CPU Hours: Per Job","[legsh] CPU Hours: Per Job","[dunli] CPU Hours: Per Job","[swath] CPU Hours: Per Job","[reebu] CPU Hours: Per Job","[blhbu] CPU Hours: Per Job","[henha] CPU Hours: Per Job","[litst] CPU Hours: Per Job","[honbu] CPU Hours: Per Job","[crama] CPU Hours: Per Job","[relpa] CPU Hours: Per Job","[coot1] CPU Hours: Per Job","[proubis] CPU Hours: Per Job","[categ] CPU Hours: Per Job","[sogsh] CPU Hours: Per Job","[savsp] CPU Hours: Per Job","[grgsh] CPU Hours: Per Job" +"2016 Q4",13184.81728395,6387.18222222,6550.23272727,5278.79111111,4368.65777778,4202.09666667,3060.11666667,2627.28571429,1767.64000000,1438.12222222,1249.92088889,1233.33333333,1006.98777778,960.13333333,1441.02222222,564.66565514,385.99851852,564.52666667,529.63777778,467.04545455,405.36020202,405.12111111,328.17578283,433.21966967,337.00333333,317.64611111,198.73672222,167.62456790,183.94862434,158.95125772,189.64305556,111.17000000,559.31266667,87.43875000,52.61055556,72.00694444,68.10298148,76.40201389,48.78758939,69.22777778,16.58158730,31.90972222,28.14000000,28.14000000,23.01874399,2.35937500,21.84694444,26.97462560,19.84069307,13.91899034,10.00406111,8.59051583,6.47641111,6.35072152,5.56210777,5.98691667,5.04208333,4.48717172,3.59102850,1.60992063,1.04000000,0.97288194,0.97296296,0.97234375,1.45671498,0.02434444,0.02076714 +"2017 Q1",0,1293.28000000,263.45777778,0,0,0,1140.35000000,0,0,158.23333333,371.58666667,667.68761905,0,0,3.46666667,104.22217494,198.70320988,0,0,60.55000000,118.89333333,0,141.00285714,70.31901235,269.34857143,68.79111111,63.49666667,51.40333333,0,0,21.40555556,61.31777778,15.50950855,0,45.96222222,0,0,5.71666667,13.34534574,7.11888889,45.02654321,0,0,0,11.50582962,25.37236259,0,8.24440000,35.25833333,9.56621212,0,0,6.26263789,0,36.21190476,0,0,0,0.56752421,0,0,0.96979167,0.96958333,0.96975694,0.02809588,0.02555556,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/timeseries-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/timeseries-Year-cd.csv index 3ea7200f2f..2d6fba4e92 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/timeseries-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/timeseries-Year-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[aytinis] CPU Hours: Per Job","[chaff] CPU Hours: Per Job","[meapi] CPU Hours: Per Job","[velsc] CPU Hours: Per Job","[duswa] CPU Hours: Per Job","[siski] CPU Hours: Per Job","[ferdu] CPU Hours: Per Job","[smew1] CPU Hours: Per Job","[egygo] CPU Hours: Per Job","[pereg] CPU Hours: Per Job","[ovenb] CPU Hours: Per Job","[crane] CPU Hours: Per Job","[yebbu] CPU Hours: Per Job","[gloib] CPU Hours: Per Job","[yebwa] CPU Hours: Per Job","[garwa] CPU Hours: Per Job","[whtsp] CPU Hours: Per Job","[evegr] CPU Hours: Per Job","[whtpl] CPU Hours: Per Job","[misth] CPU Hours: Per Job","[shag1] CPU Hours: Per Job","[ybsbu] CPU Hours: Per Job","[shttr] CPU Hours: Per Job","[sarwa] CPU Hours: Per Job","[whimb] CPU Hours: Per Job","[corsh] CPU Hours: Per Job","[sposa] CPU Hours: Per Job","[yebsa] CPU Hours: Per Job","[hoowa] CPU Hours: Per Job","[sancr] CPU Hours: Per Job","[rolle] CPU Hours: Per Job","[field] CPU Hours: Per Job","[noror] CPU Hours: Per Job","[sante] CPU Hours: Per Job","[lesre] CPU Hours: Per Job","[mamwa] CPU Hours: Per Job","[boowa] CPU Hours: Per Job","[litau] CPU Hours: Per Job","[lapwi] CPU Hours: Per Job","[alpsw] CPU Hours: Per Job","[lanhach] CPU Hours: Per Job","[ribgu] CPU Hours: Per Job","[allga] CPU Hours: Per Job","[moorh] CPU Hours: Per Job","[caspl] CPU Hours: Per Job","[jackd] CPU Hours: Per Job","[vertera] CPU Hours: Per Job","[grath] CPU Hours: Per Job","[turdo] CPU Hours: Per Job","[pibgr] CPU Hours: Per Job","[legsh] CPU Hours: Per Job","[dunli] CPU Hours: Per Job","[swath] CPU Hours: Per Job","[reebu] CPU Hours: Per Job","[blhbu] CPU Hours: Per Job","[henha] CPU Hours: Per Job","[litst] CPU Hours: Per Job","[honbu] CPU Hours: Per Job","[crama] CPU Hours: Per Job","[relpa] CPU Hours: Per Job","[coot1] CPU Hours: Per Job","[proubis] CPU Hours: Per Job","[categ] CPU Hours: Per Job","[sogsh] CPU Hours: Per Job","[savsp] CPU Hours: Per Job","[grgsh] CPU Hours: Per Job" -2016,13184.81728395,6387.18222222,6550.23272727,5278.79111111,4368.65777778,4202.09666667,3060.11666667,2627.28571429,1767.64000000,1438.12222222,1249.92088889,1233.33333333,1006.98777778,960.13333333,1441.02222222,564.66565514,385.99851852,564.52666667,529.63777778,467.04545455,405.36020202,405.12111111,328.17578283,433.21966967,337.00333333,317.64611111,198.73672222,167.62456790,183.94862434,158.95125772,189.64305556,111.17000000,559.31266667,87.43875000,52.61055556,72.00694444,68.10298148,76.40201389,48.78758939,69.22777778,16.58158730,31.90972222,28.14000000,23.01874399,2.35937500,21.84694444,26.97462560,19.84069307,13.91899034,10.00406111,8.59051583,6.47641111,6.35072152,5.56210777,5.98691667,5.04208333,4.48717172,3.59102850,1.60992063,1.04000000,0.97288194,0.97296296,0.97234375,1.45671498,0.02434444,0.02076714 -2017,0,1293.28000000,263.45777778,0,0,0,1140.35000000,0,0,158.23333333,371.58666667,667.68761905,0,0,3.46666667,104.22217494,198.70320988,0,0,60.55000000,118.89333333,0,141.00285714,70.31901235,269.34857143,68.79111111,63.49666667,51.40333333,0,0,21.40555556,61.31777778,15.50950855,0,45.96222222,0,0,5.71666667,13.34534574,7.11888889,45.02654321,0,0,11.50582962,25.37236259,0,8.24440000,35.25833333,9.56621212,0,0,6.26263789,0,36.21190476,0,0,0,0.56752421,0,0,0.96979167,0.96958333,0.96975694,0.02809588,0.02555556,0 +Year,"[aytinis] CPU Hours: Per Job","[chaff] CPU Hours: Per Job","[meapi] CPU Hours: Per Job","[velsc] CPU Hours: Per Job","[duswa] CPU Hours: Per Job","[siski] CPU Hours: Per Job","[ferdu] CPU Hours: Per Job","[smew1] CPU Hours: Per Job","[egygo] CPU Hours: Per Job","[pereg] CPU Hours: Per Job","[ovenb] CPU Hours: Per Job","[crane] CPU Hours: Per Job","[yebbu] CPU Hours: Per Job","[gloib] CPU Hours: Per Job","[yebwa] CPU Hours: Per Job","[garwa] CPU Hours: Per Job","[whtsp] CPU Hours: Per Job","[evegr] CPU Hours: Per Job","[whtpl] CPU Hours: Per Job","[misth] CPU Hours: Per Job","[shag1] CPU Hours: Per Job","[ybsbu] CPU Hours: Per Job","[shttr] CPU Hours: Per Job","[sarwa] CPU Hours: Per Job","[whimb] CPU Hours: Per Job","[corsh] CPU Hours: Per Job","[sposa] CPU Hours: Per Job","[yebsa] CPU Hours: Per Job","[hoowa] CPU Hours: Per Job","[sancr] CPU Hours: Per Job","[rolle] CPU Hours: Per Job","[field] CPU Hours: Per Job","[noror] CPU Hours: Per Job","[sante] CPU Hours: Per Job","[lesre] CPU Hours: Per Job","[mamwa] CPU Hours: Per Job","[boowa] CPU Hours: Per Job","[litau] CPU Hours: Per Job","[lapwi] CPU Hours: Per Job","[alpsw] CPU Hours: Per Job","[lanhach] CPU Hours: Per Job","[ribgu] CPU Hours: Per Job","[allga] CPU Hours: Per Job","[hardu] CPU Hours: Per Job","[moorh] CPU Hours: Per Job","[caspl] CPU Hours: Per Job","[jackd] CPU Hours: Per Job","[vertera] CPU Hours: Per Job","[grath] CPU Hours: Per Job","[turdo] CPU Hours: Per Job","[pibgr] CPU Hours: Per Job","[legsh] CPU Hours: Per Job","[dunli] CPU Hours: Per Job","[swath] CPU Hours: Per Job","[reebu] CPU Hours: Per Job","[blhbu] CPU Hours: Per Job","[henha] CPU Hours: Per Job","[litst] CPU Hours: Per Job","[honbu] CPU Hours: Per Job","[crama] CPU Hours: Per Job","[relpa] CPU Hours: Per Job","[coot1] CPU Hours: Per Job","[proubis] CPU Hours: Per Job","[categ] CPU Hours: Per Job","[sogsh] CPU Hours: Per Job","[savsp] CPU Hours: Per Job","[grgsh] CPU Hours: Per Job" +2016,13184.81728395,6387.18222222,6550.23272727,5278.79111111,4368.65777778,4202.09666667,3060.11666667,2627.28571429,1767.64000000,1438.12222222,1249.92088889,1233.33333333,1006.98777778,960.13333333,1441.02222222,564.66565514,385.99851852,564.52666667,529.63777778,467.04545455,405.36020202,405.12111111,328.17578283,433.21966967,337.00333333,317.64611111,198.73672222,167.62456790,183.94862434,158.95125772,189.64305556,111.17000000,559.31266667,87.43875000,52.61055556,72.00694444,68.10298148,76.40201389,48.78758939,69.22777778,16.58158730,31.90972222,28.14000000,28.14000000,23.01874399,2.35937500,21.84694444,26.97462560,19.84069307,13.91899034,10.00406111,8.59051583,6.47641111,6.35072152,5.56210777,5.98691667,5.04208333,4.48717172,3.59102850,1.60992063,1.04000000,0.97288194,0.97296296,0.97234375,1.45671498,0.02434444,0.02076714 +2017,0,1293.28000000,263.45777778,0,0,0,1140.35000000,0,0,158.23333333,371.58666667,667.68761905,0,0,3.46666667,104.22217494,198.70320988,0,0,60.55000000,118.89333333,0,141.00285714,70.31901235,269.34857143,68.79111111,63.49666667,51.40333333,0,0,21.40555556,61.31777778,15.50950855,0,45.96222222,0,0,5.71666667,13.34534574,7.11888889,45.02654321,0,0,0,11.50582962,25.37236259,0,8.24440000,35.25833333,9.56621212,0,0,6.26263789,0,36.21190476,0,0,0,0.56752421,0,0,0.96979167,0.96958333,0.96975694,0.02809588,0.02555556,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/timeseries-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/timeseries-Year-cs.csv index 3ea7200f2f..2d6fba4e92 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/timeseries-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_cpu_hours/timeseries-Year-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[aytinis] CPU Hours: Per Job","[chaff] CPU Hours: Per Job","[meapi] CPU Hours: Per Job","[velsc] CPU Hours: Per Job","[duswa] CPU Hours: Per Job","[siski] CPU Hours: Per Job","[ferdu] CPU Hours: Per Job","[smew1] CPU Hours: Per Job","[egygo] CPU Hours: Per Job","[pereg] CPU Hours: Per Job","[ovenb] CPU Hours: Per Job","[crane] CPU Hours: Per Job","[yebbu] CPU Hours: Per Job","[gloib] CPU Hours: Per Job","[yebwa] CPU Hours: Per Job","[garwa] CPU Hours: Per Job","[whtsp] CPU Hours: Per Job","[evegr] CPU Hours: Per Job","[whtpl] CPU Hours: Per Job","[misth] CPU Hours: Per Job","[shag1] CPU Hours: Per Job","[ybsbu] CPU Hours: Per Job","[shttr] CPU Hours: Per Job","[sarwa] CPU Hours: Per Job","[whimb] CPU Hours: Per Job","[corsh] CPU Hours: Per Job","[sposa] CPU Hours: Per Job","[yebsa] CPU Hours: Per Job","[hoowa] CPU Hours: Per Job","[sancr] CPU Hours: Per Job","[rolle] CPU Hours: Per Job","[field] CPU Hours: Per Job","[noror] CPU Hours: Per Job","[sante] CPU Hours: Per Job","[lesre] CPU Hours: Per Job","[mamwa] CPU Hours: Per Job","[boowa] CPU Hours: Per Job","[litau] CPU Hours: Per Job","[lapwi] CPU Hours: Per Job","[alpsw] CPU Hours: Per Job","[lanhach] CPU Hours: Per Job","[ribgu] CPU Hours: Per Job","[allga] CPU Hours: Per Job","[moorh] CPU Hours: Per Job","[caspl] CPU Hours: Per Job","[jackd] CPU Hours: Per Job","[vertera] CPU Hours: Per Job","[grath] CPU Hours: Per Job","[turdo] CPU Hours: Per Job","[pibgr] CPU Hours: Per Job","[legsh] CPU Hours: Per Job","[dunli] CPU Hours: Per Job","[swath] CPU Hours: Per Job","[reebu] CPU Hours: Per Job","[blhbu] CPU Hours: Per Job","[henha] CPU Hours: Per Job","[litst] CPU Hours: Per Job","[honbu] CPU Hours: Per Job","[crama] CPU Hours: Per Job","[relpa] CPU Hours: Per Job","[coot1] CPU Hours: Per Job","[proubis] CPU Hours: Per Job","[categ] CPU Hours: Per Job","[sogsh] CPU Hours: Per Job","[savsp] CPU Hours: Per Job","[grgsh] CPU Hours: Per Job" -2016,13184.81728395,6387.18222222,6550.23272727,5278.79111111,4368.65777778,4202.09666667,3060.11666667,2627.28571429,1767.64000000,1438.12222222,1249.92088889,1233.33333333,1006.98777778,960.13333333,1441.02222222,564.66565514,385.99851852,564.52666667,529.63777778,467.04545455,405.36020202,405.12111111,328.17578283,433.21966967,337.00333333,317.64611111,198.73672222,167.62456790,183.94862434,158.95125772,189.64305556,111.17000000,559.31266667,87.43875000,52.61055556,72.00694444,68.10298148,76.40201389,48.78758939,69.22777778,16.58158730,31.90972222,28.14000000,23.01874399,2.35937500,21.84694444,26.97462560,19.84069307,13.91899034,10.00406111,8.59051583,6.47641111,6.35072152,5.56210777,5.98691667,5.04208333,4.48717172,3.59102850,1.60992063,1.04000000,0.97288194,0.97296296,0.97234375,1.45671498,0.02434444,0.02076714 -2017,0,1293.28000000,263.45777778,0,0,0,1140.35000000,0,0,158.23333333,371.58666667,667.68761905,0,0,3.46666667,104.22217494,198.70320988,0,0,60.55000000,118.89333333,0,141.00285714,70.31901235,269.34857143,68.79111111,63.49666667,51.40333333,0,0,21.40555556,61.31777778,15.50950855,0,45.96222222,0,0,5.71666667,13.34534574,7.11888889,45.02654321,0,0,11.50582962,25.37236259,0,8.24440000,35.25833333,9.56621212,0,0,6.26263789,0,36.21190476,0,0,0,0.56752421,0,0,0.96979167,0.96958333,0.96975694,0.02809588,0.02555556,0 +Year,"[aytinis] CPU Hours: Per Job","[chaff] CPU Hours: Per Job","[meapi] CPU Hours: Per Job","[velsc] CPU Hours: Per Job","[duswa] CPU Hours: Per Job","[siski] CPU Hours: Per Job","[ferdu] CPU Hours: Per Job","[smew1] CPU Hours: Per Job","[egygo] CPU Hours: Per Job","[pereg] CPU Hours: Per Job","[ovenb] CPU Hours: Per Job","[crane] CPU Hours: Per Job","[yebbu] CPU Hours: Per Job","[gloib] CPU Hours: Per Job","[yebwa] CPU Hours: Per Job","[garwa] CPU Hours: Per Job","[whtsp] CPU Hours: Per Job","[evegr] CPU Hours: Per Job","[whtpl] CPU Hours: Per Job","[misth] CPU Hours: Per Job","[shag1] CPU Hours: Per Job","[ybsbu] CPU Hours: Per Job","[shttr] CPU Hours: Per Job","[sarwa] CPU Hours: Per Job","[whimb] CPU Hours: Per Job","[corsh] CPU Hours: Per Job","[sposa] CPU Hours: Per Job","[yebsa] CPU Hours: Per Job","[hoowa] CPU Hours: Per Job","[sancr] CPU Hours: Per Job","[rolle] CPU Hours: Per Job","[field] CPU Hours: Per Job","[noror] CPU Hours: Per Job","[sante] CPU Hours: Per Job","[lesre] CPU Hours: Per Job","[mamwa] CPU Hours: Per Job","[boowa] CPU Hours: Per Job","[litau] CPU Hours: Per Job","[lapwi] CPU Hours: Per Job","[alpsw] CPU Hours: Per Job","[lanhach] CPU Hours: Per Job","[ribgu] CPU Hours: Per Job","[allga] CPU Hours: Per Job","[hardu] CPU Hours: Per Job","[moorh] CPU Hours: Per Job","[caspl] CPU Hours: Per Job","[jackd] CPU Hours: Per Job","[vertera] CPU Hours: Per Job","[grath] CPU Hours: Per Job","[turdo] CPU Hours: Per Job","[pibgr] CPU Hours: Per Job","[legsh] CPU Hours: Per Job","[dunli] CPU Hours: Per Job","[swath] CPU Hours: Per Job","[reebu] CPU Hours: Per Job","[blhbu] CPU Hours: Per Job","[henha] CPU Hours: Per Job","[litst] CPU Hours: Per Job","[honbu] CPU Hours: Per Job","[crama] CPU Hours: Per Job","[relpa] CPU Hours: Per Job","[coot1] CPU Hours: Per Job","[proubis] CPU Hours: Per Job","[categ] CPU Hours: Per Job","[sogsh] CPU Hours: Per Job","[savsp] CPU Hours: Per Job","[grgsh] CPU Hours: Per Job" +2016,13184.81728395,6387.18222222,6550.23272727,5278.79111111,4368.65777778,4202.09666667,3060.11666667,2627.28571429,1767.64000000,1438.12222222,1249.92088889,1233.33333333,1006.98777778,960.13333333,1441.02222222,564.66565514,385.99851852,564.52666667,529.63777778,467.04545455,405.36020202,405.12111111,328.17578283,433.21966967,337.00333333,317.64611111,198.73672222,167.62456790,183.94862434,158.95125772,189.64305556,111.17000000,559.31266667,87.43875000,52.61055556,72.00694444,68.10298148,76.40201389,48.78758939,69.22777778,16.58158730,31.90972222,28.14000000,28.14000000,23.01874399,2.35937500,21.84694444,26.97462560,19.84069307,13.91899034,10.00406111,8.59051583,6.47641111,6.35072152,5.56210777,5.98691667,5.04208333,4.48717172,3.59102850,1.60992063,1.04000000,0.97288194,0.97296296,0.97234375,1.45671498,0.02434444,0.02076714 +2017,0,1293.28000000,263.45777778,0,0,0,1140.35000000,0,0,158.23333333,371.58666667,667.68761905,0,0,3.46666667,104.22217494,198.70320988,0,0,60.55000000,118.89333333,0,141.00285714,70.31901235,269.34857143,68.79111111,63.49666667,51.40333333,0,0,21.40555556,61.31777778,15.50950855,0,45.96222222,0,0,5.71666667,13.34534574,7.11888889,45.02654321,0,0,0,11.50582962,25.37236259,0,8.24440000,35.25833333,9.56621212,0,0,6.26263789,0,36.21190476,0,0,0,0.56752421,0,0,0.96979167,0.96958333,0.96975694,0.02809588,0.02555556,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/aggregate-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/aggregate-Day-cd.csv index 4a1af16f14..be24c2e6ac 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/aggregate-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/aggregate-Day-cd.csv @@ -29,6 +29,7 @@ garwa,0.00000000 gloib,0.00000000 grath,0.00000000 grgsh,0.00000000 +hardu,0.00000000 henha,0.00000000 honbu,0.00000000 hoowa,0.00000000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/aggregate-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/aggregate-Day-cs.csv index 4a1af16f14..be24c2e6ac 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/aggregate-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/aggregate-Day-cs.csv @@ -29,6 +29,7 @@ garwa,0.00000000 gloib,0.00000000 grath,0.00000000 grgsh,0.00000000 +hardu,0.00000000 henha,0.00000000 honbu,0.00000000 hoowa,0.00000000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/aggregate-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/aggregate-Month-cd.csv index 4a1af16f14..be24c2e6ac 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/aggregate-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/aggregate-Month-cd.csv @@ -29,6 +29,7 @@ garwa,0.00000000 gloib,0.00000000 grath,0.00000000 grgsh,0.00000000 +hardu,0.00000000 henha,0.00000000 honbu,0.00000000 hoowa,0.00000000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/aggregate-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/aggregate-Month-cs.csv index 4a1af16f14..be24c2e6ac 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/aggregate-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/aggregate-Month-cs.csv @@ -29,6 +29,7 @@ garwa,0.00000000 gloib,0.00000000 grath,0.00000000 grgsh,0.00000000 +hardu,0.00000000 henha,0.00000000 honbu,0.00000000 hoowa,0.00000000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/aggregate-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/aggregate-Quarter-cd.csv index 4a1af16f14..be24c2e6ac 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/aggregate-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/aggregate-Quarter-cd.csv @@ -29,6 +29,7 @@ garwa,0.00000000 gloib,0.00000000 grath,0.00000000 grgsh,0.00000000 +hardu,0.00000000 henha,0.00000000 honbu,0.00000000 hoowa,0.00000000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/aggregate-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/aggregate-Quarter-cs.csv index 4a1af16f14..be24c2e6ac 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/aggregate-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/aggregate-Quarter-cs.csv @@ -29,6 +29,7 @@ garwa,0.00000000 gloib,0.00000000 grath,0.00000000 grgsh,0.00000000 +hardu,0.00000000 henha,0.00000000 honbu,0.00000000 hoowa,0.00000000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/aggregate-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/aggregate-Year-cd.csv index 4a1af16f14..be24c2e6ac 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/aggregate-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/aggregate-Year-cd.csv @@ -29,6 +29,7 @@ garwa,0.00000000 gloib,0.00000000 grath,0.00000000 grgsh,0.00000000 +hardu,0.00000000 henha,0.00000000 honbu,0.00000000 hoowa,0.00000000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/aggregate-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/aggregate-Year-cs.csv index 4a1af16f14..be24c2e6ac 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/aggregate-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/aggregate-Year-cs.csv @@ -29,6 +29,7 @@ garwa,0.00000000 gloib,0.00000000 grath,0.00000000 grgsh,0.00000000 +hardu,0.00000000 henha,0.00000000 honbu,0.00000000 hoowa,0.00000000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/timeseries-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/timeseries-Day-cd.csv index 5aca62d469..e9c181fcaf 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/timeseries-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/timeseries-Day-cd.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[noror] GPU Hours: Per Job","[allga] GPU Hours: Per Job","[alpsw] GPU Hours: Per Job","[aytinis] GPU Hours: Per Job","[blhbu] GPU Hours: Per Job","[boowa] GPU Hours: Per Job","[caspl] GPU Hours: Per Job","[categ] GPU Hours: Per Job","[chaff] GPU Hours: Per Job","[coot1] GPU Hours: Per Job","[corsh] GPU Hours: Per Job","[crama] GPU Hours: Per Job","[crane] GPU Hours: Per Job","[dunli] GPU Hours: Per Job","[duswa] GPU Hours: Per Job","[egygo] GPU Hours: Per Job","[evegr] GPU Hours: Per Job","[ferdu] GPU Hours: Per Job","[field] GPU Hours: Per Job","[garwa] GPU Hours: Per Job","[gloib] GPU Hours: Per Job","[grath] GPU Hours: Per Job","[grgsh] GPU Hours: Per Job","[henha] GPU Hours: Per Job","[honbu] GPU Hours: Per Job","[hoowa] GPU Hours: Per Job","[jackd] GPU Hours: Per Job","[lanhach] GPU Hours: Per Job","[lapwi] GPU Hours: Per Job","[legsh] GPU Hours: Per Job","[lesre] GPU Hours: Per Job","[litau] GPU Hours: Per Job","[litst] GPU Hours: Per Job","[mamwa] GPU Hours: Per Job","[meapi] GPU Hours: Per Job","[misth] GPU Hours: Per Job","[moorh] GPU Hours: Per Job","[ovenb] GPU Hours: Per Job","[pereg] GPU Hours: Per Job","[pibgr] GPU Hours: Per Job","[proubis] GPU Hours: Per Job","[reebu] GPU Hours: Per Job","[relpa] GPU Hours: Per Job","[ribgu] GPU Hours: Per Job","[rolle] GPU Hours: Per Job","[sancr] GPU Hours: Per Job","[sante] GPU Hours: Per Job","[sarwa] GPU Hours: Per Job","[savsp] GPU Hours: Per Job","[shag1] GPU Hours: Per Job","[shttr] GPU Hours: Per Job","[siski] GPU Hours: Per Job","[smew1] GPU Hours: Per Job","[sogsh] GPU Hours: Per Job","[sposa] GPU Hours: Per Job","[swath] GPU Hours: Per Job","[turdo] GPU Hours: Per Job","[velsc] GPU Hours: Per Job","[vertera] GPU Hours: Per Job","[whimb] GPU Hours: Per Job","[whtpl] GPU Hours: Per Job","[whtsp] GPU Hours: Per Job","[ybsbu] GPU Hours: Per Job","[yebbu] GPU Hours: Per Job","[yebsa] GPU Hours: Per Job","[yebwa] GPU Hours: Per Job" -2016-12-22,33.49277778,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0 -2016-12-23,48.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0 -2016-12-24,48.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0 -2016-12-25,48.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0 -2016-12-26,48.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0 -2016-12-27,48.00000000,0,0,0,0,0.00000000,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0.00000000,0.00000000,0,0,0.00000000,0,0,0,0.00000000,0,0,0,0.00000000,0.00000000,0,0,0,0.00000000,0.00000000,0,0,0,0,0.00000000,0.00000000,0,0,0,0,0.00000000,0,0,0 -2016-12-28,48.00000000,0,0,0.00000000,0,0.00000000,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0.00000000,0.00000000,0,0,0,0.00000000,0.00000000,0,0,0.00000000,0,0,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0,0,0.00000000,0,0,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0,0,0,0.00000000,0.00000000,0,0,0.00000000,0,0.00000000,0,0,0 -2016-12-29,48.00000000,0,0,0.00000000,0,0.00000000,0,0,0.00000000,0,0.00000000,0,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0,0,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0,0,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000 -2016-12-30,48.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000 -2016-12-31,9.60000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0 -2017-01-01,1.59307692,0,0.00000000,0,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0,0,0.00000000,0,0,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0,0,0.00000000,0.00000000 +Day,"[noror] GPU Hours: Per Job","[allga] GPU Hours: Per Job","[alpsw] GPU Hours: Per Job","[aytinis] GPU Hours: Per Job","[blhbu] GPU Hours: Per Job","[boowa] GPU Hours: Per Job","[caspl] GPU Hours: Per Job","[categ] GPU Hours: Per Job","[chaff] GPU Hours: Per Job","[coot1] GPU Hours: Per Job","[corsh] GPU Hours: Per Job","[crama] GPU Hours: Per Job","[crane] GPU Hours: Per Job","[dunli] GPU Hours: Per Job","[duswa] GPU Hours: Per Job","[egygo] GPU Hours: Per Job","[evegr] GPU Hours: Per Job","[ferdu] GPU Hours: Per Job","[field] GPU Hours: Per Job","[garwa] GPU Hours: Per Job","[gloib] GPU Hours: Per Job","[grath] GPU Hours: Per Job","[grgsh] GPU Hours: Per Job","[hardu] GPU Hours: Per Job","[henha] GPU Hours: Per Job","[honbu] GPU Hours: Per Job","[hoowa] GPU Hours: Per Job","[jackd] GPU Hours: Per Job","[lanhach] GPU Hours: Per Job","[lapwi] GPU Hours: Per Job","[legsh] GPU Hours: Per Job","[lesre] GPU Hours: Per Job","[litau] GPU Hours: Per Job","[litst] GPU Hours: Per Job","[mamwa] GPU Hours: Per Job","[meapi] GPU Hours: Per Job","[misth] GPU Hours: Per Job","[moorh] GPU Hours: Per Job","[ovenb] GPU Hours: Per Job","[pereg] GPU Hours: Per Job","[pibgr] GPU Hours: Per Job","[proubis] GPU Hours: Per Job","[reebu] GPU Hours: Per Job","[relpa] GPU Hours: Per Job","[ribgu] GPU Hours: Per Job","[rolle] GPU Hours: Per Job","[sancr] GPU Hours: Per Job","[sante] GPU Hours: Per Job","[sarwa] GPU Hours: Per Job","[savsp] GPU Hours: Per Job","[shag1] GPU Hours: Per Job","[shttr] GPU Hours: Per Job","[siski] GPU Hours: Per Job","[smew1] GPU Hours: Per Job","[sogsh] GPU Hours: Per Job","[sposa] GPU Hours: Per Job","[swath] GPU Hours: Per Job","[turdo] GPU Hours: Per Job","[velsc] GPU Hours: Per Job","[vertera] GPU Hours: Per Job","[whimb] GPU Hours: Per Job","[whtpl] GPU Hours: Per Job","[whtsp] GPU Hours: Per Job","[ybsbu] GPU Hours: Per Job","[yebbu] GPU Hours: Per Job","[yebsa] GPU Hours: Per Job","[yebwa] GPU Hours: Per Job" +2016-12-22,33.49277778,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0 +2016-12-23,48.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0 +2016-12-24,48.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0 +2016-12-25,48.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0 +2016-12-26,48.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0 +2016-12-27,48.00000000,0,0,0,0,0.00000000,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0.00000000,0.00000000,0,0,0.00000000,0,0,0,0.00000000,0,0,0,0.00000000,0.00000000,0,0,0,0.00000000,0.00000000,0,0,0,0,0.00000000,0.00000000,0,0,0,0,0.00000000,0,0,0 +2016-12-28,48.00000000,0,0,0.00000000,0,0.00000000,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0.00000000,0.00000000,0,0,0,0,0.00000000,0.00000000,0,0,0.00000000,0,0,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0,0,0.00000000,0,0,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0,0,0,0.00000000,0.00000000,0,0,0.00000000,0,0.00000000,0,0,0 +2016-12-29,48.00000000,0,0,0.00000000,0,0.00000000,0,0,0.00000000,0,0.00000000,0,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0,0,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0,0,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000 +2016-12-30,48.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000 +2016-12-31,9.60000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0 +2017-01-01,1.59307692,0,0.00000000,0,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0,0,0,0.00000000,0,0,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0,0,0.00000000,0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/timeseries-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/timeseries-Day-cs.csv index 5aca62d469..e9c181fcaf 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/timeseries-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/timeseries-Day-cs.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[noror] GPU Hours: Per Job","[allga] GPU Hours: Per Job","[alpsw] GPU Hours: Per Job","[aytinis] GPU Hours: Per Job","[blhbu] GPU Hours: Per Job","[boowa] GPU Hours: Per Job","[caspl] GPU Hours: Per Job","[categ] GPU Hours: Per Job","[chaff] GPU Hours: Per Job","[coot1] GPU Hours: Per Job","[corsh] GPU Hours: Per Job","[crama] GPU Hours: Per Job","[crane] GPU Hours: Per Job","[dunli] GPU Hours: Per Job","[duswa] GPU Hours: Per Job","[egygo] GPU Hours: Per Job","[evegr] GPU Hours: Per Job","[ferdu] GPU Hours: Per Job","[field] GPU Hours: Per Job","[garwa] GPU Hours: Per Job","[gloib] GPU Hours: Per Job","[grath] GPU Hours: Per Job","[grgsh] GPU Hours: Per Job","[henha] GPU Hours: Per Job","[honbu] GPU Hours: Per Job","[hoowa] GPU Hours: Per Job","[jackd] GPU Hours: Per Job","[lanhach] GPU Hours: Per Job","[lapwi] GPU Hours: Per Job","[legsh] GPU Hours: Per Job","[lesre] GPU Hours: Per Job","[litau] GPU Hours: Per Job","[litst] GPU Hours: Per Job","[mamwa] GPU Hours: Per Job","[meapi] GPU Hours: Per Job","[misth] GPU Hours: Per Job","[moorh] GPU Hours: Per Job","[ovenb] GPU Hours: Per Job","[pereg] GPU Hours: Per Job","[pibgr] GPU Hours: Per Job","[proubis] GPU Hours: Per Job","[reebu] GPU Hours: Per Job","[relpa] GPU Hours: Per Job","[ribgu] GPU Hours: Per Job","[rolle] GPU Hours: Per Job","[sancr] GPU Hours: Per Job","[sante] GPU Hours: Per Job","[sarwa] GPU Hours: Per Job","[savsp] GPU Hours: Per Job","[shag1] GPU Hours: Per Job","[shttr] GPU Hours: Per Job","[siski] GPU Hours: Per Job","[smew1] GPU Hours: Per Job","[sogsh] GPU Hours: Per Job","[sposa] GPU Hours: Per Job","[swath] GPU Hours: Per Job","[turdo] GPU Hours: Per Job","[velsc] GPU Hours: Per Job","[vertera] GPU Hours: Per Job","[whimb] GPU Hours: Per Job","[whtpl] GPU Hours: Per Job","[whtsp] GPU Hours: Per Job","[ybsbu] GPU Hours: Per Job","[yebbu] GPU Hours: Per Job","[yebsa] GPU Hours: Per Job","[yebwa] GPU Hours: Per Job" -2016-12-22,33.49277778,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0 -2016-12-23,48.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0 -2016-12-24,48.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0 -2016-12-25,48.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0 -2016-12-26,48.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0 -2016-12-27,48.00000000,0,0,0,0,0.00000000,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0.00000000,0.00000000,0,0,0.00000000,0,0,0,0.00000000,0,0,0,0.00000000,0.00000000,0,0,0,0.00000000,0.00000000,0,0,0,0,0.00000000,0.00000000,0,0,0,0,0.00000000,0,0,0 -2016-12-28,48.00000000,0,0,0.00000000,0,0.00000000,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0.00000000,0.00000000,0,0,0,0.00000000,0.00000000,0,0,0.00000000,0,0,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0,0,0.00000000,0,0,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0,0,0,0.00000000,0.00000000,0,0,0.00000000,0,0.00000000,0,0,0 -2016-12-29,48.00000000,0,0,0.00000000,0,0.00000000,0,0,0.00000000,0,0.00000000,0,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0,0,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0,0,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000 -2016-12-30,48.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000 -2016-12-31,9.60000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0 -2017-01-01,1.59307692,0,0.00000000,0,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0,0,0.00000000,0,0,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0,0,0.00000000,0.00000000 +Day,"[noror] GPU Hours: Per Job","[allga] GPU Hours: Per Job","[alpsw] GPU Hours: Per Job","[aytinis] GPU Hours: Per Job","[blhbu] GPU Hours: Per Job","[boowa] GPU Hours: Per Job","[caspl] GPU Hours: Per Job","[categ] GPU Hours: Per Job","[chaff] GPU Hours: Per Job","[coot1] GPU Hours: Per Job","[corsh] GPU Hours: Per Job","[crama] GPU Hours: Per Job","[crane] GPU Hours: Per Job","[dunli] GPU Hours: Per Job","[duswa] GPU Hours: Per Job","[egygo] GPU Hours: Per Job","[evegr] GPU Hours: Per Job","[ferdu] GPU Hours: Per Job","[field] GPU Hours: Per Job","[garwa] GPU Hours: Per Job","[gloib] GPU Hours: Per Job","[grath] GPU Hours: Per Job","[grgsh] GPU Hours: Per Job","[hardu] GPU Hours: Per Job","[henha] GPU Hours: Per Job","[honbu] GPU Hours: Per Job","[hoowa] GPU Hours: Per Job","[jackd] GPU Hours: Per Job","[lanhach] GPU Hours: Per Job","[lapwi] GPU Hours: Per Job","[legsh] GPU Hours: Per Job","[lesre] GPU Hours: Per Job","[litau] GPU Hours: Per Job","[litst] GPU Hours: Per Job","[mamwa] GPU Hours: Per Job","[meapi] GPU Hours: Per Job","[misth] GPU Hours: Per Job","[moorh] GPU Hours: Per Job","[ovenb] GPU Hours: Per Job","[pereg] GPU Hours: Per Job","[pibgr] GPU Hours: Per Job","[proubis] GPU Hours: Per Job","[reebu] GPU Hours: Per Job","[relpa] GPU Hours: Per Job","[ribgu] GPU Hours: Per Job","[rolle] GPU Hours: Per Job","[sancr] GPU Hours: Per Job","[sante] GPU Hours: Per Job","[sarwa] GPU Hours: Per Job","[savsp] GPU Hours: Per Job","[shag1] GPU Hours: Per Job","[shttr] GPU Hours: Per Job","[siski] GPU Hours: Per Job","[smew1] GPU Hours: Per Job","[sogsh] GPU Hours: Per Job","[sposa] GPU Hours: Per Job","[swath] GPU Hours: Per Job","[turdo] GPU Hours: Per Job","[velsc] GPU Hours: Per Job","[vertera] GPU Hours: Per Job","[whimb] GPU Hours: Per Job","[whtpl] GPU Hours: Per Job","[whtsp] GPU Hours: Per Job","[ybsbu] GPU Hours: Per Job","[yebbu] GPU Hours: Per Job","[yebsa] GPU Hours: Per Job","[yebwa] GPU Hours: Per Job" +2016-12-22,33.49277778,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0 +2016-12-23,48.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0 +2016-12-24,48.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0 +2016-12-25,48.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0 +2016-12-26,48.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0 +2016-12-27,48.00000000,0,0,0,0,0.00000000,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0.00000000,0.00000000,0,0,0.00000000,0,0,0,0.00000000,0,0,0,0.00000000,0.00000000,0,0,0,0.00000000,0.00000000,0,0,0,0,0.00000000,0.00000000,0,0,0,0,0.00000000,0,0,0 +2016-12-28,48.00000000,0,0,0.00000000,0,0.00000000,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0.00000000,0.00000000,0,0,0,0,0.00000000,0.00000000,0,0,0.00000000,0,0,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0,0,0.00000000,0,0,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0,0,0,0.00000000,0.00000000,0,0,0.00000000,0,0.00000000,0,0,0 +2016-12-29,48.00000000,0,0,0.00000000,0,0.00000000,0,0,0.00000000,0,0.00000000,0,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0,0,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0,0,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000 +2016-12-30,48.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000 +2016-12-31,9.60000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0 +2017-01-01,1.59307692,0,0.00000000,0,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0,0,0,0.00000000,0,0,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0,0,0.00000000,0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/timeseries-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/timeseries-Month-cd.csv index 4b65e05273..41bdd01dbe 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/timeseries-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/timeseries-Month-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[noror] GPU Hours: Per Job","[allga] GPU Hours: Per Job","[alpsw] GPU Hours: Per Job","[aytinis] GPU Hours: Per Job","[blhbu] GPU Hours: Per Job","[boowa] GPU Hours: Per Job","[caspl] GPU Hours: Per Job","[categ] GPU Hours: Per Job","[chaff] GPU Hours: Per Job","[coot1] GPU Hours: Per Job","[corsh] GPU Hours: Per Job","[crama] GPU Hours: Per Job","[crane] GPU Hours: Per Job","[dunli] GPU Hours: Per Job","[duswa] GPU Hours: Per Job","[egygo] GPU Hours: Per Job","[evegr] GPU Hours: Per Job","[ferdu] GPU Hours: Per Job","[field] GPU Hours: Per Job","[garwa] GPU Hours: Per Job","[gloib] GPU Hours: Per Job","[grath] GPU Hours: Per Job","[grgsh] GPU Hours: Per Job","[henha] GPU Hours: Per Job","[honbu] GPU Hours: Per Job","[hoowa] GPU Hours: Per Job","[jackd] GPU Hours: Per Job","[lanhach] GPU Hours: Per Job","[lapwi] GPU Hours: Per Job","[legsh] GPU Hours: Per Job","[lesre] GPU Hours: Per Job","[litau] GPU Hours: Per Job","[litst] GPU Hours: Per Job","[mamwa] GPU Hours: Per Job","[meapi] GPU Hours: Per Job","[misth] GPU Hours: Per Job","[moorh] GPU Hours: Per Job","[ovenb] GPU Hours: Per Job","[pereg] GPU Hours: Per Job","[pibgr] GPU Hours: Per Job","[proubis] GPU Hours: Per Job","[reebu] GPU Hours: Per Job","[relpa] GPU Hours: Per Job","[ribgu] GPU Hours: Per Job","[rolle] GPU Hours: Per Job","[sancr] GPU Hours: Per Job","[sante] GPU Hours: Per Job","[sarwa] GPU Hours: Per Job","[savsp] GPU Hours: Per Job","[shag1] GPU Hours: Per Job","[shttr] GPU Hours: Per Job","[siski] GPU Hours: Per Job","[smew1] GPU Hours: Per Job","[sogsh] GPU Hours: Per Job","[sposa] GPU Hours: Per Job","[swath] GPU Hours: Per Job","[turdo] GPU Hours: Per Job","[velsc] GPU Hours: Per Job","[vertera] GPU Hours: Per Job","[whimb] GPU Hours: Per Job","[whtpl] GPU Hours: Per Job","[whtsp] GPU Hours: Per Job","[ybsbu] GPU Hours: Per Job","[yebbu] GPU Hours: Per Job","[yebsa] GPU Hours: Per Job","[yebwa] GPU Hours: Per Job" -2016-12,93.09855556,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000 -2017-01,1.59307692,0,0.00000000,0,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0,0,0.00000000,0,0,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0,0,0.00000000,0.00000000 +Month,"[noror] GPU Hours: Per Job","[allga] GPU Hours: Per Job","[alpsw] GPU Hours: Per Job","[aytinis] GPU Hours: Per Job","[blhbu] GPU Hours: Per Job","[boowa] GPU Hours: Per Job","[caspl] GPU Hours: Per Job","[categ] GPU Hours: Per Job","[chaff] GPU Hours: Per Job","[coot1] GPU Hours: Per Job","[corsh] GPU Hours: Per Job","[crama] GPU Hours: Per Job","[crane] GPU Hours: Per Job","[dunli] GPU Hours: Per Job","[duswa] GPU Hours: Per Job","[egygo] GPU Hours: Per Job","[evegr] GPU Hours: Per Job","[ferdu] GPU Hours: Per Job","[field] GPU Hours: Per Job","[garwa] GPU Hours: Per Job","[gloib] GPU Hours: Per Job","[grath] GPU Hours: Per Job","[grgsh] GPU Hours: Per Job","[hardu] GPU Hours: Per Job","[henha] GPU Hours: Per Job","[honbu] GPU Hours: Per Job","[hoowa] GPU Hours: Per Job","[jackd] GPU Hours: Per Job","[lanhach] GPU Hours: Per Job","[lapwi] GPU Hours: Per Job","[legsh] GPU Hours: Per Job","[lesre] GPU Hours: Per Job","[litau] GPU Hours: Per Job","[litst] GPU Hours: Per Job","[mamwa] GPU Hours: Per Job","[meapi] GPU Hours: Per Job","[misth] GPU Hours: Per Job","[moorh] GPU Hours: Per Job","[ovenb] GPU Hours: Per Job","[pereg] GPU Hours: Per Job","[pibgr] GPU Hours: Per Job","[proubis] GPU Hours: Per Job","[reebu] GPU Hours: Per Job","[relpa] GPU Hours: Per Job","[ribgu] GPU Hours: Per Job","[rolle] GPU Hours: Per Job","[sancr] GPU Hours: Per Job","[sante] GPU Hours: Per Job","[sarwa] GPU Hours: Per Job","[savsp] GPU Hours: Per Job","[shag1] GPU Hours: Per Job","[shttr] GPU Hours: Per Job","[siski] GPU Hours: Per Job","[smew1] GPU Hours: Per Job","[sogsh] GPU Hours: Per Job","[sposa] GPU Hours: Per Job","[swath] GPU Hours: Per Job","[turdo] GPU Hours: Per Job","[velsc] GPU Hours: Per Job","[vertera] GPU Hours: Per Job","[whimb] GPU Hours: Per Job","[whtpl] GPU Hours: Per Job","[whtsp] GPU Hours: Per Job","[ybsbu] GPU Hours: Per Job","[yebbu] GPU Hours: Per Job","[yebsa] GPU Hours: Per Job","[yebwa] GPU Hours: Per Job" +2016-12,93.09855556,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000 +2017-01,1.59307692,0,0.00000000,0,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0,0,0,0.00000000,0,0,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0,0,0.00000000,0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/timeseries-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/timeseries-Month-cs.csv index 4b65e05273..41bdd01dbe 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/timeseries-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/timeseries-Month-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[noror] GPU Hours: Per Job","[allga] GPU Hours: Per Job","[alpsw] GPU Hours: Per Job","[aytinis] GPU Hours: Per Job","[blhbu] GPU Hours: Per Job","[boowa] GPU Hours: Per Job","[caspl] GPU Hours: Per Job","[categ] GPU Hours: Per Job","[chaff] GPU Hours: Per Job","[coot1] GPU Hours: Per Job","[corsh] GPU Hours: Per Job","[crama] GPU Hours: Per Job","[crane] GPU Hours: Per Job","[dunli] GPU Hours: Per Job","[duswa] GPU Hours: Per Job","[egygo] GPU Hours: Per Job","[evegr] GPU Hours: Per Job","[ferdu] GPU Hours: Per Job","[field] GPU Hours: Per Job","[garwa] GPU Hours: Per Job","[gloib] GPU Hours: Per Job","[grath] GPU Hours: Per Job","[grgsh] GPU Hours: Per Job","[henha] GPU Hours: Per Job","[honbu] GPU Hours: Per Job","[hoowa] GPU Hours: Per Job","[jackd] GPU Hours: Per Job","[lanhach] GPU Hours: Per Job","[lapwi] GPU Hours: Per Job","[legsh] GPU Hours: Per Job","[lesre] GPU Hours: Per Job","[litau] GPU Hours: Per Job","[litst] GPU Hours: Per Job","[mamwa] GPU Hours: Per Job","[meapi] GPU Hours: Per Job","[misth] GPU Hours: Per Job","[moorh] GPU Hours: Per Job","[ovenb] GPU Hours: Per Job","[pereg] GPU Hours: Per Job","[pibgr] GPU Hours: Per Job","[proubis] GPU Hours: Per Job","[reebu] GPU Hours: Per Job","[relpa] GPU Hours: Per Job","[ribgu] GPU Hours: Per Job","[rolle] GPU Hours: Per Job","[sancr] GPU Hours: Per Job","[sante] GPU Hours: Per Job","[sarwa] GPU Hours: Per Job","[savsp] GPU Hours: Per Job","[shag1] GPU Hours: Per Job","[shttr] GPU Hours: Per Job","[siski] GPU Hours: Per Job","[smew1] GPU Hours: Per Job","[sogsh] GPU Hours: Per Job","[sposa] GPU Hours: Per Job","[swath] GPU Hours: Per Job","[turdo] GPU Hours: Per Job","[velsc] GPU Hours: Per Job","[vertera] GPU Hours: Per Job","[whimb] GPU Hours: Per Job","[whtpl] GPU Hours: Per Job","[whtsp] GPU Hours: Per Job","[ybsbu] GPU Hours: Per Job","[yebbu] GPU Hours: Per Job","[yebsa] GPU Hours: Per Job","[yebwa] GPU Hours: Per Job" -2016-12,93.09855556,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000 -2017-01,1.59307692,0,0.00000000,0,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0,0,0.00000000,0,0,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0,0,0.00000000,0.00000000 +Month,"[noror] GPU Hours: Per Job","[allga] GPU Hours: Per Job","[alpsw] GPU Hours: Per Job","[aytinis] GPU Hours: Per Job","[blhbu] GPU Hours: Per Job","[boowa] GPU Hours: Per Job","[caspl] GPU Hours: Per Job","[categ] GPU Hours: Per Job","[chaff] GPU Hours: Per Job","[coot1] GPU Hours: Per Job","[corsh] GPU Hours: Per Job","[crama] GPU Hours: Per Job","[crane] GPU Hours: Per Job","[dunli] GPU Hours: Per Job","[duswa] GPU Hours: Per Job","[egygo] GPU Hours: Per Job","[evegr] GPU Hours: Per Job","[ferdu] GPU Hours: Per Job","[field] GPU Hours: Per Job","[garwa] GPU Hours: Per Job","[gloib] GPU Hours: Per Job","[grath] GPU Hours: Per Job","[grgsh] GPU Hours: Per Job","[hardu] GPU Hours: Per Job","[henha] GPU Hours: Per Job","[honbu] GPU Hours: Per Job","[hoowa] GPU Hours: Per Job","[jackd] GPU Hours: Per Job","[lanhach] GPU Hours: Per Job","[lapwi] GPU Hours: Per Job","[legsh] GPU Hours: Per Job","[lesre] GPU Hours: Per Job","[litau] GPU Hours: Per Job","[litst] GPU Hours: Per Job","[mamwa] GPU Hours: Per Job","[meapi] GPU Hours: Per Job","[misth] GPU Hours: Per Job","[moorh] GPU Hours: Per Job","[ovenb] GPU Hours: Per Job","[pereg] GPU Hours: Per Job","[pibgr] GPU Hours: Per Job","[proubis] GPU Hours: Per Job","[reebu] GPU Hours: Per Job","[relpa] GPU Hours: Per Job","[ribgu] GPU Hours: Per Job","[rolle] GPU Hours: Per Job","[sancr] GPU Hours: Per Job","[sante] GPU Hours: Per Job","[sarwa] GPU Hours: Per Job","[savsp] GPU Hours: Per Job","[shag1] GPU Hours: Per Job","[shttr] GPU Hours: Per Job","[siski] GPU Hours: Per Job","[smew1] GPU Hours: Per Job","[sogsh] GPU Hours: Per Job","[sposa] GPU Hours: Per Job","[swath] GPU Hours: Per Job","[turdo] GPU Hours: Per Job","[velsc] GPU Hours: Per Job","[vertera] GPU Hours: Per Job","[whimb] GPU Hours: Per Job","[whtpl] GPU Hours: Per Job","[whtsp] GPU Hours: Per Job","[ybsbu] GPU Hours: Per Job","[yebbu] GPU Hours: Per Job","[yebsa] GPU Hours: Per Job","[yebwa] GPU Hours: Per Job" +2016-12,93.09855556,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000 +2017-01,1.59307692,0,0.00000000,0,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0,0,0,0.00000000,0,0,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0,0,0.00000000,0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/timeseries-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/timeseries-Quarter-cd.csv index 88eeafe40a..6f67c03669 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/timeseries-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/timeseries-Quarter-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[noror] GPU Hours: Per Job","[allga] GPU Hours: Per Job","[alpsw] GPU Hours: Per Job","[aytinis] GPU Hours: Per Job","[blhbu] GPU Hours: Per Job","[boowa] GPU Hours: Per Job","[caspl] GPU Hours: Per Job","[categ] GPU Hours: Per Job","[chaff] GPU Hours: Per Job","[coot1] GPU Hours: Per Job","[corsh] GPU Hours: Per Job","[crama] GPU Hours: Per Job","[crane] GPU Hours: Per Job","[dunli] GPU Hours: Per Job","[duswa] GPU Hours: Per Job","[egygo] GPU Hours: Per Job","[evegr] GPU Hours: Per Job","[ferdu] GPU Hours: Per Job","[field] GPU Hours: Per Job","[garwa] GPU Hours: Per Job","[gloib] GPU Hours: Per Job","[grath] GPU Hours: Per Job","[grgsh] GPU Hours: Per Job","[henha] GPU Hours: Per Job","[honbu] GPU Hours: Per Job","[hoowa] GPU Hours: Per Job","[jackd] GPU Hours: Per Job","[lanhach] GPU Hours: Per Job","[lapwi] GPU Hours: Per Job","[legsh] GPU Hours: Per Job","[lesre] GPU Hours: Per Job","[litau] GPU Hours: Per Job","[litst] GPU Hours: Per Job","[mamwa] GPU Hours: Per Job","[meapi] GPU Hours: Per Job","[misth] GPU Hours: Per Job","[moorh] GPU Hours: Per Job","[ovenb] GPU Hours: Per Job","[pereg] GPU Hours: Per Job","[pibgr] GPU Hours: Per Job","[proubis] GPU Hours: Per Job","[reebu] GPU Hours: Per Job","[relpa] GPU Hours: Per Job","[ribgu] GPU Hours: Per Job","[rolle] GPU Hours: Per Job","[sancr] GPU Hours: Per Job","[sante] GPU Hours: Per Job","[sarwa] GPU Hours: Per Job","[savsp] GPU Hours: Per Job","[shag1] GPU Hours: Per Job","[shttr] GPU Hours: Per Job","[siski] GPU Hours: Per Job","[smew1] GPU Hours: Per Job","[sogsh] GPU Hours: Per Job","[sposa] GPU Hours: Per Job","[swath] GPU Hours: Per Job","[turdo] GPU Hours: Per Job","[velsc] GPU Hours: Per Job","[vertera] GPU Hours: Per Job","[whimb] GPU Hours: Per Job","[whtpl] GPU Hours: Per Job","[whtsp] GPU Hours: Per Job","[ybsbu] GPU Hours: Per Job","[yebbu] GPU Hours: Per Job","[yebsa] GPU Hours: Per Job","[yebwa] GPU Hours: Per Job" -"2016 Q4",93.09855556,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000 -"2017 Q1",1.59307692,0,0.00000000,0,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0,0,0.00000000,0,0,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0,0,0.00000000,0.00000000 +Quarter,"[noror] GPU Hours: Per Job","[allga] GPU Hours: Per Job","[alpsw] GPU Hours: Per Job","[aytinis] GPU Hours: Per Job","[blhbu] GPU Hours: Per Job","[boowa] GPU Hours: Per Job","[caspl] GPU Hours: Per Job","[categ] GPU Hours: Per Job","[chaff] GPU Hours: Per Job","[coot1] GPU Hours: Per Job","[corsh] GPU Hours: Per Job","[crama] GPU Hours: Per Job","[crane] GPU Hours: Per Job","[dunli] GPU Hours: Per Job","[duswa] GPU Hours: Per Job","[egygo] GPU Hours: Per Job","[evegr] GPU Hours: Per Job","[ferdu] GPU Hours: Per Job","[field] GPU Hours: Per Job","[garwa] GPU Hours: Per Job","[gloib] GPU Hours: Per Job","[grath] GPU Hours: Per Job","[grgsh] GPU Hours: Per Job","[hardu] GPU Hours: Per Job","[henha] GPU Hours: Per Job","[honbu] GPU Hours: Per Job","[hoowa] GPU Hours: Per Job","[jackd] GPU Hours: Per Job","[lanhach] GPU Hours: Per Job","[lapwi] GPU Hours: Per Job","[legsh] GPU Hours: Per Job","[lesre] GPU Hours: Per Job","[litau] GPU Hours: Per Job","[litst] GPU Hours: Per Job","[mamwa] GPU Hours: Per Job","[meapi] GPU Hours: Per Job","[misth] GPU Hours: Per Job","[moorh] GPU Hours: Per Job","[ovenb] GPU Hours: Per Job","[pereg] GPU Hours: Per Job","[pibgr] GPU Hours: Per Job","[proubis] GPU Hours: Per Job","[reebu] GPU Hours: Per Job","[relpa] GPU Hours: Per Job","[ribgu] GPU Hours: Per Job","[rolle] GPU Hours: Per Job","[sancr] GPU Hours: Per Job","[sante] GPU Hours: Per Job","[sarwa] GPU Hours: Per Job","[savsp] GPU Hours: Per Job","[shag1] GPU Hours: Per Job","[shttr] GPU Hours: Per Job","[siski] GPU Hours: Per Job","[smew1] GPU Hours: Per Job","[sogsh] GPU Hours: Per Job","[sposa] GPU Hours: Per Job","[swath] GPU Hours: Per Job","[turdo] GPU Hours: Per Job","[velsc] GPU Hours: Per Job","[vertera] GPU Hours: Per Job","[whimb] GPU Hours: Per Job","[whtpl] GPU Hours: Per Job","[whtsp] GPU Hours: Per Job","[ybsbu] GPU Hours: Per Job","[yebbu] GPU Hours: Per Job","[yebsa] GPU Hours: Per Job","[yebwa] GPU Hours: Per Job" +"2016 Q4",93.09855556,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000 +"2017 Q1",1.59307692,0,0.00000000,0,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0,0,0,0.00000000,0,0,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0,0,0.00000000,0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/timeseries-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/timeseries-Quarter-cs.csv index 88eeafe40a..6f67c03669 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/timeseries-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/timeseries-Quarter-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[noror] GPU Hours: Per Job","[allga] GPU Hours: Per Job","[alpsw] GPU Hours: Per Job","[aytinis] GPU Hours: Per Job","[blhbu] GPU Hours: Per Job","[boowa] GPU Hours: Per Job","[caspl] GPU Hours: Per Job","[categ] GPU Hours: Per Job","[chaff] GPU Hours: Per Job","[coot1] GPU Hours: Per Job","[corsh] GPU Hours: Per Job","[crama] GPU Hours: Per Job","[crane] GPU Hours: Per Job","[dunli] GPU Hours: Per Job","[duswa] GPU Hours: Per Job","[egygo] GPU Hours: Per Job","[evegr] GPU Hours: Per Job","[ferdu] GPU Hours: Per Job","[field] GPU Hours: Per Job","[garwa] GPU Hours: Per Job","[gloib] GPU Hours: Per Job","[grath] GPU Hours: Per Job","[grgsh] GPU Hours: Per Job","[henha] GPU Hours: Per Job","[honbu] GPU Hours: Per Job","[hoowa] GPU Hours: Per Job","[jackd] GPU Hours: Per Job","[lanhach] GPU Hours: Per Job","[lapwi] GPU Hours: Per Job","[legsh] GPU Hours: Per Job","[lesre] GPU Hours: Per Job","[litau] GPU Hours: Per Job","[litst] GPU Hours: Per Job","[mamwa] GPU Hours: Per Job","[meapi] GPU Hours: Per Job","[misth] GPU Hours: Per Job","[moorh] GPU Hours: Per Job","[ovenb] GPU Hours: Per Job","[pereg] GPU Hours: Per Job","[pibgr] GPU Hours: Per Job","[proubis] GPU Hours: Per Job","[reebu] GPU Hours: Per Job","[relpa] GPU Hours: Per Job","[ribgu] GPU Hours: Per Job","[rolle] GPU Hours: Per Job","[sancr] GPU Hours: Per Job","[sante] GPU Hours: Per Job","[sarwa] GPU Hours: Per Job","[savsp] GPU Hours: Per Job","[shag1] GPU Hours: Per Job","[shttr] GPU Hours: Per Job","[siski] GPU Hours: Per Job","[smew1] GPU Hours: Per Job","[sogsh] GPU Hours: Per Job","[sposa] GPU Hours: Per Job","[swath] GPU Hours: Per Job","[turdo] GPU Hours: Per Job","[velsc] GPU Hours: Per Job","[vertera] GPU Hours: Per Job","[whimb] GPU Hours: Per Job","[whtpl] GPU Hours: Per Job","[whtsp] GPU Hours: Per Job","[ybsbu] GPU Hours: Per Job","[yebbu] GPU Hours: Per Job","[yebsa] GPU Hours: Per Job","[yebwa] GPU Hours: Per Job" -"2016 Q4",93.09855556,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000 -"2017 Q1",1.59307692,0,0.00000000,0,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0,0,0.00000000,0,0,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0,0,0.00000000,0.00000000 +Quarter,"[noror] GPU Hours: Per Job","[allga] GPU Hours: Per Job","[alpsw] GPU Hours: Per Job","[aytinis] GPU Hours: Per Job","[blhbu] GPU Hours: Per Job","[boowa] GPU Hours: Per Job","[caspl] GPU Hours: Per Job","[categ] GPU Hours: Per Job","[chaff] GPU Hours: Per Job","[coot1] GPU Hours: Per Job","[corsh] GPU Hours: Per Job","[crama] GPU Hours: Per Job","[crane] GPU Hours: Per Job","[dunli] GPU Hours: Per Job","[duswa] GPU Hours: Per Job","[egygo] GPU Hours: Per Job","[evegr] GPU Hours: Per Job","[ferdu] GPU Hours: Per Job","[field] GPU Hours: Per Job","[garwa] GPU Hours: Per Job","[gloib] GPU Hours: Per Job","[grath] GPU Hours: Per Job","[grgsh] GPU Hours: Per Job","[hardu] GPU Hours: Per Job","[henha] GPU Hours: Per Job","[honbu] GPU Hours: Per Job","[hoowa] GPU Hours: Per Job","[jackd] GPU Hours: Per Job","[lanhach] GPU Hours: Per Job","[lapwi] GPU Hours: Per Job","[legsh] GPU Hours: Per Job","[lesre] GPU Hours: Per Job","[litau] GPU Hours: Per Job","[litst] GPU Hours: Per Job","[mamwa] GPU Hours: Per Job","[meapi] GPU Hours: Per Job","[misth] GPU Hours: Per Job","[moorh] GPU Hours: Per Job","[ovenb] GPU Hours: Per Job","[pereg] GPU Hours: Per Job","[pibgr] GPU Hours: Per Job","[proubis] GPU Hours: Per Job","[reebu] GPU Hours: Per Job","[relpa] GPU Hours: Per Job","[ribgu] GPU Hours: Per Job","[rolle] GPU Hours: Per Job","[sancr] GPU Hours: Per Job","[sante] GPU Hours: Per Job","[sarwa] GPU Hours: Per Job","[savsp] GPU Hours: Per Job","[shag1] GPU Hours: Per Job","[shttr] GPU Hours: Per Job","[siski] GPU Hours: Per Job","[smew1] GPU Hours: Per Job","[sogsh] GPU Hours: Per Job","[sposa] GPU Hours: Per Job","[swath] GPU Hours: Per Job","[turdo] GPU Hours: Per Job","[velsc] GPU Hours: Per Job","[vertera] GPU Hours: Per Job","[whimb] GPU Hours: Per Job","[whtpl] GPU Hours: Per Job","[whtsp] GPU Hours: Per Job","[ybsbu] GPU Hours: Per Job","[yebbu] GPU Hours: Per Job","[yebsa] GPU Hours: Per Job","[yebwa] GPU Hours: Per Job" +"2016 Q4",93.09855556,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000 +"2017 Q1",1.59307692,0,0.00000000,0,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0,0,0,0.00000000,0,0,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0,0,0.00000000,0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/timeseries-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/timeseries-Year-cd.csv index a1f70accff..2a5d4ddbac 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/timeseries-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/timeseries-Year-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[noror] GPU Hours: Per Job","[allga] GPU Hours: Per Job","[alpsw] GPU Hours: Per Job","[aytinis] GPU Hours: Per Job","[blhbu] GPU Hours: Per Job","[boowa] GPU Hours: Per Job","[caspl] GPU Hours: Per Job","[categ] GPU Hours: Per Job","[chaff] GPU Hours: Per Job","[coot1] GPU Hours: Per Job","[corsh] GPU Hours: Per Job","[crama] GPU Hours: Per Job","[crane] GPU Hours: Per Job","[dunli] GPU Hours: Per Job","[duswa] GPU Hours: Per Job","[egygo] GPU Hours: Per Job","[evegr] GPU Hours: Per Job","[ferdu] GPU Hours: Per Job","[field] GPU Hours: Per Job","[garwa] GPU Hours: Per Job","[gloib] GPU Hours: Per Job","[grath] GPU Hours: Per Job","[grgsh] GPU Hours: Per Job","[henha] GPU Hours: Per Job","[honbu] GPU Hours: Per Job","[hoowa] GPU Hours: Per Job","[jackd] GPU Hours: Per Job","[lanhach] GPU Hours: Per Job","[lapwi] GPU Hours: Per Job","[legsh] GPU Hours: Per Job","[lesre] GPU Hours: Per Job","[litau] GPU Hours: Per Job","[litst] GPU Hours: Per Job","[mamwa] GPU Hours: Per Job","[meapi] GPU Hours: Per Job","[misth] GPU Hours: Per Job","[moorh] GPU Hours: Per Job","[ovenb] GPU Hours: Per Job","[pereg] GPU Hours: Per Job","[pibgr] GPU Hours: Per Job","[proubis] GPU Hours: Per Job","[reebu] GPU Hours: Per Job","[relpa] GPU Hours: Per Job","[ribgu] GPU Hours: Per Job","[rolle] GPU Hours: Per Job","[sancr] GPU Hours: Per Job","[sante] GPU Hours: Per Job","[sarwa] GPU Hours: Per Job","[savsp] GPU Hours: Per Job","[shag1] GPU Hours: Per Job","[shttr] GPU Hours: Per Job","[siski] GPU Hours: Per Job","[smew1] GPU Hours: Per Job","[sogsh] GPU Hours: Per Job","[sposa] GPU Hours: Per Job","[swath] GPU Hours: Per Job","[turdo] GPU Hours: Per Job","[velsc] GPU Hours: Per Job","[vertera] GPU Hours: Per Job","[whimb] GPU Hours: Per Job","[whtpl] GPU Hours: Per Job","[whtsp] GPU Hours: Per Job","[ybsbu] GPU Hours: Per Job","[yebbu] GPU Hours: Per Job","[yebsa] GPU Hours: Per Job","[yebwa] GPU Hours: Per Job" -2016,93.09855556,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000 -2017,1.59307692,0,0.00000000,0,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0,0,0.00000000,0,0,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0,0,0.00000000,0.00000000 +Year,"[noror] GPU Hours: Per Job","[allga] GPU Hours: Per Job","[alpsw] GPU Hours: Per Job","[aytinis] GPU Hours: Per Job","[blhbu] GPU Hours: Per Job","[boowa] GPU Hours: Per Job","[caspl] GPU Hours: Per Job","[categ] GPU Hours: Per Job","[chaff] GPU Hours: Per Job","[coot1] GPU Hours: Per Job","[corsh] GPU Hours: Per Job","[crama] GPU Hours: Per Job","[crane] GPU Hours: Per Job","[dunli] GPU Hours: Per Job","[duswa] GPU Hours: Per Job","[egygo] GPU Hours: Per Job","[evegr] GPU Hours: Per Job","[ferdu] GPU Hours: Per Job","[field] GPU Hours: Per Job","[garwa] GPU Hours: Per Job","[gloib] GPU Hours: Per Job","[grath] GPU Hours: Per Job","[grgsh] GPU Hours: Per Job","[hardu] GPU Hours: Per Job","[henha] GPU Hours: Per Job","[honbu] GPU Hours: Per Job","[hoowa] GPU Hours: Per Job","[jackd] GPU Hours: Per Job","[lanhach] GPU Hours: Per Job","[lapwi] GPU Hours: Per Job","[legsh] GPU Hours: Per Job","[lesre] GPU Hours: Per Job","[litau] GPU Hours: Per Job","[litst] GPU Hours: Per Job","[mamwa] GPU Hours: Per Job","[meapi] GPU Hours: Per Job","[misth] GPU Hours: Per Job","[moorh] GPU Hours: Per Job","[ovenb] GPU Hours: Per Job","[pereg] GPU Hours: Per Job","[pibgr] GPU Hours: Per Job","[proubis] GPU Hours: Per Job","[reebu] GPU Hours: Per Job","[relpa] GPU Hours: Per Job","[ribgu] GPU Hours: Per Job","[rolle] GPU Hours: Per Job","[sancr] GPU Hours: Per Job","[sante] GPU Hours: Per Job","[sarwa] GPU Hours: Per Job","[savsp] GPU Hours: Per Job","[shag1] GPU Hours: Per Job","[shttr] GPU Hours: Per Job","[siski] GPU Hours: Per Job","[smew1] GPU Hours: Per Job","[sogsh] GPU Hours: Per Job","[sposa] GPU Hours: Per Job","[swath] GPU Hours: Per Job","[turdo] GPU Hours: Per Job","[velsc] GPU Hours: Per Job","[vertera] GPU Hours: Per Job","[whimb] GPU Hours: Per Job","[whtpl] GPU Hours: Per Job","[whtsp] GPU Hours: Per Job","[ybsbu] GPU Hours: Per Job","[yebbu] GPU Hours: Per Job","[yebsa] GPU Hours: Per Job","[yebwa] GPU Hours: Per Job" +2016,93.09855556,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000 +2017,1.59307692,0,0.00000000,0,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0,0,0,0.00000000,0,0,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0,0,0.00000000,0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/timeseries-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/timeseries-Year-cs.csv index a1f70accff..2a5d4ddbac 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/timeseries-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpu_hours/timeseries-Year-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[noror] GPU Hours: Per Job","[allga] GPU Hours: Per Job","[alpsw] GPU Hours: Per Job","[aytinis] GPU Hours: Per Job","[blhbu] GPU Hours: Per Job","[boowa] GPU Hours: Per Job","[caspl] GPU Hours: Per Job","[categ] GPU Hours: Per Job","[chaff] GPU Hours: Per Job","[coot1] GPU Hours: Per Job","[corsh] GPU Hours: Per Job","[crama] GPU Hours: Per Job","[crane] GPU Hours: Per Job","[dunli] GPU Hours: Per Job","[duswa] GPU Hours: Per Job","[egygo] GPU Hours: Per Job","[evegr] GPU Hours: Per Job","[ferdu] GPU Hours: Per Job","[field] GPU Hours: Per Job","[garwa] GPU Hours: Per Job","[gloib] GPU Hours: Per Job","[grath] GPU Hours: Per Job","[grgsh] GPU Hours: Per Job","[henha] GPU Hours: Per Job","[honbu] GPU Hours: Per Job","[hoowa] GPU Hours: Per Job","[jackd] GPU Hours: Per Job","[lanhach] GPU Hours: Per Job","[lapwi] GPU Hours: Per Job","[legsh] GPU Hours: Per Job","[lesre] GPU Hours: Per Job","[litau] GPU Hours: Per Job","[litst] GPU Hours: Per Job","[mamwa] GPU Hours: Per Job","[meapi] GPU Hours: Per Job","[misth] GPU Hours: Per Job","[moorh] GPU Hours: Per Job","[ovenb] GPU Hours: Per Job","[pereg] GPU Hours: Per Job","[pibgr] GPU Hours: Per Job","[proubis] GPU Hours: Per Job","[reebu] GPU Hours: Per Job","[relpa] GPU Hours: Per Job","[ribgu] GPU Hours: Per Job","[rolle] GPU Hours: Per Job","[sancr] GPU Hours: Per Job","[sante] GPU Hours: Per Job","[sarwa] GPU Hours: Per Job","[savsp] GPU Hours: Per Job","[shag1] GPU Hours: Per Job","[shttr] GPU Hours: Per Job","[siski] GPU Hours: Per Job","[smew1] GPU Hours: Per Job","[sogsh] GPU Hours: Per Job","[sposa] GPU Hours: Per Job","[swath] GPU Hours: Per Job","[turdo] GPU Hours: Per Job","[velsc] GPU Hours: Per Job","[vertera] GPU Hours: Per Job","[whimb] GPU Hours: Per Job","[whtpl] GPU Hours: Per Job","[whtsp] GPU Hours: Per Job","[ybsbu] GPU Hours: Per Job","[yebbu] GPU Hours: Per Job","[yebsa] GPU Hours: Per Job","[yebwa] GPU Hours: Per Job" -2016,93.09855556,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000 -2017,1.59307692,0,0.00000000,0,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0,0,0.00000000,0,0,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0,0,0.00000000,0.00000000 +Year,"[noror] GPU Hours: Per Job","[allga] GPU Hours: Per Job","[alpsw] GPU Hours: Per Job","[aytinis] GPU Hours: Per Job","[blhbu] GPU Hours: Per Job","[boowa] GPU Hours: Per Job","[caspl] GPU Hours: Per Job","[categ] GPU Hours: Per Job","[chaff] GPU Hours: Per Job","[coot1] GPU Hours: Per Job","[corsh] GPU Hours: Per Job","[crama] GPU Hours: Per Job","[crane] GPU Hours: Per Job","[dunli] GPU Hours: Per Job","[duswa] GPU Hours: Per Job","[egygo] GPU Hours: Per Job","[evegr] GPU Hours: Per Job","[ferdu] GPU Hours: Per Job","[field] GPU Hours: Per Job","[garwa] GPU Hours: Per Job","[gloib] GPU Hours: Per Job","[grath] GPU Hours: Per Job","[grgsh] GPU Hours: Per Job","[hardu] GPU Hours: Per Job","[henha] GPU Hours: Per Job","[honbu] GPU Hours: Per Job","[hoowa] GPU Hours: Per Job","[jackd] GPU Hours: Per Job","[lanhach] GPU Hours: Per Job","[lapwi] GPU Hours: Per Job","[legsh] GPU Hours: Per Job","[lesre] GPU Hours: Per Job","[litau] GPU Hours: Per Job","[litst] GPU Hours: Per Job","[mamwa] GPU Hours: Per Job","[meapi] GPU Hours: Per Job","[misth] GPU Hours: Per Job","[moorh] GPU Hours: Per Job","[ovenb] GPU Hours: Per Job","[pereg] GPU Hours: Per Job","[pibgr] GPU Hours: Per Job","[proubis] GPU Hours: Per Job","[reebu] GPU Hours: Per Job","[relpa] GPU Hours: Per Job","[ribgu] GPU Hours: Per Job","[rolle] GPU Hours: Per Job","[sancr] GPU Hours: Per Job","[sante] GPU Hours: Per Job","[sarwa] GPU Hours: Per Job","[savsp] GPU Hours: Per Job","[shag1] GPU Hours: Per Job","[shttr] GPU Hours: Per Job","[siski] GPU Hours: Per Job","[smew1] GPU Hours: Per Job","[sogsh] GPU Hours: Per Job","[sposa] GPU Hours: Per Job","[swath] GPU Hours: Per Job","[turdo] GPU Hours: Per Job","[velsc] GPU Hours: Per Job","[vertera] GPU Hours: Per Job","[whimb] GPU Hours: Per Job","[whtpl] GPU Hours: Per Job","[whtsp] GPU Hours: Per Job","[ybsbu] GPU Hours: Per Job","[yebbu] GPU Hours: Per Job","[yebsa] GPU Hours: Per Job","[yebwa] GPU Hours: Per Job" +2016,93.09855556,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000 +2017,1.59307692,0,0.00000000,0,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0,0,0.00000000,0.00000000,0.00000000,0,0.00000000,0,0,0,0.00000000,0,0,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0,0.00000000,0.00000000,0,0,0.00000000,0,0,0.00000000,0.00000000,0.00000000,0.00000000,0,0,0.00000000,0.00000000,0,0.00000000,0,0.00000000,0.00000000,0,0.00000000,0,0,0.00000000,0.00000000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/aggregate-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/aggregate-Day-cd.csv index c2c6f87eac..60095baa68 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/aggregate-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/aggregate-Day-cd.csv @@ -29,6 +29,7 @@ garwa,0.0000,0 gloib,0.0000,0 grath,0.0000,0 grgsh,0.0000,0 +hardu,0.0000,0 henha,0.0000,0 honbu,0.0000,0 hoowa,0.0000,0 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/aggregate-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/aggregate-Day-cs.csv index c2c6f87eac..60095baa68 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/aggregate-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/aggregate-Day-cs.csv @@ -29,6 +29,7 @@ garwa,0.0000,0 gloib,0.0000,0 grath,0.0000,0 grgsh,0.0000,0 +hardu,0.0000,0 henha,0.0000,0 honbu,0.0000,0 hoowa,0.0000,0 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/aggregate-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/aggregate-Month-cd.csv index c2c6f87eac..60095baa68 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/aggregate-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/aggregate-Month-cd.csv @@ -29,6 +29,7 @@ garwa,0.0000,0 gloib,0.0000,0 grath,0.0000,0 grgsh,0.0000,0 +hardu,0.0000,0 henha,0.0000,0 honbu,0.0000,0 hoowa,0.0000,0 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/aggregate-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/aggregate-Month-cs.csv index c2c6f87eac..60095baa68 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/aggregate-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/aggregate-Month-cs.csv @@ -29,6 +29,7 @@ garwa,0.0000,0 gloib,0.0000,0 grath,0.0000,0 grgsh,0.0000,0 +hardu,0.0000,0 henha,0.0000,0 honbu,0.0000,0 hoowa,0.0000,0 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/aggregate-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/aggregate-Quarter-cd.csv index c2c6f87eac..60095baa68 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/aggregate-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/aggregate-Quarter-cd.csv @@ -29,6 +29,7 @@ garwa,0.0000,0 gloib,0.0000,0 grath,0.0000,0 grgsh,0.0000,0 +hardu,0.0000,0 henha,0.0000,0 honbu,0.0000,0 hoowa,0.0000,0 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/aggregate-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/aggregate-Quarter-cs.csv index c2c6f87eac..60095baa68 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/aggregate-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/aggregate-Quarter-cs.csv @@ -29,6 +29,7 @@ garwa,0.0000,0 gloib,0.0000,0 grath,0.0000,0 grgsh,0.0000,0 +hardu,0.0000,0 henha,0.0000,0 honbu,0.0000,0 hoowa,0.0000,0 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/aggregate-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/aggregate-Year-cd.csv index c2c6f87eac..60095baa68 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/aggregate-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/aggregate-Year-cd.csv @@ -29,6 +29,7 @@ garwa,0.0000,0 gloib,0.0000,0 grath,0.0000,0 grgsh,0.0000,0 +hardu,0.0000,0 henha,0.0000,0 honbu,0.0000,0 hoowa,0.0000,0 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/aggregate-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/aggregate-Year-cs.csv index c2c6f87eac..60095baa68 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/aggregate-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/aggregate-Year-cs.csv @@ -29,6 +29,7 @@ garwa,0.0000,0 gloib,0.0000,0 grath,0.0000,0 grgsh,0.0000,0 +hardu,0.0000,0 henha,0.0000,0 honbu,0.0000,0 hoowa,0.0000,0 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/timeseries-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/timeseries-Day-cd.csv index af6d41263d..ada41bee70 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/timeseries-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/timeseries-Day-cd.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[noror] GPU Count: Per Job","[allga] GPU Count: Per Job","[alpsw] GPU Count: Per Job","[aytinis] GPU Count: Per Job","[blhbu] GPU Count: Per Job","[boowa] GPU Count: Per Job","[caspl] GPU Count: Per Job","[categ] GPU Count: Per Job","[chaff] GPU Count: Per Job","[coot1] GPU Count: Per Job","[corsh] GPU Count: Per Job","[crama] GPU Count: Per Job","[crane] GPU Count: Per Job","[dunli] GPU Count: Per Job","[duswa] GPU Count: Per Job","[egygo] GPU Count: Per Job","[evegr] GPU Count: Per Job","[ferdu] GPU Count: Per Job","[field] GPU Count: Per Job","[garwa] GPU Count: Per Job","[gloib] GPU Count: Per Job","[grath] GPU Count: Per Job","[grgsh] GPU Count: Per Job","[henha] GPU Count: Per Job","[honbu] GPU Count: Per Job","[hoowa] GPU Count: Per Job","[jackd] GPU Count: Per Job","[lanhach] GPU Count: Per Job","[lapwi] GPU Count: Per Job","[legsh] GPU Count: Per Job","[lesre] GPU Count: Per Job","[litau] GPU Count: Per Job","[litst] GPU Count: Per Job","[mamwa] GPU Count: Per Job","[meapi] GPU Count: Per Job","[misth] GPU Count: Per Job","[moorh] GPU Count: Per Job","[ovenb] GPU Count: Per Job","[pereg] GPU Count: Per Job","[pibgr] GPU Count: Per Job","[proubis] GPU Count: Per Job","[reebu] GPU Count: Per Job","[relpa] GPU Count: Per Job","[ribgu] GPU Count: Per Job","[rolle] GPU Count: Per Job","[sancr] GPU Count: Per Job","[sante] GPU Count: Per Job","[sarwa] GPU Count: Per Job","[savsp] GPU Count: Per Job","[shag1] GPU Count: Per Job","[shttr] GPU Count: Per Job","[siski] GPU Count: Per Job","[smew1] GPU Count: Per Job","[sogsh] GPU Count: Per Job","[sposa] GPU Count: Per Job","[swath] GPU Count: Per Job","[turdo] GPU Count: Per Job","[velsc] GPU Count: Per Job","[vertera] GPU Count: Per Job","[whimb] GPU Count: Per Job","[whtpl] GPU Count: Per Job","[whtsp] GPU Count: Per Job","[ybsbu] GPU Count: Per Job","[yebbu] GPU Count: Per Job","[yebsa] GPU Count: Per Job","[yebwa] GPU Count: Per Job" -2016-12-22,2.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 -2016-12-23,2.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 -2016-12-24,2.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 -2016-12-25,2.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 -2016-12-26,2.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 -2016-12-27,2.0000,0,0,0,0,0.0000,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0.0000,0.0000,0,0,0.0000,0,0,0,0.0000,0,0,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0,0,0,0,0.0000,0.0000,0,0,0,0,0.0000,0,0,0 -2016-12-28,2.0000,0,0,0.0000,0,0.0000,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0,0,0.0000,0,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0,0,0,0.0000,0.0000,0,0,0.0000,0,0.0000,0,0,0 -2016-12-29,2.0000,0,0,0.0000,0,0.0000,0,0,0.0000,0,0.0000,0,0.0000,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0,0.0000,0.0000,0.0000,0.0000 -2016-12-30,2.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000 -2016-12-31,0.4000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0 -2017-01-01,0.1538,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000 +Day,"[noror] GPU Count: Per Job","[allga] GPU Count: Per Job","[alpsw] GPU Count: Per Job","[aytinis] GPU Count: Per Job","[blhbu] GPU Count: Per Job","[boowa] GPU Count: Per Job","[caspl] GPU Count: Per Job","[categ] GPU Count: Per Job","[chaff] GPU Count: Per Job","[coot1] GPU Count: Per Job","[corsh] GPU Count: Per Job","[crama] GPU Count: Per Job","[crane] GPU Count: Per Job","[dunli] GPU Count: Per Job","[duswa] GPU Count: Per Job","[egygo] GPU Count: Per Job","[evegr] GPU Count: Per Job","[ferdu] GPU Count: Per Job","[field] GPU Count: Per Job","[garwa] GPU Count: Per Job","[gloib] GPU Count: Per Job","[grath] GPU Count: Per Job","[grgsh] GPU Count: Per Job","[hardu] GPU Count: Per Job","[henha] GPU Count: Per Job","[honbu] GPU Count: Per Job","[hoowa] GPU Count: Per Job","[jackd] GPU Count: Per Job","[lanhach] GPU Count: Per Job","[lapwi] GPU Count: Per Job","[legsh] GPU Count: Per Job","[lesre] GPU Count: Per Job","[litau] GPU Count: Per Job","[litst] GPU Count: Per Job","[mamwa] GPU Count: Per Job","[meapi] GPU Count: Per Job","[misth] GPU Count: Per Job","[moorh] GPU Count: Per Job","[ovenb] GPU Count: Per Job","[pereg] GPU Count: Per Job","[pibgr] GPU Count: Per Job","[proubis] GPU Count: Per Job","[reebu] GPU Count: Per Job","[relpa] GPU Count: Per Job","[ribgu] GPU Count: Per Job","[rolle] GPU Count: Per Job","[sancr] GPU Count: Per Job","[sante] GPU Count: Per Job","[sarwa] GPU Count: Per Job","[savsp] GPU Count: Per Job","[shag1] GPU Count: Per Job","[shttr] GPU Count: Per Job","[siski] GPU Count: Per Job","[smew1] GPU Count: Per Job","[sogsh] GPU Count: Per Job","[sposa] GPU Count: Per Job","[swath] GPU Count: Per Job","[turdo] GPU Count: Per Job","[velsc] GPU Count: Per Job","[vertera] GPU Count: Per Job","[whimb] GPU Count: Per Job","[whtpl] GPU Count: Per Job","[whtsp] GPU Count: Per Job","[ybsbu] GPU Count: Per Job","[yebbu] GPU Count: Per Job","[yebsa] GPU Count: Per Job","[yebwa] GPU Count: Per Job" +2016-12-22,2.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 +2016-12-23,2.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 +2016-12-24,2.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 +2016-12-25,2.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 +2016-12-26,2.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 +2016-12-27,2.0000,0,0,0,0,0.0000,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0.0000,0.0000,0,0,0.0000,0,0,0,0.0000,0,0,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0,0,0,0,0.0000,0.0000,0,0,0,0,0.0000,0,0,0 +2016-12-28,2.0000,0,0,0.0000,0,0.0000,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0.0000,0.0000,0,0,0,0,0.0000,0.0000,0,0,0.0000,0,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0,0,0,0.0000,0.0000,0,0,0.0000,0,0.0000,0,0,0 +2016-12-29,2.0000,0,0,0.0000,0,0.0000,0,0,0.0000,0,0.0000,0,0.0000,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0,0.0000,0.0000,0.0000,0.0000 +2016-12-30,2.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000 +2016-12-31,0.4000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0 +2017-01-01,0.1538,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/timeseries-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/timeseries-Day-cs.csv index af6d41263d..ada41bee70 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/timeseries-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/timeseries-Day-cs.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[noror] GPU Count: Per Job","[allga] GPU Count: Per Job","[alpsw] GPU Count: Per Job","[aytinis] GPU Count: Per Job","[blhbu] GPU Count: Per Job","[boowa] GPU Count: Per Job","[caspl] GPU Count: Per Job","[categ] GPU Count: Per Job","[chaff] GPU Count: Per Job","[coot1] GPU Count: Per Job","[corsh] GPU Count: Per Job","[crama] GPU Count: Per Job","[crane] GPU Count: Per Job","[dunli] GPU Count: Per Job","[duswa] GPU Count: Per Job","[egygo] GPU Count: Per Job","[evegr] GPU Count: Per Job","[ferdu] GPU Count: Per Job","[field] GPU Count: Per Job","[garwa] GPU Count: Per Job","[gloib] GPU Count: Per Job","[grath] GPU Count: Per Job","[grgsh] GPU Count: Per Job","[henha] GPU Count: Per Job","[honbu] GPU Count: Per Job","[hoowa] GPU Count: Per Job","[jackd] GPU Count: Per Job","[lanhach] GPU Count: Per Job","[lapwi] GPU Count: Per Job","[legsh] GPU Count: Per Job","[lesre] GPU Count: Per Job","[litau] GPU Count: Per Job","[litst] GPU Count: Per Job","[mamwa] GPU Count: Per Job","[meapi] GPU Count: Per Job","[misth] GPU Count: Per Job","[moorh] GPU Count: Per Job","[ovenb] GPU Count: Per Job","[pereg] GPU Count: Per Job","[pibgr] GPU Count: Per Job","[proubis] GPU Count: Per Job","[reebu] GPU Count: Per Job","[relpa] GPU Count: Per Job","[ribgu] GPU Count: Per Job","[rolle] GPU Count: Per Job","[sancr] GPU Count: Per Job","[sante] GPU Count: Per Job","[sarwa] GPU Count: Per Job","[savsp] GPU Count: Per Job","[shag1] GPU Count: Per Job","[shttr] GPU Count: Per Job","[siski] GPU Count: Per Job","[smew1] GPU Count: Per Job","[sogsh] GPU Count: Per Job","[sposa] GPU Count: Per Job","[swath] GPU Count: Per Job","[turdo] GPU Count: Per Job","[velsc] GPU Count: Per Job","[vertera] GPU Count: Per Job","[whimb] GPU Count: Per Job","[whtpl] GPU Count: Per Job","[whtsp] GPU Count: Per Job","[ybsbu] GPU Count: Per Job","[yebbu] GPU Count: Per Job","[yebsa] GPU Count: Per Job","[yebwa] GPU Count: Per Job" -2016-12-22,2.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 -2016-12-23,2.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 -2016-12-24,2.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 -2016-12-25,2.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 -2016-12-26,2.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 -2016-12-27,2.0000,0,0,0,0,0.0000,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0.0000,0.0000,0,0,0.0000,0,0,0,0.0000,0,0,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0,0,0,0,0.0000,0.0000,0,0,0,0,0.0000,0,0,0 -2016-12-28,2.0000,0,0,0.0000,0,0.0000,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0,0,0.0000,0,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0,0,0,0.0000,0.0000,0,0,0.0000,0,0.0000,0,0,0 -2016-12-29,2.0000,0,0,0.0000,0,0.0000,0,0,0.0000,0,0.0000,0,0.0000,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0,0.0000,0.0000,0.0000,0.0000 -2016-12-30,2.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000 -2016-12-31,0.4000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0 -2017-01-01,0.1538,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000 +Day,"[noror] GPU Count: Per Job","[allga] GPU Count: Per Job","[alpsw] GPU Count: Per Job","[aytinis] GPU Count: Per Job","[blhbu] GPU Count: Per Job","[boowa] GPU Count: Per Job","[caspl] GPU Count: Per Job","[categ] GPU Count: Per Job","[chaff] GPU Count: Per Job","[coot1] GPU Count: Per Job","[corsh] GPU Count: Per Job","[crama] GPU Count: Per Job","[crane] GPU Count: Per Job","[dunli] GPU Count: Per Job","[duswa] GPU Count: Per Job","[egygo] GPU Count: Per Job","[evegr] GPU Count: Per Job","[ferdu] GPU Count: Per Job","[field] GPU Count: Per Job","[garwa] GPU Count: Per Job","[gloib] GPU Count: Per Job","[grath] GPU Count: Per Job","[grgsh] GPU Count: Per Job","[hardu] GPU Count: Per Job","[henha] GPU Count: Per Job","[honbu] GPU Count: Per Job","[hoowa] GPU Count: Per Job","[jackd] GPU Count: Per Job","[lanhach] GPU Count: Per Job","[lapwi] GPU Count: Per Job","[legsh] GPU Count: Per Job","[lesre] GPU Count: Per Job","[litau] GPU Count: Per Job","[litst] GPU Count: Per Job","[mamwa] GPU Count: Per Job","[meapi] GPU Count: Per Job","[misth] GPU Count: Per Job","[moorh] GPU Count: Per Job","[ovenb] GPU Count: Per Job","[pereg] GPU Count: Per Job","[pibgr] GPU Count: Per Job","[proubis] GPU Count: Per Job","[reebu] GPU Count: Per Job","[relpa] GPU Count: Per Job","[ribgu] GPU Count: Per Job","[rolle] GPU Count: Per Job","[sancr] GPU Count: Per Job","[sante] GPU Count: Per Job","[sarwa] GPU Count: Per Job","[savsp] GPU Count: Per Job","[shag1] GPU Count: Per Job","[shttr] GPU Count: Per Job","[siski] GPU Count: Per Job","[smew1] GPU Count: Per Job","[sogsh] GPU Count: Per Job","[sposa] GPU Count: Per Job","[swath] GPU Count: Per Job","[turdo] GPU Count: Per Job","[velsc] GPU Count: Per Job","[vertera] GPU Count: Per Job","[whimb] GPU Count: Per Job","[whtpl] GPU Count: Per Job","[whtsp] GPU Count: Per Job","[ybsbu] GPU Count: Per Job","[yebbu] GPU Count: Per Job","[yebsa] GPU Count: Per Job","[yebwa] GPU Count: Per Job" +2016-12-22,2.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 +2016-12-23,2.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 +2016-12-24,2.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 +2016-12-25,2.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 +2016-12-26,2.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 +2016-12-27,2.0000,0,0,0,0,0.0000,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0.0000,0.0000,0,0,0.0000,0,0,0,0.0000,0,0,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0,0,0,0,0.0000,0.0000,0,0,0,0,0.0000,0,0,0 +2016-12-28,2.0000,0,0,0.0000,0,0.0000,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0.0000,0.0000,0,0,0,0,0.0000,0.0000,0,0,0.0000,0,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0,0,0,0.0000,0.0000,0,0,0.0000,0,0.0000,0,0,0 +2016-12-29,2.0000,0,0,0.0000,0,0.0000,0,0,0.0000,0,0.0000,0,0.0000,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0,0.0000,0.0000,0.0000,0.0000 +2016-12-30,2.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000 +2016-12-31,0.4000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0 +2017-01-01,0.1538,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/timeseries-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/timeseries-Month-cd.csv index b1f0032bb4..c9b66e7ef3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/timeseries-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/timeseries-Month-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[noror] GPU Count: Per Job","[allga] GPU Count: Per Job","[alpsw] GPU Count: Per Job","[aytinis] GPU Count: Per Job","[blhbu] GPU Count: Per Job","[boowa] GPU Count: Per Job","[caspl] GPU Count: Per Job","[categ] GPU Count: Per Job","[chaff] GPU Count: Per Job","[coot1] GPU Count: Per Job","[corsh] GPU Count: Per Job","[crama] GPU Count: Per Job","[crane] GPU Count: Per Job","[dunli] GPU Count: Per Job","[duswa] GPU Count: Per Job","[egygo] GPU Count: Per Job","[evegr] GPU Count: Per Job","[ferdu] GPU Count: Per Job","[field] GPU Count: Per Job","[garwa] GPU Count: Per Job","[gloib] GPU Count: Per Job","[grath] GPU Count: Per Job","[grgsh] GPU Count: Per Job","[henha] GPU Count: Per Job","[honbu] GPU Count: Per Job","[hoowa] GPU Count: Per Job","[jackd] GPU Count: Per Job","[lanhach] GPU Count: Per Job","[lapwi] GPU Count: Per Job","[legsh] GPU Count: Per Job","[lesre] GPU Count: Per Job","[litau] GPU Count: Per Job","[litst] GPU Count: Per Job","[mamwa] GPU Count: Per Job","[meapi] GPU Count: Per Job","[misth] GPU Count: Per Job","[moorh] GPU Count: Per Job","[ovenb] GPU Count: Per Job","[pereg] GPU Count: Per Job","[pibgr] GPU Count: Per Job","[proubis] GPU Count: Per Job","[reebu] GPU Count: Per Job","[relpa] GPU Count: Per Job","[ribgu] GPU Count: Per Job","[rolle] GPU Count: Per Job","[sancr] GPU Count: Per Job","[sante] GPU Count: Per Job","[sarwa] GPU Count: Per Job","[savsp] GPU Count: Per Job","[shag1] GPU Count: Per Job","[shttr] GPU Count: Per Job","[siski] GPU Count: Per Job","[smew1] GPU Count: Per Job","[sogsh] GPU Count: Per Job","[sposa] GPU Count: Per Job","[swath] GPU Count: Per Job","[turdo] GPU Count: Per Job","[velsc] GPU Count: Per Job","[vertera] GPU Count: Per Job","[whimb] GPU Count: Per Job","[whtpl] GPU Count: Per Job","[whtsp] GPU Count: Per Job","[ybsbu] GPU Count: Per Job","[yebbu] GPU Count: Per Job","[yebsa] GPU Count: Per Job","[yebwa] GPU Count: Per Job" -2016-12,0.4000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 -2017-01,0.1538,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000 +Month,"[noror] GPU Count: Per Job","[allga] GPU Count: Per Job","[alpsw] GPU Count: Per Job","[aytinis] GPU Count: Per Job","[blhbu] GPU Count: Per Job","[boowa] GPU Count: Per Job","[caspl] GPU Count: Per Job","[categ] GPU Count: Per Job","[chaff] GPU Count: Per Job","[coot1] GPU Count: Per Job","[corsh] GPU Count: Per Job","[crama] GPU Count: Per Job","[crane] GPU Count: Per Job","[dunli] GPU Count: Per Job","[duswa] GPU Count: Per Job","[egygo] GPU Count: Per Job","[evegr] GPU Count: Per Job","[ferdu] GPU Count: Per Job","[field] GPU Count: Per Job","[garwa] GPU Count: Per Job","[gloib] GPU Count: Per Job","[grath] GPU Count: Per Job","[grgsh] GPU Count: Per Job","[hardu] GPU Count: Per Job","[henha] GPU Count: Per Job","[honbu] GPU Count: Per Job","[hoowa] GPU Count: Per Job","[jackd] GPU Count: Per Job","[lanhach] GPU Count: Per Job","[lapwi] GPU Count: Per Job","[legsh] GPU Count: Per Job","[lesre] GPU Count: Per Job","[litau] GPU Count: Per Job","[litst] GPU Count: Per Job","[mamwa] GPU Count: Per Job","[meapi] GPU Count: Per Job","[misth] GPU Count: Per Job","[moorh] GPU Count: Per Job","[ovenb] GPU Count: Per Job","[pereg] GPU Count: Per Job","[pibgr] GPU Count: Per Job","[proubis] GPU Count: Per Job","[reebu] GPU Count: Per Job","[relpa] GPU Count: Per Job","[ribgu] GPU Count: Per Job","[rolle] GPU Count: Per Job","[sancr] GPU Count: Per Job","[sante] GPU Count: Per Job","[sarwa] GPU Count: Per Job","[savsp] GPU Count: Per Job","[shag1] GPU Count: Per Job","[shttr] GPU Count: Per Job","[siski] GPU Count: Per Job","[smew1] GPU Count: Per Job","[sogsh] GPU Count: Per Job","[sposa] GPU Count: Per Job","[swath] GPU Count: Per Job","[turdo] GPU Count: Per Job","[velsc] GPU Count: Per Job","[vertera] GPU Count: Per Job","[whimb] GPU Count: Per Job","[whtpl] GPU Count: Per Job","[whtsp] GPU Count: Per Job","[ybsbu] GPU Count: Per Job","[yebbu] GPU Count: Per Job","[yebsa] GPU Count: Per Job","[yebwa] GPU Count: Per Job" +2016-12,0.4000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 +2017-01,0.1538,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/timeseries-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/timeseries-Month-cs.csv index b1f0032bb4..c9b66e7ef3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/timeseries-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/timeseries-Month-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[noror] GPU Count: Per Job","[allga] GPU Count: Per Job","[alpsw] GPU Count: Per Job","[aytinis] GPU Count: Per Job","[blhbu] GPU Count: Per Job","[boowa] GPU Count: Per Job","[caspl] GPU Count: Per Job","[categ] GPU Count: Per Job","[chaff] GPU Count: Per Job","[coot1] GPU Count: Per Job","[corsh] GPU Count: Per Job","[crama] GPU Count: Per Job","[crane] GPU Count: Per Job","[dunli] GPU Count: Per Job","[duswa] GPU Count: Per Job","[egygo] GPU Count: Per Job","[evegr] GPU Count: Per Job","[ferdu] GPU Count: Per Job","[field] GPU Count: Per Job","[garwa] GPU Count: Per Job","[gloib] GPU Count: Per Job","[grath] GPU Count: Per Job","[grgsh] GPU Count: Per Job","[henha] GPU Count: Per Job","[honbu] GPU Count: Per Job","[hoowa] GPU Count: Per Job","[jackd] GPU Count: Per Job","[lanhach] GPU Count: Per Job","[lapwi] GPU Count: Per Job","[legsh] GPU Count: Per Job","[lesre] GPU Count: Per Job","[litau] GPU Count: Per Job","[litst] GPU Count: Per Job","[mamwa] GPU Count: Per Job","[meapi] GPU Count: Per Job","[misth] GPU Count: Per Job","[moorh] GPU Count: Per Job","[ovenb] GPU Count: Per Job","[pereg] GPU Count: Per Job","[pibgr] GPU Count: Per Job","[proubis] GPU Count: Per Job","[reebu] GPU Count: Per Job","[relpa] GPU Count: Per Job","[ribgu] GPU Count: Per Job","[rolle] GPU Count: Per Job","[sancr] GPU Count: Per Job","[sante] GPU Count: Per Job","[sarwa] GPU Count: Per Job","[savsp] GPU Count: Per Job","[shag1] GPU Count: Per Job","[shttr] GPU Count: Per Job","[siski] GPU Count: Per Job","[smew1] GPU Count: Per Job","[sogsh] GPU Count: Per Job","[sposa] GPU Count: Per Job","[swath] GPU Count: Per Job","[turdo] GPU Count: Per Job","[velsc] GPU Count: Per Job","[vertera] GPU Count: Per Job","[whimb] GPU Count: Per Job","[whtpl] GPU Count: Per Job","[whtsp] GPU Count: Per Job","[ybsbu] GPU Count: Per Job","[yebbu] GPU Count: Per Job","[yebsa] GPU Count: Per Job","[yebwa] GPU Count: Per Job" -2016-12,0.4000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 -2017-01,0.1538,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000 +Month,"[noror] GPU Count: Per Job","[allga] GPU Count: Per Job","[alpsw] GPU Count: Per Job","[aytinis] GPU Count: Per Job","[blhbu] GPU Count: Per Job","[boowa] GPU Count: Per Job","[caspl] GPU Count: Per Job","[categ] GPU Count: Per Job","[chaff] GPU Count: Per Job","[coot1] GPU Count: Per Job","[corsh] GPU Count: Per Job","[crama] GPU Count: Per Job","[crane] GPU Count: Per Job","[dunli] GPU Count: Per Job","[duswa] GPU Count: Per Job","[egygo] GPU Count: Per Job","[evegr] GPU Count: Per Job","[ferdu] GPU Count: Per Job","[field] GPU Count: Per Job","[garwa] GPU Count: Per Job","[gloib] GPU Count: Per Job","[grath] GPU Count: Per Job","[grgsh] GPU Count: Per Job","[hardu] GPU Count: Per Job","[henha] GPU Count: Per Job","[honbu] GPU Count: Per Job","[hoowa] GPU Count: Per Job","[jackd] GPU Count: Per Job","[lanhach] GPU Count: Per Job","[lapwi] GPU Count: Per Job","[legsh] GPU Count: Per Job","[lesre] GPU Count: Per Job","[litau] GPU Count: Per Job","[litst] GPU Count: Per Job","[mamwa] GPU Count: Per Job","[meapi] GPU Count: Per Job","[misth] GPU Count: Per Job","[moorh] GPU Count: Per Job","[ovenb] GPU Count: Per Job","[pereg] GPU Count: Per Job","[pibgr] GPU Count: Per Job","[proubis] GPU Count: Per Job","[reebu] GPU Count: Per Job","[relpa] GPU Count: Per Job","[ribgu] GPU Count: Per Job","[rolle] GPU Count: Per Job","[sancr] GPU Count: Per Job","[sante] GPU Count: Per Job","[sarwa] GPU Count: Per Job","[savsp] GPU Count: Per Job","[shag1] GPU Count: Per Job","[shttr] GPU Count: Per Job","[siski] GPU Count: Per Job","[smew1] GPU Count: Per Job","[sogsh] GPU Count: Per Job","[sposa] GPU Count: Per Job","[swath] GPU Count: Per Job","[turdo] GPU Count: Per Job","[velsc] GPU Count: Per Job","[vertera] GPU Count: Per Job","[whimb] GPU Count: Per Job","[whtpl] GPU Count: Per Job","[whtsp] GPU Count: Per Job","[ybsbu] GPU Count: Per Job","[yebbu] GPU Count: Per Job","[yebsa] GPU Count: Per Job","[yebwa] GPU Count: Per Job" +2016-12,0.4000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 +2017-01,0.1538,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/timeseries-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/timeseries-Quarter-cd.csv index 2fbf6f044a..468c12d6ff 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/timeseries-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/timeseries-Quarter-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[noror] GPU Count: Per Job","[allga] GPU Count: Per Job","[alpsw] GPU Count: Per Job","[aytinis] GPU Count: Per Job","[blhbu] GPU Count: Per Job","[boowa] GPU Count: Per Job","[caspl] GPU Count: Per Job","[categ] GPU Count: Per Job","[chaff] GPU Count: Per Job","[coot1] GPU Count: Per Job","[corsh] GPU Count: Per Job","[crama] GPU Count: Per Job","[crane] GPU Count: Per Job","[dunli] GPU Count: Per Job","[duswa] GPU Count: Per Job","[egygo] GPU Count: Per Job","[evegr] GPU Count: Per Job","[ferdu] GPU Count: Per Job","[field] GPU Count: Per Job","[garwa] GPU Count: Per Job","[gloib] GPU Count: Per Job","[grath] GPU Count: Per Job","[grgsh] GPU Count: Per Job","[henha] GPU Count: Per Job","[honbu] GPU Count: Per Job","[hoowa] GPU Count: Per Job","[jackd] GPU Count: Per Job","[lanhach] GPU Count: Per Job","[lapwi] GPU Count: Per Job","[legsh] GPU Count: Per Job","[lesre] GPU Count: Per Job","[litau] GPU Count: Per Job","[litst] GPU Count: Per Job","[mamwa] GPU Count: Per Job","[meapi] GPU Count: Per Job","[misth] GPU Count: Per Job","[moorh] GPU Count: Per Job","[ovenb] GPU Count: Per Job","[pereg] GPU Count: Per Job","[pibgr] GPU Count: Per Job","[proubis] GPU Count: Per Job","[reebu] GPU Count: Per Job","[relpa] GPU Count: Per Job","[ribgu] GPU Count: Per Job","[rolle] GPU Count: Per Job","[sancr] GPU Count: Per Job","[sante] GPU Count: Per Job","[sarwa] GPU Count: Per Job","[savsp] GPU Count: Per Job","[shag1] GPU Count: Per Job","[shttr] GPU Count: Per Job","[siski] GPU Count: Per Job","[smew1] GPU Count: Per Job","[sogsh] GPU Count: Per Job","[sposa] GPU Count: Per Job","[swath] GPU Count: Per Job","[turdo] GPU Count: Per Job","[velsc] GPU Count: Per Job","[vertera] GPU Count: Per Job","[whimb] GPU Count: Per Job","[whtpl] GPU Count: Per Job","[whtsp] GPU Count: Per Job","[ybsbu] GPU Count: Per Job","[yebbu] GPU Count: Per Job","[yebsa] GPU Count: Per Job","[yebwa] GPU Count: Per Job" -"2016 Q4",0.4000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 -"2017 Q1",0.1538,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000 +Quarter,"[noror] GPU Count: Per Job","[allga] GPU Count: Per Job","[alpsw] GPU Count: Per Job","[aytinis] GPU Count: Per Job","[blhbu] GPU Count: Per Job","[boowa] GPU Count: Per Job","[caspl] GPU Count: Per Job","[categ] GPU Count: Per Job","[chaff] GPU Count: Per Job","[coot1] GPU Count: Per Job","[corsh] GPU Count: Per Job","[crama] GPU Count: Per Job","[crane] GPU Count: Per Job","[dunli] GPU Count: Per Job","[duswa] GPU Count: Per Job","[egygo] GPU Count: Per Job","[evegr] GPU Count: Per Job","[ferdu] GPU Count: Per Job","[field] GPU Count: Per Job","[garwa] GPU Count: Per Job","[gloib] GPU Count: Per Job","[grath] GPU Count: Per Job","[grgsh] GPU Count: Per Job","[hardu] GPU Count: Per Job","[henha] GPU Count: Per Job","[honbu] GPU Count: Per Job","[hoowa] GPU Count: Per Job","[jackd] GPU Count: Per Job","[lanhach] GPU Count: Per Job","[lapwi] GPU Count: Per Job","[legsh] GPU Count: Per Job","[lesre] GPU Count: Per Job","[litau] GPU Count: Per Job","[litst] GPU Count: Per Job","[mamwa] GPU Count: Per Job","[meapi] GPU Count: Per Job","[misth] GPU Count: Per Job","[moorh] GPU Count: Per Job","[ovenb] GPU Count: Per Job","[pereg] GPU Count: Per Job","[pibgr] GPU Count: Per Job","[proubis] GPU Count: Per Job","[reebu] GPU Count: Per Job","[relpa] GPU Count: Per Job","[ribgu] GPU Count: Per Job","[rolle] GPU Count: Per Job","[sancr] GPU Count: Per Job","[sante] GPU Count: Per Job","[sarwa] GPU Count: Per Job","[savsp] GPU Count: Per Job","[shag1] GPU Count: Per Job","[shttr] GPU Count: Per Job","[siski] GPU Count: Per Job","[smew1] GPU Count: Per Job","[sogsh] GPU Count: Per Job","[sposa] GPU Count: Per Job","[swath] GPU Count: Per Job","[turdo] GPU Count: Per Job","[velsc] GPU Count: Per Job","[vertera] GPU Count: Per Job","[whimb] GPU Count: Per Job","[whtpl] GPU Count: Per Job","[whtsp] GPU Count: Per Job","[ybsbu] GPU Count: Per Job","[yebbu] GPU Count: Per Job","[yebsa] GPU Count: Per Job","[yebwa] GPU Count: Per Job" +"2016 Q4",0.4000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 +"2017 Q1",0.1538,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/timeseries-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/timeseries-Quarter-cs.csv index 2fbf6f044a..468c12d6ff 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/timeseries-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/timeseries-Quarter-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[noror] GPU Count: Per Job","[allga] GPU Count: Per Job","[alpsw] GPU Count: Per Job","[aytinis] GPU Count: Per Job","[blhbu] GPU Count: Per Job","[boowa] GPU Count: Per Job","[caspl] GPU Count: Per Job","[categ] GPU Count: Per Job","[chaff] GPU Count: Per Job","[coot1] GPU Count: Per Job","[corsh] GPU Count: Per Job","[crama] GPU Count: Per Job","[crane] GPU Count: Per Job","[dunli] GPU Count: Per Job","[duswa] GPU Count: Per Job","[egygo] GPU Count: Per Job","[evegr] GPU Count: Per Job","[ferdu] GPU Count: Per Job","[field] GPU Count: Per Job","[garwa] GPU Count: Per Job","[gloib] GPU Count: Per Job","[grath] GPU Count: Per Job","[grgsh] GPU Count: Per Job","[henha] GPU Count: Per Job","[honbu] GPU Count: Per Job","[hoowa] GPU Count: Per Job","[jackd] GPU Count: Per Job","[lanhach] GPU Count: Per Job","[lapwi] GPU Count: Per Job","[legsh] GPU Count: Per Job","[lesre] GPU Count: Per Job","[litau] GPU Count: Per Job","[litst] GPU Count: Per Job","[mamwa] GPU Count: Per Job","[meapi] GPU Count: Per Job","[misth] GPU Count: Per Job","[moorh] GPU Count: Per Job","[ovenb] GPU Count: Per Job","[pereg] GPU Count: Per Job","[pibgr] GPU Count: Per Job","[proubis] GPU Count: Per Job","[reebu] GPU Count: Per Job","[relpa] GPU Count: Per Job","[ribgu] GPU Count: Per Job","[rolle] GPU Count: Per Job","[sancr] GPU Count: Per Job","[sante] GPU Count: Per Job","[sarwa] GPU Count: Per Job","[savsp] GPU Count: Per Job","[shag1] GPU Count: Per Job","[shttr] GPU Count: Per Job","[siski] GPU Count: Per Job","[smew1] GPU Count: Per Job","[sogsh] GPU Count: Per Job","[sposa] GPU Count: Per Job","[swath] GPU Count: Per Job","[turdo] GPU Count: Per Job","[velsc] GPU Count: Per Job","[vertera] GPU Count: Per Job","[whimb] GPU Count: Per Job","[whtpl] GPU Count: Per Job","[whtsp] GPU Count: Per Job","[ybsbu] GPU Count: Per Job","[yebbu] GPU Count: Per Job","[yebsa] GPU Count: Per Job","[yebwa] GPU Count: Per Job" -"2016 Q4",0.4000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 -"2017 Q1",0.1538,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000 +Quarter,"[noror] GPU Count: Per Job","[allga] GPU Count: Per Job","[alpsw] GPU Count: Per Job","[aytinis] GPU Count: Per Job","[blhbu] GPU Count: Per Job","[boowa] GPU Count: Per Job","[caspl] GPU Count: Per Job","[categ] GPU Count: Per Job","[chaff] GPU Count: Per Job","[coot1] GPU Count: Per Job","[corsh] GPU Count: Per Job","[crama] GPU Count: Per Job","[crane] GPU Count: Per Job","[dunli] GPU Count: Per Job","[duswa] GPU Count: Per Job","[egygo] GPU Count: Per Job","[evegr] GPU Count: Per Job","[ferdu] GPU Count: Per Job","[field] GPU Count: Per Job","[garwa] GPU Count: Per Job","[gloib] GPU Count: Per Job","[grath] GPU Count: Per Job","[grgsh] GPU Count: Per Job","[hardu] GPU Count: Per Job","[henha] GPU Count: Per Job","[honbu] GPU Count: Per Job","[hoowa] GPU Count: Per Job","[jackd] GPU Count: Per Job","[lanhach] GPU Count: Per Job","[lapwi] GPU Count: Per Job","[legsh] GPU Count: Per Job","[lesre] GPU Count: Per Job","[litau] GPU Count: Per Job","[litst] GPU Count: Per Job","[mamwa] GPU Count: Per Job","[meapi] GPU Count: Per Job","[misth] GPU Count: Per Job","[moorh] GPU Count: Per Job","[ovenb] GPU Count: Per Job","[pereg] GPU Count: Per Job","[pibgr] GPU Count: Per Job","[proubis] GPU Count: Per Job","[reebu] GPU Count: Per Job","[relpa] GPU Count: Per Job","[ribgu] GPU Count: Per Job","[rolle] GPU Count: Per Job","[sancr] GPU Count: Per Job","[sante] GPU Count: Per Job","[sarwa] GPU Count: Per Job","[savsp] GPU Count: Per Job","[shag1] GPU Count: Per Job","[shttr] GPU Count: Per Job","[siski] GPU Count: Per Job","[smew1] GPU Count: Per Job","[sogsh] GPU Count: Per Job","[sposa] GPU Count: Per Job","[swath] GPU Count: Per Job","[turdo] GPU Count: Per Job","[velsc] GPU Count: Per Job","[vertera] GPU Count: Per Job","[whimb] GPU Count: Per Job","[whtpl] GPU Count: Per Job","[whtsp] GPU Count: Per Job","[ybsbu] GPU Count: Per Job","[yebbu] GPU Count: Per Job","[yebsa] GPU Count: Per Job","[yebwa] GPU Count: Per Job" +"2016 Q4",0.4000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 +"2017 Q1",0.1538,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/timeseries-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/timeseries-Year-cd.csv index 0f46e1d057..5a7ef591ff 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/timeseries-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/timeseries-Year-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[noror] GPU Count: Per Job","[allga] GPU Count: Per Job","[alpsw] GPU Count: Per Job","[aytinis] GPU Count: Per Job","[blhbu] GPU Count: Per Job","[boowa] GPU Count: Per Job","[caspl] GPU Count: Per Job","[categ] GPU Count: Per Job","[chaff] GPU Count: Per Job","[coot1] GPU Count: Per Job","[corsh] GPU Count: Per Job","[crama] GPU Count: Per Job","[crane] GPU Count: Per Job","[dunli] GPU Count: Per Job","[duswa] GPU Count: Per Job","[egygo] GPU Count: Per Job","[evegr] GPU Count: Per Job","[ferdu] GPU Count: Per Job","[field] GPU Count: Per Job","[garwa] GPU Count: Per Job","[gloib] GPU Count: Per Job","[grath] GPU Count: Per Job","[grgsh] GPU Count: Per Job","[henha] GPU Count: Per Job","[honbu] GPU Count: Per Job","[hoowa] GPU Count: Per Job","[jackd] GPU Count: Per Job","[lanhach] GPU Count: Per Job","[lapwi] GPU Count: Per Job","[legsh] GPU Count: Per Job","[lesre] GPU Count: Per Job","[litau] GPU Count: Per Job","[litst] GPU Count: Per Job","[mamwa] GPU Count: Per Job","[meapi] GPU Count: Per Job","[misth] GPU Count: Per Job","[moorh] GPU Count: Per Job","[ovenb] GPU Count: Per Job","[pereg] GPU Count: Per Job","[pibgr] GPU Count: Per Job","[proubis] GPU Count: Per Job","[reebu] GPU Count: Per Job","[relpa] GPU Count: Per Job","[ribgu] GPU Count: Per Job","[rolle] GPU Count: Per Job","[sancr] GPU Count: Per Job","[sante] GPU Count: Per Job","[sarwa] GPU Count: Per Job","[savsp] GPU Count: Per Job","[shag1] GPU Count: Per Job","[shttr] GPU Count: Per Job","[siski] GPU Count: Per Job","[smew1] GPU Count: Per Job","[sogsh] GPU Count: Per Job","[sposa] GPU Count: Per Job","[swath] GPU Count: Per Job","[turdo] GPU Count: Per Job","[velsc] GPU Count: Per Job","[vertera] GPU Count: Per Job","[whimb] GPU Count: Per Job","[whtpl] GPU Count: Per Job","[whtsp] GPU Count: Per Job","[ybsbu] GPU Count: Per Job","[yebbu] GPU Count: Per Job","[yebsa] GPU Count: Per Job","[yebwa] GPU Count: Per Job" -2016,0.4000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 -2017,0.1538,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000 +Year,"[noror] GPU Count: Per Job","[allga] GPU Count: Per Job","[alpsw] GPU Count: Per Job","[aytinis] GPU Count: Per Job","[blhbu] GPU Count: Per Job","[boowa] GPU Count: Per Job","[caspl] GPU Count: Per Job","[categ] GPU Count: Per Job","[chaff] GPU Count: Per Job","[coot1] GPU Count: Per Job","[corsh] GPU Count: Per Job","[crama] GPU Count: Per Job","[crane] GPU Count: Per Job","[dunli] GPU Count: Per Job","[duswa] GPU Count: Per Job","[egygo] GPU Count: Per Job","[evegr] GPU Count: Per Job","[ferdu] GPU Count: Per Job","[field] GPU Count: Per Job","[garwa] GPU Count: Per Job","[gloib] GPU Count: Per Job","[grath] GPU Count: Per Job","[grgsh] GPU Count: Per Job","[hardu] GPU Count: Per Job","[henha] GPU Count: Per Job","[honbu] GPU Count: Per Job","[hoowa] GPU Count: Per Job","[jackd] GPU Count: Per Job","[lanhach] GPU Count: Per Job","[lapwi] GPU Count: Per Job","[legsh] GPU Count: Per Job","[lesre] GPU Count: Per Job","[litau] GPU Count: Per Job","[litst] GPU Count: Per Job","[mamwa] GPU Count: Per Job","[meapi] GPU Count: Per Job","[misth] GPU Count: Per Job","[moorh] GPU Count: Per Job","[ovenb] GPU Count: Per Job","[pereg] GPU Count: Per Job","[pibgr] GPU Count: Per Job","[proubis] GPU Count: Per Job","[reebu] GPU Count: Per Job","[relpa] GPU Count: Per Job","[ribgu] GPU Count: Per Job","[rolle] GPU Count: Per Job","[sancr] GPU Count: Per Job","[sante] GPU Count: Per Job","[sarwa] GPU Count: Per Job","[savsp] GPU Count: Per Job","[shag1] GPU Count: Per Job","[shttr] GPU Count: Per Job","[siski] GPU Count: Per Job","[smew1] GPU Count: Per Job","[sogsh] GPU Count: Per Job","[sposa] GPU Count: Per Job","[swath] GPU Count: Per Job","[turdo] GPU Count: Per Job","[velsc] GPU Count: Per Job","[vertera] GPU Count: Per Job","[whimb] GPU Count: Per Job","[whtpl] GPU Count: Per Job","[whtsp] GPU Count: Per Job","[ybsbu] GPU Count: Per Job","[yebbu] GPU Count: Per Job","[yebsa] GPU Count: Per Job","[yebwa] GPU Count: Per Job" +2016,0.4000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 +2017,0.1538,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/timeseries-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/timeseries-Year-cs.csv index 0f46e1d057..5a7ef591ff 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/timeseries-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_gpus/timeseries-Year-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[noror] GPU Count: Per Job","[allga] GPU Count: Per Job","[alpsw] GPU Count: Per Job","[aytinis] GPU Count: Per Job","[blhbu] GPU Count: Per Job","[boowa] GPU Count: Per Job","[caspl] GPU Count: Per Job","[categ] GPU Count: Per Job","[chaff] GPU Count: Per Job","[coot1] GPU Count: Per Job","[corsh] GPU Count: Per Job","[crama] GPU Count: Per Job","[crane] GPU Count: Per Job","[dunli] GPU Count: Per Job","[duswa] GPU Count: Per Job","[egygo] GPU Count: Per Job","[evegr] GPU Count: Per Job","[ferdu] GPU Count: Per Job","[field] GPU Count: Per Job","[garwa] GPU Count: Per Job","[gloib] GPU Count: Per Job","[grath] GPU Count: Per Job","[grgsh] GPU Count: Per Job","[henha] GPU Count: Per Job","[honbu] GPU Count: Per Job","[hoowa] GPU Count: Per Job","[jackd] GPU Count: Per Job","[lanhach] GPU Count: Per Job","[lapwi] GPU Count: Per Job","[legsh] GPU Count: Per Job","[lesre] GPU Count: Per Job","[litau] GPU Count: Per Job","[litst] GPU Count: Per Job","[mamwa] GPU Count: Per Job","[meapi] GPU Count: Per Job","[misth] GPU Count: Per Job","[moorh] GPU Count: Per Job","[ovenb] GPU Count: Per Job","[pereg] GPU Count: Per Job","[pibgr] GPU Count: Per Job","[proubis] GPU Count: Per Job","[reebu] GPU Count: Per Job","[relpa] GPU Count: Per Job","[ribgu] GPU Count: Per Job","[rolle] GPU Count: Per Job","[sancr] GPU Count: Per Job","[sante] GPU Count: Per Job","[sarwa] GPU Count: Per Job","[savsp] GPU Count: Per Job","[shag1] GPU Count: Per Job","[shttr] GPU Count: Per Job","[siski] GPU Count: Per Job","[smew1] GPU Count: Per Job","[sogsh] GPU Count: Per Job","[sposa] GPU Count: Per Job","[swath] GPU Count: Per Job","[turdo] GPU Count: Per Job","[velsc] GPU Count: Per Job","[vertera] GPU Count: Per Job","[whimb] GPU Count: Per Job","[whtpl] GPU Count: Per Job","[whtsp] GPU Count: Per Job","[ybsbu] GPU Count: Per Job","[yebbu] GPU Count: Per Job","[yebsa] GPU Count: Per Job","[yebwa] GPU Count: Per Job" -2016,0.4000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 -2017,0.1538,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000 +Year,"[noror] GPU Count: Per Job","[allga] GPU Count: Per Job","[alpsw] GPU Count: Per Job","[aytinis] GPU Count: Per Job","[blhbu] GPU Count: Per Job","[boowa] GPU Count: Per Job","[caspl] GPU Count: Per Job","[categ] GPU Count: Per Job","[chaff] GPU Count: Per Job","[coot1] GPU Count: Per Job","[corsh] GPU Count: Per Job","[crama] GPU Count: Per Job","[crane] GPU Count: Per Job","[dunli] GPU Count: Per Job","[duswa] GPU Count: Per Job","[egygo] GPU Count: Per Job","[evegr] GPU Count: Per Job","[ferdu] GPU Count: Per Job","[field] GPU Count: Per Job","[garwa] GPU Count: Per Job","[gloib] GPU Count: Per Job","[grath] GPU Count: Per Job","[grgsh] GPU Count: Per Job","[hardu] GPU Count: Per Job","[henha] GPU Count: Per Job","[honbu] GPU Count: Per Job","[hoowa] GPU Count: Per Job","[jackd] GPU Count: Per Job","[lanhach] GPU Count: Per Job","[lapwi] GPU Count: Per Job","[legsh] GPU Count: Per Job","[lesre] GPU Count: Per Job","[litau] GPU Count: Per Job","[litst] GPU Count: Per Job","[mamwa] GPU Count: Per Job","[meapi] GPU Count: Per Job","[misth] GPU Count: Per Job","[moorh] GPU Count: Per Job","[ovenb] GPU Count: Per Job","[pereg] GPU Count: Per Job","[pibgr] GPU Count: Per Job","[proubis] GPU Count: Per Job","[reebu] GPU Count: Per Job","[relpa] GPU Count: Per Job","[ribgu] GPU Count: Per Job","[rolle] GPU Count: Per Job","[sancr] GPU Count: Per Job","[sante] GPU Count: Per Job","[sarwa] GPU Count: Per Job","[savsp] GPU Count: Per Job","[shag1] GPU Count: Per Job","[shttr] GPU Count: Per Job","[siski] GPU Count: Per Job","[smew1] GPU Count: Per Job","[sogsh] GPU Count: Per Job","[sposa] GPU Count: Per Job","[swath] GPU Count: Per Job","[turdo] GPU Count: Per Job","[velsc] GPU Count: Per Job","[vertera] GPU Count: Per Job","[whimb] GPU Count: Per Job","[whtpl] GPU Count: Per Job","[whtsp] GPU Count: Per Job","[ybsbu] GPU Count: Per Job","[yebbu] GPU Count: Per Job","[yebsa] GPU Count: Per Job","[yebwa] GPU Count: Per Job" +2016,0.4000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 +2017,0.1538,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/aggregate-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/aggregate-Day-cd.csv index 0305fb3315..6e11f8cb3b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/aggregate-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/aggregate-Day-cd.csv @@ -12,6 +12,7 @@ yebwa,160.0000 velsc,142.8578 egygo,112.0000 allga,108.0000 +hardu,108.0000 crane,96.0000 meapi,96.0000 smew1,72.0000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/aggregate-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/aggregate-Day-cs.csv index 0305fb3315..6e11f8cb3b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/aggregate-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/aggregate-Day-cs.csv @@ -12,6 +12,7 @@ yebwa,160.0000 velsc,142.8578 egygo,112.0000 allga,108.0000 +hardu,108.0000 crane,96.0000 meapi,96.0000 smew1,72.0000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/aggregate-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/aggregate-Month-cd.csv index 0305fb3315..6e11f8cb3b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/aggregate-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/aggregate-Month-cd.csv @@ -12,6 +12,7 @@ yebwa,160.0000 velsc,142.8578 egygo,112.0000 allga,108.0000 +hardu,108.0000 crane,96.0000 meapi,96.0000 smew1,72.0000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/aggregate-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/aggregate-Month-cs.csv index 0305fb3315..6e11f8cb3b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/aggregate-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/aggregate-Month-cs.csv @@ -12,6 +12,7 @@ yebwa,160.0000 velsc,142.8578 egygo,112.0000 allga,108.0000 +hardu,108.0000 crane,96.0000 meapi,96.0000 smew1,72.0000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-cd.csv index 0305fb3315..6e11f8cb3b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-cd.csv @@ -12,6 +12,7 @@ yebwa,160.0000 velsc,142.8578 egygo,112.0000 allga,108.0000 +hardu,108.0000 crane,96.0000 meapi,96.0000 smew1,72.0000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-cs.csv index 0305fb3315..6e11f8cb3b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/aggregate-Quarter-cs.csv @@ -12,6 +12,7 @@ yebwa,160.0000 velsc,142.8578 egygo,112.0000 allga,108.0000 +hardu,108.0000 crane,96.0000 meapi,96.0000 smew1,72.0000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/aggregate-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/aggregate-Year-cd.csv index 0305fb3315..6e11f8cb3b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/aggregate-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/aggregate-Year-cd.csv @@ -12,6 +12,7 @@ yebwa,160.0000 velsc,142.8578 egygo,112.0000 allga,108.0000 +hardu,108.0000 crane,96.0000 meapi,96.0000 smew1,72.0000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/aggregate-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/aggregate-Year-cs.csv index 0305fb3315..6e11f8cb3b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/aggregate-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/aggregate-Year-cs.csv @@ -12,6 +12,7 @@ yebwa,160.0000 velsc,142.8578 egygo,112.0000 allga,108.0000 +hardu,108.0000 crane,96.0000 meapi,96.0000 smew1,72.0000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/timeseries-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/timeseries-Day-cd.csv index bc5c3e0d3d..3dfc5005ec 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/timeseries-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/timeseries-Day-cd.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[duswa] Job Size: Weighted By CPU Hours (Core Count)","[aytinis] Job Size: Weighted By CPU Hours (Core Count)","[yebwa] Job Size: Weighted By CPU Hours (Core Count)","[velsc] Job Size: Weighted By CPU Hours (Core Count)","[egygo] Job Size: Weighted By CPU Hours (Core Count)","[allga] Job Size: Weighted By CPU Hours (Core Count)","[crane] Job Size: Weighted By CPU Hours (Core Count)","[meapi] Job Size: Weighted By CPU Hours (Core Count)","[smew1] Job Size: Weighted By CPU Hours (Core Count)","[chaff] Job Size: Weighted By CPU Hours (Core Count)","[whimb] Job Size: Weighted By CPU Hours (Core Count)","[siski] Job Size: Weighted By CPU Hours (Core Count)","[alpsw] Job Size: Weighted By CPU Hours (Core Count)","[ferdu] Job Size: Weighted By CPU Hours (Core Count)","[pereg] Job Size: Weighted By CPU Hours (Core Count)","[dunli] Job Size: Weighted By CPU Hours (Core Count)","[evegr] Job Size: Weighted By CPU Hours (Core Count)","[rolle] Job Size: Weighted By CPU Hours (Core Count)","[sarwa] Job Size: Weighted By CPU Hours (Core Count)","[swath] Job Size: Weighted By CPU Hours (Core Count)","[yebbu] Job Size: Weighted By CPU Hours (Core Count)","[vertera] Job Size: Weighted By CPU Hours (Core Count)","[reebu] Job Size: Weighted By CPU Hours (Core Count)","[sancr] Job Size: Weighted By CPU Hours (Core Count)","[shag1] Job Size: Weighted By CPU Hours (Core Count)","[whtsp] Job Size: Weighted By CPU Hours (Core Count)","[crama] Job Size: Weighted By CPU Hours (Core Count)","[gloib] Job Size: Weighted By CPU Hours (Core Count)","[lanhach] Job Size: Weighted By CPU Hours (Core Count)","[ovenb] Job Size: Weighted By CPU Hours (Core Count)","[relpa] Job Size: Weighted By CPU Hours (Core Count)","[garwa] Job Size: Weighted By CPU Hours (Core Count)","[litst] Job Size: Weighted By CPU Hours (Core Count)","[caspl] Job Size: Weighted By CPU Hours (Core Count)","[misth] Job Size: Weighted By CPU Hours (Core Count)","[sposa] Job Size: Weighted By CPU Hours (Core Count)","[whtpl] Job Size: Weighted By CPU Hours (Core Count)","[noror] Job Size: Weighted By CPU Hours (Core Count)","[ybsbu] Job Size: Weighted By CPU Hours (Core Count)","[honbu] Job Size: Weighted By CPU Hours (Core Count)","[boowa] Job Size: Weighted By CPU Hours (Core Count)","[litau] Job Size: Weighted By CPU Hours (Core Count)","[turdo] Job Size: Weighted By CPU Hours (Core Count)","[hoowa] Job Size: Weighted By CPU Hours (Core Count)","[shttr] Job Size: Weighted By CPU Hours (Core Count)","[corsh] Job Size: Weighted By CPU Hours (Core Count)","[field] Job Size: Weighted By CPU Hours (Core Count)","[grath] Job Size: Weighted By CPU Hours (Core Count)","[lesre] Job Size: Weighted By CPU Hours (Core Count)","[yebsa] Job Size: Weighted By CPU Hours (Core Count)","[blhbu] Job Size: Weighted By CPU Hours (Core Count)","[categ] Job Size: Weighted By CPU Hours (Core Count)","[coot1] Job Size: Weighted By CPU Hours (Core Count)","[grgsh] Job Size: Weighted By CPU Hours (Core Count)","[henha] Job Size: Weighted By CPU Hours (Core Count)","[jackd] Job Size: Weighted By CPU Hours (Core Count)","[lapwi] Job Size: Weighted By CPU Hours (Core Count)","[legsh] Job Size: Weighted By CPU Hours (Core Count)","[mamwa] Job Size: Weighted By CPU Hours (Core Count)","[moorh] Job Size: Weighted By CPU Hours (Core Count)","[pibgr] Job Size: Weighted By CPU Hours (Core Count)","[proubis] Job Size: Weighted By CPU Hours (Core Count)","[ribgu] Job Size: Weighted By CPU Hours (Core Count)","[sante] Job Size: Weighted By CPU Hours (Core Count)","[savsp] Job Size: Weighted By CPU Hours (Core Count)","[sogsh] Job Size: Weighted By CPU Hours (Core Count)" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,0,0,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,0,0,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,0,0,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0,0 -2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,0,0,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0,0 -2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,16.0000,0,0,0,0,0,12.0000,0,0,0,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0,0 -2016-12-27,0,0,0,144.0000,0,0,0,96.0000,0,64.0000,0,72.0000,0,0,0,0,0,0,0,0,0,0,26.0962,32.0000,0,0,0,0,0,16.0000,0,16.0000,0,0,0,0,0,12.0000,16.0000,1.0000,12.0000,0,12.0000,0,8.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0,0,0,0,1.0000,0,0 -2016-12-28,0,186.6783,0,144.0000,0,0,0,96.0000,0,64.0000,0,65.7129,0,0,0,0,0,0,32.0000,0,0,0,29.7503,26.1953,22.7149,0,0,20.0000,0,16.0000,0,16.0000,0,0,12.0000,0,12.0000,12.0000,16.0000,1.0000,12.0000,0,12.0000,8.0000,8.0000,0,0,0,0,0,0,0,0,0,0,0,1.0000,0,1.0000,1.0000,0,0,0,1.0000,0,0 -2016-12-29,0,186.5631,160.0000,144.0000,112.0000,0,96.0000,96.0000,72.0000,64.0000,0,62.4000,0,60.0000,60.0000,0,56.0000,0,32.0000,62.5102,40.0000,0,29.9515,29.0661,25.2228,0,0,20.0000,1.0000,16.0000,0,16.0000,0,0,12.0000,12.0000,12.0000,12.0000,13.7716,8.9965,12.0000,5.0000,11.1580,8.0000,8.0000,8.0000,0,2.0000,4.0000,4.0000,0,0,0,0,1.0000,0,1.0000,0,1.0000,1.0000,1.0000,0,0,1.0000,0,0 -2016-12-30,320.0517,186.5631,160.0000,125.4037,112.0000,108.0000,96.0000,96.0000,72.0000,64.0000,72.0000,49.8936,53.8643,60.0000,60.0000,65.8038,56.0000,45.1553,46.9959,35.2172,39.9998,41.1565,23.7785,21.6195,22.6717,0,20.0000,20.0000,1.2886,16.0000,16.0000,16.0000,13.1826,0,12.0000,12.0000,12.0000,12.0000,9.9283,10.1263,2.3934,5.0000,8.1287,8.4439,8.0083,8.0000,8.0000,11.1559,4.0000,4.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 -2016-12-31,336.0000,186.2295,0,0,112.0000,0,96.0000,96.0000,72.0000,64.0000,61.2589,48.0000,64.0000,60.0000,60.0000,95.7214,0,59.2199,72.7559,64.0000,40.0000,24.3207,11.7947,16.5130,25.4705,23.4747,0,0,19.9996,16.0000,0,11.9114,16.0000,12.0000,12.0000,12.0000,0,12.1378,8.0000,10.8526,1.0000,11.1429,8.0000,9.8229,8.0000,8.0000,8.0000,2.0000,4.0000,4.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,0,1.0000,0,1.0000,1.0000,0,1.0000,1.0000 -2017-01-01,0,0,160.0000,0,0,0,96.0000,96.0000,0,64.0000,60.4143,0,32.0000,60.0000,60.0000,47.3679,0,5.0000,35.2693,0,0,32.0142,15.7307,0,24.0000,22.8322,0,0,20.0000,16.0000,0,10.2343,0,12.0000,12.0000,12.0000,0,10.5654,0,10.4877,0,12.0000,8.0000,0,8.0000,8.0000,8.0000,2.0000,4.0000,4.0000,0,1.0000,1.0000,0,0,0,1.0000,0,0,1.0000,0,1.0000,0,0,1.0000,1.0000 +Day,"[duswa] Job Size: Weighted By CPU Hours (Core Count)","[aytinis] Job Size: Weighted By CPU Hours (Core Count)","[yebwa] Job Size: Weighted By CPU Hours (Core Count)","[velsc] Job Size: Weighted By CPU Hours (Core Count)","[egygo] Job Size: Weighted By CPU Hours (Core Count)","[allga] Job Size: Weighted By CPU Hours (Core Count)","[hardu] Job Size: Weighted By CPU Hours (Core Count)","[crane] Job Size: Weighted By CPU Hours (Core Count)","[meapi] Job Size: Weighted By CPU Hours (Core Count)","[smew1] Job Size: Weighted By CPU Hours (Core Count)","[chaff] Job Size: Weighted By CPU Hours (Core Count)","[whimb] Job Size: Weighted By CPU Hours (Core Count)","[siski] Job Size: Weighted By CPU Hours (Core Count)","[alpsw] Job Size: Weighted By CPU Hours (Core Count)","[ferdu] Job Size: Weighted By CPU Hours (Core Count)","[pereg] Job Size: Weighted By CPU Hours (Core Count)","[dunli] Job Size: Weighted By CPU Hours (Core Count)","[evegr] Job Size: Weighted By CPU Hours (Core Count)","[rolle] Job Size: Weighted By CPU Hours (Core Count)","[sarwa] Job Size: Weighted By CPU Hours (Core Count)","[swath] Job Size: Weighted By CPU Hours (Core Count)","[yebbu] Job Size: Weighted By CPU Hours (Core Count)","[vertera] Job Size: Weighted By CPU Hours (Core Count)","[reebu] Job Size: Weighted By CPU Hours (Core Count)","[sancr] Job Size: Weighted By CPU Hours (Core Count)","[shag1] Job Size: Weighted By CPU Hours (Core Count)","[whtsp] Job Size: Weighted By CPU Hours (Core Count)","[crama] Job Size: Weighted By CPU Hours (Core Count)","[gloib] Job Size: Weighted By CPU Hours (Core Count)","[lanhach] Job Size: Weighted By CPU Hours (Core Count)","[ovenb] Job Size: Weighted By CPU Hours (Core Count)","[relpa] Job Size: Weighted By CPU Hours (Core Count)","[garwa] Job Size: Weighted By CPU Hours (Core Count)","[litst] Job Size: Weighted By CPU Hours (Core Count)","[caspl] Job Size: Weighted By CPU Hours (Core Count)","[misth] Job Size: Weighted By CPU Hours (Core Count)","[sposa] Job Size: Weighted By CPU Hours (Core Count)","[whtpl] Job Size: Weighted By CPU Hours (Core Count)","[noror] Job Size: Weighted By CPU Hours (Core Count)","[ybsbu] Job Size: Weighted By CPU Hours (Core Count)","[honbu] Job Size: Weighted By CPU Hours (Core Count)","[boowa] Job Size: Weighted By CPU Hours (Core Count)","[litau] Job Size: Weighted By CPU Hours (Core Count)","[turdo] Job Size: Weighted By CPU Hours (Core Count)","[hoowa] Job Size: Weighted By CPU Hours (Core Count)","[shttr] Job Size: Weighted By CPU Hours (Core Count)","[corsh] Job Size: Weighted By CPU Hours (Core Count)","[field] Job Size: Weighted By CPU Hours (Core Count)","[grath] Job Size: Weighted By CPU Hours (Core Count)","[lesre] Job Size: Weighted By CPU Hours (Core Count)","[yebsa] Job Size: Weighted By CPU Hours (Core Count)","[blhbu] Job Size: Weighted By CPU Hours (Core Count)","[categ] Job Size: Weighted By CPU Hours (Core Count)","[coot1] Job Size: Weighted By CPU Hours (Core Count)","[grgsh] Job Size: Weighted By CPU Hours (Core Count)","[henha] Job Size: Weighted By CPU Hours (Core Count)","[jackd] Job Size: Weighted By CPU Hours (Core Count)","[lapwi] Job Size: Weighted By CPU Hours (Core Count)","[legsh] Job Size: Weighted By CPU Hours (Core Count)","[mamwa] Job Size: Weighted By CPU Hours (Core Count)","[moorh] Job Size: Weighted By CPU Hours (Core Count)","[pibgr] Job Size: Weighted By CPU Hours (Core Count)","[proubis] Job Size: Weighted By CPU Hours (Core Count)","[ribgu] Job Size: Weighted By CPU Hours (Core Count)","[sante] Job Size: Weighted By CPU Hours (Core Count)","[savsp] Job Size: Weighted By CPU Hours (Core Count)","[sogsh] Job Size: Weighted By CPU Hours (Core Count)" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,0,0,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,0,0,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,0,0,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0,0 +2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,0,0,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0,0 +2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,16.0000,0,0,0,0,0,12.0000,0,0,0,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0,0 +2016-12-27,0,0,0,144.0000,0,0,0,0,96.0000,0,64.0000,0,72.0000,0,0,0,0,0,0,0,0,0,0,26.0962,32.0000,0,0,0,0,0,16.0000,0,16.0000,0,0,0,0,0,12.0000,16.0000,1.0000,12.0000,0,12.0000,0,8.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0,0,0,0,1.0000,0,0 +2016-12-28,0,186.6783,0,144.0000,0,0,0,0,96.0000,0,64.0000,0,65.7129,0,0,0,0,0,0,32.0000,0,0,0,29.7503,26.1953,22.7149,0,0,20.0000,0,16.0000,0,16.0000,0,0,12.0000,0,12.0000,12.0000,16.0000,1.0000,12.0000,0,12.0000,8.0000,8.0000,0,0,0,0,0,0,0,0,0,0,0,1.0000,0,1.0000,1.0000,0,0,0,1.0000,0,0 +2016-12-29,0,186.5631,160.0000,144.0000,112.0000,0,0,96.0000,96.0000,72.0000,64.0000,0,62.4000,0,60.0000,60.0000,0,56.0000,0,32.0000,62.5102,40.0000,0,29.9515,29.0661,25.2228,0,0,20.0000,1.0000,16.0000,0,16.0000,0,0,12.0000,12.0000,12.0000,12.0000,13.7716,8.9965,12.0000,5.0000,11.1580,8.0000,8.0000,8.0000,0,2.0000,4.0000,4.0000,0,0,0,0,1.0000,0,1.0000,0,1.0000,1.0000,1.0000,0,0,1.0000,0,0 +2016-12-30,320.0517,186.5631,160.0000,125.4037,112.0000,108.0000,108.0000,96.0000,96.0000,72.0000,64.0000,72.0000,49.8936,53.8643,60.0000,60.0000,65.8038,56.0000,45.1553,46.9959,35.2172,39.9998,41.1565,23.7785,21.6195,22.6717,0,20.0000,20.0000,1.2886,16.0000,16.0000,16.0000,13.1826,0,12.0000,12.0000,12.0000,12.0000,9.9283,10.1263,2.3934,5.0000,8.1287,8.4439,8.0083,8.0000,8.0000,11.1559,4.0000,4.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 +2016-12-31,336.0000,186.2295,0,0,112.0000,0,0,96.0000,96.0000,72.0000,64.0000,61.2589,48.0000,64.0000,60.0000,60.0000,95.7214,0,59.2199,72.7559,64.0000,40.0000,24.3207,11.7947,16.5130,25.4705,23.4747,0,0,19.9996,16.0000,0,11.9114,16.0000,12.0000,12.0000,12.0000,0,12.1378,8.0000,10.8526,1.0000,11.1429,8.0000,9.8229,8.0000,8.0000,8.0000,2.0000,4.0000,4.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,0,1.0000,0,1.0000,1.0000,0,1.0000,1.0000 +2017-01-01,0,0,160.0000,0,0,0,0,96.0000,96.0000,0,64.0000,60.4143,0,32.0000,60.0000,60.0000,47.3679,0,5.0000,35.2693,0,0,32.0142,15.7307,0,24.0000,22.8322,0,0,20.0000,16.0000,0,10.2343,0,12.0000,12.0000,12.0000,0,10.5654,0,10.4877,0,12.0000,8.0000,0,8.0000,8.0000,8.0000,2.0000,4.0000,4.0000,0,1.0000,1.0000,0,0,0,1.0000,0,0,1.0000,0,1.0000,0,0,1.0000,1.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/timeseries-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/timeseries-Day-cs.csv index bc5c3e0d3d..3dfc5005ec 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/timeseries-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/timeseries-Day-cs.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[duswa] Job Size: Weighted By CPU Hours (Core Count)","[aytinis] Job Size: Weighted By CPU Hours (Core Count)","[yebwa] Job Size: Weighted By CPU Hours (Core Count)","[velsc] Job Size: Weighted By CPU Hours (Core Count)","[egygo] Job Size: Weighted By CPU Hours (Core Count)","[allga] Job Size: Weighted By CPU Hours (Core Count)","[crane] Job Size: Weighted By CPU Hours (Core Count)","[meapi] Job Size: Weighted By CPU Hours (Core Count)","[smew1] Job Size: Weighted By CPU Hours (Core Count)","[chaff] Job Size: Weighted By CPU Hours (Core Count)","[whimb] Job Size: Weighted By CPU Hours (Core Count)","[siski] Job Size: Weighted By CPU Hours (Core Count)","[alpsw] Job Size: Weighted By CPU Hours (Core Count)","[ferdu] Job Size: Weighted By CPU Hours (Core Count)","[pereg] Job Size: Weighted By CPU Hours (Core Count)","[dunli] Job Size: Weighted By CPU Hours (Core Count)","[evegr] Job Size: Weighted By CPU Hours (Core Count)","[rolle] Job Size: Weighted By CPU Hours (Core Count)","[sarwa] Job Size: Weighted By CPU Hours (Core Count)","[swath] Job Size: Weighted By CPU Hours (Core Count)","[yebbu] Job Size: Weighted By CPU Hours (Core Count)","[vertera] Job Size: Weighted By CPU Hours (Core Count)","[reebu] Job Size: Weighted By CPU Hours (Core Count)","[sancr] Job Size: Weighted By CPU Hours (Core Count)","[shag1] Job Size: Weighted By CPU Hours (Core Count)","[whtsp] Job Size: Weighted By CPU Hours (Core Count)","[crama] Job Size: Weighted By CPU Hours (Core Count)","[gloib] Job Size: Weighted By CPU Hours (Core Count)","[lanhach] Job Size: Weighted By CPU Hours (Core Count)","[ovenb] Job Size: Weighted By CPU Hours (Core Count)","[relpa] Job Size: Weighted By CPU Hours (Core Count)","[garwa] Job Size: Weighted By CPU Hours (Core Count)","[litst] Job Size: Weighted By CPU Hours (Core Count)","[caspl] Job Size: Weighted By CPU Hours (Core Count)","[misth] Job Size: Weighted By CPU Hours (Core Count)","[sposa] Job Size: Weighted By CPU Hours (Core Count)","[whtpl] Job Size: Weighted By CPU Hours (Core Count)","[noror] Job Size: Weighted By CPU Hours (Core Count)","[ybsbu] Job Size: Weighted By CPU Hours (Core Count)","[honbu] Job Size: Weighted By CPU Hours (Core Count)","[boowa] Job Size: Weighted By CPU Hours (Core Count)","[litau] Job Size: Weighted By CPU Hours (Core Count)","[turdo] Job Size: Weighted By CPU Hours (Core Count)","[hoowa] Job Size: Weighted By CPU Hours (Core Count)","[shttr] Job Size: Weighted By CPU Hours (Core Count)","[corsh] Job Size: Weighted By CPU Hours (Core Count)","[field] Job Size: Weighted By CPU Hours (Core Count)","[grath] Job Size: Weighted By CPU Hours (Core Count)","[lesre] Job Size: Weighted By CPU Hours (Core Count)","[yebsa] Job Size: Weighted By CPU Hours (Core Count)","[blhbu] Job Size: Weighted By CPU Hours (Core Count)","[categ] Job Size: Weighted By CPU Hours (Core Count)","[coot1] Job Size: Weighted By CPU Hours (Core Count)","[grgsh] Job Size: Weighted By CPU Hours (Core Count)","[henha] Job Size: Weighted By CPU Hours (Core Count)","[jackd] Job Size: Weighted By CPU Hours (Core Count)","[lapwi] Job Size: Weighted By CPU Hours (Core Count)","[legsh] Job Size: Weighted By CPU Hours (Core Count)","[mamwa] Job Size: Weighted By CPU Hours (Core Count)","[moorh] Job Size: Weighted By CPU Hours (Core Count)","[pibgr] Job Size: Weighted By CPU Hours (Core Count)","[proubis] Job Size: Weighted By CPU Hours (Core Count)","[ribgu] Job Size: Weighted By CPU Hours (Core Count)","[sante] Job Size: Weighted By CPU Hours (Core Count)","[savsp] Job Size: Weighted By CPU Hours (Core Count)","[sogsh] Job Size: Weighted By CPU Hours (Core Count)" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,0,0,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,0,0,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,0,0,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0,0 -2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,0,0,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0,0 -2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,16.0000,0,0,0,0,0,12.0000,0,0,0,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0,0 -2016-12-27,0,0,0,144.0000,0,0,0,96.0000,0,64.0000,0,72.0000,0,0,0,0,0,0,0,0,0,0,26.0962,32.0000,0,0,0,0,0,16.0000,0,16.0000,0,0,0,0,0,12.0000,16.0000,1.0000,12.0000,0,12.0000,0,8.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0,0,0,0,1.0000,0,0 -2016-12-28,0,186.6783,0,144.0000,0,0,0,96.0000,0,64.0000,0,65.7129,0,0,0,0,0,0,32.0000,0,0,0,29.7503,26.1953,22.7149,0,0,20.0000,0,16.0000,0,16.0000,0,0,12.0000,0,12.0000,12.0000,16.0000,1.0000,12.0000,0,12.0000,8.0000,8.0000,0,0,0,0,0,0,0,0,0,0,0,1.0000,0,1.0000,1.0000,0,0,0,1.0000,0,0 -2016-12-29,0,186.5631,160.0000,144.0000,112.0000,0,96.0000,96.0000,72.0000,64.0000,0,62.4000,0,60.0000,60.0000,0,56.0000,0,32.0000,62.5102,40.0000,0,29.9515,29.0661,25.2228,0,0,20.0000,1.0000,16.0000,0,16.0000,0,0,12.0000,12.0000,12.0000,12.0000,13.7716,8.9965,12.0000,5.0000,11.1580,8.0000,8.0000,8.0000,0,2.0000,4.0000,4.0000,0,0,0,0,1.0000,0,1.0000,0,1.0000,1.0000,1.0000,0,0,1.0000,0,0 -2016-12-30,320.0517,186.5631,160.0000,125.4037,112.0000,108.0000,96.0000,96.0000,72.0000,64.0000,72.0000,49.8936,53.8643,60.0000,60.0000,65.8038,56.0000,45.1553,46.9959,35.2172,39.9998,41.1565,23.7785,21.6195,22.6717,0,20.0000,20.0000,1.2886,16.0000,16.0000,16.0000,13.1826,0,12.0000,12.0000,12.0000,12.0000,9.9283,10.1263,2.3934,5.0000,8.1287,8.4439,8.0083,8.0000,8.0000,11.1559,4.0000,4.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 -2016-12-31,336.0000,186.2295,0,0,112.0000,0,96.0000,96.0000,72.0000,64.0000,61.2589,48.0000,64.0000,60.0000,60.0000,95.7214,0,59.2199,72.7559,64.0000,40.0000,24.3207,11.7947,16.5130,25.4705,23.4747,0,0,19.9996,16.0000,0,11.9114,16.0000,12.0000,12.0000,12.0000,0,12.1378,8.0000,10.8526,1.0000,11.1429,8.0000,9.8229,8.0000,8.0000,8.0000,2.0000,4.0000,4.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,0,1.0000,0,1.0000,1.0000,0,1.0000,1.0000 -2017-01-01,0,0,160.0000,0,0,0,96.0000,96.0000,0,64.0000,60.4143,0,32.0000,60.0000,60.0000,47.3679,0,5.0000,35.2693,0,0,32.0142,15.7307,0,24.0000,22.8322,0,0,20.0000,16.0000,0,10.2343,0,12.0000,12.0000,12.0000,0,10.5654,0,10.4877,0,12.0000,8.0000,0,8.0000,8.0000,8.0000,2.0000,4.0000,4.0000,0,1.0000,1.0000,0,0,0,1.0000,0,0,1.0000,0,1.0000,0,0,1.0000,1.0000 +Day,"[duswa] Job Size: Weighted By CPU Hours (Core Count)","[aytinis] Job Size: Weighted By CPU Hours (Core Count)","[yebwa] Job Size: Weighted By CPU Hours (Core Count)","[velsc] Job Size: Weighted By CPU Hours (Core Count)","[egygo] Job Size: Weighted By CPU Hours (Core Count)","[allga] Job Size: Weighted By CPU Hours (Core Count)","[hardu] Job Size: Weighted By CPU Hours (Core Count)","[crane] Job Size: Weighted By CPU Hours (Core Count)","[meapi] Job Size: Weighted By CPU Hours (Core Count)","[smew1] Job Size: Weighted By CPU Hours (Core Count)","[chaff] Job Size: Weighted By CPU Hours (Core Count)","[whimb] Job Size: Weighted By CPU Hours (Core Count)","[siski] Job Size: Weighted By CPU Hours (Core Count)","[alpsw] Job Size: Weighted By CPU Hours (Core Count)","[ferdu] Job Size: Weighted By CPU Hours (Core Count)","[pereg] Job Size: Weighted By CPU Hours (Core Count)","[dunli] Job Size: Weighted By CPU Hours (Core Count)","[evegr] Job Size: Weighted By CPU Hours (Core Count)","[rolle] Job Size: Weighted By CPU Hours (Core Count)","[sarwa] Job Size: Weighted By CPU Hours (Core Count)","[swath] Job Size: Weighted By CPU Hours (Core Count)","[yebbu] Job Size: Weighted By CPU Hours (Core Count)","[vertera] Job Size: Weighted By CPU Hours (Core Count)","[reebu] Job Size: Weighted By CPU Hours (Core Count)","[sancr] Job Size: Weighted By CPU Hours (Core Count)","[shag1] Job Size: Weighted By CPU Hours (Core Count)","[whtsp] Job Size: Weighted By CPU Hours (Core Count)","[crama] Job Size: Weighted By CPU Hours (Core Count)","[gloib] Job Size: Weighted By CPU Hours (Core Count)","[lanhach] Job Size: Weighted By CPU Hours (Core Count)","[ovenb] Job Size: Weighted By CPU Hours (Core Count)","[relpa] Job Size: Weighted By CPU Hours (Core Count)","[garwa] Job Size: Weighted By CPU Hours (Core Count)","[litst] Job Size: Weighted By CPU Hours (Core Count)","[caspl] Job Size: Weighted By CPU Hours (Core Count)","[misth] Job Size: Weighted By CPU Hours (Core Count)","[sposa] Job Size: Weighted By CPU Hours (Core Count)","[whtpl] Job Size: Weighted By CPU Hours (Core Count)","[noror] Job Size: Weighted By CPU Hours (Core Count)","[ybsbu] Job Size: Weighted By CPU Hours (Core Count)","[honbu] Job Size: Weighted By CPU Hours (Core Count)","[boowa] Job Size: Weighted By CPU Hours (Core Count)","[litau] Job Size: Weighted By CPU Hours (Core Count)","[turdo] Job Size: Weighted By CPU Hours (Core Count)","[hoowa] Job Size: Weighted By CPU Hours (Core Count)","[shttr] Job Size: Weighted By CPU Hours (Core Count)","[corsh] Job Size: Weighted By CPU Hours (Core Count)","[field] Job Size: Weighted By CPU Hours (Core Count)","[grath] Job Size: Weighted By CPU Hours (Core Count)","[lesre] Job Size: Weighted By CPU Hours (Core Count)","[yebsa] Job Size: Weighted By CPU Hours (Core Count)","[blhbu] Job Size: Weighted By CPU Hours (Core Count)","[categ] Job Size: Weighted By CPU Hours (Core Count)","[coot1] Job Size: Weighted By CPU Hours (Core Count)","[grgsh] Job Size: Weighted By CPU Hours (Core Count)","[henha] Job Size: Weighted By CPU Hours (Core Count)","[jackd] Job Size: Weighted By CPU Hours (Core Count)","[lapwi] Job Size: Weighted By CPU Hours (Core Count)","[legsh] Job Size: Weighted By CPU Hours (Core Count)","[mamwa] Job Size: Weighted By CPU Hours (Core Count)","[moorh] Job Size: Weighted By CPU Hours (Core Count)","[pibgr] Job Size: Weighted By CPU Hours (Core Count)","[proubis] Job Size: Weighted By CPU Hours (Core Count)","[ribgu] Job Size: Weighted By CPU Hours (Core Count)","[sante] Job Size: Weighted By CPU Hours (Core Count)","[savsp] Job Size: Weighted By CPU Hours (Core Count)","[sogsh] Job Size: Weighted By CPU Hours (Core Count)" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,0,0,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,0,0,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,0,0,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0,0 +2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,0,0,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0,0 +2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,16.0000,0,0,0,0,0,12.0000,0,0,0,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0,0 +2016-12-27,0,0,0,144.0000,0,0,0,0,96.0000,0,64.0000,0,72.0000,0,0,0,0,0,0,0,0,0,0,26.0962,32.0000,0,0,0,0,0,16.0000,0,16.0000,0,0,0,0,0,12.0000,16.0000,1.0000,12.0000,0,12.0000,0,8.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0,0,0,0,1.0000,0,0 +2016-12-28,0,186.6783,0,144.0000,0,0,0,0,96.0000,0,64.0000,0,65.7129,0,0,0,0,0,0,32.0000,0,0,0,29.7503,26.1953,22.7149,0,0,20.0000,0,16.0000,0,16.0000,0,0,12.0000,0,12.0000,12.0000,16.0000,1.0000,12.0000,0,12.0000,8.0000,8.0000,0,0,0,0,0,0,0,0,0,0,0,1.0000,0,1.0000,1.0000,0,0,0,1.0000,0,0 +2016-12-29,0,186.5631,160.0000,144.0000,112.0000,0,0,96.0000,96.0000,72.0000,64.0000,0,62.4000,0,60.0000,60.0000,0,56.0000,0,32.0000,62.5102,40.0000,0,29.9515,29.0661,25.2228,0,0,20.0000,1.0000,16.0000,0,16.0000,0,0,12.0000,12.0000,12.0000,12.0000,13.7716,8.9965,12.0000,5.0000,11.1580,8.0000,8.0000,8.0000,0,2.0000,4.0000,4.0000,0,0,0,0,1.0000,0,1.0000,0,1.0000,1.0000,1.0000,0,0,1.0000,0,0 +2016-12-30,320.0517,186.5631,160.0000,125.4037,112.0000,108.0000,108.0000,96.0000,96.0000,72.0000,64.0000,72.0000,49.8936,53.8643,60.0000,60.0000,65.8038,56.0000,45.1553,46.9959,35.2172,39.9998,41.1565,23.7785,21.6195,22.6717,0,20.0000,20.0000,1.2886,16.0000,16.0000,16.0000,13.1826,0,12.0000,12.0000,12.0000,12.0000,9.9283,10.1263,2.3934,5.0000,8.1287,8.4439,8.0083,8.0000,8.0000,11.1559,4.0000,4.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 +2016-12-31,336.0000,186.2295,0,0,112.0000,0,0,96.0000,96.0000,72.0000,64.0000,61.2589,48.0000,64.0000,60.0000,60.0000,95.7214,0,59.2199,72.7559,64.0000,40.0000,24.3207,11.7947,16.5130,25.4705,23.4747,0,0,19.9996,16.0000,0,11.9114,16.0000,12.0000,12.0000,12.0000,0,12.1378,8.0000,10.8526,1.0000,11.1429,8.0000,9.8229,8.0000,8.0000,8.0000,2.0000,4.0000,4.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,0,1.0000,0,1.0000,1.0000,0,1.0000,1.0000 +2017-01-01,0,0,160.0000,0,0,0,0,96.0000,96.0000,0,64.0000,60.4143,0,32.0000,60.0000,60.0000,47.3679,0,5.0000,35.2693,0,0,32.0142,15.7307,0,24.0000,22.8322,0,0,20.0000,16.0000,0,10.2343,0,12.0000,12.0000,12.0000,0,10.5654,0,10.4877,0,12.0000,8.0000,0,8.0000,8.0000,8.0000,2.0000,4.0000,4.0000,0,1.0000,1.0000,0,0,0,1.0000,0,0,1.0000,0,1.0000,0,0,1.0000,1.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/timeseries-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/timeseries-Month-cd.csv index 050affce86..4688a8c3ed 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/timeseries-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/timeseries-Month-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[duswa] Job Size: Weighted By CPU Hours (Core Count)","[aytinis] Job Size: Weighted By CPU Hours (Core Count)","[yebwa] Job Size: Weighted By CPU Hours (Core Count)","[velsc] Job Size: Weighted By CPU Hours (Core Count)","[egygo] Job Size: Weighted By CPU Hours (Core Count)","[allga] Job Size: Weighted By CPU Hours (Core Count)","[crane] Job Size: Weighted By CPU Hours (Core Count)","[meapi] Job Size: Weighted By CPU Hours (Core Count)","[smew1] Job Size: Weighted By CPU Hours (Core Count)","[chaff] Job Size: Weighted By CPU Hours (Core Count)","[whimb] Job Size: Weighted By CPU Hours (Core Count)","[siski] Job Size: Weighted By CPU Hours (Core Count)","[alpsw] Job Size: Weighted By CPU Hours (Core Count)","[ferdu] Job Size: Weighted By CPU Hours (Core Count)","[pereg] Job Size: Weighted By CPU Hours (Core Count)","[dunli] Job Size: Weighted By CPU Hours (Core Count)","[evegr] Job Size: Weighted By CPU Hours (Core Count)","[rolle] Job Size: Weighted By CPU Hours (Core Count)","[sarwa] Job Size: Weighted By CPU Hours (Core Count)","[swath] Job Size: Weighted By CPU Hours (Core Count)","[yebbu] Job Size: Weighted By CPU Hours (Core Count)","[vertera] Job Size: Weighted By CPU Hours (Core Count)","[reebu] Job Size: Weighted By CPU Hours (Core Count)","[sancr] Job Size: Weighted By CPU Hours (Core Count)","[shag1] Job Size: Weighted By CPU Hours (Core Count)","[whtsp] Job Size: Weighted By CPU Hours (Core Count)","[crama] Job Size: Weighted By CPU Hours (Core Count)","[gloib] Job Size: Weighted By CPU Hours (Core Count)","[lanhach] Job Size: Weighted By CPU Hours (Core Count)","[ovenb] Job Size: Weighted By CPU Hours (Core Count)","[relpa] Job Size: Weighted By CPU Hours (Core Count)","[garwa] Job Size: Weighted By CPU Hours (Core Count)","[litst] Job Size: Weighted By CPU Hours (Core Count)","[caspl] Job Size: Weighted By CPU Hours (Core Count)","[misth] Job Size: Weighted By CPU Hours (Core Count)","[sposa] Job Size: Weighted By CPU Hours (Core Count)","[whtpl] Job Size: Weighted By CPU Hours (Core Count)","[noror] Job Size: Weighted By CPU Hours (Core Count)","[ybsbu] Job Size: Weighted By CPU Hours (Core Count)","[honbu] Job Size: Weighted By CPU Hours (Core Count)","[boowa] Job Size: Weighted By CPU Hours (Core Count)","[litau] Job Size: Weighted By CPU Hours (Core Count)","[turdo] Job Size: Weighted By CPU Hours (Core Count)","[hoowa] Job Size: Weighted By CPU Hours (Core Count)","[shttr] Job Size: Weighted By CPU Hours (Core Count)","[corsh] Job Size: Weighted By CPU Hours (Core Count)","[field] Job Size: Weighted By CPU Hours (Core Count)","[grath] Job Size: Weighted By CPU Hours (Core Count)","[lesre] Job Size: Weighted By CPU Hours (Core Count)","[yebsa] Job Size: Weighted By CPU Hours (Core Count)","[blhbu] Job Size: Weighted By CPU Hours (Core Count)","[categ] Job Size: Weighted By CPU Hours (Core Count)","[coot1] Job Size: Weighted By CPU Hours (Core Count)","[grgsh] Job Size: Weighted By CPU Hours (Core Count)","[henha] Job Size: Weighted By CPU Hours (Core Count)","[jackd] Job Size: Weighted By CPU Hours (Core Count)","[lapwi] Job Size: Weighted By CPU Hours (Core Count)","[legsh] Job Size: Weighted By CPU Hours (Core Count)","[mamwa] Job Size: Weighted By CPU Hours (Core Count)","[moorh] Job Size: Weighted By CPU Hours (Core Count)","[pibgr] Job Size: Weighted By CPU Hours (Core Count)","[proubis] Job Size: Weighted By CPU Hours (Core Count)","[ribgu] Job Size: Weighted By CPU Hours (Core Count)","[sante] Job Size: Weighted By CPU Hours (Core Count)","[savsp] Job Size: Weighted By CPU Hours (Core Count)","[sogsh] Job Size: Weighted By CPU Hours (Core Count)" -2016-12,326.9898,186.5633,160.0000,142.8578,112.0000,108.0000,96.0000,96.0000,72.0000,64.0000,63.6781,62.4000,63.5229,60.0000,60.0000,71.6000,56.0000,57.5884,53.9203,45.0823,39.9999,28.7519,26.0677,25.0565,24.1852,23.4747,20.0000,20.0000,13.7644,16.0000,16.0000,14.3905,13.7425,12.0000,12.0000,12.0000,12.0000,12.0144,11.7604,10.5368,10.0459,9.9365,9.4561,8.6041,8.0021,8.0000,8.0000,4.5982,4.0000,4.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 -2017-01,0,0,160.0000,0,0,0,96.0000,96.0000,0,64.0000,60.4143,0,32.0000,60.0000,60.0000,47.3679,0,5.0000,35.2693,0,0,32.0142,15.7307,0,24.0000,22.8322,0,0,20.0000,16.0000,0,10.2343,0,12.0000,12.0000,12.0000,0,10.5654,0,10.4877,0,12.0000,8.0000,0,8.0000,8.0000,8.0000,2.0000,4.0000,4.0000,0,1.0000,1.0000,0,0,0,1.0000,0,0,1.0000,0,1.0000,0,0,1.0000,1.0000 +Month,"[duswa] Job Size: Weighted By CPU Hours (Core Count)","[aytinis] Job Size: Weighted By CPU Hours (Core Count)","[yebwa] Job Size: Weighted By CPU Hours (Core Count)","[velsc] Job Size: Weighted By CPU Hours (Core Count)","[egygo] Job Size: Weighted By CPU Hours (Core Count)","[allga] Job Size: Weighted By CPU Hours (Core Count)","[hardu] Job Size: Weighted By CPU Hours (Core Count)","[crane] Job Size: Weighted By CPU Hours (Core Count)","[meapi] Job Size: Weighted By CPU Hours (Core Count)","[smew1] Job Size: Weighted By CPU Hours (Core Count)","[chaff] Job Size: Weighted By CPU Hours (Core Count)","[whimb] Job Size: Weighted By CPU Hours (Core Count)","[siski] Job Size: Weighted By CPU Hours (Core Count)","[alpsw] Job Size: Weighted By CPU Hours (Core Count)","[ferdu] Job Size: Weighted By CPU Hours (Core Count)","[pereg] Job Size: Weighted By CPU Hours (Core Count)","[dunli] Job Size: Weighted By CPU Hours (Core Count)","[evegr] Job Size: Weighted By CPU Hours (Core Count)","[rolle] Job Size: Weighted By CPU Hours (Core Count)","[sarwa] Job Size: Weighted By CPU Hours (Core Count)","[swath] Job Size: Weighted By CPU Hours (Core Count)","[yebbu] Job Size: Weighted By CPU Hours (Core Count)","[vertera] Job Size: Weighted By CPU Hours (Core Count)","[reebu] Job Size: Weighted By CPU Hours (Core Count)","[sancr] Job Size: Weighted By CPU Hours (Core Count)","[shag1] Job Size: Weighted By CPU Hours (Core Count)","[whtsp] Job Size: Weighted By CPU Hours (Core Count)","[crama] Job Size: Weighted By CPU Hours (Core Count)","[gloib] Job Size: Weighted By CPU Hours (Core Count)","[lanhach] Job Size: Weighted By CPU Hours (Core Count)","[ovenb] Job Size: Weighted By CPU Hours (Core Count)","[relpa] Job Size: Weighted By CPU Hours (Core Count)","[garwa] Job Size: Weighted By CPU Hours (Core Count)","[litst] Job Size: Weighted By CPU Hours (Core Count)","[caspl] Job Size: Weighted By CPU Hours (Core Count)","[misth] Job Size: Weighted By CPU Hours (Core Count)","[sposa] Job Size: Weighted By CPU Hours (Core Count)","[whtpl] Job Size: Weighted By CPU Hours (Core Count)","[noror] Job Size: Weighted By CPU Hours (Core Count)","[ybsbu] Job Size: Weighted By CPU Hours (Core Count)","[honbu] Job Size: Weighted By CPU Hours (Core Count)","[boowa] Job Size: Weighted By CPU Hours (Core Count)","[litau] Job Size: Weighted By CPU Hours (Core Count)","[turdo] Job Size: Weighted By CPU Hours (Core Count)","[hoowa] Job Size: Weighted By CPU Hours (Core Count)","[shttr] Job Size: Weighted By CPU Hours (Core Count)","[corsh] Job Size: Weighted By CPU Hours (Core Count)","[field] Job Size: Weighted By CPU Hours (Core Count)","[grath] Job Size: Weighted By CPU Hours (Core Count)","[lesre] Job Size: Weighted By CPU Hours (Core Count)","[yebsa] Job Size: Weighted By CPU Hours (Core Count)","[blhbu] Job Size: Weighted By CPU Hours (Core Count)","[categ] Job Size: Weighted By CPU Hours (Core Count)","[coot1] Job Size: Weighted By CPU Hours (Core Count)","[grgsh] Job Size: Weighted By CPU Hours (Core Count)","[henha] Job Size: Weighted By CPU Hours (Core Count)","[jackd] Job Size: Weighted By CPU Hours (Core Count)","[lapwi] Job Size: Weighted By CPU Hours (Core Count)","[legsh] Job Size: Weighted By CPU Hours (Core Count)","[mamwa] Job Size: Weighted By CPU Hours (Core Count)","[moorh] Job Size: Weighted By CPU Hours (Core Count)","[pibgr] Job Size: Weighted By CPU Hours (Core Count)","[proubis] Job Size: Weighted By CPU Hours (Core Count)","[ribgu] Job Size: Weighted By CPU Hours (Core Count)","[sante] Job Size: Weighted By CPU Hours (Core Count)","[savsp] Job Size: Weighted By CPU Hours (Core Count)","[sogsh] Job Size: Weighted By CPU Hours (Core Count)" +2016-12,326.9898,186.5633,160.0000,142.8578,112.0000,108.0000,108.0000,96.0000,96.0000,72.0000,64.0000,63.6781,62.4000,63.5229,60.0000,60.0000,71.6000,56.0000,57.5884,53.9203,45.0823,39.9999,28.7519,26.0677,25.0565,24.1852,23.4747,20.0000,20.0000,13.7644,16.0000,16.0000,14.3905,13.7425,12.0000,12.0000,12.0000,12.0000,12.0144,11.7604,10.5368,10.0459,9.9365,9.4561,8.6041,8.0021,8.0000,8.0000,4.5982,4.0000,4.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 +2017-01,0,0,160.0000,0,0,0,0,96.0000,96.0000,0,64.0000,60.4143,0,32.0000,60.0000,60.0000,47.3679,0,5.0000,35.2693,0,0,32.0142,15.7307,0,24.0000,22.8322,0,0,20.0000,16.0000,0,10.2343,0,12.0000,12.0000,12.0000,0,10.5654,0,10.4877,0,12.0000,8.0000,0,8.0000,8.0000,8.0000,2.0000,4.0000,4.0000,0,1.0000,1.0000,0,0,0,1.0000,0,0,1.0000,0,1.0000,0,0,1.0000,1.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/timeseries-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/timeseries-Month-cs.csv index 050affce86..4688a8c3ed 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/timeseries-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/timeseries-Month-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[duswa] Job Size: Weighted By CPU Hours (Core Count)","[aytinis] Job Size: Weighted By CPU Hours (Core Count)","[yebwa] Job Size: Weighted By CPU Hours (Core Count)","[velsc] Job Size: Weighted By CPU Hours (Core Count)","[egygo] Job Size: Weighted By CPU Hours (Core Count)","[allga] Job Size: Weighted By CPU Hours (Core Count)","[crane] Job Size: Weighted By CPU Hours (Core Count)","[meapi] Job Size: Weighted By CPU Hours (Core Count)","[smew1] Job Size: Weighted By CPU Hours (Core Count)","[chaff] Job Size: Weighted By CPU Hours (Core Count)","[whimb] Job Size: Weighted By CPU Hours (Core Count)","[siski] Job Size: Weighted By CPU Hours (Core Count)","[alpsw] Job Size: Weighted By CPU Hours (Core Count)","[ferdu] Job Size: Weighted By CPU Hours (Core Count)","[pereg] Job Size: Weighted By CPU Hours (Core Count)","[dunli] Job Size: Weighted By CPU Hours (Core Count)","[evegr] Job Size: Weighted By CPU Hours (Core Count)","[rolle] Job Size: Weighted By CPU Hours (Core Count)","[sarwa] Job Size: Weighted By CPU Hours (Core Count)","[swath] Job Size: Weighted By CPU Hours (Core Count)","[yebbu] Job Size: Weighted By CPU Hours (Core Count)","[vertera] Job Size: Weighted By CPU Hours (Core Count)","[reebu] Job Size: Weighted By CPU Hours (Core Count)","[sancr] Job Size: Weighted By CPU Hours (Core Count)","[shag1] Job Size: Weighted By CPU Hours (Core Count)","[whtsp] Job Size: Weighted By CPU Hours (Core Count)","[crama] Job Size: Weighted By CPU Hours (Core Count)","[gloib] Job Size: Weighted By CPU Hours (Core Count)","[lanhach] Job Size: Weighted By CPU Hours (Core Count)","[ovenb] Job Size: Weighted By CPU Hours (Core Count)","[relpa] Job Size: Weighted By CPU Hours (Core Count)","[garwa] Job Size: Weighted By CPU Hours (Core Count)","[litst] Job Size: Weighted By CPU Hours (Core Count)","[caspl] Job Size: Weighted By CPU Hours (Core Count)","[misth] Job Size: Weighted By CPU Hours (Core Count)","[sposa] Job Size: Weighted By CPU Hours (Core Count)","[whtpl] Job Size: Weighted By CPU Hours (Core Count)","[noror] Job Size: Weighted By CPU Hours (Core Count)","[ybsbu] Job Size: Weighted By CPU Hours (Core Count)","[honbu] Job Size: Weighted By CPU Hours (Core Count)","[boowa] Job Size: Weighted By CPU Hours (Core Count)","[litau] Job Size: Weighted By CPU Hours (Core Count)","[turdo] Job Size: Weighted By CPU Hours (Core Count)","[hoowa] Job Size: Weighted By CPU Hours (Core Count)","[shttr] Job Size: Weighted By CPU Hours (Core Count)","[corsh] Job Size: Weighted By CPU Hours (Core Count)","[field] Job Size: Weighted By CPU Hours (Core Count)","[grath] Job Size: Weighted By CPU Hours (Core Count)","[lesre] Job Size: Weighted By CPU Hours (Core Count)","[yebsa] Job Size: Weighted By CPU Hours (Core Count)","[blhbu] Job Size: Weighted By CPU Hours (Core Count)","[categ] Job Size: Weighted By CPU Hours (Core Count)","[coot1] Job Size: Weighted By CPU Hours (Core Count)","[grgsh] Job Size: Weighted By CPU Hours (Core Count)","[henha] Job Size: Weighted By CPU Hours (Core Count)","[jackd] Job Size: Weighted By CPU Hours (Core Count)","[lapwi] Job Size: Weighted By CPU Hours (Core Count)","[legsh] Job Size: Weighted By CPU Hours (Core Count)","[mamwa] Job Size: Weighted By CPU Hours (Core Count)","[moorh] Job Size: Weighted By CPU Hours (Core Count)","[pibgr] Job Size: Weighted By CPU Hours (Core Count)","[proubis] Job Size: Weighted By CPU Hours (Core Count)","[ribgu] Job Size: Weighted By CPU Hours (Core Count)","[sante] Job Size: Weighted By CPU Hours (Core Count)","[savsp] Job Size: Weighted By CPU Hours (Core Count)","[sogsh] Job Size: Weighted By CPU Hours (Core Count)" -2016-12,326.9898,186.5633,160.0000,142.8578,112.0000,108.0000,96.0000,96.0000,72.0000,64.0000,63.6781,62.4000,63.5229,60.0000,60.0000,71.6000,56.0000,57.5884,53.9203,45.0823,39.9999,28.7519,26.0677,25.0565,24.1852,23.4747,20.0000,20.0000,13.7644,16.0000,16.0000,14.3905,13.7425,12.0000,12.0000,12.0000,12.0000,12.0144,11.7604,10.5368,10.0459,9.9365,9.4561,8.6041,8.0021,8.0000,8.0000,4.5982,4.0000,4.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 -2017-01,0,0,160.0000,0,0,0,96.0000,96.0000,0,64.0000,60.4143,0,32.0000,60.0000,60.0000,47.3679,0,5.0000,35.2693,0,0,32.0142,15.7307,0,24.0000,22.8322,0,0,20.0000,16.0000,0,10.2343,0,12.0000,12.0000,12.0000,0,10.5654,0,10.4877,0,12.0000,8.0000,0,8.0000,8.0000,8.0000,2.0000,4.0000,4.0000,0,1.0000,1.0000,0,0,0,1.0000,0,0,1.0000,0,1.0000,0,0,1.0000,1.0000 +Month,"[duswa] Job Size: Weighted By CPU Hours (Core Count)","[aytinis] Job Size: Weighted By CPU Hours (Core Count)","[yebwa] Job Size: Weighted By CPU Hours (Core Count)","[velsc] Job Size: Weighted By CPU Hours (Core Count)","[egygo] Job Size: Weighted By CPU Hours (Core Count)","[allga] Job Size: Weighted By CPU Hours (Core Count)","[hardu] Job Size: Weighted By CPU Hours (Core Count)","[crane] Job Size: Weighted By CPU Hours (Core Count)","[meapi] Job Size: Weighted By CPU Hours (Core Count)","[smew1] Job Size: Weighted By CPU Hours (Core Count)","[chaff] Job Size: Weighted By CPU Hours (Core Count)","[whimb] Job Size: Weighted By CPU Hours (Core Count)","[siski] Job Size: Weighted By CPU Hours (Core Count)","[alpsw] Job Size: Weighted By CPU Hours (Core Count)","[ferdu] Job Size: Weighted By CPU Hours (Core Count)","[pereg] Job Size: Weighted By CPU Hours (Core Count)","[dunli] Job Size: Weighted By CPU Hours (Core Count)","[evegr] Job Size: Weighted By CPU Hours (Core Count)","[rolle] Job Size: Weighted By CPU Hours (Core Count)","[sarwa] Job Size: Weighted By CPU Hours (Core Count)","[swath] Job Size: Weighted By CPU Hours (Core Count)","[yebbu] Job Size: Weighted By CPU Hours (Core Count)","[vertera] Job Size: Weighted By CPU Hours (Core Count)","[reebu] Job Size: Weighted By CPU Hours (Core Count)","[sancr] Job Size: Weighted By CPU Hours (Core Count)","[shag1] Job Size: Weighted By CPU Hours (Core Count)","[whtsp] Job Size: Weighted By CPU Hours (Core Count)","[crama] Job Size: Weighted By CPU Hours (Core Count)","[gloib] Job Size: Weighted By CPU Hours (Core Count)","[lanhach] Job Size: Weighted By CPU Hours (Core Count)","[ovenb] Job Size: Weighted By CPU Hours (Core Count)","[relpa] Job Size: Weighted By CPU Hours (Core Count)","[garwa] Job Size: Weighted By CPU Hours (Core Count)","[litst] Job Size: Weighted By CPU Hours (Core Count)","[caspl] Job Size: Weighted By CPU Hours (Core Count)","[misth] Job Size: Weighted By CPU Hours (Core Count)","[sposa] Job Size: Weighted By CPU Hours (Core Count)","[whtpl] Job Size: Weighted By CPU Hours (Core Count)","[noror] Job Size: Weighted By CPU Hours (Core Count)","[ybsbu] Job Size: Weighted By CPU Hours (Core Count)","[honbu] Job Size: Weighted By CPU Hours (Core Count)","[boowa] Job Size: Weighted By CPU Hours (Core Count)","[litau] Job Size: Weighted By CPU Hours (Core Count)","[turdo] Job Size: Weighted By CPU Hours (Core Count)","[hoowa] Job Size: Weighted By CPU Hours (Core Count)","[shttr] Job Size: Weighted By CPU Hours (Core Count)","[corsh] Job Size: Weighted By CPU Hours (Core Count)","[field] Job Size: Weighted By CPU Hours (Core Count)","[grath] Job Size: Weighted By CPU Hours (Core Count)","[lesre] Job Size: Weighted By CPU Hours (Core Count)","[yebsa] Job Size: Weighted By CPU Hours (Core Count)","[blhbu] Job Size: Weighted By CPU Hours (Core Count)","[categ] Job Size: Weighted By CPU Hours (Core Count)","[coot1] Job Size: Weighted By CPU Hours (Core Count)","[grgsh] Job Size: Weighted By CPU Hours (Core Count)","[henha] Job Size: Weighted By CPU Hours (Core Count)","[jackd] Job Size: Weighted By CPU Hours (Core Count)","[lapwi] Job Size: Weighted By CPU Hours (Core Count)","[legsh] Job Size: Weighted By CPU Hours (Core Count)","[mamwa] Job Size: Weighted By CPU Hours (Core Count)","[moorh] Job Size: Weighted By CPU Hours (Core Count)","[pibgr] Job Size: Weighted By CPU Hours (Core Count)","[proubis] Job Size: Weighted By CPU Hours (Core Count)","[ribgu] Job Size: Weighted By CPU Hours (Core Count)","[sante] Job Size: Weighted By CPU Hours (Core Count)","[savsp] Job Size: Weighted By CPU Hours (Core Count)","[sogsh] Job Size: Weighted By CPU Hours (Core Count)" +2016-12,326.9898,186.5633,160.0000,142.8578,112.0000,108.0000,108.0000,96.0000,96.0000,72.0000,64.0000,63.6781,62.4000,63.5229,60.0000,60.0000,71.6000,56.0000,57.5884,53.9203,45.0823,39.9999,28.7519,26.0677,25.0565,24.1852,23.4747,20.0000,20.0000,13.7644,16.0000,16.0000,14.3905,13.7425,12.0000,12.0000,12.0000,12.0000,12.0144,11.7604,10.5368,10.0459,9.9365,9.4561,8.6041,8.0021,8.0000,8.0000,4.5982,4.0000,4.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 +2017-01,0,0,160.0000,0,0,0,0,96.0000,96.0000,0,64.0000,60.4143,0,32.0000,60.0000,60.0000,47.3679,0,5.0000,35.2693,0,0,32.0142,15.7307,0,24.0000,22.8322,0,0,20.0000,16.0000,0,10.2343,0,12.0000,12.0000,12.0000,0,10.5654,0,10.4877,0,12.0000,8.0000,0,8.0000,8.0000,8.0000,2.0000,4.0000,4.0000,0,1.0000,1.0000,0,0,0,1.0000,0,0,1.0000,0,1.0000,0,0,1.0000,1.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-cd.csv index 8f9ff489cd..b0395f38c9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[duswa] Job Size: Weighted By CPU Hours (Core Count)","[aytinis] Job Size: Weighted By CPU Hours (Core Count)","[yebwa] Job Size: Weighted By CPU Hours (Core Count)","[velsc] Job Size: Weighted By CPU Hours (Core Count)","[egygo] Job Size: Weighted By CPU Hours (Core Count)","[allga] Job Size: Weighted By CPU Hours (Core Count)","[crane] Job Size: Weighted By CPU Hours (Core Count)","[meapi] Job Size: Weighted By CPU Hours (Core Count)","[smew1] Job Size: Weighted By CPU Hours (Core Count)","[chaff] Job Size: Weighted By CPU Hours (Core Count)","[whimb] Job Size: Weighted By CPU Hours (Core Count)","[siski] Job Size: Weighted By CPU Hours (Core Count)","[alpsw] Job Size: Weighted By CPU Hours (Core Count)","[ferdu] Job Size: Weighted By CPU Hours (Core Count)","[pereg] Job Size: Weighted By CPU Hours (Core Count)","[dunli] Job Size: Weighted By CPU Hours (Core Count)","[evegr] Job Size: Weighted By CPU Hours (Core Count)","[rolle] Job Size: Weighted By CPU Hours (Core Count)","[sarwa] Job Size: Weighted By CPU Hours (Core Count)","[swath] Job Size: Weighted By CPU Hours (Core Count)","[yebbu] Job Size: Weighted By CPU Hours (Core Count)","[vertera] Job Size: Weighted By CPU Hours (Core Count)","[reebu] Job Size: Weighted By CPU Hours (Core Count)","[sancr] Job Size: Weighted By CPU Hours (Core Count)","[shag1] Job Size: Weighted By CPU Hours (Core Count)","[whtsp] Job Size: Weighted By CPU Hours (Core Count)","[crama] Job Size: Weighted By CPU Hours (Core Count)","[gloib] Job Size: Weighted By CPU Hours (Core Count)","[lanhach] Job Size: Weighted By CPU Hours (Core Count)","[ovenb] Job Size: Weighted By CPU Hours (Core Count)","[relpa] Job Size: Weighted By CPU Hours (Core Count)","[garwa] Job Size: Weighted By CPU Hours (Core Count)","[litst] Job Size: Weighted By CPU Hours (Core Count)","[caspl] Job Size: Weighted By CPU Hours (Core Count)","[misth] Job Size: Weighted By CPU Hours (Core Count)","[sposa] Job Size: Weighted By CPU Hours (Core Count)","[whtpl] Job Size: Weighted By CPU Hours (Core Count)","[noror] Job Size: Weighted By CPU Hours (Core Count)","[ybsbu] Job Size: Weighted By CPU Hours (Core Count)","[honbu] Job Size: Weighted By CPU Hours (Core Count)","[boowa] Job Size: Weighted By CPU Hours (Core Count)","[litau] Job Size: Weighted By CPU Hours (Core Count)","[turdo] Job Size: Weighted By CPU Hours (Core Count)","[hoowa] Job Size: Weighted By CPU Hours (Core Count)","[shttr] Job Size: Weighted By CPU Hours (Core Count)","[corsh] Job Size: Weighted By CPU Hours (Core Count)","[field] Job Size: Weighted By CPU Hours (Core Count)","[grath] Job Size: Weighted By CPU Hours (Core Count)","[lesre] Job Size: Weighted By CPU Hours (Core Count)","[yebsa] Job Size: Weighted By CPU Hours (Core Count)","[blhbu] Job Size: Weighted By CPU Hours (Core Count)","[categ] Job Size: Weighted By CPU Hours (Core Count)","[coot1] Job Size: Weighted By CPU Hours (Core Count)","[grgsh] Job Size: Weighted By CPU Hours (Core Count)","[henha] Job Size: Weighted By CPU Hours (Core Count)","[jackd] Job Size: Weighted By CPU Hours (Core Count)","[lapwi] Job Size: Weighted By CPU Hours (Core Count)","[legsh] Job Size: Weighted By CPU Hours (Core Count)","[mamwa] Job Size: Weighted By CPU Hours (Core Count)","[moorh] Job Size: Weighted By CPU Hours (Core Count)","[pibgr] Job Size: Weighted By CPU Hours (Core Count)","[proubis] Job Size: Weighted By CPU Hours (Core Count)","[ribgu] Job Size: Weighted By CPU Hours (Core Count)","[sante] Job Size: Weighted By CPU Hours (Core Count)","[savsp] Job Size: Weighted By CPU Hours (Core Count)","[sogsh] Job Size: Weighted By CPU Hours (Core Count)" -"2016 Q4",326.9898,186.5633,160.0000,142.8578,112.0000,108.0000,96.0000,96.0000,72.0000,64.0000,63.6781,62.4000,63.5229,60.0000,60.0000,71.6000,56.0000,57.5884,53.9203,45.0823,39.9999,28.7519,26.0677,25.0565,24.1852,23.4747,20.0000,20.0000,13.7644,16.0000,16.0000,14.3905,13.7425,12.0000,12.0000,12.0000,12.0000,12.0144,11.7604,10.5368,10.0459,9.9365,9.4561,8.6041,8.0021,8.0000,8.0000,4.5982,4.0000,4.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 -"2017 Q1",0,0,160.0000,0,0,0,96.0000,96.0000,0,64.0000,60.4143,0,32.0000,60.0000,60.0000,47.3679,0,5.0000,35.2693,0,0,32.0142,15.7307,0,24.0000,22.8322,0,0,20.0000,16.0000,0,10.2343,0,12.0000,12.0000,12.0000,0,10.5654,0,10.4877,0,12.0000,8.0000,0,8.0000,8.0000,8.0000,2.0000,4.0000,4.0000,0,1.0000,1.0000,0,0,0,1.0000,0,0,1.0000,0,1.0000,0,0,1.0000,1.0000 +Quarter,"[duswa] Job Size: Weighted By CPU Hours (Core Count)","[aytinis] Job Size: Weighted By CPU Hours (Core Count)","[yebwa] Job Size: Weighted By CPU Hours (Core Count)","[velsc] Job Size: Weighted By CPU Hours (Core Count)","[egygo] Job Size: Weighted By CPU Hours (Core Count)","[allga] Job Size: Weighted By CPU Hours (Core Count)","[hardu] Job Size: Weighted By CPU Hours (Core Count)","[crane] Job Size: Weighted By CPU Hours (Core Count)","[meapi] Job Size: Weighted By CPU Hours (Core Count)","[smew1] Job Size: Weighted By CPU Hours (Core Count)","[chaff] Job Size: Weighted By CPU Hours (Core Count)","[whimb] Job Size: Weighted By CPU Hours (Core Count)","[siski] Job Size: Weighted By CPU Hours (Core Count)","[alpsw] Job Size: Weighted By CPU Hours (Core Count)","[ferdu] Job Size: Weighted By CPU Hours (Core Count)","[pereg] Job Size: Weighted By CPU Hours (Core Count)","[dunli] Job Size: Weighted By CPU Hours (Core Count)","[evegr] Job Size: Weighted By CPU Hours (Core Count)","[rolle] Job Size: Weighted By CPU Hours (Core Count)","[sarwa] Job Size: Weighted By CPU Hours (Core Count)","[swath] Job Size: Weighted By CPU Hours (Core Count)","[yebbu] Job Size: Weighted By CPU Hours (Core Count)","[vertera] Job Size: Weighted By CPU Hours (Core Count)","[reebu] Job Size: Weighted By CPU Hours (Core Count)","[sancr] Job Size: Weighted By CPU Hours (Core Count)","[shag1] Job Size: Weighted By CPU Hours (Core Count)","[whtsp] Job Size: Weighted By CPU Hours (Core Count)","[crama] Job Size: Weighted By CPU Hours (Core Count)","[gloib] Job Size: Weighted By CPU Hours (Core Count)","[lanhach] Job Size: Weighted By CPU Hours (Core Count)","[ovenb] Job Size: Weighted By CPU Hours (Core Count)","[relpa] Job Size: Weighted By CPU Hours (Core Count)","[garwa] Job Size: Weighted By CPU Hours (Core Count)","[litst] Job Size: Weighted By CPU Hours (Core Count)","[caspl] Job Size: Weighted By CPU Hours (Core Count)","[misth] Job Size: Weighted By CPU Hours (Core Count)","[sposa] Job Size: Weighted By CPU Hours (Core Count)","[whtpl] Job Size: Weighted By CPU Hours (Core Count)","[noror] Job Size: Weighted By CPU Hours (Core Count)","[ybsbu] Job Size: Weighted By CPU Hours (Core Count)","[honbu] Job Size: Weighted By CPU Hours (Core Count)","[boowa] Job Size: Weighted By CPU Hours (Core Count)","[litau] Job Size: Weighted By CPU Hours (Core Count)","[turdo] Job Size: Weighted By CPU Hours (Core Count)","[hoowa] Job Size: Weighted By CPU Hours (Core Count)","[shttr] Job Size: Weighted By CPU Hours (Core Count)","[corsh] Job Size: Weighted By CPU Hours (Core Count)","[field] Job Size: Weighted By CPU Hours (Core Count)","[grath] Job Size: Weighted By CPU Hours (Core Count)","[lesre] Job Size: Weighted By CPU Hours (Core Count)","[yebsa] Job Size: Weighted By CPU Hours (Core Count)","[blhbu] Job Size: Weighted By CPU Hours (Core Count)","[categ] Job Size: Weighted By CPU Hours (Core Count)","[coot1] Job Size: Weighted By CPU Hours (Core Count)","[grgsh] Job Size: Weighted By CPU Hours (Core Count)","[henha] Job Size: Weighted By CPU Hours (Core Count)","[jackd] Job Size: Weighted By CPU Hours (Core Count)","[lapwi] Job Size: Weighted By CPU Hours (Core Count)","[legsh] Job Size: Weighted By CPU Hours (Core Count)","[mamwa] Job Size: Weighted By CPU Hours (Core Count)","[moorh] Job Size: Weighted By CPU Hours (Core Count)","[pibgr] Job Size: Weighted By CPU Hours (Core Count)","[proubis] Job Size: Weighted By CPU Hours (Core Count)","[ribgu] Job Size: Weighted By CPU Hours (Core Count)","[sante] Job Size: Weighted By CPU Hours (Core Count)","[savsp] Job Size: Weighted By CPU Hours (Core Count)","[sogsh] Job Size: Weighted By CPU Hours (Core Count)" +"2016 Q4",326.9898,186.5633,160.0000,142.8578,112.0000,108.0000,108.0000,96.0000,96.0000,72.0000,64.0000,63.6781,62.4000,63.5229,60.0000,60.0000,71.6000,56.0000,57.5884,53.9203,45.0823,39.9999,28.7519,26.0677,25.0565,24.1852,23.4747,20.0000,20.0000,13.7644,16.0000,16.0000,14.3905,13.7425,12.0000,12.0000,12.0000,12.0000,12.0144,11.7604,10.5368,10.0459,9.9365,9.4561,8.6041,8.0021,8.0000,8.0000,4.5982,4.0000,4.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 +"2017 Q1",0,0,160.0000,0,0,0,0,96.0000,96.0000,0,64.0000,60.4143,0,32.0000,60.0000,60.0000,47.3679,0,5.0000,35.2693,0,0,32.0142,15.7307,0,24.0000,22.8322,0,0,20.0000,16.0000,0,10.2343,0,12.0000,12.0000,12.0000,0,10.5654,0,10.4877,0,12.0000,8.0000,0,8.0000,8.0000,8.0000,2.0000,4.0000,4.0000,0,1.0000,1.0000,0,0,0,1.0000,0,0,1.0000,0,1.0000,0,0,1.0000,1.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-cs.csv index 8f9ff489cd..b0395f38c9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/timeseries-Quarter-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[duswa] Job Size: Weighted By CPU Hours (Core Count)","[aytinis] Job Size: Weighted By CPU Hours (Core Count)","[yebwa] Job Size: Weighted By CPU Hours (Core Count)","[velsc] Job Size: Weighted By CPU Hours (Core Count)","[egygo] Job Size: Weighted By CPU Hours (Core Count)","[allga] Job Size: Weighted By CPU Hours (Core Count)","[crane] Job Size: Weighted By CPU Hours (Core Count)","[meapi] Job Size: Weighted By CPU Hours (Core Count)","[smew1] Job Size: Weighted By CPU Hours (Core Count)","[chaff] Job Size: Weighted By CPU Hours (Core Count)","[whimb] Job Size: Weighted By CPU Hours (Core Count)","[siski] Job Size: Weighted By CPU Hours (Core Count)","[alpsw] Job Size: Weighted By CPU Hours (Core Count)","[ferdu] Job Size: Weighted By CPU Hours (Core Count)","[pereg] Job Size: Weighted By CPU Hours (Core Count)","[dunli] Job Size: Weighted By CPU Hours (Core Count)","[evegr] Job Size: Weighted By CPU Hours (Core Count)","[rolle] Job Size: Weighted By CPU Hours (Core Count)","[sarwa] Job Size: Weighted By CPU Hours (Core Count)","[swath] Job Size: Weighted By CPU Hours (Core Count)","[yebbu] Job Size: Weighted By CPU Hours (Core Count)","[vertera] Job Size: Weighted By CPU Hours (Core Count)","[reebu] Job Size: Weighted By CPU Hours (Core Count)","[sancr] Job Size: Weighted By CPU Hours (Core Count)","[shag1] Job Size: Weighted By CPU Hours (Core Count)","[whtsp] Job Size: Weighted By CPU Hours (Core Count)","[crama] Job Size: Weighted By CPU Hours (Core Count)","[gloib] Job Size: Weighted By CPU Hours (Core Count)","[lanhach] Job Size: Weighted By CPU Hours (Core Count)","[ovenb] Job Size: Weighted By CPU Hours (Core Count)","[relpa] Job Size: Weighted By CPU Hours (Core Count)","[garwa] Job Size: Weighted By CPU Hours (Core Count)","[litst] Job Size: Weighted By CPU Hours (Core Count)","[caspl] Job Size: Weighted By CPU Hours (Core Count)","[misth] Job Size: Weighted By CPU Hours (Core Count)","[sposa] Job Size: Weighted By CPU Hours (Core Count)","[whtpl] Job Size: Weighted By CPU Hours (Core Count)","[noror] Job Size: Weighted By CPU Hours (Core Count)","[ybsbu] Job Size: Weighted By CPU Hours (Core Count)","[honbu] Job Size: Weighted By CPU Hours (Core Count)","[boowa] Job Size: Weighted By CPU Hours (Core Count)","[litau] Job Size: Weighted By CPU Hours (Core Count)","[turdo] Job Size: Weighted By CPU Hours (Core Count)","[hoowa] Job Size: Weighted By CPU Hours (Core Count)","[shttr] Job Size: Weighted By CPU Hours (Core Count)","[corsh] Job Size: Weighted By CPU Hours (Core Count)","[field] Job Size: Weighted By CPU Hours (Core Count)","[grath] Job Size: Weighted By CPU Hours (Core Count)","[lesre] Job Size: Weighted By CPU Hours (Core Count)","[yebsa] Job Size: Weighted By CPU Hours (Core Count)","[blhbu] Job Size: Weighted By CPU Hours (Core Count)","[categ] Job Size: Weighted By CPU Hours (Core Count)","[coot1] Job Size: Weighted By CPU Hours (Core Count)","[grgsh] Job Size: Weighted By CPU Hours (Core Count)","[henha] Job Size: Weighted By CPU Hours (Core Count)","[jackd] Job Size: Weighted By CPU Hours (Core Count)","[lapwi] Job Size: Weighted By CPU Hours (Core Count)","[legsh] Job Size: Weighted By CPU Hours (Core Count)","[mamwa] Job Size: Weighted By CPU Hours (Core Count)","[moorh] Job Size: Weighted By CPU Hours (Core Count)","[pibgr] Job Size: Weighted By CPU Hours (Core Count)","[proubis] Job Size: Weighted By CPU Hours (Core Count)","[ribgu] Job Size: Weighted By CPU Hours (Core Count)","[sante] Job Size: Weighted By CPU Hours (Core Count)","[savsp] Job Size: Weighted By CPU Hours (Core Count)","[sogsh] Job Size: Weighted By CPU Hours (Core Count)" -"2016 Q4",326.9898,186.5633,160.0000,142.8578,112.0000,108.0000,96.0000,96.0000,72.0000,64.0000,63.6781,62.4000,63.5229,60.0000,60.0000,71.6000,56.0000,57.5884,53.9203,45.0823,39.9999,28.7519,26.0677,25.0565,24.1852,23.4747,20.0000,20.0000,13.7644,16.0000,16.0000,14.3905,13.7425,12.0000,12.0000,12.0000,12.0000,12.0144,11.7604,10.5368,10.0459,9.9365,9.4561,8.6041,8.0021,8.0000,8.0000,4.5982,4.0000,4.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 -"2017 Q1",0,0,160.0000,0,0,0,96.0000,96.0000,0,64.0000,60.4143,0,32.0000,60.0000,60.0000,47.3679,0,5.0000,35.2693,0,0,32.0142,15.7307,0,24.0000,22.8322,0,0,20.0000,16.0000,0,10.2343,0,12.0000,12.0000,12.0000,0,10.5654,0,10.4877,0,12.0000,8.0000,0,8.0000,8.0000,8.0000,2.0000,4.0000,4.0000,0,1.0000,1.0000,0,0,0,1.0000,0,0,1.0000,0,1.0000,0,0,1.0000,1.0000 +Quarter,"[duswa] Job Size: Weighted By CPU Hours (Core Count)","[aytinis] Job Size: Weighted By CPU Hours (Core Count)","[yebwa] Job Size: Weighted By CPU Hours (Core Count)","[velsc] Job Size: Weighted By CPU Hours (Core Count)","[egygo] Job Size: Weighted By CPU Hours (Core Count)","[allga] Job Size: Weighted By CPU Hours (Core Count)","[hardu] Job Size: Weighted By CPU Hours (Core Count)","[crane] Job Size: Weighted By CPU Hours (Core Count)","[meapi] Job Size: Weighted By CPU Hours (Core Count)","[smew1] Job Size: Weighted By CPU Hours (Core Count)","[chaff] Job Size: Weighted By CPU Hours (Core Count)","[whimb] Job Size: Weighted By CPU Hours (Core Count)","[siski] Job Size: Weighted By CPU Hours (Core Count)","[alpsw] Job Size: Weighted By CPU Hours (Core Count)","[ferdu] Job Size: Weighted By CPU Hours (Core Count)","[pereg] Job Size: Weighted By CPU Hours (Core Count)","[dunli] Job Size: Weighted By CPU Hours (Core Count)","[evegr] Job Size: Weighted By CPU Hours (Core Count)","[rolle] Job Size: Weighted By CPU Hours (Core Count)","[sarwa] Job Size: Weighted By CPU Hours (Core Count)","[swath] Job Size: Weighted By CPU Hours (Core Count)","[yebbu] Job Size: Weighted By CPU Hours (Core Count)","[vertera] Job Size: Weighted By CPU Hours (Core Count)","[reebu] Job Size: Weighted By CPU Hours (Core Count)","[sancr] Job Size: Weighted By CPU Hours (Core Count)","[shag1] Job Size: Weighted By CPU Hours (Core Count)","[whtsp] Job Size: Weighted By CPU Hours (Core Count)","[crama] Job Size: Weighted By CPU Hours (Core Count)","[gloib] Job Size: Weighted By CPU Hours (Core Count)","[lanhach] Job Size: Weighted By CPU Hours (Core Count)","[ovenb] Job Size: Weighted By CPU Hours (Core Count)","[relpa] Job Size: Weighted By CPU Hours (Core Count)","[garwa] Job Size: Weighted By CPU Hours (Core Count)","[litst] Job Size: Weighted By CPU Hours (Core Count)","[caspl] Job Size: Weighted By CPU Hours (Core Count)","[misth] Job Size: Weighted By CPU Hours (Core Count)","[sposa] Job Size: Weighted By CPU Hours (Core Count)","[whtpl] Job Size: Weighted By CPU Hours (Core Count)","[noror] Job Size: Weighted By CPU Hours (Core Count)","[ybsbu] Job Size: Weighted By CPU Hours (Core Count)","[honbu] Job Size: Weighted By CPU Hours (Core Count)","[boowa] Job Size: Weighted By CPU Hours (Core Count)","[litau] Job Size: Weighted By CPU Hours (Core Count)","[turdo] Job Size: Weighted By CPU Hours (Core Count)","[hoowa] Job Size: Weighted By CPU Hours (Core Count)","[shttr] Job Size: Weighted By CPU Hours (Core Count)","[corsh] Job Size: Weighted By CPU Hours (Core Count)","[field] Job Size: Weighted By CPU Hours (Core Count)","[grath] Job Size: Weighted By CPU Hours (Core Count)","[lesre] Job Size: Weighted By CPU Hours (Core Count)","[yebsa] Job Size: Weighted By CPU Hours (Core Count)","[blhbu] Job Size: Weighted By CPU Hours (Core Count)","[categ] Job Size: Weighted By CPU Hours (Core Count)","[coot1] Job Size: Weighted By CPU Hours (Core Count)","[grgsh] Job Size: Weighted By CPU Hours (Core Count)","[henha] Job Size: Weighted By CPU Hours (Core Count)","[jackd] Job Size: Weighted By CPU Hours (Core Count)","[lapwi] Job Size: Weighted By CPU Hours (Core Count)","[legsh] Job Size: Weighted By CPU Hours (Core Count)","[mamwa] Job Size: Weighted By CPU Hours (Core Count)","[moorh] Job Size: Weighted By CPU Hours (Core Count)","[pibgr] Job Size: Weighted By CPU Hours (Core Count)","[proubis] Job Size: Weighted By CPU Hours (Core Count)","[ribgu] Job Size: Weighted By CPU Hours (Core Count)","[sante] Job Size: Weighted By CPU Hours (Core Count)","[savsp] Job Size: Weighted By CPU Hours (Core Count)","[sogsh] Job Size: Weighted By CPU Hours (Core Count)" +"2016 Q4",326.9898,186.5633,160.0000,142.8578,112.0000,108.0000,108.0000,96.0000,96.0000,72.0000,64.0000,63.6781,62.4000,63.5229,60.0000,60.0000,71.6000,56.0000,57.5884,53.9203,45.0823,39.9999,28.7519,26.0677,25.0565,24.1852,23.4747,20.0000,20.0000,13.7644,16.0000,16.0000,14.3905,13.7425,12.0000,12.0000,12.0000,12.0000,12.0144,11.7604,10.5368,10.0459,9.9365,9.4561,8.6041,8.0021,8.0000,8.0000,4.5982,4.0000,4.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 +"2017 Q1",0,0,160.0000,0,0,0,0,96.0000,96.0000,0,64.0000,60.4143,0,32.0000,60.0000,60.0000,47.3679,0,5.0000,35.2693,0,0,32.0142,15.7307,0,24.0000,22.8322,0,0,20.0000,16.0000,0,10.2343,0,12.0000,12.0000,12.0000,0,10.5654,0,10.4877,0,12.0000,8.0000,0,8.0000,8.0000,8.0000,2.0000,4.0000,4.0000,0,1.0000,1.0000,0,0,0,1.0000,0,0,1.0000,0,1.0000,0,0,1.0000,1.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/timeseries-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/timeseries-Year-cd.csv index ac97f4ef4d..1525f71d99 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/timeseries-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/timeseries-Year-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[duswa] Job Size: Weighted By CPU Hours (Core Count)","[aytinis] Job Size: Weighted By CPU Hours (Core Count)","[yebwa] Job Size: Weighted By CPU Hours (Core Count)","[velsc] Job Size: Weighted By CPU Hours (Core Count)","[egygo] Job Size: Weighted By CPU Hours (Core Count)","[allga] Job Size: Weighted By CPU Hours (Core Count)","[crane] Job Size: Weighted By CPU Hours (Core Count)","[meapi] Job Size: Weighted By CPU Hours (Core Count)","[smew1] Job Size: Weighted By CPU Hours (Core Count)","[chaff] Job Size: Weighted By CPU Hours (Core Count)","[whimb] Job Size: Weighted By CPU Hours (Core Count)","[siski] Job Size: Weighted By CPU Hours (Core Count)","[alpsw] Job Size: Weighted By CPU Hours (Core Count)","[ferdu] Job Size: Weighted By CPU Hours (Core Count)","[pereg] Job Size: Weighted By CPU Hours (Core Count)","[dunli] Job Size: Weighted By CPU Hours (Core Count)","[evegr] Job Size: Weighted By CPU Hours (Core Count)","[rolle] Job Size: Weighted By CPU Hours (Core Count)","[sarwa] Job Size: Weighted By CPU Hours (Core Count)","[swath] Job Size: Weighted By CPU Hours (Core Count)","[yebbu] Job Size: Weighted By CPU Hours (Core Count)","[vertera] Job Size: Weighted By CPU Hours (Core Count)","[reebu] Job Size: Weighted By CPU Hours (Core Count)","[sancr] Job Size: Weighted By CPU Hours (Core Count)","[shag1] Job Size: Weighted By CPU Hours (Core Count)","[whtsp] Job Size: Weighted By CPU Hours (Core Count)","[crama] Job Size: Weighted By CPU Hours (Core Count)","[gloib] Job Size: Weighted By CPU Hours (Core Count)","[lanhach] Job Size: Weighted By CPU Hours (Core Count)","[ovenb] Job Size: Weighted By CPU Hours (Core Count)","[relpa] Job Size: Weighted By CPU Hours (Core Count)","[garwa] Job Size: Weighted By CPU Hours (Core Count)","[litst] Job Size: Weighted By CPU Hours (Core Count)","[caspl] Job Size: Weighted By CPU Hours (Core Count)","[misth] Job Size: Weighted By CPU Hours (Core Count)","[sposa] Job Size: Weighted By CPU Hours (Core Count)","[whtpl] Job Size: Weighted By CPU Hours (Core Count)","[noror] Job Size: Weighted By CPU Hours (Core Count)","[ybsbu] Job Size: Weighted By CPU Hours (Core Count)","[honbu] Job Size: Weighted By CPU Hours (Core Count)","[boowa] Job Size: Weighted By CPU Hours (Core Count)","[litau] Job Size: Weighted By CPU Hours (Core Count)","[turdo] Job Size: Weighted By CPU Hours (Core Count)","[hoowa] Job Size: Weighted By CPU Hours (Core Count)","[shttr] Job Size: Weighted By CPU Hours (Core Count)","[corsh] Job Size: Weighted By CPU Hours (Core Count)","[field] Job Size: Weighted By CPU Hours (Core Count)","[grath] Job Size: Weighted By CPU Hours (Core Count)","[lesre] Job Size: Weighted By CPU Hours (Core Count)","[yebsa] Job Size: Weighted By CPU Hours (Core Count)","[blhbu] Job Size: Weighted By CPU Hours (Core Count)","[categ] Job Size: Weighted By CPU Hours (Core Count)","[coot1] Job Size: Weighted By CPU Hours (Core Count)","[grgsh] Job Size: Weighted By CPU Hours (Core Count)","[henha] Job Size: Weighted By CPU Hours (Core Count)","[jackd] Job Size: Weighted By CPU Hours (Core Count)","[lapwi] Job Size: Weighted By CPU Hours (Core Count)","[legsh] Job Size: Weighted By CPU Hours (Core Count)","[mamwa] Job Size: Weighted By CPU Hours (Core Count)","[moorh] Job Size: Weighted By CPU Hours (Core Count)","[pibgr] Job Size: Weighted By CPU Hours (Core Count)","[proubis] Job Size: Weighted By CPU Hours (Core Count)","[ribgu] Job Size: Weighted By CPU Hours (Core Count)","[sante] Job Size: Weighted By CPU Hours (Core Count)","[savsp] Job Size: Weighted By CPU Hours (Core Count)","[sogsh] Job Size: Weighted By CPU Hours (Core Count)" -2016,326.9898,186.5633,160.0000,142.8578,112.0000,108.0000,96.0000,96.0000,72.0000,64.0000,63.6781,62.4000,63.5229,60.0000,60.0000,71.6000,56.0000,57.5884,53.9203,45.0823,39.9999,28.7519,26.0677,25.0565,24.1852,23.4747,20.0000,20.0000,13.7644,16.0000,16.0000,14.3905,13.7425,12.0000,12.0000,12.0000,12.0000,12.0144,11.7604,10.5368,10.0459,9.9365,9.4561,8.6041,8.0021,8.0000,8.0000,4.5982,4.0000,4.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 -2017,0,0,160.0000,0,0,0,96.0000,96.0000,0,64.0000,60.4143,0,32.0000,60.0000,60.0000,47.3679,0,5.0000,35.2693,0,0,32.0142,15.7307,0,24.0000,22.8322,0,0,20.0000,16.0000,0,10.2343,0,12.0000,12.0000,12.0000,0,10.5654,0,10.4877,0,12.0000,8.0000,0,8.0000,8.0000,8.0000,2.0000,4.0000,4.0000,0,1.0000,1.0000,0,0,0,1.0000,0,0,1.0000,0,1.0000,0,0,1.0000,1.0000 +Year,"[duswa] Job Size: Weighted By CPU Hours (Core Count)","[aytinis] Job Size: Weighted By CPU Hours (Core Count)","[yebwa] Job Size: Weighted By CPU Hours (Core Count)","[velsc] Job Size: Weighted By CPU Hours (Core Count)","[egygo] Job Size: Weighted By CPU Hours (Core Count)","[allga] Job Size: Weighted By CPU Hours (Core Count)","[hardu] Job Size: Weighted By CPU Hours (Core Count)","[crane] Job Size: Weighted By CPU Hours (Core Count)","[meapi] Job Size: Weighted By CPU Hours (Core Count)","[smew1] Job Size: Weighted By CPU Hours (Core Count)","[chaff] Job Size: Weighted By CPU Hours (Core Count)","[whimb] Job Size: Weighted By CPU Hours (Core Count)","[siski] Job Size: Weighted By CPU Hours (Core Count)","[alpsw] Job Size: Weighted By CPU Hours (Core Count)","[ferdu] Job Size: Weighted By CPU Hours (Core Count)","[pereg] Job Size: Weighted By CPU Hours (Core Count)","[dunli] Job Size: Weighted By CPU Hours (Core Count)","[evegr] Job Size: Weighted By CPU Hours (Core Count)","[rolle] Job Size: Weighted By CPU Hours (Core Count)","[sarwa] Job Size: Weighted By CPU Hours (Core Count)","[swath] Job Size: Weighted By CPU Hours (Core Count)","[yebbu] Job Size: Weighted By CPU Hours (Core Count)","[vertera] Job Size: Weighted By CPU Hours (Core Count)","[reebu] Job Size: Weighted By CPU Hours (Core Count)","[sancr] Job Size: Weighted By CPU Hours (Core Count)","[shag1] Job Size: Weighted By CPU Hours (Core Count)","[whtsp] Job Size: Weighted By CPU Hours (Core Count)","[crama] Job Size: Weighted By CPU Hours (Core Count)","[gloib] Job Size: Weighted By CPU Hours (Core Count)","[lanhach] Job Size: Weighted By CPU Hours (Core Count)","[ovenb] Job Size: Weighted By CPU Hours (Core Count)","[relpa] Job Size: Weighted By CPU Hours (Core Count)","[garwa] Job Size: Weighted By CPU Hours (Core Count)","[litst] Job Size: Weighted By CPU Hours (Core Count)","[caspl] Job Size: Weighted By CPU Hours (Core Count)","[misth] Job Size: Weighted By CPU Hours (Core Count)","[sposa] Job Size: Weighted By CPU Hours (Core Count)","[whtpl] Job Size: Weighted By CPU Hours (Core Count)","[noror] Job Size: Weighted By CPU Hours (Core Count)","[ybsbu] Job Size: Weighted By CPU Hours (Core Count)","[honbu] Job Size: Weighted By CPU Hours (Core Count)","[boowa] Job Size: Weighted By CPU Hours (Core Count)","[litau] Job Size: Weighted By CPU Hours (Core Count)","[turdo] Job Size: Weighted By CPU Hours (Core Count)","[hoowa] Job Size: Weighted By CPU Hours (Core Count)","[shttr] Job Size: Weighted By CPU Hours (Core Count)","[corsh] Job Size: Weighted By CPU Hours (Core Count)","[field] Job Size: Weighted By CPU Hours (Core Count)","[grath] Job Size: Weighted By CPU Hours (Core Count)","[lesre] Job Size: Weighted By CPU Hours (Core Count)","[yebsa] Job Size: Weighted By CPU Hours (Core Count)","[blhbu] Job Size: Weighted By CPU Hours (Core Count)","[categ] Job Size: Weighted By CPU Hours (Core Count)","[coot1] Job Size: Weighted By CPU Hours (Core Count)","[grgsh] Job Size: Weighted By CPU Hours (Core Count)","[henha] Job Size: Weighted By CPU Hours (Core Count)","[jackd] Job Size: Weighted By CPU Hours (Core Count)","[lapwi] Job Size: Weighted By CPU Hours (Core Count)","[legsh] Job Size: Weighted By CPU Hours (Core Count)","[mamwa] Job Size: Weighted By CPU Hours (Core Count)","[moorh] Job Size: Weighted By CPU Hours (Core Count)","[pibgr] Job Size: Weighted By CPU Hours (Core Count)","[proubis] Job Size: Weighted By CPU Hours (Core Count)","[ribgu] Job Size: Weighted By CPU Hours (Core Count)","[sante] Job Size: Weighted By CPU Hours (Core Count)","[savsp] Job Size: Weighted By CPU Hours (Core Count)","[sogsh] Job Size: Weighted By CPU Hours (Core Count)" +2016,326.9898,186.5633,160.0000,142.8578,112.0000,108.0000,108.0000,96.0000,96.0000,72.0000,64.0000,63.6781,62.4000,63.5229,60.0000,60.0000,71.6000,56.0000,57.5884,53.9203,45.0823,39.9999,28.7519,26.0677,25.0565,24.1852,23.4747,20.0000,20.0000,13.7644,16.0000,16.0000,14.3905,13.7425,12.0000,12.0000,12.0000,12.0000,12.0144,11.7604,10.5368,10.0459,9.9365,9.4561,8.6041,8.0021,8.0000,8.0000,4.5982,4.0000,4.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 +2017,0,0,160.0000,0,0,0,0,96.0000,96.0000,0,64.0000,60.4143,0,32.0000,60.0000,60.0000,47.3679,0,5.0000,35.2693,0,0,32.0142,15.7307,0,24.0000,22.8322,0,0,20.0000,16.0000,0,10.2343,0,12.0000,12.0000,12.0000,0,10.5654,0,10.4877,0,12.0000,8.0000,0,8.0000,8.0000,8.0000,2.0000,4.0000,4.0000,0,1.0000,1.0000,0,0,0,1.0000,0,0,1.0000,0,1.0000,0,0,1.0000,1.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/timeseries-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/timeseries-Year-cs.csv index ac97f4ef4d..1525f71d99 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/timeseries-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_cpu_hours/timeseries-Year-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[duswa] Job Size: Weighted By CPU Hours (Core Count)","[aytinis] Job Size: Weighted By CPU Hours (Core Count)","[yebwa] Job Size: Weighted By CPU Hours (Core Count)","[velsc] Job Size: Weighted By CPU Hours (Core Count)","[egygo] Job Size: Weighted By CPU Hours (Core Count)","[allga] Job Size: Weighted By CPU Hours (Core Count)","[crane] Job Size: Weighted By CPU Hours (Core Count)","[meapi] Job Size: Weighted By CPU Hours (Core Count)","[smew1] Job Size: Weighted By CPU Hours (Core Count)","[chaff] Job Size: Weighted By CPU Hours (Core Count)","[whimb] Job Size: Weighted By CPU Hours (Core Count)","[siski] Job Size: Weighted By CPU Hours (Core Count)","[alpsw] Job Size: Weighted By CPU Hours (Core Count)","[ferdu] Job Size: Weighted By CPU Hours (Core Count)","[pereg] Job Size: Weighted By CPU Hours (Core Count)","[dunli] Job Size: Weighted By CPU Hours (Core Count)","[evegr] Job Size: Weighted By CPU Hours (Core Count)","[rolle] Job Size: Weighted By CPU Hours (Core Count)","[sarwa] Job Size: Weighted By CPU Hours (Core Count)","[swath] Job Size: Weighted By CPU Hours (Core Count)","[yebbu] Job Size: Weighted By CPU Hours (Core Count)","[vertera] Job Size: Weighted By CPU Hours (Core Count)","[reebu] Job Size: Weighted By CPU Hours (Core Count)","[sancr] Job Size: Weighted By CPU Hours (Core Count)","[shag1] Job Size: Weighted By CPU Hours (Core Count)","[whtsp] Job Size: Weighted By CPU Hours (Core Count)","[crama] Job Size: Weighted By CPU Hours (Core Count)","[gloib] Job Size: Weighted By CPU Hours (Core Count)","[lanhach] Job Size: Weighted By CPU Hours (Core Count)","[ovenb] Job Size: Weighted By CPU Hours (Core Count)","[relpa] Job Size: Weighted By CPU Hours (Core Count)","[garwa] Job Size: Weighted By CPU Hours (Core Count)","[litst] Job Size: Weighted By CPU Hours (Core Count)","[caspl] Job Size: Weighted By CPU Hours (Core Count)","[misth] Job Size: Weighted By CPU Hours (Core Count)","[sposa] Job Size: Weighted By CPU Hours (Core Count)","[whtpl] Job Size: Weighted By CPU Hours (Core Count)","[noror] Job Size: Weighted By CPU Hours (Core Count)","[ybsbu] Job Size: Weighted By CPU Hours (Core Count)","[honbu] Job Size: Weighted By CPU Hours (Core Count)","[boowa] Job Size: Weighted By CPU Hours (Core Count)","[litau] Job Size: Weighted By CPU Hours (Core Count)","[turdo] Job Size: Weighted By CPU Hours (Core Count)","[hoowa] Job Size: Weighted By CPU Hours (Core Count)","[shttr] Job Size: Weighted By CPU Hours (Core Count)","[corsh] Job Size: Weighted By CPU Hours (Core Count)","[field] Job Size: Weighted By CPU Hours (Core Count)","[grath] Job Size: Weighted By CPU Hours (Core Count)","[lesre] Job Size: Weighted By CPU Hours (Core Count)","[yebsa] Job Size: Weighted By CPU Hours (Core Count)","[blhbu] Job Size: Weighted By CPU Hours (Core Count)","[categ] Job Size: Weighted By CPU Hours (Core Count)","[coot1] Job Size: Weighted By CPU Hours (Core Count)","[grgsh] Job Size: Weighted By CPU Hours (Core Count)","[henha] Job Size: Weighted By CPU Hours (Core Count)","[jackd] Job Size: Weighted By CPU Hours (Core Count)","[lapwi] Job Size: Weighted By CPU Hours (Core Count)","[legsh] Job Size: Weighted By CPU Hours (Core Count)","[mamwa] Job Size: Weighted By CPU Hours (Core Count)","[moorh] Job Size: Weighted By CPU Hours (Core Count)","[pibgr] Job Size: Weighted By CPU Hours (Core Count)","[proubis] Job Size: Weighted By CPU Hours (Core Count)","[ribgu] Job Size: Weighted By CPU Hours (Core Count)","[sante] Job Size: Weighted By CPU Hours (Core Count)","[savsp] Job Size: Weighted By CPU Hours (Core Count)","[sogsh] Job Size: Weighted By CPU Hours (Core Count)" -2016,326.9898,186.5633,160.0000,142.8578,112.0000,108.0000,96.0000,96.0000,72.0000,64.0000,63.6781,62.4000,63.5229,60.0000,60.0000,71.6000,56.0000,57.5884,53.9203,45.0823,39.9999,28.7519,26.0677,25.0565,24.1852,23.4747,20.0000,20.0000,13.7644,16.0000,16.0000,14.3905,13.7425,12.0000,12.0000,12.0000,12.0000,12.0144,11.7604,10.5368,10.0459,9.9365,9.4561,8.6041,8.0021,8.0000,8.0000,4.5982,4.0000,4.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 -2017,0,0,160.0000,0,0,0,96.0000,96.0000,0,64.0000,60.4143,0,32.0000,60.0000,60.0000,47.3679,0,5.0000,35.2693,0,0,32.0142,15.7307,0,24.0000,22.8322,0,0,20.0000,16.0000,0,10.2343,0,12.0000,12.0000,12.0000,0,10.5654,0,10.4877,0,12.0000,8.0000,0,8.0000,8.0000,8.0000,2.0000,4.0000,4.0000,0,1.0000,1.0000,0,0,0,1.0000,0,0,1.0000,0,1.0000,0,0,1.0000,1.0000 +Year,"[duswa] Job Size: Weighted By CPU Hours (Core Count)","[aytinis] Job Size: Weighted By CPU Hours (Core Count)","[yebwa] Job Size: Weighted By CPU Hours (Core Count)","[velsc] Job Size: Weighted By CPU Hours (Core Count)","[egygo] Job Size: Weighted By CPU Hours (Core Count)","[allga] Job Size: Weighted By CPU Hours (Core Count)","[hardu] Job Size: Weighted By CPU Hours (Core Count)","[crane] Job Size: Weighted By CPU Hours (Core Count)","[meapi] Job Size: Weighted By CPU Hours (Core Count)","[smew1] Job Size: Weighted By CPU Hours (Core Count)","[chaff] Job Size: Weighted By CPU Hours (Core Count)","[whimb] Job Size: Weighted By CPU Hours (Core Count)","[siski] Job Size: Weighted By CPU Hours (Core Count)","[alpsw] Job Size: Weighted By CPU Hours (Core Count)","[ferdu] Job Size: Weighted By CPU Hours (Core Count)","[pereg] Job Size: Weighted By CPU Hours (Core Count)","[dunli] Job Size: Weighted By CPU Hours (Core Count)","[evegr] Job Size: Weighted By CPU Hours (Core Count)","[rolle] Job Size: Weighted By CPU Hours (Core Count)","[sarwa] Job Size: Weighted By CPU Hours (Core Count)","[swath] Job Size: Weighted By CPU Hours (Core Count)","[yebbu] Job Size: Weighted By CPU Hours (Core Count)","[vertera] Job Size: Weighted By CPU Hours (Core Count)","[reebu] Job Size: Weighted By CPU Hours (Core Count)","[sancr] Job Size: Weighted By CPU Hours (Core Count)","[shag1] Job Size: Weighted By CPU Hours (Core Count)","[whtsp] Job Size: Weighted By CPU Hours (Core Count)","[crama] Job Size: Weighted By CPU Hours (Core Count)","[gloib] Job Size: Weighted By CPU Hours (Core Count)","[lanhach] Job Size: Weighted By CPU Hours (Core Count)","[ovenb] Job Size: Weighted By CPU Hours (Core Count)","[relpa] Job Size: Weighted By CPU Hours (Core Count)","[garwa] Job Size: Weighted By CPU Hours (Core Count)","[litst] Job Size: Weighted By CPU Hours (Core Count)","[caspl] Job Size: Weighted By CPU Hours (Core Count)","[misth] Job Size: Weighted By CPU Hours (Core Count)","[sposa] Job Size: Weighted By CPU Hours (Core Count)","[whtpl] Job Size: Weighted By CPU Hours (Core Count)","[noror] Job Size: Weighted By CPU Hours (Core Count)","[ybsbu] Job Size: Weighted By CPU Hours (Core Count)","[honbu] Job Size: Weighted By CPU Hours (Core Count)","[boowa] Job Size: Weighted By CPU Hours (Core Count)","[litau] Job Size: Weighted By CPU Hours (Core Count)","[turdo] Job Size: Weighted By CPU Hours (Core Count)","[hoowa] Job Size: Weighted By CPU Hours (Core Count)","[shttr] Job Size: Weighted By CPU Hours (Core Count)","[corsh] Job Size: Weighted By CPU Hours (Core Count)","[field] Job Size: Weighted By CPU Hours (Core Count)","[grath] Job Size: Weighted By CPU Hours (Core Count)","[lesre] Job Size: Weighted By CPU Hours (Core Count)","[yebsa] Job Size: Weighted By CPU Hours (Core Count)","[blhbu] Job Size: Weighted By CPU Hours (Core Count)","[categ] Job Size: Weighted By CPU Hours (Core Count)","[coot1] Job Size: Weighted By CPU Hours (Core Count)","[grgsh] Job Size: Weighted By CPU Hours (Core Count)","[henha] Job Size: Weighted By CPU Hours (Core Count)","[jackd] Job Size: Weighted By CPU Hours (Core Count)","[lapwi] Job Size: Weighted By CPU Hours (Core Count)","[legsh] Job Size: Weighted By CPU Hours (Core Count)","[mamwa] Job Size: Weighted By CPU Hours (Core Count)","[moorh] Job Size: Weighted By CPU Hours (Core Count)","[pibgr] Job Size: Weighted By CPU Hours (Core Count)","[proubis] Job Size: Weighted By CPU Hours (Core Count)","[ribgu] Job Size: Weighted By CPU Hours (Core Count)","[sante] Job Size: Weighted By CPU Hours (Core Count)","[savsp] Job Size: Weighted By CPU Hours (Core Count)","[sogsh] Job Size: Weighted By CPU Hours (Core Count)" +2016,326.9898,186.5633,160.0000,142.8578,112.0000,108.0000,108.0000,96.0000,96.0000,72.0000,64.0000,63.6781,62.4000,63.5229,60.0000,60.0000,71.6000,56.0000,57.5884,53.9203,45.0823,39.9999,28.7519,26.0677,25.0565,24.1852,23.4747,20.0000,20.0000,13.7644,16.0000,16.0000,14.3905,13.7425,12.0000,12.0000,12.0000,12.0000,12.0144,11.7604,10.5368,10.0459,9.9365,9.4561,8.6041,8.0021,8.0000,8.0000,4.5982,4.0000,4.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 +2017,0,0,160.0000,0,0,0,0,96.0000,96.0000,0,64.0000,60.4143,0,32.0000,60.0000,60.0000,47.3679,0,5.0000,35.2693,0,0,32.0142,15.7307,0,24.0000,22.8322,0,0,20.0000,16.0000,0,10.2343,0,12.0000,12.0000,12.0000,0,10.5654,0,10.4877,0,12.0000,8.0000,0,8.0000,8.0000,8.0000,2.0000,4.0000,4.0000,0,1.0000,1.0000,0,0,0,1.0000,0,0,1.0000,0,1.0000,0,0,1.0000,1.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/aggregate-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/aggregate-Day-cd.csv index 7ad23d3776..043a8b5b53 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/aggregate-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/aggregate-Day-cd.csv @@ -29,6 +29,7 @@ garwa,0.0000 gloib,0.0000 grath,0.0000 grgsh,0.0000 +hardu,0.0000 henha,0.0000 honbu,0.0000 hoowa,0.0000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/aggregate-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/aggregate-Day-cs.csv index 7ad23d3776..043a8b5b53 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/aggregate-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/aggregate-Day-cs.csv @@ -29,6 +29,7 @@ garwa,0.0000 gloib,0.0000 grath,0.0000 grgsh,0.0000 +hardu,0.0000 henha,0.0000 honbu,0.0000 hoowa,0.0000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/aggregate-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/aggregate-Month-cd.csv index 7ad23d3776..043a8b5b53 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/aggregate-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/aggregate-Month-cd.csv @@ -29,6 +29,7 @@ garwa,0.0000 gloib,0.0000 grath,0.0000 grgsh,0.0000 +hardu,0.0000 henha,0.0000 honbu,0.0000 hoowa,0.0000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/aggregate-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/aggregate-Month-cs.csv index 7ad23d3776..043a8b5b53 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/aggregate-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/aggregate-Month-cs.csv @@ -29,6 +29,7 @@ garwa,0.0000 gloib,0.0000 grath,0.0000 grgsh,0.0000 +hardu,0.0000 henha,0.0000 honbu,0.0000 hoowa,0.0000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/aggregate-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/aggregate-Quarter-cd.csv index 7ad23d3776..043a8b5b53 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/aggregate-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/aggregate-Quarter-cd.csv @@ -29,6 +29,7 @@ garwa,0.0000 gloib,0.0000 grath,0.0000 grgsh,0.0000 +hardu,0.0000 henha,0.0000 honbu,0.0000 hoowa,0.0000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/aggregate-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/aggregate-Quarter-cs.csv index 7ad23d3776..043a8b5b53 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/aggregate-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/aggregate-Quarter-cs.csv @@ -29,6 +29,7 @@ garwa,0.0000 gloib,0.0000 grath,0.0000 grgsh,0.0000 +hardu,0.0000 henha,0.0000 honbu,0.0000 hoowa,0.0000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/aggregate-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/aggregate-Year-cd.csv index 7ad23d3776..043a8b5b53 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/aggregate-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/aggregate-Year-cd.csv @@ -29,6 +29,7 @@ garwa,0.0000 gloib,0.0000 grath,0.0000 grgsh,0.0000 +hardu,0.0000 henha,0.0000 honbu,0.0000 hoowa,0.0000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/aggregate-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/aggregate-Year-cs.csv index 7ad23d3776..043a8b5b53 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/aggregate-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/aggregate-Year-cs.csv @@ -29,6 +29,7 @@ garwa,0.0000 gloib,0.0000 grath,0.0000 grgsh,0.0000 +hardu,0.0000 henha,0.0000 honbu,0.0000 hoowa,0.0000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/timeseries-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/timeseries-Day-cd.csv index de2ec579c2..90ade5b130 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/timeseries-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/timeseries-Day-cd.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[noror] Job Size: Weighted By GPU Hours (GPU Count)","[allga] Job Size: Weighted By GPU Hours (GPU Count)","[alpsw] Job Size: Weighted By GPU Hours (GPU Count)","[aytinis] Job Size: Weighted By GPU Hours (GPU Count)","[blhbu] Job Size: Weighted By GPU Hours (GPU Count)","[boowa] Job Size: Weighted By GPU Hours (GPU Count)","[caspl] Job Size: Weighted By GPU Hours (GPU Count)","[categ] Job Size: Weighted By GPU Hours (GPU Count)","[chaff] Job Size: Weighted By GPU Hours (GPU Count)","[coot1] Job Size: Weighted By GPU Hours (GPU Count)","[corsh] Job Size: Weighted By GPU Hours (GPU Count)","[crama] Job Size: Weighted By GPU Hours (GPU Count)","[crane] Job Size: Weighted By GPU Hours (GPU Count)","[dunli] Job Size: Weighted By GPU Hours (GPU Count)","[duswa] Job Size: Weighted By GPU Hours (GPU Count)","[egygo] Job Size: Weighted By GPU Hours (GPU Count)","[evegr] Job Size: Weighted By GPU Hours (GPU Count)","[ferdu] Job Size: Weighted By GPU Hours (GPU Count)","[field] Job Size: Weighted By GPU Hours (GPU Count)","[garwa] Job Size: Weighted By GPU Hours (GPU Count)","[gloib] Job Size: Weighted By GPU Hours (GPU Count)","[grath] Job Size: Weighted By GPU Hours (GPU Count)","[grgsh] Job Size: Weighted By GPU Hours (GPU Count)","[henha] Job Size: Weighted By GPU Hours (GPU Count)","[honbu] Job Size: Weighted By GPU Hours (GPU Count)","[hoowa] Job Size: Weighted By GPU Hours (GPU Count)","[jackd] Job Size: Weighted By GPU Hours (GPU Count)","[lanhach] Job Size: Weighted By GPU Hours (GPU Count)","[lapwi] Job Size: Weighted By GPU Hours (GPU Count)","[legsh] Job Size: Weighted By GPU Hours (GPU Count)","[lesre] Job Size: Weighted By GPU Hours (GPU Count)","[litau] Job Size: Weighted By GPU Hours (GPU Count)","[litst] Job Size: Weighted By GPU Hours (GPU Count)","[mamwa] Job Size: Weighted By GPU Hours (GPU Count)","[meapi] Job Size: Weighted By GPU Hours (GPU Count)","[misth] Job Size: Weighted By GPU Hours (GPU Count)","[moorh] Job Size: Weighted By GPU Hours (GPU Count)","[ovenb] Job Size: Weighted By GPU Hours (GPU Count)","[pereg] Job Size: Weighted By GPU Hours (GPU Count)","[pibgr] Job Size: Weighted By GPU Hours (GPU Count)","[proubis] Job Size: Weighted By GPU Hours (GPU Count)","[reebu] Job Size: Weighted By GPU Hours (GPU Count)","[relpa] Job Size: Weighted By GPU Hours (GPU Count)","[ribgu] Job Size: Weighted By GPU Hours (GPU Count)","[rolle] Job Size: Weighted By GPU Hours (GPU Count)","[sancr] Job Size: Weighted By GPU Hours (GPU Count)","[sante] Job Size: Weighted By GPU Hours (GPU Count)","[sarwa] Job Size: Weighted By GPU Hours (GPU Count)","[savsp] Job Size: Weighted By GPU Hours (GPU Count)","[shag1] Job Size: Weighted By GPU Hours (GPU Count)","[shttr] Job Size: Weighted By GPU Hours (GPU Count)","[siski] Job Size: Weighted By GPU Hours (GPU Count)","[smew1] Job Size: Weighted By GPU Hours (GPU Count)","[sogsh] Job Size: Weighted By GPU Hours (GPU Count)","[sposa] Job Size: Weighted By GPU Hours (GPU Count)","[swath] Job Size: Weighted By GPU Hours (GPU Count)","[turdo] Job Size: Weighted By GPU Hours (GPU Count)","[velsc] Job Size: Weighted By GPU Hours (GPU Count)","[vertera] Job Size: Weighted By GPU Hours (GPU Count)","[whimb] Job Size: Weighted By GPU Hours (GPU Count)","[whtpl] Job Size: Weighted By GPU Hours (GPU Count)","[whtsp] Job Size: Weighted By GPU Hours (GPU Count)","[ybsbu] Job Size: Weighted By GPU Hours (GPU Count)","[yebbu] Job Size: Weighted By GPU Hours (GPU Count)","[yebsa] Job Size: Weighted By GPU Hours (GPU Count)","[yebwa] Job Size: Weighted By GPU Hours (GPU Count)" -2016-12-22,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 -2016-12-23,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 -2016-12-24,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 -2016-12-25,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 -2016-12-26,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 -2016-12-27,12.0000,0,0,0,0,0.0000,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0.0000,0.0000,0,0,0.0000,0,0,0,0.0000,0,0,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0,0,0,0,0.0000,0.0000,0,0,0,0,0.0000,0,0,0 -2016-12-28,12.0000,0,0,0.0000,0,0.0000,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0,0,0.0000,0,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0,0,0,0.0000,0.0000,0,0,0.0000,0,0.0000,0,0,0 -2016-12-29,12.0000,0,0,0.0000,0,0.0000,0,0,0.0000,0,0.0000,0,0.0000,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0,0.0000,0.0000,0.0000,0.0000 -2016-12-30,12.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000 -2016-12-31,12.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0 -2017-01-01,12.0000,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000 +Day,"[noror] Job Size: Weighted By GPU Hours (GPU Count)","[allga] Job Size: Weighted By GPU Hours (GPU Count)","[alpsw] Job Size: Weighted By GPU Hours (GPU Count)","[aytinis] Job Size: Weighted By GPU Hours (GPU Count)","[blhbu] Job Size: Weighted By GPU Hours (GPU Count)","[boowa] Job Size: Weighted By GPU Hours (GPU Count)","[caspl] Job Size: Weighted By GPU Hours (GPU Count)","[categ] Job Size: Weighted By GPU Hours (GPU Count)","[chaff] Job Size: Weighted By GPU Hours (GPU Count)","[coot1] Job Size: Weighted By GPU Hours (GPU Count)","[corsh] Job Size: Weighted By GPU Hours (GPU Count)","[crama] Job Size: Weighted By GPU Hours (GPU Count)","[crane] Job Size: Weighted By GPU Hours (GPU Count)","[dunli] Job Size: Weighted By GPU Hours (GPU Count)","[duswa] Job Size: Weighted By GPU Hours (GPU Count)","[egygo] Job Size: Weighted By GPU Hours (GPU Count)","[evegr] Job Size: Weighted By GPU Hours (GPU Count)","[ferdu] Job Size: Weighted By GPU Hours (GPU Count)","[field] Job Size: Weighted By GPU Hours (GPU Count)","[garwa] Job Size: Weighted By GPU Hours (GPU Count)","[gloib] Job Size: Weighted By GPU Hours (GPU Count)","[grath] Job Size: Weighted By GPU Hours (GPU Count)","[grgsh] Job Size: Weighted By GPU Hours (GPU Count)","[hardu] Job Size: Weighted By GPU Hours (GPU Count)","[henha] Job Size: Weighted By GPU Hours (GPU Count)","[honbu] Job Size: Weighted By GPU Hours (GPU Count)","[hoowa] Job Size: Weighted By GPU Hours (GPU Count)","[jackd] Job Size: Weighted By GPU Hours (GPU Count)","[lanhach] Job Size: Weighted By GPU Hours (GPU Count)","[lapwi] Job Size: Weighted By GPU Hours (GPU Count)","[legsh] Job Size: Weighted By GPU Hours (GPU Count)","[lesre] Job Size: Weighted By GPU Hours (GPU Count)","[litau] Job Size: Weighted By GPU Hours (GPU Count)","[litst] Job Size: Weighted By GPU Hours (GPU Count)","[mamwa] Job Size: Weighted By GPU Hours (GPU Count)","[meapi] Job Size: Weighted By GPU Hours (GPU Count)","[misth] Job Size: Weighted By GPU Hours (GPU Count)","[moorh] Job Size: Weighted By GPU Hours (GPU Count)","[ovenb] Job Size: Weighted By GPU Hours (GPU Count)","[pereg] Job Size: Weighted By GPU Hours (GPU Count)","[pibgr] Job Size: Weighted By GPU Hours (GPU Count)","[proubis] Job Size: Weighted By GPU Hours (GPU Count)","[reebu] Job Size: Weighted By GPU Hours (GPU Count)","[relpa] Job Size: Weighted By GPU Hours (GPU Count)","[ribgu] Job Size: Weighted By GPU Hours (GPU Count)","[rolle] Job Size: Weighted By GPU Hours (GPU Count)","[sancr] Job Size: Weighted By GPU Hours (GPU Count)","[sante] Job Size: Weighted By GPU Hours (GPU Count)","[sarwa] Job Size: Weighted By GPU Hours (GPU Count)","[savsp] Job Size: Weighted By GPU Hours (GPU Count)","[shag1] Job Size: Weighted By GPU Hours (GPU Count)","[shttr] Job Size: Weighted By GPU Hours (GPU Count)","[siski] Job Size: Weighted By GPU Hours (GPU Count)","[smew1] Job Size: Weighted By GPU Hours (GPU Count)","[sogsh] Job Size: Weighted By GPU Hours (GPU Count)","[sposa] Job Size: Weighted By GPU Hours (GPU Count)","[swath] Job Size: Weighted By GPU Hours (GPU Count)","[turdo] Job Size: Weighted By GPU Hours (GPU Count)","[velsc] Job Size: Weighted By GPU Hours (GPU Count)","[vertera] Job Size: Weighted By GPU Hours (GPU Count)","[whimb] Job Size: Weighted By GPU Hours (GPU Count)","[whtpl] Job Size: Weighted By GPU Hours (GPU Count)","[whtsp] Job Size: Weighted By GPU Hours (GPU Count)","[ybsbu] Job Size: Weighted By GPU Hours (GPU Count)","[yebbu] Job Size: Weighted By GPU Hours (GPU Count)","[yebsa] Job Size: Weighted By GPU Hours (GPU Count)","[yebwa] Job Size: Weighted By GPU Hours (GPU Count)" +2016-12-22,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 +2016-12-23,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 +2016-12-24,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 +2016-12-25,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 +2016-12-26,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 +2016-12-27,12.0000,0,0,0,0,0.0000,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0.0000,0.0000,0,0,0.0000,0,0,0,0.0000,0,0,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0,0,0,0,0.0000,0.0000,0,0,0,0,0.0000,0,0,0 +2016-12-28,12.0000,0,0,0.0000,0,0.0000,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0.0000,0.0000,0,0,0,0,0.0000,0.0000,0,0,0.0000,0,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0,0,0,0.0000,0.0000,0,0,0.0000,0,0.0000,0,0,0 +2016-12-29,12.0000,0,0,0.0000,0,0.0000,0,0,0.0000,0,0.0000,0,0.0000,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0,0.0000,0.0000,0.0000,0.0000 +2016-12-30,12.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000 +2016-12-31,12.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0 +2017-01-01,12.0000,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/timeseries-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/timeseries-Day-cs.csv index de2ec579c2..90ade5b130 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/timeseries-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/timeseries-Day-cs.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[noror] Job Size: Weighted By GPU Hours (GPU Count)","[allga] Job Size: Weighted By GPU Hours (GPU Count)","[alpsw] Job Size: Weighted By GPU Hours (GPU Count)","[aytinis] Job Size: Weighted By GPU Hours (GPU Count)","[blhbu] Job Size: Weighted By GPU Hours (GPU Count)","[boowa] Job Size: Weighted By GPU Hours (GPU Count)","[caspl] Job Size: Weighted By GPU Hours (GPU Count)","[categ] Job Size: Weighted By GPU Hours (GPU Count)","[chaff] Job Size: Weighted By GPU Hours (GPU Count)","[coot1] Job Size: Weighted By GPU Hours (GPU Count)","[corsh] Job Size: Weighted By GPU Hours (GPU Count)","[crama] Job Size: Weighted By GPU Hours (GPU Count)","[crane] Job Size: Weighted By GPU Hours (GPU Count)","[dunli] Job Size: Weighted By GPU Hours (GPU Count)","[duswa] Job Size: Weighted By GPU Hours (GPU Count)","[egygo] Job Size: Weighted By GPU Hours (GPU Count)","[evegr] Job Size: Weighted By GPU Hours (GPU Count)","[ferdu] Job Size: Weighted By GPU Hours (GPU Count)","[field] Job Size: Weighted By GPU Hours (GPU Count)","[garwa] Job Size: Weighted By GPU Hours (GPU Count)","[gloib] Job Size: Weighted By GPU Hours (GPU Count)","[grath] Job Size: Weighted By GPU Hours (GPU Count)","[grgsh] Job Size: Weighted By GPU Hours (GPU Count)","[henha] Job Size: Weighted By GPU Hours (GPU Count)","[honbu] Job Size: Weighted By GPU Hours (GPU Count)","[hoowa] Job Size: Weighted By GPU Hours (GPU Count)","[jackd] Job Size: Weighted By GPU Hours (GPU Count)","[lanhach] Job Size: Weighted By GPU Hours (GPU Count)","[lapwi] Job Size: Weighted By GPU Hours (GPU Count)","[legsh] Job Size: Weighted By GPU Hours (GPU Count)","[lesre] Job Size: Weighted By GPU Hours (GPU Count)","[litau] Job Size: Weighted By GPU Hours (GPU Count)","[litst] Job Size: Weighted By GPU Hours (GPU Count)","[mamwa] Job Size: Weighted By GPU Hours (GPU Count)","[meapi] Job Size: Weighted By GPU Hours (GPU Count)","[misth] Job Size: Weighted By GPU Hours (GPU Count)","[moorh] Job Size: Weighted By GPU Hours (GPU Count)","[ovenb] Job Size: Weighted By GPU Hours (GPU Count)","[pereg] Job Size: Weighted By GPU Hours (GPU Count)","[pibgr] Job Size: Weighted By GPU Hours (GPU Count)","[proubis] Job Size: Weighted By GPU Hours (GPU Count)","[reebu] Job Size: Weighted By GPU Hours (GPU Count)","[relpa] Job Size: Weighted By GPU Hours (GPU Count)","[ribgu] Job Size: Weighted By GPU Hours (GPU Count)","[rolle] Job Size: Weighted By GPU Hours (GPU Count)","[sancr] Job Size: Weighted By GPU Hours (GPU Count)","[sante] Job Size: Weighted By GPU Hours (GPU Count)","[sarwa] Job Size: Weighted By GPU Hours (GPU Count)","[savsp] Job Size: Weighted By GPU Hours (GPU Count)","[shag1] Job Size: Weighted By GPU Hours (GPU Count)","[shttr] Job Size: Weighted By GPU Hours (GPU Count)","[siski] Job Size: Weighted By GPU Hours (GPU Count)","[smew1] Job Size: Weighted By GPU Hours (GPU Count)","[sogsh] Job Size: Weighted By GPU Hours (GPU Count)","[sposa] Job Size: Weighted By GPU Hours (GPU Count)","[swath] Job Size: Weighted By GPU Hours (GPU Count)","[turdo] Job Size: Weighted By GPU Hours (GPU Count)","[velsc] Job Size: Weighted By GPU Hours (GPU Count)","[vertera] Job Size: Weighted By GPU Hours (GPU Count)","[whimb] Job Size: Weighted By GPU Hours (GPU Count)","[whtpl] Job Size: Weighted By GPU Hours (GPU Count)","[whtsp] Job Size: Weighted By GPU Hours (GPU Count)","[ybsbu] Job Size: Weighted By GPU Hours (GPU Count)","[yebbu] Job Size: Weighted By GPU Hours (GPU Count)","[yebsa] Job Size: Weighted By GPU Hours (GPU Count)","[yebwa] Job Size: Weighted By GPU Hours (GPU Count)" -2016-12-22,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 -2016-12-23,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 -2016-12-24,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 -2016-12-25,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 -2016-12-26,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 -2016-12-27,12.0000,0,0,0,0,0.0000,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0.0000,0.0000,0,0,0.0000,0,0,0,0.0000,0,0,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0,0,0,0,0.0000,0.0000,0,0,0,0,0.0000,0,0,0 -2016-12-28,12.0000,0,0,0.0000,0,0.0000,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0,0,0.0000,0,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0,0,0,0.0000,0.0000,0,0,0.0000,0,0.0000,0,0,0 -2016-12-29,12.0000,0,0,0.0000,0,0.0000,0,0,0.0000,0,0.0000,0,0.0000,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0,0.0000,0.0000,0.0000,0.0000 -2016-12-30,12.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000 -2016-12-31,12.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0 -2017-01-01,12.0000,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000 +Day,"[noror] Job Size: Weighted By GPU Hours (GPU Count)","[allga] Job Size: Weighted By GPU Hours (GPU Count)","[alpsw] Job Size: Weighted By GPU Hours (GPU Count)","[aytinis] Job Size: Weighted By GPU Hours (GPU Count)","[blhbu] Job Size: Weighted By GPU Hours (GPU Count)","[boowa] Job Size: Weighted By GPU Hours (GPU Count)","[caspl] Job Size: Weighted By GPU Hours (GPU Count)","[categ] Job Size: Weighted By GPU Hours (GPU Count)","[chaff] Job Size: Weighted By GPU Hours (GPU Count)","[coot1] Job Size: Weighted By GPU Hours (GPU Count)","[corsh] Job Size: Weighted By GPU Hours (GPU Count)","[crama] Job Size: Weighted By GPU Hours (GPU Count)","[crane] Job Size: Weighted By GPU Hours (GPU Count)","[dunli] Job Size: Weighted By GPU Hours (GPU Count)","[duswa] Job Size: Weighted By GPU Hours (GPU Count)","[egygo] Job Size: Weighted By GPU Hours (GPU Count)","[evegr] Job Size: Weighted By GPU Hours (GPU Count)","[ferdu] Job Size: Weighted By GPU Hours (GPU Count)","[field] Job Size: Weighted By GPU Hours (GPU Count)","[garwa] Job Size: Weighted By GPU Hours (GPU Count)","[gloib] Job Size: Weighted By GPU Hours (GPU Count)","[grath] Job Size: Weighted By GPU Hours (GPU Count)","[grgsh] Job Size: Weighted By GPU Hours (GPU Count)","[hardu] Job Size: Weighted By GPU Hours (GPU Count)","[henha] Job Size: Weighted By GPU Hours (GPU Count)","[honbu] Job Size: Weighted By GPU Hours (GPU Count)","[hoowa] Job Size: Weighted By GPU Hours (GPU Count)","[jackd] Job Size: Weighted By GPU Hours (GPU Count)","[lanhach] Job Size: Weighted By GPU Hours (GPU Count)","[lapwi] Job Size: Weighted By GPU Hours (GPU Count)","[legsh] Job Size: Weighted By GPU Hours (GPU Count)","[lesre] Job Size: Weighted By GPU Hours (GPU Count)","[litau] Job Size: Weighted By GPU Hours (GPU Count)","[litst] Job Size: Weighted By GPU Hours (GPU Count)","[mamwa] Job Size: Weighted By GPU Hours (GPU Count)","[meapi] Job Size: Weighted By GPU Hours (GPU Count)","[misth] Job Size: Weighted By GPU Hours (GPU Count)","[moorh] Job Size: Weighted By GPU Hours (GPU Count)","[ovenb] Job Size: Weighted By GPU Hours (GPU Count)","[pereg] Job Size: Weighted By GPU Hours (GPU Count)","[pibgr] Job Size: Weighted By GPU Hours (GPU Count)","[proubis] Job Size: Weighted By GPU Hours (GPU Count)","[reebu] Job Size: Weighted By GPU Hours (GPU Count)","[relpa] Job Size: Weighted By GPU Hours (GPU Count)","[ribgu] Job Size: Weighted By GPU Hours (GPU Count)","[rolle] Job Size: Weighted By GPU Hours (GPU Count)","[sancr] Job Size: Weighted By GPU Hours (GPU Count)","[sante] Job Size: Weighted By GPU Hours (GPU Count)","[sarwa] Job Size: Weighted By GPU Hours (GPU Count)","[savsp] Job Size: Weighted By GPU Hours (GPU Count)","[shag1] Job Size: Weighted By GPU Hours (GPU Count)","[shttr] Job Size: Weighted By GPU Hours (GPU Count)","[siski] Job Size: Weighted By GPU Hours (GPU Count)","[smew1] Job Size: Weighted By GPU Hours (GPU Count)","[sogsh] Job Size: Weighted By GPU Hours (GPU Count)","[sposa] Job Size: Weighted By GPU Hours (GPU Count)","[swath] Job Size: Weighted By GPU Hours (GPU Count)","[turdo] Job Size: Weighted By GPU Hours (GPU Count)","[velsc] Job Size: Weighted By GPU Hours (GPU Count)","[vertera] Job Size: Weighted By GPU Hours (GPU Count)","[whimb] Job Size: Weighted By GPU Hours (GPU Count)","[whtpl] Job Size: Weighted By GPU Hours (GPU Count)","[whtsp] Job Size: Weighted By GPU Hours (GPU Count)","[ybsbu] Job Size: Weighted By GPU Hours (GPU Count)","[yebbu] Job Size: Weighted By GPU Hours (GPU Count)","[yebsa] Job Size: Weighted By GPU Hours (GPU Count)","[yebwa] Job Size: Weighted By GPU Hours (GPU Count)" +2016-12-22,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 +2016-12-23,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 +2016-12-24,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 +2016-12-25,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 +2016-12-26,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 +2016-12-27,12.0000,0,0,0,0,0.0000,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0.0000,0.0000,0,0,0.0000,0,0,0,0.0000,0,0,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0,0,0,0,0.0000,0.0000,0,0,0,0,0.0000,0,0,0 +2016-12-28,12.0000,0,0,0.0000,0,0.0000,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0.0000,0.0000,0,0,0,0,0.0000,0.0000,0,0,0.0000,0,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0,0,0,0.0000,0.0000,0,0,0.0000,0,0.0000,0,0,0 +2016-12-29,12.0000,0,0,0.0000,0,0.0000,0,0,0.0000,0,0.0000,0,0.0000,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0,0.0000,0.0000,0.0000,0.0000 +2016-12-30,12.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000 +2016-12-31,12.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0 +2017-01-01,12.0000,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/timeseries-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/timeseries-Month-cd.csv index a272d18c1d..13187d1de4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/timeseries-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/timeseries-Month-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[noror] Job Size: Weighted By GPU Hours (GPU Count)","[allga] Job Size: Weighted By GPU Hours (GPU Count)","[alpsw] Job Size: Weighted By GPU Hours (GPU Count)","[aytinis] Job Size: Weighted By GPU Hours (GPU Count)","[blhbu] Job Size: Weighted By GPU Hours (GPU Count)","[boowa] Job Size: Weighted By GPU Hours (GPU Count)","[caspl] Job Size: Weighted By GPU Hours (GPU Count)","[categ] Job Size: Weighted By GPU Hours (GPU Count)","[chaff] Job Size: Weighted By GPU Hours (GPU Count)","[coot1] Job Size: Weighted By GPU Hours (GPU Count)","[corsh] Job Size: Weighted By GPU Hours (GPU Count)","[crama] Job Size: Weighted By GPU Hours (GPU Count)","[crane] Job Size: Weighted By GPU Hours (GPU Count)","[dunli] Job Size: Weighted By GPU Hours (GPU Count)","[duswa] Job Size: Weighted By GPU Hours (GPU Count)","[egygo] Job Size: Weighted By GPU Hours (GPU Count)","[evegr] Job Size: Weighted By GPU Hours (GPU Count)","[ferdu] Job Size: Weighted By GPU Hours (GPU Count)","[field] Job Size: Weighted By GPU Hours (GPU Count)","[garwa] Job Size: Weighted By GPU Hours (GPU Count)","[gloib] Job Size: Weighted By GPU Hours (GPU Count)","[grath] Job Size: Weighted By GPU Hours (GPU Count)","[grgsh] Job Size: Weighted By GPU Hours (GPU Count)","[henha] Job Size: Weighted By GPU Hours (GPU Count)","[honbu] Job Size: Weighted By GPU Hours (GPU Count)","[hoowa] Job Size: Weighted By GPU Hours (GPU Count)","[jackd] Job Size: Weighted By GPU Hours (GPU Count)","[lanhach] Job Size: Weighted By GPU Hours (GPU Count)","[lapwi] Job Size: Weighted By GPU Hours (GPU Count)","[legsh] Job Size: Weighted By GPU Hours (GPU Count)","[lesre] Job Size: Weighted By GPU Hours (GPU Count)","[litau] Job Size: Weighted By GPU Hours (GPU Count)","[litst] Job Size: Weighted By GPU Hours (GPU Count)","[mamwa] Job Size: Weighted By GPU Hours (GPU Count)","[meapi] Job Size: Weighted By GPU Hours (GPU Count)","[misth] Job Size: Weighted By GPU Hours (GPU Count)","[moorh] Job Size: Weighted By GPU Hours (GPU Count)","[ovenb] Job Size: Weighted By GPU Hours (GPU Count)","[pereg] Job Size: Weighted By GPU Hours (GPU Count)","[pibgr] Job Size: Weighted By GPU Hours (GPU Count)","[proubis] Job Size: Weighted By GPU Hours (GPU Count)","[reebu] Job Size: Weighted By GPU Hours (GPU Count)","[relpa] Job Size: Weighted By GPU Hours (GPU Count)","[ribgu] Job Size: Weighted By GPU Hours (GPU Count)","[rolle] Job Size: Weighted By GPU Hours (GPU Count)","[sancr] Job Size: Weighted By GPU Hours (GPU Count)","[sante] Job Size: Weighted By GPU Hours (GPU Count)","[sarwa] Job Size: Weighted By GPU Hours (GPU Count)","[savsp] Job Size: Weighted By GPU Hours (GPU Count)","[shag1] Job Size: Weighted By GPU Hours (GPU Count)","[shttr] Job Size: Weighted By GPU Hours (GPU Count)","[siski] Job Size: Weighted By GPU Hours (GPU Count)","[smew1] Job Size: Weighted By GPU Hours (GPU Count)","[sogsh] Job Size: Weighted By GPU Hours (GPU Count)","[sposa] Job Size: Weighted By GPU Hours (GPU Count)","[swath] Job Size: Weighted By GPU Hours (GPU Count)","[turdo] Job Size: Weighted By GPU Hours (GPU Count)","[velsc] Job Size: Weighted By GPU Hours (GPU Count)","[vertera] Job Size: Weighted By GPU Hours (GPU Count)","[whimb] Job Size: Weighted By GPU Hours (GPU Count)","[whtpl] Job Size: Weighted By GPU Hours (GPU Count)","[whtsp] Job Size: Weighted By GPU Hours (GPU Count)","[ybsbu] Job Size: Weighted By GPU Hours (GPU Count)","[yebbu] Job Size: Weighted By GPU Hours (GPU Count)","[yebsa] Job Size: Weighted By GPU Hours (GPU Count)","[yebwa] Job Size: Weighted By GPU Hours (GPU Count)" -2016-12,12.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 -2017-01,12.0000,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000 +Month,"[noror] Job Size: Weighted By GPU Hours (GPU Count)","[allga] Job Size: Weighted By GPU Hours (GPU Count)","[alpsw] Job Size: Weighted By GPU Hours (GPU Count)","[aytinis] Job Size: Weighted By GPU Hours (GPU Count)","[blhbu] Job Size: Weighted By GPU Hours (GPU Count)","[boowa] Job Size: Weighted By GPU Hours (GPU Count)","[caspl] Job Size: Weighted By GPU Hours (GPU Count)","[categ] Job Size: Weighted By GPU Hours (GPU Count)","[chaff] Job Size: Weighted By GPU Hours (GPU Count)","[coot1] Job Size: Weighted By GPU Hours (GPU Count)","[corsh] Job Size: Weighted By GPU Hours (GPU Count)","[crama] Job Size: Weighted By GPU Hours (GPU Count)","[crane] Job Size: Weighted By GPU Hours (GPU Count)","[dunli] Job Size: Weighted By GPU Hours (GPU Count)","[duswa] Job Size: Weighted By GPU Hours (GPU Count)","[egygo] Job Size: Weighted By GPU Hours (GPU Count)","[evegr] Job Size: Weighted By GPU Hours (GPU Count)","[ferdu] Job Size: Weighted By GPU Hours (GPU Count)","[field] Job Size: Weighted By GPU Hours (GPU Count)","[garwa] Job Size: Weighted By GPU Hours (GPU Count)","[gloib] Job Size: Weighted By GPU Hours (GPU Count)","[grath] Job Size: Weighted By GPU Hours (GPU Count)","[grgsh] Job Size: Weighted By GPU Hours (GPU Count)","[hardu] Job Size: Weighted By GPU Hours (GPU Count)","[henha] Job Size: Weighted By GPU Hours (GPU Count)","[honbu] Job Size: Weighted By GPU Hours (GPU Count)","[hoowa] Job Size: Weighted By GPU Hours (GPU Count)","[jackd] Job Size: Weighted By GPU Hours (GPU Count)","[lanhach] Job Size: Weighted By GPU Hours (GPU Count)","[lapwi] Job Size: Weighted By GPU Hours (GPU Count)","[legsh] Job Size: Weighted By GPU Hours (GPU Count)","[lesre] Job Size: Weighted By GPU Hours (GPU Count)","[litau] Job Size: Weighted By GPU Hours (GPU Count)","[litst] Job Size: Weighted By GPU Hours (GPU Count)","[mamwa] Job Size: Weighted By GPU Hours (GPU Count)","[meapi] Job Size: Weighted By GPU Hours (GPU Count)","[misth] Job Size: Weighted By GPU Hours (GPU Count)","[moorh] Job Size: Weighted By GPU Hours (GPU Count)","[ovenb] Job Size: Weighted By GPU Hours (GPU Count)","[pereg] Job Size: Weighted By GPU Hours (GPU Count)","[pibgr] Job Size: Weighted By GPU Hours (GPU Count)","[proubis] Job Size: Weighted By GPU Hours (GPU Count)","[reebu] Job Size: Weighted By GPU Hours (GPU Count)","[relpa] Job Size: Weighted By GPU Hours (GPU Count)","[ribgu] Job Size: Weighted By GPU Hours (GPU Count)","[rolle] Job Size: Weighted By GPU Hours (GPU Count)","[sancr] Job Size: Weighted By GPU Hours (GPU Count)","[sante] Job Size: Weighted By GPU Hours (GPU Count)","[sarwa] Job Size: Weighted By GPU Hours (GPU Count)","[savsp] Job Size: Weighted By GPU Hours (GPU Count)","[shag1] Job Size: Weighted By GPU Hours (GPU Count)","[shttr] Job Size: Weighted By GPU Hours (GPU Count)","[siski] Job Size: Weighted By GPU Hours (GPU Count)","[smew1] Job Size: Weighted By GPU Hours (GPU Count)","[sogsh] Job Size: Weighted By GPU Hours (GPU Count)","[sposa] Job Size: Weighted By GPU Hours (GPU Count)","[swath] Job Size: Weighted By GPU Hours (GPU Count)","[turdo] Job Size: Weighted By GPU Hours (GPU Count)","[velsc] Job Size: Weighted By GPU Hours (GPU Count)","[vertera] Job Size: Weighted By GPU Hours (GPU Count)","[whimb] Job Size: Weighted By GPU Hours (GPU Count)","[whtpl] Job Size: Weighted By GPU Hours (GPU Count)","[whtsp] Job Size: Weighted By GPU Hours (GPU Count)","[ybsbu] Job Size: Weighted By GPU Hours (GPU Count)","[yebbu] Job Size: Weighted By GPU Hours (GPU Count)","[yebsa] Job Size: Weighted By GPU Hours (GPU Count)","[yebwa] Job Size: Weighted By GPU Hours (GPU Count)" +2016-12,12.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 +2017-01,12.0000,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/timeseries-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/timeseries-Month-cs.csv index a272d18c1d..13187d1de4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/timeseries-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/timeseries-Month-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[noror] Job Size: Weighted By GPU Hours (GPU Count)","[allga] Job Size: Weighted By GPU Hours (GPU Count)","[alpsw] Job Size: Weighted By GPU Hours (GPU Count)","[aytinis] Job Size: Weighted By GPU Hours (GPU Count)","[blhbu] Job Size: Weighted By GPU Hours (GPU Count)","[boowa] Job Size: Weighted By GPU Hours (GPU Count)","[caspl] Job Size: Weighted By GPU Hours (GPU Count)","[categ] Job Size: Weighted By GPU Hours (GPU Count)","[chaff] Job Size: Weighted By GPU Hours (GPU Count)","[coot1] Job Size: Weighted By GPU Hours (GPU Count)","[corsh] Job Size: Weighted By GPU Hours (GPU Count)","[crama] Job Size: Weighted By GPU Hours (GPU Count)","[crane] Job Size: Weighted By GPU Hours (GPU Count)","[dunli] Job Size: Weighted By GPU Hours (GPU Count)","[duswa] Job Size: Weighted By GPU Hours (GPU Count)","[egygo] Job Size: Weighted By GPU Hours (GPU Count)","[evegr] Job Size: Weighted By GPU Hours (GPU Count)","[ferdu] Job Size: Weighted By GPU Hours (GPU Count)","[field] Job Size: Weighted By GPU Hours (GPU Count)","[garwa] Job Size: Weighted By GPU Hours (GPU Count)","[gloib] Job Size: Weighted By GPU Hours (GPU Count)","[grath] Job Size: Weighted By GPU Hours (GPU Count)","[grgsh] Job Size: Weighted By GPU Hours (GPU Count)","[henha] Job Size: Weighted By GPU Hours (GPU Count)","[honbu] Job Size: Weighted By GPU Hours (GPU Count)","[hoowa] Job Size: Weighted By GPU Hours (GPU Count)","[jackd] Job Size: Weighted By GPU Hours (GPU Count)","[lanhach] Job Size: Weighted By GPU Hours (GPU Count)","[lapwi] Job Size: Weighted By GPU Hours (GPU Count)","[legsh] Job Size: Weighted By GPU Hours (GPU Count)","[lesre] Job Size: Weighted By GPU Hours (GPU Count)","[litau] Job Size: Weighted By GPU Hours (GPU Count)","[litst] Job Size: Weighted By GPU Hours (GPU Count)","[mamwa] Job Size: Weighted By GPU Hours (GPU Count)","[meapi] Job Size: Weighted By GPU Hours (GPU Count)","[misth] Job Size: Weighted By GPU Hours (GPU Count)","[moorh] Job Size: Weighted By GPU Hours (GPU Count)","[ovenb] Job Size: Weighted By GPU Hours (GPU Count)","[pereg] Job Size: Weighted By GPU Hours (GPU Count)","[pibgr] Job Size: Weighted By GPU Hours (GPU Count)","[proubis] Job Size: Weighted By GPU Hours (GPU Count)","[reebu] Job Size: Weighted By GPU Hours (GPU Count)","[relpa] Job Size: Weighted By GPU Hours (GPU Count)","[ribgu] Job Size: Weighted By GPU Hours (GPU Count)","[rolle] Job Size: Weighted By GPU Hours (GPU Count)","[sancr] Job Size: Weighted By GPU Hours (GPU Count)","[sante] Job Size: Weighted By GPU Hours (GPU Count)","[sarwa] Job Size: Weighted By GPU Hours (GPU Count)","[savsp] Job Size: Weighted By GPU Hours (GPU Count)","[shag1] Job Size: Weighted By GPU Hours (GPU Count)","[shttr] Job Size: Weighted By GPU Hours (GPU Count)","[siski] Job Size: Weighted By GPU Hours (GPU Count)","[smew1] Job Size: Weighted By GPU Hours (GPU Count)","[sogsh] Job Size: Weighted By GPU Hours (GPU Count)","[sposa] Job Size: Weighted By GPU Hours (GPU Count)","[swath] Job Size: Weighted By GPU Hours (GPU Count)","[turdo] Job Size: Weighted By GPU Hours (GPU Count)","[velsc] Job Size: Weighted By GPU Hours (GPU Count)","[vertera] Job Size: Weighted By GPU Hours (GPU Count)","[whimb] Job Size: Weighted By GPU Hours (GPU Count)","[whtpl] Job Size: Weighted By GPU Hours (GPU Count)","[whtsp] Job Size: Weighted By GPU Hours (GPU Count)","[ybsbu] Job Size: Weighted By GPU Hours (GPU Count)","[yebbu] Job Size: Weighted By GPU Hours (GPU Count)","[yebsa] Job Size: Weighted By GPU Hours (GPU Count)","[yebwa] Job Size: Weighted By GPU Hours (GPU Count)" -2016-12,12.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 -2017-01,12.0000,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000 +Month,"[noror] Job Size: Weighted By GPU Hours (GPU Count)","[allga] Job Size: Weighted By GPU Hours (GPU Count)","[alpsw] Job Size: Weighted By GPU Hours (GPU Count)","[aytinis] Job Size: Weighted By GPU Hours (GPU Count)","[blhbu] Job Size: Weighted By GPU Hours (GPU Count)","[boowa] Job Size: Weighted By GPU Hours (GPU Count)","[caspl] Job Size: Weighted By GPU Hours (GPU Count)","[categ] Job Size: Weighted By GPU Hours (GPU Count)","[chaff] Job Size: Weighted By GPU Hours (GPU Count)","[coot1] Job Size: Weighted By GPU Hours (GPU Count)","[corsh] Job Size: Weighted By GPU Hours (GPU Count)","[crama] Job Size: Weighted By GPU Hours (GPU Count)","[crane] Job Size: Weighted By GPU Hours (GPU Count)","[dunli] Job Size: Weighted By GPU Hours (GPU Count)","[duswa] Job Size: Weighted By GPU Hours (GPU Count)","[egygo] Job Size: Weighted By GPU Hours (GPU Count)","[evegr] Job Size: Weighted By GPU Hours (GPU Count)","[ferdu] Job Size: Weighted By GPU Hours (GPU Count)","[field] Job Size: Weighted By GPU Hours (GPU Count)","[garwa] Job Size: Weighted By GPU Hours (GPU Count)","[gloib] Job Size: Weighted By GPU Hours (GPU Count)","[grath] Job Size: Weighted By GPU Hours (GPU Count)","[grgsh] Job Size: Weighted By GPU Hours (GPU Count)","[hardu] Job Size: Weighted By GPU Hours (GPU Count)","[henha] Job Size: Weighted By GPU Hours (GPU Count)","[honbu] Job Size: Weighted By GPU Hours (GPU Count)","[hoowa] Job Size: Weighted By GPU Hours (GPU Count)","[jackd] Job Size: Weighted By GPU Hours (GPU Count)","[lanhach] Job Size: Weighted By GPU Hours (GPU Count)","[lapwi] Job Size: Weighted By GPU Hours (GPU Count)","[legsh] Job Size: Weighted By GPU Hours (GPU Count)","[lesre] Job Size: Weighted By GPU Hours (GPU Count)","[litau] Job Size: Weighted By GPU Hours (GPU Count)","[litst] Job Size: Weighted By GPU Hours (GPU Count)","[mamwa] Job Size: Weighted By GPU Hours (GPU Count)","[meapi] Job Size: Weighted By GPU Hours (GPU Count)","[misth] Job Size: Weighted By GPU Hours (GPU Count)","[moorh] Job Size: Weighted By GPU Hours (GPU Count)","[ovenb] Job Size: Weighted By GPU Hours (GPU Count)","[pereg] Job Size: Weighted By GPU Hours (GPU Count)","[pibgr] Job Size: Weighted By GPU Hours (GPU Count)","[proubis] Job Size: Weighted By GPU Hours (GPU Count)","[reebu] Job Size: Weighted By GPU Hours (GPU Count)","[relpa] Job Size: Weighted By GPU Hours (GPU Count)","[ribgu] Job Size: Weighted By GPU Hours (GPU Count)","[rolle] Job Size: Weighted By GPU Hours (GPU Count)","[sancr] Job Size: Weighted By GPU Hours (GPU Count)","[sante] Job Size: Weighted By GPU Hours (GPU Count)","[sarwa] Job Size: Weighted By GPU Hours (GPU Count)","[savsp] Job Size: Weighted By GPU Hours (GPU Count)","[shag1] Job Size: Weighted By GPU Hours (GPU Count)","[shttr] Job Size: Weighted By GPU Hours (GPU Count)","[siski] Job Size: Weighted By GPU Hours (GPU Count)","[smew1] Job Size: Weighted By GPU Hours (GPU Count)","[sogsh] Job Size: Weighted By GPU Hours (GPU Count)","[sposa] Job Size: Weighted By GPU Hours (GPU Count)","[swath] Job Size: Weighted By GPU Hours (GPU Count)","[turdo] Job Size: Weighted By GPU Hours (GPU Count)","[velsc] Job Size: Weighted By GPU Hours (GPU Count)","[vertera] Job Size: Weighted By GPU Hours (GPU Count)","[whimb] Job Size: Weighted By GPU Hours (GPU Count)","[whtpl] Job Size: Weighted By GPU Hours (GPU Count)","[whtsp] Job Size: Weighted By GPU Hours (GPU Count)","[ybsbu] Job Size: Weighted By GPU Hours (GPU Count)","[yebbu] Job Size: Weighted By GPU Hours (GPU Count)","[yebsa] Job Size: Weighted By GPU Hours (GPU Count)","[yebwa] Job Size: Weighted By GPU Hours (GPU Count)" +2016-12,12.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 +2017-01,12.0000,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/timeseries-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/timeseries-Quarter-cd.csv index 1b33a2c520..12933a370f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/timeseries-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/timeseries-Quarter-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[noror] Job Size: Weighted By GPU Hours (GPU Count)","[allga] Job Size: Weighted By GPU Hours (GPU Count)","[alpsw] Job Size: Weighted By GPU Hours (GPU Count)","[aytinis] Job Size: Weighted By GPU Hours (GPU Count)","[blhbu] Job Size: Weighted By GPU Hours (GPU Count)","[boowa] Job Size: Weighted By GPU Hours (GPU Count)","[caspl] Job Size: Weighted By GPU Hours (GPU Count)","[categ] Job Size: Weighted By GPU Hours (GPU Count)","[chaff] Job Size: Weighted By GPU Hours (GPU Count)","[coot1] Job Size: Weighted By GPU Hours (GPU Count)","[corsh] Job Size: Weighted By GPU Hours (GPU Count)","[crama] Job Size: Weighted By GPU Hours (GPU Count)","[crane] Job Size: Weighted By GPU Hours (GPU Count)","[dunli] Job Size: Weighted By GPU Hours (GPU Count)","[duswa] Job Size: Weighted By GPU Hours (GPU Count)","[egygo] Job Size: Weighted By GPU Hours (GPU Count)","[evegr] Job Size: Weighted By GPU Hours (GPU Count)","[ferdu] Job Size: Weighted By GPU Hours (GPU Count)","[field] Job Size: Weighted By GPU Hours (GPU Count)","[garwa] Job Size: Weighted By GPU Hours (GPU Count)","[gloib] Job Size: Weighted By GPU Hours (GPU Count)","[grath] Job Size: Weighted By GPU Hours (GPU Count)","[grgsh] Job Size: Weighted By GPU Hours (GPU Count)","[henha] Job Size: Weighted By GPU Hours (GPU Count)","[honbu] Job Size: Weighted By GPU Hours (GPU Count)","[hoowa] Job Size: Weighted By GPU Hours (GPU Count)","[jackd] Job Size: Weighted By GPU Hours (GPU Count)","[lanhach] Job Size: Weighted By GPU Hours (GPU Count)","[lapwi] Job Size: Weighted By GPU Hours (GPU Count)","[legsh] Job Size: Weighted By GPU Hours (GPU Count)","[lesre] Job Size: Weighted By GPU Hours (GPU Count)","[litau] Job Size: Weighted By GPU Hours (GPU Count)","[litst] Job Size: Weighted By GPU Hours (GPU Count)","[mamwa] Job Size: Weighted By GPU Hours (GPU Count)","[meapi] Job Size: Weighted By GPU Hours (GPU Count)","[misth] Job Size: Weighted By GPU Hours (GPU Count)","[moorh] Job Size: Weighted By GPU Hours (GPU Count)","[ovenb] Job Size: Weighted By GPU Hours (GPU Count)","[pereg] Job Size: Weighted By GPU Hours (GPU Count)","[pibgr] Job Size: Weighted By GPU Hours (GPU Count)","[proubis] Job Size: Weighted By GPU Hours (GPU Count)","[reebu] Job Size: Weighted By GPU Hours (GPU Count)","[relpa] Job Size: Weighted By GPU Hours (GPU Count)","[ribgu] Job Size: Weighted By GPU Hours (GPU Count)","[rolle] Job Size: Weighted By GPU Hours (GPU Count)","[sancr] Job Size: Weighted By GPU Hours (GPU Count)","[sante] Job Size: Weighted By GPU Hours (GPU Count)","[sarwa] Job Size: Weighted By GPU Hours (GPU Count)","[savsp] Job Size: Weighted By GPU Hours (GPU Count)","[shag1] Job Size: Weighted By GPU Hours (GPU Count)","[shttr] Job Size: Weighted By GPU Hours (GPU Count)","[siski] Job Size: Weighted By GPU Hours (GPU Count)","[smew1] Job Size: Weighted By GPU Hours (GPU Count)","[sogsh] Job Size: Weighted By GPU Hours (GPU Count)","[sposa] Job Size: Weighted By GPU Hours (GPU Count)","[swath] Job Size: Weighted By GPU Hours (GPU Count)","[turdo] Job Size: Weighted By GPU Hours (GPU Count)","[velsc] Job Size: Weighted By GPU Hours (GPU Count)","[vertera] Job Size: Weighted By GPU Hours (GPU Count)","[whimb] Job Size: Weighted By GPU Hours (GPU Count)","[whtpl] Job Size: Weighted By GPU Hours (GPU Count)","[whtsp] Job Size: Weighted By GPU Hours (GPU Count)","[ybsbu] Job Size: Weighted By GPU Hours (GPU Count)","[yebbu] Job Size: Weighted By GPU Hours (GPU Count)","[yebsa] Job Size: Weighted By GPU Hours (GPU Count)","[yebwa] Job Size: Weighted By GPU Hours (GPU Count)" -"2016 Q4",12.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 -"2017 Q1",12.0000,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000 +Quarter,"[noror] Job Size: Weighted By GPU Hours (GPU Count)","[allga] Job Size: Weighted By GPU Hours (GPU Count)","[alpsw] Job Size: Weighted By GPU Hours (GPU Count)","[aytinis] Job Size: Weighted By GPU Hours (GPU Count)","[blhbu] Job Size: Weighted By GPU Hours (GPU Count)","[boowa] Job Size: Weighted By GPU Hours (GPU Count)","[caspl] Job Size: Weighted By GPU Hours (GPU Count)","[categ] Job Size: Weighted By GPU Hours (GPU Count)","[chaff] Job Size: Weighted By GPU Hours (GPU Count)","[coot1] Job Size: Weighted By GPU Hours (GPU Count)","[corsh] Job Size: Weighted By GPU Hours (GPU Count)","[crama] Job Size: Weighted By GPU Hours (GPU Count)","[crane] Job Size: Weighted By GPU Hours (GPU Count)","[dunli] Job Size: Weighted By GPU Hours (GPU Count)","[duswa] Job Size: Weighted By GPU Hours (GPU Count)","[egygo] Job Size: Weighted By GPU Hours (GPU Count)","[evegr] Job Size: Weighted By GPU Hours (GPU Count)","[ferdu] Job Size: Weighted By GPU Hours (GPU Count)","[field] Job Size: Weighted By GPU Hours (GPU Count)","[garwa] Job Size: Weighted By GPU Hours (GPU Count)","[gloib] Job Size: Weighted By GPU Hours (GPU Count)","[grath] Job Size: Weighted By GPU Hours (GPU Count)","[grgsh] Job Size: Weighted By GPU Hours (GPU Count)","[hardu] Job Size: Weighted By GPU Hours (GPU Count)","[henha] Job Size: Weighted By GPU Hours (GPU Count)","[honbu] Job Size: Weighted By GPU Hours (GPU Count)","[hoowa] Job Size: Weighted By GPU Hours (GPU Count)","[jackd] Job Size: Weighted By GPU Hours (GPU Count)","[lanhach] Job Size: Weighted By GPU Hours (GPU Count)","[lapwi] Job Size: Weighted By GPU Hours (GPU Count)","[legsh] Job Size: Weighted By GPU Hours (GPU Count)","[lesre] Job Size: Weighted By GPU Hours (GPU Count)","[litau] Job Size: Weighted By GPU Hours (GPU Count)","[litst] Job Size: Weighted By GPU Hours (GPU Count)","[mamwa] Job Size: Weighted By GPU Hours (GPU Count)","[meapi] Job Size: Weighted By GPU Hours (GPU Count)","[misth] Job Size: Weighted By GPU Hours (GPU Count)","[moorh] Job Size: Weighted By GPU Hours (GPU Count)","[ovenb] Job Size: Weighted By GPU Hours (GPU Count)","[pereg] Job Size: Weighted By GPU Hours (GPU Count)","[pibgr] Job Size: Weighted By GPU Hours (GPU Count)","[proubis] Job Size: Weighted By GPU Hours (GPU Count)","[reebu] Job Size: Weighted By GPU Hours (GPU Count)","[relpa] Job Size: Weighted By GPU Hours (GPU Count)","[ribgu] Job Size: Weighted By GPU Hours (GPU Count)","[rolle] Job Size: Weighted By GPU Hours (GPU Count)","[sancr] Job Size: Weighted By GPU Hours (GPU Count)","[sante] Job Size: Weighted By GPU Hours (GPU Count)","[sarwa] Job Size: Weighted By GPU Hours (GPU Count)","[savsp] Job Size: Weighted By GPU Hours (GPU Count)","[shag1] Job Size: Weighted By GPU Hours (GPU Count)","[shttr] Job Size: Weighted By GPU Hours (GPU Count)","[siski] Job Size: Weighted By GPU Hours (GPU Count)","[smew1] Job Size: Weighted By GPU Hours (GPU Count)","[sogsh] Job Size: Weighted By GPU Hours (GPU Count)","[sposa] Job Size: Weighted By GPU Hours (GPU Count)","[swath] Job Size: Weighted By GPU Hours (GPU Count)","[turdo] Job Size: Weighted By GPU Hours (GPU Count)","[velsc] Job Size: Weighted By GPU Hours (GPU Count)","[vertera] Job Size: Weighted By GPU Hours (GPU Count)","[whimb] Job Size: Weighted By GPU Hours (GPU Count)","[whtpl] Job Size: Weighted By GPU Hours (GPU Count)","[whtsp] Job Size: Weighted By GPU Hours (GPU Count)","[ybsbu] Job Size: Weighted By GPU Hours (GPU Count)","[yebbu] Job Size: Weighted By GPU Hours (GPU Count)","[yebsa] Job Size: Weighted By GPU Hours (GPU Count)","[yebwa] Job Size: Weighted By GPU Hours (GPU Count)" +"2016 Q4",12.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 +"2017 Q1",12.0000,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/timeseries-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/timeseries-Quarter-cs.csv index 1b33a2c520..12933a370f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/timeseries-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/timeseries-Quarter-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[noror] Job Size: Weighted By GPU Hours (GPU Count)","[allga] Job Size: Weighted By GPU Hours (GPU Count)","[alpsw] Job Size: Weighted By GPU Hours (GPU Count)","[aytinis] Job Size: Weighted By GPU Hours (GPU Count)","[blhbu] Job Size: Weighted By GPU Hours (GPU Count)","[boowa] Job Size: Weighted By GPU Hours (GPU Count)","[caspl] Job Size: Weighted By GPU Hours (GPU Count)","[categ] Job Size: Weighted By GPU Hours (GPU Count)","[chaff] Job Size: Weighted By GPU Hours (GPU Count)","[coot1] Job Size: Weighted By GPU Hours (GPU Count)","[corsh] Job Size: Weighted By GPU Hours (GPU Count)","[crama] Job Size: Weighted By GPU Hours (GPU Count)","[crane] Job Size: Weighted By GPU Hours (GPU Count)","[dunli] Job Size: Weighted By GPU Hours (GPU Count)","[duswa] Job Size: Weighted By GPU Hours (GPU Count)","[egygo] Job Size: Weighted By GPU Hours (GPU Count)","[evegr] Job Size: Weighted By GPU Hours (GPU Count)","[ferdu] Job Size: Weighted By GPU Hours (GPU Count)","[field] Job Size: Weighted By GPU Hours (GPU Count)","[garwa] Job Size: Weighted By GPU Hours (GPU Count)","[gloib] Job Size: Weighted By GPU Hours (GPU Count)","[grath] Job Size: Weighted By GPU Hours (GPU Count)","[grgsh] Job Size: Weighted By GPU Hours (GPU Count)","[henha] Job Size: Weighted By GPU Hours (GPU Count)","[honbu] Job Size: Weighted By GPU Hours (GPU Count)","[hoowa] Job Size: Weighted By GPU Hours (GPU Count)","[jackd] Job Size: Weighted By GPU Hours (GPU Count)","[lanhach] Job Size: Weighted By GPU Hours (GPU Count)","[lapwi] Job Size: Weighted By GPU Hours (GPU Count)","[legsh] Job Size: Weighted By GPU Hours (GPU Count)","[lesre] Job Size: Weighted By GPU Hours (GPU Count)","[litau] Job Size: Weighted By GPU Hours (GPU Count)","[litst] Job Size: Weighted By GPU Hours (GPU Count)","[mamwa] Job Size: Weighted By GPU Hours (GPU Count)","[meapi] Job Size: Weighted By GPU Hours (GPU Count)","[misth] Job Size: Weighted By GPU Hours (GPU Count)","[moorh] Job Size: Weighted By GPU Hours (GPU Count)","[ovenb] Job Size: Weighted By GPU Hours (GPU Count)","[pereg] Job Size: Weighted By GPU Hours (GPU Count)","[pibgr] Job Size: Weighted By GPU Hours (GPU Count)","[proubis] Job Size: Weighted By GPU Hours (GPU Count)","[reebu] Job Size: Weighted By GPU Hours (GPU Count)","[relpa] Job Size: Weighted By GPU Hours (GPU Count)","[ribgu] Job Size: Weighted By GPU Hours (GPU Count)","[rolle] Job Size: Weighted By GPU Hours (GPU Count)","[sancr] Job Size: Weighted By GPU Hours (GPU Count)","[sante] Job Size: Weighted By GPU Hours (GPU Count)","[sarwa] Job Size: Weighted By GPU Hours (GPU Count)","[savsp] Job Size: Weighted By GPU Hours (GPU Count)","[shag1] Job Size: Weighted By GPU Hours (GPU Count)","[shttr] Job Size: Weighted By GPU Hours (GPU Count)","[siski] Job Size: Weighted By GPU Hours (GPU Count)","[smew1] Job Size: Weighted By GPU Hours (GPU Count)","[sogsh] Job Size: Weighted By GPU Hours (GPU Count)","[sposa] Job Size: Weighted By GPU Hours (GPU Count)","[swath] Job Size: Weighted By GPU Hours (GPU Count)","[turdo] Job Size: Weighted By GPU Hours (GPU Count)","[velsc] Job Size: Weighted By GPU Hours (GPU Count)","[vertera] Job Size: Weighted By GPU Hours (GPU Count)","[whimb] Job Size: Weighted By GPU Hours (GPU Count)","[whtpl] Job Size: Weighted By GPU Hours (GPU Count)","[whtsp] Job Size: Weighted By GPU Hours (GPU Count)","[ybsbu] Job Size: Weighted By GPU Hours (GPU Count)","[yebbu] Job Size: Weighted By GPU Hours (GPU Count)","[yebsa] Job Size: Weighted By GPU Hours (GPU Count)","[yebwa] Job Size: Weighted By GPU Hours (GPU Count)" -"2016 Q4",12.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 -"2017 Q1",12.0000,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000 +Quarter,"[noror] Job Size: Weighted By GPU Hours (GPU Count)","[allga] Job Size: Weighted By GPU Hours (GPU Count)","[alpsw] Job Size: Weighted By GPU Hours (GPU Count)","[aytinis] Job Size: Weighted By GPU Hours (GPU Count)","[blhbu] Job Size: Weighted By GPU Hours (GPU Count)","[boowa] Job Size: Weighted By GPU Hours (GPU Count)","[caspl] Job Size: Weighted By GPU Hours (GPU Count)","[categ] Job Size: Weighted By GPU Hours (GPU Count)","[chaff] Job Size: Weighted By GPU Hours (GPU Count)","[coot1] Job Size: Weighted By GPU Hours (GPU Count)","[corsh] Job Size: Weighted By GPU Hours (GPU Count)","[crama] Job Size: Weighted By GPU Hours (GPU Count)","[crane] Job Size: Weighted By GPU Hours (GPU Count)","[dunli] Job Size: Weighted By GPU Hours (GPU Count)","[duswa] Job Size: Weighted By GPU Hours (GPU Count)","[egygo] Job Size: Weighted By GPU Hours (GPU Count)","[evegr] Job Size: Weighted By GPU Hours (GPU Count)","[ferdu] Job Size: Weighted By GPU Hours (GPU Count)","[field] Job Size: Weighted By GPU Hours (GPU Count)","[garwa] Job Size: Weighted By GPU Hours (GPU Count)","[gloib] Job Size: Weighted By GPU Hours (GPU Count)","[grath] Job Size: Weighted By GPU Hours (GPU Count)","[grgsh] Job Size: Weighted By GPU Hours (GPU Count)","[hardu] Job Size: Weighted By GPU Hours (GPU Count)","[henha] Job Size: Weighted By GPU Hours (GPU Count)","[honbu] Job Size: Weighted By GPU Hours (GPU Count)","[hoowa] Job Size: Weighted By GPU Hours (GPU Count)","[jackd] Job Size: Weighted By GPU Hours (GPU Count)","[lanhach] Job Size: Weighted By GPU Hours (GPU Count)","[lapwi] Job Size: Weighted By GPU Hours (GPU Count)","[legsh] Job Size: Weighted By GPU Hours (GPU Count)","[lesre] Job Size: Weighted By GPU Hours (GPU Count)","[litau] Job Size: Weighted By GPU Hours (GPU Count)","[litst] Job Size: Weighted By GPU Hours (GPU Count)","[mamwa] Job Size: Weighted By GPU Hours (GPU Count)","[meapi] Job Size: Weighted By GPU Hours (GPU Count)","[misth] Job Size: Weighted By GPU Hours (GPU Count)","[moorh] Job Size: Weighted By GPU Hours (GPU Count)","[ovenb] Job Size: Weighted By GPU Hours (GPU Count)","[pereg] Job Size: Weighted By GPU Hours (GPU Count)","[pibgr] Job Size: Weighted By GPU Hours (GPU Count)","[proubis] Job Size: Weighted By GPU Hours (GPU Count)","[reebu] Job Size: Weighted By GPU Hours (GPU Count)","[relpa] Job Size: Weighted By GPU Hours (GPU Count)","[ribgu] Job Size: Weighted By GPU Hours (GPU Count)","[rolle] Job Size: Weighted By GPU Hours (GPU Count)","[sancr] Job Size: Weighted By GPU Hours (GPU Count)","[sante] Job Size: Weighted By GPU Hours (GPU Count)","[sarwa] Job Size: Weighted By GPU Hours (GPU Count)","[savsp] Job Size: Weighted By GPU Hours (GPU Count)","[shag1] Job Size: Weighted By GPU Hours (GPU Count)","[shttr] Job Size: Weighted By GPU Hours (GPU Count)","[siski] Job Size: Weighted By GPU Hours (GPU Count)","[smew1] Job Size: Weighted By GPU Hours (GPU Count)","[sogsh] Job Size: Weighted By GPU Hours (GPU Count)","[sposa] Job Size: Weighted By GPU Hours (GPU Count)","[swath] Job Size: Weighted By GPU Hours (GPU Count)","[turdo] Job Size: Weighted By GPU Hours (GPU Count)","[velsc] Job Size: Weighted By GPU Hours (GPU Count)","[vertera] Job Size: Weighted By GPU Hours (GPU Count)","[whimb] Job Size: Weighted By GPU Hours (GPU Count)","[whtpl] Job Size: Weighted By GPU Hours (GPU Count)","[whtsp] Job Size: Weighted By GPU Hours (GPU Count)","[ybsbu] Job Size: Weighted By GPU Hours (GPU Count)","[yebbu] Job Size: Weighted By GPU Hours (GPU Count)","[yebsa] Job Size: Weighted By GPU Hours (GPU Count)","[yebwa] Job Size: Weighted By GPU Hours (GPU Count)" +"2016 Q4",12.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 +"2017 Q1",12.0000,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/timeseries-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/timeseries-Year-cd.csv index a56057e9be..5aca0e3e8f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/timeseries-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/timeseries-Year-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[noror] Job Size: Weighted By GPU Hours (GPU Count)","[allga] Job Size: Weighted By GPU Hours (GPU Count)","[alpsw] Job Size: Weighted By GPU Hours (GPU Count)","[aytinis] Job Size: Weighted By GPU Hours (GPU Count)","[blhbu] Job Size: Weighted By GPU Hours (GPU Count)","[boowa] Job Size: Weighted By GPU Hours (GPU Count)","[caspl] Job Size: Weighted By GPU Hours (GPU Count)","[categ] Job Size: Weighted By GPU Hours (GPU Count)","[chaff] Job Size: Weighted By GPU Hours (GPU Count)","[coot1] Job Size: Weighted By GPU Hours (GPU Count)","[corsh] Job Size: Weighted By GPU Hours (GPU Count)","[crama] Job Size: Weighted By GPU Hours (GPU Count)","[crane] Job Size: Weighted By GPU Hours (GPU Count)","[dunli] Job Size: Weighted By GPU Hours (GPU Count)","[duswa] Job Size: Weighted By GPU Hours (GPU Count)","[egygo] Job Size: Weighted By GPU Hours (GPU Count)","[evegr] Job Size: Weighted By GPU Hours (GPU Count)","[ferdu] Job Size: Weighted By GPU Hours (GPU Count)","[field] Job Size: Weighted By GPU Hours (GPU Count)","[garwa] Job Size: Weighted By GPU Hours (GPU Count)","[gloib] Job Size: Weighted By GPU Hours (GPU Count)","[grath] Job Size: Weighted By GPU Hours (GPU Count)","[grgsh] Job Size: Weighted By GPU Hours (GPU Count)","[henha] Job Size: Weighted By GPU Hours (GPU Count)","[honbu] Job Size: Weighted By GPU Hours (GPU Count)","[hoowa] Job Size: Weighted By GPU Hours (GPU Count)","[jackd] Job Size: Weighted By GPU Hours (GPU Count)","[lanhach] Job Size: Weighted By GPU Hours (GPU Count)","[lapwi] Job Size: Weighted By GPU Hours (GPU Count)","[legsh] Job Size: Weighted By GPU Hours (GPU Count)","[lesre] Job Size: Weighted By GPU Hours (GPU Count)","[litau] Job Size: Weighted By GPU Hours (GPU Count)","[litst] Job Size: Weighted By GPU Hours (GPU Count)","[mamwa] Job Size: Weighted By GPU Hours (GPU Count)","[meapi] Job Size: Weighted By GPU Hours (GPU Count)","[misth] Job Size: Weighted By GPU Hours (GPU Count)","[moorh] Job Size: Weighted By GPU Hours (GPU Count)","[ovenb] Job Size: Weighted By GPU Hours (GPU Count)","[pereg] Job Size: Weighted By GPU Hours (GPU Count)","[pibgr] Job Size: Weighted By GPU Hours (GPU Count)","[proubis] Job Size: Weighted By GPU Hours (GPU Count)","[reebu] Job Size: Weighted By GPU Hours (GPU Count)","[relpa] Job Size: Weighted By GPU Hours (GPU Count)","[ribgu] Job Size: Weighted By GPU Hours (GPU Count)","[rolle] Job Size: Weighted By GPU Hours (GPU Count)","[sancr] Job Size: Weighted By GPU Hours (GPU Count)","[sante] Job Size: Weighted By GPU Hours (GPU Count)","[sarwa] Job Size: Weighted By GPU Hours (GPU Count)","[savsp] Job Size: Weighted By GPU Hours (GPU Count)","[shag1] Job Size: Weighted By GPU Hours (GPU Count)","[shttr] Job Size: Weighted By GPU Hours (GPU Count)","[siski] Job Size: Weighted By GPU Hours (GPU Count)","[smew1] Job Size: Weighted By GPU Hours (GPU Count)","[sogsh] Job Size: Weighted By GPU Hours (GPU Count)","[sposa] Job Size: Weighted By GPU Hours (GPU Count)","[swath] Job Size: Weighted By GPU Hours (GPU Count)","[turdo] Job Size: Weighted By GPU Hours (GPU Count)","[velsc] Job Size: Weighted By GPU Hours (GPU Count)","[vertera] Job Size: Weighted By GPU Hours (GPU Count)","[whimb] Job Size: Weighted By GPU Hours (GPU Count)","[whtpl] Job Size: Weighted By GPU Hours (GPU Count)","[whtsp] Job Size: Weighted By GPU Hours (GPU Count)","[ybsbu] Job Size: Weighted By GPU Hours (GPU Count)","[yebbu] Job Size: Weighted By GPU Hours (GPU Count)","[yebsa] Job Size: Weighted By GPU Hours (GPU Count)","[yebwa] Job Size: Weighted By GPU Hours (GPU Count)" -2016,12.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 -2017,12.0000,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000 +Year,"[noror] Job Size: Weighted By GPU Hours (GPU Count)","[allga] Job Size: Weighted By GPU Hours (GPU Count)","[alpsw] Job Size: Weighted By GPU Hours (GPU Count)","[aytinis] Job Size: Weighted By GPU Hours (GPU Count)","[blhbu] Job Size: Weighted By GPU Hours (GPU Count)","[boowa] Job Size: Weighted By GPU Hours (GPU Count)","[caspl] Job Size: Weighted By GPU Hours (GPU Count)","[categ] Job Size: Weighted By GPU Hours (GPU Count)","[chaff] Job Size: Weighted By GPU Hours (GPU Count)","[coot1] Job Size: Weighted By GPU Hours (GPU Count)","[corsh] Job Size: Weighted By GPU Hours (GPU Count)","[crama] Job Size: Weighted By GPU Hours (GPU Count)","[crane] Job Size: Weighted By GPU Hours (GPU Count)","[dunli] Job Size: Weighted By GPU Hours (GPU Count)","[duswa] Job Size: Weighted By GPU Hours (GPU Count)","[egygo] Job Size: Weighted By GPU Hours (GPU Count)","[evegr] Job Size: Weighted By GPU Hours (GPU Count)","[ferdu] Job Size: Weighted By GPU Hours (GPU Count)","[field] Job Size: Weighted By GPU Hours (GPU Count)","[garwa] Job Size: Weighted By GPU Hours (GPU Count)","[gloib] Job Size: Weighted By GPU Hours (GPU Count)","[grath] Job Size: Weighted By GPU Hours (GPU Count)","[grgsh] Job Size: Weighted By GPU Hours (GPU Count)","[hardu] Job Size: Weighted By GPU Hours (GPU Count)","[henha] Job Size: Weighted By GPU Hours (GPU Count)","[honbu] Job Size: Weighted By GPU Hours (GPU Count)","[hoowa] Job Size: Weighted By GPU Hours (GPU Count)","[jackd] Job Size: Weighted By GPU Hours (GPU Count)","[lanhach] Job Size: Weighted By GPU Hours (GPU Count)","[lapwi] Job Size: Weighted By GPU Hours (GPU Count)","[legsh] Job Size: Weighted By GPU Hours (GPU Count)","[lesre] Job Size: Weighted By GPU Hours (GPU Count)","[litau] Job Size: Weighted By GPU Hours (GPU Count)","[litst] Job Size: Weighted By GPU Hours (GPU Count)","[mamwa] Job Size: Weighted By GPU Hours (GPU Count)","[meapi] Job Size: Weighted By GPU Hours (GPU Count)","[misth] Job Size: Weighted By GPU Hours (GPU Count)","[moorh] Job Size: Weighted By GPU Hours (GPU Count)","[ovenb] Job Size: Weighted By GPU Hours (GPU Count)","[pereg] Job Size: Weighted By GPU Hours (GPU Count)","[pibgr] Job Size: Weighted By GPU Hours (GPU Count)","[proubis] Job Size: Weighted By GPU Hours (GPU Count)","[reebu] Job Size: Weighted By GPU Hours (GPU Count)","[relpa] Job Size: Weighted By GPU Hours (GPU Count)","[ribgu] Job Size: Weighted By GPU Hours (GPU Count)","[rolle] Job Size: Weighted By GPU Hours (GPU Count)","[sancr] Job Size: Weighted By GPU Hours (GPU Count)","[sante] Job Size: Weighted By GPU Hours (GPU Count)","[sarwa] Job Size: Weighted By GPU Hours (GPU Count)","[savsp] Job Size: Weighted By GPU Hours (GPU Count)","[shag1] Job Size: Weighted By GPU Hours (GPU Count)","[shttr] Job Size: Weighted By GPU Hours (GPU Count)","[siski] Job Size: Weighted By GPU Hours (GPU Count)","[smew1] Job Size: Weighted By GPU Hours (GPU Count)","[sogsh] Job Size: Weighted By GPU Hours (GPU Count)","[sposa] Job Size: Weighted By GPU Hours (GPU Count)","[swath] Job Size: Weighted By GPU Hours (GPU Count)","[turdo] Job Size: Weighted By GPU Hours (GPU Count)","[velsc] Job Size: Weighted By GPU Hours (GPU Count)","[vertera] Job Size: Weighted By GPU Hours (GPU Count)","[whimb] Job Size: Weighted By GPU Hours (GPU Count)","[whtpl] Job Size: Weighted By GPU Hours (GPU Count)","[whtsp] Job Size: Weighted By GPU Hours (GPU Count)","[ybsbu] Job Size: Weighted By GPU Hours (GPU Count)","[yebbu] Job Size: Weighted By GPU Hours (GPU Count)","[yebsa] Job Size: Weighted By GPU Hours (GPU Count)","[yebwa] Job Size: Weighted By GPU Hours (GPU Count)" +2016,12.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 +2017,12.0000,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/timeseries-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/timeseries-Year-cs.csv index a56057e9be..5aca0e3e8f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/timeseries-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_job_size_weighted_by_gpu_hours/timeseries-Year-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[noror] Job Size: Weighted By GPU Hours (GPU Count)","[allga] Job Size: Weighted By GPU Hours (GPU Count)","[alpsw] Job Size: Weighted By GPU Hours (GPU Count)","[aytinis] Job Size: Weighted By GPU Hours (GPU Count)","[blhbu] Job Size: Weighted By GPU Hours (GPU Count)","[boowa] Job Size: Weighted By GPU Hours (GPU Count)","[caspl] Job Size: Weighted By GPU Hours (GPU Count)","[categ] Job Size: Weighted By GPU Hours (GPU Count)","[chaff] Job Size: Weighted By GPU Hours (GPU Count)","[coot1] Job Size: Weighted By GPU Hours (GPU Count)","[corsh] Job Size: Weighted By GPU Hours (GPU Count)","[crama] Job Size: Weighted By GPU Hours (GPU Count)","[crane] Job Size: Weighted By GPU Hours (GPU Count)","[dunli] Job Size: Weighted By GPU Hours (GPU Count)","[duswa] Job Size: Weighted By GPU Hours (GPU Count)","[egygo] Job Size: Weighted By GPU Hours (GPU Count)","[evegr] Job Size: Weighted By GPU Hours (GPU Count)","[ferdu] Job Size: Weighted By GPU Hours (GPU Count)","[field] Job Size: Weighted By GPU Hours (GPU Count)","[garwa] Job Size: Weighted By GPU Hours (GPU Count)","[gloib] Job Size: Weighted By GPU Hours (GPU Count)","[grath] Job Size: Weighted By GPU Hours (GPU Count)","[grgsh] Job Size: Weighted By GPU Hours (GPU Count)","[henha] Job Size: Weighted By GPU Hours (GPU Count)","[honbu] Job Size: Weighted By GPU Hours (GPU Count)","[hoowa] Job Size: Weighted By GPU Hours (GPU Count)","[jackd] Job Size: Weighted By GPU Hours (GPU Count)","[lanhach] Job Size: Weighted By GPU Hours (GPU Count)","[lapwi] Job Size: Weighted By GPU Hours (GPU Count)","[legsh] Job Size: Weighted By GPU Hours (GPU Count)","[lesre] Job Size: Weighted By GPU Hours (GPU Count)","[litau] Job Size: Weighted By GPU Hours (GPU Count)","[litst] Job Size: Weighted By GPU Hours (GPU Count)","[mamwa] Job Size: Weighted By GPU Hours (GPU Count)","[meapi] Job Size: Weighted By GPU Hours (GPU Count)","[misth] Job Size: Weighted By GPU Hours (GPU Count)","[moorh] Job Size: Weighted By GPU Hours (GPU Count)","[ovenb] Job Size: Weighted By GPU Hours (GPU Count)","[pereg] Job Size: Weighted By GPU Hours (GPU Count)","[pibgr] Job Size: Weighted By GPU Hours (GPU Count)","[proubis] Job Size: Weighted By GPU Hours (GPU Count)","[reebu] Job Size: Weighted By GPU Hours (GPU Count)","[relpa] Job Size: Weighted By GPU Hours (GPU Count)","[ribgu] Job Size: Weighted By GPU Hours (GPU Count)","[rolle] Job Size: Weighted By GPU Hours (GPU Count)","[sancr] Job Size: Weighted By GPU Hours (GPU Count)","[sante] Job Size: Weighted By GPU Hours (GPU Count)","[sarwa] Job Size: Weighted By GPU Hours (GPU Count)","[savsp] Job Size: Weighted By GPU Hours (GPU Count)","[shag1] Job Size: Weighted By GPU Hours (GPU Count)","[shttr] Job Size: Weighted By GPU Hours (GPU Count)","[siski] Job Size: Weighted By GPU Hours (GPU Count)","[smew1] Job Size: Weighted By GPU Hours (GPU Count)","[sogsh] Job Size: Weighted By GPU Hours (GPU Count)","[sposa] Job Size: Weighted By GPU Hours (GPU Count)","[swath] Job Size: Weighted By GPU Hours (GPU Count)","[turdo] Job Size: Weighted By GPU Hours (GPU Count)","[velsc] Job Size: Weighted By GPU Hours (GPU Count)","[vertera] Job Size: Weighted By GPU Hours (GPU Count)","[whimb] Job Size: Weighted By GPU Hours (GPU Count)","[whtpl] Job Size: Weighted By GPU Hours (GPU Count)","[whtsp] Job Size: Weighted By GPU Hours (GPU Count)","[ybsbu] Job Size: Weighted By GPU Hours (GPU Count)","[yebbu] Job Size: Weighted By GPU Hours (GPU Count)","[yebsa] Job Size: Weighted By GPU Hours (GPU Count)","[yebwa] Job Size: Weighted By GPU Hours (GPU Count)" -2016,12.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 -2017,12.0000,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000 +Year,"[noror] Job Size: Weighted By GPU Hours (GPU Count)","[allga] Job Size: Weighted By GPU Hours (GPU Count)","[alpsw] Job Size: Weighted By GPU Hours (GPU Count)","[aytinis] Job Size: Weighted By GPU Hours (GPU Count)","[blhbu] Job Size: Weighted By GPU Hours (GPU Count)","[boowa] Job Size: Weighted By GPU Hours (GPU Count)","[caspl] Job Size: Weighted By GPU Hours (GPU Count)","[categ] Job Size: Weighted By GPU Hours (GPU Count)","[chaff] Job Size: Weighted By GPU Hours (GPU Count)","[coot1] Job Size: Weighted By GPU Hours (GPU Count)","[corsh] Job Size: Weighted By GPU Hours (GPU Count)","[crama] Job Size: Weighted By GPU Hours (GPU Count)","[crane] Job Size: Weighted By GPU Hours (GPU Count)","[dunli] Job Size: Weighted By GPU Hours (GPU Count)","[duswa] Job Size: Weighted By GPU Hours (GPU Count)","[egygo] Job Size: Weighted By GPU Hours (GPU Count)","[evegr] Job Size: Weighted By GPU Hours (GPU Count)","[ferdu] Job Size: Weighted By GPU Hours (GPU Count)","[field] Job Size: Weighted By GPU Hours (GPU Count)","[garwa] Job Size: Weighted By GPU Hours (GPU Count)","[gloib] Job Size: Weighted By GPU Hours (GPU Count)","[grath] Job Size: Weighted By GPU Hours (GPU Count)","[grgsh] Job Size: Weighted By GPU Hours (GPU Count)","[hardu] Job Size: Weighted By GPU Hours (GPU Count)","[henha] Job Size: Weighted By GPU Hours (GPU Count)","[honbu] Job Size: Weighted By GPU Hours (GPU Count)","[hoowa] Job Size: Weighted By GPU Hours (GPU Count)","[jackd] Job Size: Weighted By GPU Hours (GPU Count)","[lanhach] Job Size: Weighted By GPU Hours (GPU Count)","[lapwi] Job Size: Weighted By GPU Hours (GPU Count)","[legsh] Job Size: Weighted By GPU Hours (GPU Count)","[lesre] Job Size: Weighted By GPU Hours (GPU Count)","[litau] Job Size: Weighted By GPU Hours (GPU Count)","[litst] Job Size: Weighted By GPU Hours (GPU Count)","[mamwa] Job Size: Weighted By GPU Hours (GPU Count)","[meapi] Job Size: Weighted By GPU Hours (GPU Count)","[misth] Job Size: Weighted By GPU Hours (GPU Count)","[moorh] Job Size: Weighted By GPU Hours (GPU Count)","[ovenb] Job Size: Weighted By GPU Hours (GPU Count)","[pereg] Job Size: Weighted By GPU Hours (GPU Count)","[pibgr] Job Size: Weighted By GPU Hours (GPU Count)","[proubis] Job Size: Weighted By GPU Hours (GPU Count)","[reebu] Job Size: Weighted By GPU Hours (GPU Count)","[relpa] Job Size: Weighted By GPU Hours (GPU Count)","[ribgu] Job Size: Weighted By GPU Hours (GPU Count)","[rolle] Job Size: Weighted By GPU Hours (GPU Count)","[sancr] Job Size: Weighted By GPU Hours (GPU Count)","[sante] Job Size: Weighted By GPU Hours (GPU Count)","[sarwa] Job Size: Weighted By GPU Hours (GPU Count)","[savsp] Job Size: Weighted By GPU Hours (GPU Count)","[shag1] Job Size: Weighted By GPU Hours (GPU Count)","[shttr] Job Size: Weighted By GPU Hours (GPU Count)","[siski] Job Size: Weighted By GPU Hours (GPU Count)","[smew1] Job Size: Weighted By GPU Hours (GPU Count)","[sogsh] Job Size: Weighted By GPU Hours (GPU Count)","[sposa] Job Size: Weighted By GPU Hours (GPU Count)","[swath] Job Size: Weighted By GPU Hours (GPU Count)","[turdo] Job Size: Weighted By GPU Hours (GPU Count)","[velsc] Job Size: Weighted By GPU Hours (GPU Count)","[vertera] Job Size: Weighted By GPU Hours (GPU Count)","[whimb] Job Size: Weighted By GPU Hours (GPU Count)","[whtpl] Job Size: Weighted By GPU Hours (GPU Count)","[whtsp] Job Size: Weighted By GPU Hours (GPU Count)","[ybsbu] Job Size: Weighted By GPU Hours (GPU Count)","[yebbu] Job Size: Weighted By GPU Hours (GPU Count)","[yebsa] Job Size: Weighted By GPU Hours (GPU Count)","[yebwa] Job Size: Weighted By GPU Hours (GPU Count)" +2016,12.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 +2017,12.0000,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/aggregate-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/aggregate-Day-cd.csv index c71d3f384a..350e6358b1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/aggregate-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/aggregate-Day-cd.csv @@ -56,6 +56,7 @@ henha,5.04208333,1.412736659063767 alpsw,4.77166667,1.9283134887459636 lanhach,3.89088542,1.5421931694132969 allga,2.34500000,0 +hardu,2.34500000,0 caspl,2.10733760,0.04730850999433886 vertera,1.74795089,0.6996960905360882 turdo,1.44922324,0.09512756747619289 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/aggregate-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/aggregate-Day-cs.csv index c71d3f384a..350e6358b1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/aggregate-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/aggregate-Day-cs.csv @@ -56,6 +56,7 @@ henha,5.04208333,1.412736659063767 alpsw,4.77166667,1.9283134887459636 lanhach,3.89088542,1.5421931694132969 allga,2.34500000,0 +hardu,2.34500000,0 caspl,2.10733760,0.04730850999433886 vertera,1.74795089,0.6996960905360882 turdo,1.44922324,0.09512756747619289 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/aggregate-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/aggregate-Month-cd.csv index cbe74448c2..77509c3294 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/aggregate-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/aggregate-Month-cd.csv @@ -56,6 +56,7 @@ henha,5.04208333,1.9381499596292342 alpsw,4.77166667,1.9283134887459636 lanhach,3.89088542,2.2654968346862243 allga,2.34500000,0 +hardu,2.34500000,0 caspl,2.10733760,0.04730850999433886 vertera,1.74795089,0.6996960905360882 turdo,1.44922324,0.22433250121213186 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/aggregate-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/aggregate-Month-cs.csv index cbe74448c2..77509c3294 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/aggregate-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/aggregate-Month-cs.csv @@ -56,6 +56,7 @@ henha,5.04208333,1.9381499596292342 alpsw,4.77166667,1.9283134887459636 lanhach,3.89088542,2.2654968346862243 allga,2.34500000,0 +hardu,2.34500000,0 caspl,2.10733760,0.04730850999433886 vertera,1.74795089,0.6996960905360882 turdo,1.44922324,0.22433250121213186 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/aggregate-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/aggregate-Quarter-cd.csv index cbe74448c2..77509c3294 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/aggregate-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/aggregate-Quarter-cd.csv @@ -56,6 +56,7 @@ henha,5.04208333,1.9381499596292342 alpsw,4.77166667,1.9283134887459636 lanhach,3.89088542,2.2654968346862243 allga,2.34500000,0 +hardu,2.34500000,0 caspl,2.10733760,0.04730850999433886 vertera,1.74795089,0.6996960905360882 turdo,1.44922324,0.22433250121213186 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/aggregate-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/aggregate-Quarter-cs.csv index cbe74448c2..77509c3294 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/aggregate-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/aggregate-Quarter-cs.csv @@ -56,6 +56,7 @@ henha,5.04208333,1.9381499596292342 alpsw,4.77166667,1.9283134887459636 lanhach,3.89088542,2.2654968346862243 allga,2.34500000,0 +hardu,2.34500000,0 caspl,2.10733760,0.04730850999433886 vertera,1.74795089,0.6996960905360882 turdo,1.44922324,0.22433250121213186 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/aggregate-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/aggregate-Year-cd.csv index cbe74448c2..77509c3294 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/aggregate-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/aggregate-Year-cd.csv @@ -56,6 +56,7 @@ henha,5.04208333,1.9381499596292342 alpsw,4.77166667,1.9283134887459636 lanhach,3.89088542,2.2654968346862243 allga,2.34500000,0 +hardu,2.34500000,0 caspl,2.10733760,0.04730850999433886 vertera,1.74795089,0.6996960905360882 turdo,1.44922324,0.22433250121213186 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/aggregate-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/aggregate-Year-cs.csv index cbe74448c2..77509c3294 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/aggregate-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/aggregate-Year-cs.csv @@ -56,6 +56,7 @@ henha,5.04208333,1.9381499596292342 alpsw,4.77166667,1.9283134887459636 lanhach,3.89088542,2.2654968346862243 allga,2.34500000,0 +hardu,2.34500000,0 caspl,2.10733760,0.04730850999433886 vertera,1.74795089,0.6996960905360882 turdo,1.44922324,0.22433250121213186 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/timeseries-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/timeseries-Day-cd.csv index 823de7b69e..c1c2944408 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/timeseries-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/timeseries-Day-cd.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[chaff] Node Hours: Per Job","[aytinis] Node Hours: Per Job","[meapi] Node Hours: Per Job","[velsc] Node Hours: Per Job","[siski] Node Hours: Per Job","[duswa] Node Hours: Per Job","[ferdu] Node Hours: Per Job","[smew1] Node Hours: Per Job","[evegr] Node Hours: Per Job","[pereg] Node Hours: Per Job","[egygo] Node Hours: Per Job","[crane] Node Hours: Per Job","[yebwa] Node Hours: Per Job","[sante] Node Hours: Per Job","[ovenb] Node Hours: Per Job","[mamwa] Node Hours: Per Job","[garwa] Node Hours: Per Job","[whtsp] Node Hours: Per Job","[yebbu] Node Hours: Per Job","[lapwi] Node Hours: Per Job","[yebsa] Node Hours: Per Job","[gloib] Node Hours: Per Job","[shttr] Node Hours: Per Job","[sarwa] Node Hours: Per Job","[whtpl] Node Hours: Per Job","[misth] Node Hours: Per Job","[ybsbu] Node Hours: Per Job","[ribgu] Node Hours: Per Job","[whimb] Node Hours: Per Job","[corsh] Node Hours: Per Job","[moorh] Node Hours: Per Job","[jackd] Node Hours: Per Job","[hoowa] Node Hours: Per Job","[shag1] Node Hours: Per Job","[lesre] Node Hours: Per Job","[sposa] Node Hours: Per Job","[boowa] Node Hours: Per Job","[field] Node Hours: Per Job","[rolle] Node Hours: Per Job","[sancr] Node Hours: Per Job","[pibgr] Node Hours: Per Job","[noror] Node Hours: Per Job","[legsh] Node Hours: Per Job","[grath] Node Hours: Per Job","[litau] Node Hours: Per Job","[blhbu] Node Hours: Per Job","[henha] Node Hours: Per Job","[alpsw] Node Hours: Per Job","[lanhach] Node Hours: Per Job","[allga] Node Hours: Per Job","[caspl] Node Hours: Per Job","[vertera] Node Hours: Per Job","[turdo] Node Hours: Per Job","[coot1] Node Hours: Per Job","[proubis] Node Hours: Per Job","[categ] Node Hours: Per Job","[sogsh] Node Hours: Per Job","[swath] Node Hours: Per Job","[dunli] Node Hours: Per Job","[litst] Node Hours: Per Job","[reebu] Node Hours: Per Job","[honbu] Node Hours: Per Job","[crama] Node Hours: Per Job","[relpa] Node Hours: Per Job","[savsp] Node Hours: Per Job","[grgsh] Node Hours: Per Job" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16.74638889,0,0,0,0,0,0,0,0,0,0,16.94166667,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,8.60361111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,13.07986111,0,0,0,0,0,0,0,3.17402778,0,0,0,0,0 -2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,2.70416667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0 -2016-12-27,30.39777778,0,103.87259259,249.76000000,123.98500000,0,0,0,0,0,0,0,0,24.00000000,4.93666667,4.72138889,24.00000000,0,0,0,0,0,13.96533333,0,0,0,8.54972222,0,0,0,0,0,0,0,0,0,19.90555556,0,0,40.67777778,0,24.00000000,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,5.60912037,3.21666667,0,0,0,0 -2016-12-28,192.00000000,204.63521605,121.84400000,288.00000000,110.33416667,0,0,0,0,0,0,0,0,24.00000000,24.00000000,24.00000000,9.02631944,0,0,13.35268330,0,4.70055556,17.63833333,33.31777778,5.03972222,3.11533951,24.00000000,0,0,0,5.01598392,0,8.78983333,10.70500000,0,0,24.00000000,0,0,19.51686869,0,24.00000000,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,22.46382479,24.00000000,0,0,0,0 -2016-12-29,192.00000000,274.66666667,187.62909091,288.00000000,144.00000000,0,15.00972222,69.30071429,26.97722222,117.19027778,25.68611111,50.95777778,129.77777778,19.56861111,24.00000000,24.00000000,23.88776389,0,37.94944444,16.60273286,19.85234127,24.00000000,20.53074074,64.73166667,24.00000000,24.00000000,8.50644444,0,0,4.96462963,13.10756221,0,13.89555556,18.93416667,7.17361111,4.06163889,24.00000000,0,0,23.34269676,4.66003889,24.00000000,0,3.62000000,10.40083333,0,2.01966667,0,22.24222222,0,0,0,3.53675439,0,0,0,0,2.38309829,0,0,14.25164444,0.65402610,0,0,0,0 -2016-12-30,192.00000000,274.66666667,177.63505051,23.87888889,76.11166667,205.67851852,120.00000000,130.70500000,127.64305556,40.78009259,71.96340278,63.81250000,50.35000000,3.56833333,24.00000000,19.28555556,18.92284722,0,24.00027778,21.71949405,19.44072222,19.30611111,12.82745370,14.46204762,15.09675926,14.55335859,18.07555556,17.79750000,56.92666667,17.98229167,13.31263065,10.84229167,11.13357639,9.52657407,13.13555556,9.54880556,11.72422222,8.00444444,2.52592593,5.03889184,5.34402222,24.00000000,4.25015531,16.84687500,13.60638889,3.48631944,4.10559722,0.81472222,3.96541667,2.34500000,0,1.36229167,1.09007800,0.97263889,0.97243056,0.97256944,1.58977533,0.63121279,0.56942901,0.43603175,0.13315301,0.32887293,0.08049603,0.06500000,0.02760417,0.02405133 -2016-12-31,192.00000000,70.08253086,96.50900585,0,55.54333333,475.12888889,120.00000000,132.54333333,0,120.00000000,51.34208333,81.42285714,0,0,16.57072222,0,23.17923611,33.22259259,14.74888889,10.83064379,19.04313725,0,14.97629630,96.20765432,0,24.00000000,16.29814815,14.11222222,21.75842593,24.00000000,12.53390738,22.00930556,6.09461806,9.82916667,5.99611111,15.83912037,1.92791667,19.78805556,21.37166667,1.97834003,0,4.89016667,5.54019436,7.28581633,6.47384921,7.65398148,8.63138889,16.49222222,1.29611111,0,0.19661458,2.93026709,1.04230003,0.97312500,0.97349537,0.97211806,1.07971065,69.65777778,1.04561111,0.15326389,0.13894731,0.36784723,0,0,0.02281046,0.01479010 -2017-01-01,161.66000000,0,21.95481481,0,0,0,95.02916667,0,0,13.18611111,0,55.64063492,0.43333333,0,23.22416667,0,11.20848700,17.76722222,0,13.34534574,12.85083333,0,17.62535714,8.78987654,0,5.04583333,0,0,22.44571429,8.59888889,11.50582962,0,0,4.95388889,11.49055556,5.29138889,0,7.66472222,4.28111111,0,0,1.56342949,0,17.62916667,0.47638889,0,0,0.88986111,2.25132716,0,2.11436355,0.68703333,1.19577652,0.96979167,0.96958333,0.96975694,0.02809588,0,0.63905875,0,2.34518519,0.05680123,0,0,0.02555556,0 +Day,"[chaff] Node Hours: Per Job","[aytinis] Node Hours: Per Job","[meapi] Node Hours: Per Job","[velsc] Node Hours: Per Job","[siski] Node Hours: Per Job","[duswa] Node Hours: Per Job","[ferdu] Node Hours: Per Job","[smew1] Node Hours: Per Job","[evegr] Node Hours: Per Job","[pereg] Node Hours: Per Job","[egygo] Node Hours: Per Job","[crane] Node Hours: Per Job","[yebwa] Node Hours: Per Job","[sante] Node Hours: Per Job","[ovenb] Node Hours: Per Job","[mamwa] Node Hours: Per Job","[garwa] Node Hours: Per Job","[whtsp] Node Hours: Per Job","[yebbu] Node Hours: Per Job","[lapwi] Node Hours: Per Job","[yebsa] Node Hours: Per Job","[gloib] Node Hours: Per Job","[shttr] Node Hours: Per Job","[sarwa] Node Hours: Per Job","[whtpl] Node Hours: Per Job","[misth] Node Hours: Per Job","[ybsbu] Node Hours: Per Job","[ribgu] Node Hours: Per Job","[whimb] Node Hours: Per Job","[corsh] Node Hours: Per Job","[moorh] Node Hours: Per Job","[jackd] Node Hours: Per Job","[hoowa] Node Hours: Per Job","[shag1] Node Hours: Per Job","[lesre] Node Hours: Per Job","[sposa] Node Hours: Per Job","[boowa] Node Hours: Per Job","[field] Node Hours: Per Job","[rolle] Node Hours: Per Job","[sancr] Node Hours: Per Job","[pibgr] Node Hours: Per Job","[noror] Node Hours: Per Job","[legsh] Node Hours: Per Job","[grath] Node Hours: Per Job","[litau] Node Hours: Per Job","[blhbu] Node Hours: Per Job","[henha] Node Hours: Per Job","[alpsw] Node Hours: Per Job","[lanhach] Node Hours: Per Job","[allga] Node Hours: Per Job","[hardu] Node Hours: Per Job","[caspl] Node Hours: Per Job","[vertera] Node Hours: Per Job","[turdo] Node Hours: Per Job","[coot1] Node Hours: Per Job","[proubis] Node Hours: Per Job","[categ] Node Hours: Per Job","[sogsh] Node Hours: Per Job","[swath] Node Hours: Per Job","[dunli] Node Hours: Per Job","[litst] Node Hours: Per Job","[reebu] Node Hours: Per Job","[honbu] Node Hours: Per Job","[crama] Node Hours: Per Job","[relpa] Node Hours: Per Job","[savsp] Node Hours: Per Job","[grgsh] Node Hours: Per Job" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16.74638889,0,0,0,0,0,0,0,0,0,0,0,16.94166667,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,8.60361111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,13.07986111,0,0,0,0,0,0,0,3.17402778,0,0,0,0,0 +2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,2.70416667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0 +2016-12-27,30.39777778,0,103.87259259,249.76000000,123.98500000,0,0,0,0,0,0,0,0,24.00000000,4.93666667,4.72138889,24.00000000,0,0,0,0,0,13.96533333,0,0,0,8.54972222,0,0,0,0,0,0,0,0,0,19.90555556,0,0,40.67777778,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,5.60912037,3.21666667,0,0,0,0 +2016-12-28,192.00000000,204.63521605,121.84400000,288.00000000,110.33416667,0,0,0,0,0,0,0,0,24.00000000,24.00000000,24.00000000,9.02631944,0,0,13.35268330,0,4.70055556,17.63833333,33.31777778,5.03972222,3.11533951,24.00000000,0,0,0,5.01598392,0,8.78983333,10.70500000,0,0,24.00000000,0,0,19.51686869,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,22.46382479,24.00000000,0,0,0,0 +2016-12-29,192.00000000,274.66666667,187.62909091,288.00000000,144.00000000,0,15.00972222,69.30071429,26.97722222,117.19027778,25.68611111,50.95777778,129.77777778,19.56861111,24.00000000,24.00000000,23.88776389,0,37.94944444,16.60273286,19.85234127,24.00000000,20.53074074,64.73166667,24.00000000,24.00000000,8.50644444,0,0,4.96462963,13.10756221,0,13.89555556,18.93416667,7.17361111,4.06163889,24.00000000,0,0,23.34269676,4.66003889,24.00000000,0,3.62000000,10.40083333,0,2.01966667,0,22.24222222,0,0,0,0,3.53675439,0,0,0,0,2.38309829,0,0,14.25164444,0.65402610,0,0,0,0 +2016-12-30,192.00000000,274.66666667,177.63505051,23.87888889,76.11166667,205.67851852,120.00000000,130.70500000,127.64305556,40.78009259,71.96340278,63.81250000,50.35000000,3.56833333,24.00000000,19.28555556,18.92284722,0,24.00027778,21.71949405,19.44072222,19.30611111,12.82745370,14.46204762,15.09675926,14.55335859,18.07555556,17.79750000,56.92666667,17.98229167,13.31263065,10.84229167,11.13357639,9.52657407,13.13555556,9.54880556,11.72422222,8.00444444,2.52592593,5.03889184,5.34402222,24.00000000,4.25015531,16.84687500,13.60638889,3.48631944,4.10559722,0.81472222,3.96541667,2.34500000,2.34500000,0,1.36229167,1.09007800,0.97263889,0.97243056,0.97256944,1.58977533,0.63121279,0.56942901,0.43603175,0.13315301,0.32887293,0.08049603,0.06500000,0.02760417,0.02405133 +2016-12-31,192.00000000,70.08253086,96.50900585,0,55.54333333,475.12888889,120.00000000,132.54333333,0,120.00000000,51.34208333,81.42285714,0,0,16.57072222,0,23.17923611,33.22259259,14.74888889,10.83064379,19.04313725,0,14.97629630,96.20765432,0,24.00000000,16.29814815,14.11222222,21.75842593,24.00000000,12.53390738,22.00930556,6.09461806,9.82916667,5.99611111,15.83912037,1.92791667,19.78805556,21.37166667,1.97834003,0,4.89016667,5.54019436,7.28581633,6.47384921,7.65398148,8.63138889,16.49222222,1.29611111,0,0,0.19661458,2.93026709,1.04230003,0.97312500,0.97349537,0.97211806,1.07971065,69.65777778,1.04561111,0.15326389,0.13894731,0.36784723,0,0,0.02281046,0.01479010 +2017-01-01,161.66000000,0,21.95481481,0,0,0,95.02916667,0,0,13.18611111,0,55.64063492,0.43333333,0,23.22416667,0,11.20848700,17.76722222,0,13.34534574,12.85083333,0,17.62535714,8.78987654,0,5.04583333,0,0,22.44571429,8.59888889,11.50582962,0,0,4.95388889,11.49055556,5.29138889,0,7.66472222,4.28111111,0,0,1.56342949,0,17.62916667,0.47638889,0,0,0.88986111,2.25132716,0,0,2.11436355,0.68703333,1.19577652,0.96979167,0.96958333,0.96975694,0.02809588,0,0.63905875,0,2.34518519,0.05680123,0,0,0.02555556,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/timeseries-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/timeseries-Day-cs.csv index 823de7b69e..c1c2944408 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/timeseries-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/timeseries-Day-cs.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[chaff] Node Hours: Per Job","[aytinis] Node Hours: Per Job","[meapi] Node Hours: Per Job","[velsc] Node Hours: Per Job","[siski] Node Hours: Per Job","[duswa] Node Hours: Per Job","[ferdu] Node Hours: Per Job","[smew1] Node Hours: Per Job","[evegr] Node Hours: Per Job","[pereg] Node Hours: Per Job","[egygo] Node Hours: Per Job","[crane] Node Hours: Per Job","[yebwa] Node Hours: Per Job","[sante] Node Hours: Per Job","[ovenb] Node Hours: Per Job","[mamwa] Node Hours: Per Job","[garwa] Node Hours: Per Job","[whtsp] Node Hours: Per Job","[yebbu] Node Hours: Per Job","[lapwi] Node Hours: Per Job","[yebsa] Node Hours: Per Job","[gloib] Node Hours: Per Job","[shttr] Node Hours: Per Job","[sarwa] Node Hours: Per Job","[whtpl] Node Hours: Per Job","[misth] Node Hours: Per Job","[ybsbu] Node Hours: Per Job","[ribgu] Node Hours: Per Job","[whimb] Node Hours: Per Job","[corsh] Node Hours: Per Job","[moorh] Node Hours: Per Job","[jackd] Node Hours: Per Job","[hoowa] Node Hours: Per Job","[shag1] Node Hours: Per Job","[lesre] Node Hours: Per Job","[sposa] Node Hours: Per Job","[boowa] Node Hours: Per Job","[field] Node Hours: Per Job","[rolle] Node Hours: Per Job","[sancr] Node Hours: Per Job","[pibgr] Node Hours: Per Job","[noror] Node Hours: Per Job","[legsh] Node Hours: Per Job","[grath] Node Hours: Per Job","[litau] Node Hours: Per Job","[blhbu] Node Hours: Per Job","[henha] Node Hours: Per Job","[alpsw] Node Hours: Per Job","[lanhach] Node Hours: Per Job","[allga] Node Hours: Per Job","[caspl] Node Hours: Per Job","[vertera] Node Hours: Per Job","[turdo] Node Hours: Per Job","[coot1] Node Hours: Per Job","[proubis] Node Hours: Per Job","[categ] Node Hours: Per Job","[sogsh] Node Hours: Per Job","[swath] Node Hours: Per Job","[dunli] Node Hours: Per Job","[litst] Node Hours: Per Job","[reebu] Node Hours: Per Job","[honbu] Node Hours: Per Job","[crama] Node Hours: Per Job","[relpa] Node Hours: Per Job","[savsp] Node Hours: Per Job","[grgsh] Node Hours: Per Job" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16.74638889,0,0,0,0,0,0,0,0,0,0,16.94166667,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,8.60361111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,13.07986111,0,0,0,0,0,0,0,3.17402778,0,0,0,0,0 -2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,2.70416667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0 -2016-12-27,30.39777778,0,103.87259259,249.76000000,123.98500000,0,0,0,0,0,0,0,0,24.00000000,4.93666667,4.72138889,24.00000000,0,0,0,0,0,13.96533333,0,0,0,8.54972222,0,0,0,0,0,0,0,0,0,19.90555556,0,0,40.67777778,0,24.00000000,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,5.60912037,3.21666667,0,0,0,0 -2016-12-28,192.00000000,204.63521605,121.84400000,288.00000000,110.33416667,0,0,0,0,0,0,0,0,24.00000000,24.00000000,24.00000000,9.02631944,0,0,13.35268330,0,4.70055556,17.63833333,33.31777778,5.03972222,3.11533951,24.00000000,0,0,0,5.01598392,0,8.78983333,10.70500000,0,0,24.00000000,0,0,19.51686869,0,24.00000000,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,22.46382479,24.00000000,0,0,0,0 -2016-12-29,192.00000000,274.66666667,187.62909091,288.00000000,144.00000000,0,15.00972222,69.30071429,26.97722222,117.19027778,25.68611111,50.95777778,129.77777778,19.56861111,24.00000000,24.00000000,23.88776389,0,37.94944444,16.60273286,19.85234127,24.00000000,20.53074074,64.73166667,24.00000000,24.00000000,8.50644444,0,0,4.96462963,13.10756221,0,13.89555556,18.93416667,7.17361111,4.06163889,24.00000000,0,0,23.34269676,4.66003889,24.00000000,0,3.62000000,10.40083333,0,2.01966667,0,22.24222222,0,0,0,3.53675439,0,0,0,0,2.38309829,0,0,14.25164444,0.65402610,0,0,0,0 -2016-12-30,192.00000000,274.66666667,177.63505051,23.87888889,76.11166667,205.67851852,120.00000000,130.70500000,127.64305556,40.78009259,71.96340278,63.81250000,50.35000000,3.56833333,24.00000000,19.28555556,18.92284722,0,24.00027778,21.71949405,19.44072222,19.30611111,12.82745370,14.46204762,15.09675926,14.55335859,18.07555556,17.79750000,56.92666667,17.98229167,13.31263065,10.84229167,11.13357639,9.52657407,13.13555556,9.54880556,11.72422222,8.00444444,2.52592593,5.03889184,5.34402222,24.00000000,4.25015531,16.84687500,13.60638889,3.48631944,4.10559722,0.81472222,3.96541667,2.34500000,0,1.36229167,1.09007800,0.97263889,0.97243056,0.97256944,1.58977533,0.63121279,0.56942901,0.43603175,0.13315301,0.32887293,0.08049603,0.06500000,0.02760417,0.02405133 -2016-12-31,192.00000000,70.08253086,96.50900585,0,55.54333333,475.12888889,120.00000000,132.54333333,0,120.00000000,51.34208333,81.42285714,0,0,16.57072222,0,23.17923611,33.22259259,14.74888889,10.83064379,19.04313725,0,14.97629630,96.20765432,0,24.00000000,16.29814815,14.11222222,21.75842593,24.00000000,12.53390738,22.00930556,6.09461806,9.82916667,5.99611111,15.83912037,1.92791667,19.78805556,21.37166667,1.97834003,0,4.89016667,5.54019436,7.28581633,6.47384921,7.65398148,8.63138889,16.49222222,1.29611111,0,0.19661458,2.93026709,1.04230003,0.97312500,0.97349537,0.97211806,1.07971065,69.65777778,1.04561111,0.15326389,0.13894731,0.36784723,0,0,0.02281046,0.01479010 -2017-01-01,161.66000000,0,21.95481481,0,0,0,95.02916667,0,0,13.18611111,0,55.64063492,0.43333333,0,23.22416667,0,11.20848700,17.76722222,0,13.34534574,12.85083333,0,17.62535714,8.78987654,0,5.04583333,0,0,22.44571429,8.59888889,11.50582962,0,0,4.95388889,11.49055556,5.29138889,0,7.66472222,4.28111111,0,0,1.56342949,0,17.62916667,0.47638889,0,0,0.88986111,2.25132716,0,2.11436355,0.68703333,1.19577652,0.96979167,0.96958333,0.96975694,0.02809588,0,0.63905875,0,2.34518519,0.05680123,0,0,0.02555556,0 +Day,"[chaff] Node Hours: Per Job","[aytinis] Node Hours: Per Job","[meapi] Node Hours: Per Job","[velsc] Node Hours: Per Job","[siski] Node Hours: Per Job","[duswa] Node Hours: Per Job","[ferdu] Node Hours: Per Job","[smew1] Node Hours: Per Job","[evegr] Node Hours: Per Job","[pereg] Node Hours: Per Job","[egygo] Node Hours: Per Job","[crane] Node Hours: Per Job","[yebwa] Node Hours: Per Job","[sante] Node Hours: Per Job","[ovenb] Node Hours: Per Job","[mamwa] Node Hours: Per Job","[garwa] Node Hours: Per Job","[whtsp] Node Hours: Per Job","[yebbu] Node Hours: Per Job","[lapwi] Node Hours: Per Job","[yebsa] Node Hours: Per Job","[gloib] Node Hours: Per Job","[shttr] Node Hours: Per Job","[sarwa] Node Hours: Per Job","[whtpl] Node Hours: Per Job","[misth] Node Hours: Per Job","[ybsbu] Node Hours: Per Job","[ribgu] Node Hours: Per Job","[whimb] Node Hours: Per Job","[corsh] Node Hours: Per Job","[moorh] Node Hours: Per Job","[jackd] Node Hours: Per Job","[hoowa] Node Hours: Per Job","[shag1] Node Hours: Per Job","[lesre] Node Hours: Per Job","[sposa] Node Hours: Per Job","[boowa] Node Hours: Per Job","[field] Node Hours: Per Job","[rolle] Node Hours: Per Job","[sancr] Node Hours: Per Job","[pibgr] Node Hours: Per Job","[noror] Node Hours: Per Job","[legsh] Node Hours: Per Job","[grath] Node Hours: Per Job","[litau] Node Hours: Per Job","[blhbu] Node Hours: Per Job","[henha] Node Hours: Per Job","[alpsw] Node Hours: Per Job","[lanhach] Node Hours: Per Job","[allga] Node Hours: Per Job","[hardu] Node Hours: Per Job","[caspl] Node Hours: Per Job","[vertera] Node Hours: Per Job","[turdo] Node Hours: Per Job","[coot1] Node Hours: Per Job","[proubis] Node Hours: Per Job","[categ] Node Hours: Per Job","[sogsh] Node Hours: Per Job","[swath] Node Hours: Per Job","[dunli] Node Hours: Per Job","[litst] Node Hours: Per Job","[reebu] Node Hours: Per Job","[honbu] Node Hours: Per Job","[crama] Node Hours: Per Job","[relpa] Node Hours: Per Job","[savsp] Node Hours: Per Job","[grgsh] Node Hours: Per Job" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16.74638889,0,0,0,0,0,0,0,0,0,0,0,16.94166667,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,8.60361111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,13.07986111,0,0,0,0,0,0,0,3.17402778,0,0,0,0,0 +2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,2.70416667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0 +2016-12-27,30.39777778,0,103.87259259,249.76000000,123.98500000,0,0,0,0,0,0,0,0,24.00000000,4.93666667,4.72138889,24.00000000,0,0,0,0,0,13.96533333,0,0,0,8.54972222,0,0,0,0,0,0,0,0,0,19.90555556,0,0,40.67777778,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,5.60912037,3.21666667,0,0,0,0 +2016-12-28,192.00000000,204.63521605,121.84400000,288.00000000,110.33416667,0,0,0,0,0,0,0,0,24.00000000,24.00000000,24.00000000,9.02631944,0,0,13.35268330,0,4.70055556,17.63833333,33.31777778,5.03972222,3.11533951,24.00000000,0,0,0,5.01598392,0,8.78983333,10.70500000,0,0,24.00000000,0,0,19.51686869,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,22.46382479,24.00000000,0,0,0,0 +2016-12-29,192.00000000,274.66666667,187.62909091,288.00000000,144.00000000,0,15.00972222,69.30071429,26.97722222,117.19027778,25.68611111,50.95777778,129.77777778,19.56861111,24.00000000,24.00000000,23.88776389,0,37.94944444,16.60273286,19.85234127,24.00000000,20.53074074,64.73166667,24.00000000,24.00000000,8.50644444,0,0,4.96462963,13.10756221,0,13.89555556,18.93416667,7.17361111,4.06163889,24.00000000,0,0,23.34269676,4.66003889,24.00000000,0,3.62000000,10.40083333,0,2.01966667,0,22.24222222,0,0,0,0,3.53675439,0,0,0,0,2.38309829,0,0,14.25164444,0.65402610,0,0,0,0 +2016-12-30,192.00000000,274.66666667,177.63505051,23.87888889,76.11166667,205.67851852,120.00000000,130.70500000,127.64305556,40.78009259,71.96340278,63.81250000,50.35000000,3.56833333,24.00000000,19.28555556,18.92284722,0,24.00027778,21.71949405,19.44072222,19.30611111,12.82745370,14.46204762,15.09675926,14.55335859,18.07555556,17.79750000,56.92666667,17.98229167,13.31263065,10.84229167,11.13357639,9.52657407,13.13555556,9.54880556,11.72422222,8.00444444,2.52592593,5.03889184,5.34402222,24.00000000,4.25015531,16.84687500,13.60638889,3.48631944,4.10559722,0.81472222,3.96541667,2.34500000,2.34500000,0,1.36229167,1.09007800,0.97263889,0.97243056,0.97256944,1.58977533,0.63121279,0.56942901,0.43603175,0.13315301,0.32887293,0.08049603,0.06500000,0.02760417,0.02405133 +2016-12-31,192.00000000,70.08253086,96.50900585,0,55.54333333,475.12888889,120.00000000,132.54333333,0,120.00000000,51.34208333,81.42285714,0,0,16.57072222,0,23.17923611,33.22259259,14.74888889,10.83064379,19.04313725,0,14.97629630,96.20765432,0,24.00000000,16.29814815,14.11222222,21.75842593,24.00000000,12.53390738,22.00930556,6.09461806,9.82916667,5.99611111,15.83912037,1.92791667,19.78805556,21.37166667,1.97834003,0,4.89016667,5.54019436,7.28581633,6.47384921,7.65398148,8.63138889,16.49222222,1.29611111,0,0,0.19661458,2.93026709,1.04230003,0.97312500,0.97349537,0.97211806,1.07971065,69.65777778,1.04561111,0.15326389,0.13894731,0.36784723,0,0,0.02281046,0.01479010 +2017-01-01,161.66000000,0,21.95481481,0,0,0,95.02916667,0,0,13.18611111,0,55.64063492,0.43333333,0,23.22416667,0,11.20848700,17.76722222,0,13.34534574,12.85083333,0,17.62535714,8.78987654,0,5.04583333,0,0,22.44571429,8.59888889,11.50582962,0,0,4.95388889,11.49055556,5.29138889,0,7.66472222,4.28111111,0,0,1.56342949,0,17.62916667,0.47638889,0,0,0.88986111,2.25132716,0,0,2.11436355,0.68703333,1.19577652,0.96979167,0.96958333,0.96975694,0.02809588,0,0.63905875,0,2.34518519,0.05680123,0,0,0.02555556,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/timeseries-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/timeseries-Month-cd.csv index 7720478930..786ebf1991 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/timeseries-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/timeseries-Month-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[chaff] Node Hours: Per Job","[aytinis] Node Hours: Per Job","[meapi] Node Hours: Per Job","[velsc] Node Hours: Per Job","[siski] Node Hours: Per Job","[duswa] Node Hours: Per Job","[ferdu] Node Hours: Per Job","[smew1] Node Hours: Per Job","[evegr] Node Hours: Per Job","[pereg] Node Hours: Per Job","[egygo] Node Hours: Per Job","[crane] Node Hours: Per Job","[yebwa] Node Hours: Per Job","[sante] Node Hours: Per Job","[ovenb] Node Hours: Per Job","[mamwa] Node Hours: Per Job","[garwa] Node Hours: Per Job","[whtsp] Node Hours: Per Job","[yebbu] Node Hours: Per Job","[lapwi] Node Hours: Per Job","[yebsa] Node Hours: Per Job","[gloib] Node Hours: Per Job","[shttr] Node Hours: Per Job","[sarwa] Node Hours: Per Job","[whtpl] Node Hours: Per Job","[misth] Node Hours: Per Job","[ybsbu] Node Hours: Per Job","[ribgu] Node Hours: Per Job","[whimb] Node Hours: Per Job","[corsh] Node Hours: Per Job","[moorh] Node Hours: Per Job","[jackd] Node Hours: Per Job","[hoowa] Node Hours: Per Job","[shag1] Node Hours: Per Job","[lesre] Node Hours: Per Job","[sposa] Node Hours: Per Job","[boowa] Node Hours: Per Job","[field] Node Hours: Per Job","[rolle] Node Hours: Per Job","[sancr] Node Hours: Per Job","[pibgr] Node Hours: Per Job","[noror] Node Hours: Per Job","[legsh] Node Hours: Per Job","[grath] Node Hours: Per Job","[litau] Node Hours: Per Job","[blhbu] Node Hours: Per Job","[henha] Node Hours: Per Job","[alpsw] Node Hours: Per Job","[lanhach] Node Hours: Per Job","[allga] Node Hours: Per Job","[caspl] Node Hours: Per Job","[vertera] Node Hours: Per Job","[turdo] Node Hours: Per Job","[coot1] Node Hours: Per Job","[proubis] Node Hours: Per Job","[categ] Node Hours: Per Job","[sogsh] Node Hours: Per Job","[swath] Node Hours: Per Job","[dunli] Node Hours: Per Job","[litst] Node Hours: Per Job","[reebu] Node Hours: Per Job","[honbu] Node Hours: Per Job","[crama] Node Hours: Per Job","[relpa] Node Hours: Per Job","[savsp] Node Hours: Per Job","[grgsh] Node Hours: Per Job" -2016-12,798.39777778,824.05108025,545.85272727,436.75888889,420.21000000,364.05481481,255.00972222,218.94047619,141.13166667,119.84351852,110.47750000,102.77777778,180.12777778,87.43875000,78.12005556,72.00694444,42.39165094,33.22259259,50.34944444,48.78758939,41.90614198,48.00666667,41.05402778,52.03015015,44.13648148,38.92045455,38.73828704,31.90972222,28.08361111,39.70576389,23.01874399,21.84694444,21.83599206,20.26606061,13.15263889,16.56139352,16.76537037,13.89625000,16.77370370,10.37586034,10.00406111,46.63944444,8.59051583,7.77245050,8.66552083,5.98691667,5.04208333,8.65347222,5.99888889,2.34500000,0.19661458,2.24853865,1.52875081,0.97288194,0.97296296,0.97234375,1.45671498,0.77236014,0.61704722,0.33320707,0.26789938,0.35657536,0.08049603,0.06500000,0.02434444,0.02076714 -2017-01,161.66000000,0,21.95481481,0,0,0,95.02916667,0,0,13.18611111,0,55.64063492,0.43333333,0,23.22416667,0,11.20848700,17.76722222,0,13.34534574,12.85083333,0,17.62535714,8.78987654,0,5.04583333,0,0,22.44571429,8.59888889,11.50582962,0,0,4.95388889,11.49055556,5.29138889,0,7.66472222,4.28111111,0,0,1.56342949,0,17.62916667,0.47638889,0,0,0.88986111,2.25132716,0,2.11436355,0.68703333,1.19577652,0.96979167,0.96958333,0.96975694,0.02809588,0,0.63905875,0,2.34518519,0.05680123,0,0,0.02555556,0 +Month,"[chaff] Node Hours: Per Job","[aytinis] Node Hours: Per Job","[meapi] Node Hours: Per Job","[velsc] Node Hours: Per Job","[siski] Node Hours: Per Job","[duswa] Node Hours: Per Job","[ferdu] Node Hours: Per Job","[smew1] Node Hours: Per Job","[evegr] Node Hours: Per Job","[pereg] Node Hours: Per Job","[egygo] Node Hours: Per Job","[crane] Node Hours: Per Job","[yebwa] Node Hours: Per Job","[sante] Node Hours: Per Job","[ovenb] Node Hours: Per Job","[mamwa] Node Hours: Per Job","[garwa] Node Hours: Per Job","[whtsp] Node Hours: Per Job","[yebbu] Node Hours: Per Job","[lapwi] Node Hours: Per Job","[yebsa] Node Hours: Per Job","[gloib] Node Hours: Per Job","[shttr] Node Hours: Per Job","[sarwa] Node Hours: Per Job","[whtpl] Node Hours: Per Job","[misth] Node Hours: Per Job","[ybsbu] Node Hours: Per Job","[ribgu] Node Hours: Per Job","[whimb] Node Hours: Per Job","[corsh] Node Hours: Per Job","[moorh] Node Hours: Per Job","[jackd] Node Hours: Per Job","[hoowa] Node Hours: Per Job","[shag1] Node Hours: Per Job","[lesre] Node Hours: Per Job","[sposa] Node Hours: Per Job","[boowa] Node Hours: Per Job","[field] Node Hours: Per Job","[rolle] Node Hours: Per Job","[sancr] Node Hours: Per Job","[pibgr] Node Hours: Per Job","[noror] Node Hours: Per Job","[legsh] Node Hours: Per Job","[grath] Node Hours: Per Job","[litau] Node Hours: Per Job","[blhbu] Node Hours: Per Job","[henha] Node Hours: Per Job","[alpsw] Node Hours: Per Job","[lanhach] Node Hours: Per Job","[allga] Node Hours: Per Job","[hardu] Node Hours: Per Job","[caspl] Node Hours: Per Job","[vertera] Node Hours: Per Job","[turdo] Node Hours: Per Job","[coot1] Node Hours: Per Job","[proubis] Node Hours: Per Job","[categ] Node Hours: Per Job","[sogsh] Node Hours: Per Job","[swath] Node Hours: Per Job","[dunli] Node Hours: Per Job","[litst] Node Hours: Per Job","[reebu] Node Hours: Per Job","[honbu] Node Hours: Per Job","[crama] Node Hours: Per Job","[relpa] Node Hours: Per Job","[savsp] Node Hours: Per Job","[grgsh] Node Hours: Per Job" +2016-12,798.39777778,824.05108025,545.85272727,436.75888889,420.21000000,364.05481481,255.00972222,218.94047619,141.13166667,119.84351852,110.47750000,102.77777778,180.12777778,87.43875000,78.12005556,72.00694444,42.39165094,33.22259259,50.34944444,48.78758939,41.90614198,48.00666667,41.05402778,52.03015015,44.13648148,38.92045455,38.73828704,31.90972222,28.08361111,39.70576389,23.01874399,21.84694444,21.83599206,20.26606061,13.15263889,16.56139352,16.76537037,13.89625000,16.77370370,10.37586034,10.00406111,46.63944444,8.59051583,7.77245050,8.66552083,5.98691667,5.04208333,8.65347222,5.99888889,2.34500000,2.34500000,0.19661458,2.24853865,1.52875081,0.97288194,0.97296296,0.97234375,1.45671498,0.77236014,0.61704722,0.33320707,0.26789938,0.35657536,0.08049603,0.06500000,0.02434444,0.02076714 +2017-01,161.66000000,0,21.95481481,0,0,0,95.02916667,0,0,13.18611111,0,55.64063492,0.43333333,0,23.22416667,0,11.20848700,17.76722222,0,13.34534574,12.85083333,0,17.62535714,8.78987654,0,5.04583333,0,0,22.44571429,8.59888889,11.50582962,0,0,4.95388889,11.49055556,5.29138889,0,7.66472222,4.28111111,0,0,1.56342949,0,17.62916667,0.47638889,0,0,0.88986111,2.25132716,0,0,2.11436355,0.68703333,1.19577652,0.96979167,0.96958333,0.96975694,0.02809588,0,0.63905875,0,2.34518519,0.05680123,0,0,0.02555556,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/timeseries-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/timeseries-Month-cs.csv index 7720478930..786ebf1991 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/timeseries-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/timeseries-Month-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[chaff] Node Hours: Per Job","[aytinis] Node Hours: Per Job","[meapi] Node Hours: Per Job","[velsc] Node Hours: Per Job","[siski] Node Hours: Per Job","[duswa] Node Hours: Per Job","[ferdu] Node Hours: Per Job","[smew1] Node Hours: Per Job","[evegr] Node Hours: Per Job","[pereg] Node Hours: Per Job","[egygo] Node Hours: Per Job","[crane] Node Hours: Per Job","[yebwa] Node Hours: Per Job","[sante] Node Hours: Per Job","[ovenb] Node Hours: Per Job","[mamwa] Node Hours: Per Job","[garwa] Node Hours: Per Job","[whtsp] Node Hours: Per Job","[yebbu] Node Hours: Per Job","[lapwi] Node Hours: Per Job","[yebsa] Node Hours: Per Job","[gloib] Node Hours: Per Job","[shttr] Node Hours: Per Job","[sarwa] Node Hours: Per Job","[whtpl] Node Hours: Per Job","[misth] Node Hours: Per Job","[ybsbu] Node Hours: Per Job","[ribgu] Node Hours: Per Job","[whimb] Node Hours: Per Job","[corsh] Node Hours: Per Job","[moorh] Node Hours: Per Job","[jackd] Node Hours: Per Job","[hoowa] Node Hours: Per Job","[shag1] Node Hours: Per Job","[lesre] Node Hours: Per Job","[sposa] Node Hours: Per Job","[boowa] Node Hours: Per Job","[field] Node Hours: Per Job","[rolle] Node Hours: Per Job","[sancr] Node Hours: Per Job","[pibgr] Node Hours: Per Job","[noror] Node Hours: Per Job","[legsh] Node Hours: Per Job","[grath] Node Hours: Per Job","[litau] Node Hours: Per Job","[blhbu] Node Hours: Per Job","[henha] Node Hours: Per Job","[alpsw] Node Hours: Per Job","[lanhach] Node Hours: Per Job","[allga] Node Hours: Per Job","[caspl] Node Hours: Per Job","[vertera] Node Hours: Per Job","[turdo] Node Hours: Per Job","[coot1] Node Hours: Per Job","[proubis] Node Hours: Per Job","[categ] Node Hours: Per Job","[sogsh] Node Hours: Per Job","[swath] Node Hours: Per Job","[dunli] Node Hours: Per Job","[litst] Node Hours: Per Job","[reebu] Node Hours: Per Job","[honbu] Node Hours: Per Job","[crama] Node Hours: Per Job","[relpa] Node Hours: Per Job","[savsp] Node Hours: Per Job","[grgsh] Node Hours: Per Job" -2016-12,798.39777778,824.05108025,545.85272727,436.75888889,420.21000000,364.05481481,255.00972222,218.94047619,141.13166667,119.84351852,110.47750000,102.77777778,180.12777778,87.43875000,78.12005556,72.00694444,42.39165094,33.22259259,50.34944444,48.78758939,41.90614198,48.00666667,41.05402778,52.03015015,44.13648148,38.92045455,38.73828704,31.90972222,28.08361111,39.70576389,23.01874399,21.84694444,21.83599206,20.26606061,13.15263889,16.56139352,16.76537037,13.89625000,16.77370370,10.37586034,10.00406111,46.63944444,8.59051583,7.77245050,8.66552083,5.98691667,5.04208333,8.65347222,5.99888889,2.34500000,0.19661458,2.24853865,1.52875081,0.97288194,0.97296296,0.97234375,1.45671498,0.77236014,0.61704722,0.33320707,0.26789938,0.35657536,0.08049603,0.06500000,0.02434444,0.02076714 -2017-01,161.66000000,0,21.95481481,0,0,0,95.02916667,0,0,13.18611111,0,55.64063492,0.43333333,0,23.22416667,0,11.20848700,17.76722222,0,13.34534574,12.85083333,0,17.62535714,8.78987654,0,5.04583333,0,0,22.44571429,8.59888889,11.50582962,0,0,4.95388889,11.49055556,5.29138889,0,7.66472222,4.28111111,0,0,1.56342949,0,17.62916667,0.47638889,0,0,0.88986111,2.25132716,0,2.11436355,0.68703333,1.19577652,0.96979167,0.96958333,0.96975694,0.02809588,0,0.63905875,0,2.34518519,0.05680123,0,0,0.02555556,0 +Month,"[chaff] Node Hours: Per Job","[aytinis] Node Hours: Per Job","[meapi] Node Hours: Per Job","[velsc] Node Hours: Per Job","[siski] Node Hours: Per Job","[duswa] Node Hours: Per Job","[ferdu] Node Hours: Per Job","[smew1] Node Hours: Per Job","[evegr] Node Hours: Per Job","[pereg] Node Hours: Per Job","[egygo] Node Hours: Per Job","[crane] Node Hours: Per Job","[yebwa] Node Hours: Per Job","[sante] Node Hours: Per Job","[ovenb] Node Hours: Per Job","[mamwa] Node Hours: Per Job","[garwa] Node Hours: Per Job","[whtsp] Node Hours: Per Job","[yebbu] Node Hours: Per Job","[lapwi] Node Hours: Per Job","[yebsa] Node Hours: Per Job","[gloib] Node Hours: Per Job","[shttr] Node Hours: Per Job","[sarwa] Node Hours: Per Job","[whtpl] Node Hours: Per Job","[misth] Node Hours: Per Job","[ybsbu] Node Hours: Per Job","[ribgu] Node Hours: Per Job","[whimb] Node Hours: Per Job","[corsh] Node Hours: Per Job","[moorh] Node Hours: Per Job","[jackd] Node Hours: Per Job","[hoowa] Node Hours: Per Job","[shag1] Node Hours: Per Job","[lesre] Node Hours: Per Job","[sposa] Node Hours: Per Job","[boowa] Node Hours: Per Job","[field] Node Hours: Per Job","[rolle] Node Hours: Per Job","[sancr] Node Hours: Per Job","[pibgr] Node Hours: Per Job","[noror] Node Hours: Per Job","[legsh] Node Hours: Per Job","[grath] Node Hours: Per Job","[litau] Node Hours: Per Job","[blhbu] Node Hours: Per Job","[henha] Node Hours: Per Job","[alpsw] Node Hours: Per Job","[lanhach] Node Hours: Per Job","[allga] Node Hours: Per Job","[hardu] Node Hours: Per Job","[caspl] Node Hours: Per Job","[vertera] Node Hours: Per Job","[turdo] Node Hours: Per Job","[coot1] Node Hours: Per Job","[proubis] Node Hours: Per Job","[categ] Node Hours: Per Job","[sogsh] Node Hours: Per Job","[swath] Node Hours: Per Job","[dunli] Node Hours: Per Job","[litst] Node Hours: Per Job","[reebu] Node Hours: Per Job","[honbu] Node Hours: Per Job","[crama] Node Hours: Per Job","[relpa] Node Hours: Per Job","[savsp] Node Hours: Per Job","[grgsh] Node Hours: Per Job" +2016-12,798.39777778,824.05108025,545.85272727,436.75888889,420.21000000,364.05481481,255.00972222,218.94047619,141.13166667,119.84351852,110.47750000,102.77777778,180.12777778,87.43875000,78.12005556,72.00694444,42.39165094,33.22259259,50.34944444,48.78758939,41.90614198,48.00666667,41.05402778,52.03015015,44.13648148,38.92045455,38.73828704,31.90972222,28.08361111,39.70576389,23.01874399,21.84694444,21.83599206,20.26606061,13.15263889,16.56139352,16.76537037,13.89625000,16.77370370,10.37586034,10.00406111,46.63944444,8.59051583,7.77245050,8.66552083,5.98691667,5.04208333,8.65347222,5.99888889,2.34500000,2.34500000,0.19661458,2.24853865,1.52875081,0.97288194,0.97296296,0.97234375,1.45671498,0.77236014,0.61704722,0.33320707,0.26789938,0.35657536,0.08049603,0.06500000,0.02434444,0.02076714 +2017-01,161.66000000,0,21.95481481,0,0,0,95.02916667,0,0,13.18611111,0,55.64063492,0.43333333,0,23.22416667,0,11.20848700,17.76722222,0,13.34534574,12.85083333,0,17.62535714,8.78987654,0,5.04583333,0,0,22.44571429,8.59888889,11.50582962,0,0,4.95388889,11.49055556,5.29138889,0,7.66472222,4.28111111,0,0,1.56342949,0,17.62916667,0.47638889,0,0,0.88986111,2.25132716,0,0,2.11436355,0.68703333,1.19577652,0.96979167,0.96958333,0.96975694,0.02809588,0,0.63905875,0,2.34518519,0.05680123,0,0,0.02555556,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/timeseries-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/timeseries-Quarter-cd.csv index e7d07c26b0..4d3b2b8691 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/timeseries-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/timeseries-Quarter-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[chaff] Node Hours: Per Job","[aytinis] Node Hours: Per Job","[meapi] Node Hours: Per Job","[velsc] Node Hours: Per Job","[siski] Node Hours: Per Job","[duswa] Node Hours: Per Job","[ferdu] Node Hours: Per Job","[smew1] Node Hours: Per Job","[evegr] Node Hours: Per Job","[pereg] Node Hours: Per Job","[egygo] Node Hours: Per Job","[crane] Node Hours: Per Job","[yebwa] Node Hours: Per Job","[sante] Node Hours: Per Job","[ovenb] Node Hours: Per Job","[mamwa] Node Hours: Per Job","[garwa] Node Hours: Per Job","[whtsp] Node Hours: Per Job","[yebbu] Node Hours: Per Job","[lapwi] Node Hours: Per Job","[yebsa] Node Hours: Per Job","[gloib] Node Hours: Per Job","[shttr] Node Hours: Per Job","[sarwa] Node Hours: Per Job","[whtpl] Node Hours: Per Job","[misth] Node Hours: Per Job","[ybsbu] Node Hours: Per Job","[ribgu] Node Hours: Per Job","[whimb] Node Hours: Per Job","[corsh] Node Hours: Per Job","[moorh] Node Hours: Per Job","[jackd] Node Hours: Per Job","[hoowa] Node Hours: Per Job","[shag1] Node Hours: Per Job","[lesre] Node Hours: Per Job","[sposa] Node Hours: Per Job","[boowa] Node Hours: Per Job","[field] Node Hours: Per Job","[rolle] Node Hours: Per Job","[sancr] Node Hours: Per Job","[pibgr] Node Hours: Per Job","[noror] Node Hours: Per Job","[legsh] Node Hours: Per Job","[grath] Node Hours: Per Job","[litau] Node Hours: Per Job","[blhbu] Node Hours: Per Job","[henha] Node Hours: Per Job","[alpsw] Node Hours: Per Job","[lanhach] Node Hours: Per Job","[allga] Node Hours: Per Job","[caspl] Node Hours: Per Job","[vertera] Node Hours: Per Job","[turdo] Node Hours: Per Job","[coot1] Node Hours: Per Job","[proubis] Node Hours: Per Job","[categ] Node Hours: Per Job","[sogsh] Node Hours: Per Job","[swath] Node Hours: Per Job","[dunli] Node Hours: Per Job","[litst] Node Hours: Per Job","[reebu] Node Hours: Per Job","[honbu] Node Hours: Per Job","[crama] Node Hours: Per Job","[relpa] Node Hours: Per Job","[savsp] Node Hours: Per Job","[grgsh] Node Hours: Per Job" -"2016 Q4",798.39777778,824.05108025,545.85272727,436.75888889,420.21000000,364.05481481,255.00972222,218.94047619,141.13166667,119.84351852,110.47750000,102.77777778,180.12777778,87.43875000,78.12005556,72.00694444,42.39165094,33.22259259,50.34944444,48.78758939,41.90614198,48.00666667,41.05402778,52.03015015,44.13648148,38.92045455,38.73828704,31.90972222,28.08361111,39.70576389,23.01874399,21.84694444,21.83599206,20.26606061,13.15263889,16.56139352,16.76537037,13.89625000,16.77370370,10.37586034,10.00406111,46.63944444,8.59051583,7.77245050,8.66552083,5.98691667,5.04208333,8.65347222,5.99888889,2.34500000,0.19661458,2.24853865,1.52875081,0.97288194,0.97296296,0.97234375,1.45671498,0.77236014,0.61704722,0.33320707,0.26789938,0.35657536,0.08049603,0.06500000,0.02434444,0.02076714 -"2017 Q1",161.66000000,0,21.95481481,0,0,0,95.02916667,0,0,13.18611111,0,55.64063492,0.43333333,0,23.22416667,0,11.20848700,17.76722222,0,13.34534574,12.85083333,0,17.62535714,8.78987654,0,5.04583333,0,0,22.44571429,8.59888889,11.50582962,0,0,4.95388889,11.49055556,5.29138889,0,7.66472222,4.28111111,0,0,1.56342949,0,17.62916667,0.47638889,0,0,0.88986111,2.25132716,0,2.11436355,0.68703333,1.19577652,0.96979167,0.96958333,0.96975694,0.02809588,0,0.63905875,0,2.34518519,0.05680123,0,0,0.02555556,0 +Quarter,"[chaff] Node Hours: Per Job","[aytinis] Node Hours: Per Job","[meapi] Node Hours: Per Job","[velsc] Node Hours: Per Job","[siski] Node Hours: Per Job","[duswa] Node Hours: Per Job","[ferdu] Node Hours: Per Job","[smew1] Node Hours: Per Job","[evegr] Node Hours: Per Job","[pereg] Node Hours: Per Job","[egygo] Node Hours: Per Job","[crane] Node Hours: Per Job","[yebwa] Node Hours: Per Job","[sante] Node Hours: Per Job","[ovenb] Node Hours: Per Job","[mamwa] Node Hours: Per Job","[garwa] Node Hours: Per Job","[whtsp] Node Hours: Per Job","[yebbu] Node Hours: Per Job","[lapwi] Node Hours: Per Job","[yebsa] Node Hours: Per Job","[gloib] Node Hours: Per Job","[shttr] Node Hours: Per Job","[sarwa] Node Hours: Per Job","[whtpl] Node Hours: Per Job","[misth] Node Hours: Per Job","[ybsbu] Node Hours: Per Job","[ribgu] Node Hours: Per Job","[whimb] Node Hours: Per Job","[corsh] Node Hours: Per Job","[moorh] Node Hours: Per Job","[jackd] Node Hours: Per Job","[hoowa] Node Hours: Per Job","[shag1] Node Hours: Per Job","[lesre] Node Hours: Per Job","[sposa] Node Hours: Per Job","[boowa] Node Hours: Per Job","[field] Node Hours: Per Job","[rolle] Node Hours: Per Job","[sancr] Node Hours: Per Job","[pibgr] Node Hours: Per Job","[noror] Node Hours: Per Job","[legsh] Node Hours: Per Job","[grath] Node Hours: Per Job","[litau] Node Hours: Per Job","[blhbu] Node Hours: Per Job","[henha] Node Hours: Per Job","[alpsw] Node Hours: Per Job","[lanhach] Node Hours: Per Job","[allga] Node Hours: Per Job","[hardu] Node Hours: Per Job","[caspl] Node Hours: Per Job","[vertera] Node Hours: Per Job","[turdo] Node Hours: Per Job","[coot1] Node Hours: Per Job","[proubis] Node Hours: Per Job","[categ] Node Hours: Per Job","[sogsh] Node Hours: Per Job","[swath] Node Hours: Per Job","[dunli] Node Hours: Per Job","[litst] Node Hours: Per Job","[reebu] Node Hours: Per Job","[honbu] Node Hours: Per Job","[crama] Node Hours: Per Job","[relpa] Node Hours: Per Job","[savsp] Node Hours: Per Job","[grgsh] Node Hours: Per Job" +"2016 Q4",798.39777778,824.05108025,545.85272727,436.75888889,420.21000000,364.05481481,255.00972222,218.94047619,141.13166667,119.84351852,110.47750000,102.77777778,180.12777778,87.43875000,78.12005556,72.00694444,42.39165094,33.22259259,50.34944444,48.78758939,41.90614198,48.00666667,41.05402778,52.03015015,44.13648148,38.92045455,38.73828704,31.90972222,28.08361111,39.70576389,23.01874399,21.84694444,21.83599206,20.26606061,13.15263889,16.56139352,16.76537037,13.89625000,16.77370370,10.37586034,10.00406111,46.63944444,8.59051583,7.77245050,8.66552083,5.98691667,5.04208333,8.65347222,5.99888889,2.34500000,2.34500000,0.19661458,2.24853865,1.52875081,0.97288194,0.97296296,0.97234375,1.45671498,0.77236014,0.61704722,0.33320707,0.26789938,0.35657536,0.08049603,0.06500000,0.02434444,0.02076714 +"2017 Q1",161.66000000,0,21.95481481,0,0,0,95.02916667,0,0,13.18611111,0,55.64063492,0.43333333,0,23.22416667,0,11.20848700,17.76722222,0,13.34534574,12.85083333,0,17.62535714,8.78987654,0,5.04583333,0,0,22.44571429,8.59888889,11.50582962,0,0,4.95388889,11.49055556,5.29138889,0,7.66472222,4.28111111,0,0,1.56342949,0,17.62916667,0.47638889,0,0,0.88986111,2.25132716,0,0,2.11436355,0.68703333,1.19577652,0.96979167,0.96958333,0.96975694,0.02809588,0,0.63905875,0,2.34518519,0.05680123,0,0,0.02555556,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/timeseries-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/timeseries-Quarter-cs.csv index e7d07c26b0..4d3b2b8691 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/timeseries-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/timeseries-Quarter-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[chaff] Node Hours: Per Job","[aytinis] Node Hours: Per Job","[meapi] Node Hours: Per Job","[velsc] Node Hours: Per Job","[siski] Node Hours: Per Job","[duswa] Node Hours: Per Job","[ferdu] Node Hours: Per Job","[smew1] Node Hours: Per Job","[evegr] Node Hours: Per Job","[pereg] Node Hours: Per Job","[egygo] Node Hours: Per Job","[crane] Node Hours: Per Job","[yebwa] Node Hours: Per Job","[sante] Node Hours: Per Job","[ovenb] Node Hours: Per Job","[mamwa] Node Hours: Per Job","[garwa] Node Hours: Per Job","[whtsp] Node Hours: Per Job","[yebbu] Node Hours: Per Job","[lapwi] Node Hours: Per Job","[yebsa] Node Hours: Per Job","[gloib] Node Hours: Per Job","[shttr] Node Hours: Per Job","[sarwa] Node Hours: Per Job","[whtpl] Node Hours: Per Job","[misth] Node Hours: Per Job","[ybsbu] Node Hours: Per Job","[ribgu] Node Hours: Per Job","[whimb] Node Hours: Per Job","[corsh] Node Hours: Per Job","[moorh] Node Hours: Per Job","[jackd] Node Hours: Per Job","[hoowa] Node Hours: Per Job","[shag1] Node Hours: Per Job","[lesre] Node Hours: Per Job","[sposa] Node Hours: Per Job","[boowa] Node Hours: Per Job","[field] Node Hours: Per Job","[rolle] Node Hours: Per Job","[sancr] Node Hours: Per Job","[pibgr] Node Hours: Per Job","[noror] Node Hours: Per Job","[legsh] Node Hours: Per Job","[grath] Node Hours: Per Job","[litau] Node Hours: Per Job","[blhbu] Node Hours: Per Job","[henha] Node Hours: Per Job","[alpsw] Node Hours: Per Job","[lanhach] Node Hours: Per Job","[allga] Node Hours: Per Job","[caspl] Node Hours: Per Job","[vertera] Node Hours: Per Job","[turdo] Node Hours: Per Job","[coot1] Node Hours: Per Job","[proubis] Node Hours: Per Job","[categ] Node Hours: Per Job","[sogsh] Node Hours: Per Job","[swath] Node Hours: Per Job","[dunli] Node Hours: Per Job","[litst] Node Hours: Per Job","[reebu] Node Hours: Per Job","[honbu] Node Hours: Per Job","[crama] Node Hours: Per Job","[relpa] Node Hours: Per Job","[savsp] Node Hours: Per Job","[grgsh] Node Hours: Per Job" -"2016 Q4",798.39777778,824.05108025,545.85272727,436.75888889,420.21000000,364.05481481,255.00972222,218.94047619,141.13166667,119.84351852,110.47750000,102.77777778,180.12777778,87.43875000,78.12005556,72.00694444,42.39165094,33.22259259,50.34944444,48.78758939,41.90614198,48.00666667,41.05402778,52.03015015,44.13648148,38.92045455,38.73828704,31.90972222,28.08361111,39.70576389,23.01874399,21.84694444,21.83599206,20.26606061,13.15263889,16.56139352,16.76537037,13.89625000,16.77370370,10.37586034,10.00406111,46.63944444,8.59051583,7.77245050,8.66552083,5.98691667,5.04208333,8.65347222,5.99888889,2.34500000,0.19661458,2.24853865,1.52875081,0.97288194,0.97296296,0.97234375,1.45671498,0.77236014,0.61704722,0.33320707,0.26789938,0.35657536,0.08049603,0.06500000,0.02434444,0.02076714 -"2017 Q1",161.66000000,0,21.95481481,0,0,0,95.02916667,0,0,13.18611111,0,55.64063492,0.43333333,0,23.22416667,0,11.20848700,17.76722222,0,13.34534574,12.85083333,0,17.62535714,8.78987654,0,5.04583333,0,0,22.44571429,8.59888889,11.50582962,0,0,4.95388889,11.49055556,5.29138889,0,7.66472222,4.28111111,0,0,1.56342949,0,17.62916667,0.47638889,0,0,0.88986111,2.25132716,0,2.11436355,0.68703333,1.19577652,0.96979167,0.96958333,0.96975694,0.02809588,0,0.63905875,0,2.34518519,0.05680123,0,0,0.02555556,0 +Quarter,"[chaff] Node Hours: Per Job","[aytinis] Node Hours: Per Job","[meapi] Node Hours: Per Job","[velsc] Node Hours: Per Job","[siski] Node Hours: Per Job","[duswa] Node Hours: Per Job","[ferdu] Node Hours: Per Job","[smew1] Node Hours: Per Job","[evegr] Node Hours: Per Job","[pereg] Node Hours: Per Job","[egygo] Node Hours: Per Job","[crane] Node Hours: Per Job","[yebwa] Node Hours: Per Job","[sante] Node Hours: Per Job","[ovenb] Node Hours: Per Job","[mamwa] Node Hours: Per Job","[garwa] Node Hours: Per Job","[whtsp] Node Hours: Per Job","[yebbu] Node Hours: Per Job","[lapwi] Node Hours: Per Job","[yebsa] Node Hours: Per Job","[gloib] Node Hours: Per Job","[shttr] Node Hours: Per Job","[sarwa] Node Hours: Per Job","[whtpl] Node Hours: Per Job","[misth] Node Hours: Per Job","[ybsbu] Node Hours: Per Job","[ribgu] Node Hours: Per Job","[whimb] Node Hours: Per Job","[corsh] Node Hours: Per Job","[moorh] Node Hours: Per Job","[jackd] Node Hours: Per Job","[hoowa] Node Hours: Per Job","[shag1] Node Hours: Per Job","[lesre] Node Hours: Per Job","[sposa] Node Hours: Per Job","[boowa] Node Hours: Per Job","[field] Node Hours: Per Job","[rolle] Node Hours: Per Job","[sancr] Node Hours: Per Job","[pibgr] Node Hours: Per Job","[noror] Node Hours: Per Job","[legsh] Node Hours: Per Job","[grath] Node Hours: Per Job","[litau] Node Hours: Per Job","[blhbu] Node Hours: Per Job","[henha] Node Hours: Per Job","[alpsw] Node Hours: Per Job","[lanhach] Node Hours: Per Job","[allga] Node Hours: Per Job","[hardu] Node Hours: Per Job","[caspl] Node Hours: Per Job","[vertera] Node Hours: Per Job","[turdo] Node Hours: Per Job","[coot1] Node Hours: Per Job","[proubis] Node Hours: Per Job","[categ] Node Hours: Per Job","[sogsh] Node Hours: Per Job","[swath] Node Hours: Per Job","[dunli] Node Hours: Per Job","[litst] Node Hours: Per Job","[reebu] Node Hours: Per Job","[honbu] Node Hours: Per Job","[crama] Node Hours: Per Job","[relpa] Node Hours: Per Job","[savsp] Node Hours: Per Job","[grgsh] Node Hours: Per Job" +"2016 Q4",798.39777778,824.05108025,545.85272727,436.75888889,420.21000000,364.05481481,255.00972222,218.94047619,141.13166667,119.84351852,110.47750000,102.77777778,180.12777778,87.43875000,78.12005556,72.00694444,42.39165094,33.22259259,50.34944444,48.78758939,41.90614198,48.00666667,41.05402778,52.03015015,44.13648148,38.92045455,38.73828704,31.90972222,28.08361111,39.70576389,23.01874399,21.84694444,21.83599206,20.26606061,13.15263889,16.56139352,16.76537037,13.89625000,16.77370370,10.37586034,10.00406111,46.63944444,8.59051583,7.77245050,8.66552083,5.98691667,5.04208333,8.65347222,5.99888889,2.34500000,2.34500000,0.19661458,2.24853865,1.52875081,0.97288194,0.97296296,0.97234375,1.45671498,0.77236014,0.61704722,0.33320707,0.26789938,0.35657536,0.08049603,0.06500000,0.02434444,0.02076714 +"2017 Q1",161.66000000,0,21.95481481,0,0,0,95.02916667,0,0,13.18611111,0,55.64063492,0.43333333,0,23.22416667,0,11.20848700,17.76722222,0,13.34534574,12.85083333,0,17.62535714,8.78987654,0,5.04583333,0,0,22.44571429,8.59888889,11.50582962,0,0,4.95388889,11.49055556,5.29138889,0,7.66472222,4.28111111,0,0,1.56342949,0,17.62916667,0.47638889,0,0,0.88986111,2.25132716,0,0,2.11436355,0.68703333,1.19577652,0.96979167,0.96958333,0.96975694,0.02809588,0,0.63905875,0,2.34518519,0.05680123,0,0,0.02555556,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/timeseries-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/timeseries-Year-cd.csv index 0abea93490..e21116de89 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/timeseries-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/timeseries-Year-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[chaff] Node Hours: Per Job","[aytinis] Node Hours: Per Job","[meapi] Node Hours: Per Job","[velsc] Node Hours: Per Job","[siski] Node Hours: Per Job","[duswa] Node Hours: Per Job","[ferdu] Node Hours: Per Job","[smew1] Node Hours: Per Job","[evegr] Node Hours: Per Job","[pereg] Node Hours: Per Job","[egygo] Node Hours: Per Job","[crane] Node Hours: Per Job","[yebwa] Node Hours: Per Job","[sante] Node Hours: Per Job","[ovenb] Node Hours: Per Job","[mamwa] Node Hours: Per Job","[garwa] Node Hours: Per Job","[whtsp] Node Hours: Per Job","[yebbu] Node Hours: Per Job","[lapwi] Node Hours: Per Job","[yebsa] Node Hours: Per Job","[gloib] Node Hours: Per Job","[shttr] Node Hours: Per Job","[sarwa] Node Hours: Per Job","[whtpl] Node Hours: Per Job","[misth] Node Hours: Per Job","[ybsbu] Node Hours: Per Job","[ribgu] Node Hours: Per Job","[whimb] Node Hours: Per Job","[corsh] Node Hours: Per Job","[moorh] Node Hours: Per Job","[jackd] Node Hours: Per Job","[hoowa] Node Hours: Per Job","[shag1] Node Hours: Per Job","[lesre] Node Hours: Per Job","[sposa] Node Hours: Per Job","[boowa] Node Hours: Per Job","[field] Node Hours: Per Job","[rolle] Node Hours: Per Job","[sancr] Node Hours: Per Job","[pibgr] Node Hours: Per Job","[noror] Node Hours: Per Job","[legsh] Node Hours: Per Job","[grath] Node Hours: Per Job","[litau] Node Hours: Per Job","[blhbu] Node Hours: Per Job","[henha] Node Hours: Per Job","[alpsw] Node Hours: Per Job","[lanhach] Node Hours: Per Job","[allga] Node Hours: Per Job","[caspl] Node Hours: Per Job","[vertera] Node Hours: Per Job","[turdo] Node Hours: Per Job","[coot1] Node Hours: Per Job","[proubis] Node Hours: Per Job","[categ] Node Hours: Per Job","[sogsh] Node Hours: Per Job","[swath] Node Hours: Per Job","[dunli] Node Hours: Per Job","[litst] Node Hours: Per Job","[reebu] Node Hours: Per Job","[honbu] Node Hours: Per Job","[crama] Node Hours: Per Job","[relpa] Node Hours: Per Job","[savsp] Node Hours: Per Job","[grgsh] Node Hours: Per Job" -2016,798.39777778,824.05108025,545.85272727,436.75888889,420.21000000,364.05481481,255.00972222,218.94047619,141.13166667,119.84351852,110.47750000,102.77777778,180.12777778,87.43875000,78.12005556,72.00694444,42.39165094,33.22259259,50.34944444,48.78758939,41.90614198,48.00666667,41.05402778,52.03015015,44.13648148,38.92045455,38.73828704,31.90972222,28.08361111,39.70576389,23.01874399,21.84694444,21.83599206,20.26606061,13.15263889,16.56139352,16.76537037,13.89625000,16.77370370,10.37586034,10.00406111,46.63944444,8.59051583,7.77245050,8.66552083,5.98691667,5.04208333,8.65347222,5.99888889,2.34500000,0.19661458,2.24853865,1.52875081,0.97288194,0.97296296,0.97234375,1.45671498,0.77236014,0.61704722,0.33320707,0.26789938,0.35657536,0.08049603,0.06500000,0.02434444,0.02076714 -2017,161.66000000,0,21.95481481,0,0,0,95.02916667,0,0,13.18611111,0,55.64063492,0.43333333,0,23.22416667,0,11.20848700,17.76722222,0,13.34534574,12.85083333,0,17.62535714,8.78987654,0,5.04583333,0,0,22.44571429,8.59888889,11.50582962,0,0,4.95388889,11.49055556,5.29138889,0,7.66472222,4.28111111,0,0,1.56342949,0,17.62916667,0.47638889,0,0,0.88986111,2.25132716,0,2.11436355,0.68703333,1.19577652,0.96979167,0.96958333,0.96975694,0.02809588,0,0.63905875,0,2.34518519,0.05680123,0,0,0.02555556,0 +Year,"[chaff] Node Hours: Per Job","[aytinis] Node Hours: Per Job","[meapi] Node Hours: Per Job","[velsc] Node Hours: Per Job","[siski] Node Hours: Per Job","[duswa] Node Hours: Per Job","[ferdu] Node Hours: Per Job","[smew1] Node Hours: Per Job","[evegr] Node Hours: Per Job","[pereg] Node Hours: Per Job","[egygo] Node Hours: Per Job","[crane] Node Hours: Per Job","[yebwa] Node Hours: Per Job","[sante] Node Hours: Per Job","[ovenb] Node Hours: Per Job","[mamwa] Node Hours: Per Job","[garwa] Node Hours: Per Job","[whtsp] Node Hours: Per Job","[yebbu] Node Hours: Per Job","[lapwi] Node Hours: Per Job","[yebsa] Node Hours: Per Job","[gloib] Node Hours: Per Job","[shttr] Node Hours: Per Job","[sarwa] Node Hours: Per Job","[whtpl] Node Hours: Per Job","[misth] Node Hours: Per Job","[ybsbu] Node Hours: Per Job","[ribgu] Node Hours: Per Job","[whimb] Node Hours: Per Job","[corsh] Node Hours: Per Job","[moorh] Node Hours: Per Job","[jackd] Node Hours: Per Job","[hoowa] Node Hours: Per Job","[shag1] Node Hours: Per Job","[lesre] Node Hours: Per Job","[sposa] Node Hours: Per Job","[boowa] Node Hours: Per Job","[field] Node Hours: Per Job","[rolle] Node Hours: Per Job","[sancr] Node Hours: Per Job","[pibgr] Node Hours: Per Job","[noror] Node Hours: Per Job","[legsh] Node Hours: Per Job","[grath] Node Hours: Per Job","[litau] Node Hours: Per Job","[blhbu] Node Hours: Per Job","[henha] Node Hours: Per Job","[alpsw] Node Hours: Per Job","[lanhach] Node Hours: Per Job","[allga] Node Hours: Per Job","[hardu] Node Hours: Per Job","[caspl] Node Hours: Per Job","[vertera] Node Hours: Per Job","[turdo] Node Hours: Per Job","[coot1] Node Hours: Per Job","[proubis] Node Hours: Per Job","[categ] Node Hours: Per Job","[sogsh] Node Hours: Per Job","[swath] Node Hours: Per Job","[dunli] Node Hours: Per Job","[litst] Node Hours: Per Job","[reebu] Node Hours: Per Job","[honbu] Node Hours: Per Job","[crama] Node Hours: Per Job","[relpa] Node Hours: Per Job","[savsp] Node Hours: Per Job","[grgsh] Node Hours: Per Job" +2016,798.39777778,824.05108025,545.85272727,436.75888889,420.21000000,364.05481481,255.00972222,218.94047619,141.13166667,119.84351852,110.47750000,102.77777778,180.12777778,87.43875000,78.12005556,72.00694444,42.39165094,33.22259259,50.34944444,48.78758939,41.90614198,48.00666667,41.05402778,52.03015015,44.13648148,38.92045455,38.73828704,31.90972222,28.08361111,39.70576389,23.01874399,21.84694444,21.83599206,20.26606061,13.15263889,16.56139352,16.76537037,13.89625000,16.77370370,10.37586034,10.00406111,46.63944444,8.59051583,7.77245050,8.66552083,5.98691667,5.04208333,8.65347222,5.99888889,2.34500000,2.34500000,0.19661458,2.24853865,1.52875081,0.97288194,0.97296296,0.97234375,1.45671498,0.77236014,0.61704722,0.33320707,0.26789938,0.35657536,0.08049603,0.06500000,0.02434444,0.02076714 +2017,161.66000000,0,21.95481481,0,0,0,95.02916667,0,0,13.18611111,0,55.64063492,0.43333333,0,23.22416667,0,11.20848700,17.76722222,0,13.34534574,12.85083333,0,17.62535714,8.78987654,0,5.04583333,0,0,22.44571429,8.59888889,11.50582962,0,0,4.95388889,11.49055556,5.29138889,0,7.66472222,4.28111111,0,0,1.56342949,0,17.62916667,0.47638889,0,0,0.88986111,2.25132716,0,0,2.11436355,0.68703333,1.19577652,0.96979167,0.96958333,0.96975694,0.02809588,0,0.63905875,0,2.34518519,0.05680123,0,0,0.02555556,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/timeseries-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/timeseries-Year-cs.csv index 0abea93490..e21116de89 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/timeseries-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_node_hours/timeseries-Year-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[chaff] Node Hours: Per Job","[aytinis] Node Hours: Per Job","[meapi] Node Hours: Per Job","[velsc] Node Hours: Per Job","[siski] Node Hours: Per Job","[duswa] Node Hours: Per Job","[ferdu] Node Hours: Per Job","[smew1] Node Hours: Per Job","[evegr] Node Hours: Per Job","[pereg] Node Hours: Per Job","[egygo] Node Hours: Per Job","[crane] Node Hours: Per Job","[yebwa] Node Hours: Per Job","[sante] Node Hours: Per Job","[ovenb] Node Hours: Per Job","[mamwa] Node Hours: Per Job","[garwa] Node Hours: Per Job","[whtsp] Node Hours: Per Job","[yebbu] Node Hours: Per Job","[lapwi] Node Hours: Per Job","[yebsa] Node Hours: Per Job","[gloib] Node Hours: Per Job","[shttr] Node Hours: Per Job","[sarwa] Node Hours: Per Job","[whtpl] Node Hours: Per Job","[misth] Node Hours: Per Job","[ybsbu] Node Hours: Per Job","[ribgu] Node Hours: Per Job","[whimb] Node Hours: Per Job","[corsh] Node Hours: Per Job","[moorh] Node Hours: Per Job","[jackd] Node Hours: Per Job","[hoowa] Node Hours: Per Job","[shag1] Node Hours: Per Job","[lesre] Node Hours: Per Job","[sposa] Node Hours: Per Job","[boowa] Node Hours: Per Job","[field] Node Hours: Per Job","[rolle] Node Hours: Per Job","[sancr] Node Hours: Per Job","[pibgr] Node Hours: Per Job","[noror] Node Hours: Per Job","[legsh] Node Hours: Per Job","[grath] Node Hours: Per Job","[litau] Node Hours: Per Job","[blhbu] Node Hours: Per Job","[henha] Node Hours: Per Job","[alpsw] Node Hours: Per Job","[lanhach] Node Hours: Per Job","[allga] Node Hours: Per Job","[caspl] Node Hours: Per Job","[vertera] Node Hours: Per Job","[turdo] Node Hours: Per Job","[coot1] Node Hours: Per Job","[proubis] Node Hours: Per Job","[categ] Node Hours: Per Job","[sogsh] Node Hours: Per Job","[swath] Node Hours: Per Job","[dunli] Node Hours: Per Job","[litst] Node Hours: Per Job","[reebu] Node Hours: Per Job","[honbu] Node Hours: Per Job","[crama] Node Hours: Per Job","[relpa] Node Hours: Per Job","[savsp] Node Hours: Per Job","[grgsh] Node Hours: Per Job" -2016,798.39777778,824.05108025,545.85272727,436.75888889,420.21000000,364.05481481,255.00972222,218.94047619,141.13166667,119.84351852,110.47750000,102.77777778,180.12777778,87.43875000,78.12005556,72.00694444,42.39165094,33.22259259,50.34944444,48.78758939,41.90614198,48.00666667,41.05402778,52.03015015,44.13648148,38.92045455,38.73828704,31.90972222,28.08361111,39.70576389,23.01874399,21.84694444,21.83599206,20.26606061,13.15263889,16.56139352,16.76537037,13.89625000,16.77370370,10.37586034,10.00406111,46.63944444,8.59051583,7.77245050,8.66552083,5.98691667,5.04208333,8.65347222,5.99888889,2.34500000,0.19661458,2.24853865,1.52875081,0.97288194,0.97296296,0.97234375,1.45671498,0.77236014,0.61704722,0.33320707,0.26789938,0.35657536,0.08049603,0.06500000,0.02434444,0.02076714 -2017,161.66000000,0,21.95481481,0,0,0,95.02916667,0,0,13.18611111,0,55.64063492,0.43333333,0,23.22416667,0,11.20848700,17.76722222,0,13.34534574,12.85083333,0,17.62535714,8.78987654,0,5.04583333,0,0,22.44571429,8.59888889,11.50582962,0,0,4.95388889,11.49055556,5.29138889,0,7.66472222,4.28111111,0,0,1.56342949,0,17.62916667,0.47638889,0,0,0.88986111,2.25132716,0,2.11436355,0.68703333,1.19577652,0.96979167,0.96958333,0.96975694,0.02809588,0,0.63905875,0,2.34518519,0.05680123,0,0,0.02555556,0 +Year,"[chaff] Node Hours: Per Job","[aytinis] Node Hours: Per Job","[meapi] Node Hours: Per Job","[velsc] Node Hours: Per Job","[siski] Node Hours: Per Job","[duswa] Node Hours: Per Job","[ferdu] Node Hours: Per Job","[smew1] Node Hours: Per Job","[evegr] Node Hours: Per Job","[pereg] Node Hours: Per Job","[egygo] Node Hours: Per Job","[crane] Node Hours: Per Job","[yebwa] Node Hours: Per Job","[sante] Node Hours: Per Job","[ovenb] Node Hours: Per Job","[mamwa] Node Hours: Per Job","[garwa] Node Hours: Per Job","[whtsp] Node Hours: Per Job","[yebbu] Node Hours: Per Job","[lapwi] Node Hours: Per Job","[yebsa] Node Hours: Per Job","[gloib] Node Hours: Per Job","[shttr] Node Hours: Per Job","[sarwa] Node Hours: Per Job","[whtpl] Node Hours: Per Job","[misth] Node Hours: Per Job","[ybsbu] Node Hours: Per Job","[ribgu] Node Hours: Per Job","[whimb] Node Hours: Per Job","[corsh] Node Hours: Per Job","[moorh] Node Hours: Per Job","[jackd] Node Hours: Per Job","[hoowa] Node Hours: Per Job","[shag1] Node Hours: Per Job","[lesre] Node Hours: Per Job","[sposa] Node Hours: Per Job","[boowa] Node Hours: Per Job","[field] Node Hours: Per Job","[rolle] Node Hours: Per Job","[sancr] Node Hours: Per Job","[pibgr] Node Hours: Per Job","[noror] Node Hours: Per Job","[legsh] Node Hours: Per Job","[grath] Node Hours: Per Job","[litau] Node Hours: Per Job","[blhbu] Node Hours: Per Job","[henha] Node Hours: Per Job","[alpsw] Node Hours: Per Job","[lanhach] Node Hours: Per Job","[allga] Node Hours: Per Job","[hardu] Node Hours: Per Job","[caspl] Node Hours: Per Job","[vertera] Node Hours: Per Job","[turdo] Node Hours: Per Job","[coot1] Node Hours: Per Job","[proubis] Node Hours: Per Job","[categ] Node Hours: Per Job","[sogsh] Node Hours: Per Job","[swath] Node Hours: Per Job","[dunli] Node Hours: Per Job","[litst] Node Hours: Per Job","[reebu] Node Hours: Per Job","[honbu] Node Hours: Per Job","[crama] Node Hours: Per Job","[relpa] Node Hours: Per Job","[savsp] Node Hours: Per Job","[grgsh] Node Hours: Per Job" +2016,798.39777778,824.05108025,545.85272727,436.75888889,420.21000000,364.05481481,255.00972222,218.94047619,141.13166667,119.84351852,110.47750000,102.77777778,180.12777778,87.43875000,78.12005556,72.00694444,42.39165094,33.22259259,50.34944444,48.78758939,41.90614198,48.00666667,41.05402778,52.03015015,44.13648148,38.92045455,38.73828704,31.90972222,28.08361111,39.70576389,23.01874399,21.84694444,21.83599206,20.26606061,13.15263889,16.56139352,16.76537037,13.89625000,16.77370370,10.37586034,10.00406111,46.63944444,8.59051583,7.77245050,8.66552083,5.98691667,5.04208333,8.65347222,5.99888889,2.34500000,2.34500000,0.19661458,2.24853865,1.52875081,0.97288194,0.97296296,0.97234375,1.45671498,0.77236014,0.61704722,0.33320707,0.26789938,0.35657536,0.08049603,0.06500000,0.02434444,0.02076714 +2017,161.66000000,0,21.95481481,0,0,0,95.02916667,0,0,13.18611111,0,55.64063492,0.43333333,0,23.22416667,0,11.20848700,17.76722222,0,13.34534574,12.85083333,0,17.62535714,8.78987654,0,5.04583333,0,0,22.44571429,8.59888889,11.50582962,0,0,4.95388889,11.49055556,5.29138889,0,7.66472222,4.28111111,0,0,1.56342949,0,17.62916667,0.47638889,0,0,0.88986111,2.25132716,0,0,2.11436355,0.68703333,1.19577652,0.96979167,0.96958333,0.96975694,0.02809588,0,0.63905875,0,2.34518519,0.05680123,0,0,0.02555556,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/aggregate-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/aggregate-Day-cd.csv index e1b9c3080e..48533a9dbb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/aggregate-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/aggregate-Day-cd.csv @@ -12,6 +12,7 @@ yebwa,160.0000,0 egygo,112.0000,0 velsc,112.0000,22.627416997969522 allga,108.0000,0 +hardu,108.0000,0 crane,96.0000,0 meapi,96.0000,0 smew1,72.0000,0 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/aggregate-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/aggregate-Day-cs.csv index e1b9c3080e..48533a9dbb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/aggregate-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/aggregate-Day-cs.csv @@ -12,6 +12,7 @@ yebwa,160.0000,0 egygo,112.0000,0 velsc,112.0000,22.627416997969522 allga,108.0000,0 +hardu,108.0000,0 crane,96.0000,0 meapi,96.0000,0 smew1,72.0000,0 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/aggregate-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/aggregate-Month-cd.csv index e1b9c3080e..48533a9dbb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/aggregate-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/aggregate-Month-cd.csv @@ -12,6 +12,7 @@ yebwa,160.0000,0 egygo,112.0000,0 velsc,112.0000,22.627416997969522 allga,108.0000,0 +hardu,108.0000,0 crane,96.0000,0 meapi,96.0000,0 smew1,72.0000,0 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/aggregate-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/aggregate-Month-cs.csv index e1b9c3080e..48533a9dbb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/aggregate-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/aggregate-Month-cs.csv @@ -12,6 +12,7 @@ yebwa,160.0000,0 egygo,112.0000,0 velsc,112.0000,22.627416997969522 allga,108.0000,0 +hardu,108.0000,0 crane,96.0000,0 meapi,96.0000,0 smew1,72.0000,0 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/aggregate-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/aggregate-Quarter-cd.csv index e1b9c3080e..48533a9dbb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/aggregate-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/aggregate-Quarter-cd.csv @@ -12,6 +12,7 @@ yebwa,160.0000,0 egygo,112.0000,0 velsc,112.0000,22.627416997969522 allga,108.0000,0 +hardu,108.0000,0 crane,96.0000,0 meapi,96.0000,0 smew1,72.0000,0 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/aggregate-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/aggregate-Quarter-cs.csv index e1b9c3080e..48533a9dbb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/aggregate-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/aggregate-Quarter-cs.csv @@ -12,6 +12,7 @@ yebwa,160.0000,0 egygo,112.0000,0 velsc,112.0000,22.627416997969522 allga,108.0000,0 +hardu,108.0000,0 crane,96.0000,0 meapi,96.0000,0 smew1,72.0000,0 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/aggregate-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/aggregate-Year-cd.csv index e1b9c3080e..48533a9dbb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/aggregate-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/aggregate-Year-cd.csv @@ -12,6 +12,7 @@ yebwa,160.0000,0 egygo,112.0000,0 velsc,112.0000,22.627416997969522 allga,108.0000,0 +hardu,108.0000,0 crane,96.0000,0 meapi,96.0000,0 smew1,72.0000,0 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/aggregate-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/aggregate-Year-cs.csv index e1b9c3080e..48533a9dbb 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/aggregate-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/aggregate-Year-cs.csv @@ -12,6 +12,7 @@ yebwa,160.0000,0 egygo,112.0000,0 velsc,112.0000,22.627416997969522 allga,108.0000,0 +hardu,108.0000,0 crane,96.0000,0 meapi,96.0000,0 smew1,72.0000,0 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/timeseries-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/timeseries-Day-cd.csv index 38e1ea6094..121772653d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/timeseries-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/timeseries-Day-cd.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[duswa] Job Size: Per Job (Core Count)","[aytinis] Job Size: Per Job (Core Count)","[yebwa] Job Size: Per Job (Core Count)","[egygo] Job Size: Per Job (Core Count)","[velsc] Job Size: Per Job (Core Count)","[allga] Job Size: Per Job (Core Count)","[crane] Job Size: Per Job (Core Count)","[meapi] Job Size: Per Job (Core Count)","[smew1] Job Size: Per Job (Core Count)","[chaff] Job Size: Per Job (Core Count)","[ferdu] Job Size: Per Job (Core Count)","[pereg] Job Size: Per Job (Core Count)","[siski] Job Size: Per Job (Core Count)","[evegr] Job Size: Per Job (Core Count)","[whimb] Job Size: Per Job (Core Count)","[alpsw] Job Size: Per Job (Core Count)","[dunli] Job Size: Per Job (Core Count)","[sarwa] Job Size: Per Job (Core Count)","[yebbu] Job Size: Per Job (Core Count)","[vertera] Job Size: Per Job (Core Count)","[whtsp] Job Size: Per Job (Core Count)","[crama] Job Size: Per Job (Core Count)","[gloib] Job Size: Per Job (Core Count)","[rolle] Job Size: Per Job (Core Count)","[sancr] Job Size: Per Job (Core Count)","[lanhach] Job Size: Per Job (Core Count)","[ovenb] Job Size: Per Job (Core Count)","[relpa] Job Size: Per Job (Core Count)","[shag1] Job Size: Per Job (Core Count)","[litst] Job Size: Per Job (Core Count)","[caspl] Job Size: Per Job (Core Count)","[misth] Job Size: Per Job (Core Count)","[sposa] Job Size: Per Job (Core Count)","[whtpl] Job Size: Per Job (Core Count)","[litau] Job Size: Per Job (Core Count)","[garwa] Job Size: Per Job (Core Count)","[hoowa] Job Size: Per Job (Core Count)","[honbu] Job Size: Per Job (Core Count)","[ybsbu] Job Size: Per Job (Core Count)","[noror] Job Size: Per Job (Core Count)","[reebu] Job Size: Per Job (Core Count)","[turdo] Job Size: Per Job (Core Count)","[corsh] Job Size: Per Job (Core Count)","[field] Job Size: Per Job (Core Count)","[shttr] Job Size: Per Job (Core Count)","[swath] Job Size: Per Job (Core Count)","[lesre] Job Size: Per Job (Core Count)","[yebsa] Job Size: Per Job (Core Count)","[grath] Job Size: Per Job (Core Count)","[boowa] Job Size: Per Job (Core Count)","[blhbu] Job Size: Per Job (Core Count)","[categ] Job Size: Per Job (Core Count)","[coot1] Job Size: Per Job (Core Count)","[grgsh] Job Size: Per Job (Core Count)","[henha] Job Size: Per Job (Core Count)","[jackd] Job Size: Per Job (Core Count)","[lapwi] Job Size: Per Job (Core Count)","[legsh] Job Size: Per Job (Core Count)","[mamwa] Job Size: Per Job (Core Count)","[moorh] Job Size: Per Job (Core Count)","[pibgr] Job Size: Per Job (Core Count)","[proubis] Job Size: Per Job (Core Count)","[ribgu] Job Size: Per Job (Core Count)","[sante] Job Size: Per Job (Core Count)","[savsp] Job Size: Per Job (Core Count)","[sogsh] Job Size: Per Job (Core Count)" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0,0 -2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,24.0000,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0,0 -2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16.0000,0,0,0,12.0000,24.0000,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0,0 -2016-12-27,0,0,0,0,144.0000,0,0,96.0000,0,64.0000,0,0,72.0000,0,0,0,0,0,0,0,0,0,0,0,32.0000,0,16.0000,0,0,0,0,0,0,0,0,16.0000,0,1.0000,16.0000,12.0000,28.0000,12.0000,0,0,8.0000,0,0,0,0,12.0000,0,0,0,0,0,0,0,0,1.0000,0,0,0,0,1.0000,0,0 -2016-12-28,0,183.1111,0,0,144.0000,0,0,96.0000,0,64.0000,0,0,60.0000,0,0,0,0,32.0000,0,0,0,0,20.0000,0,24.7273,0,16.0000,0,22.0000,0,0,12.0000,0,12.0000,0,16.0000,8.0000,1.0000,16.0000,12.0000,28.3077,12.0000,0,0,8.0000,0,0,0,0,12.0000,0,0,0,0,0,0,1.0000,0,1.0000,1.0000,0,0,0,1.0000,0,0 -2016-12-29,0,183.1111,160.0000,112.0000,144.0000,0,96.0000,96.0000,72.0000,64.0000,60.0000,60.0000,60.0000,56.0000,0,0,0,32.0000,40.0000,0,0,0,20.0000,0,22.1667,1.0000,16.0000,0,18.6667,0,0,12.0000,12.0000,12.0000,5.0000,16.0000,8.0000,9.5181,9.6000,12.0000,21.1200,8.4211,8.0000,0,8.0000,8.6154,4.0000,4.0000,2.0000,12.0000,0,0,0,0,1.0000,0,1.0000,0,1.0000,1.0000,1.0000,0,0,1.0000,0,0 -2016-12-30,224.0000,183.1111,160.0000,112.0000,112.0000,108.0000,96.0000,96.0000,72.0000,64.0000,60.0000,60.0000,60.0000,56.0000,72.0000,48.0000,44.0444,26.6286,28.0000,24.6500,0,20.0000,20.0000,23.3333,18.1702,15.2500,16.0000,16.0000,15.5556,13.1429,0,12.0000,12.0000,12.0000,5.0000,16.0000,9.5000,9.0927,9.3333,12.0000,8.1004,8.0229,8.0000,8.0000,7.7778,4.0842,4.0000,4.0000,9.5000,1.7333,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 -2016-12-31,336.0000,183.1111,0,112.0000,0,0,96.0000,96.0000,72.0000,64.0000,60.0000,60.0000,48.0000,0,52.0000,64.0000,92.4000,41.7778,40.0000,24.4615,23.1111,0,0,32.5000,16.4337,13.6667,16.0000,0,17.3333,16.0000,12.0000,12.0000,12.0000,0,11.4286,10.3542,10.7500,9.8834,8.0000,23.2000,8.1216,8.0000,8.0000,8.0000,8.0000,64.0000,4.0000,4.0000,2.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,0,1.0000,0,1.0000,1.0000,0,1.0000,1.0000 -2017-01-01,0,0,160.0000,0,0,0,96.0000,96.0000,0,64.0000,60.0000,60.0000,0,0,46.2857,32.0000,37.8993,39.1111,0,24.0000,23.1111,0,0,5.0000,0,20.0000,16.0000,0,24.0000,0,12.0000,12.0000,12.0000,0,12.0000,10.5532,0,9.1392,0,6.0385,16.0000,8.0000,8.0000,8.0000,8.0000,0,4.0000,4.0000,2.0000,0,0,1.0000,1.0000,0,0,0,1.0000,0,0,1.0000,0,1.0000,0,0,1.0000,1.0000 +Day,"[duswa] Job Size: Per Job (Core Count)","[aytinis] Job Size: Per Job (Core Count)","[yebwa] Job Size: Per Job (Core Count)","[egygo] Job Size: Per Job (Core Count)","[velsc] Job Size: Per Job (Core Count)","[allga] Job Size: Per Job (Core Count)","[hardu] Job Size: Per Job (Core Count)","[crane] Job Size: Per Job (Core Count)","[meapi] Job Size: Per Job (Core Count)","[smew1] Job Size: Per Job (Core Count)","[chaff] Job Size: Per Job (Core Count)","[ferdu] Job Size: Per Job (Core Count)","[pereg] Job Size: Per Job (Core Count)","[siski] Job Size: Per Job (Core Count)","[evegr] Job Size: Per Job (Core Count)","[whimb] Job Size: Per Job (Core Count)","[alpsw] Job Size: Per Job (Core Count)","[dunli] Job Size: Per Job (Core Count)","[sarwa] Job Size: Per Job (Core Count)","[yebbu] Job Size: Per Job (Core Count)","[vertera] Job Size: Per Job (Core Count)","[whtsp] Job Size: Per Job (Core Count)","[crama] Job Size: Per Job (Core Count)","[gloib] Job Size: Per Job (Core Count)","[rolle] Job Size: Per Job (Core Count)","[sancr] Job Size: Per Job (Core Count)","[lanhach] Job Size: Per Job (Core Count)","[ovenb] Job Size: Per Job (Core Count)","[relpa] Job Size: Per Job (Core Count)","[shag1] Job Size: Per Job (Core Count)","[litst] Job Size: Per Job (Core Count)","[caspl] Job Size: Per Job (Core Count)","[misth] Job Size: Per Job (Core Count)","[sposa] Job Size: Per Job (Core Count)","[whtpl] Job Size: Per Job (Core Count)","[litau] Job Size: Per Job (Core Count)","[garwa] Job Size: Per Job (Core Count)","[hoowa] Job Size: Per Job (Core Count)","[honbu] Job Size: Per Job (Core Count)","[ybsbu] Job Size: Per Job (Core Count)","[noror] Job Size: Per Job (Core Count)","[reebu] Job Size: Per Job (Core Count)","[turdo] Job Size: Per Job (Core Count)","[corsh] Job Size: Per Job (Core Count)","[field] Job Size: Per Job (Core Count)","[shttr] Job Size: Per Job (Core Count)","[swath] Job Size: Per Job (Core Count)","[lesre] Job Size: Per Job (Core Count)","[yebsa] Job Size: Per Job (Core Count)","[grath] Job Size: Per Job (Core Count)","[boowa] Job Size: Per Job (Core Count)","[blhbu] Job Size: Per Job (Core Count)","[categ] Job Size: Per Job (Core Count)","[coot1] Job Size: Per Job (Core Count)","[grgsh] Job Size: Per Job (Core Count)","[henha] Job Size: Per Job (Core Count)","[jackd] Job Size: Per Job (Core Count)","[lapwi] Job Size: Per Job (Core Count)","[legsh] Job Size: Per Job (Core Count)","[mamwa] Job Size: Per Job (Core Count)","[moorh] Job Size: Per Job (Core Count)","[pibgr] Job Size: Per Job (Core Count)","[proubis] Job Size: Per Job (Core Count)","[ribgu] Job Size: Per Job (Core Count)","[sante] Job Size: Per Job (Core Count)","[savsp] Job Size: Per Job (Core Count)","[sogsh] Job Size: Per Job (Core Count)" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0,0 +2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,24.0000,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0,0 +2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16.0000,0,0,0,12.0000,24.0000,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0,0 +2016-12-27,0,0,0,0,144.0000,0,0,0,96.0000,0,64.0000,0,0,72.0000,0,0,0,0,0,0,0,0,0,0,0,32.0000,0,16.0000,0,0,0,0,0,0,0,0,16.0000,0,1.0000,16.0000,12.0000,28.0000,12.0000,0,0,8.0000,0,0,0,0,12.0000,0,0,0,0,0,0,0,0,1.0000,0,0,0,0,1.0000,0,0 +2016-12-28,0,183.1111,0,0,144.0000,0,0,0,96.0000,0,64.0000,0,0,60.0000,0,0,0,0,32.0000,0,0,0,0,20.0000,0,24.7273,0,16.0000,0,22.0000,0,0,12.0000,0,12.0000,0,16.0000,8.0000,1.0000,16.0000,12.0000,28.3077,12.0000,0,0,8.0000,0,0,0,0,12.0000,0,0,0,0,0,0,1.0000,0,1.0000,1.0000,0,0,0,1.0000,0,0 +2016-12-29,0,183.1111,160.0000,112.0000,144.0000,0,0,96.0000,96.0000,72.0000,64.0000,60.0000,60.0000,60.0000,56.0000,0,0,0,32.0000,40.0000,0,0,0,20.0000,0,22.1667,1.0000,16.0000,0,18.6667,0,0,12.0000,12.0000,12.0000,5.0000,16.0000,8.0000,9.5181,9.6000,12.0000,21.1200,8.4211,8.0000,0,8.0000,8.6154,4.0000,4.0000,2.0000,12.0000,0,0,0,0,1.0000,0,1.0000,0,1.0000,1.0000,1.0000,0,0,1.0000,0,0 +2016-12-30,224.0000,183.1111,160.0000,112.0000,112.0000,108.0000,108.0000,96.0000,96.0000,72.0000,64.0000,60.0000,60.0000,60.0000,56.0000,72.0000,48.0000,44.0444,26.6286,28.0000,24.6500,0,20.0000,20.0000,23.3333,18.1702,15.2500,16.0000,16.0000,15.5556,13.1429,0,12.0000,12.0000,12.0000,5.0000,16.0000,9.5000,9.0927,9.3333,12.0000,8.1004,8.0229,8.0000,8.0000,7.7778,4.0842,4.0000,4.0000,9.5000,1.7333,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 +2016-12-31,336.0000,183.1111,0,112.0000,0,0,0,96.0000,96.0000,72.0000,64.0000,60.0000,60.0000,48.0000,0,52.0000,64.0000,92.4000,41.7778,40.0000,24.4615,23.1111,0,0,32.5000,16.4337,13.6667,16.0000,0,17.3333,16.0000,12.0000,12.0000,12.0000,0,11.4286,10.3542,10.7500,9.8834,8.0000,23.2000,8.1216,8.0000,8.0000,8.0000,8.0000,64.0000,4.0000,4.0000,2.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,0,1.0000,0,1.0000,1.0000,0,1.0000,1.0000 +2017-01-01,0,0,160.0000,0,0,0,0,96.0000,96.0000,0,64.0000,60.0000,60.0000,0,0,46.2857,32.0000,37.8993,39.1111,0,24.0000,23.1111,0,0,5.0000,0,20.0000,16.0000,0,24.0000,0,12.0000,12.0000,12.0000,0,12.0000,10.5532,0,9.1392,0,6.0385,16.0000,8.0000,8.0000,8.0000,8.0000,0,4.0000,4.0000,2.0000,0,0,1.0000,1.0000,0,0,0,1.0000,0,0,1.0000,0,1.0000,0,0,1.0000,1.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/timeseries-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/timeseries-Day-cs.csv index 38e1ea6094..121772653d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/timeseries-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/timeseries-Day-cs.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[duswa] Job Size: Per Job (Core Count)","[aytinis] Job Size: Per Job (Core Count)","[yebwa] Job Size: Per Job (Core Count)","[egygo] Job Size: Per Job (Core Count)","[velsc] Job Size: Per Job (Core Count)","[allga] Job Size: Per Job (Core Count)","[crane] Job Size: Per Job (Core Count)","[meapi] Job Size: Per Job (Core Count)","[smew1] Job Size: Per Job (Core Count)","[chaff] Job Size: Per Job (Core Count)","[ferdu] Job Size: Per Job (Core Count)","[pereg] Job Size: Per Job (Core Count)","[siski] Job Size: Per Job (Core Count)","[evegr] Job Size: Per Job (Core Count)","[whimb] Job Size: Per Job (Core Count)","[alpsw] Job Size: Per Job (Core Count)","[dunli] Job Size: Per Job (Core Count)","[sarwa] Job Size: Per Job (Core Count)","[yebbu] Job Size: Per Job (Core Count)","[vertera] Job Size: Per Job (Core Count)","[whtsp] Job Size: Per Job (Core Count)","[crama] Job Size: Per Job (Core Count)","[gloib] Job Size: Per Job (Core Count)","[rolle] Job Size: Per Job (Core Count)","[sancr] Job Size: Per Job (Core Count)","[lanhach] Job Size: Per Job (Core Count)","[ovenb] Job Size: Per Job (Core Count)","[relpa] Job Size: Per Job (Core Count)","[shag1] Job Size: Per Job (Core Count)","[litst] Job Size: Per Job (Core Count)","[caspl] Job Size: Per Job (Core Count)","[misth] Job Size: Per Job (Core Count)","[sposa] Job Size: Per Job (Core Count)","[whtpl] Job Size: Per Job (Core Count)","[litau] Job Size: Per Job (Core Count)","[garwa] Job Size: Per Job (Core Count)","[hoowa] Job Size: Per Job (Core Count)","[honbu] Job Size: Per Job (Core Count)","[ybsbu] Job Size: Per Job (Core Count)","[noror] Job Size: Per Job (Core Count)","[reebu] Job Size: Per Job (Core Count)","[turdo] Job Size: Per Job (Core Count)","[corsh] Job Size: Per Job (Core Count)","[field] Job Size: Per Job (Core Count)","[shttr] Job Size: Per Job (Core Count)","[swath] Job Size: Per Job (Core Count)","[lesre] Job Size: Per Job (Core Count)","[yebsa] Job Size: Per Job (Core Count)","[grath] Job Size: Per Job (Core Count)","[boowa] Job Size: Per Job (Core Count)","[blhbu] Job Size: Per Job (Core Count)","[categ] Job Size: Per Job (Core Count)","[coot1] Job Size: Per Job (Core Count)","[grgsh] Job Size: Per Job (Core Count)","[henha] Job Size: Per Job (Core Count)","[jackd] Job Size: Per Job (Core Count)","[lapwi] Job Size: Per Job (Core Count)","[legsh] Job Size: Per Job (Core Count)","[mamwa] Job Size: Per Job (Core Count)","[moorh] Job Size: Per Job (Core Count)","[pibgr] Job Size: Per Job (Core Count)","[proubis] Job Size: Per Job (Core Count)","[ribgu] Job Size: Per Job (Core Count)","[sante] Job Size: Per Job (Core Count)","[savsp] Job Size: Per Job (Core Count)","[sogsh] Job Size: Per Job (Core Count)" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0,0 -2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,24.0000,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0,0 -2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16.0000,0,0,0,12.0000,24.0000,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0,0 -2016-12-27,0,0,0,0,144.0000,0,0,96.0000,0,64.0000,0,0,72.0000,0,0,0,0,0,0,0,0,0,0,0,32.0000,0,16.0000,0,0,0,0,0,0,0,0,16.0000,0,1.0000,16.0000,12.0000,28.0000,12.0000,0,0,8.0000,0,0,0,0,12.0000,0,0,0,0,0,0,0,0,1.0000,0,0,0,0,1.0000,0,0 -2016-12-28,0,183.1111,0,0,144.0000,0,0,96.0000,0,64.0000,0,0,60.0000,0,0,0,0,32.0000,0,0,0,0,20.0000,0,24.7273,0,16.0000,0,22.0000,0,0,12.0000,0,12.0000,0,16.0000,8.0000,1.0000,16.0000,12.0000,28.3077,12.0000,0,0,8.0000,0,0,0,0,12.0000,0,0,0,0,0,0,1.0000,0,1.0000,1.0000,0,0,0,1.0000,0,0 -2016-12-29,0,183.1111,160.0000,112.0000,144.0000,0,96.0000,96.0000,72.0000,64.0000,60.0000,60.0000,60.0000,56.0000,0,0,0,32.0000,40.0000,0,0,0,20.0000,0,22.1667,1.0000,16.0000,0,18.6667,0,0,12.0000,12.0000,12.0000,5.0000,16.0000,8.0000,9.5181,9.6000,12.0000,21.1200,8.4211,8.0000,0,8.0000,8.6154,4.0000,4.0000,2.0000,12.0000,0,0,0,0,1.0000,0,1.0000,0,1.0000,1.0000,1.0000,0,0,1.0000,0,0 -2016-12-30,224.0000,183.1111,160.0000,112.0000,112.0000,108.0000,96.0000,96.0000,72.0000,64.0000,60.0000,60.0000,60.0000,56.0000,72.0000,48.0000,44.0444,26.6286,28.0000,24.6500,0,20.0000,20.0000,23.3333,18.1702,15.2500,16.0000,16.0000,15.5556,13.1429,0,12.0000,12.0000,12.0000,5.0000,16.0000,9.5000,9.0927,9.3333,12.0000,8.1004,8.0229,8.0000,8.0000,7.7778,4.0842,4.0000,4.0000,9.5000,1.7333,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 -2016-12-31,336.0000,183.1111,0,112.0000,0,0,96.0000,96.0000,72.0000,64.0000,60.0000,60.0000,48.0000,0,52.0000,64.0000,92.4000,41.7778,40.0000,24.4615,23.1111,0,0,32.5000,16.4337,13.6667,16.0000,0,17.3333,16.0000,12.0000,12.0000,12.0000,0,11.4286,10.3542,10.7500,9.8834,8.0000,23.2000,8.1216,8.0000,8.0000,8.0000,8.0000,64.0000,4.0000,4.0000,2.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,0,1.0000,0,1.0000,1.0000,0,1.0000,1.0000 -2017-01-01,0,0,160.0000,0,0,0,96.0000,96.0000,0,64.0000,60.0000,60.0000,0,0,46.2857,32.0000,37.8993,39.1111,0,24.0000,23.1111,0,0,5.0000,0,20.0000,16.0000,0,24.0000,0,12.0000,12.0000,12.0000,0,12.0000,10.5532,0,9.1392,0,6.0385,16.0000,8.0000,8.0000,8.0000,8.0000,0,4.0000,4.0000,2.0000,0,0,1.0000,1.0000,0,0,0,1.0000,0,0,1.0000,0,1.0000,0,0,1.0000,1.0000 +Day,"[duswa] Job Size: Per Job (Core Count)","[aytinis] Job Size: Per Job (Core Count)","[yebwa] Job Size: Per Job (Core Count)","[egygo] Job Size: Per Job (Core Count)","[velsc] Job Size: Per Job (Core Count)","[allga] Job Size: Per Job (Core Count)","[hardu] Job Size: Per Job (Core Count)","[crane] Job Size: Per Job (Core Count)","[meapi] Job Size: Per Job (Core Count)","[smew1] Job Size: Per Job (Core Count)","[chaff] Job Size: Per Job (Core Count)","[ferdu] Job Size: Per Job (Core Count)","[pereg] Job Size: Per Job (Core Count)","[siski] Job Size: Per Job (Core Count)","[evegr] Job Size: Per Job (Core Count)","[whimb] Job Size: Per Job (Core Count)","[alpsw] Job Size: Per Job (Core Count)","[dunli] Job Size: Per Job (Core Count)","[sarwa] Job Size: Per Job (Core Count)","[yebbu] Job Size: Per Job (Core Count)","[vertera] Job Size: Per Job (Core Count)","[whtsp] Job Size: Per Job (Core Count)","[crama] Job Size: Per Job (Core Count)","[gloib] Job Size: Per Job (Core Count)","[rolle] Job Size: Per Job (Core Count)","[sancr] Job Size: Per Job (Core Count)","[lanhach] Job Size: Per Job (Core Count)","[ovenb] Job Size: Per Job (Core Count)","[relpa] Job Size: Per Job (Core Count)","[shag1] Job Size: Per Job (Core Count)","[litst] Job Size: Per Job (Core Count)","[caspl] Job Size: Per Job (Core Count)","[misth] Job Size: Per Job (Core Count)","[sposa] Job Size: Per Job (Core Count)","[whtpl] Job Size: Per Job (Core Count)","[litau] Job Size: Per Job (Core Count)","[garwa] Job Size: Per Job (Core Count)","[hoowa] Job Size: Per Job (Core Count)","[honbu] Job Size: Per Job (Core Count)","[ybsbu] Job Size: Per Job (Core Count)","[noror] Job Size: Per Job (Core Count)","[reebu] Job Size: Per Job (Core Count)","[turdo] Job Size: Per Job (Core Count)","[corsh] Job Size: Per Job (Core Count)","[field] Job Size: Per Job (Core Count)","[shttr] Job Size: Per Job (Core Count)","[swath] Job Size: Per Job (Core Count)","[lesre] Job Size: Per Job (Core Count)","[yebsa] Job Size: Per Job (Core Count)","[grath] Job Size: Per Job (Core Count)","[boowa] Job Size: Per Job (Core Count)","[blhbu] Job Size: Per Job (Core Count)","[categ] Job Size: Per Job (Core Count)","[coot1] Job Size: Per Job (Core Count)","[grgsh] Job Size: Per Job (Core Count)","[henha] Job Size: Per Job (Core Count)","[jackd] Job Size: Per Job (Core Count)","[lapwi] Job Size: Per Job (Core Count)","[legsh] Job Size: Per Job (Core Count)","[mamwa] Job Size: Per Job (Core Count)","[moorh] Job Size: Per Job (Core Count)","[pibgr] Job Size: Per Job (Core Count)","[proubis] Job Size: Per Job (Core Count)","[ribgu] Job Size: Per Job (Core Count)","[sante] Job Size: Per Job (Core Count)","[savsp] Job Size: Per Job (Core Count)","[sogsh] Job Size: Per Job (Core Count)" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,0,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0,0 +2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12.0000,24.0000,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0,0 +2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16.0000,0,0,0,12.0000,24.0000,12.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0,0 +2016-12-27,0,0,0,0,144.0000,0,0,0,96.0000,0,64.0000,0,0,72.0000,0,0,0,0,0,0,0,0,0,0,0,32.0000,0,16.0000,0,0,0,0,0,0,0,0,16.0000,0,1.0000,16.0000,12.0000,28.0000,12.0000,0,0,8.0000,0,0,0,0,12.0000,0,0,0,0,0,0,0,0,1.0000,0,0,0,0,1.0000,0,0 +2016-12-28,0,183.1111,0,0,144.0000,0,0,0,96.0000,0,64.0000,0,0,60.0000,0,0,0,0,32.0000,0,0,0,0,20.0000,0,24.7273,0,16.0000,0,22.0000,0,0,12.0000,0,12.0000,0,16.0000,8.0000,1.0000,16.0000,12.0000,28.3077,12.0000,0,0,8.0000,0,0,0,0,12.0000,0,0,0,0,0,0,1.0000,0,1.0000,1.0000,0,0,0,1.0000,0,0 +2016-12-29,0,183.1111,160.0000,112.0000,144.0000,0,0,96.0000,96.0000,72.0000,64.0000,60.0000,60.0000,60.0000,56.0000,0,0,0,32.0000,40.0000,0,0,0,20.0000,0,22.1667,1.0000,16.0000,0,18.6667,0,0,12.0000,12.0000,12.0000,5.0000,16.0000,8.0000,9.5181,9.6000,12.0000,21.1200,8.4211,8.0000,0,8.0000,8.6154,4.0000,4.0000,2.0000,12.0000,0,0,0,0,1.0000,0,1.0000,0,1.0000,1.0000,1.0000,0,0,1.0000,0,0 +2016-12-30,224.0000,183.1111,160.0000,112.0000,112.0000,108.0000,108.0000,96.0000,96.0000,72.0000,64.0000,60.0000,60.0000,60.0000,56.0000,72.0000,48.0000,44.0444,26.6286,28.0000,24.6500,0,20.0000,20.0000,23.3333,18.1702,15.2500,16.0000,16.0000,15.5556,13.1429,0,12.0000,12.0000,12.0000,5.0000,16.0000,9.5000,9.0927,9.3333,12.0000,8.1004,8.0229,8.0000,8.0000,7.7778,4.0842,4.0000,4.0000,9.5000,1.7333,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 +2016-12-31,336.0000,183.1111,0,112.0000,0,0,0,96.0000,96.0000,72.0000,64.0000,60.0000,60.0000,48.0000,0,52.0000,64.0000,92.4000,41.7778,40.0000,24.4615,23.1111,0,0,32.5000,16.4337,13.6667,16.0000,0,17.3333,16.0000,12.0000,12.0000,12.0000,0,11.4286,10.3542,10.7500,9.8834,8.0000,23.2000,8.1216,8.0000,8.0000,8.0000,8.0000,64.0000,4.0000,4.0000,2.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,0,1.0000,0,1.0000,1.0000,0,1.0000,1.0000 +2017-01-01,0,0,160.0000,0,0,0,0,96.0000,96.0000,0,64.0000,60.0000,60.0000,0,0,46.2857,32.0000,37.8993,39.1111,0,24.0000,23.1111,0,0,5.0000,0,20.0000,16.0000,0,24.0000,0,12.0000,12.0000,12.0000,0,12.0000,10.5532,0,9.1392,0,6.0385,16.0000,8.0000,8.0000,8.0000,8.0000,0,4.0000,4.0000,2.0000,0,0,1.0000,1.0000,0,0,0,1.0000,0,0,1.0000,0,1.0000,0,0,1.0000,1.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/timeseries-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/timeseries-Month-cd.csv index ec03887b9b..429ddfad0b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/timeseries-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/timeseries-Month-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[duswa] Job Size: Per Job (Core Count)","[aytinis] Job Size: Per Job (Core Count)","[yebwa] Job Size: Per Job (Core Count)","[egygo] Job Size: Per Job (Core Count)","[velsc] Job Size: Per Job (Core Count)","[allga] Job Size: Per Job (Core Count)","[crane] Job Size: Per Job (Core Count)","[meapi] Job Size: Per Job (Core Count)","[smew1] Job Size: Per Job (Core Count)","[chaff] Job Size: Per Job (Core Count)","[ferdu] Job Size: Per Job (Core Count)","[pereg] Job Size: Per Job (Core Count)","[siski] Job Size: Per Job (Core Count)","[evegr] Job Size: Per Job (Core Count)","[whimb] Job Size: Per Job (Core Count)","[alpsw] Job Size: Per Job (Core Count)","[dunli] Job Size: Per Job (Core Count)","[sarwa] Job Size: Per Job (Core Count)","[yebbu] Job Size: Per Job (Core Count)","[vertera] Job Size: Per Job (Core Count)","[whtsp] Job Size: Per Job (Core Count)","[crama] Job Size: Per Job (Core Count)","[gloib] Job Size: Per Job (Core Count)","[rolle] Job Size: Per Job (Core Count)","[sancr] Job Size: Per Job (Core Count)","[lanhach] Job Size: Per Job (Core Count)","[ovenb] Job Size: Per Job (Core Count)","[relpa] Job Size: Per Job (Core Count)","[shag1] Job Size: Per Job (Core Count)","[litst] Job Size: Per Job (Core Count)","[caspl] Job Size: Per Job (Core Count)","[misth] Job Size: Per Job (Core Count)","[sposa] Job Size: Per Job (Core Count)","[whtpl] Job Size: Per Job (Core Count)","[litau] Job Size: Per Job (Core Count)","[garwa] Job Size: Per Job (Core Count)","[hoowa] Job Size: Per Job (Core Count)","[honbu] Job Size: Per Job (Core Count)","[ybsbu] Job Size: Per Job (Core Count)","[noror] Job Size: Per Job (Core Count)","[reebu] Job Size: Per Job (Core Count)","[turdo] Job Size: Per Job (Core Count)","[corsh] Job Size: Per Job (Core Count)","[field] Job Size: Per Job (Core Count)","[shttr] Job Size: Per Job (Core Count)","[swath] Job Size: Per Job (Core Count)","[lesre] Job Size: Per Job (Core Count)","[yebsa] Job Size: Per Job (Core Count)","[grath] Job Size: Per Job (Core Count)","[boowa] Job Size: Per Job (Core Count)","[blhbu] Job Size: Per Job (Core Count)","[categ] Job Size: Per Job (Core Count)","[coot1] Job Size: Per Job (Core Count)","[grgsh] Job Size: Per Job (Core Count)","[henha] Job Size: Per Job (Core Count)","[jackd] Job Size: Per Job (Core Count)","[lapwi] Job Size: Per Job (Core Count)","[legsh] Job Size: Per Job (Core Count)","[mamwa] Job Size: Per Job (Core Count)","[moorh] Job Size: Per Job (Core Count)","[pibgr] Job Size: Per Job (Core Count)","[proubis] Job Size: Per Job (Core Count)","[ribgu] Job Size: Per Job (Core Count)","[sante] Job Size: Per Job (Core Count)","[savsp] Job Size: Per Job (Core Count)","[sogsh] Job Size: Per Job (Core Count)" -2016-12,224.0000,183.1111,160.0000,112.0000,112.0000,108.0000,96.0000,96.0000,72.0000,64.0000,60.0000,60.0000,60.0000,56.0000,52.0000,56.0000,48.8800,26.9189,28.0000,24.5435,23.1111,20.0000,20.0000,23.3333,17.6389,14.5714,16.0000,16.0000,14.9091,14.1818,12.0000,12.0000,12.0000,12.0000,10.6250,10.8868,10.0952,9.5167,9.3333,23.2000,8.1078,8.0116,8.0000,8.0000,7.8182,4.0842,4.0000,4.0000,2.2970,1.7333,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 -2017-01,0,0,160.0000,0,0,0,96.0000,96.0000,0,64.0000,60.0000,60.0000,0,0,46.2857,32.0000,37.8993,39.1111,0,24.0000,23.1111,0,0,5.0000,0,20.0000,16.0000,0,24.0000,0,12.0000,12.0000,12.0000,0,12.0000,10.5532,0,9.1392,0,6.0385,16.0000,8.0000,8.0000,8.0000,8.0000,0,4.0000,4.0000,2.0000,0,0,1.0000,1.0000,0,0,0,1.0000,0,0,1.0000,0,1.0000,0,0,1.0000,1.0000 +Month,"[duswa] Job Size: Per Job (Core Count)","[aytinis] Job Size: Per Job (Core Count)","[yebwa] Job Size: Per Job (Core Count)","[egygo] Job Size: Per Job (Core Count)","[velsc] Job Size: Per Job (Core Count)","[allga] Job Size: Per Job (Core Count)","[hardu] Job Size: Per Job (Core Count)","[crane] Job Size: Per Job (Core Count)","[meapi] Job Size: Per Job (Core Count)","[smew1] Job Size: Per Job (Core Count)","[chaff] Job Size: Per Job (Core Count)","[ferdu] Job Size: Per Job (Core Count)","[pereg] Job Size: Per Job (Core Count)","[siski] Job Size: Per Job (Core Count)","[evegr] Job Size: Per Job (Core Count)","[whimb] Job Size: Per Job (Core Count)","[alpsw] Job Size: Per Job (Core Count)","[dunli] Job Size: Per Job (Core Count)","[sarwa] Job Size: Per Job (Core Count)","[yebbu] Job Size: Per Job (Core Count)","[vertera] Job Size: Per Job (Core Count)","[whtsp] Job Size: Per Job (Core Count)","[crama] Job Size: Per Job (Core Count)","[gloib] Job Size: Per Job (Core Count)","[rolle] Job Size: Per Job (Core Count)","[sancr] Job Size: Per Job (Core Count)","[lanhach] Job Size: Per Job (Core Count)","[ovenb] Job Size: Per Job (Core Count)","[relpa] Job Size: Per Job (Core Count)","[shag1] Job Size: Per Job (Core Count)","[litst] Job Size: Per Job (Core Count)","[caspl] Job Size: Per Job (Core Count)","[misth] Job Size: Per Job (Core Count)","[sposa] Job Size: Per Job (Core Count)","[whtpl] Job Size: Per Job (Core Count)","[litau] Job Size: Per Job (Core Count)","[garwa] Job Size: Per Job (Core Count)","[hoowa] Job Size: Per Job (Core Count)","[honbu] Job Size: Per Job (Core Count)","[ybsbu] Job Size: Per Job (Core Count)","[noror] Job Size: Per Job (Core Count)","[reebu] Job Size: Per Job (Core Count)","[turdo] Job Size: Per Job (Core Count)","[corsh] Job Size: Per Job (Core Count)","[field] Job Size: Per Job (Core Count)","[shttr] Job Size: Per Job (Core Count)","[swath] Job Size: Per Job (Core Count)","[lesre] Job Size: Per Job (Core Count)","[yebsa] Job Size: Per Job (Core Count)","[grath] Job Size: Per Job (Core Count)","[boowa] Job Size: Per Job (Core Count)","[blhbu] Job Size: Per Job (Core Count)","[categ] Job Size: Per Job (Core Count)","[coot1] Job Size: Per Job (Core Count)","[grgsh] Job Size: Per Job (Core Count)","[henha] Job Size: Per Job (Core Count)","[jackd] Job Size: Per Job (Core Count)","[lapwi] Job Size: Per Job (Core Count)","[legsh] Job Size: Per Job (Core Count)","[mamwa] Job Size: Per Job (Core Count)","[moorh] Job Size: Per Job (Core Count)","[pibgr] Job Size: Per Job (Core Count)","[proubis] Job Size: Per Job (Core Count)","[ribgu] Job Size: Per Job (Core Count)","[sante] Job Size: Per Job (Core Count)","[savsp] Job Size: Per Job (Core Count)","[sogsh] Job Size: Per Job (Core Count)" +2016-12,224.0000,183.1111,160.0000,112.0000,112.0000,108.0000,108.0000,96.0000,96.0000,72.0000,64.0000,60.0000,60.0000,60.0000,56.0000,52.0000,56.0000,48.8800,26.9189,28.0000,24.5435,23.1111,20.0000,20.0000,23.3333,17.6389,14.5714,16.0000,16.0000,14.9091,14.1818,12.0000,12.0000,12.0000,12.0000,10.6250,10.8868,10.0952,9.5167,9.3333,23.2000,8.1078,8.0116,8.0000,8.0000,7.8182,4.0842,4.0000,4.0000,2.2970,1.7333,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 +2017-01,0,0,160.0000,0,0,0,0,96.0000,96.0000,0,64.0000,60.0000,60.0000,0,0,46.2857,32.0000,37.8993,39.1111,0,24.0000,23.1111,0,0,5.0000,0,20.0000,16.0000,0,24.0000,0,12.0000,12.0000,12.0000,0,12.0000,10.5532,0,9.1392,0,6.0385,16.0000,8.0000,8.0000,8.0000,8.0000,0,4.0000,4.0000,2.0000,0,0,1.0000,1.0000,0,0,0,1.0000,0,0,1.0000,0,1.0000,0,0,1.0000,1.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/timeseries-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/timeseries-Month-cs.csv index ec03887b9b..429ddfad0b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/timeseries-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/timeseries-Month-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[duswa] Job Size: Per Job (Core Count)","[aytinis] Job Size: Per Job (Core Count)","[yebwa] Job Size: Per Job (Core Count)","[egygo] Job Size: Per Job (Core Count)","[velsc] Job Size: Per Job (Core Count)","[allga] Job Size: Per Job (Core Count)","[crane] Job Size: Per Job (Core Count)","[meapi] Job Size: Per Job (Core Count)","[smew1] Job Size: Per Job (Core Count)","[chaff] Job Size: Per Job (Core Count)","[ferdu] Job Size: Per Job (Core Count)","[pereg] Job Size: Per Job (Core Count)","[siski] Job Size: Per Job (Core Count)","[evegr] Job Size: Per Job (Core Count)","[whimb] Job Size: Per Job (Core Count)","[alpsw] Job Size: Per Job (Core Count)","[dunli] Job Size: Per Job (Core Count)","[sarwa] Job Size: Per Job (Core Count)","[yebbu] Job Size: Per Job (Core Count)","[vertera] Job Size: Per Job (Core Count)","[whtsp] Job Size: Per Job (Core Count)","[crama] Job Size: Per Job (Core Count)","[gloib] Job Size: Per Job (Core Count)","[rolle] Job Size: Per Job (Core Count)","[sancr] Job Size: Per Job (Core Count)","[lanhach] Job Size: Per Job (Core Count)","[ovenb] Job Size: Per Job (Core Count)","[relpa] Job Size: Per Job (Core Count)","[shag1] Job Size: Per Job (Core Count)","[litst] Job Size: Per Job (Core Count)","[caspl] Job Size: Per Job (Core Count)","[misth] Job Size: Per Job (Core Count)","[sposa] Job Size: Per Job (Core Count)","[whtpl] Job Size: Per Job (Core Count)","[litau] Job Size: Per Job (Core Count)","[garwa] Job Size: Per Job (Core Count)","[hoowa] Job Size: Per Job (Core Count)","[honbu] Job Size: Per Job (Core Count)","[ybsbu] Job Size: Per Job (Core Count)","[noror] Job Size: Per Job (Core Count)","[reebu] Job Size: Per Job (Core Count)","[turdo] Job Size: Per Job (Core Count)","[corsh] Job Size: Per Job (Core Count)","[field] Job Size: Per Job (Core Count)","[shttr] Job Size: Per Job (Core Count)","[swath] Job Size: Per Job (Core Count)","[lesre] Job Size: Per Job (Core Count)","[yebsa] Job Size: Per Job (Core Count)","[grath] Job Size: Per Job (Core Count)","[boowa] Job Size: Per Job (Core Count)","[blhbu] Job Size: Per Job (Core Count)","[categ] Job Size: Per Job (Core Count)","[coot1] Job Size: Per Job (Core Count)","[grgsh] Job Size: Per Job (Core Count)","[henha] Job Size: Per Job (Core Count)","[jackd] Job Size: Per Job (Core Count)","[lapwi] Job Size: Per Job (Core Count)","[legsh] Job Size: Per Job (Core Count)","[mamwa] Job Size: Per Job (Core Count)","[moorh] Job Size: Per Job (Core Count)","[pibgr] Job Size: Per Job (Core Count)","[proubis] Job Size: Per Job (Core Count)","[ribgu] Job Size: Per Job (Core Count)","[sante] Job Size: Per Job (Core Count)","[savsp] Job Size: Per Job (Core Count)","[sogsh] Job Size: Per Job (Core Count)" -2016-12,224.0000,183.1111,160.0000,112.0000,112.0000,108.0000,96.0000,96.0000,72.0000,64.0000,60.0000,60.0000,60.0000,56.0000,52.0000,56.0000,48.8800,26.9189,28.0000,24.5435,23.1111,20.0000,20.0000,23.3333,17.6389,14.5714,16.0000,16.0000,14.9091,14.1818,12.0000,12.0000,12.0000,12.0000,10.6250,10.8868,10.0952,9.5167,9.3333,23.2000,8.1078,8.0116,8.0000,8.0000,7.8182,4.0842,4.0000,4.0000,2.2970,1.7333,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 -2017-01,0,0,160.0000,0,0,0,96.0000,96.0000,0,64.0000,60.0000,60.0000,0,0,46.2857,32.0000,37.8993,39.1111,0,24.0000,23.1111,0,0,5.0000,0,20.0000,16.0000,0,24.0000,0,12.0000,12.0000,12.0000,0,12.0000,10.5532,0,9.1392,0,6.0385,16.0000,8.0000,8.0000,8.0000,8.0000,0,4.0000,4.0000,2.0000,0,0,1.0000,1.0000,0,0,0,1.0000,0,0,1.0000,0,1.0000,0,0,1.0000,1.0000 +Month,"[duswa] Job Size: Per Job (Core Count)","[aytinis] Job Size: Per Job (Core Count)","[yebwa] Job Size: Per Job (Core Count)","[egygo] Job Size: Per Job (Core Count)","[velsc] Job Size: Per Job (Core Count)","[allga] Job Size: Per Job (Core Count)","[hardu] Job Size: Per Job (Core Count)","[crane] Job Size: Per Job (Core Count)","[meapi] Job Size: Per Job (Core Count)","[smew1] Job Size: Per Job (Core Count)","[chaff] Job Size: Per Job (Core Count)","[ferdu] Job Size: Per Job (Core Count)","[pereg] Job Size: Per Job (Core Count)","[siski] Job Size: Per Job (Core Count)","[evegr] Job Size: Per Job (Core Count)","[whimb] Job Size: Per Job (Core Count)","[alpsw] Job Size: Per Job (Core Count)","[dunli] Job Size: Per Job (Core Count)","[sarwa] Job Size: Per Job (Core Count)","[yebbu] Job Size: Per Job (Core Count)","[vertera] Job Size: Per Job (Core Count)","[whtsp] Job Size: Per Job (Core Count)","[crama] Job Size: Per Job (Core Count)","[gloib] Job Size: Per Job (Core Count)","[rolle] Job Size: Per Job (Core Count)","[sancr] Job Size: Per Job (Core Count)","[lanhach] Job Size: Per Job (Core Count)","[ovenb] Job Size: Per Job (Core Count)","[relpa] Job Size: Per Job (Core Count)","[shag1] Job Size: Per Job (Core Count)","[litst] Job Size: Per Job (Core Count)","[caspl] Job Size: Per Job (Core Count)","[misth] Job Size: Per Job (Core Count)","[sposa] Job Size: Per Job (Core Count)","[whtpl] Job Size: Per Job (Core Count)","[litau] Job Size: Per Job (Core Count)","[garwa] Job Size: Per Job (Core Count)","[hoowa] Job Size: Per Job (Core Count)","[honbu] Job Size: Per Job (Core Count)","[ybsbu] Job Size: Per Job (Core Count)","[noror] Job Size: Per Job (Core Count)","[reebu] Job Size: Per Job (Core Count)","[turdo] Job Size: Per Job (Core Count)","[corsh] Job Size: Per Job (Core Count)","[field] Job Size: Per Job (Core Count)","[shttr] Job Size: Per Job (Core Count)","[swath] Job Size: Per Job (Core Count)","[lesre] Job Size: Per Job (Core Count)","[yebsa] Job Size: Per Job (Core Count)","[grath] Job Size: Per Job (Core Count)","[boowa] Job Size: Per Job (Core Count)","[blhbu] Job Size: Per Job (Core Count)","[categ] Job Size: Per Job (Core Count)","[coot1] Job Size: Per Job (Core Count)","[grgsh] Job Size: Per Job (Core Count)","[henha] Job Size: Per Job (Core Count)","[jackd] Job Size: Per Job (Core Count)","[lapwi] Job Size: Per Job (Core Count)","[legsh] Job Size: Per Job (Core Count)","[mamwa] Job Size: Per Job (Core Count)","[moorh] Job Size: Per Job (Core Count)","[pibgr] Job Size: Per Job (Core Count)","[proubis] Job Size: Per Job (Core Count)","[ribgu] Job Size: Per Job (Core Count)","[sante] Job Size: Per Job (Core Count)","[savsp] Job Size: Per Job (Core Count)","[sogsh] Job Size: Per Job (Core Count)" +2016-12,224.0000,183.1111,160.0000,112.0000,112.0000,108.0000,108.0000,96.0000,96.0000,72.0000,64.0000,60.0000,60.0000,60.0000,56.0000,52.0000,56.0000,48.8800,26.9189,28.0000,24.5435,23.1111,20.0000,20.0000,23.3333,17.6389,14.5714,16.0000,16.0000,14.9091,14.1818,12.0000,12.0000,12.0000,12.0000,10.6250,10.8868,10.0952,9.5167,9.3333,23.2000,8.1078,8.0116,8.0000,8.0000,7.8182,4.0842,4.0000,4.0000,2.2970,1.7333,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 +2017-01,0,0,160.0000,0,0,0,0,96.0000,96.0000,0,64.0000,60.0000,60.0000,0,0,46.2857,32.0000,37.8993,39.1111,0,24.0000,23.1111,0,0,5.0000,0,20.0000,16.0000,0,24.0000,0,12.0000,12.0000,12.0000,0,12.0000,10.5532,0,9.1392,0,6.0385,16.0000,8.0000,8.0000,8.0000,8.0000,0,4.0000,4.0000,2.0000,0,0,1.0000,1.0000,0,0,0,1.0000,0,0,1.0000,0,1.0000,0,0,1.0000,1.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/timeseries-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/timeseries-Quarter-cd.csv index 2ced53796f..e5fc8ac395 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/timeseries-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/timeseries-Quarter-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[duswa] Job Size: Per Job (Core Count)","[aytinis] Job Size: Per Job (Core Count)","[yebwa] Job Size: Per Job (Core Count)","[egygo] Job Size: Per Job (Core Count)","[velsc] Job Size: Per Job (Core Count)","[allga] Job Size: Per Job (Core Count)","[crane] Job Size: Per Job (Core Count)","[meapi] Job Size: Per Job (Core Count)","[smew1] Job Size: Per Job (Core Count)","[chaff] Job Size: Per Job (Core Count)","[ferdu] Job Size: Per Job (Core Count)","[pereg] Job Size: Per Job (Core Count)","[siski] Job Size: Per Job (Core Count)","[evegr] Job Size: Per Job (Core Count)","[whimb] Job Size: Per Job (Core Count)","[alpsw] Job Size: Per Job (Core Count)","[dunli] Job Size: Per Job (Core Count)","[sarwa] Job Size: Per Job (Core Count)","[yebbu] Job Size: Per Job (Core Count)","[vertera] Job Size: Per Job (Core Count)","[whtsp] Job Size: Per Job (Core Count)","[crama] Job Size: Per Job (Core Count)","[gloib] Job Size: Per Job (Core Count)","[rolle] Job Size: Per Job (Core Count)","[sancr] Job Size: Per Job (Core Count)","[lanhach] Job Size: Per Job (Core Count)","[ovenb] Job Size: Per Job (Core Count)","[relpa] Job Size: Per Job (Core Count)","[shag1] Job Size: Per Job (Core Count)","[litst] Job Size: Per Job (Core Count)","[caspl] Job Size: Per Job (Core Count)","[misth] Job Size: Per Job (Core Count)","[sposa] Job Size: Per Job (Core Count)","[whtpl] Job Size: Per Job (Core Count)","[litau] Job Size: Per Job (Core Count)","[garwa] Job Size: Per Job (Core Count)","[hoowa] Job Size: Per Job (Core Count)","[honbu] Job Size: Per Job (Core Count)","[ybsbu] Job Size: Per Job (Core Count)","[noror] Job Size: Per Job (Core Count)","[reebu] Job Size: Per Job (Core Count)","[turdo] Job Size: Per Job (Core Count)","[corsh] Job Size: Per Job (Core Count)","[field] Job Size: Per Job (Core Count)","[shttr] Job Size: Per Job (Core Count)","[swath] Job Size: Per Job (Core Count)","[lesre] Job Size: Per Job (Core Count)","[yebsa] Job Size: Per Job (Core Count)","[grath] Job Size: Per Job (Core Count)","[boowa] Job Size: Per Job (Core Count)","[blhbu] Job Size: Per Job (Core Count)","[categ] Job Size: Per Job (Core Count)","[coot1] Job Size: Per Job (Core Count)","[grgsh] Job Size: Per Job (Core Count)","[henha] Job Size: Per Job (Core Count)","[jackd] Job Size: Per Job (Core Count)","[lapwi] Job Size: Per Job (Core Count)","[legsh] Job Size: Per Job (Core Count)","[mamwa] Job Size: Per Job (Core Count)","[moorh] Job Size: Per Job (Core Count)","[pibgr] Job Size: Per Job (Core Count)","[proubis] Job Size: Per Job (Core Count)","[ribgu] Job Size: Per Job (Core Count)","[sante] Job Size: Per Job (Core Count)","[savsp] Job Size: Per Job (Core Count)","[sogsh] Job Size: Per Job (Core Count)" -"2016 Q4",224.0000,183.1111,160.0000,112.0000,112.0000,108.0000,96.0000,96.0000,72.0000,64.0000,60.0000,60.0000,60.0000,56.0000,52.0000,56.0000,48.8800,26.9189,28.0000,24.5435,23.1111,20.0000,20.0000,23.3333,17.6389,14.5714,16.0000,16.0000,14.9091,14.1818,12.0000,12.0000,12.0000,12.0000,10.6250,10.8868,10.0952,9.5167,9.3333,23.2000,8.1078,8.0116,8.0000,8.0000,7.8182,4.0842,4.0000,4.0000,2.2970,1.7333,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 -"2017 Q1",0,0,160.0000,0,0,0,96.0000,96.0000,0,64.0000,60.0000,60.0000,0,0,46.2857,32.0000,37.8993,39.1111,0,24.0000,23.1111,0,0,5.0000,0,20.0000,16.0000,0,24.0000,0,12.0000,12.0000,12.0000,0,12.0000,10.5532,0,9.1392,0,6.0385,16.0000,8.0000,8.0000,8.0000,8.0000,0,4.0000,4.0000,2.0000,0,0,1.0000,1.0000,0,0,0,1.0000,0,0,1.0000,0,1.0000,0,0,1.0000,1.0000 +Quarter,"[duswa] Job Size: Per Job (Core Count)","[aytinis] Job Size: Per Job (Core Count)","[yebwa] Job Size: Per Job (Core Count)","[egygo] Job Size: Per Job (Core Count)","[velsc] Job Size: Per Job (Core Count)","[allga] Job Size: Per Job (Core Count)","[hardu] Job Size: Per Job (Core Count)","[crane] Job Size: Per Job (Core Count)","[meapi] Job Size: Per Job (Core Count)","[smew1] Job Size: Per Job (Core Count)","[chaff] Job Size: Per Job (Core Count)","[ferdu] Job Size: Per Job (Core Count)","[pereg] Job Size: Per Job (Core Count)","[siski] Job Size: Per Job (Core Count)","[evegr] Job Size: Per Job (Core Count)","[whimb] Job Size: Per Job (Core Count)","[alpsw] Job Size: Per Job (Core Count)","[dunli] Job Size: Per Job (Core Count)","[sarwa] Job Size: Per Job (Core Count)","[yebbu] Job Size: Per Job (Core Count)","[vertera] Job Size: Per Job (Core Count)","[whtsp] Job Size: Per Job (Core Count)","[crama] Job Size: Per Job (Core Count)","[gloib] Job Size: Per Job (Core Count)","[rolle] Job Size: Per Job (Core Count)","[sancr] Job Size: Per Job (Core Count)","[lanhach] Job Size: Per Job (Core Count)","[ovenb] Job Size: Per Job (Core Count)","[relpa] Job Size: Per Job (Core Count)","[shag1] Job Size: Per Job (Core Count)","[litst] Job Size: Per Job (Core Count)","[caspl] Job Size: Per Job (Core Count)","[misth] Job Size: Per Job (Core Count)","[sposa] Job Size: Per Job (Core Count)","[whtpl] Job Size: Per Job (Core Count)","[litau] Job Size: Per Job (Core Count)","[garwa] Job Size: Per Job (Core Count)","[hoowa] Job Size: Per Job (Core Count)","[honbu] Job Size: Per Job (Core Count)","[ybsbu] Job Size: Per Job (Core Count)","[noror] Job Size: Per Job (Core Count)","[reebu] Job Size: Per Job (Core Count)","[turdo] Job Size: Per Job (Core Count)","[corsh] Job Size: Per Job (Core Count)","[field] Job Size: Per Job (Core Count)","[shttr] Job Size: Per Job (Core Count)","[swath] Job Size: Per Job (Core Count)","[lesre] Job Size: Per Job (Core Count)","[yebsa] Job Size: Per Job (Core Count)","[grath] Job Size: Per Job (Core Count)","[boowa] Job Size: Per Job (Core Count)","[blhbu] Job Size: Per Job (Core Count)","[categ] Job Size: Per Job (Core Count)","[coot1] Job Size: Per Job (Core Count)","[grgsh] Job Size: Per Job (Core Count)","[henha] Job Size: Per Job (Core Count)","[jackd] Job Size: Per Job (Core Count)","[lapwi] Job Size: Per Job (Core Count)","[legsh] Job Size: Per Job (Core Count)","[mamwa] Job Size: Per Job (Core Count)","[moorh] Job Size: Per Job (Core Count)","[pibgr] Job Size: Per Job (Core Count)","[proubis] Job Size: Per Job (Core Count)","[ribgu] Job Size: Per Job (Core Count)","[sante] Job Size: Per Job (Core Count)","[savsp] Job Size: Per Job (Core Count)","[sogsh] Job Size: Per Job (Core Count)" +"2016 Q4",224.0000,183.1111,160.0000,112.0000,112.0000,108.0000,108.0000,96.0000,96.0000,72.0000,64.0000,60.0000,60.0000,60.0000,56.0000,52.0000,56.0000,48.8800,26.9189,28.0000,24.5435,23.1111,20.0000,20.0000,23.3333,17.6389,14.5714,16.0000,16.0000,14.9091,14.1818,12.0000,12.0000,12.0000,12.0000,10.6250,10.8868,10.0952,9.5167,9.3333,23.2000,8.1078,8.0116,8.0000,8.0000,7.8182,4.0842,4.0000,4.0000,2.2970,1.7333,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 +"2017 Q1",0,0,160.0000,0,0,0,0,96.0000,96.0000,0,64.0000,60.0000,60.0000,0,0,46.2857,32.0000,37.8993,39.1111,0,24.0000,23.1111,0,0,5.0000,0,20.0000,16.0000,0,24.0000,0,12.0000,12.0000,12.0000,0,12.0000,10.5532,0,9.1392,0,6.0385,16.0000,8.0000,8.0000,8.0000,8.0000,0,4.0000,4.0000,2.0000,0,0,1.0000,1.0000,0,0,0,1.0000,0,0,1.0000,0,1.0000,0,0,1.0000,1.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/timeseries-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/timeseries-Quarter-cs.csv index 2ced53796f..e5fc8ac395 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/timeseries-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/timeseries-Quarter-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[duswa] Job Size: Per Job (Core Count)","[aytinis] Job Size: Per Job (Core Count)","[yebwa] Job Size: Per Job (Core Count)","[egygo] Job Size: Per Job (Core Count)","[velsc] Job Size: Per Job (Core Count)","[allga] Job Size: Per Job (Core Count)","[crane] Job Size: Per Job (Core Count)","[meapi] Job Size: Per Job (Core Count)","[smew1] Job Size: Per Job (Core Count)","[chaff] Job Size: Per Job (Core Count)","[ferdu] Job Size: Per Job (Core Count)","[pereg] Job Size: Per Job (Core Count)","[siski] Job Size: Per Job (Core Count)","[evegr] Job Size: Per Job (Core Count)","[whimb] Job Size: Per Job (Core Count)","[alpsw] Job Size: Per Job (Core Count)","[dunli] Job Size: Per Job (Core Count)","[sarwa] Job Size: Per Job (Core Count)","[yebbu] Job Size: Per Job (Core Count)","[vertera] Job Size: Per Job (Core Count)","[whtsp] Job Size: Per Job (Core Count)","[crama] Job Size: Per Job (Core Count)","[gloib] Job Size: Per Job (Core Count)","[rolle] Job Size: Per Job (Core Count)","[sancr] Job Size: Per Job (Core Count)","[lanhach] Job Size: Per Job (Core Count)","[ovenb] Job Size: Per Job (Core Count)","[relpa] Job Size: Per Job (Core Count)","[shag1] Job Size: Per Job (Core Count)","[litst] Job Size: Per Job (Core Count)","[caspl] Job Size: Per Job (Core Count)","[misth] Job Size: Per Job (Core Count)","[sposa] Job Size: Per Job (Core Count)","[whtpl] Job Size: Per Job (Core Count)","[litau] Job Size: Per Job (Core Count)","[garwa] Job Size: Per Job (Core Count)","[hoowa] Job Size: Per Job (Core Count)","[honbu] Job Size: Per Job (Core Count)","[ybsbu] Job Size: Per Job (Core Count)","[noror] Job Size: Per Job (Core Count)","[reebu] Job Size: Per Job (Core Count)","[turdo] Job Size: Per Job (Core Count)","[corsh] Job Size: Per Job (Core Count)","[field] Job Size: Per Job (Core Count)","[shttr] Job Size: Per Job (Core Count)","[swath] Job Size: Per Job (Core Count)","[lesre] Job Size: Per Job (Core Count)","[yebsa] Job Size: Per Job (Core Count)","[grath] Job Size: Per Job (Core Count)","[boowa] Job Size: Per Job (Core Count)","[blhbu] Job Size: Per Job (Core Count)","[categ] Job Size: Per Job (Core Count)","[coot1] Job Size: Per Job (Core Count)","[grgsh] Job Size: Per Job (Core Count)","[henha] Job Size: Per Job (Core Count)","[jackd] Job Size: Per Job (Core Count)","[lapwi] Job Size: Per Job (Core Count)","[legsh] Job Size: Per Job (Core Count)","[mamwa] Job Size: Per Job (Core Count)","[moorh] Job Size: Per Job (Core Count)","[pibgr] Job Size: Per Job (Core Count)","[proubis] Job Size: Per Job (Core Count)","[ribgu] Job Size: Per Job (Core Count)","[sante] Job Size: Per Job (Core Count)","[savsp] Job Size: Per Job (Core Count)","[sogsh] Job Size: Per Job (Core Count)" -"2016 Q4",224.0000,183.1111,160.0000,112.0000,112.0000,108.0000,96.0000,96.0000,72.0000,64.0000,60.0000,60.0000,60.0000,56.0000,52.0000,56.0000,48.8800,26.9189,28.0000,24.5435,23.1111,20.0000,20.0000,23.3333,17.6389,14.5714,16.0000,16.0000,14.9091,14.1818,12.0000,12.0000,12.0000,12.0000,10.6250,10.8868,10.0952,9.5167,9.3333,23.2000,8.1078,8.0116,8.0000,8.0000,7.8182,4.0842,4.0000,4.0000,2.2970,1.7333,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 -"2017 Q1",0,0,160.0000,0,0,0,96.0000,96.0000,0,64.0000,60.0000,60.0000,0,0,46.2857,32.0000,37.8993,39.1111,0,24.0000,23.1111,0,0,5.0000,0,20.0000,16.0000,0,24.0000,0,12.0000,12.0000,12.0000,0,12.0000,10.5532,0,9.1392,0,6.0385,16.0000,8.0000,8.0000,8.0000,8.0000,0,4.0000,4.0000,2.0000,0,0,1.0000,1.0000,0,0,0,1.0000,0,0,1.0000,0,1.0000,0,0,1.0000,1.0000 +Quarter,"[duswa] Job Size: Per Job (Core Count)","[aytinis] Job Size: Per Job (Core Count)","[yebwa] Job Size: Per Job (Core Count)","[egygo] Job Size: Per Job (Core Count)","[velsc] Job Size: Per Job (Core Count)","[allga] Job Size: Per Job (Core Count)","[hardu] Job Size: Per Job (Core Count)","[crane] Job Size: Per Job (Core Count)","[meapi] Job Size: Per Job (Core Count)","[smew1] Job Size: Per Job (Core Count)","[chaff] Job Size: Per Job (Core Count)","[ferdu] Job Size: Per Job (Core Count)","[pereg] Job Size: Per Job (Core Count)","[siski] Job Size: Per Job (Core Count)","[evegr] Job Size: Per Job (Core Count)","[whimb] Job Size: Per Job (Core Count)","[alpsw] Job Size: Per Job (Core Count)","[dunli] Job Size: Per Job (Core Count)","[sarwa] Job Size: Per Job (Core Count)","[yebbu] Job Size: Per Job (Core Count)","[vertera] Job Size: Per Job (Core Count)","[whtsp] Job Size: Per Job (Core Count)","[crama] Job Size: Per Job (Core Count)","[gloib] Job Size: Per Job (Core Count)","[rolle] Job Size: Per Job (Core Count)","[sancr] Job Size: Per Job (Core Count)","[lanhach] Job Size: Per Job (Core Count)","[ovenb] Job Size: Per Job (Core Count)","[relpa] Job Size: Per Job (Core Count)","[shag1] Job Size: Per Job (Core Count)","[litst] Job Size: Per Job (Core Count)","[caspl] Job Size: Per Job (Core Count)","[misth] Job Size: Per Job (Core Count)","[sposa] Job Size: Per Job (Core Count)","[whtpl] Job Size: Per Job (Core Count)","[litau] Job Size: Per Job (Core Count)","[garwa] Job Size: Per Job (Core Count)","[hoowa] Job Size: Per Job (Core Count)","[honbu] Job Size: Per Job (Core Count)","[ybsbu] Job Size: Per Job (Core Count)","[noror] Job Size: Per Job (Core Count)","[reebu] Job Size: Per Job (Core Count)","[turdo] Job Size: Per Job (Core Count)","[corsh] Job Size: Per Job (Core Count)","[field] Job Size: Per Job (Core Count)","[shttr] Job Size: Per Job (Core Count)","[swath] Job Size: Per Job (Core Count)","[lesre] Job Size: Per Job (Core Count)","[yebsa] Job Size: Per Job (Core Count)","[grath] Job Size: Per Job (Core Count)","[boowa] Job Size: Per Job (Core Count)","[blhbu] Job Size: Per Job (Core Count)","[categ] Job Size: Per Job (Core Count)","[coot1] Job Size: Per Job (Core Count)","[grgsh] Job Size: Per Job (Core Count)","[henha] Job Size: Per Job (Core Count)","[jackd] Job Size: Per Job (Core Count)","[lapwi] Job Size: Per Job (Core Count)","[legsh] Job Size: Per Job (Core Count)","[mamwa] Job Size: Per Job (Core Count)","[moorh] Job Size: Per Job (Core Count)","[pibgr] Job Size: Per Job (Core Count)","[proubis] Job Size: Per Job (Core Count)","[ribgu] Job Size: Per Job (Core Count)","[sante] Job Size: Per Job (Core Count)","[savsp] Job Size: Per Job (Core Count)","[sogsh] Job Size: Per Job (Core Count)" +"2016 Q4",224.0000,183.1111,160.0000,112.0000,112.0000,108.0000,108.0000,96.0000,96.0000,72.0000,64.0000,60.0000,60.0000,60.0000,56.0000,52.0000,56.0000,48.8800,26.9189,28.0000,24.5435,23.1111,20.0000,20.0000,23.3333,17.6389,14.5714,16.0000,16.0000,14.9091,14.1818,12.0000,12.0000,12.0000,12.0000,10.6250,10.8868,10.0952,9.5167,9.3333,23.2000,8.1078,8.0116,8.0000,8.0000,7.8182,4.0842,4.0000,4.0000,2.2970,1.7333,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 +"2017 Q1",0,0,160.0000,0,0,0,0,96.0000,96.0000,0,64.0000,60.0000,60.0000,0,0,46.2857,32.0000,37.8993,39.1111,0,24.0000,23.1111,0,0,5.0000,0,20.0000,16.0000,0,24.0000,0,12.0000,12.0000,12.0000,0,12.0000,10.5532,0,9.1392,0,6.0385,16.0000,8.0000,8.0000,8.0000,8.0000,0,4.0000,4.0000,2.0000,0,0,1.0000,1.0000,0,0,0,1.0000,0,0,1.0000,0,1.0000,0,0,1.0000,1.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/timeseries-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/timeseries-Year-cd.csv index 4aeda684df..d7d53f903f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/timeseries-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/timeseries-Year-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[duswa] Job Size: Per Job (Core Count)","[aytinis] Job Size: Per Job (Core Count)","[yebwa] Job Size: Per Job (Core Count)","[egygo] Job Size: Per Job (Core Count)","[velsc] Job Size: Per Job (Core Count)","[allga] Job Size: Per Job (Core Count)","[crane] Job Size: Per Job (Core Count)","[meapi] Job Size: Per Job (Core Count)","[smew1] Job Size: Per Job (Core Count)","[chaff] Job Size: Per Job (Core Count)","[ferdu] Job Size: Per Job (Core Count)","[pereg] Job Size: Per Job (Core Count)","[siski] Job Size: Per Job (Core Count)","[evegr] Job Size: Per Job (Core Count)","[whimb] Job Size: Per Job (Core Count)","[alpsw] Job Size: Per Job (Core Count)","[dunli] Job Size: Per Job (Core Count)","[sarwa] Job Size: Per Job (Core Count)","[yebbu] Job Size: Per Job (Core Count)","[vertera] Job Size: Per Job (Core Count)","[whtsp] Job Size: Per Job (Core Count)","[crama] Job Size: Per Job (Core Count)","[gloib] Job Size: Per Job (Core Count)","[rolle] Job Size: Per Job (Core Count)","[sancr] Job Size: Per Job (Core Count)","[lanhach] Job Size: Per Job (Core Count)","[ovenb] Job Size: Per Job (Core Count)","[relpa] Job Size: Per Job (Core Count)","[shag1] Job Size: Per Job (Core Count)","[litst] Job Size: Per Job (Core Count)","[caspl] Job Size: Per Job (Core Count)","[misth] Job Size: Per Job (Core Count)","[sposa] Job Size: Per Job (Core Count)","[whtpl] Job Size: Per Job (Core Count)","[litau] Job Size: Per Job (Core Count)","[garwa] Job Size: Per Job (Core Count)","[hoowa] Job Size: Per Job (Core Count)","[honbu] Job Size: Per Job (Core Count)","[ybsbu] Job Size: Per Job (Core Count)","[noror] Job Size: Per Job (Core Count)","[reebu] Job Size: Per Job (Core Count)","[turdo] Job Size: Per Job (Core Count)","[corsh] Job Size: Per Job (Core Count)","[field] Job Size: Per Job (Core Count)","[shttr] Job Size: Per Job (Core Count)","[swath] Job Size: Per Job (Core Count)","[lesre] Job Size: Per Job (Core Count)","[yebsa] Job Size: Per Job (Core Count)","[grath] Job Size: Per Job (Core Count)","[boowa] Job Size: Per Job (Core Count)","[blhbu] Job Size: Per Job (Core Count)","[categ] Job Size: Per Job (Core Count)","[coot1] Job Size: Per Job (Core Count)","[grgsh] Job Size: Per Job (Core Count)","[henha] Job Size: Per Job (Core Count)","[jackd] Job Size: Per Job (Core Count)","[lapwi] Job Size: Per Job (Core Count)","[legsh] Job Size: Per Job (Core Count)","[mamwa] Job Size: Per Job (Core Count)","[moorh] Job Size: Per Job (Core Count)","[pibgr] Job Size: Per Job (Core Count)","[proubis] Job Size: Per Job (Core Count)","[ribgu] Job Size: Per Job (Core Count)","[sante] Job Size: Per Job (Core Count)","[savsp] Job Size: Per Job (Core Count)","[sogsh] Job Size: Per Job (Core Count)" -2016,224.0000,183.1111,160.0000,112.0000,112.0000,108.0000,96.0000,96.0000,72.0000,64.0000,60.0000,60.0000,60.0000,56.0000,52.0000,56.0000,48.8800,26.9189,28.0000,24.5435,23.1111,20.0000,20.0000,23.3333,17.6389,14.5714,16.0000,16.0000,14.9091,14.1818,12.0000,12.0000,12.0000,12.0000,10.6250,10.8868,10.0952,9.5167,9.3333,23.2000,8.1078,8.0116,8.0000,8.0000,7.8182,4.0842,4.0000,4.0000,2.2970,1.7333,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 -2017,0,0,160.0000,0,0,0,96.0000,96.0000,0,64.0000,60.0000,60.0000,0,0,46.2857,32.0000,37.8993,39.1111,0,24.0000,23.1111,0,0,5.0000,0,20.0000,16.0000,0,24.0000,0,12.0000,12.0000,12.0000,0,12.0000,10.5532,0,9.1392,0,6.0385,16.0000,8.0000,8.0000,8.0000,8.0000,0,4.0000,4.0000,2.0000,0,0,1.0000,1.0000,0,0,0,1.0000,0,0,1.0000,0,1.0000,0,0,1.0000,1.0000 +Year,"[duswa] Job Size: Per Job (Core Count)","[aytinis] Job Size: Per Job (Core Count)","[yebwa] Job Size: Per Job (Core Count)","[egygo] Job Size: Per Job (Core Count)","[velsc] Job Size: Per Job (Core Count)","[allga] Job Size: Per Job (Core Count)","[hardu] Job Size: Per Job (Core Count)","[crane] Job Size: Per Job (Core Count)","[meapi] Job Size: Per Job (Core Count)","[smew1] Job Size: Per Job (Core Count)","[chaff] Job Size: Per Job (Core Count)","[ferdu] Job Size: Per Job (Core Count)","[pereg] Job Size: Per Job (Core Count)","[siski] Job Size: Per Job (Core Count)","[evegr] Job Size: Per Job (Core Count)","[whimb] Job Size: Per Job (Core Count)","[alpsw] Job Size: Per Job (Core Count)","[dunli] Job Size: Per Job (Core Count)","[sarwa] Job Size: Per Job (Core Count)","[yebbu] Job Size: Per Job (Core Count)","[vertera] Job Size: Per Job (Core Count)","[whtsp] Job Size: Per Job (Core Count)","[crama] Job Size: Per Job (Core Count)","[gloib] Job Size: Per Job (Core Count)","[rolle] Job Size: Per Job (Core Count)","[sancr] Job Size: Per Job (Core Count)","[lanhach] Job Size: Per Job (Core Count)","[ovenb] Job Size: Per Job (Core Count)","[relpa] Job Size: Per Job (Core Count)","[shag1] Job Size: Per Job (Core Count)","[litst] Job Size: Per Job (Core Count)","[caspl] Job Size: Per Job (Core Count)","[misth] Job Size: Per Job (Core Count)","[sposa] Job Size: Per Job (Core Count)","[whtpl] Job Size: Per Job (Core Count)","[litau] Job Size: Per Job (Core Count)","[garwa] Job Size: Per Job (Core Count)","[hoowa] Job Size: Per Job (Core Count)","[honbu] Job Size: Per Job (Core Count)","[ybsbu] Job Size: Per Job (Core Count)","[noror] Job Size: Per Job (Core Count)","[reebu] Job Size: Per Job (Core Count)","[turdo] Job Size: Per Job (Core Count)","[corsh] Job Size: Per Job (Core Count)","[field] Job Size: Per Job (Core Count)","[shttr] Job Size: Per Job (Core Count)","[swath] Job Size: Per Job (Core Count)","[lesre] Job Size: Per Job (Core Count)","[yebsa] Job Size: Per Job (Core Count)","[grath] Job Size: Per Job (Core Count)","[boowa] Job Size: Per Job (Core Count)","[blhbu] Job Size: Per Job (Core Count)","[categ] Job Size: Per Job (Core Count)","[coot1] Job Size: Per Job (Core Count)","[grgsh] Job Size: Per Job (Core Count)","[henha] Job Size: Per Job (Core Count)","[jackd] Job Size: Per Job (Core Count)","[lapwi] Job Size: Per Job (Core Count)","[legsh] Job Size: Per Job (Core Count)","[mamwa] Job Size: Per Job (Core Count)","[moorh] Job Size: Per Job (Core Count)","[pibgr] Job Size: Per Job (Core Count)","[proubis] Job Size: Per Job (Core Count)","[ribgu] Job Size: Per Job (Core Count)","[sante] Job Size: Per Job (Core Count)","[savsp] Job Size: Per Job (Core Count)","[sogsh] Job Size: Per Job (Core Count)" +2016,224.0000,183.1111,160.0000,112.0000,112.0000,108.0000,108.0000,96.0000,96.0000,72.0000,64.0000,60.0000,60.0000,60.0000,56.0000,52.0000,56.0000,48.8800,26.9189,28.0000,24.5435,23.1111,20.0000,20.0000,23.3333,17.6389,14.5714,16.0000,16.0000,14.9091,14.1818,12.0000,12.0000,12.0000,12.0000,10.6250,10.8868,10.0952,9.5167,9.3333,23.2000,8.1078,8.0116,8.0000,8.0000,7.8182,4.0842,4.0000,4.0000,2.2970,1.7333,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 +2017,0,0,160.0000,0,0,0,0,96.0000,96.0000,0,64.0000,60.0000,60.0000,0,0,46.2857,32.0000,37.8993,39.1111,0,24.0000,23.1111,0,0,5.0000,0,20.0000,16.0000,0,24.0000,0,12.0000,12.0000,12.0000,0,12.0000,10.5532,0,9.1392,0,6.0385,16.0000,8.0000,8.0000,8.0000,8.0000,0,4.0000,4.0000,2.0000,0,0,1.0000,1.0000,0,0,0,1.0000,0,0,1.0000,0,1.0000,0,0,1.0000,1.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/timeseries-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/timeseries-Year-cs.csv index 4aeda684df..d7d53f903f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/timeseries-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_processors/timeseries-Year-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[duswa] Job Size: Per Job (Core Count)","[aytinis] Job Size: Per Job (Core Count)","[yebwa] Job Size: Per Job (Core Count)","[egygo] Job Size: Per Job (Core Count)","[velsc] Job Size: Per Job (Core Count)","[allga] Job Size: Per Job (Core Count)","[crane] Job Size: Per Job (Core Count)","[meapi] Job Size: Per Job (Core Count)","[smew1] Job Size: Per Job (Core Count)","[chaff] Job Size: Per Job (Core Count)","[ferdu] Job Size: Per Job (Core Count)","[pereg] Job Size: Per Job (Core Count)","[siski] Job Size: Per Job (Core Count)","[evegr] Job Size: Per Job (Core Count)","[whimb] Job Size: Per Job (Core Count)","[alpsw] Job Size: Per Job (Core Count)","[dunli] Job Size: Per Job (Core Count)","[sarwa] Job Size: Per Job (Core Count)","[yebbu] Job Size: Per Job (Core Count)","[vertera] Job Size: Per Job (Core Count)","[whtsp] Job Size: Per Job (Core Count)","[crama] Job Size: Per Job (Core Count)","[gloib] Job Size: Per Job (Core Count)","[rolle] Job Size: Per Job (Core Count)","[sancr] Job Size: Per Job (Core Count)","[lanhach] Job Size: Per Job (Core Count)","[ovenb] Job Size: Per Job (Core Count)","[relpa] Job Size: Per Job (Core Count)","[shag1] Job Size: Per Job (Core Count)","[litst] Job Size: Per Job (Core Count)","[caspl] Job Size: Per Job (Core Count)","[misth] Job Size: Per Job (Core Count)","[sposa] Job Size: Per Job (Core Count)","[whtpl] Job Size: Per Job (Core Count)","[litau] Job Size: Per Job (Core Count)","[garwa] Job Size: Per Job (Core Count)","[hoowa] Job Size: Per Job (Core Count)","[honbu] Job Size: Per Job (Core Count)","[ybsbu] Job Size: Per Job (Core Count)","[noror] Job Size: Per Job (Core Count)","[reebu] Job Size: Per Job (Core Count)","[turdo] Job Size: Per Job (Core Count)","[corsh] Job Size: Per Job (Core Count)","[field] Job Size: Per Job (Core Count)","[shttr] Job Size: Per Job (Core Count)","[swath] Job Size: Per Job (Core Count)","[lesre] Job Size: Per Job (Core Count)","[yebsa] Job Size: Per Job (Core Count)","[grath] Job Size: Per Job (Core Count)","[boowa] Job Size: Per Job (Core Count)","[blhbu] Job Size: Per Job (Core Count)","[categ] Job Size: Per Job (Core Count)","[coot1] Job Size: Per Job (Core Count)","[grgsh] Job Size: Per Job (Core Count)","[henha] Job Size: Per Job (Core Count)","[jackd] Job Size: Per Job (Core Count)","[lapwi] Job Size: Per Job (Core Count)","[legsh] Job Size: Per Job (Core Count)","[mamwa] Job Size: Per Job (Core Count)","[moorh] Job Size: Per Job (Core Count)","[pibgr] Job Size: Per Job (Core Count)","[proubis] Job Size: Per Job (Core Count)","[ribgu] Job Size: Per Job (Core Count)","[sante] Job Size: Per Job (Core Count)","[savsp] Job Size: Per Job (Core Count)","[sogsh] Job Size: Per Job (Core Count)" -2016,224.0000,183.1111,160.0000,112.0000,112.0000,108.0000,96.0000,96.0000,72.0000,64.0000,60.0000,60.0000,60.0000,56.0000,52.0000,56.0000,48.8800,26.9189,28.0000,24.5435,23.1111,20.0000,20.0000,23.3333,17.6389,14.5714,16.0000,16.0000,14.9091,14.1818,12.0000,12.0000,12.0000,12.0000,10.6250,10.8868,10.0952,9.5167,9.3333,23.2000,8.1078,8.0116,8.0000,8.0000,7.8182,4.0842,4.0000,4.0000,2.2970,1.7333,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 -2017,0,0,160.0000,0,0,0,96.0000,96.0000,0,64.0000,60.0000,60.0000,0,0,46.2857,32.0000,37.8993,39.1111,0,24.0000,23.1111,0,0,5.0000,0,20.0000,16.0000,0,24.0000,0,12.0000,12.0000,12.0000,0,12.0000,10.5532,0,9.1392,0,6.0385,16.0000,8.0000,8.0000,8.0000,8.0000,0,4.0000,4.0000,2.0000,0,0,1.0000,1.0000,0,0,0,1.0000,0,0,1.0000,0,1.0000,0,0,1.0000,1.0000 +Year,"[duswa] Job Size: Per Job (Core Count)","[aytinis] Job Size: Per Job (Core Count)","[yebwa] Job Size: Per Job (Core Count)","[egygo] Job Size: Per Job (Core Count)","[velsc] Job Size: Per Job (Core Count)","[allga] Job Size: Per Job (Core Count)","[hardu] Job Size: Per Job (Core Count)","[crane] Job Size: Per Job (Core Count)","[meapi] Job Size: Per Job (Core Count)","[smew1] Job Size: Per Job (Core Count)","[chaff] Job Size: Per Job (Core Count)","[ferdu] Job Size: Per Job (Core Count)","[pereg] Job Size: Per Job (Core Count)","[siski] Job Size: Per Job (Core Count)","[evegr] Job Size: Per Job (Core Count)","[whimb] Job Size: Per Job (Core Count)","[alpsw] Job Size: Per Job (Core Count)","[dunli] Job Size: Per Job (Core Count)","[sarwa] Job Size: Per Job (Core Count)","[yebbu] Job Size: Per Job (Core Count)","[vertera] Job Size: Per Job (Core Count)","[whtsp] Job Size: Per Job (Core Count)","[crama] Job Size: Per Job (Core Count)","[gloib] Job Size: Per Job (Core Count)","[rolle] Job Size: Per Job (Core Count)","[sancr] Job Size: Per Job (Core Count)","[lanhach] Job Size: Per Job (Core Count)","[ovenb] Job Size: Per Job (Core Count)","[relpa] Job Size: Per Job (Core Count)","[shag1] Job Size: Per Job (Core Count)","[litst] Job Size: Per Job (Core Count)","[caspl] Job Size: Per Job (Core Count)","[misth] Job Size: Per Job (Core Count)","[sposa] Job Size: Per Job (Core Count)","[whtpl] Job Size: Per Job (Core Count)","[litau] Job Size: Per Job (Core Count)","[garwa] Job Size: Per Job (Core Count)","[hoowa] Job Size: Per Job (Core Count)","[honbu] Job Size: Per Job (Core Count)","[ybsbu] Job Size: Per Job (Core Count)","[noror] Job Size: Per Job (Core Count)","[reebu] Job Size: Per Job (Core Count)","[turdo] Job Size: Per Job (Core Count)","[corsh] Job Size: Per Job (Core Count)","[field] Job Size: Per Job (Core Count)","[shttr] Job Size: Per Job (Core Count)","[swath] Job Size: Per Job (Core Count)","[lesre] Job Size: Per Job (Core Count)","[yebsa] Job Size: Per Job (Core Count)","[grath] Job Size: Per Job (Core Count)","[boowa] Job Size: Per Job (Core Count)","[blhbu] Job Size: Per Job (Core Count)","[categ] Job Size: Per Job (Core Count)","[coot1] Job Size: Per Job (Core Count)","[grgsh] Job Size: Per Job (Core Count)","[henha] Job Size: Per Job (Core Count)","[jackd] Job Size: Per Job (Core Count)","[lapwi] Job Size: Per Job (Core Count)","[legsh] Job Size: Per Job (Core Count)","[mamwa] Job Size: Per Job (Core Count)","[moorh] Job Size: Per Job (Core Count)","[pibgr] Job Size: Per Job (Core Count)","[proubis] Job Size: Per Job (Core Count)","[ribgu] Job Size: Per Job (Core Count)","[sante] Job Size: Per Job (Core Count)","[savsp] Job Size: Per Job (Core Count)","[sogsh] Job Size: Per Job (Core Count)" +2016,224.0000,183.1111,160.0000,112.0000,112.0000,108.0000,108.0000,96.0000,96.0000,72.0000,64.0000,60.0000,60.0000,60.0000,56.0000,52.0000,56.0000,48.8800,26.9189,28.0000,24.5435,23.1111,20.0000,20.0000,23.3333,17.6389,14.5714,16.0000,16.0000,14.9091,14.1818,12.0000,12.0000,12.0000,12.0000,10.6250,10.8868,10.0952,9.5167,9.3333,23.2000,8.1078,8.0116,8.0000,8.0000,7.8182,4.0842,4.0000,4.0000,2.2970,1.7333,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 +2017,0,0,160.0000,0,0,0,0,96.0000,96.0000,0,64.0000,60.0000,60.0000,0,0,46.2857,32.0000,37.8993,39.1111,0,24.0000,23.1111,0,0,5.0000,0,20.0000,16.0000,0,24.0000,0,12.0000,12.0000,12.0000,0,12.0000,10.5532,0,9.1392,0,6.0385,16.0000,8.0000,8.0000,8.0000,8.0000,0,4.0000,4.0000,2.0000,0,0,1.0000,1.0000,0,0,0,1.0000,0,0,1.0000,0,1.0000,0,0,1.0000,1.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/aggregate-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/aggregate-Day-cd.csv index cd0ebeb4f9..b6019f2288 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/aggregate-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/aggregate-Day-cd.csv @@ -43,6 +43,7 @@ hoowa,0.30899471,0.06608296019883089 vertera,0.29952899,0.12719098377944033 moorh,0.20714974,0.015675479418422043 allga,0.09777778,0 +hardu,0.09777778,0 litst,0.09015152,0.047849695531533384 sogsh,0.08220238,0.011574714004551338 corsh,0.07831597,0.019809027302287216 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/aggregate-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/aggregate-Day-cs.csv index cd0ebeb4f9..b6019f2288 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/aggregate-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/aggregate-Day-cs.csv @@ -43,6 +43,7 @@ hoowa,0.30899471,0.06608296019883089 vertera,0.29952899,0.12719098377944033 moorh,0.20714974,0.015675479418422043 allga,0.09777778,0 +hardu,0.09777778,0 litst,0.09015152,0.047849695531533384 sogsh,0.08220238,0.011574714004551338 corsh,0.07831597,0.019809027302287216 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/aggregate-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/aggregate-Month-cd.csv index cd0ebeb4f9..b6019f2288 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/aggregate-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/aggregate-Month-cd.csv @@ -43,6 +43,7 @@ hoowa,0.30899471,0.06608296019883089 vertera,0.29952899,0.12719098377944033 moorh,0.20714974,0.015675479418422043 allga,0.09777778,0 +hardu,0.09777778,0 litst,0.09015152,0.047849695531533384 sogsh,0.08220238,0.011574714004551338 corsh,0.07831597,0.019809027302287216 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/aggregate-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/aggregate-Month-cs.csv index cd0ebeb4f9..b6019f2288 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/aggregate-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/aggregate-Month-cs.csv @@ -43,6 +43,7 @@ hoowa,0.30899471,0.06608296019883089 vertera,0.29952899,0.12719098377944033 moorh,0.20714974,0.015675479418422043 allga,0.09777778,0 +hardu,0.09777778,0 litst,0.09015152,0.047849695531533384 sogsh,0.08220238,0.011574714004551338 corsh,0.07831597,0.019809027302287216 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/aggregate-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/aggregate-Quarter-cd.csv index cd0ebeb4f9..b6019f2288 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/aggregate-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/aggregate-Quarter-cd.csv @@ -43,6 +43,7 @@ hoowa,0.30899471,0.06608296019883089 vertera,0.29952899,0.12719098377944033 moorh,0.20714974,0.015675479418422043 allga,0.09777778,0 +hardu,0.09777778,0 litst,0.09015152,0.047849695531533384 sogsh,0.08220238,0.011574714004551338 corsh,0.07831597,0.019809027302287216 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/aggregate-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/aggregate-Quarter-cs.csv index cd0ebeb4f9..b6019f2288 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/aggregate-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/aggregate-Quarter-cs.csv @@ -43,6 +43,7 @@ hoowa,0.30899471,0.06608296019883089 vertera,0.29952899,0.12719098377944033 moorh,0.20714974,0.015675479418422043 allga,0.09777778,0 +hardu,0.09777778,0 litst,0.09015152,0.047849695531533384 sogsh,0.08220238,0.011574714004551338 corsh,0.07831597,0.019809027302287216 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/aggregate-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/aggregate-Year-cd.csv index cd0ebeb4f9..b6019f2288 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/aggregate-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/aggregate-Year-cd.csv @@ -43,6 +43,7 @@ hoowa,0.30899471,0.06608296019883089 vertera,0.29952899,0.12719098377944033 moorh,0.20714974,0.015675479418422043 allga,0.09777778,0 +hardu,0.09777778,0 litst,0.09015152,0.047849695531533384 sogsh,0.08220238,0.011574714004551338 corsh,0.07831597,0.019809027302287216 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/aggregate-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/aggregate-Year-cs.csv index cd0ebeb4f9..b6019f2288 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/aggregate-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/aggregate-Year-cs.csv @@ -43,6 +43,7 @@ hoowa,0.30899471,0.06608296019883089 vertera,0.29952899,0.12719098377944033 moorh,0.20714974,0.015675479418422043 allga,0.09777778,0 +hardu,0.09777778,0 litst,0.09015152,0.047849695531533384 sogsh,0.08220238,0.011574714004551338 corsh,0.07831597,0.019809027302287216 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/timeseries-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/timeseries-Day-cd.csv index 7e6b948acc..2f905adff0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/timeseries-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/timeseries-Day-cd.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[shttr] Wait Hours: Per Job","[swath] Wait Hours: Per Job","[meapi] Wait Hours: Per Job","[siski] Wait Hours: Per Job","[yebbu] Wait Hours: Per Job","[velsc] Wait Hours: Per Job","[sancr] Wait Hours: Per Job","[yebwa] Wait Hours: Per Job","[grath] Wait Hours: Per Job","[ovenb] Wait Hours: Per Job","[sante] Wait Hours: Per Job","[pereg] Wait Hours: Per Job","[dunli] Wait Hours: Per Job","[boowa] Wait Hours: Per Job","[duswa] Wait Hours: Per Job","[caspl] Wait Hours: Per Job","[sposa] Wait Hours: Per Job","[yebsa] Wait Hours: Per Job","[misth] Wait Hours: Per Job","[legsh] Wait Hours: Per Job","[whtpl] Wait Hours: Per Job","[whimb] Wait Hours: Per Job","[ybsbu] Wait Hours: Per Job","[whtsp] Wait Hours: Per Job","[honbu] Wait Hours: Per Job","[smew1] Wait Hours: Per Job","[crane] Wait Hours: Per Job","[shag1] Wait Hours: Per Job","[evegr] Wait Hours: Per Job","[grgsh] Wait Hours: Per Job","[garwa] Wait Hours: Per Job","[sarwa] Wait Hours: Per Job","[henha] Wait Hours: Per Job","[hoowa] Wait Hours: Per Job","[vertera] Wait Hours: Per Job","[moorh] Wait Hours: Per Job","[allga] Wait Hours: Per Job","[litst] Wait Hours: Per Job","[sogsh] Wait Hours: Per Job","[corsh] Wait Hours: Per Job","[reebu] Wait Hours: Per Job","[lapwi] Wait Hours: Per Job","[noror] Wait Hours: Per Job","[rolle] Wait Hours: Per Job","[ferdu] Wait Hours: Per Job","[turdo] Wait Hours: Per Job","[litau] Wait Hours: Per Job","[blhbu] Wait Hours: Per Job","[savsp] Wait Hours: Per Job","[pibgr] Wait Hours: Per Job","[ribgu] Wait Hours: Per Job","[lanhach] Wait Hours: Per Job","[crama] Wait Hours: Per Job","[egygo] Wait Hours: Per Job","[field] Wait Hours: Per Job","[gloib] Wait Hours: Per Job","[aytinis] Wait Hours: Per Job","[alpsw] Wait Hours: Per Job","[coot1] Wait Hours: Per Job","[lesre] Wait Hours: Per Job","[categ] Wait Hours: Per Job","[proubis] Wait Hours: Per Job","[chaff] Wait Hours: Per Job","[jackd] Wait Hours: Per Job","[mamwa] Wait Hours: Per Job","[relpa] Wait Hours: Per Job" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00027778,0,0,9.33222222,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,9.59638889,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-25,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55.41111111,0,0.00000000,0,0,0.06333333,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-26,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00066667,0,0,0,0,0,0,0,0,0,0.00000000,0,0.00000000,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-27,273.48105556,0,103.71148148,76.08611111,0,78.78861111,46.99166667,0,0,0.00062500,0.00000000,0,0,50.82250000,0,0,0,0,0,0,0,0,0.00027778,0,0.00000000,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0.00288889,0,0.00000000,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0.00000000,0 -2016-12-28,280.72700000,0,108.01750000,36.87611111,0,0.00000000,80.35419753,0,0,0.00000000,0.00000000,0,0,0.00000000,0,0,0,0,5.30577160,0,3.72481481,0,0.00000000,0,0.00000000,0,0,6.82972222,0,0,1.68000000,2.73787037,0,0.46633333,0,0.02977924,0,0,0,0,20.57444444,0.07195578,0.00000000,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0.00027778,0.00018519,0,0,0,0,0,0.00000000,0,0.00000000,0 -2016-12-29,313.25736111,206.22965812,47.74488095,0.00000000,0.00166667,0.00000000,22.19675214,25.72861111,0.00444444,0.00000000,18.95472222,11.68527778,0,0.00000000,0,0,0.95844444,0.00019841,0.00000000,0,0.00000000,0,1.21402778,0,7.95825941,1.98928571,3.47907407,0.00111111,0.79222222,0,4.46097222,0.29993056,0.01788889,0.07572222,0,0.04237662,0,0,0,0.17638889,3.66268519,0.04464331,0.00000000,0,0.03111111,0.01715686,0.00000000,0,0,0.01099444,0,0.02250000,0,0.00062500,0,0.00000000,0.00000000,0,0,0.00027778,0,0,0.00000000,0,0.00000000,0 -2016-12-30,55.29648148,229.51285040,0.00000000,0.00000000,105.48055556,0.00138889,32.41850397,0.00000000,18.02518519,0.00000000,0.00000000,13.72777778,13.00438580,5.14571429,6.67768519,0,6.23720000,1.80364583,0.38944444,2.58369031,0.00000000,17.26194444,8.09833333,0,1.39451717,0.00000000,1.47605556,0.22282407,1.18388889,0.84512711,0.00000000,0.55871032,0.42590741,0.41231481,0.59636111,0.32754774,0.09777778,0.00369048,0.17850082,0.02000000,0.02257879,0.13344771,0.00000000,0.05370370,0.00000000,0.01009512,0.00000000,0.01437500,0.01586806,0.00000000,0.00750000,0.00092593,0.00105159,0.00055556,0.00083333,0.00000000,0.00000000,0.00020833,0.00010417,0.00000000,0.00006944,0.00011574,0.00000000,0.00000000,0.00000000,0.00000000 -2016-12-31,351.74604167,0.00000000,0.00000000,0.00000000,0.00000000,0,33.49272778,0,27.32576747,94.34416667,0,0.00000000,3.35838889,0.00000000,0.00000000,0.02019097,0.00000000,25.71842593,0.00000000,7.36601918,0,0.95052083,0.00000000,2.15222222,2.89868538,0.00000000,0.07819444,0.00097222,0,0.55391509,0.00626263,1.74513889,0.00000000,0.26094444,0.33598291,0.35169374,0,0.24145833,0.02144676,0.00000000,0.03538140,0.01543544,0.00027778,0.00000000,0.00000000,0.04029733,0.02496032,0.01388889,0.01362745,0,0.00000000,0.00074074,0,0.00000000,0.00083333,0,0.00000000,0.00013889,0.00013889,0.00000000,0.00010417,0.00009259,0.00000000,0.00000000,0,0 -2017-01-01,0.00000000,0,9.17583333,0,0,0,0,36.31500000,0.00000000,0.00000000,0,0.00000000,13.14023981,0,0,5.48065465,0.00000000,0.00000000,0.00000000,0,0,1.45988889,0,0.00000000,1.47548426,0,3.00597222,0.00000000,0,0,0.00000000,0.28430556,0,0,0.00020531,0.03615605,0,0,0.00010305,0.01934028,0.40393690,0.01760234,0.04938889,0.00027778,0.00000000,0.00453196,0.00000000,0,0.00666667,0,0,0.00012346,0,0,0.00000000,0,0,0.00013889,0.00020833,0.00000000,0.00020833,0.00011574,0.00000000,0,0,0 +Day,"[shttr] Wait Hours: Per Job","[swath] Wait Hours: Per Job","[meapi] Wait Hours: Per Job","[siski] Wait Hours: Per Job","[yebbu] Wait Hours: Per Job","[velsc] Wait Hours: Per Job","[sancr] Wait Hours: Per Job","[yebwa] Wait Hours: Per Job","[grath] Wait Hours: Per Job","[ovenb] Wait Hours: Per Job","[sante] Wait Hours: Per Job","[pereg] Wait Hours: Per Job","[dunli] Wait Hours: Per Job","[boowa] Wait Hours: Per Job","[duswa] Wait Hours: Per Job","[caspl] Wait Hours: Per Job","[sposa] Wait Hours: Per Job","[yebsa] Wait Hours: Per Job","[misth] Wait Hours: Per Job","[legsh] Wait Hours: Per Job","[whtpl] Wait Hours: Per Job","[whimb] Wait Hours: Per Job","[ybsbu] Wait Hours: Per Job","[whtsp] Wait Hours: Per Job","[honbu] Wait Hours: Per Job","[smew1] Wait Hours: Per Job","[crane] Wait Hours: Per Job","[shag1] Wait Hours: Per Job","[evegr] Wait Hours: Per Job","[grgsh] Wait Hours: Per Job","[garwa] Wait Hours: Per Job","[sarwa] Wait Hours: Per Job","[henha] Wait Hours: Per Job","[hoowa] Wait Hours: Per Job","[vertera] Wait Hours: Per Job","[moorh] Wait Hours: Per Job","[allga] Wait Hours: Per Job","[hardu] Wait Hours: Per Job","[litst] Wait Hours: Per Job","[sogsh] Wait Hours: Per Job","[corsh] Wait Hours: Per Job","[reebu] Wait Hours: Per Job","[lapwi] Wait Hours: Per Job","[noror] Wait Hours: Per Job","[rolle] Wait Hours: Per Job","[ferdu] Wait Hours: Per Job","[turdo] Wait Hours: Per Job","[litau] Wait Hours: Per Job","[blhbu] Wait Hours: Per Job","[savsp] Wait Hours: Per Job","[pibgr] Wait Hours: Per Job","[ribgu] Wait Hours: Per Job","[lanhach] Wait Hours: Per Job","[crama] Wait Hours: Per Job","[egygo] Wait Hours: Per Job","[field] Wait Hours: Per Job","[gloib] Wait Hours: Per Job","[aytinis] Wait Hours: Per Job","[alpsw] Wait Hours: Per Job","[coot1] Wait Hours: Per Job","[lesre] Wait Hours: Per Job","[categ] Wait Hours: Per Job","[proubis] Wait Hours: Per Job","[chaff] Wait Hours: Per Job","[jackd] Wait Hours: Per Job","[mamwa] Wait Hours: Per Job","[relpa] Wait Hours: Per Job" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00027778,0,0,9.33222222,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,9.59638889,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-25,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55.41111111,0,0.00000000,0,0,0.06333333,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-26,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00066667,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0.00000000,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-27,273.48105556,0,103.71148148,76.08611111,0,78.78861111,46.99166667,0,0,0.00062500,0.00000000,0,0,50.82250000,0,0,0,0,0,0,0,0,0.00027778,0,0.00000000,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0.00288889,0,0.00000000,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0.00000000,0 +2016-12-28,280.72700000,0,108.01750000,36.87611111,0,0.00000000,80.35419753,0,0,0.00000000,0.00000000,0,0,0.00000000,0,0,0,0,5.30577160,0,3.72481481,0,0.00000000,0,0.00000000,0,0,6.82972222,0,0,1.68000000,2.73787037,0,0.46633333,0,0.02977924,0,0,0,0,0,20.57444444,0.07195578,0.00000000,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0.00027778,0.00018519,0,0,0,0,0,0.00000000,0,0.00000000,0 +2016-12-29,313.25736111,206.22965812,47.74488095,0.00000000,0.00166667,0.00000000,22.19675214,25.72861111,0.00444444,0.00000000,18.95472222,11.68527778,0,0.00000000,0,0,0.95844444,0.00019841,0.00000000,0,0.00000000,0,1.21402778,0,7.95825941,1.98928571,3.47907407,0.00111111,0.79222222,0,4.46097222,0.29993056,0.01788889,0.07572222,0,0.04237662,0,0,0,0,0.17638889,3.66268519,0.04464331,0.00000000,0,0.03111111,0.01715686,0.00000000,0,0,0.01099444,0,0.02250000,0,0.00062500,0,0.00000000,0.00000000,0,0,0.00027778,0,0,0.00000000,0,0.00000000,0 +2016-12-30,55.29648148,229.51285040,0.00000000,0.00000000,105.48055556,0.00138889,32.41850397,0.00000000,18.02518519,0.00000000,0.00000000,13.72777778,13.00438580,5.14571429,6.67768519,0,6.23720000,1.80364583,0.38944444,2.58369031,0.00000000,17.26194444,8.09833333,0,1.39451717,0.00000000,1.47605556,0.22282407,1.18388889,0.84512711,0.00000000,0.55871032,0.42590741,0.41231481,0.59636111,0.32754774,0.09777778,0.09777778,0.00369048,0.17850082,0.02000000,0.02257879,0.13344771,0.00000000,0.05370370,0.00000000,0.01009512,0.00000000,0.01437500,0.01586806,0.00000000,0.00750000,0.00092593,0.00105159,0.00055556,0.00083333,0.00000000,0.00000000,0.00020833,0.00010417,0.00000000,0.00006944,0.00011574,0.00000000,0.00000000,0.00000000,0.00000000 +2016-12-31,351.74604167,0.00000000,0.00000000,0.00000000,0.00000000,0,33.49272778,0,27.32576747,94.34416667,0,0.00000000,3.35838889,0.00000000,0.00000000,0.02019097,0.00000000,25.71842593,0.00000000,7.36601918,0,0.95052083,0.00000000,2.15222222,2.89868538,0.00000000,0.07819444,0.00097222,0,0.55391509,0.00626263,1.74513889,0.00000000,0.26094444,0.33598291,0.35169374,0,0,0.24145833,0.02144676,0.00000000,0.03538140,0.01543544,0.00027778,0.00000000,0.00000000,0.04029733,0.02496032,0.01388889,0.01362745,0,0.00000000,0.00074074,0,0.00000000,0.00083333,0,0.00000000,0.00013889,0.00013889,0.00000000,0.00010417,0.00009259,0.00000000,0.00000000,0,0 +2017-01-01,0.00000000,0,9.17583333,0,0,0,0,36.31500000,0.00000000,0.00000000,0,0.00000000,13.14023981,0,0,5.48065465,0.00000000,0.00000000,0.00000000,0,0,1.45988889,0,0.00000000,1.47548426,0,3.00597222,0.00000000,0,0,0.00000000,0.28430556,0,0,0.00020531,0.03615605,0,0,0,0.00010305,0.01934028,0.40393690,0.01760234,0.04938889,0.00027778,0.00000000,0.00453196,0.00000000,0,0.00666667,0,0,0.00012346,0,0,0.00000000,0,0,0.00013889,0.00020833,0.00000000,0.00020833,0.00011574,0.00000000,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/timeseries-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/timeseries-Day-cs.csv index 7e6b948acc..2f905adff0 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/timeseries-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/timeseries-Day-cs.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[shttr] Wait Hours: Per Job","[swath] Wait Hours: Per Job","[meapi] Wait Hours: Per Job","[siski] Wait Hours: Per Job","[yebbu] Wait Hours: Per Job","[velsc] Wait Hours: Per Job","[sancr] Wait Hours: Per Job","[yebwa] Wait Hours: Per Job","[grath] Wait Hours: Per Job","[ovenb] Wait Hours: Per Job","[sante] Wait Hours: Per Job","[pereg] Wait Hours: Per Job","[dunli] Wait Hours: Per Job","[boowa] Wait Hours: Per Job","[duswa] Wait Hours: Per Job","[caspl] Wait Hours: Per Job","[sposa] Wait Hours: Per Job","[yebsa] Wait Hours: Per Job","[misth] Wait Hours: Per Job","[legsh] Wait Hours: Per Job","[whtpl] Wait Hours: Per Job","[whimb] Wait Hours: Per Job","[ybsbu] Wait Hours: Per Job","[whtsp] Wait Hours: Per Job","[honbu] Wait Hours: Per Job","[smew1] Wait Hours: Per Job","[crane] Wait Hours: Per Job","[shag1] Wait Hours: Per Job","[evegr] Wait Hours: Per Job","[grgsh] Wait Hours: Per Job","[garwa] Wait Hours: Per Job","[sarwa] Wait Hours: Per Job","[henha] Wait Hours: Per Job","[hoowa] Wait Hours: Per Job","[vertera] Wait Hours: Per Job","[moorh] Wait Hours: Per Job","[allga] Wait Hours: Per Job","[litst] Wait Hours: Per Job","[sogsh] Wait Hours: Per Job","[corsh] Wait Hours: Per Job","[reebu] Wait Hours: Per Job","[lapwi] Wait Hours: Per Job","[noror] Wait Hours: Per Job","[rolle] Wait Hours: Per Job","[ferdu] Wait Hours: Per Job","[turdo] Wait Hours: Per Job","[litau] Wait Hours: Per Job","[blhbu] Wait Hours: Per Job","[savsp] Wait Hours: Per Job","[pibgr] Wait Hours: Per Job","[ribgu] Wait Hours: Per Job","[lanhach] Wait Hours: Per Job","[crama] Wait Hours: Per Job","[egygo] Wait Hours: Per Job","[field] Wait Hours: Per Job","[gloib] Wait Hours: Per Job","[aytinis] Wait Hours: Per Job","[alpsw] Wait Hours: Per Job","[coot1] Wait Hours: Per Job","[lesre] Wait Hours: Per Job","[categ] Wait Hours: Per Job","[proubis] Wait Hours: Per Job","[chaff] Wait Hours: Per Job","[jackd] Wait Hours: Per Job","[mamwa] Wait Hours: Per Job","[relpa] Wait Hours: Per Job" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00027778,0,0,9.33222222,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,9.59638889,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-25,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55.41111111,0,0.00000000,0,0,0.06333333,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-26,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00066667,0,0,0,0,0,0,0,0,0,0.00000000,0,0.00000000,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-27,273.48105556,0,103.71148148,76.08611111,0,78.78861111,46.99166667,0,0,0.00062500,0.00000000,0,0,50.82250000,0,0,0,0,0,0,0,0,0.00027778,0,0.00000000,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0.00288889,0,0.00000000,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0.00000000,0 -2016-12-28,280.72700000,0,108.01750000,36.87611111,0,0.00000000,80.35419753,0,0,0.00000000,0.00000000,0,0,0.00000000,0,0,0,0,5.30577160,0,3.72481481,0,0.00000000,0,0.00000000,0,0,6.82972222,0,0,1.68000000,2.73787037,0,0.46633333,0,0.02977924,0,0,0,0,20.57444444,0.07195578,0.00000000,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0.00027778,0.00018519,0,0,0,0,0,0.00000000,0,0.00000000,0 -2016-12-29,313.25736111,206.22965812,47.74488095,0.00000000,0.00166667,0.00000000,22.19675214,25.72861111,0.00444444,0.00000000,18.95472222,11.68527778,0,0.00000000,0,0,0.95844444,0.00019841,0.00000000,0,0.00000000,0,1.21402778,0,7.95825941,1.98928571,3.47907407,0.00111111,0.79222222,0,4.46097222,0.29993056,0.01788889,0.07572222,0,0.04237662,0,0,0,0.17638889,3.66268519,0.04464331,0.00000000,0,0.03111111,0.01715686,0.00000000,0,0,0.01099444,0,0.02250000,0,0.00062500,0,0.00000000,0.00000000,0,0,0.00027778,0,0,0.00000000,0,0.00000000,0 -2016-12-30,55.29648148,229.51285040,0.00000000,0.00000000,105.48055556,0.00138889,32.41850397,0.00000000,18.02518519,0.00000000,0.00000000,13.72777778,13.00438580,5.14571429,6.67768519,0,6.23720000,1.80364583,0.38944444,2.58369031,0.00000000,17.26194444,8.09833333,0,1.39451717,0.00000000,1.47605556,0.22282407,1.18388889,0.84512711,0.00000000,0.55871032,0.42590741,0.41231481,0.59636111,0.32754774,0.09777778,0.00369048,0.17850082,0.02000000,0.02257879,0.13344771,0.00000000,0.05370370,0.00000000,0.01009512,0.00000000,0.01437500,0.01586806,0.00000000,0.00750000,0.00092593,0.00105159,0.00055556,0.00083333,0.00000000,0.00000000,0.00020833,0.00010417,0.00000000,0.00006944,0.00011574,0.00000000,0.00000000,0.00000000,0.00000000 -2016-12-31,351.74604167,0.00000000,0.00000000,0.00000000,0.00000000,0,33.49272778,0,27.32576747,94.34416667,0,0.00000000,3.35838889,0.00000000,0.00000000,0.02019097,0.00000000,25.71842593,0.00000000,7.36601918,0,0.95052083,0.00000000,2.15222222,2.89868538,0.00000000,0.07819444,0.00097222,0,0.55391509,0.00626263,1.74513889,0.00000000,0.26094444,0.33598291,0.35169374,0,0.24145833,0.02144676,0.00000000,0.03538140,0.01543544,0.00027778,0.00000000,0.00000000,0.04029733,0.02496032,0.01388889,0.01362745,0,0.00000000,0.00074074,0,0.00000000,0.00083333,0,0.00000000,0.00013889,0.00013889,0.00000000,0.00010417,0.00009259,0.00000000,0.00000000,0,0 -2017-01-01,0.00000000,0,9.17583333,0,0,0,0,36.31500000,0.00000000,0.00000000,0,0.00000000,13.14023981,0,0,5.48065465,0.00000000,0.00000000,0.00000000,0,0,1.45988889,0,0.00000000,1.47548426,0,3.00597222,0.00000000,0,0,0.00000000,0.28430556,0,0,0.00020531,0.03615605,0,0,0.00010305,0.01934028,0.40393690,0.01760234,0.04938889,0.00027778,0.00000000,0.00453196,0.00000000,0,0.00666667,0,0,0.00012346,0,0,0.00000000,0,0,0.00013889,0.00020833,0.00000000,0.00020833,0.00011574,0.00000000,0,0,0 +Day,"[shttr] Wait Hours: Per Job","[swath] Wait Hours: Per Job","[meapi] Wait Hours: Per Job","[siski] Wait Hours: Per Job","[yebbu] Wait Hours: Per Job","[velsc] Wait Hours: Per Job","[sancr] Wait Hours: Per Job","[yebwa] Wait Hours: Per Job","[grath] Wait Hours: Per Job","[ovenb] Wait Hours: Per Job","[sante] Wait Hours: Per Job","[pereg] Wait Hours: Per Job","[dunli] Wait Hours: Per Job","[boowa] Wait Hours: Per Job","[duswa] Wait Hours: Per Job","[caspl] Wait Hours: Per Job","[sposa] Wait Hours: Per Job","[yebsa] Wait Hours: Per Job","[misth] Wait Hours: Per Job","[legsh] Wait Hours: Per Job","[whtpl] Wait Hours: Per Job","[whimb] Wait Hours: Per Job","[ybsbu] Wait Hours: Per Job","[whtsp] Wait Hours: Per Job","[honbu] Wait Hours: Per Job","[smew1] Wait Hours: Per Job","[crane] Wait Hours: Per Job","[shag1] Wait Hours: Per Job","[evegr] Wait Hours: Per Job","[grgsh] Wait Hours: Per Job","[garwa] Wait Hours: Per Job","[sarwa] Wait Hours: Per Job","[henha] Wait Hours: Per Job","[hoowa] Wait Hours: Per Job","[vertera] Wait Hours: Per Job","[moorh] Wait Hours: Per Job","[allga] Wait Hours: Per Job","[hardu] Wait Hours: Per Job","[litst] Wait Hours: Per Job","[sogsh] Wait Hours: Per Job","[corsh] Wait Hours: Per Job","[reebu] Wait Hours: Per Job","[lapwi] Wait Hours: Per Job","[noror] Wait Hours: Per Job","[rolle] Wait Hours: Per Job","[ferdu] Wait Hours: Per Job","[turdo] Wait Hours: Per Job","[litau] Wait Hours: Per Job","[blhbu] Wait Hours: Per Job","[savsp] Wait Hours: Per Job","[pibgr] Wait Hours: Per Job","[ribgu] Wait Hours: Per Job","[lanhach] Wait Hours: Per Job","[crama] Wait Hours: Per Job","[egygo] Wait Hours: Per Job","[field] Wait Hours: Per Job","[gloib] Wait Hours: Per Job","[aytinis] Wait Hours: Per Job","[alpsw] Wait Hours: Per Job","[coot1] Wait Hours: Per Job","[lesre] Wait Hours: Per Job","[categ] Wait Hours: Per Job","[proubis] Wait Hours: Per Job","[chaff] Wait Hours: Per Job","[jackd] Wait Hours: Per Job","[mamwa] Wait Hours: Per Job","[relpa] Wait Hours: Per Job" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00027778,0,0,9.33222222,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,9.59638889,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-25,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55.41111111,0,0.00000000,0,0,0.06333333,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-26,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00066667,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0.00000000,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-27,273.48105556,0,103.71148148,76.08611111,0,78.78861111,46.99166667,0,0,0.00062500,0.00000000,0,0,50.82250000,0,0,0,0,0,0,0,0,0.00027778,0,0.00000000,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0.00288889,0,0.00000000,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0.00000000,0 +2016-12-28,280.72700000,0,108.01750000,36.87611111,0,0.00000000,80.35419753,0,0,0.00000000,0.00000000,0,0,0.00000000,0,0,0,0,5.30577160,0,3.72481481,0,0.00000000,0,0.00000000,0,0,6.82972222,0,0,1.68000000,2.73787037,0,0.46633333,0,0.02977924,0,0,0,0,0,20.57444444,0.07195578,0.00000000,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0.00027778,0.00018519,0,0,0,0,0,0.00000000,0,0.00000000,0 +2016-12-29,313.25736111,206.22965812,47.74488095,0.00000000,0.00166667,0.00000000,22.19675214,25.72861111,0.00444444,0.00000000,18.95472222,11.68527778,0,0.00000000,0,0,0.95844444,0.00019841,0.00000000,0,0.00000000,0,1.21402778,0,7.95825941,1.98928571,3.47907407,0.00111111,0.79222222,0,4.46097222,0.29993056,0.01788889,0.07572222,0,0.04237662,0,0,0,0,0.17638889,3.66268519,0.04464331,0.00000000,0,0.03111111,0.01715686,0.00000000,0,0,0.01099444,0,0.02250000,0,0.00062500,0,0.00000000,0.00000000,0,0,0.00027778,0,0,0.00000000,0,0.00000000,0 +2016-12-30,55.29648148,229.51285040,0.00000000,0.00000000,105.48055556,0.00138889,32.41850397,0.00000000,18.02518519,0.00000000,0.00000000,13.72777778,13.00438580,5.14571429,6.67768519,0,6.23720000,1.80364583,0.38944444,2.58369031,0.00000000,17.26194444,8.09833333,0,1.39451717,0.00000000,1.47605556,0.22282407,1.18388889,0.84512711,0.00000000,0.55871032,0.42590741,0.41231481,0.59636111,0.32754774,0.09777778,0.09777778,0.00369048,0.17850082,0.02000000,0.02257879,0.13344771,0.00000000,0.05370370,0.00000000,0.01009512,0.00000000,0.01437500,0.01586806,0.00000000,0.00750000,0.00092593,0.00105159,0.00055556,0.00083333,0.00000000,0.00000000,0.00020833,0.00010417,0.00000000,0.00006944,0.00011574,0.00000000,0.00000000,0.00000000,0.00000000 +2016-12-31,351.74604167,0.00000000,0.00000000,0.00000000,0.00000000,0,33.49272778,0,27.32576747,94.34416667,0,0.00000000,3.35838889,0.00000000,0.00000000,0.02019097,0.00000000,25.71842593,0.00000000,7.36601918,0,0.95052083,0.00000000,2.15222222,2.89868538,0.00000000,0.07819444,0.00097222,0,0.55391509,0.00626263,1.74513889,0.00000000,0.26094444,0.33598291,0.35169374,0,0,0.24145833,0.02144676,0.00000000,0.03538140,0.01543544,0.00027778,0.00000000,0.00000000,0.04029733,0.02496032,0.01388889,0.01362745,0,0.00000000,0.00074074,0,0.00000000,0.00083333,0,0.00000000,0.00013889,0.00013889,0.00000000,0.00010417,0.00009259,0.00000000,0.00000000,0,0 +2017-01-01,0.00000000,0,9.17583333,0,0,0,0,36.31500000,0.00000000,0.00000000,0,0.00000000,13.14023981,0,0,5.48065465,0.00000000,0.00000000,0.00000000,0,0,1.45988889,0,0.00000000,1.47548426,0,3.00597222,0.00000000,0,0,0.00000000,0.28430556,0,0,0.00020531,0.03615605,0,0,0,0.00010305,0.01934028,0.40393690,0.01760234,0.04938889,0.00027778,0.00000000,0.00453196,0.00000000,0,0.00666667,0,0,0.00012346,0,0,0.00000000,0,0,0.00013889,0.00020833,0.00000000,0.00020833,0.00011574,0.00000000,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/timeseries-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/timeseries-Month-cd.csv index 16e56b2f1e..d4266bac48 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/timeseries-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/timeseries-Month-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[shttr] Wait Hours: Per Job","[swath] Wait Hours: Per Job","[meapi] Wait Hours: Per Job","[siski] Wait Hours: Per Job","[yebbu] Wait Hours: Per Job","[velsc] Wait Hours: Per Job","[sancr] Wait Hours: Per Job","[yebwa] Wait Hours: Per Job","[grath] Wait Hours: Per Job","[ovenb] Wait Hours: Per Job","[sante] Wait Hours: Per Job","[pereg] Wait Hours: Per Job","[dunli] Wait Hours: Per Job","[boowa] Wait Hours: Per Job","[duswa] Wait Hours: Per Job","[caspl] Wait Hours: Per Job","[sposa] Wait Hours: Per Job","[yebsa] Wait Hours: Per Job","[misth] Wait Hours: Per Job","[legsh] Wait Hours: Per Job","[whtpl] Wait Hours: Per Job","[whimb] Wait Hours: Per Job","[ybsbu] Wait Hours: Per Job","[whtsp] Wait Hours: Per Job","[honbu] Wait Hours: Per Job","[smew1] Wait Hours: Per Job","[crane] Wait Hours: Per Job","[shag1] Wait Hours: Per Job","[evegr] Wait Hours: Per Job","[grgsh] Wait Hours: Per Job","[garwa] Wait Hours: Per Job","[sarwa] Wait Hours: Per Job","[henha] Wait Hours: Per Job","[hoowa] Wait Hours: Per Job","[vertera] Wait Hours: Per Job","[moorh] Wait Hours: Per Job","[allga] Wait Hours: Per Job","[litst] Wait Hours: Per Job","[sogsh] Wait Hours: Per Job","[corsh] Wait Hours: Per Job","[reebu] Wait Hours: Per Job","[lapwi] Wait Hours: Per Job","[noror] Wait Hours: Per Job","[rolle] Wait Hours: Per Job","[ferdu] Wait Hours: Per Job","[turdo] Wait Hours: Per Job","[litau] Wait Hours: Per Job","[blhbu] Wait Hours: Per Job","[savsp] Wait Hours: Per Job","[pibgr] Wait Hours: Per Job","[ribgu] Wait Hours: Per Job","[lanhach] Wait Hours: Per Job","[crama] Wait Hours: Per Job","[egygo] Wait Hours: Per Job","[field] Wait Hours: Per Job","[gloib] Wait Hours: Per Job","[aytinis] Wait Hours: Per Job","[alpsw] Wait Hours: Per Job","[coot1] Wait Hours: Per Job","[lesre] Wait Hours: Per Job","[categ] Wait Hours: Per Job","[proubis] Wait Hours: Per Job","[chaff] Wait Hours: Per Job","[jackd] Wait Hours: Per Job","[mamwa] Wait Hours: Per Job","[relpa] Wait Hours: Per Job" -2016-12,233.46900253,229.08833216,88.25266414,56.48111111,52.74111111,39.39500000,35.06708719,25.72861111,26.77900440,18.86933333,14.27555556,13.04694444,12.03978611,8.19083333,6.67768519,0.02019097,5.35740741,5.08810185,4.41189394,3.92752472,3.72481481,2.76290123,2.15912037,2.15222222,2.23908727,1.98928571,1.51085648,1.36358586,0.98805556,0.74185808,0.68931866,0.77155405,0.32390278,0.30899471,0.44919082,0.22153436,0.09777778,0.09015152,0.13753019,0.13729167,0.05777444,0.06002018,0.00027778,0.05370370,0.03111111,0.03878261,0.02184028,0.01408333,0.01434444,0.01099444,0.00750000,0.00392857,0.00105159,0.00059028,0.00083333,0.00027778,0.00018519,0.00017361,0.00012153,0.00013889,0.00008681,0.00010417,0.00000000,0.00000000,0.00000000,0.00000000 -2017-01,0.00000000,0,9.17583333,0,0,0,0,36.31500000,0.00000000,0.00000000,0,0.00000000,13.14023981,0,0,5.48065465,0.00000000,0.00000000,0.00000000,0,0,1.45988889,0,0.00000000,1.47548426,0,3.00597222,0.00000000,0,0,0.00000000,0.28430556,0,0,0.00020531,0.03615605,0,0,0.00010305,0.01934028,0.40393690,0.01760234,0.04938889,0.00027778,0.00000000,0.00453196,0.00000000,0,0.00666667,0,0,0.00012346,0,0,0.00000000,0,0,0.00013889,0.00020833,0.00000000,0.00020833,0.00011574,0.00000000,0,0,0 +Month,"[shttr] Wait Hours: Per Job","[swath] Wait Hours: Per Job","[meapi] Wait Hours: Per Job","[siski] Wait Hours: Per Job","[yebbu] Wait Hours: Per Job","[velsc] Wait Hours: Per Job","[sancr] Wait Hours: Per Job","[yebwa] Wait Hours: Per Job","[grath] Wait Hours: Per Job","[ovenb] Wait Hours: Per Job","[sante] Wait Hours: Per Job","[pereg] Wait Hours: Per Job","[dunli] Wait Hours: Per Job","[boowa] Wait Hours: Per Job","[duswa] Wait Hours: Per Job","[caspl] Wait Hours: Per Job","[sposa] Wait Hours: Per Job","[yebsa] Wait Hours: Per Job","[misth] Wait Hours: Per Job","[legsh] Wait Hours: Per Job","[whtpl] Wait Hours: Per Job","[whimb] Wait Hours: Per Job","[ybsbu] Wait Hours: Per Job","[whtsp] Wait Hours: Per Job","[honbu] Wait Hours: Per Job","[smew1] Wait Hours: Per Job","[crane] Wait Hours: Per Job","[shag1] Wait Hours: Per Job","[evegr] Wait Hours: Per Job","[grgsh] Wait Hours: Per Job","[garwa] Wait Hours: Per Job","[sarwa] Wait Hours: Per Job","[henha] Wait Hours: Per Job","[hoowa] Wait Hours: Per Job","[vertera] Wait Hours: Per Job","[moorh] Wait Hours: Per Job","[allga] Wait Hours: Per Job","[hardu] Wait Hours: Per Job","[litst] Wait Hours: Per Job","[sogsh] Wait Hours: Per Job","[corsh] Wait Hours: Per Job","[reebu] Wait Hours: Per Job","[lapwi] Wait Hours: Per Job","[noror] Wait Hours: Per Job","[rolle] Wait Hours: Per Job","[ferdu] Wait Hours: Per Job","[turdo] Wait Hours: Per Job","[litau] Wait Hours: Per Job","[blhbu] Wait Hours: Per Job","[savsp] Wait Hours: Per Job","[pibgr] Wait Hours: Per Job","[ribgu] Wait Hours: Per Job","[lanhach] Wait Hours: Per Job","[crama] Wait Hours: Per Job","[egygo] Wait Hours: Per Job","[field] Wait Hours: Per Job","[gloib] Wait Hours: Per Job","[aytinis] Wait Hours: Per Job","[alpsw] Wait Hours: Per Job","[coot1] Wait Hours: Per Job","[lesre] Wait Hours: Per Job","[categ] Wait Hours: Per Job","[proubis] Wait Hours: Per Job","[chaff] Wait Hours: Per Job","[jackd] Wait Hours: Per Job","[mamwa] Wait Hours: Per Job","[relpa] Wait Hours: Per Job" +2016-12,233.46900253,229.08833216,88.25266414,56.48111111,52.74111111,39.39500000,35.06708719,25.72861111,26.77900440,18.86933333,14.27555556,13.04694444,12.03978611,8.19083333,6.67768519,0.02019097,5.35740741,5.08810185,4.41189394,3.92752472,3.72481481,2.76290123,2.15912037,2.15222222,2.23908727,1.98928571,1.51085648,1.36358586,0.98805556,0.74185808,0.68931866,0.77155405,0.32390278,0.30899471,0.44919082,0.22153436,0.09777778,0.09777778,0.09015152,0.13753019,0.13729167,0.05777444,0.06002018,0.00027778,0.05370370,0.03111111,0.03878261,0.02184028,0.01408333,0.01434444,0.01099444,0.00750000,0.00392857,0.00105159,0.00059028,0.00083333,0.00027778,0.00018519,0.00017361,0.00012153,0.00013889,0.00008681,0.00010417,0.00000000,0.00000000,0.00000000,0.00000000 +2017-01,0.00000000,0,9.17583333,0,0,0,0,36.31500000,0.00000000,0.00000000,0,0.00000000,13.14023981,0,0,5.48065465,0.00000000,0.00000000,0.00000000,0,0,1.45988889,0,0.00000000,1.47548426,0,3.00597222,0.00000000,0,0,0.00000000,0.28430556,0,0,0.00020531,0.03615605,0,0,0,0.00010305,0.01934028,0.40393690,0.01760234,0.04938889,0.00027778,0.00000000,0.00453196,0.00000000,0,0.00666667,0,0,0.00012346,0,0,0.00000000,0,0,0.00013889,0.00020833,0.00000000,0.00020833,0.00011574,0.00000000,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/timeseries-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/timeseries-Month-cs.csv index 16e56b2f1e..d4266bac48 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/timeseries-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/timeseries-Month-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[shttr] Wait Hours: Per Job","[swath] Wait Hours: Per Job","[meapi] Wait Hours: Per Job","[siski] Wait Hours: Per Job","[yebbu] Wait Hours: Per Job","[velsc] Wait Hours: Per Job","[sancr] Wait Hours: Per Job","[yebwa] Wait Hours: Per Job","[grath] Wait Hours: Per Job","[ovenb] Wait Hours: Per Job","[sante] Wait Hours: Per Job","[pereg] Wait Hours: Per Job","[dunli] Wait Hours: Per Job","[boowa] Wait Hours: Per Job","[duswa] Wait Hours: Per Job","[caspl] Wait Hours: Per Job","[sposa] Wait Hours: Per Job","[yebsa] Wait Hours: Per Job","[misth] Wait Hours: Per Job","[legsh] Wait Hours: Per Job","[whtpl] Wait Hours: Per Job","[whimb] Wait Hours: Per Job","[ybsbu] Wait Hours: Per Job","[whtsp] Wait Hours: Per Job","[honbu] Wait Hours: Per Job","[smew1] Wait Hours: Per Job","[crane] Wait Hours: Per Job","[shag1] Wait Hours: Per Job","[evegr] Wait Hours: Per Job","[grgsh] Wait Hours: Per Job","[garwa] Wait Hours: Per Job","[sarwa] Wait Hours: Per Job","[henha] Wait Hours: Per Job","[hoowa] Wait Hours: Per Job","[vertera] Wait Hours: Per Job","[moorh] Wait Hours: Per Job","[allga] Wait Hours: Per Job","[litst] Wait Hours: Per Job","[sogsh] Wait Hours: Per Job","[corsh] Wait Hours: Per Job","[reebu] Wait Hours: Per Job","[lapwi] Wait Hours: Per Job","[noror] Wait Hours: Per Job","[rolle] Wait Hours: Per Job","[ferdu] Wait Hours: Per Job","[turdo] Wait Hours: Per Job","[litau] Wait Hours: Per Job","[blhbu] Wait Hours: Per Job","[savsp] Wait Hours: Per Job","[pibgr] Wait Hours: Per Job","[ribgu] Wait Hours: Per Job","[lanhach] Wait Hours: Per Job","[crama] Wait Hours: Per Job","[egygo] Wait Hours: Per Job","[field] Wait Hours: Per Job","[gloib] Wait Hours: Per Job","[aytinis] Wait Hours: Per Job","[alpsw] Wait Hours: Per Job","[coot1] Wait Hours: Per Job","[lesre] Wait Hours: Per Job","[categ] Wait Hours: Per Job","[proubis] Wait Hours: Per Job","[chaff] Wait Hours: Per Job","[jackd] Wait Hours: Per Job","[mamwa] Wait Hours: Per Job","[relpa] Wait Hours: Per Job" -2016-12,233.46900253,229.08833216,88.25266414,56.48111111,52.74111111,39.39500000,35.06708719,25.72861111,26.77900440,18.86933333,14.27555556,13.04694444,12.03978611,8.19083333,6.67768519,0.02019097,5.35740741,5.08810185,4.41189394,3.92752472,3.72481481,2.76290123,2.15912037,2.15222222,2.23908727,1.98928571,1.51085648,1.36358586,0.98805556,0.74185808,0.68931866,0.77155405,0.32390278,0.30899471,0.44919082,0.22153436,0.09777778,0.09015152,0.13753019,0.13729167,0.05777444,0.06002018,0.00027778,0.05370370,0.03111111,0.03878261,0.02184028,0.01408333,0.01434444,0.01099444,0.00750000,0.00392857,0.00105159,0.00059028,0.00083333,0.00027778,0.00018519,0.00017361,0.00012153,0.00013889,0.00008681,0.00010417,0.00000000,0.00000000,0.00000000,0.00000000 -2017-01,0.00000000,0,9.17583333,0,0,0,0,36.31500000,0.00000000,0.00000000,0,0.00000000,13.14023981,0,0,5.48065465,0.00000000,0.00000000,0.00000000,0,0,1.45988889,0,0.00000000,1.47548426,0,3.00597222,0.00000000,0,0,0.00000000,0.28430556,0,0,0.00020531,0.03615605,0,0,0.00010305,0.01934028,0.40393690,0.01760234,0.04938889,0.00027778,0.00000000,0.00453196,0.00000000,0,0.00666667,0,0,0.00012346,0,0,0.00000000,0,0,0.00013889,0.00020833,0.00000000,0.00020833,0.00011574,0.00000000,0,0,0 +Month,"[shttr] Wait Hours: Per Job","[swath] Wait Hours: Per Job","[meapi] Wait Hours: Per Job","[siski] Wait Hours: Per Job","[yebbu] Wait Hours: Per Job","[velsc] Wait Hours: Per Job","[sancr] Wait Hours: Per Job","[yebwa] Wait Hours: Per Job","[grath] Wait Hours: Per Job","[ovenb] Wait Hours: Per Job","[sante] Wait Hours: Per Job","[pereg] Wait Hours: Per Job","[dunli] Wait Hours: Per Job","[boowa] Wait Hours: Per Job","[duswa] Wait Hours: Per Job","[caspl] Wait Hours: Per Job","[sposa] Wait Hours: Per Job","[yebsa] Wait Hours: Per Job","[misth] Wait Hours: Per Job","[legsh] Wait Hours: Per Job","[whtpl] Wait Hours: Per Job","[whimb] Wait Hours: Per Job","[ybsbu] Wait Hours: Per Job","[whtsp] Wait Hours: Per Job","[honbu] Wait Hours: Per Job","[smew1] Wait Hours: Per Job","[crane] Wait Hours: Per Job","[shag1] Wait Hours: Per Job","[evegr] Wait Hours: Per Job","[grgsh] Wait Hours: Per Job","[garwa] Wait Hours: Per Job","[sarwa] Wait Hours: Per Job","[henha] Wait Hours: Per Job","[hoowa] Wait Hours: Per Job","[vertera] Wait Hours: Per Job","[moorh] Wait Hours: Per Job","[allga] Wait Hours: Per Job","[hardu] Wait Hours: Per Job","[litst] Wait Hours: Per Job","[sogsh] Wait Hours: Per Job","[corsh] Wait Hours: Per Job","[reebu] Wait Hours: Per Job","[lapwi] Wait Hours: Per Job","[noror] Wait Hours: Per Job","[rolle] Wait Hours: Per Job","[ferdu] Wait Hours: Per Job","[turdo] Wait Hours: Per Job","[litau] Wait Hours: Per Job","[blhbu] Wait Hours: Per Job","[savsp] Wait Hours: Per Job","[pibgr] Wait Hours: Per Job","[ribgu] Wait Hours: Per Job","[lanhach] Wait Hours: Per Job","[crama] Wait Hours: Per Job","[egygo] Wait Hours: Per Job","[field] Wait Hours: Per Job","[gloib] Wait Hours: Per Job","[aytinis] Wait Hours: Per Job","[alpsw] Wait Hours: Per Job","[coot1] Wait Hours: Per Job","[lesre] Wait Hours: Per Job","[categ] Wait Hours: Per Job","[proubis] Wait Hours: Per Job","[chaff] Wait Hours: Per Job","[jackd] Wait Hours: Per Job","[mamwa] Wait Hours: Per Job","[relpa] Wait Hours: Per Job" +2016-12,233.46900253,229.08833216,88.25266414,56.48111111,52.74111111,39.39500000,35.06708719,25.72861111,26.77900440,18.86933333,14.27555556,13.04694444,12.03978611,8.19083333,6.67768519,0.02019097,5.35740741,5.08810185,4.41189394,3.92752472,3.72481481,2.76290123,2.15912037,2.15222222,2.23908727,1.98928571,1.51085648,1.36358586,0.98805556,0.74185808,0.68931866,0.77155405,0.32390278,0.30899471,0.44919082,0.22153436,0.09777778,0.09777778,0.09015152,0.13753019,0.13729167,0.05777444,0.06002018,0.00027778,0.05370370,0.03111111,0.03878261,0.02184028,0.01408333,0.01434444,0.01099444,0.00750000,0.00392857,0.00105159,0.00059028,0.00083333,0.00027778,0.00018519,0.00017361,0.00012153,0.00013889,0.00008681,0.00010417,0.00000000,0.00000000,0.00000000,0.00000000 +2017-01,0.00000000,0,9.17583333,0,0,0,0,36.31500000,0.00000000,0.00000000,0,0.00000000,13.14023981,0,0,5.48065465,0.00000000,0.00000000,0.00000000,0,0,1.45988889,0,0.00000000,1.47548426,0,3.00597222,0.00000000,0,0,0.00000000,0.28430556,0,0,0.00020531,0.03615605,0,0,0,0.00010305,0.01934028,0.40393690,0.01760234,0.04938889,0.00027778,0.00000000,0.00453196,0.00000000,0,0.00666667,0,0,0.00012346,0,0,0.00000000,0,0,0.00013889,0.00020833,0.00000000,0.00020833,0.00011574,0.00000000,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/timeseries-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/timeseries-Quarter-cd.csv index e0fe6293a9..14a503508b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/timeseries-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/timeseries-Quarter-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[shttr] Wait Hours: Per Job","[swath] Wait Hours: Per Job","[meapi] Wait Hours: Per Job","[siski] Wait Hours: Per Job","[yebbu] Wait Hours: Per Job","[velsc] Wait Hours: Per Job","[sancr] Wait Hours: Per Job","[yebwa] Wait Hours: Per Job","[grath] Wait Hours: Per Job","[ovenb] Wait Hours: Per Job","[sante] Wait Hours: Per Job","[pereg] Wait Hours: Per Job","[dunli] Wait Hours: Per Job","[boowa] Wait Hours: Per Job","[duswa] Wait Hours: Per Job","[caspl] Wait Hours: Per Job","[sposa] Wait Hours: Per Job","[yebsa] Wait Hours: Per Job","[misth] Wait Hours: Per Job","[legsh] Wait Hours: Per Job","[whtpl] Wait Hours: Per Job","[whimb] Wait Hours: Per Job","[ybsbu] Wait Hours: Per Job","[whtsp] Wait Hours: Per Job","[honbu] Wait Hours: Per Job","[smew1] Wait Hours: Per Job","[crane] Wait Hours: Per Job","[shag1] Wait Hours: Per Job","[evegr] Wait Hours: Per Job","[grgsh] Wait Hours: Per Job","[garwa] Wait Hours: Per Job","[sarwa] Wait Hours: Per Job","[henha] Wait Hours: Per Job","[hoowa] Wait Hours: Per Job","[vertera] Wait Hours: Per Job","[moorh] Wait Hours: Per Job","[allga] Wait Hours: Per Job","[litst] Wait Hours: Per Job","[sogsh] Wait Hours: Per Job","[corsh] Wait Hours: Per Job","[reebu] Wait Hours: Per Job","[lapwi] Wait Hours: Per Job","[noror] Wait Hours: Per Job","[rolle] Wait Hours: Per Job","[ferdu] Wait Hours: Per Job","[turdo] Wait Hours: Per Job","[litau] Wait Hours: Per Job","[blhbu] Wait Hours: Per Job","[savsp] Wait Hours: Per Job","[pibgr] Wait Hours: Per Job","[ribgu] Wait Hours: Per Job","[lanhach] Wait Hours: Per Job","[crama] Wait Hours: Per Job","[egygo] Wait Hours: Per Job","[field] Wait Hours: Per Job","[gloib] Wait Hours: Per Job","[aytinis] Wait Hours: Per Job","[alpsw] Wait Hours: Per Job","[coot1] Wait Hours: Per Job","[lesre] Wait Hours: Per Job","[categ] Wait Hours: Per Job","[proubis] Wait Hours: Per Job","[chaff] Wait Hours: Per Job","[jackd] Wait Hours: Per Job","[mamwa] Wait Hours: Per Job","[relpa] Wait Hours: Per Job" -"2016 Q4",233.46900253,229.08833216,88.25266414,56.48111111,52.74111111,39.39500000,35.06708719,25.72861111,26.77900440,18.86933333,14.27555556,13.04694444,12.03978611,8.19083333,6.67768519,0.02019097,5.35740741,5.08810185,4.41189394,3.92752472,3.72481481,2.76290123,2.15912037,2.15222222,2.23908727,1.98928571,1.51085648,1.36358586,0.98805556,0.74185808,0.68931866,0.77155405,0.32390278,0.30899471,0.44919082,0.22153436,0.09777778,0.09015152,0.13753019,0.13729167,0.05777444,0.06002018,0.00027778,0.05370370,0.03111111,0.03878261,0.02184028,0.01408333,0.01434444,0.01099444,0.00750000,0.00392857,0.00105159,0.00059028,0.00083333,0.00027778,0.00018519,0.00017361,0.00012153,0.00013889,0.00008681,0.00010417,0.00000000,0.00000000,0.00000000,0.00000000 -"2017 Q1",0.00000000,0,9.17583333,0,0,0,0,36.31500000,0.00000000,0.00000000,0,0.00000000,13.14023981,0,0,5.48065465,0.00000000,0.00000000,0.00000000,0,0,1.45988889,0,0.00000000,1.47548426,0,3.00597222,0.00000000,0,0,0.00000000,0.28430556,0,0,0.00020531,0.03615605,0,0,0.00010305,0.01934028,0.40393690,0.01760234,0.04938889,0.00027778,0.00000000,0.00453196,0.00000000,0,0.00666667,0,0,0.00012346,0,0,0.00000000,0,0,0.00013889,0.00020833,0.00000000,0.00020833,0.00011574,0.00000000,0,0,0 +Quarter,"[shttr] Wait Hours: Per Job","[swath] Wait Hours: Per Job","[meapi] Wait Hours: Per Job","[siski] Wait Hours: Per Job","[yebbu] Wait Hours: Per Job","[velsc] Wait Hours: Per Job","[sancr] Wait Hours: Per Job","[yebwa] Wait Hours: Per Job","[grath] Wait Hours: Per Job","[ovenb] Wait Hours: Per Job","[sante] Wait Hours: Per Job","[pereg] Wait Hours: Per Job","[dunli] Wait Hours: Per Job","[boowa] Wait Hours: Per Job","[duswa] Wait Hours: Per Job","[caspl] Wait Hours: Per Job","[sposa] Wait Hours: Per Job","[yebsa] Wait Hours: Per Job","[misth] Wait Hours: Per Job","[legsh] Wait Hours: Per Job","[whtpl] Wait Hours: Per Job","[whimb] Wait Hours: Per Job","[ybsbu] Wait Hours: Per Job","[whtsp] Wait Hours: Per Job","[honbu] Wait Hours: Per Job","[smew1] Wait Hours: Per Job","[crane] Wait Hours: Per Job","[shag1] Wait Hours: Per Job","[evegr] Wait Hours: Per Job","[grgsh] Wait Hours: Per Job","[garwa] Wait Hours: Per Job","[sarwa] Wait Hours: Per Job","[henha] Wait Hours: Per Job","[hoowa] Wait Hours: Per Job","[vertera] Wait Hours: Per Job","[moorh] Wait Hours: Per Job","[allga] Wait Hours: Per Job","[hardu] Wait Hours: Per Job","[litst] Wait Hours: Per Job","[sogsh] Wait Hours: Per Job","[corsh] Wait Hours: Per Job","[reebu] Wait Hours: Per Job","[lapwi] Wait Hours: Per Job","[noror] Wait Hours: Per Job","[rolle] Wait Hours: Per Job","[ferdu] Wait Hours: Per Job","[turdo] Wait Hours: Per Job","[litau] Wait Hours: Per Job","[blhbu] Wait Hours: Per Job","[savsp] Wait Hours: Per Job","[pibgr] Wait Hours: Per Job","[ribgu] Wait Hours: Per Job","[lanhach] Wait Hours: Per Job","[crama] Wait Hours: Per Job","[egygo] Wait Hours: Per Job","[field] Wait Hours: Per Job","[gloib] Wait Hours: Per Job","[aytinis] Wait Hours: Per Job","[alpsw] Wait Hours: Per Job","[coot1] Wait Hours: Per Job","[lesre] Wait Hours: Per Job","[categ] Wait Hours: Per Job","[proubis] Wait Hours: Per Job","[chaff] Wait Hours: Per Job","[jackd] Wait Hours: Per Job","[mamwa] Wait Hours: Per Job","[relpa] Wait Hours: Per Job" +"2016 Q4",233.46900253,229.08833216,88.25266414,56.48111111,52.74111111,39.39500000,35.06708719,25.72861111,26.77900440,18.86933333,14.27555556,13.04694444,12.03978611,8.19083333,6.67768519,0.02019097,5.35740741,5.08810185,4.41189394,3.92752472,3.72481481,2.76290123,2.15912037,2.15222222,2.23908727,1.98928571,1.51085648,1.36358586,0.98805556,0.74185808,0.68931866,0.77155405,0.32390278,0.30899471,0.44919082,0.22153436,0.09777778,0.09777778,0.09015152,0.13753019,0.13729167,0.05777444,0.06002018,0.00027778,0.05370370,0.03111111,0.03878261,0.02184028,0.01408333,0.01434444,0.01099444,0.00750000,0.00392857,0.00105159,0.00059028,0.00083333,0.00027778,0.00018519,0.00017361,0.00012153,0.00013889,0.00008681,0.00010417,0.00000000,0.00000000,0.00000000,0.00000000 +"2017 Q1",0.00000000,0,9.17583333,0,0,0,0,36.31500000,0.00000000,0.00000000,0,0.00000000,13.14023981,0,0,5.48065465,0.00000000,0.00000000,0.00000000,0,0,1.45988889,0,0.00000000,1.47548426,0,3.00597222,0.00000000,0,0,0.00000000,0.28430556,0,0,0.00020531,0.03615605,0,0,0,0.00010305,0.01934028,0.40393690,0.01760234,0.04938889,0.00027778,0.00000000,0.00453196,0.00000000,0,0.00666667,0,0,0.00012346,0,0,0.00000000,0,0,0.00013889,0.00020833,0.00000000,0.00020833,0.00011574,0.00000000,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/timeseries-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/timeseries-Quarter-cs.csv index e0fe6293a9..14a503508b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/timeseries-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/timeseries-Quarter-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[shttr] Wait Hours: Per Job","[swath] Wait Hours: Per Job","[meapi] Wait Hours: Per Job","[siski] Wait Hours: Per Job","[yebbu] Wait Hours: Per Job","[velsc] Wait Hours: Per Job","[sancr] Wait Hours: Per Job","[yebwa] Wait Hours: Per Job","[grath] Wait Hours: Per Job","[ovenb] Wait Hours: Per Job","[sante] Wait Hours: Per Job","[pereg] Wait Hours: Per Job","[dunli] Wait Hours: Per Job","[boowa] Wait Hours: Per Job","[duswa] Wait Hours: Per Job","[caspl] Wait Hours: Per Job","[sposa] Wait Hours: Per Job","[yebsa] Wait Hours: Per Job","[misth] Wait Hours: Per Job","[legsh] Wait Hours: Per Job","[whtpl] Wait Hours: Per Job","[whimb] Wait Hours: Per Job","[ybsbu] Wait Hours: Per Job","[whtsp] Wait Hours: Per Job","[honbu] Wait Hours: Per Job","[smew1] Wait Hours: Per Job","[crane] Wait Hours: Per Job","[shag1] Wait Hours: Per Job","[evegr] Wait Hours: Per Job","[grgsh] Wait Hours: Per Job","[garwa] Wait Hours: Per Job","[sarwa] Wait Hours: Per Job","[henha] Wait Hours: Per Job","[hoowa] Wait Hours: Per Job","[vertera] Wait Hours: Per Job","[moorh] Wait Hours: Per Job","[allga] Wait Hours: Per Job","[litst] Wait Hours: Per Job","[sogsh] Wait Hours: Per Job","[corsh] Wait Hours: Per Job","[reebu] Wait Hours: Per Job","[lapwi] Wait Hours: Per Job","[noror] Wait Hours: Per Job","[rolle] Wait Hours: Per Job","[ferdu] Wait Hours: Per Job","[turdo] Wait Hours: Per Job","[litau] Wait Hours: Per Job","[blhbu] Wait Hours: Per Job","[savsp] Wait Hours: Per Job","[pibgr] Wait Hours: Per Job","[ribgu] Wait Hours: Per Job","[lanhach] Wait Hours: Per Job","[crama] Wait Hours: Per Job","[egygo] Wait Hours: Per Job","[field] Wait Hours: Per Job","[gloib] Wait Hours: Per Job","[aytinis] Wait Hours: Per Job","[alpsw] Wait Hours: Per Job","[coot1] Wait Hours: Per Job","[lesre] Wait Hours: Per Job","[categ] Wait Hours: Per Job","[proubis] Wait Hours: Per Job","[chaff] Wait Hours: Per Job","[jackd] Wait Hours: Per Job","[mamwa] Wait Hours: Per Job","[relpa] Wait Hours: Per Job" -"2016 Q4",233.46900253,229.08833216,88.25266414,56.48111111,52.74111111,39.39500000,35.06708719,25.72861111,26.77900440,18.86933333,14.27555556,13.04694444,12.03978611,8.19083333,6.67768519,0.02019097,5.35740741,5.08810185,4.41189394,3.92752472,3.72481481,2.76290123,2.15912037,2.15222222,2.23908727,1.98928571,1.51085648,1.36358586,0.98805556,0.74185808,0.68931866,0.77155405,0.32390278,0.30899471,0.44919082,0.22153436,0.09777778,0.09015152,0.13753019,0.13729167,0.05777444,0.06002018,0.00027778,0.05370370,0.03111111,0.03878261,0.02184028,0.01408333,0.01434444,0.01099444,0.00750000,0.00392857,0.00105159,0.00059028,0.00083333,0.00027778,0.00018519,0.00017361,0.00012153,0.00013889,0.00008681,0.00010417,0.00000000,0.00000000,0.00000000,0.00000000 -"2017 Q1",0.00000000,0,9.17583333,0,0,0,0,36.31500000,0.00000000,0.00000000,0,0.00000000,13.14023981,0,0,5.48065465,0.00000000,0.00000000,0.00000000,0,0,1.45988889,0,0.00000000,1.47548426,0,3.00597222,0.00000000,0,0,0.00000000,0.28430556,0,0,0.00020531,0.03615605,0,0,0.00010305,0.01934028,0.40393690,0.01760234,0.04938889,0.00027778,0.00000000,0.00453196,0.00000000,0,0.00666667,0,0,0.00012346,0,0,0.00000000,0,0,0.00013889,0.00020833,0.00000000,0.00020833,0.00011574,0.00000000,0,0,0 +Quarter,"[shttr] Wait Hours: Per Job","[swath] Wait Hours: Per Job","[meapi] Wait Hours: Per Job","[siski] Wait Hours: Per Job","[yebbu] Wait Hours: Per Job","[velsc] Wait Hours: Per Job","[sancr] Wait Hours: Per Job","[yebwa] Wait Hours: Per Job","[grath] Wait Hours: Per Job","[ovenb] Wait Hours: Per Job","[sante] Wait Hours: Per Job","[pereg] Wait Hours: Per Job","[dunli] Wait Hours: Per Job","[boowa] Wait Hours: Per Job","[duswa] Wait Hours: Per Job","[caspl] Wait Hours: Per Job","[sposa] Wait Hours: Per Job","[yebsa] Wait Hours: Per Job","[misth] Wait Hours: Per Job","[legsh] Wait Hours: Per Job","[whtpl] Wait Hours: Per Job","[whimb] Wait Hours: Per Job","[ybsbu] Wait Hours: Per Job","[whtsp] Wait Hours: Per Job","[honbu] Wait Hours: Per Job","[smew1] Wait Hours: Per Job","[crane] Wait Hours: Per Job","[shag1] Wait Hours: Per Job","[evegr] Wait Hours: Per Job","[grgsh] Wait Hours: Per Job","[garwa] Wait Hours: Per Job","[sarwa] Wait Hours: Per Job","[henha] Wait Hours: Per Job","[hoowa] Wait Hours: Per Job","[vertera] Wait Hours: Per Job","[moorh] Wait Hours: Per Job","[allga] Wait Hours: Per Job","[hardu] Wait Hours: Per Job","[litst] Wait Hours: Per Job","[sogsh] Wait Hours: Per Job","[corsh] Wait Hours: Per Job","[reebu] Wait Hours: Per Job","[lapwi] Wait Hours: Per Job","[noror] Wait Hours: Per Job","[rolle] Wait Hours: Per Job","[ferdu] Wait Hours: Per Job","[turdo] Wait Hours: Per Job","[litau] Wait Hours: Per Job","[blhbu] Wait Hours: Per Job","[savsp] Wait Hours: Per Job","[pibgr] Wait Hours: Per Job","[ribgu] Wait Hours: Per Job","[lanhach] Wait Hours: Per Job","[crama] Wait Hours: Per Job","[egygo] Wait Hours: Per Job","[field] Wait Hours: Per Job","[gloib] Wait Hours: Per Job","[aytinis] Wait Hours: Per Job","[alpsw] Wait Hours: Per Job","[coot1] Wait Hours: Per Job","[lesre] Wait Hours: Per Job","[categ] Wait Hours: Per Job","[proubis] Wait Hours: Per Job","[chaff] Wait Hours: Per Job","[jackd] Wait Hours: Per Job","[mamwa] Wait Hours: Per Job","[relpa] Wait Hours: Per Job" +"2016 Q4",233.46900253,229.08833216,88.25266414,56.48111111,52.74111111,39.39500000,35.06708719,25.72861111,26.77900440,18.86933333,14.27555556,13.04694444,12.03978611,8.19083333,6.67768519,0.02019097,5.35740741,5.08810185,4.41189394,3.92752472,3.72481481,2.76290123,2.15912037,2.15222222,2.23908727,1.98928571,1.51085648,1.36358586,0.98805556,0.74185808,0.68931866,0.77155405,0.32390278,0.30899471,0.44919082,0.22153436,0.09777778,0.09777778,0.09015152,0.13753019,0.13729167,0.05777444,0.06002018,0.00027778,0.05370370,0.03111111,0.03878261,0.02184028,0.01408333,0.01434444,0.01099444,0.00750000,0.00392857,0.00105159,0.00059028,0.00083333,0.00027778,0.00018519,0.00017361,0.00012153,0.00013889,0.00008681,0.00010417,0.00000000,0.00000000,0.00000000,0.00000000 +"2017 Q1",0.00000000,0,9.17583333,0,0,0,0,36.31500000,0.00000000,0.00000000,0,0.00000000,13.14023981,0,0,5.48065465,0.00000000,0.00000000,0.00000000,0,0,1.45988889,0,0.00000000,1.47548426,0,3.00597222,0.00000000,0,0,0.00000000,0.28430556,0,0,0.00020531,0.03615605,0,0,0,0.00010305,0.01934028,0.40393690,0.01760234,0.04938889,0.00027778,0.00000000,0.00453196,0.00000000,0,0.00666667,0,0,0.00012346,0,0,0.00000000,0,0,0.00013889,0.00020833,0.00000000,0.00020833,0.00011574,0.00000000,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/timeseries-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/timeseries-Year-cd.csv index 1a15be6276..68ce0fb78b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/timeseries-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/timeseries-Year-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[shttr] Wait Hours: Per Job","[swath] Wait Hours: Per Job","[meapi] Wait Hours: Per Job","[siski] Wait Hours: Per Job","[yebbu] Wait Hours: Per Job","[velsc] Wait Hours: Per Job","[sancr] Wait Hours: Per Job","[yebwa] Wait Hours: Per Job","[grath] Wait Hours: Per Job","[ovenb] Wait Hours: Per Job","[sante] Wait Hours: Per Job","[pereg] Wait Hours: Per Job","[dunli] Wait Hours: Per Job","[boowa] Wait Hours: Per Job","[duswa] Wait Hours: Per Job","[caspl] Wait Hours: Per Job","[sposa] Wait Hours: Per Job","[yebsa] Wait Hours: Per Job","[misth] Wait Hours: Per Job","[legsh] Wait Hours: Per Job","[whtpl] Wait Hours: Per Job","[whimb] Wait Hours: Per Job","[ybsbu] Wait Hours: Per Job","[whtsp] Wait Hours: Per Job","[honbu] Wait Hours: Per Job","[smew1] Wait Hours: Per Job","[crane] Wait Hours: Per Job","[shag1] Wait Hours: Per Job","[evegr] Wait Hours: Per Job","[grgsh] Wait Hours: Per Job","[garwa] Wait Hours: Per Job","[sarwa] Wait Hours: Per Job","[henha] Wait Hours: Per Job","[hoowa] Wait Hours: Per Job","[vertera] Wait Hours: Per Job","[moorh] Wait Hours: Per Job","[allga] Wait Hours: Per Job","[litst] Wait Hours: Per Job","[sogsh] Wait Hours: Per Job","[corsh] Wait Hours: Per Job","[reebu] Wait Hours: Per Job","[lapwi] Wait Hours: Per Job","[noror] Wait Hours: Per Job","[rolle] Wait Hours: Per Job","[ferdu] Wait Hours: Per Job","[turdo] Wait Hours: Per Job","[litau] Wait Hours: Per Job","[blhbu] Wait Hours: Per Job","[savsp] Wait Hours: Per Job","[pibgr] Wait Hours: Per Job","[ribgu] Wait Hours: Per Job","[lanhach] Wait Hours: Per Job","[crama] Wait Hours: Per Job","[egygo] Wait Hours: Per Job","[field] Wait Hours: Per Job","[gloib] Wait Hours: Per Job","[aytinis] Wait Hours: Per Job","[alpsw] Wait Hours: Per Job","[coot1] Wait Hours: Per Job","[lesre] Wait Hours: Per Job","[categ] Wait Hours: Per Job","[proubis] Wait Hours: Per Job","[chaff] Wait Hours: Per Job","[jackd] Wait Hours: Per Job","[mamwa] Wait Hours: Per Job","[relpa] Wait Hours: Per Job" -2016,233.46900253,229.08833216,88.25266414,56.48111111,52.74111111,39.39500000,35.06708719,25.72861111,26.77900440,18.86933333,14.27555556,13.04694444,12.03978611,8.19083333,6.67768519,0.02019097,5.35740741,5.08810185,4.41189394,3.92752472,3.72481481,2.76290123,2.15912037,2.15222222,2.23908727,1.98928571,1.51085648,1.36358586,0.98805556,0.74185808,0.68931866,0.77155405,0.32390278,0.30899471,0.44919082,0.22153436,0.09777778,0.09015152,0.13753019,0.13729167,0.05777444,0.06002018,0.00027778,0.05370370,0.03111111,0.03878261,0.02184028,0.01408333,0.01434444,0.01099444,0.00750000,0.00392857,0.00105159,0.00059028,0.00083333,0.00027778,0.00018519,0.00017361,0.00012153,0.00013889,0.00008681,0.00010417,0.00000000,0.00000000,0.00000000,0.00000000 -2017,0.00000000,0,9.17583333,0,0,0,0,36.31500000,0.00000000,0.00000000,0,0.00000000,13.14023981,0,0,5.48065465,0.00000000,0.00000000,0.00000000,0,0,1.45988889,0,0.00000000,1.47548426,0,3.00597222,0.00000000,0,0,0.00000000,0.28430556,0,0,0.00020531,0.03615605,0,0,0.00010305,0.01934028,0.40393690,0.01760234,0.04938889,0.00027778,0.00000000,0.00453196,0.00000000,0,0.00666667,0,0,0.00012346,0,0,0.00000000,0,0,0.00013889,0.00020833,0.00000000,0.00020833,0.00011574,0.00000000,0,0,0 +Year,"[shttr] Wait Hours: Per Job","[swath] Wait Hours: Per Job","[meapi] Wait Hours: Per Job","[siski] Wait Hours: Per Job","[yebbu] Wait Hours: Per Job","[velsc] Wait Hours: Per Job","[sancr] Wait Hours: Per Job","[yebwa] Wait Hours: Per Job","[grath] Wait Hours: Per Job","[ovenb] Wait Hours: Per Job","[sante] Wait Hours: Per Job","[pereg] Wait Hours: Per Job","[dunli] Wait Hours: Per Job","[boowa] Wait Hours: Per Job","[duswa] Wait Hours: Per Job","[caspl] Wait Hours: Per Job","[sposa] Wait Hours: Per Job","[yebsa] Wait Hours: Per Job","[misth] Wait Hours: Per Job","[legsh] Wait Hours: Per Job","[whtpl] Wait Hours: Per Job","[whimb] Wait Hours: Per Job","[ybsbu] Wait Hours: Per Job","[whtsp] Wait Hours: Per Job","[honbu] Wait Hours: Per Job","[smew1] Wait Hours: Per Job","[crane] Wait Hours: Per Job","[shag1] Wait Hours: Per Job","[evegr] Wait Hours: Per Job","[grgsh] Wait Hours: Per Job","[garwa] Wait Hours: Per Job","[sarwa] Wait Hours: Per Job","[henha] Wait Hours: Per Job","[hoowa] Wait Hours: Per Job","[vertera] Wait Hours: Per Job","[moorh] Wait Hours: Per Job","[allga] Wait Hours: Per Job","[hardu] Wait Hours: Per Job","[litst] Wait Hours: Per Job","[sogsh] Wait Hours: Per Job","[corsh] Wait Hours: Per Job","[reebu] Wait Hours: Per Job","[lapwi] Wait Hours: Per Job","[noror] Wait Hours: Per Job","[rolle] Wait Hours: Per Job","[ferdu] Wait Hours: Per Job","[turdo] Wait Hours: Per Job","[litau] Wait Hours: Per Job","[blhbu] Wait Hours: Per Job","[savsp] Wait Hours: Per Job","[pibgr] Wait Hours: Per Job","[ribgu] Wait Hours: Per Job","[lanhach] Wait Hours: Per Job","[crama] Wait Hours: Per Job","[egygo] Wait Hours: Per Job","[field] Wait Hours: Per Job","[gloib] Wait Hours: Per Job","[aytinis] Wait Hours: Per Job","[alpsw] Wait Hours: Per Job","[coot1] Wait Hours: Per Job","[lesre] Wait Hours: Per Job","[categ] Wait Hours: Per Job","[proubis] Wait Hours: Per Job","[chaff] Wait Hours: Per Job","[jackd] Wait Hours: Per Job","[mamwa] Wait Hours: Per Job","[relpa] Wait Hours: Per Job" +2016,233.46900253,229.08833216,88.25266414,56.48111111,52.74111111,39.39500000,35.06708719,25.72861111,26.77900440,18.86933333,14.27555556,13.04694444,12.03978611,8.19083333,6.67768519,0.02019097,5.35740741,5.08810185,4.41189394,3.92752472,3.72481481,2.76290123,2.15912037,2.15222222,2.23908727,1.98928571,1.51085648,1.36358586,0.98805556,0.74185808,0.68931866,0.77155405,0.32390278,0.30899471,0.44919082,0.22153436,0.09777778,0.09777778,0.09015152,0.13753019,0.13729167,0.05777444,0.06002018,0.00027778,0.05370370,0.03111111,0.03878261,0.02184028,0.01408333,0.01434444,0.01099444,0.00750000,0.00392857,0.00105159,0.00059028,0.00083333,0.00027778,0.00018519,0.00017361,0.00012153,0.00013889,0.00008681,0.00010417,0.00000000,0.00000000,0.00000000,0.00000000 +2017,0.00000000,0,9.17583333,0,0,0,0,36.31500000,0.00000000,0.00000000,0,0.00000000,13.14023981,0,0,5.48065465,0.00000000,0.00000000,0.00000000,0,0,1.45988889,0,0.00000000,1.47548426,0,3.00597222,0.00000000,0,0,0.00000000,0.28430556,0,0,0.00020531,0.03615605,0,0,0,0.00010305,0.01934028,0.40393690,0.01760234,0.04938889,0.00027778,0.00000000,0.00453196,0.00000000,0,0.00666667,0,0,0.00012346,0,0,0.00000000,0,0,0.00013889,0.00020833,0.00000000,0.00020833,0.00011574,0.00000000,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/timeseries-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/timeseries-Year-cs.csv index 1a15be6276..68ce0fb78b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/timeseries-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_waitduration_hours/timeseries-Year-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[shttr] Wait Hours: Per Job","[swath] Wait Hours: Per Job","[meapi] Wait Hours: Per Job","[siski] Wait Hours: Per Job","[yebbu] Wait Hours: Per Job","[velsc] Wait Hours: Per Job","[sancr] Wait Hours: Per Job","[yebwa] Wait Hours: Per Job","[grath] Wait Hours: Per Job","[ovenb] Wait Hours: Per Job","[sante] Wait Hours: Per Job","[pereg] Wait Hours: Per Job","[dunli] Wait Hours: Per Job","[boowa] Wait Hours: Per Job","[duswa] Wait Hours: Per Job","[caspl] Wait Hours: Per Job","[sposa] Wait Hours: Per Job","[yebsa] Wait Hours: Per Job","[misth] Wait Hours: Per Job","[legsh] Wait Hours: Per Job","[whtpl] Wait Hours: Per Job","[whimb] Wait Hours: Per Job","[ybsbu] Wait Hours: Per Job","[whtsp] Wait Hours: Per Job","[honbu] Wait Hours: Per Job","[smew1] Wait Hours: Per Job","[crane] Wait Hours: Per Job","[shag1] Wait Hours: Per Job","[evegr] Wait Hours: Per Job","[grgsh] Wait Hours: Per Job","[garwa] Wait Hours: Per Job","[sarwa] Wait Hours: Per Job","[henha] Wait Hours: Per Job","[hoowa] Wait Hours: Per Job","[vertera] Wait Hours: Per Job","[moorh] Wait Hours: Per Job","[allga] Wait Hours: Per Job","[litst] Wait Hours: Per Job","[sogsh] Wait Hours: Per Job","[corsh] Wait Hours: Per Job","[reebu] Wait Hours: Per Job","[lapwi] Wait Hours: Per Job","[noror] Wait Hours: Per Job","[rolle] Wait Hours: Per Job","[ferdu] Wait Hours: Per Job","[turdo] Wait Hours: Per Job","[litau] Wait Hours: Per Job","[blhbu] Wait Hours: Per Job","[savsp] Wait Hours: Per Job","[pibgr] Wait Hours: Per Job","[ribgu] Wait Hours: Per Job","[lanhach] Wait Hours: Per Job","[crama] Wait Hours: Per Job","[egygo] Wait Hours: Per Job","[field] Wait Hours: Per Job","[gloib] Wait Hours: Per Job","[aytinis] Wait Hours: Per Job","[alpsw] Wait Hours: Per Job","[coot1] Wait Hours: Per Job","[lesre] Wait Hours: Per Job","[categ] Wait Hours: Per Job","[proubis] Wait Hours: Per Job","[chaff] Wait Hours: Per Job","[jackd] Wait Hours: Per Job","[mamwa] Wait Hours: Per Job","[relpa] Wait Hours: Per Job" -2016,233.46900253,229.08833216,88.25266414,56.48111111,52.74111111,39.39500000,35.06708719,25.72861111,26.77900440,18.86933333,14.27555556,13.04694444,12.03978611,8.19083333,6.67768519,0.02019097,5.35740741,5.08810185,4.41189394,3.92752472,3.72481481,2.76290123,2.15912037,2.15222222,2.23908727,1.98928571,1.51085648,1.36358586,0.98805556,0.74185808,0.68931866,0.77155405,0.32390278,0.30899471,0.44919082,0.22153436,0.09777778,0.09015152,0.13753019,0.13729167,0.05777444,0.06002018,0.00027778,0.05370370,0.03111111,0.03878261,0.02184028,0.01408333,0.01434444,0.01099444,0.00750000,0.00392857,0.00105159,0.00059028,0.00083333,0.00027778,0.00018519,0.00017361,0.00012153,0.00013889,0.00008681,0.00010417,0.00000000,0.00000000,0.00000000,0.00000000 -2017,0.00000000,0,9.17583333,0,0,0,0,36.31500000,0.00000000,0.00000000,0,0.00000000,13.14023981,0,0,5.48065465,0.00000000,0.00000000,0.00000000,0,0,1.45988889,0,0.00000000,1.47548426,0,3.00597222,0.00000000,0,0,0.00000000,0.28430556,0,0,0.00020531,0.03615605,0,0,0.00010305,0.01934028,0.40393690,0.01760234,0.04938889,0.00027778,0.00000000,0.00453196,0.00000000,0,0.00666667,0,0,0.00012346,0,0,0.00000000,0,0,0.00013889,0.00020833,0.00000000,0.00020833,0.00011574,0.00000000,0,0,0 +Year,"[shttr] Wait Hours: Per Job","[swath] Wait Hours: Per Job","[meapi] Wait Hours: Per Job","[siski] Wait Hours: Per Job","[yebbu] Wait Hours: Per Job","[velsc] Wait Hours: Per Job","[sancr] Wait Hours: Per Job","[yebwa] Wait Hours: Per Job","[grath] Wait Hours: Per Job","[ovenb] Wait Hours: Per Job","[sante] Wait Hours: Per Job","[pereg] Wait Hours: Per Job","[dunli] Wait Hours: Per Job","[boowa] Wait Hours: Per Job","[duswa] Wait Hours: Per Job","[caspl] Wait Hours: Per Job","[sposa] Wait Hours: Per Job","[yebsa] Wait Hours: Per Job","[misth] Wait Hours: Per Job","[legsh] Wait Hours: Per Job","[whtpl] Wait Hours: Per Job","[whimb] Wait Hours: Per Job","[ybsbu] Wait Hours: Per Job","[whtsp] Wait Hours: Per Job","[honbu] Wait Hours: Per Job","[smew1] Wait Hours: Per Job","[crane] Wait Hours: Per Job","[shag1] Wait Hours: Per Job","[evegr] Wait Hours: Per Job","[grgsh] Wait Hours: Per Job","[garwa] Wait Hours: Per Job","[sarwa] Wait Hours: Per Job","[henha] Wait Hours: Per Job","[hoowa] Wait Hours: Per Job","[vertera] Wait Hours: Per Job","[moorh] Wait Hours: Per Job","[allga] Wait Hours: Per Job","[hardu] Wait Hours: Per Job","[litst] Wait Hours: Per Job","[sogsh] Wait Hours: Per Job","[corsh] Wait Hours: Per Job","[reebu] Wait Hours: Per Job","[lapwi] Wait Hours: Per Job","[noror] Wait Hours: Per Job","[rolle] Wait Hours: Per Job","[ferdu] Wait Hours: Per Job","[turdo] Wait Hours: Per Job","[litau] Wait Hours: Per Job","[blhbu] Wait Hours: Per Job","[savsp] Wait Hours: Per Job","[pibgr] Wait Hours: Per Job","[ribgu] Wait Hours: Per Job","[lanhach] Wait Hours: Per Job","[crama] Wait Hours: Per Job","[egygo] Wait Hours: Per Job","[field] Wait Hours: Per Job","[gloib] Wait Hours: Per Job","[aytinis] Wait Hours: Per Job","[alpsw] Wait Hours: Per Job","[coot1] Wait Hours: Per Job","[lesre] Wait Hours: Per Job","[categ] Wait Hours: Per Job","[proubis] Wait Hours: Per Job","[chaff] Wait Hours: Per Job","[jackd] Wait Hours: Per Job","[mamwa] Wait Hours: Per Job","[relpa] Wait Hours: Per Job" +2016,233.46900253,229.08833216,88.25266414,56.48111111,52.74111111,39.39500000,35.06708719,25.72861111,26.77900440,18.86933333,14.27555556,13.04694444,12.03978611,8.19083333,6.67768519,0.02019097,5.35740741,5.08810185,4.41189394,3.92752472,3.72481481,2.76290123,2.15912037,2.15222222,2.23908727,1.98928571,1.51085648,1.36358586,0.98805556,0.74185808,0.68931866,0.77155405,0.32390278,0.30899471,0.44919082,0.22153436,0.09777778,0.09777778,0.09015152,0.13753019,0.13729167,0.05777444,0.06002018,0.00027778,0.05370370,0.03111111,0.03878261,0.02184028,0.01408333,0.01434444,0.01099444,0.00750000,0.00392857,0.00105159,0.00059028,0.00083333,0.00027778,0.00018519,0.00017361,0.00012153,0.00013889,0.00008681,0.00010417,0.00000000,0.00000000,0.00000000,0.00000000 +2017,0.00000000,0,9.17583333,0,0,0,0,36.31500000,0.00000000,0.00000000,0,0.00000000,13.14023981,0,0,5.48065465,0.00000000,0.00000000,0.00000000,0,0,1.45988889,0,0.00000000,1.47548426,0,3.00597222,0.00000000,0,0,0.00000000,0.28430556,0,0,0.00020531,0.03615605,0,0,0,0.00010305,0.01934028,0.40393690,0.01760234,0.04938889,0.00027778,0.00000000,0.00453196,0.00000000,0,0.00666667,0,0,0.00012346,0,0,0.00000000,0,0,0.00013889,0.00020833,0.00000000,0.00020833,0.00011574,0.00000000,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/aggregate-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/aggregate-Day-cd.csv index 6c7aea0f7c..5272bf5060 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/aggregate-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/aggregate-Day-cd.csv @@ -67,6 +67,7 @@ litst,0.33320707,0.09324722160395126 reebu,0.29758033,0.026000891408928004 honbu,0.28378820,0.002129439336752145 allga,0.26055556,0 +hardu,0.26055556,0 dunli,0.18926081,0.027954377835160745 crama,0.08049603,0.022331879009996006 relpa,0.06500000,0 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/aggregate-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/aggregate-Day-cs.csv index 6c7aea0f7c..5272bf5060 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/aggregate-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/aggregate-Day-cs.csv @@ -67,6 +67,7 @@ litst,0.33320707,0.09324722160395126 reebu,0.29758033,0.026000891408928004 honbu,0.28378820,0.002129439336752145 allga,0.26055556,0 +hardu,0.26055556,0 dunli,0.18926081,0.027954377835160745 crama,0.08049603,0.022331879009996006 relpa,0.06500000,0 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/aggregate-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/aggregate-Month-cd.csv index 899cdbae38..5512a8421f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/aggregate-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/aggregate-Month-cd.csv @@ -67,6 +67,7 @@ litst,0.33320707,0.09324722160395126 reebu,0.29758033,0.0457046053323436 honbu,0.28378820,0.0027004215312930553 allga,0.26055556,0 +hardu,0.26055556,0 dunli,0.18926081,0.027954377835160745 crama,0.08049603,0.022331879009996006 relpa,0.06500000,0 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/aggregate-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/aggregate-Month-cs.csv index 899cdbae38..5512a8421f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/aggregate-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/aggregate-Month-cs.csv @@ -67,6 +67,7 @@ litst,0.33320707,0.09324722160395126 reebu,0.29758033,0.0457046053323436 honbu,0.28378820,0.0027004215312930553 allga,0.26055556,0 +hardu,0.26055556,0 dunli,0.18926081,0.027954377835160745 crama,0.08049603,0.022331879009996006 relpa,0.06500000,0 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/aggregate-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/aggregate-Quarter-cd.csv index 899cdbae38..5512a8421f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/aggregate-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/aggregate-Quarter-cd.csv @@ -67,6 +67,7 @@ litst,0.33320707,0.09324722160395126 reebu,0.29758033,0.0457046053323436 honbu,0.28378820,0.0027004215312930553 allga,0.26055556,0 +hardu,0.26055556,0 dunli,0.18926081,0.027954377835160745 crama,0.08049603,0.022331879009996006 relpa,0.06500000,0 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/aggregate-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/aggregate-Quarter-cs.csv index 899cdbae38..5512a8421f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/aggregate-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/aggregate-Quarter-cs.csv @@ -67,6 +67,7 @@ litst,0.33320707,0.09324722160395126 reebu,0.29758033,0.0457046053323436 honbu,0.28378820,0.0027004215312930553 allga,0.26055556,0 +hardu,0.26055556,0 dunli,0.18926081,0.027954377835160745 crama,0.08049603,0.022331879009996006 relpa,0.06500000,0 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/aggregate-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/aggregate-Year-cd.csv index 899cdbae38..5512a8421f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/aggregate-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/aggregate-Year-cd.csv @@ -67,6 +67,7 @@ litst,0.33320707,0.09324722160395126 reebu,0.29758033,0.0457046053323436 honbu,0.28378820,0.0027004215312930553 allga,0.26055556,0 +hardu,0.26055556,0 dunli,0.18926081,0.027954377835160745 crama,0.08049603,0.022331879009996006 relpa,0.06500000,0 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/aggregate-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/aggregate-Year-cs.csv index 899cdbae38..5512a8421f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/aggregate-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/aggregate-Year-cs.csv @@ -67,6 +67,7 @@ litst,0.33320707,0.09324722160395126 reebu,0.29758033,0.0457046053323436 honbu,0.28378820,0.0027004215312930553 allga,0.26055556,0 +hardu,0.26055556,0 dunli,0.18926081,0.027954377835160745 crama,0.08049603,0.022331879009996006 relpa,0.06500000,0 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/timeseries-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/timeseries-Day-cd.csv index 19da0101d9..d80b795f31 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/timeseries-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/timeseries-Day-cd.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[chaff] Wall Hours: Per Job","[sante] Wall Hours: Per Job","[ovenb] Wall Hours: Per Job","[mamwa] Wall Hours: Per Job","[aytinis] Wall Hours: Per Job","[siski] Wall Hours: Per Job","[ferdu] Wall Hours: Per Job","[meapi] Wall Hours: Per Job","[garwa] Wall Hours: Per Job","[lapwi] Wall Hours: Per Job","[yebsa] Wall Hours: Per Job","[gloib] Wall Hours: Per Job","[shttr] Wall Hours: Per Job","[whtpl] Wall Hours: Per Job","[misth] Wall Hours: Per Job","[ybsbu] Wall Hours: Per Job","[velsc] Wall Hours: Per Job","[smew1] Wall Hours: Per Job","[ribgu] Wall Hours: Per Job","[corsh] Wall Hours: Per Job","[whtsp] Wall Hours: Per Job","[moorh] Wall Hours: Per Job","[yebbu] Wall Hours: Per Job","[pereg] Wall Hours: Per Job","[jackd] Wall Hours: Per Job","[hoowa] Wall Hours: Per Job","[shag1] Wall Hours: Per Job","[lesre] Wall Hours: Per Job","[sposa] Wall Hours: Per Job","[boowa] Wall Hours: Per Job","[egygo] Wall Hours: Per Job","[duswa] Wall Hours: Per Job","[field] Wall Hours: Per Job","[crane] Wall Hours: Per Job","[evegr] Wall Hours: Per Job","[pibgr] Wall Hours: Per Job","[sarwa] Wall Hours: Per Job","[noror] Wall Hours: Per Job","[legsh] Wall Hours: Per Job","[grath] Wall Hours: Per Job","[sancr] Wall Hours: Per Job","[litau] Wall Hours: Per Job","[whimb] Wall Hours: Per Job","[blhbu] Wall Hours: Per Job","[henha] Wall Hours: Per Job","[rolle] Wall Hours: Per Job","[yebwa] Wall Hours: Per Job","[lanhach] Wall Hours: Per Job","[caspl] Wall Hours: Per Job","[turdo] Wall Hours: Per Job","[coot1] Wall Hours: Per Job","[proubis] Wall Hours: Per Job","[categ] Wall Hours: Per Job","[sogsh] Wall Hours: Per Job","[vertera] Wall Hours: Per Job","[alpsw] Wall Hours: Per Job","[swath] Wall Hours: Per Job","[litst] Wall Hours: Per Job","[reebu] Wall Hours: Per Job","[honbu] Wall Hours: Per Job","[allga] Wall Hours: Per Job","[dunli] Wall Hours: Per Job","[crama] Wall Hours: Per Job","[relpa] Wall Hours: Per Job","[savsp] Wall Hours: Per Job","[grgsh] Wall Hours: Per Job" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16.74638889,0,0,0,0,0,0,0,0,0,0,0,16.94166667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,8.60361111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-24,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-25,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,13.07986111,0,0,0,0,0,0,0,0,3.17402778,0,0,0,0,0,0,0 -2016-12-26,0,24.00000000,0,0,0,0,0,0,2.70416667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0 -2016-12-27,3.79972222,24.00000000,4.93666667,4.72138889,0,20.66416667,0,12.98407407,24.00000000,0,0,0,13.96533333,0,0,8.54972222,20.81333333,0,0,0,0,0,0,0,0,0,0,0,0,19.90555556,0,0,0,0,0,0,0,24.00000000,0,0,20.33888889,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,5.60912037,3.21666667,0,0,0,0,0,0 -2016-12-28,24.00000000,24.00000000,24.00000000,24.00000000,17.86320988,18.38902778,0,15.23050000,9.02631944,13.35268330,0,4.70055556,17.63833333,5.03972222,3.11533951,24.00000000,24.00000000,0,0,0,0,5.01598392,0,0,0,8.78983333,10.70500000,0,0,24.00000000,0,0,0,0,0,0,8.32944444,24.00000000,0,0,13.20166667,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,22.46382479,24.00000000,0,0,0,0,0,0 -2016-12-29,24.00000000,19.56861111,24.00000000,24.00000000,24.00000000,24.00000000,3.00194444,23.45363636,23.88776389,16.60273286,19.85234127,24.00000000,20.53074074,24.00000000,24.00000000,8.50644444,24.00000000,11.55011905,0,4.96462963,0,13.10756221,18.97472222,23.43805556,0,13.89555556,18.93416667,7.17361111,4.06163889,24.00000000,3.66944444,0,0,6.36972222,1.92694444,4.66003889,16.72988095,24.00000000,0,3.62000000,13.84817130,10.40083333,0,0,2.01966667,0,6.48888889,22.24222222,0,3.53675439,0,0,0,0,0,0,0.76098291,0,14.25164444,0.65402610,0,0,0,0,0,0 -2016-12-30,24.00000000,3.56833333,24.00000000,19.28555556,24.00000000,12.68527778,24.00000000,22.20438131,18.92284722,21.71949405,19.44072222,19.30611111,12.82591049,15.09675926,14.55335859,18.07555556,2.77500000,21.78416667,17.79750000,17.98229167,0,13.31263065,12.00027778,8.15601852,10.84229167,11.13357639,9.52657407,13.13555556,9.54880556,11.72422222,10.28048611,9.78120370,8.00444444,7.97656250,9.11736111,5.34402222,3.83073016,24.00000000,4.25015531,16.84687500,4.13567080,13.60638889,9.48777778,3.48631944,4.10559722,1.45518519,2.51750000,3.96541667,0,1.09007800,0.97263889,0.97243056,0.97256944,1.58977533,0.48461111,0.13409722,0.53023103,0.43603175,0.13315301,0.32887293,0.26055556,0.14245370,0.08049603,0.06500000,0.02760417,0.02405133 -2016-12-31,24.00000000,0,16.57072222,0,6.14111111,9.25722222,24.00000000,12.06362573,23.17923611,10.83064379,19.04313725,0,14.97629630,0,24.00000000,16.29814815,0,22.09055556,14.11222222,24.00000000,16.61129630,12.53390738,7.37444444,24.00000000,22.00930556,6.09461806,9.82916667,5.99611111,15.83912037,1.92791667,7.33458333,16.96888889,19.78805556,10.17785714,0,0,14.33632716,4.84750000,5.54019436,7.28581633,1.97834003,6.47384921,4.70839506,7.65398148,8.63138889,4.84500000,0,1.29611111,0.19661458,1.04230003,0.97312500,0.97349537,0.97211806,1.07971065,1.49565171,2.06152778,17.41444444,0.15326389,0.13894731,0.36784723,0,0.14844444,0,0,0.02281046,0.01479010 -2017-01-01,20.20750000,0,23.22416667,0,0,0,19.00583333,2.74435185,11.20848700,13.34534574,12.85083333,0,17.62535714,0,5.04583333,0,0,0,0,8.59888889,8.88361111,11.50582962,0,2.63722222,0,0,4.95388889,11.49055556,5.29138889,0,0,0,7.66472222,6.95507937,0,0,2.04793210,1.56342949,0,17.62916667,0,0.47638889,4.94488095,0,0,4.28111111,0.02166667,2.25132716,2.11436355,1.19577652,0.96979167,0.96958333,0.96975694,0.02809588,0.30830000,0.22246528,0,0,2.34518519,0.05680123,0,0.22250400,0,0,0.02555556,0 +Day,"[chaff] Wall Hours: Per Job","[sante] Wall Hours: Per Job","[ovenb] Wall Hours: Per Job","[mamwa] Wall Hours: Per Job","[aytinis] Wall Hours: Per Job","[siski] Wall Hours: Per Job","[ferdu] Wall Hours: Per Job","[meapi] Wall Hours: Per Job","[garwa] Wall Hours: Per Job","[lapwi] Wall Hours: Per Job","[yebsa] Wall Hours: Per Job","[gloib] Wall Hours: Per Job","[shttr] Wall Hours: Per Job","[whtpl] Wall Hours: Per Job","[misth] Wall Hours: Per Job","[ybsbu] Wall Hours: Per Job","[velsc] Wall Hours: Per Job","[smew1] Wall Hours: Per Job","[ribgu] Wall Hours: Per Job","[corsh] Wall Hours: Per Job","[whtsp] Wall Hours: Per Job","[moorh] Wall Hours: Per Job","[yebbu] Wall Hours: Per Job","[pereg] Wall Hours: Per Job","[jackd] Wall Hours: Per Job","[hoowa] Wall Hours: Per Job","[shag1] Wall Hours: Per Job","[lesre] Wall Hours: Per Job","[sposa] Wall Hours: Per Job","[boowa] Wall Hours: Per Job","[egygo] Wall Hours: Per Job","[duswa] Wall Hours: Per Job","[field] Wall Hours: Per Job","[crane] Wall Hours: Per Job","[evegr] Wall Hours: Per Job","[pibgr] Wall Hours: Per Job","[sarwa] Wall Hours: Per Job","[noror] Wall Hours: Per Job","[legsh] Wall Hours: Per Job","[grath] Wall Hours: Per Job","[sancr] Wall Hours: Per Job","[litau] Wall Hours: Per Job","[whimb] Wall Hours: Per Job","[blhbu] Wall Hours: Per Job","[henha] Wall Hours: Per Job","[rolle] Wall Hours: Per Job","[yebwa] Wall Hours: Per Job","[lanhach] Wall Hours: Per Job","[caspl] Wall Hours: Per Job","[turdo] Wall Hours: Per Job","[coot1] Wall Hours: Per Job","[proubis] Wall Hours: Per Job","[categ] Wall Hours: Per Job","[sogsh] Wall Hours: Per Job","[vertera] Wall Hours: Per Job","[alpsw] Wall Hours: Per Job","[swath] Wall Hours: Per Job","[litst] Wall Hours: Per Job","[reebu] Wall Hours: Per Job","[honbu] Wall Hours: Per Job","[allga] Wall Hours: Per Job","[hardu] Wall Hours: Per Job","[dunli] Wall Hours: Per Job","[crama] Wall Hours: Per Job","[relpa] Wall Hours: Per Job","[savsp] Wall Hours: Per Job","[grgsh] Wall Hours: Per Job" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16.74638889,0,0,0,0,0,0,0,0,0,0,0,16.94166667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,8.60361111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-24,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-25,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,13.07986111,0,0,0,0,0,0,0,0,3.17402778,0,0,0,0,0,0,0,0 +2016-12-26,0,24.00000000,0,0,0,0,0,0,2.70416667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0 +2016-12-27,3.79972222,24.00000000,4.93666667,4.72138889,0,20.66416667,0,12.98407407,24.00000000,0,0,0,13.96533333,0,0,8.54972222,20.81333333,0,0,0,0,0,0,0,0,0,0,0,0,19.90555556,0,0,0,0,0,0,0,24.00000000,0,0,20.33888889,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,5.60912037,3.21666667,0,0,0,0,0,0,0 +2016-12-28,24.00000000,24.00000000,24.00000000,24.00000000,17.86320988,18.38902778,0,15.23050000,9.02631944,13.35268330,0,4.70055556,17.63833333,5.03972222,3.11533951,24.00000000,24.00000000,0,0,0,0,5.01598392,0,0,0,8.78983333,10.70500000,0,0,24.00000000,0,0,0,0,0,0,8.32944444,24.00000000,0,0,13.20166667,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,22.46382479,24.00000000,0,0,0,0,0,0,0 +2016-12-29,24.00000000,19.56861111,24.00000000,24.00000000,24.00000000,24.00000000,3.00194444,23.45363636,23.88776389,16.60273286,19.85234127,24.00000000,20.53074074,24.00000000,24.00000000,8.50644444,24.00000000,11.55011905,0,4.96462963,0,13.10756221,18.97472222,23.43805556,0,13.89555556,18.93416667,7.17361111,4.06163889,24.00000000,3.66944444,0,0,6.36972222,1.92694444,4.66003889,16.72988095,24.00000000,0,3.62000000,13.84817130,10.40083333,0,0,2.01966667,0,6.48888889,22.24222222,0,3.53675439,0,0,0,0,0,0,0.76098291,0,14.25164444,0.65402610,0,0,0,0,0,0,0 +2016-12-30,24.00000000,3.56833333,24.00000000,19.28555556,24.00000000,12.68527778,24.00000000,22.20438131,18.92284722,21.71949405,19.44072222,19.30611111,12.82591049,15.09675926,14.55335859,18.07555556,2.77500000,21.78416667,17.79750000,17.98229167,0,13.31263065,12.00027778,8.15601852,10.84229167,11.13357639,9.52657407,13.13555556,9.54880556,11.72422222,10.28048611,9.78120370,8.00444444,7.97656250,9.11736111,5.34402222,3.83073016,24.00000000,4.25015531,16.84687500,4.13567080,13.60638889,9.48777778,3.48631944,4.10559722,1.45518519,2.51750000,3.96541667,0,1.09007800,0.97263889,0.97243056,0.97256944,1.58977533,0.48461111,0.13409722,0.53023103,0.43603175,0.13315301,0.32887293,0.26055556,0.26055556,0.14245370,0.08049603,0.06500000,0.02760417,0.02405133 +2016-12-31,24.00000000,0,16.57072222,0,6.14111111,9.25722222,24.00000000,12.06362573,23.17923611,10.83064379,19.04313725,0,14.97629630,0,24.00000000,16.29814815,0,22.09055556,14.11222222,24.00000000,16.61129630,12.53390738,7.37444444,24.00000000,22.00930556,6.09461806,9.82916667,5.99611111,15.83912037,1.92791667,7.33458333,16.96888889,19.78805556,10.17785714,0,0,14.33632716,4.84750000,5.54019436,7.28581633,1.97834003,6.47384921,4.70839506,7.65398148,8.63138889,4.84500000,0,1.29611111,0.19661458,1.04230003,0.97312500,0.97349537,0.97211806,1.07971065,1.49565171,2.06152778,17.41444444,0.15326389,0.13894731,0.36784723,0,0,0.14844444,0,0,0.02281046,0.01479010 +2017-01-01,20.20750000,0,23.22416667,0,0,0,19.00583333,2.74435185,11.20848700,13.34534574,12.85083333,0,17.62535714,0,5.04583333,0,0,0,0,8.59888889,8.88361111,11.50582962,0,2.63722222,0,0,4.95388889,11.49055556,5.29138889,0,0,0,7.66472222,6.95507937,0,0,2.04793210,1.56342949,0,17.62916667,0,0.47638889,4.94488095,0,0,4.28111111,0.02166667,2.25132716,2.11436355,1.19577652,0.96979167,0.96958333,0.96975694,0.02809588,0.30830000,0.22246528,0,0,2.34518519,0.05680123,0,0,0.22250400,0,0,0.02555556,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/timeseries-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/timeseries-Day-cs.csv index 19da0101d9..d80b795f31 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/timeseries-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/timeseries-Day-cs.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[chaff] Wall Hours: Per Job","[sante] Wall Hours: Per Job","[ovenb] Wall Hours: Per Job","[mamwa] Wall Hours: Per Job","[aytinis] Wall Hours: Per Job","[siski] Wall Hours: Per Job","[ferdu] Wall Hours: Per Job","[meapi] Wall Hours: Per Job","[garwa] Wall Hours: Per Job","[lapwi] Wall Hours: Per Job","[yebsa] Wall Hours: Per Job","[gloib] Wall Hours: Per Job","[shttr] Wall Hours: Per Job","[whtpl] Wall Hours: Per Job","[misth] Wall Hours: Per Job","[ybsbu] Wall Hours: Per Job","[velsc] Wall Hours: Per Job","[smew1] Wall Hours: Per Job","[ribgu] Wall Hours: Per Job","[corsh] Wall Hours: Per Job","[whtsp] Wall Hours: Per Job","[moorh] Wall Hours: Per Job","[yebbu] Wall Hours: Per Job","[pereg] Wall Hours: Per Job","[jackd] Wall Hours: Per Job","[hoowa] Wall Hours: Per Job","[shag1] Wall Hours: Per Job","[lesre] Wall Hours: Per Job","[sposa] Wall Hours: Per Job","[boowa] Wall Hours: Per Job","[egygo] Wall Hours: Per Job","[duswa] Wall Hours: Per Job","[field] Wall Hours: Per Job","[crane] Wall Hours: Per Job","[evegr] Wall Hours: Per Job","[pibgr] Wall Hours: Per Job","[sarwa] Wall Hours: Per Job","[noror] Wall Hours: Per Job","[legsh] Wall Hours: Per Job","[grath] Wall Hours: Per Job","[sancr] Wall Hours: Per Job","[litau] Wall Hours: Per Job","[whimb] Wall Hours: Per Job","[blhbu] Wall Hours: Per Job","[henha] Wall Hours: Per Job","[rolle] Wall Hours: Per Job","[yebwa] Wall Hours: Per Job","[lanhach] Wall Hours: Per Job","[caspl] Wall Hours: Per Job","[turdo] Wall Hours: Per Job","[coot1] Wall Hours: Per Job","[proubis] Wall Hours: Per Job","[categ] Wall Hours: Per Job","[sogsh] Wall Hours: Per Job","[vertera] Wall Hours: Per Job","[alpsw] Wall Hours: Per Job","[swath] Wall Hours: Per Job","[litst] Wall Hours: Per Job","[reebu] Wall Hours: Per Job","[honbu] Wall Hours: Per Job","[allga] Wall Hours: Per Job","[dunli] Wall Hours: Per Job","[crama] Wall Hours: Per Job","[relpa] Wall Hours: Per Job","[savsp] Wall Hours: Per Job","[grgsh] Wall Hours: Per Job" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16.74638889,0,0,0,0,0,0,0,0,0,0,0,16.94166667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,8.60361111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-24,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-25,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,13.07986111,0,0,0,0,0,0,0,0,3.17402778,0,0,0,0,0,0,0 -2016-12-26,0,24.00000000,0,0,0,0,0,0,2.70416667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0 -2016-12-27,3.79972222,24.00000000,4.93666667,4.72138889,0,20.66416667,0,12.98407407,24.00000000,0,0,0,13.96533333,0,0,8.54972222,20.81333333,0,0,0,0,0,0,0,0,0,0,0,0,19.90555556,0,0,0,0,0,0,0,24.00000000,0,0,20.33888889,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,5.60912037,3.21666667,0,0,0,0,0,0 -2016-12-28,24.00000000,24.00000000,24.00000000,24.00000000,17.86320988,18.38902778,0,15.23050000,9.02631944,13.35268330,0,4.70055556,17.63833333,5.03972222,3.11533951,24.00000000,24.00000000,0,0,0,0,5.01598392,0,0,0,8.78983333,10.70500000,0,0,24.00000000,0,0,0,0,0,0,8.32944444,24.00000000,0,0,13.20166667,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,22.46382479,24.00000000,0,0,0,0,0,0 -2016-12-29,24.00000000,19.56861111,24.00000000,24.00000000,24.00000000,24.00000000,3.00194444,23.45363636,23.88776389,16.60273286,19.85234127,24.00000000,20.53074074,24.00000000,24.00000000,8.50644444,24.00000000,11.55011905,0,4.96462963,0,13.10756221,18.97472222,23.43805556,0,13.89555556,18.93416667,7.17361111,4.06163889,24.00000000,3.66944444,0,0,6.36972222,1.92694444,4.66003889,16.72988095,24.00000000,0,3.62000000,13.84817130,10.40083333,0,0,2.01966667,0,6.48888889,22.24222222,0,3.53675439,0,0,0,0,0,0,0.76098291,0,14.25164444,0.65402610,0,0,0,0,0,0 -2016-12-30,24.00000000,3.56833333,24.00000000,19.28555556,24.00000000,12.68527778,24.00000000,22.20438131,18.92284722,21.71949405,19.44072222,19.30611111,12.82591049,15.09675926,14.55335859,18.07555556,2.77500000,21.78416667,17.79750000,17.98229167,0,13.31263065,12.00027778,8.15601852,10.84229167,11.13357639,9.52657407,13.13555556,9.54880556,11.72422222,10.28048611,9.78120370,8.00444444,7.97656250,9.11736111,5.34402222,3.83073016,24.00000000,4.25015531,16.84687500,4.13567080,13.60638889,9.48777778,3.48631944,4.10559722,1.45518519,2.51750000,3.96541667,0,1.09007800,0.97263889,0.97243056,0.97256944,1.58977533,0.48461111,0.13409722,0.53023103,0.43603175,0.13315301,0.32887293,0.26055556,0.14245370,0.08049603,0.06500000,0.02760417,0.02405133 -2016-12-31,24.00000000,0,16.57072222,0,6.14111111,9.25722222,24.00000000,12.06362573,23.17923611,10.83064379,19.04313725,0,14.97629630,0,24.00000000,16.29814815,0,22.09055556,14.11222222,24.00000000,16.61129630,12.53390738,7.37444444,24.00000000,22.00930556,6.09461806,9.82916667,5.99611111,15.83912037,1.92791667,7.33458333,16.96888889,19.78805556,10.17785714,0,0,14.33632716,4.84750000,5.54019436,7.28581633,1.97834003,6.47384921,4.70839506,7.65398148,8.63138889,4.84500000,0,1.29611111,0.19661458,1.04230003,0.97312500,0.97349537,0.97211806,1.07971065,1.49565171,2.06152778,17.41444444,0.15326389,0.13894731,0.36784723,0,0.14844444,0,0,0.02281046,0.01479010 -2017-01-01,20.20750000,0,23.22416667,0,0,0,19.00583333,2.74435185,11.20848700,13.34534574,12.85083333,0,17.62535714,0,5.04583333,0,0,0,0,8.59888889,8.88361111,11.50582962,0,2.63722222,0,0,4.95388889,11.49055556,5.29138889,0,0,0,7.66472222,6.95507937,0,0,2.04793210,1.56342949,0,17.62916667,0,0.47638889,4.94488095,0,0,4.28111111,0.02166667,2.25132716,2.11436355,1.19577652,0.96979167,0.96958333,0.96975694,0.02809588,0.30830000,0.22246528,0,0,2.34518519,0.05680123,0,0.22250400,0,0,0.02555556,0 +Day,"[chaff] Wall Hours: Per Job","[sante] Wall Hours: Per Job","[ovenb] Wall Hours: Per Job","[mamwa] Wall Hours: Per Job","[aytinis] Wall Hours: Per Job","[siski] Wall Hours: Per Job","[ferdu] Wall Hours: Per Job","[meapi] Wall Hours: Per Job","[garwa] Wall Hours: Per Job","[lapwi] Wall Hours: Per Job","[yebsa] Wall Hours: Per Job","[gloib] Wall Hours: Per Job","[shttr] Wall Hours: Per Job","[whtpl] Wall Hours: Per Job","[misth] Wall Hours: Per Job","[ybsbu] Wall Hours: Per Job","[velsc] Wall Hours: Per Job","[smew1] Wall Hours: Per Job","[ribgu] Wall Hours: Per Job","[corsh] Wall Hours: Per Job","[whtsp] Wall Hours: Per Job","[moorh] Wall Hours: Per Job","[yebbu] Wall Hours: Per Job","[pereg] Wall Hours: Per Job","[jackd] Wall Hours: Per Job","[hoowa] Wall Hours: Per Job","[shag1] Wall Hours: Per Job","[lesre] Wall Hours: Per Job","[sposa] Wall Hours: Per Job","[boowa] Wall Hours: Per Job","[egygo] Wall Hours: Per Job","[duswa] Wall Hours: Per Job","[field] Wall Hours: Per Job","[crane] Wall Hours: Per Job","[evegr] Wall Hours: Per Job","[pibgr] Wall Hours: Per Job","[sarwa] Wall Hours: Per Job","[noror] Wall Hours: Per Job","[legsh] Wall Hours: Per Job","[grath] Wall Hours: Per Job","[sancr] Wall Hours: Per Job","[litau] Wall Hours: Per Job","[whimb] Wall Hours: Per Job","[blhbu] Wall Hours: Per Job","[henha] Wall Hours: Per Job","[rolle] Wall Hours: Per Job","[yebwa] Wall Hours: Per Job","[lanhach] Wall Hours: Per Job","[caspl] Wall Hours: Per Job","[turdo] Wall Hours: Per Job","[coot1] Wall Hours: Per Job","[proubis] Wall Hours: Per Job","[categ] Wall Hours: Per Job","[sogsh] Wall Hours: Per Job","[vertera] Wall Hours: Per Job","[alpsw] Wall Hours: Per Job","[swath] Wall Hours: Per Job","[litst] Wall Hours: Per Job","[reebu] Wall Hours: Per Job","[honbu] Wall Hours: Per Job","[allga] Wall Hours: Per Job","[hardu] Wall Hours: Per Job","[dunli] Wall Hours: Per Job","[crama] Wall Hours: Per Job","[relpa] Wall Hours: Per Job","[savsp] Wall Hours: Per Job","[grgsh] Wall Hours: Per Job" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16.74638889,0,0,0,0,0,0,0,0,0,0,0,16.94166667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,8.60361111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-24,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-25,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,13.07986111,0,0,0,0,0,0,0,0,3.17402778,0,0,0,0,0,0,0,0 +2016-12-26,0,24.00000000,0,0,0,0,0,0,2.70416667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0 +2016-12-27,3.79972222,24.00000000,4.93666667,4.72138889,0,20.66416667,0,12.98407407,24.00000000,0,0,0,13.96533333,0,0,8.54972222,20.81333333,0,0,0,0,0,0,0,0,0,0,0,0,19.90555556,0,0,0,0,0,0,0,24.00000000,0,0,20.33888889,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,5.60912037,3.21666667,0,0,0,0,0,0,0 +2016-12-28,24.00000000,24.00000000,24.00000000,24.00000000,17.86320988,18.38902778,0,15.23050000,9.02631944,13.35268330,0,4.70055556,17.63833333,5.03972222,3.11533951,24.00000000,24.00000000,0,0,0,0,5.01598392,0,0,0,8.78983333,10.70500000,0,0,24.00000000,0,0,0,0,0,0,8.32944444,24.00000000,0,0,13.20166667,0,0,0,0,0,0,0,0,24.00000000,0,0,0,0,0,0,0,0,22.46382479,24.00000000,0,0,0,0,0,0,0 +2016-12-29,24.00000000,19.56861111,24.00000000,24.00000000,24.00000000,24.00000000,3.00194444,23.45363636,23.88776389,16.60273286,19.85234127,24.00000000,20.53074074,24.00000000,24.00000000,8.50644444,24.00000000,11.55011905,0,4.96462963,0,13.10756221,18.97472222,23.43805556,0,13.89555556,18.93416667,7.17361111,4.06163889,24.00000000,3.66944444,0,0,6.36972222,1.92694444,4.66003889,16.72988095,24.00000000,0,3.62000000,13.84817130,10.40083333,0,0,2.01966667,0,6.48888889,22.24222222,0,3.53675439,0,0,0,0,0,0,0.76098291,0,14.25164444,0.65402610,0,0,0,0,0,0,0 +2016-12-30,24.00000000,3.56833333,24.00000000,19.28555556,24.00000000,12.68527778,24.00000000,22.20438131,18.92284722,21.71949405,19.44072222,19.30611111,12.82591049,15.09675926,14.55335859,18.07555556,2.77500000,21.78416667,17.79750000,17.98229167,0,13.31263065,12.00027778,8.15601852,10.84229167,11.13357639,9.52657407,13.13555556,9.54880556,11.72422222,10.28048611,9.78120370,8.00444444,7.97656250,9.11736111,5.34402222,3.83073016,24.00000000,4.25015531,16.84687500,4.13567080,13.60638889,9.48777778,3.48631944,4.10559722,1.45518519,2.51750000,3.96541667,0,1.09007800,0.97263889,0.97243056,0.97256944,1.58977533,0.48461111,0.13409722,0.53023103,0.43603175,0.13315301,0.32887293,0.26055556,0.26055556,0.14245370,0.08049603,0.06500000,0.02760417,0.02405133 +2016-12-31,24.00000000,0,16.57072222,0,6.14111111,9.25722222,24.00000000,12.06362573,23.17923611,10.83064379,19.04313725,0,14.97629630,0,24.00000000,16.29814815,0,22.09055556,14.11222222,24.00000000,16.61129630,12.53390738,7.37444444,24.00000000,22.00930556,6.09461806,9.82916667,5.99611111,15.83912037,1.92791667,7.33458333,16.96888889,19.78805556,10.17785714,0,0,14.33632716,4.84750000,5.54019436,7.28581633,1.97834003,6.47384921,4.70839506,7.65398148,8.63138889,4.84500000,0,1.29611111,0.19661458,1.04230003,0.97312500,0.97349537,0.97211806,1.07971065,1.49565171,2.06152778,17.41444444,0.15326389,0.13894731,0.36784723,0,0,0.14844444,0,0,0.02281046,0.01479010 +2017-01-01,20.20750000,0,23.22416667,0,0,0,19.00583333,2.74435185,11.20848700,13.34534574,12.85083333,0,17.62535714,0,5.04583333,0,0,0,0,8.59888889,8.88361111,11.50582962,0,2.63722222,0,0,4.95388889,11.49055556,5.29138889,0,0,0,7.66472222,6.95507937,0,0,2.04793210,1.56342949,0,17.62916667,0,0.47638889,4.94488095,0,0,4.28111111,0.02166667,2.25132716,2.11436355,1.19577652,0.96979167,0.96958333,0.96975694,0.02809588,0.30830000,0.22246528,0,0,2.34518519,0.05680123,0,0,0.22250400,0,0,0.02555556,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/timeseries-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/timeseries-Month-cd.csv index 3de3637031..3d13a4f351 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/timeseries-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/timeseries-Month-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[chaff] Wall Hours: Per Job","[sante] Wall Hours: Per Job","[ovenb] Wall Hours: Per Job","[mamwa] Wall Hours: Per Job","[aytinis] Wall Hours: Per Job","[siski] Wall Hours: Per Job","[ferdu] Wall Hours: Per Job","[meapi] Wall Hours: Per Job","[garwa] Wall Hours: Per Job","[lapwi] Wall Hours: Per Job","[yebsa] Wall Hours: Per Job","[gloib] Wall Hours: Per Job","[shttr] Wall Hours: Per Job","[whtpl] Wall Hours: Per Job","[misth] Wall Hours: Per Job","[ybsbu] Wall Hours: Per Job","[velsc] Wall Hours: Per Job","[smew1] Wall Hours: Per Job","[ribgu] Wall Hours: Per Job","[corsh] Wall Hours: Per Job","[whtsp] Wall Hours: Per Job","[moorh] Wall Hours: Per Job","[yebbu] Wall Hours: Per Job","[pereg] Wall Hours: Per Job","[jackd] Wall Hours: Per Job","[hoowa] Wall Hours: Per Job","[shag1] Wall Hours: Per Job","[lesre] Wall Hours: Per Job","[sposa] Wall Hours: Per Job","[boowa] Wall Hours: Per Job","[egygo] Wall Hours: Per Job","[duswa] Wall Hours: Per Job","[field] Wall Hours: Per Job","[crane] Wall Hours: Per Job","[evegr] Wall Hours: Per Job","[pibgr] Wall Hours: Per Job","[sarwa] Wall Hours: Per Job","[noror] Wall Hours: Per Job","[legsh] Wall Hours: Per Job","[grath] Wall Hours: Per Job","[sancr] Wall Hours: Per Job","[litau] Wall Hours: Per Job","[whimb] Wall Hours: Per Job","[blhbu] Wall Hours: Per Job","[henha] Wall Hours: Per Job","[rolle] Wall Hours: Per Job","[yebwa] Wall Hours: Per Job","[lanhach] Wall Hours: Per Job","[caspl] Wall Hours: Per Job","[turdo] Wall Hours: Per Job","[coot1] Wall Hours: Per Job","[proubis] Wall Hours: Per Job","[categ] Wall Hours: Per Job","[sogsh] Wall Hours: Per Job","[vertera] Wall Hours: Per Job","[alpsw] Wall Hours: Per Job","[swath] Wall Hours: Per Job","[litst] Wall Hours: Per Job","[reebu] Wall Hours: Per Job","[honbu] Wall Hours: Per Job","[allga] Wall Hours: Per Job","[dunli] Wall Hours: Per Job","[crama] Wall Hours: Per Job","[relpa] Wall Hours: Per Job","[savsp] Wall Hours: Per Job","[grgsh] Wall Hours: Per Job" -2016-12,99.79972222,87.43875000,78.12005556,72.00694444,72.00432099,70.03500000,51.00194444,68.23159091,42.39165094,48.78758939,41.90614198,48.00666667,41.05276515,44.13648148,38.92045455,38.73828704,37.18166667,36.49007937,31.90972222,39.70576389,16.61129630,23.01874399,25.17486111,23.96870370,21.84694444,21.83599206,20.26606061,13.15263889,16.56139352,16.76537037,15.78250000,15.43750000,13.89625000,12.84722222,10.08083333,10.00406111,10.95135135,46.59677778,8.59051583,7.77245050,7.43894097,8.66552083,5.76259259,5.98691667,5.04208333,4.68518519,9.00638889,5.99888889,0.19661458,1.52875081,0.97288194,0.97296296,0.97234375,1.45671498,1.05606884,1.09781250,0.56853008,0.33320707,0.26789938,0.35657536,0.26055556,0.14305278,0.08049603,0.06500000,0.02434444,0.02076714 -2017-01,20.20750000,0,23.22416667,0,0,0,19.00583333,2.74435185,11.20848700,13.34534574,12.85083333,0,17.62535714,0,5.04583333,0,0,0,0,8.59888889,8.88361111,11.50582962,0,2.63722222,0,0,4.95388889,11.49055556,5.29138889,0,0,0,7.66472222,6.95507937,0,0,2.04793210,1.56342949,0,17.62916667,0,0.47638889,4.94488095,0,0,4.28111111,0.02166667,2.25132716,2.11436355,1.19577652,0.96979167,0.96958333,0.96975694,0.02809588,0.30830000,0.22246528,0,0,2.34518519,0.05680123,0,0.22250400,0,0,0.02555556,0 +Month,"[chaff] Wall Hours: Per Job","[sante] Wall Hours: Per Job","[ovenb] Wall Hours: Per Job","[mamwa] Wall Hours: Per Job","[aytinis] Wall Hours: Per Job","[siski] Wall Hours: Per Job","[ferdu] Wall Hours: Per Job","[meapi] Wall Hours: Per Job","[garwa] Wall Hours: Per Job","[lapwi] Wall Hours: Per Job","[yebsa] Wall Hours: Per Job","[gloib] Wall Hours: Per Job","[shttr] Wall Hours: Per Job","[whtpl] Wall Hours: Per Job","[misth] Wall Hours: Per Job","[ybsbu] Wall Hours: Per Job","[velsc] Wall Hours: Per Job","[smew1] Wall Hours: Per Job","[ribgu] Wall Hours: Per Job","[corsh] Wall Hours: Per Job","[whtsp] Wall Hours: Per Job","[moorh] Wall Hours: Per Job","[yebbu] Wall Hours: Per Job","[pereg] Wall Hours: Per Job","[jackd] Wall Hours: Per Job","[hoowa] Wall Hours: Per Job","[shag1] Wall Hours: Per Job","[lesre] Wall Hours: Per Job","[sposa] Wall Hours: Per Job","[boowa] Wall Hours: Per Job","[egygo] Wall Hours: Per Job","[duswa] Wall Hours: Per Job","[field] Wall Hours: Per Job","[crane] Wall Hours: Per Job","[evegr] Wall Hours: Per Job","[pibgr] Wall Hours: Per Job","[sarwa] Wall Hours: Per Job","[noror] Wall Hours: Per Job","[legsh] Wall Hours: Per Job","[grath] Wall Hours: Per Job","[sancr] Wall Hours: Per Job","[litau] Wall Hours: Per Job","[whimb] Wall Hours: Per Job","[blhbu] Wall Hours: Per Job","[henha] Wall Hours: Per Job","[rolle] Wall Hours: Per Job","[yebwa] Wall Hours: Per Job","[lanhach] Wall Hours: Per Job","[caspl] Wall Hours: Per Job","[turdo] Wall Hours: Per Job","[coot1] Wall Hours: Per Job","[proubis] Wall Hours: Per Job","[categ] Wall Hours: Per Job","[sogsh] Wall Hours: Per Job","[vertera] Wall Hours: Per Job","[alpsw] Wall Hours: Per Job","[swath] Wall Hours: Per Job","[litst] Wall Hours: Per Job","[reebu] Wall Hours: Per Job","[honbu] Wall Hours: Per Job","[allga] Wall Hours: Per Job","[hardu] Wall Hours: Per Job","[dunli] Wall Hours: Per Job","[crama] Wall Hours: Per Job","[relpa] Wall Hours: Per Job","[savsp] Wall Hours: Per Job","[grgsh] Wall Hours: Per Job" +2016-12,99.79972222,87.43875000,78.12005556,72.00694444,72.00432099,70.03500000,51.00194444,68.23159091,42.39165094,48.78758939,41.90614198,48.00666667,41.05276515,44.13648148,38.92045455,38.73828704,37.18166667,36.49007937,31.90972222,39.70576389,16.61129630,23.01874399,25.17486111,23.96870370,21.84694444,21.83599206,20.26606061,13.15263889,16.56139352,16.76537037,15.78250000,15.43750000,13.89625000,12.84722222,10.08083333,10.00406111,10.95135135,46.59677778,8.59051583,7.77245050,7.43894097,8.66552083,5.76259259,5.98691667,5.04208333,4.68518519,9.00638889,5.99888889,0.19661458,1.52875081,0.97288194,0.97296296,0.97234375,1.45671498,1.05606884,1.09781250,0.56853008,0.33320707,0.26789938,0.35657536,0.26055556,0.26055556,0.14305278,0.08049603,0.06500000,0.02434444,0.02076714 +2017-01,20.20750000,0,23.22416667,0,0,0,19.00583333,2.74435185,11.20848700,13.34534574,12.85083333,0,17.62535714,0,5.04583333,0,0,0,0,8.59888889,8.88361111,11.50582962,0,2.63722222,0,0,4.95388889,11.49055556,5.29138889,0,0,0,7.66472222,6.95507937,0,0,2.04793210,1.56342949,0,17.62916667,0,0.47638889,4.94488095,0,0,4.28111111,0.02166667,2.25132716,2.11436355,1.19577652,0.96979167,0.96958333,0.96975694,0.02809588,0.30830000,0.22246528,0,0,2.34518519,0.05680123,0,0,0.22250400,0,0,0.02555556,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/timeseries-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/timeseries-Month-cs.csv index 3de3637031..3d13a4f351 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/timeseries-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/timeseries-Month-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[chaff] Wall Hours: Per Job","[sante] Wall Hours: Per Job","[ovenb] Wall Hours: Per Job","[mamwa] Wall Hours: Per Job","[aytinis] Wall Hours: Per Job","[siski] Wall Hours: Per Job","[ferdu] Wall Hours: Per Job","[meapi] Wall Hours: Per Job","[garwa] Wall Hours: Per Job","[lapwi] Wall Hours: Per Job","[yebsa] Wall Hours: Per Job","[gloib] Wall Hours: Per Job","[shttr] Wall Hours: Per Job","[whtpl] Wall Hours: Per Job","[misth] Wall Hours: Per Job","[ybsbu] Wall Hours: Per Job","[velsc] Wall Hours: Per Job","[smew1] Wall Hours: Per Job","[ribgu] Wall Hours: Per Job","[corsh] Wall Hours: Per Job","[whtsp] Wall Hours: Per Job","[moorh] Wall Hours: Per Job","[yebbu] Wall Hours: Per Job","[pereg] Wall Hours: Per Job","[jackd] Wall Hours: Per Job","[hoowa] Wall Hours: Per Job","[shag1] Wall Hours: Per Job","[lesre] Wall Hours: Per Job","[sposa] Wall Hours: Per Job","[boowa] Wall Hours: Per Job","[egygo] Wall Hours: Per Job","[duswa] Wall Hours: Per Job","[field] Wall Hours: Per Job","[crane] Wall Hours: Per Job","[evegr] Wall Hours: Per Job","[pibgr] Wall Hours: Per Job","[sarwa] Wall Hours: Per Job","[noror] Wall Hours: Per Job","[legsh] Wall Hours: Per Job","[grath] Wall Hours: Per Job","[sancr] Wall Hours: Per Job","[litau] Wall Hours: Per Job","[whimb] Wall Hours: Per Job","[blhbu] Wall Hours: Per Job","[henha] Wall Hours: Per Job","[rolle] Wall Hours: Per Job","[yebwa] Wall Hours: Per Job","[lanhach] Wall Hours: Per Job","[caspl] Wall Hours: Per Job","[turdo] Wall Hours: Per Job","[coot1] Wall Hours: Per Job","[proubis] Wall Hours: Per Job","[categ] Wall Hours: Per Job","[sogsh] Wall Hours: Per Job","[vertera] Wall Hours: Per Job","[alpsw] Wall Hours: Per Job","[swath] Wall Hours: Per Job","[litst] Wall Hours: Per Job","[reebu] Wall Hours: Per Job","[honbu] Wall Hours: Per Job","[allga] Wall Hours: Per Job","[dunli] Wall Hours: Per Job","[crama] Wall Hours: Per Job","[relpa] Wall Hours: Per Job","[savsp] Wall Hours: Per Job","[grgsh] Wall Hours: Per Job" -2016-12,99.79972222,87.43875000,78.12005556,72.00694444,72.00432099,70.03500000,51.00194444,68.23159091,42.39165094,48.78758939,41.90614198,48.00666667,41.05276515,44.13648148,38.92045455,38.73828704,37.18166667,36.49007937,31.90972222,39.70576389,16.61129630,23.01874399,25.17486111,23.96870370,21.84694444,21.83599206,20.26606061,13.15263889,16.56139352,16.76537037,15.78250000,15.43750000,13.89625000,12.84722222,10.08083333,10.00406111,10.95135135,46.59677778,8.59051583,7.77245050,7.43894097,8.66552083,5.76259259,5.98691667,5.04208333,4.68518519,9.00638889,5.99888889,0.19661458,1.52875081,0.97288194,0.97296296,0.97234375,1.45671498,1.05606884,1.09781250,0.56853008,0.33320707,0.26789938,0.35657536,0.26055556,0.14305278,0.08049603,0.06500000,0.02434444,0.02076714 -2017-01,20.20750000,0,23.22416667,0,0,0,19.00583333,2.74435185,11.20848700,13.34534574,12.85083333,0,17.62535714,0,5.04583333,0,0,0,0,8.59888889,8.88361111,11.50582962,0,2.63722222,0,0,4.95388889,11.49055556,5.29138889,0,0,0,7.66472222,6.95507937,0,0,2.04793210,1.56342949,0,17.62916667,0,0.47638889,4.94488095,0,0,4.28111111,0.02166667,2.25132716,2.11436355,1.19577652,0.96979167,0.96958333,0.96975694,0.02809588,0.30830000,0.22246528,0,0,2.34518519,0.05680123,0,0.22250400,0,0,0.02555556,0 +Month,"[chaff] Wall Hours: Per Job","[sante] Wall Hours: Per Job","[ovenb] Wall Hours: Per Job","[mamwa] Wall Hours: Per Job","[aytinis] Wall Hours: Per Job","[siski] Wall Hours: Per Job","[ferdu] Wall Hours: Per Job","[meapi] Wall Hours: Per Job","[garwa] Wall Hours: Per Job","[lapwi] Wall Hours: Per Job","[yebsa] Wall Hours: Per Job","[gloib] Wall Hours: Per Job","[shttr] Wall Hours: Per Job","[whtpl] Wall Hours: Per Job","[misth] Wall Hours: Per Job","[ybsbu] Wall Hours: Per Job","[velsc] Wall Hours: Per Job","[smew1] Wall Hours: Per Job","[ribgu] Wall Hours: Per Job","[corsh] Wall Hours: Per Job","[whtsp] Wall Hours: Per Job","[moorh] Wall Hours: Per Job","[yebbu] Wall Hours: Per Job","[pereg] Wall Hours: Per Job","[jackd] Wall Hours: Per Job","[hoowa] Wall Hours: Per Job","[shag1] Wall Hours: Per Job","[lesre] Wall Hours: Per Job","[sposa] Wall Hours: Per Job","[boowa] Wall Hours: Per Job","[egygo] Wall Hours: Per Job","[duswa] Wall Hours: Per Job","[field] Wall Hours: Per Job","[crane] Wall Hours: Per Job","[evegr] Wall Hours: Per Job","[pibgr] Wall Hours: Per Job","[sarwa] Wall Hours: Per Job","[noror] Wall Hours: Per Job","[legsh] Wall Hours: Per Job","[grath] Wall Hours: Per Job","[sancr] Wall Hours: Per Job","[litau] Wall Hours: Per Job","[whimb] Wall Hours: Per Job","[blhbu] Wall Hours: Per Job","[henha] Wall Hours: Per Job","[rolle] Wall Hours: Per Job","[yebwa] Wall Hours: Per Job","[lanhach] Wall Hours: Per Job","[caspl] Wall Hours: Per Job","[turdo] Wall Hours: Per Job","[coot1] Wall Hours: Per Job","[proubis] Wall Hours: Per Job","[categ] Wall Hours: Per Job","[sogsh] Wall Hours: Per Job","[vertera] Wall Hours: Per Job","[alpsw] Wall Hours: Per Job","[swath] Wall Hours: Per Job","[litst] Wall Hours: Per Job","[reebu] Wall Hours: Per Job","[honbu] Wall Hours: Per Job","[allga] Wall Hours: Per Job","[hardu] Wall Hours: Per Job","[dunli] Wall Hours: Per Job","[crama] Wall Hours: Per Job","[relpa] Wall Hours: Per Job","[savsp] Wall Hours: Per Job","[grgsh] Wall Hours: Per Job" +2016-12,99.79972222,87.43875000,78.12005556,72.00694444,72.00432099,70.03500000,51.00194444,68.23159091,42.39165094,48.78758939,41.90614198,48.00666667,41.05276515,44.13648148,38.92045455,38.73828704,37.18166667,36.49007937,31.90972222,39.70576389,16.61129630,23.01874399,25.17486111,23.96870370,21.84694444,21.83599206,20.26606061,13.15263889,16.56139352,16.76537037,15.78250000,15.43750000,13.89625000,12.84722222,10.08083333,10.00406111,10.95135135,46.59677778,8.59051583,7.77245050,7.43894097,8.66552083,5.76259259,5.98691667,5.04208333,4.68518519,9.00638889,5.99888889,0.19661458,1.52875081,0.97288194,0.97296296,0.97234375,1.45671498,1.05606884,1.09781250,0.56853008,0.33320707,0.26789938,0.35657536,0.26055556,0.26055556,0.14305278,0.08049603,0.06500000,0.02434444,0.02076714 +2017-01,20.20750000,0,23.22416667,0,0,0,19.00583333,2.74435185,11.20848700,13.34534574,12.85083333,0,17.62535714,0,5.04583333,0,0,0,0,8.59888889,8.88361111,11.50582962,0,2.63722222,0,0,4.95388889,11.49055556,5.29138889,0,0,0,7.66472222,6.95507937,0,0,2.04793210,1.56342949,0,17.62916667,0,0.47638889,4.94488095,0,0,4.28111111,0.02166667,2.25132716,2.11436355,1.19577652,0.96979167,0.96958333,0.96975694,0.02809588,0.30830000,0.22246528,0,0,2.34518519,0.05680123,0,0,0.22250400,0,0,0.02555556,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/timeseries-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/timeseries-Quarter-cd.csv index 7ec8892b94..854d5314dd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/timeseries-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/timeseries-Quarter-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[chaff] Wall Hours: Per Job","[sante] Wall Hours: Per Job","[ovenb] Wall Hours: Per Job","[mamwa] Wall Hours: Per Job","[aytinis] Wall Hours: Per Job","[siski] Wall Hours: Per Job","[ferdu] Wall Hours: Per Job","[meapi] Wall Hours: Per Job","[garwa] Wall Hours: Per Job","[lapwi] Wall Hours: Per Job","[yebsa] Wall Hours: Per Job","[gloib] Wall Hours: Per Job","[shttr] Wall Hours: Per Job","[whtpl] Wall Hours: Per Job","[misth] Wall Hours: Per Job","[ybsbu] Wall Hours: Per Job","[velsc] Wall Hours: Per Job","[smew1] Wall Hours: Per Job","[ribgu] Wall Hours: Per Job","[corsh] Wall Hours: Per Job","[whtsp] Wall Hours: Per Job","[moorh] Wall Hours: Per Job","[yebbu] Wall Hours: Per Job","[pereg] Wall Hours: Per Job","[jackd] Wall Hours: Per Job","[hoowa] Wall Hours: Per Job","[shag1] Wall Hours: Per Job","[lesre] Wall Hours: Per Job","[sposa] Wall Hours: Per Job","[boowa] Wall Hours: Per Job","[egygo] Wall Hours: Per Job","[duswa] Wall Hours: Per Job","[field] Wall Hours: Per Job","[crane] Wall Hours: Per Job","[evegr] Wall Hours: Per Job","[pibgr] Wall Hours: Per Job","[sarwa] Wall Hours: Per Job","[noror] Wall Hours: Per Job","[legsh] Wall Hours: Per Job","[grath] Wall Hours: Per Job","[sancr] Wall Hours: Per Job","[litau] Wall Hours: Per Job","[whimb] Wall Hours: Per Job","[blhbu] Wall Hours: Per Job","[henha] Wall Hours: Per Job","[rolle] Wall Hours: Per Job","[yebwa] Wall Hours: Per Job","[lanhach] Wall Hours: Per Job","[caspl] Wall Hours: Per Job","[turdo] Wall Hours: Per Job","[coot1] Wall Hours: Per Job","[proubis] Wall Hours: Per Job","[categ] Wall Hours: Per Job","[sogsh] Wall Hours: Per Job","[vertera] Wall Hours: Per Job","[alpsw] Wall Hours: Per Job","[swath] Wall Hours: Per Job","[litst] Wall Hours: Per Job","[reebu] Wall Hours: Per Job","[honbu] Wall Hours: Per Job","[allga] Wall Hours: Per Job","[dunli] Wall Hours: Per Job","[crama] Wall Hours: Per Job","[relpa] Wall Hours: Per Job","[savsp] Wall Hours: Per Job","[grgsh] Wall Hours: Per Job" -"2016 Q4",99.79972222,87.43875000,78.12005556,72.00694444,72.00432099,70.03500000,51.00194444,68.23159091,42.39165094,48.78758939,41.90614198,48.00666667,41.05276515,44.13648148,38.92045455,38.73828704,37.18166667,36.49007937,31.90972222,39.70576389,16.61129630,23.01874399,25.17486111,23.96870370,21.84694444,21.83599206,20.26606061,13.15263889,16.56139352,16.76537037,15.78250000,15.43750000,13.89625000,12.84722222,10.08083333,10.00406111,10.95135135,46.59677778,8.59051583,7.77245050,7.43894097,8.66552083,5.76259259,5.98691667,5.04208333,4.68518519,9.00638889,5.99888889,0.19661458,1.52875081,0.97288194,0.97296296,0.97234375,1.45671498,1.05606884,1.09781250,0.56853008,0.33320707,0.26789938,0.35657536,0.26055556,0.14305278,0.08049603,0.06500000,0.02434444,0.02076714 -"2017 Q1",20.20750000,0,23.22416667,0,0,0,19.00583333,2.74435185,11.20848700,13.34534574,12.85083333,0,17.62535714,0,5.04583333,0,0,0,0,8.59888889,8.88361111,11.50582962,0,2.63722222,0,0,4.95388889,11.49055556,5.29138889,0,0,0,7.66472222,6.95507937,0,0,2.04793210,1.56342949,0,17.62916667,0,0.47638889,4.94488095,0,0,4.28111111,0.02166667,2.25132716,2.11436355,1.19577652,0.96979167,0.96958333,0.96975694,0.02809588,0.30830000,0.22246528,0,0,2.34518519,0.05680123,0,0.22250400,0,0,0.02555556,0 +Quarter,"[chaff] Wall Hours: Per Job","[sante] Wall Hours: Per Job","[ovenb] Wall Hours: Per Job","[mamwa] Wall Hours: Per Job","[aytinis] Wall Hours: Per Job","[siski] Wall Hours: Per Job","[ferdu] Wall Hours: Per Job","[meapi] Wall Hours: Per Job","[garwa] Wall Hours: Per Job","[lapwi] Wall Hours: Per Job","[yebsa] Wall Hours: Per Job","[gloib] Wall Hours: Per Job","[shttr] Wall Hours: Per Job","[whtpl] Wall Hours: Per Job","[misth] Wall Hours: Per Job","[ybsbu] Wall Hours: Per Job","[velsc] Wall Hours: Per Job","[smew1] Wall Hours: Per Job","[ribgu] Wall Hours: Per Job","[corsh] Wall Hours: Per Job","[whtsp] Wall Hours: Per Job","[moorh] Wall Hours: Per Job","[yebbu] Wall Hours: Per Job","[pereg] Wall Hours: Per Job","[jackd] Wall Hours: Per Job","[hoowa] Wall Hours: Per Job","[shag1] Wall Hours: Per Job","[lesre] Wall Hours: Per Job","[sposa] Wall Hours: Per Job","[boowa] Wall Hours: Per Job","[egygo] Wall Hours: Per Job","[duswa] Wall Hours: Per Job","[field] Wall Hours: Per Job","[crane] Wall Hours: Per Job","[evegr] Wall Hours: Per Job","[pibgr] Wall Hours: Per Job","[sarwa] Wall Hours: Per Job","[noror] Wall Hours: Per Job","[legsh] Wall Hours: Per Job","[grath] Wall Hours: Per Job","[sancr] Wall Hours: Per Job","[litau] Wall Hours: Per Job","[whimb] Wall Hours: Per Job","[blhbu] Wall Hours: Per Job","[henha] Wall Hours: Per Job","[rolle] Wall Hours: Per Job","[yebwa] Wall Hours: Per Job","[lanhach] Wall Hours: Per Job","[caspl] Wall Hours: Per Job","[turdo] Wall Hours: Per Job","[coot1] Wall Hours: Per Job","[proubis] Wall Hours: Per Job","[categ] Wall Hours: Per Job","[sogsh] Wall Hours: Per Job","[vertera] Wall Hours: Per Job","[alpsw] Wall Hours: Per Job","[swath] Wall Hours: Per Job","[litst] Wall Hours: Per Job","[reebu] Wall Hours: Per Job","[honbu] Wall Hours: Per Job","[allga] Wall Hours: Per Job","[hardu] Wall Hours: Per Job","[dunli] Wall Hours: Per Job","[crama] Wall Hours: Per Job","[relpa] Wall Hours: Per Job","[savsp] Wall Hours: Per Job","[grgsh] Wall Hours: Per Job" +"2016 Q4",99.79972222,87.43875000,78.12005556,72.00694444,72.00432099,70.03500000,51.00194444,68.23159091,42.39165094,48.78758939,41.90614198,48.00666667,41.05276515,44.13648148,38.92045455,38.73828704,37.18166667,36.49007937,31.90972222,39.70576389,16.61129630,23.01874399,25.17486111,23.96870370,21.84694444,21.83599206,20.26606061,13.15263889,16.56139352,16.76537037,15.78250000,15.43750000,13.89625000,12.84722222,10.08083333,10.00406111,10.95135135,46.59677778,8.59051583,7.77245050,7.43894097,8.66552083,5.76259259,5.98691667,5.04208333,4.68518519,9.00638889,5.99888889,0.19661458,1.52875081,0.97288194,0.97296296,0.97234375,1.45671498,1.05606884,1.09781250,0.56853008,0.33320707,0.26789938,0.35657536,0.26055556,0.26055556,0.14305278,0.08049603,0.06500000,0.02434444,0.02076714 +"2017 Q1",20.20750000,0,23.22416667,0,0,0,19.00583333,2.74435185,11.20848700,13.34534574,12.85083333,0,17.62535714,0,5.04583333,0,0,0,0,8.59888889,8.88361111,11.50582962,0,2.63722222,0,0,4.95388889,11.49055556,5.29138889,0,0,0,7.66472222,6.95507937,0,0,2.04793210,1.56342949,0,17.62916667,0,0.47638889,4.94488095,0,0,4.28111111,0.02166667,2.25132716,2.11436355,1.19577652,0.96979167,0.96958333,0.96975694,0.02809588,0.30830000,0.22246528,0,0,2.34518519,0.05680123,0,0,0.22250400,0,0,0.02555556,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/timeseries-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/timeseries-Quarter-cs.csv index 7ec8892b94..854d5314dd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/timeseries-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/timeseries-Quarter-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[chaff] Wall Hours: Per Job","[sante] Wall Hours: Per Job","[ovenb] Wall Hours: Per Job","[mamwa] Wall Hours: Per Job","[aytinis] Wall Hours: Per Job","[siski] Wall Hours: Per Job","[ferdu] Wall Hours: Per Job","[meapi] Wall Hours: Per Job","[garwa] Wall Hours: Per Job","[lapwi] Wall Hours: Per Job","[yebsa] Wall Hours: Per Job","[gloib] Wall Hours: Per Job","[shttr] Wall Hours: Per Job","[whtpl] Wall Hours: Per Job","[misth] Wall Hours: Per Job","[ybsbu] Wall Hours: Per Job","[velsc] Wall Hours: Per Job","[smew1] Wall Hours: Per Job","[ribgu] Wall Hours: Per Job","[corsh] Wall Hours: Per Job","[whtsp] Wall Hours: Per Job","[moorh] Wall Hours: Per Job","[yebbu] Wall Hours: Per Job","[pereg] Wall Hours: Per Job","[jackd] Wall Hours: Per Job","[hoowa] Wall Hours: Per Job","[shag1] Wall Hours: Per Job","[lesre] Wall Hours: Per Job","[sposa] Wall Hours: Per Job","[boowa] Wall Hours: Per Job","[egygo] Wall Hours: Per Job","[duswa] Wall Hours: Per Job","[field] Wall Hours: Per Job","[crane] Wall Hours: Per Job","[evegr] Wall Hours: Per Job","[pibgr] Wall Hours: Per Job","[sarwa] Wall Hours: Per Job","[noror] Wall Hours: Per Job","[legsh] Wall Hours: Per Job","[grath] Wall Hours: Per Job","[sancr] Wall Hours: Per Job","[litau] Wall Hours: Per Job","[whimb] Wall Hours: Per Job","[blhbu] Wall Hours: Per Job","[henha] Wall Hours: Per Job","[rolle] Wall Hours: Per Job","[yebwa] Wall Hours: Per Job","[lanhach] Wall Hours: Per Job","[caspl] Wall Hours: Per Job","[turdo] Wall Hours: Per Job","[coot1] Wall Hours: Per Job","[proubis] Wall Hours: Per Job","[categ] Wall Hours: Per Job","[sogsh] Wall Hours: Per Job","[vertera] Wall Hours: Per Job","[alpsw] Wall Hours: Per Job","[swath] Wall Hours: Per Job","[litst] Wall Hours: Per Job","[reebu] Wall Hours: Per Job","[honbu] Wall Hours: Per Job","[allga] Wall Hours: Per Job","[dunli] Wall Hours: Per Job","[crama] Wall Hours: Per Job","[relpa] Wall Hours: Per Job","[savsp] Wall Hours: Per Job","[grgsh] Wall Hours: Per Job" -"2016 Q4",99.79972222,87.43875000,78.12005556,72.00694444,72.00432099,70.03500000,51.00194444,68.23159091,42.39165094,48.78758939,41.90614198,48.00666667,41.05276515,44.13648148,38.92045455,38.73828704,37.18166667,36.49007937,31.90972222,39.70576389,16.61129630,23.01874399,25.17486111,23.96870370,21.84694444,21.83599206,20.26606061,13.15263889,16.56139352,16.76537037,15.78250000,15.43750000,13.89625000,12.84722222,10.08083333,10.00406111,10.95135135,46.59677778,8.59051583,7.77245050,7.43894097,8.66552083,5.76259259,5.98691667,5.04208333,4.68518519,9.00638889,5.99888889,0.19661458,1.52875081,0.97288194,0.97296296,0.97234375,1.45671498,1.05606884,1.09781250,0.56853008,0.33320707,0.26789938,0.35657536,0.26055556,0.14305278,0.08049603,0.06500000,0.02434444,0.02076714 -"2017 Q1",20.20750000,0,23.22416667,0,0,0,19.00583333,2.74435185,11.20848700,13.34534574,12.85083333,0,17.62535714,0,5.04583333,0,0,0,0,8.59888889,8.88361111,11.50582962,0,2.63722222,0,0,4.95388889,11.49055556,5.29138889,0,0,0,7.66472222,6.95507937,0,0,2.04793210,1.56342949,0,17.62916667,0,0.47638889,4.94488095,0,0,4.28111111,0.02166667,2.25132716,2.11436355,1.19577652,0.96979167,0.96958333,0.96975694,0.02809588,0.30830000,0.22246528,0,0,2.34518519,0.05680123,0,0.22250400,0,0,0.02555556,0 +Quarter,"[chaff] Wall Hours: Per Job","[sante] Wall Hours: Per Job","[ovenb] Wall Hours: Per Job","[mamwa] Wall Hours: Per Job","[aytinis] Wall Hours: Per Job","[siski] Wall Hours: Per Job","[ferdu] Wall Hours: Per Job","[meapi] Wall Hours: Per Job","[garwa] Wall Hours: Per Job","[lapwi] Wall Hours: Per Job","[yebsa] Wall Hours: Per Job","[gloib] Wall Hours: Per Job","[shttr] Wall Hours: Per Job","[whtpl] Wall Hours: Per Job","[misth] Wall Hours: Per Job","[ybsbu] Wall Hours: Per Job","[velsc] Wall Hours: Per Job","[smew1] Wall Hours: Per Job","[ribgu] Wall Hours: Per Job","[corsh] Wall Hours: Per Job","[whtsp] Wall Hours: Per Job","[moorh] Wall Hours: Per Job","[yebbu] Wall Hours: Per Job","[pereg] Wall Hours: Per Job","[jackd] Wall Hours: Per Job","[hoowa] Wall Hours: Per Job","[shag1] Wall Hours: Per Job","[lesre] Wall Hours: Per Job","[sposa] Wall Hours: Per Job","[boowa] Wall Hours: Per Job","[egygo] Wall Hours: Per Job","[duswa] Wall Hours: Per Job","[field] Wall Hours: Per Job","[crane] Wall Hours: Per Job","[evegr] Wall Hours: Per Job","[pibgr] Wall Hours: Per Job","[sarwa] Wall Hours: Per Job","[noror] Wall Hours: Per Job","[legsh] Wall Hours: Per Job","[grath] Wall Hours: Per Job","[sancr] Wall Hours: Per Job","[litau] Wall Hours: Per Job","[whimb] Wall Hours: Per Job","[blhbu] Wall Hours: Per Job","[henha] Wall Hours: Per Job","[rolle] Wall Hours: Per Job","[yebwa] Wall Hours: Per Job","[lanhach] Wall Hours: Per Job","[caspl] Wall Hours: Per Job","[turdo] Wall Hours: Per Job","[coot1] Wall Hours: Per Job","[proubis] Wall Hours: Per Job","[categ] Wall Hours: Per Job","[sogsh] Wall Hours: Per Job","[vertera] Wall Hours: Per Job","[alpsw] Wall Hours: Per Job","[swath] Wall Hours: Per Job","[litst] Wall Hours: Per Job","[reebu] Wall Hours: Per Job","[honbu] Wall Hours: Per Job","[allga] Wall Hours: Per Job","[hardu] Wall Hours: Per Job","[dunli] Wall Hours: Per Job","[crama] Wall Hours: Per Job","[relpa] Wall Hours: Per Job","[savsp] Wall Hours: Per Job","[grgsh] Wall Hours: Per Job" +"2016 Q4",99.79972222,87.43875000,78.12005556,72.00694444,72.00432099,70.03500000,51.00194444,68.23159091,42.39165094,48.78758939,41.90614198,48.00666667,41.05276515,44.13648148,38.92045455,38.73828704,37.18166667,36.49007937,31.90972222,39.70576389,16.61129630,23.01874399,25.17486111,23.96870370,21.84694444,21.83599206,20.26606061,13.15263889,16.56139352,16.76537037,15.78250000,15.43750000,13.89625000,12.84722222,10.08083333,10.00406111,10.95135135,46.59677778,8.59051583,7.77245050,7.43894097,8.66552083,5.76259259,5.98691667,5.04208333,4.68518519,9.00638889,5.99888889,0.19661458,1.52875081,0.97288194,0.97296296,0.97234375,1.45671498,1.05606884,1.09781250,0.56853008,0.33320707,0.26789938,0.35657536,0.26055556,0.26055556,0.14305278,0.08049603,0.06500000,0.02434444,0.02076714 +"2017 Q1",20.20750000,0,23.22416667,0,0,0,19.00583333,2.74435185,11.20848700,13.34534574,12.85083333,0,17.62535714,0,5.04583333,0,0,0,0,8.59888889,8.88361111,11.50582962,0,2.63722222,0,0,4.95388889,11.49055556,5.29138889,0,0,0,7.66472222,6.95507937,0,0,2.04793210,1.56342949,0,17.62916667,0,0.47638889,4.94488095,0,0,4.28111111,0.02166667,2.25132716,2.11436355,1.19577652,0.96979167,0.96958333,0.96975694,0.02809588,0.30830000,0.22246528,0,0,2.34518519,0.05680123,0,0,0.22250400,0,0,0.02555556,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/timeseries-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/timeseries-Year-cd.csv index 16fa86967c..448fe5c0a1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/timeseries-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/timeseries-Year-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[chaff] Wall Hours: Per Job","[sante] Wall Hours: Per Job","[ovenb] Wall Hours: Per Job","[mamwa] Wall Hours: Per Job","[aytinis] Wall Hours: Per Job","[siski] Wall Hours: Per Job","[ferdu] Wall Hours: Per Job","[meapi] Wall Hours: Per Job","[garwa] Wall Hours: Per Job","[lapwi] Wall Hours: Per Job","[yebsa] Wall Hours: Per Job","[gloib] Wall Hours: Per Job","[shttr] Wall Hours: Per Job","[whtpl] Wall Hours: Per Job","[misth] Wall Hours: Per Job","[ybsbu] Wall Hours: Per Job","[velsc] Wall Hours: Per Job","[smew1] Wall Hours: Per Job","[ribgu] Wall Hours: Per Job","[corsh] Wall Hours: Per Job","[whtsp] Wall Hours: Per Job","[moorh] Wall Hours: Per Job","[yebbu] Wall Hours: Per Job","[pereg] Wall Hours: Per Job","[jackd] Wall Hours: Per Job","[hoowa] Wall Hours: Per Job","[shag1] Wall Hours: Per Job","[lesre] Wall Hours: Per Job","[sposa] Wall Hours: Per Job","[boowa] Wall Hours: Per Job","[egygo] Wall Hours: Per Job","[duswa] Wall Hours: Per Job","[field] Wall Hours: Per Job","[crane] Wall Hours: Per Job","[evegr] Wall Hours: Per Job","[pibgr] Wall Hours: Per Job","[sarwa] Wall Hours: Per Job","[noror] Wall Hours: Per Job","[legsh] Wall Hours: Per Job","[grath] Wall Hours: Per Job","[sancr] Wall Hours: Per Job","[litau] Wall Hours: Per Job","[whimb] Wall Hours: Per Job","[blhbu] Wall Hours: Per Job","[henha] Wall Hours: Per Job","[rolle] Wall Hours: Per Job","[yebwa] Wall Hours: Per Job","[lanhach] Wall Hours: Per Job","[caspl] Wall Hours: Per Job","[turdo] Wall Hours: Per Job","[coot1] Wall Hours: Per Job","[proubis] Wall Hours: Per Job","[categ] Wall Hours: Per Job","[sogsh] Wall Hours: Per Job","[vertera] Wall Hours: Per Job","[alpsw] Wall Hours: Per Job","[swath] Wall Hours: Per Job","[litst] Wall Hours: Per Job","[reebu] Wall Hours: Per Job","[honbu] Wall Hours: Per Job","[allga] Wall Hours: Per Job","[dunli] Wall Hours: Per Job","[crama] Wall Hours: Per Job","[relpa] Wall Hours: Per Job","[savsp] Wall Hours: Per Job","[grgsh] Wall Hours: Per Job" -2016,99.79972222,87.43875000,78.12005556,72.00694444,72.00432099,70.03500000,51.00194444,68.23159091,42.39165094,48.78758939,41.90614198,48.00666667,41.05276515,44.13648148,38.92045455,38.73828704,37.18166667,36.49007937,31.90972222,39.70576389,16.61129630,23.01874399,25.17486111,23.96870370,21.84694444,21.83599206,20.26606061,13.15263889,16.56139352,16.76537037,15.78250000,15.43750000,13.89625000,12.84722222,10.08083333,10.00406111,10.95135135,46.59677778,8.59051583,7.77245050,7.43894097,8.66552083,5.76259259,5.98691667,5.04208333,4.68518519,9.00638889,5.99888889,0.19661458,1.52875081,0.97288194,0.97296296,0.97234375,1.45671498,1.05606884,1.09781250,0.56853008,0.33320707,0.26789938,0.35657536,0.26055556,0.14305278,0.08049603,0.06500000,0.02434444,0.02076714 -2017,20.20750000,0,23.22416667,0,0,0,19.00583333,2.74435185,11.20848700,13.34534574,12.85083333,0,17.62535714,0,5.04583333,0,0,0,0,8.59888889,8.88361111,11.50582962,0,2.63722222,0,0,4.95388889,11.49055556,5.29138889,0,0,0,7.66472222,6.95507937,0,0,2.04793210,1.56342949,0,17.62916667,0,0.47638889,4.94488095,0,0,4.28111111,0.02166667,2.25132716,2.11436355,1.19577652,0.96979167,0.96958333,0.96975694,0.02809588,0.30830000,0.22246528,0,0,2.34518519,0.05680123,0,0.22250400,0,0,0.02555556,0 +Year,"[chaff] Wall Hours: Per Job","[sante] Wall Hours: Per Job","[ovenb] Wall Hours: Per Job","[mamwa] Wall Hours: Per Job","[aytinis] Wall Hours: Per Job","[siski] Wall Hours: Per Job","[ferdu] Wall Hours: Per Job","[meapi] Wall Hours: Per Job","[garwa] Wall Hours: Per Job","[lapwi] Wall Hours: Per Job","[yebsa] Wall Hours: Per Job","[gloib] Wall Hours: Per Job","[shttr] Wall Hours: Per Job","[whtpl] Wall Hours: Per Job","[misth] Wall Hours: Per Job","[ybsbu] Wall Hours: Per Job","[velsc] Wall Hours: Per Job","[smew1] Wall Hours: Per Job","[ribgu] Wall Hours: Per Job","[corsh] Wall Hours: Per Job","[whtsp] Wall Hours: Per Job","[moorh] Wall Hours: Per Job","[yebbu] Wall Hours: Per Job","[pereg] Wall Hours: Per Job","[jackd] Wall Hours: Per Job","[hoowa] Wall Hours: Per Job","[shag1] Wall Hours: Per Job","[lesre] Wall Hours: Per Job","[sposa] Wall Hours: Per Job","[boowa] Wall Hours: Per Job","[egygo] Wall Hours: Per Job","[duswa] Wall Hours: Per Job","[field] Wall Hours: Per Job","[crane] Wall Hours: Per Job","[evegr] Wall Hours: Per Job","[pibgr] Wall Hours: Per Job","[sarwa] Wall Hours: Per Job","[noror] Wall Hours: Per Job","[legsh] Wall Hours: Per Job","[grath] Wall Hours: Per Job","[sancr] Wall Hours: Per Job","[litau] Wall Hours: Per Job","[whimb] Wall Hours: Per Job","[blhbu] Wall Hours: Per Job","[henha] Wall Hours: Per Job","[rolle] Wall Hours: Per Job","[yebwa] Wall Hours: Per Job","[lanhach] Wall Hours: Per Job","[caspl] Wall Hours: Per Job","[turdo] Wall Hours: Per Job","[coot1] Wall Hours: Per Job","[proubis] Wall Hours: Per Job","[categ] Wall Hours: Per Job","[sogsh] Wall Hours: Per Job","[vertera] Wall Hours: Per Job","[alpsw] Wall Hours: Per Job","[swath] Wall Hours: Per Job","[litst] Wall Hours: Per Job","[reebu] Wall Hours: Per Job","[honbu] Wall Hours: Per Job","[allga] Wall Hours: Per Job","[hardu] Wall Hours: Per Job","[dunli] Wall Hours: Per Job","[crama] Wall Hours: Per Job","[relpa] Wall Hours: Per Job","[savsp] Wall Hours: Per Job","[grgsh] Wall Hours: Per Job" +2016,99.79972222,87.43875000,78.12005556,72.00694444,72.00432099,70.03500000,51.00194444,68.23159091,42.39165094,48.78758939,41.90614198,48.00666667,41.05276515,44.13648148,38.92045455,38.73828704,37.18166667,36.49007937,31.90972222,39.70576389,16.61129630,23.01874399,25.17486111,23.96870370,21.84694444,21.83599206,20.26606061,13.15263889,16.56139352,16.76537037,15.78250000,15.43750000,13.89625000,12.84722222,10.08083333,10.00406111,10.95135135,46.59677778,8.59051583,7.77245050,7.43894097,8.66552083,5.76259259,5.98691667,5.04208333,4.68518519,9.00638889,5.99888889,0.19661458,1.52875081,0.97288194,0.97296296,0.97234375,1.45671498,1.05606884,1.09781250,0.56853008,0.33320707,0.26789938,0.35657536,0.26055556,0.26055556,0.14305278,0.08049603,0.06500000,0.02434444,0.02076714 +2017,20.20750000,0,23.22416667,0,0,0,19.00583333,2.74435185,11.20848700,13.34534574,12.85083333,0,17.62535714,0,5.04583333,0,0,0,0,8.59888889,8.88361111,11.50582962,0,2.63722222,0,0,4.95388889,11.49055556,5.29138889,0,0,0,7.66472222,6.95507937,0,0,2.04793210,1.56342949,0,17.62916667,0,0.47638889,4.94488095,0,0,4.28111111,0.02166667,2.25132716,2.11436355,1.19577652,0.96979167,0.96958333,0.96975694,0.02809588,0.30830000,0.22246528,0,0,2.34518519,0.05680123,0,0,0.22250400,0,0,0.02555556,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/timeseries-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/timeseries-Year-cs.csv index 16fa86967c..448fe5c0a1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/timeseries-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/avg_wallduration_hours/timeseries-Year-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[chaff] Wall Hours: Per Job","[sante] Wall Hours: Per Job","[ovenb] Wall Hours: Per Job","[mamwa] Wall Hours: Per Job","[aytinis] Wall Hours: Per Job","[siski] Wall Hours: Per Job","[ferdu] Wall Hours: Per Job","[meapi] Wall Hours: Per Job","[garwa] Wall Hours: Per Job","[lapwi] Wall Hours: Per Job","[yebsa] Wall Hours: Per Job","[gloib] Wall Hours: Per Job","[shttr] Wall Hours: Per Job","[whtpl] Wall Hours: Per Job","[misth] Wall Hours: Per Job","[ybsbu] Wall Hours: Per Job","[velsc] Wall Hours: Per Job","[smew1] Wall Hours: Per Job","[ribgu] Wall Hours: Per Job","[corsh] Wall Hours: Per Job","[whtsp] Wall Hours: Per Job","[moorh] Wall Hours: Per Job","[yebbu] Wall Hours: Per Job","[pereg] Wall Hours: Per Job","[jackd] Wall Hours: Per Job","[hoowa] Wall Hours: Per Job","[shag1] Wall Hours: Per Job","[lesre] Wall Hours: Per Job","[sposa] Wall Hours: Per Job","[boowa] Wall Hours: Per Job","[egygo] Wall Hours: Per Job","[duswa] Wall Hours: Per Job","[field] Wall Hours: Per Job","[crane] Wall Hours: Per Job","[evegr] Wall Hours: Per Job","[pibgr] Wall Hours: Per Job","[sarwa] Wall Hours: Per Job","[noror] Wall Hours: Per Job","[legsh] Wall Hours: Per Job","[grath] Wall Hours: Per Job","[sancr] Wall Hours: Per Job","[litau] Wall Hours: Per Job","[whimb] Wall Hours: Per Job","[blhbu] Wall Hours: Per Job","[henha] Wall Hours: Per Job","[rolle] Wall Hours: Per Job","[yebwa] Wall Hours: Per Job","[lanhach] Wall Hours: Per Job","[caspl] Wall Hours: Per Job","[turdo] Wall Hours: Per Job","[coot1] Wall Hours: Per Job","[proubis] Wall Hours: Per Job","[categ] Wall Hours: Per Job","[sogsh] Wall Hours: Per Job","[vertera] Wall Hours: Per Job","[alpsw] Wall Hours: Per Job","[swath] Wall Hours: Per Job","[litst] Wall Hours: Per Job","[reebu] Wall Hours: Per Job","[honbu] Wall Hours: Per Job","[allga] Wall Hours: Per Job","[dunli] Wall Hours: Per Job","[crama] Wall Hours: Per Job","[relpa] Wall Hours: Per Job","[savsp] Wall Hours: Per Job","[grgsh] Wall Hours: Per Job" -2016,99.79972222,87.43875000,78.12005556,72.00694444,72.00432099,70.03500000,51.00194444,68.23159091,42.39165094,48.78758939,41.90614198,48.00666667,41.05276515,44.13648148,38.92045455,38.73828704,37.18166667,36.49007937,31.90972222,39.70576389,16.61129630,23.01874399,25.17486111,23.96870370,21.84694444,21.83599206,20.26606061,13.15263889,16.56139352,16.76537037,15.78250000,15.43750000,13.89625000,12.84722222,10.08083333,10.00406111,10.95135135,46.59677778,8.59051583,7.77245050,7.43894097,8.66552083,5.76259259,5.98691667,5.04208333,4.68518519,9.00638889,5.99888889,0.19661458,1.52875081,0.97288194,0.97296296,0.97234375,1.45671498,1.05606884,1.09781250,0.56853008,0.33320707,0.26789938,0.35657536,0.26055556,0.14305278,0.08049603,0.06500000,0.02434444,0.02076714 -2017,20.20750000,0,23.22416667,0,0,0,19.00583333,2.74435185,11.20848700,13.34534574,12.85083333,0,17.62535714,0,5.04583333,0,0,0,0,8.59888889,8.88361111,11.50582962,0,2.63722222,0,0,4.95388889,11.49055556,5.29138889,0,0,0,7.66472222,6.95507937,0,0,2.04793210,1.56342949,0,17.62916667,0,0.47638889,4.94488095,0,0,4.28111111,0.02166667,2.25132716,2.11436355,1.19577652,0.96979167,0.96958333,0.96975694,0.02809588,0.30830000,0.22246528,0,0,2.34518519,0.05680123,0,0.22250400,0,0,0.02555556,0 +Year,"[chaff] Wall Hours: Per Job","[sante] Wall Hours: Per Job","[ovenb] Wall Hours: Per Job","[mamwa] Wall Hours: Per Job","[aytinis] Wall Hours: Per Job","[siski] Wall Hours: Per Job","[ferdu] Wall Hours: Per Job","[meapi] Wall Hours: Per Job","[garwa] Wall Hours: Per Job","[lapwi] Wall Hours: Per Job","[yebsa] Wall Hours: Per Job","[gloib] Wall Hours: Per Job","[shttr] Wall Hours: Per Job","[whtpl] Wall Hours: Per Job","[misth] Wall Hours: Per Job","[ybsbu] Wall Hours: Per Job","[velsc] Wall Hours: Per Job","[smew1] Wall Hours: Per Job","[ribgu] Wall Hours: Per Job","[corsh] Wall Hours: Per Job","[whtsp] Wall Hours: Per Job","[moorh] Wall Hours: Per Job","[yebbu] Wall Hours: Per Job","[pereg] Wall Hours: Per Job","[jackd] Wall Hours: Per Job","[hoowa] Wall Hours: Per Job","[shag1] Wall Hours: Per Job","[lesre] Wall Hours: Per Job","[sposa] Wall Hours: Per Job","[boowa] Wall Hours: Per Job","[egygo] Wall Hours: Per Job","[duswa] Wall Hours: Per Job","[field] Wall Hours: Per Job","[crane] Wall Hours: Per Job","[evegr] Wall Hours: Per Job","[pibgr] Wall Hours: Per Job","[sarwa] Wall Hours: Per Job","[noror] Wall Hours: Per Job","[legsh] Wall Hours: Per Job","[grath] Wall Hours: Per Job","[sancr] Wall Hours: Per Job","[litau] Wall Hours: Per Job","[whimb] Wall Hours: Per Job","[blhbu] Wall Hours: Per Job","[henha] Wall Hours: Per Job","[rolle] Wall Hours: Per Job","[yebwa] Wall Hours: Per Job","[lanhach] Wall Hours: Per Job","[caspl] Wall Hours: Per Job","[turdo] Wall Hours: Per Job","[coot1] Wall Hours: Per Job","[proubis] Wall Hours: Per Job","[categ] Wall Hours: Per Job","[sogsh] Wall Hours: Per Job","[vertera] Wall Hours: Per Job","[alpsw] Wall Hours: Per Job","[swath] Wall Hours: Per Job","[litst] Wall Hours: Per Job","[reebu] Wall Hours: Per Job","[honbu] Wall Hours: Per Job","[allga] Wall Hours: Per Job","[hardu] Wall Hours: Per Job","[dunli] Wall Hours: Per Job","[crama] Wall Hours: Per Job","[relpa] Wall Hours: Per Job","[savsp] Wall Hours: Per Job","[grgsh] Wall Hours: Per Job" +2016,99.79972222,87.43875000,78.12005556,72.00694444,72.00432099,70.03500000,51.00194444,68.23159091,42.39165094,48.78758939,41.90614198,48.00666667,41.05276515,44.13648148,38.92045455,38.73828704,37.18166667,36.49007937,31.90972222,39.70576389,16.61129630,23.01874399,25.17486111,23.96870370,21.84694444,21.83599206,20.26606061,13.15263889,16.56139352,16.76537037,15.78250000,15.43750000,13.89625000,12.84722222,10.08083333,10.00406111,10.95135135,46.59677778,8.59051583,7.77245050,7.43894097,8.66552083,5.76259259,5.98691667,5.04208333,4.68518519,9.00638889,5.99888889,0.19661458,1.52875081,0.97288194,0.97296296,0.97234375,1.45671498,1.05606884,1.09781250,0.56853008,0.33320707,0.26789938,0.35657536,0.26055556,0.26055556,0.14305278,0.08049603,0.06500000,0.02434444,0.02076714 +2017,20.20750000,0,23.22416667,0,0,0,19.00583333,2.74435185,11.20848700,13.34534574,12.85083333,0,17.62535714,0,5.04583333,0,0,0,0,8.59888889,8.88361111,11.50582962,0,2.63722222,0,0,4.95388889,11.49055556,5.29138889,0,0,0,7.66472222,6.95507937,0,0,2.04793210,1.56342949,0,17.62916667,0,0.47638889,4.94488095,0,0,4.28111111,0.02166667,2.25132716,2.11436355,1.19577652,0.96979167,0.96958333,0.96975694,0.02809588,0.30830000,0.22246528,0,0,2.34518519,0.05680123,0,0,0.22250400,0,0,0.02555556,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/aggregate-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/aggregate-Day-cd.csv index 9c7c55bd54..56e5f4507a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/aggregate-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/aggregate-Day-cd.csv @@ -26,6 +26,7 @@ legsh,1.4572 vertera,1.4161 whimb,1.3852 allga,1.3753 +hardu,1.3753 duswa,1.3348 sposa,1.3167 litst,1.2706 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/aggregate-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/aggregate-Day-cs.csv index 9c7c55bd54..56e5f4507a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/aggregate-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/aggregate-Day-cs.csv @@ -26,6 +26,7 @@ legsh,1.4572 vertera,1.4161 whimb,1.3852 allga,1.3753 +hardu,1.3753 duswa,1.3348 sposa,1.3167 litst,1.2706 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/aggregate-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/aggregate-Month-cd.csv index 9c7c55bd54..56e5f4507a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/aggregate-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/aggregate-Month-cd.csv @@ -26,6 +26,7 @@ legsh,1.4572 vertera,1.4161 whimb,1.3852 allga,1.3753 +hardu,1.3753 duswa,1.3348 sposa,1.3167 litst,1.2706 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/aggregate-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/aggregate-Month-cs.csv index 9c7c55bd54..56e5f4507a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/aggregate-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/aggregate-Month-cs.csv @@ -26,6 +26,7 @@ legsh,1.4572 vertera,1.4161 whimb,1.3852 allga,1.3753 +hardu,1.3753 duswa,1.3348 sposa,1.3167 litst,1.2706 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/aggregate-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/aggregate-Quarter-cd.csv index 9c7c55bd54..56e5f4507a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/aggregate-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/aggregate-Quarter-cd.csv @@ -26,6 +26,7 @@ legsh,1.4572 vertera,1.4161 whimb,1.3852 allga,1.3753 +hardu,1.3753 duswa,1.3348 sposa,1.3167 litst,1.2706 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/aggregate-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/aggregate-Quarter-cs.csv index 9c7c55bd54..56e5f4507a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/aggregate-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/aggregate-Quarter-cs.csv @@ -26,6 +26,7 @@ legsh,1.4572 vertera,1.4161 whimb,1.3852 allga,1.3753 +hardu,1.3753 duswa,1.3348 sposa,1.3167 litst,1.2706 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/aggregate-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/aggregate-Year-cd.csv index 9c7c55bd54..56e5f4507a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/aggregate-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/aggregate-Year-cd.csv @@ -26,6 +26,7 @@ legsh,1.4572 vertera,1.4161 whimb,1.3852 allga,1.3753 +hardu,1.3753 duswa,1.3348 sposa,1.3167 litst,1.2706 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/aggregate-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/aggregate-Year-cs.csv index 9c7c55bd54..56e5f4507a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/aggregate-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/aggregate-Year-cs.csv @@ -26,6 +26,7 @@ legsh,1.4572 vertera,1.4161 whimb,1.3852 allga,1.3753 +hardu,1.3753 duswa,1.3348 sposa,1.3167 litst,1.2706 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/timeseries-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/timeseries-Day-cd.csv index 68b2d5aa53..4285a79326 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/timeseries-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/timeseries-Day-cd.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[swath] User Expansion Factor","[dunli] User Expansion Factor","[grgsh] User Expansion Factor","[honbu] User Expansion Factor","[yebwa] User Expansion Factor","[shttr] User Expansion Factor","[sancr] User Expansion Factor","[grath] User Expansion Factor","[caspl] User Expansion Factor","[meapi] User Expansion Factor","[velsc] User Expansion Factor","[yebbu] User Expansion Factor","[siski] User Expansion Factor","[savsp] User Expansion Factor","[pereg] User Expansion Factor","[boowa] User Expansion Factor","[legsh] User Expansion Factor","[vertera] User Expansion Factor","[whimb] User Expansion Factor","[allga] User Expansion Factor","[duswa] User Expansion Factor","[sposa] User Expansion Factor","[litst] User Expansion Factor","[ovenb] User Expansion Factor","[reebu] User Expansion Factor","[sante] User Expansion Factor","[crane] User Expansion Factor","[misth] User Expansion Factor","[yebsa] User Expansion Factor","[evegr] User Expansion Factor","[sogsh] User Expansion Factor","[sarwa] User Expansion Factor","[whtpl] User Expansion Factor","[whtsp] User Expansion Factor","[shag1] User Expansion Factor","[henha] User Expansion Factor","[ybsbu] User Expansion Factor","[smew1] User Expansion Factor","[turdo] User Expansion Factor","[rolle] User Expansion Factor","[hoowa] User Expansion Factor","[garwa] User Expansion Factor","[crama] User Expansion Factor","[moorh] User Expansion Factor","[noror] User Expansion Factor","[corsh] User Expansion Factor","[litau] User Expansion Factor","[blhbu] User Expansion Factor","[lapwi] User Expansion Factor","[pibgr] User Expansion Factor","[lanhach] User Expansion Factor","[ferdu] User Expansion Factor","[alpsw] User Expansion Factor","[coot1] User Expansion Factor","[ribgu] User Expansion Factor","[categ] User Expansion Factor","[proubis] User Expansion Factor","[aytinis] User Expansion Factor","[chaff] User Expansion Factor","[egygo] User Expansion Factor","[field] User Expansion Factor","[gloib] User Expansion Factor","[jackd] User Expansion Factor","[lesre] User Expansion Factor","[mamwa] User Expansion Factor","[relpa] User Expansion Factor" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0495,0,0,0,0,0,1.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0610,0,0,0,0,0,0,0,0,0,0,0,0,1.0495,0,0,0,0,0,1.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0610,0,0,0,0,0,0,0,0,0,0,0,0,1.0495,0,0,0,0,0,1.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.6127,1.0610,0,0,0,0,0,0,0,0,0,0,0,0,1.0454,0,0,0,0,0,1.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.5220,1.0610,0,0,0,0,0,0,0,0,0,0,0,0,1.0250,0,0,1.0000,0,0,1.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-27,0,0,0,1.0000,0,4.9152,1.6524,0,0,2.5533,2.0942,0,2.0864,0,0,1.7260,0,0,0,0,0,0,0,1.0000,1.3723,1.0610,0,0,0,0,0,0,0,0,0,0,1.0000,0,1.0250,0,0,1.0000,0,0,1.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0,0,0,0,0,1.0000,0 -2016-12-28,0,0,0,1.0000,0,4.8768,2.1450,0,0,2.5716,2.0942,0,1.8919,0,0,1.7260,0,0,0,0,0,0,0,1.0000,1.0942,1.0610,0,1.1095,0,0,0,1.0771,1.0866,0,1.1209,0,1.0000,0,1.0250,0,1.0107,1.0025,0,1.0010,1.0000,0,0,0,1.0013,0,0,0,0,0,0,0,0,1.0000,1.0000,0,0,1.0000,0,0,1.0000,0 -2016-12-29,42.4492,0,0,6.0683,3.8567,4.9177,3.0158,1.0001,0,2.3143,2.0942,1.0000,1.8065,0,1.3890,1.7260,0,0,0,0,0,1.0513,0,1.0000,1.1847,1.4529,1.2430,1.1207,1.0000,1.0394,0,1.0561,1.0866,0,1.0778,1.0011,1.0057,1.0379,1.0201,0,1.0101,1.0228,0,1.0011,1.0000,1.0071,1.0000,0,1.0011,1.0011,1.0006,1.0004,0,0,0,0,0,1.0000,1.0000,1.0000,0,1.0000,0,1.0000,1.0000,0 -2016-12-30,361.2347,82.2879,36.1385,5.3347,3.8567,5.2630,5.9186,1.8025,0,2.2784,1.8784,3.1975,1.5568,1.5748,1.7197,1.4078,1.1806,2.1933,2.7189,1.3753,1.4992,1.4642,1.0085,1.0000,1.2290,1.4170,1.1539,1.1173,1.0160,1.1042,1.1123,1.0488,1.0801,0,1.0671,1.0787,1.0778,1.0500,1.0094,1.0094,1.0112,1.0292,1.0131,1.0022,1.0000,1.0032,1.0000,1.0041,1.0011,1.0011,1.0008,1.0004,1.0014,1.0001,1.0002,1.0001,1.0001,1.0000,1.0000,1.0000,1.0001,1.0000,1.0000,1.0000,1.0000,1.0000 -2016-12-31,1.9179,30.3841,38.4517,8.5117,0,7.3737,13.7412,4.7123,1.0162,1.9224,0,1.0000,1.5265,1.5974,1.4660,1.2386,1.6099,1.2202,1.1623,0,1.1213,1.1316,2.5754,1.2516,1.2538,0,1.0513,1.0205,1.2604,0,1.0199,1.1407,0,1.0760,1.0379,1.0006,1.0874,1.1462,1.0368,1.0172,1.0269,1.0100,0,1.0187,1.0002,1.0017,1.0039,1.0018,1.0012,0,1.0006,1.0004,1.0001,1.0001,1.0002,1.0001,1.0001,1.0000,1.0000,1.0000,1.0000,0,1.0000,1.0000,0,0 -2017-01-01,0,66.3373,0,25.1217,1677.0769,9.8468,0,1.0001,3.5509,2.0647,0,0,0,1.2609,1.4660,0,0,1.0524,1.1798,0,0,1.1604,0,4.1649,1.1661,0,1.2473,1.0205,1.0186,0,1.0037,1.0650,0,1.1002,1.0001,0,0,0,1.0040,1.0001,0,1.0058,0,1.0088,1.0304,1.0029,1.0000,0,1.0013,0,1.0001,1.0004,1.0006,1.0002,0,1.0002,1.0001,0,1.0000,0,1.0000,0,0,1.0000,0,0 +Day,"[swath] User Expansion Factor","[dunli] User Expansion Factor","[grgsh] User Expansion Factor","[honbu] User Expansion Factor","[yebwa] User Expansion Factor","[shttr] User Expansion Factor","[sancr] User Expansion Factor","[grath] User Expansion Factor","[caspl] User Expansion Factor","[meapi] User Expansion Factor","[velsc] User Expansion Factor","[yebbu] User Expansion Factor","[siski] User Expansion Factor","[savsp] User Expansion Factor","[pereg] User Expansion Factor","[boowa] User Expansion Factor","[legsh] User Expansion Factor","[vertera] User Expansion Factor","[whimb] User Expansion Factor","[allga] User Expansion Factor","[hardu] User Expansion Factor","[duswa] User Expansion Factor","[sposa] User Expansion Factor","[litst] User Expansion Factor","[ovenb] User Expansion Factor","[reebu] User Expansion Factor","[sante] User Expansion Factor","[crane] User Expansion Factor","[misth] User Expansion Factor","[yebsa] User Expansion Factor","[evegr] User Expansion Factor","[sogsh] User Expansion Factor","[sarwa] User Expansion Factor","[whtpl] User Expansion Factor","[whtsp] User Expansion Factor","[shag1] User Expansion Factor","[henha] User Expansion Factor","[ybsbu] User Expansion Factor","[smew1] User Expansion Factor","[turdo] User Expansion Factor","[rolle] User Expansion Factor","[hoowa] User Expansion Factor","[garwa] User Expansion Factor","[crama] User Expansion Factor","[moorh] User Expansion Factor","[noror] User Expansion Factor","[corsh] User Expansion Factor","[litau] User Expansion Factor","[blhbu] User Expansion Factor","[lapwi] User Expansion Factor","[pibgr] User Expansion Factor","[lanhach] User Expansion Factor","[ferdu] User Expansion Factor","[alpsw] User Expansion Factor","[coot1] User Expansion Factor","[ribgu] User Expansion Factor","[categ] User Expansion Factor","[proubis] User Expansion Factor","[aytinis] User Expansion Factor","[chaff] User Expansion Factor","[egygo] User Expansion Factor","[field] User Expansion Factor","[gloib] User Expansion Factor","[jackd] User Expansion Factor","[lesre] User Expansion Factor","[mamwa] User Expansion Factor","[relpa] User Expansion Factor" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0495,0,0,0,0,0,1.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0610,0,0,0,0,0,0,0,0,0,0,0,0,1.0495,0,0,0,0,0,1.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0610,0,0,0,0,0,0,0,0,0,0,0,0,1.0495,0,0,0,0,0,1.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.6127,1.0610,0,0,0,0,0,0,0,0,0,0,0,0,1.0454,0,0,0,0,0,1.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.5220,1.0610,0,0,0,0,0,0,0,0,0,0,0,0,1.0250,0,0,1.0000,0,0,1.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-27,0,0,0,1.0000,0,4.9152,1.6524,0,0,2.5533,2.0942,0,2.0864,0,0,1.7260,0,0,0,0,0,0,0,0,1.0000,1.3723,1.0610,0,0,0,0,0,0,0,0,0,0,1.0000,0,1.0250,0,0,1.0000,0,0,1.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0,0,0,0,0,1.0000,0 +2016-12-28,0,0,0,1.0000,0,4.8768,2.1450,0,0,2.5716,2.0942,0,1.8919,0,0,1.7260,0,0,0,0,0,0,0,0,1.0000,1.0942,1.0610,0,1.1095,0,0,0,1.0771,1.0866,0,1.1209,0,1.0000,0,1.0250,0,1.0107,1.0025,0,1.0010,1.0000,0,0,0,1.0013,0,0,0,0,0,0,0,0,1.0000,1.0000,0,0,1.0000,0,0,1.0000,0 +2016-12-29,42.4492,0,0,6.0683,3.8567,4.9177,3.0158,1.0001,0,2.3143,2.0942,1.0000,1.8065,0,1.3890,1.7260,0,0,0,0,0,0,1.0513,0,1.0000,1.1847,1.4529,1.2430,1.1207,1.0000,1.0394,0,1.0561,1.0866,0,1.0778,1.0011,1.0057,1.0379,1.0201,0,1.0101,1.0228,0,1.0011,1.0000,1.0071,1.0000,0,1.0011,1.0011,1.0006,1.0004,0,0,0,0,0,1.0000,1.0000,1.0000,0,1.0000,0,1.0000,1.0000,0 +2016-12-30,361.2347,82.2879,36.1385,5.3347,3.8567,5.2630,5.9186,1.8025,0,2.2784,1.8784,3.1975,1.5568,1.5748,1.7197,1.4078,1.1806,2.1933,2.7189,1.3753,1.3753,1.4992,1.4642,1.0085,1.0000,1.2290,1.4170,1.1539,1.1173,1.0160,1.1042,1.1123,1.0488,1.0801,0,1.0671,1.0787,1.0778,1.0500,1.0094,1.0094,1.0112,1.0292,1.0131,1.0022,1.0000,1.0032,1.0000,1.0041,1.0011,1.0011,1.0008,1.0004,1.0014,1.0001,1.0002,1.0001,1.0001,1.0000,1.0000,1.0000,1.0001,1.0000,1.0000,1.0000,1.0000,1.0000 +2016-12-31,1.9179,30.3841,38.4517,8.5117,0,7.3737,13.7412,4.7123,1.0162,1.9224,0,1.0000,1.5265,1.5974,1.4660,1.2386,1.6099,1.2202,1.1623,0,0,1.1213,1.1316,2.5754,1.2516,1.2538,0,1.0513,1.0205,1.2604,0,1.0199,1.1407,0,1.0760,1.0379,1.0006,1.0874,1.1462,1.0368,1.0172,1.0269,1.0100,0,1.0187,1.0002,1.0017,1.0039,1.0018,1.0012,0,1.0006,1.0004,1.0001,1.0001,1.0002,1.0001,1.0001,1.0000,1.0000,1.0000,1.0000,0,1.0000,1.0000,0,0 +2017-01-01,0,66.3373,0,25.1217,1677.0769,9.8468,0,1.0001,3.5509,2.0647,0,0,0,1.2609,1.4660,0,0,1.0524,1.1798,0,0,0,1.1604,0,4.1649,1.1661,0,1.2473,1.0205,1.0186,0,1.0037,1.0650,0,1.1002,1.0001,0,0,0,1.0040,1.0001,0,1.0058,0,1.0088,1.0304,1.0029,1.0000,0,1.0013,0,1.0001,1.0004,1.0006,1.0002,0,1.0002,1.0001,0,1.0000,0,1.0000,0,0,1.0000,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/timeseries-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/timeseries-Day-cs.csv index 68b2d5aa53..4285a79326 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/timeseries-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/timeseries-Day-cs.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[swath] User Expansion Factor","[dunli] User Expansion Factor","[grgsh] User Expansion Factor","[honbu] User Expansion Factor","[yebwa] User Expansion Factor","[shttr] User Expansion Factor","[sancr] User Expansion Factor","[grath] User Expansion Factor","[caspl] User Expansion Factor","[meapi] User Expansion Factor","[velsc] User Expansion Factor","[yebbu] User Expansion Factor","[siski] User Expansion Factor","[savsp] User Expansion Factor","[pereg] User Expansion Factor","[boowa] User Expansion Factor","[legsh] User Expansion Factor","[vertera] User Expansion Factor","[whimb] User Expansion Factor","[allga] User Expansion Factor","[duswa] User Expansion Factor","[sposa] User Expansion Factor","[litst] User Expansion Factor","[ovenb] User Expansion Factor","[reebu] User Expansion Factor","[sante] User Expansion Factor","[crane] User Expansion Factor","[misth] User Expansion Factor","[yebsa] User Expansion Factor","[evegr] User Expansion Factor","[sogsh] User Expansion Factor","[sarwa] User Expansion Factor","[whtpl] User Expansion Factor","[whtsp] User Expansion Factor","[shag1] User Expansion Factor","[henha] User Expansion Factor","[ybsbu] User Expansion Factor","[smew1] User Expansion Factor","[turdo] User Expansion Factor","[rolle] User Expansion Factor","[hoowa] User Expansion Factor","[garwa] User Expansion Factor","[crama] User Expansion Factor","[moorh] User Expansion Factor","[noror] User Expansion Factor","[corsh] User Expansion Factor","[litau] User Expansion Factor","[blhbu] User Expansion Factor","[lapwi] User Expansion Factor","[pibgr] User Expansion Factor","[lanhach] User Expansion Factor","[ferdu] User Expansion Factor","[alpsw] User Expansion Factor","[coot1] User Expansion Factor","[ribgu] User Expansion Factor","[categ] User Expansion Factor","[proubis] User Expansion Factor","[aytinis] User Expansion Factor","[chaff] User Expansion Factor","[egygo] User Expansion Factor","[field] User Expansion Factor","[gloib] User Expansion Factor","[jackd] User Expansion Factor","[lesre] User Expansion Factor","[mamwa] User Expansion Factor","[relpa] User Expansion Factor" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0495,0,0,0,0,0,1.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0610,0,0,0,0,0,0,0,0,0,0,0,0,1.0495,0,0,0,0,0,1.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0610,0,0,0,0,0,0,0,0,0,0,0,0,1.0495,0,0,0,0,0,1.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.6127,1.0610,0,0,0,0,0,0,0,0,0,0,0,0,1.0454,0,0,0,0,0,1.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.5220,1.0610,0,0,0,0,0,0,0,0,0,0,0,0,1.0250,0,0,1.0000,0,0,1.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-27,0,0,0,1.0000,0,4.9152,1.6524,0,0,2.5533,2.0942,0,2.0864,0,0,1.7260,0,0,0,0,0,0,0,1.0000,1.3723,1.0610,0,0,0,0,0,0,0,0,0,0,1.0000,0,1.0250,0,0,1.0000,0,0,1.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0,0,0,0,0,1.0000,0 -2016-12-28,0,0,0,1.0000,0,4.8768,2.1450,0,0,2.5716,2.0942,0,1.8919,0,0,1.7260,0,0,0,0,0,0,0,1.0000,1.0942,1.0610,0,1.1095,0,0,0,1.0771,1.0866,0,1.1209,0,1.0000,0,1.0250,0,1.0107,1.0025,0,1.0010,1.0000,0,0,0,1.0013,0,0,0,0,0,0,0,0,1.0000,1.0000,0,0,1.0000,0,0,1.0000,0 -2016-12-29,42.4492,0,0,6.0683,3.8567,4.9177,3.0158,1.0001,0,2.3143,2.0942,1.0000,1.8065,0,1.3890,1.7260,0,0,0,0,0,1.0513,0,1.0000,1.1847,1.4529,1.2430,1.1207,1.0000,1.0394,0,1.0561,1.0866,0,1.0778,1.0011,1.0057,1.0379,1.0201,0,1.0101,1.0228,0,1.0011,1.0000,1.0071,1.0000,0,1.0011,1.0011,1.0006,1.0004,0,0,0,0,0,1.0000,1.0000,1.0000,0,1.0000,0,1.0000,1.0000,0 -2016-12-30,361.2347,82.2879,36.1385,5.3347,3.8567,5.2630,5.9186,1.8025,0,2.2784,1.8784,3.1975,1.5568,1.5748,1.7197,1.4078,1.1806,2.1933,2.7189,1.3753,1.4992,1.4642,1.0085,1.0000,1.2290,1.4170,1.1539,1.1173,1.0160,1.1042,1.1123,1.0488,1.0801,0,1.0671,1.0787,1.0778,1.0500,1.0094,1.0094,1.0112,1.0292,1.0131,1.0022,1.0000,1.0032,1.0000,1.0041,1.0011,1.0011,1.0008,1.0004,1.0014,1.0001,1.0002,1.0001,1.0001,1.0000,1.0000,1.0000,1.0001,1.0000,1.0000,1.0000,1.0000,1.0000 -2016-12-31,1.9179,30.3841,38.4517,8.5117,0,7.3737,13.7412,4.7123,1.0162,1.9224,0,1.0000,1.5265,1.5974,1.4660,1.2386,1.6099,1.2202,1.1623,0,1.1213,1.1316,2.5754,1.2516,1.2538,0,1.0513,1.0205,1.2604,0,1.0199,1.1407,0,1.0760,1.0379,1.0006,1.0874,1.1462,1.0368,1.0172,1.0269,1.0100,0,1.0187,1.0002,1.0017,1.0039,1.0018,1.0012,0,1.0006,1.0004,1.0001,1.0001,1.0002,1.0001,1.0001,1.0000,1.0000,1.0000,1.0000,0,1.0000,1.0000,0,0 -2017-01-01,0,66.3373,0,25.1217,1677.0769,9.8468,0,1.0001,3.5509,2.0647,0,0,0,1.2609,1.4660,0,0,1.0524,1.1798,0,0,1.1604,0,4.1649,1.1661,0,1.2473,1.0205,1.0186,0,1.0037,1.0650,0,1.1002,1.0001,0,0,0,1.0040,1.0001,0,1.0058,0,1.0088,1.0304,1.0029,1.0000,0,1.0013,0,1.0001,1.0004,1.0006,1.0002,0,1.0002,1.0001,0,1.0000,0,1.0000,0,0,1.0000,0,0 +Day,"[swath] User Expansion Factor","[dunli] User Expansion Factor","[grgsh] User Expansion Factor","[honbu] User Expansion Factor","[yebwa] User Expansion Factor","[shttr] User Expansion Factor","[sancr] User Expansion Factor","[grath] User Expansion Factor","[caspl] User Expansion Factor","[meapi] User Expansion Factor","[velsc] User Expansion Factor","[yebbu] User Expansion Factor","[siski] User Expansion Factor","[savsp] User Expansion Factor","[pereg] User Expansion Factor","[boowa] User Expansion Factor","[legsh] User Expansion Factor","[vertera] User Expansion Factor","[whimb] User Expansion Factor","[allga] User Expansion Factor","[hardu] User Expansion Factor","[duswa] User Expansion Factor","[sposa] User Expansion Factor","[litst] User Expansion Factor","[ovenb] User Expansion Factor","[reebu] User Expansion Factor","[sante] User Expansion Factor","[crane] User Expansion Factor","[misth] User Expansion Factor","[yebsa] User Expansion Factor","[evegr] User Expansion Factor","[sogsh] User Expansion Factor","[sarwa] User Expansion Factor","[whtpl] User Expansion Factor","[whtsp] User Expansion Factor","[shag1] User Expansion Factor","[henha] User Expansion Factor","[ybsbu] User Expansion Factor","[smew1] User Expansion Factor","[turdo] User Expansion Factor","[rolle] User Expansion Factor","[hoowa] User Expansion Factor","[garwa] User Expansion Factor","[crama] User Expansion Factor","[moorh] User Expansion Factor","[noror] User Expansion Factor","[corsh] User Expansion Factor","[litau] User Expansion Factor","[blhbu] User Expansion Factor","[lapwi] User Expansion Factor","[pibgr] User Expansion Factor","[lanhach] User Expansion Factor","[ferdu] User Expansion Factor","[alpsw] User Expansion Factor","[coot1] User Expansion Factor","[ribgu] User Expansion Factor","[categ] User Expansion Factor","[proubis] User Expansion Factor","[aytinis] User Expansion Factor","[chaff] User Expansion Factor","[egygo] User Expansion Factor","[field] User Expansion Factor","[gloib] User Expansion Factor","[jackd] User Expansion Factor","[lesre] User Expansion Factor","[mamwa] User Expansion Factor","[relpa] User Expansion Factor" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0495,0,0,0,0,0,1.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0610,0,0,0,0,0,0,0,0,0,0,0,0,1.0495,0,0,0,0,0,1.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0610,0,0,0,0,0,0,0,0,0,0,0,0,1.0495,0,0,0,0,0,1.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.6127,1.0610,0,0,0,0,0,0,0,0,0,0,0,0,1.0454,0,0,0,0,0,1.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.5220,1.0610,0,0,0,0,0,0,0,0,0,0,0,0,1.0250,0,0,1.0000,0,0,1.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-27,0,0,0,1.0000,0,4.9152,1.6524,0,0,2.5533,2.0942,0,2.0864,0,0,1.7260,0,0,0,0,0,0,0,0,1.0000,1.3723,1.0610,0,0,0,0,0,0,0,0,0,0,1.0000,0,1.0250,0,0,1.0000,0,0,1.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0,0,0,0,0,1.0000,0 +2016-12-28,0,0,0,1.0000,0,4.8768,2.1450,0,0,2.5716,2.0942,0,1.8919,0,0,1.7260,0,0,0,0,0,0,0,0,1.0000,1.0942,1.0610,0,1.1095,0,0,0,1.0771,1.0866,0,1.1209,0,1.0000,0,1.0250,0,1.0107,1.0025,0,1.0010,1.0000,0,0,0,1.0013,0,0,0,0,0,0,0,0,1.0000,1.0000,0,0,1.0000,0,0,1.0000,0 +2016-12-29,42.4492,0,0,6.0683,3.8567,4.9177,3.0158,1.0001,0,2.3143,2.0942,1.0000,1.8065,0,1.3890,1.7260,0,0,0,0,0,0,1.0513,0,1.0000,1.1847,1.4529,1.2430,1.1207,1.0000,1.0394,0,1.0561,1.0866,0,1.0778,1.0011,1.0057,1.0379,1.0201,0,1.0101,1.0228,0,1.0011,1.0000,1.0071,1.0000,0,1.0011,1.0011,1.0006,1.0004,0,0,0,0,0,1.0000,1.0000,1.0000,0,1.0000,0,1.0000,1.0000,0 +2016-12-30,361.2347,82.2879,36.1385,5.3347,3.8567,5.2630,5.9186,1.8025,0,2.2784,1.8784,3.1975,1.5568,1.5748,1.7197,1.4078,1.1806,2.1933,2.7189,1.3753,1.3753,1.4992,1.4642,1.0085,1.0000,1.2290,1.4170,1.1539,1.1173,1.0160,1.1042,1.1123,1.0488,1.0801,0,1.0671,1.0787,1.0778,1.0500,1.0094,1.0094,1.0112,1.0292,1.0131,1.0022,1.0000,1.0032,1.0000,1.0041,1.0011,1.0011,1.0008,1.0004,1.0014,1.0001,1.0002,1.0001,1.0001,1.0000,1.0000,1.0000,1.0001,1.0000,1.0000,1.0000,1.0000,1.0000 +2016-12-31,1.9179,30.3841,38.4517,8.5117,0,7.3737,13.7412,4.7123,1.0162,1.9224,0,1.0000,1.5265,1.5974,1.4660,1.2386,1.6099,1.2202,1.1623,0,0,1.1213,1.1316,2.5754,1.2516,1.2538,0,1.0513,1.0205,1.2604,0,1.0199,1.1407,0,1.0760,1.0379,1.0006,1.0874,1.1462,1.0368,1.0172,1.0269,1.0100,0,1.0187,1.0002,1.0017,1.0039,1.0018,1.0012,0,1.0006,1.0004,1.0001,1.0001,1.0002,1.0001,1.0001,1.0000,1.0000,1.0000,1.0000,0,1.0000,1.0000,0,0 +2017-01-01,0,66.3373,0,25.1217,1677.0769,9.8468,0,1.0001,3.5509,2.0647,0,0,0,1.2609,1.4660,0,0,1.0524,1.1798,0,0,0,1.1604,0,4.1649,1.1661,0,1.2473,1.0205,1.0186,0,1.0037,1.0650,0,1.1002,1.0001,0,0,0,1.0040,1.0001,0,1.0058,0,1.0088,1.0304,1.0029,1.0000,0,1.0013,0,1.0001,1.0004,1.0006,1.0002,0,1.0002,1.0001,0,1.0000,0,1.0000,0,0,1.0000,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/timeseries-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/timeseries-Month-cd.csv index 5f7cb57817..d24fafa1de 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/timeseries-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/timeseries-Month-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[swath] User Expansion Factor","[dunli] User Expansion Factor","[grgsh] User Expansion Factor","[honbu] User Expansion Factor","[yebwa] User Expansion Factor","[shttr] User Expansion Factor","[sancr] User Expansion Factor","[grath] User Expansion Factor","[caspl] User Expansion Factor","[meapi] User Expansion Factor","[velsc] User Expansion Factor","[yebbu] User Expansion Factor","[siski] User Expansion Factor","[savsp] User Expansion Factor","[pereg] User Expansion Factor","[boowa] User Expansion Factor","[legsh] User Expansion Factor","[vertera] User Expansion Factor","[whimb] User Expansion Factor","[allga] User Expansion Factor","[duswa] User Expansion Factor","[sposa] User Expansion Factor","[litst] User Expansion Factor","[ovenb] User Expansion Factor","[reebu] User Expansion Factor","[sante] User Expansion Factor","[crane] User Expansion Factor","[misth] User Expansion Factor","[yebsa] User Expansion Factor","[evegr] User Expansion Factor","[sogsh] User Expansion Factor","[sarwa] User Expansion Factor","[whtpl] User Expansion Factor","[whtsp] User Expansion Factor","[shag1] User Expansion Factor","[henha] User Expansion Factor","[ybsbu] User Expansion Factor","[smew1] User Expansion Factor","[turdo] User Expansion Factor","[rolle] User Expansion Factor","[hoowa] User Expansion Factor","[garwa] User Expansion Factor","[crama] User Expansion Factor","[moorh] User Expansion Factor","[noror] User Expansion Factor","[corsh] User Expansion Factor","[litau] User Expansion Factor","[blhbu] User Expansion Factor","[lapwi] User Expansion Factor","[pibgr] User Expansion Factor","[lanhach] User Expansion Factor","[ferdu] User Expansion Factor","[alpsw] User Expansion Factor","[coot1] User Expansion Factor","[ribgu] User Expansion Factor","[categ] User Expansion Factor","[proubis] User Expansion Factor","[aytinis] User Expansion Factor","[chaff] User Expansion Factor","[egygo] User Expansion Factor","[field] User Expansion Factor","[gloib] User Expansion Factor","[jackd] User Expansion Factor","[lesre] User Expansion Factor","[mamwa] User Expansion Factor","[relpa] User Expansion Factor" -2016-12,297.8504,73.4926,36.7227,7.1098,3.8567,5.4865,4.9154,4.4454,1.0162,2.2881,2.0824,2.0475,1.8065,1.5892,1.5272,1.4886,1.4572,1.4765,1.5129,1.3753,1.3348,1.3201,1.2706,1.0534,1.2157,1.1633,1.1175,1.1131,1.1179,1.0980,1.0944,1.0933,1.0844,1.0760,1.0673,1.0642,1.0557,1.0545,1.0252,1.0160,1.0142,1.0149,1.0131,1.0080,1.0000,1.0029,1.0025,1.0024,1.0011,1.0011,1.0007,1.0004,1.0001,1.0001,1.0002,1.0001,1.0001,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 -2017-01,0,66.3373,0,25.1217,1677.0769,9.8468,0,1.0001,3.5509,2.0647,0,0,0,1.2609,1.4660,0,0,1.0524,1.1798,0,0,1.1604,0,4.1649,1.1661,0,1.2473,1.0205,1.0186,0,1.0037,1.0650,0,1.1002,1.0001,0,0,0,1.0040,1.0001,0,1.0058,0,1.0088,1.0304,1.0029,1.0000,0,1.0013,0,1.0001,1.0004,1.0006,1.0002,0,1.0002,1.0001,0,1.0000,0,1.0000,0,0,1.0000,0,0 +Month,"[swath] User Expansion Factor","[dunli] User Expansion Factor","[grgsh] User Expansion Factor","[honbu] User Expansion Factor","[yebwa] User Expansion Factor","[shttr] User Expansion Factor","[sancr] User Expansion Factor","[grath] User Expansion Factor","[caspl] User Expansion Factor","[meapi] User Expansion Factor","[velsc] User Expansion Factor","[yebbu] User Expansion Factor","[siski] User Expansion Factor","[savsp] User Expansion Factor","[pereg] User Expansion Factor","[boowa] User Expansion Factor","[legsh] User Expansion Factor","[vertera] User Expansion Factor","[whimb] User Expansion Factor","[allga] User Expansion Factor","[hardu] User Expansion Factor","[duswa] User Expansion Factor","[sposa] User Expansion Factor","[litst] User Expansion Factor","[ovenb] User Expansion Factor","[reebu] User Expansion Factor","[sante] User Expansion Factor","[crane] User Expansion Factor","[misth] User Expansion Factor","[yebsa] User Expansion Factor","[evegr] User Expansion Factor","[sogsh] User Expansion Factor","[sarwa] User Expansion Factor","[whtpl] User Expansion Factor","[whtsp] User Expansion Factor","[shag1] User Expansion Factor","[henha] User Expansion Factor","[ybsbu] User Expansion Factor","[smew1] User Expansion Factor","[turdo] User Expansion Factor","[rolle] User Expansion Factor","[hoowa] User Expansion Factor","[garwa] User Expansion Factor","[crama] User Expansion Factor","[moorh] User Expansion Factor","[noror] User Expansion Factor","[corsh] User Expansion Factor","[litau] User Expansion Factor","[blhbu] User Expansion Factor","[lapwi] User Expansion Factor","[pibgr] User Expansion Factor","[lanhach] User Expansion Factor","[ferdu] User Expansion Factor","[alpsw] User Expansion Factor","[coot1] User Expansion Factor","[ribgu] User Expansion Factor","[categ] User Expansion Factor","[proubis] User Expansion Factor","[aytinis] User Expansion Factor","[chaff] User Expansion Factor","[egygo] User Expansion Factor","[field] User Expansion Factor","[gloib] User Expansion Factor","[jackd] User Expansion Factor","[lesre] User Expansion Factor","[mamwa] User Expansion Factor","[relpa] User Expansion Factor" +2016-12,297.8504,73.4926,36.7227,7.1098,3.8567,5.4865,4.9154,4.4454,1.0162,2.2881,2.0824,2.0475,1.8065,1.5892,1.5272,1.4886,1.4572,1.4765,1.5129,1.3753,1.3753,1.3348,1.3201,1.2706,1.0534,1.2157,1.1633,1.1175,1.1131,1.1179,1.0980,1.0944,1.0933,1.0844,1.0760,1.0673,1.0642,1.0557,1.0545,1.0252,1.0160,1.0142,1.0149,1.0131,1.0080,1.0000,1.0029,1.0025,1.0024,1.0011,1.0011,1.0007,1.0004,1.0001,1.0001,1.0002,1.0001,1.0001,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 +2017-01,0,66.3373,0,25.1217,1677.0769,9.8468,0,1.0001,3.5509,2.0647,0,0,0,1.2609,1.4660,0,0,1.0524,1.1798,0,0,0,1.1604,0,4.1649,1.1661,0,1.2473,1.0205,1.0186,0,1.0037,1.0650,0,1.1002,1.0001,0,0,0,1.0040,1.0001,0,1.0058,0,1.0088,1.0304,1.0029,1.0000,0,1.0013,0,1.0001,1.0004,1.0006,1.0002,0,1.0002,1.0001,0,1.0000,0,1.0000,0,0,1.0000,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/timeseries-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/timeseries-Month-cs.csv index 5f7cb57817..d24fafa1de 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/timeseries-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/timeseries-Month-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[swath] User Expansion Factor","[dunli] User Expansion Factor","[grgsh] User Expansion Factor","[honbu] User Expansion Factor","[yebwa] User Expansion Factor","[shttr] User Expansion Factor","[sancr] User Expansion Factor","[grath] User Expansion Factor","[caspl] User Expansion Factor","[meapi] User Expansion Factor","[velsc] User Expansion Factor","[yebbu] User Expansion Factor","[siski] User Expansion Factor","[savsp] User Expansion Factor","[pereg] User Expansion Factor","[boowa] User Expansion Factor","[legsh] User Expansion Factor","[vertera] User Expansion Factor","[whimb] User Expansion Factor","[allga] User Expansion Factor","[duswa] User Expansion Factor","[sposa] User Expansion Factor","[litst] User Expansion Factor","[ovenb] User Expansion Factor","[reebu] User Expansion Factor","[sante] User Expansion Factor","[crane] User Expansion Factor","[misth] User Expansion Factor","[yebsa] User Expansion Factor","[evegr] User Expansion Factor","[sogsh] User Expansion Factor","[sarwa] User Expansion Factor","[whtpl] User Expansion Factor","[whtsp] User Expansion Factor","[shag1] User Expansion Factor","[henha] User Expansion Factor","[ybsbu] User Expansion Factor","[smew1] User Expansion Factor","[turdo] User Expansion Factor","[rolle] User Expansion Factor","[hoowa] User Expansion Factor","[garwa] User Expansion Factor","[crama] User Expansion Factor","[moorh] User Expansion Factor","[noror] User Expansion Factor","[corsh] User Expansion Factor","[litau] User Expansion Factor","[blhbu] User Expansion Factor","[lapwi] User Expansion Factor","[pibgr] User Expansion Factor","[lanhach] User Expansion Factor","[ferdu] User Expansion Factor","[alpsw] User Expansion Factor","[coot1] User Expansion Factor","[ribgu] User Expansion Factor","[categ] User Expansion Factor","[proubis] User Expansion Factor","[aytinis] User Expansion Factor","[chaff] User Expansion Factor","[egygo] User Expansion Factor","[field] User Expansion Factor","[gloib] User Expansion Factor","[jackd] User Expansion Factor","[lesre] User Expansion Factor","[mamwa] User Expansion Factor","[relpa] User Expansion Factor" -2016-12,297.8504,73.4926,36.7227,7.1098,3.8567,5.4865,4.9154,4.4454,1.0162,2.2881,2.0824,2.0475,1.8065,1.5892,1.5272,1.4886,1.4572,1.4765,1.5129,1.3753,1.3348,1.3201,1.2706,1.0534,1.2157,1.1633,1.1175,1.1131,1.1179,1.0980,1.0944,1.0933,1.0844,1.0760,1.0673,1.0642,1.0557,1.0545,1.0252,1.0160,1.0142,1.0149,1.0131,1.0080,1.0000,1.0029,1.0025,1.0024,1.0011,1.0011,1.0007,1.0004,1.0001,1.0001,1.0002,1.0001,1.0001,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 -2017-01,0,66.3373,0,25.1217,1677.0769,9.8468,0,1.0001,3.5509,2.0647,0,0,0,1.2609,1.4660,0,0,1.0524,1.1798,0,0,1.1604,0,4.1649,1.1661,0,1.2473,1.0205,1.0186,0,1.0037,1.0650,0,1.1002,1.0001,0,0,0,1.0040,1.0001,0,1.0058,0,1.0088,1.0304,1.0029,1.0000,0,1.0013,0,1.0001,1.0004,1.0006,1.0002,0,1.0002,1.0001,0,1.0000,0,1.0000,0,0,1.0000,0,0 +Month,"[swath] User Expansion Factor","[dunli] User Expansion Factor","[grgsh] User Expansion Factor","[honbu] User Expansion Factor","[yebwa] User Expansion Factor","[shttr] User Expansion Factor","[sancr] User Expansion Factor","[grath] User Expansion Factor","[caspl] User Expansion Factor","[meapi] User Expansion Factor","[velsc] User Expansion Factor","[yebbu] User Expansion Factor","[siski] User Expansion Factor","[savsp] User Expansion Factor","[pereg] User Expansion Factor","[boowa] User Expansion Factor","[legsh] User Expansion Factor","[vertera] User Expansion Factor","[whimb] User Expansion Factor","[allga] User Expansion Factor","[hardu] User Expansion Factor","[duswa] User Expansion Factor","[sposa] User Expansion Factor","[litst] User Expansion Factor","[ovenb] User Expansion Factor","[reebu] User Expansion Factor","[sante] User Expansion Factor","[crane] User Expansion Factor","[misth] User Expansion Factor","[yebsa] User Expansion Factor","[evegr] User Expansion Factor","[sogsh] User Expansion Factor","[sarwa] User Expansion Factor","[whtpl] User Expansion Factor","[whtsp] User Expansion Factor","[shag1] User Expansion Factor","[henha] User Expansion Factor","[ybsbu] User Expansion Factor","[smew1] User Expansion Factor","[turdo] User Expansion Factor","[rolle] User Expansion Factor","[hoowa] User Expansion Factor","[garwa] User Expansion Factor","[crama] User Expansion Factor","[moorh] User Expansion Factor","[noror] User Expansion Factor","[corsh] User Expansion Factor","[litau] User Expansion Factor","[blhbu] User Expansion Factor","[lapwi] User Expansion Factor","[pibgr] User Expansion Factor","[lanhach] User Expansion Factor","[ferdu] User Expansion Factor","[alpsw] User Expansion Factor","[coot1] User Expansion Factor","[ribgu] User Expansion Factor","[categ] User Expansion Factor","[proubis] User Expansion Factor","[aytinis] User Expansion Factor","[chaff] User Expansion Factor","[egygo] User Expansion Factor","[field] User Expansion Factor","[gloib] User Expansion Factor","[jackd] User Expansion Factor","[lesre] User Expansion Factor","[mamwa] User Expansion Factor","[relpa] User Expansion Factor" +2016-12,297.8504,73.4926,36.7227,7.1098,3.8567,5.4865,4.9154,4.4454,1.0162,2.2881,2.0824,2.0475,1.8065,1.5892,1.5272,1.4886,1.4572,1.4765,1.5129,1.3753,1.3753,1.3348,1.3201,1.2706,1.0534,1.2157,1.1633,1.1175,1.1131,1.1179,1.0980,1.0944,1.0933,1.0844,1.0760,1.0673,1.0642,1.0557,1.0545,1.0252,1.0160,1.0142,1.0149,1.0131,1.0080,1.0000,1.0029,1.0025,1.0024,1.0011,1.0011,1.0007,1.0004,1.0001,1.0001,1.0002,1.0001,1.0001,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 +2017-01,0,66.3373,0,25.1217,1677.0769,9.8468,0,1.0001,3.5509,2.0647,0,0,0,1.2609,1.4660,0,0,1.0524,1.1798,0,0,0,1.1604,0,4.1649,1.1661,0,1.2473,1.0205,1.0186,0,1.0037,1.0650,0,1.1002,1.0001,0,0,0,1.0040,1.0001,0,1.0058,0,1.0088,1.0304,1.0029,1.0000,0,1.0013,0,1.0001,1.0004,1.0006,1.0002,0,1.0002,1.0001,0,1.0000,0,1.0000,0,0,1.0000,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/timeseries-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/timeseries-Quarter-cd.csv index 0fb35f1c7c..832f905745 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/timeseries-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/timeseries-Quarter-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[swath] User Expansion Factor","[dunli] User Expansion Factor","[grgsh] User Expansion Factor","[honbu] User Expansion Factor","[yebwa] User Expansion Factor","[shttr] User Expansion Factor","[sancr] User Expansion Factor","[grath] User Expansion Factor","[caspl] User Expansion Factor","[meapi] User Expansion Factor","[velsc] User Expansion Factor","[yebbu] User Expansion Factor","[siski] User Expansion Factor","[savsp] User Expansion Factor","[pereg] User Expansion Factor","[boowa] User Expansion Factor","[legsh] User Expansion Factor","[vertera] User Expansion Factor","[whimb] User Expansion Factor","[allga] User Expansion Factor","[duswa] User Expansion Factor","[sposa] User Expansion Factor","[litst] User Expansion Factor","[ovenb] User Expansion Factor","[reebu] User Expansion Factor","[sante] User Expansion Factor","[crane] User Expansion Factor","[misth] User Expansion Factor","[yebsa] User Expansion Factor","[evegr] User Expansion Factor","[sogsh] User Expansion Factor","[sarwa] User Expansion Factor","[whtpl] User Expansion Factor","[whtsp] User Expansion Factor","[shag1] User Expansion Factor","[henha] User Expansion Factor","[ybsbu] User Expansion Factor","[smew1] User Expansion Factor","[turdo] User Expansion Factor","[rolle] User Expansion Factor","[hoowa] User Expansion Factor","[garwa] User Expansion Factor","[crama] User Expansion Factor","[moorh] User Expansion Factor","[noror] User Expansion Factor","[corsh] User Expansion Factor","[litau] User Expansion Factor","[blhbu] User Expansion Factor","[lapwi] User Expansion Factor","[pibgr] User Expansion Factor","[lanhach] User Expansion Factor","[ferdu] User Expansion Factor","[alpsw] User Expansion Factor","[coot1] User Expansion Factor","[ribgu] User Expansion Factor","[categ] User Expansion Factor","[proubis] User Expansion Factor","[aytinis] User Expansion Factor","[chaff] User Expansion Factor","[egygo] User Expansion Factor","[field] User Expansion Factor","[gloib] User Expansion Factor","[jackd] User Expansion Factor","[lesre] User Expansion Factor","[mamwa] User Expansion Factor","[relpa] User Expansion Factor" -"2016 Q4",297.8504,73.4926,36.7227,7.1098,3.8567,5.4865,4.9154,4.4454,1.0162,2.2881,2.0824,2.0475,1.8065,1.5892,1.5272,1.4886,1.4572,1.4765,1.5129,1.3753,1.3348,1.3201,1.2706,1.0534,1.2157,1.1633,1.1175,1.1131,1.1179,1.0980,1.0944,1.0933,1.0844,1.0760,1.0673,1.0642,1.0557,1.0545,1.0252,1.0160,1.0142,1.0149,1.0131,1.0080,1.0000,1.0029,1.0025,1.0024,1.0011,1.0011,1.0007,1.0004,1.0001,1.0001,1.0002,1.0001,1.0001,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 -"2017 Q1",0,66.3373,0,25.1217,1677.0769,9.8468,0,1.0001,3.5509,2.0647,0,0,0,1.2609,1.4660,0,0,1.0524,1.1798,0,0,1.1604,0,4.1649,1.1661,0,1.2473,1.0205,1.0186,0,1.0037,1.0650,0,1.1002,1.0001,0,0,0,1.0040,1.0001,0,1.0058,0,1.0088,1.0304,1.0029,1.0000,0,1.0013,0,1.0001,1.0004,1.0006,1.0002,0,1.0002,1.0001,0,1.0000,0,1.0000,0,0,1.0000,0,0 +Quarter,"[swath] User Expansion Factor","[dunli] User Expansion Factor","[grgsh] User Expansion Factor","[honbu] User Expansion Factor","[yebwa] User Expansion Factor","[shttr] User Expansion Factor","[sancr] User Expansion Factor","[grath] User Expansion Factor","[caspl] User Expansion Factor","[meapi] User Expansion Factor","[velsc] User Expansion Factor","[yebbu] User Expansion Factor","[siski] User Expansion Factor","[savsp] User Expansion Factor","[pereg] User Expansion Factor","[boowa] User Expansion Factor","[legsh] User Expansion Factor","[vertera] User Expansion Factor","[whimb] User Expansion Factor","[allga] User Expansion Factor","[hardu] User Expansion Factor","[duswa] User Expansion Factor","[sposa] User Expansion Factor","[litst] User Expansion Factor","[ovenb] User Expansion Factor","[reebu] User Expansion Factor","[sante] User Expansion Factor","[crane] User Expansion Factor","[misth] User Expansion Factor","[yebsa] User Expansion Factor","[evegr] User Expansion Factor","[sogsh] User Expansion Factor","[sarwa] User Expansion Factor","[whtpl] User Expansion Factor","[whtsp] User Expansion Factor","[shag1] User Expansion Factor","[henha] User Expansion Factor","[ybsbu] User Expansion Factor","[smew1] User Expansion Factor","[turdo] User Expansion Factor","[rolle] User Expansion Factor","[hoowa] User Expansion Factor","[garwa] User Expansion Factor","[crama] User Expansion Factor","[moorh] User Expansion Factor","[noror] User Expansion Factor","[corsh] User Expansion Factor","[litau] User Expansion Factor","[blhbu] User Expansion Factor","[lapwi] User Expansion Factor","[pibgr] User Expansion Factor","[lanhach] User Expansion Factor","[ferdu] User Expansion Factor","[alpsw] User Expansion Factor","[coot1] User Expansion Factor","[ribgu] User Expansion Factor","[categ] User Expansion Factor","[proubis] User Expansion Factor","[aytinis] User Expansion Factor","[chaff] User Expansion Factor","[egygo] User Expansion Factor","[field] User Expansion Factor","[gloib] User Expansion Factor","[jackd] User Expansion Factor","[lesre] User Expansion Factor","[mamwa] User Expansion Factor","[relpa] User Expansion Factor" +"2016 Q4",297.8504,73.4926,36.7227,7.1098,3.8567,5.4865,4.9154,4.4454,1.0162,2.2881,2.0824,2.0475,1.8065,1.5892,1.5272,1.4886,1.4572,1.4765,1.5129,1.3753,1.3753,1.3348,1.3201,1.2706,1.0534,1.2157,1.1633,1.1175,1.1131,1.1179,1.0980,1.0944,1.0933,1.0844,1.0760,1.0673,1.0642,1.0557,1.0545,1.0252,1.0160,1.0142,1.0149,1.0131,1.0080,1.0000,1.0029,1.0025,1.0024,1.0011,1.0011,1.0007,1.0004,1.0001,1.0001,1.0002,1.0001,1.0001,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 +"2017 Q1",0,66.3373,0,25.1217,1677.0769,9.8468,0,1.0001,3.5509,2.0647,0,0,0,1.2609,1.4660,0,0,1.0524,1.1798,0,0,0,1.1604,0,4.1649,1.1661,0,1.2473,1.0205,1.0186,0,1.0037,1.0650,0,1.1002,1.0001,0,0,0,1.0040,1.0001,0,1.0058,0,1.0088,1.0304,1.0029,1.0000,0,1.0013,0,1.0001,1.0004,1.0006,1.0002,0,1.0002,1.0001,0,1.0000,0,1.0000,0,0,1.0000,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/timeseries-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/timeseries-Quarter-cs.csv index 0fb35f1c7c..832f905745 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/timeseries-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/timeseries-Quarter-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[swath] User Expansion Factor","[dunli] User Expansion Factor","[grgsh] User Expansion Factor","[honbu] User Expansion Factor","[yebwa] User Expansion Factor","[shttr] User Expansion Factor","[sancr] User Expansion Factor","[grath] User Expansion Factor","[caspl] User Expansion Factor","[meapi] User Expansion Factor","[velsc] User Expansion Factor","[yebbu] User Expansion Factor","[siski] User Expansion Factor","[savsp] User Expansion Factor","[pereg] User Expansion Factor","[boowa] User Expansion Factor","[legsh] User Expansion Factor","[vertera] User Expansion Factor","[whimb] User Expansion Factor","[allga] User Expansion Factor","[duswa] User Expansion Factor","[sposa] User Expansion Factor","[litst] User Expansion Factor","[ovenb] User Expansion Factor","[reebu] User Expansion Factor","[sante] User Expansion Factor","[crane] User Expansion Factor","[misth] User Expansion Factor","[yebsa] User Expansion Factor","[evegr] User Expansion Factor","[sogsh] User Expansion Factor","[sarwa] User Expansion Factor","[whtpl] User Expansion Factor","[whtsp] User Expansion Factor","[shag1] User Expansion Factor","[henha] User Expansion Factor","[ybsbu] User Expansion Factor","[smew1] User Expansion Factor","[turdo] User Expansion Factor","[rolle] User Expansion Factor","[hoowa] User Expansion Factor","[garwa] User Expansion Factor","[crama] User Expansion Factor","[moorh] User Expansion Factor","[noror] User Expansion Factor","[corsh] User Expansion Factor","[litau] User Expansion Factor","[blhbu] User Expansion Factor","[lapwi] User Expansion Factor","[pibgr] User Expansion Factor","[lanhach] User Expansion Factor","[ferdu] User Expansion Factor","[alpsw] User Expansion Factor","[coot1] User Expansion Factor","[ribgu] User Expansion Factor","[categ] User Expansion Factor","[proubis] User Expansion Factor","[aytinis] User Expansion Factor","[chaff] User Expansion Factor","[egygo] User Expansion Factor","[field] User Expansion Factor","[gloib] User Expansion Factor","[jackd] User Expansion Factor","[lesre] User Expansion Factor","[mamwa] User Expansion Factor","[relpa] User Expansion Factor" -"2016 Q4",297.8504,73.4926,36.7227,7.1098,3.8567,5.4865,4.9154,4.4454,1.0162,2.2881,2.0824,2.0475,1.8065,1.5892,1.5272,1.4886,1.4572,1.4765,1.5129,1.3753,1.3348,1.3201,1.2706,1.0534,1.2157,1.1633,1.1175,1.1131,1.1179,1.0980,1.0944,1.0933,1.0844,1.0760,1.0673,1.0642,1.0557,1.0545,1.0252,1.0160,1.0142,1.0149,1.0131,1.0080,1.0000,1.0029,1.0025,1.0024,1.0011,1.0011,1.0007,1.0004,1.0001,1.0001,1.0002,1.0001,1.0001,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 -"2017 Q1",0,66.3373,0,25.1217,1677.0769,9.8468,0,1.0001,3.5509,2.0647,0,0,0,1.2609,1.4660,0,0,1.0524,1.1798,0,0,1.1604,0,4.1649,1.1661,0,1.2473,1.0205,1.0186,0,1.0037,1.0650,0,1.1002,1.0001,0,0,0,1.0040,1.0001,0,1.0058,0,1.0088,1.0304,1.0029,1.0000,0,1.0013,0,1.0001,1.0004,1.0006,1.0002,0,1.0002,1.0001,0,1.0000,0,1.0000,0,0,1.0000,0,0 +Quarter,"[swath] User Expansion Factor","[dunli] User Expansion Factor","[grgsh] User Expansion Factor","[honbu] User Expansion Factor","[yebwa] User Expansion Factor","[shttr] User Expansion Factor","[sancr] User Expansion Factor","[grath] User Expansion Factor","[caspl] User Expansion Factor","[meapi] User Expansion Factor","[velsc] User Expansion Factor","[yebbu] User Expansion Factor","[siski] User Expansion Factor","[savsp] User Expansion Factor","[pereg] User Expansion Factor","[boowa] User Expansion Factor","[legsh] User Expansion Factor","[vertera] User Expansion Factor","[whimb] User Expansion Factor","[allga] User Expansion Factor","[hardu] User Expansion Factor","[duswa] User Expansion Factor","[sposa] User Expansion Factor","[litst] User Expansion Factor","[ovenb] User Expansion Factor","[reebu] User Expansion Factor","[sante] User Expansion Factor","[crane] User Expansion Factor","[misth] User Expansion Factor","[yebsa] User Expansion Factor","[evegr] User Expansion Factor","[sogsh] User Expansion Factor","[sarwa] User Expansion Factor","[whtpl] User Expansion Factor","[whtsp] User Expansion Factor","[shag1] User Expansion Factor","[henha] User Expansion Factor","[ybsbu] User Expansion Factor","[smew1] User Expansion Factor","[turdo] User Expansion Factor","[rolle] User Expansion Factor","[hoowa] User Expansion Factor","[garwa] User Expansion Factor","[crama] User Expansion Factor","[moorh] User Expansion Factor","[noror] User Expansion Factor","[corsh] User Expansion Factor","[litau] User Expansion Factor","[blhbu] User Expansion Factor","[lapwi] User Expansion Factor","[pibgr] User Expansion Factor","[lanhach] User Expansion Factor","[ferdu] User Expansion Factor","[alpsw] User Expansion Factor","[coot1] User Expansion Factor","[ribgu] User Expansion Factor","[categ] User Expansion Factor","[proubis] User Expansion Factor","[aytinis] User Expansion Factor","[chaff] User Expansion Factor","[egygo] User Expansion Factor","[field] User Expansion Factor","[gloib] User Expansion Factor","[jackd] User Expansion Factor","[lesre] User Expansion Factor","[mamwa] User Expansion Factor","[relpa] User Expansion Factor" +"2016 Q4",297.8504,73.4926,36.7227,7.1098,3.8567,5.4865,4.9154,4.4454,1.0162,2.2881,2.0824,2.0475,1.8065,1.5892,1.5272,1.4886,1.4572,1.4765,1.5129,1.3753,1.3753,1.3348,1.3201,1.2706,1.0534,1.2157,1.1633,1.1175,1.1131,1.1179,1.0980,1.0944,1.0933,1.0844,1.0760,1.0673,1.0642,1.0557,1.0545,1.0252,1.0160,1.0142,1.0149,1.0131,1.0080,1.0000,1.0029,1.0025,1.0024,1.0011,1.0011,1.0007,1.0004,1.0001,1.0001,1.0002,1.0001,1.0001,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 +"2017 Q1",0,66.3373,0,25.1217,1677.0769,9.8468,0,1.0001,3.5509,2.0647,0,0,0,1.2609,1.4660,0,0,1.0524,1.1798,0,0,0,1.1604,0,4.1649,1.1661,0,1.2473,1.0205,1.0186,0,1.0037,1.0650,0,1.1002,1.0001,0,0,0,1.0040,1.0001,0,1.0058,0,1.0088,1.0304,1.0029,1.0000,0,1.0013,0,1.0001,1.0004,1.0006,1.0002,0,1.0002,1.0001,0,1.0000,0,1.0000,0,0,1.0000,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/timeseries-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/timeseries-Year-cd.csv index 68c7e541ad..c1d0665137 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/timeseries-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/timeseries-Year-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[swath] User Expansion Factor","[dunli] User Expansion Factor","[grgsh] User Expansion Factor","[honbu] User Expansion Factor","[yebwa] User Expansion Factor","[shttr] User Expansion Factor","[sancr] User Expansion Factor","[grath] User Expansion Factor","[caspl] User Expansion Factor","[meapi] User Expansion Factor","[velsc] User Expansion Factor","[yebbu] User Expansion Factor","[siski] User Expansion Factor","[savsp] User Expansion Factor","[pereg] User Expansion Factor","[boowa] User Expansion Factor","[legsh] User Expansion Factor","[vertera] User Expansion Factor","[whimb] User Expansion Factor","[allga] User Expansion Factor","[duswa] User Expansion Factor","[sposa] User Expansion Factor","[litst] User Expansion Factor","[ovenb] User Expansion Factor","[reebu] User Expansion Factor","[sante] User Expansion Factor","[crane] User Expansion Factor","[misth] User Expansion Factor","[yebsa] User Expansion Factor","[evegr] User Expansion Factor","[sogsh] User Expansion Factor","[sarwa] User Expansion Factor","[whtpl] User Expansion Factor","[whtsp] User Expansion Factor","[shag1] User Expansion Factor","[henha] User Expansion Factor","[ybsbu] User Expansion Factor","[smew1] User Expansion Factor","[turdo] User Expansion Factor","[rolle] User Expansion Factor","[hoowa] User Expansion Factor","[garwa] User Expansion Factor","[crama] User Expansion Factor","[moorh] User Expansion Factor","[noror] User Expansion Factor","[corsh] User Expansion Factor","[litau] User Expansion Factor","[blhbu] User Expansion Factor","[lapwi] User Expansion Factor","[pibgr] User Expansion Factor","[lanhach] User Expansion Factor","[ferdu] User Expansion Factor","[alpsw] User Expansion Factor","[coot1] User Expansion Factor","[ribgu] User Expansion Factor","[categ] User Expansion Factor","[proubis] User Expansion Factor","[aytinis] User Expansion Factor","[chaff] User Expansion Factor","[egygo] User Expansion Factor","[field] User Expansion Factor","[gloib] User Expansion Factor","[jackd] User Expansion Factor","[lesre] User Expansion Factor","[mamwa] User Expansion Factor","[relpa] User Expansion Factor" -2016,297.8504,73.4926,36.7227,7.1098,3.8567,5.4865,4.9154,4.4454,1.0162,2.2881,2.0824,2.0475,1.8065,1.5892,1.5272,1.4886,1.4572,1.4765,1.5129,1.3753,1.3348,1.3201,1.2706,1.0534,1.2157,1.1633,1.1175,1.1131,1.1179,1.0980,1.0944,1.0933,1.0844,1.0760,1.0673,1.0642,1.0557,1.0545,1.0252,1.0160,1.0142,1.0149,1.0131,1.0080,1.0000,1.0029,1.0025,1.0024,1.0011,1.0011,1.0007,1.0004,1.0001,1.0001,1.0002,1.0001,1.0001,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 -2017,0,66.3373,0,25.1217,1677.0769,9.8468,0,1.0001,3.5509,2.0647,0,0,0,1.2609,1.4660,0,0,1.0524,1.1798,0,0,1.1604,0,4.1649,1.1661,0,1.2473,1.0205,1.0186,0,1.0037,1.0650,0,1.1002,1.0001,0,0,0,1.0040,1.0001,0,1.0058,0,1.0088,1.0304,1.0029,1.0000,0,1.0013,0,1.0001,1.0004,1.0006,1.0002,0,1.0002,1.0001,0,1.0000,0,1.0000,0,0,1.0000,0,0 +Year,"[swath] User Expansion Factor","[dunli] User Expansion Factor","[grgsh] User Expansion Factor","[honbu] User Expansion Factor","[yebwa] User Expansion Factor","[shttr] User Expansion Factor","[sancr] User Expansion Factor","[grath] User Expansion Factor","[caspl] User Expansion Factor","[meapi] User Expansion Factor","[velsc] User Expansion Factor","[yebbu] User Expansion Factor","[siski] User Expansion Factor","[savsp] User Expansion Factor","[pereg] User Expansion Factor","[boowa] User Expansion Factor","[legsh] User Expansion Factor","[vertera] User Expansion Factor","[whimb] User Expansion Factor","[allga] User Expansion Factor","[hardu] User Expansion Factor","[duswa] User Expansion Factor","[sposa] User Expansion Factor","[litst] User Expansion Factor","[ovenb] User Expansion Factor","[reebu] User Expansion Factor","[sante] User Expansion Factor","[crane] User Expansion Factor","[misth] User Expansion Factor","[yebsa] User Expansion Factor","[evegr] User Expansion Factor","[sogsh] User Expansion Factor","[sarwa] User Expansion Factor","[whtpl] User Expansion Factor","[whtsp] User Expansion Factor","[shag1] User Expansion Factor","[henha] User Expansion Factor","[ybsbu] User Expansion Factor","[smew1] User Expansion Factor","[turdo] User Expansion Factor","[rolle] User Expansion Factor","[hoowa] User Expansion Factor","[garwa] User Expansion Factor","[crama] User Expansion Factor","[moorh] User Expansion Factor","[noror] User Expansion Factor","[corsh] User Expansion Factor","[litau] User Expansion Factor","[blhbu] User Expansion Factor","[lapwi] User Expansion Factor","[pibgr] User Expansion Factor","[lanhach] User Expansion Factor","[ferdu] User Expansion Factor","[alpsw] User Expansion Factor","[coot1] User Expansion Factor","[ribgu] User Expansion Factor","[categ] User Expansion Factor","[proubis] User Expansion Factor","[aytinis] User Expansion Factor","[chaff] User Expansion Factor","[egygo] User Expansion Factor","[field] User Expansion Factor","[gloib] User Expansion Factor","[jackd] User Expansion Factor","[lesre] User Expansion Factor","[mamwa] User Expansion Factor","[relpa] User Expansion Factor" +2016,297.8504,73.4926,36.7227,7.1098,3.8567,5.4865,4.9154,4.4454,1.0162,2.2881,2.0824,2.0475,1.8065,1.5892,1.5272,1.4886,1.4572,1.4765,1.5129,1.3753,1.3753,1.3348,1.3201,1.2706,1.0534,1.2157,1.1633,1.1175,1.1131,1.1179,1.0980,1.0944,1.0933,1.0844,1.0760,1.0673,1.0642,1.0557,1.0545,1.0252,1.0160,1.0142,1.0149,1.0131,1.0080,1.0000,1.0029,1.0025,1.0024,1.0011,1.0011,1.0007,1.0004,1.0001,1.0001,1.0002,1.0001,1.0001,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 +2017,0,66.3373,0,25.1217,1677.0769,9.8468,0,1.0001,3.5509,2.0647,0,0,0,1.2609,1.4660,0,0,1.0524,1.1798,0,0,0,1.1604,0,4.1649,1.1661,0,1.2473,1.0205,1.0186,0,1.0037,1.0650,0,1.1002,1.0001,0,0,0,1.0040,1.0001,0,1.0058,0,1.0088,1.0304,1.0029,1.0000,0,1.0013,0,1.0001,1.0004,1.0006,1.0002,0,1.0002,1.0001,0,1.0000,0,1.0000,0,0,1.0000,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/timeseries-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/timeseries-Year-cs.csv index 68c7e541ad..c1d0665137 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/timeseries-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/expansion_factor/timeseries-Year-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[swath] User Expansion Factor","[dunli] User Expansion Factor","[grgsh] User Expansion Factor","[honbu] User Expansion Factor","[yebwa] User Expansion Factor","[shttr] User Expansion Factor","[sancr] User Expansion Factor","[grath] User Expansion Factor","[caspl] User Expansion Factor","[meapi] User Expansion Factor","[velsc] User Expansion Factor","[yebbu] User Expansion Factor","[siski] User Expansion Factor","[savsp] User Expansion Factor","[pereg] User Expansion Factor","[boowa] User Expansion Factor","[legsh] User Expansion Factor","[vertera] User Expansion Factor","[whimb] User Expansion Factor","[allga] User Expansion Factor","[duswa] User Expansion Factor","[sposa] User Expansion Factor","[litst] User Expansion Factor","[ovenb] User Expansion Factor","[reebu] User Expansion Factor","[sante] User Expansion Factor","[crane] User Expansion Factor","[misth] User Expansion Factor","[yebsa] User Expansion Factor","[evegr] User Expansion Factor","[sogsh] User Expansion Factor","[sarwa] User Expansion Factor","[whtpl] User Expansion Factor","[whtsp] User Expansion Factor","[shag1] User Expansion Factor","[henha] User Expansion Factor","[ybsbu] User Expansion Factor","[smew1] User Expansion Factor","[turdo] User Expansion Factor","[rolle] User Expansion Factor","[hoowa] User Expansion Factor","[garwa] User Expansion Factor","[crama] User Expansion Factor","[moorh] User Expansion Factor","[noror] User Expansion Factor","[corsh] User Expansion Factor","[litau] User Expansion Factor","[blhbu] User Expansion Factor","[lapwi] User Expansion Factor","[pibgr] User Expansion Factor","[lanhach] User Expansion Factor","[ferdu] User Expansion Factor","[alpsw] User Expansion Factor","[coot1] User Expansion Factor","[ribgu] User Expansion Factor","[categ] User Expansion Factor","[proubis] User Expansion Factor","[aytinis] User Expansion Factor","[chaff] User Expansion Factor","[egygo] User Expansion Factor","[field] User Expansion Factor","[gloib] User Expansion Factor","[jackd] User Expansion Factor","[lesre] User Expansion Factor","[mamwa] User Expansion Factor","[relpa] User Expansion Factor" -2016,297.8504,73.4926,36.7227,7.1098,3.8567,5.4865,4.9154,4.4454,1.0162,2.2881,2.0824,2.0475,1.8065,1.5892,1.5272,1.4886,1.4572,1.4765,1.5129,1.3753,1.3348,1.3201,1.2706,1.0534,1.2157,1.1633,1.1175,1.1131,1.1179,1.0980,1.0944,1.0933,1.0844,1.0760,1.0673,1.0642,1.0557,1.0545,1.0252,1.0160,1.0142,1.0149,1.0131,1.0080,1.0000,1.0029,1.0025,1.0024,1.0011,1.0011,1.0007,1.0004,1.0001,1.0001,1.0002,1.0001,1.0001,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 -2017,0,66.3373,0,25.1217,1677.0769,9.8468,0,1.0001,3.5509,2.0647,0,0,0,1.2609,1.4660,0,0,1.0524,1.1798,0,0,1.1604,0,4.1649,1.1661,0,1.2473,1.0205,1.0186,0,1.0037,1.0650,0,1.1002,1.0001,0,0,0,1.0040,1.0001,0,1.0058,0,1.0088,1.0304,1.0029,1.0000,0,1.0013,0,1.0001,1.0004,1.0006,1.0002,0,1.0002,1.0001,0,1.0000,0,1.0000,0,0,1.0000,0,0 +Year,"[swath] User Expansion Factor","[dunli] User Expansion Factor","[grgsh] User Expansion Factor","[honbu] User Expansion Factor","[yebwa] User Expansion Factor","[shttr] User Expansion Factor","[sancr] User Expansion Factor","[grath] User Expansion Factor","[caspl] User Expansion Factor","[meapi] User Expansion Factor","[velsc] User Expansion Factor","[yebbu] User Expansion Factor","[siski] User Expansion Factor","[savsp] User Expansion Factor","[pereg] User Expansion Factor","[boowa] User Expansion Factor","[legsh] User Expansion Factor","[vertera] User Expansion Factor","[whimb] User Expansion Factor","[allga] User Expansion Factor","[hardu] User Expansion Factor","[duswa] User Expansion Factor","[sposa] User Expansion Factor","[litst] User Expansion Factor","[ovenb] User Expansion Factor","[reebu] User Expansion Factor","[sante] User Expansion Factor","[crane] User Expansion Factor","[misth] User Expansion Factor","[yebsa] User Expansion Factor","[evegr] User Expansion Factor","[sogsh] User Expansion Factor","[sarwa] User Expansion Factor","[whtpl] User Expansion Factor","[whtsp] User Expansion Factor","[shag1] User Expansion Factor","[henha] User Expansion Factor","[ybsbu] User Expansion Factor","[smew1] User Expansion Factor","[turdo] User Expansion Factor","[rolle] User Expansion Factor","[hoowa] User Expansion Factor","[garwa] User Expansion Factor","[crama] User Expansion Factor","[moorh] User Expansion Factor","[noror] User Expansion Factor","[corsh] User Expansion Factor","[litau] User Expansion Factor","[blhbu] User Expansion Factor","[lapwi] User Expansion Factor","[pibgr] User Expansion Factor","[lanhach] User Expansion Factor","[ferdu] User Expansion Factor","[alpsw] User Expansion Factor","[coot1] User Expansion Factor","[ribgu] User Expansion Factor","[categ] User Expansion Factor","[proubis] User Expansion Factor","[aytinis] User Expansion Factor","[chaff] User Expansion Factor","[egygo] User Expansion Factor","[field] User Expansion Factor","[gloib] User Expansion Factor","[jackd] User Expansion Factor","[lesre] User Expansion Factor","[mamwa] User Expansion Factor","[relpa] User Expansion Factor" +2016,297.8504,73.4926,36.7227,7.1098,3.8567,5.4865,4.9154,4.4454,1.0162,2.2881,2.0824,2.0475,1.8065,1.5892,1.5272,1.4886,1.4572,1.4765,1.5129,1.3753,1.3753,1.3348,1.3201,1.2706,1.0534,1.2157,1.1633,1.1175,1.1131,1.1179,1.0980,1.0944,1.0933,1.0844,1.0760,1.0673,1.0642,1.0557,1.0545,1.0252,1.0160,1.0142,1.0149,1.0131,1.0080,1.0000,1.0029,1.0025,1.0024,1.0011,1.0011,1.0007,1.0004,1.0001,1.0001,1.0002,1.0001,1.0001,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000 +2017,0,66.3373,0,25.1217,1677.0769,9.8468,0,1.0001,3.5509,2.0647,0,0,0,1.2609,1.4660,0,0,1.0524,1.1798,0,0,0,1.1604,0,4.1649,1.1661,0,1.2473,1.0205,1.0186,0,1.0037,1.0650,0,1.1002,1.0001,0,0,0,1.0040,1.0001,0,1.0058,0,1.0088,1.0304,1.0029,1.0000,0,1.0013,0,1.0001,1.0004,1.0006,1.0002,0,1.0002,1.0001,0,1.0000,0,1.0000,0,0,1.0000,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/aggregate-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/aggregate-Day-cd.csv index 4856cc93ca..d70599c4df 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/aggregate-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/aggregate-Day-cd.csv @@ -69,6 +69,7 @@ allga,1 chaff,1 ferdu,1 gloib,1 +hardu,1 mamwa,1 relpa,1 ribgu,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/aggregate-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/aggregate-Day-cs.csv index 4856cc93ca..d70599c4df 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/aggregate-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/aggregate-Day-cs.csv @@ -69,6 +69,7 @@ allga,1 chaff,1 ferdu,1 gloib,1 +hardu,1 mamwa,1 relpa,1 ribgu,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/aggregate-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/aggregate-Month-cd.csv index 4856cc93ca..d70599c4df 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/aggregate-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/aggregate-Month-cd.csv @@ -69,6 +69,7 @@ allga,1 chaff,1 ferdu,1 gloib,1 +hardu,1 mamwa,1 relpa,1 ribgu,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/aggregate-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/aggregate-Month-cs.csv index 4856cc93ca..d70599c4df 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/aggregate-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/aggregate-Month-cs.csv @@ -69,6 +69,7 @@ allga,1 chaff,1 ferdu,1 gloib,1 +hardu,1 mamwa,1 relpa,1 ribgu,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/aggregate-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/aggregate-Quarter-cd.csv index 4856cc93ca..d70599c4df 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/aggregate-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/aggregate-Quarter-cd.csv @@ -69,6 +69,7 @@ allga,1 chaff,1 ferdu,1 gloib,1 +hardu,1 mamwa,1 relpa,1 ribgu,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/aggregate-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/aggregate-Quarter-cs.csv index 4856cc93ca..d70599c4df 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/aggregate-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/aggregate-Quarter-cs.csv @@ -69,6 +69,7 @@ allga,1 chaff,1 ferdu,1 gloib,1 +hardu,1 mamwa,1 relpa,1 ribgu,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/aggregate-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/aggregate-Year-cd.csv index 4856cc93ca..d70599c4df 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/aggregate-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/aggregate-Year-cd.csv @@ -69,6 +69,7 @@ allga,1 chaff,1 ferdu,1 gloib,1 +hardu,1 mamwa,1 relpa,1 ribgu,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/aggregate-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/aggregate-Year-cs.csv index 4856cc93ca..d70599c4df 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/aggregate-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/aggregate-Year-cs.csv @@ -69,6 +69,7 @@ allga,1 chaff,1 ferdu,1 gloib,1 +hardu,1 mamwa,1 relpa,1 ribgu,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/timeseries-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/timeseries-Day-cd.csv index 1c91692ef6..fb5446c526 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/timeseries-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/timeseries-Day-cd.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[honbu] Number of Jobs Ended","[reebu] Number of Jobs Ended","[grgsh] Number of Jobs Ended","[moorh] Number of Jobs Ended","[legsh] Number of Jobs Ended","[turdo] Number of Jobs Ended","[caspl] Number of Jobs Ended","[swath] Number of Jobs Ended","[lapwi] Number of Jobs Ended","[dunli] Number of Jobs Ended","[sogsh] Number of Jobs Ended","[sancr] Number of Jobs Ended","[grath] Number of Jobs Ended","[vertera] Number of Jobs Ended","[sposa] Number of Jobs Ended","[garwa] Number of Jobs Ended","[pibgr] Number of Jobs Ended","[sarwa] Number of Jobs Ended","[proubis] Number of Jobs Ended","[noror] Number of Jobs Ended","[savsp] Number of Jobs Ended","[categ] Number of Jobs Ended","[coot1] Number of Jobs Ended","[meapi] Number of Jobs Ended","[shttr] Number of Jobs Ended","[hoowa] Number of Jobs Ended","[henha] Number of Jobs Ended","[yebsa] Number of Jobs Ended","[alpsw] Number of Jobs Ended","[corsh] Number of Jobs Ended","[crane] Number of Jobs Ended","[lanhach] Number of Jobs Ended","[boowa] Number of Jobs Ended","[crama] Number of Jobs Ended","[whimb] Number of Jobs Ended","[litst] Number of Jobs Ended","[misth] Number of Jobs Ended","[shag1] Number of Jobs Ended","[blhbu] Number of Jobs Ended","[litau] Number of Jobs Ended","[aytinis] Number of Jobs Ended","[whtsp] Number of Jobs Ended","[egygo] Number of Jobs Ended","[smew1] Number of Jobs Ended","[ybsbu] Number of Jobs Ended","[ovenb] Number of Jobs Ended","[jackd] Number of Jobs Ended","[rolle] Number of Jobs Ended","[duswa] Number of Jobs Ended","[field] Number of Jobs Ended","[pereg] Number of Jobs Ended","[whtpl] Number of Jobs Ended","[evegr] Number of Jobs Ended","[lesre] Number of Jobs Ended","[sante] Number of Jobs Ended","[siski] Number of Jobs Ended","[velsc] Number of Jobs Ended","[yebbu] Number of Jobs Ended","[yebwa] Number of Jobs Ended","[allga] Number of Jobs Ended","[chaff] Number of Jobs Ended","[ferdu] Number of Jobs Ended","[gloib] Number of Jobs Ended","[mamwa] Number of Jobs Ended","[relpa] Number of Jobs Ended","[ribgu] Number of Jobs Ended" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-30,19043,3457,1698,788,1,333,0,712,34,90,68,61,3,20,36,5,50,28,12,0,8,8,8,3,10,5,19,1,4,2,5,4,11,14,0,7,10,5,4,1,0,0,4,6,3,0,2,1,2,1,2,3,2,1,2,1,2,1,1,1,0,0,1,1,1,0 -2016-12-31,22020,2365,933,869,999,341,4,1,180,10,24,83,97,24,20,1,0,8,12,4,17,8,8,12,5,16,1,6,4,0,4,3,4,0,7,4,0,5,6,7,9,0,4,1,3,4,2,2,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1 -2017-01-01,13920,84,0,972,0,308,752,0,94,139,62,0,1,25,4,47,0,9,12,26,1,8,8,9,7,0,0,11,8,14,7,9,0,0,7,0,1,1,0,2,0,9,0,0,0,1,0,1,0,2,1,0,0,1,0,0,0,0,1,0,1,1,0,0,0,0 +Day,"[honbu] Number of Jobs Ended","[reebu] Number of Jobs Ended","[grgsh] Number of Jobs Ended","[moorh] Number of Jobs Ended","[legsh] Number of Jobs Ended","[turdo] Number of Jobs Ended","[caspl] Number of Jobs Ended","[swath] Number of Jobs Ended","[lapwi] Number of Jobs Ended","[dunli] Number of Jobs Ended","[sogsh] Number of Jobs Ended","[sancr] Number of Jobs Ended","[grath] Number of Jobs Ended","[vertera] Number of Jobs Ended","[sposa] Number of Jobs Ended","[garwa] Number of Jobs Ended","[pibgr] Number of Jobs Ended","[sarwa] Number of Jobs Ended","[proubis] Number of Jobs Ended","[noror] Number of Jobs Ended","[savsp] Number of Jobs Ended","[categ] Number of Jobs Ended","[coot1] Number of Jobs Ended","[meapi] Number of Jobs Ended","[shttr] Number of Jobs Ended","[hoowa] Number of Jobs Ended","[henha] Number of Jobs Ended","[yebsa] Number of Jobs Ended","[alpsw] Number of Jobs Ended","[corsh] Number of Jobs Ended","[crane] Number of Jobs Ended","[lanhach] Number of Jobs Ended","[boowa] Number of Jobs Ended","[crama] Number of Jobs Ended","[whimb] Number of Jobs Ended","[litst] Number of Jobs Ended","[misth] Number of Jobs Ended","[shag1] Number of Jobs Ended","[blhbu] Number of Jobs Ended","[litau] Number of Jobs Ended","[aytinis] Number of Jobs Ended","[whtsp] Number of Jobs Ended","[egygo] Number of Jobs Ended","[smew1] Number of Jobs Ended","[ybsbu] Number of Jobs Ended","[ovenb] Number of Jobs Ended","[jackd] Number of Jobs Ended","[rolle] Number of Jobs Ended","[duswa] Number of Jobs Ended","[field] Number of Jobs Ended","[pereg] Number of Jobs Ended","[whtpl] Number of Jobs Ended","[evegr] Number of Jobs Ended","[lesre] Number of Jobs Ended","[sante] Number of Jobs Ended","[siski] Number of Jobs Ended","[velsc] Number of Jobs Ended","[yebbu] Number of Jobs Ended","[yebwa] Number of Jobs Ended","[allga] Number of Jobs Ended","[chaff] Number of Jobs Ended","[ferdu] Number of Jobs Ended","[gloib] Number of Jobs Ended","[hardu] Number of Jobs Ended","[mamwa] Number of Jobs Ended","[relpa] Number of Jobs Ended","[ribgu] Number of Jobs Ended" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-30,19043,3457,1698,788,1,333,0,712,34,90,68,61,3,20,36,5,50,28,12,0,8,8,8,3,10,5,19,1,4,2,5,4,11,14,0,7,10,5,4,1,0,0,4,6,3,0,2,1,2,1,2,3,2,1,2,1,2,1,1,1,0,0,1,1,1,1,0 +2016-12-31,22020,2365,933,869,999,341,4,1,180,10,24,83,97,24,20,1,0,8,12,4,17,8,8,12,5,16,1,6,4,0,4,3,4,0,7,4,0,5,6,7,9,0,4,1,3,4,2,2,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1 +2017-01-01,13920,84,0,972,0,308,752,0,94,139,62,0,1,25,4,47,0,9,12,26,1,8,8,9,7,0,0,11,8,14,7,9,0,0,7,0,1,1,0,2,0,9,0,0,0,1,0,1,0,2,1,0,0,1,0,0,0,0,1,0,1,1,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/timeseries-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/timeseries-Day-cs.csv index 1c91692ef6..fb5446c526 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/timeseries-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/timeseries-Day-cs.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[honbu] Number of Jobs Ended","[reebu] Number of Jobs Ended","[grgsh] Number of Jobs Ended","[moorh] Number of Jobs Ended","[legsh] Number of Jobs Ended","[turdo] Number of Jobs Ended","[caspl] Number of Jobs Ended","[swath] Number of Jobs Ended","[lapwi] Number of Jobs Ended","[dunli] Number of Jobs Ended","[sogsh] Number of Jobs Ended","[sancr] Number of Jobs Ended","[grath] Number of Jobs Ended","[vertera] Number of Jobs Ended","[sposa] Number of Jobs Ended","[garwa] Number of Jobs Ended","[pibgr] Number of Jobs Ended","[sarwa] Number of Jobs Ended","[proubis] Number of Jobs Ended","[noror] Number of Jobs Ended","[savsp] Number of Jobs Ended","[categ] Number of Jobs Ended","[coot1] Number of Jobs Ended","[meapi] Number of Jobs Ended","[shttr] Number of Jobs Ended","[hoowa] Number of Jobs Ended","[henha] Number of Jobs Ended","[yebsa] Number of Jobs Ended","[alpsw] Number of Jobs Ended","[corsh] Number of Jobs Ended","[crane] Number of Jobs Ended","[lanhach] Number of Jobs Ended","[boowa] Number of Jobs Ended","[crama] Number of Jobs Ended","[whimb] Number of Jobs Ended","[litst] Number of Jobs Ended","[misth] Number of Jobs Ended","[shag1] Number of Jobs Ended","[blhbu] Number of Jobs Ended","[litau] Number of Jobs Ended","[aytinis] Number of Jobs Ended","[whtsp] Number of Jobs Ended","[egygo] Number of Jobs Ended","[smew1] Number of Jobs Ended","[ybsbu] Number of Jobs Ended","[ovenb] Number of Jobs Ended","[jackd] Number of Jobs Ended","[rolle] Number of Jobs Ended","[duswa] Number of Jobs Ended","[field] Number of Jobs Ended","[pereg] Number of Jobs Ended","[whtpl] Number of Jobs Ended","[evegr] Number of Jobs Ended","[lesre] Number of Jobs Ended","[sante] Number of Jobs Ended","[siski] Number of Jobs Ended","[velsc] Number of Jobs Ended","[yebbu] Number of Jobs Ended","[yebwa] Number of Jobs Ended","[allga] Number of Jobs Ended","[chaff] Number of Jobs Ended","[ferdu] Number of Jobs Ended","[gloib] Number of Jobs Ended","[mamwa] Number of Jobs Ended","[relpa] Number of Jobs Ended","[ribgu] Number of Jobs Ended" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-30,19043,3457,1698,788,1,333,0,712,34,90,68,61,3,20,36,5,50,28,12,0,8,8,8,3,10,5,19,1,4,2,5,4,11,14,0,7,10,5,4,1,0,0,4,6,3,0,2,1,2,1,2,3,2,1,2,1,2,1,1,1,0,0,1,1,1,0 -2016-12-31,22020,2365,933,869,999,341,4,1,180,10,24,83,97,24,20,1,0,8,12,4,17,8,8,12,5,16,1,6,4,0,4,3,4,0,7,4,0,5,6,7,9,0,4,1,3,4,2,2,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1 -2017-01-01,13920,84,0,972,0,308,752,0,94,139,62,0,1,25,4,47,0,9,12,26,1,8,8,9,7,0,0,11,8,14,7,9,0,0,7,0,1,1,0,2,0,9,0,0,0,1,0,1,0,2,1,0,0,1,0,0,0,0,1,0,1,1,0,0,0,0 +Day,"[honbu] Number of Jobs Ended","[reebu] Number of Jobs Ended","[grgsh] Number of Jobs Ended","[moorh] Number of Jobs Ended","[legsh] Number of Jobs Ended","[turdo] Number of Jobs Ended","[caspl] Number of Jobs Ended","[swath] Number of Jobs Ended","[lapwi] Number of Jobs Ended","[dunli] Number of Jobs Ended","[sogsh] Number of Jobs Ended","[sancr] Number of Jobs Ended","[grath] Number of Jobs Ended","[vertera] Number of Jobs Ended","[sposa] Number of Jobs Ended","[garwa] Number of Jobs Ended","[pibgr] Number of Jobs Ended","[sarwa] Number of Jobs Ended","[proubis] Number of Jobs Ended","[noror] Number of Jobs Ended","[savsp] Number of Jobs Ended","[categ] Number of Jobs Ended","[coot1] Number of Jobs Ended","[meapi] Number of Jobs Ended","[shttr] Number of Jobs Ended","[hoowa] Number of Jobs Ended","[henha] Number of Jobs Ended","[yebsa] Number of Jobs Ended","[alpsw] Number of Jobs Ended","[corsh] Number of Jobs Ended","[crane] Number of Jobs Ended","[lanhach] Number of Jobs Ended","[boowa] Number of Jobs Ended","[crama] Number of Jobs Ended","[whimb] Number of Jobs Ended","[litst] Number of Jobs Ended","[misth] Number of Jobs Ended","[shag1] Number of Jobs Ended","[blhbu] Number of Jobs Ended","[litau] Number of Jobs Ended","[aytinis] Number of Jobs Ended","[whtsp] Number of Jobs Ended","[egygo] Number of Jobs Ended","[smew1] Number of Jobs Ended","[ybsbu] Number of Jobs Ended","[ovenb] Number of Jobs Ended","[jackd] Number of Jobs Ended","[rolle] Number of Jobs Ended","[duswa] Number of Jobs Ended","[field] Number of Jobs Ended","[pereg] Number of Jobs Ended","[whtpl] Number of Jobs Ended","[evegr] Number of Jobs Ended","[lesre] Number of Jobs Ended","[sante] Number of Jobs Ended","[siski] Number of Jobs Ended","[velsc] Number of Jobs Ended","[yebbu] Number of Jobs Ended","[yebwa] Number of Jobs Ended","[allga] Number of Jobs Ended","[chaff] Number of Jobs Ended","[ferdu] Number of Jobs Ended","[gloib] Number of Jobs Ended","[hardu] Number of Jobs Ended","[mamwa] Number of Jobs Ended","[relpa] Number of Jobs Ended","[ribgu] Number of Jobs Ended" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-30,19043,3457,1698,788,1,333,0,712,34,90,68,61,3,20,36,5,50,28,12,0,8,8,8,3,10,5,19,1,4,2,5,4,11,14,0,7,10,5,4,1,0,0,4,6,3,0,2,1,2,1,2,3,2,1,2,1,2,1,1,1,0,0,1,1,1,1,0 +2016-12-31,22020,2365,933,869,999,341,4,1,180,10,24,83,97,24,20,1,0,8,12,4,17,8,8,12,5,16,1,6,4,0,4,3,4,0,7,4,0,5,6,7,9,0,4,1,3,4,2,2,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1 +2017-01-01,13920,84,0,972,0,308,752,0,94,139,62,0,1,25,4,47,0,9,12,26,1,8,8,9,7,0,0,11,8,14,7,9,0,0,7,0,1,1,0,2,0,9,0,0,0,1,0,1,0,2,1,0,0,1,0,0,0,0,1,0,1,1,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/timeseries-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/timeseries-Month-cd.csv index 649bd2b48c..8bc4d10550 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/timeseries-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/timeseries-Month-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[honbu] Number of Jobs Ended","[reebu] Number of Jobs Ended","[grgsh] Number of Jobs Ended","[moorh] Number of Jobs Ended","[legsh] Number of Jobs Ended","[turdo] Number of Jobs Ended","[caspl] Number of Jobs Ended","[swath] Number of Jobs Ended","[lapwi] Number of Jobs Ended","[dunli] Number of Jobs Ended","[sogsh] Number of Jobs Ended","[sancr] Number of Jobs Ended","[grath] Number of Jobs Ended","[vertera] Number of Jobs Ended","[sposa] Number of Jobs Ended","[garwa] Number of Jobs Ended","[pibgr] Number of Jobs Ended","[sarwa] Number of Jobs Ended","[proubis] Number of Jobs Ended","[noror] Number of Jobs Ended","[savsp] Number of Jobs Ended","[categ] Number of Jobs Ended","[coot1] Number of Jobs Ended","[meapi] Number of Jobs Ended","[shttr] Number of Jobs Ended","[hoowa] Number of Jobs Ended","[henha] Number of Jobs Ended","[yebsa] Number of Jobs Ended","[alpsw] Number of Jobs Ended","[corsh] Number of Jobs Ended","[crane] Number of Jobs Ended","[lanhach] Number of Jobs Ended","[boowa] Number of Jobs Ended","[crama] Number of Jobs Ended","[whimb] Number of Jobs Ended","[litst] Number of Jobs Ended","[misth] Number of Jobs Ended","[shag1] Number of Jobs Ended","[blhbu] Number of Jobs Ended","[litau] Number of Jobs Ended","[aytinis] Number of Jobs Ended","[whtsp] Number of Jobs Ended","[egygo] Number of Jobs Ended","[smew1] Number of Jobs Ended","[ybsbu] Number of Jobs Ended","[ovenb] Number of Jobs Ended","[jackd] Number of Jobs Ended","[rolle] Number of Jobs Ended","[duswa] Number of Jobs Ended","[field] Number of Jobs Ended","[pereg] Number of Jobs Ended","[whtpl] Number of Jobs Ended","[evegr] Number of Jobs Ended","[lesre] Number of Jobs Ended","[sante] Number of Jobs Ended","[siski] Number of Jobs Ended","[velsc] Number of Jobs Ended","[yebbu] Number of Jobs Ended","[yebwa] Number of Jobs Ended","[allga] Number of Jobs Ended","[chaff] Number of Jobs Ended","[ferdu] Number of Jobs Ended","[gloib] Number of Jobs Ended","[mamwa] Number of Jobs Ended","[relpa] Number of Jobs Ended","[ribgu] Number of Jobs Ended" -2016-12,41063,5822,2631,1657,1000,674,4,713,214,100,92,144,100,44,56,6,50,36,24,4,25,16,16,15,15,21,20,7,8,2,9,7,15,14,7,11,10,10,10,8,9,0,8,7,6,4,4,3,3,1,2,3,2,1,2,2,2,2,1,1,0,0,1,1,1,1 -2017-01,13920,84,0,972,0,308,752,0,94,139,62,0,1,25,4,47,0,9,12,26,1,8,8,9,7,0,0,11,8,14,7,9,0,0,7,0,1,1,0,2,0,9,0,0,0,1,0,1,0,2,1,0,0,1,0,0,0,0,1,0,1,1,0,0,0,0 +Month,"[honbu] Number of Jobs Ended","[reebu] Number of Jobs Ended","[grgsh] Number of Jobs Ended","[moorh] Number of Jobs Ended","[legsh] Number of Jobs Ended","[turdo] Number of Jobs Ended","[caspl] Number of Jobs Ended","[swath] Number of Jobs Ended","[lapwi] Number of Jobs Ended","[dunli] Number of Jobs Ended","[sogsh] Number of Jobs Ended","[sancr] Number of Jobs Ended","[grath] Number of Jobs Ended","[vertera] Number of Jobs Ended","[sposa] Number of Jobs Ended","[garwa] Number of Jobs Ended","[pibgr] Number of Jobs Ended","[sarwa] Number of Jobs Ended","[proubis] Number of Jobs Ended","[noror] Number of Jobs Ended","[savsp] Number of Jobs Ended","[categ] Number of Jobs Ended","[coot1] Number of Jobs Ended","[meapi] Number of Jobs Ended","[shttr] Number of Jobs Ended","[hoowa] Number of Jobs Ended","[henha] Number of Jobs Ended","[yebsa] Number of Jobs Ended","[alpsw] Number of Jobs Ended","[corsh] Number of Jobs Ended","[crane] Number of Jobs Ended","[lanhach] Number of Jobs Ended","[boowa] Number of Jobs Ended","[crama] Number of Jobs Ended","[whimb] Number of Jobs Ended","[litst] Number of Jobs Ended","[misth] Number of Jobs Ended","[shag1] Number of Jobs Ended","[blhbu] Number of Jobs Ended","[litau] Number of Jobs Ended","[aytinis] Number of Jobs Ended","[whtsp] Number of Jobs Ended","[egygo] Number of Jobs Ended","[smew1] Number of Jobs Ended","[ybsbu] Number of Jobs Ended","[ovenb] Number of Jobs Ended","[jackd] Number of Jobs Ended","[rolle] Number of Jobs Ended","[duswa] Number of Jobs Ended","[field] Number of Jobs Ended","[pereg] Number of Jobs Ended","[whtpl] Number of Jobs Ended","[evegr] Number of Jobs Ended","[lesre] Number of Jobs Ended","[sante] Number of Jobs Ended","[siski] Number of Jobs Ended","[velsc] Number of Jobs Ended","[yebbu] Number of Jobs Ended","[yebwa] Number of Jobs Ended","[allga] Number of Jobs Ended","[chaff] Number of Jobs Ended","[ferdu] Number of Jobs Ended","[gloib] Number of Jobs Ended","[hardu] Number of Jobs Ended","[mamwa] Number of Jobs Ended","[relpa] Number of Jobs Ended","[ribgu] Number of Jobs Ended" +2016-12,41063,5822,2631,1657,1000,674,4,713,214,100,92,144,100,44,56,6,50,36,24,4,25,16,16,15,15,21,20,7,8,2,9,7,15,14,7,11,10,10,10,8,9,0,8,7,6,4,4,3,3,1,2,3,2,1,2,2,2,2,1,1,0,0,1,1,1,1,1 +2017-01,13920,84,0,972,0,308,752,0,94,139,62,0,1,25,4,47,0,9,12,26,1,8,8,9,7,0,0,11,8,14,7,9,0,0,7,0,1,1,0,2,0,9,0,0,0,1,0,1,0,2,1,0,0,1,0,0,0,0,1,0,1,1,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/timeseries-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/timeseries-Month-cs.csv index 649bd2b48c..8bc4d10550 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/timeseries-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/timeseries-Month-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[honbu] Number of Jobs Ended","[reebu] Number of Jobs Ended","[grgsh] Number of Jobs Ended","[moorh] Number of Jobs Ended","[legsh] Number of Jobs Ended","[turdo] Number of Jobs Ended","[caspl] Number of Jobs Ended","[swath] Number of Jobs Ended","[lapwi] Number of Jobs Ended","[dunli] Number of Jobs Ended","[sogsh] Number of Jobs Ended","[sancr] Number of Jobs Ended","[grath] Number of Jobs Ended","[vertera] Number of Jobs Ended","[sposa] Number of Jobs Ended","[garwa] Number of Jobs Ended","[pibgr] Number of Jobs Ended","[sarwa] Number of Jobs Ended","[proubis] Number of Jobs Ended","[noror] Number of Jobs Ended","[savsp] Number of Jobs Ended","[categ] Number of Jobs Ended","[coot1] Number of Jobs Ended","[meapi] Number of Jobs Ended","[shttr] Number of Jobs Ended","[hoowa] Number of Jobs Ended","[henha] Number of Jobs Ended","[yebsa] Number of Jobs Ended","[alpsw] Number of Jobs Ended","[corsh] Number of Jobs Ended","[crane] Number of Jobs Ended","[lanhach] Number of Jobs Ended","[boowa] Number of Jobs Ended","[crama] Number of Jobs Ended","[whimb] Number of Jobs Ended","[litst] Number of Jobs Ended","[misth] Number of Jobs Ended","[shag1] Number of Jobs Ended","[blhbu] Number of Jobs Ended","[litau] Number of Jobs Ended","[aytinis] Number of Jobs Ended","[whtsp] Number of Jobs Ended","[egygo] Number of Jobs Ended","[smew1] Number of Jobs Ended","[ybsbu] Number of Jobs Ended","[ovenb] Number of Jobs Ended","[jackd] Number of Jobs Ended","[rolle] Number of Jobs Ended","[duswa] Number of Jobs Ended","[field] Number of Jobs Ended","[pereg] Number of Jobs Ended","[whtpl] Number of Jobs Ended","[evegr] Number of Jobs Ended","[lesre] Number of Jobs Ended","[sante] Number of Jobs Ended","[siski] Number of Jobs Ended","[velsc] Number of Jobs Ended","[yebbu] Number of Jobs Ended","[yebwa] Number of Jobs Ended","[allga] Number of Jobs Ended","[chaff] Number of Jobs Ended","[ferdu] Number of Jobs Ended","[gloib] Number of Jobs Ended","[mamwa] Number of Jobs Ended","[relpa] Number of Jobs Ended","[ribgu] Number of Jobs Ended" -2016-12,41063,5822,2631,1657,1000,674,4,713,214,100,92,144,100,44,56,6,50,36,24,4,25,16,16,15,15,21,20,7,8,2,9,7,15,14,7,11,10,10,10,8,9,0,8,7,6,4,4,3,3,1,2,3,2,1,2,2,2,2,1,1,0,0,1,1,1,1 -2017-01,13920,84,0,972,0,308,752,0,94,139,62,0,1,25,4,47,0,9,12,26,1,8,8,9,7,0,0,11,8,14,7,9,0,0,7,0,1,1,0,2,0,9,0,0,0,1,0,1,0,2,1,0,0,1,0,0,0,0,1,0,1,1,0,0,0,0 +Month,"[honbu] Number of Jobs Ended","[reebu] Number of Jobs Ended","[grgsh] Number of Jobs Ended","[moorh] Number of Jobs Ended","[legsh] Number of Jobs Ended","[turdo] Number of Jobs Ended","[caspl] Number of Jobs Ended","[swath] Number of Jobs Ended","[lapwi] Number of Jobs Ended","[dunli] Number of Jobs Ended","[sogsh] Number of Jobs Ended","[sancr] Number of Jobs Ended","[grath] Number of Jobs Ended","[vertera] Number of Jobs Ended","[sposa] Number of Jobs Ended","[garwa] Number of Jobs Ended","[pibgr] Number of Jobs Ended","[sarwa] Number of Jobs Ended","[proubis] Number of Jobs Ended","[noror] Number of Jobs Ended","[savsp] Number of Jobs Ended","[categ] Number of Jobs Ended","[coot1] Number of Jobs Ended","[meapi] Number of Jobs Ended","[shttr] Number of Jobs Ended","[hoowa] Number of Jobs Ended","[henha] Number of Jobs Ended","[yebsa] Number of Jobs Ended","[alpsw] Number of Jobs Ended","[corsh] Number of Jobs Ended","[crane] Number of Jobs Ended","[lanhach] Number of Jobs Ended","[boowa] Number of Jobs Ended","[crama] Number of Jobs Ended","[whimb] Number of Jobs Ended","[litst] Number of Jobs Ended","[misth] Number of Jobs Ended","[shag1] Number of Jobs Ended","[blhbu] Number of Jobs Ended","[litau] Number of Jobs Ended","[aytinis] Number of Jobs Ended","[whtsp] Number of Jobs Ended","[egygo] Number of Jobs Ended","[smew1] Number of Jobs Ended","[ybsbu] Number of Jobs Ended","[ovenb] Number of Jobs Ended","[jackd] Number of Jobs Ended","[rolle] Number of Jobs Ended","[duswa] Number of Jobs Ended","[field] Number of Jobs Ended","[pereg] Number of Jobs Ended","[whtpl] Number of Jobs Ended","[evegr] Number of Jobs Ended","[lesre] Number of Jobs Ended","[sante] Number of Jobs Ended","[siski] Number of Jobs Ended","[velsc] Number of Jobs Ended","[yebbu] Number of Jobs Ended","[yebwa] Number of Jobs Ended","[allga] Number of Jobs Ended","[chaff] Number of Jobs Ended","[ferdu] Number of Jobs Ended","[gloib] Number of Jobs Ended","[hardu] Number of Jobs Ended","[mamwa] Number of Jobs Ended","[relpa] Number of Jobs Ended","[ribgu] Number of Jobs Ended" +2016-12,41063,5822,2631,1657,1000,674,4,713,214,100,92,144,100,44,56,6,50,36,24,4,25,16,16,15,15,21,20,7,8,2,9,7,15,14,7,11,10,10,10,8,9,0,8,7,6,4,4,3,3,1,2,3,2,1,2,2,2,2,1,1,0,0,1,1,1,1,1 +2017-01,13920,84,0,972,0,308,752,0,94,139,62,0,1,25,4,47,0,9,12,26,1,8,8,9,7,0,0,11,8,14,7,9,0,0,7,0,1,1,0,2,0,9,0,0,0,1,0,1,0,2,1,0,0,1,0,0,0,0,1,0,1,1,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/timeseries-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/timeseries-Quarter-cd.csv index f047510cce..e4f80cb2f6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/timeseries-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/timeseries-Quarter-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[honbu] Number of Jobs Ended","[reebu] Number of Jobs Ended","[grgsh] Number of Jobs Ended","[moorh] Number of Jobs Ended","[legsh] Number of Jobs Ended","[turdo] Number of Jobs Ended","[caspl] Number of Jobs Ended","[swath] Number of Jobs Ended","[lapwi] Number of Jobs Ended","[dunli] Number of Jobs Ended","[sogsh] Number of Jobs Ended","[sancr] Number of Jobs Ended","[grath] Number of Jobs Ended","[vertera] Number of Jobs Ended","[sposa] Number of Jobs Ended","[garwa] Number of Jobs Ended","[pibgr] Number of Jobs Ended","[sarwa] Number of Jobs Ended","[proubis] Number of Jobs Ended","[noror] Number of Jobs Ended","[savsp] Number of Jobs Ended","[categ] Number of Jobs Ended","[coot1] Number of Jobs Ended","[meapi] Number of Jobs Ended","[shttr] Number of Jobs Ended","[hoowa] Number of Jobs Ended","[henha] Number of Jobs Ended","[yebsa] Number of Jobs Ended","[alpsw] Number of Jobs Ended","[corsh] Number of Jobs Ended","[crane] Number of Jobs Ended","[lanhach] Number of Jobs Ended","[boowa] Number of Jobs Ended","[crama] Number of Jobs Ended","[whimb] Number of Jobs Ended","[litst] Number of Jobs Ended","[misth] Number of Jobs Ended","[shag1] Number of Jobs Ended","[blhbu] Number of Jobs Ended","[litau] Number of Jobs Ended","[aytinis] Number of Jobs Ended","[whtsp] Number of Jobs Ended","[egygo] Number of Jobs Ended","[smew1] Number of Jobs Ended","[ybsbu] Number of Jobs Ended","[ovenb] Number of Jobs Ended","[jackd] Number of Jobs Ended","[rolle] Number of Jobs Ended","[duswa] Number of Jobs Ended","[field] Number of Jobs Ended","[pereg] Number of Jobs Ended","[whtpl] Number of Jobs Ended","[evegr] Number of Jobs Ended","[lesre] Number of Jobs Ended","[sante] Number of Jobs Ended","[siski] Number of Jobs Ended","[velsc] Number of Jobs Ended","[yebbu] Number of Jobs Ended","[yebwa] Number of Jobs Ended","[allga] Number of Jobs Ended","[chaff] Number of Jobs Ended","[ferdu] Number of Jobs Ended","[gloib] Number of Jobs Ended","[mamwa] Number of Jobs Ended","[relpa] Number of Jobs Ended","[ribgu] Number of Jobs Ended" -"2016 Q4",41063,5822,2631,1657,1000,674,4,713,214,100,92,144,100,44,56,6,50,36,24,4,25,16,16,15,15,21,20,7,8,2,9,7,15,14,7,11,10,10,10,8,9,0,8,7,6,4,4,3,3,1,2,3,2,1,2,2,2,2,1,1,0,0,1,1,1,1 -"2017 Q1",13920,84,0,972,0,308,752,0,94,139,62,0,1,25,4,47,0,9,12,26,1,8,8,9,7,0,0,11,8,14,7,9,0,0,7,0,1,1,0,2,0,9,0,0,0,1,0,1,0,2,1,0,0,1,0,0,0,0,1,0,1,1,0,0,0,0 +Quarter,"[honbu] Number of Jobs Ended","[reebu] Number of Jobs Ended","[grgsh] Number of Jobs Ended","[moorh] Number of Jobs Ended","[legsh] Number of Jobs Ended","[turdo] Number of Jobs Ended","[caspl] Number of Jobs Ended","[swath] Number of Jobs Ended","[lapwi] Number of Jobs Ended","[dunli] Number of Jobs Ended","[sogsh] Number of Jobs Ended","[sancr] Number of Jobs Ended","[grath] Number of Jobs Ended","[vertera] Number of Jobs Ended","[sposa] Number of Jobs Ended","[garwa] Number of Jobs Ended","[pibgr] Number of Jobs Ended","[sarwa] Number of Jobs Ended","[proubis] Number of Jobs Ended","[noror] Number of Jobs Ended","[savsp] Number of Jobs Ended","[categ] Number of Jobs Ended","[coot1] Number of Jobs Ended","[meapi] Number of Jobs Ended","[shttr] Number of Jobs Ended","[hoowa] Number of Jobs Ended","[henha] Number of Jobs Ended","[yebsa] Number of Jobs Ended","[alpsw] Number of Jobs Ended","[corsh] Number of Jobs Ended","[crane] Number of Jobs Ended","[lanhach] Number of Jobs Ended","[boowa] Number of Jobs Ended","[crama] Number of Jobs Ended","[whimb] Number of Jobs Ended","[litst] Number of Jobs Ended","[misth] Number of Jobs Ended","[shag1] Number of Jobs Ended","[blhbu] Number of Jobs Ended","[litau] Number of Jobs Ended","[aytinis] Number of Jobs Ended","[whtsp] Number of Jobs Ended","[egygo] Number of Jobs Ended","[smew1] Number of Jobs Ended","[ybsbu] Number of Jobs Ended","[ovenb] Number of Jobs Ended","[jackd] Number of Jobs Ended","[rolle] Number of Jobs Ended","[duswa] Number of Jobs Ended","[field] Number of Jobs Ended","[pereg] Number of Jobs Ended","[whtpl] Number of Jobs Ended","[evegr] Number of Jobs Ended","[lesre] Number of Jobs Ended","[sante] Number of Jobs Ended","[siski] Number of Jobs Ended","[velsc] Number of Jobs Ended","[yebbu] Number of Jobs Ended","[yebwa] Number of Jobs Ended","[allga] Number of Jobs Ended","[chaff] Number of Jobs Ended","[ferdu] Number of Jobs Ended","[gloib] Number of Jobs Ended","[hardu] Number of Jobs Ended","[mamwa] Number of Jobs Ended","[relpa] Number of Jobs Ended","[ribgu] Number of Jobs Ended" +"2016 Q4",41063,5822,2631,1657,1000,674,4,713,214,100,92,144,100,44,56,6,50,36,24,4,25,16,16,15,15,21,20,7,8,2,9,7,15,14,7,11,10,10,10,8,9,0,8,7,6,4,4,3,3,1,2,3,2,1,2,2,2,2,1,1,0,0,1,1,1,1,1 +"2017 Q1",13920,84,0,972,0,308,752,0,94,139,62,0,1,25,4,47,0,9,12,26,1,8,8,9,7,0,0,11,8,14,7,9,0,0,7,0,1,1,0,2,0,9,0,0,0,1,0,1,0,2,1,0,0,1,0,0,0,0,1,0,1,1,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/timeseries-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/timeseries-Quarter-cs.csv index f047510cce..e4f80cb2f6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/timeseries-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/timeseries-Quarter-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[honbu] Number of Jobs Ended","[reebu] Number of Jobs Ended","[grgsh] Number of Jobs Ended","[moorh] Number of Jobs Ended","[legsh] Number of Jobs Ended","[turdo] Number of Jobs Ended","[caspl] Number of Jobs Ended","[swath] Number of Jobs Ended","[lapwi] Number of Jobs Ended","[dunli] Number of Jobs Ended","[sogsh] Number of Jobs Ended","[sancr] Number of Jobs Ended","[grath] Number of Jobs Ended","[vertera] Number of Jobs Ended","[sposa] Number of Jobs Ended","[garwa] Number of Jobs Ended","[pibgr] Number of Jobs Ended","[sarwa] Number of Jobs Ended","[proubis] Number of Jobs Ended","[noror] Number of Jobs Ended","[savsp] Number of Jobs Ended","[categ] Number of Jobs Ended","[coot1] Number of Jobs Ended","[meapi] Number of Jobs Ended","[shttr] Number of Jobs Ended","[hoowa] Number of Jobs Ended","[henha] Number of Jobs Ended","[yebsa] Number of Jobs Ended","[alpsw] Number of Jobs Ended","[corsh] Number of Jobs Ended","[crane] Number of Jobs Ended","[lanhach] Number of Jobs Ended","[boowa] Number of Jobs Ended","[crama] Number of Jobs Ended","[whimb] Number of Jobs Ended","[litst] Number of Jobs Ended","[misth] Number of Jobs Ended","[shag1] Number of Jobs Ended","[blhbu] Number of Jobs Ended","[litau] Number of Jobs Ended","[aytinis] Number of Jobs Ended","[whtsp] Number of Jobs Ended","[egygo] Number of Jobs Ended","[smew1] Number of Jobs Ended","[ybsbu] Number of Jobs Ended","[ovenb] Number of Jobs Ended","[jackd] Number of Jobs Ended","[rolle] Number of Jobs Ended","[duswa] Number of Jobs Ended","[field] Number of Jobs Ended","[pereg] Number of Jobs Ended","[whtpl] Number of Jobs Ended","[evegr] Number of Jobs Ended","[lesre] Number of Jobs Ended","[sante] Number of Jobs Ended","[siski] Number of Jobs Ended","[velsc] Number of Jobs Ended","[yebbu] Number of Jobs Ended","[yebwa] Number of Jobs Ended","[allga] Number of Jobs Ended","[chaff] Number of Jobs Ended","[ferdu] Number of Jobs Ended","[gloib] Number of Jobs Ended","[mamwa] Number of Jobs Ended","[relpa] Number of Jobs Ended","[ribgu] Number of Jobs Ended" -"2016 Q4",41063,5822,2631,1657,1000,674,4,713,214,100,92,144,100,44,56,6,50,36,24,4,25,16,16,15,15,21,20,7,8,2,9,7,15,14,7,11,10,10,10,8,9,0,8,7,6,4,4,3,3,1,2,3,2,1,2,2,2,2,1,1,0,0,1,1,1,1 -"2017 Q1",13920,84,0,972,0,308,752,0,94,139,62,0,1,25,4,47,0,9,12,26,1,8,8,9,7,0,0,11,8,14,7,9,0,0,7,0,1,1,0,2,0,9,0,0,0,1,0,1,0,2,1,0,0,1,0,0,0,0,1,0,1,1,0,0,0,0 +Quarter,"[honbu] Number of Jobs Ended","[reebu] Number of Jobs Ended","[grgsh] Number of Jobs Ended","[moorh] Number of Jobs Ended","[legsh] Number of Jobs Ended","[turdo] Number of Jobs Ended","[caspl] Number of Jobs Ended","[swath] Number of Jobs Ended","[lapwi] Number of Jobs Ended","[dunli] Number of Jobs Ended","[sogsh] Number of Jobs Ended","[sancr] Number of Jobs Ended","[grath] Number of Jobs Ended","[vertera] Number of Jobs Ended","[sposa] Number of Jobs Ended","[garwa] Number of Jobs Ended","[pibgr] Number of Jobs Ended","[sarwa] Number of Jobs Ended","[proubis] Number of Jobs Ended","[noror] Number of Jobs Ended","[savsp] Number of Jobs Ended","[categ] Number of Jobs Ended","[coot1] Number of Jobs Ended","[meapi] Number of Jobs Ended","[shttr] Number of Jobs Ended","[hoowa] Number of Jobs Ended","[henha] Number of Jobs Ended","[yebsa] Number of Jobs Ended","[alpsw] Number of Jobs Ended","[corsh] Number of Jobs Ended","[crane] Number of Jobs Ended","[lanhach] Number of Jobs Ended","[boowa] Number of Jobs Ended","[crama] Number of Jobs Ended","[whimb] Number of Jobs Ended","[litst] Number of Jobs Ended","[misth] Number of Jobs Ended","[shag1] Number of Jobs Ended","[blhbu] Number of Jobs Ended","[litau] Number of Jobs Ended","[aytinis] Number of Jobs Ended","[whtsp] Number of Jobs Ended","[egygo] Number of Jobs Ended","[smew1] Number of Jobs Ended","[ybsbu] Number of Jobs Ended","[ovenb] Number of Jobs Ended","[jackd] Number of Jobs Ended","[rolle] Number of Jobs Ended","[duswa] Number of Jobs Ended","[field] Number of Jobs Ended","[pereg] Number of Jobs Ended","[whtpl] Number of Jobs Ended","[evegr] Number of Jobs Ended","[lesre] Number of Jobs Ended","[sante] Number of Jobs Ended","[siski] Number of Jobs Ended","[velsc] Number of Jobs Ended","[yebbu] Number of Jobs Ended","[yebwa] Number of Jobs Ended","[allga] Number of Jobs Ended","[chaff] Number of Jobs Ended","[ferdu] Number of Jobs Ended","[gloib] Number of Jobs Ended","[hardu] Number of Jobs Ended","[mamwa] Number of Jobs Ended","[relpa] Number of Jobs Ended","[ribgu] Number of Jobs Ended" +"2016 Q4",41063,5822,2631,1657,1000,674,4,713,214,100,92,144,100,44,56,6,50,36,24,4,25,16,16,15,15,21,20,7,8,2,9,7,15,14,7,11,10,10,10,8,9,0,8,7,6,4,4,3,3,1,2,3,2,1,2,2,2,2,1,1,0,0,1,1,1,1,1 +"2017 Q1",13920,84,0,972,0,308,752,0,94,139,62,0,1,25,4,47,0,9,12,26,1,8,8,9,7,0,0,11,8,14,7,9,0,0,7,0,1,1,0,2,0,9,0,0,0,1,0,1,0,2,1,0,0,1,0,0,0,0,1,0,1,1,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/timeseries-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/timeseries-Year-cd.csv index 516b59b36e..f026cdff57 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/timeseries-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/timeseries-Year-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[honbu] Number of Jobs Ended","[reebu] Number of Jobs Ended","[grgsh] Number of Jobs Ended","[moorh] Number of Jobs Ended","[legsh] Number of Jobs Ended","[turdo] Number of Jobs Ended","[caspl] Number of Jobs Ended","[swath] Number of Jobs Ended","[lapwi] Number of Jobs Ended","[dunli] Number of Jobs Ended","[sogsh] Number of Jobs Ended","[sancr] Number of Jobs Ended","[grath] Number of Jobs Ended","[vertera] Number of Jobs Ended","[sposa] Number of Jobs Ended","[garwa] Number of Jobs Ended","[pibgr] Number of Jobs Ended","[sarwa] Number of Jobs Ended","[proubis] Number of Jobs Ended","[noror] Number of Jobs Ended","[savsp] Number of Jobs Ended","[categ] Number of Jobs Ended","[coot1] Number of Jobs Ended","[meapi] Number of Jobs Ended","[shttr] Number of Jobs Ended","[hoowa] Number of Jobs Ended","[henha] Number of Jobs Ended","[yebsa] Number of Jobs Ended","[alpsw] Number of Jobs Ended","[corsh] Number of Jobs Ended","[crane] Number of Jobs Ended","[lanhach] Number of Jobs Ended","[boowa] Number of Jobs Ended","[crama] Number of Jobs Ended","[whimb] Number of Jobs Ended","[litst] Number of Jobs Ended","[misth] Number of Jobs Ended","[shag1] Number of Jobs Ended","[blhbu] Number of Jobs Ended","[litau] Number of Jobs Ended","[aytinis] Number of Jobs Ended","[whtsp] Number of Jobs Ended","[egygo] Number of Jobs Ended","[smew1] Number of Jobs Ended","[ybsbu] Number of Jobs Ended","[ovenb] Number of Jobs Ended","[jackd] Number of Jobs Ended","[rolle] Number of Jobs Ended","[duswa] Number of Jobs Ended","[field] Number of Jobs Ended","[pereg] Number of Jobs Ended","[whtpl] Number of Jobs Ended","[evegr] Number of Jobs Ended","[lesre] Number of Jobs Ended","[sante] Number of Jobs Ended","[siski] Number of Jobs Ended","[velsc] Number of Jobs Ended","[yebbu] Number of Jobs Ended","[yebwa] Number of Jobs Ended","[allga] Number of Jobs Ended","[chaff] Number of Jobs Ended","[ferdu] Number of Jobs Ended","[gloib] Number of Jobs Ended","[mamwa] Number of Jobs Ended","[relpa] Number of Jobs Ended","[ribgu] Number of Jobs Ended" -2016,41063,5822,2631,1657,1000,674,4,713,214,100,92,144,100,44,56,6,50,36,24,4,25,16,16,15,15,21,20,7,8,2,9,7,15,14,7,11,10,10,10,8,9,0,8,7,6,4,4,3,3,1,2,3,2,1,2,2,2,2,1,1,0,0,1,1,1,1 -2017,13920,84,0,972,0,308,752,0,94,139,62,0,1,25,4,47,0,9,12,26,1,8,8,9,7,0,0,11,8,14,7,9,0,0,7,0,1,1,0,2,0,9,0,0,0,1,0,1,0,2,1,0,0,1,0,0,0,0,1,0,1,1,0,0,0,0 +Year,"[honbu] Number of Jobs Ended","[reebu] Number of Jobs Ended","[grgsh] Number of Jobs Ended","[moorh] Number of Jobs Ended","[legsh] Number of Jobs Ended","[turdo] Number of Jobs Ended","[caspl] Number of Jobs Ended","[swath] Number of Jobs Ended","[lapwi] Number of Jobs Ended","[dunli] Number of Jobs Ended","[sogsh] Number of Jobs Ended","[sancr] Number of Jobs Ended","[grath] Number of Jobs Ended","[vertera] Number of Jobs Ended","[sposa] Number of Jobs Ended","[garwa] Number of Jobs Ended","[pibgr] Number of Jobs Ended","[sarwa] Number of Jobs Ended","[proubis] Number of Jobs Ended","[noror] Number of Jobs Ended","[savsp] Number of Jobs Ended","[categ] Number of Jobs Ended","[coot1] Number of Jobs Ended","[meapi] Number of Jobs Ended","[shttr] Number of Jobs Ended","[hoowa] Number of Jobs Ended","[henha] Number of Jobs Ended","[yebsa] Number of Jobs Ended","[alpsw] Number of Jobs Ended","[corsh] Number of Jobs Ended","[crane] Number of Jobs Ended","[lanhach] Number of Jobs Ended","[boowa] Number of Jobs Ended","[crama] Number of Jobs Ended","[whimb] Number of Jobs Ended","[litst] Number of Jobs Ended","[misth] Number of Jobs Ended","[shag1] Number of Jobs Ended","[blhbu] Number of Jobs Ended","[litau] Number of Jobs Ended","[aytinis] Number of Jobs Ended","[whtsp] Number of Jobs Ended","[egygo] Number of Jobs Ended","[smew1] Number of Jobs Ended","[ybsbu] Number of Jobs Ended","[ovenb] Number of Jobs Ended","[jackd] Number of Jobs Ended","[rolle] Number of Jobs Ended","[duswa] Number of Jobs Ended","[field] Number of Jobs Ended","[pereg] Number of Jobs Ended","[whtpl] Number of Jobs Ended","[evegr] Number of Jobs Ended","[lesre] Number of Jobs Ended","[sante] Number of Jobs Ended","[siski] Number of Jobs Ended","[velsc] Number of Jobs Ended","[yebbu] Number of Jobs Ended","[yebwa] Number of Jobs Ended","[allga] Number of Jobs Ended","[chaff] Number of Jobs Ended","[ferdu] Number of Jobs Ended","[gloib] Number of Jobs Ended","[hardu] Number of Jobs Ended","[mamwa] Number of Jobs Ended","[relpa] Number of Jobs Ended","[ribgu] Number of Jobs Ended" +2016,41063,5822,2631,1657,1000,674,4,713,214,100,92,144,100,44,56,6,50,36,24,4,25,16,16,15,15,21,20,7,8,2,9,7,15,14,7,11,10,10,10,8,9,0,8,7,6,4,4,3,3,1,2,3,2,1,2,2,2,2,1,1,0,0,1,1,1,1,1 +2017,13920,84,0,972,0,308,752,0,94,139,62,0,1,25,4,47,0,9,12,26,1,8,8,9,7,0,0,11,8,14,7,9,0,0,7,0,1,1,0,2,0,9,0,0,0,1,0,1,0,2,1,0,0,1,0,0,0,0,1,0,1,1,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/timeseries-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/timeseries-Year-cs.csv index 516b59b36e..f026cdff57 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/timeseries-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/job_count/timeseries-Year-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[honbu] Number of Jobs Ended","[reebu] Number of Jobs Ended","[grgsh] Number of Jobs Ended","[moorh] Number of Jobs Ended","[legsh] Number of Jobs Ended","[turdo] Number of Jobs Ended","[caspl] Number of Jobs Ended","[swath] Number of Jobs Ended","[lapwi] Number of Jobs Ended","[dunli] Number of Jobs Ended","[sogsh] Number of Jobs Ended","[sancr] Number of Jobs Ended","[grath] Number of Jobs Ended","[vertera] Number of Jobs Ended","[sposa] Number of Jobs Ended","[garwa] Number of Jobs Ended","[pibgr] Number of Jobs Ended","[sarwa] Number of Jobs Ended","[proubis] Number of Jobs Ended","[noror] Number of Jobs Ended","[savsp] Number of Jobs Ended","[categ] Number of Jobs Ended","[coot1] Number of Jobs Ended","[meapi] Number of Jobs Ended","[shttr] Number of Jobs Ended","[hoowa] Number of Jobs Ended","[henha] Number of Jobs Ended","[yebsa] Number of Jobs Ended","[alpsw] Number of Jobs Ended","[corsh] Number of Jobs Ended","[crane] Number of Jobs Ended","[lanhach] Number of Jobs Ended","[boowa] Number of Jobs Ended","[crama] Number of Jobs Ended","[whimb] Number of Jobs Ended","[litst] Number of Jobs Ended","[misth] Number of Jobs Ended","[shag1] Number of Jobs Ended","[blhbu] Number of Jobs Ended","[litau] Number of Jobs Ended","[aytinis] Number of Jobs Ended","[whtsp] Number of Jobs Ended","[egygo] Number of Jobs Ended","[smew1] Number of Jobs Ended","[ybsbu] Number of Jobs Ended","[ovenb] Number of Jobs Ended","[jackd] Number of Jobs Ended","[rolle] Number of Jobs Ended","[duswa] Number of Jobs Ended","[field] Number of Jobs Ended","[pereg] Number of Jobs Ended","[whtpl] Number of Jobs Ended","[evegr] Number of Jobs Ended","[lesre] Number of Jobs Ended","[sante] Number of Jobs Ended","[siski] Number of Jobs Ended","[velsc] Number of Jobs Ended","[yebbu] Number of Jobs Ended","[yebwa] Number of Jobs Ended","[allga] Number of Jobs Ended","[chaff] Number of Jobs Ended","[ferdu] Number of Jobs Ended","[gloib] Number of Jobs Ended","[mamwa] Number of Jobs Ended","[relpa] Number of Jobs Ended","[ribgu] Number of Jobs Ended" -2016,41063,5822,2631,1657,1000,674,4,713,214,100,92,144,100,44,56,6,50,36,24,4,25,16,16,15,15,21,20,7,8,2,9,7,15,14,7,11,10,10,10,8,9,0,8,7,6,4,4,3,3,1,2,3,2,1,2,2,2,2,1,1,0,0,1,1,1,1 -2017,13920,84,0,972,0,308,752,0,94,139,62,0,1,25,4,47,0,9,12,26,1,8,8,9,7,0,0,11,8,14,7,9,0,0,7,0,1,1,0,2,0,9,0,0,0,1,0,1,0,2,1,0,0,1,0,0,0,0,1,0,1,1,0,0,0,0 +Year,"[honbu] Number of Jobs Ended","[reebu] Number of Jobs Ended","[grgsh] Number of Jobs Ended","[moorh] Number of Jobs Ended","[legsh] Number of Jobs Ended","[turdo] Number of Jobs Ended","[caspl] Number of Jobs Ended","[swath] Number of Jobs Ended","[lapwi] Number of Jobs Ended","[dunli] Number of Jobs Ended","[sogsh] Number of Jobs Ended","[sancr] Number of Jobs Ended","[grath] Number of Jobs Ended","[vertera] Number of Jobs Ended","[sposa] Number of Jobs Ended","[garwa] Number of Jobs Ended","[pibgr] Number of Jobs Ended","[sarwa] Number of Jobs Ended","[proubis] Number of Jobs Ended","[noror] Number of Jobs Ended","[savsp] Number of Jobs Ended","[categ] Number of Jobs Ended","[coot1] Number of Jobs Ended","[meapi] Number of Jobs Ended","[shttr] Number of Jobs Ended","[hoowa] Number of Jobs Ended","[henha] Number of Jobs Ended","[yebsa] Number of Jobs Ended","[alpsw] Number of Jobs Ended","[corsh] Number of Jobs Ended","[crane] Number of Jobs Ended","[lanhach] Number of Jobs Ended","[boowa] Number of Jobs Ended","[crama] Number of Jobs Ended","[whimb] Number of Jobs Ended","[litst] Number of Jobs Ended","[misth] Number of Jobs Ended","[shag1] Number of Jobs Ended","[blhbu] Number of Jobs Ended","[litau] Number of Jobs Ended","[aytinis] Number of Jobs Ended","[whtsp] Number of Jobs Ended","[egygo] Number of Jobs Ended","[smew1] Number of Jobs Ended","[ybsbu] Number of Jobs Ended","[ovenb] Number of Jobs Ended","[jackd] Number of Jobs Ended","[rolle] Number of Jobs Ended","[duswa] Number of Jobs Ended","[field] Number of Jobs Ended","[pereg] Number of Jobs Ended","[whtpl] Number of Jobs Ended","[evegr] Number of Jobs Ended","[lesre] Number of Jobs Ended","[sante] Number of Jobs Ended","[siski] Number of Jobs Ended","[velsc] Number of Jobs Ended","[yebbu] Number of Jobs Ended","[yebwa] Number of Jobs Ended","[allga] Number of Jobs Ended","[chaff] Number of Jobs Ended","[ferdu] Number of Jobs Ended","[gloib] Number of Jobs Ended","[hardu] Number of Jobs Ended","[mamwa] Number of Jobs Ended","[relpa] Number of Jobs Ended","[ribgu] Number of Jobs Ended" +2016,41063,5822,2631,1657,1000,674,4,713,214,100,92,144,100,44,56,6,50,36,24,4,25,16,16,15,15,21,20,7,8,2,9,7,15,14,7,11,10,10,10,8,9,0,8,7,6,4,4,3,3,1,2,3,2,1,2,2,2,2,1,1,0,0,1,1,1,1,1 +2017,13920,84,0,972,0,308,752,0,94,139,62,0,1,25,4,47,0,9,12,26,1,8,8,9,7,0,0,11,8,14,7,9,0,0,7,0,1,1,0,2,0,9,0,0,0,1,0,1,0,2,1,0,0,1,0,0,0,0,1,0,1,1,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/aggregate-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/aggregate-Day-cd.csv index 6a3dab09fc..a563d8015e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/aggregate-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/aggregate-Day-cd.csv @@ -13,6 +13,7 @@ yebwa,160 velsc,144 egygo,112 allga,108 +hardu,108 crane,96 meapi,96 sarwa,96 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/aggregate-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/aggregate-Day-cs.csv index 6a3dab09fc..a563d8015e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/aggregate-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/aggregate-Day-cs.csv @@ -13,6 +13,7 @@ yebwa,160 velsc,144 egygo,112 allga,108 +hardu,108 crane,96 meapi,96 sarwa,96 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/aggregate-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/aggregate-Month-cd.csv index 6a3dab09fc..a563d8015e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/aggregate-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/aggregate-Month-cd.csv @@ -13,6 +13,7 @@ yebwa,160 velsc,144 egygo,112 allga,108 +hardu,108 crane,96 meapi,96 sarwa,96 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/aggregate-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/aggregate-Month-cs.csv index 6a3dab09fc..a563d8015e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/aggregate-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/aggregate-Month-cs.csv @@ -13,6 +13,7 @@ yebwa,160 velsc,144 egygo,112 allga,108 +hardu,108 crane,96 meapi,96 sarwa,96 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/aggregate-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/aggregate-Quarter-cd.csv index 6a3dab09fc..a563d8015e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/aggregate-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/aggregate-Quarter-cd.csv @@ -13,6 +13,7 @@ yebwa,160 velsc,144 egygo,112 allga,108 +hardu,108 crane,96 meapi,96 sarwa,96 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/aggregate-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/aggregate-Quarter-cs.csv index 6a3dab09fc..a563d8015e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/aggregate-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/aggregate-Quarter-cs.csv @@ -13,6 +13,7 @@ yebwa,160 velsc,144 egygo,112 allga,108 +hardu,108 crane,96 meapi,96 sarwa,96 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/aggregate-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/aggregate-Year-cd.csv index 6a3dab09fc..a563d8015e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/aggregate-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/aggregate-Year-cd.csv @@ -13,6 +13,7 @@ yebwa,160 velsc,144 egygo,112 allga,108 +hardu,108 crane,96 meapi,96 sarwa,96 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/aggregate-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/aggregate-Year-cs.csv index 6a3dab09fc..a563d8015e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/aggregate-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/aggregate-Year-cs.csv @@ -13,6 +13,7 @@ yebwa,160 velsc,144 egygo,112 allga,108 +hardu,108 crane,96 meapi,96 sarwa,96 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/timeseries-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/timeseries-Day-cd.csv index b1d4ca5c12..52ffd0852c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/timeseries-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/timeseries-Day-cd.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[duswa] Job Size: Max (Core Count)","[aytinis] Job Size: Max (Core Count)","[dunli] Job Size: Max (Core Count)","[yebwa] Job Size: Max (Core Count)","[velsc] Job Size: Max (Core Count)","[egygo] Job Size: Max (Core Count)","[allga] Job Size: Max (Core Count)","[crane] Job Size: Max (Core Count)","[meapi] Job Size: Max (Core Count)","[sarwa] Job Size: Max (Core Count)","[siski] Job Size: Max (Core Count)","[smew1] Job Size: Max (Core Count)","[whimb] Job Size: Max (Core Count)","[alpsw] Job Size: Max (Core Count)","[chaff] Job Size: Max (Core Count)","[swath] Job Size: Max (Core Count)","[ferdu] Job Size: Max (Core Count)","[pereg] Job Size: Max (Core Count)","[rolle] Job Size: Max (Core Count)","[evegr] Job Size: Max (Core Count)","[vertera] Job Size: Max (Core Count)","[yebbu] Job Size: Max (Core Count)","[noror] Job Size: Max (Core Count)","[reebu] Job Size: Max (Core Count)","[sancr] Job Size: Max (Core Count)","[shag1] Job Size: Max (Core Count)","[shttr] Job Size: Max (Core Count)","[whtsp] Job Size: Max (Core Count)","[crama] Job Size: Max (Core Count)","[gloib] Job Size: Max (Core Count)","[lanhach] Job Size: Max (Core Count)","[garwa] Job Size: Max (Core Count)","[litst] Job Size: Max (Core Count)","[ovenb] Job Size: Max (Core Count)","[relpa] Job Size: Max (Core Count)","[ybsbu] Job Size: Max (Core Count)","[boowa] Job Size: Max (Core Count)","[caspl] Job Size: Max (Core Count)","[grath] Job Size: Max (Core Count)","[honbu] Job Size: Max (Core Count)","[hoowa] Job Size: Max (Core Count)","[litau] Job Size: Max (Core Count)","[misth] Job Size: Max (Core Count)","[sposa] Job Size: Max (Core Count)","[turdo] Job Size: Max (Core Count)","[whtpl] Job Size: Max (Core Count)","[corsh] Job Size: Max (Core Count)","[field] Job Size: Max (Core Count)","[lesre] Job Size: Max (Core Count)","[yebsa] Job Size: Max (Core Count)","[blhbu] Job Size: Max (Core Count)","[categ] Job Size: Max (Core Count)","[coot1] Job Size: Max (Core Count)","[grgsh] Job Size: Max (Core Count)","[henha] Job Size: Max (Core Count)","[jackd] Job Size: Max (Core Count)","[lapwi] Job Size: Max (Core Count)","[legsh] Job Size: Max (Core Count)","[mamwa] Job Size: Max (Core Count)","[moorh] Job Size: Max (Core Count)","[pibgr] Job Size: Max (Core Count)","[proubis] Job Size: Max (Core Count)","[ribgu] Job Size: Max (Core Count)","[sante] Job Size: Max (Core Count)","[savsp] Job Size: Max (Core Count)","[sogsh] Job Size: Max (Core Count)" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0 -2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0 -2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0 -2016-12-27,0,0,0,0,144,0,0,0,96,0,72,0,0,0,64,0,0,0,0,0,0,0,12,32,32,0,8,0,0,0,0,16,0,16,0,16,12,0,0,1,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0 -2016-12-28,0,192,0,0,144,0,0,0,96,32,72,0,0,0,64,0,0,0,0,0,0,0,12,32,32,32,8,0,0,20,0,16,0,16,0,16,12,0,0,1,8,0,12,0,12,12,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,1,0,0 -2016-12-29,0,192,0,160,144,112,0,96,96,32,72,72,0,0,64,64,60,60,0,56,0,40,12,32,32,32,8,0,0,20,1,16,0,16,0,16,12,0,2,12,8,5,12,12,12,12,8,0,4,4,0,0,0,0,1,0,1,0,1,1,1,0,0,1,0,0 -2016-12-30,336,192,192,160,144,112,108,96,96,96,72,72,72,64,64,64,60,60,60,56,48,40,12,32,32,32,32,0,20,20,20,16,16,16,16,16,12,0,12,12,12,5,12,12,12,12,8,8,4,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 -2016-12-31,336,192,192,0,0,112,0,96,96,96,48,72,72,64,64,64,60,60,60,0,48,40,32,16,20,32,8,24,0,0,20,16,16,16,0,8,1,12,2,12,12,12,12,12,8,0,8,8,4,4,1,1,1,1,1,1,1,1,0,1,0,1,1,0,1,1 -2017-01-01,0,0,192,160,0,0,0,96,96,48,0,0,72,32,64,0,60,60,5,0,48,0,12,24,0,24,8,24,0,0,20,16,0,16,0,0,0,12,2,12,0,12,12,12,8,0,8,8,4,4,0,1,1,0,0,0,1,0,0,1,0,1,0,0,1,1 +Day,"[duswa] Job Size: Max (Core Count)","[aytinis] Job Size: Max (Core Count)","[dunli] Job Size: Max (Core Count)","[yebwa] Job Size: Max (Core Count)","[velsc] Job Size: Max (Core Count)","[egygo] Job Size: Max (Core Count)","[allga] Job Size: Max (Core Count)","[hardu] Job Size: Max (Core Count)","[crane] Job Size: Max (Core Count)","[meapi] Job Size: Max (Core Count)","[sarwa] Job Size: Max (Core Count)","[siski] Job Size: Max (Core Count)","[smew1] Job Size: Max (Core Count)","[whimb] Job Size: Max (Core Count)","[alpsw] Job Size: Max (Core Count)","[chaff] Job Size: Max (Core Count)","[swath] Job Size: Max (Core Count)","[ferdu] Job Size: Max (Core Count)","[pereg] Job Size: Max (Core Count)","[rolle] Job Size: Max (Core Count)","[evegr] Job Size: Max (Core Count)","[vertera] Job Size: Max (Core Count)","[yebbu] Job Size: Max (Core Count)","[noror] Job Size: Max (Core Count)","[reebu] Job Size: Max (Core Count)","[sancr] Job Size: Max (Core Count)","[shag1] Job Size: Max (Core Count)","[shttr] Job Size: Max (Core Count)","[whtsp] Job Size: Max (Core Count)","[crama] Job Size: Max (Core Count)","[gloib] Job Size: Max (Core Count)","[lanhach] Job Size: Max (Core Count)","[garwa] Job Size: Max (Core Count)","[litst] Job Size: Max (Core Count)","[ovenb] Job Size: Max (Core Count)","[relpa] Job Size: Max (Core Count)","[ybsbu] Job Size: Max (Core Count)","[boowa] Job Size: Max (Core Count)","[caspl] Job Size: Max (Core Count)","[grath] Job Size: Max (Core Count)","[honbu] Job Size: Max (Core Count)","[hoowa] Job Size: Max (Core Count)","[litau] Job Size: Max (Core Count)","[misth] Job Size: Max (Core Count)","[sposa] Job Size: Max (Core Count)","[turdo] Job Size: Max (Core Count)","[whtpl] Job Size: Max (Core Count)","[corsh] Job Size: Max (Core Count)","[field] Job Size: Max (Core Count)","[lesre] Job Size: Max (Core Count)","[yebsa] Job Size: Max (Core Count)","[blhbu] Job Size: Max (Core Count)","[categ] Job Size: Max (Core Count)","[coot1] Job Size: Max (Core Count)","[grgsh] Job Size: Max (Core Count)","[henha] Job Size: Max (Core Count)","[jackd] Job Size: Max (Core Count)","[lapwi] Job Size: Max (Core Count)","[legsh] Job Size: Max (Core Count)","[mamwa] Job Size: Max (Core Count)","[moorh] Job Size: Max (Core Count)","[pibgr] Job Size: Max (Core Count)","[proubis] Job Size: Max (Core Count)","[ribgu] Job Size: Max (Core Count)","[sante] Job Size: Max (Core Count)","[savsp] Job Size: Max (Core Count)","[sogsh] Job Size: Max (Core Count)" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0 +2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0 +2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0 +2016-12-27,0,0,0,0,144,0,0,0,0,96,0,72,0,0,0,64,0,0,0,0,0,0,0,12,32,32,0,8,0,0,0,0,16,0,16,0,16,12,0,0,1,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0 +2016-12-28,0,192,0,0,144,0,0,0,0,96,32,72,0,0,0,64,0,0,0,0,0,0,0,12,32,32,32,8,0,0,20,0,16,0,16,0,16,12,0,0,1,8,0,12,0,12,12,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,1,0,0 +2016-12-29,0,192,0,160,144,112,0,0,96,96,32,72,72,0,0,64,64,60,60,0,56,0,40,12,32,32,32,8,0,0,20,1,16,0,16,0,16,12,0,2,12,8,5,12,12,12,12,8,0,4,4,0,0,0,0,1,0,1,0,1,1,1,0,0,1,0,0 +2016-12-30,336,192,192,160,144,112,108,108,96,96,96,72,72,72,64,64,64,60,60,60,56,48,40,12,32,32,32,32,0,20,20,20,16,16,16,16,16,12,0,12,12,12,5,12,12,12,12,8,8,4,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +2016-12-31,336,192,192,0,0,112,0,0,96,96,96,48,72,72,64,64,64,60,60,60,0,48,40,32,16,20,32,8,24,0,0,20,16,16,16,0,8,1,12,2,12,12,12,12,12,8,0,8,8,4,4,1,1,1,1,1,1,1,1,0,1,0,1,1,0,1,1 +2017-01-01,0,0,192,160,0,0,0,0,96,96,48,0,0,72,32,64,0,60,60,5,0,48,0,12,24,0,24,8,24,0,0,20,16,0,16,0,0,0,12,2,12,0,12,12,12,8,0,8,8,4,4,0,1,1,0,0,0,1,0,0,1,0,1,0,0,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/timeseries-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/timeseries-Day-cs.csv index b1d4ca5c12..52ffd0852c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/timeseries-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/timeseries-Day-cs.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[duswa] Job Size: Max (Core Count)","[aytinis] Job Size: Max (Core Count)","[dunli] Job Size: Max (Core Count)","[yebwa] Job Size: Max (Core Count)","[velsc] Job Size: Max (Core Count)","[egygo] Job Size: Max (Core Count)","[allga] Job Size: Max (Core Count)","[crane] Job Size: Max (Core Count)","[meapi] Job Size: Max (Core Count)","[sarwa] Job Size: Max (Core Count)","[siski] Job Size: Max (Core Count)","[smew1] Job Size: Max (Core Count)","[whimb] Job Size: Max (Core Count)","[alpsw] Job Size: Max (Core Count)","[chaff] Job Size: Max (Core Count)","[swath] Job Size: Max (Core Count)","[ferdu] Job Size: Max (Core Count)","[pereg] Job Size: Max (Core Count)","[rolle] Job Size: Max (Core Count)","[evegr] Job Size: Max (Core Count)","[vertera] Job Size: Max (Core Count)","[yebbu] Job Size: Max (Core Count)","[noror] Job Size: Max (Core Count)","[reebu] Job Size: Max (Core Count)","[sancr] Job Size: Max (Core Count)","[shag1] Job Size: Max (Core Count)","[shttr] Job Size: Max (Core Count)","[whtsp] Job Size: Max (Core Count)","[crama] Job Size: Max (Core Count)","[gloib] Job Size: Max (Core Count)","[lanhach] Job Size: Max (Core Count)","[garwa] Job Size: Max (Core Count)","[litst] Job Size: Max (Core Count)","[ovenb] Job Size: Max (Core Count)","[relpa] Job Size: Max (Core Count)","[ybsbu] Job Size: Max (Core Count)","[boowa] Job Size: Max (Core Count)","[caspl] Job Size: Max (Core Count)","[grath] Job Size: Max (Core Count)","[honbu] Job Size: Max (Core Count)","[hoowa] Job Size: Max (Core Count)","[litau] Job Size: Max (Core Count)","[misth] Job Size: Max (Core Count)","[sposa] Job Size: Max (Core Count)","[turdo] Job Size: Max (Core Count)","[whtpl] Job Size: Max (Core Count)","[corsh] Job Size: Max (Core Count)","[field] Job Size: Max (Core Count)","[lesre] Job Size: Max (Core Count)","[yebsa] Job Size: Max (Core Count)","[blhbu] Job Size: Max (Core Count)","[categ] Job Size: Max (Core Count)","[coot1] Job Size: Max (Core Count)","[grgsh] Job Size: Max (Core Count)","[henha] Job Size: Max (Core Count)","[jackd] Job Size: Max (Core Count)","[lapwi] Job Size: Max (Core Count)","[legsh] Job Size: Max (Core Count)","[mamwa] Job Size: Max (Core Count)","[moorh] Job Size: Max (Core Count)","[pibgr] Job Size: Max (Core Count)","[proubis] Job Size: Max (Core Count)","[ribgu] Job Size: Max (Core Count)","[sante] Job Size: Max (Core Count)","[savsp] Job Size: Max (Core Count)","[sogsh] Job Size: Max (Core Count)" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0 -2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0 -2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0 -2016-12-27,0,0,0,0,144,0,0,0,96,0,72,0,0,0,64,0,0,0,0,0,0,0,12,32,32,0,8,0,0,0,0,16,0,16,0,16,12,0,0,1,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0 -2016-12-28,0,192,0,0,144,0,0,0,96,32,72,0,0,0,64,0,0,0,0,0,0,0,12,32,32,32,8,0,0,20,0,16,0,16,0,16,12,0,0,1,8,0,12,0,12,12,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,1,0,0 -2016-12-29,0,192,0,160,144,112,0,96,96,32,72,72,0,0,64,64,60,60,0,56,0,40,12,32,32,32,8,0,0,20,1,16,0,16,0,16,12,0,2,12,8,5,12,12,12,12,8,0,4,4,0,0,0,0,1,0,1,0,1,1,1,0,0,1,0,0 -2016-12-30,336,192,192,160,144,112,108,96,96,96,72,72,72,64,64,64,60,60,60,56,48,40,12,32,32,32,32,0,20,20,20,16,16,16,16,16,12,0,12,12,12,5,12,12,12,12,8,8,4,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 -2016-12-31,336,192,192,0,0,112,0,96,96,96,48,72,72,64,64,64,60,60,60,0,48,40,32,16,20,32,8,24,0,0,20,16,16,16,0,8,1,12,2,12,12,12,12,12,8,0,8,8,4,4,1,1,1,1,1,1,1,1,0,1,0,1,1,0,1,1 -2017-01-01,0,0,192,160,0,0,0,96,96,48,0,0,72,32,64,0,60,60,5,0,48,0,12,24,0,24,8,24,0,0,20,16,0,16,0,0,0,12,2,12,0,12,12,12,8,0,8,8,4,4,0,1,1,0,0,0,1,0,0,1,0,1,0,0,1,1 +Day,"[duswa] Job Size: Max (Core Count)","[aytinis] Job Size: Max (Core Count)","[dunli] Job Size: Max (Core Count)","[yebwa] Job Size: Max (Core Count)","[velsc] Job Size: Max (Core Count)","[egygo] Job Size: Max (Core Count)","[allga] Job Size: Max (Core Count)","[hardu] Job Size: Max (Core Count)","[crane] Job Size: Max (Core Count)","[meapi] Job Size: Max (Core Count)","[sarwa] Job Size: Max (Core Count)","[siski] Job Size: Max (Core Count)","[smew1] Job Size: Max (Core Count)","[whimb] Job Size: Max (Core Count)","[alpsw] Job Size: Max (Core Count)","[chaff] Job Size: Max (Core Count)","[swath] Job Size: Max (Core Count)","[ferdu] Job Size: Max (Core Count)","[pereg] Job Size: Max (Core Count)","[rolle] Job Size: Max (Core Count)","[evegr] Job Size: Max (Core Count)","[vertera] Job Size: Max (Core Count)","[yebbu] Job Size: Max (Core Count)","[noror] Job Size: Max (Core Count)","[reebu] Job Size: Max (Core Count)","[sancr] Job Size: Max (Core Count)","[shag1] Job Size: Max (Core Count)","[shttr] Job Size: Max (Core Count)","[whtsp] Job Size: Max (Core Count)","[crama] Job Size: Max (Core Count)","[gloib] Job Size: Max (Core Count)","[lanhach] Job Size: Max (Core Count)","[garwa] Job Size: Max (Core Count)","[litst] Job Size: Max (Core Count)","[ovenb] Job Size: Max (Core Count)","[relpa] Job Size: Max (Core Count)","[ybsbu] Job Size: Max (Core Count)","[boowa] Job Size: Max (Core Count)","[caspl] Job Size: Max (Core Count)","[grath] Job Size: Max (Core Count)","[honbu] Job Size: Max (Core Count)","[hoowa] Job Size: Max (Core Count)","[litau] Job Size: Max (Core Count)","[misth] Job Size: Max (Core Count)","[sposa] Job Size: Max (Core Count)","[turdo] Job Size: Max (Core Count)","[whtpl] Job Size: Max (Core Count)","[corsh] Job Size: Max (Core Count)","[field] Job Size: Max (Core Count)","[lesre] Job Size: Max (Core Count)","[yebsa] Job Size: Max (Core Count)","[blhbu] Job Size: Max (Core Count)","[categ] Job Size: Max (Core Count)","[coot1] Job Size: Max (Core Count)","[grgsh] Job Size: Max (Core Count)","[henha] Job Size: Max (Core Count)","[jackd] Job Size: Max (Core Count)","[lapwi] Job Size: Max (Core Count)","[legsh] Job Size: Max (Core Count)","[mamwa] Job Size: Max (Core Count)","[moorh] Job Size: Max (Core Count)","[pibgr] Job Size: Max (Core Count)","[proubis] Job Size: Max (Core Count)","[ribgu] Job Size: Max (Core Count)","[sante] Job Size: Max (Core Count)","[savsp] Job Size: Max (Core Count)","[sogsh] Job Size: Max (Core Count)" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0 +2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0 +2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,24,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0 +2016-12-27,0,0,0,0,144,0,0,0,0,96,0,72,0,0,0,64,0,0,0,0,0,0,0,12,32,32,0,8,0,0,0,0,16,0,16,0,16,12,0,0,1,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0 +2016-12-28,0,192,0,0,144,0,0,0,0,96,32,72,0,0,0,64,0,0,0,0,0,0,0,12,32,32,32,8,0,0,20,0,16,0,16,0,16,12,0,0,1,8,0,12,0,12,12,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,1,0,0 +2016-12-29,0,192,0,160,144,112,0,0,96,96,32,72,72,0,0,64,64,60,60,0,56,0,40,12,32,32,32,8,0,0,20,1,16,0,16,0,16,12,0,2,12,8,5,12,12,12,12,8,0,4,4,0,0,0,0,1,0,1,0,1,1,1,0,0,1,0,0 +2016-12-30,336,192,192,160,144,112,108,108,96,96,96,72,72,72,64,64,64,60,60,60,56,48,40,12,32,32,32,32,0,20,20,20,16,16,16,16,16,12,0,12,12,12,5,12,12,12,12,8,8,4,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +2016-12-31,336,192,192,0,0,112,0,0,96,96,96,48,72,72,64,64,64,60,60,60,0,48,40,32,16,20,32,8,24,0,0,20,16,16,16,0,8,1,12,2,12,12,12,12,12,8,0,8,8,4,4,1,1,1,1,1,1,1,1,0,1,0,1,1,0,1,1 +2017-01-01,0,0,192,160,0,0,0,0,96,96,48,0,0,72,32,64,0,60,60,5,0,48,0,12,24,0,24,8,24,0,0,20,16,0,16,0,0,0,12,2,12,0,12,12,12,8,0,8,8,4,4,0,1,1,0,0,0,1,0,0,1,0,1,0,0,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/timeseries-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/timeseries-Month-cd.csv index fbbc80782e..99af11408d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/timeseries-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/timeseries-Month-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[duswa] Job Size: Max (Core Count)","[aytinis] Job Size: Max (Core Count)","[dunli] Job Size: Max (Core Count)","[yebwa] Job Size: Max (Core Count)","[velsc] Job Size: Max (Core Count)","[egygo] Job Size: Max (Core Count)","[allga] Job Size: Max (Core Count)","[crane] Job Size: Max (Core Count)","[meapi] Job Size: Max (Core Count)","[sarwa] Job Size: Max (Core Count)","[siski] Job Size: Max (Core Count)","[smew1] Job Size: Max (Core Count)","[whimb] Job Size: Max (Core Count)","[alpsw] Job Size: Max (Core Count)","[chaff] Job Size: Max (Core Count)","[swath] Job Size: Max (Core Count)","[ferdu] Job Size: Max (Core Count)","[pereg] Job Size: Max (Core Count)","[rolle] Job Size: Max (Core Count)","[evegr] Job Size: Max (Core Count)","[vertera] Job Size: Max (Core Count)","[yebbu] Job Size: Max (Core Count)","[noror] Job Size: Max (Core Count)","[reebu] Job Size: Max (Core Count)","[sancr] Job Size: Max (Core Count)","[shag1] Job Size: Max (Core Count)","[shttr] Job Size: Max (Core Count)","[whtsp] Job Size: Max (Core Count)","[crama] Job Size: Max (Core Count)","[gloib] Job Size: Max (Core Count)","[lanhach] Job Size: Max (Core Count)","[garwa] Job Size: Max (Core Count)","[litst] Job Size: Max (Core Count)","[ovenb] Job Size: Max (Core Count)","[relpa] Job Size: Max (Core Count)","[ybsbu] Job Size: Max (Core Count)","[boowa] Job Size: Max (Core Count)","[caspl] Job Size: Max (Core Count)","[grath] Job Size: Max (Core Count)","[honbu] Job Size: Max (Core Count)","[hoowa] Job Size: Max (Core Count)","[litau] Job Size: Max (Core Count)","[misth] Job Size: Max (Core Count)","[sposa] Job Size: Max (Core Count)","[turdo] Job Size: Max (Core Count)","[whtpl] Job Size: Max (Core Count)","[corsh] Job Size: Max (Core Count)","[field] Job Size: Max (Core Count)","[lesre] Job Size: Max (Core Count)","[yebsa] Job Size: Max (Core Count)","[blhbu] Job Size: Max (Core Count)","[categ] Job Size: Max (Core Count)","[coot1] Job Size: Max (Core Count)","[grgsh] Job Size: Max (Core Count)","[henha] Job Size: Max (Core Count)","[jackd] Job Size: Max (Core Count)","[lapwi] Job Size: Max (Core Count)","[legsh] Job Size: Max (Core Count)","[mamwa] Job Size: Max (Core Count)","[moorh] Job Size: Max (Core Count)","[pibgr] Job Size: Max (Core Count)","[proubis] Job Size: Max (Core Count)","[ribgu] Job Size: Max (Core Count)","[sante] Job Size: Max (Core Count)","[savsp] Job Size: Max (Core Count)","[sogsh] Job Size: Max (Core Count)" -2016-12,336,192,192,160,144,112,108,96,96,96,72,72,72,64,64,64,60,60,60,56,48,40,32,32,32,32,32,24,20,20,20,16,16,16,16,16,12,12,12,12,12,12,12,12,12,12,8,8,4,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 -2017-01,0,0,192,160,0,0,0,96,96,48,0,0,72,32,64,0,60,60,5,0,48,0,12,24,0,24,8,24,0,0,20,16,0,16,0,0,0,12,2,12,0,12,12,12,8,0,8,8,4,4,0,1,1,0,0,0,1,0,0,1,0,1,0,0,1,1 +Month,"[duswa] Job Size: Max (Core Count)","[aytinis] Job Size: Max (Core Count)","[dunli] Job Size: Max (Core Count)","[yebwa] Job Size: Max (Core Count)","[velsc] Job Size: Max (Core Count)","[egygo] Job Size: Max (Core Count)","[allga] Job Size: Max (Core Count)","[hardu] Job Size: Max (Core Count)","[crane] Job Size: Max (Core Count)","[meapi] Job Size: Max (Core Count)","[sarwa] Job Size: Max (Core Count)","[siski] Job Size: Max (Core Count)","[smew1] Job Size: Max (Core Count)","[whimb] Job Size: Max (Core Count)","[alpsw] Job Size: Max (Core Count)","[chaff] Job Size: Max (Core Count)","[swath] Job Size: Max (Core Count)","[ferdu] Job Size: Max (Core Count)","[pereg] Job Size: Max (Core Count)","[rolle] Job Size: Max (Core Count)","[evegr] Job Size: Max (Core Count)","[vertera] Job Size: Max (Core Count)","[yebbu] Job Size: Max (Core Count)","[noror] Job Size: Max (Core Count)","[reebu] Job Size: Max (Core Count)","[sancr] Job Size: Max (Core Count)","[shag1] Job Size: Max (Core Count)","[shttr] Job Size: Max (Core Count)","[whtsp] Job Size: Max (Core Count)","[crama] Job Size: Max (Core Count)","[gloib] Job Size: Max (Core Count)","[lanhach] Job Size: Max (Core Count)","[garwa] Job Size: Max (Core Count)","[litst] Job Size: Max (Core Count)","[ovenb] Job Size: Max (Core Count)","[relpa] Job Size: Max (Core Count)","[ybsbu] Job Size: Max (Core Count)","[boowa] Job Size: Max (Core Count)","[caspl] Job Size: Max (Core Count)","[grath] Job Size: Max (Core Count)","[honbu] Job Size: Max (Core Count)","[hoowa] Job Size: Max (Core Count)","[litau] Job Size: Max (Core Count)","[misth] Job Size: Max (Core Count)","[sposa] Job Size: Max (Core Count)","[turdo] Job Size: Max (Core Count)","[whtpl] Job Size: Max (Core Count)","[corsh] Job Size: Max (Core Count)","[field] Job Size: Max (Core Count)","[lesre] Job Size: Max (Core Count)","[yebsa] Job Size: Max (Core Count)","[blhbu] Job Size: Max (Core Count)","[categ] Job Size: Max (Core Count)","[coot1] Job Size: Max (Core Count)","[grgsh] Job Size: Max (Core Count)","[henha] Job Size: Max (Core Count)","[jackd] Job Size: Max (Core Count)","[lapwi] Job Size: Max (Core Count)","[legsh] Job Size: Max (Core Count)","[mamwa] Job Size: Max (Core Count)","[moorh] Job Size: Max (Core Count)","[pibgr] Job Size: Max (Core Count)","[proubis] Job Size: Max (Core Count)","[ribgu] Job Size: Max (Core Count)","[sante] Job Size: Max (Core Count)","[savsp] Job Size: Max (Core Count)","[sogsh] Job Size: Max (Core Count)" +2016-12,336,192,192,160,144,112,108,108,96,96,96,72,72,72,64,64,64,60,60,60,56,48,40,32,32,32,32,32,24,20,20,20,16,16,16,16,16,12,12,12,12,12,12,12,12,12,12,8,8,4,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +2017-01,0,0,192,160,0,0,0,0,96,96,48,0,0,72,32,64,0,60,60,5,0,48,0,12,24,0,24,8,24,0,0,20,16,0,16,0,0,0,12,2,12,0,12,12,12,8,0,8,8,4,4,0,1,1,0,0,0,1,0,0,1,0,1,0,0,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/timeseries-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/timeseries-Month-cs.csv index fbbc80782e..99af11408d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/timeseries-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/timeseries-Month-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[duswa] Job Size: Max (Core Count)","[aytinis] Job Size: Max (Core Count)","[dunli] Job Size: Max (Core Count)","[yebwa] Job Size: Max (Core Count)","[velsc] Job Size: Max (Core Count)","[egygo] Job Size: Max (Core Count)","[allga] Job Size: Max (Core Count)","[crane] Job Size: Max (Core Count)","[meapi] Job Size: Max (Core Count)","[sarwa] Job Size: Max (Core Count)","[siski] Job Size: Max (Core Count)","[smew1] Job Size: Max (Core Count)","[whimb] Job Size: Max (Core Count)","[alpsw] Job Size: Max (Core Count)","[chaff] Job Size: Max (Core Count)","[swath] Job Size: Max (Core Count)","[ferdu] Job Size: Max (Core Count)","[pereg] Job Size: Max (Core Count)","[rolle] Job Size: Max (Core Count)","[evegr] Job Size: Max (Core Count)","[vertera] Job Size: Max (Core Count)","[yebbu] Job Size: Max (Core Count)","[noror] Job Size: Max (Core Count)","[reebu] Job Size: Max (Core Count)","[sancr] Job Size: Max (Core Count)","[shag1] Job Size: Max (Core Count)","[shttr] Job Size: Max (Core Count)","[whtsp] Job Size: Max (Core Count)","[crama] Job Size: Max (Core Count)","[gloib] Job Size: Max (Core Count)","[lanhach] Job Size: Max (Core Count)","[garwa] Job Size: Max (Core Count)","[litst] Job Size: Max (Core Count)","[ovenb] Job Size: Max (Core Count)","[relpa] Job Size: Max (Core Count)","[ybsbu] Job Size: Max (Core Count)","[boowa] Job Size: Max (Core Count)","[caspl] Job Size: Max (Core Count)","[grath] Job Size: Max (Core Count)","[honbu] Job Size: Max (Core Count)","[hoowa] Job Size: Max (Core Count)","[litau] Job Size: Max (Core Count)","[misth] Job Size: Max (Core Count)","[sposa] Job Size: Max (Core Count)","[turdo] Job Size: Max (Core Count)","[whtpl] Job Size: Max (Core Count)","[corsh] Job Size: Max (Core Count)","[field] Job Size: Max (Core Count)","[lesre] Job Size: Max (Core Count)","[yebsa] Job Size: Max (Core Count)","[blhbu] Job Size: Max (Core Count)","[categ] Job Size: Max (Core Count)","[coot1] Job Size: Max (Core Count)","[grgsh] Job Size: Max (Core Count)","[henha] Job Size: Max (Core Count)","[jackd] Job Size: Max (Core Count)","[lapwi] Job Size: Max (Core Count)","[legsh] Job Size: Max (Core Count)","[mamwa] Job Size: Max (Core Count)","[moorh] Job Size: Max (Core Count)","[pibgr] Job Size: Max (Core Count)","[proubis] Job Size: Max (Core Count)","[ribgu] Job Size: Max (Core Count)","[sante] Job Size: Max (Core Count)","[savsp] Job Size: Max (Core Count)","[sogsh] Job Size: Max (Core Count)" -2016-12,336,192,192,160,144,112,108,96,96,96,72,72,72,64,64,64,60,60,60,56,48,40,32,32,32,32,32,24,20,20,20,16,16,16,16,16,12,12,12,12,12,12,12,12,12,12,8,8,4,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 -2017-01,0,0,192,160,0,0,0,96,96,48,0,0,72,32,64,0,60,60,5,0,48,0,12,24,0,24,8,24,0,0,20,16,0,16,0,0,0,12,2,12,0,12,12,12,8,0,8,8,4,4,0,1,1,0,0,0,1,0,0,1,0,1,0,0,1,1 +Month,"[duswa] Job Size: Max (Core Count)","[aytinis] Job Size: Max (Core Count)","[dunli] Job Size: Max (Core Count)","[yebwa] Job Size: Max (Core Count)","[velsc] Job Size: Max (Core Count)","[egygo] Job Size: Max (Core Count)","[allga] Job Size: Max (Core Count)","[hardu] Job Size: Max (Core Count)","[crane] Job Size: Max (Core Count)","[meapi] Job Size: Max (Core Count)","[sarwa] Job Size: Max (Core Count)","[siski] Job Size: Max (Core Count)","[smew1] Job Size: Max (Core Count)","[whimb] Job Size: Max (Core Count)","[alpsw] Job Size: Max (Core Count)","[chaff] Job Size: Max (Core Count)","[swath] Job Size: Max (Core Count)","[ferdu] Job Size: Max (Core Count)","[pereg] Job Size: Max (Core Count)","[rolle] Job Size: Max (Core Count)","[evegr] Job Size: Max (Core Count)","[vertera] Job Size: Max (Core Count)","[yebbu] Job Size: Max (Core Count)","[noror] Job Size: Max (Core Count)","[reebu] Job Size: Max (Core Count)","[sancr] Job Size: Max (Core Count)","[shag1] Job Size: Max (Core Count)","[shttr] Job Size: Max (Core Count)","[whtsp] Job Size: Max (Core Count)","[crama] Job Size: Max (Core Count)","[gloib] Job Size: Max (Core Count)","[lanhach] Job Size: Max (Core Count)","[garwa] Job Size: Max (Core Count)","[litst] Job Size: Max (Core Count)","[ovenb] Job Size: Max (Core Count)","[relpa] Job Size: Max (Core Count)","[ybsbu] Job Size: Max (Core Count)","[boowa] Job Size: Max (Core Count)","[caspl] Job Size: Max (Core Count)","[grath] Job Size: Max (Core Count)","[honbu] Job Size: Max (Core Count)","[hoowa] Job Size: Max (Core Count)","[litau] Job Size: Max (Core Count)","[misth] Job Size: Max (Core Count)","[sposa] Job Size: Max (Core Count)","[turdo] Job Size: Max (Core Count)","[whtpl] Job Size: Max (Core Count)","[corsh] Job Size: Max (Core Count)","[field] Job Size: Max (Core Count)","[lesre] Job Size: Max (Core Count)","[yebsa] Job Size: Max (Core Count)","[blhbu] Job Size: Max (Core Count)","[categ] Job Size: Max (Core Count)","[coot1] Job Size: Max (Core Count)","[grgsh] Job Size: Max (Core Count)","[henha] Job Size: Max (Core Count)","[jackd] Job Size: Max (Core Count)","[lapwi] Job Size: Max (Core Count)","[legsh] Job Size: Max (Core Count)","[mamwa] Job Size: Max (Core Count)","[moorh] Job Size: Max (Core Count)","[pibgr] Job Size: Max (Core Count)","[proubis] Job Size: Max (Core Count)","[ribgu] Job Size: Max (Core Count)","[sante] Job Size: Max (Core Count)","[savsp] Job Size: Max (Core Count)","[sogsh] Job Size: Max (Core Count)" +2016-12,336,192,192,160,144,112,108,108,96,96,96,72,72,72,64,64,64,60,60,60,56,48,40,32,32,32,32,32,24,20,20,20,16,16,16,16,16,12,12,12,12,12,12,12,12,12,12,8,8,4,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +2017-01,0,0,192,160,0,0,0,0,96,96,48,0,0,72,32,64,0,60,60,5,0,48,0,12,24,0,24,8,24,0,0,20,16,0,16,0,0,0,12,2,12,0,12,12,12,8,0,8,8,4,4,0,1,1,0,0,0,1,0,0,1,0,1,0,0,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/timeseries-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/timeseries-Quarter-cd.csv index 0a360f458a..e65d7ee48f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/timeseries-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/timeseries-Quarter-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[duswa] Job Size: Max (Core Count)","[aytinis] Job Size: Max (Core Count)","[dunli] Job Size: Max (Core Count)","[yebwa] Job Size: Max (Core Count)","[velsc] Job Size: Max (Core Count)","[egygo] Job Size: Max (Core Count)","[allga] Job Size: Max (Core Count)","[crane] Job Size: Max (Core Count)","[meapi] Job Size: Max (Core Count)","[sarwa] Job Size: Max (Core Count)","[siski] Job Size: Max (Core Count)","[smew1] Job Size: Max (Core Count)","[whimb] Job Size: Max (Core Count)","[alpsw] Job Size: Max (Core Count)","[chaff] Job Size: Max (Core Count)","[swath] Job Size: Max (Core Count)","[ferdu] Job Size: Max (Core Count)","[pereg] Job Size: Max (Core Count)","[rolle] Job Size: Max (Core Count)","[evegr] Job Size: Max (Core Count)","[vertera] Job Size: Max (Core Count)","[yebbu] Job Size: Max (Core Count)","[noror] Job Size: Max (Core Count)","[reebu] Job Size: Max (Core Count)","[sancr] Job Size: Max (Core Count)","[shag1] Job Size: Max (Core Count)","[shttr] Job Size: Max (Core Count)","[whtsp] Job Size: Max (Core Count)","[crama] Job Size: Max (Core Count)","[gloib] Job Size: Max (Core Count)","[lanhach] Job Size: Max (Core Count)","[garwa] Job Size: Max (Core Count)","[litst] Job Size: Max (Core Count)","[ovenb] Job Size: Max (Core Count)","[relpa] Job Size: Max (Core Count)","[ybsbu] Job Size: Max (Core Count)","[boowa] Job Size: Max (Core Count)","[caspl] Job Size: Max (Core Count)","[grath] Job Size: Max (Core Count)","[honbu] Job Size: Max (Core Count)","[hoowa] Job Size: Max (Core Count)","[litau] Job Size: Max (Core Count)","[misth] Job Size: Max (Core Count)","[sposa] Job Size: Max (Core Count)","[turdo] Job Size: Max (Core Count)","[whtpl] Job Size: Max (Core Count)","[corsh] Job Size: Max (Core Count)","[field] Job Size: Max (Core Count)","[lesre] Job Size: Max (Core Count)","[yebsa] Job Size: Max (Core Count)","[blhbu] Job Size: Max (Core Count)","[categ] Job Size: Max (Core Count)","[coot1] Job Size: Max (Core Count)","[grgsh] Job Size: Max (Core Count)","[henha] Job Size: Max (Core Count)","[jackd] Job Size: Max (Core Count)","[lapwi] Job Size: Max (Core Count)","[legsh] Job Size: Max (Core Count)","[mamwa] Job Size: Max (Core Count)","[moorh] Job Size: Max (Core Count)","[pibgr] Job Size: Max (Core Count)","[proubis] Job Size: Max (Core Count)","[ribgu] Job Size: Max (Core Count)","[sante] Job Size: Max (Core Count)","[savsp] Job Size: Max (Core Count)","[sogsh] Job Size: Max (Core Count)" -"2016 Q4",336,192,192,160,144,112,108,96,96,96,72,72,72,64,64,64,60,60,60,56,48,40,32,32,32,32,32,24,20,20,20,16,16,16,16,16,12,12,12,12,12,12,12,12,12,12,8,8,4,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 -"2017 Q1",0,0,192,160,0,0,0,96,96,48,0,0,72,32,64,0,60,60,5,0,48,0,12,24,0,24,8,24,0,0,20,16,0,16,0,0,0,12,2,12,0,12,12,12,8,0,8,8,4,4,0,1,1,0,0,0,1,0,0,1,0,1,0,0,1,1 +Quarter,"[duswa] Job Size: Max (Core Count)","[aytinis] Job Size: Max (Core Count)","[dunli] Job Size: Max (Core Count)","[yebwa] Job Size: Max (Core Count)","[velsc] Job Size: Max (Core Count)","[egygo] Job Size: Max (Core Count)","[allga] Job Size: Max (Core Count)","[hardu] Job Size: Max (Core Count)","[crane] Job Size: Max (Core Count)","[meapi] Job Size: Max (Core Count)","[sarwa] Job Size: Max (Core Count)","[siski] Job Size: Max (Core Count)","[smew1] Job Size: Max (Core Count)","[whimb] Job Size: Max (Core Count)","[alpsw] Job Size: Max (Core Count)","[chaff] Job Size: Max (Core Count)","[swath] Job Size: Max (Core Count)","[ferdu] Job Size: Max (Core Count)","[pereg] Job Size: Max (Core Count)","[rolle] Job Size: Max (Core Count)","[evegr] Job Size: Max (Core Count)","[vertera] Job Size: Max (Core Count)","[yebbu] Job Size: Max (Core Count)","[noror] Job Size: Max (Core Count)","[reebu] Job Size: Max (Core Count)","[sancr] Job Size: Max (Core Count)","[shag1] Job Size: Max (Core Count)","[shttr] Job Size: Max (Core Count)","[whtsp] Job Size: Max (Core Count)","[crama] Job Size: Max (Core Count)","[gloib] Job Size: Max (Core Count)","[lanhach] Job Size: Max (Core Count)","[garwa] Job Size: Max (Core Count)","[litst] Job Size: Max (Core Count)","[ovenb] Job Size: Max (Core Count)","[relpa] Job Size: Max (Core Count)","[ybsbu] Job Size: Max (Core Count)","[boowa] Job Size: Max (Core Count)","[caspl] Job Size: Max (Core Count)","[grath] Job Size: Max (Core Count)","[honbu] Job Size: Max (Core Count)","[hoowa] Job Size: Max (Core Count)","[litau] Job Size: Max (Core Count)","[misth] Job Size: Max (Core Count)","[sposa] Job Size: Max (Core Count)","[turdo] Job Size: Max (Core Count)","[whtpl] Job Size: Max (Core Count)","[corsh] Job Size: Max (Core Count)","[field] Job Size: Max (Core Count)","[lesre] Job Size: Max (Core Count)","[yebsa] Job Size: Max (Core Count)","[blhbu] Job Size: Max (Core Count)","[categ] Job Size: Max (Core Count)","[coot1] Job Size: Max (Core Count)","[grgsh] Job Size: Max (Core Count)","[henha] Job Size: Max (Core Count)","[jackd] Job Size: Max (Core Count)","[lapwi] Job Size: Max (Core Count)","[legsh] Job Size: Max (Core Count)","[mamwa] Job Size: Max (Core Count)","[moorh] Job Size: Max (Core Count)","[pibgr] Job Size: Max (Core Count)","[proubis] Job Size: Max (Core Count)","[ribgu] Job Size: Max (Core Count)","[sante] Job Size: Max (Core Count)","[savsp] Job Size: Max (Core Count)","[sogsh] Job Size: Max (Core Count)" +"2016 Q4",336,192,192,160,144,112,108,108,96,96,96,72,72,72,64,64,64,60,60,60,56,48,40,32,32,32,32,32,24,20,20,20,16,16,16,16,16,12,12,12,12,12,12,12,12,12,12,8,8,4,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +"2017 Q1",0,0,192,160,0,0,0,0,96,96,48,0,0,72,32,64,0,60,60,5,0,48,0,12,24,0,24,8,24,0,0,20,16,0,16,0,0,0,12,2,12,0,12,12,12,8,0,8,8,4,4,0,1,1,0,0,0,1,0,0,1,0,1,0,0,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/timeseries-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/timeseries-Quarter-cs.csv index 0a360f458a..e65d7ee48f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/timeseries-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/timeseries-Quarter-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[duswa] Job Size: Max (Core Count)","[aytinis] Job Size: Max (Core Count)","[dunli] Job Size: Max (Core Count)","[yebwa] Job Size: Max (Core Count)","[velsc] Job Size: Max (Core Count)","[egygo] Job Size: Max (Core Count)","[allga] Job Size: Max (Core Count)","[crane] Job Size: Max (Core Count)","[meapi] Job Size: Max (Core Count)","[sarwa] Job Size: Max (Core Count)","[siski] Job Size: Max (Core Count)","[smew1] Job Size: Max (Core Count)","[whimb] Job Size: Max (Core Count)","[alpsw] Job Size: Max (Core Count)","[chaff] Job Size: Max (Core Count)","[swath] Job Size: Max (Core Count)","[ferdu] Job Size: Max (Core Count)","[pereg] Job Size: Max (Core Count)","[rolle] Job Size: Max (Core Count)","[evegr] Job Size: Max (Core Count)","[vertera] Job Size: Max (Core Count)","[yebbu] Job Size: Max (Core Count)","[noror] Job Size: Max (Core Count)","[reebu] Job Size: Max (Core Count)","[sancr] Job Size: Max (Core Count)","[shag1] Job Size: Max (Core Count)","[shttr] Job Size: Max (Core Count)","[whtsp] Job Size: Max (Core Count)","[crama] Job Size: Max (Core Count)","[gloib] Job Size: Max (Core Count)","[lanhach] Job Size: Max (Core Count)","[garwa] Job Size: Max (Core Count)","[litst] Job Size: Max (Core Count)","[ovenb] Job Size: Max (Core Count)","[relpa] Job Size: Max (Core Count)","[ybsbu] Job Size: Max (Core Count)","[boowa] Job Size: Max (Core Count)","[caspl] Job Size: Max (Core Count)","[grath] Job Size: Max (Core Count)","[honbu] Job Size: Max (Core Count)","[hoowa] Job Size: Max (Core Count)","[litau] Job Size: Max (Core Count)","[misth] Job Size: Max (Core Count)","[sposa] Job Size: Max (Core Count)","[turdo] Job Size: Max (Core Count)","[whtpl] Job Size: Max (Core Count)","[corsh] Job Size: Max (Core Count)","[field] Job Size: Max (Core Count)","[lesre] Job Size: Max (Core Count)","[yebsa] Job Size: Max (Core Count)","[blhbu] Job Size: Max (Core Count)","[categ] Job Size: Max (Core Count)","[coot1] Job Size: Max (Core Count)","[grgsh] Job Size: Max (Core Count)","[henha] Job Size: Max (Core Count)","[jackd] Job Size: Max (Core Count)","[lapwi] Job Size: Max (Core Count)","[legsh] Job Size: Max (Core Count)","[mamwa] Job Size: Max (Core Count)","[moorh] Job Size: Max (Core Count)","[pibgr] Job Size: Max (Core Count)","[proubis] Job Size: Max (Core Count)","[ribgu] Job Size: Max (Core Count)","[sante] Job Size: Max (Core Count)","[savsp] Job Size: Max (Core Count)","[sogsh] Job Size: Max (Core Count)" -"2016 Q4",336,192,192,160,144,112,108,96,96,96,72,72,72,64,64,64,60,60,60,56,48,40,32,32,32,32,32,24,20,20,20,16,16,16,16,16,12,12,12,12,12,12,12,12,12,12,8,8,4,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 -"2017 Q1",0,0,192,160,0,0,0,96,96,48,0,0,72,32,64,0,60,60,5,0,48,0,12,24,0,24,8,24,0,0,20,16,0,16,0,0,0,12,2,12,0,12,12,12,8,0,8,8,4,4,0,1,1,0,0,0,1,0,0,1,0,1,0,0,1,1 +Quarter,"[duswa] Job Size: Max (Core Count)","[aytinis] Job Size: Max (Core Count)","[dunli] Job Size: Max (Core Count)","[yebwa] Job Size: Max (Core Count)","[velsc] Job Size: Max (Core Count)","[egygo] Job Size: Max (Core Count)","[allga] Job Size: Max (Core Count)","[hardu] Job Size: Max (Core Count)","[crane] Job Size: Max (Core Count)","[meapi] Job Size: Max (Core Count)","[sarwa] Job Size: Max (Core Count)","[siski] Job Size: Max (Core Count)","[smew1] Job Size: Max (Core Count)","[whimb] Job Size: Max (Core Count)","[alpsw] Job Size: Max (Core Count)","[chaff] Job Size: Max (Core Count)","[swath] Job Size: Max (Core Count)","[ferdu] Job Size: Max (Core Count)","[pereg] Job Size: Max (Core Count)","[rolle] Job Size: Max (Core Count)","[evegr] Job Size: Max (Core Count)","[vertera] Job Size: Max (Core Count)","[yebbu] Job Size: Max (Core Count)","[noror] Job Size: Max (Core Count)","[reebu] Job Size: Max (Core Count)","[sancr] Job Size: Max (Core Count)","[shag1] Job Size: Max (Core Count)","[shttr] Job Size: Max (Core Count)","[whtsp] Job Size: Max (Core Count)","[crama] Job Size: Max (Core Count)","[gloib] Job Size: Max (Core Count)","[lanhach] Job Size: Max (Core Count)","[garwa] Job Size: Max (Core Count)","[litst] Job Size: Max (Core Count)","[ovenb] Job Size: Max (Core Count)","[relpa] Job Size: Max (Core Count)","[ybsbu] Job Size: Max (Core Count)","[boowa] Job Size: Max (Core Count)","[caspl] Job Size: Max (Core Count)","[grath] Job Size: Max (Core Count)","[honbu] Job Size: Max (Core Count)","[hoowa] Job Size: Max (Core Count)","[litau] Job Size: Max (Core Count)","[misth] Job Size: Max (Core Count)","[sposa] Job Size: Max (Core Count)","[turdo] Job Size: Max (Core Count)","[whtpl] Job Size: Max (Core Count)","[corsh] Job Size: Max (Core Count)","[field] Job Size: Max (Core Count)","[lesre] Job Size: Max (Core Count)","[yebsa] Job Size: Max (Core Count)","[blhbu] Job Size: Max (Core Count)","[categ] Job Size: Max (Core Count)","[coot1] Job Size: Max (Core Count)","[grgsh] Job Size: Max (Core Count)","[henha] Job Size: Max (Core Count)","[jackd] Job Size: Max (Core Count)","[lapwi] Job Size: Max (Core Count)","[legsh] Job Size: Max (Core Count)","[mamwa] Job Size: Max (Core Count)","[moorh] Job Size: Max (Core Count)","[pibgr] Job Size: Max (Core Count)","[proubis] Job Size: Max (Core Count)","[ribgu] Job Size: Max (Core Count)","[sante] Job Size: Max (Core Count)","[savsp] Job Size: Max (Core Count)","[sogsh] Job Size: Max (Core Count)" +"2016 Q4",336,192,192,160,144,112,108,108,96,96,96,72,72,72,64,64,64,60,60,60,56,48,40,32,32,32,32,32,24,20,20,20,16,16,16,16,16,12,12,12,12,12,12,12,12,12,12,8,8,4,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +"2017 Q1",0,0,192,160,0,0,0,0,96,96,48,0,0,72,32,64,0,60,60,5,0,48,0,12,24,0,24,8,24,0,0,20,16,0,16,0,0,0,12,2,12,0,12,12,12,8,0,8,8,4,4,0,1,1,0,0,0,1,0,0,1,0,1,0,0,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/timeseries-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/timeseries-Year-cd.csv index eace0c508e..3a367440cc 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/timeseries-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/timeseries-Year-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[duswa] Job Size: Max (Core Count)","[aytinis] Job Size: Max (Core Count)","[dunli] Job Size: Max (Core Count)","[yebwa] Job Size: Max (Core Count)","[velsc] Job Size: Max (Core Count)","[egygo] Job Size: Max (Core Count)","[allga] Job Size: Max (Core Count)","[crane] Job Size: Max (Core Count)","[meapi] Job Size: Max (Core Count)","[sarwa] Job Size: Max (Core Count)","[siski] Job Size: Max (Core Count)","[smew1] Job Size: Max (Core Count)","[whimb] Job Size: Max (Core Count)","[alpsw] Job Size: Max (Core Count)","[chaff] Job Size: Max (Core Count)","[swath] Job Size: Max (Core Count)","[ferdu] Job Size: Max (Core Count)","[pereg] Job Size: Max (Core Count)","[rolle] Job Size: Max (Core Count)","[evegr] Job Size: Max (Core Count)","[vertera] Job Size: Max (Core Count)","[yebbu] Job Size: Max (Core Count)","[noror] Job Size: Max (Core Count)","[reebu] Job Size: Max (Core Count)","[sancr] Job Size: Max (Core Count)","[shag1] Job Size: Max (Core Count)","[shttr] Job Size: Max (Core Count)","[whtsp] Job Size: Max (Core Count)","[crama] Job Size: Max (Core Count)","[gloib] Job Size: Max (Core Count)","[lanhach] Job Size: Max (Core Count)","[garwa] Job Size: Max (Core Count)","[litst] Job Size: Max (Core Count)","[ovenb] Job Size: Max (Core Count)","[relpa] Job Size: Max (Core Count)","[ybsbu] Job Size: Max (Core Count)","[boowa] Job Size: Max (Core Count)","[caspl] Job Size: Max (Core Count)","[grath] Job Size: Max (Core Count)","[honbu] Job Size: Max (Core Count)","[hoowa] Job Size: Max (Core Count)","[litau] Job Size: Max (Core Count)","[misth] Job Size: Max (Core Count)","[sposa] Job Size: Max (Core Count)","[turdo] Job Size: Max (Core Count)","[whtpl] Job Size: Max (Core Count)","[corsh] Job Size: Max (Core Count)","[field] Job Size: Max (Core Count)","[lesre] Job Size: Max (Core Count)","[yebsa] Job Size: Max (Core Count)","[blhbu] Job Size: Max (Core Count)","[categ] Job Size: Max (Core Count)","[coot1] Job Size: Max (Core Count)","[grgsh] Job Size: Max (Core Count)","[henha] Job Size: Max (Core Count)","[jackd] Job Size: Max (Core Count)","[lapwi] Job Size: Max (Core Count)","[legsh] Job Size: Max (Core Count)","[mamwa] Job Size: Max (Core Count)","[moorh] Job Size: Max (Core Count)","[pibgr] Job Size: Max (Core Count)","[proubis] Job Size: Max (Core Count)","[ribgu] Job Size: Max (Core Count)","[sante] Job Size: Max (Core Count)","[savsp] Job Size: Max (Core Count)","[sogsh] Job Size: Max (Core Count)" -2016,336,192,192,160,144,112,108,96,96,96,72,72,72,64,64,64,60,60,60,56,48,40,32,32,32,32,32,24,20,20,20,16,16,16,16,16,12,12,12,12,12,12,12,12,12,12,8,8,4,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 -2017,0,0,192,160,0,0,0,96,96,48,0,0,72,32,64,0,60,60,5,0,48,0,12,24,0,24,8,24,0,0,20,16,0,16,0,0,0,12,2,12,0,12,12,12,8,0,8,8,4,4,0,1,1,0,0,0,1,0,0,1,0,1,0,0,1,1 +Year,"[duswa] Job Size: Max (Core Count)","[aytinis] Job Size: Max (Core Count)","[dunli] Job Size: Max (Core Count)","[yebwa] Job Size: Max (Core Count)","[velsc] Job Size: Max (Core Count)","[egygo] Job Size: Max (Core Count)","[allga] Job Size: Max (Core Count)","[hardu] Job Size: Max (Core Count)","[crane] Job Size: Max (Core Count)","[meapi] Job Size: Max (Core Count)","[sarwa] Job Size: Max (Core Count)","[siski] Job Size: Max (Core Count)","[smew1] Job Size: Max (Core Count)","[whimb] Job Size: Max (Core Count)","[alpsw] Job Size: Max (Core Count)","[chaff] Job Size: Max (Core Count)","[swath] Job Size: Max (Core Count)","[ferdu] Job Size: Max (Core Count)","[pereg] Job Size: Max (Core Count)","[rolle] Job Size: Max (Core Count)","[evegr] Job Size: Max (Core Count)","[vertera] Job Size: Max (Core Count)","[yebbu] Job Size: Max (Core Count)","[noror] Job Size: Max (Core Count)","[reebu] Job Size: Max (Core Count)","[sancr] Job Size: Max (Core Count)","[shag1] Job Size: Max (Core Count)","[shttr] Job Size: Max (Core Count)","[whtsp] Job Size: Max (Core Count)","[crama] Job Size: Max (Core Count)","[gloib] Job Size: Max (Core Count)","[lanhach] Job Size: Max (Core Count)","[garwa] Job Size: Max (Core Count)","[litst] Job Size: Max (Core Count)","[ovenb] Job Size: Max (Core Count)","[relpa] Job Size: Max (Core Count)","[ybsbu] Job Size: Max (Core Count)","[boowa] Job Size: Max (Core Count)","[caspl] Job Size: Max (Core Count)","[grath] Job Size: Max (Core Count)","[honbu] Job Size: Max (Core Count)","[hoowa] Job Size: Max (Core Count)","[litau] Job Size: Max (Core Count)","[misth] Job Size: Max (Core Count)","[sposa] Job Size: Max (Core Count)","[turdo] Job Size: Max (Core Count)","[whtpl] Job Size: Max (Core Count)","[corsh] Job Size: Max (Core Count)","[field] Job Size: Max (Core Count)","[lesre] Job Size: Max (Core Count)","[yebsa] Job Size: Max (Core Count)","[blhbu] Job Size: Max (Core Count)","[categ] Job Size: Max (Core Count)","[coot1] Job Size: Max (Core Count)","[grgsh] Job Size: Max (Core Count)","[henha] Job Size: Max (Core Count)","[jackd] Job Size: Max (Core Count)","[lapwi] Job Size: Max (Core Count)","[legsh] Job Size: Max (Core Count)","[mamwa] Job Size: Max (Core Count)","[moorh] Job Size: Max (Core Count)","[pibgr] Job Size: Max (Core Count)","[proubis] Job Size: Max (Core Count)","[ribgu] Job Size: Max (Core Count)","[sante] Job Size: Max (Core Count)","[savsp] Job Size: Max (Core Count)","[sogsh] Job Size: Max (Core Count)" +2016,336,192,192,160,144,112,108,108,96,96,96,72,72,72,64,64,64,60,60,60,56,48,40,32,32,32,32,32,24,20,20,20,16,16,16,16,16,12,12,12,12,12,12,12,12,12,12,8,8,4,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +2017,0,0,192,160,0,0,0,0,96,96,48,0,0,72,32,64,0,60,60,5,0,48,0,12,24,0,24,8,24,0,0,20,16,0,16,0,0,0,12,2,12,0,12,12,12,8,0,8,8,4,4,0,1,1,0,0,0,1,0,0,1,0,1,0,0,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/timeseries-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/timeseries-Year-cs.csv index eace0c508e..3a367440cc 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/timeseries-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/max_processors/timeseries-Year-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[duswa] Job Size: Max (Core Count)","[aytinis] Job Size: Max (Core Count)","[dunli] Job Size: Max (Core Count)","[yebwa] Job Size: Max (Core Count)","[velsc] Job Size: Max (Core Count)","[egygo] Job Size: Max (Core Count)","[allga] Job Size: Max (Core Count)","[crane] Job Size: Max (Core Count)","[meapi] Job Size: Max (Core Count)","[sarwa] Job Size: Max (Core Count)","[siski] Job Size: Max (Core Count)","[smew1] Job Size: Max (Core Count)","[whimb] Job Size: Max (Core Count)","[alpsw] Job Size: Max (Core Count)","[chaff] Job Size: Max (Core Count)","[swath] Job Size: Max (Core Count)","[ferdu] Job Size: Max (Core Count)","[pereg] Job Size: Max (Core Count)","[rolle] Job Size: Max (Core Count)","[evegr] Job Size: Max (Core Count)","[vertera] Job Size: Max (Core Count)","[yebbu] Job Size: Max (Core Count)","[noror] Job Size: Max (Core Count)","[reebu] Job Size: Max (Core Count)","[sancr] Job Size: Max (Core Count)","[shag1] Job Size: Max (Core Count)","[shttr] Job Size: Max (Core Count)","[whtsp] Job Size: Max (Core Count)","[crama] Job Size: Max (Core Count)","[gloib] Job Size: Max (Core Count)","[lanhach] Job Size: Max (Core Count)","[garwa] Job Size: Max (Core Count)","[litst] Job Size: Max (Core Count)","[ovenb] Job Size: Max (Core Count)","[relpa] Job Size: Max (Core Count)","[ybsbu] Job Size: Max (Core Count)","[boowa] Job Size: Max (Core Count)","[caspl] Job Size: Max (Core Count)","[grath] Job Size: Max (Core Count)","[honbu] Job Size: Max (Core Count)","[hoowa] Job Size: Max (Core Count)","[litau] Job Size: Max (Core Count)","[misth] Job Size: Max (Core Count)","[sposa] Job Size: Max (Core Count)","[turdo] Job Size: Max (Core Count)","[whtpl] Job Size: Max (Core Count)","[corsh] Job Size: Max (Core Count)","[field] Job Size: Max (Core Count)","[lesre] Job Size: Max (Core Count)","[yebsa] Job Size: Max (Core Count)","[blhbu] Job Size: Max (Core Count)","[categ] Job Size: Max (Core Count)","[coot1] Job Size: Max (Core Count)","[grgsh] Job Size: Max (Core Count)","[henha] Job Size: Max (Core Count)","[jackd] Job Size: Max (Core Count)","[lapwi] Job Size: Max (Core Count)","[legsh] Job Size: Max (Core Count)","[mamwa] Job Size: Max (Core Count)","[moorh] Job Size: Max (Core Count)","[pibgr] Job Size: Max (Core Count)","[proubis] Job Size: Max (Core Count)","[ribgu] Job Size: Max (Core Count)","[sante] Job Size: Max (Core Count)","[savsp] Job Size: Max (Core Count)","[sogsh] Job Size: Max (Core Count)" -2016,336,192,192,160,144,112,108,96,96,96,72,72,72,64,64,64,60,60,60,56,48,40,32,32,32,32,32,24,20,20,20,16,16,16,16,16,12,12,12,12,12,12,12,12,12,12,8,8,4,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 -2017,0,0,192,160,0,0,0,96,96,48,0,0,72,32,64,0,60,60,5,0,48,0,12,24,0,24,8,24,0,0,20,16,0,16,0,0,0,12,2,12,0,12,12,12,8,0,8,8,4,4,0,1,1,0,0,0,1,0,0,1,0,1,0,0,1,1 +Year,"[duswa] Job Size: Max (Core Count)","[aytinis] Job Size: Max (Core Count)","[dunli] Job Size: Max (Core Count)","[yebwa] Job Size: Max (Core Count)","[velsc] Job Size: Max (Core Count)","[egygo] Job Size: Max (Core Count)","[allga] Job Size: Max (Core Count)","[hardu] Job Size: Max (Core Count)","[crane] Job Size: Max (Core Count)","[meapi] Job Size: Max (Core Count)","[sarwa] Job Size: Max (Core Count)","[siski] Job Size: Max (Core Count)","[smew1] Job Size: Max (Core Count)","[whimb] Job Size: Max (Core Count)","[alpsw] Job Size: Max (Core Count)","[chaff] Job Size: Max (Core Count)","[swath] Job Size: Max (Core Count)","[ferdu] Job Size: Max (Core Count)","[pereg] Job Size: Max (Core Count)","[rolle] Job Size: Max (Core Count)","[evegr] Job Size: Max (Core Count)","[vertera] Job Size: Max (Core Count)","[yebbu] Job Size: Max (Core Count)","[noror] Job Size: Max (Core Count)","[reebu] Job Size: Max (Core Count)","[sancr] Job Size: Max (Core Count)","[shag1] Job Size: Max (Core Count)","[shttr] Job Size: Max (Core Count)","[whtsp] Job Size: Max (Core Count)","[crama] Job Size: Max (Core Count)","[gloib] Job Size: Max (Core Count)","[lanhach] Job Size: Max (Core Count)","[garwa] Job Size: Max (Core Count)","[litst] Job Size: Max (Core Count)","[ovenb] Job Size: Max (Core Count)","[relpa] Job Size: Max (Core Count)","[ybsbu] Job Size: Max (Core Count)","[boowa] Job Size: Max (Core Count)","[caspl] Job Size: Max (Core Count)","[grath] Job Size: Max (Core Count)","[honbu] Job Size: Max (Core Count)","[hoowa] Job Size: Max (Core Count)","[litau] Job Size: Max (Core Count)","[misth] Job Size: Max (Core Count)","[sposa] Job Size: Max (Core Count)","[turdo] Job Size: Max (Core Count)","[whtpl] Job Size: Max (Core Count)","[corsh] Job Size: Max (Core Count)","[field] Job Size: Max (Core Count)","[lesre] Job Size: Max (Core Count)","[yebsa] Job Size: Max (Core Count)","[blhbu] Job Size: Max (Core Count)","[categ] Job Size: Max (Core Count)","[coot1] Job Size: Max (Core Count)","[grgsh] Job Size: Max (Core Count)","[henha] Job Size: Max (Core Count)","[jackd] Job Size: Max (Core Count)","[lapwi] Job Size: Max (Core Count)","[legsh] Job Size: Max (Core Count)","[mamwa] Job Size: Max (Core Count)","[moorh] Job Size: Max (Core Count)","[pibgr] Job Size: Max (Core Count)","[proubis] Job Size: Max (Core Count)","[ribgu] Job Size: Max (Core Count)","[sante] Job Size: Max (Core Count)","[savsp] Job Size: Max (Core Count)","[sogsh] Job Size: Max (Core Count)" +2016,336,192,192,160,144,112,108,108,96,96,96,72,72,72,64,64,64,60,60,60,56,48,40,32,32,32,32,32,24,20,20,20,16,16,16,16,16,12,12,12,12,12,12,12,12,12,12,8,8,4,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 +2017,0,0,192,160,0,0,0,0,96,96,48,0,0,72,32,64,0,60,60,5,0,48,0,12,24,0,24,8,24,0,0,20,16,0,16,0,0,0,12,2,12,0,12,12,12,8,0,8,8,4,4,0,1,1,0,0,0,1,0,0,1,0,1,0,0,1,1 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/aggregate-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/aggregate-Day-cd.csv index 144ab64663..982e676f33 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/aggregate-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/aggregate-Day-cd.csv @@ -10,6 +10,7 @@ yebwa,160 aytinis,112 egygo,112 allga,108 +hardu,108 crane,96 meapi,96 velsc,80 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/aggregate-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/aggregate-Day-cs.csv index 144ab64663..982e676f33 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/aggregate-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/aggregate-Day-cs.csv @@ -10,6 +10,7 @@ yebwa,160 aytinis,112 egygo,112 allga,108 +hardu,108 crane,96 meapi,96 velsc,80 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/aggregate-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/aggregate-Month-cd.csv index 144ab64663..982e676f33 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/aggregate-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/aggregate-Month-cd.csv @@ -10,6 +10,7 @@ yebwa,160 aytinis,112 egygo,112 allga,108 +hardu,108 crane,96 meapi,96 velsc,80 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/aggregate-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/aggregate-Month-cs.csv index 144ab64663..982e676f33 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/aggregate-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/aggregate-Month-cs.csv @@ -10,6 +10,7 @@ yebwa,160 aytinis,112 egygo,112 allga,108 +hardu,108 crane,96 meapi,96 velsc,80 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/aggregate-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/aggregate-Quarter-cd.csv index 144ab64663..982e676f33 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/aggregate-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/aggregate-Quarter-cd.csv @@ -10,6 +10,7 @@ yebwa,160 aytinis,112 egygo,112 allga,108 +hardu,108 crane,96 meapi,96 velsc,80 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/aggregate-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/aggregate-Quarter-cs.csv index 144ab64663..982e676f33 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/aggregate-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/aggregate-Quarter-cs.csv @@ -10,6 +10,7 @@ yebwa,160 aytinis,112 egygo,112 allga,108 +hardu,108 crane,96 meapi,96 velsc,80 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/aggregate-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/aggregate-Year-cd.csv index 144ab64663..982e676f33 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/aggregate-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/aggregate-Year-cd.csv @@ -10,6 +10,7 @@ yebwa,160 aytinis,112 egygo,112 allga,108 +hardu,108 crane,96 meapi,96 velsc,80 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/aggregate-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/aggregate-Year-cs.csv index 144ab64663..982e676f33 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/aggregate-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/aggregate-Year-cs.csv @@ -10,6 +10,7 @@ yebwa,160 aytinis,112 egygo,112 allga,108 +hardu,108 crane,96 meapi,96 velsc,80 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/timeseries-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/timeseries-Day-cd.csv index 7481442c87..773118da9f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/timeseries-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/timeseries-Day-cd.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[yebwa] Job Size: Min (Core Count)","[aytinis] Job Size: Min (Core Count)","[egygo] Job Size: Min (Core Count)","[allga] Job Size: Min (Core Count)","[crane] Job Size: Min (Core Count)","[meapi] Job Size: Min (Core Count)","[velsc] Job Size: Min (Core Count)","[smew1] Job Size: Min (Core Count)","[chaff] Job Size: Min (Core Count)","[ferdu] Job Size: Min (Core Count)","[pereg] Job Size: Min (Core Count)","[evegr] Job Size: Min (Core Count)","[duswa] Job Size: Min (Core Count)","[siski] Job Size: Min (Core Count)","[whimb] Job Size: Min (Core Count)","[alpsw] Job Size: Min (Core Count)","[crama] Job Size: Min (Core Count)","[gloib] Job Size: Min (Core Count)","[ovenb] Job Size: Min (Core Count)","[relpa] Job Size: Min (Core Count)","[whtsp] Job Size: Min (Core Count)","[yebbu] Job Size: Min (Core Count)","[caspl] Job Size: Min (Core Count)","[litst] Job Size: Min (Core Count)","[misth] Job Size: Min (Core Count)","[sancr] Job Size: Min (Core Count)","[sarwa] Job Size: Min (Core Count)","[shag1] Job Size: Min (Core Count)","[sposa] Job Size: Min (Core Count)","[whtpl] Job Size: Min (Core Count)","[corsh] Job Size: Min (Core Count)","[dunli] Job Size: Min (Core Count)","[field] Job Size: Min (Core Count)","[hoowa] Job Size: Min (Core Count)","[reebu] Job Size: Min (Core Count)","[turdo] Job Size: Min (Core Count)","[ybsbu] Job Size: Min (Core Count)","[litau] Job Size: Min (Core Count)","[rolle] Job Size: Min (Core Count)","[lesre] Job Size: Min (Core Count)","[swath] Job Size: Min (Core Count)","[yebsa] Job Size: Min (Core Count)","[grath] Job Size: Min (Core Count)","[blhbu] Job Size: Min (Core Count)","[boowa] Job Size: Min (Core Count)","[categ] Job Size: Min (Core Count)","[coot1] Job Size: Min (Core Count)","[garwa] Job Size: Min (Core Count)","[grgsh] Job Size: Min (Core Count)","[henha] Job Size: Min (Core Count)","[honbu] Job Size: Min (Core Count)","[jackd] Job Size: Min (Core Count)","[lanhach] Job Size: Min (Core Count)","[lapwi] Job Size: Min (Core Count)","[legsh] Job Size: Min (Core Count)","[mamwa] Job Size: Min (Core Count)","[moorh] Job Size: Min (Core Count)","[noror] Job Size: Min (Core Count)","[pibgr] Job Size: Min (Core Count)","[proubis] Job Size: Min (Core Count)","[ribgu] Job Size: Min (Core Count)","[sante] Job Size: Min (Core Count)","[savsp] Job Size: Min (Core Count)","[shttr] Job Size: Min (Core Count)","[sogsh] Job Size: Min (Core Count)","[vertera] Job Size: Min (Core Count)" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,1,0,0,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,1,0,0,0,0 -2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,1,0,0,0,0 -2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,12,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,12,0,0,0,1,0,0,0,0 -2016-12-27,0,0,0,0,0,96,144,0,64,0,0,0,0,72,0,0,0,0,16,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,8,12,16,0,0,0,0,0,0,0,12,0,0,16,0,0,1,0,0,0,0,1,0,12,0,0,0,1,0,8,0,0 -2016-12-28,0,112,0,0,0,96,144,0,64,0,0,0,0,48,0,0,0,20,16,0,0,0,0,0,12,12,32,12,0,12,0,0,0,8,8,12,16,0,0,0,0,0,0,0,12,0,0,16,0,0,1,0,0,1,0,1,1,12,0,0,0,1,0,8,0,0 -2016-12-29,160,112,112,0,96,96,144,72,64,60,60,56,0,48,0,0,0,20,16,0,0,40,0,0,12,12,32,12,12,12,8,0,0,8,8,8,8,5,0,4,4,4,2,0,12,0,0,16,0,1,1,0,1,1,0,1,1,12,1,0,0,1,0,8,0,0 -2016-12-30,160,112,112,108,96,96,80,72,64,60,60,56,48,48,72,32,20,20,16,16,0,16,0,12,12,12,12,12,12,12,8,8,8,8,8,8,8,5,5,4,4,4,2,1,1,1,1,16,1,1,1,1,1,1,1,1,1,12,1,1,1,1,1,1,1,1 -2016-12-31,0,112,112,0,96,96,0,72,64,60,60,0,336,48,36,64,0,0,16,0,16,40,12,16,12,12,12,12,12,0,8,12,8,8,8,8,8,8,5,4,64,4,2,1,1,1,1,1,1,1,1,1,1,1,1,0,1,8,0,1,1,0,1,8,1,12 -2017-01-01,160,0,0,0,96,96,0,0,64,60,60,0,0,0,36,32,0,0,16,0,16,0,12,0,12,0,16,24,12,0,8,8,8,0,8,8,0,12,5,4,0,4,2,0,0,1,1,8,0,0,1,0,20,1,0,0,1,1,0,1,0,0,1,8,1,12 +Day,"[yebwa] Job Size: Min (Core Count)","[aytinis] Job Size: Min (Core Count)","[egygo] Job Size: Min (Core Count)","[allga] Job Size: Min (Core Count)","[hardu] Job Size: Min (Core Count)","[crane] Job Size: Min (Core Count)","[meapi] Job Size: Min (Core Count)","[velsc] Job Size: Min (Core Count)","[smew1] Job Size: Min (Core Count)","[chaff] Job Size: Min (Core Count)","[ferdu] Job Size: Min (Core Count)","[pereg] Job Size: Min (Core Count)","[evegr] Job Size: Min (Core Count)","[duswa] Job Size: Min (Core Count)","[siski] Job Size: Min (Core Count)","[whimb] Job Size: Min (Core Count)","[alpsw] Job Size: Min (Core Count)","[crama] Job Size: Min (Core Count)","[gloib] Job Size: Min (Core Count)","[ovenb] Job Size: Min (Core Count)","[relpa] Job Size: Min (Core Count)","[whtsp] Job Size: Min (Core Count)","[yebbu] Job Size: Min (Core Count)","[caspl] Job Size: Min (Core Count)","[litst] Job Size: Min (Core Count)","[misth] Job Size: Min (Core Count)","[sancr] Job Size: Min (Core Count)","[sarwa] Job Size: Min (Core Count)","[shag1] Job Size: Min (Core Count)","[sposa] Job Size: Min (Core Count)","[whtpl] Job Size: Min (Core Count)","[corsh] Job Size: Min (Core Count)","[dunli] Job Size: Min (Core Count)","[field] Job Size: Min (Core Count)","[hoowa] Job Size: Min (Core Count)","[reebu] Job Size: Min (Core Count)","[turdo] Job Size: Min (Core Count)","[ybsbu] Job Size: Min (Core Count)","[litau] Job Size: Min (Core Count)","[rolle] Job Size: Min (Core Count)","[lesre] Job Size: Min (Core Count)","[swath] Job Size: Min (Core Count)","[yebsa] Job Size: Min (Core Count)","[grath] Job Size: Min (Core Count)","[blhbu] Job Size: Min (Core Count)","[boowa] Job Size: Min (Core Count)","[categ] Job Size: Min (Core Count)","[coot1] Job Size: Min (Core Count)","[garwa] Job Size: Min (Core Count)","[grgsh] Job Size: Min (Core Count)","[henha] Job Size: Min (Core Count)","[honbu] Job Size: Min (Core Count)","[jackd] Job Size: Min (Core Count)","[lanhach] Job Size: Min (Core Count)","[lapwi] Job Size: Min (Core Count)","[legsh] Job Size: Min (Core Count)","[mamwa] Job Size: Min (Core Count)","[moorh] Job Size: Min (Core Count)","[noror] Job Size: Min (Core Count)","[pibgr] Job Size: Min (Core Count)","[proubis] Job Size: Min (Core Count)","[ribgu] Job Size: Min (Core Count)","[sante] Job Size: Min (Core Count)","[savsp] Job Size: Min (Core Count)","[shttr] Job Size: Min (Core Count)","[sogsh] Job Size: Min (Core Count)","[vertera] Job Size: Min (Core Count)" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,1,0,0,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,1,0,0,0,0 +2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,1,0,0,0,0 +2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,12,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,12,0,0,0,1,0,0,0,0 +2016-12-27,0,0,0,0,0,0,96,144,0,64,0,0,0,0,72,0,0,0,0,16,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,8,12,16,0,0,0,0,0,0,0,12,0,0,16,0,0,1,0,0,0,0,1,0,12,0,0,0,1,0,8,0,0 +2016-12-28,0,112,0,0,0,0,96,144,0,64,0,0,0,0,48,0,0,0,20,16,0,0,0,0,0,12,12,32,12,0,12,0,0,0,8,8,12,16,0,0,0,0,0,0,0,12,0,0,16,0,0,1,0,0,1,0,1,1,12,0,0,0,1,0,8,0,0 +2016-12-29,160,112,112,0,0,96,96,144,72,64,60,60,56,0,48,0,0,0,20,16,0,0,40,0,0,12,12,32,12,12,12,8,0,0,8,8,8,8,5,0,4,4,4,2,0,12,0,0,16,0,1,1,0,1,1,0,1,1,12,1,0,0,1,0,8,0,0 +2016-12-30,160,112,112,108,108,96,96,80,72,64,60,60,56,48,48,72,32,20,20,16,16,0,16,0,12,12,12,12,12,12,12,8,8,8,8,8,8,8,5,5,4,4,4,2,1,1,1,1,16,1,1,1,1,1,1,1,1,1,12,1,1,1,1,1,1,1,1 +2016-12-31,0,112,112,0,0,96,96,0,72,64,60,60,0,336,48,36,64,0,0,16,0,16,40,12,16,12,12,12,12,12,0,8,12,8,8,8,8,8,8,5,4,64,4,2,1,1,1,1,1,1,1,1,1,1,1,1,0,1,8,0,1,1,0,1,8,1,12 +2017-01-01,160,0,0,0,0,96,96,0,0,64,60,60,0,0,0,36,32,0,0,16,0,16,0,12,0,12,0,16,24,12,0,8,8,8,0,8,8,0,12,5,4,0,4,2,0,0,1,1,8,0,0,1,0,20,1,0,0,1,1,0,1,0,0,1,8,1,12 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/timeseries-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/timeseries-Day-cs.csv index 7481442c87..773118da9f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/timeseries-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/timeseries-Day-cs.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[yebwa] Job Size: Min (Core Count)","[aytinis] Job Size: Min (Core Count)","[egygo] Job Size: Min (Core Count)","[allga] Job Size: Min (Core Count)","[crane] Job Size: Min (Core Count)","[meapi] Job Size: Min (Core Count)","[velsc] Job Size: Min (Core Count)","[smew1] Job Size: Min (Core Count)","[chaff] Job Size: Min (Core Count)","[ferdu] Job Size: Min (Core Count)","[pereg] Job Size: Min (Core Count)","[evegr] Job Size: Min (Core Count)","[duswa] Job Size: Min (Core Count)","[siski] Job Size: Min (Core Count)","[whimb] Job Size: Min (Core Count)","[alpsw] Job Size: Min (Core Count)","[crama] Job Size: Min (Core Count)","[gloib] Job Size: Min (Core Count)","[ovenb] Job Size: Min (Core Count)","[relpa] Job Size: Min (Core Count)","[whtsp] Job Size: Min (Core Count)","[yebbu] Job Size: Min (Core Count)","[caspl] Job Size: Min (Core Count)","[litst] Job Size: Min (Core Count)","[misth] Job Size: Min (Core Count)","[sancr] Job Size: Min (Core Count)","[sarwa] Job Size: Min (Core Count)","[shag1] Job Size: Min (Core Count)","[sposa] Job Size: Min (Core Count)","[whtpl] Job Size: Min (Core Count)","[corsh] Job Size: Min (Core Count)","[dunli] Job Size: Min (Core Count)","[field] Job Size: Min (Core Count)","[hoowa] Job Size: Min (Core Count)","[reebu] Job Size: Min (Core Count)","[turdo] Job Size: Min (Core Count)","[ybsbu] Job Size: Min (Core Count)","[litau] Job Size: Min (Core Count)","[rolle] Job Size: Min (Core Count)","[lesre] Job Size: Min (Core Count)","[swath] Job Size: Min (Core Count)","[yebsa] Job Size: Min (Core Count)","[grath] Job Size: Min (Core Count)","[blhbu] Job Size: Min (Core Count)","[boowa] Job Size: Min (Core Count)","[categ] Job Size: Min (Core Count)","[coot1] Job Size: Min (Core Count)","[garwa] Job Size: Min (Core Count)","[grgsh] Job Size: Min (Core Count)","[henha] Job Size: Min (Core Count)","[honbu] Job Size: Min (Core Count)","[jackd] Job Size: Min (Core Count)","[lanhach] Job Size: Min (Core Count)","[lapwi] Job Size: Min (Core Count)","[legsh] Job Size: Min (Core Count)","[mamwa] Job Size: Min (Core Count)","[moorh] Job Size: Min (Core Count)","[noror] Job Size: Min (Core Count)","[pibgr] Job Size: Min (Core Count)","[proubis] Job Size: Min (Core Count)","[ribgu] Job Size: Min (Core Count)","[sante] Job Size: Min (Core Count)","[savsp] Job Size: Min (Core Count)","[shttr] Job Size: Min (Core Count)","[sogsh] Job Size: Min (Core Count)","[vertera] Job Size: Min (Core Count)" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,1,0,0,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,1,0,0,0,0 -2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,1,0,0,0,0 -2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,12,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,12,0,0,0,1,0,0,0,0 -2016-12-27,0,0,0,0,0,96,144,0,64,0,0,0,0,72,0,0,0,0,16,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,8,12,16,0,0,0,0,0,0,0,12,0,0,16,0,0,1,0,0,0,0,1,0,12,0,0,0,1,0,8,0,0 -2016-12-28,0,112,0,0,0,96,144,0,64,0,0,0,0,48,0,0,0,20,16,0,0,0,0,0,12,12,32,12,0,12,0,0,0,8,8,12,16,0,0,0,0,0,0,0,12,0,0,16,0,0,1,0,0,1,0,1,1,12,0,0,0,1,0,8,0,0 -2016-12-29,160,112,112,0,96,96,144,72,64,60,60,56,0,48,0,0,0,20,16,0,0,40,0,0,12,12,32,12,12,12,8,0,0,8,8,8,8,5,0,4,4,4,2,0,12,0,0,16,0,1,1,0,1,1,0,1,1,12,1,0,0,1,0,8,0,0 -2016-12-30,160,112,112,108,96,96,80,72,64,60,60,56,48,48,72,32,20,20,16,16,0,16,0,12,12,12,12,12,12,12,8,8,8,8,8,8,8,5,5,4,4,4,2,1,1,1,1,16,1,1,1,1,1,1,1,1,1,12,1,1,1,1,1,1,1,1 -2016-12-31,0,112,112,0,96,96,0,72,64,60,60,0,336,48,36,64,0,0,16,0,16,40,12,16,12,12,12,12,12,0,8,12,8,8,8,8,8,8,5,4,64,4,2,1,1,1,1,1,1,1,1,1,1,1,1,0,1,8,0,1,1,0,1,8,1,12 -2017-01-01,160,0,0,0,96,96,0,0,64,60,60,0,0,0,36,32,0,0,16,0,16,0,12,0,12,0,16,24,12,0,8,8,8,0,8,8,0,12,5,4,0,4,2,0,0,1,1,8,0,0,1,0,20,1,0,0,1,1,0,1,0,0,1,8,1,12 +Day,"[yebwa] Job Size: Min (Core Count)","[aytinis] Job Size: Min (Core Count)","[egygo] Job Size: Min (Core Count)","[allga] Job Size: Min (Core Count)","[hardu] Job Size: Min (Core Count)","[crane] Job Size: Min (Core Count)","[meapi] Job Size: Min (Core Count)","[velsc] Job Size: Min (Core Count)","[smew1] Job Size: Min (Core Count)","[chaff] Job Size: Min (Core Count)","[ferdu] Job Size: Min (Core Count)","[pereg] Job Size: Min (Core Count)","[evegr] Job Size: Min (Core Count)","[duswa] Job Size: Min (Core Count)","[siski] Job Size: Min (Core Count)","[whimb] Job Size: Min (Core Count)","[alpsw] Job Size: Min (Core Count)","[crama] Job Size: Min (Core Count)","[gloib] Job Size: Min (Core Count)","[ovenb] Job Size: Min (Core Count)","[relpa] Job Size: Min (Core Count)","[whtsp] Job Size: Min (Core Count)","[yebbu] Job Size: Min (Core Count)","[caspl] Job Size: Min (Core Count)","[litst] Job Size: Min (Core Count)","[misth] Job Size: Min (Core Count)","[sancr] Job Size: Min (Core Count)","[sarwa] Job Size: Min (Core Count)","[shag1] Job Size: Min (Core Count)","[sposa] Job Size: Min (Core Count)","[whtpl] Job Size: Min (Core Count)","[corsh] Job Size: Min (Core Count)","[dunli] Job Size: Min (Core Count)","[field] Job Size: Min (Core Count)","[hoowa] Job Size: Min (Core Count)","[reebu] Job Size: Min (Core Count)","[turdo] Job Size: Min (Core Count)","[ybsbu] Job Size: Min (Core Count)","[litau] Job Size: Min (Core Count)","[rolle] Job Size: Min (Core Count)","[lesre] Job Size: Min (Core Count)","[swath] Job Size: Min (Core Count)","[yebsa] Job Size: Min (Core Count)","[grath] Job Size: Min (Core Count)","[blhbu] Job Size: Min (Core Count)","[boowa] Job Size: Min (Core Count)","[categ] Job Size: Min (Core Count)","[coot1] Job Size: Min (Core Count)","[garwa] Job Size: Min (Core Count)","[grgsh] Job Size: Min (Core Count)","[henha] Job Size: Min (Core Count)","[honbu] Job Size: Min (Core Count)","[jackd] Job Size: Min (Core Count)","[lanhach] Job Size: Min (Core Count)","[lapwi] Job Size: Min (Core Count)","[legsh] Job Size: Min (Core Count)","[mamwa] Job Size: Min (Core Count)","[moorh] Job Size: Min (Core Count)","[noror] Job Size: Min (Core Count)","[pibgr] Job Size: Min (Core Count)","[proubis] Job Size: Min (Core Count)","[ribgu] Job Size: Min (Core Count)","[sante] Job Size: Min (Core Count)","[savsp] Job Size: Min (Core Count)","[shttr] Job Size: Min (Core Count)","[sogsh] Job Size: Min (Core Count)","[vertera] Job Size: Min (Core Count)" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,1,0,0,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,1,0,0,0,0 +2016-12-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,1,0,0,0,0 +2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,12,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,12,0,0,0,1,0,0,0,0 +2016-12-27,0,0,0,0,0,0,96,144,0,64,0,0,0,0,72,0,0,0,0,16,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,8,12,16,0,0,0,0,0,0,0,12,0,0,16,0,0,1,0,0,0,0,1,0,12,0,0,0,1,0,8,0,0 +2016-12-28,0,112,0,0,0,0,96,144,0,64,0,0,0,0,48,0,0,0,20,16,0,0,0,0,0,12,12,32,12,0,12,0,0,0,8,8,12,16,0,0,0,0,0,0,0,12,0,0,16,0,0,1,0,0,1,0,1,1,12,0,0,0,1,0,8,0,0 +2016-12-29,160,112,112,0,0,96,96,144,72,64,60,60,56,0,48,0,0,0,20,16,0,0,40,0,0,12,12,32,12,12,12,8,0,0,8,8,8,8,5,0,4,4,4,2,0,12,0,0,16,0,1,1,0,1,1,0,1,1,12,1,0,0,1,0,8,0,0 +2016-12-30,160,112,112,108,108,96,96,80,72,64,60,60,56,48,48,72,32,20,20,16,16,0,16,0,12,12,12,12,12,12,12,8,8,8,8,8,8,8,5,5,4,4,4,2,1,1,1,1,16,1,1,1,1,1,1,1,1,1,12,1,1,1,1,1,1,1,1 +2016-12-31,0,112,112,0,0,96,96,0,72,64,60,60,0,336,48,36,64,0,0,16,0,16,40,12,16,12,12,12,12,12,0,8,12,8,8,8,8,8,8,5,4,64,4,2,1,1,1,1,1,1,1,1,1,1,1,1,0,1,8,0,1,1,0,1,8,1,12 +2017-01-01,160,0,0,0,0,96,96,0,0,64,60,60,0,0,0,36,32,0,0,16,0,16,0,12,0,12,0,16,24,12,0,8,8,8,0,8,8,0,12,5,4,0,4,2,0,0,1,1,8,0,0,1,0,20,1,0,0,1,1,0,1,0,0,1,8,1,12 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/timeseries-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/timeseries-Month-cd.csv index ce8a7c0ace..93052acaba 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/timeseries-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/timeseries-Month-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[yebwa] Job Size: Min (Core Count)","[aytinis] Job Size: Min (Core Count)","[egygo] Job Size: Min (Core Count)","[allga] Job Size: Min (Core Count)","[crane] Job Size: Min (Core Count)","[meapi] Job Size: Min (Core Count)","[velsc] Job Size: Min (Core Count)","[smew1] Job Size: Min (Core Count)","[chaff] Job Size: Min (Core Count)","[ferdu] Job Size: Min (Core Count)","[pereg] Job Size: Min (Core Count)","[evegr] Job Size: Min (Core Count)","[duswa] Job Size: Min (Core Count)","[siski] Job Size: Min (Core Count)","[whimb] Job Size: Min (Core Count)","[alpsw] Job Size: Min (Core Count)","[crama] Job Size: Min (Core Count)","[gloib] Job Size: Min (Core Count)","[ovenb] Job Size: Min (Core Count)","[relpa] Job Size: Min (Core Count)","[whtsp] Job Size: Min (Core Count)","[yebbu] Job Size: Min (Core Count)","[caspl] Job Size: Min (Core Count)","[litst] Job Size: Min (Core Count)","[misth] Job Size: Min (Core Count)","[sancr] Job Size: Min (Core Count)","[sarwa] Job Size: Min (Core Count)","[shag1] Job Size: Min (Core Count)","[sposa] Job Size: Min (Core Count)","[whtpl] Job Size: Min (Core Count)","[corsh] Job Size: Min (Core Count)","[dunli] Job Size: Min (Core Count)","[field] Job Size: Min (Core Count)","[hoowa] Job Size: Min (Core Count)","[reebu] Job Size: Min (Core Count)","[turdo] Job Size: Min (Core Count)","[ybsbu] Job Size: Min (Core Count)","[litau] Job Size: Min (Core Count)","[rolle] Job Size: Min (Core Count)","[lesre] Job Size: Min (Core Count)","[swath] Job Size: Min (Core Count)","[yebsa] Job Size: Min (Core Count)","[grath] Job Size: Min (Core Count)","[blhbu] Job Size: Min (Core Count)","[boowa] Job Size: Min (Core Count)","[categ] Job Size: Min (Core Count)","[coot1] Job Size: Min (Core Count)","[garwa] Job Size: Min (Core Count)","[grgsh] Job Size: Min (Core Count)","[henha] Job Size: Min (Core Count)","[honbu] Job Size: Min (Core Count)","[jackd] Job Size: Min (Core Count)","[lanhach] Job Size: Min (Core Count)","[lapwi] Job Size: Min (Core Count)","[legsh] Job Size: Min (Core Count)","[mamwa] Job Size: Min (Core Count)","[moorh] Job Size: Min (Core Count)","[noror] Job Size: Min (Core Count)","[pibgr] Job Size: Min (Core Count)","[proubis] Job Size: Min (Core Count)","[ribgu] Job Size: Min (Core Count)","[sante] Job Size: Min (Core Count)","[savsp] Job Size: Min (Core Count)","[shttr] Job Size: Min (Core Count)","[sogsh] Job Size: Min (Core Count)","[vertera] Job Size: Min (Core Count)" -2016-12,160,112,112,108,96,96,80,72,64,60,60,56,48,48,36,32,20,20,16,16,16,16,12,12,12,12,12,12,12,12,8,8,8,8,8,8,8,5,5,4,4,4,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,8,1,1,1,1,1,1,1,1 -2017-01,160,0,0,0,96,96,0,0,64,60,60,0,0,0,36,32,0,0,16,0,16,0,12,0,12,0,16,24,12,0,8,8,8,0,8,8,0,12,5,4,0,4,2,0,0,1,1,8,0,0,1,0,20,1,0,0,1,1,0,1,0,0,1,8,1,12 +Month,"[yebwa] Job Size: Min (Core Count)","[aytinis] Job Size: Min (Core Count)","[egygo] Job Size: Min (Core Count)","[allga] Job Size: Min (Core Count)","[hardu] Job Size: Min (Core Count)","[crane] Job Size: Min (Core Count)","[meapi] Job Size: Min (Core Count)","[velsc] Job Size: Min (Core Count)","[smew1] Job Size: Min (Core Count)","[chaff] Job Size: Min (Core Count)","[ferdu] Job Size: Min (Core Count)","[pereg] Job Size: Min (Core Count)","[evegr] Job Size: Min (Core Count)","[duswa] Job Size: Min (Core Count)","[siski] Job Size: Min (Core Count)","[whimb] Job Size: Min (Core Count)","[alpsw] Job Size: Min (Core Count)","[crama] Job Size: Min (Core Count)","[gloib] Job Size: Min (Core Count)","[ovenb] Job Size: Min (Core Count)","[relpa] Job Size: Min (Core Count)","[whtsp] Job Size: Min (Core Count)","[yebbu] Job Size: Min (Core Count)","[caspl] Job Size: Min (Core Count)","[litst] Job Size: Min (Core Count)","[misth] Job Size: Min (Core Count)","[sancr] Job Size: Min (Core Count)","[sarwa] Job Size: Min (Core Count)","[shag1] Job Size: Min (Core Count)","[sposa] Job Size: Min (Core Count)","[whtpl] Job Size: Min (Core Count)","[corsh] Job Size: Min (Core Count)","[dunli] Job Size: Min (Core Count)","[field] Job Size: Min (Core Count)","[hoowa] Job Size: Min (Core Count)","[reebu] Job Size: Min (Core Count)","[turdo] Job Size: Min (Core Count)","[ybsbu] Job Size: Min (Core Count)","[litau] Job Size: Min (Core Count)","[rolle] Job Size: Min (Core Count)","[lesre] Job Size: Min (Core Count)","[swath] Job Size: Min (Core Count)","[yebsa] Job Size: Min (Core Count)","[grath] Job Size: Min (Core Count)","[blhbu] Job Size: Min (Core Count)","[boowa] Job Size: Min (Core Count)","[categ] Job Size: Min (Core Count)","[coot1] Job Size: Min (Core Count)","[garwa] Job Size: Min (Core Count)","[grgsh] Job Size: Min (Core Count)","[henha] Job Size: Min (Core Count)","[honbu] Job Size: Min (Core Count)","[jackd] Job Size: Min (Core Count)","[lanhach] Job Size: Min (Core Count)","[lapwi] Job Size: Min (Core Count)","[legsh] Job Size: Min (Core Count)","[mamwa] Job Size: Min (Core Count)","[moorh] Job Size: Min (Core Count)","[noror] Job Size: Min (Core Count)","[pibgr] Job Size: Min (Core Count)","[proubis] Job Size: Min (Core Count)","[ribgu] Job Size: Min (Core Count)","[sante] Job Size: Min (Core Count)","[savsp] Job Size: Min (Core Count)","[shttr] Job Size: Min (Core Count)","[sogsh] Job Size: Min (Core Count)","[vertera] Job Size: Min (Core Count)" +2016-12,160,112,112,108,108,96,96,80,72,64,60,60,56,48,48,36,32,20,20,16,16,16,16,12,12,12,12,12,12,12,12,8,8,8,8,8,8,8,5,5,4,4,4,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,8,1,1,1,1,1,1,1,1 +2017-01,160,0,0,0,0,96,96,0,0,64,60,60,0,0,0,36,32,0,0,16,0,16,0,12,0,12,0,16,24,12,0,8,8,8,0,8,8,0,12,5,4,0,4,2,0,0,1,1,8,0,0,1,0,20,1,0,0,1,1,0,1,0,0,1,8,1,12 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/timeseries-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/timeseries-Month-cs.csv index ce8a7c0ace..93052acaba 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/timeseries-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/timeseries-Month-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[yebwa] Job Size: Min (Core Count)","[aytinis] Job Size: Min (Core Count)","[egygo] Job Size: Min (Core Count)","[allga] Job Size: Min (Core Count)","[crane] Job Size: Min (Core Count)","[meapi] Job Size: Min (Core Count)","[velsc] Job Size: Min (Core Count)","[smew1] Job Size: Min (Core Count)","[chaff] Job Size: Min (Core Count)","[ferdu] Job Size: Min (Core Count)","[pereg] Job Size: Min (Core Count)","[evegr] Job Size: Min (Core Count)","[duswa] Job Size: Min (Core Count)","[siski] Job Size: Min (Core Count)","[whimb] Job Size: Min (Core Count)","[alpsw] Job Size: Min (Core Count)","[crama] Job Size: Min (Core Count)","[gloib] Job Size: Min (Core Count)","[ovenb] Job Size: Min (Core Count)","[relpa] Job Size: Min (Core Count)","[whtsp] Job Size: Min (Core Count)","[yebbu] Job Size: Min (Core Count)","[caspl] Job Size: Min (Core Count)","[litst] Job Size: Min (Core Count)","[misth] Job Size: Min (Core Count)","[sancr] Job Size: Min (Core Count)","[sarwa] Job Size: Min (Core Count)","[shag1] Job Size: Min (Core Count)","[sposa] Job Size: Min (Core Count)","[whtpl] Job Size: Min (Core Count)","[corsh] Job Size: Min (Core Count)","[dunli] Job Size: Min (Core Count)","[field] Job Size: Min (Core Count)","[hoowa] Job Size: Min (Core Count)","[reebu] Job Size: Min (Core Count)","[turdo] Job Size: Min (Core Count)","[ybsbu] Job Size: Min (Core Count)","[litau] Job Size: Min (Core Count)","[rolle] Job Size: Min (Core Count)","[lesre] Job Size: Min (Core Count)","[swath] Job Size: Min (Core Count)","[yebsa] Job Size: Min (Core Count)","[grath] Job Size: Min (Core Count)","[blhbu] Job Size: Min (Core Count)","[boowa] Job Size: Min (Core Count)","[categ] Job Size: Min (Core Count)","[coot1] Job Size: Min (Core Count)","[garwa] Job Size: Min (Core Count)","[grgsh] Job Size: Min (Core Count)","[henha] Job Size: Min (Core Count)","[honbu] Job Size: Min (Core Count)","[jackd] Job Size: Min (Core Count)","[lanhach] Job Size: Min (Core Count)","[lapwi] Job Size: Min (Core Count)","[legsh] Job Size: Min (Core Count)","[mamwa] Job Size: Min (Core Count)","[moorh] Job Size: Min (Core Count)","[noror] Job Size: Min (Core Count)","[pibgr] Job Size: Min (Core Count)","[proubis] Job Size: Min (Core Count)","[ribgu] Job Size: Min (Core Count)","[sante] Job Size: Min (Core Count)","[savsp] Job Size: Min (Core Count)","[shttr] Job Size: Min (Core Count)","[sogsh] Job Size: Min (Core Count)","[vertera] Job Size: Min (Core Count)" -2016-12,160,112,112,108,96,96,80,72,64,60,60,56,48,48,36,32,20,20,16,16,16,16,12,12,12,12,12,12,12,12,8,8,8,8,8,8,8,5,5,4,4,4,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,8,1,1,1,1,1,1,1,1 -2017-01,160,0,0,0,96,96,0,0,64,60,60,0,0,0,36,32,0,0,16,0,16,0,12,0,12,0,16,24,12,0,8,8,8,0,8,8,0,12,5,4,0,4,2,0,0,1,1,8,0,0,1,0,20,1,0,0,1,1,0,1,0,0,1,8,1,12 +Month,"[yebwa] Job Size: Min (Core Count)","[aytinis] Job Size: Min (Core Count)","[egygo] Job Size: Min (Core Count)","[allga] Job Size: Min (Core Count)","[hardu] Job Size: Min (Core Count)","[crane] Job Size: Min (Core Count)","[meapi] Job Size: Min (Core Count)","[velsc] Job Size: Min (Core Count)","[smew1] Job Size: Min (Core Count)","[chaff] Job Size: Min (Core Count)","[ferdu] Job Size: Min (Core Count)","[pereg] Job Size: Min (Core Count)","[evegr] Job Size: Min (Core Count)","[duswa] Job Size: Min (Core Count)","[siski] Job Size: Min (Core Count)","[whimb] Job Size: Min (Core Count)","[alpsw] Job Size: Min (Core Count)","[crama] Job Size: Min (Core Count)","[gloib] Job Size: Min (Core Count)","[ovenb] Job Size: Min (Core Count)","[relpa] Job Size: Min (Core Count)","[whtsp] Job Size: Min (Core Count)","[yebbu] Job Size: Min (Core Count)","[caspl] Job Size: Min (Core Count)","[litst] Job Size: Min (Core Count)","[misth] Job Size: Min (Core Count)","[sancr] Job Size: Min (Core Count)","[sarwa] Job Size: Min (Core Count)","[shag1] Job Size: Min (Core Count)","[sposa] Job Size: Min (Core Count)","[whtpl] Job Size: Min (Core Count)","[corsh] Job Size: Min (Core Count)","[dunli] Job Size: Min (Core Count)","[field] Job Size: Min (Core Count)","[hoowa] Job Size: Min (Core Count)","[reebu] Job Size: Min (Core Count)","[turdo] Job Size: Min (Core Count)","[ybsbu] Job Size: Min (Core Count)","[litau] Job Size: Min (Core Count)","[rolle] Job Size: Min (Core Count)","[lesre] Job Size: Min (Core Count)","[swath] Job Size: Min (Core Count)","[yebsa] Job Size: Min (Core Count)","[grath] Job Size: Min (Core Count)","[blhbu] Job Size: Min (Core Count)","[boowa] Job Size: Min (Core Count)","[categ] Job Size: Min (Core Count)","[coot1] Job Size: Min (Core Count)","[garwa] Job Size: Min (Core Count)","[grgsh] Job Size: Min (Core Count)","[henha] Job Size: Min (Core Count)","[honbu] Job Size: Min (Core Count)","[jackd] Job Size: Min (Core Count)","[lanhach] Job Size: Min (Core Count)","[lapwi] Job Size: Min (Core Count)","[legsh] Job Size: Min (Core Count)","[mamwa] Job Size: Min (Core Count)","[moorh] Job Size: Min (Core Count)","[noror] Job Size: Min (Core Count)","[pibgr] Job Size: Min (Core Count)","[proubis] Job Size: Min (Core Count)","[ribgu] Job Size: Min (Core Count)","[sante] Job Size: Min (Core Count)","[savsp] Job Size: Min (Core Count)","[shttr] Job Size: Min (Core Count)","[sogsh] Job Size: Min (Core Count)","[vertera] Job Size: Min (Core Count)" +2016-12,160,112,112,108,108,96,96,80,72,64,60,60,56,48,48,36,32,20,20,16,16,16,16,12,12,12,12,12,12,12,12,8,8,8,8,8,8,8,5,5,4,4,4,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,8,1,1,1,1,1,1,1,1 +2017-01,160,0,0,0,0,96,96,0,0,64,60,60,0,0,0,36,32,0,0,16,0,16,0,12,0,12,0,16,24,12,0,8,8,8,0,8,8,0,12,5,4,0,4,2,0,0,1,1,8,0,0,1,0,20,1,0,0,1,1,0,1,0,0,1,8,1,12 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/timeseries-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/timeseries-Quarter-cd.csv index 42fc50e850..93aeabb5ad 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/timeseries-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/timeseries-Quarter-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[yebwa] Job Size: Min (Core Count)","[aytinis] Job Size: Min (Core Count)","[egygo] Job Size: Min (Core Count)","[allga] Job Size: Min (Core Count)","[crane] Job Size: Min (Core Count)","[meapi] Job Size: Min (Core Count)","[velsc] Job Size: Min (Core Count)","[smew1] Job Size: Min (Core Count)","[chaff] Job Size: Min (Core Count)","[ferdu] Job Size: Min (Core Count)","[pereg] Job Size: Min (Core Count)","[evegr] Job Size: Min (Core Count)","[duswa] Job Size: Min (Core Count)","[siski] Job Size: Min (Core Count)","[whimb] Job Size: Min (Core Count)","[alpsw] Job Size: Min (Core Count)","[crama] Job Size: Min (Core Count)","[gloib] Job Size: Min (Core Count)","[ovenb] Job Size: Min (Core Count)","[relpa] Job Size: Min (Core Count)","[whtsp] Job Size: Min (Core Count)","[yebbu] Job Size: Min (Core Count)","[caspl] Job Size: Min (Core Count)","[litst] Job Size: Min (Core Count)","[misth] Job Size: Min (Core Count)","[sancr] Job Size: Min (Core Count)","[sarwa] Job Size: Min (Core Count)","[shag1] Job Size: Min (Core Count)","[sposa] Job Size: Min (Core Count)","[whtpl] Job Size: Min (Core Count)","[corsh] Job Size: Min (Core Count)","[dunli] Job Size: Min (Core Count)","[field] Job Size: Min (Core Count)","[hoowa] Job Size: Min (Core Count)","[reebu] Job Size: Min (Core Count)","[turdo] Job Size: Min (Core Count)","[ybsbu] Job Size: Min (Core Count)","[litau] Job Size: Min (Core Count)","[rolle] Job Size: Min (Core Count)","[lesre] Job Size: Min (Core Count)","[swath] Job Size: Min (Core Count)","[yebsa] Job Size: Min (Core Count)","[grath] Job Size: Min (Core Count)","[blhbu] Job Size: Min (Core Count)","[boowa] Job Size: Min (Core Count)","[categ] Job Size: Min (Core Count)","[coot1] Job Size: Min (Core Count)","[garwa] Job Size: Min (Core Count)","[grgsh] Job Size: Min (Core Count)","[henha] Job Size: Min (Core Count)","[honbu] Job Size: Min (Core Count)","[jackd] Job Size: Min (Core Count)","[lanhach] Job Size: Min (Core Count)","[lapwi] Job Size: Min (Core Count)","[legsh] Job Size: Min (Core Count)","[mamwa] Job Size: Min (Core Count)","[moorh] Job Size: Min (Core Count)","[noror] Job Size: Min (Core Count)","[pibgr] Job Size: Min (Core Count)","[proubis] Job Size: Min (Core Count)","[ribgu] Job Size: Min (Core Count)","[sante] Job Size: Min (Core Count)","[savsp] Job Size: Min (Core Count)","[shttr] Job Size: Min (Core Count)","[sogsh] Job Size: Min (Core Count)","[vertera] Job Size: Min (Core Count)" -"2016 Q4",160,112,112,108,96,96,80,72,64,60,60,56,48,48,36,32,20,20,16,16,16,16,12,12,12,12,12,12,12,12,8,8,8,8,8,8,8,5,5,4,4,4,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,8,1,1,1,1,1,1,1,1 -"2017 Q1",160,0,0,0,96,96,0,0,64,60,60,0,0,0,36,32,0,0,16,0,16,0,12,0,12,0,16,24,12,0,8,8,8,0,8,8,0,12,5,4,0,4,2,0,0,1,1,8,0,0,1,0,20,1,0,0,1,1,0,1,0,0,1,8,1,12 +Quarter,"[yebwa] Job Size: Min (Core Count)","[aytinis] Job Size: Min (Core Count)","[egygo] Job Size: Min (Core Count)","[allga] Job Size: Min (Core Count)","[hardu] Job Size: Min (Core Count)","[crane] Job Size: Min (Core Count)","[meapi] Job Size: Min (Core Count)","[velsc] Job Size: Min (Core Count)","[smew1] Job Size: Min (Core Count)","[chaff] Job Size: Min (Core Count)","[ferdu] Job Size: Min (Core Count)","[pereg] Job Size: Min (Core Count)","[evegr] Job Size: Min (Core Count)","[duswa] Job Size: Min (Core Count)","[siski] Job Size: Min (Core Count)","[whimb] Job Size: Min (Core Count)","[alpsw] Job Size: Min (Core Count)","[crama] Job Size: Min (Core Count)","[gloib] Job Size: Min (Core Count)","[ovenb] Job Size: Min (Core Count)","[relpa] Job Size: Min (Core Count)","[whtsp] Job Size: Min (Core Count)","[yebbu] Job Size: Min (Core Count)","[caspl] Job Size: Min (Core Count)","[litst] Job Size: Min (Core Count)","[misth] Job Size: Min (Core Count)","[sancr] Job Size: Min (Core Count)","[sarwa] Job Size: Min (Core Count)","[shag1] Job Size: Min (Core Count)","[sposa] Job Size: Min (Core Count)","[whtpl] Job Size: Min (Core Count)","[corsh] Job Size: Min (Core Count)","[dunli] Job Size: Min (Core Count)","[field] Job Size: Min (Core Count)","[hoowa] Job Size: Min (Core Count)","[reebu] Job Size: Min (Core Count)","[turdo] Job Size: Min (Core Count)","[ybsbu] Job Size: Min (Core Count)","[litau] Job Size: Min (Core Count)","[rolle] Job Size: Min (Core Count)","[lesre] Job Size: Min (Core Count)","[swath] Job Size: Min (Core Count)","[yebsa] Job Size: Min (Core Count)","[grath] Job Size: Min (Core Count)","[blhbu] Job Size: Min (Core Count)","[boowa] Job Size: Min (Core Count)","[categ] Job Size: Min (Core Count)","[coot1] Job Size: Min (Core Count)","[garwa] Job Size: Min (Core Count)","[grgsh] Job Size: Min (Core Count)","[henha] Job Size: Min (Core Count)","[honbu] Job Size: Min (Core Count)","[jackd] Job Size: Min (Core Count)","[lanhach] Job Size: Min (Core Count)","[lapwi] Job Size: Min (Core Count)","[legsh] Job Size: Min (Core Count)","[mamwa] Job Size: Min (Core Count)","[moorh] Job Size: Min (Core Count)","[noror] Job Size: Min (Core Count)","[pibgr] Job Size: Min (Core Count)","[proubis] Job Size: Min (Core Count)","[ribgu] Job Size: Min (Core Count)","[sante] Job Size: Min (Core Count)","[savsp] Job Size: Min (Core Count)","[shttr] Job Size: Min (Core Count)","[sogsh] Job Size: Min (Core Count)","[vertera] Job Size: Min (Core Count)" +"2016 Q4",160,112,112,108,108,96,96,80,72,64,60,60,56,48,48,36,32,20,20,16,16,16,16,12,12,12,12,12,12,12,12,8,8,8,8,8,8,8,5,5,4,4,4,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,8,1,1,1,1,1,1,1,1 +"2017 Q1",160,0,0,0,0,96,96,0,0,64,60,60,0,0,0,36,32,0,0,16,0,16,0,12,0,12,0,16,24,12,0,8,8,8,0,8,8,0,12,5,4,0,4,2,0,0,1,1,8,0,0,1,0,20,1,0,0,1,1,0,1,0,0,1,8,1,12 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/timeseries-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/timeseries-Quarter-cs.csv index 42fc50e850..93aeabb5ad 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/timeseries-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/timeseries-Quarter-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[yebwa] Job Size: Min (Core Count)","[aytinis] Job Size: Min (Core Count)","[egygo] Job Size: Min (Core Count)","[allga] Job Size: Min (Core Count)","[crane] Job Size: Min (Core Count)","[meapi] Job Size: Min (Core Count)","[velsc] Job Size: Min (Core Count)","[smew1] Job Size: Min (Core Count)","[chaff] Job Size: Min (Core Count)","[ferdu] Job Size: Min (Core Count)","[pereg] Job Size: Min (Core Count)","[evegr] Job Size: Min (Core Count)","[duswa] Job Size: Min (Core Count)","[siski] Job Size: Min (Core Count)","[whimb] Job Size: Min (Core Count)","[alpsw] Job Size: Min (Core Count)","[crama] Job Size: Min (Core Count)","[gloib] Job Size: Min (Core Count)","[ovenb] Job Size: Min (Core Count)","[relpa] Job Size: Min (Core Count)","[whtsp] Job Size: Min (Core Count)","[yebbu] Job Size: Min (Core Count)","[caspl] Job Size: Min (Core Count)","[litst] Job Size: Min (Core Count)","[misth] Job Size: Min (Core Count)","[sancr] Job Size: Min (Core Count)","[sarwa] Job Size: Min (Core Count)","[shag1] Job Size: Min (Core Count)","[sposa] Job Size: Min (Core Count)","[whtpl] Job Size: Min (Core Count)","[corsh] Job Size: Min (Core Count)","[dunli] Job Size: Min (Core Count)","[field] Job Size: Min (Core Count)","[hoowa] Job Size: Min (Core Count)","[reebu] Job Size: Min (Core Count)","[turdo] Job Size: Min (Core Count)","[ybsbu] Job Size: Min (Core Count)","[litau] Job Size: Min (Core Count)","[rolle] Job Size: Min (Core Count)","[lesre] Job Size: Min (Core Count)","[swath] Job Size: Min (Core Count)","[yebsa] Job Size: Min (Core Count)","[grath] Job Size: Min (Core Count)","[blhbu] Job Size: Min (Core Count)","[boowa] Job Size: Min (Core Count)","[categ] Job Size: Min (Core Count)","[coot1] Job Size: Min (Core Count)","[garwa] Job Size: Min (Core Count)","[grgsh] Job Size: Min (Core Count)","[henha] Job Size: Min (Core Count)","[honbu] Job Size: Min (Core Count)","[jackd] Job Size: Min (Core Count)","[lanhach] Job Size: Min (Core Count)","[lapwi] Job Size: Min (Core Count)","[legsh] Job Size: Min (Core Count)","[mamwa] Job Size: Min (Core Count)","[moorh] Job Size: Min (Core Count)","[noror] Job Size: Min (Core Count)","[pibgr] Job Size: Min (Core Count)","[proubis] Job Size: Min (Core Count)","[ribgu] Job Size: Min (Core Count)","[sante] Job Size: Min (Core Count)","[savsp] Job Size: Min (Core Count)","[shttr] Job Size: Min (Core Count)","[sogsh] Job Size: Min (Core Count)","[vertera] Job Size: Min (Core Count)" -"2016 Q4",160,112,112,108,96,96,80,72,64,60,60,56,48,48,36,32,20,20,16,16,16,16,12,12,12,12,12,12,12,12,8,8,8,8,8,8,8,5,5,4,4,4,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,8,1,1,1,1,1,1,1,1 -"2017 Q1",160,0,0,0,96,96,0,0,64,60,60,0,0,0,36,32,0,0,16,0,16,0,12,0,12,0,16,24,12,0,8,8,8,0,8,8,0,12,5,4,0,4,2,0,0,1,1,8,0,0,1,0,20,1,0,0,1,1,0,1,0,0,1,8,1,12 +Quarter,"[yebwa] Job Size: Min (Core Count)","[aytinis] Job Size: Min (Core Count)","[egygo] Job Size: Min (Core Count)","[allga] Job Size: Min (Core Count)","[hardu] Job Size: Min (Core Count)","[crane] Job Size: Min (Core Count)","[meapi] Job Size: Min (Core Count)","[velsc] Job Size: Min (Core Count)","[smew1] Job Size: Min (Core Count)","[chaff] Job Size: Min (Core Count)","[ferdu] Job Size: Min (Core Count)","[pereg] Job Size: Min (Core Count)","[evegr] Job Size: Min (Core Count)","[duswa] Job Size: Min (Core Count)","[siski] Job Size: Min (Core Count)","[whimb] Job Size: Min (Core Count)","[alpsw] Job Size: Min (Core Count)","[crama] Job Size: Min (Core Count)","[gloib] Job Size: Min (Core Count)","[ovenb] Job Size: Min (Core Count)","[relpa] Job Size: Min (Core Count)","[whtsp] Job Size: Min (Core Count)","[yebbu] Job Size: Min (Core Count)","[caspl] Job Size: Min (Core Count)","[litst] Job Size: Min (Core Count)","[misth] Job Size: Min (Core Count)","[sancr] Job Size: Min (Core Count)","[sarwa] Job Size: Min (Core Count)","[shag1] Job Size: Min (Core Count)","[sposa] Job Size: Min (Core Count)","[whtpl] Job Size: Min (Core Count)","[corsh] Job Size: Min (Core Count)","[dunli] Job Size: Min (Core Count)","[field] Job Size: Min (Core Count)","[hoowa] Job Size: Min (Core Count)","[reebu] Job Size: Min (Core Count)","[turdo] Job Size: Min (Core Count)","[ybsbu] Job Size: Min (Core Count)","[litau] Job Size: Min (Core Count)","[rolle] Job Size: Min (Core Count)","[lesre] Job Size: Min (Core Count)","[swath] Job Size: Min (Core Count)","[yebsa] Job Size: Min (Core Count)","[grath] Job Size: Min (Core Count)","[blhbu] Job Size: Min (Core Count)","[boowa] Job Size: Min (Core Count)","[categ] Job Size: Min (Core Count)","[coot1] Job Size: Min (Core Count)","[garwa] Job Size: Min (Core Count)","[grgsh] Job Size: Min (Core Count)","[henha] Job Size: Min (Core Count)","[honbu] Job Size: Min (Core Count)","[jackd] Job Size: Min (Core Count)","[lanhach] Job Size: Min (Core Count)","[lapwi] Job Size: Min (Core Count)","[legsh] Job Size: Min (Core Count)","[mamwa] Job Size: Min (Core Count)","[moorh] Job Size: Min (Core Count)","[noror] Job Size: Min (Core Count)","[pibgr] Job Size: Min (Core Count)","[proubis] Job Size: Min (Core Count)","[ribgu] Job Size: Min (Core Count)","[sante] Job Size: Min (Core Count)","[savsp] Job Size: Min (Core Count)","[shttr] Job Size: Min (Core Count)","[sogsh] Job Size: Min (Core Count)","[vertera] Job Size: Min (Core Count)" +"2016 Q4",160,112,112,108,108,96,96,80,72,64,60,60,56,48,48,36,32,20,20,16,16,16,16,12,12,12,12,12,12,12,12,8,8,8,8,8,8,8,5,5,4,4,4,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,8,1,1,1,1,1,1,1,1 +"2017 Q1",160,0,0,0,0,96,96,0,0,64,60,60,0,0,0,36,32,0,0,16,0,16,0,12,0,12,0,16,24,12,0,8,8,8,0,8,8,0,12,5,4,0,4,2,0,0,1,1,8,0,0,1,0,20,1,0,0,1,1,0,1,0,0,1,8,1,12 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/timeseries-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/timeseries-Year-cd.csv index b3bdf30f3b..8d4e92fc0b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/timeseries-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/timeseries-Year-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[yebwa] Job Size: Min (Core Count)","[aytinis] Job Size: Min (Core Count)","[egygo] Job Size: Min (Core Count)","[allga] Job Size: Min (Core Count)","[crane] Job Size: Min (Core Count)","[meapi] Job Size: Min (Core Count)","[velsc] Job Size: Min (Core Count)","[smew1] Job Size: Min (Core Count)","[chaff] Job Size: Min (Core Count)","[ferdu] Job Size: Min (Core Count)","[pereg] Job Size: Min (Core Count)","[evegr] Job Size: Min (Core Count)","[duswa] Job Size: Min (Core Count)","[siski] Job Size: Min (Core Count)","[whimb] Job Size: Min (Core Count)","[alpsw] Job Size: Min (Core Count)","[crama] Job Size: Min (Core Count)","[gloib] Job Size: Min (Core Count)","[ovenb] Job Size: Min (Core Count)","[relpa] Job Size: Min (Core Count)","[whtsp] Job Size: Min (Core Count)","[yebbu] Job Size: Min (Core Count)","[caspl] Job Size: Min (Core Count)","[litst] Job Size: Min (Core Count)","[misth] Job Size: Min (Core Count)","[sancr] Job Size: Min (Core Count)","[sarwa] Job Size: Min (Core Count)","[shag1] Job Size: Min (Core Count)","[sposa] Job Size: Min (Core Count)","[whtpl] Job Size: Min (Core Count)","[corsh] Job Size: Min (Core Count)","[dunli] Job Size: Min (Core Count)","[field] Job Size: Min (Core Count)","[hoowa] Job Size: Min (Core Count)","[reebu] Job Size: Min (Core Count)","[turdo] Job Size: Min (Core Count)","[ybsbu] Job Size: Min (Core Count)","[litau] Job Size: Min (Core Count)","[rolle] Job Size: Min (Core Count)","[lesre] Job Size: Min (Core Count)","[swath] Job Size: Min (Core Count)","[yebsa] Job Size: Min (Core Count)","[grath] Job Size: Min (Core Count)","[blhbu] Job Size: Min (Core Count)","[boowa] Job Size: Min (Core Count)","[categ] Job Size: Min (Core Count)","[coot1] Job Size: Min (Core Count)","[garwa] Job Size: Min (Core Count)","[grgsh] Job Size: Min (Core Count)","[henha] Job Size: Min (Core Count)","[honbu] Job Size: Min (Core Count)","[jackd] Job Size: Min (Core Count)","[lanhach] Job Size: Min (Core Count)","[lapwi] Job Size: Min (Core Count)","[legsh] Job Size: Min (Core Count)","[mamwa] Job Size: Min (Core Count)","[moorh] Job Size: Min (Core Count)","[noror] Job Size: Min (Core Count)","[pibgr] Job Size: Min (Core Count)","[proubis] Job Size: Min (Core Count)","[ribgu] Job Size: Min (Core Count)","[sante] Job Size: Min (Core Count)","[savsp] Job Size: Min (Core Count)","[shttr] Job Size: Min (Core Count)","[sogsh] Job Size: Min (Core Count)","[vertera] Job Size: Min (Core Count)" -2016,160,112,112,108,96,96,80,72,64,60,60,56,48,48,36,32,20,20,16,16,16,16,12,12,12,12,12,12,12,12,8,8,8,8,8,8,8,5,5,4,4,4,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,8,1,1,1,1,1,1,1,1 -2017,160,0,0,0,96,96,0,0,64,60,60,0,0,0,36,32,0,0,16,0,16,0,12,0,12,0,16,24,12,0,8,8,8,0,8,8,0,12,5,4,0,4,2,0,0,1,1,8,0,0,1,0,20,1,0,0,1,1,0,1,0,0,1,8,1,12 +Year,"[yebwa] Job Size: Min (Core Count)","[aytinis] Job Size: Min (Core Count)","[egygo] Job Size: Min (Core Count)","[allga] Job Size: Min (Core Count)","[hardu] Job Size: Min (Core Count)","[crane] Job Size: Min (Core Count)","[meapi] Job Size: Min (Core Count)","[velsc] Job Size: Min (Core Count)","[smew1] Job Size: Min (Core Count)","[chaff] Job Size: Min (Core Count)","[ferdu] Job Size: Min (Core Count)","[pereg] Job Size: Min (Core Count)","[evegr] Job Size: Min (Core Count)","[duswa] Job Size: Min (Core Count)","[siski] Job Size: Min (Core Count)","[whimb] Job Size: Min (Core Count)","[alpsw] Job Size: Min (Core Count)","[crama] Job Size: Min (Core Count)","[gloib] Job Size: Min (Core Count)","[ovenb] Job Size: Min (Core Count)","[relpa] Job Size: Min (Core Count)","[whtsp] Job Size: Min (Core Count)","[yebbu] Job Size: Min (Core Count)","[caspl] Job Size: Min (Core Count)","[litst] Job Size: Min (Core Count)","[misth] Job Size: Min (Core Count)","[sancr] Job Size: Min (Core Count)","[sarwa] Job Size: Min (Core Count)","[shag1] Job Size: Min (Core Count)","[sposa] Job Size: Min (Core Count)","[whtpl] Job Size: Min (Core Count)","[corsh] Job Size: Min (Core Count)","[dunli] Job Size: Min (Core Count)","[field] Job Size: Min (Core Count)","[hoowa] Job Size: Min (Core Count)","[reebu] Job Size: Min (Core Count)","[turdo] Job Size: Min (Core Count)","[ybsbu] Job Size: Min (Core Count)","[litau] Job Size: Min (Core Count)","[rolle] Job Size: Min (Core Count)","[lesre] Job Size: Min (Core Count)","[swath] Job Size: Min (Core Count)","[yebsa] Job Size: Min (Core Count)","[grath] Job Size: Min (Core Count)","[blhbu] Job Size: Min (Core Count)","[boowa] Job Size: Min (Core Count)","[categ] Job Size: Min (Core Count)","[coot1] Job Size: Min (Core Count)","[garwa] Job Size: Min (Core Count)","[grgsh] Job Size: Min (Core Count)","[henha] Job Size: Min (Core Count)","[honbu] Job Size: Min (Core Count)","[jackd] Job Size: Min (Core Count)","[lanhach] Job Size: Min (Core Count)","[lapwi] Job Size: Min (Core Count)","[legsh] Job Size: Min (Core Count)","[mamwa] Job Size: Min (Core Count)","[moorh] Job Size: Min (Core Count)","[noror] Job Size: Min (Core Count)","[pibgr] Job Size: Min (Core Count)","[proubis] Job Size: Min (Core Count)","[ribgu] Job Size: Min (Core Count)","[sante] Job Size: Min (Core Count)","[savsp] Job Size: Min (Core Count)","[shttr] Job Size: Min (Core Count)","[sogsh] Job Size: Min (Core Count)","[vertera] Job Size: Min (Core Count)" +2016,160,112,112,108,108,96,96,80,72,64,60,60,56,48,48,36,32,20,20,16,16,16,16,12,12,12,12,12,12,12,12,8,8,8,8,8,8,8,5,5,4,4,4,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,8,1,1,1,1,1,1,1,1 +2017,160,0,0,0,0,96,96,0,0,64,60,60,0,0,0,36,32,0,0,16,0,16,0,12,0,12,0,16,24,12,0,8,8,8,0,8,8,0,12,5,4,0,4,2,0,0,1,1,8,0,0,1,0,20,1,0,0,1,1,0,1,0,0,1,8,1,12 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/timeseries-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/timeseries-Year-cs.csv index b3bdf30f3b..8d4e92fc0b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/timeseries-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/min_processors/timeseries-Year-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[yebwa] Job Size: Min (Core Count)","[aytinis] Job Size: Min (Core Count)","[egygo] Job Size: Min (Core Count)","[allga] Job Size: Min (Core Count)","[crane] Job Size: Min (Core Count)","[meapi] Job Size: Min (Core Count)","[velsc] Job Size: Min (Core Count)","[smew1] Job Size: Min (Core Count)","[chaff] Job Size: Min (Core Count)","[ferdu] Job Size: Min (Core Count)","[pereg] Job Size: Min (Core Count)","[evegr] Job Size: Min (Core Count)","[duswa] Job Size: Min (Core Count)","[siski] Job Size: Min (Core Count)","[whimb] Job Size: Min (Core Count)","[alpsw] Job Size: Min (Core Count)","[crama] Job Size: Min (Core Count)","[gloib] Job Size: Min (Core Count)","[ovenb] Job Size: Min (Core Count)","[relpa] Job Size: Min (Core Count)","[whtsp] Job Size: Min (Core Count)","[yebbu] Job Size: Min (Core Count)","[caspl] Job Size: Min (Core Count)","[litst] Job Size: Min (Core Count)","[misth] Job Size: Min (Core Count)","[sancr] Job Size: Min (Core Count)","[sarwa] Job Size: Min (Core Count)","[shag1] Job Size: Min (Core Count)","[sposa] Job Size: Min (Core Count)","[whtpl] Job Size: Min (Core Count)","[corsh] Job Size: Min (Core Count)","[dunli] Job Size: Min (Core Count)","[field] Job Size: Min (Core Count)","[hoowa] Job Size: Min (Core Count)","[reebu] Job Size: Min (Core Count)","[turdo] Job Size: Min (Core Count)","[ybsbu] Job Size: Min (Core Count)","[litau] Job Size: Min (Core Count)","[rolle] Job Size: Min (Core Count)","[lesre] Job Size: Min (Core Count)","[swath] Job Size: Min (Core Count)","[yebsa] Job Size: Min (Core Count)","[grath] Job Size: Min (Core Count)","[blhbu] Job Size: Min (Core Count)","[boowa] Job Size: Min (Core Count)","[categ] Job Size: Min (Core Count)","[coot1] Job Size: Min (Core Count)","[garwa] Job Size: Min (Core Count)","[grgsh] Job Size: Min (Core Count)","[henha] Job Size: Min (Core Count)","[honbu] Job Size: Min (Core Count)","[jackd] Job Size: Min (Core Count)","[lanhach] Job Size: Min (Core Count)","[lapwi] Job Size: Min (Core Count)","[legsh] Job Size: Min (Core Count)","[mamwa] Job Size: Min (Core Count)","[moorh] Job Size: Min (Core Count)","[noror] Job Size: Min (Core Count)","[pibgr] Job Size: Min (Core Count)","[proubis] Job Size: Min (Core Count)","[ribgu] Job Size: Min (Core Count)","[sante] Job Size: Min (Core Count)","[savsp] Job Size: Min (Core Count)","[shttr] Job Size: Min (Core Count)","[sogsh] Job Size: Min (Core Count)","[vertera] Job Size: Min (Core Count)" -2016,160,112,112,108,96,96,80,72,64,60,60,56,48,48,36,32,20,20,16,16,16,16,12,12,12,12,12,12,12,12,8,8,8,8,8,8,8,5,5,4,4,4,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,8,1,1,1,1,1,1,1,1 -2017,160,0,0,0,96,96,0,0,64,60,60,0,0,0,36,32,0,0,16,0,16,0,12,0,12,0,16,24,12,0,8,8,8,0,8,8,0,12,5,4,0,4,2,0,0,1,1,8,0,0,1,0,20,1,0,0,1,1,0,1,0,0,1,8,1,12 +Year,"[yebwa] Job Size: Min (Core Count)","[aytinis] Job Size: Min (Core Count)","[egygo] Job Size: Min (Core Count)","[allga] Job Size: Min (Core Count)","[hardu] Job Size: Min (Core Count)","[crane] Job Size: Min (Core Count)","[meapi] Job Size: Min (Core Count)","[velsc] Job Size: Min (Core Count)","[smew1] Job Size: Min (Core Count)","[chaff] Job Size: Min (Core Count)","[ferdu] Job Size: Min (Core Count)","[pereg] Job Size: Min (Core Count)","[evegr] Job Size: Min (Core Count)","[duswa] Job Size: Min (Core Count)","[siski] Job Size: Min (Core Count)","[whimb] Job Size: Min (Core Count)","[alpsw] Job Size: Min (Core Count)","[crama] Job Size: Min (Core Count)","[gloib] Job Size: Min (Core Count)","[ovenb] Job Size: Min (Core Count)","[relpa] Job Size: Min (Core Count)","[whtsp] Job Size: Min (Core Count)","[yebbu] Job Size: Min (Core Count)","[caspl] Job Size: Min (Core Count)","[litst] Job Size: Min (Core Count)","[misth] Job Size: Min (Core Count)","[sancr] Job Size: Min (Core Count)","[sarwa] Job Size: Min (Core Count)","[shag1] Job Size: Min (Core Count)","[sposa] Job Size: Min (Core Count)","[whtpl] Job Size: Min (Core Count)","[corsh] Job Size: Min (Core Count)","[dunli] Job Size: Min (Core Count)","[field] Job Size: Min (Core Count)","[hoowa] Job Size: Min (Core Count)","[reebu] Job Size: Min (Core Count)","[turdo] Job Size: Min (Core Count)","[ybsbu] Job Size: Min (Core Count)","[litau] Job Size: Min (Core Count)","[rolle] Job Size: Min (Core Count)","[lesre] Job Size: Min (Core Count)","[swath] Job Size: Min (Core Count)","[yebsa] Job Size: Min (Core Count)","[grath] Job Size: Min (Core Count)","[blhbu] Job Size: Min (Core Count)","[boowa] Job Size: Min (Core Count)","[categ] Job Size: Min (Core Count)","[coot1] Job Size: Min (Core Count)","[garwa] Job Size: Min (Core Count)","[grgsh] Job Size: Min (Core Count)","[henha] Job Size: Min (Core Count)","[honbu] Job Size: Min (Core Count)","[jackd] Job Size: Min (Core Count)","[lanhach] Job Size: Min (Core Count)","[lapwi] Job Size: Min (Core Count)","[legsh] Job Size: Min (Core Count)","[mamwa] Job Size: Min (Core Count)","[moorh] Job Size: Min (Core Count)","[noror] Job Size: Min (Core Count)","[pibgr] Job Size: Min (Core Count)","[proubis] Job Size: Min (Core Count)","[ribgu] Job Size: Min (Core Count)","[sante] Job Size: Min (Core Count)","[savsp] Job Size: Min (Core Count)","[shttr] Job Size: Min (Core Count)","[sogsh] Job Size: Min (Core Count)","[vertera] Job Size: Min (Core Count)" +2016,160,112,112,108,108,96,96,80,72,64,60,60,56,48,48,36,32,20,20,16,16,16,16,12,12,12,12,12,12,12,12,8,8,8,8,8,8,8,5,5,4,4,4,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,8,1,1,1,1,1,1,1,1 +2017,160,0,0,0,0,96,96,0,0,64,60,60,0,0,0,36,32,0,0,16,0,16,0,12,0,12,0,16,24,12,0,8,8,8,0,8,8,0,12,5,4,0,4,2,0,0,1,1,8,0,0,1,0,20,1,0,0,1,1,0,1,0,0,1,8,1,12 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/aggregate-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/aggregate-Day-cd.csv index dc8f14d235..ef9d39fc5e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/aggregate-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/aggregate-Day-cd.csv @@ -69,6 +69,7 @@ allga,1 chaff,1 ferdu,1 gloib,1 +hardu,1 mamwa,1 relpa,1 ribgu,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/aggregate-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/aggregate-Day-cs.csv index dc8f14d235..ef9d39fc5e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/aggregate-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/aggregate-Day-cs.csv @@ -69,6 +69,7 @@ allga,1 chaff,1 ferdu,1 gloib,1 +hardu,1 mamwa,1 relpa,1 ribgu,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/aggregate-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/aggregate-Month-cd.csv index dc8f14d235..ef9d39fc5e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/aggregate-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/aggregate-Month-cd.csv @@ -69,6 +69,7 @@ allga,1 chaff,1 ferdu,1 gloib,1 +hardu,1 mamwa,1 relpa,1 ribgu,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/aggregate-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/aggregate-Month-cs.csv index dc8f14d235..ef9d39fc5e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/aggregate-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/aggregate-Month-cs.csv @@ -69,6 +69,7 @@ allga,1 chaff,1 ferdu,1 gloib,1 +hardu,1 mamwa,1 relpa,1 ribgu,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/aggregate-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/aggregate-Quarter-cd.csv index dc8f14d235..ef9d39fc5e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/aggregate-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/aggregate-Quarter-cd.csv @@ -69,6 +69,7 @@ allga,1 chaff,1 ferdu,1 gloib,1 +hardu,1 mamwa,1 relpa,1 ribgu,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/aggregate-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/aggregate-Quarter-cs.csv index dc8f14d235..ef9d39fc5e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/aggregate-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/aggregate-Quarter-cs.csv @@ -69,6 +69,7 @@ allga,1 chaff,1 ferdu,1 gloib,1 +hardu,1 mamwa,1 relpa,1 ribgu,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/aggregate-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/aggregate-Year-cd.csv index dc8f14d235..ef9d39fc5e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/aggregate-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/aggregate-Year-cd.csv @@ -69,6 +69,7 @@ allga,1 chaff,1 ferdu,1 gloib,1 +hardu,1 mamwa,1 relpa,1 ribgu,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/aggregate-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/aggregate-Year-cs.csv index dc8f14d235..ef9d39fc5e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/aggregate-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/aggregate-Year-cs.csv @@ -69,6 +69,7 @@ allga,1 chaff,1 ferdu,1 gloib,1 +hardu,1 mamwa,1 relpa,1 ribgu,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/timeseries-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/timeseries-Day-cd.csv index 38753be810..2e628e91ba 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/timeseries-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/timeseries-Day-cd.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[honbu] Number of Jobs Running","[reebu] Number of Jobs Running","[grgsh] Number of Jobs Running","[moorh] Number of Jobs Running","[legsh] Number of Jobs Running","[turdo] Number of Jobs Running","[caspl] Number of Jobs Running","[swath] Number of Jobs Running","[lapwi] Number of Jobs Running","[dunli] Number of Jobs Running","[sogsh] Number of Jobs Running","[sancr] Number of Jobs Running","[grath] Number of Jobs Running","[vertera] Number of Jobs Running","[sposa] Number of Jobs Running","[garwa] Number of Jobs Running","[pibgr] Number of Jobs Running","[sarwa] Number of Jobs Running","[proubis] Number of Jobs Running","[noror] Number of Jobs Running","[savsp] Number of Jobs Running","[categ] Number of Jobs Running","[coot1] Number of Jobs Running","[meapi] Number of Jobs Running","[shttr] Number of Jobs Running","[hoowa] Number of Jobs Running","[henha] Number of Jobs Running","[yebsa] Number of Jobs Running","[alpsw] Number of Jobs Running","[corsh] Number of Jobs Running","[crane] Number of Jobs Running","[lanhach] Number of Jobs Running","[boowa] Number of Jobs Running","[crama] Number of Jobs Running","[whimb] Number of Jobs Running","[litst] Number of Jobs Running","[misth] Number of Jobs Running","[shag1] Number of Jobs Running","[blhbu] Number of Jobs Running","[litau] Number of Jobs Running","[aytinis] Number of Jobs Running","[whtsp] Number of Jobs Running","[egygo] Number of Jobs Running","[smew1] Number of Jobs Running","[ybsbu] Number of Jobs Running","[ovenb] Number of Jobs Running","[jackd] Number of Jobs Running","[rolle] Number of Jobs Running","[duswa] Number of Jobs Running","[field] Number of Jobs Running","[pereg] Number of Jobs Running","[whtpl] Number of Jobs Running","[evegr] Number of Jobs Running","[lesre] Number of Jobs Running","[sante] Number of Jobs Running","[siski] Number of Jobs Running","[velsc] Number of Jobs Running","[yebbu] Number of Jobs Running","[yebwa] Number of Jobs Running","[allga] Number of Jobs Running","[chaff] Number of Jobs Running","[ferdu] Number of Jobs Running","[gloib] Number of Jobs Running","[mamwa] Number of Jobs Running","[relpa] Number of Jobs Running","[ribgu] Number of Jobs Running" -2016-12-22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0 -2016-12-24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0 -2016-12-25,0,2,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0 -2016-12-26,0,2,0,0,0,2,0,0,0,0,0,0,0,0,0,5,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0 -2016-12-27,1,12,0,0,0,2,0,0,0,0,0,2,0,0,0,5,0,0,0,1,0,0,0,3,5,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,1,1,1,0,0,0,1,0,0,1,0,0 -2016-12-28,1,13,0,190,0,2,0,0,147,0,0,11,0,0,0,16,0,3,0,1,0,0,0,15,10,5,0,0,0,0,0,0,1,0,0,0,9,2,0,0,9,0,0,0,1,4,0,0,0,0,0,3,0,0,1,2,1,0,0,0,1,0,1,1,0,0 -2016-12-29,249,25,0,960,0,19,0,13,235,0,0,24,1,0,10,20,50,7,0,1,0,0,0,22,12,10,5,7,0,6,3,1,1,0,0,0,9,3,0,1,9,0,4,7,5,4,0,0,0,0,1,3,1,1,2,2,1,1,1,0,1,1,1,1,0,0 -2016-12-30,19298,3466,1698,1635,719,349,0,713,252,90,68,94,4,20,60,20,50,35,12,1,8,8,8,22,18,16,20,15,4,8,8,4,15,14,1,7,11,9,4,1,9,0,8,7,6,4,4,3,3,1,3,3,2,1,2,2,2,2,1,1,1,1,1,1,1,1 -2016-12-31,22499,2368,933,1637,999,357,16,1,255,10,24,83,98,26,24,48,0,9,12,5,17,8,8,19,12,16,1,17,4,6,7,3,4,0,9,4,1,6,6,7,9,9,4,1,3,5,2,2,1,1,1,0,0,1,0,1,0,1,0,0,1,1,0,0,0,1 -2017-01-01,13920,84,0,972,0,308,752,0,94,139,62,0,1,25,4,47,0,9,12,26,1,8,8,9,7,0,0,11,8,14,7,9,0,0,7,0,1,1,0,2,0,9,0,0,0,1,0,1,0,2,1,0,0,1,0,0,0,0,1,0,1,1,0,0,0,0 +Day,"[honbu] Number of Jobs Running","[reebu] Number of Jobs Running","[grgsh] Number of Jobs Running","[moorh] Number of Jobs Running","[legsh] Number of Jobs Running","[turdo] Number of Jobs Running","[caspl] Number of Jobs Running","[swath] Number of Jobs Running","[lapwi] Number of Jobs Running","[dunli] Number of Jobs Running","[sogsh] Number of Jobs Running","[sancr] Number of Jobs Running","[grath] Number of Jobs Running","[vertera] Number of Jobs Running","[sposa] Number of Jobs Running","[garwa] Number of Jobs Running","[pibgr] Number of Jobs Running","[sarwa] Number of Jobs Running","[proubis] Number of Jobs Running","[noror] Number of Jobs Running","[savsp] Number of Jobs Running","[categ] Number of Jobs Running","[coot1] Number of Jobs Running","[meapi] Number of Jobs Running","[shttr] Number of Jobs Running","[hoowa] Number of Jobs Running","[henha] Number of Jobs Running","[yebsa] Number of Jobs Running","[alpsw] Number of Jobs Running","[corsh] Number of Jobs Running","[crane] Number of Jobs Running","[lanhach] Number of Jobs Running","[boowa] Number of Jobs Running","[crama] Number of Jobs Running","[whimb] Number of Jobs Running","[litst] Number of Jobs Running","[misth] Number of Jobs Running","[shag1] Number of Jobs Running","[blhbu] Number of Jobs Running","[litau] Number of Jobs Running","[aytinis] Number of Jobs Running","[whtsp] Number of Jobs Running","[egygo] Number of Jobs Running","[smew1] Number of Jobs Running","[ybsbu] Number of Jobs Running","[ovenb] Number of Jobs Running","[jackd] Number of Jobs Running","[rolle] Number of Jobs Running","[duswa] Number of Jobs Running","[field] Number of Jobs Running","[pereg] Number of Jobs Running","[whtpl] Number of Jobs Running","[evegr] Number of Jobs Running","[lesre] Number of Jobs Running","[sante] Number of Jobs Running","[siski] Number of Jobs Running","[velsc] Number of Jobs Running","[yebbu] Number of Jobs Running","[yebwa] Number of Jobs Running","[allga] Number of Jobs Running","[chaff] Number of Jobs Running","[ferdu] Number of Jobs Running","[gloib] Number of Jobs Running","[hardu] Number of Jobs Running","[mamwa] Number of Jobs Running","[relpa] Number of Jobs Running","[ribgu] Number of Jobs Running" +2016-12-22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-25,0,2,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-26,0,2,0,0,0,2,0,0,0,0,0,0,0,0,0,5,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-27,1,12,0,0,0,2,0,0,0,0,0,2,0,0,0,5,0,0,0,1,0,0,0,3,5,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,1,1,1,0,0,0,1,0,0,0,1,0,0 +2016-12-28,1,13,0,190,0,2,0,0,147,0,0,11,0,0,0,16,0,3,0,1,0,0,0,15,10,5,0,0,0,0,0,0,1,0,0,0,9,2,0,0,9,0,0,0,1,4,0,0,0,0,0,3,0,0,1,2,1,0,0,0,1,0,1,0,1,0,0 +2016-12-29,249,25,0,960,0,19,0,13,235,0,0,24,1,0,10,20,50,7,0,1,0,0,0,22,12,10,5,7,0,6,3,1,1,0,0,0,9,3,0,1,9,0,4,7,5,4,0,0,0,0,1,3,1,1,2,2,1,1,1,0,1,1,1,0,1,0,0 +2016-12-30,19298,3466,1698,1635,719,349,0,713,252,90,68,94,4,20,60,20,50,35,12,1,8,8,8,22,18,16,20,15,4,8,8,4,15,14,1,7,11,9,4,1,9,0,8,7,6,4,4,3,3,1,3,3,2,1,2,2,2,2,1,1,1,1,1,1,1,1,1 +2016-12-31,22499,2368,933,1637,999,357,16,1,255,10,24,83,98,26,24,48,0,9,12,5,17,8,8,19,12,16,1,17,4,6,7,3,4,0,9,4,1,6,6,7,9,9,4,1,3,5,2,2,1,1,1,0,0,1,0,1,0,1,0,0,1,1,0,0,0,0,1 +2017-01-01,13920,84,0,972,0,308,752,0,94,139,62,0,1,25,4,47,0,9,12,26,1,8,8,9,7,0,0,11,8,14,7,9,0,0,7,0,1,1,0,2,0,9,0,0,0,1,0,1,0,2,1,0,0,1,0,0,0,0,1,0,1,1,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/timeseries-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/timeseries-Day-cs.csv index 38753be810..2e628e91ba 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/timeseries-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/timeseries-Day-cs.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[honbu] Number of Jobs Running","[reebu] Number of Jobs Running","[grgsh] Number of Jobs Running","[moorh] Number of Jobs Running","[legsh] Number of Jobs Running","[turdo] Number of Jobs Running","[caspl] Number of Jobs Running","[swath] Number of Jobs Running","[lapwi] Number of Jobs Running","[dunli] Number of Jobs Running","[sogsh] Number of Jobs Running","[sancr] Number of Jobs Running","[grath] Number of Jobs Running","[vertera] Number of Jobs Running","[sposa] Number of Jobs Running","[garwa] Number of Jobs Running","[pibgr] Number of Jobs Running","[sarwa] Number of Jobs Running","[proubis] Number of Jobs Running","[noror] Number of Jobs Running","[savsp] Number of Jobs Running","[categ] Number of Jobs Running","[coot1] Number of Jobs Running","[meapi] Number of Jobs Running","[shttr] Number of Jobs Running","[hoowa] Number of Jobs Running","[henha] Number of Jobs Running","[yebsa] Number of Jobs Running","[alpsw] Number of Jobs Running","[corsh] Number of Jobs Running","[crane] Number of Jobs Running","[lanhach] Number of Jobs Running","[boowa] Number of Jobs Running","[crama] Number of Jobs Running","[whimb] Number of Jobs Running","[litst] Number of Jobs Running","[misth] Number of Jobs Running","[shag1] Number of Jobs Running","[blhbu] Number of Jobs Running","[litau] Number of Jobs Running","[aytinis] Number of Jobs Running","[whtsp] Number of Jobs Running","[egygo] Number of Jobs Running","[smew1] Number of Jobs Running","[ybsbu] Number of Jobs Running","[ovenb] Number of Jobs Running","[jackd] Number of Jobs Running","[rolle] Number of Jobs Running","[duswa] Number of Jobs Running","[field] Number of Jobs Running","[pereg] Number of Jobs Running","[whtpl] Number of Jobs Running","[evegr] Number of Jobs Running","[lesre] Number of Jobs Running","[sante] Number of Jobs Running","[siski] Number of Jobs Running","[velsc] Number of Jobs Running","[yebbu] Number of Jobs Running","[yebwa] Number of Jobs Running","[allga] Number of Jobs Running","[chaff] Number of Jobs Running","[ferdu] Number of Jobs Running","[gloib] Number of Jobs Running","[mamwa] Number of Jobs Running","[relpa] Number of Jobs Running","[ribgu] Number of Jobs Running" -2016-12-22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0 -2016-12-24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0 -2016-12-25,0,2,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0 -2016-12-26,0,2,0,0,0,2,0,0,0,0,0,0,0,0,0,5,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0 -2016-12-27,1,12,0,0,0,2,0,0,0,0,0,2,0,0,0,5,0,0,0,1,0,0,0,3,5,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,1,1,1,0,0,0,1,0,0,1,0,0 -2016-12-28,1,13,0,190,0,2,0,0,147,0,0,11,0,0,0,16,0,3,0,1,0,0,0,15,10,5,0,0,0,0,0,0,1,0,0,0,9,2,0,0,9,0,0,0,1,4,0,0,0,0,0,3,0,0,1,2,1,0,0,0,1,0,1,1,0,0 -2016-12-29,249,25,0,960,0,19,0,13,235,0,0,24,1,0,10,20,50,7,0,1,0,0,0,22,12,10,5,7,0,6,3,1,1,0,0,0,9,3,0,1,9,0,4,7,5,4,0,0,0,0,1,3,1,1,2,2,1,1,1,0,1,1,1,1,0,0 -2016-12-30,19298,3466,1698,1635,719,349,0,713,252,90,68,94,4,20,60,20,50,35,12,1,8,8,8,22,18,16,20,15,4,8,8,4,15,14,1,7,11,9,4,1,9,0,8,7,6,4,4,3,3,1,3,3,2,1,2,2,2,2,1,1,1,1,1,1,1,1 -2016-12-31,22499,2368,933,1637,999,357,16,1,255,10,24,83,98,26,24,48,0,9,12,5,17,8,8,19,12,16,1,17,4,6,7,3,4,0,9,4,1,6,6,7,9,9,4,1,3,5,2,2,1,1,1,0,0,1,0,1,0,1,0,0,1,1,0,0,0,1 -2017-01-01,13920,84,0,972,0,308,752,0,94,139,62,0,1,25,4,47,0,9,12,26,1,8,8,9,7,0,0,11,8,14,7,9,0,0,7,0,1,1,0,2,0,9,0,0,0,1,0,1,0,2,1,0,0,1,0,0,0,0,1,0,1,1,0,0,0,0 +Day,"[honbu] Number of Jobs Running","[reebu] Number of Jobs Running","[grgsh] Number of Jobs Running","[moorh] Number of Jobs Running","[legsh] Number of Jobs Running","[turdo] Number of Jobs Running","[caspl] Number of Jobs Running","[swath] Number of Jobs Running","[lapwi] Number of Jobs Running","[dunli] Number of Jobs Running","[sogsh] Number of Jobs Running","[sancr] Number of Jobs Running","[grath] Number of Jobs Running","[vertera] Number of Jobs Running","[sposa] Number of Jobs Running","[garwa] Number of Jobs Running","[pibgr] Number of Jobs Running","[sarwa] Number of Jobs Running","[proubis] Number of Jobs Running","[noror] Number of Jobs Running","[savsp] Number of Jobs Running","[categ] Number of Jobs Running","[coot1] Number of Jobs Running","[meapi] Number of Jobs Running","[shttr] Number of Jobs Running","[hoowa] Number of Jobs Running","[henha] Number of Jobs Running","[yebsa] Number of Jobs Running","[alpsw] Number of Jobs Running","[corsh] Number of Jobs Running","[crane] Number of Jobs Running","[lanhach] Number of Jobs Running","[boowa] Number of Jobs Running","[crama] Number of Jobs Running","[whimb] Number of Jobs Running","[litst] Number of Jobs Running","[misth] Number of Jobs Running","[shag1] Number of Jobs Running","[blhbu] Number of Jobs Running","[litau] Number of Jobs Running","[aytinis] Number of Jobs Running","[whtsp] Number of Jobs Running","[egygo] Number of Jobs Running","[smew1] Number of Jobs Running","[ybsbu] Number of Jobs Running","[ovenb] Number of Jobs Running","[jackd] Number of Jobs Running","[rolle] Number of Jobs Running","[duswa] Number of Jobs Running","[field] Number of Jobs Running","[pereg] Number of Jobs Running","[whtpl] Number of Jobs Running","[evegr] Number of Jobs Running","[lesre] Number of Jobs Running","[sante] Number of Jobs Running","[siski] Number of Jobs Running","[velsc] Number of Jobs Running","[yebbu] Number of Jobs Running","[yebwa] Number of Jobs Running","[allga] Number of Jobs Running","[chaff] Number of Jobs Running","[ferdu] Number of Jobs Running","[gloib] Number of Jobs Running","[hardu] Number of Jobs Running","[mamwa] Number of Jobs Running","[relpa] Number of Jobs Running","[ribgu] Number of Jobs Running" +2016-12-22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-25,0,2,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-26,0,2,0,0,0,2,0,0,0,0,0,0,0,0,0,5,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-27,1,12,0,0,0,2,0,0,0,0,0,2,0,0,0,5,0,0,0,1,0,0,0,3,5,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,1,1,1,0,0,0,1,0,0,0,1,0,0 +2016-12-28,1,13,0,190,0,2,0,0,147,0,0,11,0,0,0,16,0,3,0,1,0,0,0,15,10,5,0,0,0,0,0,0,1,0,0,0,9,2,0,0,9,0,0,0,1,4,0,0,0,0,0,3,0,0,1,2,1,0,0,0,1,0,1,0,1,0,0 +2016-12-29,249,25,0,960,0,19,0,13,235,0,0,24,1,0,10,20,50,7,0,1,0,0,0,22,12,10,5,7,0,6,3,1,1,0,0,0,9,3,0,1,9,0,4,7,5,4,0,0,0,0,1,3,1,1,2,2,1,1,1,0,1,1,1,0,1,0,0 +2016-12-30,19298,3466,1698,1635,719,349,0,713,252,90,68,94,4,20,60,20,50,35,12,1,8,8,8,22,18,16,20,15,4,8,8,4,15,14,1,7,11,9,4,1,9,0,8,7,6,4,4,3,3,1,3,3,2,1,2,2,2,2,1,1,1,1,1,1,1,1,1 +2016-12-31,22499,2368,933,1637,999,357,16,1,255,10,24,83,98,26,24,48,0,9,12,5,17,8,8,19,12,16,1,17,4,6,7,3,4,0,9,4,1,6,6,7,9,9,4,1,3,5,2,2,1,1,1,0,0,1,0,1,0,1,0,0,1,1,0,0,0,0,1 +2017-01-01,13920,84,0,972,0,308,752,0,94,139,62,0,1,25,4,47,0,9,12,26,1,8,8,9,7,0,0,11,8,14,7,9,0,0,7,0,1,1,0,2,0,9,0,0,0,1,0,1,0,2,1,0,0,1,0,0,0,0,1,0,1,1,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/timeseries-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/timeseries-Month-cd.csv index 2526a9ee41..9fe55711a7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/timeseries-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/timeseries-Month-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[honbu] Number of Jobs Running","[reebu] Number of Jobs Running","[grgsh] Number of Jobs Running","[moorh] Number of Jobs Running","[legsh] Number of Jobs Running","[turdo] Number of Jobs Running","[caspl] Number of Jobs Running","[swath] Number of Jobs Running","[lapwi] Number of Jobs Running","[dunli] Number of Jobs Running","[sogsh] Number of Jobs Running","[sancr] Number of Jobs Running","[grath] Number of Jobs Running","[vertera] Number of Jobs Running","[sposa] Number of Jobs Running","[garwa] Number of Jobs Running","[pibgr] Number of Jobs Running","[sarwa] Number of Jobs Running","[proubis] Number of Jobs Running","[noror] Number of Jobs Running","[savsp] Number of Jobs Running","[categ] Number of Jobs Running","[coot1] Number of Jobs Running","[meapi] Number of Jobs Running","[shttr] Number of Jobs Running","[hoowa] Number of Jobs Running","[henha] Number of Jobs Running","[yebsa] Number of Jobs Running","[alpsw] Number of Jobs Running","[corsh] Number of Jobs Running","[crane] Number of Jobs Running","[lanhach] Number of Jobs Running","[boowa] Number of Jobs Running","[crama] Number of Jobs Running","[whimb] Number of Jobs Running","[litst] Number of Jobs Running","[misth] Number of Jobs Running","[shag1] Number of Jobs Running","[blhbu] Number of Jobs Running","[litau] Number of Jobs Running","[aytinis] Number of Jobs Running","[whtsp] Number of Jobs Running","[egygo] Number of Jobs Running","[smew1] Number of Jobs Running","[ybsbu] Number of Jobs Running","[ovenb] Number of Jobs Running","[jackd] Number of Jobs Running","[rolle] Number of Jobs Running","[duswa] Number of Jobs Running","[field] Number of Jobs Running","[pereg] Number of Jobs Running","[whtpl] Number of Jobs Running","[evegr] Number of Jobs Running","[lesre] Number of Jobs Running","[sante] Number of Jobs Running","[siski] Number of Jobs Running","[velsc] Number of Jobs Running","[yebbu] Number of Jobs Running","[yebwa] Number of Jobs Running","[allga] Number of Jobs Running","[chaff] Number of Jobs Running","[ferdu] Number of Jobs Running","[gloib] Number of Jobs Running","[mamwa] Number of Jobs Running","[relpa] Number of Jobs Running","[ribgu] Number of Jobs Running" -2016-12,41542,5825,2631,2425,1000,690,16,713,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,8,8,12,7,15,14,9,11,11,11,10,8,9,9,8,7,6,5,4,3,3,2,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1 -2017-01,13920,84,0,972,0,308,752,0,94,139,62,0,1,25,4,47,0,9,12,26,1,8,8,9,7,0,0,11,8,14,7,9,0,0,7,0,1,1,0,2,0,9,0,0,0,1,0,1,0,2,1,0,0,1,0,0,0,0,1,0,1,1,0,0,0,0 +Month,"[honbu] Number of Jobs Running","[reebu] Number of Jobs Running","[grgsh] Number of Jobs Running","[moorh] Number of Jobs Running","[legsh] Number of Jobs Running","[turdo] Number of Jobs Running","[caspl] Number of Jobs Running","[swath] Number of Jobs Running","[lapwi] Number of Jobs Running","[dunli] Number of Jobs Running","[sogsh] Number of Jobs Running","[sancr] Number of Jobs Running","[grath] Number of Jobs Running","[vertera] Number of Jobs Running","[sposa] Number of Jobs Running","[garwa] Number of Jobs Running","[pibgr] Number of Jobs Running","[sarwa] Number of Jobs Running","[proubis] Number of Jobs Running","[noror] Number of Jobs Running","[savsp] Number of Jobs Running","[categ] Number of Jobs Running","[coot1] Number of Jobs Running","[meapi] Number of Jobs Running","[shttr] Number of Jobs Running","[hoowa] Number of Jobs Running","[henha] Number of Jobs Running","[yebsa] Number of Jobs Running","[alpsw] Number of Jobs Running","[corsh] Number of Jobs Running","[crane] Number of Jobs Running","[lanhach] Number of Jobs Running","[boowa] Number of Jobs Running","[crama] Number of Jobs Running","[whimb] Number of Jobs Running","[litst] Number of Jobs Running","[misth] Number of Jobs Running","[shag1] Number of Jobs Running","[blhbu] Number of Jobs Running","[litau] Number of Jobs Running","[aytinis] Number of Jobs Running","[whtsp] Number of Jobs Running","[egygo] Number of Jobs Running","[smew1] Number of Jobs Running","[ybsbu] Number of Jobs Running","[ovenb] Number of Jobs Running","[jackd] Number of Jobs Running","[rolle] Number of Jobs Running","[duswa] Number of Jobs Running","[field] Number of Jobs Running","[pereg] Number of Jobs Running","[whtpl] Number of Jobs Running","[evegr] Number of Jobs Running","[lesre] Number of Jobs Running","[sante] Number of Jobs Running","[siski] Number of Jobs Running","[velsc] Number of Jobs Running","[yebbu] Number of Jobs Running","[yebwa] Number of Jobs Running","[allga] Number of Jobs Running","[chaff] Number of Jobs Running","[ferdu] Number of Jobs Running","[gloib] Number of Jobs Running","[hardu] Number of Jobs Running","[mamwa] Number of Jobs Running","[relpa] Number of Jobs Running","[ribgu] Number of Jobs Running" +2016-12,41542,5825,2631,2425,1000,690,16,713,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,8,8,12,7,15,14,9,11,11,11,10,8,9,9,8,7,6,5,4,3,3,2,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1 +2017-01,13920,84,0,972,0,308,752,0,94,139,62,0,1,25,4,47,0,9,12,26,1,8,8,9,7,0,0,11,8,14,7,9,0,0,7,0,1,1,0,2,0,9,0,0,0,1,0,1,0,2,1,0,0,1,0,0,0,0,1,0,1,1,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/timeseries-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/timeseries-Month-cs.csv index 2526a9ee41..9fe55711a7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/timeseries-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/timeseries-Month-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[honbu] Number of Jobs Running","[reebu] Number of Jobs Running","[grgsh] Number of Jobs Running","[moorh] Number of Jobs Running","[legsh] Number of Jobs Running","[turdo] Number of Jobs Running","[caspl] Number of Jobs Running","[swath] Number of Jobs Running","[lapwi] Number of Jobs Running","[dunli] Number of Jobs Running","[sogsh] Number of Jobs Running","[sancr] Number of Jobs Running","[grath] Number of Jobs Running","[vertera] Number of Jobs Running","[sposa] Number of Jobs Running","[garwa] Number of Jobs Running","[pibgr] Number of Jobs Running","[sarwa] Number of Jobs Running","[proubis] Number of Jobs Running","[noror] Number of Jobs Running","[savsp] Number of Jobs Running","[categ] Number of Jobs Running","[coot1] Number of Jobs Running","[meapi] Number of Jobs Running","[shttr] Number of Jobs Running","[hoowa] Number of Jobs Running","[henha] Number of Jobs Running","[yebsa] Number of Jobs Running","[alpsw] Number of Jobs Running","[corsh] Number of Jobs Running","[crane] Number of Jobs Running","[lanhach] Number of Jobs Running","[boowa] Number of Jobs Running","[crama] Number of Jobs Running","[whimb] Number of Jobs Running","[litst] Number of Jobs Running","[misth] Number of Jobs Running","[shag1] Number of Jobs Running","[blhbu] Number of Jobs Running","[litau] Number of Jobs Running","[aytinis] Number of Jobs Running","[whtsp] Number of Jobs Running","[egygo] Number of Jobs Running","[smew1] Number of Jobs Running","[ybsbu] Number of Jobs Running","[ovenb] Number of Jobs Running","[jackd] Number of Jobs Running","[rolle] Number of Jobs Running","[duswa] Number of Jobs Running","[field] Number of Jobs Running","[pereg] Number of Jobs Running","[whtpl] Number of Jobs Running","[evegr] Number of Jobs Running","[lesre] Number of Jobs Running","[sante] Number of Jobs Running","[siski] Number of Jobs Running","[velsc] Number of Jobs Running","[yebbu] Number of Jobs Running","[yebwa] Number of Jobs Running","[allga] Number of Jobs Running","[chaff] Number of Jobs Running","[ferdu] Number of Jobs Running","[gloib] Number of Jobs Running","[mamwa] Number of Jobs Running","[relpa] Number of Jobs Running","[ribgu] Number of Jobs Running" -2016-12,41542,5825,2631,2425,1000,690,16,713,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,8,8,12,7,15,14,9,11,11,11,10,8,9,9,8,7,6,5,4,3,3,2,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1 -2017-01,13920,84,0,972,0,308,752,0,94,139,62,0,1,25,4,47,0,9,12,26,1,8,8,9,7,0,0,11,8,14,7,9,0,0,7,0,1,1,0,2,0,9,0,0,0,1,0,1,0,2,1,0,0,1,0,0,0,0,1,0,1,1,0,0,0,0 +Month,"[honbu] Number of Jobs Running","[reebu] Number of Jobs Running","[grgsh] Number of Jobs Running","[moorh] Number of Jobs Running","[legsh] Number of Jobs Running","[turdo] Number of Jobs Running","[caspl] Number of Jobs Running","[swath] Number of Jobs Running","[lapwi] Number of Jobs Running","[dunli] Number of Jobs Running","[sogsh] Number of Jobs Running","[sancr] Number of Jobs Running","[grath] Number of Jobs Running","[vertera] Number of Jobs Running","[sposa] Number of Jobs Running","[garwa] Number of Jobs Running","[pibgr] Number of Jobs Running","[sarwa] Number of Jobs Running","[proubis] Number of Jobs Running","[noror] Number of Jobs Running","[savsp] Number of Jobs Running","[categ] Number of Jobs Running","[coot1] Number of Jobs Running","[meapi] Number of Jobs Running","[shttr] Number of Jobs Running","[hoowa] Number of Jobs Running","[henha] Number of Jobs Running","[yebsa] Number of Jobs Running","[alpsw] Number of Jobs Running","[corsh] Number of Jobs Running","[crane] Number of Jobs Running","[lanhach] Number of Jobs Running","[boowa] Number of Jobs Running","[crama] Number of Jobs Running","[whimb] Number of Jobs Running","[litst] Number of Jobs Running","[misth] Number of Jobs Running","[shag1] Number of Jobs Running","[blhbu] Number of Jobs Running","[litau] Number of Jobs Running","[aytinis] Number of Jobs Running","[whtsp] Number of Jobs Running","[egygo] Number of Jobs Running","[smew1] Number of Jobs Running","[ybsbu] Number of Jobs Running","[ovenb] Number of Jobs Running","[jackd] Number of Jobs Running","[rolle] Number of Jobs Running","[duswa] Number of Jobs Running","[field] Number of Jobs Running","[pereg] Number of Jobs Running","[whtpl] Number of Jobs Running","[evegr] Number of Jobs Running","[lesre] Number of Jobs Running","[sante] Number of Jobs Running","[siski] Number of Jobs Running","[velsc] Number of Jobs Running","[yebbu] Number of Jobs Running","[yebwa] Number of Jobs Running","[allga] Number of Jobs Running","[chaff] Number of Jobs Running","[ferdu] Number of Jobs Running","[gloib] Number of Jobs Running","[hardu] Number of Jobs Running","[mamwa] Number of Jobs Running","[relpa] Number of Jobs Running","[ribgu] Number of Jobs Running" +2016-12,41542,5825,2631,2425,1000,690,16,713,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,8,8,12,7,15,14,9,11,11,11,10,8,9,9,8,7,6,5,4,3,3,2,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1 +2017-01,13920,84,0,972,0,308,752,0,94,139,62,0,1,25,4,47,0,9,12,26,1,8,8,9,7,0,0,11,8,14,7,9,0,0,7,0,1,1,0,2,0,9,0,0,0,1,0,1,0,2,1,0,0,1,0,0,0,0,1,0,1,1,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/timeseries-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/timeseries-Quarter-cd.csv index acdae6c360..fc32765596 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/timeseries-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/timeseries-Quarter-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[honbu] Number of Jobs Running","[reebu] Number of Jobs Running","[grgsh] Number of Jobs Running","[moorh] Number of Jobs Running","[legsh] Number of Jobs Running","[turdo] Number of Jobs Running","[caspl] Number of Jobs Running","[swath] Number of Jobs Running","[lapwi] Number of Jobs Running","[dunli] Number of Jobs Running","[sogsh] Number of Jobs Running","[sancr] Number of Jobs Running","[grath] Number of Jobs Running","[vertera] Number of Jobs Running","[sposa] Number of Jobs Running","[garwa] Number of Jobs Running","[pibgr] Number of Jobs Running","[sarwa] Number of Jobs Running","[proubis] Number of Jobs Running","[noror] Number of Jobs Running","[savsp] Number of Jobs Running","[categ] Number of Jobs Running","[coot1] Number of Jobs Running","[meapi] Number of Jobs Running","[shttr] Number of Jobs Running","[hoowa] Number of Jobs Running","[henha] Number of Jobs Running","[yebsa] Number of Jobs Running","[alpsw] Number of Jobs Running","[corsh] Number of Jobs Running","[crane] Number of Jobs Running","[lanhach] Number of Jobs Running","[boowa] Number of Jobs Running","[crama] Number of Jobs Running","[whimb] Number of Jobs Running","[litst] Number of Jobs Running","[misth] Number of Jobs Running","[shag1] Number of Jobs Running","[blhbu] Number of Jobs Running","[litau] Number of Jobs Running","[aytinis] Number of Jobs Running","[whtsp] Number of Jobs Running","[egygo] Number of Jobs Running","[smew1] Number of Jobs Running","[ybsbu] Number of Jobs Running","[ovenb] Number of Jobs Running","[jackd] Number of Jobs Running","[rolle] Number of Jobs Running","[duswa] Number of Jobs Running","[field] Number of Jobs Running","[pereg] Number of Jobs Running","[whtpl] Number of Jobs Running","[evegr] Number of Jobs Running","[lesre] Number of Jobs Running","[sante] Number of Jobs Running","[siski] Number of Jobs Running","[velsc] Number of Jobs Running","[yebbu] Number of Jobs Running","[yebwa] Number of Jobs Running","[allga] Number of Jobs Running","[chaff] Number of Jobs Running","[ferdu] Number of Jobs Running","[gloib] Number of Jobs Running","[mamwa] Number of Jobs Running","[relpa] Number of Jobs Running","[ribgu] Number of Jobs Running" -"2016 Q4",41542,5825,2631,2425,1000,690,16,713,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,8,8,12,7,15,14,9,11,11,11,10,8,9,9,8,7,6,5,4,3,3,2,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1 -"2017 Q1",13920,84,0,972,0,308,752,0,94,139,62,0,1,25,4,47,0,9,12,26,1,8,8,9,7,0,0,11,8,14,7,9,0,0,7,0,1,1,0,2,0,9,0,0,0,1,0,1,0,2,1,0,0,1,0,0,0,0,1,0,1,1,0,0,0,0 +Quarter,"[honbu] Number of Jobs Running","[reebu] Number of Jobs Running","[grgsh] Number of Jobs Running","[moorh] Number of Jobs Running","[legsh] Number of Jobs Running","[turdo] Number of Jobs Running","[caspl] Number of Jobs Running","[swath] Number of Jobs Running","[lapwi] Number of Jobs Running","[dunli] Number of Jobs Running","[sogsh] Number of Jobs Running","[sancr] Number of Jobs Running","[grath] Number of Jobs Running","[vertera] Number of Jobs Running","[sposa] Number of Jobs Running","[garwa] Number of Jobs Running","[pibgr] Number of Jobs Running","[sarwa] Number of Jobs Running","[proubis] Number of Jobs Running","[noror] Number of Jobs Running","[savsp] Number of Jobs Running","[categ] Number of Jobs Running","[coot1] Number of Jobs Running","[meapi] Number of Jobs Running","[shttr] Number of Jobs Running","[hoowa] Number of Jobs Running","[henha] Number of Jobs Running","[yebsa] Number of Jobs Running","[alpsw] Number of Jobs Running","[corsh] Number of Jobs Running","[crane] Number of Jobs Running","[lanhach] Number of Jobs Running","[boowa] Number of Jobs Running","[crama] Number of Jobs Running","[whimb] Number of Jobs Running","[litst] Number of Jobs Running","[misth] Number of Jobs Running","[shag1] Number of Jobs Running","[blhbu] Number of Jobs Running","[litau] Number of Jobs Running","[aytinis] Number of Jobs Running","[whtsp] Number of Jobs Running","[egygo] Number of Jobs Running","[smew1] Number of Jobs Running","[ybsbu] Number of Jobs Running","[ovenb] Number of Jobs Running","[jackd] Number of Jobs Running","[rolle] Number of Jobs Running","[duswa] Number of Jobs Running","[field] Number of Jobs Running","[pereg] Number of Jobs Running","[whtpl] Number of Jobs Running","[evegr] Number of Jobs Running","[lesre] Number of Jobs Running","[sante] Number of Jobs Running","[siski] Number of Jobs Running","[velsc] Number of Jobs Running","[yebbu] Number of Jobs Running","[yebwa] Number of Jobs Running","[allga] Number of Jobs Running","[chaff] Number of Jobs Running","[ferdu] Number of Jobs Running","[gloib] Number of Jobs Running","[hardu] Number of Jobs Running","[mamwa] Number of Jobs Running","[relpa] Number of Jobs Running","[ribgu] Number of Jobs Running" +"2016 Q4",41542,5825,2631,2425,1000,690,16,713,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,8,8,12,7,15,14,9,11,11,11,10,8,9,9,8,7,6,5,4,3,3,2,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1 +"2017 Q1",13920,84,0,972,0,308,752,0,94,139,62,0,1,25,4,47,0,9,12,26,1,8,8,9,7,0,0,11,8,14,7,9,0,0,7,0,1,1,0,2,0,9,0,0,0,1,0,1,0,2,1,0,0,1,0,0,0,0,1,0,1,1,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/timeseries-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/timeseries-Quarter-cs.csv index acdae6c360..fc32765596 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/timeseries-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/timeseries-Quarter-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[honbu] Number of Jobs Running","[reebu] Number of Jobs Running","[grgsh] Number of Jobs Running","[moorh] Number of Jobs Running","[legsh] Number of Jobs Running","[turdo] Number of Jobs Running","[caspl] Number of Jobs Running","[swath] Number of Jobs Running","[lapwi] Number of Jobs Running","[dunli] Number of Jobs Running","[sogsh] Number of Jobs Running","[sancr] Number of Jobs Running","[grath] Number of Jobs Running","[vertera] Number of Jobs Running","[sposa] Number of Jobs Running","[garwa] Number of Jobs Running","[pibgr] Number of Jobs Running","[sarwa] Number of Jobs Running","[proubis] Number of Jobs Running","[noror] Number of Jobs Running","[savsp] Number of Jobs Running","[categ] Number of Jobs Running","[coot1] Number of Jobs Running","[meapi] Number of Jobs Running","[shttr] Number of Jobs Running","[hoowa] Number of Jobs Running","[henha] Number of Jobs Running","[yebsa] Number of Jobs Running","[alpsw] Number of Jobs Running","[corsh] Number of Jobs Running","[crane] Number of Jobs Running","[lanhach] Number of Jobs Running","[boowa] Number of Jobs Running","[crama] Number of Jobs Running","[whimb] Number of Jobs Running","[litst] Number of Jobs Running","[misth] Number of Jobs Running","[shag1] Number of Jobs Running","[blhbu] Number of Jobs Running","[litau] Number of Jobs Running","[aytinis] Number of Jobs Running","[whtsp] Number of Jobs Running","[egygo] Number of Jobs Running","[smew1] Number of Jobs Running","[ybsbu] Number of Jobs Running","[ovenb] Number of Jobs Running","[jackd] Number of Jobs Running","[rolle] Number of Jobs Running","[duswa] Number of Jobs Running","[field] Number of Jobs Running","[pereg] Number of Jobs Running","[whtpl] Number of Jobs Running","[evegr] Number of Jobs Running","[lesre] Number of Jobs Running","[sante] Number of Jobs Running","[siski] Number of Jobs Running","[velsc] Number of Jobs Running","[yebbu] Number of Jobs Running","[yebwa] Number of Jobs Running","[allga] Number of Jobs Running","[chaff] Number of Jobs Running","[ferdu] Number of Jobs Running","[gloib] Number of Jobs Running","[mamwa] Number of Jobs Running","[relpa] Number of Jobs Running","[ribgu] Number of Jobs Running" -"2016 Q4",41542,5825,2631,2425,1000,690,16,713,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,8,8,12,7,15,14,9,11,11,11,10,8,9,9,8,7,6,5,4,3,3,2,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1 -"2017 Q1",13920,84,0,972,0,308,752,0,94,139,62,0,1,25,4,47,0,9,12,26,1,8,8,9,7,0,0,11,8,14,7,9,0,0,7,0,1,1,0,2,0,9,0,0,0,1,0,1,0,2,1,0,0,1,0,0,0,0,1,0,1,1,0,0,0,0 +Quarter,"[honbu] Number of Jobs Running","[reebu] Number of Jobs Running","[grgsh] Number of Jobs Running","[moorh] Number of Jobs Running","[legsh] Number of Jobs Running","[turdo] Number of Jobs Running","[caspl] Number of Jobs Running","[swath] Number of Jobs Running","[lapwi] Number of Jobs Running","[dunli] Number of Jobs Running","[sogsh] Number of Jobs Running","[sancr] Number of Jobs Running","[grath] Number of Jobs Running","[vertera] Number of Jobs Running","[sposa] Number of Jobs Running","[garwa] Number of Jobs Running","[pibgr] Number of Jobs Running","[sarwa] Number of Jobs Running","[proubis] Number of Jobs Running","[noror] Number of Jobs Running","[savsp] Number of Jobs Running","[categ] Number of Jobs Running","[coot1] Number of Jobs Running","[meapi] Number of Jobs Running","[shttr] Number of Jobs Running","[hoowa] Number of Jobs Running","[henha] Number of Jobs Running","[yebsa] Number of Jobs Running","[alpsw] Number of Jobs Running","[corsh] Number of Jobs Running","[crane] Number of Jobs Running","[lanhach] Number of Jobs Running","[boowa] Number of Jobs Running","[crama] Number of Jobs Running","[whimb] Number of Jobs Running","[litst] Number of Jobs Running","[misth] Number of Jobs Running","[shag1] Number of Jobs Running","[blhbu] Number of Jobs Running","[litau] Number of Jobs Running","[aytinis] Number of Jobs Running","[whtsp] Number of Jobs Running","[egygo] Number of Jobs Running","[smew1] Number of Jobs Running","[ybsbu] Number of Jobs Running","[ovenb] Number of Jobs Running","[jackd] Number of Jobs Running","[rolle] Number of Jobs Running","[duswa] Number of Jobs Running","[field] Number of Jobs Running","[pereg] Number of Jobs Running","[whtpl] Number of Jobs Running","[evegr] Number of Jobs Running","[lesre] Number of Jobs Running","[sante] Number of Jobs Running","[siski] Number of Jobs Running","[velsc] Number of Jobs Running","[yebbu] Number of Jobs Running","[yebwa] Number of Jobs Running","[allga] Number of Jobs Running","[chaff] Number of Jobs Running","[ferdu] Number of Jobs Running","[gloib] Number of Jobs Running","[hardu] Number of Jobs Running","[mamwa] Number of Jobs Running","[relpa] Number of Jobs Running","[ribgu] Number of Jobs Running" +"2016 Q4",41542,5825,2631,2425,1000,690,16,713,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,8,8,12,7,15,14,9,11,11,11,10,8,9,9,8,7,6,5,4,3,3,2,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1 +"2017 Q1",13920,84,0,972,0,308,752,0,94,139,62,0,1,25,4,47,0,9,12,26,1,8,8,9,7,0,0,11,8,14,7,9,0,0,7,0,1,1,0,2,0,9,0,0,0,1,0,1,0,2,1,0,0,1,0,0,0,0,1,0,1,1,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/timeseries-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/timeseries-Year-cd.csv index f2ccae642a..c80a96516b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/timeseries-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/timeseries-Year-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[honbu] Number of Jobs Running","[reebu] Number of Jobs Running","[grgsh] Number of Jobs Running","[moorh] Number of Jobs Running","[legsh] Number of Jobs Running","[turdo] Number of Jobs Running","[caspl] Number of Jobs Running","[swath] Number of Jobs Running","[lapwi] Number of Jobs Running","[dunli] Number of Jobs Running","[sogsh] Number of Jobs Running","[sancr] Number of Jobs Running","[grath] Number of Jobs Running","[vertera] Number of Jobs Running","[sposa] Number of Jobs Running","[garwa] Number of Jobs Running","[pibgr] Number of Jobs Running","[sarwa] Number of Jobs Running","[proubis] Number of Jobs Running","[noror] Number of Jobs Running","[savsp] Number of Jobs Running","[categ] Number of Jobs Running","[coot1] Number of Jobs Running","[meapi] Number of Jobs Running","[shttr] Number of Jobs Running","[hoowa] Number of Jobs Running","[henha] Number of Jobs Running","[yebsa] Number of Jobs Running","[alpsw] Number of Jobs Running","[corsh] Number of Jobs Running","[crane] Number of Jobs Running","[lanhach] Number of Jobs Running","[boowa] Number of Jobs Running","[crama] Number of Jobs Running","[whimb] Number of Jobs Running","[litst] Number of Jobs Running","[misth] Number of Jobs Running","[shag1] Number of Jobs Running","[blhbu] Number of Jobs Running","[litau] Number of Jobs Running","[aytinis] Number of Jobs Running","[whtsp] Number of Jobs Running","[egygo] Number of Jobs Running","[smew1] Number of Jobs Running","[ybsbu] Number of Jobs Running","[ovenb] Number of Jobs Running","[jackd] Number of Jobs Running","[rolle] Number of Jobs Running","[duswa] Number of Jobs Running","[field] Number of Jobs Running","[pereg] Number of Jobs Running","[whtpl] Number of Jobs Running","[evegr] Number of Jobs Running","[lesre] Number of Jobs Running","[sante] Number of Jobs Running","[siski] Number of Jobs Running","[velsc] Number of Jobs Running","[yebbu] Number of Jobs Running","[yebwa] Number of Jobs Running","[allga] Number of Jobs Running","[chaff] Number of Jobs Running","[ferdu] Number of Jobs Running","[gloib] Number of Jobs Running","[mamwa] Number of Jobs Running","[relpa] Number of Jobs Running","[ribgu] Number of Jobs Running" -2016,41542,5825,2631,2425,1000,690,16,713,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,8,8,12,7,15,14,9,11,11,11,10,8,9,9,8,7,6,5,4,3,3,2,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1 -2017,13920,84,0,972,0,308,752,0,94,139,62,0,1,25,4,47,0,9,12,26,1,8,8,9,7,0,0,11,8,14,7,9,0,0,7,0,1,1,0,2,0,9,0,0,0,1,0,1,0,2,1,0,0,1,0,0,0,0,1,0,1,1,0,0,0,0 +Year,"[honbu] Number of Jobs Running","[reebu] Number of Jobs Running","[grgsh] Number of Jobs Running","[moorh] Number of Jobs Running","[legsh] Number of Jobs Running","[turdo] Number of Jobs Running","[caspl] Number of Jobs Running","[swath] Number of Jobs Running","[lapwi] Number of Jobs Running","[dunli] Number of Jobs Running","[sogsh] Number of Jobs Running","[sancr] Number of Jobs Running","[grath] Number of Jobs Running","[vertera] Number of Jobs Running","[sposa] Number of Jobs Running","[garwa] Number of Jobs Running","[pibgr] Number of Jobs Running","[sarwa] Number of Jobs Running","[proubis] Number of Jobs Running","[noror] Number of Jobs Running","[savsp] Number of Jobs Running","[categ] Number of Jobs Running","[coot1] Number of Jobs Running","[meapi] Number of Jobs Running","[shttr] Number of Jobs Running","[hoowa] Number of Jobs Running","[henha] Number of Jobs Running","[yebsa] Number of Jobs Running","[alpsw] Number of Jobs Running","[corsh] Number of Jobs Running","[crane] Number of Jobs Running","[lanhach] Number of Jobs Running","[boowa] Number of Jobs Running","[crama] Number of Jobs Running","[whimb] Number of Jobs Running","[litst] Number of Jobs Running","[misth] Number of Jobs Running","[shag1] Number of Jobs Running","[blhbu] Number of Jobs Running","[litau] Number of Jobs Running","[aytinis] Number of Jobs Running","[whtsp] Number of Jobs Running","[egygo] Number of Jobs Running","[smew1] Number of Jobs Running","[ybsbu] Number of Jobs Running","[ovenb] Number of Jobs Running","[jackd] Number of Jobs Running","[rolle] Number of Jobs Running","[duswa] Number of Jobs Running","[field] Number of Jobs Running","[pereg] Number of Jobs Running","[whtpl] Number of Jobs Running","[evegr] Number of Jobs Running","[lesre] Number of Jobs Running","[sante] Number of Jobs Running","[siski] Number of Jobs Running","[velsc] Number of Jobs Running","[yebbu] Number of Jobs Running","[yebwa] Number of Jobs Running","[allga] Number of Jobs Running","[chaff] Number of Jobs Running","[ferdu] Number of Jobs Running","[gloib] Number of Jobs Running","[hardu] Number of Jobs Running","[mamwa] Number of Jobs Running","[relpa] Number of Jobs Running","[ribgu] Number of Jobs Running" +2016,41542,5825,2631,2425,1000,690,16,713,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,8,8,12,7,15,14,9,11,11,11,10,8,9,9,8,7,6,5,4,3,3,2,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1 +2017,13920,84,0,972,0,308,752,0,94,139,62,0,1,25,4,47,0,9,12,26,1,8,8,9,7,0,0,11,8,14,7,9,0,0,7,0,1,1,0,2,0,9,0,0,0,1,0,1,0,2,1,0,0,1,0,0,0,0,1,0,1,1,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/timeseries-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/timeseries-Year-cs.csv index f2ccae642a..c80a96516b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/timeseries-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/running_job_count/timeseries-Year-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[honbu] Number of Jobs Running","[reebu] Number of Jobs Running","[grgsh] Number of Jobs Running","[moorh] Number of Jobs Running","[legsh] Number of Jobs Running","[turdo] Number of Jobs Running","[caspl] Number of Jobs Running","[swath] Number of Jobs Running","[lapwi] Number of Jobs Running","[dunli] Number of Jobs Running","[sogsh] Number of Jobs Running","[sancr] Number of Jobs Running","[grath] Number of Jobs Running","[vertera] Number of Jobs Running","[sposa] Number of Jobs Running","[garwa] Number of Jobs Running","[pibgr] Number of Jobs Running","[sarwa] Number of Jobs Running","[proubis] Number of Jobs Running","[noror] Number of Jobs Running","[savsp] Number of Jobs Running","[categ] Number of Jobs Running","[coot1] Number of Jobs Running","[meapi] Number of Jobs Running","[shttr] Number of Jobs Running","[hoowa] Number of Jobs Running","[henha] Number of Jobs Running","[yebsa] Number of Jobs Running","[alpsw] Number of Jobs Running","[corsh] Number of Jobs Running","[crane] Number of Jobs Running","[lanhach] Number of Jobs Running","[boowa] Number of Jobs Running","[crama] Number of Jobs Running","[whimb] Number of Jobs Running","[litst] Number of Jobs Running","[misth] Number of Jobs Running","[shag1] Number of Jobs Running","[blhbu] Number of Jobs Running","[litau] Number of Jobs Running","[aytinis] Number of Jobs Running","[whtsp] Number of Jobs Running","[egygo] Number of Jobs Running","[smew1] Number of Jobs Running","[ybsbu] Number of Jobs Running","[ovenb] Number of Jobs Running","[jackd] Number of Jobs Running","[rolle] Number of Jobs Running","[duswa] Number of Jobs Running","[field] Number of Jobs Running","[pereg] Number of Jobs Running","[whtpl] Number of Jobs Running","[evegr] Number of Jobs Running","[lesre] Number of Jobs Running","[sante] Number of Jobs Running","[siski] Number of Jobs Running","[velsc] Number of Jobs Running","[yebbu] Number of Jobs Running","[yebwa] Number of Jobs Running","[allga] Number of Jobs Running","[chaff] Number of Jobs Running","[ferdu] Number of Jobs Running","[gloib] Number of Jobs Running","[mamwa] Number of Jobs Running","[relpa] Number of Jobs Running","[ribgu] Number of Jobs Running" -2016,41542,5825,2631,2425,1000,690,16,713,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,8,8,12,7,15,14,9,11,11,11,10,8,9,9,8,7,6,5,4,3,3,2,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1 -2017,13920,84,0,972,0,308,752,0,94,139,62,0,1,25,4,47,0,9,12,26,1,8,8,9,7,0,0,11,8,14,7,9,0,0,7,0,1,1,0,2,0,9,0,0,0,1,0,1,0,2,1,0,0,1,0,0,0,0,1,0,1,1,0,0,0,0 +Year,"[honbu] Number of Jobs Running","[reebu] Number of Jobs Running","[grgsh] Number of Jobs Running","[moorh] Number of Jobs Running","[legsh] Number of Jobs Running","[turdo] Number of Jobs Running","[caspl] Number of Jobs Running","[swath] Number of Jobs Running","[lapwi] Number of Jobs Running","[dunli] Number of Jobs Running","[sogsh] Number of Jobs Running","[sancr] Number of Jobs Running","[grath] Number of Jobs Running","[vertera] Number of Jobs Running","[sposa] Number of Jobs Running","[garwa] Number of Jobs Running","[pibgr] Number of Jobs Running","[sarwa] Number of Jobs Running","[proubis] Number of Jobs Running","[noror] Number of Jobs Running","[savsp] Number of Jobs Running","[categ] Number of Jobs Running","[coot1] Number of Jobs Running","[meapi] Number of Jobs Running","[shttr] Number of Jobs Running","[hoowa] Number of Jobs Running","[henha] Number of Jobs Running","[yebsa] Number of Jobs Running","[alpsw] Number of Jobs Running","[corsh] Number of Jobs Running","[crane] Number of Jobs Running","[lanhach] Number of Jobs Running","[boowa] Number of Jobs Running","[crama] Number of Jobs Running","[whimb] Number of Jobs Running","[litst] Number of Jobs Running","[misth] Number of Jobs Running","[shag1] Number of Jobs Running","[blhbu] Number of Jobs Running","[litau] Number of Jobs Running","[aytinis] Number of Jobs Running","[whtsp] Number of Jobs Running","[egygo] Number of Jobs Running","[smew1] Number of Jobs Running","[ybsbu] Number of Jobs Running","[ovenb] Number of Jobs Running","[jackd] Number of Jobs Running","[rolle] Number of Jobs Running","[duswa] Number of Jobs Running","[field] Number of Jobs Running","[pereg] Number of Jobs Running","[whtpl] Number of Jobs Running","[evegr] Number of Jobs Running","[lesre] Number of Jobs Running","[sante] Number of Jobs Running","[siski] Number of Jobs Running","[velsc] Number of Jobs Running","[yebbu] Number of Jobs Running","[yebwa] Number of Jobs Running","[allga] Number of Jobs Running","[chaff] Number of Jobs Running","[ferdu] Number of Jobs Running","[gloib] Number of Jobs Running","[hardu] Number of Jobs Running","[mamwa] Number of Jobs Running","[relpa] Number of Jobs Running","[ribgu] Number of Jobs Running" +2016,41542,5825,2631,2425,1000,690,16,713,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,8,8,12,7,15,14,9,11,11,11,10,8,9,9,8,7,6,5,4,3,3,2,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1 +2017,13920,84,0,972,0,308,752,0,94,139,62,0,1,25,4,47,0,9,12,26,1,8,8,9,7,0,0,11,8,14,7,9,0,0,7,0,1,1,0,2,0,9,0,0,0,1,0,1,0,2,1,0,0,1,0,0,0,0,1,0,1,1,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/aggregate-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/aggregate-Day-cd.csv index fc2ea79995..541324bf5c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/aggregate-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/aggregate-Day-cd.csv @@ -69,6 +69,7 @@ allga,1 chaff,1 ferdu,1 gloib,1 +hardu,1 mamwa,1 relpa,1 ribgu,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/aggregate-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/aggregate-Day-cs.csv index fc2ea79995..541324bf5c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/aggregate-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/aggregate-Day-cs.csv @@ -69,6 +69,7 @@ allga,1 chaff,1 ferdu,1 gloib,1 +hardu,1 mamwa,1 relpa,1 ribgu,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/aggregate-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/aggregate-Month-cd.csv index fc2ea79995..541324bf5c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/aggregate-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/aggregate-Month-cd.csv @@ -69,6 +69,7 @@ allga,1 chaff,1 ferdu,1 gloib,1 +hardu,1 mamwa,1 relpa,1 ribgu,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/aggregate-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/aggregate-Month-cs.csv index fc2ea79995..541324bf5c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/aggregate-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/aggregate-Month-cs.csv @@ -69,6 +69,7 @@ allga,1 chaff,1 ferdu,1 gloib,1 +hardu,1 mamwa,1 relpa,1 ribgu,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/aggregate-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/aggregate-Quarter-cd.csv index fc2ea79995..541324bf5c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/aggregate-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/aggregate-Quarter-cd.csv @@ -69,6 +69,7 @@ allga,1 chaff,1 ferdu,1 gloib,1 +hardu,1 mamwa,1 relpa,1 ribgu,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/aggregate-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/aggregate-Quarter-cs.csv index fc2ea79995..541324bf5c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/aggregate-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/aggregate-Quarter-cs.csv @@ -69,6 +69,7 @@ allga,1 chaff,1 ferdu,1 gloib,1 +hardu,1 mamwa,1 relpa,1 ribgu,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/aggregate-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/aggregate-Year-cd.csv index fc2ea79995..541324bf5c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/aggregate-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/aggregate-Year-cd.csv @@ -69,6 +69,7 @@ allga,1 chaff,1 ferdu,1 gloib,1 +hardu,1 mamwa,1 relpa,1 ribgu,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/aggregate-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/aggregate-Year-cs.csv index fc2ea79995..541324bf5c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/aggregate-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/aggregate-Year-cs.csv @@ -69,6 +69,7 @@ allga,1 chaff,1 ferdu,1 gloib,1 +hardu,1 mamwa,1 relpa,1 ribgu,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/timeseries-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/timeseries-Day-cd.csv index c2e90a647f..24f1d04c25 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/timeseries-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/timeseries-Day-cd.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[honbu] Number of Jobs Started","[reebu] Number of Jobs Started","[grgsh] Number of Jobs Started","[moorh] Number of Jobs Started","[legsh] Number of Jobs Started","[turdo] Number of Jobs Started","[caspl] Number of Jobs Started","[swath] Number of Jobs Started","[lapwi] Number of Jobs Started","[dunli] Number of Jobs Started","[sogsh] Number of Jobs Started","[sancr] Number of Jobs Started","[grath] Number of Jobs Started","[vertera] Number of Jobs Started","[sposa] Number of Jobs Started","[garwa] Number of Jobs Started","[pibgr] Number of Jobs Started","[sarwa] Number of Jobs Started","[proubis] Number of Jobs Started","[noror] Number of Jobs Started","[savsp] Number of Jobs Started","[categ] Number of Jobs Started","[coot1] Number of Jobs Started","[meapi] Number of Jobs Started","[shttr] Number of Jobs Started","[hoowa] Number of Jobs Started","[henha] Number of Jobs Started","[yebsa] Number of Jobs Started","[alpsw] Number of Jobs Started","[corsh] Number of Jobs Started","[crane] Number of Jobs Started","[lanhach] Number of Jobs Started","[boowa] Number of Jobs Started","[crama] Number of Jobs Started","[whimb] Number of Jobs Started","[litst] Number of Jobs Started","[misth] Number of Jobs Started","[shag1] Number of Jobs Started","[blhbu] Number of Jobs Started","[litau] Number of Jobs Started","[aytinis] Number of Jobs Started","[whtsp] Number of Jobs Started","[egygo] Number of Jobs Started","[smew1] Number of Jobs Started","[ybsbu] Number of Jobs Started","[ovenb] Number of Jobs Started","[jackd] Number of Jobs Started","[rolle] Number of Jobs Started","[duswa] Number of Jobs Started","[field] Number of Jobs Started","[pereg] Number of Jobs Started","[whtpl] Number of Jobs Started","[evegr] Number of Jobs Started","[lesre] Number of Jobs Started","[sante] Number of Jobs Started","[siski] Number of Jobs Started","[velsc] Number of Jobs Started","[yebbu] Number of Jobs Started","[yebwa] Number of Jobs Started","[allga] Number of Jobs Started","[chaff] Number of Jobs Started","[ferdu] Number of Jobs Started","[gloib] Number of Jobs Started","[mamwa] Number of Jobs Started","[relpa] Number of Jobs Started","[ribgu] Number of Jobs Started" -2016-12-22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-25,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-27,1,10,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,3,5,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,0,0,1,0,0 -2016-12-28,0,1,0,190,0,0,0,0,147,0,0,9,0,0,0,11,0,3,0,0,0,0,0,12,5,5,0,0,0,0,0,0,0,0,0,0,9,2,0,0,9,0,0,0,0,0,0,0,0,0,0,3,0,0,0,1,0,0,0,0,0,0,1,0,0,0 -2016-12-29,248,12,0,770,0,17,0,13,88,0,0,13,1,0,10,4,50,4,0,0,0,0,0,7,2,5,5,7,0,6,3,1,0,0,0,0,0,1,0,1,0,0,4,7,4,0,0,0,0,0,1,0,1,1,1,0,0,1,1,0,0,1,0,0,0,0 -2016-12-30,19049,3441,1698,675,719,330,0,700,17,90,68,70,3,20,50,0,0,28,12,0,8,8,8,0,6,6,15,8,4,2,5,3,14,14,1,7,2,6,4,0,0,0,4,0,1,0,4,3,3,1,2,0,1,0,0,0,1,1,0,1,0,0,0,0,1,1 -2016-12-31,22244,2359,933,790,281,341,16,0,37,10,24,50,97,26,0,33,0,2,12,4,17,8,8,0,4,5,0,3,4,0,4,3,0,0,8,4,0,2,6,7,0,9,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 -2017-01-01,13441,81,0,204,0,292,740,0,19,139,62,0,0,23,0,0,0,8,12,25,1,8,8,2,0,0,0,0,8,8,4,9,0,0,5,0,0,0,0,2,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 +Day,"[honbu] Number of Jobs Started","[reebu] Number of Jobs Started","[grgsh] Number of Jobs Started","[moorh] Number of Jobs Started","[legsh] Number of Jobs Started","[turdo] Number of Jobs Started","[caspl] Number of Jobs Started","[swath] Number of Jobs Started","[lapwi] Number of Jobs Started","[dunli] Number of Jobs Started","[sogsh] Number of Jobs Started","[sancr] Number of Jobs Started","[grath] Number of Jobs Started","[vertera] Number of Jobs Started","[sposa] Number of Jobs Started","[garwa] Number of Jobs Started","[pibgr] Number of Jobs Started","[sarwa] Number of Jobs Started","[proubis] Number of Jobs Started","[noror] Number of Jobs Started","[savsp] Number of Jobs Started","[categ] Number of Jobs Started","[coot1] Number of Jobs Started","[meapi] Number of Jobs Started","[shttr] Number of Jobs Started","[hoowa] Number of Jobs Started","[henha] Number of Jobs Started","[yebsa] Number of Jobs Started","[alpsw] Number of Jobs Started","[corsh] Number of Jobs Started","[crane] Number of Jobs Started","[lanhach] Number of Jobs Started","[boowa] Number of Jobs Started","[crama] Number of Jobs Started","[whimb] Number of Jobs Started","[litst] Number of Jobs Started","[misth] Number of Jobs Started","[shag1] Number of Jobs Started","[blhbu] Number of Jobs Started","[litau] Number of Jobs Started","[aytinis] Number of Jobs Started","[whtsp] Number of Jobs Started","[egygo] Number of Jobs Started","[smew1] Number of Jobs Started","[ybsbu] Number of Jobs Started","[ovenb] Number of Jobs Started","[jackd] Number of Jobs Started","[rolle] Number of Jobs Started","[duswa] Number of Jobs Started","[field] Number of Jobs Started","[pereg] Number of Jobs Started","[whtpl] Number of Jobs Started","[evegr] Number of Jobs Started","[lesre] Number of Jobs Started","[sante] Number of Jobs Started","[siski] Number of Jobs Started","[velsc] Number of Jobs Started","[yebbu] Number of Jobs Started","[yebwa] Number of Jobs Started","[allga] Number of Jobs Started","[chaff] Number of Jobs Started","[ferdu] Number of Jobs Started","[gloib] Number of Jobs Started","[hardu] Number of Jobs Started","[mamwa] Number of Jobs Started","[relpa] Number of Jobs Started","[ribgu] Number of Jobs Started" +2016-12-22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-25,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-27,1,10,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,3,5,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,0,0,0,1,0,0 +2016-12-28,0,1,0,190,0,0,0,0,147,0,0,9,0,0,0,11,0,3,0,0,0,0,0,12,5,5,0,0,0,0,0,0,0,0,0,0,9,2,0,0,9,0,0,0,0,0,0,0,0,0,0,3,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0 +2016-12-29,248,12,0,770,0,17,0,13,88,0,0,13,1,0,10,4,50,4,0,0,0,0,0,7,2,5,5,7,0,6,3,1,0,0,0,0,0,1,0,1,0,0,4,7,4,0,0,0,0,0,1,0,1,1,1,0,0,1,1,0,0,1,0,0,0,0,0 +2016-12-30,19049,3441,1698,675,719,330,0,700,17,90,68,70,3,20,50,0,0,28,12,0,8,8,8,0,6,6,15,8,4,2,5,3,14,14,1,7,2,6,4,0,0,0,4,0,1,0,4,3,3,1,2,0,1,0,0,0,1,1,0,1,0,0,0,1,0,1,1 +2016-12-31,22244,2359,933,790,281,341,16,0,37,10,24,50,97,26,0,33,0,2,12,4,17,8,8,0,4,5,0,3,4,0,4,3,0,0,8,4,0,2,6,7,0,9,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0 +2017-01-01,13441,81,0,204,0,292,740,0,19,139,62,0,0,23,0,0,0,8,12,25,1,8,8,2,0,0,0,0,8,8,4,9,0,0,5,0,0,0,0,2,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/timeseries-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/timeseries-Day-cs.csv index c2e90a647f..24f1d04c25 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/timeseries-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/timeseries-Day-cs.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[honbu] Number of Jobs Started","[reebu] Number of Jobs Started","[grgsh] Number of Jobs Started","[moorh] Number of Jobs Started","[legsh] Number of Jobs Started","[turdo] Number of Jobs Started","[caspl] Number of Jobs Started","[swath] Number of Jobs Started","[lapwi] Number of Jobs Started","[dunli] Number of Jobs Started","[sogsh] Number of Jobs Started","[sancr] Number of Jobs Started","[grath] Number of Jobs Started","[vertera] Number of Jobs Started","[sposa] Number of Jobs Started","[garwa] Number of Jobs Started","[pibgr] Number of Jobs Started","[sarwa] Number of Jobs Started","[proubis] Number of Jobs Started","[noror] Number of Jobs Started","[savsp] Number of Jobs Started","[categ] Number of Jobs Started","[coot1] Number of Jobs Started","[meapi] Number of Jobs Started","[shttr] Number of Jobs Started","[hoowa] Number of Jobs Started","[henha] Number of Jobs Started","[yebsa] Number of Jobs Started","[alpsw] Number of Jobs Started","[corsh] Number of Jobs Started","[crane] Number of Jobs Started","[lanhach] Number of Jobs Started","[boowa] Number of Jobs Started","[crama] Number of Jobs Started","[whimb] Number of Jobs Started","[litst] Number of Jobs Started","[misth] Number of Jobs Started","[shag1] Number of Jobs Started","[blhbu] Number of Jobs Started","[litau] Number of Jobs Started","[aytinis] Number of Jobs Started","[whtsp] Number of Jobs Started","[egygo] Number of Jobs Started","[smew1] Number of Jobs Started","[ybsbu] Number of Jobs Started","[ovenb] Number of Jobs Started","[jackd] Number of Jobs Started","[rolle] Number of Jobs Started","[duswa] Number of Jobs Started","[field] Number of Jobs Started","[pereg] Number of Jobs Started","[whtpl] Number of Jobs Started","[evegr] Number of Jobs Started","[lesre] Number of Jobs Started","[sante] Number of Jobs Started","[siski] Number of Jobs Started","[velsc] Number of Jobs Started","[yebbu] Number of Jobs Started","[yebwa] Number of Jobs Started","[allga] Number of Jobs Started","[chaff] Number of Jobs Started","[ferdu] Number of Jobs Started","[gloib] Number of Jobs Started","[mamwa] Number of Jobs Started","[relpa] Number of Jobs Started","[ribgu] Number of Jobs Started" -2016-12-22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-25,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-27,1,10,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,3,5,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,0,0,1,0,0 -2016-12-28,0,1,0,190,0,0,0,0,147,0,0,9,0,0,0,11,0,3,0,0,0,0,0,12,5,5,0,0,0,0,0,0,0,0,0,0,9,2,0,0,9,0,0,0,0,0,0,0,0,0,0,3,0,0,0,1,0,0,0,0,0,0,1,0,0,0 -2016-12-29,248,12,0,770,0,17,0,13,88,0,0,13,1,0,10,4,50,4,0,0,0,0,0,7,2,5,5,7,0,6,3,1,0,0,0,0,0,1,0,1,0,0,4,7,4,0,0,0,0,0,1,0,1,1,1,0,0,1,1,0,0,1,0,0,0,0 -2016-12-30,19049,3441,1698,675,719,330,0,700,17,90,68,70,3,20,50,0,0,28,12,0,8,8,8,0,6,6,15,8,4,2,5,3,14,14,1,7,2,6,4,0,0,0,4,0,1,0,4,3,3,1,2,0,1,0,0,0,1,1,0,1,0,0,0,0,1,1 -2016-12-31,22244,2359,933,790,281,341,16,0,37,10,24,50,97,26,0,33,0,2,12,4,17,8,8,0,4,5,0,3,4,0,4,3,0,0,8,4,0,2,6,7,0,9,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 -2017-01-01,13441,81,0,204,0,292,740,0,19,139,62,0,0,23,0,0,0,8,12,25,1,8,8,2,0,0,0,0,8,8,4,9,0,0,5,0,0,0,0,2,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 +Day,"[honbu] Number of Jobs Started","[reebu] Number of Jobs Started","[grgsh] Number of Jobs Started","[moorh] Number of Jobs Started","[legsh] Number of Jobs Started","[turdo] Number of Jobs Started","[caspl] Number of Jobs Started","[swath] Number of Jobs Started","[lapwi] Number of Jobs Started","[dunli] Number of Jobs Started","[sogsh] Number of Jobs Started","[sancr] Number of Jobs Started","[grath] Number of Jobs Started","[vertera] Number of Jobs Started","[sposa] Number of Jobs Started","[garwa] Number of Jobs Started","[pibgr] Number of Jobs Started","[sarwa] Number of Jobs Started","[proubis] Number of Jobs Started","[noror] Number of Jobs Started","[savsp] Number of Jobs Started","[categ] Number of Jobs Started","[coot1] Number of Jobs Started","[meapi] Number of Jobs Started","[shttr] Number of Jobs Started","[hoowa] Number of Jobs Started","[henha] Number of Jobs Started","[yebsa] Number of Jobs Started","[alpsw] Number of Jobs Started","[corsh] Number of Jobs Started","[crane] Number of Jobs Started","[lanhach] Number of Jobs Started","[boowa] Number of Jobs Started","[crama] Number of Jobs Started","[whimb] Number of Jobs Started","[litst] Number of Jobs Started","[misth] Number of Jobs Started","[shag1] Number of Jobs Started","[blhbu] Number of Jobs Started","[litau] Number of Jobs Started","[aytinis] Number of Jobs Started","[whtsp] Number of Jobs Started","[egygo] Number of Jobs Started","[smew1] Number of Jobs Started","[ybsbu] Number of Jobs Started","[ovenb] Number of Jobs Started","[jackd] Number of Jobs Started","[rolle] Number of Jobs Started","[duswa] Number of Jobs Started","[field] Number of Jobs Started","[pereg] Number of Jobs Started","[whtpl] Number of Jobs Started","[evegr] Number of Jobs Started","[lesre] Number of Jobs Started","[sante] Number of Jobs Started","[siski] Number of Jobs Started","[velsc] Number of Jobs Started","[yebbu] Number of Jobs Started","[yebwa] Number of Jobs Started","[allga] Number of Jobs Started","[chaff] Number of Jobs Started","[ferdu] Number of Jobs Started","[gloib] Number of Jobs Started","[hardu] Number of Jobs Started","[mamwa] Number of Jobs Started","[relpa] Number of Jobs Started","[ribgu] Number of Jobs Started" +2016-12-22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-25,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-27,1,10,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,3,5,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,0,0,0,1,0,0 +2016-12-28,0,1,0,190,0,0,0,0,147,0,0,9,0,0,0,11,0,3,0,0,0,0,0,12,5,5,0,0,0,0,0,0,0,0,0,0,9,2,0,0,9,0,0,0,0,0,0,0,0,0,0,3,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0 +2016-12-29,248,12,0,770,0,17,0,13,88,0,0,13,1,0,10,4,50,4,0,0,0,0,0,7,2,5,5,7,0,6,3,1,0,0,0,0,0,1,0,1,0,0,4,7,4,0,0,0,0,0,1,0,1,1,1,0,0,1,1,0,0,1,0,0,0,0,0 +2016-12-30,19049,3441,1698,675,719,330,0,700,17,90,68,70,3,20,50,0,0,28,12,0,8,8,8,0,6,6,15,8,4,2,5,3,14,14,1,7,2,6,4,0,0,0,4,0,1,0,4,3,3,1,2,0,1,0,0,0,1,1,0,1,0,0,0,1,0,1,1 +2016-12-31,22244,2359,933,790,281,341,16,0,37,10,24,50,97,26,0,33,0,2,12,4,17,8,8,0,4,5,0,3,4,0,4,3,0,0,8,4,0,2,6,7,0,9,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0 +2017-01-01,13441,81,0,204,0,292,740,0,19,139,62,0,0,23,0,0,0,8,12,25,1,8,8,2,0,0,0,0,8,8,4,9,0,0,5,0,0,0,0,2,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/timeseries-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/timeseries-Month-cd.csv index 885fa5e012..085aa64332 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/timeseries-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/timeseries-Month-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[honbu] Number of Jobs Started","[reebu] Number of Jobs Started","[grgsh] Number of Jobs Started","[moorh] Number of Jobs Started","[legsh] Number of Jobs Started","[turdo] Number of Jobs Started","[caspl] Number of Jobs Started","[swath] Number of Jobs Started","[lapwi] Number of Jobs Started","[dunli] Number of Jobs Started","[sogsh] Number of Jobs Started","[sancr] Number of Jobs Started","[grath] Number of Jobs Started","[vertera] Number of Jobs Started","[sposa] Number of Jobs Started","[garwa] Number of Jobs Started","[pibgr] Number of Jobs Started","[sarwa] Number of Jobs Started","[proubis] Number of Jobs Started","[noror] Number of Jobs Started","[savsp] Number of Jobs Started","[categ] Number of Jobs Started","[coot1] Number of Jobs Started","[meapi] Number of Jobs Started","[shttr] Number of Jobs Started","[hoowa] Number of Jobs Started","[henha] Number of Jobs Started","[yebsa] Number of Jobs Started","[alpsw] Number of Jobs Started","[corsh] Number of Jobs Started","[crane] Number of Jobs Started","[lanhach] Number of Jobs Started","[boowa] Number of Jobs Started","[crama] Number of Jobs Started","[whimb] Number of Jobs Started","[litst] Number of Jobs Started","[misth] Number of Jobs Started","[shag1] Number of Jobs Started","[blhbu] Number of Jobs Started","[litau] Number of Jobs Started","[aytinis] Number of Jobs Started","[whtsp] Number of Jobs Started","[egygo] Number of Jobs Started","[smew1] Number of Jobs Started","[ybsbu] Number of Jobs Started","[ovenb] Number of Jobs Started","[jackd] Number of Jobs Started","[rolle] Number of Jobs Started","[duswa] Number of Jobs Started","[field] Number of Jobs Started","[pereg] Number of Jobs Started","[whtpl] Number of Jobs Started","[evegr] Number of Jobs Started","[lesre] Number of Jobs Started","[sante] Number of Jobs Started","[siski] Number of Jobs Started","[velsc] Number of Jobs Started","[yebbu] Number of Jobs Started","[yebwa] Number of Jobs Started","[allga] Number of Jobs Started","[chaff] Number of Jobs Started","[ferdu] Number of Jobs Started","[gloib] Number of Jobs Started","[mamwa] Number of Jobs Started","[relpa] Number of Jobs Started","[ribgu] Number of Jobs Started" -2016-12,41542,5825,2631,2425,1000,690,16,713,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,8,8,12,7,15,14,9,11,11,11,10,8,9,9,8,7,6,5,4,3,3,2,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1 -2017-01,13441,81,0,204,0,292,740,0,19,139,62,0,0,23,0,0,0,8,12,25,1,8,8,2,0,0,0,0,8,8,4,9,0,0,5,0,0,0,0,2,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 +Month,"[honbu] Number of Jobs Started","[reebu] Number of Jobs Started","[grgsh] Number of Jobs Started","[moorh] Number of Jobs Started","[legsh] Number of Jobs Started","[turdo] Number of Jobs Started","[caspl] Number of Jobs Started","[swath] Number of Jobs Started","[lapwi] Number of Jobs Started","[dunli] Number of Jobs Started","[sogsh] Number of Jobs Started","[sancr] Number of Jobs Started","[grath] Number of Jobs Started","[vertera] Number of Jobs Started","[sposa] Number of Jobs Started","[garwa] Number of Jobs Started","[pibgr] Number of Jobs Started","[sarwa] Number of Jobs Started","[proubis] Number of Jobs Started","[noror] Number of Jobs Started","[savsp] Number of Jobs Started","[categ] Number of Jobs Started","[coot1] Number of Jobs Started","[meapi] Number of Jobs Started","[shttr] Number of Jobs Started","[hoowa] Number of Jobs Started","[henha] Number of Jobs Started","[yebsa] Number of Jobs Started","[alpsw] Number of Jobs Started","[corsh] Number of Jobs Started","[crane] Number of Jobs Started","[lanhach] Number of Jobs Started","[boowa] Number of Jobs Started","[crama] Number of Jobs Started","[whimb] Number of Jobs Started","[litst] Number of Jobs Started","[misth] Number of Jobs Started","[shag1] Number of Jobs Started","[blhbu] Number of Jobs Started","[litau] Number of Jobs Started","[aytinis] Number of Jobs Started","[whtsp] Number of Jobs Started","[egygo] Number of Jobs Started","[smew1] Number of Jobs Started","[ybsbu] Number of Jobs Started","[ovenb] Number of Jobs Started","[jackd] Number of Jobs Started","[rolle] Number of Jobs Started","[duswa] Number of Jobs Started","[field] Number of Jobs Started","[pereg] Number of Jobs Started","[whtpl] Number of Jobs Started","[evegr] Number of Jobs Started","[lesre] Number of Jobs Started","[sante] Number of Jobs Started","[siski] Number of Jobs Started","[velsc] Number of Jobs Started","[yebbu] Number of Jobs Started","[yebwa] Number of Jobs Started","[allga] Number of Jobs Started","[chaff] Number of Jobs Started","[ferdu] Number of Jobs Started","[gloib] Number of Jobs Started","[hardu] Number of Jobs Started","[mamwa] Number of Jobs Started","[relpa] Number of Jobs Started","[ribgu] Number of Jobs Started" +2016-12,41542,5825,2631,2425,1000,690,16,713,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,8,8,12,7,15,14,9,11,11,11,10,8,9,9,8,7,6,5,4,3,3,2,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1 +2017-01,13441,81,0,204,0,292,740,0,19,139,62,0,0,23,0,0,0,8,12,25,1,8,8,2,0,0,0,0,8,8,4,9,0,0,5,0,0,0,0,2,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/timeseries-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/timeseries-Month-cs.csv index 885fa5e012..085aa64332 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/timeseries-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/timeseries-Month-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[honbu] Number of Jobs Started","[reebu] Number of Jobs Started","[grgsh] Number of Jobs Started","[moorh] Number of Jobs Started","[legsh] Number of Jobs Started","[turdo] Number of Jobs Started","[caspl] Number of Jobs Started","[swath] Number of Jobs Started","[lapwi] Number of Jobs Started","[dunli] Number of Jobs Started","[sogsh] Number of Jobs Started","[sancr] Number of Jobs Started","[grath] Number of Jobs Started","[vertera] Number of Jobs Started","[sposa] Number of Jobs Started","[garwa] Number of Jobs Started","[pibgr] Number of Jobs Started","[sarwa] Number of Jobs Started","[proubis] Number of Jobs Started","[noror] Number of Jobs Started","[savsp] Number of Jobs Started","[categ] Number of Jobs Started","[coot1] Number of Jobs Started","[meapi] Number of Jobs Started","[shttr] Number of Jobs Started","[hoowa] Number of Jobs Started","[henha] Number of Jobs Started","[yebsa] Number of Jobs Started","[alpsw] Number of Jobs Started","[corsh] Number of Jobs Started","[crane] Number of Jobs Started","[lanhach] Number of Jobs Started","[boowa] Number of Jobs Started","[crama] Number of Jobs Started","[whimb] Number of Jobs Started","[litst] Number of Jobs Started","[misth] Number of Jobs Started","[shag1] Number of Jobs Started","[blhbu] Number of Jobs Started","[litau] Number of Jobs Started","[aytinis] Number of Jobs Started","[whtsp] Number of Jobs Started","[egygo] Number of Jobs Started","[smew1] Number of Jobs Started","[ybsbu] Number of Jobs Started","[ovenb] Number of Jobs Started","[jackd] Number of Jobs Started","[rolle] Number of Jobs Started","[duswa] Number of Jobs Started","[field] Number of Jobs Started","[pereg] Number of Jobs Started","[whtpl] Number of Jobs Started","[evegr] Number of Jobs Started","[lesre] Number of Jobs Started","[sante] Number of Jobs Started","[siski] Number of Jobs Started","[velsc] Number of Jobs Started","[yebbu] Number of Jobs Started","[yebwa] Number of Jobs Started","[allga] Number of Jobs Started","[chaff] Number of Jobs Started","[ferdu] Number of Jobs Started","[gloib] Number of Jobs Started","[mamwa] Number of Jobs Started","[relpa] Number of Jobs Started","[ribgu] Number of Jobs Started" -2016-12,41542,5825,2631,2425,1000,690,16,713,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,8,8,12,7,15,14,9,11,11,11,10,8,9,9,8,7,6,5,4,3,3,2,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1 -2017-01,13441,81,0,204,0,292,740,0,19,139,62,0,0,23,0,0,0,8,12,25,1,8,8,2,0,0,0,0,8,8,4,9,0,0,5,0,0,0,0,2,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 +Month,"[honbu] Number of Jobs Started","[reebu] Number of Jobs Started","[grgsh] Number of Jobs Started","[moorh] Number of Jobs Started","[legsh] Number of Jobs Started","[turdo] Number of Jobs Started","[caspl] Number of Jobs Started","[swath] Number of Jobs Started","[lapwi] Number of Jobs Started","[dunli] Number of Jobs Started","[sogsh] Number of Jobs Started","[sancr] Number of Jobs Started","[grath] Number of Jobs Started","[vertera] Number of Jobs Started","[sposa] Number of Jobs Started","[garwa] Number of Jobs Started","[pibgr] Number of Jobs Started","[sarwa] Number of Jobs Started","[proubis] Number of Jobs Started","[noror] Number of Jobs Started","[savsp] Number of Jobs Started","[categ] Number of Jobs Started","[coot1] Number of Jobs Started","[meapi] Number of Jobs Started","[shttr] Number of Jobs Started","[hoowa] Number of Jobs Started","[henha] Number of Jobs Started","[yebsa] Number of Jobs Started","[alpsw] Number of Jobs Started","[corsh] Number of Jobs Started","[crane] Number of Jobs Started","[lanhach] Number of Jobs Started","[boowa] Number of Jobs Started","[crama] Number of Jobs Started","[whimb] Number of Jobs Started","[litst] Number of Jobs Started","[misth] Number of Jobs Started","[shag1] Number of Jobs Started","[blhbu] Number of Jobs Started","[litau] Number of Jobs Started","[aytinis] Number of Jobs Started","[whtsp] Number of Jobs Started","[egygo] Number of Jobs Started","[smew1] Number of Jobs Started","[ybsbu] Number of Jobs Started","[ovenb] Number of Jobs Started","[jackd] Number of Jobs Started","[rolle] Number of Jobs Started","[duswa] Number of Jobs Started","[field] Number of Jobs Started","[pereg] Number of Jobs Started","[whtpl] Number of Jobs Started","[evegr] Number of Jobs Started","[lesre] Number of Jobs Started","[sante] Number of Jobs Started","[siski] Number of Jobs Started","[velsc] Number of Jobs Started","[yebbu] Number of Jobs Started","[yebwa] Number of Jobs Started","[allga] Number of Jobs Started","[chaff] Number of Jobs Started","[ferdu] Number of Jobs Started","[gloib] Number of Jobs Started","[hardu] Number of Jobs Started","[mamwa] Number of Jobs Started","[relpa] Number of Jobs Started","[ribgu] Number of Jobs Started" +2016-12,41542,5825,2631,2425,1000,690,16,713,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,8,8,12,7,15,14,9,11,11,11,10,8,9,9,8,7,6,5,4,3,3,2,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1 +2017-01,13441,81,0,204,0,292,740,0,19,139,62,0,0,23,0,0,0,8,12,25,1,8,8,2,0,0,0,0,8,8,4,9,0,0,5,0,0,0,0,2,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/timeseries-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/timeseries-Quarter-cd.csv index f7a705c787..0d9d5514a7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/timeseries-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/timeseries-Quarter-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[honbu] Number of Jobs Started","[reebu] Number of Jobs Started","[grgsh] Number of Jobs Started","[moorh] Number of Jobs Started","[legsh] Number of Jobs Started","[turdo] Number of Jobs Started","[caspl] Number of Jobs Started","[swath] Number of Jobs Started","[lapwi] Number of Jobs Started","[dunli] Number of Jobs Started","[sogsh] Number of Jobs Started","[sancr] Number of Jobs Started","[grath] Number of Jobs Started","[vertera] Number of Jobs Started","[sposa] Number of Jobs Started","[garwa] Number of Jobs Started","[pibgr] Number of Jobs Started","[sarwa] Number of Jobs Started","[proubis] Number of Jobs Started","[noror] Number of Jobs Started","[savsp] Number of Jobs Started","[categ] Number of Jobs Started","[coot1] Number of Jobs Started","[meapi] Number of Jobs Started","[shttr] Number of Jobs Started","[hoowa] Number of Jobs Started","[henha] Number of Jobs Started","[yebsa] Number of Jobs Started","[alpsw] Number of Jobs Started","[corsh] Number of Jobs Started","[crane] Number of Jobs Started","[lanhach] Number of Jobs Started","[boowa] Number of Jobs Started","[crama] Number of Jobs Started","[whimb] Number of Jobs Started","[litst] Number of Jobs Started","[misth] Number of Jobs Started","[shag1] Number of Jobs Started","[blhbu] Number of Jobs Started","[litau] Number of Jobs Started","[aytinis] Number of Jobs Started","[whtsp] Number of Jobs Started","[egygo] Number of Jobs Started","[smew1] Number of Jobs Started","[ybsbu] Number of Jobs Started","[ovenb] Number of Jobs Started","[jackd] Number of Jobs Started","[rolle] Number of Jobs Started","[duswa] Number of Jobs Started","[field] Number of Jobs Started","[pereg] Number of Jobs Started","[whtpl] Number of Jobs Started","[evegr] Number of Jobs Started","[lesre] Number of Jobs Started","[sante] Number of Jobs Started","[siski] Number of Jobs Started","[velsc] Number of Jobs Started","[yebbu] Number of Jobs Started","[yebwa] Number of Jobs Started","[allga] Number of Jobs Started","[chaff] Number of Jobs Started","[ferdu] Number of Jobs Started","[gloib] Number of Jobs Started","[mamwa] Number of Jobs Started","[relpa] Number of Jobs Started","[ribgu] Number of Jobs Started" -"2016 Q4",41542,5825,2631,2425,1000,690,16,713,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,8,8,12,7,15,14,9,11,11,11,10,8,9,9,8,7,6,5,4,3,3,2,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1 -"2017 Q1",13441,81,0,204,0,292,740,0,19,139,62,0,0,23,0,0,0,8,12,25,1,8,8,2,0,0,0,0,8,8,4,9,0,0,5,0,0,0,0,2,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 +Quarter,"[honbu] Number of Jobs Started","[reebu] Number of Jobs Started","[grgsh] Number of Jobs Started","[moorh] Number of Jobs Started","[legsh] Number of Jobs Started","[turdo] Number of Jobs Started","[caspl] Number of Jobs Started","[swath] Number of Jobs Started","[lapwi] Number of Jobs Started","[dunli] Number of Jobs Started","[sogsh] Number of Jobs Started","[sancr] Number of Jobs Started","[grath] Number of Jobs Started","[vertera] Number of Jobs Started","[sposa] Number of Jobs Started","[garwa] Number of Jobs Started","[pibgr] Number of Jobs Started","[sarwa] Number of Jobs Started","[proubis] Number of Jobs Started","[noror] Number of Jobs Started","[savsp] Number of Jobs Started","[categ] Number of Jobs Started","[coot1] Number of Jobs Started","[meapi] Number of Jobs Started","[shttr] Number of Jobs Started","[hoowa] Number of Jobs Started","[henha] Number of Jobs Started","[yebsa] Number of Jobs Started","[alpsw] Number of Jobs Started","[corsh] Number of Jobs Started","[crane] Number of Jobs Started","[lanhach] Number of Jobs Started","[boowa] Number of Jobs Started","[crama] Number of Jobs Started","[whimb] Number of Jobs Started","[litst] Number of Jobs Started","[misth] Number of Jobs Started","[shag1] Number of Jobs Started","[blhbu] Number of Jobs Started","[litau] Number of Jobs Started","[aytinis] Number of Jobs Started","[whtsp] Number of Jobs Started","[egygo] Number of Jobs Started","[smew1] Number of Jobs Started","[ybsbu] Number of Jobs Started","[ovenb] Number of Jobs Started","[jackd] Number of Jobs Started","[rolle] Number of Jobs Started","[duswa] Number of Jobs Started","[field] Number of Jobs Started","[pereg] Number of Jobs Started","[whtpl] Number of Jobs Started","[evegr] Number of Jobs Started","[lesre] Number of Jobs Started","[sante] Number of Jobs Started","[siski] Number of Jobs Started","[velsc] Number of Jobs Started","[yebbu] Number of Jobs Started","[yebwa] Number of Jobs Started","[allga] Number of Jobs Started","[chaff] Number of Jobs Started","[ferdu] Number of Jobs Started","[gloib] Number of Jobs Started","[hardu] Number of Jobs Started","[mamwa] Number of Jobs Started","[relpa] Number of Jobs Started","[ribgu] Number of Jobs Started" +"2016 Q4",41542,5825,2631,2425,1000,690,16,713,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,8,8,12,7,15,14,9,11,11,11,10,8,9,9,8,7,6,5,4,3,3,2,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1 +"2017 Q1",13441,81,0,204,0,292,740,0,19,139,62,0,0,23,0,0,0,8,12,25,1,8,8,2,0,0,0,0,8,8,4,9,0,0,5,0,0,0,0,2,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/timeseries-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/timeseries-Quarter-cs.csv index f7a705c787..0d9d5514a7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/timeseries-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/timeseries-Quarter-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[honbu] Number of Jobs Started","[reebu] Number of Jobs Started","[grgsh] Number of Jobs Started","[moorh] Number of Jobs Started","[legsh] Number of Jobs Started","[turdo] Number of Jobs Started","[caspl] Number of Jobs Started","[swath] Number of Jobs Started","[lapwi] Number of Jobs Started","[dunli] Number of Jobs Started","[sogsh] Number of Jobs Started","[sancr] Number of Jobs Started","[grath] Number of Jobs Started","[vertera] Number of Jobs Started","[sposa] Number of Jobs Started","[garwa] Number of Jobs Started","[pibgr] Number of Jobs Started","[sarwa] Number of Jobs Started","[proubis] Number of Jobs Started","[noror] Number of Jobs Started","[savsp] Number of Jobs Started","[categ] Number of Jobs Started","[coot1] Number of Jobs Started","[meapi] Number of Jobs Started","[shttr] Number of Jobs Started","[hoowa] Number of Jobs Started","[henha] Number of Jobs Started","[yebsa] Number of Jobs Started","[alpsw] Number of Jobs Started","[corsh] Number of Jobs Started","[crane] Number of Jobs Started","[lanhach] Number of Jobs Started","[boowa] Number of Jobs Started","[crama] Number of Jobs Started","[whimb] Number of Jobs Started","[litst] Number of Jobs Started","[misth] Number of Jobs Started","[shag1] Number of Jobs Started","[blhbu] Number of Jobs Started","[litau] Number of Jobs Started","[aytinis] Number of Jobs Started","[whtsp] Number of Jobs Started","[egygo] Number of Jobs Started","[smew1] Number of Jobs Started","[ybsbu] Number of Jobs Started","[ovenb] Number of Jobs Started","[jackd] Number of Jobs Started","[rolle] Number of Jobs Started","[duswa] Number of Jobs Started","[field] Number of Jobs Started","[pereg] Number of Jobs Started","[whtpl] Number of Jobs Started","[evegr] Number of Jobs Started","[lesre] Number of Jobs Started","[sante] Number of Jobs Started","[siski] Number of Jobs Started","[velsc] Number of Jobs Started","[yebbu] Number of Jobs Started","[yebwa] Number of Jobs Started","[allga] Number of Jobs Started","[chaff] Number of Jobs Started","[ferdu] Number of Jobs Started","[gloib] Number of Jobs Started","[mamwa] Number of Jobs Started","[relpa] Number of Jobs Started","[ribgu] Number of Jobs Started" -"2016 Q4",41542,5825,2631,2425,1000,690,16,713,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,8,8,12,7,15,14,9,11,11,11,10,8,9,9,8,7,6,5,4,3,3,2,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1 -"2017 Q1",13441,81,0,204,0,292,740,0,19,139,62,0,0,23,0,0,0,8,12,25,1,8,8,2,0,0,0,0,8,8,4,9,0,0,5,0,0,0,0,2,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 +Quarter,"[honbu] Number of Jobs Started","[reebu] Number of Jobs Started","[grgsh] Number of Jobs Started","[moorh] Number of Jobs Started","[legsh] Number of Jobs Started","[turdo] Number of Jobs Started","[caspl] Number of Jobs Started","[swath] Number of Jobs Started","[lapwi] Number of Jobs Started","[dunli] Number of Jobs Started","[sogsh] Number of Jobs Started","[sancr] Number of Jobs Started","[grath] Number of Jobs Started","[vertera] Number of Jobs Started","[sposa] Number of Jobs Started","[garwa] Number of Jobs Started","[pibgr] Number of Jobs Started","[sarwa] Number of Jobs Started","[proubis] Number of Jobs Started","[noror] Number of Jobs Started","[savsp] Number of Jobs Started","[categ] Number of Jobs Started","[coot1] Number of Jobs Started","[meapi] Number of Jobs Started","[shttr] Number of Jobs Started","[hoowa] Number of Jobs Started","[henha] Number of Jobs Started","[yebsa] Number of Jobs Started","[alpsw] Number of Jobs Started","[corsh] Number of Jobs Started","[crane] Number of Jobs Started","[lanhach] Number of Jobs Started","[boowa] Number of Jobs Started","[crama] Number of Jobs Started","[whimb] Number of Jobs Started","[litst] Number of Jobs Started","[misth] Number of Jobs Started","[shag1] Number of Jobs Started","[blhbu] Number of Jobs Started","[litau] Number of Jobs Started","[aytinis] Number of Jobs Started","[whtsp] Number of Jobs Started","[egygo] Number of Jobs Started","[smew1] Number of Jobs Started","[ybsbu] Number of Jobs Started","[ovenb] Number of Jobs Started","[jackd] Number of Jobs Started","[rolle] Number of Jobs Started","[duswa] Number of Jobs Started","[field] Number of Jobs Started","[pereg] Number of Jobs Started","[whtpl] Number of Jobs Started","[evegr] Number of Jobs Started","[lesre] Number of Jobs Started","[sante] Number of Jobs Started","[siski] Number of Jobs Started","[velsc] Number of Jobs Started","[yebbu] Number of Jobs Started","[yebwa] Number of Jobs Started","[allga] Number of Jobs Started","[chaff] Number of Jobs Started","[ferdu] Number of Jobs Started","[gloib] Number of Jobs Started","[hardu] Number of Jobs Started","[mamwa] Number of Jobs Started","[relpa] Number of Jobs Started","[ribgu] Number of Jobs Started" +"2016 Q4",41542,5825,2631,2425,1000,690,16,713,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,8,8,12,7,15,14,9,11,11,11,10,8,9,9,8,7,6,5,4,3,3,2,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1 +"2017 Q1",13441,81,0,204,0,292,740,0,19,139,62,0,0,23,0,0,0,8,12,25,1,8,8,2,0,0,0,0,8,8,4,9,0,0,5,0,0,0,0,2,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/timeseries-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/timeseries-Year-cd.csv index 2e7ece8a63..23c297526f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/timeseries-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/timeseries-Year-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[honbu] Number of Jobs Started","[reebu] Number of Jobs Started","[grgsh] Number of Jobs Started","[moorh] Number of Jobs Started","[legsh] Number of Jobs Started","[turdo] Number of Jobs Started","[caspl] Number of Jobs Started","[swath] Number of Jobs Started","[lapwi] Number of Jobs Started","[dunli] Number of Jobs Started","[sogsh] Number of Jobs Started","[sancr] Number of Jobs Started","[grath] Number of Jobs Started","[vertera] Number of Jobs Started","[sposa] Number of Jobs Started","[garwa] Number of Jobs Started","[pibgr] Number of Jobs Started","[sarwa] Number of Jobs Started","[proubis] Number of Jobs Started","[noror] Number of Jobs Started","[savsp] Number of Jobs Started","[categ] Number of Jobs Started","[coot1] Number of Jobs Started","[meapi] Number of Jobs Started","[shttr] Number of Jobs Started","[hoowa] Number of Jobs Started","[henha] Number of Jobs Started","[yebsa] Number of Jobs Started","[alpsw] Number of Jobs Started","[corsh] Number of Jobs Started","[crane] Number of Jobs Started","[lanhach] Number of Jobs Started","[boowa] Number of Jobs Started","[crama] Number of Jobs Started","[whimb] Number of Jobs Started","[litst] Number of Jobs Started","[misth] Number of Jobs Started","[shag1] Number of Jobs Started","[blhbu] Number of Jobs Started","[litau] Number of Jobs Started","[aytinis] Number of Jobs Started","[whtsp] Number of Jobs Started","[egygo] Number of Jobs Started","[smew1] Number of Jobs Started","[ybsbu] Number of Jobs Started","[ovenb] Number of Jobs Started","[jackd] Number of Jobs Started","[rolle] Number of Jobs Started","[duswa] Number of Jobs Started","[field] Number of Jobs Started","[pereg] Number of Jobs Started","[whtpl] Number of Jobs Started","[evegr] Number of Jobs Started","[lesre] Number of Jobs Started","[sante] Number of Jobs Started","[siski] Number of Jobs Started","[velsc] Number of Jobs Started","[yebbu] Number of Jobs Started","[yebwa] Number of Jobs Started","[allga] Number of Jobs Started","[chaff] Number of Jobs Started","[ferdu] Number of Jobs Started","[gloib] Number of Jobs Started","[mamwa] Number of Jobs Started","[relpa] Number of Jobs Started","[ribgu] Number of Jobs Started" -2016,41542,5825,2631,2425,1000,690,16,713,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,8,8,12,7,15,14,9,11,11,11,10,8,9,9,8,7,6,5,4,3,3,2,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1 -2017,13441,81,0,204,0,292,740,0,19,139,62,0,0,23,0,0,0,8,12,25,1,8,8,2,0,0,0,0,8,8,4,9,0,0,5,0,0,0,0,2,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 +Year,"[honbu] Number of Jobs Started","[reebu] Number of Jobs Started","[grgsh] Number of Jobs Started","[moorh] Number of Jobs Started","[legsh] Number of Jobs Started","[turdo] Number of Jobs Started","[caspl] Number of Jobs Started","[swath] Number of Jobs Started","[lapwi] Number of Jobs Started","[dunli] Number of Jobs Started","[sogsh] Number of Jobs Started","[sancr] Number of Jobs Started","[grath] Number of Jobs Started","[vertera] Number of Jobs Started","[sposa] Number of Jobs Started","[garwa] Number of Jobs Started","[pibgr] Number of Jobs Started","[sarwa] Number of Jobs Started","[proubis] Number of Jobs Started","[noror] Number of Jobs Started","[savsp] Number of Jobs Started","[categ] Number of Jobs Started","[coot1] Number of Jobs Started","[meapi] Number of Jobs Started","[shttr] Number of Jobs Started","[hoowa] Number of Jobs Started","[henha] Number of Jobs Started","[yebsa] Number of Jobs Started","[alpsw] Number of Jobs Started","[corsh] Number of Jobs Started","[crane] Number of Jobs Started","[lanhach] Number of Jobs Started","[boowa] Number of Jobs Started","[crama] Number of Jobs Started","[whimb] Number of Jobs Started","[litst] Number of Jobs Started","[misth] Number of Jobs Started","[shag1] Number of Jobs Started","[blhbu] Number of Jobs Started","[litau] Number of Jobs Started","[aytinis] Number of Jobs Started","[whtsp] Number of Jobs Started","[egygo] Number of Jobs Started","[smew1] Number of Jobs Started","[ybsbu] Number of Jobs Started","[ovenb] Number of Jobs Started","[jackd] Number of Jobs Started","[rolle] Number of Jobs Started","[duswa] Number of Jobs Started","[field] Number of Jobs Started","[pereg] Number of Jobs Started","[whtpl] Number of Jobs Started","[evegr] Number of Jobs Started","[lesre] Number of Jobs Started","[sante] Number of Jobs Started","[siski] Number of Jobs Started","[velsc] Number of Jobs Started","[yebbu] Number of Jobs Started","[yebwa] Number of Jobs Started","[allga] Number of Jobs Started","[chaff] Number of Jobs Started","[ferdu] Number of Jobs Started","[gloib] Number of Jobs Started","[hardu] Number of Jobs Started","[mamwa] Number of Jobs Started","[relpa] Number of Jobs Started","[ribgu] Number of Jobs Started" +2016,41542,5825,2631,2425,1000,690,16,713,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,8,8,12,7,15,14,9,11,11,11,10,8,9,9,8,7,6,5,4,3,3,2,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1 +2017,13441,81,0,204,0,292,740,0,19,139,62,0,0,23,0,0,0,8,12,25,1,8,8,2,0,0,0,0,8,8,4,9,0,0,5,0,0,0,0,2,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/timeseries-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/timeseries-Year-cs.csv index 2e7ece8a63..23c297526f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/timeseries-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/started_job_count/timeseries-Year-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[honbu] Number of Jobs Started","[reebu] Number of Jobs Started","[grgsh] Number of Jobs Started","[moorh] Number of Jobs Started","[legsh] Number of Jobs Started","[turdo] Number of Jobs Started","[caspl] Number of Jobs Started","[swath] Number of Jobs Started","[lapwi] Number of Jobs Started","[dunli] Number of Jobs Started","[sogsh] Number of Jobs Started","[sancr] Number of Jobs Started","[grath] Number of Jobs Started","[vertera] Number of Jobs Started","[sposa] Number of Jobs Started","[garwa] Number of Jobs Started","[pibgr] Number of Jobs Started","[sarwa] Number of Jobs Started","[proubis] Number of Jobs Started","[noror] Number of Jobs Started","[savsp] Number of Jobs Started","[categ] Number of Jobs Started","[coot1] Number of Jobs Started","[meapi] Number of Jobs Started","[shttr] Number of Jobs Started","[hoowa] Number of Jobs Started","[henha] Number of Jobs Started","[yebsa] Number of Jobs Started","[alpsw] Number of Jobs Started","[corsh] Number of Jobs Started","[crane] Number of Jobs Started","[lanhach] Number of Jobs Started","[boowa] Number of Jobs Started","[crama] Number of Jobs Started","[whimb] Number of Jobs Started","[litst] Number of Jobs Started","[misth] Number of Jobs Started","[shag1] Number of Jobs Started","[blhbu] Number of Jobs Started","[litau] Number of Jobs Started","[aytinis] Number of Jobs Started","[whtsp] Number of Jobs Started","[egygo] Number of Jobs Started","[smew1] Number of Jobs Started","[ybsbu] Number of Jobs Started","[ovenb] Number of Jobs Started","[jackd] Number of Jobs Started","[rolle] Number of Jobs Started","[duswa] Number of Jobs Started","[field] Number of Jobs Started","[pereg] Number of Jobs Started","[whtpl] Number of Jobs Started","[evegr] Number of Jobs Started","[lesre] Number of Jobs Started","[sante] Number of Jobs Started","[siski] Number of Jobs Started","[velsc] Number of Jobs Started","[yebbu] Number of Jobs Started","[yebwa] Number of Jobs Started","[allga] Number of Jobs Started","[chaff] Number of Jobs Started","[ferdu] Number of Jobs Started","[gloib] Number of Jobs Started","[mamwa] Number of Jobs Started","[relpa] Number of Jobs Started","[ribgu] Number of Jobs Started" -2016,41542,5825,2631,2425,1000,690,16,713,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,8,8,12,7,15,14,9,11,11,11,10,8,9,9,8,7,6,5,4,3,3,2,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1 -2017,13441,81,0,204,0,292,740,0,19,139,62,0,0,23,0,0,0,8,12,25,1,8,8,2,0,0,0,0,8,8,4,9,0,0,5,0,0,0,0,2,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 +Year,"[honbu] Number of Jobs Started","[reebu] Number of Jobs Started","[grgsh] Number of Jobs Started","[moorh] Number of Jobs Started","[legsh] Number of Jobs Started","[turdo] Number of Jobs Started","[caspl] Number of Jobs Started","[swath] Number of Jobs Started","[lapwi] Number of Jobs Started","[dunli] Number of Jobs Started","[sogsh] Number of Jobs Started","[sancr] Number of Jobs Started","[grath] Number of Jobs Started","[vertera] Number of Jobs Started","[sposa] Number of Jobs Started","[garwa] Number of Jobs Started","[pibgr] Number of Jobs Started","[sarwa] Number of Jobs Started","[proubis] Number of Jobs Started","[noror] Number of Jobs Started","[savsp] Number of Jobs Started","[categ] Number of Jobs Started","[coot1] Number of Jobs Started","[meapi] Number of Jobs Started","[shttr] Number of Jobs Started","[hoowa] Number of Jobs Started","[henha] Number of Jobs Started","[yebsa] Number of Jobs Started","[alpsw] Number of Jobs Started","[corsh] Number of Jobs Started","[crane] Number of Jobs Started","[lanhach] Number of Jobs Started","[boowa] Number of Jobs Started","[crama] Number of Jobs Started","[whimb] Number of Jobs Started","[litst] Number of Jobs Started","[misth] Number of Jobs Started","[shag1] Number of Jobs Started","[blhbu] Number of Jobs Started","[litau] Number of Jobs Started","[aytinis] Number of Jobs Started","[whtsp] Number of Jobs Started","[egygo] Number of Jobs Started","[smew1] Number of Jobs Started","[ybsbu] Number of Jobs Started","[ovenb] Number of Jobs Started","[jackd] Number of Jobs Started","[rolle] Number of Jobs Started","[duswa] Number of Jobs Started","[field] Number of Jobs Started","[pereg] Number of Jobs Started","[whtpl] Number of Jobs Started","[evegr] Number of Jobs Started","[lesre] Number of Jobs Started","[sante] Number of Jobs Started","[siski] Number of Jobs Started","[velsc] Number of Jobs Started","[yebbu] Number of Jobs Started","[yebwa] Number of Jobs Started","[allga] Number of Jobs Started","[chaff] Number of Jobs Started","[ferdu] Number of Jobs Started","[gloib] Number of Jobs Started","[hardu] Number of Jobs Started","[mamwa] Number of Jobs Started","[relpa] Number of Jobs Started","[ribgu] Number of Jobs Started" +2016,41542,5825,2631,2425,1000,690,16,713,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,8,8,12,7,15,14,9,11,11,11,10,8,9,9,8,7,6,5,4,3,3,2,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1 +2017,13441,81,0,204,0,292,740,0,19,139,62,0,0,23,0,0,0,8,12,25,1,8,8,2,0,0,0,0,8,8,4,9,0,0,5,0,0,0,0,2,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/aggregate-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/aggregate-Day-cd.csv index 03becd905e..03ed381e5c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/aggregate-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/aggregate-Day-cd.csv @@ -61,6 +61,7 @@ chaff,1 ferdu,1 gloib,1 grath,1 +hardu,1 mamwa,1 pereg,1 relpa,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/aggregate-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/aggregate-Day-cs.csv index 03becd905e..03ed381e5c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/aggregate-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/aggregate-Day-cs.csv @@ -61,6 +61,7 @@ chaff,1 ferdu,1 gloib,1 grath,1 +hardu,1 mamwa,1 pereg,1 relpa,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/aggregate-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/aggregate-Month-cd.csv index 99ff8ca61d..8e27b1e9a8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/aggregate-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/aggregate-Month-cd.csv @@ -68,6 +68,7 @@ allga,1 chaff,1 ferdu,1 gloib,1 +hardu,1 mamwa,1 relpa,1 ribgu,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/aggregate-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/aggregate-Month-cs.csv index 99ff8ca61d..8e27b1e9a8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/aggregate-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/aggregate-Month-cs.csv @@ -68,6 +68,7 @@ allga,1 chaff,1 ferdu,1 gloib,1 +hardu,1 mamwa,1 relpa,1 ribgu,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/aggregate-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/aggregate-Quarter-cd.csv index 99ff8ca61d..8e27b1e9a8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/aggregate-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/aggregate-Quarter-cd.csv @@ -68,6 +68,7 @@ allga,1 chaff,1 ferdu,1 gloib,1 +hardu,1 mamwa,1 relpa,1 ribgu,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/aggregate-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/aggregate-Quarter-cs.csv index 99ff8ca61d..8e27b1e9a8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/aggregate-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/aggregate-Quarter-cs.csv @@ -68,6 +68,7 @@ allga,1 chaff,1 ferdu,1 gloib,1 +hardu,1 mamwa,1 relpa,1 ribgu,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/aggregate-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/aggregate-Year-cd.csv index 99ff8ca61d..8e27b1e9a8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/aggregate-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/aggregate-Year-cd.csv @@ -68,6 +68,7 @@ allga,1 chaff,1 ferdu,1 gloib,1 +hardu,1 mamwa,1 relpa,1 ribgu,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/aggregate-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/aggregate-Year-cs.csv index 99ff8ca61d..8e27b1e9a8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/aggregate-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/aggregate-Year-cs.csv @@ -68,6 +68,7 @@ allga,1 chaff,1 ferdu,1 gloib,1 +hardu,1 mamwa,1 relpa,1 ribgu,1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/timeseries-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/timeseries-Day-cd.csv index e1d02dd076..29ae863aa1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/timeseries-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/timeseries-Day-cd.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[honbu] Number of Jobs Submitted","[reebu] Number of Jobs Submitted","[grgsh] Number of Jobs Submitted","[moorh] Number of Jobs Submitted","[turdo] Number of Jobs Submitted","[legsh] Number of Jobs Submitted","[caspl] Number of Jobs Submitted","[lapwi] Number of Jobs Submitted","[sogsh] Number of Jobs Submitted","[dunli] Number of Jobs Submitted","[vertera] Number of Jobs Submitted","[pibgr] Number of Jobs Submitted","[garwa] Number of Jobs Submitted","[sarwa] Number of Jobs Submitted","[proubis] Number of Jobs Submitted","[noror] Number of Jobs Submitted","[savsp] Number of Jobs Submitted","[sposa] Number of Jobs Submitted","[categ] Number of Jobs Submitted","[coot1] Number of Jobs Submitted","[hoowa] Number of Jobs Submitted","[henha] Number of Jobs Submitted","[alpsw] Number of Jobs Submitted","[corsh] Number of Jobs Submitted","[crane] Number of Jobs Submitted","[lanhach] Number of Jobs Submitted","[yebsa] Number of Jobs Submitted","[boowa] Number of Jobs Submitted","[crama] Number of Jobs Submitted","[sancr] Number of Jobs Submitted","[whimb] Number of Jobs Submitted","[litst] Number of Jobs Submitted","[misth] Number of Jobs Submitted","[blhbu] Number of Jobs Submitted","[litau] Number of Jobs Submitted","[shag1] Number of Jobs Submitted","[aytinis] Number of Jobs Submitted","[whtsp] Number of Jobs Submitted","[egygo] Number of Jobs Submitted","[smew1] Number of Jobs Submitted","[shttr] Number of Jobs Submitted","[ybsbu] Number of Jobs Submitted","[jackd] Number of Jobs Submitted","[ovenb] Number of Jobs Submitted","[rolle] Number of Jobs Submitted","[field] Number of Jobs Submitted","[whtpl] Number of Jobs Submitted","[evegr] Number of Jobs Submitted","[lesre] Number of Jobs Submitted","[meapi] Number of Jobs Submitted","[allga] Number of Jobs Submitted","[chaff] Number of Jobs Submitted","[ferdu] Number of Jobs Submitted","[gloib] Number of Jobs Submitted","[grath] Number of Jobs Submitted","[mamwa] Number of Jobs Submitted","[pereg] Number of Jobs Submitted","[relpa] Number of Jobs Submitted","[ribgu] Number of Jobs Submitted","[sante] Number of Jobs Submitted","[velsc] Number of Jobs Submitted","[yebbu] Number of Jobs Submitted","[duswa] Number of Jobs Submitted","[siski] Number of Jobs Submitted","[swath] Number of Jobs Submitted","[yebwa] Number of Jobs Submitted" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-25,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-27,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,4,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0 -2016-12-28,0,0,0,190,0,0,0,147,0,0,0,0,11,3,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,9,0,0,1,9,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-29,198,10,0,770,17,0,0,88,0,0,0,50,0,4,0,0,0,10,0,0,5,5,0,6,3,1,7,0,0,10,0,0,0,0,1,1,0,0,4,7,0,4,0,0,0,0,0,1,1,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0 -2016-12-30,18454,3437,1698,675,330,719,0,17,68,50,20,0,0,28,12,0,8,15,8,8,6,15,4,2,5,3,8,14,14,0,0,7,2,4,0,6,0,0,4,0,5,0,4,0,3,1,0,1,0,0,1,0,0,0,0,0,1,1,1,0,1,0,0,0,0,0 -2016-12-31,19485,2355,933,747,341,0,16,37,24,9,26,0,33,1,12,4,17,0,8,8,5,0,4,0,4,3,0,0,0,2,7,4,0,6,7,2,0,9,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2017-01-01,11511,80,0,204,292,0,677,19,62,64,23,0,0,8,12,25,1,0,8,8,0,0,8,8,4,9,0,0,0,0,5,0,0,0,2,0,0,0,0,0,0,0,0,0,1,1,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +Day,"[honbu] Number of Jobs Submitted","[reebu] Number of Jobs Submitted","[grgsh] Number of Jobs Submitted","[moorh] Number of Jobs Submitted","[turdo] Number of Jobs Submitted","[legsh] Number of Jobs Submitted","[caspl] Number of Jobs Submitted","[lapwi] Number of Jobs Submitted","[sogsh] Number of Jobs Submitted","[dunli] Number of Jobs Submitted","[vertera] Number of Jobs Submitted","[pibgr] Number of Jobs Submitted","[garwa] Number of Jobs Submitted","[sarwa] Number of Jobs Submitted","[proubis] Number of Jobs Submitted","[noror] Number of Jobs Submitted","[savsp] Number of Jobs Submitted","[sposa] Number of Jobs Submitted","[categ] Number of Jobs Submitted","[coot1] Number of Jobs Submitted","[hoowa] Number of Jobs Submitted","[henha] Number of Jobs Submitted","[alpsw] Number of Jobs Submitted","[corsh] Number of Jobs Submitted","[crane] Number of Jobs Submitted","[lanhach] Number of Jobs Submitted","[yebsa] Number of Jobs Submitted","[boowa] Number of Jobs Submitted","[crama] Number of Jobs Submitted","[sancr] Number of Jobs Submitted","[whimb] Number of Jobs Submitted","[litst] Number of Jobs Submitted","[misth] Number of Jobs Submitted","[blhbu] Number of Jobs Submitted","[litau] Number of Jobs Submitted","[shag1] Number of Jobs Submitted","[aytinis] Number of Jobs Submitted","[whtsp] Number of Jobs Submitted","[egygo] Number of Jobs Submitted","[smew1] Number of Jobs Submitted","[shttr] Number of Jobs Submitted","[ybsbu] Number of Jobs Submitted","[jackd] Number of Jobs Submitted","[ovenb] Number of Jobs Submitted","[rolle] Number of Jobs Submitted","[field] Number of Jobs Submitted","[whtpl] Number of Jobs Submitted","[evegr] Number of Jobs Submitted","[lesre] Number of Jobs Submitted","[meapi] Number of Jobs Submitted","[allga] Number of Jobs Submitted","[chaff] Number of Jobs Submitted","[ferdu] Number of Jobs Submitted","[gloib] Number of Jobs Submitted","[grath] Number of Jobs Submitted","[hardu] Number of Jobs Submitted","[mamwa] Number of Jobs Submitted","[pereg] Number of Jobs Submitted","[relpa] Number of Jobs Submitted","[ribgu] Number of Jobs Submitted","[sante] Number of Jobs Submitted","[velsc] Number of Jobs Submitted","[yebbu] Number of Jobs Submitted","[duswa] Number of Jobs Submitted","[siski] Number of Jobs Submitted","[swath] Number of Jobs Submitted","[yebwa] Number of Jobs Submitted" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-25,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-27,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,4,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 +2016-12-28,0,0,0,190,0,0,0,147,0,0,0,0,11,3,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,9,0,0,1,9,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-29,198,10,0,770,17,0,0,88,0,0,0,50,0,4,0,0,0,10,0,0,5,5,0,6,3,1,7,0,0,10,0,0,0,0,1,1,0,0,4,7,0,4,0,0,0,0,0,1,1,0,0,0,1,0,1,0,0,0,0,0,0,0,1,0,0,0,0 +2016-12-30,18454,3437,1698,675,330,719,0,17,68,50,20,0,0,28,12,0,8,15,8,8,6,15,4,2,5,3,8,14,14,0,0,7,2,4,0,6,0,0,4,0,5,0,4,0,3,1,0,1,0,0,1,0,0,0,0,1,0,1,1,1,0,1,0,0,0,0,0 +2016-12-31,19485,2355,933,747,341,0,16,37,24,9,26,0,33,1,12,4,17,0,8,8,5,0,4,0,4,3,0,0,0,2,7,4,0,6,7,2,0,9,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2017-01-01,11511,80,0,204,292,0,677,19,62,64,23,0,0,8,12,25,1,0,8,8,0,0,8,8,4,9,0,0,0,0,5,0,0,0,2,0,0,0,0,0,0,0,0,0,1,1,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/timeseries-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/timeseries-Day-cs.csv index e1d02dd076..29ae863aa1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/timeseries-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/timeseries-Day-cs.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[honbu] Number of Jobs Submitted","[reebu] Number of Jobs Submitted","[grgsh] Number of Jobs Submitted","[moorh] Number of Jobs Submitted","[turdo] Number of Jobs Submitted","[legsh] Number of Jobs Submitted","[caspl] Number of Jobs Submitted","[lapwi] Number of Jobs Submitted","[sogsh] Number of Jobs Submitted","[dunli] Number of Jobs Submitted","[vertera] Number of Jobs Submitted","[pibgr] Number of Jobs Submitted","[garwa] Number of Jobs Submitted","[sarwa] Number of Jobs Submitted","[proubis] Number of Jobs Submitted","[noror] Number of Jobs Submitted","[savsp] Number of Jobs Submitted","[sposa] Number of Jobs Submitted","[categ] Number of Jobs Submitted","[coot1] Number of Jobs Submitted","[hoowa] Number of Jobs Submitted","[henha] Number of Jobs Submitted","[alpsw] Number of Jobs Submitted","[corsh] Number of Jobs Submitted","[crane] Number of Jobs Submitted","[lanhach] Number of Jobs Submitted","[yebsa] Number of Jobs Submitted","[boowa] Number of Jobs Submitted","[crama] Number of Jobs Submitted","[sancr] Number of Jobs Submitted","[whimb] Number of Jobs Submitted","[litst] Number of Jobs Submitted","[misth] Number of Jobs Submitted","[blhbu] Number of Jobs Submitted","[litau] Number of Jobs Submitted","[shag1] Number of Jobs Submitted","[aytinis] Number of Jobs Submitted","[whtsp] Number of Jobs Submitted","[egygo] Number of Jobs Submitted","[smew1] Number of Jobs Submitted","[shttr] Number of Jobs Submitted","[ybsbu] Number of Jobs Submitted","[jackd] Number of Jobs Submitted","[ovenb] Number of Jobs Submitted","[rolle] Number of Jobs Submitted","[field] Number of Jobs Submitted","[whtpl] Number of Jobs Submitted","[evegr] Number of Jobs Submitted","[lesre] Number of Jobs Submitted","[meapi] Number of Jobs Submitted","[allga] Number of Jobs Submitted","[chaff] Number of Jobs Submitted","[ferdu] Number of Jobs Submitted","[gloib] Number of Jobs Submitted","[grath] Number of Jobs Submitted","[mamwa] Number of Jobs Submitted","[pereg] Number of Jobs Submitted","[relpa] Number of Jobs Submitted","[ribgu] Number of Jobs Submitted","[sante] Number of Jobs Submitted","[velsc] Number of Jobs Submitted","[yebbu] Number of Jobs Submitted","[duswa] Number of Jobs Submitted","[siski] Number of Jobs Submitted","[swath] Number of Jobs Submitted","[yebwa] Number of Jobs Submitted" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-25,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-27,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,4,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0 -2016-12-28,0,0,0,190,0,0,0,147,0,0,0,0,11,3,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,9,0,0,1,9,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-29,198,10,0,770,17,0,0,88,0,0,0,50,0,4,0,0,0,10,0,0,5,5,0,6,3,1,7,0,0,10,0,0,0,0,1,1,0,0,4,7,0,4,0,0,0,0,0,1,1,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0 -2016-12-30,18454,3437,1698,675,330,719,0,17,68,50,20,0,0,28,12,0,8,15,8,8,6,15,4,2,5,3,8,14,14,0,0,7,2,4,0,6,0,0,4,0,5,0,4,0,3,1,0,1,0,0,1,0,0,0,0,0,1,1,1,0,1,0,0,0,0,0 -2016-12-31,19485,2355,933,747,341,0,16,37,24,9,26,0,33,1,12,4,17,0,8,8,5,0,4,0,4,3,0,0,0,2,7,4,0,6,7,2,0,9,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2017-01-01,11511,80,0,204,292,0,677,19,62,64,23,0,0,8,12,25,1,0,8,8,0,0,8,8,4,9,0,0,0,0,5,0,0,0,2,0,0,0,0,0,0,0,0,0,1,1,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +Day,"[honbu] Number of Jobs Submitted","[reebu] Number of Jobs Submitted","[grgsh] Number of Jobs Submitted","[moorh] Number of Jobs Submitted","[turdo] Number of Jobs Submitted","[legsh] Number of Jobs Submitted","[caspl] Number of Jobs Submitted","[lapwi] Number of Jobs Submitted","[sogsh] Number of Jobs Submitted","[dunli] Number of Jobs Submitted","[vertera] Number of Jobs Submitted","[pibgr] Number of Jobs Submitted","[garwa] Number of Jobs Submitted","[sarwa] Number of Jobs Submitted","[proubis] Number of Jobs Submitted","[noror] Number of Jobs Submitted","[savsp] Number of Jobs Submitted","[sposa] Number of Jobs Submitted","[categ] Number of Jobs Submitted","[coot1] Number of Jobs Submitted","[hoowa] Number of Jobs Submitted","[henha] Number of Jobs Submitted","[alpsw] Number of Jobs Submitted","[corsh] Number of Jobs Submitted","[crane] Number of Jobs Submitted","[lanhach] Number of Jobs Submitted","[yebsa] Number of Jobs Submitted","[boowa] Number of Jobs Submitted","[crama] Number of Jobs Submitted","[sancr] Number of Jobs Submitted","[whimb] Number of Jobs Submitted","[litst] Number of Jobs Submitted","[misth] Number of Jobs Submitted","[blhbu] Number of Jobs Submitted","[litau] Number of Jobs Submitted","[shag1] Number of Jobs Submitted","[aytinis] Number of Jobs Submitted","[whtsp] Number of Jobs Submitted","[egygo] Number of Jobs Submitted","[smew1] Number of Jobs Submitted","[shttr] Number of Jobs Submitted","[ybsbu] Number of Jobs Submitted","[jackd] Number of Jobs Submitted","[ovenb] Number of Jobs Submitted","[rolle] Number of Jobs Submitted","[field] Number of Jobs Submitted","[whtpl] Number of Jobs Submitted","[evegr] Number of Jobs Submitted","[lesre] Number of Jobs Submitted","[meapi] Number of Jobs Submitted","[allga] Number of Jobs Submitted","[chaff] Number of Jobs Submitted","[ferdu] Number of Jobs Submitted","[gloib] Number of Jobs Submitted","[grath] Number of Jobs Submitted","[hardu] Number of Jobs Submitted","[mamwa] Number of Jobs Submitted","[pereg] Number of Jobs Submitted","[relpa] Number of Jobs Submitted","[ribgu] Number of Jobs Submitted","[sante] Number of Jobs Submitted","[velsc] Number of Jobs Submitted","[yebbu] Number of Jobs Submitted","[duswa] Number of Jobs Submitted","[siski] Number of Jobs Submitted","[swath] Number of Jobs Submitted","[yebwa] Number of Jobs Submitted" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-25,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-27,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,4,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 +2016-12-28,0,0,0,190,0,0,0,147,0,0,0,0,11,3,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,9,0,0,1,9,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-29,198,10,0,770,17,0,0,88,0,0,0,50,0,4,0,0,0,10,0,0,5,5,0,6,3,1,7,0,0,10,0,0,0,0,1,1,0,0,4,7,0,4,0,0,0,0,0,1,1,0,0,0,1,0,1,0,0,0,0,0,0,0,1,0,0,0,0 +2016-12-30,18454,3437,1698,675,330,719,0,17,68,50,20,0,0,28,12,0,8,15,8,8,6,15,4,2,5,3,8,14,14,0,0,7,2,4,0,6,0,0,4,0,5,0,4,0,3,1,0,1,0,0,1,0,0,0,0,1,0,1,1,1,0,1,0,0,0,0,0 +2016-12-31,19485,2355,933,747,341,0,16,37,24,9,26,0,33,1,12,4,17,0,8,8,5,0,4,0,4,3,0,0,0,2,7,4,0,6,7,2,0,9,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2017-01-01,11511,80,0,204,292,0,677,19,62,64,23,0,0,8,12,25,1,0,8,8,0,0,8,8,4,9,0,0,0,0,5,0,0,0,2,0,0,0,0,0,0,0,0,0,1,1,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/timeseries-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/timeseries-Month-cd.csv index 7f4d10365d..8e4e2f8f7e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/timeseries-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/timeseries-Month-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[honbu] Number of Jobs Submitted","[reebu] Number of Jobs Submitted","[grgsh] Number of Jobs Submitted","[moorh] Number of Jobs Submitted","[legsh] Number of Jobs Submitted","[turdo] Number of Jobs Submitted","[swath] Number of Jobs Submitted","[caspl] Number of Jobs Submitted","[lapwi] Number of Jobs Submitted","[dunli] Number of Jobs Submitted","[sogsh] Number of Jobs Submitted","[sancr] Number of Jobs Submitted","[grath] Number of Jobs Submitted","[vertera] Number of Jobs Submitted","[sposa] Number of Jobs Submitted","[garwa] Number of Jobs Submitted","[pibgr] Number of Jobs Submitted","[sarwa] Number of Jobs Submitted","[proubis] Number of Jobs Submitted","[noror] Number of Jobs Submitted","[savsp] Number of Jobs Submitted","[categ] Number of Jobs Submitted","[coot1] Number of Jobs Submitted","[meapi] Number of Jobs Submitted","[shttr] Number of Jobs Submitted","[hoowa] Number of Jobs Submitted","[henha] Number of Jobs Submitted","[yebsa] Number of Jobs Submitted","[alpsw] Number of Jobs Submitted","[corsh] Number of Jobs Submitted","[crane] Number of Jobs Submitted","[lanhach] Number of Jobs Submitted","[boowa] Number of Jobs Submitted","[crama] Number of Jobs Submitted","[whimb] Number of Jobs Submitted","[litst] Number of Jobs Submitted","[misth] Number of Jobs Submitted","[shag1] Number of Jobs Submitted","[blhbu] Number of Jobs Submitted","[litau] Number of Jobs Submitted","[aytinis] Number of Jobs Submitted","[whtsp] Number of Jobs Submitted","[egygo] Number of Jobs Submitted","[smew1] Number of Jobs Submitted","[ybsbu] Number of Jobs Submitted","[ovenb] Number of Jobs Submitted","[jackd] Number of Jobs Submitted","[rolle] Number of Jobs Submitted","[duswa] Number of Jobs Submitted","[field] Number of Jobs Submitted","[pereg] Number of Jobs Submitted","[whtpl] Number of Jobs Submitted","[evegr] Number of Jobs Submitted","[lesre] Number of Jobs Submitted","[sante] Number of Jobs Submitted","[siski] Number of Jobs Submitted","[velsc] Number of Jobs Submitted","[yebbu] Number of Jobs Submitted","[allga] Number of Jobs Submitted","[chaff] Number of Jobs Submitted","[ferdu] Number of Jobs Submitted","[gloib] Number of Jobs Submitted","[mamwa] Number of Jobs Submitted","[relpa] Number of Jobs Submitted","[ribgu] Number of Jobs Submitted","[yebwa] Number of Jobs Submitted" -2016-12,41542,5825,2631,2425,1000,690,713,16,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,8,8,12,7,15,14,9,11,11,11,10,8,9,9,8,7,6,5,4,3,3,2,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1 -2017-01,11511,80,0,204,0,292,0,677,19,64,62,0,0,23,0,0,0,8,12,25,1,8,8,2,0,0,0,0,8,8,4,9,0,0,5,0,0,0,0,2,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +Month,"[honbu] Number of Jobs Submitted","[reebu] Number of Jobs Submitted","[grgsh] Number of Jobs Submitted","[moorh] Number of Jobs Submitted","[legsh] Number of Jobs Submitted","[turdo] Number of Jobs Submitted","[swath] Number of Jobs Submitted","[caspl] Number of Jobs Submitted","[lapwi] Number of Jobs Submitted","[dunli] Number of Jobs Submitted","[sogsh] Number of Jobs Submitted","[sancr] Number of Jobs Submitted","[grath] Number of Jobs Submitted","[vertera] Number of Jobs Submitted","[sposa] Number of Jobs Submitted","[garwa] Number of Jobs Submitted","[pibgr] Number of Jobs Submitted","[sarwa] Number of Jobs Submitted","[proubis] Number of Jobs Submitted","[noror] Number of Jobs Submitted","[savsp] Number of Jobs Submitted","[categ] Number of Jobs Submitted","[coot1] Number of Jobs Submitted","[meapi] Number of Jobs Submitted","[shttr] Number of Jobs Submitted","[hoowa] Number of Jobs Submitted","[henha] Number of Jobs Submitted","[yebsa] Number of Jobs Submitted","[alpsw] Number of Jobs Submitted","[corsh] Number of Jobs Submitted","[crane] Number of Jobs Submitted","[lanhach] Number of Jobs Submitted","[boowa] Number of Jobs Submitted","[crama] Number of Jobs Submitted","[whimb] Number of Jobs Submitted","[litst] Number of Jobs Submitted","[misth] Number of Jobs Submitted","[shag1] Number of Jobs Submitted","[blhbu] Number of Jobs Submitted","[litau] Number of Jobs Submitted","[aytinis] Number of Jobs Submitted","[whtsp] Number of Jobs Submitted","[egygo] Number of Jobs Submitted","[smew1] Number of Jobs Submitted","[ybsbu] Number of Jobs Submitted","[ovenb] Number of Jobs Submitted","[jackd] Number of Jobs Submitted","[rolle] Number of Jobs Submitted","[duswa] Number of Jobs Submitted","[field] Number of Jobs Submitted","[pereg] Number of Jobs Submitted","[whtpl] Number of Jobs Submitted","[evegr] Number of Jobs Submitted","[lesre] Number of Jobs Submitted","[sante] Number of Jobs Submitted","[siski] Number of Jobs Submitted","[velsc] Number of Jobs Submitted","[yebbu] Number of Jobs Submitted","[allga] Number of Jobs Submitted","[chaff] Number of Jobs Submitted","[ferdu] Number of Jobs Submitted","[gloib] Number of Jobs Submitted","[hardu] Number of Jobs Submitted","[mamwa] Number of Jobs Submitted","[relpa] Number of Jobs Submitted","[ribgu] Number of Jobs Submitted","[yebwa] Number of Jobs Submitted" +2016-12,41542,5825,2631,2425,1000,690,713,16,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,8,8,12,7,15,14,9,11,11,11,10,8,9,9,8,7,6,5,4,3,3,2,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1 +2017-01,11511,80,0,204,0,292,0,677,19,64,62,0,0,23,0,0,0,8,12,25,1,8,8,2,0,0,0,0,8,8,4,9,0,0,5,0,0,0,0,2,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/timeseries-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/timeseries-Month-cs.csv index 7f4d10365d..8e4e2f8f7e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/timeseries-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/timeseries-Month-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[honbu] Number of Jobs Submitted","[reebu] Number of Jobs Submitted","[grgsh] Number of Jobs Submitted","[moorh] Number of Jobs Submitted","[legsh] Number of Jobs Submitted","[turdo] Number of Jobs Submitted","[swath] Number of Jobs Submitted","[caspl] Number of Jobs Submitted","[lapwi] Number of Jobs Submitted","[dunli] Number of Jobs Submitted","[sogsh] Number of Jobs Submitted","[sancr] Number of Jobs Submitted","[grath] Number of Jobs Submitted","[vertera] Number of Jobs Submitted","[sposa] Number of Jobs Submitted","[garwa] Number of Jobs Submitted","[pibgr] Number of Jobs Submitted","[sarwa] Number of Jobs Submitted","[proubis] Number of Jobs Submitted","[noror] Number of Jobs Submitted","[savsp] Number of Jobs Submitted","[categ] Number of Jobs Submitted","[coot1] Number of Jobs Submitted","[meapi] Number of Jobs Submitted","[shttr] Number of Jobs Submitted","[hoowa] Number of Jobs Submitted","[henha] Number of Jobs Submitted","[yebsa] Number of Jobs Submitted","[alpsw] Number of Jobs Submitted","[corsh] Number of Jobs Submitted","[crane] Number of Jobs Submitted","[lanhach] Number of Jobs Submitted","[boowa] Number of Jobs Submitted","[crama] Number of Jobs Submitted","[whimb] Number of Jobs Submitted","[litst] Number of Jobs Submitted","[misth] Number of Jobs Submitted","[shag1] Number of Jobs Submitted","[blhbu] Number of Jobs Submitted","[litau] Number of Jobs Submitted","[aytinis] Number of Jobs Submitted","[whtsp] Number of Jobs Submitted","[egygo] Number of Jobs Submitted","[smew1] Number of Jobs Submitted","[ybsbu] Number of Jobs Submitted","[ovenb] Number of Jobs Submitted","[jackd] Number of Jobs Submitted","[rolle] Number of Jobs Submitted","[duswa] Number of Jobs Submitted","[field] Number of Jobs Submitted","[pereg] Number of Jobs Submitted","[whtpl] Number of Jobs Submitted","[evegr] Number of Jobs Submitted","[lesre] Number of Jobs Submitted","[sante] Number of Jobs Submitted","[siski] Number of Jobs Submitted","[velsc] Number of Jobs Submitted","[yebbu] Number of Jobs Submitted","[allga] Number of Jobs Submitted","[chaff] Number of Jobs Submitted","[ferdu] Number of Jobs Submitted","[gloib] Number of Jobs Submitted","[mamwa] Number of Jobs Submitted","[relpa] Number of Jobs Submitted","[ribgu] Number of Jobs Submitted","[yebwa] Number of Jobs Submitted" -2016-12,41542,5825,2631,2425,1000,690,713,16,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,8,8,12,7,15,14,9,11,11,11,10,8,9,9,8,7,6,5,4,3,3,2,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1 -2017-01,11511,80,0,204,0,292,0,677,19,64,62,0,0,23,0,0,0,8,12,25,1,8,8,2,0,0,0,0,8,8,4,9,0,0,5,0,0,0,0,2,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +Month,"[honbu] Number of Jobs Submitted","[reebu] Number of Jobs Submitted","[grgsh] Number of Jobs Submitted","[moorh] Number of Jobs Submitted","[legsh] Number of Jobs Submitted","[turdo] Number of Jobs Submitted","[swath] Number of Jobs Submitted","[caspl] Number of Jobs Submitted","[lapwi] Number of Jobs Submitted","[dunli] Number of Jobs Submitted","[sogsh] Number of Jobs Submitted","[sancr] Number of Jobs Submitted","[grath] Number of Jobs Submitted","[vertera] Number of Jobs Submitted","[sposa] Number of Jobs Submitted","[garwa] Number of Jobs Submitted","[pibgr] Number of Jobs Submitted","[sarwa] Number of Jobs Submitted","[proubis] Number of Jobs Submitted","[noror] Number of Jobs Submitted","[savsp] Number of Jobs Submitted","[categ] Number of Jobs Submitted","[coot1] Number of Jobs Submitted","[meapi] Number of Jobs Submitted","[shttr] Number of Jobs Submitted","[hoowa] Number of Jobs Submitted","[henha] Number of Jobs Submitted","[yebsa] Number of Jobs Submitted","[alpsw] Number of Jobs Submitted","[corsh] Number of Jobs Submitted","[crane] Number of Jobs Submitted","[lanhach] Number of Jobs Submitted","[boowa] Number of Jobs Submitted","[crama] Number of Jobs Submitted","[whimb] Number of Jobs Submitted","[litst] Number of Jobs Submitted","[misth] Number of Jobs Submitted","[shag1] Number of Jobs Submitted","[blhbu] Number of Jobs Submitted","[litau] Number of Jobs Submitted","[aytinis] Number of Jobs Submitted","[whtsp] Number of Jobs Submitted","[egygo] Number of Jobs Submitted","[smew1] Number of Jobs Submitted","[ybsbu] Number of Jobs Submitted","[ovenb] Number of Jobs Submitted","[jackd] Number of Jobs Submitted","[rolle] Number of Jobs Submitted","[duswa] Number of Jobs Submitted","[field] Number of Jobs Submitted","[pereg] Number of Jobs Submitted","[whtpl] Number of Jobs Submitted","[evegr] Number of Jobs Submitted","[lesre] Number of Jobs Submitted","[sante] Number of Jobs Submitted","[siski] Number of Jobs Submitted","[velsc] Number of Jobs Submitted","[yebbu] Number of Jobs Submitted","[allga] Number of Jobs Submitted","[chaff] Number of Jobs Submitted","[ferdu] Number of Jobs Submitted","[gloib] Number of Jobs Submitted","[hardu] Number of Jobs Submitted","[mamwa] Number of Jobs Submitted","[relpa] Number of Jobs Submitted","[ribgu] Number of Jobs Submitted","[yebwa] Number of Jobs Submitted" +2016-12,41542,5825,2631,2425,1000,690,713,16,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,8,8,12,7,15,14,9,11,11,11,10,8,9,9,8,7,6,5,4,3,3,2,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1 +2017-01,11511,80,0,204,0,292,0,677,19,64,62,0,0,23,0,0,0,8,12,25,1,8,8,2,0,0,0,0,8,8,4,9,0,0,5,0,0,0,0,2,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/timeseries-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/timeseries-Quarter-cd.csv index dfb935ca91..329a982b0b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/timeseries-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/timeseries-Quarter-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[honbu] Number of Jobs Submitted","[reebu] Number of Jobs Submitted","[grgsh] Number of Jobs Submitted","[moorh] Number of Jobs Submitted","[legsh] Number of Jobs Submitted","[turdo] Number of Jobs Submitted","[swath] Number of Jobs Submitted","[caspl] Number of Jobs Submitted","[lapwi] Number of Jobs Submitted","[dunli] Number of Jobs Submitted","[sogsh] Number of Jobs Submitted","[sancr] Number of Jobs Submitted","[grath] Number of Jobs Submitted","[vertera] Number of Jobs Submitted","[sposa] Number of Jobs Submitted","[garwa] Number of Jobs Submitted","[pibgr] Number of Jobs Submitted","[sarwa] Number of Jobs Submitted","[proubis] Number of Jobs Submitted","[noror] Number of Jobs Submitted","[savsp] Number of Jobs Submitted","[categ] Number of Jobs Submitted","[coot1] Number of Jobs Submitted","[meapi] Number of Jobs Submitted","[shttr] Number of Jobs Submitted","[hoowa] Number of Jobs Submitted","[henha] Number of Jobs Submitted","[yebsa] Number of Jobs Submitted","[alpsw] Number of Jobs Submitted","[corsh] Number of Jobs Submitted","[crane] Number of Jobs Submitted","[lanhach] Number of Jobs Submitted","[boowa] Number of Jobs Submitted","[crama] Number of Jobs Submitted","[whimb] Number of Jobs Submitted","[litst] Number of Jobs Submitted","[misth] Number of Jobs Submitted","[shag1] Number of Jobs Submitted","[blhbu] Number of Jobs Submitted","[litau] Number of Jobs Submitted","[aytinis] Number of Jobs Submitted","[whtsp] Number of Jobs Submitted","[egygo] Number of Jobs Submitted","[smew1] Number of Jobs Submitted","[ybsbu] Number of Jobs Submitted","[ovenb] Number of Jobs Submitted","[jackd] Number of Jobs Submitted","[rolle] Number of Jobs Submitted","[duswa] Number of Jobs Submitted","[field] Number of Jobs Submitted","[pereg] Number of Jobs Submitted","[whtpl] Number of Jobs Submitted","[evegr] Number of Jobs Submitted","[lesre] Number of Jobs Submitted","[sante] Number of Jobs Submitted","[siski] Number of Jobs Submitted","[velsc] Number of Jobs Submitted","[yebbu] Number of Jobs Submitted","[allga] Number of Jobs Submitted","[chaff] Number of Jobs Submitted","[ferdu] Number of Jobs Submitted","[gloib] Number of Jobs Submitted","[mamwa] Number of Jobs Submitted","[relpa] Number of Jobs Submitted","[ribgu] Number of Jobs Submitted","[yebwa] Number of Jobs Submitted" -"2016 Q4",41542,5825,2631,2425,1000,690,713,16,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,8,8,12,7,15,14,9,11,11,11,10,8,9,9,8,7,6,5,4,3,3,2,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1 -"2017 Q1",11511,80,0,204,0,292,0,677,19,64,62,0,0,23,0,0,0,8,12,25,1,8,8,2,0,0,0,0,8,8,4,9,0,0,5,0,0,0,0,2,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +Quarter,"[honbu] Number of Jobs Submitted","[reebu] Number of Jobs Submitted","[grgsh] Number of Jobs Submitted","[moorh] Number of Jobs Submitted","[legsh] Number of Jobs Submitted","[turdo] Number of Jobs Submitted","[swath] Number of Jobs Submitted","[caspl] Number of Jobs Submitted","[lapwi] Number of Jobs Submitted","[dunli] Number of Jobs Submitted","[sogsh] Number of Jobs Submitted","[sancr] Number of Jobs Submitted","[grath] Number of Jobs Submitted","[vertera] Number of Jobs Submitted","[sposa] Number of Jobs Submitted","[garwa] Number of Jobs Submitted","[pibgr] Number of Jobs Submitted","[sarwa] Number of Jobs Submitted","[proubis] Number of Jobs Submitted","[noror] Number of Jobs Submitted","[savsp] Number of Jobs Submitted","[categ] Number of Jobs Submitted","[coot1] Number of Jobs Submitted","[meapi] Number of Jobs Submitted","[shttr] Number of Jobs Submitted","[hoowa] Number of Jobs Submitted","[henha] Number of Jobs Submitted","[yebsa] Number of Jobs Submitted","[alpsw] Number of Jobs Submitted","[corsh] Number of Jobs Submitted","[crane] Number of Jobs Submitted","[lanhach] Number of Jobs Submitted","[boowa] Number of Jobs Submitted","[crama] Number of Jobs Submitted","[whimb] Number of Jobs Submitted","[litst] Number of Jobs Submitted","[misth] Number of Jobs Submitted","[shag1] Number of Jobs Submitted","[blhbu] Number of Jobs Submitted","[litau] Number of Jobs Submitted","[aytinis] Number of Jobs Submitted","[whtsp] Number of Jobs Submitted","[egygo] Number of Jobs Submitted","[smew1] Number of Jobs Submitted","[ybsbu] Number of Jobs Submitted","[ovenb] Number of Jobs Submitted","[jackd] Number of Jobs Submitted","[rolle] Number of Jobs Submitted","[duswa] Number of Jobs Submitted","[field] Number of Jobs Submitted","[pereg] Number of Jobs Submitted","[whtpl] Number of Jobs Submitted","[evegr] Number of Jobs Submitted","[lesre] Number of Jobs Submitted","[sante] Number of Jobs Submitted","[siski] Number of Jobs Submitted","[velsc] Number of Jobs Submitted","[yebbu] Number of Jobs Submitted","[allga] Number of Jobs Submitted","[chaff] Number of Jobs Submitted","[ferdu] Number of Jobs Submitted","[gloib] Number of Jobs Submitted","[hardu] Number of Jobs Submitted","[mamwa] Number of Jobs Submitted","[relpa] Number of Jobs Submitted","[ribgu] Number of Jobs Submitted","[yebwa] Number of Jobs Submitted" +"2016 Q4",41542,5825,2631,2425,1000,690,713,16,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,8,8,12,7,15,14,9,11,11,11,10,8,9,9,8,7,6,5,4,3,3,2,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1 +"2017 Q1",11511,80,0,204,0,292,0,677,19,64,62,0,0,23,0,0,0,8,12,25,1,8,8,2,0,0,0,0,8,8,4,9,0,0,5,0,0,0,0,2,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/timeseries-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/timeseries-Quarter-cs.csv index dfb935ca91..329a982b0b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/timeseries-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/timeseries-Quarter-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[honbu] Number of Jobs Submitted","[reebu] Number of Jobs Submitted","[grgsh] Number of Jobs Submitted","[moorh] Number of Jobs Submitted","[legsh] Number of Jobs Submitted","[turdo] Number of Jobs Submitted","[swath] Number of Jobs Submitted","[caspl] Number of Jobs Submitted","[lapwi] Number of Jobs Submitted","[dunli] Number of Jobs Submitted","[sogsh] Number of Jobs Submitted","[sancr] Number of Jobs Submitted","[grath] Number of Jobs Submitted","[vertera] Number of Jobs Submitted","[sposa] Number of Jobs Submitted","[garwa] Number of Jobs Submitted","[pibgr] Number of Jobs Submitted","[sarwa] Number of Jobs Submitted","[proubis] Number of Jobs Submitted","[noror] Number of Jobs Submitted","[savsp] Number of Jobs Submitted","[categ] Number of Jobs Submitted","[coot1] Number of Jobs Submitted","[meapi] Number of Jobs Submitted","[shttr] Number of Jobs Submitted","[hoowa] Number of Jobs Submitted","[henha] Number of Jobs Submitted","[yebsa] Number of Jobs Submitted","[alpsw] Number of Jobs Submitted","[corsh] Number of Jobs Submitted","[crane] Number of Jobs Submitted","[lanhach] Number of Jobs Submitted","[boowa] Number of Jobs Submitted","[crama] Number of Jobs Submitted","[whimb] Number of Jobs Submitted","[litst] Number of Jobs Submitted","[misth] Number of Jobs Submitted","[shag1] Number of Jobs Submitted","[blhbu] Number of Jobs Submitted","[litau] Number of Jobs Submitted","[aytinis] Number of Jobs Submitted","[whtsp] Number of Jobs Submitted","[egygo] Number of Jobs Submitted","[smew1] Number of Jobs Submitted","[ybsbu] Number of Jobs Submitted","[ovenb] Number of Jobs Submitted","[jackd] Number of Jobs Submitted","[rolle] Number of Jobs Submitted","[duswa] Number of Jobs Submitted","[field] Number of Jobs Submitted","[pereg] Number of Jobs Submitted","[whtpl] Number of Jobs Submitted","[evegr] Number of Jobs Submitted","[lesre] Number of Jobs Submitted","[sante] Number of Jobs Submitted","[siski] Number of Jobs Submitted","[velsc] Number of Jobs Submitted","[yebbu] Number of Jobs Submitted","[allga] Number of Jobs Submitted","[chaff] Number of Jobs Submitted","[ferdu] Number of Jobs Submitted","[gloib] Number of Jobs Submitted","[mamwa] Number of Jobs Submitted","[relpa] Number of Jobs Submitted","[ribgu] Number of Jobs Submitted","[yebwa] Number of Jobs Submitted" -"2016 Q4",41542,5825,2631,2425,1000,690,713,16,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,8,8,12,7,15,14,9,11,11,11,10,8,9,9,8,7,6,5,4,3,3,2,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1 -"2017 Q1",11511,80,0,204,0,292,0,677,19,64,62,0,0,23,0,0,0,8,12,25,1,8,8,2,0,0,0,0,8,8,4,9,0,0,5,0,0,0,0,2,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +Quarter,"[honbu] Number of Jobs Submitted","[reebu] Number of Jobs Submitted","[grgsh] Number of Jobs Submitted","[moorh] Number of Jobs Submitted","[legsh] Number of Jobs Submitted","[turdo] Number of Jobs Submitted","[swath] Number of Jobs Submitted","[caspl] Number of Jobs Submitted","[lapwi] Number of Jobs Submitted","[dunli] Number of Jobs Submitted","[sogsh] Number of Jobs Submitted","[sancr] Number of Jobs Submitted","[grath] Number of Jobs Submitted","[vertera] Number of Jobs Submitted","[sposa] Number of Jobs Submitted","[garwa] Number of Jobs Submitted","[pibgr] Number of Jobs Submitted","[sarwa] Number of Jobs Submitted","[proubis] Number of Jobs Submitted","[noror] Number of Jobs Submitted","[savsp] Number of Jobs Submitted","[categ] Number of Jobs Submitted","[coot1] Number of Jobs Submitted","[meapi] Number of Jobs Submitted","[shttr] Number of Jobs Submitted","[hoowa] Number of Jobs Submitted","[henha] Number of Jobs Submitted","[yebsa] Number of Jobs Submitted","[alpsw] Number of Jobs Submitted","[corsh] Number of Jobs Submitted","[crane] Number of Jobs Submitted","[lanhach] Number of Jobs Submitted","[boowa] Number of Jobs Submitted","[crama] Number of Jobs Submitted","[whimb] Number of Jobs Submitted","[litst] Number of Jobs Submitted","[misth] Number of Jobs Submitted","[shag1] Number of Jobs Submitted","[blhbu] Number of Jobs Submitted","[litau] Number of Jobs Submitted","[aytinis] Number of Jobs Submitted","[whtsp] Number of Jobs Submitted","[egygo] Number of Jobs Submitted","[smew1] Number of Jobs Submitted","[ybsbu] Number of Jobs Submitted","[ovenb] Number of Jobs Submitted","[jackd] Number of Jobs Submitted","[rolle] Number of Jobs Submitted","[duswa] Number of Jobs Submitted","[field] Number of Jobs Submitted","[pereg] Number of Jobs Submitted","[whtpl] Number of Jobs Submitted","[evegr] Number of Jobs Submitted","[lesre] Number of Jobs Submitted","[sante] Number of Jobs Submitted","[siski] Number of Jobs Submitted","[velsc] Number of Jobs Submitted","[yebbu] Number of Jobs Submitted","[allga] Number of Jobs Submitted","[chaff] Number of Jobs Submitted","[ferdu] Number of Jobs Submitted","[gloib] Number of Jobs Submitted","[hardu] Number of Jobs Submitted","[mamwa] Number of Jobs Submitted","[relpa] Number of Jobs Submitted","[ribgu] Number of Jobs Submitted","[yebwa] Number of Jobs Submitted" +"2016 Q4",41542,5825,2631,2425,1000,690,713,16,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,8,8,12,7,15,14,9,11,11,11,10,8,9,9,8,7,6,5,4,3,3,2,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1 +"2017 Q1",11511,80,0,204,0,292,0,677,19,64,62,0,0,23,0,0,0,8,12,25,1,8,8,2,0,0,0,0,8,8,4,9,0,0,5,0,0,0,0,2,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/timeseries-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/timeseries-Year-cd.csv index 3ba95bc77f..0292bf74c1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/timeseries-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/timeseries-Year-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[honbu] Number of Jobs Submitted","[reebu] Number of Jobs Submitted","[grgsh] Number of Jobs Submitted","[moorh] Number of Jobs Submitted","[legsh] Number of Jobs Submitted","[turdo] Number of Jobs Submitted","[swath] Number of Jobs Submitted","[caspl] Number of Jobs Submitted","[lapwi] Number of Jobs Submitted","[dunli] Number of Jobs Submitted","[sogsh] Number of Jobs Submitted","[sancr] Number of Jobs Submitted","[grath] Number of Jobs Submitted","[vertera] Number of Jobs Submitted","[sposa] Number of Jobs Submitted","[garwa] Number of Jobs Submitted","[pibgr] Number of Jobs Submitted","[sarwa] Number of Jobs Submitted","[proubis] Number of Jobs Submitted","[noror] Number of Jobs Submitted","[savsp] Number of Jobs Submitted","[categ] Number of Jobs Submitted","[coot1] Number of Jobs Submitted","[meapi] Number of Jobs Submitted","[shttr] Number of Jobs Submitted","[hoowa] Number of Jobs Submitted","[henha] Number of Jobs Submitted","[yebsa] Number of Jobs Submitted","[alpsw] Number of Jobs Submitted","[corsh] Number of Jobs Submitted","[crane] Number of Jobs Submitted","[lanhach] Number of Jobs Submitted","[boowa] Number of Jobs Submitted","[crama] Number of Jobs Submitted","[whimb] Number of Jobs Submitted","[litst] Number of Jobs Submitted","[misth] Number of Jobs Submitted","[shag1] Number of Jobs Submitted","[blhbu] Number of Jobs Submitted","[litau] Number of Jobs Submitted","[aytinis] Number of Jobs Submitted","[whtsp] Number of Jobs Submitted","[egygo] Number of Jobs Submitted","[smew1] Number of Jobs Submitted","[ybsbu] Number of Jobs Submitted","[ovenb] Number of Jobs Submitted","[jackd] Number of Jobs Submitted","[rolle] Number of Jobs Submitted","[duswa] Number of Jobs Submitted","[field] Number of Jobs Submitted","[pereg] Number of Jobs Submitted","[whtpl] Number of Jobs Submitted","[evegr] Number of Jobs Submitted","[lesre] Number of Jobs Submitted","[sante] Number of Jobs Submitted","[siski] Number of Jobs Submitted","[velsc] Number of Jobs Submitted","[yebbu] Number of Jobs Submitted","[allga] Number of Jobs Submitted","[chaff] Number of Jobs Submitted","[ferdu] Number of Jobs Submitted","[gloib] Number of Jobs Submitted","[mamwa] Number of Jobs Submitted","[relpa] Number of Jobs Submitted","[ribgu] Number of Jobs Submitted","[yebwa] Number of Jobs Submitted" -2016,41542,5825,2631,2425,1000,690,713,16,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,8,8,12,7,15,14,9,11,11,11,10,8,9,9,8,7,6,5,4,3,3,2,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1 -2017,11511,80,0,204,0,292,0,677,19,64,62,0,0,23,0,0,0,8,12,25,1,8,8,2,0,0,0,0,8,8,4,9,0,0,5,0,0,0,0,2,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +Year,"[honbu] Number of Jobs Submitted","[reebu] Number of Jobs Submitted","[grgsh] Number of Jobs Submitted","[moorh] Number of Jobs Submitted","[legsh] Number of Jobs Submitted","[turdo] Number of Jobs Submitted","[swath] Number of Jobs Submitted","[caspl] Number of Jobs Submitted","[lapwi] Number of Jobs Submitted","[dunli] Number of Jobs Submitted","[sogsh] Number of Jobs Submitted","[sancr] Number of Jobs Submitted","[grath] Number of Jobs Submitted","[vertera] Number of Jobs Submitted","[sposa] Number of Jobs Submitted","[garwa] Number of Jobs Submitted","[pibgr] Number of Jobs Submitted","[sarwa] Number of Jobs Submitted","[proubis] Number of Jobs Submitted","[noror] Number of Jobs Submitted","[savsp] Number of Jobs Submitted","[categ] Number of Jobs Submitted","[coot1] Number of Jobs Submitted","[meapi] Number of Jobs Submitted","[shttr] Number of Jobs Submitted","[hoowa] Number of Jobs Submitted","[henha] Number of Jobs Submitted","[yebsa] Number of Jobs Submitted","[alpsw] Number of Jobs Submitted","[corsh] Number of Jobs Submitted","[crane] Number of Jobs Submitted","[lanhach] Number of Jobs Submitted","[boowa] Number of Jobs Submitted","[crama] Number of Jobs Submitted","[whimb] Number of Jobs Submitted","[litst] Number of Jobs Submitted","[misth] Number of Jobs Submitted","[shag1] Number of Jobs Submitted","[blhbu] Number of Jobs Submitted","[litau] Number of Jobs Submitted","[aytinis] Number of Jobs Submitted","[whtsp] Number of Jobs Submitted","[egygo] Number of Jobs Submitted","[smew1] Number of Jobs Submitted","[ybsbu] Number of Jobs Submitted","[ovenb] Number of Jobs Submitted","[jackd] Number of Jobs Submitted","[rolle] Number of Jobs Submitted","[duswa] Number of Jobs Submitted","[field] Number of Jobs Submitted","[pereg] Number of Jobs Submitted","[whtpl] Number of Jobs Submitted","[evegr] Number of Jobs Submitted","[lesre] Number of Jobs Submitted","[sante] Number of Jobs Submitted","[siski] Number of Jobs Submitted","[velsc] Number of Jobs Submitted","[yebbu] Number of Jobs Submitted","[allga] Number of Jobs Submitted","[chaff] Number of Jobs Submitted","[ferdu] Number of Jobs Submitted","[gloib] Number of Jobs Submitted","[hardu] Number of Jobs Submitted","[mamwa] Number of Jobs Submitted","[relpa] Number of Jobs Submitted","[ribgu] Number of Jobs Submitted","[yebwa] Number of Jobs Submitted" +2016,41542,5825,2631,2425,1000,690,713,16,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,8,8,12,7,15,14,9,11,11,11,10,8,9,9,8,7,6,5,4,3,3,2,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1 +2017,11511,80,0,204,0,292,0,677,19,64,62,0,0,23,0,0,0,8,12,25,1,8,8,2,0,0,0,0,8,8,4,9,0,0,5,0,0,0,0,2,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/timeseries-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/timeseries-Year-cs.csv index 3ba95bc77f..0292bf74c1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/timeseries-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/submitted_job_count/timeseries-Year-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[honbu] Number of Jobs Submitted","[reebu] Number of Jobs Submitted","[grgsh] Number of Jobs Submitted","[moorh] Number of Jobs Submitted","[legsh] Number of Jobs Submitted","[turdo] Number of Jobs Submitted","[swath] Number of Jobs Submitted","[caspl] Number of Jobs Submitted","[lapwi] Number of Jobs Submitted","[dunli] Number of Jobs Submitted","[sogsh] Number of Jobs Submitted","[sancr] Number of Jobs Submitted","[grath] Number of Jobs Submitted","[vertera] Number of Jobs Submitted","[sposa] Number of Jobs Submitted","[garwa] Number of Jobs Submitted","[pibgr] Number of Jobs Submitted","[sarwa] Number of Jobs Submitted","[proubis] Number of Jobs Submitted","[noror] Number of Jobs Submitted","[savsp] Number of Jobs Submitted","[categ] Number of Jobs Submitted","[coot1] Number of Jobs Submitted","[meapi] Number of Jobs Submitted","[shttr] Number of Jobs Submitted","[hoowa] Number of Jobs Submitted","[henha] Number of Jobs Submitted","[yebsa] Number of Jobs Submitted","[alpsw] Number of Jobs Submitted","[corsh] Number of Jobs Submitted","[crane] Number of Jobs Submitted","[lanhach] Number of Jobs Submitted","[boowa] Number of Jobs Submitted","[crama] Number of Jobs Submitted","[whimb] Number of Jobs Submitted","[litst] Number of Jobs Submitted","[misth] Number of Jobs Submitted","[shag1] Number of Jobs Submitted","[blhbu] Number of Jobs Submitted","[litau] Number of Jobs Submitted","[aytinis] Number of Jobs Submitted","[whtsp] Number of Jobs Submitted","[egygo] Number of Jobs Submitted","[smew1] Number of Jobs Submitted","[ybsbu] Number of Jobs Submitted","[ovenb] Number of Jobs Submitted","[jackd] Number of Jobs Submitted","[rolle] Number of Jobs Submitted","[duswa] Number of Jobs Submitted","[field] Number of Jobs Submitted","[pereg] Number of Jobs Submitted","[whtpl] Number of Jobs Submitted","[evegr] Number of Jobs Submitted","[lesre] Number of Jobs Submitted","[sante] Number of Jobs Submitted","[siski] Number of Jobs Submitted","[velsc] Number of Jobs Submitted","[yebbu] Number of Jobs Submitted","[allga] Number of Jobs Submitted","[chaff] Number of Jobs Submitted","[ferdu] Number of Jobs Submitted","[gloib] Number of Jobs Submitted","[mamwa] Number of Jobs Submitted","[relpa] Number of Jobs Submitted","[ribgu] Number of Jobs Submitted","[yebwa] Number of Jobs Submitted" -2016,41542,5825,2631,2425,1000,690,713,16,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,8,8,12,7,15,14,9,11,11,11,10,8,9,9,8,7,6,5,4,3,3,2,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1 -2017,11511,80,0,204,0,292,0,677,19,64,62,0,0,23,0,0,0,8,12,25,1,8,8,2,0,0,0,0,8,8,4,9,0,0,5,0,0,0,0,2,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +Year,"[honbu] Number of Jobs Submitted","[reebu] Number of Jobs Submitted","[grgsh] Number of Jobs Submitted","[moorh] Number of Jobs Submitted","[legsh] Number of Jobs Submitted","[turdo] Number of Jobs Submitted","[swath] Number of Jobs Submitted","[caspl] Number of Jobs Submitted","[lapwi] Number of Jobs Submitted","[dunli] Number of Jobs Submitted","[sogsh] Number of Jobs Submitted","[sancr] Number of Jobs Submitted","[grath] Number of Jobs Submitted","[vertera] Number of Jobs Submitted","[sposa] Number of Jobs Submitted","[garwa] Number of Jobs Submitted","[pibgr] Number of Jobs Submitted","[sarwa] Number of Jobs Submitted","[proubis] Number of Jobs Submitted","[noror] Number of Jobs Submitted","[savsp] Number of Jobs Submitted","[categ] Number of Jobs Submitted","[coot1] Number of Jobs Submitted","[meapi] Number of Jobs Submitted","[shttr] Number of Jobs Submitted","[hoowa] Number of Jobs Submitted","[henha] Number of Jobs Submitted","[yebsa] Number of Jobs Submitted","[alpsw] Number of Jobs Submitted","[corsh] Number of Jobs Submitted","[crane] Number of Jobs Submitted","[lanhach] Number of Jobs Submitted","[boowa] Number of Jobs Submitted","[crama] Number of Jobs Submitted","[whimb] Number of Jobs Submitted","[litst] Number of Jobs Submitted","[misth] Number of Jobs Submitted","[shag1] Number of Jobs Submitted","[blhbu] Number of Jobs Submitted","[litau] Number of Jobs Submitted","[aytinis] Number of Jobs Submitted","[whtsp] Number of Jobs Submitted","[egygo] Number of Jobs Submitted","[smew1] Number of Jobs Submitted","[ybsbu] Number of Jobs Submitted","[ovenb] Number of Jobs Submitted","[jackd] Number of Jobs Submitted","[rolle] Number of Jobs Submitted","[duswa] Number of Jobs Submitted","[field] Number of Jobs Submitted","[pereg] Number of Jobs Submitted","[whtpl] Number of Jobs Submitted","[evegr] Number of Jobs Submitted","[lesre] Number of Jobs Submitted","[sante] Number of Jobs Submitted","[siski] Number of Jobs Submitted","[velsc] Number of Jobs Submitted","[yebbu] Number of Jobs Submitted","[allga] Number of Jobs Submitted","[chaff] Number of Jobs Submitted","[ferdu] Number of Jobs Submitted","[gloib] Number of Jobs Submitted","[hardu] Number of Jobs Submitted","[mamwa] Number of Jobs Submitted","[relpa] Number of Jobs Submitted","[ribgu] Number of Jobs Submitted","[yebwa] Number of Jobs Submitted" +2016,41542,5825,2631,2425,1000,690,713,16,289,100,92,144,101,46,60,53,50,37,24,5,25,16,16,22,22,21,20,18,8,8,12,7,15,14,9,11,11,11,10,8,9,9,8,7,6,5,4,3,3,2,3,3,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1 +2017,11511,80,0,204,0,292,0,677,19,64,62,0,0,23,0,0,0,8,12,25,1,8,8,2,0,0,0,0,8,8,4,9,0,0,5,0,0,0,0,2,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/aggregate-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/aggregate-Day-cd.csv index 07e45b0c8a..21646a6e04 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/aggregate-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/aggregate-Day-cd.csv @@ -67,6 +67,7 @@ litst,49.3589 proubis,34.9861 ribgu,31.9097 allga,28.1400 +hardu,28.1400 coot1,23.3244 categ,23.3156 crama,22.5389 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/aggregate-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/aggregate-Day-cs.csv index 07e45b0c8a..21646a6e04 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/aggregate-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/aggregate-Day-cs.csv @@ -67,6 +67,7 @@ litst,49.3589 proubis,34.9861 ribgu,31.9097 allga,28.1400 +hardu,28.1400 coot1,23.3244 categ,23.3156 crama,22.5389 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/aggregate-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/aggregate-Month-cd.csv index 07e45b0c8a..21646a6e04 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/aggregate-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/aggregate-Month-cd.csv @@ -67,6 +67,7 @@ litst,49.3589 proubis,34.9861 ribgu,31.9097 allga,28.1400 +hardu,28.1400 coot1,23.3244 categ,23.3156 crama,22.5389 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/aggregate-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/aggregate-Month-cs.csv index 07e45b0c8a..21646a6e04 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/aggregate-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/aggregate-Month-cs.csv @@ -67,6 +67,7 @@ litst,49.3589 proubis,34.9861 ribgu,31.9097 allga,28.1400 +hardu,28.1400 coot1,23.3244 categ,23.3156 crama,22.5389 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/aggregate-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/aggregate-Quarter-cd.csv index 07e45b0c8a..21646a6e04 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/aggregate-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/aggregate-Quarter-cd.csv @@ -67,6 +67,7 @@ litst,49.3589 proubis,34.9861 ribgu,31.9097 allga,28.1400 +hardu,28.1400 coot1,23.3244 categ,23.3156 crama,22.5389 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/aggregate-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/aggregate-Quarter-cs.csv index 07e45b0c8a..21646a6e04 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/aggregate-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/aggregate-Quarter-cs.csv @@ -67,6 +67,7 @@ litst,49.3589 proubis,34.9861 ribgu,31.9097 allga,28.1400 +hardu,28.1400 coot1,23.3244 categ,23.3156 crama,22.5389 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/aggregate-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/aggregate-Year-cd.csv index 07e45b0c8a..21646a6e04 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/aggregate-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/aggregate-Year-cd.csv @@ -67,6 +67,7 @@ litst,49.3589 proubis,34.9861 ribgu,31.9097 allga,28.1400 +hardu,28.1400 coot1,23.3244 categ,23.3156 crama,22.5389 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/aggregate-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/aggregate-Year-cs.csv index 07e45b0c8a..21646a6e04 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/aggregate-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/aggregate-Year-cs.csv @@ -67,6 +67,7 @@ litst,49.3589 proubis,34.9861 ribgu,31.9097 allga,28.1400 +hardu,28.1400 coot1,23.3244 categ,23.3156 crama,22.5389 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/timeseries-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/timeseries-Day-cd.csv index 69cdd4bc18..f5e768e7b4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/timeseries-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/timeseries-Day-cd.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[honbu] CPU Hours: Total","[meapi] CPU Hours: Total","[aytinis] CPU Hours: Total","[moorh] CPU Hours: Total","[reebu] CPU Hours: Total","[garwa] CPU Hours: Total","[sancr] CPU Hours: Total","[crane] CPU Hours: Total","[caspl] CPU Hours: Total","[smew1] CPU Hours: Total","[sarwa] CPU Hours: Total","[lapwi] CPU Hours: Total","[egygo] CPU Hours: Total","[duswa] CPU Hours: Total","[turdo] CPU Hours: Total","[sposa] CPU Hours: Total","[velsc] CPU Hours: Total","[legsh] CPU Hours: Total","[siski] CPU Hours: Total","[shttr] CPU Hours: Total","[chaff] CPU Hours: Total","[ovenb] CPU Hours: Total","[whtsp] CPU Hours: Total","[misth] CPU Hours: Total","[whimb] CPU Hours: Total","[shag1] CPU Hours: Total","[swath] CPU Hours: Total","[pereg] CPU Hours: Total","[ferdu] CPU Hours: Total","[hoowa] CPU Hours: Total","[yebsa] CPU Hours: Total","[corsh] CPU Hours: Total","[noror] CPU Hours: Total","[ybsbu] CPU Hours: Total","[grath] CPU Hours: Total","[yebbu] CPU Hours: Total","[whtpl] CPU Hours: Total","[dunli] CPU Hours: Total","[vertera] CPU Hours: Total","[yebwa] CPU Hours: Total","[evegr] CPU Hours: Total","[boowa] CPU Hours: Total","[gloib] CPU Hours: Total","[litau] CPU Hours: Total","[alpsw] CPU Hours: Total","[rolle] CPU Hours: Total","[lanhach] CPU Hours: Total","[pibgr] CPU Hours: Total","[field] CPU Hours: Total","[sante] CPU Hours: Total","[lesre] CPU Hours: Total","[sogsh] CPU Hours: Total","[henha] CPU Hours: Total","[jackd] CPU Hours: Total","[mamwa] CPU Hours: Total","[blhbu] CPU Hours: Total","[grgsh] CPU Hours: Total","[litst] CPU Hours: Total","[proubis] CPU Hours: Total","[ribgu] CPU Hours: Total","[allga] CPU Hours: Total","[coot1] CPU Hours: Total","[categ] CPU Hours: Total","[crama] CPU Hours: Total","[relpa] CPU Hours: Total","[savsp] CPU Hours: Total" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203.3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200.9567,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8.6036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-25,0,0,0,0,152.3533,0,0,0,0,0,0,0,0,0,313.9167,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-26,0,0,0,0,1152.0000,216.3333,0,0,0,0,0,0,0,0,576.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-27,3.2167,3739.4133,0,0,1717.7600,1920.0000,1301.6889,0,0,0,0,0,0,0,576.0000,0,2997.1200,0,1487.8200,558.6133,243.1822,315.9467,0,0,0,0,0,0,0,0,0,0,288.0000,136.7956,0,0,0,0,0,0,0,238.8667,0,0,0,0,0,0,0,24.0000,0,0,0,0,4.7214,0,0,0,0,0,0,0,0,0,0,0 -2016-12-28,24.0000,21931.9200,29467.4711,953.0369,8192.9511,2310.7378,3131.9644,0,0,0,799.6267,1962.8444,0,0,576.0000,0,3456.0000,0,2341.3467,1411.0667,1536.0000,1536.0000,0,336.4567,0,386.2533,0,0,0,351.5933,0,0,288.0000,384.0000,0,0,181.4300,0,0,0,0,288.0000,94.0111,0,0,0,0,0,0,24.0000,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0 -2016-12-29,1237.5364,49534.0800,39552.0000,12583.2597,10099.5600,7644.0844,8585.5822,1834.4800,0,5821.2600,3747.4933,3901.6422,1643.9111,0,729.5867,487.3967,3456.0000,0,2880.0000,1970.9511,1536.0000,1536.0000,0,2592.0000,0,1161.6300,461.3211,1406.2833,180.1167,1111.6444,555.8656,238.3022,288.0000,532.2578,7.2400,758.9889,864.0000,0,0,1038.2222,107.9089,288.0000,480.0000,52.0042,0,0,22.2422,233.0019,0,39.1372,28.6944,0,10.0983,0,24.0000,0,0,0,0,0,0,0,0,0,0,0 -2016-12-30,61332.1356,46895.6533,39552.0000,21766.1511,7632.3833,6055.3111,7303.0711,6126.0000,0,10979.2200,4526.2344,5473.3125,9211.3156,7404.4267,3076.4911,6875.1400,648.4622,3055.8617,1250.6800,1841.5117,1536.0000,1536.0000,0,1921.0433,683.1200,1564.5567,2952.2189,1468.0833,1440.0000,1479.8411,1166.4433,1150.8667,288.0000,986.5178,568.6500,960.0089,543.4833,522.1678,326.5894,402.8000,1021.1444,198.9664,386.1222,68.0319,26.0711,65.9958,16.0939,267.2011,64.0356,7.1367,52.5422,108.1047,82.1119,43.3692,19.2856,13.9453,40.8392,39.5500,11.6692,17.7975,28.1400,7.7811,7.7806,22.5389,1.0400,0.2208 -2016-12-31,86581.6175,22004.0533,10091.8844,20518.0064,3452.2700,11780.8131,2566.6744,6839.5200,37.7500,1590.5200,6955.7733,2761.8142,3285.8933,5701.5467,2976.8089,4561.6667,0,5534.6542,444.3467,1437.7244,1536.0000,1325.6578,3473.9867,288.0000,2349.9100,1346.5222,1114.5244,1440.0000,1440.0000,919.8422,1294.9333,1152.0000,291.6067,391.1556,1428.0200,294.9778,0,125.4733,914.2433,0,0,7.7117,0,491.1800,527.7511,502.9333,77.7350,0,158.3044,0,23.9844,25.9131,8.6314,44.0186,0,45.9239,13.7992,9.8089,11.6819,14.1122,0,7.7850,7.7769,0,0,0.3878 -2017-01-01,7899.9369,2371.1200,0,11183.6664,3041.8000,4898.4422,0,4673.8133,19080.0167,0,632.8711,1254.4625,0,0,2946.3933,253.9867,0,0,0,987.0200,1293.2800,371.5867,1788.3289,60.5500,1885.4400,118.8933,0,158.2333,1140.3500,0,565.4367,963.0756,403.2472,0,35.2583,0,0,870.5067,206.1100,3.4667,0,0,0,11.4333,56.9511,21.4056,405.2389,0,122.6356,0,45.9622,1.7419,0,0,0,0,0,0,11.6350,0,0,7.7583,7.7581,0,0,0.0256 +Day,"[honbu] CPU Hours: Total","[meapi] CPU Hours: Total","[aytinis] CPU Hours: Total","[moorh] CPU Hours: Total","[reebu] CPU Hours: Total","[garwa] CPU Hours: Total","[sancr] CPU Hours: Total","[crane] CPU Hours: Total","[caspl] CPU Hours: Total","[smew1] CPU Hours: Total","[sarwa] CPU Hours: Total","[lapwi] CPU Hours: Total","[egygo] CPU Hours: Total","[duswa] CPU Hours: Total","[turdo] CPU Hours: Total","[sposa] CPU Hours: Total","[velsc] CPU Hours: Total","[legsh] CPU Hours: Total","[siski] CPU Hours: Total","[shttr] CPU Hours: Total","[chaff] CPU Hours: Total","[ovenb] CPU Hours: Total","[whtsp] CPU Hours: Total","[misth] CPU Hours: Total","[whimb] CPU Hours: Total","[shag1] CPU Hours: Total","[swath] CPU Hours: Total","[pereg] CPU Hours: Total","[ferdu] CPU Hours: Total","[hoowa] CPU Hours: Total","[yebsa] CPU Hours: Total","[corsh] CPU Hours: Total","[noror] CPU Hours: Total","[ybsbu] CPU Hours: Total","[grath] CPU Hours: Total","[yebbu] CPU Hours: Total","[whtpl] CPU Hours: Total","[dunli] CPU Hours: Total","[vertera] CPU Hours: Total","[yebwa] CPU Hours: Total","[evegr] CPU Hours: Total","[boowa] CPU Hours: Total","[gloib] CPU Hours: Total","[litau] CPU Hours: Total","[alpsw] CPU Hours: Total","[rolle] CPU Hours: Total","[lanhach] CPU Hours: Total","[pibgr] CPU Hours: Total","[field] CPU Hours: Total","[sante] CPU Hours: Total","[lesre] CPU Hours: Total","[sogsh] CPU Hours: Total","[henha] CPU Hours: Total","[jackd] CPU Hours: Total","[mamwa] CPU Hours: Total","[blhbu] CPU Hours: Total","[grgsh] CPU Hours: Total","[litst] CPU Hours: Total","[proubis] CPU Hours: Total","[ribgu] CPU Hours: Total","[allga] CPU Hours: Total","[hardu] CPU Hours: Total","[coot1] CPU Hours: Total","[categ] CPU Hours: Total","[crama] CPU Hours: Total","[relpa] CPU Hours: Total","[savsp] CPU Hours: Total" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203.3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200.9567,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8.6036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-25,0,0,0,0,152.3533,0,0,0,0,0,0,0,0,0,313.9167,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-26,0,0,0,0,1152.0000,216.3333,0,0,0,0,0,0,0,0,576.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-27,3.2167,3739.4133,0,0,1717.7600,1920.0000,1301.6889,0,0,0,0,0,0,0,576.0000,0,2997.1200,0,1487.8200,558.6133,243.1822,315.9467,0,0,0,0,0,0,0,0,0,0,288.0000,136.7956,0,0,0,0,0,0,0,238.8667,0,0,0,0,0,0,0,24.0000,0,0,0,0,4.7214,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-28,24.0000,21931.9200,29467.4711,953.0369,8192.9511,2310.7378,3131.9644,0,0,0,799.6267,1962.8444,0,0,576.0000,0,3456.0000,0,2341.3467,1411.0667,1536.0000,1536.0000,0,336.4567,0,386.2533,0,0,0,351.5933,0,0,288.0000,384.0000,0,0,181.4300,0,0,0,0,288.0000,94.0111,0,0,0,0,0,0,24.0000,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-29,1237.5364,49534.0800,39552.0000,12583.2597,10099.5600,7644.0844,8585.5822,1834.4800,0,5821.2600,3747.4933,3901.6422,1643.9111,0,729.5867,487.3967,3456.0000,0,2880.0000,1970.9511,1536.0000,1536.0000,0,2592.0000,0,1161.6300,461.3211,1406.2833,180.1167,1111.6444,555.8656,238.3022,288.0000,532.2578,7.2400,758.9889,864.0000,0,0,1038.2222,107.9089,288.0000,480.0000,52.0042,0,0,22.2422,233.0019,0,39.1372,28.6944,0,10.0983,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-30,61332.1356,46895.6533,39552.0000,21766.1511,7632.3833,6055.3111,7303.0711,6126.0000,0,10979.2200,4526.2344,5473.3125,9211.3156,7404.4267,3076.4911,6875.1400,648.4622,3055.8617,1250.6800,1841.5117,1536.0000,1536.0000,0,1921.0433,683.1200,1564.5567,2952.2189,1468.0833,1440.0000,1479.8411,1166.4433,1150.8667,288.0000,986.5178,568.6500,960.0089,543.4833,522.1678,326.5894,402.8000,1021.1444,198.9664,386.1222,68.0319,26.0711,65.9958,16.0939,267.2011,64.0356,7.1367,52.5422,108.1047,82.1119,43.3692,19.2856,13.9453,40.8392,39.5500,11.6692,17.7975,28.1400,28.1400,7.7811,7.7806,22.5389,1.0400,0.2208 +2016-12-31,86581.6175,22004.0533,10091.8844,20518.0064,3452.2700,11780.8131,2566.6744,6839.5200,37.7500,1590.5200,6955.7733,2761.8142,3285.8933,5701.5467,2976.8089,4561.6667,0,5534.6542,444.3467,1437.7244,1536.0000,1325.6578,3473.9867,288.0000,2349.9100,1346.5222,1114.5244,1440.0000,1440.0000,919.8422,1294.9333,1152.0000,291.6067,391.1556,1428.0200,294.9778,0,125.4733,914.2433,0,0,7.7117,0,491.1800,527.7511,502.9333,77.7350,0,158.3044,0,23.9844,25.9131,8.6314,44.0186,0,45.9239,13.7992,9.8089,11.6819,14.1122,0,0,7.7850,7.7769,0,0,0.3878 +2017-01-01,7899.9369,2371.1200,0,11183.6664,3041.8000,4898.4422,0,4673.8133,19080.0167,0,632.8711,1254.4625,0,0,2946.3933,253.9867,0,0,0,987.0200,1293.2800,371.5867,1788.3289,60.5500,1885.4400,118.8933,0,158.2333,1140.3500,0,565.4367,963.0756,403.2472,0,35.2583,0,0,870.5067,206.1100,3.4667,0,0,0,11.4333,56.9511,21.4056,405.2389,0,122.6356,0,45.9622,1.7419,0,0,0,0,0,0,11.6350,0,0,0,7.7583,7.7581,0,0,0.0256 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/timeseries-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/timeseries-Day-cs.csv index 69cdd4bc18..f5e768e7b4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/timeseries-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/timeseries-Day-cs.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[honbu] CPU Hours: Total","[meapi] CPU Hours: Total","[aytinis] CPU Hours: Total","[moorh] CPU Hours: Total","[reebu] CPU Hours: Total","[garwa] CPU Hours: Total","[sancr] CPU Hours: Total","[crane] CPU Hours: Total","[caspl] CPU Hours: Total","[smew1] CPU Hours: Total","[sarwa] CPU Hours: Total","[lapwi] CPU Hours: Total","[egygo] CPU Hours: Total","[duswa] CPU Hours: Total","[turdo] CPU Hours: Total","[sposa] CPU Hours: Total","[velsc] CPU Hours: Total","[legsh] CPU Hours: Total","[siski] CPU Hours: Total","[shttr] CPU Hours: Total","[chaff] CPU Hours: Total","[ovenb] CPU Hours: Total","[whtsp] CPU Hours: Total","[misth] CPU Hours: Total","[whimb] CPU Hours: Total","[shag1] CPU Hours: Total","[swath] CPU Hours: Total","[pereg] CPU Hours: Total","[ferdu] CPU Hours: Total","[hoowa] CPU Hours: Total","[yebsa] CPU Hours: Total","[corsh] CPU Hours: Total","[noror] CPU Hours: Total","[ybsbu] CPU Hours: Total","[grath] CPU Hours: Total","[yebbu] CPU Hours: Total","[whtpl] CPU Hours: Total","[dunli] CPU Hours: Total","[vertera] CPU Hours: Total","[yebwa] CPU Hours: Total","[evegr] CPU Hours: Total","[boowa] CPU Hours: Total","[gloib] CPU Hours: Total","[litau] CPU Hours: Total","[alpsw] CPU Hours: Total","[rolle] CPU Hours: Total","[lanhach] CPU Hours: Total","[pibgr] CPU Hours: Total","[field] CPU Hours: Total","[sante] CPU Hours: Total","[lesre] CPU Hours: Total","[sogsh] CPU Hours: Total","[henha] CPU Hours: Total","[jackd] CPU Hours: Total","[mamwa] CPU Hours: Total","[blhbu] CPU Hours: Total","[grgsh] CPU Hours: Total","[litst] CPU Hours: Total","[proubis] CPU Hours: Total","[ribgu] CPU Hours: Total","[allga] CPU Hours: Total","[coot1] CPU Hours: Total","[categ] CPU Hours: Total","[crama] CPU Hours: Total","[relpa] CPU Hours: Total","[savsp] CPU Hours: Total" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203.3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200.9567,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8.6036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-25,0,0,0,0,152.3533,0,0,0,0,0,0,0,0,0,313.9167,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-26,0,0,0,0,1152.0000,216.3333,0,0,0,0,0,0,0,0,576.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-27,3.2167,3739.4133,0,0,1717.7600,1920.0000,1301.6889,0,0,0,0,0,0,0,576.0000,0,2997.1200,0,1487.8200,558.6133,243.1822,315.9467,0,0,0,0,0,0,0,0,0,0,288.0000,136.7956,0,0,0,0,0,0,0,238.8667,0,0,0,0,0,0,0,24.0000,0,0,0,0,4.7214,0,0,0,0,0,0,0,0,0,0,0 -2016-12-28,24.0000,21931.9200,29467.4711,953.0369,8192.9511,2310.7378,3131.9644,0,0,0,799.6267,1962.8444,0,0,576.0000,0,3456.0000,0,2341.3467,1411.0667,1536.0000,1536.0000,0,336.4567,0,386.2533,0,0,0,351.5933,0,0,288.0000,384.0000,0,0,181.4300,0,0,0,0,288.0000,94.0111,0,0,0,0,0,0,24.0000,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0 -2016-12-29,1237.5364,49534.0800,39552.0000,12583.2597,10099.5600,7644.0844,8585.5822,1834.4800,0,5821.2600,3747.4933,3901.6422,1643.9111,0,729.5867,487.3967,3456.0000,0,2880.0000,1970.9511,1536.0000,1536.0000,0,2592.0000,0,1161.6300,461.3211,1406.2833,180.1167,1111.6444,555.8656,238.3022,288.0000,532.2578,7.2400,758.9889,864.0000,0,0,1038.2222,107.9089,288.0000,480.0000,52.0042,0,0,22.2422,233.0019,0,39.1372,28.6944,0,10.0983,0,24.0000,0,0,0,0,0,0,0,0,0,0,0 -2016-12-30,61332.1356,46895.6533,39552.0000,21766.1511,7632.3833,6055.3111,7303.0711,6126.0000,0,10979.2200,4526.2344,5473.3125,9211.3156,7404.4267,3076.4911,6875.1400,648.4622,3055.8617,1250.6800,1841.5117,1536.0000,1536.0000,0,1921.0433,683.1200,1564.5567,2952.2189,1468.0833,1440.0000,1479.8411,1166.4433,1150.8667,288.0000,986.5178,568.6500,960.0089,543.4833,522.1678,326.5894,402.8000,1021.1444,198.9664,386.1222,68.0319,26.0711,65.9958,16.0939,267.2011,64.0356,7.1367,52.5422,108.1047,82.1119,43.3692,19.2856,13.9453,40.8392,39.5500,11.6692,17.7975,28.1400,7.7811,7.7806,22.5389,1.0400,0.2208 -2016-12-31,86581.6175,22004.0533,10091.8844,20518.0064,3452.2700,11780.8131,2566.6744,6839.5200,37.7500,1590.5200,6955.7733,2761.8142,3285.8933,5701.5467,2976.8089,4561.6667,0,5534.6542,444.3467,1437.7244,1536.0000,1325.6578,3473.9867,288.0000,2349.9100,1346.5222,1114.5244,1440.0000,1440.0000,919.8422,1294.9333,1152.0000,291.6067,391.1556,1428.0200,294.9778,0,125.4733,914.2433,0,0,7.7117,0,491.1800,527.7511,502.9333,77.7350,0,158.3044,0,23.9844,25.9131,8.6314,44.0186,0,45.9239,13.7992,9.8089,11.6819,14.1122,0,7.7850,7.7769,0,0,0.3878 -2017-01-01,7899.9369,2371.1200,0,11183.6664,3041.8000,4898.4422,0,4673.8133,19080.0167,0,632.8711,1254.4625,0,0,2946.3933,253.9867,0,0,0,987.0200,1293.2800,371.5867,1788.3289,60.5500,1885.4400,118.8933,0,158.2333,1140.3500,0,565.4367,963.0756,403.2472,0,35.2583,0,0,870.5067,206.1100,3.4667,0,0,0,11.4333,56.9511,21.4056,405.2389,0,122.6356,0,45.9622,1.7419,0,0,0,0,0,0,11.6350,0,0,7.7583,7.7581,0,0,0.0256 +Day,"[honbu] CPU Hours: Total","[meapi] CPU Hours: Total","[aytinis] CPU Hours: Total","[moorh] CPU Hours: Total","[reebu] CPU Hours: Total","[garwa] CPU Hours: Total","[sancr] CPU Hours: Total","[crane] CPU Hours: Total","[caspl] CPU Hours: Total","[smew1] CPU Hours: Total","[sarwa] CPU Hours: Total","[lapwi] CPU Hours: Total","[egygo] CPU Hours: Total","[duswa] CPU Hours: Total","[turdo] CPU Hours: Total","[sposa] CPU Hours: Total","[velsc] CPU Hours: Total","[legsh] CPU Hours: Total","[siski] CPU Hours: Total","[shttr] CPU Hours: Total","[chaff] CPU Hours: Total","[ovenb] CPU Hours: Total","[whtsp] CPU Hours: Total","[misth] CPU Hours: Total","[whimb] CPU Hours: Total","[shag1] CPU Hours: Total","[swath] CPU Hours: Total","[pereg] CPU Hours: Total","[ferdu] CPU Hours: Total","[hoowa] CPU Hours: Total","[yebsa] CPU Hours: Total","[corsh] CPU Hours: Total","[noror] CPU Hours: Total","[ybsbu] CPU Hours: Total","[grath] CPU Hours: Total","[yebbu] CPU Hours: Total","[whtpl] CPU Hours: Total","[dunli] CPU Hours: Total","[vertera] CPU Hours: Total","[yebwa] CPU Hours: Total","[evegr] CPU Hours: Total","[boowa] CPU Hours: Total","[gloib] CPU Hours: Total","[litau] CPU Hours: Total","[alpsw] CPU Hours: Total","[rolle] CPU Hours: Total","[lanhach] CPU Hours: Total","[pibgr] CPU Hours: Total","[field] CPU Hours: Total","[sante] CPU Hours: Total","[lesre] CPU Hours: Total","[sogsh] CPU Hours: Total","[henha] CPU Hours: Total","[jackd] CPU Hours: Total","[mamwa] CPU Hours: Total","[blhbu] CPU Hours: Total","[grgsh] CPU Hours: Total","[litst] CPU Hours: Total","[proubis] CPU Hours: Total","[ribgu] CPU Hours: Total","[allga] CPU Hours: Total","[hardu] CPU Hours: Total","[coot1] CPU Hours: Total","[categ] CPU Hours: Total","[crama] CPU Hours: Total","[relpa] CPU Hours: Total","[savsp] CPU Hours: Total" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203.3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200.9567,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8.6036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-25,0,0,0,0,152.3533,0,0,0,0,0,0,0,0,0,313.9167,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-26,0,0,0,0,1152.0000,216.3333,0,0,0,0,0,0,0,0,576.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-27,3.2167,3739.4133,0,0,1717.7600,1920.0000,1301.6889,0,0,0,0,0,0,0,576.0000,0,2997.1200,0,1487.8200,558.6133,243.1822,315.9467,0,0,0,0,0,0,0,0,0,0,288.0000,136.7956,0,0,0,0,0,0,0,238.8667,0,0,0,0,0,0,0,24.0000,0,0,0,0,4.7214,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-28,24.0000,21931.9200,29467.4711,953.0369,8192.9511,2310.7378,3131.9644,0,0,0,799.6267,1962.8444,0,0,576.0000,0,3456.0000,0,2341.3467,1411.0667,1536.0000,1536.0000,0,336.4567,0,386.2533,0,0,0,351.5933,0,0,288.0000,384.0000,0,0,181.4300,0,0,0,0,288.0000,94.0111,0,0,0,0,0,0,24.0000,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-29,1237.5364,49534.0800,39552.0000,12583.2597,10099.5600,7644.0844,8585.5822,1834.4800,0,5821.2600,3747.4933,3901.6422,1643.9111,0,729.5867,487.3967,3456.0000,0,2880.0000,1970.9511,1536.0000,1536.0000,0,2592.0000,0,1161.6300,461.3211,1406.2833,180.1167,1111.6444,555.8656,238.3022,288.0000,532.2578,7.2400,758.9889,864.0000,0,0,1038.2222,107.9089,288.0000,480.0000,52.0042,0,0,22.2422,233.0019,0,39.1372,28.6944,0,10.0983,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-30,61332.1356,46895.6533,39552.0000,21766.1511,7632.3833,6055.3111,7303.0711,6126.0000,0,10979.2200,4526.2344,5473.3125,9211.3156,7404.4267,3076.4911,6875.1400,648.4622,3055.8617,1250.6800,1841.5117,1536.0000,1536.0000,0,1921.0433,683.1200,1564.5567,2952.2189,1468.0833,1440.0000,1479.8411,1166.4433,1150.8667,288.0000,986.5178,568.6500,960.0089,543.4833,522.1678,326.5894,402.8000,1021.1444,198.9664,386.1222,68.0319,26.0711,65.9958,16.0939,267.2011,64.0356,7.1367,52.5422,108.1047,82.1119,43.3692,19.2856,13.9453,40.8392,39.5500,11.6692,17.7975,28.1400,28.1400,7.7811,7.7806,22.5389,1.0400,0.2208 +2016-12-31,86581.6175,22004.0533,10091.8844,20518.0064,3452.2700,11780.8131,2566.6744,6839.5200,37.7500,1590.5200,6955.7733,2761.8142,3285.8933,5701.5467,2976.8089,4561.6667,0,5534.6542,444.3467,1437.7244,1536.0000,1325.6578,3473.9867,288.0000,2349.9100,1346.5222,1114.5244,1440.0000,1440.0000,919.8422,1294.9333,1152.0000,291.6067,391.1556,1428.0200,294.9778,0,125.4733,914.2433,0,0,7.7117,0,491.1800,527.7511,502.9333,77.7350,0,158.3044,0,23.9844,25.9131,8.6314,44.0186,0,45.9239,13.7992,9.8089,11.6819,14.1122,0,0,7.7850,7.7769,0,0,0.3878 +2017-01-01,7899.9369,2371.1200,0,11183.6664,3041.8000,4898.4422,0,4673.8133,19080.0167,0,632.8711,1254.4625,0,0,2946.3933,253.9867,0,0,0,987.0200,1293.2800,371.5867,1788.3289,60.5500,1885.4400,118.8933,0,158.2333,1140.3500,0,565.4367,963.0756,403.2472,0,35.2583,0,0,870.5067,206.1100,3.4667,0,0,0,11.4333,56.9511,21.4056,405.2389,0,122.6356,0,45.9622,1.7419,0,0,0,0,0,0,11.6350,0,0,0,7.7583,7.7581,0,0,0.0256 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/timeseries-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/timeseries-Month-cd.csv index 933e12b1a1..e22740f8c2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/timeseries-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/timeseries-Month-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[honbu] CPU Hours: Total","[meapi] CPU Hours: Total","[aytinis] CPU Hours: Total","[moorh] CPU Hours: Total","[reebu] CPU Hours: Total","[garwa] CPU Hours: Total","[sancr] CPU Hours: Total","[crane] CPU Hours: Total","[caspl] CPU Hours: Total","[smew1] CPU Hours: Total","[sarwa] CPU Hours: Total","[lapwi] CPU Hours: Total","[egygo] CPU Hours: Total","[duswa] CPU Hours: Total","[turdo] CPU Hours: Total","[sposa] CPU Hours: Total","[velsc] CPU Hours: Total","[legsh] CPU Hours: Total","[siski] CPU Hours: Total","[shttr] CPU Hours: Total","[chaff] CPU Hours: Total","[ovenb] CPU Hours: Total","[whtsp] CPU Hours: Total","[misth] CPU Hours: Total","[whimb] CPU Hours: Total","[shag1] CPU Hours: Total","[swath] CPU Hours: Total","[pereg] CPU Hours: Total","[ferdu] CPU Hours: Total","[hoowa] CPU Hours: Total","[yebsa] CPU Hours: Total","[corsh] CPU Hours: Total","[noror] CPU Hours: Total","[ybsbu] CPU Hours: Total","[grath] CPU Hours: Total","[yebbu] CPU Hours: Total","[whtpl] CPU Hours: Total","[dunli] CPU Hours: Total","[vertera] CPU Hours: Total","[yebwa] CPU Hours: Total","[evegr] CPU Hours: Total","[boowa] CPU Hours: Total","[gloib] CPU Hours: Total","[litau] CPU Hours: Total","[alpsw] CPU Hours: Total","[rolle] CPU Hours: Total","[lanhach] CPU Hours: Total","[pibgr] CPU Hours: Total","[field] CPU Hours: Total","[sante] CPU Hours: Total","[lesre] CPU Hours: Total","[sogsh] CPU Hours: Total","[henha] CPU Hours: Total","[jackd] CPU Hours: Total","[mamwa] CPU Hours: Total","[blhbu] CPU Hours: Total","[grgsh] CPU Hours: Total","[litst] CPU Hours: Total","[proubis] CPU Hours: Total","[ribgu] CPU Hours: Total","[allga] CPU Hours: Total","[coot1] CPU Hours: Total","[categ] CPU Hours: Total","[crama] CPU Hours: Total","[relpa] CPU Hours: Total","[savsp] CPU Hours: Total" -2016-12,149178.5061,144105.1200,118663.3556,55820.4542,32399.2778,29927.2797,22888.9811,14800.0000,37.7500,18391.0000,16029.1278,14099.6133,14141.1200,13105.9733,9604.1033,11924.2033,10557.5822,8590.5158,8404.1933,7219.8672,6387.1822,6249.6044,3473.9867,5137.5000,3033.0300,4458.9622,4528.0644,4314.3667,3060.1167,3862.9211,3017.2422,2541.1689,2796.5633,2430.7267,2003.9100,2013.9756,1588.9133,647.6411,1240.8328,1441.0222,1129.0533,1021.5447,960.1333,611.2161,553.8222,568.9292,116.0711,500.2031,222.3400,174.8775,105.2211,134.0178,100.8417,87.3878,72.0069,59.8692,54.6383,49.3589,23.3511,31.9097,28.1400,15.5661,15.5575,22.5389,1.0400,0.6086 -2017-01,7899.9369,2371.1200,0,11183.6664,3041.8000,4898.4422,0,4673.8133,19080.0167,0,632.8711,1254.4625,0,0,2946.3933,253.9867,0,0,0,987.0200,1293.2800,371.5867,1788.3289,60.5500,1885.4400,118.8933,0,158.2333,1140.3500,0,565.4367,963.0756,403.2472,0,35.2583,0,0,870.5067,206.1100,3.4667,0,0,0,11.4333,56.9511,21.4056,405.2389,0,122.6356,0,45.9622,1.7419,0,0,0,0,0,0,11.6350,0,0,7.7583,7.7581,0,0,0.0256 +Month,"[honbu] CPU Hours: Total","[meapi] CPU Hours: Total","[aytinis] CPU Hours: Total","[moorh] CPU Hours: Total","[reebu] CPU Hours: Total","[garwa] CPU Hours: Total","[sancr] CPU Hours: Total","[crane] CPU Hours: Total","[caspl] CPU Hours: Total","[smew1] CPU Hours: Total","[sarwa] CPU Hours: Total","[lapwi] CPU Hours: Total","[egygo] CPU Hours: Total","[duswa] CPU Hours: Total","[turdo] CPU Hours: Total","[sposa] CPU Hours: Total","[velsc] CPU Hours: Total","[legsh] CPU Hours: Total","[siski] CPU Hours: Total","[shttr] CPU Hours: Total","[chaff] CPU Hours: Total","[ovenb] CPU Hours: Total","[whtsp] CPU Hours: Total","[misth] CPU Hours: Total","[whimb] CPU Hours: Total","[shag1] CPU Hours: Total","[swath] CPU Hours: Total","[pereg] CPU Hours: Total","[ferdu] CPU Hours: Total","[hoowa] CPU Hours: Total","[yebsa] CPU Hours: Total","[corsh] CPU Hours: Total","[noror] CPU Hours: Total","[ybsbu] CPU Hours: Total","[grath] CPU Hours: Total","[yebbu] CPU Hours: Total","[whtpl] CPU Hours: Total","[dunli] CPU Hours: Total","[vertera] CPU Hours: Total","[yebwa] CPU Hours: Total","[evegr] CPU Hours: Total","[boowa] CPU Hours: Total","[gloib] CPU Hours: Total","[litau] CPU Hours: Total","[alpsw] CPU Hours: Total","[rolle] CPU Hours: Total","[lanhach] CPU Hours: Total","[pibgr] CPU Hours: Total","[field] CPU Hours: Total","[sante] CPU Hours: Total","[lesre] CPU Hours: Total","[sogsh] CPU Hours: Total","[henha] CPU Hours: Total","[jackd] CPU Hours: Total","[mamwa] CPU Hours: Total","[blhbu] CPU Hours: Total","[grgsh] CPU Hours: Total","[litst] CPU Hours: Total","[proubis] CPU Hours: Total","[ribgu] CPU Hours: Total","[allga] CPU Hours: Total","[hardu] CPU Hours: Total","[coot1] CPU Hours: Total","[categ] CPU Hours: Total","[crama] CPU Hours: Total","[relpa] CPU Hours: Total","[savsp] CPU Hours: Total" +2016-12,149178.5061,144105.1200,118663.3556,55820.4542,32399.2778,29927.2797,22888.9811,14800.0000,37.7500,18391.0000,16029.1278,14099.6133,14141.1200,13105.9733,9604.1033,11924.2033,10557.5822,8590.5158,8404.1933,7219.8672,6387.1822,6249.6044,3473.9867,5137.5000,3033.0300,4458.9622,4528.0644,4314.3667,3060.1167,3862.9211,3017.2422,2541.1689,2796.5633,2430.7267,2003.9100,2013.9756,1588.9133,647.6411,1240.8328,1441.0222,1129.0533,1021.5447,960.1333,611.2161,553.8222,568.9292,116.0711,500.2031,222.3400,174.8775,105.2211,134.0178,100.8417,87.3878,72.0069,59.8692,54.6383,49.3589,23.3511,31.9097,28.1400,28.1400,15.5661,15.5575,22.5389,1.0400,0.6086 +2017-01,7899.9369,2371.1200,0,11183.6664,3041.8000,4898.4422,0,4673.8133,19080.0167,0,632.8711,1254.4625,0,0,2946.3933,253.9867,0,0,0,987.0200,1293.2800,371.5867,1788.3289,60.5500,1885.4400,118.8933,0,158.2333,1140.3500,0,565.4367,963.0756,403.2472,0,35.2583,0,0,870.5067,206.1100,3.4667,0,0,0,11.4333,56.9511,21.4056,405.2389,0,122.6356,0,45.9622,1.7419,0,0,0,0,0,0,11.6350,0,0,0,7.7583,7.7581,0,0,0.0256 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/timeseries-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/timeseries-Month-cs.csv index 933e12b1a1..e22740f8c2 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/timeseries-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/timeseries-Month-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[honbu] CPU Hours: Total","[meapi] CPU Hours: Total","[aytinis] CPU Hours: Total","[moorh] CPU Hours: Total","[reebu] CPU Hours: Total","[garwa] CPU Hours: Total","[sancr] CPU Hours: Total","[crane] CPU Hours: Total","[caspl] CPU Hours: Total","[smew1] CPU Hours: Total","[sarwa] CPU Hours: Total","[lapwi] CPU Hours: Total","[egygo] CPU Hours: Total","[duswa] CPU Hours: Total","[turdo] CPU Hours: Total","[sposa] CPU Hours: Total","[velsc] CPU Hours: Total","[legsh] CPU Hours: Total","[siski] CPU Hours: Total","[shttr] CPU Hours: Total","[chaff] CPU Hours: Total","[ovenb] CPU Hours: Total","[whtsp] CPU Hours: Total","[misth] CPU Hours: Total","[whimb] CPU Hours: Total","[shag1] CPU Hours: Total","[swath] CPU Hours: Total","[pereg] CPU Hours: Total","[ferdu] CPU Hours: Total","[hoowa] CPU Hours: Total","[yebsa] CPU Hours: Total","[corsh] CPU Hours: Total","[noror] CPU Hours: Total","[ybsbu] CPU Hours: Total","[grath] CPU Hours: Total","[yebbu] CPU Hours: Total","[whtpl] CPU Hours: Total","[dunli] CPU Hours: Total","[vertera] CPU Hours: Total","[yebwa] CPU Hours: Total","[evegr] CPU Hours: Total","[boowa] CPU Hours: Total","[gloib] CPU Hours: Total","[litau] CPU Hours: Total","[alpsw] CPU Hours: Total","[rolle] CPU Hours: Total","[lanhach] CPU Hours: Total","[pibgr] CPU Hours: Total","[field] CPU Hours: Total","[sante] CPU Hours: Total","[lesre] CPU Hours: Total","[sogsh] CPU Hours: Total","[henha] CPU Hours: Total","[jackd] CPU Hours: Total","[mamwa] CPU Hours: Total","[blhbu] CPU Hours: Total","[grgsh] CPU Hours: Total","[litst] CPU Hours: Total","[proubis] CPU Hours: Total","[ribgu] CPU Hours: Total","[allga] CPU Hours: Total","[coot1] CPU Hours: Total","[categ] CPU Hours: Total","[crama] CPU Hours: Total","[relpa] CPU Hours: Total","[savsp] CPU Hours: Total" -2016-12,149178.5061,144105.1200,118663.3556,55820.4542,32399.2778,29927.2797,22888.9811,14800.0000,37.7500,18391.0000,16029.1278,14099.6133,14141.1200,13105.9733,9604.1033,11924.2033,10557.5822,8590.5158,8404.1933,7219.8672,6387.1822,6249.6044,3473.9867,5137.5000,3033.0300,4458.9622,4528.0644,4314.3667,3060.1167,3862.9211,3017.2422,2541.1689,2796.5633,2430.7267,2003.9100,2013.9756,1588.9133,647.6411,1240.8328,1441.0222,1129.0533,1021.5447,960.1333,611.2161,553.8222,568.9292,116.0711,500.2031,222.3400,174.8775,105.2211,134.0178,100.8417,87.3878,72.0069,59.8692,54.6383,49.3589,23.3511,31.9097,28.1400,15.5661,15.5575,22.5389,1.0400,0.6086 -2017-01,7899.9369,2371.1200,0,11183.6664,3041.8000,4898.4422,0,4673.8133,19080.0167,0,632.8711,1254.4625,0,0,2946.3933,253.9867,0,0,0,987.0200,1293.2800,371.5867,1788.3289,60.5500,1885.4400,118.8933,0,158.2333,1140.3500,0,565.4367,963.0756,403.2472,0,35.2583,0,0,870.5067,206.1100,3.4667,0,0,0,11.4333,56.9511,21.4056,405.2389,0,122.6356,0,45.9622,1.7419,0,0,0,0,0,0,11.6350,0,0,7.7583,7.7581,0,0,0.0256 +Month,"[honbu] CPU Hours: Total","[meapi] CPU Hours: Total","[aytinis] CPU Hours: Total","[moorh] CPU Hours: Total","[reebu] CPU Hours: Total","[garwa] CPU Hours: Total","[sancr] CPU Hours: Total","[crane] CPU Hours: Total","[caspl] CPU Hours: Total","[smew1] CPU Hours: Total","[sarwa] CPU Hours: Total","[lapwi] CPU Hours: Total","[egygo] CPU Hours: Total","[duswa] CPU Hours: Total","[turdo] CPU Hours: Total","[sposa] CPU Hours: Total","[velsc] CPU Hours: Total","[legsh] CPU Hours: Total","[siski] CPU Hours: Total","[shttr] CPU Hours: Total","[chaff] CPU Hours: Total","[ovenb] CPU Hours: Total","[whtsp] CPU Hours: Total","[misth] CPU Hours: Total","[whimb] CPU Hours: Total","[shag1] CPU Hours: Total","[swath] CPU Hours: Total","[pereg] CPU Hours: Total","[ferdu] CPU Hours: Total","[hoowa] CPU Hours: Total","[yebsa] CPU Hours: Total","[corsh] CPU Hours: Total","[noror] CPU Hours: Total","[ybsbu] CPU Hours: Total","[grath] CPU Hours: Total","[yebbu] CPU Hours: Total","[whtpl] CPU Hours: Total","[dunli] CPU Hours: Total","[vertera] CPU Hours: Total","[yebwa] CPU Hours: Total","[evegr] CPU Hours: Total","[boowa] CPU Hours: Total","[gloib] CPU Hours: Total","[litau] CPU Hours: Total","[alpsw] CPU Hours: Total","[rolle] CPU Hours: Total","[lanhach] CPU Hours: Total","[pibgr] CPU Hours: Total","[field] CPU Hours: Total","[sante] CPU Hours: Total","[lesre] CPU Hours: Total","[sogsh] CPU Hours: Total","[henha] CPU Hours: Total","[jackd] CPU Hours: Total","[mamwa] CPU Hours: Total","[blhbu] CPU Hours: Total","[grgsh] CPU Hours: Total","[litst] CPU Hours: Total","[proubis] CPU Hours: Total","[ribgu] CPU Hours: Total","[allga] CPU Hours: Total","[hardu] CPU Hours: Total","[coot1] CPU Hours: Total","[categ] CPU Hours: Total","[crama] CPU Hours: Total","[relpa] CPU Hours: Total","[savsp] CPU Hours: Total" +2016-12,149178.5061,144105.1200,118663.3556,55820.4542,32399.2778,29927.2797,22888.9811,14800.0000,37.7500,18391.0000,16029.1278,14099.6133,14141.1200,13105.9733,9604.1033,11924.2033,10557.5822,8590.5158,8404.1933,7219.8672,6387.1822,6249.6044,3473.9867,5137.5000,3033.0300,4458.9622,4528.0644,4314.3667,3060.1167,3862.9211,3017.2422,2541.1689,2796.5633,2430.7267,2003.9100,2013.9756,1588.9133,647.6411,1240.8328,1441.0222,1129.0533,1021.5447,960.1333,611.2161,553.8222,568.9292,116.0711,500.2031,222.3400,174.8775,105.2211,134.0178,100.8417,87.3878,72.0069,59.8692,54.6383,49.3589,23.3511,31.9097,28.1400,28.1400,15.5661,15.5575,22.5389,1.0400,0.6086 +2017-01,7899.9369,2371.1200,0,11183.6664,3041.8000,4898.4422,0,4673.8133,19080.0167,0,632.8711,1254.4625,0,0,2946.3933,253.9867,0,0,0,987.0200,1293.2800,371.5867,1788.3289,60.5500,1885.4400,118.8933,0,158.2333,1140.3500,0,565.4367,963.0756,403.2472,0,35.2583,0,0,870.5067,206.1100,3.4667,0,0,0,11.4333,56.9511,21.4056,405.2389,0,122.6356,0,45.9622,1.7419,0,0,0,0,0,0,11.6350,0,0,0,7.7583,7.7581,0,0,0.0256 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/timeseries-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/timeseries-Quarter-cd.csv index ac494f6b81..07177b0685 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/timeseries-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/timeseries-Quarter-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[honbu] CPU Hours: Total","[meapi] CPU Hours: Total","[aytinis] CPU Hours: Total","[moorh] CPU Hours: Total","[reebu] CPU Hours: Total","[garwa] CPU Hours: Total","[sancr] CPU Hours: Total","[crane] CPU Hours: Total","[caspl] CPU Hours: Total","[smew1] CPU Hours: Total","[sarwa] CPU Hours: Total","[lapwi] CPU Hours: Total","[egygo] CPU Hours: Total","[duswa] CPU Hours: Total","[turdo] CPU Hours: Total","[sposa] CPU Hours: Total","[velsc] CPU Hours: Total","[legsh] CPU Hours: Total","[siski] CPU Hours: Total","[shttr] CPU Hours: Total","[chaff] CPU Hours: Total","[ovenb] CPU Hours: Total","[whtsp] CPU Hours: Total","[misth] CPU Hours: Total","[whimb] CPU Hours: Total","[shag1] CPU Hours: Total","[swath] CPU Hours: Total","[pereg] CPU Hours: Total","[ferdu] CPU Hours: Total","[hoowa] CPU Hours: Total","[yebsa] CPU Hours: Total","[corsh] CPU Hours: Total","[noror] CPU Hours: Total","[ybsbu] CPU Hours: Total","[grath] CPU Hours: Total","[yebbu] CPU Hours: Total","[whtpl] CPU Hours: Total","[dunli] CPU Hours: Total","[vertera] CPU Hours: Total","[yebwa] CPU Hours: Total","[evegr] CPU Hours: Total","[boowa] CPU Hours: Total","[gloib] CPU Hours: Total","[litau] CPU Hours: Total","[alpsw] CPU Hours: Total","[rolle] CPU Hours: Total","[lanhach] CPU Hours: Total","[pibgr] CPU Hours: Total","[field] CPU Hours: Total","[sante] CPU Hours: Total","[lesre] CPU Hours: Total","[sogsh] CPU Hours: Total","[henha] CPU Hours: Total","[jackd] CPU Hours: Total","[mamwa] CPU Hours: Total","[blhbu] CPU Hours: Total","[grgsh] CPU Hours: Total","[litst] CPU Hours: Total","[proubis] CPU Hours: Total","[ribgu] CPU Hours: Total","[allga] CPU Hours: Total","[coot1] CPU Hours: Total","[categ] CPU Hours: Total","[crama] CPU Hours: Total","[relpa] CPU Hours: Total","[savsp] CPU Hours: Total" -"2016 Q4",149178.5061,144105.1200,118663.3556,55820.4542,32399.2778,29927.2797,22888.9811,14800.0000,37.7500,18391.0000,16029.1278,14099.6133,14141.1200,13105.9733,9604.1033,11924.2033,10557.5822,8590.5158,8404.1933,7219.8672,6387.1822,6249.6044,3473.9867,5137.5000,3033.0300,4458.9622,4528.0644,4314.3667,3060.1167,3862.9211,3017.2422,2541.1689,2796.5633,2430.7267,2003.9100,2013.9756,1588.9133,647.6411,1240.8328,1441.0222,1129.0533,1021.5447,960.1333,611.2161,553.8222,568.9292,116.0711,500.2031,222.3400,174.8775,105.2211,134.0178,100.8417,87.3878,72.0069,59.8692,54.6383,49.3589,23.3511,31.9097,28.1400,15.5661,15.5575,22.5389,1.0400,0.6086 -"2017 Q1",7899.9369,2371.1200,0,11183.6664,3041.8000,4898.4422,0,4673.8133,19080.0167,0,632.8711,1254.4625,0,0,2946.3933,253.9867,0,0,0,987.0200,1293.2800,371.5867,1788.3289,60.5500,1885.4400,118.8933,0,158.2333,1140.3500,0,565.4367,963.0756,403.2472,0,35.2583,0,0,870.5067,206.1100,3.4667,0,0,0,11.4333,56.9511,21.4056,405.2389,0,122.6356,0,45.9622,1.7419,0,0,0,0,0,0,11.6350,0,0,7.7583,7.7581,0,0,0.0256 +Quarter,"[honbu] CPU Hours: Total","[meapi] CPU Hours: Total","[aytinis] CPU Hours: Total","[moorh] CPU Hours: Total","[reebu] CPU Hours: Total","[garwa] CPU Hours: Total","[sancr] CPU Hours: Total","[crane] CPU Hours: Total","[caspl] CPU Hours: Total","[smew1] CPU Hours: Total","[sarwa] CPU Hours: Total","[lapwi] CPU Hours: Total","[egygo] CPU Hours: Total","[duswa] CPU Hours: Total","[turdo] CPU Hours: Total","[sposa] CPU Hours: Total","[velsc] CPU Hours: Total","[legsh] CPU Hours: Total","[siski] CPU Hours: Total","[shttr] CPU Hours: Total","[chaff] CPU Hours: Total","[ovenb] CPU Hours: Total","[whtsp] CPU Hours: Total","[misth] CPU Hours: Total","[whimb] CPU Hours: Total","[shag1] CPU Hours: Total","[swath] CPU Hours: Total","[pereg] CPU Hours: Total","[ferdu] CPU Hours: Total","[hoowa] CPU Hours: Total","[yebsa] CPU Hours: Total","[corsh] CPU Hours: Total","[noror] CPU Hours: Total","[ybsbu] CPU Hours: Total","[grath] CPU Hours: Total","[yebbu] CPU Hours: Total","[whtpl] CPU Hours: Total","[dunli] CPU Hours: Total","[vertera] CPU Hours: Total","[yebwa] CPU Hours: Total","[evegr] CPU Hours: Total","[boowa] CPU Hours: Total","[gloib] CPU Hours: Total","[litau] CPU Hours: Total","[alpsw] CPU Hours: Total","[rolle] CPU Hours: Total","[lanhach] CPU Hours: Total","[pibgr] CPU Hours: Total","[field] CPU Hours: Total","[sante] CPU Hours: Total","[lesre] CPU Hours: Total","[sogsh] CPU Hours: Total","[henha] CPU Hours: Total","[jackd] CPU Hours: Total","[mamwa] CPU Hours: Total","[blhbu] CPU Hours: Total","[grgsh] CPU Hours: Total","[litst] CPU Hours: Total","[proubis] CPU Hours: Total","[ribgu] CPU Hours: Total","[allga] CPU Hours: Total","[hardu] CPU Hours: Total","[coot1] CPU Hours: Total","[categ] CPU Hours: Total","[crama] CPU Hours: Total","[relpa] CPU Hours: Total","[savsp] CPU Hours: Total" +"2016 Q4",149178.5061,144105.1200,118663.3556,55820.4542,32399.2778,29927.2797,22888.9811,14800.0000,37.7500,18391.0000,16029.1278,14099.6133,14141.1200,13105.9733,9604.1033,11924.2033,10557.5822,8590.5158,8404.1933,7219.8672,6387.1822,6249.6044,3473.9867,5137.5000,3033.0300,4458.9622,4528.0644,4314.3667,3060.1167,3862.9211,3017.2422,2541.1689,2796.5633,2430.7267,2003.9100,2013.9756,1588.9133,647.6411,1240.8328,1441.0222,1129.0533,1021.5447,960.1333,611.2161,553.8222,568.9292,116.0711,500.2031,222.3400,174.8775,105.2211,134.0178,100.8417,87.3878,72.0069,59.8692,54.6383,49.3589,23.3511,31.9097,28.1400,28.1400,15.5661,15.5575,22.5389,1.0400,0.6086 +"2017 Q1",7899.9369,2371.1200,0,11183.6664,3041.8000,4898.4422,0,4673.8133,19080.0167,0,632.8711,1254.4625,0,0,2946.3933,253.9867,0,0,0,987.0200,1293.2800,371.5867,1788.3289,60.5500,1885.4400,118.8933,0,158.2333,1140.3500,0,565.4367,963.0756,403.2472,0,35.2583,0,0,870.5067,206.1100,3.4667,0,0,0,11.4333,56.9511,21.4056,405.2389,0,122.6356,0,45.9622,1.7419,0,0,0,0,0,0,11.6350,0,0,0,7.7583,7.7581,0,0,0.0256 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/timeseries-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/timeseries-Quarter-cs.csv index ac494f6b81..07177b0685 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/timeseries-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/timeseries-Quarter-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[honbu] CPU Hours: Total","[meapi] CPU Hours: Total","[aytinis] CPU Hours: Total","[moorh] CPU Hours: Total","[reebu] CPU Hours: Total","[garwa] CPU Hours: Total","[sancr] CPU Hours: Total","[crane] CPU Hours: Total","[caspl] CPU Hours: Total","[smew1] CPU Hours: Total","[sarwa] CPU Hours: Total","[lapwi] CPU Hours: Total","[egygo] CPU Hours: Total","[duswa] CPU Hours: Total","[turdo] CPU Hours: Total","[sposa] CPU Hours: Total","[velsc] CPU Hours: Total","[legsh] CPU Hours: Total","[siski] CPU Hours: Total","[shttr] CPU Hours: Total","[chaff] CPU Hours: Total","[ovenb] CPU Hours: Total","[whtsp] CPU Hours: Total","[misth] CPU Hours: Total","[whimb] CPU Hours: Total","[shag1] CPU Hours: Total","[swath] CPU Hours: Total","[pereg] CPU Hours: Total","[ferdu] CPU Hours: Total","[hoowa] CPU Hours: Total","[yebsa] CPU Hours: Total","[corsh] CPU Hours: Total","[noror] CPU Hours: Total","[ybsbu] CPU Hours: Total","[grath] CPU Hours: Total","[yebbu] CPU Hours: Total","[whtpl] CPU Hours: Total","[dunli] CPU Hours: Total","[vertera] CPU Hours: Total","[yebwa] CPU Hours: Total","[evegr] CPU Hours: Total","[boowa] CPU Hours: Total","[gloib] CPU Hours: Total","[litau] CPU Hours: Total","[alpsw] CPU Hours: Total","[rolle] CPU Hours: Total","[lanhach] CPU Hours: Total","[pibgr] CPU Hours: Total","[field] CPU Hours: Total","[sante] CPU Hours: Total","[lesre] CPU Hours: Total","[sogsh] CPU Hours: Total","[henha] CPU Hours: Total","[jackd] CPU Hours: Total","[mamwa] CPU Hours: Total","[blhbu] CPU Hours: Total","[grgsh] CPU Hours: Total","[litst] CPU Hours: Total","[proubis] CPU Hours: Total","[ribgu] CPU Hours: Total","[allga] CPU Hours: Total","[coot1] CPU Hours: Total","[categ] CPU Hours: Total","[crama] CPU Hours: Total","[relpa] CPU Hours: Total","[savsp] CPU Hours: Total" -"2016 Q4",149178.5061,144105.1200,118663.3556,55820.4542,32399.2778,29927.2797,22888.9811,14800.0000,37.7500,18391.0000,16029.1278,14099.6133,14141.1200,13105.9733,9604.1033,11924.2033,10557.5822,8590.5158,8404.1933,7219.8672,6387.1822,6249.6044,3473.9867,5137.5000,3033.0300,4458.9622,4528.0644,4314.3667,3060.1167,3862.9211,3017.2422,2541.1689,2796.5633,2430.7267,2003.9100,2013.9756,1588.9133,647.6411,1240.8328,1441.0222,1129.0533,1021.5447,960.1333,611.2161,553.8222,568.9292,116.0711,500.2031,222.3400,174.8775,105.2211,134.0178,100.8417,87.3878,72.0069,59.8692,54.6383,49.3589,23.3511,31.9097,28.1400,15.5661,15.5575,22.5389,1.0400,0.6086 -"2017 Q1",7899.9369,2371.1200,0,11183.6664,3041.8000,4898.4422,0,4673.8133,19080.0167,0,632.8711,1254.4625,0,0,2946.3933,253.9867,0,0,0,987.0200,1293.2800,371.5867,1788.3289,60.5500,1885.4400,118.8933,0,158.2333,1140.3500,0,565.4367,963.0756,403.2472,0,35.2583,0,0,870.5067,206.1100,3.4667,0,0,0,11.4333,56.9511,21.4056,405.2389,0,122.6356,0,45.9622,1.7419,0,0,0,0,0,0,11.6350,0,0,7.7583,7.7581,0,0,0.0256 +Quarter,"[honbu] CPU Hours: Total","[meapi] CPU Hours: Total","[aytinis] CPU Hours: Total","[moorh] CPU Hours: Total","[reebu] CPU Hours: Total","[garwa] CPU Hours: Total","[sancr] CPU Hours: Total","[crane] CPU Hours: Total","[caspl] CPU Hours: Total","[smew1] CPU Hours: Total","[sarwa] CPU Hours: Total","[lapwi] CPU Hours: Total","[egygo] CPU Hours: Total","[duswa] CPU Hours: Total","[turdo] CPU Hours: Total","[sposa] CPU Hours: Total","[velsc] CPU Hours: Total","[legsh] CPU Hours: Total","[siski] CPU Hours: Total","[shttr] CPU Hours: Total","[chaff] CPU Hours: Total","[ovenb] CPU Hours: Total","[whtsp] CPU Hours: Total","[misth] CPU Hours: Total","[whimb] CPU Hours: Total","[shag1] CPU Hours: Total","[swath] CPU Hours: Total","[pereg] CPU Hours: Total","[ferdu] CPU Hours: Total","[hoowa] CPU Hours: Total","[yebsa] CPU Hours: Total","[corsh] CPU Hours: Total","[noror] CPU Hours: Total","[ybsbu] CPU Hours: Total","[grath] CPU Hours: Total","[yebbu] CPU Hours: Total","[whtpl] CPU Hours: Total","[dunli] CPU Hours: Total","[vertera] CPU Hours: Total","[yebwa] CPU Hours: Total","[evegr] CPU Hours: Total","[boowa] CPU Hours: Total","[gloib] CPU Hours: Total","[litau] CPU Hours: Total","[alpsw] CPU Hours: Total","[rolle] CPU Hours: Total","[lanhach] CPU Hours: Total","[pibgr] CPU Hours: Total","[field] CPU Hours: Total","[sante] CPU Hours: Total","[lesre] CPU Hours: Total","[sogsh] CPU Hours: Total","[henha] CPU Hours: Total","[jackd] CPU Hours: Total","[mamwa] CPU Hours: Total","[blhbu] CPU Hours: Total","[grgsh] CPU Hours: Total","[litst] CPU Hours: Total","[proubis] CPU Hours: Total","[ribgu] CPU Hours: Total","[allga] CPU Hours: Total","[hardu] CPU Hours: Total","[coot1] CPU Hours: Total","[categ] CPU Hours: Total","[crama] CPU Hours: Total","[relpa] CPU Hours: Total","[savsp] CPU Hours: Total" +"2016 Q4",149178.5061,144105.1200,118663.3556,55820.4542,32399.2778,29927.2797,22888.9811,14800.0000,37.7500,18391.0000,16029.1278,14099.6133,14141.1200,13105.9733,9604.1033,11924.2033,10557.5822,8590.5158,8404.1933,7219.8672,6387.1822,6249.6044,3473.9867,5137.5000,3033.0300,4458.9622,4528.0644,4314.3667,3060.1167,3862.9211,3017.2422,2541.1689,2796.5633,2430.7267,2003.9100,2013.9756,1588.9133,647.6411,1240.8328,1441.0222,1129.0533,1021.5447,960.1333,611.2161,553.8222,568.9292,116.0711,500.2031,222.3400,174.8775,105.2211,134.0178,100.8417,87.3878,72.0069,59.8692,54.6383,49.3589,23.3511,31.9097,28.1400,28.1400,15.5661,15.5575,22.5389,1.0400,0.6086 +"2017 Q1",7899.9369,2371.1200,0,11183.6664,3041.8000,4898.4422,0,4673.8133,19080.0167,0,632.8711,1254.4625,0,0,2946.3933,253.9867,0,0,0,987.0200,1293.2800,371.5867,1788.3289,60.5500,1885.4400,118.8933,0,158.2333,1140.3500,0,565.4367,963.0756,403.2472,0,35.2583,0,0,870.5067,206.1100,3.4667,0,0,0,11.4333,56.9511,21.4056,405.2389,0,122.6356,0,45.9622,1.7419,0,0,0,0,0,0,11.6350,0,0,0,7.7583,7.7581,0,0,0.0256 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/timeseries-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/timeseries-Year-cd.csv index da79dd758e..f3cb61f366 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/timeseries-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/timeseries-Year-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[honbu] CPU Hours: Total","[meapi] CPU Hours: Total","[aytinis] CPU Hours: Total","[moorh] CPU Hours: Total","[reebu] CPU Hours: Total","[garwa] CPU Hours: Total","[sancr] CPU Hours: Total","[crane] CPU Hours: Total","[caspl] CPU Hours: Total","[smew1] CPU Hours: Total","[sarwa] CPU Hours: Total","[lapwi] CPU Hours: Total","[egygo] CPU Hours: Total","[duswa] CPU Hours: Total","[turdo] CPU Hours: Total","[sposa] CPU Hours: Total","[velsc] CPU Hours: Total","[legsh] CPU Hours: Total","[siski] CPU Hours: Total","[shttr] CPU Hours: Total","[chaff] CPU Hours: Total","[ovenb] CPU Hours: Total","[whtsp] CPU Hours: Total","[misth] CPU Hours: Total","[whimb] CPU Hours: Total","[shag1] CPU Hours: Total","[swath] CPU Hours: Total","[pereg] CPU Hours: Total","[ferdu] CPU Hours: Total","[hoowa] CPU Hours: Total","[yebsa] CPU Hours: Total","[corsh] CPU Hours: Total","[noror] CPU Hours: Total","[ybsbu] CPU Hours: Total","[grath] CPU Hours: Total","[yebbu] CPU Hours: Total","[whtpl] CPU Hours: Total","[dunli] CPU Hours: Total","[vertera] CPU Hours: Total","[yebwa] CPU Hours: Total","[evegr] CPU Hours: Total","[boowa] CPU Hours: Total","[gloib] CPU Hours: Total","[litau] CPU Hours: Total","[alpsw] CPU Hours: Total","[rolle] CPU Hours: Total","[lanhach] CPU Hours: Total","[pibgr] CPU Hours: Total","[field] CPU Hours: Total","[sante] CPU Hours: Total","[lesre] CPU Hours: Total","[sogsh] CPU Hours: Total","[henha] CPU Hours: Total","[jackd] CPU Hours: Total","[mamwa] CPU Hours: Total","[blhbu] CPU Hours: Total","[grgsh] CPU Hours: Total","[litst] CPU Hours: Total","[proubis] CPU Hours: Total","[ribgu] CPU Hours: Total","[allga] CPU Hours: Total","[coot1] CPU Hours: Total","[categ] CPU Hours: Total","[crama] CPU Hours: Total","[relpa] CPU Hours: Total","[savsp] CPU Hours: Total" -2016,149178.5061,144105.1200,118663.3556,55820.4542,32399.2778,29927.2797,22888.9811,14800.0000,37.7500,18391.0000,16029.1278,14099.6133,14141.1200,13105.9733,9604.1033,11924.2033,10557.5822,8590.5158,8404.1933,7219.8672,6387.1822,6249.6044,3473.9867,5137.5000,3033.0300,4458.9622,4528.0644,4314.3667,3060.1167,3862.9211,3017.2422,2541.1689,2796.5633,2430.7267,2003.9100,2013.9756,1588.9133,647.6411,1240.8328,1441.0222,1129.0533,1021.5447,960.1333,611.2161,553.8222,568.9292,116.0711,500.2031,222.3400,174.8775,105.2211,134.0178,100.8417,87.3878,72.0069,59.8692,54.6383,49.3589,23.3511,31.9097,28.1400,15.5661,15.5575,22.5389,1.0400,0.6086 -2017,7899.9369,2371.1200,0,11183.6664,3041.8000,4898.4422,0,4673.8133,19080.0167,0,632.8711,1254.4625,0,0,2946.3933,253.9867,0,0,0,987.0200,1293.2800,371.5867,1788.3289,60.5500,1885.4400,118.8933,0,158.2333,1140.3500,0,565.4367,963.0756,403.2472,0,35.2583,0,0,870.5067,206.1100,3.4667,0,0,0,11.4333,56.9511,21.4056,405.2389,0,122.6356,0,45.9622,1.7419,0,0,0,0,0,0,11.6350,0,0,7.7583,7.7581,0,0,0.0256 +Year,"[honbu] CPU Hours: Total","[meapi] CPU Hours: Total","[aytinis] CPU Hours: Total","[moorh] CPU Hours: Total","[reebu] CPU Hours: Total","[garwa] CPU Hours: Total","[sancr] CPU Hours: Total","[crane] CPU Hours: Total","[caspl] CPU Hours: Total","[smew1] CPU Hours: Total","[sarwa] CPU Hours: Total","[lapwi] CPU Hours: Total","[egygo] CPU Hours: Total","[duswa] CPU Hours: Total","[turdo] CPU Hours: Total","[sposa] CPU Hours: Total","[velsc] CPU Hours: Total","[legsh] CPU Hours: Total","[siski] CPU Hours: Total","[shttr] CPU Hours: Total","[chaff] CPU Hours: Total","[ovenb] CPU Hours: Total","[whtsp] CPU Hours: Total","[misth] CPU Hours: Total","[whimb] CPU Hours: Total","[shag1] CPU Hours: Total","[swath] CPU Hours: Total","[pereg] CPU Hours: Total","[ferdu] CPU Hours: Total","[hoowa] CPU Hours: Total","[yebsa] CPU Hours: Total","[corsh] CPU Hours: Total","[noror] CPU Hours: Total","[ybsbu] CPU Hours: Total","[grath] CPU Hours: Total","[yebbu] CPU Hours: Total","[whtpl] CPU Hours: Total","[dunli] CPU Hours: Total","[vertera] CPU Hours: Total","[yebwa] CPU Hours: Total","[evegr] CPU Hours: Total","[boowa] CPU Hours: Total","[gloib] CPU Hours: Total","[litau] CPU Hours: Total","[alpsw] CPU Hours: Total","[rolle] CPU Hours: Total","[lanhach] CPU Hours: Total","[pibgr] CPU Hours: Total","[field] CPU Hours: Total","[sante] CPU Hours: Total","[lesre] CPU Hours: Total","[sogsh] CPU Hours: Total","[henha] CPU Hours: Total","[jackd] CPU Hours: Total","[mamwa] CPU Hours: Total","[blhbu] CPU Hours: Total","[grgsh] CPU Hours: Total","[litst] CPU Hours: Total","[proubis] CPU Hours: Total","[ribgu] CPU Hours: Total","[allga] CPU Hours: Total","[hardu] CPU Hours: Total","[coot1] CPU Hours: Total","[categ] CPU Hours: Total","[crama] CPU Hours: Total","[relpa] CPU Hours: Total","[savsp] CPU Hours: Total" +2016,149178.5061,144105.1200,118663.3556,55820.4542,32399.2778,29927.2797,22888.9811,14800.0000,37.7500,18391.0000,16029.1278,14099.6133,14141.1200,13105.9733,9604.1033,11924.2033,10557.5822,8590.5158,8404.1933,7219.8672,6387.1822,6249.6044,3473.9867,5137.5000,3033.0300,4458.9622,4528.0644,4314.3667,3060.1167,3862.9211,3017.2422,2541.1689,2796.5633,2430.7267,2003.9100,2013.9756,1588.9133,647.6411,1240.8328,1441.0222,1129.0533,1021.5447,960.1333,611.2161,553.8222,568.9292,116.0711,500.2031,222.3400,174.8775,105.2211,134.0178,100.8417,87.3878,72.0069,59.8692,54.6383,49.3589,23.3511,31.9097,28.1400,28.1400,15.5661,15.5575,22.5389,1.0400,0.6086 +2017,7899.9369,2371.1200,0,11183.6664,3041.8000,4898.4422,0,4673.8133,19080.0167,0,632.8711,1254.4625,0,0,2946.3933,253.9867,0,0,0,987.0200,1293.2800,371.5867,1788.3289,60.5500,1885.4400,118.8933,0,158.2333,1140.3500,0,565.4367,963.0756,403.2472,0,35.2583,0,0,870.5067,206.1100,3.4667,0,0,0,11.4333,56.9511,21.4056,405.2389,0,122.6356,0,45.9622,1.7419,0,0,0,0,0,0,11.6350,0,0,0,7.7583,7.7581,0,0,0.0256 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/timeseries-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/timeseries-Year-cs.csv index da79dd758e..f3cb61f366 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/timeseries-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_cpu_hours/timeseries-Year-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[honbu] CPU Hours: Total","[meapi] CPU Hours: Total","[aytinis] CPU Hours: Total","[moorh] CPU Hours: Total","[reebu] CPU Hours: Total","[garwa] CPU Hours: Total","[sancr] CPU Hours: Total","[crane] CPU Hours: Total","[caspl] CPU Hours: Total","[smew1] CPU Hours: Total","[sarwa] CPU Hours: Total","[lapwi] CPU Hours: Total","[egygo] CPU Hours: Total","[duswa] CPU Hours: Total","[turdo] CPU Hours: Total","[sposa] CPU Hours: Total","[velsc] CPU Hours: Total","[legsh] CPU Hours: Total","[siski] CPU Hours: Total","[shttr] CPU Hours: Total","[chaff] CPU Hours: Total","[ovenb] CPU Hours: Total","[whtsp] CPU Hours: Total","[misth] CPU Hours: Total","[whimb] CPU Hours: Total","[shag1] CPU Hours: Total","[swath] CPU Hours: Total","[pereg] CPU Hours: Total","[ferdu] CPU Hours: Total","[hoowa] CPU Hours: Total","[yebsa] CPU Hours: Total","[corsh] CPU Hours: Total","[noror] CPU Hours: Total","[ybsbu] CPU Hours: Total","[grath] CPU Hours: Total","[yebbu] CPU Hours: Total","[whtpl] CPU Hours: Total","[dunli] CPU Hours: Total","[vertera] CPU Hours: Total","[yebwa] CPU Hours: Total","[evegr] CPU Hours: Total","[boowa] CPU Hours: Total","[gloib] CPU Hours: Total","[litau] CPU Hours: Total","[alpsw] CPU Hours: Total","[rolle] CPU Hours: Total","[lanhach] CPU Hours: Total","[pibgr] CPU Hours: Total","[field] CPU Hours: Total","[sante] CPU Hours: Total","[lesre] CPU Hours: Total","[sogsh] CPU Hours: Total","[henha] CPU Hours: Total","[jackd] CPU Hours: Total","[mamwa] CPU Hours: Total","[blhbu] CPU Hours: Total","[grgsh] CPU Hours: Total","[litst] CPU Hours: Total","[proubis] CPU Hours: Total","[ribgu] CPU Hours: Total","[allga] CPU Hours: Total","[coot1] CPU Hours: Total","[categ] CPU Hours: Total","[crama] CPU Hours: Total","[relpa] CPU Hours: Total","[savsp] CPU Hours: Total" -2016,149178.5061,144105.1200,118663.3556,55820.4542,32399.2778,29927.2797,22888.9811,14800.0000,37.7500,18391.0000,16029.1278,14099.6133,14141.1200,13105.9733,9604.1033,11924.2033,10557.5822,8590.5158,8404.1933,7219.8672,6387.1822,6249.6044,3473.9867,5137.5000,3033.0300,4458.9622,4528.0644,4314.3667,3060.1167,3862.9211,3017.2422,2541.1689,2796.5633,2430.7267,2003.9100,2013.9756,1588.9133,647.6411,1240.8328,1441.0222,1129.0533,1021.5447,960.1333,611.2161,553.8222,568.9292,116.0711,500.2031,222.3400,174.8775,105.2211,134.0178,100.8417,87.3878,72.0069,59.8692,54.6383,49.3589,23.3511,31.9097,28.1400,15.5661,15.5575,22.5389,1.0400,0.6086 -2017,7899.9369,2371.1200,0,11183.6664,3041.8000,4898.4422,0,4673.8133,19080.0167,0,632.8711,1254.4625,0,0,2946.3933,253.9867,0,0,0,987.0200,1293.2800,371.5867,1788.3289,60.5500,1885.4400,118.8933,0,158.2333,1140.3500,0,565.4367,963.0756,403.2472,0,35.2583,0,0,870.5067,206.1100,3.4667,0,0,0,11.4333,56.9511,21.4056,405.2389,0,122.6356,0,45.9622,1.7419,0,0,0,0,0,0,11.6350,0,0,7.7583,7.7581,0,0,0.0256 +Year,"[honbu] CPU Hours: Total","[meapi] CPU Hours: Total","[aytinis] CPU Hours: Total","[moorh] CPU Hours: Total","[reebu] CPU Hours: Total","[garwa] CPU Hours: Total","[sancr] CPU Hours: Total","[crane] CPU Hours: Total","[caspl] CPU Hours: Total","[smew1] CPU Hours: Total","[sarwa] CPU Hours: Total","[lapwi] CPU Hours: Total","[egygo] CPU Hours: Total","[duswa] CPU Hours: Total","[turdo] CPU Hours: Total","[sposa] CPU Hours: Total","[velsc] CPU Hours: Total","[legsh] CPU Hours: Total","[siski] CPU Hours: Total","[shttr] CPU Hours: Total","[chaff] CPU Hours: Total","[ovenb] CPU Hours: Total","[whtsp] CPU Hours: Total","[misth] CPU Hours: Total","[whimb] CPU Hours: Total","[shag1] CPU Hours: Total","[swath] CPU Hours: Total","[pereg] CPU Hours: Total","[ferdu] CPU Hours: Total","[hoowa] CPU Hours: Total","[yebsa] CPU Hours: Total","[corsh] CPU Hours: Total","[noror] CPU Hours: Total","[ybsbu] CPU Hours: Total","[grath] CPU Hours: Total","[yebbu] CPU Hours: Total","[whtpl] CPU Hours: Total","[dunli] CPU Hours: Total","[vertera] CPU Hours: Total","[yebwa] CPU Hours: Total","[evegr] CPU Hours: Total","[boowa] CPU Hours: Total","[gloib] CPU Hours: Total","[litau] CPU Hours: Total","[alpsw] CPU Hours: Total","[rolle] CPU Hours: Total","[lanhach] CPU Hours: Total","[pibgr] CPU Hours: Total","[field] CPU Hours: Total","[sante] CPU Hours: Total","[lesre] CPU Hours: Total","[sogsh] CPU Hours: Total","[henha] CPU Hours: Total","[jackd] CPU Hours: Total","[mamwa] CPU Hours: Total","[blhbu] CPU Hours: Total","[grgsh] CPU Hours: Total","[litst] CPU Hours: Total","[proubis] CPU Hours: Total","[ribgu] CPU Hours: Total","[allga] CPU Hours: Total","[hardu] CPU Hours: Total","[coot1] CPU Hours: Total","[categ] CPU Hours: Total","[crama] CPU Hours: Total","[relpa] CPU Hours: Total","[savsp] CPU Hours: Total" +2016,149178.5061,144105.1200,118663.3556,55820.4542,32399.2778,29927.2797,22888.9811,14800.0000,37.7500,18391.0000,16029.1278,14099.6133,14141.1200,13105.9733,9604.1033,11924.2033,10557.5822,8590.5158,8404.1933,7219.8672,6387.1822,6249.6044,3473.9867,5137.5000,3033.0300,4458.9622,4528.0644,4314.3667,3060.1167,3862.9211,3017.2422,2541.1689,2796.5633,2430.7267,2003.9100,2013.9756,1588.9133,647.6411,1240.8328,1441.0222,1129.0533,1021.5447,960.1333,611.2161,553.8222,568.9292,116.0711,500.2031,222.3400,174.8775,105.2211,134.0178,100.8417,87.3878,72.0069,59.8692,54.6383,49.3589,23.3511,31.9097,28.1400,28.1400,15.5661,15.5575,22.5389,1.0400,0.6086 +2017,7899.9369,2371.1200,0,11183.6664,3041.8000,4898.4422,0,4673.8133,19080.0167,0,632.8711,1254.4625,0,0,2946.3933,253.9867,0,0,0,987.0200,1293.2800,371.5867,1788.3289,60.5500,1885.4400,118.8933,0,158.2333,1140.3500,0,565.4367,963.0756,403.2472,0,35.2583,0,0,870.5067,206.1100,3.4667,0,0,0,11.4333,56.9511,21.4056,405.2389,0,122.6356,0,45.9622,1.7419,0,0,0,0,0,0,11.6350,0,0,0,7.7583,7.7581,0,0,0.0256 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/aggregate-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/aggregate-Day-cd.csv index 1c07c5387d..3237b725bf 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/aggregate-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/aggregate-Day-cd.csv @@ -29,6 +29,7 @@ garwa,0.0000 gloib,0.0000 grath,0.0000 grgsh,0.0000 +hardu,0.0000 henha,0.0000 honbu,0.0000 hoowa,0.0000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/aggregate-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/aggregate-Day-cs.csv index 1c07c5387d..3237b725bf 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/aggregate-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/aggregate-Day-cs.csv @@ -29,6 +29,7 @@ garwa,0.0000 gloib,0.0000 grath,0.0000 grgsh,0.0000 +hardu,0.0000 henha,0.0000 honbu,0.0000 hoowa,0.0000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/aggregate-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/aggregate-Month-cd.csv index 1c07c5387d..3237b725bf 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/aggregate-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/aggregate-Month-cd.csv @@ -29,6 +29,7 @@ garwa,0.0000 gloib,0.0000 grath,0.0000 grgsh,0.0000 +hardu,0.0000 henha,0.0000 honbu,0.0000 hoowa,0.0000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/aggregate-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/aggregate-Month-cs.csv index 1c07c5387d..3237b725bf 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/aggregate-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/aggregate-Month-cs.csv @@ -29,6 +29,7 @@ garwa,0.0000 gloib,0.0000 grath,0.0000 grgsh,0.0000 +hardu,0.0000 henha,0.0000 honbu,0.0000 hoowa,0.0000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/aggregate-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/aggregate-Quarter-cd.csv index 1c07c5387d..3237b725bf 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/aggregate-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/aggregate-Quarter-cd.csv @@ -29,6 +29,7 @@ garwa,0.0000 gloib,0.0000 grath,0.0000 grgsh,0.0000 +hardu,0.0000 henha,0.0000 honbu,0.0000 hoowa,0.0000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/aggregate-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/aggregate-Quarter-cs.csv index 1c07c5387d..3237b725bf 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/aggregate-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/aggregate-Quarter-cs.csv @@ -29,6 +29,7 @@ garwa,0.0000 gloib,0.0000 grath,0.0000 grgsh,0.0000 +hardu,0.0000 henha,0.0000 honbu,0.0000 hoowa,0.0000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/aggregate-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/aggregate-Year-cd.csv index 1c07c5387d..3237b725bf 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/aggregate-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/aggregate-Year-cd.csv @@ -29,6 +29,7 @@ garwa,0.0000 gloib,0.0000 grath,0.0000 grgsh,0.0000 +hardu,0.0000 henha,0.0000 honbu,0.0000 hoowa,0.0000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/aggregate-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/aggregate-Year-cs.csv index 1c07c5387d..3237b725bf 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/aggregate-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/aggregate-Year-cs.csv @@ -29,6 +29,7 @@ garwa,0.0000 gloib,0.0000 grath,0.0000 grgsh,0.0000 +hardu,0.0000 henha,0.0000 honbu,0.0000 hoowa,0.0000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/timeseries-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/timeseries-Day-cd.csv index 191e00009f..084fc2751a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/timeseries-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/timeseries-Day-cd.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[noror] GPU Hours: Total","[allga] GPU Hours: Total","[alpsw] GPU Hours: Total","[aytinis] GPU Hours: Total","[blhbu] GPU Hours: Total","[boowa] GPU Hours: Total","[caspl] GPU Hours: Total","[categ] GPU Hours: Total","[chaff] GPU Hours: Total","[coot1] GPU Hours: Total","[corsh] GPU Hours: Total","[crama] GPU Hours: Total","[crane] GPU Hours: Total","[dunli] GPU Hours: Total","[duswa] GPU Hours: Total","[egygo] GPU Hours: Total","[evegr] GPU Hours: Total","[ferdu] GPU Hours: Total","[field] GPU Hours: Total","[garwa] GPU Hours: Total","[gloib] GPU Hours: Total","[grath] GPU Hours: Total","[grgsh] GPU Hours: Total","[henha] GPU Hours: Total","[honbu] GPU Hours: Total","[hoowa] GPU Hours: Total","[jackd] GPU Hours: Total","[lanhach] GPU Hours: Total","[lapwi] GPU Hours: Total","[legsh] GPU Hours: Total","[lesre] GPU Hours: Total","[litau] GPU Hours: Total","[litst] GPU Hours: Total","[mamwa] GPU Hours: Total","[meapi] GPU Hours: Total","[misth] GPU Hours: Total","[moorh] GPU Hours: Total","[ovenb] GPU Hours: Total","[pereg] GPU Hours: Total","[pibgr] GPU Hours: Total","[proubis] GPU Hours: Total","[reebu] GPU Hours: Total","[relpa] GPU Hours: Total","[ribgu] GPU Hours: Total","[rolle] GPU Hours: Total","[sancr] GPU Hours: Total","[sante] GPU Hours: Total","[sarwa] GPU Hours: Total","[savsp] GPU Hours: Total","[shag1] GPU Hours: Total","[shttr] GPU Hours: Total","[siski] GPU Hours: Total","[smew1] GPU Hours: Total","[sogsh] GPU Hours: Total","[sposa] GPU Hours: Total","[swath] GPU Hours: Total","[turdo] GPU Hours: Total","[velsc] GPU Hours: Total","[vertera] GPU Hours: Total","[whimb] GPU Hours: Total","[whtpl] GPU Hours: Total","[whtsp] GPU Hours: Total","[ybsbu] GPU Hours: Total","[yebbu] GPU Hours: Total","[yebsa] GPU Hours: Total","[yebwa] GPU Hours: Total" -2016-12-22,33.4928,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 -2016-12-23,48.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 -2016-12-24,48.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 -2016-12-25,48.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 -2016-12-26,48.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 -2016-12-27,48.0000,0,0,0,0,0.0000,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0.0000,0.0000,0,0,0.0000,0,0,0,0.0000,0,0,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0,0,0,0,0.0000,0.0000,0,0,0,0,0.0000,0,0,0 -2016-12-28,48.0000,0,0,0.0000,0,0.0000,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0,0,0.0000,0,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0,0,0,0.0000,0.0000,0,0,0.0000,0,0.0000,0,0,0 -2016-12-29,48.0000,0,0,0.0000,0,0.0000,0,0,0.0000,0,0.0000,0,0.0000,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0,0.0000,0.0000,0.0000,0.0000 -2016-12-30,48.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000 -2016-12-31,48.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0 -2017-01-01,41.4200,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000 +Day,"[noror] GPU Hours: Total","[allga] GPU Hours: Total","[alpsw] GPU Hours: Total","[aytinis] GPU Hours: Total","[blhbu] GPU Hours: Total","[boowa] GPU Hours: Total","[caspl] GPU Hours: Total","[categ] GPU Hours: Total","[chaff] GPU Hours: Total","[coot1] GPU Hours: Total","[corsh] GPU Hours: Total","[crama] GPU Hours: Total","[crane] GPU Hours: Total","[dunli] GPU Hours: Total","[duswa] GPU Hours: Total","[egygo] GPU Hours: Total","[evegr] GPU Hours: Total","[ferdu] GPU Hours: Total","[field] GPU Hours: Total","[garwa] GPU Hours: Total","[gloib] GPU Hours: Total","[grath] GPU Hours: Total","[grgsh] GPU Hours: Total","[hardu] GPU Hours: Total","[henha] GPU Hours: Total","[honbu] GPU Hours: Total","[hoowa] GPU Hours: Total","[jackd] GPU Hours: Total","[lanhach] GPU Hours: Total","[lapwi] GPU Hours: Total","[legsh] GPU Hours: Total","[lesre] GPU Hours: Total","[litau] GPU Hours: Total","[litst] GPU Hours: Total","[mamwa] GPU Hours: Total","[meapi] GPU Hours: Total","[misth] GPU Hours: Total","[moorh] GPU Hours: Total","[ovenb] GPU Hours: Total","[pereg] GPU Hours: Total","[pibgr] GPU Hours: Total","[proubis] GPU Hours: Total","[reebu] GPU Hours: Total","[relpa] GPU Hours: Total","[ribgu] GPU Hours: Total","[rolle] GPU Hours: Total","[sancr] GPU Hours: Total","[sante] GPU Hours: Total","[sarwa] GPU Hours: Total","[savsp] GPU Hours: Total","[shag1] GPU Hours: Total","[shttr] GPU Hours: Total","[siski] GPU Hours: Total","[smew1] GPU Hours: Total","[sogsh] GPU Hours: Total","[sposa] GPU Hours: Total","[swath] GPU Hours: Total","[turdo] GPU Hours: Total","[velsc] GPU Hours: Total","[vertera] GPU Hours: Total","[whimb] GPU Hours: Total","[whtpl] GPU Hours: Total","[whtsp] GPU Hours: Total","[ybsbu] GPU Hours: Total","[yebbu] GPU Hours: Total","[yebsa] GPU Hours: Total","[yebwa] GPU Hours: Total" +2016-12-22,33.4928,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 +2016-12-23,48.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 +2016-12-24,48.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 +2016-12-25,48.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 +2016-12-26,48.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 +2016-12-27,48.0000,0,0,0,0,0.0000,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0.0000,0.0000,0,0,0.0000,0,0,0,0.0000,0,0,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0,0,0,0,0.0000,0.0000,0,0,0,0,0.0000,0,0,0 +2016-12-28,48.0000,0,0,0.0000,0,0.0000,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0.0000,0.0000,0,0,0,0,0.0000,0.0000,0,0,0.0000,0,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0,0,0,0.0000,0.0000,0,0,0.0000,0,0.0000,0,0,0 +2016-12-29,48.0000,0,0,0.0000,0,0.0000,0,0,0.0000,0,0.0000,0,0.0000,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0,0.0000,0.0000,0.0000,0.0000 +2016-12-30,48.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000 +2016-12-31,48.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0 +2017-01-01,41.4200,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/timeseries-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/timeseries-Day-cs.csv index 191e00009f..084fc2751a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/timeseries-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/timeseries-Day-cs.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[noror] GPU Hours: Total","[allga] GPU Hours: Total","[alpsw] GPU Hours: Total","[aytinis] GPU Hours: Total","[blhbu] GPU Hours: Total","[boowa] GPU Hours: Total","[caspl] GPU Hours: Total","[categ] GPU Hours: Total","[chaff] GPU Hours: Total","[coot1] GPU Hours: Total","[corsh] GPU Hours: Total","[crama] GPU Hours: Total","[crane] GPU Hours: Total","[dunli] GPU Hours: Total","[duswa] GPU Hours: Total","[egygo] GPU Hours: Total","[evegr] GPU Hours: Total","[ferdu] GPU Hours: Total","[field] GPU Hours: Total","[garwa] GPU Hours: Total","[gloib] GPU Hours: Total","[grath] GPU Hours: Total","[grgsh] GPU Hours: Total","[henha] GPU Hours: Total","[honbu] GPU Hours: Total","[hoowa] GPU Hours: Total","[jackd] GPU Hours: Total","[lanhach] GPU Hours: Total","[lapwi] GPU Hours: Total","[legsh] GPU Hours: Total","[lesre] GPU Hours: Total","[litau] GPU Hours: Total","[litst] GPU Hours: Total","[mamwa] GPU Hours: Total","[meapi] GPU Hours: Total","[misth] GPU Hours: Total","[moorh] GPU Hours: Total","[ovenb] GPU Hours: Total","[pereg] GPU Hours: Total","[pibgr] GPU Hours: Total","[proubis] GPU Hours: Total","[reebu] GPU Hours: Total","[relpa] GPU Hours: Total","[ribgu] GPU Hours: Total","[rolle] GPU Hours: Total","[sancr] GPU Hours: Total","[sante] GPU Hours: Total","[sarwa] GPU Hours: Total","[savsp] GPU Hours: Total","[shag1] GPU Hours: Total","[shttr] GPU Hours: Total","[siski] GPU Hours: Total","[smew1] GPU Hours: Total","[sogsh] GPU Hours: Total","[sposa] GPU Hours: Total","[swath] GPU Hours: Total","[turdo] GPU Hours: Total","[velsc] GPU Hours: Total","[vertera] GPU Hours: Total","[whimb] GPU Hours: Total","[whtpl] GPU Hours: Total","[whtsp] GPU Hours: Total","[ybsbu] GPU Hours: Total","[yebbu] GPU Hours: Total","[yebsa] GPU Hours: Total","[yebwa] GPU Hours: Total" -2016-12-22,33.4928,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 -2016-12-23,48.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 -2016-12-24,48.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 -2016-12-25,48.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 -2016-12-26,48.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 -2016-12-27,48.0000,0,0,0,0,0.0000,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0.0000,0.0000,0,0,0.0000,0,0,0,0.0000,0,0,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0,0,0,0,0.0000,0.0000,0,0,0,0,0.0000,0,0,0 -2016-12-28,48.0000,0,0,0.0000,0,0.0000,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0,0,0.0000,0,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0,0,0,0.0000,0.0000,0,0,0.0000,0,0.0000,0,0,0 -2016-12-29,48.0000,0,0,0.0000,0,0.0000,0,0,0.0000,0,0.0000,0,0.0000,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0,0.0000,0.0000,0.0000,0.0000 -2016-12-30,48.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000 -2016-12-31,48.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0 -2017-01-01,41.4200,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000 +Day,"[noror] GPU Hours: Total","[allga] GPU Hours: Total","[alpsw] GPU Hours: Total","[aytinis] GPU Hours: Total","[blhbu] GPU Hours: Total","[boowa] GPU Hours: Total","[caspl] GPU Hours: Total","[categ] GPU Hours: Total","[chaff] GPU Hours: Total","[coot1] GPU Hours: Total","[corsh] GPU Hours: Total","[crama] GPU Hours: Total","[crane] GPU Hours: Total","[dunli] GPU Hours: Total","[duswa] GPU Hours: Total","[egygo] GPU Hours: Total","[evegr] GPU Hours: Total","[ferdu] GPU Hours: Total","[field] GPU Hours: Total","[garwa] GPU Hours: Total","[gloib] GPU Hours: Total","[grath] GPU Hours: Total","[grgsh] GPU Hours: Total","[hardu] GPU Hours: Total","[henha] GPU Hours: Total","[honbu] GPU Hours: Total","[hoowa] GPU Hours: Total","[jackd] GPU Hours: Total","[lanhach] GPU Hours: Total","[lapwi] GPU Hours: Total","[legsh] GPU Hours: Total","[lesre] GPU Hours: Total","[litau] GPU Hours: Total","[litst] GPU Hours: Total","[mamwa] GPU Hours: Total","[meapi] GPU Hours: Total","[misth] GPU Hours: Total","[moorh] GPU Hours: Total","[ovenb] GPU Hours: Total","[pereg] GPU Hours: Total","[pibgr] GPU Hours: Total","[proubis] GPU Hours: Total","[reebu] GPU Hours: Total","[relpa] GPU Hours: Total","[ribgu] GPU Hours: Total","[rolle] GPU Hours: Total","[sancr] GPU Hours: Total","[sante] GPU Hours: Total","[sarwa] GPU Hours: Total","[savsp] GPU Hours: Total","[shag1] GPU Hours: Total","[shttr] GPU Hours: Total","[siski] GPU Hours: Total","[smew1] GPU Hours: Total","[sogsh] GPU Hours: Total","[sposa] GPU Hours: Total","[swath] GPU Hours: Total","[turdo] GPU Hours: Total","[velsc] GPU Hours: Total","[vertera] GPU Hours: Total","[whimb] GPU Hours: Total","[whtpl] GPU Hours: Total","[whtsp] GPU Hours: Total","[ybsbu] GPU Hours: Total","[yebbu] GPU Hours: Total","[yebsa] GPU Hours: Total","[yebwa] GPU Hours: Total" +2016-12-22,33.4928,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 +2016-12-23,48.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 +2016-12-24,48.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 +2016-12-25,48.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 +2016-12-26,48.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0 +2016-12-27,48.0000,0,0,0,0,0.0000,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0.0000,0.0000,0,0,0.0000,0,0,0,0.0000,0,0,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0,0,0,0,0.0000,0.0000,0,0,0,0,0.0000,0,0,0 +2016-12-28,48.0000,0,0,0.0000,0,0.0000,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0.0000,0.0000,0,0,0,0,0.0000,0.0000,0,0,0.0000,0,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0,0,0,0.0000,0.0000,0,0,0.0000,0,0.0000,0,0,0 +2016-12-29,48.0000,0,0,0.0000,0,0.0000,0,0,0.0000,0,0.0000,0,0.0000,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0,0.0000,0.0000,0.0000,0.0000 +2016-12-30,48.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000 +2016-12-31,48.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0 +2017-01-01,41.4200,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/timeseries-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/timeseries-Month-cd.csv index 8a6892474a..d7f05a5533 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/timeseries-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/timeseries-Month-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[noror] GPU Hours: Total","[allga] GPU Hours: Total","[alpsw] GPU Hours: Total","[aytinis] GPU Hours: Total","[blhbu] GPU Hours: Total","[boowa] GPU Hours: Total","[caspl] GPU Hours: Total","[categ] GPU Hours: Total","[chaff] GPU Hours: Total","[coot1] GPU Hours: Total","[corsh] GPU Hours: Total","[crama] GPU Hours: Total","[crane] GPU Hours: Total","[dunli] GPU Hours: Total","[duswa] GPU Hours: Total","[egygo] GPU Hours: Total","[evegr] GPU Hours: Total","[ferdu] GPU Hours: Total","[field] GPU Hours: Total","[garwa] GPU Hours: Total","[gloib] GPU Hours: Total","[grath] GPU Hours: Total","[grgsh] GPU Hours: Total","[henha] GPU Hours: Total","[honbu] GPU Hours: Total","[hoowa] GPU Hours: Total","[jackd] GPU Hours: Total","[lanhach] GPU Hours: Total","[lapwi] GPU Hours: Total","[legsh] GPU Hours: Total","[lesre] GPU Hours: Total","[litau] GPU Hours: Total","[litst] GPU Hours: Total","[mamwa] GPU Hours: Total","[meapi] GPU Hours: Total","[misth] GPU Hours: Total","[moorh] GPU Hours: Total","[ovenb] GPU Hours: Total","[pereg] GPU Hours: Total","[pibgr] GPU Hours: Total","[proubis] GPU Hours: Total","[reebu] GPU Hours: Total","[relpa] GPU Hours: Total","[ribgu] GPU Hours: Total","[rolle] GPU Hours: Total","[sancr] GPU Hours: Total","[sante] GPU Hours: Total","[sarwa] GPU Hours: Total","[savsp] GPU Hours: Total","[shag1] GPU Hours: Total","[shttr] GPU Hours: Total","[siski] GPU Hours: Total","[smew1] GPU Hours: Total","[sogsh] GPU Hours: Total","[sposa] GPU Hours: Total","[swath] GPU Hours: Total","[turdo] GPU Hours: Total","[velsc] GPU Hours: Total","[vertera] GPU Hours: Total","[whimb] GPU Hours: Total","[whtpl] GPU Hours: Total","[whtsp] GPU Hours: Total","[ybsbu] GPU Hours: Total","[yebbu] GPU Hours: Total","[yebsa] GPU Hours: Total","[yebwa] GPU Hours: Total" -2016-12,465.4928,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 -2017-01,41.4200,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000 +Month,"[noror] GPU Hours: Total","[allga] GPU Hours: Total","[alpsw] GPU Hours: Total","[aytinis] GPU Hours: Total","[blhbu] GPU Hours: Total","[boowa] GPU Hours: Total","[caspl] GPU Hours: Total","[categ] GPU Hours: Total","[chaff] GPU Hours: Total","[coot1] GPU Hours: Total","[corsh] GPU Hours: Total","[crama] GPU Hours: Total","[crane] GPU Hours: Total","[dunli] GPU Hours: Total","[duswa] GPU Hours: Total","[egygo] GPU Hours: Total","[evegr] GPU Hours: Total","[ferdu] GPU Hours: Total","[field] GPU Hours: Total","[garwa] GPU Hours: Total","[gloib] GPU Hours: Total","[grath] GPU Hours: Total","[grgsh] GPU Hours: Total","[hardu] GPU Hours: Total","[henha] GPU Hours: Total","[honbu] GPU Hours: Total","[hoowa] GPU Hours: Total","[jackd] GPU Hours: Total","[lanhach] GPU Hours: Total","[lapwi] GPU Hours: Total","[legsh] GPU Hours: Total","[lesre] GPU Hours: Total","[litau] GPU Hours: Total","[litst] GPU Hours: Total","[mamwa] GPU Hours: Total","[meapi] GPU Hours: Total","[misth] GPU Hours: Total","[moorh] GPU Hours: Total","[ovenb] GPU Hours: Total","[pereg] GPU Hours: Total","[pibgr] GPU Hours: Total","[proubis] GPU Hours: Total","[reebu] GPU Hours: Total","[relpa] GPU Hours: Total","[ribgu] GPU Hours: Total","[rolle] GPU Hours: Total","[sancr] GPU Hours: Total","[sante] GPU Hours: Total","[sarwa] GPU Hours: Total","[savsp] GPU Hours: Total","[shag1] GPU Hours: Total","[shttr] GPU Hours: Total","[siski] GPU Hours: Total","[smew1] GPU Hours: Total","[sogsh] GPU Hours: Total","[sposa] GPU Hours: Total","[swath] GPU Hours: Total","[turdo] GPU Hours: Total","[velsc] GPU Hours: Total","[vertera] GPU Hours: Total","[whimb] GPU Hours: Total","[whtpl] GPU Hours: Total","[whtsp] GPU Hours: Total","[ybsbu] GPU Hours: Total","[yebbu] GPU Hours: Total","[yebsa] GPU Hours: Total","[yebwa] GPU Hours: Total" +2016-12,465.4928,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 +2017-01,41.4200,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/timeseries-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/timeseries-Month-cs.csv index 8a6892474a..d7f05a5533 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/timeseries-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/timeseries-Month-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[noror] GPU Hours: Total","[allga] GPU Hours: Total","[alpsw] GPU Hours: Total","[aytinis] GPU Hours: Total","[blhbu] GPU Hours: Total","[boowa] GPU Hours: Total","[caspl] GPU Hours: Total","[categ] GPU Hours: Total","[chaff] GPU Hours: Total","[coot1] GPU Hours: Total","[corsh] GPU Hours: Total","[crama] GPU Hours: Total","[crane] GPU Hours: Total","[dunli] GPU Hours: Total","[duswa] GPU Hours: Total","[egygo] GPU Hours: Total","[evegr] GPU Hours: Total","[ferdu] GPU Hours: Total","[field] GPU Hours: Total","[garwa] GPU Hours: Total","[gloib] GPU Hours: Total","[grath] GPU Hours: Total","[grgsh] GPU Hours: Total","[henha] GPU Hours: Total","[honbu] GPU Hours: Total","[hoowa] GPU Hours: Total","[jackd] GPU Hours: Total","[lanhach] GPU Hours: Total","[lapwi] GPU Hours: Total","[legsh] GPU Hours: Total","[lesre] GPU Hours: Total","[litau] GPU Hours: Total","[litst] GPU Hours: Total","[mamwa] GPU Hours: Total","[meapi] GPU Hours: Total","[misth] GPU Hours: Total","[moorh] GPU Hours: Total","[ovenb] GPU Hours: Total","[pereg] GPU Hours: Total","[pibgr] GPU Hours: Total","[proubis] GPU Hours: Total","[reebu] GPU Hours: Total","[relpa] GPU Hours: Total","[ribgu] GPU Hours: Total","[rolle] GPU Hours: Total","[sancr] GPU Hours: Total","[sante] GPU Hours: Total","[sarwa] GPU Hours: Total","[savsp] GPU Hours: Total","[shag1] GPU Hours: Total","[shttr] GPU Hours: Total","[siski] GPU Hours: Total","[smew1] GPU Hours: Total","[sogsh] GPU Hours: Total","[sposa] GPU Hours: Total","[swath] GPU Hours: Total","[turdo] GPU Hours: Total","[velsc] GPU Hours: Total","[vertera] GPU Hours: Total","[whimb] GPU Hours: Total","[whtpl] GPU Hours: Total","[whtsp] GPU Hours: Total","[ybsbu] GPU Hours: Total","[yebbu] GPU Hours: Total","[yebsa] GPU Hours: Total","[yebwa] GPU Hours: Total" -2016-12,465.4928,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 -2017-01,41.4200,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000 +Month,"[noror] GPU Hours: Total","[allga] GPU Hours: Total","[alpsw] GPU Hours: Total","[aytinis] GPU Hours: Total","[blhbu] GPU Hours: Total","[boowa] GPU Hours: Total","[caspl] GPU Hours: Total","[categ] GPU Hours: Total","[chaff] GPU Hours: Total","[coot1] GPU Hours: Total","[corsh] GPU Hours: Total","[crama] GPU Hours: Total","[crane] GPU Hours: Total","[dunli] GPU Hours: Total","[duswa] GPU Hours: Total","[egygo] GPU Hours: Total","[evegr] GPU Hours: Total","[ferdu] GPU Hours: Total","[field] GPU Hours: Total","[garwa] GPU Hours: Total","[gloib] GPU Hours: Total","[grath] GPU Hours: Total","[grgsh] GPU Hours: Total","[hardu] GPU Hours: Total","[henha] GPU Hours: Total","[honbu] GPU Hours: Total","[hoowa] GPU Hours: Total","[jackd] GPU Hours: Total","[lanhach] GPU Hours: Total","[lapwi] GPU Hours: Total","[legsh] GPU Hours: Total","[lesre] GPU Hours: Total","[litau] GPU Hours: Total","[litst] GPU Hours: Total","[mamwa] GPU Hours: Total","[meapi] GPU Hours: Total","[misth] GPU Hours: Total","[moorh] GPU Hours: Total","[ovenb] GPU Hours: Total","[pereg] GPU Hours: Total","[pibgr] GPU Hours: Total","[proubis] GPU Hours: Total","[reebu] GPU Hours: Total","[relpa] GPU Hours: Total","[ribgu] GPU Hours: Total","[rolle] GPU Hours: Total","[sancr] GPU Hours: Total","[sante] GPU Hours: Total","[sarwa] GPU Hours: Total","[savsp] GPU Hours: Total","[shag1] GPU Hours: Total","[shttr] GPU Hours: Total","[siski] GPU Hours: Total","[smew1] GPU Hours: Total","[sogsh] GPU Hours: Total","[sposa] GPU Hours: Total","[swath] GPU Hours: Total","[turdo] GPU Hours: Total","[velsc] GPU Hours: Total","[vertera] GPU Hours: Total","[whimb] GPU Hours: Total","[whtpl] GPU Hours: Total","[whtsp] GPU Hours: Total","[ybsbu] GPU Hours: Total","[yebbu] GPU Hours: Total","[yebsa] GPU Hours: Total","[yebwa] GPU Hours: Total" +2016-12,465.4928,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 +2017-01,41.4200,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/timeseries-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/timeseries-Quarter-cd.csv index 02d822c5ea..6a8deb1a08 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/timeseries-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/timeseries-Quarter-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[noror] GPU Hours: Total","[allga] GPU Hours: Total","[alpsw] GPU Hours: Total","[aytinis] GPU Hours: Total","[blhbu] GPU Hours: Total","[boowa] GPU Hours: Total","[caspl] GPU Hours: Total","[categ] GPU Hours: Total","[chaff] GPU Hours: Total","[coot1] GPU Hours: Total","[corsh] GPU Hours: Total","[crama] GPU Hours: Total","[crane] GPU Hours: Total","[dunli] GPU Hours: Total","[duswa] GPU Hours: Total","[egygo] GPU Hours: Total","[evegr] GPU Hours: Total","[ferdu] GPU Hours: Total","[field] GPU Hours: Total","[garwa] GPU Hours: Total","[gloib] GPU Hours: Total","[grath] GPU Hours: Total","[grgsh] GPU Hours: Total","[henha] GPU Hours: Total","[honbu] GPU Hours: Total","[hoowa] GPU Hours: Total","[jackd] GPU Hours: Total","[lanhach] GPU Hours: Total","[lapwi] GPU Hours: Total","[legsh] GPU Hours: Total","[lesre] GPU Hours: Total","[litau] GPU Hours: Total","[litst] GPU Hours: Total","[mamwa] GPU Hours: Total","[meapi] GPU Hours: Total","[misth] GPU Hours: Total","[moorh] GPU Hours: Total","[ovenb] GPU Hours: Total","[pereg] GPU Hours: Total","[pibgr] GPU Hours: Total","[proubis] GPU Hours: Total","[reebu] GPU Hours: Total","[relpa] GPU Hours: Total","[ribgu] GPU Hours: Total","[rolle] GPU Hours: Total","[sancr] GPU Hours: Total","[sante] GPU Hours: Total","[sarwa] GPU Hours: Total","[savsp] GPU Hours: Total","[shag1] GPU Hours: Total","[shttr] GPU Hours: Total","[siski] GPU Hours: Total","[smew1] GPU Hours: Total","[sogsh] GPU Hours: Total","[sposa] GPU Hours: Total","[swath] GPU Hours: Total","[turdo] GPU Hours: Total","[velsc] GPU Hours: Total","[vertera] GPU Hours: Total","[whimb] GPU Hours: Total","[whtpl] GPU Hours: Total","[whtsp] GPU Hours: Total","[ybsbu] GPU Hours: Total","[yebbu] GPU Hours: Total","[yebsa] GPU Hours: Total","[yebwa] GPU Hours: Total" -"2016 Q4",465.4928,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 -"2017 Q1",41.4200,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000 +Quarter,"[noror] GPU Hours: Total","[allga] GPU Hours: Total","[alpsw] GPU Hours: Total","[aytinis] GPU Hours: Total","[blhbu] GPU Hours: Total","[boowa] GPU Hours: Total","[caspl] GPU Hours: Total","[categ] GPU Hours: Total","[chaff] GPU Hours: Total","[coot1] GPU Hours: Total","[corsh] GPU Hours: Total","[crama] GPU Hours: Total","[crane] GPU Hours: Total","[dunli] GPU Hours: Total","[duswa] GPU Hours: Total","[egygo] GPU Hours: Total","[evegr] GPU Hours: Total","[ferdu] GPU Hours: Total","[field] GPU Hours: Total","[garwa] GPU Hours: Total","[gloib] GPU Hours: Total","[grath] GPU Hours: Total","[grgsh] GPU Hours: Total","[hardu] GPU Hours: Total","[henha] GPU Hours: Total","[honbu] GPU Hours: Total","[hoowa] GPU Hours: Total","[jackd] GPU Hours: Total","[lanhach] GPU Hours: Total","[lapwi] GPU Hours: Total","[legsh] GPU Hours: Total","[lesre] GPU Hours: Total","[litau] GPU Hours: Total","[litst] GPU Hours: Total","[mamwa] GPU Hours: Total","[meapi] GPU Hours: Total","[misth] GPU Hours: Total","[moorh] GPU Hours: Total","[ovenb] GPU Hours: Total","[pereg] GPU Hours: Total","[pibgr] GPU Hours: Total","[proubis] GPU Hours: Total","[reebu] GPU Hours: Total","[relpa] GPU Hours: Total","[ribgu] GPU Hours: Total","[rolle] GPU Hours: Total","[sancr] GPU Hours: Total","[sante] GPU Hours: Total","[sarwa] GPU Hours: Total","[savsp] GPU Hours: Total","[shag1] GPU Hours: Total","[shttr] GPU Hours: Total","[siski] GPU Hours: Total","[smew1] GPU Hours: Total","[sogsh] GPU Hours: Total","[sposa] GPU Hours: Total","[swath] GPU Hours: Total","[turdo] GPU Hours: Total","[velsc] GPU Hours: Total","[vertera] GPU Hours: Total","[whimb] GPU Hours: Total","[whtpl] GPU Hours: Total","[whtsp] GPU Hours: Total","[ybsbu] GPU Hours: Total","[yebbu] GPU Hours: Total","[yebsa] GPU Hours: Total","[yebwa] GPU Hours: Total" +"2016 Q4",465.4928,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 +"2017 Q1",41.4200,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/timeseries-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/timeseries-Quarter-cs.csv index 02d822c5ea..6a8deb1a08 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/timeseries-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/timeseries-Quarter-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[noror] GPU Hours: Total","[allga] GPU Hours: Total","[alpsw] GPU Hours: Total","[aytinis] GPU Hours: Total","[blhbu] GPU Hours: Total","[boowa] GPU Hours: Total","[caspl] GPU Hours: Total","[categ] GPU Hours: Total","[chaff] GPU Hours: Total","[coot1] GPU Hours: Total","[corsh] GPU Hours: Total","[crama] GPU Hours: Total","[crane] GPU Hours: Total","[dunli] GPU Hours: Total","[duswa] GPU Hours: Total","[egygo] GPU Hours: Total","[evegr] GPU Hours: Total","[ferdu] GPU Hours: Total","[field] GPU Hours: Total","[garwa] GPU Hours: Total","[gloib] GPU Hours: Total","[grath] GPU Hours: Total","[grgsh] GPU Hours: Total","[henha] GPU Hours: Total","[honbu] GPU Hours: Total","[hoowa] GPU Hours: Total","[jackd] GPU Hours: Total","[lanhach] GPU Hours: Total","[lapwi] GPU Hours: Total","[legsh] GPU Hours: Total","[lesre] GPU Hours: Total","[litau] GPU Hours: Total","[litst] GPU Hours: Total","[mamwa] GPU Hours: Total","[meapi] GPU Hours: Total","[misth] GPU Hours: Total","[moorh] GPU Hours: Total","[ovenb] GPU Hours: Total","[pereg] GPU Hours: Total","[pibgr] GPU Hours: Total","[proubis] GPU Hours: Total","[reebu] GPU Hours: Total","[relpa] GPU Hours: Total","[ribgu] GPU Hours: Total","[rolle] GPU Hours: Total","[sancr] GPU Hours: Total","[sante] GPU Hours: Total","[sarwa] GPU Hours: Total","[savsp] GPU Hours: Total","[shag1] GPU Hours: Total","[shttr] GPU Hours: Total","[siski] GPU Hours: Total","[smew1] GPU Hours: Total","[sogsh] GPU Hours: Total","[sposa] GPU Hours: Total","[swath] GPU Hours: Total","[turdo] GPU Hours: Total","[velsc] GPU Hours: Total","[vertera] GPU Hours: Total","[whimb] GPU Hours: Total","[whtpl] GPU Hours: Total","[whtsp] GPU Hours: Total","[ybsbu] GPU Hours: Total","[yebbu] GPU Hours: Total","[yebsa] GPU Hours: Total","[yebwa] GPU Hours: Total" -"2016 Q4",465.4928,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 -"2017 Q1",41.4200,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000 +Quarter,"[noror] GPU Hours: Total","[allga] GPU Hours: Total","[alpsw] GPU Hours: Total","[aytinis] GPU Hours: Total","[blhbu] GPU Hours: Total","[boowa] GPU Hours: Total","[caspl] GPU Hours: Total","[categ] GPU Hours: Total","[chaff] GPU Hours: Total","[coot1] GPU Hours: Total","[corsh] GPU Hours: Total","[crama] GPU Hours: Total","[crane] GPU Hours: Total","[dunli] GPU Hours: Total","[duswa] GPU Hours: Total","[egygo] GPU Hours: Total","[evegr] GPU Hours: Total","[ferdu] GPU Hours: Total","[field] GPU Hours: Total","[garwa] GPU Hours: Total","[gloib] GPU Hours: Total","[grath] GPU Hours: Total","[grgsh] GPU Hours: Total","[hardu] GPU Hours: Total","[henha] GPU Hours: Total","[honbu] GPU Hours: Total","[hoowa] GPU Hours: Total","[jackd] GPU Hours: Total","[lanhach] GPU Hours: Total","[lapwi] GPU Hours: Total","[legsh] GPU Hours: Total","[lesre] GPU Hours: Total","[litau] GPU Hours: Total","[litst] GPU Hours: Total","[mamwa] GPU Hours: Total","[meapi] GPU Hours: Total","[misth] GPU Hours: Total","[moorh] GPU Hours: Total","[ovenb] GPU Hours: Total","[pereg] GPU Hours: Total","[pibgr] GPU Hours: Total","[proubis] GPU Hours: Total","[reebu] GPU Hours: Total","[relpa] GPU Hours: Total","[ribgu] GPU Hours: Total","[rolle] GPU Hours: Total","[sancr] GPU Hours: Total","[sante] GPU Hours: Total","[sarwa] GPU Hours: Total","[savsp] GPU Hours: Total","[shag1] GPU Hours: Total","[shttr] GPU Hours: Total","[siski] GPU Hours: Total","[smew1] GPU Hours: Total","[sogsh] GPU Hours: Total","[sposa] GPU Hours: Total","[swath] GPU Hours: Total","[turdo] GPU Hours: Total","[velsc] GPU Hours: Total","[vertera] GPU Hours: Total","[whimb] GPU Hours: Total","[whtpl] GPU Hours: Total","[whtsp] GPU Hours: Total","[ybsbu] GPU Hours: Total","[yebbu] GPU Hours: Total","[yebsa] GPU Hours: Total","[yebwa] GPU Hours: Total" +"2016 Q4",465.4928,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 +"2017 Q1",41.4200,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/timeseries-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/timeseries-Year-cd.csv index 49cba0629a..dbfa5742db 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/timeseries-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/timeseries-Year-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[noror] GPU Hours: Total","[allga] GPU Hours: Total","[alpsw] GPU Hours: Total","[aytinis] GPU Hours: Total","[blhbu] GPU Hours: Total","[boowa] GPU Hours: Total","[caspl] GPU Hours: Total","[categ] GPU Hours: Total","[chaff] GPU Hours: Total","[coot1] GPU Hours: Total","[corsh] GPU Hours: Total","[crama] GPU Hours: Total","[crane] GPU Hours: Total","[dunli] GPU Hours: Total","[duswa] GPU Hours: Total","[egygo] GPU Hours: Total","[evegr] GPU Hours: Total","[ferdu] GPU Hours: Total","[field] GPU Hours: Total","[garwa] GPU Hours: Total","[gloib] GPU Hours: Total","[grath] GPU Hours: Total","[grgsh] GPU Hours: Total","[henha] GPU Hours: Total","[honbu] GPU Hours: Total","[hoowa] GPU Hours: Total","[jackd] GPU Hours: Total","[lanhach] GPU Hours: Total","[lapwi] GPU Hours: Total","[legsh] GPU Hours: Total","[lesre] GPU Hours: Total","[litau] GPU Hours: Total","[litst] GPU Hours: Total","[mamwa] GPU Hours: Total","[meapi] GPU Hours: Total","[misth] GPU Hours: Total","[moorh] GPU Hours: Total","[ovenb] GPU Hours: Total","[pereg] GPU Hours: Total","[pibgr] GPU Hours: Total","[proubis] GPU Hours: Total","[reebu] GPU Hours: Total","[relpa] GPU Hours: Total","[ribgu] GPU Hours: Total","[rolle] GPU Hours: Total","[sancr] GPU Hours: Total","[sante] GPU Hours: Total","[sarwa] GPU Hours: Total","[savsp] GPU Hours: Total","[shag1] GPU Hours: Total","[shttr] GPU Hours: Total","[siski] GPU Hours: Total","[smew1] GPU Hours: Total","[sogsh] GPU Hours: Total","[sposa] GPU Hours: Total","[swath] GPU Hours: Total","[turdo] GPU Hours: Total","[velsc] GPU Hours: Total","[vertera] GPU Hours: Total","[whimb] GPU Hours: Total","[whtpl] GPU Hours: Total","[whtsp] GPU Hours: Total","[ybsbu] GPU Hours: Total","[yebbu] GPU Hours: Total","[yebsa] GPU Hours: Total","[yebwa] GPU Hours: Total" -2016,465.4928,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 -2017,41.4200,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000 +Year,"[noror] GPU Hours: Total","[allga] GPU Hours: Total","[alpsw] GPU Hours: Total","[aytinis] GPU Hours: Total","[blhbu] GPU Hours: Total","[boowa] GPU Hours: Total","[caspl] GPU Hours: Total","[categ] GPU Hours: Total","[chaff] GPU Hours: Total","[coot1] GPU Hours: Total","[corsh] GPU Hours: Total","[crama] GPU Hours: Total","[crane] GPU Hours: Total","[dunli] GPU Hours: Total","[duswa] GPU Hours: Total","[egygo] GPU Hours: Total","[evegr] GPU Hours: Total","[ferdu] GPU Hours: Total","[field] GPU Hours: Total","[garwa] GPU Hours: Total","[gloib] GPU Hours: Total","[grath] GPU Hours: Total","[grgsh] GPU Hours: Total","[hardu] GPU Hours: Total","[henha] GPU Hours: Total","[honbu] GPU Hours: Total","[hoowa] GPU Hours: Total","[jackd] GPU Hours: Total","[lanhach] GPU Hours: Total","[lapwi] GPU Hours: Total","[legsh] GPU Hours: Total","[lesre] GPU Hours: Total","[litau] GPU Hours: Total","[litst] GPU Hours: Total","[mamwa] GPU Hours: Total","[meapi] GPU Hours: Total","[misth] GPU Hours: Total","[moorh] GPU Hours: Total","[ovenb] GPU Hours: Total","[pereg] GPU Hours: Total","[pibgr] GPU Hours: Total","[proubis] GPU Hours: Total","[reebu] GPU Hours: Total","[relpa] GPU Hours: Total","[ribgu] GPU Hours: Total","[rolle] GPU Hours: Total","[sancr] GPU Hours: Total","[sante] GPU Hours: Total","[sarwa] GPU Hours: Total","[savsp] GPU Hours: Total","[shag1] GPU Hours: Total","[shttr] GPU Hours: Total","[siski] GPU Hours: Total","[smew1] GPU Hours: Total","[sogsh] GPU Hours: Total","[sposa] GPU Hours: Total","[swath] GPU Hours: Total","[turdo] GPU Hours: Total","[velsc] GPU Hours: Total","[vertera] GPU Hours: Total","[whimb] GPU Hours: Total","[whtpl] GPU Hours: Total","[whtsp] GPU Hours: Total","[ybsbu] GPU Hours: Total","[yebbu] GPU Hours: Total","[yebsa] GPU Hours: Total","[yebwa] GPU Hours: Total" +2016,465.4928,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 +2017,41.4200,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/timeseries-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/timeseries-Year-cs.csv index 49cba0629a..dbfa5742db 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/timeseries-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_gpu_hours/timeseries-Year-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[noror] GPU Hours: Total","[allga] GPU Hours: Total","[alpsw] GPU Hours: Total","[aytinis] GPU Hours: Total","[blhbu] GPU Hours: Total","[boowa] GPU Hours: Total","[caspl] GPU Hours: Total","[categ] GPU Hours: Total","[chaff] GPU Hours: Total","[coot1] GPU Hours: Total","[corsh] GPU Hours: Total","[crama] GPU Hours: Total","[crane] GPU Hours: Total","[dunli] GPU Hours: Total","[duswa] GPU Hours: Total","[egygo] GPU Hours: Total","[evegr] GPU Hours: Total","[ferdu] GPU Hours: Total","[field] GPU Hours: Total","[garwa] GPU Hours: Total","[gloib] GPU Hours: Total","[grath] GPU Hours: Total","[grgsh] GPU Hours: Total","[henha] GPU Hours: Total","[honbu] GPU Hours: Total","[hoowa] GPU Hours: Total","[jackd] GPU Hours: Total","[lanhach] GPU Hours: Total","[lapwi] GPU Hours: Total","[legsh] GPU Hours: Total","[lesre] GPU Hours: Total","[litau] GPU Hours: Total","[litst] GPU Hours: Total","[mamwa] GPU Hours: Total","[meapi] GPU Hours: Total","[misth] GPU Hours: Total","[moorh] GPU Hours: Total","[ovenb] GPU Hours: Total","[pereg] GPU Hours: Total","[pibgr] GPU Hours: Total","[proubis] GPU Hours: Total","[reebu] GPU Hours: Total","[relpa] GPU Hours: Total","[ribgu] GPU Hours: Total","[rolle] GPU Hours: Total","[sancr] GPU Hours: Total","[sante] GPU Hours: Total","[sarwa] GPU Hours: Total","[savsp] GPU Hours: Total","[shag1] GPU Hours: Total","[shttr] GPU Hours: Total","[siski] GPU Hours: Total","[smew1] GPU Hours: Total","[sogsh] GPU Hours: Total","[sposa] GPU Hours: Total","[swath] GPU Hours: Total","[turdo] GPU Hours: Total","[velsc] GPU Hours: Total","[vertera] GPU Hours: Total","[whimb] GPU Hours: Total","[whtpl] GPU Hours: Total","[whtsp] GPU Hours: Total","[ybsbu] GPU Hours: Total","[yebbu] GPU Hours: Total","[yebsa] GPU Hours: Total","[yebwa] GPU Hours: Total" -2016,465.4928,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 -2017,41.4200,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000 +Year,"[noror] GPU Hours: Total","[allga] GPU Hours: Total","[alpsw] GPU Hours: Total","[aytinis] GPU Hours: Total","[blhbu] GPU Hours: Total","[boowa] GPU Hours: Total","[caspl] GPU Hours: Total","[categ] GPU Hours: Total","[chaff] GPU Hours: Total","[coot1] GPU Hours: Total","[corsh] GPU Hours: Total","[crama] GPU Hours: Total","[crane] GPU Hours: Total","[dunli] GPU Hours: Total","[duswa] GPU Hours: Total","[egygo] GPU Hours: Total","[evegr] GPU Hours: Total","[ferdu] GPU Hours: Total","[field] GPU Hours: Total","[garwa] GPU Hours: Total","[gloib] GPU Hours: Total","[grath] GPU Hours: Total","[grgsh] GPU Hours: Total","[hardu] GPU Hours: Total","[henha] GPU Hours: Total","[honbu] GPU Hours: Total","[hoowa] GPU Hours: Total","[jackd] GPU Hours: Total","[lanhach] GPU Hours: Total","[lapwi] GPU Hours: Total","[legsh] GPU Hours: Total","[lesre] GPU Hours: Total","[litau] GPU Hours: Total","[litst] GPU Hours: Total","[mamwa] GPU Hours: Total","[meapi] GPU Hours: Total","[misth] GPU Hours: Total","[moorh] GPU Hours: Total","[ovenb] GPU Hours: Total","[pereg] GPU Hours: Total","[pibgr] GPU Hours: Total","[proubis] GPU Hours: Total","[reebu] GPU Hours: Total","[relpa] GPU Hours: Total","[ribgu] GPU Hours: Total","[rolle] GPU Hours: Total","[sancr] GPU Hours: Total","[sante] GPU Hours: Total","[sarwa] GPU Hours: Total","[savsp] GPU Hours: Total","[shag1] GPU Hours: Total","[shttr] GPU Hours: Total","[siski] GPU Hours: Total","[smew1] GPU Hours: Total","[sogsh] GPU Hours: Total","[sposa] GPU Hours: Total","[swath] GPU Hours: Total","[turdo] GPU Hours: Total","[velsc] GPU Hours: Total","[vertera] GPU Hours: Total","[whimb] GPU Hours: Total","[whtpl] GPU Hours: Total","[whtsp] GPU Hours: Total","[ybsbu] GPU Hours: Total","[yebbu] GPU Hours: Total","[yebsa] GPU Hours: Total","[yebwa] GPU Hours: Total" +2016,465.4928,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 +2017,41.4200,0,0.0000,0,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0,0.0000,0.0000,0.0000,0,0.0000,0,0,0,0.0000,0,0,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0.0000,0,0.0000,0.0000,0,0,0.0000,0,0,0.0000,0.0000,0.0000,0.0000,0,0,0.0000,0.0000,0,0.0000,0,0.0000,0.0000,0,0.0000,0,0,0.0000,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/aggregate-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/aggregate-Day-cd.csv index c41419e2a2..93ee6e7bc9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/aggregate-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/aggregate-Day-cd.csv @@ -69,6 +69,7 @@ coot1,23.3244 categ,23.3156 litst,3.6653 allga,2.3450 +hardu,2.3450 crama,1.1269 savsp,0.6342 relpa,0.0650 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/aggregate-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/aggregate-Day-cs.csv index c41419e2a2..93ee6e7bc9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/aggregate-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/aggregate-Day-cs.csv @@ -69,6 +69,7 @@ coot1,23.3244 categ,23.3156 litst,3.6653 allga,2.3450 +hardu,2.3450 crama,1.1269 savsp,0.6342 relpa,0.0650 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/aggregate-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/aggregate-Month-cd.csv index c41419e2a2..93ee6e7bc9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/aggregate-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/aggregate-Month-cd.csv @@ -69,6 +69,7 @@ coot1,23.3244 categ,23.3156 litst,3.6653 allga,2.3450 +hardu,2.3450 crama,1.1269 savsp,0.6342 relpa,0.0650 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/aggregate-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/aggregate-Month-cs.csv index c41419e2a2..93ee6e7bc9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/aggregate-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/aggregate-Month-cs.csv @@ -69,6 +69,7 @@ coot1,23.3244 categ,23.3156 litst,3.6653 allga,2.3450 +hardu,2.3450 crama,1.1269 savsp,0.6342 relpa,0.0650 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/aggregate-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/aggregate-Quarter-cd.csv index c41419e2a2..93ee6e7bc9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/aggregate-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/aggregate-Quarter-cd.csv @@ -69,6 +69,7 @@ coot1,23.3244 categ,23.3156 litst,3.6653 allga,2.3450 +hardu,2.3450 crama,1.1269 savsp,0.6342 relpa,0.0650 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/aggregate-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/aggregate-Quarter-cs.csv index c41419e2a2..93ee6e7bc9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/aggregate-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/aggregate-Quarter-cs.csv @@ -69,6 +69,7 @@ coot1,23.3244 categ,23.3156 litst,3.6653 allga,2.3450 +hardu,2.3450 crama,1.1269 savsp,0.6342 relpa,0.0650 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/aggregate-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/aggregate-Year-cd.csv index c41419e2a2..93ee6e7bc9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/aggregate-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/aggregate-Year-cd.csv @@ -69,6 +69,7 @@ coot1,23.3244 categ,23.3156 litst,3.6653 allga,2.3450 +hardu,2.3450 crama,1.1269 savsp,0.6342 relpa,0.0650 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/aggregate-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/aggregate-Year-cs.csv index c41419e2a2..93ee6e7bc9 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/aggregate-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/aggregate-Year-cs.csv @@ -69,6 +69,7 @@ coot1,23.3244 categ,23.3156 litst,3.6653 allga,2.3450 +hardu,2.3450 crama,1.1269 savsp,0.6342 relpa,0.0650 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/timeseries-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/timeseries-Day-cd.csv index eec0e9ee9f..086865b7da 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/timeseries-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/timeseries-Day-cd.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[moorh] Node Hours: Total","[honbu] Node Hours: Total","[lapwi] Node Hours: Total","[meapi] Node Hours: Total","[legsh] Node Hours: Total","[aytinis] Node Hours: Total","[garwa] Node Hours: Total","[sarwa] Node Hours: Total","[reebu] Node Hours: Total","[crane] Node Hours: Total","[caspl] Node Hours: Total","[smew1] Node Hours: Total","[sancr] Node Hours: Total","[turdo] Node Hours: Total","[duswa] Node Hours: Total","[shttr] Node Hours: Total","[sposa] Node Hours: Total","[chaff] Node Hours: Total","[yebsa] Node Hours: Total","[egygo] Node Hours: Total","[velsc] Node Hours: Total","[siski] Node Hours: Total","[grath] Node Hours: Total","[swath] Node Hours: Total","[pibgr] Node Hours: Total","[whtsp] Node Hours: Total","[hoowa] Node Hours: Total","[corsh] Node Hours: Total","[misth] Node Hours: Total","[ovenb] Node Hours: Total","[whimb] Node Hours: Total","[pereg] Node Hours: Total","[ferdu] Node Hours: Total","[evegr] Node Hours: Total","[noror] Node Hours: Total","[boowa] Node Hours: Total","[ybsbu] Node Hours: Total","[shag1] Node Hours: Total","[yebwa] Node Hours: Total","[sante] Node Hours: Total","[dunli] Node Hours: Total","[sogsh] Node Hours: Total","[whtpl] Node Hours: Total","[vertera] Node Hours: Total","[henha] Node Hours: Total","[yebbu] Node Hours: Total","[jackd] Node Hours: Total","[alpsw] Node Hours: Total","[mamwa] Node Hours: Total","[litau] Node Hours: Total","[lanhach] Node Hours: Total","[blhbu] Node Hours: Total","[grgsh] Node Hours: Total","[rolle] Node Hours: Total","[gloib] Node Hours: Total","[field] Node Hours: Total","[lesre] Node Hours: Total","[proubis] Node Hours: Total","[ribgu] Node Hours: Total","[coot1] Node Hours: Total","[categ] Node Hours: Total","[litst] Node Hours: Total","[allga] Node Hours: Total","[crama] Node Hours: Total","[savsp] Node Hours: Total","[relpa] Node Hours: Total" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,16.9417,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16.7464,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,8.6036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-25,0,0,0,0,0,0,0,0,6.3481,0,0,0,0,26.1597,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-26,0,0,0,0,0,0,13.5208,0,48.0000,0,0,0,0,48.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-27,0,3.2167,0,311.6178,0,0,120.0000,0,67.3094,0,0,0,81.3556,48.0000,0,69.8267,0,30.3978,0,0,249.7600,123.9850,0,0,0,0,0,0,0,19.7467,0,0,0,0,24.0000,19.9056,8.5497,0,0,24.0000,0,0,0,0,0,0,0,0,4.7214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-28,953.0369,24.0000,1962.8444,1827.6600,0,1841.7169,144.4211,99.9533,292.0297,0,0,0,214.6856,48.0000,0,176.3833,0,192.0000,0,0,288.0000,220.6683,0,0,0,0,43.9492,0,28.0381,96.0000,0,0,0,0,24.0000,24.0000,24.0000,21.4100,0,24.0000,0,0,15.1192,0,0,0,0,0,24.0000,0,0,0,0,0,4.7006,0,0,0,0,0,0,0,0,0,0,0 -2016-12-29,12583.2597,162.8525,3901.6422,4127.8400,0,2472.0000,477.7553,453.1217,356.2911,152.8733,0,485.1050,560.2247,67.1983,0,246.3689,40.6164,192.0000,138.9664,102.7444,288.0000,288.0000,3.6200,30.9803,233.0019,0,138.9556,29.7878,216.0000,96.0000,0,117.1903,15.0097,26.9772,24.0000,24.0000,42.5322,56.8025,129.7778,39.1372,0,0,72.0000,0,10.0983,37.9494,0,0,24.0000,10.4008,22.2422,0,0,0,24.0000,0,7.1736,0,0,0,0,0,0,0,0,0 -2016-12-30,21766.1511,6346.5897,5473.3125,3907.9711,3055.8617,2472.0000,378.4569,506.1717,461.5083,510.5000,0,914.9350,473.6558,380.4372,617.0356,230.8942,572.9283,192.0000,291.6108,575.7072,47.7578,152.2233,67.3875,450.0547,267.2011,0,178.1372,143.8583,160.0869,96.0000,56.9267,122.3403,120.0000,255.2861,24.0000,175.8633,108.4533,85.7392,50.3500,7.1367,51.2486,108.1047,45.2903,27.2458,82.1119,48.0006,43.3692,3.2589,19.2856,13.6064,15.8617,13.9453,40.8392,7.5778,19.3061,8.0044,13.1356,11.6692,17.7975,7.7811,7.7806,3.0522,2.3450,1.1269,0.2208,0.0650 -2016-12-31,20518.0064,8276.1947,2761.8142,1833.6711,5534.6542,630.7428,1112.6033,865.8689,329.0272,569.9600,3.1458,132.5433,164.2022,372.1011,475.1289,179.7156,380.1389,192.0000,323.7333,205.3683,0,55.5433,714.0100,69.6578,0,299.0033,97.5139,144.0000,24.0000,82.8536,195.8258,120.0000,120.0000,0,24.4508,7.7117,48.8944,58.9750,0,0,10.4561,25.9131,0,76.1869,8.6314,14.7489,44.0186,65.9689,0,45.3169,3.8883,45.9239,13.7992,42.7433,0,19.7881,5.9961,11.6819,14.1122,7.7850,7.7769,0.6131,0,0,0.3878,0 -2017-01-01,11183.6664,790.6731,1254.4625,197.5933,0,0,526.7989,79.1089,196.9956,389.4844,1590.0014,0,0,368.2992,0,123.3775,21.1656,161.6600,141.3592,0,0,0,17.6292,0,0,159.9050,0,120.3844,5.0458,23.2242,157.1200,13.1861,95.0292,0,40.6492,0,0,4.9539,0.4333,0,88.8292,1.7419,0,17.1758,0,0,0,7.1189,0,0.9528,20.2619,0,0,4.2811,0,15.3294,11.4906,11.6350,0,7.7583,7.7581,0,0,0,0.0256,0 +Day,"[moorh] Node Hours: Total","[honbu] Node Hours: Total","[lapwi] Node Hours: Total","[meapi] Node Hours: Total","[legsh] Node Hours: Total","[aytinis] Node Hours: Total","[garwa] Node Hours: Total","[sarwa] Node Hours: Total","[reebu] Node Hours: Total","[crane] Node Hours: Total","[caspl] Node Hours: Total","[smew1] Node Hours: Total","[sancr] Node Hours: Total","[turdo] Node Hours: Total","[duswa] Node Hours: Total","[shttr] Node Hours: Total","[sposa] Node Hours: Total","[chaff] Node Hours: Total","[yebsa] Node Hours: Total","[egygo] Node Hours: Total","[velsc] Node Hours: Total","[siski] Node Hours: Total","[grath] Node Hours: Total","[swath] Node Hours: Total","[pibgr] Node Hours: Total","[whtsp] Node Hours: Total","[hoowa] Node Hours: Total","[corsh] Node Hours: Total","[misth] Node Hours: Total","[ovenb] Node Hours: Total","[whimb] Node Hours: Total","[pereg] Node Hours: Total","[ferdu] Node Hours: Total","[evegr] Node Hours: Total","[noror] Node Hours: Total","[boowa] Node Hours: Total","[ybsbu] Node Hours: Total","[shag1] Node Hours: Total","[yebwa] Node Hours: Total","[sante] Node Hours: Total","[dunli] Node Hours: Total","[sogsh] Node Hours: Total","[whtpl] Node Hours: Total","[vertera] Node Hours: Total","[henha] Node Hours: Total","[yebbu] Node Hours: Total","[jackd] Node Hours: Total","[alpsw] Node Hours: Total","[mamwa] Node Hours: Total","[litau] Node Hours: Total","[lanhach] Node Hours: Total","[blhbu] Node Hours: Total","[grgsh] Node Hours: Total","[rolle] Node Hours: Total","[gloib] Node Hours: Total","[field] Node Hours: Total","[lesre] Node Hours: Total","[proubis] Node Hours: Total","[ribgu] Node Hours: Total","[coot1] Node Hours: Total","[categ] Node Hours: Total","[litst] Node Hours: Total","[allga] Node Hours: Total","[hardu] Node Hours: Total","[crama] Node Hours: Total","[savsp] Node Hours: Total","[relpa] Node Hours: Total" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,16.9417,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16.7464,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,8.6036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-25,0,0,0,0,0,0,0,0,6.3481,0,0,0,0,26.1597,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-26,0,0,0,0,0,0,13.5208,0,48.0000,0,0,0,0,48.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-27,0,3.2167,0,311.6178,0,0,120.0000,0,67.3094,0,0,0,81.3556,48.0000,0,69.8267,0,30.3978,0,0,249.7600,123.9850,0,0,0,0,0,0,0,19.7467,0,0,0,0,24.0000,19.9056,8.5497,0,0,24.0000,0,0,0,0,0,0,0,0,4.7214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-28,953.0369,24.0000,1962.8444,1827.6600,0,1841.7169,144.4211,99.9533,292.0297,0,0,0,214.6856,48.0000,0,176.3833,0,192.0000,0,0,288.0000,220.6683,0,0,0,0,43.9492,0,28.0381,96.0000,0,0,0,0,24.0000,24.0000,24.0000,21.4100,0,24.0000,0,0,15.1192,0,0,0,0,0,24.0000,0,0,0,0,0,4.7006,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-29,12583.2597,162.8525,3901.6422,4127.8400,0,2472.0000,477.7553,453.1217,356.2911,152.8733,0,485.1050,560.2247,67.1983,0,246.3689,40.6164,192.0000,138.9664,102.7444,288.0000,288.0000,3.6200,30.9803,233.0019,0,138.9556,29.7878,216.0000,96.0000,0,117.1903,15.0097,26.9772,24.0000,24.0000,42.5322,56.8025,129.7778,39.1372,0,0,72.0000,0,10.0983,37.9494,0,0,24.0000,10.4008,22.2422,0,0,0,24.0000,0,7.1736,0,0,0,0,0,0,0,0,0,0 +2016-12-30,21766.1511,6346.5897,5473.3125,3907.9711,3055.8617,2472.0000,378.4569,506.1717,461.5083,510.5000,0,914.9350,473.6558,380.4372,617.0356,230.8942,572.9283,192.0000,291.6108,575.7072,47.7578,152.2233,67.3875,450.0547,267.2011,0,178.1372,143.8583,160.0869,96.0000,56.9267,122.3403,120.0000,255.2861,24.0000,175.8633,108.4533,85.7392,50.3500,7.1367,51.2486,108.1047,45.2903,27.2458,82.1119,48.0006,43.3692,3.2589,19.2856,13.6064,15.8617,13.9453,40.8392,7.5778,19.3061,8.0044,13.1356,11.6692,17.7975,7.7811,7.7806,3.0522,2.3450,2.3450,1.1269,0.2208,0.0650 +2016-12-31,20518.0064,8276.1947,2761.8142,1833.6711,5534.6542,630.7428,1112.6033,865.8689,329.0272,569.9600,3.1458,132.5433,164.2022,372.1011,475.1289,179.7156,380.1389,192.0000,323.7333,205.3683,0,55.5433,714.0100,69.6578,0,299.0033,97.5139,144.0000,24.0000,82.8536,195.8258,120.0000,120.0000,0,24.4508,7.7117,48.8944,58.9750,0,0,10.4561,25.9131,0,76.1869,8.6314,14.7489,44.0186,65.9689,0,45.3169,3.8883,45.9239,13.7992,42.7433,0,19.7881,5.9961,11.6819,14.1122,7.7850,7.7769,0.6131,0,0,0,0.3878,0 +2017-01-01,11183.6664,790.6731,1254.4625,197.5933,0,0,526.7989,79.1089,196.9956,389.4844,1590.0014,0,0,368.2992,0,123.3775,21.1656,161.6600,141.3592,0,0,0,17.6292,0,0,159.9050,0,120.3844,5.0458,23.2242,157.1200,13.1861,95.0292,0,40.6492,0,0,4.9539,0.4333,0,88.8292,1.7419,0,17.1758,0,0,0,7.1189,0,0.9528,20.2619,0,0,4.2811,0,15.3294,11.4906,11.6350,0,7.7583,7.7581,0,0,0,0,0.0256,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/timeseries-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/timeseries-Day-cs.csv index eec0e9ee9f..086865b7da 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/timeseries-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/timeseries-Day-cs.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[moorh] Node Hours: Total","[honbu] Node Hours: Total","[lapwi] Node Hours: Total","[meapi] Node Hours: Total","[legsh] Node Hours: Total","[aytinis] Node Hours: Total","[garwa] Node Hours: Total","[sarwa] Node Hours: Total","[reebu] Node Hours: Total","[crane] Node Hours: Total","[caspl] Node Hours: Total","[smew1] Node Hours: Total","[sancr] Node Hours: Total","[turdo] Node Hours: Total","[duswa] Node Hours: Total","[shttr] Node Hours: Total","[sposa] Node Hours: Total","[chaff] Node Hours: Total","[yebsa] Node Hours: Total","[egygo] Node Hours: Total","[velsc] Node Hours: Total","[siski] Node Hours: Total","[grath] Node Hours: Total","[swath] Node Hours: Total","[pibgr] Node Hours: Total","[whtsp] Node Hours: Total","[hoowa] Node Hours: Total","[corsh] Node Hours: Total","[misth] Node Hours: Total","[ovenb] Node Hours: Total","[whimb] Node Hours: Total","[pereg] Node Hours: Total","[ferdu] Node Hours: Total","[evegr] Node Hours: Total","[noror] Node Hours: Total","[boowa] Node Hours: Total","[ybsbu] Node Hours: Total","[shag1] Node Hours: Total","[yebwa] Node Hours: Total","[sante] Node Hours: Total","[dunli] Node Hours: Total","[sogsh] Node Hours: Total","[whtpl] Node Hours: Total","[vertera] Node Hours: Total","[henha] Node Hours: Total","[yebbu] Node Hours: Total","[jackd] Node Hours: Total","[alpsw] Node Hours: Total","[mamwa] Node Hours: Total","[litau] Node Hours: Total","[lanhach] Node Hours: Total","[blhbu] Node Hours: Total","[grgsh] Node Hours: Total","[rolle] Node Hours: Total","[gloib] Node Hours: Total","[field] Node Hours: Total","[lesre] Node Hours: Total","[proubis] Node Hours: Total","[ribgu] Node Hours: Total","[coot1] Node Hours: Total","[categ] Node Hours: Total","[litst] Node Hours: Total","[allga] Node Hours: Total","[crama] Node Hours: Total","[savsp] Node Hours: Total","[relpa] Node Hours: Total" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,16.9417,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16.7464,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,8.6036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-25,0,0,0,0,0,0,0,0,6.3481,0,0,0,0,26.1597,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-26,0,0,0,0,0,0,13.5208,0,48.0000,0,0,0,0,48.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-27,0,3.2167,0,311.6178,0,0,120.0000,0,67.3094,0,0,0,81.3556,48.0000,0,69.8267,0,30.3978,0,0,249.7600,123.9850,0,0,0,0,0,0,0,19.7467,0,0,0,0,24.0000,19.9056,8.5497,0,0,24.0000,0,0,0,0,0,0,0,0,4.7214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-28,953.0369,24.0000,1962.8444,1827.6600,0,1841.7169,144.4211,99.9533,292.0297,0,0,0,214.6856,48.0000,0,176.3833,0,192.0000,0,0,288.0000,220.6683,0,0,0,0,43.9492,0,28.0381,96.0000,0,0,0,0,24.0000,24.0000,24.0000,21.4100,0,24.0000,0,0,15.1192,0,0,0,0,0,24.0000,0,0,0,0,0,4.7006,0,0,0,0,0,0,0,0,0,0,0 -2016-12-29,12583.2597,162.8525,3901.6422,4127.8400,0,2472.0000,477.7553,453.1217,356.2911,152.8733,0,485.1050,560.2247,67.1983,0,246.3689,40.6164,192.0000,138.9664,102.7444,288.0000,288.0000,3.6200,30.9803,233.0019,0,138.9556,29.7878,216.0000,96.0000,0,117.1903,15.0097,26.9772,24.0000,24.0000,42.5322,56.8025,129.7778,39.1372,0,0,72.0000,0,10.0983,37.9494,0,0,24.0000,10.4008,22.2422,0,0,0,24.0000,0,7.1736,0,0,0,0,0,0,0,0,0 -2016-12-30,21766.1511,6346.5897,5473.3125,3907.9711,3055.8617,2472.0000,378.4569,506.1717,461.5083,510.5000,0,914.9350,473.6558,380.4372,617.0356,230.8942,572.9283,192.0000,291.6108,575.7072,47.7578,152.2233,67.3875,450.0547,267.2011,0,178.1372,143.8583,160.0869,96.0000,56.9267,122.3403,120.0000,255.2861,24.0000,175.8633,108.4533,85.7392,50.3500,7.1367,51.2486,108.1047,45.2903,27.2458,82.1119,48.0006,43.3692,3.2589,19.2856,13.6064,15.8617,13.9453,40.8392,7.5778,19.3061,8.0044,13.1356,11.6692,17.7975,7.7811,7.7806,3.0522,2.3450,1.1269,0.2208,0.0650 -2016-12-31,20518.0064,8276.1947,2761.8142,1833.6711,5534.6542,630.7428,1112.6033,865.8689,329.0272,569.9600,3.1458,132.5433,164.2022,372.1011,475.1289,179.7156,380.1389,192.0000,323.7333,205.3683,0,55.5433,714.0100,69.6578,0,299.0033,97.5139,144.0000,24.0000,82.8536,195.8258,120.0000,120.0000,0,24.4508,7.7117,48.8944,58.9750,0,0,10.4561,25.9131,0,76.1869,8.6314,14.7489,44.0186,65.9689,0,45.3169,3.8883,45.9239,13.7992,42.7433,0,19.7881,5.9961,11.6819,14.1122,7.7850,7.7769,0.6131,0,0,0.3878,0 -2017-01-01,11183.6664,790.6731,1254.4625,197.5933,0,0,526.7989,79.1089,196.9956,389.4844,1590.0014,0,0,368.2992,0,123.3775,21.1656,161.6600,141.3592,0,0,0,17.6292,0,0,159.9050,0,120.3844,5.0458,23.2242,157.1200,13.1861,95.0292,0,40.6492,0,0,4.9539,0.4333,0,88.8292,1.7419,0,17.1758,0,0,0,7.1189,0,0.9528,20.2619,0,0,4.2811,0,15.3294,11.4906,11.6350,0,7.7583,7.7581,0,0,0,0.0256,0 +Day,"[moorh] Node Hours: Total","[honbu] Node Hours: Total","[lapwi] Node Hours: Total","[meapi] Node Hours: Total","[legsh] Node Hours: Total","[aytinis] Node Hours: Total","[garwa] Node Hours: Total","[sarwa] Node Hours: Total","[reebu] Node Hours: Total","[crane] Node Hours: Total","[caspl] Node Hours: Total","[smew1] Node Hours: Total","[sancr] Node Hours: Total","[turdo] Node Hours: Total","[duswa] Node Hours: Total","[shttr] Node Hours: Total","[sposa] Node Hours: Total","[chaff] Node Hours: Total","[yebsa] Node Hours: Total","[egygo] Node Hours: Total","[velsc] Node Hours: Total","[siski] Node Hours: Total","[grath] Node Hours: Total","[swath] Node Hours: Total","[pibgr] Node Hours: Total","[whtsp] Node Hours: Total","[hoowa] Node Hours: Total","[corsh] Node Hours: Total","[misth] Node Hours: Total","[ovenb] Node Hours: Total","[whimb] Node Hours: Total","[pereg] Node Hours: Total","[ferdu] Node Hours: Total","[evegr] Node Hours: Total","[noror] Node Hours: Total","[boowa] Node Hours: Total","[ybsbu] Node Hours: Total","[shag1] Node Hours: Total","[yebwa] Node Hours: Total","[sante] Node Hours: Total","[dunli] Node Hours: Total","[sogsh] Node Hours: Total","[whtpl] Node Hours: Total","[vertera] Node Hours: Total","[henha] Node Hours: Total","[yebbu] Node Hours: Total","[jackd] Node Hours: Total","[alpsw] Node Hours: Total","[mamwa] Node Hours: Total","[litau] Node Hours: Total","[lanhach] Node Hours: Total","[blhbu] Node Hours: Total","[grgsh] Node Hours: Total","[rolle] Node Hours: Total","[gloib] Node Hours: Total","[field] Node Hours: Total","[lesre] Node Hours: Total","[proubis] Node Hours: Total","[ribgu] Node Hours: Total","[coot1] Node Hours: Total","[categ] Node Hours: Total","[litst] Node Hours: Total","[allga] Node Hours: Total","[hardu] Node Hours: Total","[crama] Node Hours: Total","[savsp] Node Hours: Total","[relpa] Node Hours: Total" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,16.9417,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16.7464,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,8.6036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-25,0,0,0,0,0,0,0,0,6.3481,0,0,0,0,26.1597,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-26,0,0,0,0,0,0,13.5208,0,48.0000,0,0,0,0,48.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-27,0,3.2167,0,311.6178,0,0,120.0000,0,67.3094,0,0,0,81.3556,48.0000,0,69.8267,0,30.3978,0,0,249.7600,123.9850,0,0,0,0,0,0,0,19.7467,0,0,0,0,24.0000,19.9056,8.5497,0,0,24.0000,0,0,0,0,0,0,0,0,4.7214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-28,953.0369,24.0000,1962.8444,1827.6600,0,1841.7169,144.4211,99.9533,292.0297,0,0,0,214.6856,48.0000,0,176.3833,0,192.0000,0,0,288.0000,220.6683,0,0,0,0,43.9492,0,28.0381,96.0000,0,0,0,0,24.0000,24.0000,24.0000,21.4100,0,24.0000,0,0,15.1192,0,0,0,0,0,24.0000,0,0,0,0,0,4.7006,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-29,12583.2597,162.8525,3901.6422,4127.8400,0,2472.0000,477.7553,453.1217,356.2911,152.8733,0,485.1050,560.2247,67.1983,0,246.3689,40.6164,192.0000,138.9664,102.7444,288.0000,288.0000,3.6200,30.9803,233.0019,0,138.9556,29.7878,216.0000,96.0000,0,117.1903,15.0097,26.9772,24.0000,24.0000,42.5322,56.8025,129.7778,39.1372,0,0,72.0000,0,10.0983,37.9494,0,0,24.0000,10.4008,22.2422,0,0,0,24.0000,0,7.1736,0,0,0,0,0,0,0,0,0,0 +2016-12-30,21766.1511,6346.5897,5473.3125,3907.9711,3055.8617,2472.0000,378.4569,506.1717,461.5083,510.5000,0,914.9350,473.6558,380.4372,617.0356,230.8942,572.9283,192.0000,291.6108,575.7072,47.7578,152.2233,67.3875,450.0547,267.2011,0,178.1372,143.8583,160.0869,96.0000,56.9267,122.3403,120.0000,255.2861,24.0000,175.8633,108.4533,85.7392,50.3500,7.1367,51.2486,108.1047,45.2903,27.2458,82.1119,48.0006,43.3692,3.2589,19.2856,13.6064,15.8617,13.9453,40.8392,7.5778,19.3061,8.0044,13.1356,11.6692,17.7975,7.7811,7.7806,3.0522,2.3450,2.3450,1.1269,0.2208,0.0650 +2016-12-31,20518.0064,8276.1947,2761.8142,1833.6711,5534.6542,630.7428,1112.6033,865.8689,329.0272,569.9600,3.1458,132.5433,164.2022,372.1011,475.1289,179.7156,380.1389,192.0000,323.7333,205.3683,0,55.5433,714.0100,69.6578,0,299.0033,97.5139,144.0000,24.0000,82.8536,195.8258,120.0000,120.0000,0,24.4508,7.7117,48.8944,58.9750,0,0,10.4561,25.9131,0,76.1869,8.6314,14.7489,44.0186,65.9689,0,45.3169,3.8883,45.9239,13.7992,42.7433,0,19.7881,5.9961,11.6819,14.1122,7.7850,7.7769,0.6131,0,0,0,0.3878,0 +2017-01-01,11183.6664,790.6731,1254.4625,197.5933,0,0,526.7989,79.1089,196.9956,389.4844,1590.0014,0,0,368.2992,0,123.3775,21.1656,161.6600,141.3592,0,0,0,17.6292,0,0,159.9050,0,120.3844,5.0458,23.2242,157.1200,13.1861,95.0292,0,40.6492,0,0,4.9539,0.4333,0,88.8292,1.7419,0,17.1758,0,0,0,7.1189,0,0.9528,20.2619,0,0,4.2811,0,15.3294,11.4906,11.6350,0,7.7583,7.7581,0,0,0,0,0.0256,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/timeseries-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/timeseries-Month-cd.csv index 82f6eb8eef..77473b30b8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/timeseries-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/timeseries-Month-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[moorh] Node Hours: Total","[honbu] Node Hours: Total","[lapwi] Node Hours: Total","[meapi] Node Hours: Total","[legsh] Node Hours: Total","[aytinis] Node Hours: Total","[garwa] Node Hours: Total","[sarwa] Node Hours: Total","[reebu] Node Hours: Total","[crane] Node Hours: Total","[caspl] Node Hours: Total","[smew1] Node Hours: Total","[sancr] Node Hours: Total","[turdo] Node Hours: Total","[duswa] Node Hours: Total","[shttr] Node Hours: Total","[sposa] Node Hours: Total","[chaff] Node Hours: Total","[yebsa] Node Hours: Total","[egygo] Node Hours: Total","[velsc] Node Hours: Total","[siski] Node Hours: Total","[grath] Node Hours: Total","[swath] Node Hours: Total","[pibgr] Node Hours: Total","[whtsp] Node Hours: Total","[hoowa] Node Hours: Total","[corsh] Node Hours: Total","[misth] Node Hours: Total","[ovenb] Node Hours: Total","[whimb] Node Hours: Total","[pereg] Node Hours: Total","[ferdu] Node Hours: Total","[evegr] Node Hours: Total","[noror] Node Hours: Total","[boowa] Node Hours: Total","[ybsbu] Node Hours: Total","[shag1] Node Hours: Total","[yebwa] Node Hours: Total","[sante] Node Hours: Total","[dunli] Node Hours: Total","[sogsh] Node Hours: Total","[whtpl] Node Hours: Total","[vertera] Node Hours: Total","[henha] Node Hours: Total","[yebbu] Node Hours: Total","[jackd] Node Hours: Total","[alpsw] Node Hours: Total","[mamwa] Node Hours: Total","[litau] Node Hours: Total","[lanhach] Node Hours: Total","[blhbu] Node Hours: Total","[grgsh] Node Hours: Total","[rolle] Node Hours: Total","[gloib] Node Hours: Total","[field] Node Hours: Total","[lesre] Node Hours: Total","[proubis] Node Hours: Total","[ribgu] Node Hours: Total","[coot1] Node Hours: Total","[categ] Node Hours: Total","[litst] Node Hours: Total","[allga] Node Hours: Total","[crama] Node Hours: Total","[savsp] Node Hours: Total","[relpa] Node Hours: Total" -2016-12,55820.4542,14812.8536,14099.6133,12008.7600,8590.5158,7416.4597,2246.7575,1925.1156,1560.5139,1233.3333,3.1458,1532.5833,1494.1239,1054.8381,1092.1644,903.1886,993.6836,798.3978,754.3106,883.8200,873.5178,840.4200,785.0175,550.6928,500.2031,299.0033,458.5558,317.6461,428.1250,390.6003,252.7525,359.5306,255.0097,282.2633,233.1972,251.4806,232.4297,222.9267,180.1278,174.8775,61.7047,134.0178,132.4094,103.4328,100.8417,100.6989,87.3878,69.2278,72.0069,69.3242,41.9922,59.8692,54.6383,50.3211,48.0067,27.7925,26.3053,23.3511,31.9097,15.5661,15.5575,3.6653,2.3450,1.1269,0.6086,0.0650 -2017-01,11183.6664,790.6731,1254.4625,197.5933,0,0,526.7989,79.1089,196.9956,389.4844,1590.0014,0,0,368.2992,0,123.3775,21.1656,161.6600,141.3592,0,0,0,17.6292,0,0,159.9050,0,120.3844,5.0458,23.2242,157.1200,13.1861,95.0292,0,40.6492,0,0,4.9539,0.4333,0,88.8292,1.7419,0,17.1758,0,0,0,7.1189,0,0.9528,20.2619,0,0,4.2811,0,15.3294,11.4906,11.6350,0,7.7583,7.7581,0,0,0,0.0256,0 +Month,"[moorh] Node Hours: Total","[honbu] Node Hours: Total","[lapwi] Node Hours: Total","[meapi] Node Hours: Total","[legsh] Node Hours: Total","[aytinis] Node Hours: Total","[garwa] Node Hours: Total","[sarwa] Node Hours: Total","[reebu] Node Hours: Total","[crane] Node Hours: Total","[caspl] Node Hours: Total","[smew1] Node Hours: Total","[sancr] Node Hours: Total","[turdo] Node Hours: Total","[duswa] Node Hours: Total","[shttr] Node Hours: Total","[sposa] Node Hours: Total","[chaff] Node Hours: Total","[yebsa] Node Hours: Total","[egygo] Node Hours: Total","[velsc] Node Hours: Total","[siski] Node Hours: Total","[grath] Node Hours: Total","[swath] Node Hours: Total","[pibgr] Node Hours: Total","[whtsp] Node Hours: Total","[hoowa] Node Hours: Total","[corsh] Node Hours: Total","[misth] Node Hours: Total","[ovenb] Node Hours: Total","[whimb] Node Hours: Total","[pereg] Node Hours: Total","[ferdu] Node Hours: Total","[evegr] Node Hours: Total","[noror] Node Hours: Total","[boowa] Node Hours: Total","[ybsbu] Node Hours: Total","[shag1] Node Hours: Total","[yebwa] Node Hours: Total","[sante] Node Hours: Total","[dunli] Node Hours: Total","[sogsh] Node Hours: Total","[whtpl] Node Hours: Total","[vertera] Node Hours: Total","[henha] Node Hours: Total","[yebbu] Node Hours: Total","[jackd] Node Hours: Total","[alpsw] Node Hours: Total","[mamwa] Node Hours: Total","[litau] Node Hours: Total","[lanhach] Node Hours: Total","[blhbu] Node Hours: Total","[grgsh] Node Hours: Total","[rolle] Node Hours: Total","[gloib] Node Hours: Total","[field] Node Hours: Total","[lesre] Node Hours: Total","[proubis] Node Hours: Total","[ribgu] Node Hours: Total","[coot1] Node Hours: Total","[categ] Node Hours: Total","[litst] Node Hours: Total","[allga] Node Hours: Total","[hardu] Node Hours: Total","[crama] Node Hours: Total","[savsp] Node Hours: Total","[relpa] Node Hours: Total" +2016-12,55820.4542,14812.8536,14099.6133,12008.7600,8590.5158,7416.4597,2246.7575,1925.1156,1560.5139,1233.3333,3.1458,1532.5833,1494.1239,1054.8381,1092.1644,903.1886,993.6836,798.3978,754.3106,883.8200,873.5178,840.4200,785.0175,550.6928,500.2031,299.0033,458.5558,317.6461,428.1250,390.6003,252.7525,359.5306,255.0097,282.2633,233.1972,251.4806,232.4297,222.9267,180.1278,174.8775,61.7047,134.0178,132.4094,103.4328,100.8417,100.6989,87.3878,69.2278,72.0069,69.3242,41.9922,59.8692,54.6383,50.3211,48.0067,27.7925,26.3053,23.3511,31.9097,15.5661,15.5575,3.6653,2.3450,2.3450,1.1269,0.6086,0.0650 +2017-01,11183.6664,790.6731,1254.4625,197.5933,0,0,526.7989,79.1089,196.9956,389.4844,1590.0014,0,0,368.2992,0,123.3775,21.1656,161.6600,141.3592,0,0,0,17.6292,0,0,159.9050,0,120.3844,5.0458,23.2242,157.1200,13.1861,95.0292,0,40.6492,0,0,4.9539,0.4333,0,88.8292,1.7419,0,17.1758,0,0,0,7.1189,0,0.9528,20.2619,0,0,4.2811,0,15.3294,11.4906,11.6350,0,7.7583,7.7581,0,0,0,0,0.0256,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/timeseries-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/timeseries-Month-cs.csv index 82f6eb8eef..77473b30b8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/timeseries-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/timeseries-Month-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[moorh] Node Hours: Total","[honbu] Node Hours: Total","[lapwi] Node Hours: Total","[meapi] Node Hours: Total","[legsh] Node Hours: Total","[aytinis] Node Hours: Total","[garwa] Node Hours: Total","[sarwa] Node Hours: Total","[reebu] Node Hours: Total","[crane] Node Hours: Total","[caspl] Node Hours: Total","[smew1] Node Hours: Total","[sancr] Node Hours: Total","[turdo] Node Hours: Total","[duswa] Node Hours: Total","[shttr] Node Hours: Total","[sposa] Node Hours: Total","[chaff] Node Hours: Total","[yebsa] Node Hours: Total","[egygo] Node Hours: Total","[velsc] Node Hours: Total","[siski] Node Hours: Total","[grath] Node Hours: Total","[swath] Node Hours: Total","[pibgr] Node Hours: Total","[whtsp] Node Hours: Total","[hoowa] Node Hours: Total","[corsh] Node Hours: Total","[misth] Node Hours: Total","[ovenb] Node Hours: Total","[whimb] Node Hours: Total","[pereg] Node Hours: Total","[ferdu] Node Hours: Total","[evegr] Node Hours: Total","[noror] Node Hours: Total","[boowa] Node Hours: Total","[ybsbu] Node Hours: Total","[shag1] Node Hours: Total","[yebwa] Node Hours: Total","[sante] Node Hours: Total","[dunli] Node Hours: Total","[sogsh] Node Hours: Total","[whtpl] Node Hours: Total","[vertera] Node Hours: Total","[henha] Node Hours: Total","[yebbu] Node Hours: Total","[jackd] Node Hours: Total","[alpsw] Node Hours: Total","[mamwa] Node Hours: Total","[litau] Node Hours: Total","[lanhach] Node Hours: Total","[blhbu] Node Hours: Total","[grgsh] Node Hours: Total","[rolle] Node Hours: Total","[gloib] Node Hours: Total","[field] Node Hours: Total","[lesre] Node Hours: Total","[proubis] Node Hours: Total","[ribgu] Node Hours: Total","[coot1] Node Hours: Total","[categ] Node Hours: Total","[litst] Node Hours: Total","[allga] Node Hours: Total","[crama] Node Hours: Total","[savsp] Node Hours: Total","[relpa] Node Hours: Total" -2016-12,55820.4542,14812.8536,14099.6133,12008.7600,8590.5158,7416.4597,2246.7575,1925.1156,1560.5139,1233.3333,3.1458,1532.5833,1494.1239,1054.8381,1092.1644,903.1886,993.6836,798.3978,754.3106,883.8200,873.5178,840.4200,785.0175,550.6928,500.2031,299.0033,458.5558,317.6461,428.1250,390.6003,252.7525,359.5306,255.0097,282.2633,233.1972,251.4806,232.4297,222.9267,180.1278,174.8775,61.7047,134.0178,132.4094,103.4328,100.8417,100.6989,87.3878,69.2278,72.0069,69.3242,41.9922,59.8692,54.6383,50.3211,48.0067,27.7925,26.3053,23.3511,31.9097,15.5661,15.5575,3.6653,2.3450,1.1269,0.6086,0.0650 -2017-01,11183.6664,790.6731,1254.4625,197.5933,0,0,526.7989,79.1089,196.9956,389.4844,1590.0014,0,0,368.2992,0,123.3775,21.1656,161.6600,141.3592,0,0,0,17.6292,0,0,159.9050,0,120.3844,5.0458,23.2242,157.1200,13.1861,95.0292,0,40.6492,0,0,4.9539,0.4333,0,88.8292,1.7419,0,17.1758,0,0,0,7.1189,0,0.9528,20.2619,0,0,4.2811,0,15.3294,11.4906,11.6350,0,7.7583,7.7581,0,0,0,0.0256,0 +Month,"[moorh] Node Hours: Total","[honbu] Node Hours: Total","[lapwi] Node Hours: Total","[meapi] Node Hours: Total","[legsh] Node Hours: Total","[aytinis] Node Hours: Total","[garwa] Node Hours: Total","[sarwa] Node Hours: Total","[reebu] Node Hours: Total","[crane] Node Hours: Total","[caspl] Node Hours: Total","[smew1] Node Hours: Total","[sancr] Node Hours: Total","[turdo] Node Hours: Total","[duswa] Node Hours: Total","[shttr] Node Hours: Total","[sposa] Node Hours: Total","[chaff] Node Hours: Total","[yebsa] Node Hours: Total","[egygo] Node Hours: Total","[velsc] Node Hours: Total","[siski] Node Hours: Total","[grath] Node Hours: Total","[swath] Node Hours: Total","[pibgr] Node Hours: Total","[whtsp] Node Hours: Total","[hoowa] Node Hours: Total","[corsh] Node Hours: Total","[misth] Node Hours: Total","[ovenb] Node Hours: Total","[whimb] Node Hours: Total","[pereg] Node Hours: Total","[ferdu] Node Hours: Total","[evegr] Node Hours: Total","[noror] Node Hours: Total","[boowa] Node Hours: Total","[ybsbu] Node Hours: Total","[shag1] Node Hours: Total","[yebwa] Node Hours: Total","[sante] Node Hours: Total","[dunli] Node Hours: Total","[sogsh] Node Hours: Total","[whtpl] Node Hours: Total","[vertera] Node Hours: Total","[henha] Node Hours: Total","[yebbu] Node Hours: Total","[jackd] Node Hours: Total","[alpsw] Node Hours: Total","[mamwa] Node Hours: Total","[litau] Node Hours: Total","[lanhach] Node Hours: Total","[blhbu] Node Hours: Total","[grgsh] Node Hours: Total","[rolle] Node Hours: Total","[gloib] Node Hours: Total","[field] Node Hours: Total","[lesre] Node Hours: Total","[proubis] Node Hours: Total","[ribgu] Node Hours: Total","[coot1] Node Hours: Total","[categ] Node Hours: Total","[litst] Node Hours: Total","[allga] Node Hours: Total","[hardu] Node Hours: Total","[crama] Node Hours: Total","[savsp] Node Hours: Total","[relpa] Node Hours: Total" +2016-12,55820.4542,14812.8536,14099.6133,12008.7600,8590.5158,7416.4597,2246.7575,1925.1156,1560.5139,1233.3333,3.1458,1532.5833,1494.1239,1054.8381,1092.1644,903.1886,993.6836,798.3978,754.3106,883.8200,873.5178,840.4200,785.0175,550.6928,500.2031,299.0033,458.5558,317.6461,428.1250,390.6003,252.7525,359.5306,255.0097,282.2633,233.1972,251.4806,232.4297,222.9267,180.1278,174.8775,61.7047,134.0178,132.4094,103.4328,100.8417,100.6989,87.3878,69.2278,72.0069,69.3242,41.9922,59.8692,54.6383,50.3211,48.0067,27.7925,26.3053,23.3511,31.9097,15.5661,15.5575,3.6653,2.3450,2.3450,1.1269,0.6086,0.0650 +2017-01,11183.6664,790.6731,1254.4625,197.5933,0,0,526.7989,79.1089,196.9956,389.4844,1590.0014,0,0,368.2992,0,123.3775,21.1656,161.6600,141.3592,0,0,0,17.6292,0,0,159.9050,0,120.3844,5.0458,23.2242,157.1200,13.1861,95.0292,0,40.6492,0,0,4.9539,0.4333,0,88.8292,1.7419,0,17.1758,0,0,0,7.1189,0,0.9528,20.2619,0,0,4.2811,0,15.3294,11.4906,11.6350,0,7.7583,7.7581,0,0,0,0,0.0256,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/timeseries-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/timeseries-Quarter-cd.csv index c1e81de069..fee7862e91 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/timeseries-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/timeseries-Quarter-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[moorh] Node Hours: Total","[honbu] Node Hours: Total","[lapwi] Node Hours: Total","[meapi] Node Hours: Total","[legsh] Node Hours: Total","[aytinis] Node Hours: Total","[garwa] Node Hours: Total","[sarwa] Node Hours: Total","[reebu] Node Hours: Total","[crane] Node Hours: Total","[caspl] Node Hours: Total","[smew1] Node Hours: Total","[sancr] Node Hours: Total","[turdo] Node Hours: Total","[duswa] Node Hours: Total","[shttr] Node Hours: Total","[sposa] Node Hours: Total","[chaff] Node Hours: Total","[yebsa] Node Hours: Total","[egygo] Node Hours: Total","[velsc] Node Hours: Total","[siski] Node Hours: Total","[grath] Node Hours: Total","[swath] Node Hours: Total","[pibgr] Node Hours: Total","[whtsp] Node Hours: Total","[hoowa] Node Hours: Total","[corsh] Node Hours: Total","[misth] Node Hours: Total","[ovenb] Node Hours: Total","[whimb] Node Hours: Total","[pereg] Node Hours: Total","[ferdu] Node Hours: Total","[evegr] Node Hours: Total","[noror] Node Hours: Total","[boowa] Node Hours: Total","[ybsbu] Node Hours: Total","[shag1] Node Hours: Total","[yebwa] Node Hours: Total","[sante] Node Hours: Total","[dunli] Node Hours: Total","[sogsh] Node Hours: Total","[whtpl] Node Hours: Total","[vertera] Node Hours: Total","[henha] Node Hours: Total","[yebbu] Node Hours: Total","[jackd] Node Hours: Total","[alpsw] Node Hours: Total","[mamwa] Node Hours: Total","[litau] Node Hours: Total","[lanhach] Node Hours: Total","[blhbu] Node Hours: Total","[grgsh] Node Hours: Total","[rolle] Node Hours: Total","[gloib] Node Hours: Total","[field] Node Hours: Total","[lesre] Node Hours: Total","[proubis] Node Hours: Total","[ribgu] Node Hours: Total","[coot1] Node Hours: Total","[categ] Node Hours: Total","[litst] Node Hours: Total","[allga] Node Hours: Total","[crama] Node Hours: Total","[savsp] Node Hours: Total","[relpa] Node Hours: Total" -"2016 Q4",55820.4542,14812.8536,14099.6133,12008.7600,8590.5158,7416.4597,2246.7575,1925.1156,1560.5139,1233.3333,3.1458,1532.5833,1494.1239,1054.8381,1092.1644,903.1886,993.6836,798.3978,754.3106,883.8200,873.5178,840.4200,785.0175,550.6928,500.2031,299.0033,458.5558,317.6461,428.1250,390.6003,252.7525,359.5306,255.0097,282.2633,233.1972,251.4806,232.4297,222.9267,180.1278,174.8775,61.7047,134.0178,132.4094,103.4328,100.8417,100.6989,87.3878,69.2278,72.0069,69.3242,41.9922,59.8692,54.6383,50.3211,48.0067,27.7925,26.3053,23.3511,31.9097,15.5661,15.5575,3.6653,2.3450,1.1269,0.6086,0.0650 -"2017 Q1",11183.6664,790.6731,1254.4625,197.5933,0,0,526.7989,79.1089,196.9956,389.4844,1590.0014,0,0,368.2992,0,123.3775,21.1656,161.6600,141.3592,0,0,0,17.6292,0,0,159.9050,0,120.3844,5.0458,23.2242,157.1200,13.1861,95.0292,0,40.6492,0,0,4.9539,0.4333,0,88.8292,1.7419,0,17.1758,0,0,0,7.1189,0,0.9528,20.2619,0,0,4.2811,0,15.3294,11.4906,11.6350,0,7.7583,7.7581,0,0,0,0.0256,0 +Quarter,"[moorh] Node Hours: Total","[honbu] Node Hours: Total","[lapwi] Node Hours: Total","[meapi] Node Hours: Total","[legsh] Node Hours: Total","[aytinis] Node Hours: Total","[garwa] Node Hours: Total","[sarwa] Node Hours: Total","[reebu] Node Hours: Total","[crane] Node Hours: Total","[caspl] Node Hours: Total","[smew1] Node Hours: Total","[sancr] Node Hours: Total","[turdo] Node Hours: Total","[duswa] Node Hours: Total","[shttr] Node Hours: Total","[sposa] Node Hours: Total","[chaff] Node Hours: Total","[yebsa] Node Hours: Total","[egygo] Node Hours: Total","[velsc] Node Hours: Total","[siski] Node Hours: Total","[grath] Node Hours: Total","[swath] Node Hours: Total","[pibgr] Node Hours: Total","[whtsp] Node Hours: Total","[hoowa] Node Hours: Total","[corsh] Node Hours: Total","[misth] Node Hours: Total","[ovenb] Node Hours: Total","[whimb] Node Hours: Total","[pereg] Node Hours: Total","[ferdu] Node Hours: Total","[evegr] Node Hours: Total","[noror] Node Hours: Total","[boowa] Node Hours: Total","[ybsbu] Node Hours: Total","[shag1] Node Hours: Total","[yebwa] Node Hours: Total","[sante] Node Hours: Total","[dunli] Node Hours: Total","[sogsh] Node Hours: Total","[whtpl] Node Hours: Total","[vertera] Node Hours: Total","[henha] Node Hours: Total","[yebbu] Node Hours: Total","[jackd] Node Hours: Total","[alpsw] Node Hours: Total","[mamwa] Node Hours: Total","[litau] Node Hours: Total","[lanhach] Node Hours: Total","[blhbu] Node Hours: Total","[grgsh] Node Hours: Total","[rolle] Node Hours: Total","[gloib] Node Hours: Total","[field] Node Hours: Total","[lesre] Node Hours: Total","[proubis] Node Hours: Total","[ribgu] Node Hours: Total","[coot1] Node Hours: Total","[categ] Node Hours: Total","[litst] Node Hours: Total","[allga] Node Hours: Total","[hardu] Node Hours: Total","[crama] Node Hours: Total","[savsp] Node Hours: Total","[relpa] Node Hours: Total" +"2016 Q4",55820.4542,14812.8536,14099.6133,12008.7600,8590.5158,7416.4597,2246.7575,1925.1156,1560.5139,1233.3333,3.1458,1532.5833,1494.1239,1054.8381,1092.1644,903.1886,993.6836,798.3978,754.3106,883.8200,873.5178,840.4200,785.0175,550.6928,500.2031,299.0033,458.5558,317.6461,428.1250,390.6003,252.7525,359.5306,255.0097,282.2633,233.1972,251.4806,232.4297,222.9267,180.1278,174.8775,61.7047,134.0178,132.4094,103.4328,100.8417,100.6989,87.3878,69.2278,72.0069,69.3242,41.9922,59.8692,54.6383,50.3211,48.0067,27.7925,26.3053,23.3511,31.9097,15.5661,15.5575,3.6653,2.3450,2.3450,1.1269,0.6086,0.0650 +"2017 Q1",11183.6664,790.6731,1254.4625,197.5933,0,0,526.7989,79.1089,196.9956,389.4844,1590.0014,0,0,368.2992,0,123.3775,21.1656,161.6600,141.3592,0,0,0,17.6292,0,0,159.9050,0,120.3844,5.0458,23.2242,157.1200,13.1861,95.0292,0,40.6492,0,0,4.9539,0.4333,0,88.8292,1.7419,0,17.1758,0,0,0,7.1189,0,0.9528,20.2619,0,0,4.2811,0,15.3294,11.4906,11.6350,0,7.7583,7.7581,0,0,0,0,0.0256,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/timeseries-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/timeseries-Quarter-cs.csv index c1e81de069..fee7862e91 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/timeseries-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/timeseries-Quarter-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[moorh] Node Hours: Total","[honbu] Node Hours: Total","[lapwi] Node Hours: Total","[meapi] Node Hours: Total","[legsh] Node Hours: Total","[aytinis] Node Hours: Total","[garwa] Node Hours: Total","[sarwa] Node Hours: Total","[reebu] Node Hours: Total","[crane] Node Hours: Total","[caspl] Node Hours: Total","[smew1] Node Hours: Total","[sancr] Node Hours: Total","[turdo] Node Hours: Total","[duswa] Node Hours: Total","[shttr] Node Hours: Total","[sposa] Node Hours: Total","[chaff] Node Hours: Total","[yebsa] Node Hours: Total","[egygo] Node Hours: Total","[velsc] Node Hours: Total","[siski] Node Hours: Total","[grath] Node Hours: Total","[swath] Node Hours: Total","[pibgr] Node Hours: Total","[whtsp] Node Hours: Total","[hoowa] Node Hours: Total","[corsh] Node Hours: Total","[misth] Node Hours: Total","[ovenb] Node Hours: Total","[whimb] Node Hours: Total","[pereg] Node Hours: Total","[ferdu] Node Hours: Total","[evegr] Node Hours: Total","[noror] Node Hours: Total","[boowa] Node Hours: Total","[ybsbu] Node Hours: Total","[shag1] Node Hours: Total","[yebwa] Node Hours: Total","[sante] Node Hours: Total","[dunli] Node Hours: Total","[sogsh] Node Hours: Total","[whtpl] Node Hours: Total","[vertera] Node Hours: Total","[henha] Node Hours: Total","[yebbu] Node Hours: Total","[jackd] Node Hours: Total","[alpsw] Node Hours: Total","[mamwa] Node Hours: Total","[litau] Node Hours: Total","[lanhach] Node Hours: Total","[blhbu] Node Hours: Total","[grgsh] Node Hours: Total","[rolle] Node Hours: Total","[gloib] Node Hours: Total","[field] Node Hours: Total","[lesre] Node Hours: Total","[proubis] Node Hours: Total","[ribgu] Node Hours: Total","[coot1] Node Hours: Total","[categ] Node Hours: Total","[litst] Node Hours: Total","[allga] Node Hours: Total","[crama] Node Hours: Total","[savsp] Node Hours: Total","[relpa] Node Hours: Total" -"2016 Q4",55820.4542,14812.8536,14099.6133,12008.7600,8590.5158,7416.4597,2246.7575,1925.1156,1560.5139,1233.3333,3.1458,1532.5833,1494.1239,1054.8381,1092.1644,903.1886,993.6836,798.3978,754.3106,883.8200,873.5178,840.4200,785.0175,550.6928,500.2031,299.0033,458.5558,317.6461,428.1250,390.6003,252.7525,359.5306,255.0097,282.2633,233.1972,251.4806,232.4297,222.9267,180.1278,174.8775,61.7047,134.0178,132.4094,103.4328,100.8417,100.6989,87.3878,69.2278,72.0069,69.3242,41.9922,59.8692,54.6383,50.3211,48.0067,27.7925,26.3053,23.3511,31.9097,15.5661,15.5575,3.6653,2.3450,1.1269,0.6086,0.0650 -"2017 Q1",11183.6664,790.6731,1254.4625,197.5933,0,0,526.7989,79.1089,196.9956,389.4844,1590.0014,0,0,368.2992,0,123.3775,21.1656,161.6600,141.3592,0,0,0,17.6292,0,0,159.9050,0,120.3844,5.0458,23.2242,157.1200,13.1861,95.0292,0,40.6492,0,0,4.9539,0.4333,0,88.8292,1.7419,0,17.1758,0,0,0,7.1189,0,0.9528,20.2619,0,0,4.2811,0,15.3294,11.4906,11.6350,0,7.7583,7.7581,0,0,0,0.0256,0 +Quarter,"[moorh] Node Hours: Total","[honbu] Node Hours: Total","[lapwi] Node Hours: Total","[meapi] Node Hours: Total","[legsh] Node Hours: Total","[aytinis] Node Hours: Total","[garwa] Node Hours: Total","[sarwa] Node Hours: Total","[reebu] Node Hours: Total","[crane] Node Hours: Total","[caspl] Node Hours: Total","[smew1] Node Hours: Total","[sancr] Node Hours: Total","[turdo] Node Hours: Total","[duswa] Node Hours: Total","[shttr] Node Hours: Total","[sposa] Node Hours: Total","[chaff] Node Hours: Total","[yebsa] Node Hours: Total","[egygo] Node Hours: Total","[velsc] Node Hours: Total","[siski] Node Hours: Total","[grath] Node Hours: Total","[swath] Node Hours: Total","[pibgr] Node Hours: Total","[whtsp] Node Hours: Total","[hoowa] Node Hours: Total","[corsh] Node Hours: Total","[misth] Node Hours: Total","[ovenb] Node Hours: Total","[whimb] Node Hours: Total","[pereg] Node Hours: Total","[ferdu] Node Hours: Total","[evegr] Node Hours: Total","[noror] Node Hours: Total","[boowa] Node Hours: Total","[ybsbu] Node Hours: Total","[shag1] Node Hours: Total","[yebwa] Node Hours: Total","[sante] Node Hours: Total","[dunli] Node Hours: Total","[sogsh] Node Hours: Total","[whtpl] Node Hours: Total","[vertera] Node Hours: Total","[henha] Node Hours: Total","[yebbu] Node Hours: Total","[jackd] Node Hours: Total","[alpsw] Node Hours: Total","[mamwa] Node Hours: Total","[litau] Node Hours: Total","[lanhach] Node Hours: Total","[blhbu] Node Hours: Total","[grgsh] Node Hours: Total","[rolle] Node Hours: Total","[gloib] Node Hours: Total","[field] Node Hours: Total","[lesre] Node Hours: Total","[proubis] Node Hours: Total","[ribgu] Node Hours: Total","[coot1] Node Hours: Total","[categ] Node Hours: Total","[litst] Node Hours: Total","[allga] Node Hours: Total","[hardu] Node Hours: Total","[crama] Node Hours: Total","[savsp] Node Hours: Total","[relpa] Node Hours: Total" +"2016 Q4",55820.4542,14812.8536,14099.6133,12008.7600,8590.5158,7416.4597,2246.7575,1925.1156,1560.5139,1233.3333,3.1458,1532.5833,1494.1239,1054.8381,1092.1644,903.1886,993.6836,798.3978,754.3106,883.8200,873.5178,840.4200,785.0175,550.6928,500.2031,299.0033,458.5558,317.6461,428.1250,390.6003,252.7525,359.5306,255.0097,282.2633,233.1972,251.4806,232.4297,222.9267,180.1278,174.8775,61.7047,134.0178,132.4094,103.4328,100.8417,100.6989,87.3878,69.2278,72.0069,69.3242,41.9922,59.8692,54.6383,50.3211,48.0067,27.7925,26.3053,23.3511,31.9097,15.5661,15.5575,3.6653,2.3450,2.3450,1.1269,0.6086,0.0650 +"2017 Q1",11183.6664,790.6731,1254.4625,197.5933,0,0,526.7989,79.1089,196.9956,389.4844,1590.0014,0,0,368.2992,0,123.3775,21.1656,161.6600,141.3592,0,0,0,17.6292,0,0,159.9050,0,120.3844,5.0458,23.2242,157.1200,13.1861,95.0292,0,40.6492,0,0,4.9539,0.4333,0,88.8292,1.7419,0,17.1758,0,0,0,7.1189,0,0.9528,20.2619,0,0,4.2811,0,15.3294,11.4906,11.6350,0,7.7583,7.7581,0,0,0,0,0.0256,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/timeseries-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/timeseries-Year-cd.csv index 04a569cade..f1eacc1f35 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/timeseries-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/timeseries-Year-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[moorh] Node Hours: Total","[honbu] Node Hours: Total","[lapwi] Node Hours: Total","[meapi] Node Hours: Total","[legsh] Node Hours: Total","[aytinis] Node Hours: Total","[garwa] Node Hours: Total","[sarwa] Node Hours: Total","[reebu] Node Hours: Total","[crane] Node Hours: Total","[caspl] Node Hours: Total","[smew1] Node Hours: Total","[sancr] Node Hours: Total","[turdo] Node Hours: Total","[duswa] Node Hours: Total","[shttr] Node Hours: Total","[sposa] Node Hours: Total","[chaff] Node Hours: Total","[yebsa] Node Hours: Total","[egygo] Node Hours: Total","[velsc] Node Hours: Total","[siski] Node Hours: Total","[grath] Node Hours: Total","[swath] Node Hours: Total","[pibgr] Node Hours: Total","[whtsp] Node Hours: Total","[hoowa] Node Hours: Total","[corsh] Node Hours: Total","[misth] Node Hours: Total","[ovenb] Node Hours: Total","[whimb] Node Hours: Total","[pereg] Node Hours: Total","[ferdu] Node Hours: Total","[evegr] Node Hours: Total","[noror] Node Hours: Total","[boowa] Node Hours: Total","[ybsbu] Node Hours: Total","[shag1] Node Hours: Total","[yebwa] Node Hours: Total","[sante] Node Hours: Total","[dunli] Node Hours: Total","[sogsh] Node Hours: Total","[whtpl] Node Hours: Total","[vertera] Node Hours: Total","[henha] Node Hours: Total","[yebbu] Node Hours: Total","[jackd] Node Hours: Total","[alpsw] Node Hours: Total","[mamwa] Node Hours: Total","[litau] Node Hours: Total","[lanhach] Node Hours: Total","[blhbu] Node Hours: Total","[grgsh] Node Hours: Total","[rolle] Node Hours: Total","[gloib] Node Hours: Total","[field] Node Hours: Total","[lesre] Node Hours: Total","[proubis] Node Hours: Total","[ribgu] Node Hours: Total","[coot1] Node Hours: Total","[categ] Node Hours: Total","[litst] Node Hours: Total","[allga] Node Hours: Total","[crama] Node Hours: Total","[savsp] Node Hours: Total","[relpa] Node Hours: Total" -2016,55820.4542,14812.8536,14099.6133,12008.7600,8590.5158,7416.4597,2246.7575,1925.1156,1560.5139,1233.3333,3.1458,1532.5833,1494.1239,1054.8381,1092.1644,903.1886,993.6836,798.3978,754.3106,883.8200,873.5178,840.4200,785.0175,550.6928,500.2031,299.0033,458.5558,317.6461,428.1250,390.6003,252.7525,359.5306,255.0097,282.2633,233.1972,251.4806,232.4297,222.9267,180.1278,174.8775,61.7047,134.0178,132.4094,103.4328,100.8417,100.6989,87.3878,69.2278,72.0069,69.3242,41.9922,59.8692,54.6383,50.3211,48.0067,27.7925,26.3053,23.3511,31.9097,15.5661,15.5575,3.6653,2.3450,1.1269,0.6086,0.0650 -2017,11183.6664,790.6731,1254.4625,197.5933,0,0,526.7989,79.1089,196.9956,389.4844,1590.0014,0,0,368.2992,0,123.3775,21.1656,161.6600,141.3592,0,0,0,17.6292,0,0,159.9050,0,120.3844,5.0458,23.2242,157.1200,13.1861,95.0292,0,40.6492,0,0,4.9539,0.4333,0,88.8292,1.7419,0,17.1758,0,0,0,7.1189,0,0.9528,20.2619,0,0,4.2811,0,15.3294,11.4906,11.6350,0,7.7583,7.7581,0,0,0,0.0256,0 +Year,"[moorh] Node Hours: Total","[honbu] Node Hours: Total","[lapwi] Node Hours: Total","[meapi] Node Hours: Total","[legsh] Node Hours: Total","[aytinis] Node Hours: Total","[garwa] Node Hours: Total","[sarwa] Node Hours: Total","[reebu] Node Hours: Total","[crane] Node Hours: Total","[caspl] Node Hours: Total","[smew1] Node Hours: Total","[sancr] Node Hours: Total","[turdo] Node Hours: Total","[duswa] Node Hours: Total","[shttr] Node Hours: Total","[sposa] Node Hours: Total","[chaff] Node Hours: Total","[yebsa] Node Hours: Total","[egygo] Node Hours: Total","[velsc] Node Hours: Total","[siski] Node Hours: Total","[grath] Node Hours: Total","[swath] Node Hours: Total","[pibgr] Node Hours: Total","[whtsp] Node Hours: Total","[hoowa] Node Hours: Total","[corsh] Node Hours: Total","[misth] Node Hours: Total","[ovenb] Node Hours: Total","[whimb] Node Hours: Total","[pereg] Node Hours: Total","[ferdu] Node Hours: Total","[evegr] Node Hours: Total","[noror] Node Hours: Total","[boowa] Node Hours: Total","[ybsbu] Node Hours: Total","[shag1] Node Hours: Total","[yebwa] Node Hours: Total","[sante] Node Hours: Total","[dunli] Node Hours: Total","[sogsh] Node Hours: Total","[whtpl] Node Hours: Total","[vertera] Node Hours: Total","[henha] Node Hours: Total","[yebbu] Node Hours: Total","[jackd] Node Hours: Total","[alpsw] Node Hours: Total","[mamwa] Node Hours: Total","[litau] Node Hours: Total","[lanhach] Node Hours: Total","[blhbu] Node Hours: Total","[grgsh] Node Hours: Total","[rolle] Node Hours: Total","[gloib] Node Hours: Total","[field] Node Hours: Total","[lesre] Node Hours: Total","[proubis] Node Hours: Total","[ribgu] Node Hours: Total","[coot1] Node Hours: Total","[categ] Node Hours: Total","[litst] Node Hours: Total","[allga] Node Hours: Total","[hardu] Node Hours: Total","[crama] Node Hours: Total","[savsp] Node Hours: Total","[relpa] Node Hours: Total" +2016,55820.4542,14812.8536,14099.6133,12008.7600,8590.5158,7416.4597,2246.7575,1925.1156,1560.5139,1233.3333,3.1458,1532.5833,1494.1239,1054.8381,1092.1644,903.1886,993.6836,798.3978,754.3106,883.8200,873.5178,840.4200,785.0175,550.6928,500.2031,299.0033,458.5558,317.6461,428.1250,390.6003,252.7525,359.5306,255.0097,282.2633,233.1972,251.4806,232.4297,222.9267,180.1278,174.8775,61.7047,134.0178,132.4094,103.4328,100.8417,100.6989,87.3878,69.2278,72.0069,69.3242,41.9922,59.8692,54.6383,50.3211,48.0067,27.7925,26.3053,23.3511,31.9097,15.5661,15.5575,3.6653,2.3450,2.3450,1.1269,0.6086,0.0650 +2017,11183.6664,790.6731,1254.4625,197.5933,0,0,526.7989,79.1089,196.9956,389.4844,1590.0014,0,0,368.2992,0,123.3775,21.1656,161.6600,141.3592,0,0,0,17.6292,0,0,159.9050,0,120.3844,5.0458,23.2242,157.1200,13.1861,95.0292,0,40.6492,0,0,4.9539,0.4333,0,88.8292,1.7419,0,17.1758,0,0,0,7.1189,0,0.9528,20.2619,0,0,4.2811,0,15.3294,11.4906,11.6350,0,7.7583,7.7581,0,0,0,0,0.0256,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/timeseries-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/timeseries-Year-cs.csv index 04a569cade..f1eacc1f35 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/timeseries-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_node_hours/timeseries-Year-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[moorh] Node Hours: Total","[honbu] Node Hours: Total","[lapwi] Node Hours: Total","[meapi] Node Hours: Total","[legsh] Node Hours: Total","[aytinis] Node Hours: Total","[garwa] Node Hours: Total","[sarwa] Node Hours: Total","[reebu] Node Hours: Total","[crane] Node Hours: Total","[caspl] Node Hours: Total","[smew1] Node Hours: Total","[sancr] Node Hours: Total","[turdo] Node Hours: Total","[duswa] Node Hours: Total","[shttr] Node Hours: Total","[sposa] Node Hours: Total","[chaff] Node Hours: Total","[yebsa] Node Hours: Total","[egygo] Node Hours: Total","[velsc] Node Hours: Total","[siski] Node Hours: Total","[grath] Node Hours: Total","[swath] Node Hours: Total","[pibgr] Node Hours: Total","[whtsp] Node Hours: Total","[hoowa] Node Hours: Total","[corsh] Node Hours: Total","[misth] Node Hours: Total","[ovenb] Node Hours: Total","[whimb] Node Hours: Total","[pereg] Node Hours: Total","[ferdu] Node Hours: Total","[evegr] Node Hours: Total","[noror] Node Hours: Total","[boowa] Node Hours: Total","[ybsbu] Node Hours: Total","[shag1] Node Hours: Total","[yebwa] Node Hours: Total","[sante] Node Hours: Total","[dunli] Node Hours: Total","[sogsh] Node Hours: Total","[whtpl] Node Hours: Total","[vertera] Node Hours: Total","[henha] Node Hours: Total","[yebbu] Node Hours: Total","[jackd] Node Hours: Total","[alpsw] Node Hours: Total","[mamwa] Node Hours: Total","[litau] Node Hours: Total","[lanhach] Node Hours: Total","[blhbu] Node Hours: Total","[grgsh] Node Hours: Total","[rolle] Node Hours: Total","[gloib] Node Hours: Total","[field] Node Hours: Total","[lesre] Node Hours: Total","[proubis] Node Hours: Total","[ribgu] Node Hours: Total","[coot1] Node Hours: Total","[categ] Node Hours: Total","[litst] Node Hours: Total","[allga] Node Hours: Total","[crama] Node Hours: Total","[savsp] Node Hours: Total","[relpa] Node Hours: Total" -2016,55820.4542,14812.8536,14099.6133,12008.7600,8590.5158,7416.4597,2246.7575,1925.1156,1560.5139,1233.3333,3.1458,1532.5833,1494.1239,1054.8381,1092.1644,903.1886,993.6836,798.3978,754.3106,883.8200,873.5178,840.4200,785.0175,550.6928,500.2031,299.0033,458.5558,317.6461,428.1250,390.6003,252.7525,359.5306,255.0097,282.2633,233.1972,251.4806,232.4297,222.9267,180.1278,174.8775,61.7047,134.0178,132.4094,103.4328,100.8417,100.6989,87.3878,69.2278,72.0069,69.3242,41.9922,59.8692,54.6383,50.3211,48.0067,27.7925,26.3053,23.3511,31.9097,15.5661,15.5575,3.6653,2.3450,1.1269,0.6086,0.0650 -2017,11183.6664,790.6731,1254.4625,197.5933,0,0,526.7989,79.1089,196.9956,389.4844,1590.0014,0,0,368.2992,0,123.3775,21.1656,161.6600,141.3592,0,0,0,17.6292,0,0,159.9050,0,120.3844,5.0458,23.2242,157.1200,13.1861,95.0292,0,40.6492,0,0,4.9539,0.4333,0,88.8292,1.7419,0,17.1758,0,0,0,7.1189,0,0.9528,20.2619,0,0,4.2811,0,15.3294,11.4906,11.6350,0,7.7583,7.7581,0,0,0,0.0256,0 +Year,"[moorh] Node Hours: Total","[honbu] Node Hours: Total","[lapwi] Node Hours: Total","[meapi] Node Hours: Total","[legsh] Node Hours: Total","[aytinis] Node Hours: Total","[garwa] Node Hours: Total","[sarwa] Node Hours: Total","[reebu] Node Hours: Total","[crane] Node Hours: Total","[caspl] Node Hours: Total","[smew1] Node Hours: Total","[sancr] Node Hours: Total","[turdo] Node Hours: Total","[duswa] Node Hours: Total","[shttr] Node Hours: Total","[sposa] Node Hours: Total","[chaff] Node Hours: Total","[yebsa] Node Hours: Total","[egygo] Node Hours: Total","[velsc] Node Hours: Total","[siski] Node Hours: Total","[grath] Node Hours: Total","[swath] Node Hours: Total","[pibgr] Node Hours: Total","[whtsp] Node Hours: Total","[hoowa] Node Hours: Total","[corsh] Node Hours: Total","[misth] Node Hours: Total","[ovenb] Node Hours: Total","[whimb] Node Hours: Total","[pereg] Node Hours: Total","[ferdu] Node Hours: Total","[evegr] Node Hours: Total","[noror] Node Hours: Total","[boowa] Node Hours: Total","[ybsbu] Node Hours: Total","[shag1] Node Hours: Total","[yebwa] Node Hours: Total","[sante] Node Hours: Total","[dunli] Node Hours: Total","[sogsh] Node Hours: Total","[whtpl] Node Hours: Total","[vertera] Node Hours: Total","[henha] Node Hours: Total","[yebbu] Node Hours: Total","[jackd] Node Hours: Total","[alpsw] Node Hours: Total","[mamwa] Node Hours: Total","[litau] Node Hours: Total","[lanhach] Node Hours: Total","[blhbu] Node Hours: Total","[grgsh] Node Hours: Total","[rolle] Node Hours: Total","[gloib] Node Hours: Total","[field] Node Hours: Total","[lesre] Node Hours: Total","[proubis] Node Hours: Total","[ribgu] Node Hours: Total","[coot1] Node Hours: Total","[categ] Node Hours: Total","[litst] Node Hours: Total","[allga] Node Hours: Total","[hardu] Node Hours: Total","[crama] Node Hours: Total","[savsp] Node Hours: Total","[relpa] Node Hours: Total" +2016,55820.4542,14812.8536,14099.6133,12008.7600,8590.5158,7416.4597,2246.7575,1925.1156,1560.5139,1233.3333,3.1458,1532.5833,1494.1239,1054.8381,1092.1644,903.1886,993.6836,798.3978,754.3106,883.8200,873.5178,840.4200,785.0175,550.6928,500.2031,299.0033,458.5558,317.6461,428.1250,390.6003,252.7525,359.5306,255.0097,282.2633,233.1972,251.4806,232.4297,222.9267,180.1278,174.8775,61.7047,134.0178,132.4094,103.4328,100.8417,100.6989,87.3878,69.2278,72.0069,69.3242,41.9922,59.8692,54.6383,50.3211,48.0067,27.7925,26.3053,23.3511,31.9097,15.5661,15.5575,3.6653,2.3450,2.3450,1.1269,0.6086,0.0650 +2017,11183.6664,790.6731,1254.4625,197.5933,0,0,526.7989,79.1089,196.9956,389.4844,1590.0014,0,0,368.2992,0,123.3775,21.1656,161.6600,141.3592,0,0,0,17.6292,0,0,159.9050,0,120.3844,5.0458,23.2242,157.1200,13.1861,95.0292,0,40.6492,0,0,4.9539,0.4333,0,88.8292,1.7419,0,17.1758,0,0,0,7.1189,0,0.9528,20.2619,0,0,4.2811,0,15.3294,11.4906,11.6350,0,7.7583,7.7581,0,0,0,0,0.0256,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/aggregate-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/aggregate-Day-cd.csv index 50b4473100..add9411b08 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/aggregate-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/aggregate-Day-cd.csv @@ -55,6 +55,7 @@ litau,0.1747 rolle,0.1614 blhbu,0.1408 allga,0.0978 +hardu,0.0978 ferdu,0.0311 lanhach,0.0286 crama,0.0147 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/aggregate-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/aggregate-Day-cs.csv index 50b4473100..add9411b08 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/aggregate-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/aggregate-Day-cs.csv @@ -55,6 +55,7 @@ litau,0.1747 rolle,0.1614 blhbu,0.1408 allga,0.0978 +hardu,0.0978 ferdu,0.0311 lanhach,0.0286 crama,0.0147 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/aggregate-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/aggregate-Month-cd.csv index 50b4473100..add9411b08 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/aggregate-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/aggregate-Month-cd.csv @@ -55,6 +55,7 @@ litau,0.1747 rolle,0.1614 blhbu,0.1408 allga,0.0978 +hardu,0.0978 ferdu,0.0311 lanhach,0.0286 crama,0.0147 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/aggregate-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/aggregate-Month-cs.csv index 50b4473100..add9411b08 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/aggregate-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/aggregate-Month-cs.csv @@ -55,6 +55,7 @@ litau,0.1747 rolle,0.1614 blhbu,0.1408 allga,0.0978 +hardu,0.0978 ferdu,0.0311 lanhach,0.0286 crama,0.0147 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/aggregate-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/aggregate-Quarter-cd.csv index 50b4473100..add9411b08 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/aggregate-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/aggregate-Quarter-cd.csv @@ -55,6 +55,7 @@ litau,0.1747 rolle,0.1614 blhbu,0.1408 allga,0.0978 +hardu,0.0978 ferdu,0.0311 lanhach,0.0286 crama,0.0147 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/aggregate-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/aggregate-Quarter-cs.csv index 50b4473100..add9411b08 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/aggregate-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/aggregate-Quarter-cs.csv @@ -55,6 +55,7 @@ litau,0.1747 rolle,0.1614 blhbu,0.1408 allga,0.0978 +hardu,0.0978 ferdu,0.0311 lanhach,0.0286 crama,0.0147 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/aggregate-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/aggregate-Year-cd.csv index 50b4473100..add9411b08 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/aggregate-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/aggregate-Year-cd.csv @@ -55,6 +55,7 @@ litau,0.1747 rolle,0.1614 blhbu,0.1408 allga,0.0978 +hardu,0.0978 ferdu,0.0311 lanhach,0.0286 crama,0.0147 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/aggregate-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/aggregate-Year-cs.csv index 50b4473100..add9411b08 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/aggregate-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/aggregate-Year-cs.csv @@ -55,6 +55,7 @@ litau,0.1747 rolle,0.1614 blhbu,0.1408 allga,0.0978 +hardu,0.0978 ferdu,0.0311 lanhach,0.0286 crama,0.0147 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/timeseries-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/timeseries-Day-cd.csv index 353bde3f8c..062e123739 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/timeseries-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/timeseries-Day-cd.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[swath] Wait Hours: Total","[honbu] Wait Hours: Total","[shttr] Wait Hours: Total","[sancr] Wait Hours: Total","[caspl] Wait Hours: Total","[legsh] Wait Hours: Total","[dunli] Wait Hours: Total","[grath] Wait Hours: Total","[meapi] Wait Hours: Total","[grgsh] Wait Hours: Total","[moorh] Wait Hours: Total","[reebu] Wait Hours: Total","[sposa] Wait Hours: Total","[boowa] Wait Hours: Total","[siski] Wait Hours: Total","[yebbu] Wait Hours: Total","[ovenb] Wait Hours: Total","[yebsa] Wait Hours: Total","[velsc] Wait Hours: Total","[yebwa] Wait Hours: Total","[misth] Wait Hours: Total","[pereg] Wait Hours: Total","[garwa] Wait Hours: Total","[whimb] Wait Hours: Total","[sarwa] Wait Hours: Total","[crane] Wait Hours: Total","[sante] Wait Hours: Total","[turdo] Wait Hours: Total","[vertera] Wait Hours: Total","[duswa] Wait Hours: Total","[whtsp] Wait Hours: Total","[lapwi] Wait Hours: Total","[shag1] Wait Hours: Total","[smew1] Wait Hours: Total","[ybsbu] Wait Hours: Total","[sogsh] Wait Hours: Total","[whtpl] Wait Hours: Total","[hoowa] Wait Hours: Total","[henha] Wait Hours: Total","[evegr] Wait Hours: Total","[corsh] Wait Hours: Total","[noror] Wait Hours: Total","[litst] Wait Hours: Total","[pibgr] Wait Hours: Total","[savsp] Wait Hours: Total","[litau] Wait Hours: Total","[rolle] Wait Hours: Total","[blhbu] Wait Hours: Total","[allga] Wait Hours: Total","[ferdu] Wait Hours: Total","[lanhach] Wait Hours: Total","[crama] Wait Hours: Total","[ribgu] Wait Hours: Total","[egygo] Wait Hours: Total","[proubis] Wait Hours: Total","[coot1] Wait Hours: Total","[categ] Wait Hours: Total","[alpsw] Wait Hours: Total","[aytinis] Wait Hours: Total","[field] Wait Hours: Total","[gloib] Wait Hours: Total","[lesre] Wait Hours: Total","[chaff] Wait Hours: Total","[jackd] Wait Hours: Total","[mamwa] Wait Hours: Total","[relpa] Wait Hours: Total" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9.3322,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9.5964,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-25,0,0,0,0,0,0,0,0,0,0,0,110.8222,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0.0633,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0.0033,0,0,0,0.0000,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-27,0,0.0000,1367.4053,93.9833,0,0,0,0,311.1344,0,0,0.0289,0,50.8225,76.0861,0,0.0025,0,78.7886,0,0,0,0.0000,0,0,0,0.0000,0.0000,0,0,0,0,0,0,0.0003,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0.0000,0 -2016-12-28,0,0.0000,1403.6350,723.1878,0,0,0,0,1296.2100,0,5.6581,20.5744,0,0.0000,36.8761,0,0.0000,0,0.0000,0,47.7519,0,18.4800,0,8.2136,0,0.0000,0.0000,0,0,0,10.5775,13.6594,0,0.0000,0,11.1744,2.3317,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0017,0,0.0003,0,0.0000,0,0.0000,0 -2016-12-29,2680.9856,1973.6483,626.5147,288.5578,0,0,0,0.0044,334.2142,0,32.6300,43.9522,9.5844,0.0000,0.0000,0.0017,0.0000,0.0014,0.0000,25.7286,0.0000,11.6853,17.8439,0,1.1997,10.4372,18.9547,0.2917,0,0,0,3.9286,0.0011,13.9250,4.8561,0,0.0000,0.3786,0.0894,0.7922,1.0583,0.0000,0,0.5497,0,0.0000,0,0,0,0.0311,0.0225,0,0,0.0025,0,0,0,0,0.0000,0,0.0000,0.0003,0.0000,0,0.0000,0 -2016-12-30,160658.9953,26564.1575,331.7789,2269.2953,0,1857.6733,1170.3947,54.0756,0.0000,1435.0258,221.0947,77.6936,311.8600,72.0400,0.0000,105.4806,0.0000,14.4292,0.0014,0.0000,0.7789,27.4556,0.0000,17.2619,15.6439,7.3803,0.0000,3.3314,11.9272,20.0331,0,2.2686,1.3369,0.0000,8.0983,12.1381,0.0000,2.4739,6.3886,1.1839,0.0400,0.0000,0.0258,0.0000,0.1269,0.0000,0.1611,0.0575,0.0978,0.0000,0.0028,0.0147,0.0075,0.0022,0.0014,0.0008,0.0006,0.0008,0.0000,0.0008,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 -2016-12-31,0.0000,64478.3575,1406.9842,1674.6364,0.3231,2069.8514,33.5839,2650.5994,0.0000,516.8028,277.8381,83.4647,0.0000,0.0000,0.0000,0.0000,94.3442,77.1553,0,0,0.0000,0.0000,0.2067,7.6042,3.4903,0.3128,0,13.7414,8.7356,0.0000,19.3700,0.5711,0.0019,0.0000,0.0000,0.5147,0,1.3047,0.0000,0,0.0000,0.0011,0.9658,0,0.2317,0.1747,0.0000,0.0833,0,0.0000,0.0022,0,0.0000,0.0000,0.0011,0.0011,0.0008,0.0006,0.0000,0.0008,0,0.0000,0.0000,0.0000,0,0 -2017-01-01,0,19831.9839,0.0000,0,4055.6844,0,1826.4933,0.0000,18.3517,0,7.3758,32.7189,0.0000,0,0,0,0.0000,0.0000,0,36.3150,0.0000,0.0000,0.0000,7.2994,2.2744,12.0239,0,1.3233,0.0047,0,0.0000,0.3344,0.0000,0,0,0.0064,0,0,0,0,0.1547,1.2347,0,0,0.0067,0.0000,0.0003,0,0,0.0000,0.0011,0,0,0,0.0014,0.0017,0.0017,0.0011,0,0.0000,0,0.0000,0.0000,0,0,0 +Day,"[swath] Wait Hours: Total","[honbu] Wait Hours: Total","[shttr] Wait Hours: Total","[sancr] Wait Hours: Total","[caspl] Wait Hours: Total","[legsh] Wait Hours: Total","[dunli] Wait Hours: Total","[grath] Wait Hours: Total","[meapi] Wait Hours: Total","[grgsh] Wait Hours: Total","[moorh] Wait Hours: Total","[reebu] Wait Hours: Total","[sposa] Wait Hours: Total","[boowa] Wait Hours: Total","[siski] Wait Hours: Total","[yebbu] Wait Hours: Total","[ovenb] Wait Hours: Total","[yebsa] Wait Hours: Total","[velsc] Wait Hours: Total","[yebwa] Wait Hours: Total","[misth] Wait Hours: Total","[pereg] Wait Hours: Total","[garwa] Wait Hours: Total","[whimb] Wait Hours: Total","[sarwa] Wait Hours: Total","[crane] Wait Hours: Total","[sante] Wait Hours: Total","[turdo] Wait Hours: Total","[vertera] Wait Hours: Total","[duswa] Wait Hours: Total","[whtsp] Wait Hours: Total","[lapwi] Wait Hours: Total","[shag1] Wait Hours: Total","[smew1] Wait Hours: Total","[ybsbu] Wait Hours: Total","[sogsh] Wait Hours: Total","[whtpl] Wait Hours: Total","[hoowa] Wait Hours: Total","[henha] Wait Hours: Total","[evegr] Wait Hours: Total","[corsh] Wait Hours: Total","[noror] Wait Hours: Total","[litst] Wait Hours: Total","[pibgr] Wait Hours: Total","[savsp] Wait Hours: Total","[litau] Wait Hours: Total","[rolle] Wait Hours: Total","[blhbu] Wait Hours: Total","[allga] Wait Hours: Total","[hardu] Wait Hours: Total","[ferdu] Wait Hours: Total","[lanhach] Wait Hours: Total","[crama] Wait Hours: Total","[ribgu] Wait Hours: Total","[egygo] Wait Hours: Total","[proubis] Wait Hours: Total","[coot1] Wait Hours: Total","[categ] Wait Hours: Total","[alpsw] Wait Hours: Total","[aytinis] Wait Hours: Total","[field] Wait Hours: Total","[gloib] Wait Hours: Total","[lesre] Wait Hours: Total","[chaff] Wait Hours: Total","[jackd] Wait Hours: Total","[mamwa] Wait Hours: Total","[relpa] Wait Hours: Total" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9.3322,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9.5964,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-25,0,0,0,0,0,0,0,0,0,0,0,110.8222,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0.0633,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0.0033,0,0,0,0.0000,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-27,0,0.0000,1367.4053,93.9833,0,0,0,0,311.1344,0,0,0.0289,0,50.8225,76.0861,0,0.0025,0,78.7886,0,0,0,0.0000,0,0,0,0.0000,0.0000,0,0,0,0,0,0,0.0003,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0.0000,0 +2016-12-28,0,0.0000,1403.6350,723.1878,0,0,0,0,1296.2100,0,5.6581,20.5744,0,0.0000,36.8761,0,0.0000,0,0.0000,0,47.7519,0,18.4800,0,8.2136,0,0.0000,0.0000,0,0,0,10.5775,13.6594,0,0.0000,0,11.1744,2.3317,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0017,0,0.0003,0,0.0000,0,0.0000,0 +2016-12-29,2680.9856,1973.6483,626.5147,288.5578,0,0,0,0.0044,334.2142,0,32.6300,43.9522,9.5844,0.0000,0.0000,0.0017,0.0000,0.0014,0.0000,25.7286,0.0000,11.6853,17.8439,0,1.1997,10.4372,18.9547,0.2917,0,0,0,3.9286,0.0011,13.9250,4.8561,0,0.0000,0.3786,0.0894,0.7922,1.0583,0.0000,0,0.5497,0,0.0000,0,0,0,0,0.0311,0.0225,0,0,0.0025,0,0,0,0,0.0000,0,0.0000,0.0003,0.0000,0,0.0000,0 +2016-12-30,160658.9953,26564.1575,331.7789,2269.2953,0,1857.6733,1170.3947,54.0756,0.0000,1435.0258,221.0947,77.6936,311.8600,72.0400,0.0000,105.4806,0.0000,14.4292,0.0014,0.0000,0.7789,27.4556,0.0000,17.2619,15.6439,7.3803,0.0000,3.3314,11.9272,20.0331,0,2.2686,1.3369,0.0000,8.0983,12.1381,0.0000,2.4739,6.3886,1.1839,0.0400,0.0000,0.0258,0.0000,0.1269,0.0000,0.1611,0.0575,0.0978,0.0978,0.0000,0.0028,0.0147,0.0075,0.0022,0.0014,0.0008,0.0006,0.0008,0.0000,0.0008,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 +2016-12-31,0.0000,64478.3575,1406.9842,1674.6364,0.3231,2069.8514,33.5839,2650.5994,0.0000,516.8028,277.8381,83.4647,0.0000,0.0000,0.0000,0.0000,94.3442,77.1553,0,0,0.0000,0.0000,0.2067,7.6042,3.4903,0.3128,0,13.7414,8.7356,0.0000,19.3700,0.5711,0.0019,0.0000,0.0000,0.5147,0,1.3047,0.0000,0,0.0000,0.0011,0.9658,0,0.2317,0.1747,0.0000,0.0833,0,0,0.0000,0.0022,0,0.0000,0.0000,0.0011,0.0011,0.0008,0.0006,0.0000,0.0008,0,0.0000,0.0000,0.0000,0,0 +2017-01-01,0,19831.9839,0.0000,0,4055.6844,0,1826.4933,0.0000,18.3517,0,7.3758,32.7189,0.0000,0,0,0,0.0000,0.0000,0,36.3150,0.0000,0.0000,0.0000,7.2994,2.2744,12.0239,0,1.3233,0.0047,0,0.0000,0.3344,0.0000,0,0,0.0064,0,0,0,0,0.1547,1.2347,0,0,0.0067,0.0000,0.0003,0,0,0,0.0000,0.0011,0,0,0,0.0014,0.0017,0.0017,0.0011,0,0.0000,0,0.0000,0.0000,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/timeseries-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/timeseries-Day-cs.csv index 353bde3f8c..062e123739 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/timeseries-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/timeseries-Day-cs.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[swath] Wait Hours: Total","[honbu] Wait Hours: Total","[shttr] Wait Hours: Total","[sancr] Wait Hours: Total","[caspl] Wait Hours: Total","[legsh] Wait Hours: Total","[dunli] Wait Hours: Total","[grath] Wait Hours: Total","[meapi] Wait Hours: Total","[grgsh] Wait Hours: Total","[moorh] Wait Hours: Total","[reebu] Wait Hours: Total","[sposa] Wait Hours: Total","[boowa] Wait Hours: Total","[siski] Wait Hours: Total","[yebbu] Wait Hours: Total","[ovenb] Wait Hours: Total","[yebsa] Wait Hours: Total","[velsc] Wait Hours: Total","[yebwa] Wait Hours: Total","[misth] Wait Hours: Total","[pereg] Wait Hours: Total","[garwa] Wait Hours: Total","[whimb] Wait Hours: Total","[sarwa] Wait Hours: Total","[crane] Wait Hours: Total","[sante] Wait Hours: Total","[turdo] Wait Hours: Total","[vertera] Wait Hours: Total","[duswa] Wait Hours: Total","[whtsp] Wait Hours: Total","[lapwi] Wait Hours: Total","[shag1] Wait Hours: Total","[smew1] Wait Hours: Total","[ybsbu] Wait Hours: Total","[sogsh] Wait Hours: Total","[whtpl] Wait Hours: Total","[hoowa] Wait Hours: Total","[henha] Wait Hours: Total","[evegr] Wait Hours: Total","[corsh] Wait Hours: Total","[noror] Wait Hours: Total","[litst] Wait Hours: Total","[pibgr] Wait Hours: Total","[savsp] Wait Hours: Total","[litau] Wait Hours: Total","[rolle] Wait Hours: Total","[blhbu] Wait Hours: Total","[allga] Wait Hours: Total","[ferdu] Wait Hours: Total","[lanhach] Wait Hours: Total","[crama] Wait Hours: Total","[ribgu] Wait Hours: Total","[egygo] Wait Hours: Total","[proubis] Wait Hours: Total","[coot1] Wait Hours: Total","[categ] Wait Hours: Total","[alpsw] Wait Hours: Total","[aytinis] Wait Hours: Total","[field] Wait Hours: Total","[gloib] Wait Hours: Total","[lesre] Wait Hours: Total","[chaff] Wait Hours: Total","[jackd] Wait Hours: Total","[mamwa] Wait Hours: Total","[relpa] Wait Hours: Total" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9.3322,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9.5964,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-25,0,0,0,0,0,0,0,0,0,0,0,110.8222,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0.0633,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0.0033,0,0,0,0.0000,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-27,0,0.0000,1367.4053,93.9833,0,0,0,0,311.1344,0,0,0.0289,0,50.8225,76.0861,0,0.0025,0,78.7886,0,0,0,0.0000,0,0,0,0.0000,0.0000,0,0,0,0,0,0,0.0003,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0.0000,0 -2016-12-28,0,0.0000,1403.6350,723.1878,0,0,0,0,1296.2100,0,5.6581,20.5744,0,0.0000,36.8761,0,0.0000,0,0.0000,0,47.7519,0,18.4800,0,8.2136,0,0.0000,0.0000,0,0,0,10.5775,13.6594,0,0.0000,0,11.1744,2.3317,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0017,0,0.0003,0,0.0000,0,0.0000,0 -2016-12-29,2680.9856,1973.6483,626.5147,288.5578,0,0,0,0.0044,334.2142,0,32.6300,43.9522,9.5844,0.0000,0.0000,0.0017,0.0000,0.0014,0.0000,25.7286,0.0000,11.6853,17.8439,0,1.1997,10.4372,18.9547,0.2917,0,0,0,3.9286,0.0011,13.9250,4.8561,0,0.0000,0.3786,0.0894,0.7922,1.0583,0.0000,0,0.5497,0,0.0000,0,0,0,0.0311,0.0225,0,0,0.0025,0,0,0,0,0.0000,0,0.0000,0.0003,0.0000,0,0.0000,0 -2016-12-30,160658.9953,26564.1575,331.7789,2269.2953,0,1857.6733,1170.3947,54.0756,0.0000,1435.0258,221.0947,77.6936,311.8600,72.0400,0.0000,105.4806,0.0000,14.4292,0.0014,0.0000,0.7789,27.4556,0.0000,17.2619,15.6439,7.3803,0.0000,3.3314,11.9272,20.0331,0,2.2686,1.3369,0.0000,8.0983,12.1381,0.0000,2.4739,6.3886,1.1839,0.0400,0.0000,0.0258,0.0000,0.1269,0.0000,0.1611,0.0575,0.0978,0.0000,0.0028,0.0147,0.0075,0.0022,0.0014,0.0008,0.0006,0.0008,0.0000,0.0008,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 -2016-12-31,0.0000,64478.3575,1406.9842,1674.6364,0.3231,2069.8514,33.5839,2650.5994,0.0000,516.8028,277.8381,83.4647,0.0000,0.0000,0.0000,0.0000,94.3442,77.1553,0,0,0.0000,0.0000,0.2067,7.6042,3.4903,0.3128,0,13.7414,8.7356,0.0000,19.3700,0.5711,0.0019,0.0000,0.0000,0.5147,0,1.3047,0.0000,0,0.0000,0.0011,0.9658,0,0.2317,0.1747,0.0000,0.0833,0,0.0000,0.0022,0,0.0000,0.0000,0.0011,0.0011,0.0008,0.0006,0.0000,0.0008,0,0.0000,0.0000,0.0000,0,0 -2017-01-01,0,19831.9839,0.0000,0,4055.6844,0,1826.4933,0.0000,18.3517,0,7.3758,32.7189,0.0000,0,0,0,0.0000,0.0000,0,36.3150,0.0000,0.0000,0.0000,7.2994,2.2744,12.0239,0,1.3233,0.0047,0,0.0000,0.3344,0.0000,0,0,0.0064,0,0,0,0,0.1547,1.2347,0,0,0.0067,0.0000,0.0003,0,0,0.0000,0.0011,0,0,0,0.0014,0.0017,0.0017,0.0011,0,0.0000,0,0.0000,0.0000,0,0,0 +Day,"[swath] Wait Hours: Total","[honbu] Wait Hours: Total","[shttr] Wait Hours: Total","[sancr] Wait Hours: Total","[caspl] Wait Hours: Total","[legsh] Wait Hours: Total","[dunli] Wait Hours: Total","[grath] Wait Hours: Total","[meapi] Wait Hours: Total","[grgsh] Wait Hours: Total","[moorh] Wait Hours: Total","[reebu] Wait Hours: Total","[sposa] Wait Hours: Total","[boowa] Wait Hours: Total","[siski] Wait Hours: Total","[yebbu] Wait Hours: Total","[ovenb] Wait Hours: Total","[yebsa] Wait Hours: Total","[velsc] Wait Hours: Total","[yebwa] Wait Hours: Total","[misth] Wait Hours: Total","[pereg] Wait Hours: Total","[garwa] Wait Hours: Total","[whimb] Wait Hours: Total","[sarwa] Wait Hours: Total","[crane] Wait Hours: Total","[sante] Wait Hours: Total","[turdo] Wait Hours: Total","[vertera] Wait Hours: Total","[duswa] Wait Hours: Total","[whtsp] Wait Hours: Total","[lapwi] Wait Hours: Total","[shag1] Wait Hours: Total","[smew1] Wait Hours: Total","[ybsbu] Wait Hours: Total","[sogsh] Wait Hours: Total","[whtpl] Wait Hours: Total","[hoowa] Wait Hours: Total","[henha] Wait Hours: Total","[evegr] Wait Hours: Total","[corsh] Wait Hours: Total","[noror] Wait Hours: Total","[litst] Wait Hours: Total","[pibgr] Wait Hours: Total","[savsp] Wait Hours: Total","[litau] Wait Hours: Total","[rolle] Wait Hours: Total","[blhbu] Wait Hours: Total","[allga] Wait Hours: Total","[hardu] Wait Hours: Total","[ferdu] Wait Hours: Total","[lanhach] Wait Hours: Total","[crama] Wait Hours: Total","[ribgu] Wait Hours: Total","[egygo] Wait Hours: Total","[proubis] Wait Hours: Total","[coot1] Wait Hours: Total","[categ] Wait Hours: Total","[alpsw] Wait Hours: Total","[aytinis] Wait Hours: Total","[field] Wait Hours: Total","[gloib] Wait Hours: Total","[lesre] Wait Hours: Total","[chaff] Wait Hours: Total","[jackd] Wait Hours: Total","[mamwa] Wait Hours: Total","[relpa] Wait Hours: Total" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9.3322,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9.5964,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-25,0,0,0,0,0,0,0,0,0,0,0,110.8222,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0.0633,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-26,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0.0033,0,0,0,0.0000,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-27,0,0.0000,1367.4053,93.9833,0,0,0,0,311.1344,0,0,0.0289,0,50.8225,76.0861,0,0.0025,0,78.7886,0,0,0,0.0000,0,0,0,0.0000,0.0000,0,0,0,0,0,0,0.0003,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0.0000,0 +2016-12-28,0,0.0000,1403.6350,723.1878,0,0,0,0,1296.2100,0,5.6581,20.5744,0,0.0000,36.8761,0,0.0000,0,0.0000,0,47.7519,0,18.4800,0,8.2136,0,0.0000,0.0000,0,0,0,10.5775,13.6594,0,0.0000,0,11.1744,2.3317,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0017,0,0.0003,0,0.0000,0,0.0000,0 +2016-12-29,2680.9856,1973.6483,626.5147,288.5578,0,0,0,0.0044,334.2142,0,32.6300,43.9522,9.5844,0.0000,0.0000,0.0017,0.0000,0.0014,0.0000,25.7286,0.0000,11.6853,17.8439,0,1.1997,10.4372,18.9547,0.2917,0,0,0,3.9286,0.0011,13.9250,4.8561,0,0.0000,0.3786,0.0894,0.7922,1.0583,0.0000,0,0.5497,0,0.0000,0,0,0,0,0.0311,0.0225,0,0,0.0025,0,0,0,0,0.0000,0,0.0000,0.0003,0.0000,0,0.0000,0 +2016-12-30,160658.9953,26564.1575,331.7789,2269.2953,0,1857.6733,1170.3947,54.0756,0.0000,1435.0258,221.0947,77.6936,311.8600,72.0400,0.0000,105.4806,0.0000,14.4292,0.0014,0.0000,0.7789,27.4556,0.0000,17.2619,15.6439,7.3803,0.0000,3.3314,11.9272,20.0331,0,2.2686,1.3369,0.0000,8.0983,12.1381,0.0000,2.4739,6.3886,1.1839,0.0400,0.0000,0.0258,0.0000,0.1269,0.0000,0.1611,0.0575,0.0978,0.0978,0.0000,0.0028,0.0147,0.0075,0.0022,0.0014,0.0008,0.0006,0.0008,0.0000,0.0008,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000 +2016-12-31,0.0000,64478.3575,1406.9842,1674.6364,0.3231,2069.8514,33.5839,2650.5994,0.0000,516.8028,277.8381,83.4647,0.0000,0.0000,0.0000,0.0000,94.3442,77.1553,0,0,0.0000,0.0000,0.2067,7.6042,3.4903,0.3128,0,13.7414,8.7356,0.0000,19.3700,0.5711,0.0019,0.0000,0.0000,0.5147,0,1.3047,0.0000,0,0.0000,0.0011,0.9658,0,0.2317,0.1747,0.0000,0.0833,0,0,0.0000,0.0022,0,0.0000,0.0000,0.0011,0.0011,0.0008,0.0006,0.0000,0.0008,0,0.0000,0.0000,0.0000,0,0 +2017-01-01,0,19831.9839,0.0000,0,4055.6844,0,1826.4933,0.0000,18.3517,0,7.3758,32.7189,0.0000,0,0,0,0.0000,0.0000,0,36.3150,0.0000,0.0000,0.0000,7.2994,2.2744,12.0239,0,1.3233,0.0047,0,0.0000,0.3344,0.0000,0,0,0.0064,0,0,0,0,0.1547,1.2347,0,0,0.0067,0.0000,0.0003,0,0,0,0.0000,0.0011,0,0,0,0.0014,0.0017,0.0017,0.0011,0,0.0000,0,0.0000,0.0000,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/timeseries-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/timeseries-Month-cd.csv index 924f6dc24a..186ea0a48d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/timeseries-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/timeseries-Month-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[swath] Wait Hours: Total","[honbu] Wait Hours: Total","[shttr] Wait Hours: Total","[sancr] Wait Hours: Total","[caspl] Wait Hours: Total","[legsh] Wait Hours: Total","[dunli] Wait Hours: Total","[grath] Wait Hours: Total","[meapi] Wait Hours: Total","[grgsh] Wait Hours: Total","[moorh] Wait Hours: Total","[reebu] Wait Hours: Total","[sposa] Wait Hours: Total","[boowa] Wait Hours: Total","[siski] Wait Hours: Total","[yebbu] Wait Hours: Total","[ovenb] Wait Hours: Total","[yebsa] Wait Hours: Total","[velsc] Wait Hours: Total","[yebwa] Wait Hours: Total","[misth] Wait Hours: Total","[pereg] Wait Hours: Total","[garwa] Wait Hours: Total","[whimb] Wait Hours: Total","[sarwa] Wait Hours: Total","[crane] Wait Hours: Total","[sante] Wait Hours: Total","[turdo] Wait Hours: Total","[vertera] Wait Hours: Total","[duswa] Wait Hours: Total","[whtsp] Wait Hours: Total","[lapwi] Wait Hours: Total","[shag1] Wait Hours: Total","[smew1] Wait Hours: Total","[ybsbu] Wait Hours: Total","[sogsh] Wait Hours: Total","[whtpl] Wait Hours: Total","[hoowa] Wait Hours: Total","[henha] Wait Hours: Total","[evegr] Wait Hours: Total","[corsh] Wait Hours: Total","[noror] Wait Hours: Total","[litst] Wait Hours: Total","[pibgr] Wait Hours: Total","[savsp] Wait Hours: Total","[litau] Wait Hours: Total","[rolle] Wait Hours: Total","[blhbu] Wait Hours: Total","[allga] Wait Hours: Total","[ferdu] Wait Hours: Total","[lanhach] Wait Hours: Total","[crama] Wait Hours: Total","[ribgu] Wait Hours: Total","[egygo] Wait Hours: Total","[proubis] Wait Hours: Total","[coot1] Wait Hours: Total","[categ] Wait Hours: Total","[alpsw] Wait Hours: Total","[aytinis] Wait Hours: Total","[field] Wait Hours: Total","[gloib] Wait Hours: Total","[lesre] Wait Hours: Total","[chaff] Wait Hours: Total","[jackd] Wait Hours: Total","[mamwa] Wait Hours: Total","[relpa] Wait Hours: Total" -2016-12,163339.9808,93016.1633,5136.3181,5049.6606,0.3231,3927.5247,1203.9786,2704.6794,1941.5586,1951.8286,537.2208,336.5361,321.4444,122.8625,112.9622,105.4822,94.3467,91.5858,78.7900,25.7286,48.5308,39.1408,36.5339,24.8661,28.5475,18.1303,28.5511,26.7600,20.6628,20.0331,19.3700,17.3458,14.9994,13.9250,12.9547,12.6528,11.1744,6.4889,6.4781,1.9761,1.0983,0.0014,0.9917,0.5497,0.3586,0.1747,0.1611,0.1408,0.0978,0.0311,0.0275,0.0147,0.0075,0.0047,0.0025,0.0019,0.0014,0.0014,0.0017,0.0017,0.0003,0.0003,0.0000,0.0000,0.0000,0.0000 -2017-01,0,19831.9839,0.0000,0,4055.6844,0,1826.4933,0.0000,18.3517,0,7.3758,32.7189,0.0000,0,0,0,0.0000,0.0000,0,36.3150,0.0000,0.0000,0.0000,7.2994,2.2744,12.0239,0,1.3233,0.0047,0,0.0000,0.3344,0.0000,0,0,0.0064,0,0,0,0,0.1547,1.2347,0,0,0.0067,0.0000,0.0003,0,0,0.0000,0.0011,0,0,0,0.0014,0.0017,0.0017,0.0011,0,0.0000,0,0.0000,0.0000,0,0,0 +Month,"[swath] Wait Hours: Total","[honbu] Wait Hours: Total","[shttr] Wait Hours: Total","[sancr] Wait Hours: Total","[caspl] Wait Hours: Total","[legsh] Wait Hours: Total","[dunli] Wait Hours: Total","[grath] Wait Hours: Total","[meapi] Wait Hours: Total","[grgsh] Wait Hours: Total","[moorh] Wait Hours: Total","[reebu] Wait Hours: Total","[sposa] Wait Hours: Total","[boowa] Wait Hours: Total","[siski] Wait Hours: Total","[yebbu] Wait Hours: Total","[ovenb] Wait Hours: Total","[yebsa] Wait Hours: Total","[velsc] Wait Hours: Total","[yebwa] Wait Hours: Total","[misth] Wait Hours: Total","[pereg] Wait Hours: Total","[garwa] Wait Hours: Total","[whimb] Wait Hours: Total","[sarwa] Wait Hours: Total","[crane] Wait Hours: Total","[sante] Wait Hours: Total","[turdo] Wait Hours: Total","[vertera] Wait Hours: Total","[duswa] Wait Hours: Total","[whtsp] Wait Hours: Total","[lapwi] Wait Hours: Total","[shag1] Wait Hours: Total","[smew1] Wait Hours: Total","[ybsbu] Wait Hours: Total","[sogsh] Wait Hours: Total","[whtpl] Wait Hours: Total","[hoowa] Wait Hours: Total","[henha] Wait Hours: Total","[evegr] Wait Hours: Total","[corsh] Wait Hours: Total","[noror] Wait Hours: Total","[litst] Wait Hours: Total","[pibgr] Wait Hours: Total","[savsp] Wait Hours: Total","[litau] Wait Hours: Total","[rolle] Wait Hours: Total","[blhbu] Wait Hours: Total","[allga] Wait Hours: Total","[hardu] Wait Hours: Total","[ferdu] Wait Hours: Total","[lanhach] Wait Hours: Total","[crama] Wait Hours: Total","[ribgu] Wait Hours: Total","[egygo] Wait Hours: Total","[proubis] Wait Hours: Total","[coot1] Wait Hours: Total","[categ] Wait Hours: Total","[alpsw] Wait Hours: Total","[aytinis] Wait Hours: Total","[field] Wait Hours: Total","[gloib] Wait Hours: Total","[lesre] Wait Hours: Total","[chaff] Wait Hours: Total","[jackd] Wait Hours: Total","[mamwa] Wait Hours: Total","[relpa] Wait Hours: Total" +2016-12,163339.9808,93016.1633,5136.3181,5049.6606,0.3231,3927.5247,1203.9786,2704.6794,1941.5586,1951.8286,537.2208,336.5361,321.4444,122.8625,112.9622,105.4822,94.3467,91.5858,78.7900,25.7286,48.5308,39.1408,36.5339,24.8661,28.5475,18.1303,28.5511,26.7600,20.6628,20.0331,19.3700,17.3458,14.9994,13.9250,12.9547,12.6528,11.1744,6.4889,6.4781,1.9761,1.0983,0.0014,0.9917,0.5497,0.3586,0.1747,0.1611,0.1408,0.0978,0.0978,0.0311,0.0275,0.0147,0.0075,0.0047,0.0025,0.0019,0.0014,0.0014,0.0017,0.0017,0.0003,0.0003,0.0000,0.0000,0.0000,0.0000 +2017-01,0,19831.9839,0.0000,0,4055.6844,0,1826.4933,0.0000,18.3517,0,7.3758,32.7189,0.0000,0,0,0,0.0000,0.0000,0,36.3150,0.0000,0.0000,0.0000,7.2994,2.2744,12.0239,0,1.3233,0.0047,0,0.0000,0.3344,0.0000,0,0,0.0064,0,0,0,0,0.1547,1.2347,0,0,0.0067,0.0000,0.0003,0,0,0,0.0000,0.0011,0,0,0,0.0014,0.0017,0.0017,0.0011,0,0.0000,0,0.0000,0.0000,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/timeseries-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/timeseries-Month-cs.csv index 924f6dc24a..186ea0a48d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/timeseries-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/timeseries-Month-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[swath] Wait Hours: Total","[honbu] Wait Hours: Total","[shttr] Wait Hours: Total","[sancr] Wait Hours: Total","[caspl] Wait Hours: Total","[legsh] Wait Hours: Total","[dunli] Wait Hours: Total","[grath] Wait Hours: Total","[meapi] Wait Hours: Total","[grgsh] Wait Hours: Total","[moorh] Wait Hours: Total","[reebu] Wait Hours: Total","[sposa] Wait Hours: Total","[boowa] Wait Hours: Total","[siski] Wait Hours: Total","[yebbu] Wait Hours: Total","[ovenb] Wait Hours: Total","[yebsa] Wait Hours: Total","[velsc] Wait Hours: Total","[yebwa] Wait Hours: Total","[misth] Wait Hours: Total","[pereg] Wait Hours: Total","[garwa] Wait Hours: Total","[whimb] Wait Hours: Total","[sarwa] Wait Hours: Total","[crane] Wait Hours: Total","[sante] Wait Hours: Total","[turdo] Wait Hours: Total","[vertera] Wait Hours: Total","[duswa] Wait Hours: Total","[whtsp] Wait Hours: Total","[lapwi] Wait Hours: Total","[shag1] Wait Hours: Total","[smew1] Wait Hours: Total","[ybsbu] Wait Hours: Total","[sogsh] Wait Hours: Total","[whtpl] Wait Hours: Total","[hoowa] Wait Hours: Total","[henha] Wait Hours: Total","[evegr] Wait Hours: Total","[corsh] Wait Hours: Total","[noror] Wait Hours: Total","[litst] Wait Hours: Total","[pibgr] Wait Hours: Total","[savsp] Wait Hours: Total","[litau] Wait Hours: Total","[rolle] Wait Hours: Total","[blhbu] Wait Hours: Total","[allga] Wait Hours: Total","[ferdu] Wait Hours: Total","[lanhach] Wait Hours: Total","[crama] Wait Hours: Total","[ribgu] Wait Hours: Total","[egygo] Wait Hours: Total","[proubis] Wait Hours: Total","[coot1] Wait Hours: Total","[categ] Wait Hours: Total","[alpsw] Wait Hours: Total","[aytinis] Wait Hours: Total","[field] Wait Hours: Total","[gloib] Wait Hours: Total","[lesre] Wait Hours: Total","[chaff] Wait Hours: Total","[jackd] Wait Hours: Total","[mamwa] Wait Hours: Total","[relpa] Wait Hours: Total" -2016-12,163339.9808,93016.1633,5136.3181,5049.6606,0.3231,3927.5247,1203.9786,2704.6794,1941.5586,1951.8286,537.2208,336.5361,321.4444,122.8625,112.9622,105.4822,94.3467,91.5858,78.7900,25.7286,48.5308,39.1408,36.5339,24.8661,28.5475,18.1303,28.5511,26.7600,20.6628,20.0331,19.3700,17.3458,14.9994,13.9250,12.9547,12.6528,11.1744,6.4889,6.4781,1.9761,1.0983,0.0014,0.9917,0.5497,0.3586,0.1747,0.1611,0.1408,0.0978,0.0311,0.0275,0.0147,0.0075,0.0047,0.0025,0.0019,0.0014,0.0014,0.0017,0.0017,0.0003,0.0003,0.0000,0.0000,0.0000,0.0000 -2017-01,0,19831.9839,0.0000,0,4055.6844,0,1826.4933,0.0000,18.3517,0,7.3758,32.7189,0.0000,0,0,0,0.0000,0.0000,0,36.3150,0.0000,0.0000,0.0000,7.2994,2.2744,12.0239,0,1.3233,0.0047,0,0.0000,0.3344,0.0000,0,0,0.0064,0,0,0,0,0.1547,1.2347,0,0,0.0067,0.0000,0.0003,0,0,0.0000,0.0011,0,0,0,0.0014,0.0017,0.0017,0.0011,0,0.0000,0,0.0000,0.0000,0,0,0 +Month,"[swath] Wait Hours: Total","[honbu] Wait Hours: Total","[shttr] Wait Hours: Total","[sancr] Wait Hours: Total","[caspl] Wait Hours: Total","[legsh] Wait Hours: Total","[dunli] Wait Hours: Total","[grath] Wait Hours: Total","[meapi] Wait Hours: Total","[grgsh] Wait Hours: Total","[moorh] Wait Hours: Total","[reebu] Wait Hours: Total","[sposa] Wait Hours: Total","[boowa] Wait Hours: Total","[siski] Wait Hours: Total","[yebbu] Wait Hours: Total","[ovenb] Wait Hours: Total","[yebsa] Wait Hours: Total","[velsc] Wait Hours: Total","[yebwa] Wait Hours: Total","[misth] Wait Hours: Total","[pereg] Wait Hours: Total","[garwa] Wait Hours: Total","[whimb] Wait Hours: Total","[sarwa] Wait Hours: Total","[crane] Wait Hours: Total","[sante] Wait Hours: Total","[turdo] Wait Hours: Total","[vertera] Wait Hours: Total","[duswa] Wait Hours: Total","[whtsp] Wait Hours: Total","[lapwi] Wait Hours: Total","[shag1] Wait Hours: Total","[smew1] Wait Hours: Total","[ybsbu] Wait Hours: Total","[sogsh] Wait Hours: Total","[whtpl] Wait Hours: Total","[hoowa] Wait Hours: Total","[henha] Wait Hours: Total","[evegr] Wait Hours: Total","[corsh] Wait Hours: Total","[noror] Wait Hours: Total","[litst] Wait Hours: Total","[pibgr] Wait Hours: Total","[savsp] Wait Hours: Total","[litau] Wait Hours: Total","[rolle] Wait Hours: Total","[blhbu] Wait Hours: Total","[allga] Wait Hours: Total","[hardu] Wait Hours: Total","[ferdu] Wait Hours: Total","[lanhach] Wait Hours: Total","[crama] Wait Hours: Total","[ribgu] Wait Hours: Total","[egygo] Wait Hours: Total","[proubis] Wait Hours: Total","[coot1] Wait Hours: Total","[categ] Wait Hours: Total","[alpsw] Wait Hours: Total","[aytinis] Wait Hours: Total","[field] Wait Hours: Total","[gloib] Wait Hours: Total","[lesre] Wait Hours: Total","[chaff] Wait Hours: Total","[jackd] Wait Hours: Total","[mamwa] Wait Hours: Total","[relpa] Wait Hours: Total" +2016-12,163339.9808,93016.1633,5136.3181,5049.6606,0.3231,3927.5247,1203.9786,2704.6794,1941.5586,1951.8286,537.2208,336.5361,321.4444,122.8625,112.9622,105.4822,94.3467,91.5858,78.7900,25.7286,48.5308,39.1408,36.5339,24.8661,28.5475,18.1303,28.5511,26.7600,20.6628,20.0331,19.3700,17.3458,14.9994,13.9250,12.9547,12.6528,11.1744,6.4889,6.4781,1.9761,1.0983,0.0014,0.9917,0.5497,0.3586,0.1747,0.1611,0.1408,0.0978,0.0978,0.0311,0.0275,0.0147,0.0075,0.0047,0.0025,0.0019,0.0014,0.0014,0.0017,0.0017,0.0003,0.0003,0.0000,0.0000,0.0000,0.0000 +2017-01,0,19831.9839,0.0000,0,4055.6844,0,1826.4933,0.0000,18.3517,0,7.3758,32.7189,0.0000,0,0,0,0.0000,0.0000,0,36.3150,0.0000,0.0000,0.0000,7.2994,2.2744,12.0239,0,1.3233,0.0047,0,0.0000,0.3344,0.0000,0,0,0.0064,0,0,0,0,0.1547,1.2347,0,0,0.0067,0.0000,0.0003,0,0,0,0.0000,0.0011,0,0,0,0.0014,0.0017,0.0017,0.0011,0,0.0000,0,0.0000,0.0000,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/timeseries-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/timeseries-Quarter-cd.csv index 788e6ecc31..75470eb28e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/timeseries-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/timeseries-Quarter-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[swath] Wait Hours: Total","[honbu] Wait Hours: Total","[shttr] Wait Hours: Total","[sancr] Wait Hours: Total","[caspl] Wait Hours: Total","[legsh] Wait Hours: Total","[dunli] Wait Hours: Total","[grath] Wait Hours: Total","[meapi] Wait Hours: Total","[grgsh] Wait Hours: Total","[moorh] Wait Hours: Total","[reebu] Wait Hours: Total","[sposa] Wait Hours: Total","[boowa] Wait Hours: Total","[siski] Wait Hours: Total","[yebbu] Wait Hours: Total","[ovenb] Wait Hours: Total","[yebsa] Wait Hours: Total","[velsc] Wait Hours: Total","[yebwa] Wait Hours: Total","[misth] Wait Hours: Total","[pereg] Wait Hours: Total","[garwa] Wait Hours: Total","[whimb] Wait Hours: Total","[sarwa] Wait Hours: Total","[crane] Wait Hours: Total","[sante] Wait Hours: Total","[turdo] Wait Hours: Total","[vertera] Wait Hours: Total","[duswa] Wait Hours: Total","[whtsp] Wait Hours: Total","[lapwi] Wait Hours: Total","[shag1] Wait Hours: Total","[smew1] Wait Hours: Total","[ybsbu] Wait Hours: Total","[sogsh] Wait Hours: Total","[whtpl] Wait Hours: Total","[hoowa] Wait Hours: Total","[henha] Wait Hours: Total","[evegr] Wait Hours: Total","[corsh] Wait Hours: Total","[noror] Wait Hours: Total","[litst] Wait Hours: Total","[pibgr] Wait Hours: Total","[savsp] Wait Hours: Total","[litau] Wait Hours: Total","[rolle] Wait Hours: Total","[blhbu] Wait Hours: Total","[allga] Wait Hours: Total","[ferdu] Wait Hours: Total","[lanhach] Wait Hours: Total","[crama] Wait Hours: Total","[ribgu] Wait Hours: Total","[egygo] Wait Hours: Total","[proubis] Wait Hours: Total","[coot1] Wait Hours: Total","[categ] Wait Hours: Total","[alpsw] Wait Hours: Total","[aytinis] Wait Hours: Total","[field] Wait Hours: Total","[gloib] Wait Hours: Total","[lesre] Wait Hours: Total","[chaff] Wait Hours: Total","[jackd] Wait Hours: Total","[mamwa] Wait Hours: Total","[relpa] Wait Hours: Total" -"2016 Q4",163339.9808,93016.1633,5136.3181,5049.6606,0.3231,3927.5247,1203.9786,2704.6794,1941.5586,1951.8286,537.2208,336.5361,321.4444,122.8625,112.9622,105.4822,94.3467,91.5858,78.7900,25.7286,48.5308,39.1408,36.5339,24.8661,28.5475,18.1303,28.5511,26.7600,20.6628,20.0331,19.3700,17.3458,14.9994,13.9250,12.9547,12.6528,11.1744,6.4889,6.4781,1.9761,1.0983,0.0014,0.9917,0.5497,0.3586,0.1747,0.1611,0.1408,0.0978,0.0311,0.0275,0.0147,0.0075,0.0047,0.0025,0.0019,0.0014,0.0014,0.0017,0.0017,0.0003,0.0003,0.0000,0.0000,0.0000,0.0000 -"2017 Q1",0,19831.9839,0.0000,0,4055.6844,0,1826.4933,0.0000,18.3517,0,7.3758,32.7189,0.0000,0,0,0,0.0000,0.0000,0,36.3150,0.0000,0.0000,0.0000,7.2994,2.2744,12.0239,0,1.3233,0.0047,0,0.0000,0.3344,0.0000,0,0,0.0064,0,0,0,0,0.1547,1.2347,0,0,0.0067,0.0000,0.0003,0,0,0.0000,0.0011,0,0,0,0.0014,0.0017,0.0017,0.0011,0,0.0000,0,0.0000,0.0000,0,0,0 +Quarter,"[swath] Wait Hours: Total","[honbu] Wait Hours: Total","[shttr] Wait Hours: Total","[sancr] Wait Hours: Total","[caspl] Wait Hours: Total","[legsh] Wait Hours: Total","[dunli] Wait Hours: Total","[grath] Wait Hours: Total","[meapi] Wait Hours: Total","[grgsh] Wait Hours: Total","[moorh] Wait Hours: Total","[reebu] Wait Hours: Total","[sposa] Wait Hours: Total","[boowa] Wait Hours: Total","[siski] Wait Hours: Total","[yebbu] Wait Hours: Total","[ovenb] Wait Hours: Total","[yebsa] Wait Hours: Total","[velsc] Wait Hours: Total","[yebwa] Wait Hours: Total","[misth] Wait Hours: Total","[pereg] Wait Hours: Total","[garwa] Wait Hours: Total","[whimb] Wait Hours: Total","[sarwa] Wait Hours: Total","[crane] Wait Hours: Total","[sante] Wait Hours: Total","[turdo] Wait Hours: Total","[vertera] Wait Hours: Total","[duswa] Wait Hours: Total","[whtsp] Wait Hours: Total","[lapwi] Wait Hours: Total","[shag1] Wait Hours: Total","[smew1] Wait Hours: Total","[ybsbu] Wait Hours: Total","[sogsh] Wait Hours: Total","[whtpl] Wait Hours: Total","[hoowa] Wait Hours: Total","[henha] Wait Hours: Total","[evegr] Wait Hours: Total","[corsh] Wait Hours: Total","[noror] Wait Hours: Total","[litst] Wait Hours: Total","[pibgr] Wait Hours: Total","[savsp] Wait Hours: Total","[litau] Wait Hours: Total","[rolle] Wait Hours: Total","[blhbu] Wait Hours: Total","[allga] Wait Hours: Total","[hardu] Wait Hours: Total","[ferdu] Wait Hours: Total","[lanhach] Wait Hours: Total","[crama] Wait Hours: Total","[ribgu] Wait Hours: Total","[egygo] Wait Hours: Total","[proubis] Wait Hours: Total","[coot1] Wait Hours: Total","[categ] Wait Hours: Total","[alpsw] Wait Hours: Total","[aytinis] Wait Hours: Total","[field] Wait Hours: Total","[gloib] Wait Hours: Total","[lesre] Wait Hours: Total","[chaff] Wait Hours: Total","[jackd] Wait Hours: Total","[mamwa] Wait Hours: Total","[relpa] Wait Hours: Total" +"2016 Q4",163339.9808,93016.1633,5136.3181,5049.6606,0.3231,3927.5247,1203.9786,2704.6794,1941.5586,1951.8286,537.2208,336.5361,321.4444,122.8625,112.9622,105.4822,94.3467,91.5858,78.7900,25.7286,48.5308,39.1408,36.5339,24.8661,28.5475,18.1303,28.5511,26.7600,20.6628,20.0331,19.3700,17.3458,14.9994,13.9250,12.9547,12.6528,11.1744,6.4889,6.4781,1.9761,1.0983,0.0014,0.9917,0.5497,0.3586,0.1747,0.1611,0.1408,0.0978,0.0978,0.0311,0.0275,0.0147,0.0075,0.0047,0.0025,0.0019,0.0014,0.0014,0.0017,0.0017,0.0003,0.0003,0.0000,0.0000,0.0000,0.0000 +"2017 Q1",0,19831.9839,0.0000,0,4055.6844,0,1826.4933,0.0000,18.3517,0,7.3758,32.7189,0.0000,0,0,0,0.0000,0.0000,0,36.3150,0.0000,0.0000,0.0000,7.2994,2.2744,12.0239,0,1.3233,0.0047,0,0.0000,0.3344,0.0000,0,0,0.0064,0,0,0,0,0.1547,1.2347,0,0,0.0067,0.0000,0.0003,0,0,0,0.0000,0.0011,0,0,0,0.0014,0.0017,0.0017,0.0011,0,0.0000,0,0.0000,0.0000,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/timeseries-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/timeseries-Quarter-cs.csv index 788e6ecc31..75470eb28e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/timeseries-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/timeseries-Quarter-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[swath] Wait Hours: Total","[honbu] Wait Hours: Total","[shttr] Wait Hours: Total","[sancr] Wait Hours: Total","[caspl] Wait Hours: Total","[legsh] Wait Hours: Total","[dunli] Wait Hours: Total","[grath] Wait Hours: Total","[meapi] Wait Hours: Total","[grgsh] Wait Hours: Total","[moorh] Wait Hours: Total","[reebu] Wait Hours: Total","[sposa] Wait Hours: Total","[boowa] Wait Hours: Total","[siski] Wait Hours: Total","[yebbu] Wait Hours: Total","[ovenb] Wait Hours: Total","[yebsa] Wait Hours: Total","[velsc] Wait Hours: Total","[yebwa] Wait Hours: Total","[misth] Wait Hours: Total","[pereg] Wait Hours: Total","[garwa] Wait Hours: Total","[whimb] Wait Hours: Total","[sarwa] Wait Hours: Total","[crane] Wait Hours: Total","[sante] Wait Hours: Total","[turdo] Wait Hours: Total","[vertera] Wait Hours: Total","[duswa] Wait Hours: Total","[whtsp] Wait Hours: Total","[lapwi] Wait Hours: Total","[shag1] Wait Hours: Total","[smew1] Wait Hours: Total","[ybsbu] Wait Hours: Total","[sogsh] Wait Hours: Total","[whtpl] Wait Hours: Total","[hoowa] Wait Hours: Total","[henha] Wait Hours: Total","[evegr] Wait Hours: Total","[corsh] Wait Hours: Total","[noror] Wait Hours: Total","[litst] Wait Hours: Total","[pibgr] Wait Hours: Total","[savsp] Wait Hours: Total","[litau] Wait Hours: Total","[rolle] Wait Hours: Total","[blhbu] Wait Hours: Total","[allga] Wait Hours: Total","[ferdu] Wait Hours: Total","[lanhach] Wait Hours: Total","[crama] Wait Hours: Total","[ribgu] Wait Hours: Total","[egygo] Wait Hours: Total","[proubis] Wait Hours: Total","[coot1] Wait Hours: Total","[categ] Wait Hours: Total","[alpsw] Wait Hours: Total","[aytinis] Wait Hours: Total","[field] Wait Hours: Total","[gloib] Wait Hours: Total","[lesre] Wait Hours: Total","[chaff] Wait Hours: Total","[jackd] Wait Hours: Total","[mamwa] Wait Hours: Total","[relpa] Wait Hours: Total" -"2016 Q4",163339.9808,93016.1633,5136.3181,5049.6606,0.3231,3927.5247,1203.9786,2704.6794,1941.5586,1951.8286,537.2208,336.5361,321.4444,122.8625,112.9622,105.4822,94.3467,91.5858,78.7900,25.7286,48.5308,39.1408,36.5339,24.8661,28.5475,18.1303,28.5511,26.7600,20.6628,20.0331,19.3700,17.3458,14.9994,13.9250,12.9547,12.6528,11.1744,6.4889,6.4781,1.9761,1.0983,0.0014,0.9917,0.5497,0.3586,0.1747,0.1611,0.1408,0.0978,0.0311,0.0275,0.0147,0.0075,0.0047,0.0025,0.0019,0.0014,0.0014,0.0017,0.0017,0.0003,0.0003,0.0000,0.0000,0.0000,0.0000 -"2017 Q1",0,19831.9839,0.0000,0,4055.6844,0,1826.4933,0.0000,18.3517,0,7.3758,32.7189,0.0000,0,0,0,0.0000,0.0000,0,36.3150,0.0000,0.0000,0.0000,7.2994,2.2744,12.0239,0,1.3233,0.0047,0,0.0000,0.3344,0.0000,0,0,0.0064,0,0,0,0,0.1547,1.2347,0,0,0.0067,0.0000,0.0003,0,0,0.0000,0.0011,0,0,0,0.0014,0.0017,0.0017,0.0011,0,0.0000,0,0.0000,0.0000,0,0,0 +Quarter,"[swath] Wait Hours: Total","[honbu] Wait Hours: Total","[shttr] Wait Hours: Total","[sancr] Wait Hours: Total","[caspl] Wait Hours: Total","[legsh] Wait Hours: Total","[dunli] Wait Hours: Total","[grath] Wait Hours: Total","[meapi] Wait Hours: Total","[grgsh] Wait Hours: Total","[moorh] Wait Hours: Total","[reebu] Wait Hours: Total","[sposa] Wait Hours: Total","[boowa] Wait Hours: Total","[siski] Wait Hours: Total","[yebbu] Wait Hours: Total","[ovenb] Wait Hours: Total","[yebsa] Wait Hours: Total","[velsc] Wait Hours: Total","[yebwa] Wait Hours: Total","[misth] Wait Hours: Total","[pereg] Wait Hours: Total","[garwa] Wait Hours: Total","[whimb] Wait Hours: Total","[sarwa] Wait Hours: Total","[crane] Wait Hours: Total","[sante] Wait Hours: Total","[turdo] Wait Hours: Total","[vertera] Wait Hours: Total","[duswa] Wait Hours: Total","[whtsp] Wait Hours: Total","[lapwi] Wait Hours: Total","[shag1] Wait Hours: Total","[smew1] Wait Hours: Total","[ybsbu] Wait Hours: Total","[sogsh] Wait Hours: Total","[whtpl] Wait Hours: Total","[hoowa] Wait Hours: Total","[henha] Wait Hours: Total","[evegr] Wait Hours: Total","[corsh] Wait Hours: Total","[noror] Wait Hours: Total","[litst] Wait Hours: Total","[pibgr] Wait Hours: Total","[savsp] Wait Hours: Total","[litau] Wait Hours: Total","[rolle] Wait Hours: Total","[blhbu] Wait Hours: Total","[allga] Wait Hours: Total","[hardu] Wait Hours: Total","[ferdu] Wait Hours: Total","[lanhach] Wait Hours: Total","[crama] Wait Hours: Total","[ribgu] Wait Hours: Total","[egygo] Wait Hours: Total","[proubis] Wait Hours: Total","[coot1] Wait Hours: Total","[categ] Wait Hours: Total","[alpsw] Wait Hours: Total","[aytinis] Wait Hours: Total","[field] Wait Hours: Total","[gloib] Wait Hours: Total","[lesre] Wait Hours: Total","[chaff] Wait Hours: Total","[jackd] Wait Hours: Total","[mamwa] Wait Hours: Total","[relpa] Wait Hours: Total" +"2016 Q4",163339.9808,93016.1633,5136.3181,5049.6606,0.3231,3927.5247,1203.9786,2704.6794,1941.5586,1951.8286,537.2208,336.5361,321.4444,122.8625,112.9622,105.4822,94.3467,91.5858,78.7900,25.7286,48.5308,39.1408,36.5339,24.8661,28.5475,18.1303,28.5511,26.7600,20.6628,20.0331,19.3700,17.3458,14.9994,13.9250,12.9547,12.6528,11.1744,6.4889,6.4781,1.9761,1.0983,0.0014,0.9917,0.5497,0.3586,0.1747,0.1611,0.1408,0.0978,0.0978,0.0311,0.0275,0.0147,0.0075,0.0047,0.0025,0.0019,0.0014,0.0014,0.0017,0.0017,0.0003,0.0003,0.0000,0.0000,0.0000,0.0000 +"2017 Q1",0,19831.9839,0.0000,0,4055.6844,0,1826.4933,0.0000,18.3517,0,7.3758,32.7189,0.0000,0,0,0,0.0000,0.0000,0,36.3150,0.0000,0.0000,0.0000,7.2994,2.2744,12.0239,0,1.3233,0.0047,0,0.0000,0.3344,0.0000,0,0,0.0064,0,0,0,0,0.1547,1.2347,0,0,0.0067,0.0000,0.0003,0,0,0,0.0000,0.0011,0,0,0,0.0014,0.0017,0.0017,0.0011,0,0.0000,0,0.0000,0.0000,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/timeseries-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/timeseries-Year-cd.csv index bdea4f1428..d897f93373 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/timeseries-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/timeseries-Year-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[swath] Wait Hours: Total","[honbu] Wait Hours: Total","[shttr] Wait Hours: Total","[sancr] Wait Hours: Total","[caspl] Wait Hours: Total","[legsh] Wait Hours: Total","[dunli] Wait Hours: Total","[grath] Wait Hours: Total","[meapi] Wait Hours: Total","[grgsh] Wait Hours: Total","[moorh] Wait Hours: Total","[reebu] Wait Hours: Total","[sposa] Wait Hours: Total","[boowa] Wait Hours: Total","[siski] Wait Hours: Total","[yebbu] Wait Hours: Total","[ovenb] Wait Hours: Total","[yebsa] Wait Hours: Total","[velsc] Wait Hours: Total","[yebwa] Wait Hours: Total","[misth] Wait Hours: Total","[pereg] Wait Hours: Total","[garwa] Wait Hours: Total","[whimb] Wait Hours: Total","[sarwa] Wait Hours: Total","[crane] Wait Hours: Total","[sante] Wait Hours: Total","[turdo] Wait Hours: Total","[vertera] Wait Hours: Total","[duswa] Wait Hours: Total","[whtsp] Wait Hours: Total","[lapwi] Wait Hours: Total","[shag1] Wait Hours: Total","[smew1] Wait Hours: Total","[ybsbu] Wait Hours: Total","[sogsh] Wait Hours: Total","[whtpl] Wait Hours: Total","[hoowa] Wait Hours: Total","[henha] Wait Hours: Total","[evegr] Wait Hours: Total","[corsh] Wait Hours: Total","[noror] Wait Hours: Total","[litst] Wait Hours: Total","[pibgr] Wait Hours: Total","[savsp] Wait Hours: Total","[litau] Wait Hours: Total","[rolle] Wait Hours: Total","[blhbu] Wait Hours: Total","[allga] Wait Hours: Total","[ferdu] Wait Hours: Total","[lanhach] Wait Hours: Total","[crama] Wait Hours: Total","[ribgu] Wait Hours: Total","[egygo] Wait Hours: Total","[proubis] Wait Hours: Total","[coot1] Wait Hours: Total","[categ] Wait Hours: Total","[alpsw] Wait Hours: Total","[aytinis] Wait Hours: Total","[field] Wait Hours: Total","[gloib] Wait Hours: Total","[lesre] Wait Hours: Total","[chaff] Wait Hours: Total","[jackd] Wait Hours: Total","[mamwa] Wait Hours: Total","[relpa] Wait Hours: Total" -2016,163339.9808,93016.1633,5136.3181,5049.6606,0.3231,3927.5247,1203.9786,2704.6794,1941.5586,1951.8286,537.2208,336.5361,321.4444,122.8625,112.9622,105.4822,94.3467,91.5858,78.7900,25.7286,48.5308,39.1408,36.5339,24.8661,28.5475,18.1303,28.5511,26.7600,20.6628,20.0331,19.3700,17.3458,14.9994,13.9250,12.9547,12.6528,11.1744,6.4889,6.4781,1.9761,1.0983,0.0014,0.9917,0.5497,0.3586,0.1747,0.1611,0.1408,0.0978,0.0311,0.0275,0.0147,0.0075,0.0047,0.0025,0.0019,0.0014,0.0014,0.0017,0.0017,0.0003,0.0003,0.0000,0.0000,0.0000,0.0000 -2017,0,19831.9839,0.0000,0,4055.6844,0,1826.4933,0.0000,18.3517,0,7.3758,32.7189,0.0000,0,0,0,0.0000,0.0000,0,36.3150,0.0000,0.0000,0.0000,7.2994,2.2744,12.0239,0,1.3233,0.0047,0,0.0000,0.3344,0.0000,0,0,0.0064,0,0,0,0,0.1547,1.2347,0,0,0.0067,0.0000,0.0003,0,0,0.0000,0.0011,0,0,0,0.0014,0.0017,0.0017,0.0011,0,0.0000,0,0.0000,0.0000,0,0,0 +Year,"[swath] Wait Hours: Total","[honbu] Wait Hours: Total","[shttr] Wait Hours: Total","[sancr] Wait Hours: Total","[caspl] Wait Hours: Total","[legsh] Wait Hours: Total","[dunli] Wait Hours: Total","[grath] Wait Hours: Total","[meapi] Wait Hours: Total","[grgsh] Wait Hours: Total","[moorh] Wait Hours: Total","[reebu] Wait Hours: Total","[sposa] Wait Hours: Total","[boowa] Wait Hours: Total","[siski] Wait Hours: Total","[yebbu] Wait Hours: Total","[ovenb] Wait Hours: Total","[yebsa] Wait Hours: Total","[velsc] Wait Hours: Total","[yebwa] Wait Hours: Total","[misth] Wait Hours: Total","[pereg] Wait Hours: Total","[garwa] Wait Hours: Total","[whimb] Wait Hours: Total","[sarwa] Wait Hours: Total","[crane] Wait Hours: Total","[sante] Wait Hours: Total","[turdo] Wait Hours: Total","[vertera] Wait Hours: Total","[duswa] Wait Hours: Total","[whtsp] Wait Hours: Total","[lapwi] Wait Hours: Total","[shag1] Wait Hours: Total","[smew1] Wait Hours: Total","[ybsbu] Wait Hours: Total","[sogsh] Wait Hours: Total","[whtpl] Wait Hours: Total","[hoowa] Wait Hours: Total","[henha] Wait Hours: Total","[evegr] Wait Hours: Total","[corsh] Wait Hours: Total","[noror] Wait Hours: Total","[litst] Wait Hours: Total","[pibgr] Wait Hours: Total","[savsp] Wait Hours: Total","[litau] Wait Hours: Total","[rolle] Wait Hours: Total","[blhbu] Wait Hours: Total","[allga] Wait Hours: Total","[hardu] Wait Hours: Total","[ferdu] Wait Hours: Total","[lanhach] Wait Hours: Total","[crama] Wait Hours: Total","[ribgu] Wait Hours: Total","[egygo] Wait Hours: Total","[proubis] Wait Hours: Total","[coot1] Wait Hours: Total","[categ] Wait Hours: Total","[alpsw] Wait Hours: Total","[aytinis] Wait Hours: Total","[field] Wait Hours: Total","[gloib] Wait Hours: Total","[lesre] Wait Hours: Total","[chaff] Wait Hours: Total","[jackd] Wait Hours: Total","[mamwa] Wait Hours: Total","[relpa] Wait Hours: Total" +2016,163339.9808,93016.1633,5136.3181,5049.6606,0.3231,3927.5247,1203.9786,2704.6794,1941.5586,1951.8286,537.2208,336.5361,321.4444,122.8625,112.9622,105.4822,94.3467,91.5858,78.7900,25.7286,48.5308,39.1408,36.5339,24.8661,28.5475,18.1303,28.5511,26.7600,20.6628,20.0331,19.3700,17.3458,14.9994,13.9250,12.9547,12.6528,11.1744,6.4889,6.4781,1.9761,1.0983,0.0014,0.9917,0.5497,0.3586,0.1747,0.1611,0.1408,0.0978,0.0978,0.0311,0.0275,0.0147,0.0075,0.0047,0.0025,0.0019,0.0014,0.0014,0.0017,0.0017,0.0003,0.0003,0.0000,0.0000,0.0000,0.0000 +2017,0,19831.9839,0.0000,0,4055.6844,0,1826.4933,0.0000,18.3517,0,7.3758,32.7189,0.0000,0,0,0,0.0000,0.0000,0,36.3150,0.0000,0.0000,0.0000,7.2994,2.2744,12.0239,0,1.3233,0.0047,0,0.0000,0.3344,0.0000,0,0,0.0064,0,0,0,0,0.1547,1.2347,0,0,0.0067,0.0000,0.0003,0,0,0,0.0000,0.0011,0,0,0,0.0014,0.0017,0.0017,0.0011,0,0.0000,0,0.0000,0.0000,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/timeseries-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/timeseries-Year-cs.csv index bdea4f1428..d897f93373 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/timeseries-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_waitduration_hours/timeseries-Year-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[swath] Wait Hours: Total","[honbu] Wait Hours: Total","[shttr] Wait Hours: Total","[sancr] Wait Hours: Total","[caspl] Wait Hours: Total","[legsh] Wait Hours: Total","[dunli] Wait Hours: Total","[grath] Wait Hours: Total","[meapi] Wait Hours: Total","[grgsh] Wait Hours: Total","[moorh] Wait Hours: Total","[reebu] Wait Hours: Total","[sposa] Wait Hours: Total","[boowa] Wait Hours: Total","[siski] Wait Hours: Total","[yebbu] Wait Hours: Total","[ovenb] Wait Hours: Total","[yebsa] Wait Hours: Total","[velsc] Wait Hours: Total","[yebwa] Wait Hours: Total","[misth] Wait Hours: Total","[pereg] Wait Hours: Total","[garwa] Wait Hours: Total","[whimb] Wait Hours: Total","[sarwa] Wait Hours: Total","[crane] Wait Hours: Total","[sante] Wait Hours: Total","[turdo] Wait Hours: Total","[vertera] Wait Hours: Total","[duswa] Wait Hours: Total","[whtsp] Wait Hours: Total","[lapwi] Wait Hours: Total","[shag1] Wait Hours: Total","[smew1] Wait Hours: Total","[ybsbu] Wait Hours: Total","[sogsh] Wait Hours: Total","[whtpl] Wait Hours: Total","[hoowa] Wait Hours: Total","[henha] Wait Hours: Total","[evegr] Wait Hours: Total","[corsh] Wait Hours: Total","[noror] Wait Hours: Total","[litst] Wait Hours: Total","[pibgr] Wait Hours: Total","[savsp] Wait Hours: Total","[litau] Wait Hours: Total","[rolle] Wait Hours: Total","[blhbu] Wait Hours: Total","[allga] Wait Hours: Total","[ferdu] Wait Hours: Total","[lanhach] Wait Hours: Total","[crama] Wait Hours: Total","[ribgu] Wait Hours: Total","[egygo] Wait Hours: Total","[proubis] Wait Hours: Total","[coot1] Wait Hours: Total","[categ] Wait Hours: Total","[alpsw] Wait Hours: Total","[aytinis] Wait Hours: Total","[field] Wait Hours: Total","[gloib] Wait Hours: Total","[lesre] Wait Hours: Total","[chaff] Wait Hours: Total","[jackd] Wait Hours: Total","[mamwa] Wait Hours: Total","[relpa] Wait Hours: Total" -2016,163339.9808,93016.1633,5136.3181,5049.6606,0.3231,3927.5247,1203.9786,2704.6794,1941.5586,1951.8286,537.2208,336.5361,321.4444,122.8625,112.9622,105.4822,94.3467,91.5858,78.7900,25.7286,48.5308,39.1408,36.5339,24.8661,28.5475,18.1303,28.5511,26.7600,20.6628,20.0331,19.3700,17.3458,14.9994,13.9250,12.9547,12.6528,11.1744,6.4889,6.4781,1.9761,1.0983,0.0014,0.9917,0.5497,0.3586,0.1747,0.1611,0.1408,0.0978,0.0311,0.0275,0.0147,0.0075,0.0047,0.0025,0.0019,0.0014,0.0014,0.0017,0.0017,0.0003,0.0003,0.0000,0.0000,0.0000,0.0000 -2017,0,19831.9839,0.0000,0,4055.6844,0,1826.4933,0.0000,18.3517,0,7.3758,32.7189,0.0000,0,0,0,0.0000,0.0000,0,36.3150,0.0000,0.0000,0.0000,7.2994,2.2744,12.0239,0,1.3233,0.0047,0,0.0000,0.3344,0.0000,0,0,0.0064,0,0,0,0,0.1547,1.2347,0,0,0.0067,0.0000,0.0003,0,0,0.0000,0.0011,0,0,0,0.0014,0.0017,0.0017,0.0011,0,0.0000,0,0.0000,0.0000,0,0,0 +Year,"[swath] Wait Hours: Total","[honbu] Wait Hours: Total","[shttr] Wait Hours: Total","[sancr] Wait Hours: Total","[caspl] Wait Hours: Total","[legsh] Wait Hours: Total","[dunli] Wait Hours: Total","[grath] Wait Hours: Total","[meapi] Wait Hours: Total","[grgsh] Wait Hours: Total","[moorh] Wait Hours: Total","[reebu] Wait Hours: Total","[sposa] Wait Hours: Total","[boowa] Wait Hours: Total","[siski] Wait Hours: Total","[yebbu] Wait Hours: Total","[ovenb] Wait Hours: Total","[yebsa] Wait Hours: Total","[velsc] Wait Hours: Total","[yebwa] Wait Hours: Total","[misth] Wait Hours: Total","[pereg] Wait Hours: Total","[garwa] Wait Hours: Total","[whimb] Wait Hours: Total","[sarwa] Wait Hours: Total","[crane] Wait Hours: Total","[sante] Wait Hours: Total","[turdo] Wait Hours: Total","[vertera] Wait Hours: Total","[duswa] Wait Hours: Total","[whtsp] Wait Hours: Total","[lapwi] Wait Hours: Total","[shag1] Wait Hours: Total","[smew1] Wait Hours: Total","[ybsbu] Wait Hours: Total","[sogsh] Wait Hours: Total","[whtpl] Wait Hours: Total","[hoowa] Wait Hours: Total","[henha] Wait Hours: Total","[evegr] Wait Hours: Total","[corsh] Wait Hours: Total","[noror] Wait Hours: Total","[litst] Wait Hours: Total","[pibgr] Wait Hours: Total","[savsp] Wait Hours: Total","[litau] Wait Hours: Total","[rolle] Wait Hours: Total","[blhbu] Wait Hours: Total","[allga] Wait Hours: Total","[hardu] Wait Hours: Total","[ferdu] Wait Hours: Total","[lanhach] Wait Hours: Total","[crama] Wait Hours: Total","[ribgu] Wait Hours: Total","[egygo] Wait Hours: Total","[proubis] Wait Hours: Total","[coot1] Wait Hours: Total","[categ] Wait Hours: Total","[alpsw] Wait Hours: Total","[aytinis] Wait Hours: Total","[field] Wait Hours: Total","[gloib] Wait Hours: Total","[lesre] Wait Hours: Total","[chaff] Wait Hours: Total","[jackd] Wait Hours: Total","[mamwa] Wait Hours: Total","[relpa] Wait Hours: Total" +2016,163339.9808,93016.1633,5136.3181,5049.6606,0.3231,3927.5247,1203.9786,2704.6794,1941.5586,1951.8286,537.2208,336.5361,321.4444,122.8625,112.9622,105.4822,94.3467,91.5858,78.7900,25.7286,48.5308,39.1408,36.5339,24.8661,28.5475,18.1303,28.5511,26.7600,20.6628,20.0331,19.3700,17.3458,14.9994,13.9250,12.9547,12.6528,11.1744,6.4889,6.4781,1.9761,1.0983,0.0014,0.9917,0.5497,0.3586,0.1747,0.1611,0.1408,0.0978,0.0978,0.0311,0.0275,0.0147,0.0075,0.0047,0.0025,0.0019,0.0014,0.0014,0.0017,0.0017,0.0003,0.0003,0.0000,0.0000,0.0000,0.0000 +2017,0,19831.9839,0.0000,0,4055.6844,0,1826.4933,0.0000,18.3517,0,7.3758,32.7189,0.0000,0,0,0,0.0000,0.0000,0,36.3150,0.0000,0.0000,0.0000,7.2994,2.2744,12.0239,0,1.3233,0.0047,0,0.0000,0.3344,0.0000,0,0,0.0064,0,0,0,0,0.1547,1.2347,0,0,0.0067,0.0000,0.0003,0,0,0,0.0000,0.0011,0,0,0,0.0014,0.0017,0.0017,0.0011,0,0.0000,0,0.0000,0.0000,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/aggregate-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/aggregate-Day-cd.csv index 82e5be83a1..3817f80e9a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/aggregate-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/aggregate-Day-cd.csv @@ -71,5 +71,6 @@ litst,3.6653 crama,1.1269 savsp,0.6342 allga,0.2606 +hardu,0.2606 relpa,0.0650 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/aggregate-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/aggregate-Day-cs.csv index 82e5be83a1..3817f80e9a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/aggregate-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/aggregate-Day-cs.csv @@ -71,5 +71,6 @@ litst,3.6653 crama,1.1269 savsp,0.6342 allga,0.2606 +hardu,0.2606 relpa,0.0650 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/aggregate-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/aggregate-Month-cd.csv index 82e5be83a1..3817f80e9a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/aggregate-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/aggregate-Month-cd.csv @@ -71,5 +71,6 @@ litst,3.6653 crama,1.1269 savsp,0.6342 allga,0.2606 +hardu,0.2606 relpa,0.0650 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/aggregate-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/aggregate-Month-cs.csv index 82e5be83a1..3817f80e9a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/aggregate-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/aggregate-Month-cs.csv @@ -71,5 +71,6 @@ litst,3.6653 crama,1.1269 savsp,0.6342 allga,0.2606 +hardu,0.2606 relpa,0.0650 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/aggregate-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/aggregate-Quarter-cd.csv index 82e5be83a1..3817f80e9a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/aggregate-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/aggregate-Quarter-cd.csv @@ -71,5 +71,6 @@ litst,3.6653 crama,1.1269 savsp,0.6342 allga,0.2606 +hardu,0.2606 relpa,0.0650 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/aggregate-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/aggregate-Quarter-cs.csv index 82e5be83a1..3817f80e9a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/aggregate-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/aggregate-Quarter-cs.csv @@ -71,5 +71,6 @@ litst,3.6653 crama,1.1269 savsp,0.6342 allga,0.2606 +hardu,0.2606 relpa,0.0650 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/aggregate-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/aggregate-Year-cd.csv index 82e5be83a1..3817f80e9a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/aggregate-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/aggregate-Year-cd.csv @@ -71,5 +71,6 @@ litst,3.6653 crama,1.1269 savsp,0.6342 allga,0.2606 +hardu,0.2606 relpa,0.0650 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/aggregate-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/aggregate-Year-cs.csv index 82e5be83a1..3817f80e9a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/aggregate-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/aggregate-Year-cs.csv @@ -71,5 +71,6 @@ litst,3.6653 crama,1.1269 savsp,0.6342 allga,0.2606 +hardu,0.2606 relpa,0.0650 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/timeseries-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/timeseries-Day-cd.csv index 680a9a9129..09de4429cc 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/timeseries-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/timeseries-Day-cd.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[moorh] Wall Hours: Total","[honbu] Wall Hours: Total","[lapwi] Wall Hours: Total","[legsh] Wall Hours: Total","[garwa] Wall Hours: Total","[reebu] Wall Hours: Total","[caspl] Wall Hours: Total","[meapi] Wall Hours: Total","[turdo] Wall Hours: Total","[sancr] Wall Hours: Total","[shttr] Wall Hours: Total","[sposa] Wall Hours: Total","[yebsa] Wall Hours: Total","[grath] Wall Hours: Total","[aytinis] Wall Hours: Total","[pibgr] Wall Hours: Total","[hoowa] Wall Hours: Total","[corsh] Wall Hours: Total","[misth] Wall Hours: Total","[sarwa] Wall Hours: Total","[ovenb] Wall Hours: Total","[swath] Wall Hours: Total","[noror] Wall Hours: Total","[smew1] Wall Hours: Total","[boowa] Wall Hours: Total","[ybsbu] Wall Hours: Total","[whtsp] Wall Hours: Total","[shag1] Wall Hours: Total","[crane] Wall Hours: Total","[sante] Wall Hours: Total","[siski] Wall Hours: Total","[sogsh] Wall Hours: Total","[whtpl] Wall Hours: Total","[egygo] Wall Hours: Total","[chaff] Wall Hours: Total","[henha] Wall Hours: Total","[jackd] Wall Hours: Total","[whimb] Wall Hours: Total","[pereg] Wall Hours: Total","[velsc] Wall Hours: Total","[mamwa] Wall Hours: Total","[litau] Wall Hours: Total","[ferdu] Wall Hours: Total","[lanhach] Wall Hours: Total","[blhbu] Wall Hours: Total","[vertera] Wall Hours: Total","[grgsh] Wall Hours: Total","[yebbu] Wall Hours: Total","[gloib] Wall Hours: Total","[duswa] Wall Hours: Total","[dunli] Wall Hours: Total","[field] Wall Hours: Total","[lesre] Wall Hours: Total","[proubis] Wall Hours: Total","[ribgu] Wall Hours: Total","[coot1] Wall Hours: Total","[categ] Wall Hours: Total","[evegr] Wall Hours: Total","[rolle] Wall Hours: Total","[alpsw] Wall Hours: Total","[yebwa] Wall Hours: Total","[litst] Wall Hours: Total","[crama] Wall Hours: Total","[savsp] Wall Hours: Total","[allga] Wall Hours: Total","[relpa] Wall Hours: Total" -2016-12-22,0,0,0,0,0,0,0,0,16.9417,0,0,0,0,0,0,0,0,0,0,0,0,0,16.7464,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,8.6036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-24,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-25,0,0,0,0,0,6.3481,0,0,26.1597,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-26,0,0,0,0,13.5208,48.0000,0,0,48.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-27,0,3.2167,0,0,120.0000,67.3094,0,38.9522,48.0000,40.6778,69.8267,0,0,0,0,0,0,0,0,0,19.7467,0,24.0000,0,19.9056,8.5497,0,0,0,24.0000,20.6642,0,0,0,3.7997,0,0,0,0,20.8133,4.7214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-28,953.0369,24.0000,1962.8444,0,144.4211,292.0297,0,228.4575,48.0000,145.2183,176.3833,0,0,0,160.7689,0,43.9492,0,28.0381,24.9883,96.0000,0,24.0000,0,24.0000,24.0000,0,21.4100,0,24.0000,36.7781,0,15.1192,0,24.0000,0,0,0,0,24.0000,24.0000,0,0,0,0,0,0,0,4.7006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-29,12583.2597,162.8525,3901.6422,0,477.7553,356.2911,0,515.9800,67.1983,332.3561,246.3689,40.6164,138.9664,3.6200,216.0000,233.0019,138.9556,29.7878,216.0000,117.1092,96.0000,9.8928,24.0000,80.8508,24.0000,42.5322,0,56.8025,19.1092,39.1372,48.0000,0,72.0000,14.6778,24.0000,10.0983,0,0,23.4381,24.0000,24.0000,10.4008,3.0019,22.2422,0,0,0,18.9747,24.0000,0,0,0,7.1736,0,0,0,0,1.9269,0,0,6.4889,0,0,0,0,0 -2016-12-30,21766.1511,6346.5897,5473.3125,3055.8617,378.4569,461.5083,0,488.4964,380.4372,388.7531,230.8664,572.9283,291.6108,67.3875,216.0000,267.2011,178.1372,143.8583,160.0869,134.0756,96.0000,378.0547,24.0000,152.4892,175.8633,108.4533,0,85.7392,63.8125,7.1367,25.3706,108.1047,45.2903,82.2439,24.0000,82.1119,43.3692,9.4878,24.4681,5.5500,19.2856,13.6064,24.0000,15.8617,13.9453,9.6922,40.8392,24.0006,19.3061,29.3436,12.8208,8.0044,13.1356,11.6692,17.7975,7.7811,7.7806,18.2347,4.3656,0.5364,2.5175,3.0522,1.1269,0.2208,0.2606,0.0650 -2016-12-31,20518.0064,8276.1947,2761.8142,5534.6542,1112.6033,329.0272,3.1458,229.2089,372.1011,164.2022,179.7156,380.1389,323.7333,714.0100,55.2700,0,97.5139,144.0000,24.0000,129.0269,82.8536,17.4144,24.2375,22.0906,7.7117,48.8944,149.5017,58.9750,71.2450,0,9.2572,25.9131,0,29.3383,24.0000,8.6314,44.0186,42.3756,24.0000,0,0,45.3169,24.0000,3.8883,45.9239,38.8869,13.7992,7.3744,0,16.9689,1.4844,19.7881,5.9961,11.6819,14.1122,7.7850,7.7769,0,9.6900,8.2461,0,0.6131,0,0.3878,0,0 -2017-01-01,11183.6664,790.6731,1254.4625,0,526.7989,196.9956,1590.0014,24.6992,368.2992,0,123.3775,21.1656,141.3592,17.6292,0,0,0,120.3844,5.0458,18.4314,23.2242,0,40.6492,0,0,0,79.9525,4.9539,48.6856,0,0,1.7419,0,0,20.2075,0,0,34.6142,2.6372,0,0,0.9528,19.0058,20.2619,0,7.7075,0,0,0,0,30.9281,15.3294,11.4906,11.6350,0,7.7583,7.7581,0,4.2811,1.7797,0.0217,0,0,0.0256,0,0 +Day,"[moorh] Wall Hours: Total","[honbu] Wall Hours: Total","[lapwi] Wall Hours: Total","[legsh] Wall Hours: Total","[garwa] Wall Hours: Total","[reebu] Wall Hours: Total","[caspl] Wall Hours: Total","[meapi] Wall Hours: Total","[turdo] Wall Hours: Total","[sancr] Wall Hours: Total","[shttr] Wall Hours: Total","[sposa] Wall Hours: Total","[yebsa] Wall Hours: Total","[grath] Wall Hours: Total","[aytinis] Wall Hours: Total","[pibgr] Wall Hours: Total","[hoowa] Wall Hours: Total","[corsh] Wall Hours: Total","[misth] Wall Hours: Total","[sarwa] Wall Hours: Total","[ovenb] Wall Hours: Total","[swath] Wall Hours: Total","[noror] Wall Hours: Total","[smew1] Wall Hours: Total","[boowa] Wall Hours: Total","[ybsbu] Wall Hours: Total","[whtsp] Wall Hours: Total","[shag1] Wall Hours: Total","[crane] Wall Hours: Total","[sante] Wall Hours: Total","[siski] Wall Hours: Total","[sogsh] Wall Hours: Total","[whtpl] Wall Hours: Total","[egygo] Wall Hours: Total","[chaff] Wall Hours: Total","[henha] Wall Hours: Total","[jackd] Wall Hours: Total","[whimb] Wall Hours: Total","[pereg] Wall Hours: Total","[velsc] Wall Hours: Total","[mamwa] Wall Hours: Total","[litau] Wall Hours: Total","[ferdu] Wall Hours: Total","[lanhach] Wall Hours: Total","[blhbu] Wall Hours: Total","[vertera] Wall Hours: Total","[grgsh] Wall Hours: Total","[yebbu] Wall Hours: Total","[gloib] Wall Hours: Total","[duswa] Wall Hours: Total","[dunli] Wall Hours: Total","[field] Wall Hours: Total","[lesre] Wall Hours: Total","[proubis] Wall Hours: Total","[ribgu] Wall Hours: Total","[coot1] Wall Hours: Total","[categ] Wall Hours: Total","[evegr] Wall Hours: Total","[rolle] Wall Hours: Total","[alpsw] Wall Hours: Total","[yebwa] Wall Hours: Total","[litst] Wall Hours: Total","[crama] Wall Hours: Total","[savsp] Wall Hours: Total","[allga] Wall Hours: Total","[hardu] Wall Hours: Total","[relpa] Wall Hours: Total" +2016-12-22,0,0,0,0,0,0,0,0,16.9417,0,0,0,0,0,0,0,0,0,0,0,0,0,16.7464,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,8.6036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-24,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-25,0,0,0,0,0,6.3481,0,0,26.1597,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-26,0,0,0,0,13.5208,48.0000,0,0,48.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-27,0,3.2167,0,0,120.0000,67.3094,0,38.9522,48.0000,40.6778,69.8267,0,0,0,0,0,0,0,0,0,19.7467,0,24.0000,0,19.9056,8.5497,0,0,0,24.0000,20.6642,0,0,0,3.7997,0,0,0,0,20.8133,4.7214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-28,953.0369,24.0000,1962.8444,0,144.4211,292.0297,0,228.4575,48.0000,145.2183,176.3833,0,0,0,160.7689,0,43.9492,0,28.0381,24.9883,96.0000,0,24.0000,0,24.0000,24.0000,0,21.4100,0,24.0000,36.7781,0,15.1192,0,24.0000,0,0,0,0,24.0000,24.0000,0,0,0,0,0,0,0,4.7006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-29,12583.2597,162.8525,3901.6422,0,477.7553,356.2911,0,515.9800,67.1983,332.3561,246.3689,40.6164,138.9664,3.6200,216.0000,233.0019,138.9556,29.7878,216.0000,117.1092,96.0000,9.8928,24.0000,80.8508,24.0000,42.5322,0,56.8025,19.1092,39.1372,48.0000,0,72.0000,14.6778,24.0000,10.0983,0,0,23.4381,24.0000,24.0000,10.4008,3.0019,22.2422,0,0,0,18.9747,24.0000,0,0,0,7.1736,0,0,0,0,1.9269,0,0,6.4889,0,0,0,0,0,0 +2016-12-30,21766.1511,6346.5897,5473.3125,3055.8617,378.4569,461.5083,0,488.4964,380.4372,388.7531,230.8664,572.9283,291.6108,67.3875,216.0000,267.2011,178.1372,143.8583,160.0869,134.0756,96.0000,378.0547,24.0000,152.4892,175.8633,108.4533,0,85.7392,63.8125,7.1367,25.3706,108.1047,45.2903,82.2439,24.0000,82.1119,43.3692,9.4878,24.4681,5.5500,19.2856,13.6064,24.0000,15.8617,13.9453,9.6922,40.8392,24.0006,19.3061,29.3436,12.8208,8.0044,13.1356,11.6692,17.7975,7.7811,7.7806,18.2347,4.3656,0.5364,2.5175,3.0522,1.1269,0.2208,0.2606,0.2606,0.0650 +2016-12-31,20518.0064,8276.1947,2761.8142,5534.6542,1112.6033,329.0272,3.1458,229.2089,372.1011,164.2022,179.7156,380.1389,323.7333,714.0100,55.2700,0,97.5139,144.0000,24.0000,129.0269,82.8536,17.4144,24.2375,22.0906,7.7117,48.8944,149.5017,58.9750,71.2450,0,9.2572,25.9131,0,29.3383,24.0000,8.6314,44.0186,42.3756,24.0000,0,0,45.3169,24.0000,3.8883,45.9239,38.8869,13.7992,7.3744,0,16.9689,1.4844,19.7881,5.9961,11.6819,14.1122,7.7850,7.7769,0,9.6900,8.2461,0,0.6131,0,0.3878,0,0,0 +2017-01-01,11183.6664,790.6731,1254.4625,0,526.7989,196.9956,1590.0014,24.6992,368.2992,0,123.3775,21.1656,141.3592,17.6292,0,0,0,120.3844,5.0458,18.4314,23.2242,0,40.6492,0,0,0,79.9525,4.9539,48.6856,0,0,1.7419,0,0,20.2075,0,0,34.6142,2.6372,0,0,0.9528,19.0058,20.2619,0,7.7075,0,0,0,0,30.9281,15.3294,11.4906,11.6350,0,7.7583,7.7581,0,4.2811,1.7797,0.0217,0,0,0.0256,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/timeseries-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/timeseries-Day-cs.csv index 680a9a9129..09de4429cc 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/timeseries-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/timeseries-Day-cs.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[moorh] Wall Hours: Total","[honbu] Wall Hours: Total","[lapwi] Wall Hours: Total","[legsh] Wall Hours: Total","[garwa] Wall Hours: Total","[reebu] Wall Hours: Total","[caspl] Wall Hours: Total","[meapi] Wall Hours: Total","[turdo] Wall Hours: Total","[sancr] Wall Hours: Total","[shttr] Wall Hours: Total","[sposa] Wall Hours: Total","[yebsa] Wall Hours: Total","[grath] Wall Hours: Total","[aytinis] Wall Hours: Total","[pibgr] Wall Hours: Total","[hoowa] Wall Hours: Total","[corsh] Wall Hours: Total","[misth] Wall Hours: Total","[sarwa] Wall Hours: Total","[ovenb] Wall Hours: Total","[swath] Wall Hours: Total","[noror] Wall Hours: Total","[smew1] Wall Hours: Total","[boowa] Wall Hours: Total","[ybsbu] Wall Hours: Total","[whtsp] Wall Hours: Total","[shag1] Wall Hours: Total","[crane] Wall Hours: Total","[sante] Wall Hours: Total","[siski] Wall Hours: Total","[sogsh] Wall Hours: Total","[whtpl] Wall Hours: Total","[egygo] Wall Hours: Total","[chaff] Wall Hours: Total","[henha] Wall Hours: Total","[jackd] Wall Hours: Total","[whimb] Wall Hours: Total","[pereg] Wall Hours: Total","[velsc] Wall Hours: Total","[mamwa] Wall Hours: Total","[litau] Wall Hours: Total","[ferdu] Wall Hours: Total","[lanhach] Wall Hours: Total","[blhbu] Wall Hours: Total","[vertera] Wall Hours: Total","[grgsh] Wall Hours: Total","[yebbu] Wall Hours: Total","[gloib] Wall Hours: Total","[duswa] Wall Hours: Total","[dunli] Wall Hours: Total","[field] Wall Hours: Total","[lesre] Wall Hours: Total","[proubis] Wall Hours: Total","[ribgu] Wall Hours: Total","[coot1] Wall Hours: Total","[categ] Wall Hours: Total","[evegr] Wall Hours: Total","[rolle] Wall Hours: Total","[alpsw] Wall Hours: Total","[yebwa] Wall Hours: Total","[litst] Wall Hours: Total","[crama] Wall Hours: Total","[savsp] Wall Hours: Total","[allga] Wall Hours: Total","[relpa] Wall Hours: Total" -2016-12-22,0,0,0,0,0,0,0,0,16.9417,0,0,0,0,0,0,0,0,0,0,0,0,0,16.7464,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,8.6036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-24,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-25,0,0,0,0,0,6.3481,0,0,26.1597,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-26,0,0,0,0,13.5208,48.0000,0,0,48.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-27,0,3.2167,0,0,120.0000,67.3094,0,38.9522,48.0000,40.6778,69.8267,0,0,0,0,0,0,0,0,0,19.7467,0,24.0000,0,19.9056,8.5497,0,0,0,24.0000,20.6642,0,0,0,3.7997,0,0,0,0,20.8133,4.7214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-28,953.0369,24.0000,1962.8444,0,144.4211,292.0297,0,228.4575,48.0000,145.2183,176.3833,0,0,0,160.7689,0,43.9492,0,28.0381,24.9883,96.0000,0,24.0000,0,24.0000,24.0000,0,21.4100,0,24.0000,36.7781,0,15.1192,0,24.0000,0,0,0,0,24.0000,24.0000,0,0,0,0,0,0,0,4.7006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-29,12583.2597,162.8525,3901.6422,0,477.7553,356.2911,0,515.9800,67.1983,332.3561,246.3689,40.6164,138.9664,3.6200,216.0000,233.0019,138.9556,29.7878,216.0000,117.1092,96.0000,9.8928,24.0000,80.8508,24.0000,42.5322,0,56.8025,19.1092,39.1372,48.0000,0,72.0000,14.6778,24.0000,10.0983,0,0,23.4381,24.0000,24.0000,10.4008,3.0019,22.2422,0,0,0,18.9747,24.0000,0,0,0,7.1736,0,0,0,0,1.9269,0,0,6.4889,0,0,0,0,0 -2016-12-30,21766.1511,6346.5897,5473.3125,3055.8617,378.4569,461.5083,0,488.4964,380.4372,388.7531,230.8664,572.9283,291.6108,67.3875,216.0000,267.2011,178.1372,143.8583,160.0869,134.0756,96.0000,378.0547,24.0000,152.4892,175.8633,108.4533,0,85.7392,63.8125,7.1367,25.3706,108.1047,45.2903,82.2439,24.0000,82.1119,43.3692,9.4878,24.4681,5.5500,19.2856,13.6064,24.0000,15.8617,13.9453,9.6922,40.8392,24.0006,19.3061,29.3436,12.8208,8.0044,13.1356,11.6692,17.7975,7.7811,7.7806,18.2347,4.3656,0.5364,2.5175,3.0522,1.1269,0.2208,0.2606,0.0650 -2016-12-31,20518.0064,8276.1947,2761.8142,5534.6542,1112.6033,329.0272,3.1458,229.2089,372.1011,164.2022,179.7156,380.1389,323.7333,714.0100,55.2700,0,97.5139,144.0000,24.0000,129.0269,82.8536,17.4144,24.2375,22.0906,7.7117,48.8944,149.5017,58.9750,71.2450,0,9.2572,25.9131,0,29.3383,24.0000,8.6314,44.0186,42.3756,24.0000,0,0,45.3169,24.0000,3.8883,45.9239,38.8869,13.7992,7.3744,0,16.9689,1.4844,19.7881,5.9961,11.6819,14.1122,7.7850,7.7769,0,9.6900,8.2461,0,0.6131,0,0.3878,0,0 -2017-01-01,11183.6664,790.6731,1254.4625,0,526.7989,196.9956,1590.0014,24.6992,368.2992,0,123.3775,21.1656,141.3592,17.6292,0,0,0,120.3844,5.0458,18.4314,23.2242,0,40.6492,0,0,0,79.9525,4.9539,48.6856,0,0,1.7419,0,0,20.2075,0,0,34.6142,2.6372,0,0,0.9528,19.0058,20.2619,0,7.7075,0,0,0,0,30.9281,15.3294,11.4906,11.6350,0,7.7583,7.7581,0,4.2811,1.7797,0.0217,0,0,0.0256,0,0 +Day,"[moorh] Wall Hours: Total","[honbu] Wall Hours: Total","[lapwi] Wall Hours: Total","[legsh] Wall Hours: Total","[garwa] Wall Hours: Total","[reebu] Wall Hours: Total","[caspl] Wall Hours: Total","[meapi] Wall Hours: Total","[turdo] Wall Hours: Total","[sancr] Wall Hours: Total","[shttr] Wall Hours: Total","[sposa] Wall Hours: Total","[yebsa] Wall Hours: Total","[grath] Wall Hours: Total","[aytinis] Wall Hours: Total","[pibgr] Wall Hours: Total","[hoowa] Wall Hours: Total","[corsh] Wall Hours: Total","[misth] Wall Hours: Total","[sarwa] Wall Hours: Total","[ovenb] Wall Hours: Total","[swath] Wall Hours: Total","[noror] Wall Hours: Total","[smew1] Wall Hours: Total","[boowa] Wall Hours: Total","[ybsbu] Wall Hours: Total","[whtsp] Wall Hours: Total","[shag1] Wall Hours: Total","[crane] Wall Hours: Total","[sante] Wall Hours: Total","[siski] Wall Hours: Total","[sogsh] Wall Hours: Total","[whtpl] Wall Hours: Total","[egygo] Wall Hours: Total","[chaff] Wall Hours: Total","[henha] Wall Hours: Total","[jackd] Wall Hours: Total","[whimb] Wall Hours: Total","[pereg] Wall Hours: Total","[velsc] Wall Hours: Total","[mamwa] Wall Hours: Total","[litau] Wall Hours: Total","[ferdu] Wall Hours: Total","[lanhach] Wall Hours: Total","[blhbu] Wall Hours: Total","[vertera] Wall Hours: Total","[grgsh] Wall Hours: Total","[yebbu] Wall Hours: Total","[gloib] Wall Hours: Total","[duswa] Wall Hours: Total","[dunli] Wall Hours: Total","[field] Wall Hours: Total","[lesre] Wall Hours: Total","[proubis] Wall Hours: Total","[ribgu] Wall Hours: Total","[coot1] Wall Hours: Total","[categ] Wall Hours: Total","[evegr] Wall Hours: Total","[rolle] Wall Hours: Total","[alpsw] Wall Hours: Total","[yebwa] Wall Hours: Total","[litst] Wall Hours: Total","[crama] Wall Hours: Total","[savsp] Wall Hours: Total","[allga] Wall Hours: Total","[hardu] Wall Hours: Total","[relpa] Wall Hours: Total" +2016-12-22,0,0,0,0,0,0,0,0,16.9417,0,0,0,0,0,0,0,0,0,0,0,0,0,16.7464,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,8.6036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-24,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-25,0,0,0,0,0,6.3481,0,0,26.1597,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-26,0,0,0,0,13.5208,48.0000,0,0,48.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-27,0,3.2167,0,0,120.0000,67.3094,0,38.9522,48.0000,40.6778,69.8267,0,0,0,0,0,0,0,0,0,19.7467,0,24.0000,0,19.9056,8.5497,0,0,0,24.0000,20.6642,0,0,0,3.7997,0,0,0,0,20.8133,4.7214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-28,953.0369,24.0000,1962.8444,0,144.4211,292.0297,0,228.4575,48.0000,145.2183,176.3833,0,0,0,160.7689,0,43.9492,0,28.0381,24.9883,96.0000,0,24.0000,0,24.0000,24.0000,0,21.4100,0,24.0000,36.7781,0,15.1192,0,24.0000,0,0,0,0,24.0000,24.0000,0,0,0,0,0,0,0,4.7006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-29,12583.2597,162.8525,3901.6422,0,477.7553,356.2911,0,515.9800,67.1983,332.3561,246.3689,40.6164,138.9664,3.6200,216.0000,233.0019,138.9556,29.7878,216.0000,117.1092,96.0000,9.8928,24.0000,80.8508,24.0000,42.5322,0,56.8025,19.1092,39.1372,48.0000,0,72.0000,14.6778,24.0000,10.0983,0,0,23.4381,24.0000,24.0000,10.4008,3.0019,22.2422,0,0,0,18.9747,24.0000,0,0,0,7.1736,0,0,0,0,1.9269,0,0,6.4889,0,0,0,0,0,0 +2016-12-30,21766.1511,6346.5897,5473.3125,3055.8617,378.4569,461.5083,0,488.4964,380.4372,388.7531,230.8664,572.9283,291.6108,67.3875,216.0000,267.2011,178.1372,143.8583,160.0869,134.0756,96.0000,378.0547,24.0000,152.4892,175.8633,108.4533,0,85.7392,63.8125,7.1367,25.3706,108.1047,45.2903,82.2439,24.0000,82.1119,43.3692,9.4878,24.4681,5.5500,19.2856,13.6064,24.0000,15.8617,13.9453,9.6922,40.8392,24.0006,19.3061,29.3436,12.8208,8.0044,13.1356,11.6692,17.7975,7.7811,7.7806,18.2347,4.3656,0.5364,2.5175,3.0522,1.1269,0.2208,0.2606,0.2606,0.0650 +2016-12-31,20518.0064,8276.1947,2761.8142,5534.6542,1112.6033,329.0272,3.1458,229.2089,372.1011,164.2022,179.7156,380.1389,323.7333,714.0100,55.2700,0,97.5139,144.0000,24.0000,129.0269,82.8536,17.4144,24.2375,22.0906,7.7117,48.8944,149.5017,58.9750,71.2450,0,9.2572,25.9131,0,29.3383,24.0000,8.6314,44.0186,42.3756,24.0000,0,0,45.3169,24.0000,3.8883,45.9239,38.8869,13.7992,7.3744,0,16.9689,1.4844,19.7881,5.9961,11.6819,14.1122,7.7850,7.7769,0,9.6900,8.2461,0,0.6131,0,0.3878,0,0,0 +2017-01-01,11183.6664,790.6731,1254.4625,0,526.7989,196.9956,1590.0014,24.6992,368.2992,0,123.3775,21.1656,141.3592,17.6292,0,0,0,120.3844,5.0458,18.4314,23.2242,0,40.6492,0,0,0,79.9525,4.9539,48.6856,0,0,1.7419,0,0,20.2075,0,0,34.6142,2.6372,0,0,0.9528,19.0058,20.2619,0,7.7075,0,0,0,0,30.9281,15.3294,11.4906,11.6350,0,7.7583,7.7581,0,4.2811,1.7797,0.0217,0,0,0.0256,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/timeseries-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/timeseries-Month-cd.csv index ba01402dbf..984ba9451c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/timeseries-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/timeseries-Month-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[moorh] Wall Hours: Total","[honbu] Wall Hours: Total","[lapwi] Wall Hours: Total","[legsh] Wall Hours: Total","[garwa] Wall Hours: Total","[reebu] Wall Hours: Total","[caspl] Wall Hours: Total","[meapi] Wall Hours: Total","[turdo] Wall Hours: Total","[sancr] Wall Hours: Total","[shttr] Wall Hours: Total","[sposa] Wall Hours: Total","[yebsa] Wall Hours: Total","[grath] Wall Hours: Total","[aytinis] Wall Hours: Total","[pibgr] Wall Hours: Total","[hoowa] Wall Hours: Total","[corsh] Wall Hours: Total","[misth] Wall Hours: Total","[sarwa] Wall Hours: Total","[ovenb] Wall Hours: Total","[swath] Wall Hours: Total","[noror] Wall Hours: Total","[smew1] Wall Hours: Total","[boowa] Wall Hours: Total","[ybsbu] Wall Hours: Total","[whtsp] Wall Hours: Total","[shag1] Wall Hours: Total","[crane] Wall Hours: Total","[sante] Wall Hours: Total","[siski] Wall Hours: Total","[sogsh] Wall Hours: Total","[whtpl] Wall Hours: Total","[egygo] Wall Hours: Total","[chaff] Wall Hours: Total","[henha] Wall Hours: Total","[jackd] Wall Hours: Total","[whimb] Wall Hours: Total","[pereg] Wall Hours: Total","[velsc] Wall Hours: Total","[mamwa] Wall Hours: Total","[litau] Wall Hours: Total","[ferdu] Wall Hours: Total","[lanhach] Wall Hours: Total","[blhbu] Wall Hours: Total","[vertera] Wall Hours: Total","[grgsh] Wall Hours: Total","[yebbu] Wall Hours: Total","[gloib] Wall Hours: Total","[duswa] Wall Hours: Total","[dunli] Wall Hours: Total","[field] Wall Hours: Total","[lesre] Wall Hours: Total","[proubis] Wall Hours: Total","[ribgu] Wall Hours: Total","[coot1] Wall Hours: Total","[categ] Wall Hours: Total","[evegr] Wall Hours: Total","[rolle] Wall Hours: Total","[alpsw] Wall Hours: Total","[yebwa] Wall Hours: Total","[litst] Wall Hours: Total","[crama] Wall Hours: Total","[savsp] Wall Hours: Total","[allga] Wall Hours: Total","[relpa] Wall Hours: Total" -2016-12,55820.4542,14812.8536,14099.6133,8590.5158,2246.7575,1560.5139,3.1458,1501.0950,1054.8381,1071.2075,903.1608,993.6836,754.3106,785.0175,648.0389,500.2031,458.5558,317.6461,428.1250,405.2000,390.6003,405.3619,232.9839,255.4306,251.4806,232.4297,149.5017,222.9267,154.1667,174.8775,140.0700,134.0178,132.4094,126.2600,99.7997,100.8417,87.3878,51.8633,71.9061,74.3633,72.0069,69.3242,51.0019,41.9922,59.8692,48.5792,54.6383,50.3497,48.0067,46.3125,14.3053,27.7925,26.3053,23.3511,31.9097,15.5661,15.5575,20.1617,14.0556,8.7825,9.0064,3.6653,1.1269,0.6086,0.2606,0.0650 -2017-01,11183.6664,790.6731,1254.4625,0,526.7989,196.9956,1590.0014,24.6992,368.2992,0,123.3775,21.1656,141.3592,17.6292,0,0,0,120.3844,5.0458,18.4314,23.2242,0,40.6492,0,0,0,79.9525,4.9539,48.6856,0,0,1.7419,0,0,20.2075,0,0,34.6142,2.6372,0,0,0.9528,19.0058,20.2619,0,7.7075,0,0,0,0,30.9281,15.3294,11.4906,11.6350,0,7.7583,7.7581,0,4.2811,1.7797,0.0217,0,0,0.0256,0,0 +Month,"[moorh] Wall Hours: Total","[honbu] Wall Hours: Total","[lapwi] Wall Hours: Total","[legsh] Wall Hours: Total","[garwa] Wall Hours: Total","[reebu] Wall Hours: Total","[caspl] Wall Hours: Total","[meapi] Wall Hours: Total","[turdo] Wall Hours: Total","[sancr] Wall Hours: Total","[shttr] Wall Hours: Total","[sposa] Wall Hours: Total","[yebsa] Wall Hours: Total","[grath] Wall Hours: Total","[aytinis] Wall Hours: Total","[pibgr] Wall Hours: Total","[hoowa] Wall Hours: Total","[corsh] Wall Hours: Total","[misth] Wall Hours: Total","[sarwa] Wall Hours: Total","[ovenb] Wall Hours: Total","[swath] Wall Hours: Total","[noror] Wall Hours: Total","[smew1] Wall Hours: Total","[boowa] Wall Hours: Total","[ybsbu] Wall Hours: Total","[whtsp] Wall Hours: Total","[shag1] Wall Hours: Total","[crane] Wall Hours: Total","[sante] Wall Hours: Total","[siski] Wall Hours: Total","[sogsh] Wall Hours: Total","[whtpl] Wall Hours: Total","[egygo] Wall Hours: Total","[chaff] Wall Hours: Total","[henha] Wall Hours: Total","[jackd] Wall Hours: Total","[whimb] Wall Hours: Total","[pereg] Wall Hours: Total","[velsc] Wall Hours: Total","[mamwa] Wall Hours: Total","[litau] Wall Hours: Total","[ferdu] Wall Hours: Total","[lanhach] Wall Hours: Total","[blhbu] Wall Hours: Total","[vertera] Wall Hours: Total","[grgsh] Wall Hours: Total","[yebbu] Wall Hours: Total","[gloib] Wall Hours: Total","[duswa] Wall Hours: Total","[dunli] Wall Hours: Total","[field] Wall Hours: Total","[lesre] Wall Hours: Total","[proubis] Wall Hours: Total","[ribgu] Wall Hours: Total","[coot1] Wall Hours: Total","[categ] Wall Hours: Total","[evegr] Wall Hours: Total","[rolle] Wall Hours: Total","[alpsw] Wall Hours: Total","[yebwa] Wall Hours: Total","[litst] Wall Hours: Total","[crama] Wall Hours: Total","[savsp] Wall Hours: Total","[allga] Wall Hours: Total","[hardu] Wall Hours: Total","[relpa] Wall Hours: Total" +2016-12,55820.4542,14812.8536,14099.6133,8590.5158,2246.7575,1560.5139,3.1458,1501.0950,1054.8381,1071.2075,903.1608,993.6836,754.3106,785.0175,648.0389,500.2031,458.5558,317.6461,428.1250,405.2000,390.6003,405.3619,232.9839,255.4306,251.4806,232.4297,149.5017,222.9267,154.1667,174.8775,140.0700,134.0178,132.4094,126.2600,99.7997,100.8417,87.3878,51.8633,71.9061,74.3633,72.0069,69.3242,51.0019,41.9922,59.8692,48.5792,54.6383,50.3497,48.0067,46.3125,14.3053,27.7925,26.3053,23.3511,31.9097,15.5661,15.5575,20.1617,14.0556,8.7825,9.0064,3.6653,1.1269,0.6086,0.2606,0.2606,0.0650 +2017-01,11183.6664,790.6731,1254.4625,0,526.7989,196.9956,1590.0014,24.6992,368.2992,0,123.3775,21.1656,141.3592,17.6292,0,0,0,120.3844,5.0458,18.4314,23.2242,0,40.6492,0,0,0,79.9525,4.9539,48.6856,0,0,1.7419,0,0,20.2075,0,0,34.6142,2.6372,0,0,0.9528,19.0058,20.2619,0,7.7075,0,0,0,0,30.9281,15.3294,11.4906,11.6350,0,7.7583,7.7581,0,4.2811,1.7797,0.0217,0,0,0.0256,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/timeseries-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/timeseries-Month-cs.csv index ba01402dbf..984ba9451c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/timeseries-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/timeseries-Month-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[moorh] Wall Hours: Total","[honbu] Wall Hours: Total","[lapwi] Wall Hours: Total","[legsh] Wall Hours: Total","[garwa] Wall Hours: Total","[reebu] Wall Hours: Total","[caspl] Wall Hours: Total","[meapi] Wall Hours: Total","[turdo] Wall Hours: Total","[sancr] Wall Hours: Total","[shttr] Wall Hours: Total","[sposa] Wall Hours: Total","[yebsa] Wall Hours: Total","[grath] Wall Hours: Total","[aytinis] Wall Hours: Total","[pibgr] Wall Hours: Total","[hoowa] Wall Hours: Total","[corsh] Wall Hours: Total","[misth] Wall Hours: Total","[sarwa] Wall Hours: Total","[ovenb] Wall Hours: Total","[swath] Wall Hours: Total","[noror] Wall Hours: Total","[smew1] Wall Hours: Total","[boowa] Wall Hours: Total","[ybsbu] Wall Hours: Total","[whtsp] Wall Hours: Total","[shag1] Wall Hours: Total","[crane] Wall Hours: Total","[sante] Wall Hours: Total","[siski] Wall Hours: Total","[sogsh] Wall Hours: Total","[whtpl] Wall Hours: Total","[egygo] Wall Hours: Total","[chaff] Wall Hours: Total","[henha] Wall Hours: Total","[jackd] Wall Hours: Total","[whimb] Wall Hours: Total","[pereg] Wall Hours: Total","[velsc] Wall Hours: Total","[mamwa] Wall Hours: Total","[litau] Wall Hours: Total","[ferdu] Wall Hours: Total","[lanhach] Wall Hours: Total","[blhbu] Wall Hours: Total","[vertera] Wall Hours: Total","[grgsh] Wall Hours: Total","[yebbu] Wall Hours: Total","[gloib] Wall Hours: Total","[duswa] Wall Hours: Total","[dunli] Wall Hours: Total","[field] Wall Hours: Total","[lesre] Wall Hours: Total","[proubis] Wall Hours: Total","[ribgu] Wall Hours: Total","[coot1] Wall Hours: Total","[categ] Wall Hours: Total","[evegr] Wall Hours: Total","[rolle] Wall Hours: Total","[alpsw] Wall Hours: Total","[yebwa] Wall Hours: Total","[litst] Wall Hours: Total","[crama] Wall Hours: Total","[savsp] Wall Hours: Total","[allga] Wall Hours: Total","[relpa] Wall Hours: Total" -2016-12,55820.4542,14812.8536,14099.6133,8590.5158,2246.7575,1560.5139,3.1458,1501.0950,1054.8381,1071.2075,903.1608,993.6836,754.3106,785.0175,648.0389,500.2031,458.5558,317.6461,428.1250,405.2000,390.6003,405.3619,232.9839,255.4306,251.4806,232.4297,149.5017,222.9267,154.1667,174.8775,140.0700,134.0178,132.4094,126.2600,99.7997,100.8417,87.3878,51.8633,71.9061,74.3633,72.0069,69.3242,51.0019,41.9922,59.8692,48.5792,54.6383,50.3497,48.0067,46.3125,14.3053,27.7925,26.3053,23.3511,31.9097,15.5661,15.5575,20.1617,14.0556,8.7825,9.0064,3.6653,1.1269,0.6086,0.2606,0.0650 -2017-01,11183.6664,790.6731,1254.4625,0,526.7989,196.9956,1590.0014,24.6992,368.2992,0,123.3775,21.1656,141.3592,17.6292,0,0,0,120.3844,5.0458,18.4314,23.2242,0,40.6492,0,0,0,79.9525,4.9539,48.6856,0,0,1.7419,0,0,20.2075,0,0,34.6142,2.6372,0,0,0.9528,19.0058,20.2619,0,7.7075,0,0,0,0,30.9281,15.3294,11.4906,11.6350,0,7.7583,7.7581,0,4.2811,1.7797,0.0217,0,0,0.0256,0,0 +Month,"[moorh] Wall Hours: Total","[honbu] Wall Hours: Total","[lapwi] Wall Hours: Total","[legsh] Wall Hours: Total","[garwa] Wall Hours: Total","[reebu] Wall Hours: Total","[caspl] Wall Hours: Total","[meapi] Wall Hours: Total","[turdo] Wall Hours: Total","[sancr] Wall Hours: Total","[shttr] Wall Hours: Total","[sposa] Wall Hours: Total","[yebsa] Wall Hours: Total","[grath] Wall Hours: Total","[aytinis] Wall Hours: Total","[pibgr] Wall Hours: Total","[hoowa] Wall Hours: Total","[corsh] Wall Hours: Total","[misth] Wall Hours: Total","[sarwa] Wall Hours: Total","[ovenb] Wall Hours: Total","[swath] Wall Hours: Total","[noror] Wall Hours: Total","[smew1] Wall Hours: Total","[boowa] Wall Hours: Total","[ybsbu] Wall Hours: Total","[whtsp] Wall Hours: Total","[shag1] Wall Hours: Total","[crane] Wall Hours: Total","[sante] Wall Hours: Total","[siski] Wall Hours: Total","[sogsh] Wall Hours: Total","[whtpl] Wall Hours: Total","[egygo] Wall Hours: Total","[chaff] Wall Hours: Total","[henha] Wall Hours: Total","[jackd] Wall Hours: Total","[whimb] Wall Hours: Total","[pereg] Wall Hours: Total","[velsc] Wall Hours: Total","[mamwa] Wall Hours: Total","[litau] Wall Hours: Total","[ferdu] Wall Hours: Total","[lanhach] Wall Hours: Total","[blhbu] Wall Hours: Total","[vertera] Wall Hours: Total","[grgsh] Wall Hours: Total","[yebbu] Wall Hours: Total","[gloib] Wall Hours: Total","[duswa] Wall Hours: Total","[dunli] Wall Hours: Total","[field] Wall Hours: Total","[lesre] Wall Hours: Total","[proubis] Wall Hours: Total","[ribgu] Wall Hours: Total","[coot1] Wall Hours: Total","[categ] Wall Hours: Total","[evegr] Wall Hours: Total","[rolle] Wall Hours: Total","[alpsw] Wall Hours: Total","[yebwa] Wall Hours: Total","[litst] Wall Hours: Total","[crama] Wall Hours: Total","[savsp] Wall Hours: Total","[allga] Wall Hours: Total","[hardu] Wall Hours: Total","[relpa] Wall Hours: Total" +2016-12,55820.4542,14812.8536,14099.6133,8590.5158,2246.7575,1560.5139,3.1458,1501.0950,1054.8381,1071.2075,903.1608,993.6836,754.3106,785.0175,648.0389,500.2031,458.5558,317.6461,428.1250,405.2000,390.6003,405.3619,232.9839,255.4306,251.4806,232.4297,149.5017,222.9267,154.1667,174.8775,140.0700,134.0178,132.4094,126.2600,99.7997,100.8417,87.3878,51.8633,71.9061,74.3633,72.0069,69.3242,51.0019,41.9922,59.8692,48.5792,54.6383,50.3497,48.0067,46.3125,14.3053,27.7925,26.3053,23.3511,31.9097,15.5661,15.5575,20.1617,14.0556,8.7825,9.0064,3.6653,1.1269,0.6086,0.2606,0.2606,0.0650 +2017-01,11183.6664,790.6731,1254.4625,0,526.7989,196.9956,1590.0014,24.6992,368.2992,0,123.3775,21.1656,141.3592,17.6292,0,0,0,120.3844,5.0458,18.4314,23.2242,0,40.6492,0,0,0,79.9525,4.9539,48.6856,0,0,1.7419,0,0,20.2075,0,0,34.6142,2.6372,0,0,0.9528,19.0058,20.2619,0,7.7075,0,0,0,0,30.9281,15.3294,11.4906,11.6350,0,7.7583,7.7581,0,4.2811,1.7797,0.0217,0,0,0.0256,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/timeseries-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/timeseries-Quarter-cd.csv index 18885b5efc..d07bbedb08 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/timeseries-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/timeseries-Quarter-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[moorh] Wall Hours: Total","[honbu] Wall Hours: Total","[lapwi] Wall Hours: Total","[legsh] Wall Hours: Total","[garwa] Wall Hours: Total","[reebu] Wall Hours: Total","[caspl] Wall Hours: Total","[meapi] Wall Hours: Total","[turdo] Wall Hours: Total","[sancr] Wall Hours: Total","[shttr] Wall Hours: Total","[sposa] Wall Hours: Total","[yebsa] Wall Hours: Total","[grath] Wall Hours: Total","[aytinis] Wall Hours: Total","[pibgr] Wall Hours: Total","[hoowa] Wall Hours: Total","[corsh] Wall Hours: Total","[misth] Wall Hours: Total","[sarwa] Wall Hours: Total","[ovenb] Wall Hours: Total","[swath] Wall Hours: Total","[noror] Wall Hours: Total","[smew1] Wall Hours: Total","[boowa] Wall Hours: Total","[ybsbu] Wall Hours: Total","[whtsp] Wall Hours: Total","[shag1] Wall Hours: Total","[crane] Wall Hours: Total","[sante] Wall Hours: Total","[siski] Wall Hours: Total","[sogsh] Wall Hours: Total","[whtpl] Wall Hours: Total","[egygo] Wall Hours: Total","[chaff] Wall Hours: Total","[henha] Wall Hours: Total","[jackd] Wall Hours: Total","[whimb] Wall Hours: Total","[pereg] Wall Hours: Total","[velsc] Wall Hours: Total","[mamwa] Wall Hours: Total","[litau] Wall Hours: Total","[ferdu] Wall Hours: Total","[lanhach] Wall Hours: Total","[blhbu] Wall Hours: Total","[vertera] Wall Hours: Total","[grgsh] Wall Hours: Total","[yebbu] Wall Hours: Total","[gloib] Wall Hours: Total","[duswa] Wall Hours: Total","[dunli] Wall Hours: Total","[field] Wall Hours: Total","[lesre] Wall Hours: Total","[proubis] Wall Hours: Total","[ribgu] Wall Hours: Total","[coot1] Wall Hours: Total","[categ] Wall Hours: Total","[evegr] Wall Hours: Total","[rolle] Wall Hours: Total","[alpsw] Wall Hours: Total","[yebwa] Wall Hours: Total","[litst] Wall Hours: Total","[crama] Wall Hours: Total","[savsp] Wall Hours: Total","[allga] Wall Hours: Total","[relpa] Wall Hours: Total" -"2016 Q4",55820.4542,14812.8536,14099.6133,8590.5158,2246.7575,1560.5139,3.1458,1501.0950,1054.8381,1071.2075,903.1608,993.6836,754.3106,785.0175,648.0389,500.2031,458.5558,317.6461,428.1250,405.2000,390.6003,405.3619,232.9839,255.4306,251.4806,232.4297,149.5017,222.9267,154.1667,174.8775,140.0700,134.0178,132.4094,126.2600,99.7997,100.8417,87.3878,51.8633,71.9061,74.3633,72.0069,69.3242,51.0019,41.9922,59.8692,48.5792,54.6383,50.3497,48.0067,46.3125,14.3053,27.7925,26.3053,23.3511,31.9097,15.5661,15.5575,20.1617,14.0556,8.7825,9.0064,3.6653,1.1269,0.6086,0.2606,0.0650 -"2017 Q1",11183.6664,790.6731,1254.4625,0,526.7989,196.9956,1590.0014,24.6992,368.2992,0,123.3775,21.1656,141.3592,17.6292,0,0,0,120.3844,5.0458,18.4314,23.2242,0,40.6492,0,0,0,79.9525,4.9539,48.6856,0,0,1.7419,0,0,20.2075,0,0,34.6142,2.6372,0,0,0.9528,19.0058,20.2619,0,7.7075,0,0,0,0,30.9281,15.3294,11.4906,11.6350,0,7.7583,7.7581,0,4.2811,1.7797,0.0217,0,0,0.0256,0,0 +Quarter,"[moorh] Wall Hours: Total","[honbu] Wall Hours: Total","[lapwi] Wall Hours: Total","[legsh] Wall Hours: Total","[garwa] Wall Hours: Total","[reebu] Wall Hours: Total","[caspl] Wall Hours: Total","[meapi] Wall Hours: Total","[turdo] Wall Hours: Total","[sancr] Wall Hours: Total","[shttr] Wall Hours: Total","[sposa] Wall Hours: Total","[yebsa] Wall Hours: Total","[grath] Wall Hours: Total","[aytinis] Wall Hours: Total","[pibgr] Wall Hours: Total","[hoowa] Wall Hours: Total","[corsh] Wall Hours: Total","[misth] Wall Hours: Total","[sarwa] Wall Hours: Total","[ovenb] Wall Hours: Total","[swath] Wall Hours: Total","[noror] Wall Hours: Total","[smew1] Wall Hours: Total","[boowa] Wall Hours: Total","[ybsbu] Wall Hours: Total","[whtsp] Wall Hours: Total","[shag1] Wall Hours: Total","[crane] Wall Hours: Total","[sante] Wall Hours: Total","[siski] Wall Hours: Total","[sogsh] Wall Hours: Total","[whtpl] Wall Hours: Total","[egygo] Wall Hours: Total","[chaff] Wall Hours: Total","[henha] Wall Hours: Total","[jackd] Wall Hours: Total","[whimb] Wall Hours: Total","[pereg] Wall Hours: Total","[velsc] Wall Hours: Total","[mamwa] Wall Hours: Total","[litau] Wall Hours: Total","[ferdu] Wall Hours: Total","[lanhach] Wall Hours: Total","[blhbu] Wall Hours: Total","[vertera] Wall Hours: Total","[grgsh] Wall Hours: Total","[yebbu] Wall Hours: Total","[gloib] Wall Hours: Total","[duswa] Wall Hours: Total","[dunli] Wall Hours: Total","[field] Wall Hours: Total","[lesre] Wall Hours: Total","[proubis] Wall Hours: Total","[ribgu] Wall Hours: Total","[coot1] Wall Hours: Total","[categ] Wall Hours: Total","[evegr] Wall Hours: Total","[rolle] Wall Hours: Total","[alpsw] Wall Hours: Total","[yebwa] Wall Hours: Total","[litst] Wall Hours: Total","[crama] Wall Hours: Total","[savsp] Wall Hours: Total","[allga] Wall Hours: Total","[hardu] Wall Hours: Total","[relpa] Wall Hours: Total" +"2016 Q4",55820.4542,14812.8536,14099.6133,8590.5158,2246.7575,1560.5139,3.1458,1501.0950,1054.8381,1071.2075,903.1608,993.6836,754.3106,785.0175,648.0389,500.2031,458.5558,317.6461,428.1250,405.2000,390.6003,405.3619,232.9839,255.4306,251.4806,232.4297,149.5017,222.9267,154.1667,174.8775,140.0700,134.0178,132.4094,126.2600,99.7997,100.8417,87.3878,51.8633,71.9061,74.3633,72.0069,69.3242,51.0019,41.9922,59.8692,48.5792,54.6383,50.3497,48.0067,46.3125,14.3053,27.7925,26.3053,23.3511,31.9097,15.5661,15.5575,20.1617,14.0556,8.7825,9.0064,3.6653,1.1269,0.6086,0.2606,0.2606,0.0650 +"2017 Q1",11183.6664,790.6731,1254.4625,0,526.7989,196.9956,1590.0014,24.6992,368.2992,0,123.3775,21.1656,141.3592,17.6292,0,0,0,120.3844,5.0458,18.4314,23.2242,0,40.6492,0,0,0,79.9525,4.9539,48.6856,0,0,1.7419,0,0,20.2075,0,0,34.6142,2.6372,0,0,0.9528,19.0058,20.2619,0,7.7075,0,0,0,0,30.9281,15.3294,11.4906,11.6350,0,7.7583,7.7581,0,4.2811,1.7797,0.0217,0,0,0.0256,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/timeseries-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/timeseries-Quarter-cs.csv index 18885b5efc..d07bbedb08 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/timeseries-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/timeseries-Quarter-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[moorh] Wall Hours: Total","[honbu] Wall Hours: Total","[lapwi] Wall Hours: Total","[legsh] Wall Hours: Total","[garwa] Wall Hours: Total","[reebu] Wall Hours: Total","[caspl] Wall Hours: Total","[meapi] Wall Hours: Total","[turdo] Wall Hours: Total","[sancr] Wall Hours: Total","[shttr] Wall Hours: Total","[sposa] Wall Hours: Total","[yebsa] Wall Hours: Total","[grath] Wall Hours: Total","[aytinis] Wall Hours: Total","[pibgr] Wall Hours: Total","[hoowa] Wall Hours: Total","[corsh] Wall Hours: Total","[misth] Wall Hours: Total","[sarwa] Wall Hours: Total","[ovenb] Wall Hours: Total","[swath] Wall Hours: Total","[noror] Wall Hours: Total","[smew1] Wall Hours: Total","[boowa] Wall Hours: Total","[ybsbu] Wall Hours: Total","[whtsp] Wall Hours: Total","[shag1] Wall Hours: Total","[crane] Wall Hours: Total","[sante] Wall Hours: Total","[siski] Wall Hours: Total","[sogsh] Wall Hours: Total","[whtpl] Wall Hours: Total","[egygo] Wall Hours: Total","[chaff] Wall Hours: Total","[henha] Wall Hours: Total","[jackd] Wall Hours: Total","[whimb] Wall Hours: Total","[pereg] Wall Hours: Total","[velsc] Wall Hours: Total","[mamwa] Wall Hours: Total","[litau] Wall Hours: Total","[ferdu] Wall Hours: Total","[lanhach] Wall Hours: Total","[blhbu] Wall Hours: Total","[vertera] Wall Hours: Total","[grgsh] Wall Hours: Total","[yebbu] Wall Hours: Total","[gloib] Wall Hours: Total","[duswa] Wall Hours: Total","[dunli] Wall Hours: Total","[field] Wall Hours: Total","[lesre] Wall Hours: Total","[proubis] Wall Hours: Total","[ribgu] Wall Hours: Total","[coot1] Wall Hours: Total","[categ] Wall Hours: Total","[evegr] Wall Hours: Total","[rolle] Wall Hours: Total","[alpsw] Wall Hours: Total","[yebwa] Wall Hours: Total","[litst] Wall Hours: Total","[crama] Wall Hours: Total","[savsp] Wall Hours: Total","[allga] Wall Hours: Total","[relpa] Wall Hours: Total" -"2016 Q4",55820.4542,14812.8536,14099.6133,8590.5158,2246.7575,1560.5139,3.1458,1501.0950,1054.8381,1071.2075,903.1608,993.6836,754.3106,785.0175,648.0389,500.2031,458.5558,317.6461,428.1250,405.2000,390.6003,405.3619,232.9839,255.4306,251.4806,232.4297,149.5017,222.9267,154.1667,174.8775,140.0700,134.0178,132.4094,126.2600,99.7997,100.8417,87.3878,51.8633,71.9061,74.3633,72.0069,69.3242,51.0019,41.9922,59.8692,48.5792,54.6383,50.3497,48.0067,46.3125,14.3053,27.7925,26.3053,23.3511,31.9097,15.5661,15.5575,20.1617,14.0556,8.7825,9.0064,3.6653,1.1269,0.6086,0.2606,0.0650 -"2017 Q1",11183.6664,790.6731,1254.4625,0,526.7989,196.9956,1590.0014,24.6992,368.2992,0,123.3775,21.1656,141.3592,17.6292,0,0,0,120.3844,5.0458,18.4314,23.2242,0,40.6492,0,0,0,79.9525,4.9539,48.6856,0,0,1.7419,0,0,20.2075,0,0,34.6142,2.6372,0,0,0.9528,19.0058,20.2619,0,7.7075,0,0,0,0,30.9281,15.3294,11.4906,11.6350,0,7.7583,7.7581,0,4.2811,1.7797,0.0217,0,0,0.0256,0,0 +Quarter,"[moorh] Wall Hours: Total","[honbu] Wall Hours: Total","[lapwi] Wall Hours: Total","[legsh] Wall Hours: Total","[garwa] Wall Hours: Total","[reebu] Wall Hours: Total","[caspl] Wall Hours: Total","[meapi] Wall Hours: Total","[turdo] Wall Hours: Total","[sancr] Wall Hours: Total","[shttr] Wall Hours: Total","[sposa] Wall Hours: Total","[yebsa] Wall Hours: Total","[grath] Wall Hours: Total","[aytinis] Wall Hours: Total","[pibgr] Wall Hours: Total","[hoowa] Wall Hours: Total","[corsh] Wall Hours: Total","[misth] Wall Hours: Total","[sarwa] Wall Hours: Total","[ovenb] Wall Hours: Total","[swath] Wall Hours: Total","[noror] Wall Hours: Total","[smew1] Wall Hours: Total","[boowa] Wall Hours: Total","[ybsbu] Wall Hours: Total","[whtsp] Wall Hours: Total","[shag1] Wall Hours: Total","[crane] Wall Hours: Total","[sante] Wall Hours: Total","[siski] Wall Hours: Total","[sogsh] Wall Hours: Total","[whtpl] Wall Hours: Total","[egygo] Wall Hours: Total","[chaff] Wall Hours: Total","[henha] Wall Hours: Total","[jackd] Wall Hours: Total","[whimb] Wall Hours: Total","[pereg] Wall Hours: Total","[velsc] Wall Hours: Total","[mamwa] Wall Hours: Total","[litau] Wall Hours: Total","[ferdu] Wall Hours: Total","[lanhach] Wall Hours: Total","[blhbu] Wall Hours: Total","[vertera] Wall Hours: Total","[grgsh] Wall Hours: Total","[yebbu] Wall Hours: Total","[gloib] Wall Hours: Total","[duswa] Wall Hours: Total","[dunli] Wall Hours: Total","[field] Wall Hours: Total","[lesre] Wall Hours: Total","[proubis] Wall Hours: Total","[ribgu] Wall Hours: Total","[coot1] Wall Hours: Total","[categ] Wall Hours: Total","[evegr] Wall Hours: Total","[rolle] Wall Hours: Total","[alpsw] Wall Hours: Total","[yebwa] Wall Hours: Total","[litst] Wall Hours: Total","[crama] Wall Hours: Total","[savsp] Wall Hours: Total","[allga] Wall Hours: Total","[hardu] Wall Hours: Total","[relpa] Wall Hours: Total" +"2016 Q4",55820.4542,14812.8536,14099.6133,8590.5158,2246.7575,1560.5139,3.1458,1501.0950,1054.8381,1071.2075,903.1608,993.6836,754.3106,785.0175,648.0389,500.2031,458.5558,317.6461,428.1250,405.2000,390.6003,405.3619,232.9839,255.4306,251.4806,232.4297,149.5017,222.9267,154.1667,174.8775,140.0700,134.0178,132.4094,126.2600,99.7997,100.8417,87.3878,51.8633,71.9061,74.3633,72.0069,69.3242,51.0019,41.9922,59.8692,48.5792,54.6383,50.3497,48.0067,46.3125,14.3053,27.7925,26.3053,23.3511,31.9097,15.5661,15.5575,20.1617,14.0556,8.7825,9.0064,3.6653,1.1269,0.6086,0.2606,0.2606,0.0650 +"2017 Q1",11183.6664,790.6731,1254.4625,0,526.7989,196.9956,1590.0014,24.6992,368.2992,0,123.3775,21.1656,141.3592,17.6292,0,0,0,120.3844,5.0458,18.4314,23.2242,0,40.6492,0,0,0,79.9525,4.9539,48.6856,0,0,1.7419,0,0,20.2075,0,0,34.6142,2.6372,0,0,0.9528,19.0058,20.2619,0,7.7075,0,0,0,0,30.9281,15.3294,11.4906,11.6350,0,7.7583,7.7581,0,4.2811,1.7797,0.0217,0,0,0.0256,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/timeseries-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/timeseries-Year-cd.csv index 56b37159a3..55ef429de7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/timeseries-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/timeseries-Year-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[moorh] Wall Hours: Total","[honbu] Wall Hours: Total","[lapwi] Wall Hours: Total","[legsh] Wall Hours: Total","[garwa] Wall Hours: Total","[reebu] Wall Hours: Total","[caspl] Wall Hours: Total","[meapi] Wall Hours: Total","[turdo] Wall Hours: Total","[sancr] Wall Hours: Total","[shttr] Wall Hours: Total","[sposa] Wall Hours: Total","[yebsa] Wall Hours: Total","[grath] Wall Hours: Total","[aytinis] Wall Hours: Total","[pibgr] Wall Hours: Total","[hoowa] Wall Hours: Total","[corsh] Wall Hours: Total","[misth] Wall Hours: Total","[sarwa] Wall Hours: Total","[ovenb] Wall Hours: Total","[swath] Wall Hours: Total","[noror] Wall Hours: Total","[smew1] Wall Hours: Total","[boowa] Wall Hours: Total","[ybsbu] Wall Hours: Total","[whtsp] Wall Hours: Total","[shag1] Wall Hours: Total","[crane] Wall Hours: Total","[sante] Wall Hours: Total","[siski] Wall Hours: Total","[sogsh] Wall Hours: Total","[whtpl] Wall Hours: Total","[egygo] Wall Hours: Total","[chaff] Wall Hours: Total","[henha] Wall Hours: Total","[jackd] Wall Hours: Total","[whimb] Wall Hours: Total","[pereg] Wall Hours: Total","[velsc] Wall Hours: Total","[mamwa] Wall Hours: Total","[litau] Wall Hours: Total","[ferdu] Wall Hours: Total","[lanhach] Wall Hours: Total","[blhbu] Wall Hours: Total","[vertera] Wall Hours: Total","[grgsh] Wall Hours: Total","[yebbu] Wall Hours: Total","[gloib] Wall Hours: Total","[duswa] Wall Hours: Total","[dunli] Wall Hours: Total","[field] Wall Hours: Total","[lesre] Wall Hours: Total","[proubis] Wall Hours: Total","[ribgu] Wall Hours: Total","[coot1] Wall Hours: Total","[categ] Wall Hours: Total","[evegr] Wall Hours: Total","[rolle] Wall Hours: Total","[alpsw] Wall Hours: Total","[yebwa] Wall Hours: Total","[litst] Wall Hours: Total","[crama] Wall Hours: Total","[savsp] Wall Hours: Total","[allga] Wall Hours: Total","[relpa] Wall Hours: Total" -2016,55820.4542,14812.8536,14099.6133,8590.5158,2246.7575,1560.5139,3.1458,1501.0950,1054.8381,1071.2075,903.1608,993.6836,754.3106,785.0175,648.0389,500.2031,458.5558,317.6461,428.1250,405.2000,390.6003,405.3619,232.9839,255.4306,251.4806,232.4297,149.5017,222.9267,154.1667,174.8775,140.0700,134.0178,132.4094,126.2600,99.7997,100.8417,87.3878,51.8633,71.9061,74.3633,72.0069,69.3242,51.0019,41.9922,59.8692,48.5792,54.6383,50.3497,48.0067,46.3125,14.3053,27.7925,26.3053,23.3511,31.9097,15.5661,15.5575,20.1617,14.0556,8.7825,9.0064,3.6653,1.1269,0.6086,0.2606,0.0650 -2017,11183.6664,790.6731,1254.4625,0,526.7989,196.9956,1590.0014,24.6992,368.2992,0,123.3775,21.1656,141.3592,17.6292,0,0,0,120.3844,5.0458,18.4314,23.2242,0,40.6492,0,0,0,79.9525,4.9539,48.6856,0,0,1.7419,0,0,20.2075,0,0,34.6142,2.6372,0,0,0.9528,19.0058,20.2619,0,7.7075,0,0,0,0,30.9281,15.3294,11.4906,11.6350,0,7.7583,7.7581,0,4.2811,1.7797,0.0217,0,0,0.0256,0,0 +Year,"[moorh] Wall Hours: Total","[honbu] Wall Hours: Total","[lapwi] Wall Hours: Total","[legsh] Wall Hours: Total","[garwa] Wall Hours: Total","[reebu] Wall Hours: Total","[caspl] Wall Hours: Total","[meapi] Wall Hours: Total","[turdo] Wall Hours: Total","[sancr] Wall Hours: Total","[shttr] Wall Hours: Total","[sposa] Wall Hours: Total","[yebsa] Wall Hours: Total","[grath] Wall Hours: Total","[aytinis] Wall Hours: Total","[pibgr] Wall Hours: Total","[hoowa] Wall Hours: Total","[corsh] Wall Hours: Total","[misth] Wall Hours: Total","[sarwa] Wall Hours: Total","[ovenb] Wall Hours: Total","[swath] Wall Hours: Total","[noror] Wall Hours: Total","[smew1] Wall Hours: Total","[boowa] Wall Hours: Total","[ybsbu] Wall Hours: Total","[whtsp] Wall Hours: Total","[shag1] Wall Hours: Total","[crane] Wall Hours: Total","[sante] Wall Hours: Total","[siski] Wall Hours: Total","[sogsh] Wall Hours: Total","[whtpl] Wall Hours: Total","[egygo] Wall Hours: Total","[chaff] Wall Hours: Total","[henha] Wall Hours: Total","[jackd] Wall Hours: Total","[whimb] Wall Hours: Total","[pereg] Wall Hours: Total","[velsc] Wall Hours: Total","[mamwa] Wall Hours: Total","[litau] Wall Hours: Total","[ferdu] Wall Hours: Total","[lanhach] Wall Hours: Total","[blhbu] Wall Hours: Total","[vertera] Wall Hours: Total","[grgsh] Wall Hours: Total","[yebbu] Wall Hours: Total","[gloib] Wall Hours: Total","[duswa] Wall Hours: Total","[dunli] Wall Hours: Total","[field] Wall Hours: Total","[lesre] Wall Hours: Total","[proubis] Wall Hours: Total","[ribgu] Wall Hours: Total","[coot1] Wall Hours: Total","[categ] Wall Hours: Total","[evegr] Wall Hours: Total","[rolle] Wall Hours: Total","[alpsw] Wall Hours: Total","[yebwa] Wall Hours: Total","[litst] Wall Hours: Total","[crama] Wall Hours: Total","[savsp] Wall Hours: Total","[allga] Wall Hours: Total","[hardu] Wall Hours: Total","[relpa] Wall Hours: Total" +2016,55820.4542,14812.8536,14099.6133,8590.5158,2246.7575,1560.5139,3.1458,1501.0950,1054.8381,1071.2075,903.1608,993.6836,754.3106,785.0175,648.0389,500.2031,458.5558,317.6461,428.1250,405.2000,390.6003,405.3619,232.9839,255.4306,251.4806,232.4297,149.5017,222.9267,154.1667,174.8775,140.0700,134.0178,132.4094,126.2600,99.7997,100.8417,87.3878,51.8633,71.9061,74.3633,72.0069,69.3242,51.0019,41.9922,59.8692,48.5792,54.6383,50.3497,48.0067,46.3125,14.3053,27.7925,26.3053,23.3511,31.9097,15.5661,15.5575,20.1617,14.0556,8.7825,9.0064,3.6653,1.1269,0.6086,0.2606,0.2606,0.0650 +2017,11183.6664,790.6731,1254.4625,0,526.7989,196.9956,1590.0014,24.6992,368.2992,0,123.3775,21.1656,141.3592,17.6292,0,0,0,120.3844,5.0458,18.4314,23.2242,0,40.6492,0,0,0,79.9525,4.9539,48.6856,0,0,1.7419,0,0,20.2075,0,0,34.6142,2.6372,0,0,0.9528,19.0058,20.2619,0,7.7075,0,0,0,0,30.9281,15.3294,11.4906,11.6350,0,7.7583,7.7581,0,4.2811,1.7797,0.0217,0,0,0.0256,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/timeseries-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/timeseries-Year-cs.csv index 56b37159a3..55ef429de7 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/timeseries-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/total_wallduration_hours/timeseries-Year-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[moorh] Wall Hours: Total","[honbu] Wall Hours: Total","[lapwi] Wall Hours: Total","[legsh] Wall Hours: Total","[garwa] Wall Hours: Total","[reebu] Wall Hours: Total","[caspl] Wall Hours: Total","[meapi] Wall Hours: Total","[turdo] Wall Hours: Total","[sancr] Wall Hours: Total","[shttr] Wall Hours: Total","[sposa] Wall Hours: Total","[yebsa] Wall Hours: Total","[grath] Wall Hours: Total","[aytinis] Wall Hours: Total","[pibgr] Wall Hours: Total","[hoowa] Wall Hours: Total","[corsh] Wall Hours: Total","[misth] Wall Hours: Total","[sarwa] Wall Hours: Total","[ovenb] Wall Hours: Total","[swath] Wall Hours: Total","[noror] Wall Hours: Total","[smew1] Wall Hours: Total","[boowa] Wall Hours: Total","[ybsbu] Wall Hours: Total","[whtsp] Wall Hours: Total","[shag1] Wall Hours: Total","[crane] Wall Hours: Total","[sante] Wall Hours: Total","[siski] Wall Hours: Total","[sogsh] Wall Hours: Total","[whtpl] Wall Hours: Total","[egygo] Wall Hours: Total","[chaff] Wall Hours: Total","[henha] Wall Hours: Total","[jackd] Wall Hours: Total","[whimb] Wall Hours: Total","[pereg] Wall Hours: Total","[velsc] Wall Hours: Total","[mamwa] Wall Hours: Total","[litau] Wall Hours: Total","[ferdu] Wall Hours: Total","[lanhach] Wall Hours: Total","[blhbu] Wall Hours: Total","[vertera] Wall Hours: Total","[grgsh] Wall Hours: Total","[yebbu] Wall Hours: Total","[gloib] Wall Hours: Total","[duswa] Wall Hours: Total","[dunli] Wall Hours: Total","[field] Wall Hours: Total","[lesre] Wall Hours: Total","[proubis] Wall Hours: Total","[ribgu] Wall Hours: Total","[coot1] Wall Hours: Total","[categ] Wall Hours: Total","[evegr] Wall Hours: Total","[rolle] Wall Hours: Total","[alpsw] Wall Hours: Total","[yebwa] Wall Hours: Total","[litst] Wall Hours: Total","[crama] Wall Hours: Total","[savsp] Wall Hours: Total","[allga] Wall Hours: Total","[relpa] Wall Hours: Total" -2016,55820.4542,14812.8536,14099.6133,8590.5158,2246.7575,1560.5139,3.1458,1501.0950,1054.8381,1071.2075,903.1608,993.6836,754.3106,785.0175,648.0389,500.2031,458.5558,317.6461,428.1250,405.2000,390.6003,405.3619,232.9839,255.4306,251.4806,232.4297,149.5017,222.9267,154.1667,174.8775,140.0700,134.0178,132.4094,126.2600,99.7997,100.8417,87.3878,51.8633,71.9061,74.3633,72.0069,69.3242,51.0019,41.9922,59.8692,48.5792,54.6383,50.3497,48.0067,46.3125,14.3053,27.7925,26.3053,23.3511,31.9097,15.5661,15.5575,20.1617,14.0556,8.7825,9.0064,3.6653,1.1269,0.6086,0.2606,0.0650 -2017,11183.6664,790.6731,1254.4625,0,526.7989,196.9956,1590.0014,24.6992,368.2992,0,123.3775,21.1656,141.3592,17.6292,0,0,0,120.3844,5.0458,18.4314,23.2242,0,40.6492,0,0,0,79.9525,4.9539,48.6856,0,0,1.7419,0,0,20.2075,0,0,34.6142,2.6372,0,0,0.9528,19.0058,20.2619,0,7.7075,0,0,0,0,30.9281,15.3294,11.4906,11.6350,0,7.7583,7.7581,0,4.2811,1.7797,0.0217,0,0,0.0256,0,0 +Year,"[moorh] Wall Hours: Total","[honbu] Wall Hours: Total","[lapwi] Wall Hours: Total","[legsh] Wall Hours: Total","[garwa] Wall Hours: Total","[reebu] Wall Hours: Total","[caspl] Wall Hours: Total","[meapi] Wall Hours: Total","[turdo] Wall Hours: Total","[sancr] Wall Hours: Total","[shttr] Wall Hours: Total","[sposa] Wall Hours: Total","[yebsa] Wall Hours: Total","[grath] Wall Hours: Total","[aytinis] Wall Hours: Total","[pibgr] Wall Hours: Total","[hoowa] Wall Hours: Total","[corsh] Wall Hours: Total","[misth] Wall Hours: Total","[sarwa] Wall Hours: Total","[ovenb] Wall Hours: Total","[swath] Wall Hours: Total","[noror] Wall Hours: Total","[smew1] Wall Hours: Total","[boowa] Wall Hours: Total","[ybsbu] Wall Hours: Total","[whtsp] Wall Hours: Total","[shag1] Wall Hours: Total","[crane] Wall Hours: Total","[sante] Wall Hours: Total","[siski] Wall Hours: Total","[sogsh] Wall Hours: Total","[whtpl] Wall Hours: Total","[egygo] Wall Hours: Total","[chaff] Wall Hours: Total","[henha] Wall Hours: Total","[jackd] Wall Hours: Total","[whimb] Wall Hours: Total","[pereg] Wall Hours: Total","[velsc] Wall Hours: Total","[mamwa] Wall Hours: Total","[litau] Wall Hours: Total","[ferdu] Wall Hours: Total","[lanhach] Wall Hours: Total","[blhbu] Wall Hours: Total","[vertera] Wall Hours: Total","[grgsh] Wall Hours: Total","[yebbu] Wall Hours: Total","[gloib] Wall Hours: Total","[duswa] Wall Hours: Total","[dunli] Wall Hours: Total","[field] Wall Hours: Total","[lesre] Wall Hours: Total","[proubis] Wall Hours: Total","[ribgu] Wall Hours: Total","[coot1] Wall Hours: Total","[categ] Wall Hours: Total","[evegr] Wall Hours: Total","[rolle] Wall Hours: Total","[alpsw] Wall Hours: Total","[yebwa] Wall Hours: Total","[litst] Wall Hours: Total","[crama] Wall Hours: Total","[savsp] Wall Hours: Total","[allga] Wall Hours: Total","[hardu] Wall Hours: Total","[relpa] Wall Hours: Total" +2016,55820.4542,14812.8536,14099.6133,8590.5158,2246.7575,1560.5139,3.1458,1501.0950,1054.8381,1071.2075,903.1608,993.6836,754.3106,785.0175,648.0389,500.2031,458.5558,317.6461,428.1250,405.2000,390.6003,405.3619,232.9839,255.4306,251.4806,232.4297,149.5017,222.9267,154.1667,174.8775,140.0700,134.0178,132.4094,126.2600,99.7997,100.8417,87.3878,51.8633,71.9061,74.3633,72.0069,69.3242,51.0019,41.9922,59.8692,48.5792,54.6383,50.3497,48.0067,46.3125,14.3053,27.7925,26.3053,23.3511,31.9097,15.5661,15.5575,20.1617,14.0556,8.7825,9.0064,3.6653,1.1269,0.6086,0.2606,0.2606,0.0650 +2017,11183.6664,790.6731,1254.4625,0,526.7989,196.9956,1590.0014,24.6992,368.2992,0,123.3775,21.1656,141.3592,17.6292,0,0,0,120.3844,5.0458,18.4314,23.2242,0,40.6492,0,0,0,79.9525,4.9539,48.6856,0,0,1.7419,0,0,20.2075,0,0,34.6142,2.6372,0,0,0.9528,19.0058,20.2619,0,7.7075,0,0,0,0,30.9281,15.3294,11.4906,11.6350,0,7.7583,7.7581,0,4.2811,1.7797,0.0217,0,0,0.0256,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/aggregate-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/aggregate-Day-cd.csv index fe8426d87f..4e6f684da5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/aggregate-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/aggregate-Day-cd.csv @@ -69,6 +69,7 @@ coot1,0.0040 crama,0.0034 ribgu,0.0030 allga,0.0027 +hardu,0.0027 litst,0.0023 relpa,0.0001 savsp,0.0001 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/aggregate-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/aggregate-Day-cs.csv index fe8426d87f..4e6f684da5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/aggregate-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/aggregate-Day-cs.csv @@ -69,6 +69,7 @@ coot1,0.0040 crama,0.0034 ribgu,0.0030 allga,0.0027 +hardu,0.0027 litst,0.0023 relpa,0.0001 savsp,0.0001 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/aggregate-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/aggregate-Month-cd.csv index ebc301163e..3201bac628 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/aggregate-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/aggregate-Month-cd.csv @@ -69,6 +69,7 @@ coot1,0.0007 ribgu,0.0007 allga,0.0006 crama,0.0006 +hardu,0.0006 litst,0.0006 relpa,0.0000 savsp,0.0000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/aggregate-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/aggregate-Month-cs.csv index ebc301163e..3201bac628 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/aggregate-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/aggregate-Month-cs.csv @@ -69,6 +69,7 @@ coot1,0.0007 ribgu,0.0007 allga,0.0006 crama,0.0006 +hardu,0.0006 litst,0.0006 relpa,0.0000 savsp,0.0000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/aggregate-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/aggregate-Quarter-cd.csv index 71fc1c92bb..349a0d9e10 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/aggregate-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/aggregate-Quarter-cd.csv @@ -67,6 +67,7 @@ proubis,0.0004 allga,0.0003 categ,0.0003 coot1,0.0003 +hardu,0.0003 ribgu,0.0003 crama,0.0002 litst,0.0002 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/aggregate-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/aggregate-Quarter-cs.csv index 71fc1c92bb..349a0d9e10 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/aggregate-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/aggregate-Quarter-cs.csv @@ -67,6 +67,7 @@ proubis,0.0004 allga,0.0003 categ,0.0003 coot1,0.0003 +hardu,0.0003 ribgu,0.0003 crama,0.0002 litst,0.0002 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/aggregate-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/aggregate-Year-cd.csv index ae9ee148ba..3b776b1420 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/aggregate-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/aggregate-Year-cd.csv @@ -67,6 +67,7 @@ categ,0.0001 coot1,0.0001 crama,0.0001 grgsh,0.0001 +hardu,0.0001 litst,0.0001 proubis,0.0001 ribgu,0.0001 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/aggregate-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/aggregate-Year-cs.csv index ae9ee148ba..3b776b1420 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/aggregate-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/aggregate-Year-cs.csv @@ -67,6 +67,7 @@ categ,0.0001 coot1,0.0001 crama,0.0001 grgsh,0.0001 +hardu,0.0001 litst,0.0001 proubis,0.0001 ribgu,0.0001 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/timeseries-Day-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/timeseries-Day-cd.csv index b05f38792d..87edb90184 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/timeseries-Day-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/timeseries-Day-cd.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[aytinis] Screwdriver CPU Utilization (%)","[meapi] Screwdriver CPU Utilization (%)","[moorh] Screwdriver CPU Utilization (%)","[garwa] Screwdriver CPU Utilization (%)","[honbu] Screwdriver CPU Utilization (%)","[egygo] Screwdriver CPU Utilization (%)","[crane] Screwdriver CPU Utilization (%)","[smew1] Screwdriver CPU Utilization (%)","[lapwi] Screwdriver CPU Utilization (%)","[reebu] Screwdriver CPU Utilization (%)","[duswa] Screwdriver CPU Utilization (%)","[turdo] Screwdriver CPU Utilization (%)","[sposa] Screwdriver CPU Utilization (%)","[caspl] Screwdriver CPU Utilization (%)","[sancr] Screwdriver CPU Utilization (%)","[legsh] Screwdriver CPU Utilization (%)","[siski] Screwdriver CPU Utilization (%)","[sarwa] Screwdriver CPU Utilization (%)","[shttr] Screwdriver CPU Utilization (%)","[chaff] Screwdriver CPU Utilization (%)","[ovenb] Screwdriver CPU Utilization (%)","[velsc] Screwdriver CPU Utilization (%)","[whtsp] Screwdriver CPU Utilization (%)","[misth] Screwdriver CPU Utilization (%)","[whimb] Screwdriver CPU Utilization (%)","[pereg] Screwdriver CPU Utilization (%)","[ferdu] Screwdriver CPU Utilization (%)","[hoowa] Screwdriver CPU Utilization (%)","[yebsa] Screwdriver CPU Utilization (%)","[corsh] Screwdriver CPU Utilization (%)","[noror] Screwdriver CPU Utilization (%)","[shag1] Screwdriver CPU Utilization (%)","[swath] Screwdriver CPU Utilization (%)","[whtpl] Screwdriver CPU Utilization (%)","[ybsbu] Screwdriver CPU Utilization (%)","[dunli] Screwdriver CPU Utilization (%)","[gloib] Screwdriver CPU Utilization (%)","[vertera] Screwdriver CPU Utilization (%)","[yebwa] Screwdriver CPU Utilization (%)","[evegr] Screwdriver CPU Utilization (%)","[boowa] Screwdriver CPU Utilization (%)","[grath] Screwdriver CPU Utilization (%)","[yebbu] Screwdriver CPU Utilization (%)","[litau] Screwdriver CPU Utilization (%)","[alpsw] Screwdriver CPU Utilization (%)","[rolle] Screwdriver CPU Utilization (%)","[pibgr] Screwdriver CPU Utilization (%)","[field] Screwdriver CPU Utilization (%)","[lanhach] Screwdriver CPU Utilization (%)","[lesre] Screwdriver CPU Utilization (%)","[sante] Screwdriver CPU Utilization (%)","[jackd] Screwdriver CPU Utilization (%)","[sogsh] Screwdriver CPU Utilization (%)","[henha] Screwdriver CPU Utilization (%)","[mamwa] Screwdriver CPU Utilization (%)","[proubis] Screwdriver CPU Utilization (%)","[blhbu] Screwdriver CPU Utilization (%)","[grgsh] Screwdriver CPU Utilization (%)","[categ] Screwdriver CPU Utilization (%)","[coot1] Screwdriver CPU Utilization (%)","[crama] Screwdriver CPU Utilization (%)","[ribgu] Screwdriver CPU Utilization (%)","[allga] Screwdriver CPU Utilization (%)","[litst] Screwdriver CPU Utilization (%)","[relpa] Screwdriver CPU Utilization (%)","[savsp] Screwdriver CPU Utilization (%)" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0.2118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.2093,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0.3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0090,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0.3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-25,0,0,0,0,0,0,0,0,0,0.1587,0,0.3270,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-26,0,0,0,0.2253,0,0,0,0,0,1.2000,0,0.6000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-27,0,3.8952,0,2.0000,0.0034,0,0,0,0,0.8947,0,0.6000,0,0,1.3559,0,1.5498,0,0.5819,0.2533,0.3291,3.1220,0,0,0,0,0,0,0,0,0.3000,0,0,0,0.1425,0,0,0,0,0,0.2488,0,0,0,0,0,0,0,0,0,0.0250,0,0,0,0.0049,0,0,0,0,0,0,0,0,0,0,0 -2016-12-28,30.6953,22.8458,0.9927,2.4070,0.0250,0,0,0,2.0446,4.2672,0,0.6000,0,0,1.6312,0,2.4389,0.8329,1.4699,1.6000,1.6000,3.6000,0,0.3505,0,0,0,0.3662,0,0,0.3000,0.2012,0,0.1890,0.4000,0,0.0979,0,0,0,0.3000,0,0,0,0,0,0,0,0,0,0.0250,0,0,0,0.0250,0,0,0,0,0,0,0,0,0,0,0 -2016-12-29,41.2000,51.5980,13.1076,7.9626,0.3223,1.7124,1.9109,6.0638,4.0642,3.5068,0,0.7600,0.5077,0,2.9811,0,3.0000,3.9036,2.0531,1.6000,1.6000,3.6000,0,2.7000,0,1.4649,0.1876,1.1580,0.5790,0.2482,0.3000,0.6050,0.2403,0.9000,0.2772,0,0.5000,0,1.0815,0.1124,0.3000,0.0075,0.7906,0.0542,0,0,0.2427,0,0.0232,0.0299,0.0408,0,0,0.0105,0.0250,0,0,0,0,0,0,0,0,0,0,0 -2016-12-30,41.2000,48.8496,22.6731,6.3076,12.7775,9.5951,6.3813,11.4367,5.7014,2.6501,7.7129,3.2047,7.1616,0,2.5358,3.1832,1.3028,2.3574,1.9182,1.6000,1.6000,0.3377,0,2.0011,0.7116,1.5293,1.5000,1.5415,1.2150,1.1988,0.3000,0.8149,1.5376,0.5661,0.5138,0.5439,0.4022,0.3402,0.4196,1.0637,0.2073,0.2962,0.5000,0.0709,0.0272,0.0687,0.2783,0.0667,0.0084,0.0547,0.0074,0.0452,0.1126,0.0855,0.0201,0.0122,0.0145,0.0425,0.0081,0.0081,0.0235,0.0185,0.0293,0.0206,0.0011,0.0002 -2016-12-31,10.5124,22.9209,21.3729,12.2717,18.0378,3.4228,7.1245,1.6568,2.8769,1.1987,5.9391,3.1008,4.7517,0.0393,1.3368,5.7653,0.4629,3.6228,1.4976,1.6000,1.3809,0,3.6187,0.3000,2.4478,1.5000,1.5000,0.9582,1.3489,1.2000,0.3038,0.7013,1.1610,0,0.4075,0.1307,0,0.9523,0,0,0.0080,0.7438,0.3073,0.5116,0.5497,0.5239,0,0.1649,0.0405,0.0250,0,0.0459,0.0270,0.0090,0,0.0122,0.0478,0.0144,0.0081,0.0081,0,0.0147,0,0.0102,0,0.0004 -2017-01-01,0,2.4699,11.6497,5.1025,1.6458,0,4.8686,0,1.3067,1.5843,0,3.0692,0.2646,9.9375,0,0,0,0.6592,1.0281,1.3472,0.3871,0,1.8628,0.0631,1.9640,0.1648,1.1879,0,0.5890,1.0032,0.4200,0.1238,0,0,0,0.9068,0,0.2147,0.0036,0,0,0.0367,0,0.0119,0.0593,0.0223,0,0.1277,0.4221,0.0479,0,0,0.0018,0,0,0.0121,0,0,0.0081,0.0081,0,0,0,0,0,0.0000 +Day,"[aytinis] Screwdriver CPU Utilization (%)","[meapi] Screwdriver CPU Utilization (%)","[moorh] Screwdriver CPU Utilization (%)","[garwa] Screwdriver CPU Utilization (%)","[honbu] Screwdriver CPU Utilization (%)","[egygo] Screwdriver CPU Utilization (%)","[crane] Screwdriver CPU Utilization (%)","[smew1] Screwdriver CPU Utilization (%)","[lapwi] Screwdriver CPU Utilization (%)","[reebu] Screwdriver CPU Utilization (%)","[duswa] Screwdriver CPU Utilization (%)","[turdo] Screwdriver CPU Utilization (%)","[sposa] Screwdriver CPU Utilization (%)","[caspl] Screwdriver CPU Utilization (%)","[sancr] Screwdriver CPU Utilization (%)","[legsh] Screwdriver CPU Utilization (%)","[siski] Screwdriver CPU Utilization (%)","[sarwa] Screwdriver CPU Utilization (%)","[shttr] Screwdriver CPU Utilization (%)","[chaff] Screwdriver CPU Utilization (%)","[ovenb] Screwdriver CPU Utilization (%)","[velsc] Screwdriver CPU Utilization (%)","[whtsp] Screwdriver CPU Utilization (%)","[misth] Screwdriver CPU Utilization (%)","[whimb] Screwdriver CPU Utilization (%)","[pereg] Screwdriver CPU Utilization (%)","[ferdu] Screwdriver CPU Utilization (%)","[hoowa] Screwdriver CPU Utilization (%)","[yebsa] Screwdriver CPU Utilization (%)","[corsh] Screwdriver CPU Utilization (%)","[noror] Screwdriver CPU Utilization (%)","[shag1] Screwdriver CPU Utilization (%)","[swath] Screwdriver CPU Utilization (%)","[whtpl] Screwdriver CPU Utilization (%)","[ybsbu] Screwdriver CPU Utilization (%)","[dunli] Screwdriver CPU Utilization (%)","[gloib] Screwdriver CPU Utilization (%)","[vertera] Screwdriver CPU Utilization (%)","[yebwa] Screwdriver CPU Utilization (%)","[evegr] Screwdriver CPU Utilization (%)","[boowa] Screwdriver CPU Utilization (%)","[grath] Screwdriver CPU Utilization (%)","[yebbu] Screwdriver CPU Utilization (%)","[litau] Screwdriver CPU Utilization (%)","[alpsw] Screwdriver CPU Utilization (%)","[rolle] Screwdriver CPU Utilization (%)","[pibgr] Screwdriver CPU Utilization (%)","[field] Screwdriver CPU Utilization (%)","[lanhach] Screwdriver CPU Utilization (%)","[lesre] Screwdriver CPU Utilization (%)","[sante] Screwdriver CPU Utilization (%)","[jackd] Screwdriver CPU Utilization (%)","[sogsh] Screwdriver CPU Utilization (%)","[henha] Screwdriver CPU Utilization (%)","[mamwa] Screwdriver CPU Utilization (%)","[proubis] Screwdriver CPU Utilization (%)","[blhbu] Screwdriver CPU Utilization (%)","[grgsh] Screwdriver CPU Utilization (%)","[categ] Screwdriver CPU Utilization (%)","[coot1] Screwdriver CPU Utilization (%)","[crama] Screwdriver CPU Utilization (%)","[ribgu] Screwdriver CPU Utilization (%)","[allga] Screwdriver CPU Utilization (%)","[hardu] Screwdriver CPU Utilization (%)","[litst] Screwdriver CPU Utilization (%)","[relpa] Screwdriver CPU Utilization (%)","[savsp] Screwdriver CPU Utilization (%)" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0.2118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.2093,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0.3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0090,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0.3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-25,0,0,0,0,0,0,0,0,0,0.1587,0,0.3270,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-26,0,0,0,0.2253,0,0,0,0,0,1.2000,0,0.6000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-27,0,3.8952,0,2.0000,0.0034,0,0,0,0,0.8947,0,0.6000,0,0,1.3559,0,1.5498,0,0.5819,0.2533,0.3291,3.1220,0,0,0,0,0,0,0,0,0.3000,0,0,0,0.1425,0,0,0,0,0,0.2488,0,0,0,0,0,0,0,0,0,0.0250,0,0,0,0.0049,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-28,30.6953,22.8458,0.9927,2.4070,0.0250,0,0,0,2.0446,4.2672,0,0.6000,0,0,1.6312,0,2.4389,0.8329,1.4699,1.6000,1.6000,3.6000,0,0.3505,0,0,0,0.3662,0,0,0.3000,0.2012,0,0.1890,0.4000,0,0.0979,0,0,0,0.3000,0,0,0,0,0,0,0,0,0,0.0250,0,0,0,0.0250,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-29,41.2000,51.5980,13.1076,7.9626,0.3223,1.7124,1.9109,6.0638,4.0642,3.5068,0,0.7600,0.5077,0,2.9811,0,3.0000,3.9036,2.0531,1.6000,1.6000,3.6000,0,2.7000,0,1.4649,0.1876,1.1580,0.5790,0.2482,0.3000,0.6050,0.2403,0.9000,0.2772,0,0.5000,0,1.0815,0.1124,0.3000,0.0075,0.7906,0.0542,0,0,0.2427,0,0.0232,0.0299,0.0408,0,0,0.0105,0.0250,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-30,41.2000,48.8496,22.6731,6.3076,12.7775,9.5951,6.3813,11.4367,5.7014,2.6501,7.7129,3.2047,7.1616,0,2.5358,3.1832,1.3028,2.3574,1.9182,1.6000,1.6000,0.3377,0,2.0011,0.7116,1.5293,1.5000,1.5415,1.2150,1.1988,0.3000,0.8149,1.5376,0.5661,0.5138,0.5439,0.4022,0.3402,0.4196,1.0637,0.2073,0.2962,0.5000,0.0709,0.0272,0.0687,0.2783,0.0667,0.0084,0.0547,0.0074,0.0452,0.1126,0.0855,0.0201,0.0122,0.0145,0.0425,0.0081,0.0081,0.0235,0.0185,0.0293,0.0293,0.0206,0.0011,0.0002 +2016-12-31,10.5124,22.9209,21.3729,12.2717,18.0378,3.4228,7.1245,1.6568,2.8769,1.1987,5.9391,3.1008,4.7517,0.0393,1.3368,5.7653,0.4629,3.6228,1.4976,1.6000,1.3809,0,3.6187,0.3000,2.4478,1.5000,1.5000,0.9582,1.3489,1.2000,0.3038,0.7013,1.1610,0,0.4075,0.1307,0,0.9523,0,0,0.0080,0.7438,0.3073,0.5116,0.5497,0.5239,0,0.1649,0.0405,0.0250,0,0.0459,0.0270,0.0090,0,0.0122,0.0478,0.0144,0.0081,0.0081,0,0.0147,0,0,0.0102,0,0.0004 +2017-01-01,0,2.4699,11.6497,5.1025,1.6458,0,4.8686,0,1.3067,1.5843,0,3.0692,0.2646,9.9375,0,0,0,0.6592,1.0281,1.3472,0.3871,0,1.8628,0.0631,1.9640,0.1648,1.1879,0,0.5890,1.0032,0.4200,0.1238,0,0,0,0.9068,0,0.2147,0.0036,0,0,0.0367,0,0.0119,0.0593,0.0223,0,0.1277,0.4221,0.0479,0,0,0.0018,0,0,0.0121,0,0,0.0081,0.0081,0,0,0,0,0,0,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/timeseries-Day-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/timeseries-Day-cs.csv index b05f38792d..87edb90184 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/timeseries-Day-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/timeseries-Day-cs.csv @@ -5,16 +5,16 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[aytinis] Screwdriver CPU Utilization (%)","[meapi] Screwdriver CPU Utilization (%)","[moorh] Screwdriver CPU Utilization (%)","[garwa] Screwdriver CPU Utilization (%)","[honbu] Screwdriver CPU Utilization (%)","[egygo] Screwdriver CPU Utilization (%)","[crane] Screwdriver CPU Utilization (%)","[smew1] Screwdriver CPU Utilization (%)","[lapwi] Screwdriver CPU Utilization (%)","[reebu] Screwdriver CPU Utilization (%)","[duswa] Screwdriver CPU Utilization (%)","[turdo] Screwdriver CPU Utilization (%)","[sposa] Screwdriver CPU Utilization (%)","[caspl] Screwdriver CPU Utilization (%)","[sancr] Screwdriver CPU Utilization (%)","[legsh] Screwdriver CPU Utilization (%)","[siski] Screwdriver CPU Utilization (%)","[sarwa] Screwdriver CPU Utilization (%)","[shttr] Screwdriver CPU Utilization (%)","[chaff] Screwdriver CPU Utilization (%)","[ovenb] Screwdriver CPU Utilization (%)","[velsc] Screwdriver CPU Utilization (%)","[whtsp] Screwdriver CPU Utilization (%)","[misth] Screwdriver CPU Utilization (%)","[whimb] Screwdriver CPU Utilization (%)","[pereg] Screwdriver CPU Utilization (%)","[ferdu] Screwdriver CPU Utilization (%)","[hoowa] Screwdriver CPU Utilization (%)","[yebsa] Screwdriver CPU Utilization (%)","[corsh] Screwdriver CPU Utilization (%)","[noror] Screwdriver CPU Utilization (%)","[shag1] Screwdriver CPU Utilization (%)","[swath] Screwdriver CPU Utilization (%)","[whtpl] Screwdriver CPU Utilization (%)","[ybsbu] Screwdriver CPU Utilization (%)","[dunli] Screwdriver CPU Utilization (%)","[gloib] Screwdriver CPU Utilization (%)","[vertera] Screwdriver CPU Utilization (%)","[yebwa] Screwdriver CPU Utilization (%)","[evegr] Screwdriver CPU Utilization (%)","[boowa] Screwdriver CPU Utilization (%)","[grath] Screwdriver CPU Utilization (%)","[yebbu] Screwdriver CPU Utilization (%)","[litau] Screwdriver CPU Utilization (%)","[alpsw] Screwdriver CPU Utilization (%)","[rolle] Screwdriver CPU Utilization (%)","[pibgr] Screwdriver CPU Utilization (%)","[field] Screwdriver CPU Utilization (%)","[lanhach] Screwdriver CPU Utilization (%)","[lesre] Screwdriver CPU Utilization (%)","[sante] Screwdriver CPU Utilization (%)","[jackd] Screwdriver CPU Utilization (%)","[sogsh] Screwdriver CPU Utilization (%)","[henha] Screwdriver CPU Utilization (%)","[mamwa] Screwdriver CPU Utilization (%)","[proubis] Screwdriver CPU Utilization (%)","[blhbu] Screwdriver CPU Utilization (%)","[grgsh] Screwdriver CPU Utilization (%)","[categ] Screwdriver CPU Utilization (%)","[coot1] Screwdriver CPU Utilization (%)","[crama] Screwdriver CPU Utilization (%)","[ribgu] Screwdriver CPU Utilization (%)","[allga] Screwdriver CPU Utilization (%)","[litst] Screwdriver CPU Utilization (%)","[relpa] Screwdriver CPU Utilization (%)","[savsp] Screwdriver CPU Utilization (%)" -2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0.2118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.2093,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0.3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0090,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0.3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-25,0,0,0,0,0,0,0,0,0,0.1587,0,0.3270,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-26,0,0,0,0.2253,0,0,0,0,0,1.2000,0,0.6000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2016-12-27,0,3.8952,0,2.0000,0.0034,0,0,0,0,0.8947,0,0.6000,0,0,1.3559,0,1.5498,0,0.5819,0.2533,0.3291,3.1220,0,0,0,0,0,0,0,0,0.3000,0,0,0,0.1425,0,0,0,0,0,0.2488,0,0,0,0,0,0,0,0,0,0.0250,0,0,0,0.0049,0,0,0,0,0,0,0,0,0,0,0 -2016-12-28,30.6953,22.8458,0.9927,2.4070,0.0250,0,0,0,2.0446,4.2672,0,0.6000,0,0,1.6312,0,2.4389,0.8329,1.4699,1.6000,1.6000,3.6000,0,0.3505,0,0,0,0.3662,0,0,0.3000,0.2012,0,0.1890,0.4000,0,0.0979,0,0,0,0.3000,0,0,0,0,0,0,0,0,0,0.0250,0,0,0,0.0250,0,0,0,0,0,0,0,0,0,0,0 -2016-12-29,41.2000,51.5980,13.1076,7.9626,0.3223,1.7124,1.9109,6.0638,4.0642,3.5068,0,0.7600,0.5077,0,2.9811,0,3.0000,3.9036,2.0531,1.6000,1.6000,3.6000,0,2.7000,0,1.4649,0.1876,1.1580,0.5790,0.2482,0.3000,0.6050,0.2403,0.9000,0.2772,0,0.5000,0,1.0815,0.1124,0.3000,0.0075,0.7906,0.0542,0,0,0.2427,0,0.0232,0.0299,0.0408,0,0,0.0105,0.0250,0,0,0,0,0,0,0,0,0,0,0 -2016-12-30,41.2000,48.8496,22.6731,6.3076,12.7775,9.5951,6.3813,11.4367,5.7014,2.6501,7.7129,3.2047,7.1616,0,2.5358,3.1832,1.3028,2.3574,1.9182,1.6000,1.6000,0.3377,0,2.0011,0.7116,1.5293,1.5000,1.5415,1.2150,1.1988,0.3000,0.8149,1.5376,0.5661,0.5138,0.5439,0.4022,0.3402,0.4196,1.0637,0.2073,0.2962,0.5000,0.0709,0.0272,0.0687,0.2783,0.0667,0.0084,0.0547,0.0074,0.0452,0.1126,0.0855,0.0201,0.0122,0.0145,0.0425,0.0081,0.0081,0.0235,0.0185,0.0293,0.0206,0.0011,0.0002 -2016-12-31,10.5124,22.9209,21.3729,12.2717,18.0378,3.4228,7.1245,1.6568,2.8769,1.1987,5.9391,3.1008,4.7517,0.0393,1.3368,5.7653,0.4629,3.6228,1.4976,1.6000,1.3809,0,3.6187,0.3000,2.4478,1.5000,1.5000,0.9582,1.3489,1.2000,0.3038,0.7013,1.1610,0,0.4075,0.1307,0,0.9523,0,0,0.0080,0.7438,0.3073,0.5116,0.5497,0.5239,0,0.1649,0.0405,0.0250,0,0.0459,0.0270,0.0090,0,0.0122,0.0478,0.0144,0.0081,0.0081,0,0.0147,0,0.0102,0,0.0004 -2017-01-01,0,2.4699,11.6497,5.1025,1.6458,0,4.8686,0,1.3067,1.5843,0,3.0692,0.2646,9.9375,0,0,0,0.6592,1.0281,1.3472,0.3871,0,1.8628,0.0631,1.9640,0.1648,1.1879,0,0.5890,1.0032,0.4200,0.1238,0,0,0,0.9068,0,0.2147,0.0036,0,0,0.0367,0,0.0119,0.0593,0.0223,0,0.1277,0.4221,0.0479,0,0,0.0018,0,0,0.0121,0,0,0.0081,0.0081,0,0,0,0,0,0.0000 +Day,"[aytinis] Screwdriver CPU Utilization (%)","[meapi] Screwdriver CPU Utilization (%)","[moorh] Screwdriver CPU Utilization (%)","[garwa] Screwdriver CPU Utilization (%)","[honbu] Screwdriver CPU Utilization (%)","[egygo] Screwdriver CPU Utilization (%)","[crane] Screwdriver CPU Utilization (%)","[smew1] Screwdriver CPU Utilization (%)","[lapwi] Screwdriver CPU Utilization (%)","[reebu] Screwdriver CPU Utilization (%)","[duswa] Screwdriver CPU Utilization (%)","[turdo] Screwdriver CPU Utilization (%)","[sposa] Screwdriver CPU Utilization (%)","[caspl] Screwdriver CPU Utilization (%)","[sancr] Screwdriver CPU Utilization (%)","[legsh] Screwdriver CPU Utilization (%)","[siski] Screwdriver CPU Utilization (%)","[sarwa] Screwdriver CPU Utilization (%)","[shttr] Screwdriver CPU Utilization (%)","[chaff] Screwdriver CPU Utilization (%)","[ovenb] Screwdriver CPU Utilization (%)","[velsc] Screwdriver CPU Utilization (%)","[whtsp] Screwdriver CPU Utilization (%)","[misth] Screwdriver CPU Utilization (%)","[whimb] Screwdriver CPU Utilization (%)","[pereg] Screwdriver CPU Utilization (%)","[ferdu] Screwdriver CPU Utilization (%)","[hoowa] Screwdriver CPU Utilization (%)","[yebsa] Screwdriver CPU Utilization (%)","[corsh] Screwdriver CPU Utilization (%)","[noror] Screwdriver CPU Utilization (%)","[shag1] Screwdriver CPU Utilization (%)","[swath] Screwdriver CPU Utilization (%)","[whtpl] Screwdriver CPU Utilization (%)","[ybsbu] Screwdriver CPU Utilization (%)","[dunli] Screwdriver CPU Utilization (%)","[gloib] Screwdriver CPU Utilization (%)","[vertera] Screwdriver CPU Utilization (%)","[yebwa] Screwdriver CPU Utilization (%)","[evegr] Screwdriver CPU Utilization (%)","[boowa] Screwdriver CPU Utilization (%)","[grath] Screwdriver CPU Utilization (%)","[yebbu] Screwdriver CPU Utilization (%)","[litau] Screwdriver CPU Utilization (%)","[alpsw] Screwdriver CPU Utilization (%)","[rolle] Screwdriver CPU Utilization (%)","[pibgr] Screwdriver CPU Utilization (%)","[field] Screwdriver CPU Utilization (%)","[lanhach] Screwdriver CPU Utilization (%)","[lesre] Screwdriver CPU Utilization (%)","[sante] Screwdriver CPU Utilization (%)","[jackd] Screwdriver CPU Utilization (%)","[sogsh] Screwdriver CPU Utilization (%)","[henha] Screwdriver CPU Utilization (%)","[mamwa] Screwdriver CPU Utilization (%)","[proubis] Screwdriver CPU Utilization (%)","[blhbu] Screwdriver CPU Utilization (%)","[grgsh] Screwdriver CPU Utilization (%)","[categ] Screwdriver CPU Utilization (%)","[coot1] Screwdriver CPU Utilization (%)","[crama] Screwdriver CPU Utilization (%)","[ribgu] Screwdriver CPU Utilization (%)","[allga] Screwdriver CPU Utilization (%)","[hardu] Screwdriver CPU Utilization (%)","[litst] Screwdriver CPU Utilization (%)","[relpa] Screwdriver CPU Utilization (%)","[savsp] Screwdriver CPU Utilization (%)" +2016-12-22,0,0,0,0,0,0,0,0,0,0,0,0.2118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.2093,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-23,0,0,0,0,0,0,0,0,0,0,0,0.3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0090,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-24,0,0,0,0,0,0,0,0,0,0,0,0.3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-25,0,0,0,0,0,0,0,0,0,0.1587,0,0.3270,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-26,0,0,0,0.2253,0,0,0,0,0,1.2000,0,0.6000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-27,0,3.8952,0,2.0000,0.0034,0,0,0,0,0.8947,0,0.6000,0,0,1.3559,0,1.5498,0,0.5819,0.2533,0.3291,3.1220,0,0,0,0,0,0,0,0,0.3000,0,0,0,0.1425,0,0,0,0,0,0.2488,0,0,0,0,0,0,0,0,0,0.0250,0,0,0,0.0049,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-28,30.6953,22.8458,0.9927,2.4070,0.0250,0,0,0,2.0446,4.2672,0,0.6000,0,0,1.6312,0,2.4389,0.8329,1.4699,1.6000,1.6000,3.6000,0,0.3505,0,0,0,0.3662,0,0,0.3000,0.2012,0,0.1890,0.4000,0,0.0979,0,0,0,0.3000,0,0,0,0,0,0,0,0,0,0.0250,0,0,0,0.0250,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-29,41.2000,51.5980,13.1076,7.9626,0.3223,1.7124,1.9109,6.0638,4.0642,3.5068,0,0.7600,0.5077,0,2.9811,0,3.0000,3.9036,2.0531,1.6000,1.6000,3.6000,0,2.7000,0,1.4649,0.1876,1.1580,0.5790,0.2482,0.3000,0.6050,0.2403,0.9000,0.2772,0,0.5000,0,1.0815,0.1124,0.3000,0.0075,0.7906,0.0542,0,0,0.2427,0,0.0232,0.0299,0.0408,0,0,0.0105,0.0250,0,0,0,0,0,0,0,0,0,0,0,0 +2016-12-30,41.2000,48.8496,22.6731,6.3076,12.7775,9.5951,6.3813,11.4367,5.7014,2.6501,7.7129,3.2047,7.1616,0,2.5358,3.1832,1.3028,2.3574,1.9182,1.6000,1.6000,0.3377,0,2.0011,0.7116,1.5293,1.5000,1.5415,1.2150,1.1988,0.3000,0.8149,1.5376,0.5661,0.5138,0.5439,0.4022,0.3402,0.4196,1.0637,0.2073,0.2962,0.5000,0.0709,0.0272,0.0687,0.2783,0.0667,0.0084,0.0547,0.0074,0.0452,0.1126,0.0855,0.0201,0.0122,0.0145,0.0425,0.0081,0.0081,0.0235,0.0185,0.0293,0.0293,0.0206,0.0011,0.0002 +2016-12-31,10.5124,22.9209,21.3729,12.2717,18.0378,3.4228,7.1245,1.6568,2.8769,1.1987,5.9391,3.1008,4.7517,0.0393,1.3368,5.7653,0.4629,3.6228,1.4976,1.6000,1.3809,0,3.6187,0.3000,2.4478,1.5000,1.5000,0.9582,1.3489,1.2000,0.3038,0.7013,1.1610,0,0.4075,0.1307,0,0.9523,0,0,0.0080,0.7438,0.3073,0.5116,0.5497,0.5239,0,0.1649,0.0405,0.0250,0,0.0459,0.0270,0.0090,0,0.0122,0.0478,0.0144,0.0081,0.0081,0,0.0147,0,0,0.0102,0,0.0004 +2017-01-01,0,2.4699,11.6497,5.1025,1.6458,0,4.8686,0,1.3067,1.5843,0,3.0692,0.2646,9.9375,0,0,0,0.6592,1.0281,1.3472,0.3871,0,1.8628,0.0631,1.9640,0.1648,1.1879,0,0.5890,1.0032,0.4200,0.1238,0,0,0,0.9068,0,0.2147,0.0036,0,0,0.0367,0,0.0119,0.0593,0.0223,0,0.1277,0.4221,0.0479,0,0,0.0018,0,0,0.0121,0,0,0.0081,0.0081,0,0,0,0,0,0,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/timeseries-Month-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/timeseries-Month-cd.csv index ce1fdd099f..0e8eb4d894 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/timeseries-Month-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/timeseries-Month-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[aytinis] Screwdriver CPU Utilization (%)","[meapi] Screwdriver CPU Utilization (%)","[moorh] Screwdriver CPU Utilization (%)","[garwa] Screwdriver CPU Utilization (%)","[honbu] Screwdriver CPU Utilization (%)","[egygo] Screwdriver CPU Utilization (%)","[crane] Screwdriver CPU Utilization (%)","[smew1] Screwdriver CPU Utilization (%)","[lapwi] Screwdriver CPU Utilization (%)","[turdo] Screwdriver CPU Utilization (%)","[reebu] Screwdriver CPU Utilization (%)","[duswa] Screwdriver CPU Utilization (%)","[sposa] Screwdriver CPU Utilization (%)","[caspl] Screwdriver CPU Utilization (%)","[chaff] Screwdriver CPU Utilization (%)","[sarwa] Screwdriver CPU Utilization (%)","[sancr] Screwdriver CPU Utilization (%)","[legsh] Screwdriver CPU Utilization (%)","[siski] Screwdriver CPU Utilization (%)","[shttr] Screwdriver CPU Utilization (%)","[ovenb] Screwdriver CPU Utilization (%)","[velsc] Screwdriver CPU Utilization (%)","[whtsp] Screwdriver CPU Utilization (%)","[misth] Screwdriver CPU Utilization (%)","[whimb] Screwdriver CPU Utilization (%)","[pereg] Screwdriver CPU Utilization (%)","[yebsa] Screwdriver CPU Utilization (%)","[ferdu] Screwdriver CPU Utilization (%)","[noror] Screwdriver CPU Utilization (%)","[hoowa] Screwdriver CPU Utilization (%)","[corsh] Screwdriver CPU Utilization (%)","[shag1] Screwdriver CPU Utilization (%)","[swath] Screwdriver CPU Utilization (%)","[whtpl] Screwdriver CPU Utilization (%)","[ybsbu] Screwdriver CPU Utilization (%)","[dunli] Screwdriver CPU Utilization (%)","[vertera] Screwdriver CPU Utilization (%)","[yebwa] Screwdriver CPU Utilization (%)","[gloib] Screwdriver CPU Utilization (%)","[evegr] Screwdriver CPU Utilization (%)","[grath] Screwdriver CPU Utilization (%)","[yebbu] Screwdriver CPU Utilization (%)","[boowa] Screwdriver CPU Utilization (%)","[alpsw] Screwdriver CPU Utilization (%)","[litau] Screwdriver CPU Utilization (%)","[rolle] Screwdriver CPU Utilization (%)","[pibgr] Screwdriver CPU Utilization (%)","[field] Screwdriver CPU Utilization (%)","[lanhach] Screwdriver CPU Utilization (%)","[lesre] Screwdriver CPU Utilization (%)","[sante] Screwdriver CPU Utilization (%)","[sogsh] Screwdriver CPU Utilization (%)","[jackd] Screwdriver CPU Utilization (%)","[henha] Screwdriver CPU Utilization (%)","[mamwa] Screwdriver CPU Utilization (%)","[blhbu] Screwdriver CPU Utilization (%)","[grgsh] Screwdriver CPU Utilization (%)","[proubis] Screwdriver CPU Utilization (%)","[categ] Screwdriver CPU Utilization (%)","[coot1] Screwdriver CPU Utilization (%)","[ribgu] Screwdriver CPU Utilization (%)","[allga] Screwdriver CPU Utilization (%)","[crama] Screwdriver CPU Utilization (%)","[litst] Screwdriver CPU Utilization (%)","[relpa] Screwdriver CPU Utilization (%)","[savsp] Screwdriver CPU Utilization (%)" -2016-12,24.7215,7.5055,2.9073,5.1957,2.9884,2.9461,0.7708,0.9579,0.7344,0.9095,0.9375,0.6826,0.6211,0.0066,0.6653,0.5386,0.6623,0.4474,0.4377,0.3760,0.5918,0.3548,0.1809,0.2676,0.1580,0.2247,0.2857,0.1594,0.2913,0.2012,0.1324,0.1498,0.1522,0.0828,0.1583,0.0337,0.0646,0.0751,0.1667,0.0588,0.0673,0.0677,0.0532,0.0577,0.0318,0.0296,0.0261,0.0211,0.0039,0.0183,0.0166,0.0070,0.0152,0.0053,0.0038,0.0031,0.0028,0.0049,0.0032,0.0032,0.0017,0.0015,0.0039,0.0017,0.0001,0.0001 -2017-01,0,0.0797,0.3758,0.1646,0.0531,0,0.1571,0,0.0422,0.0990,0.0511,0,0.0085,0.3206,0.0435,0.0213,0,0,0,0.0332,0.0125,0,0.0601,0.0020,0.0634,0.0053,0.0190,0.0383,0.0135,0,0.0324,0.0040,0,0,0,0.0293,0.0069,0.0001,0,0,0.0012,0,0,0.0019,0.0004,0.0007,0,0.0041,0.0136,0.0015,0,0.0001,0,0,0,0,0,0.0004,0.0003,0.0003,0,0,0,0,0,0.0000 +Month,"[aytinis] Screwdriver CPU Utilization (%)","[meapi] Screwdriver CPU Utilization (%)","[moorh] Screwdriver CPU Utilization (%)","[garwa] Screwdriver CPU Utilization (%)","[honbu] Screwdriver CPU Utilization (%)","[egygo] Screwdriver CPU Utilization (%)","[crane] Screwdriver CPU Utilization (%)","[smew1] Screwdriver CPU Utilization (%)","[lapwi] Screwdriver CPU Utilization (%)","[turdo] Screwdriver CPU Utilization (%)","[reebu] Screwdriver CPU Utilization (%)","[duswa] Screwdriver CPU Utilization (%)","[sposa] Screwdriver CPU Utilization (%)","[caspl] Screwdriver CPU Utilization (%)","[chaff] Screwdriver CPU Utilization (%)","[sarwa] Screwdriver CPU Utilization (%)","[sancr] Screwdriver CPU Utilization (%)","[legsh] Screwdriver CPU Utilization (%)","[siski] Screwdriver CPU Utilization (%)","[shttr] Screwdriver CPU Utilization (%)","[ovenb] Screwdriver CPU Utilization (%)","[velsc] Screwdriver CPU Utilization (%)","[whtsp] Screwdriver CPU Utilization (%)","[misth] Screwdriver CPU Utilization (%)","[whimb] Screwdriver CPU Utilization (%)","[pereg] Screwdriver CPU Utilization (%)","[yebsa] Screwdriver CPU Utilization (%)","[ferdu] Screwdriver CPU Utilization (%)","[noror] Screwdriver CPU Utilization (%)","[hoowa] Screwdriver CPU Utilization (%)","[corsh] Screwdriver CPU Utilization (%)","[shag1] Screwdriver CPU Utilization (%)","[swath] Screwdriver CPU Utilization (%)","[whtpl] Screwdriver CPU Utilization (%)","[ybsbu] Screwdriver CPU Utilization (%)","[dunli] Screwdriver CPU Utilization (%)","[vertera] Screwdriver CPU Utilization (%)","[yebwa] Screwdriver CPU Utilization (%)","[gloib] Screwdriver CPU Utilization (%)","[evegr] Screwdriver CPU Utilization (%)","[grath] Screwdriver CPU Utilization (%)","[yebbu] Screwdriver CPU Utilization (%)","[boowa] Screwdriver CPU Utilization (%)","[alpsw] Screwdriver CPU Utilization (%)","[litau] Screwdriver CPU Utilization (%)","[rolle] Screwdriver CPU Utilization (%)","[pibgr] Screwdriver CPU Utilization (%)","[field] Screwdriver CPU Utilization (%)","[lanhach] Screwdriver CPU Utilization (%)","[lesre] Screwdriver CPU Utilization (%)","[sante] Screwdriver CPU Utilization (%)","[sogsh] Screwdriver CPU Utilization (%)","[jackd] Screwdriver CPU Utilization (%)","[henha] Screwdriver CPU Utilization (%)","[mamwa] Screwdriver CPU Utilization (%)","[blhbu] Screwdriver CPU Utilization (%)","[grgsh] Screwdriver CPU Utilization (%)","[proubis] Screwdriver CPU Utilization (%)","[categ] Screwdriver CPU Utilization (%)","[coot1] Screwdriver CPU Utilization (%)","[ribgu] Screwdriver CPU Utilization (%)","[allga] Screwdriver CPU Utilization (%)","[crama] Screwdriver CPU Utilization (%)","[hardu] Screwdriver CPU Utilization (%)","[litst] Screwdriver CPU Utilization (%)","[relpa] Screwdriver CPU Utilization (%)","[savsp] Screwdriver CPU Utilization (%)" +2016-12,24.7215,7.5055,2.9073,5.1957,2.9884,2.9461,0.7708,0.9579,0.7344,0.9095,0.9375,0.6826,0.6211,0.0066,0.6653,0.5386,0.6623,0.4474,0.4377,0.3760,0.5918,0.3548,0.1809,0.2676,0.1580,0.2247,0.2857,0.1594,0.2913,0.2012,0.1324,0.1498,0.1522,0.0828,0.1583,0.0337,0.0646,0.0751,0.1667,0.0588,0.0673,0.0677,0.0532,0.0577,0.0318,0.0296,0.0261,0.0211,0.0039,0.0183,0.0166,0.0070,0.0152,0.0053,0.0038,0.0031,0.0028,0.0049,0.0032,0.0032,0.0017,0.0015,0.0039,0.0015,0.0017,0.0001,0.0001 +2017-01,0,0.0797,0.3758,0.1646,0.0531,0,0.1571,0,0.0422,0.0990,0.0511,0,0.0085,0.3206,0.0435,0.0213,0,0,0,0.0332,0.0125,0,0.0601,0.0020,0.0634,0.0053,0.0190,0.0383,0.0135,0,0.0324,0.0040,0,0,0,0.0293,0.0069,0.0001,0,0,0.0012,0,0,0.0019,0.0004,0.0007,0,0.0041,0.0136,0.0015,0,0.0001,0,0,0,0,0,0.0004,0.0003,0.0003,0,0,0,0,0,0,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/timeseries-Month-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/timeseries-Month-cs.csv index ce1fdd099f..0e8eb4d894 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/timeseries-Month-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/timeseries-Month-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[aytinis] Screwdriver CPU Utilization (%)","[meapi] Screwdriver CPU Utilization (%)","[moorh] Screwdriver CPU Utilization (%)","[garwa] Screwdriver CPU Utilization (%)","[honbu] Screwdriver CPU Utilization (%)","[egygo] Screwdriver CPU Utilization (%)","[crane] Screwdriver CPU Utilization (%)","[smew1] Screwdriver CPU Utilization (%)","[lapwi] Screwdriver CPU Utilization (%)","[turdo] Screwdriver CPU Utilization (%)","[reebu] Screwdriver CPU Utilization (%)","[duswa] Screwdriver CPU Utilization (%)","[sposa] Screwdriver CPU Utilization (%)","[caspl] Screwdriver CPU Utilization (%)","[chaff] Screwdriver CPU Utilization (%)","[sarwa] Screwdriver CPU Utilization (%)","[sancr] Screwdriver CPU Utilization (%)","[legsh] Screwdriver CPU Utilization (%)","[siski] Screwdriver CPU Utilization (%)","[shttr] Screwdriver CPU Utilization (%)","[ovenb] Screwdriver CPU Utilization (%)","[velsc] Screwdriver CPU Utilization (%)","[whtsp] Screwdriver CPU Utilization (%)","[misth] Screwdriver CPU Utilization (%)","[whimb] Screwdriver CPU Utilization (%)","[pereg] Screwdriver CPU Utilization (%)","[yebsa] Screwdriver CPU Utilization (%)","[ferdu] Screwdriver CPU Utilization (%)","[noror] Screwdriver CPU Utilization (%)","[hoowa] Screwdriver CPU Utilization (%)","[corsh] Screwdriver CPU Utilization (%)","[shag1] Screwdriver CPU Utilization (%)","[swath] Screwdriver CPU Utilization (%)","[whtpl] Screwdriver CPU Utilization (%)","[ybsbu] Screwdriver CPU Utilization (%)","[dunli] Screwdriver CPU Utilization (%)","[vertera] Screwdriver CPU Utilization (%)","[yebwa] Screwdriver CPU Utilization (%)","[gloib] Screwdriver CPU Utilization (%)","[evegr] Screwdriver CPU Utilization (%)","[grath] Screwdriver CPU Utilization (%)","[yebbu] Screwdriver CPU Utilization (%)","[boowa] Screwdriver CPU Utilization (%)","[alpsw] Screwdriver CPU Utilization (%)","[litau] Screwdriver CPU Utilization (%)","[rolle] Screwdriver CPU Utilization (%)","[pibgr] Screwdriver CPU Utilization (%)","[field] Screwdriver CPU Utilization (%)","[lanhach] Screwdriver CPU Utilization (%)","[lesre] Screwdriver CPU Utilization (%)","[sante] Screwdriver CPU Utilization (%)","[sogsh] Screwdriver CPU Utilization (%)","[jackd] Screwdriver CPU Utilization (%)","[henha] Screwdriver CPU Utilization (%)","[mamwa] Screwdriver CPU Utilization (%)","[blhbu] Screwdriver CPU Utilization (%)","[grgsh] Screwdriver CPU Utilization (%)","[proubis] Screwdriver CPU Utilization (%)","[categ] Screwdriver CPU Utilization (%)","[coot1] Screwdriver CPU Utilization (%)","[ribgu] Screwdriver CPU Utilization (%)","[allga] Screwdriver CPU Utilization (%)","[crama] Screwdriver CPU Utilization (%)","[litst] Screwdriver CPU Utilization (%)","[relpa] Screwdriver CPU Utilization (%)","[savsp] Screwdriver CPU Utilization (%)" -2016-12,24.7215,7.5055,2.9073,5.1957,2.9884,2.9461,0.7708,0.9579,0.7344,0.9095,0.9375,0.6826,0.6211,0.0066,0.6653,0.5386,0.6623,0.4474,0.4377,0.3760,0.5918,0.3548,0.1809,0.2676,0.1580,0.2247,0.2857,0.1594,0.2913,0.2012,0.1324,0.1498,0.1522,0.0828,0.1583,0.0337,0.0646,0.0751,0.1667,0.0588,0.0673,0.0677,0.0532,0.0577,0.0318,0.0296,0.0261,0.0211,0.0039,0.0183,0.0166,0.0070,0.0152,0.0053,0.0038,0.0031,0.0028,0.0049,0.0032,0.0032,0.0017,0.0015,0.0039,0.0017,0.0001,0.0001 -2017-01,0,0.0797,0.3758,0.1646,0.0531,0,0.1571,0,0.0422,0.0990,0.0511,0,0.0085,0.3206,0.0435,0.0213,0,0,0,0.0332,0.0125,0,0.0601,0.0020,0.0634,0.0053,0.0190,0.0383,0.0135,0,0.0324,0.0040,0,0,0,0.0293,0.0069,0.0001,0,0,0.0012,0,0,0.0019,0.0004,0.0007,0,0.0041,0.0136,0.0015,0,0.0001,0,0,0,0,0,0.0004,0.0003,0.0003,0,0,0,0,0,0.0000 +Month,"[aytinis] Screwdriver CPU Utilization (%)","[meapi] Screwdriver CPU Utilization (%)","[moorh] Screwdriver CPU Utilization (%)","[garwa] Screwdriver CPU Utilization (%)","[honbu] Screwdriver CPU Utilization (%)","[egygo] Screwdriver CPU Utilization (%)","[crane] Screwdriver CPU Utilization (%)","[smew1] Screwdriver CPU Utilization (%)","[lapwi] Screwdriver CPU Utilization (%)","[turdo] Screwdriver CPU Utilization (%)","[reebu] Screwdriver CPU Utilization (%)","[duswa] Screwdriver CPU Utilization (%)","[sposa] Screwdriver CPU Utilization (%)","[caspl] Screwdriver CPU Utilization (%)","[chaff] Screwdriver CPU Utilization (%)","[sarwa] Screwdriver CPU Utilization (%)","[sancr] Screwdriver CPU Utilization (%)","[legsh] Screwdriver CPU Utilization (%)","[siski] Screwdriver CPU Utilization (%)","[shttr] Screwdriver CPU Utilization (%)","[ovenb] Screwdriver CPU Utilization (%)","[velsc] Screwdriver CPU Utilization (%)","[whtsp] Screwdriver CPU Utilization (%)","[misth] Screwdriver CPU Utilization (%)","[whimb] Screwdriver CPU Utilization (%)","[pereg] Screwdriver CPU Utilization (%)","[yebsa] Screwdriver CPU Utilization (%)","[ferdu] Screwdriver CPU Utilization (%)","[noror] Screwdriver CPU Utilization (%)","[hoowa] Screwdriver CPU Utilization (%)","[corsh] Screwdriver CPU Utilization (%)","[shag1] Screwdriver CPU Utilization (%)","[swath] Screwdriver CPU Utilization (%)","[whtpl] Screwdriver CPU Utilization (%)","[ybsbu] Screwdriver CPU Utilization (%)","[dunli] Screwdriver CPU Utilization (%)","[vertera] Screwdriver CPU Utilization (%)","[yebwa] Screwdriver CPU Utilization (%)","[gloib] Screwdriver CPU Utilization (%)","[evegr] Screwdriver CPU Utilization (%)","[grath] Screwdriver CPU Utilization (%)","[yebbu] Screwdriver CPU Utilization (%)","[boowa] Screwdriver CPU Utilization (%)","[alpsw] Screwdriver CPU Utilization (%)","[litau] Screwdriver CPU Utilization (%)","[rolle] Screwdriver CPU Utilization (%)","[pibgr] Screwdriver CPU Utilization (%)","[field] Screwdriver CPU Utilization (%)","[lanhach] Screwdriver CPU Utilization (%)","[lesre] Screwdriver CPU Utilization (%)","[sante] Screwdriver CPU Utilization (%)","[sogsh] Screwdriver CPU Utilization (%)","[jackd] Screwdriver CPU Utilization (%)","[henha] Screwdriver CPU Utilization (%)","[mamwa] Screwdriver CPU Utilization (%)","[blhbu] Screwdriver CPU Utilization (%)","[grgsh] Screwdriver CPU Utilization (%)","[proubis] Screwdriver CPU Utilization (%)","[categ] Screwdriver CPU Utilization (%)","[coot1] Screwdriver CPU Utilization (%)","[ribgu] Screwdriver CPU Utilization (%)","[allga] Screwdriver CPU Utilization (%)","[crama] Screwdriver CPU Utilization (%)","[hardu] Screwdriver CPU Utilization (%)","[litst] Screwdriver CPU Utilization (%)","[relpa] Screwdriver CPU Utilization (%)","[savsp] Screwdriver CPU Utilization (%)" +2016-12,24.7215,7.5055,2.9073,5.1957,2.9884,2.9461,0.7708,0.9579,0.7344,0.9095,0.9375,0.6826,0.6211,0.0066,0.6653,0.5386,0.6623,0.4474,0.4377,0.3760,0.5918,0.3548,0.1809,0.2676,0.1580,0.2247,0.2857,0.1594,0.2913,0.2012,0.1324,0.1498,0.1522,0.0828,0.1583,0.0337,0.0646,0.0751,0.1667,0.0588,0.0673,0.0677,0.0532,0.0577,0.0318,0.0296,0.0261,0.0211,0.0039,0.0183,0.0166,0.0070,0.0152,0.0053,0.0038,0.0031,0.0028,0.0049,0.0032,0.0032,0.0017,0.0015,0.0039,0.0015,0.0017,0.0001,0.0001 +2017-01,0,0.0797,0.3758,0.1646,0.0531,0,0.1571,0,0.0422,0.0990,0.0511,0,0.0085,0.3206,0.0435,0.0213,0,0,0,0.0332,0.0125,0,0.0601,0.0020,0.0634,0.0053,0.0190,0.0383,0.0135,0,0.0324,0.0040,0,0,0,0.0293,0.0069,0.0001,0,0,0.0012,0,0,0.0019,0.0004,0.0007,0,0.0041,0.0136,0.0015,0,0.0001,0,0,0,0,0,0.0004,0.0003,0.0003,0,0,0,0,0,0,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/timeseries-Quarter-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/timeseries-Quarter-cd.csv index cd4a2a2bc9..0e819f7ca8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/timeseries-Quarter-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/timeseries-Quarter-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[meapi] Screwdriver CPU Utilization (%)","[aytinis] Screwdriver CPU Utilization (%)","[moorh] Screwdriver CPU Utilization (%)","[garwa] Screwdriver CPU Utilization (%)","[honbu] Screwdriver CPU Utilization (%)","[crane] Screwdriver CPU Utilization (%)","[smew1] Screwdriver CPU Utilization (%)","[egygo] Screwdriver CPU Utilization (%)","[lapwi] Screwdriver CPU Utilization (%)","[turdo] Screwdriver CPU Utilization (%)","[duswa] Screwdriver CPU Utilization (%)","[reebu] Screwdriver CPU Utilization (%)","[sposa] Screwdriver CPU Utilization (%)","[caspl] Screwdriver CPU Utilization (%)","[sarwa] Screwdriver CPU Utilization (%)","[legsh] Screwdriver CPU Utilization (%)","[chaff] Screwdriver CPU Utilization (%)","[siski] Screwdriver CPU Utilization (%)","[sancr] Screwdriver CPU Utilization (%)","[shttr] Screwdriver CPU Utilization (%)","[ovenb] Screwdriver CPU Utilization (%)","[velsc] Screwdriver CPU Utilization (%)","[whtsp] Screwdriver CPU Utilization (%)","[misth] Screwdriver CPU Utilization (%)","[whimb] Screwdriver CPU Utilization (%)","[pereg] Screwdriver CPU Utilization (%)","[ferdu] Screwdriver CPU Utilization (%)","[yebsa] Screwdriver CPU Utilization (%)","[hoowa] Screwdriver CPU Utilization (%)","[noror] Screwdriver CPU Utilization (%)","[corsh] Screwdriver CPU Utilization (%)","[shag1] Screwdriver CPU Utilization (%)","[swath] Screwdriver CPU Utilization (%)","[whtpl] Screwdriver CPU Utilization (%)","[dunli] Screwdriver CPU Utilization (%)","[vertera] Screwdriver CPU Utilization (%)","[yebwa] Screwdriver CPU Utilization (%)","[ybsbu] Screwdriver CPU Utilization (%)","[evegr] Screwdriver CPU Utilization (%)","[gloib] Screwdriver CPU Utilization (%)","[grath] Screwdriver CPU Utilization (%)","[yebbu] Screwdriver CPU Utilization (%)","[boowa] Screwdriver CPU Utilization (%)","[alpsw] Screwdriver CPU Utilization (%)","[litau] Screwdriver CPU Utilization (%)","[rolle] Screwdriver CPU Utilization (%)","[pibgr] Screwdriver CPU Utilization (%)","[field] Screwdriver CPU Utilization (%)","[lanhach] Screwdriver CPU Utilization (%)","[sante] Screwdriver CPU Utilization (%)","[lesre] Screwdriver CPU Utilization (%)","[sogsh] Screwdriver CPU Utilization (%)","[henha] Screwdriver CPU Utilization (%)","[jackd] Screwdriver CPU Utilization (%)","[mamwa] Screwdriver CPU Utilization (%)","[blhbu] Screwdriver CPU Utilization (%)","[grgsh] Screwdriver CPU Utilization (%)","[proubis] Screwdriver CPU Utilization (%)","[allga] Screwdriver CPU Utilization (%)","[categ] Screwdriver CPU Utilization (%)","[coot1] Screwdriver CPU Utilization (%)","[ribgu] Screwdriver CPU Utilization (%)","[crama] Screwdriver CPU Utilization (%)","[litst] Screwdriver CPU Utilization (%)","[relpa] Screwdriver CPU Utilization (%)","[savsp] Screwdriver CPU Utilization (%)" -"2016 Q4",7.5055,24.7215,2.9073,5.1957,2.9884,0.7708,0.9579,2.9461,0.7344,0.9095,0.6826,0.9375,0.6211,0.0066,0.5386,0.4474,0.6653,0.4377,0.6623,0.3760,0.5918,0.3548,0.1809,0.2676,0.1580,0.2247,0.1594,0.2857,0.2012,0.2913,0.1324,0.1498,0.1522,0.0828,0.0337,0.0646,0.0751,0.1583,0.0588,0.1667,0.0673,0.0677,0.0532,0.0577,0.0318,0.0296,0.0261,0.0211,0.0039,0.0166,0.0183,0.0070,0.0053,0.0152,0.0038,0.0031,0.0028,0.0049,0.0015,0.0032,0.0032,0.0017,0.0039,0.0017,0.0001,0.0001 -"2017 Q1",0.0274,0,0.1294,0.0567,0.0183,0.0541,0,0,0.0145,0.0341,0,0.0176,0.0029,0.1104,0.0073,0,0.0150,0,0,0.0114,0.0043,0,0.0207,0.0007,0.0218,0.0018,0.0132,0.0065,0,0.0047,0.0111,0.0014,0,0,0.0101,0.0024,0.0000,0,0,0,0.0004,0,0,0.0007,0.0001,0.0002,0,0.0014,0.0047,0,0.0005,0.0000,0,0,0,0,0,0.0001,0,0.0001,0.0001,0,0,0,0,0.0000 +Quarter,"[meapi] Screwdriver CPU Utilization (%)","[aytinis] Screwdriver CPU Utilization (%)","[moorh] Screwdriver CPU Utilization (%)","[garwa] Screwdriver CPU Utilization (%)","[honbu] Screwdriver CPU Utilization (%)","[crane] Screwdriver CPU Utilization (%)","[smew1] Screwdriver CPU Utilization (%)","[egygo] Screwdriver CPU Utilization (%)","[lapwi] Screwdriver CPU Utilization (%)","[turdo] Screwdriver CPU Utilization (%)","[duswa] Screwdriver CPU Utilization (%)","[reebu] Screwdriver CPU Utilization (%)","[sposa] Screwdriver CPU Utilization (%)","[caspl] Screwdriver CPU Utilization (%)","[sarwa] Screwdriver CPU Utilization (%)","[legsh] Screwdriver CPU Utilization (%)","[chaff] Screwdriver CPU Utilization (%)","[siski] Screwdriver CPU Utilization (%)","[sancr] Screwdriver CPU Utilization (%)","[shttr] Screwdriver CPU Utilization (%)","[ovenb] Screwdriver CPU Utilization (%)","[velsc] Screwdriver CPU Utilization (%)","[whtsp] Screwdriver CPU Utilization (%)","[misth] Screwdriver CPU Utilization (%)","[whimb] Screwdriver CPU Utilization (%)","[pereg] Screwdriver CPU Utilization (%)","[ferdu] Screwdriver CPU Utilization (%)","[yebsa] Screwdriver CPU Utilization (%)","[hoowa] Screwdriver CPU Utilization (%)","[noror] Screwdriver CPU Utilization (%)","[corsh] Screwdriver CPU Utilization (%)","[shag1] Screwdriver CPU Utilization (%)","[swath] Screwdriver CPU Utilization (%)","[whtpl] Screwdriver CPU Utilization (%)","[dunli] Screwdriver CPU Utilization (%)","[vertera] Screwdriver CPU Utilization (%)","[yebwa] Screwdriver CPU Utilization (%)","[ybsbu] Screwdriver CPU Utilization (%)","[evegr] Screwdriver CPU Utilization (%)","[gloib] Screwdriver CPU Utilization (%)","[grath] Screwdriver CPU Utilization (%)","[yebbu] Screwdriver CPU Utilization (%)","[boowa] Screwdriver CPU Utilization (%)","[alpsw] Screwdriver CPU Utilization (%)","[litau] Screwdriver CPU Utilization (%)","[rolle] Screwdriver CPU Utilization (%)","[pibgr] Screwdriver CPU Utilization (%)","[field] Screwdriver CPU Utilization (%)","[lanhach] Screwdriver CPU Utilization (%)","[sante] Screwdriver CPU Utilization (%)","[lesre] Screwdriver CPU Utilization (%)","[sogsh] Screwdriver CPU Utilization (%)","[henha] Screwdriver CPU Utilization (%)","[jackd] Screwdriver CPU Utilization (%)","[mamwa] Screwdriver CPU Utilization (%)","[blhbu] Screwdriver CPU Utilization (%)","[grgsh] Screwdriver CPU Utilization (%)","[proubis] Screwdriver CPU Utilization (%)","[allga] Screwdriver CPU Utilization (%)","[categ] Screwdriver CPU Utilization (%)","[coot1] Screwdriver CPU Utilization (%)","[hardu] Screwdriver CPU Utilization (%)","[ribgu] Screwdriver CPU Utilization (%)","[crama] Screwdriver CPU Utilization (%)","[litst] Screwdriver CPU Utilization (%)","[relpa] Screwdriver CPU Utilization (%)","[savsp] Screwdriver CPU Utilization (%)" +"2016 Q4",7.5055,24.7215,2.9073,5.1957,2.9884,0.7708,0.9579,2.9461,0.7344,0.9095,0.6826,0.9375,0.6211,0.0066,0.5386,0.4474,0.6653,0.4377,0.6623,0.3760,0.5918,0.3548,0.1809,0.2676,0.1580,0.2247,0.1594,0.2857,0.2012,0.2913,0.1324,0.1498,0.1522,0.0828,0.0337,0.0646,0.0751,0.1583,0.0588,0.1667,0.0673,0.0677,0.0532,0.0577,0.0318,0.0296,0.0261,0.0211,0.0039,0.0166,0.0183,0.0070,0.0053,0.0152,0.0038,0.0031,0.0028,0.0049,0.0015,0.0032,0.0032,0.0015,0.0017,0.0039,0.0017,0.0001,0.0001 +"2017 Q1",0.0274,0,0.1294,0.0567,0.0183,0.0541,0,0,0.0145,0.0341,0,0.0176,0.0029,0.1104,0.0073,0,0.0150,0,0,0.0114,0.0043,0,0.0207,0.0007,0.0218,0.0018,0.0132,0.0065,0,0.0047,0.0111,0.0014,0,0,0.0101,0.0024,0.0000,0,0,0,0.0004,0,0,0.0007,0.0001,0.0002,0,0.0014,0.0047,0,0.0005,0.0000,0,0,0,0,0,0.0001,0,0.0001,0.0001,0,0,0,0,0,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/timeseries-Quarter-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/timeseries-Quarter-cs.csv index cd4a2a2bc9..0e819f7ca8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/timeseries-Quarter-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/timeseries-Quarter-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[meapi] Screwdriver CPU Utilization (%)","[aytinis] Screwdriver CPU Utilization (%)","[moorh] Screwdriver CPU Utilization (%)","[garwa] Screwdriver CPU Utilization (%)","[honbu] Screwdriver CPU Utilization (%)","[crane] Screwdriver CPU Utilization (%)","[smew1] Screwdriver CPU Utilization (%)","[egygo] Screwdriver CPU Utilization (%)","[lapwi] Screwdriver CPU Utilization (%)","[turdo] Screwdriver CPU Utilization (%)","[duswa] Screwdriver CPU Utilization (%)","[reebu] Screwdriver CPU Utilization (%)","[sposa] Screwdriver CPU Utilization (%)","[caspl] Screwdriver CPU Utilization (%)","[sarwa] Screwdriver CPU Utilization (%)","[legsh] Screwdriver CPU Utilization (%)","[chaff] Screwdriver CPU Utilization (%)","[siski] Screwdriver CPU Utilization (%)","[sancr] Screwdriver CPU Utilization (%)","[shttr] Screwdriver CPU Utilization (%)","[ovenb] Screwdriver CPU Utilization (%)","[velsc] Screwdriver CPU Utilization (%)","[whtsp] Screwdriver CPU Utilization (%)","[misth] Screwdriver CPU Utilization (%)","[whimb] Screwdriver CPU Utilization (%)","[pereg] Screwdriver CPU Utilization (%)","[ferdu] Screwdriver CPU Utilization (%)","[yebsa] Screwdriver CPU Utilization (%)","[hoowa] Screwdriver CPU Utilization (%)","[noror] Screwdriver CPU Utilization (%)","[corsh] Screwdriver CPU Utilization (%)","[shag1] Screwdriver CPU Utilization (%)","[swath] Screwdriver CPU Utilization (%)","[whtpl] Screwdriver CPU Utilization (%)","[dunli] Screwdriver CPU Utilization (%)","[vertera] Screwdriver CPU Utilization (%)","[yebwa] Screwdriver CPU Utilization (%)","[ybsbu] Screwdriver CPU Utilization (%)","[evegr] Screwdriver CPU Utilization (%)","[gloib] Screwdriver CPU Utilization (%)","[grath] Screwdriver CPU Utilization (%)","[yebbu] Screwdriver CPU Utilization (%)","[boowa] Screwdriver CPU Utilization (%)","[alpsw] Screwdriver CPU Utilization (%)","[litau] Screwdriver CPU Utilization (%)","[rolle] Screwdriver CPU Utilization (%)","[pibgr] Screwdriver CPU Utilization (%)","[field] Screwdriver CPU Utilization (%)","[lanhach] Screwdriver CPU Utilization (%)","[sante] Screwdriver CPU Utilization (%)","[lesre] Screwdriver CPU Utilization (%)","[sogsh] Screwdriver CPU Utilization (%)","[henha] Screwdriver CPU Utilization (%)","[jackd] Screwdriver CPU Utilization (%)","[mamwa] Screwdriver CPU Utilization (%)","[blhbu] Screwdriver CPU Utilization (%)","[grgsh] Screwdriver CPU Utilization (%)","[proubis] Screwdriver CPU Utilization (%)","[allga] Screwdriver CPU Utilization (%)","[categ] Screwdriver CPU Utilization (%)","[coot1] Screwdriver CPU Utilization (%)","[ribgu] Screwdriver CPU Utilization (%)","[crama] Screwdriver CPU Utilization (%)","[litst] Screwdriver CPU Utilization (%)","[relpa] Screwdriver CPU Utilization (%)","[savsp] Screwdriver CPU Utilization (%)" -"2016 Q4",7.5055,24.7215,2.9073,5.1957,2.9884,0.7708,0.9579,2.9461,0.7344,0.9095,0.6826,0.9375,0.6211,0.0066,0.5386,0.4474,0.6653,0.4377,0.6623,0.3760,0.5918,0.3548,0.1809,0.2676,0.1580,0.2247,0.1594,0.2857,0.2012,0.2913,0.1324,0.1498,0.1522,0.0828,0.0337,0.0646,0.0751,0.1583,0.0588,0.1667,0.0673,0.0677,0.0532,0.0577,0.0318,0.0296,0.0261,0.0211,0.0039,0.0166,0.0183,0.0070,0.0053,0.0152,0.0038,0.0031,0.0028,0.0049,0.0015,0.0032,0.0032,0.0017,0.0039,0.0017,0.0001,0.0001 -"2017 Q1",0.0274,0,0.1294,0.0567,0.0183,0.0541,0,0,0.0145,0.0341,0,0.0176,0.0029,0.1104,0.0073,0,0.0150,0,0,0.0114,0.0043,0,0.0207,0.0007,0.0218,0.0018,0.0132,0.0065,0,0.0047,0.0111,0.0014,0,0,0.0101,0.0024,0.0000,0,0,0,0.0004,0,0,0.0007,0.0001,0.0002,0,0.0014,0.0047,0,0.0005,0.0000,0,0,0,0,0,0.0001,0,0.0001,0.0001,0,0,0,0,0.0000 +Quarter,"[meapi] Screwdriver CPU Utilization (%)","[aytinis] Screwdriver CPU Utilization (%)","[moorh] Screwdriver CPU Utilization (%)","[garwa] Screwdriver CPU Utilization (%)","[honbu] Screwdriver CPU Utilization (%)","[crane] Screwdriver CPU Utilization (%)","[smew1] Screwdriver CPU Utilization (%)","[egygo] Screwdriver CPU Utilization (%)","[lapwi] Screwdriver CPU Utilization (%)","[turdo] Screwdriver CPU Utilization (%)","[duswa] Screwdriver CPU Utilization (%)","[reebu] Screwdriver CPU Utilization (%)","[sposa] Screwdriver CPU Utilization (%)","[caspl] Screwdriver CPU Utilization (%)","[sarwa] Screwdriver CPU Utilization (%)","[legsh] Screwdriver CPU Utilization (%)","[chaff] Screwdriver CPU Utilization (%)","[siski] Screwdriver CPU Utilization (%)","[sancr] Screwdriver CPU Utilization (%)","[shttr] Screwdriver CPU Utilization (%)","[ovenb] Screwdriver CPU Utilization (%)","[velsc] Screwdriver CPU Utilization (%)","[whtsp] Screwdriver CPU Utilization (%)","[misth] Screwdriver CPU Utilization (%)","[whimb] Screwdriver CPU Utilization (%)","[pereg] Screwdriver CPU Utilization (%)","[ferdu] Screwdriver CPU Utilization (%)","[yebsa] Screwdriver CPU Utilization (%)","[hoowa] Screwdriver CPU Utilization (%)","[noror] Screwdriver CPU Utilization (%)","[corsh] Screwdriver CPU Utilization (%)","[shag1] Screwdriver CPU Utilization (%)","[swath] Screwdriver CPU Utilization (%)","[whtpl] Screwdriver CPU Utilization (%)","[dunli] Screwdriver CPU Utilization (%)","[vertera] Screwdriver CPU Utilization (%)","[yebwa] Screwdriver CPU Utilization (%)","[ybsbu] Screwdriver CPU Utilization (%)","[evegr] Screwdriver CPU Utilization (%)","[gloib] Screwdriver CPU Utilization (%)","[grath] Screwdriver CPU Utilization (%)","[yebbu] Screwdriver CPU Utilization (%)","[boowa] Screwdriver CPU Utilization (%)","[alpsw] Screwdriver CPU Utilization (%)","[litau] Screwdriver CPU Utilization (%)","[rolle] Screwdriver CPU Utilization (%)","[pibgr] Screwdriver CPU Utilization (%)","[field] Screwdriver CPU Utilization (%)","[lanhach] Screwdriver CPU Utilization (%)","[sante] Screwdriver CPU Utilization (%)","[lesre] Screwdriver CPU Utilization (%)","[sogsh] Screwdriver CPU Utilization (%)","[henha] Screwdriver CPU Utilization (%)","[jackd] Screwdriver CPU Utilization (%)","[mamwa] Screwdriver CPU Utilization (%)","[blhbu] Screwdriver CPU Utilization (%)","[grgsh] Screwdriver CPU Utilization (%)","[proubis] Screwdriver CPU Utilization (%)","[allga] Screwdriver CPU Utilization (%)","[categ] Screwdriver CPU Utilization (%)","[coot1] Screwdriver CPU Utilization (%)","[hardu] Screwdriver CPU Utilization (%)","[ribgu] Screwdriver CPU Utilization (%)","[crama] Screwdriver CPU Utilization (%)","[litst] Screwdriver CPU Utilization (%)","[relpa] Screwdriver CPU Utilization (%)","[savsp] Screwdriver CPU Utilization (%)" +"2016 Q4",7.5055,24.7215,2.9073,5.1957,2.9884,0.7708,0.9579,2.9461,0.7344,0.9095,0.6826,0.9375,0.6211,0.0066,0.5386,0.4474,0.6653,0.4377,0.6623,0.3760,0.5918,0.3548,0.1809,0.2676,0.1580,0.2247,0.1594,0.2857,0.2012,0.2913,0.1324,0.1498,0.1522,0.0828,0.0337,0.0646,0.0751,0.1583,0.0588,0.1667,0.0673,0.0677,0.0532,0.0577,0.0318,0.0296,0.0261,0.0211,0.0039,0.0166,0.0183,0.0070,0.0053,0.0152,0.0038,0.0031,0.0028,0.0049,0.0015,0.0032,0.0032,0.0015,0.0017,0.0039,0.0017,0.0001,0.0001 +"2017 Q1",0.0274,0,0.1294,0.0567,0.0183,0.0541,0,0,0.0145,0.0341,0,0.0176,0.0029,0.1104,0.0073,0,0.0150,0,0,0.0114,0.0043,0,0.0207,0.0007,0.0218,0.0018,0.0132,0.0065,0,0.0047,0.0111,0.0014,0,0,0.0101,0.0024,0.0000,0,0,0,0.0004,0,0,0.0007,0.0001,0.0002,0,0.0014,0.0047,0,0.0005,0.0000,0,0,0,0,0,0.0001,0,0.0001,0.0001,0,0,0,0,0,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/timeseries-Year-cd.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/timeseries-Year-cd.csv index 4b38ab52a0..5285f04898 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/timeseries-Year-cd.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/timeseries-Year-cd.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[meapi] Screwdriver CPU Utilization (%)","[aytinis] Screwdriver CPU Utilization (%)","[moorh] Screwdriver CPU Utilization (%)","[garwa] Screwdriver CPU Utilization (%)","[honbu] Screwdriver CPU Utilization (%)","[crane] Screwdriver CPU Utilization (%)","[smew1] Screwdriver CPU Utilization (%)","[lapwi] Screwdriver CPU Utilization (%)","[egygo] Screwdriver CPU Utilization (%)","[duswa] Screwdriver CPU Utilization (%)","[turdo] Screwdriver CPU Utilization (%)","[sposa] Screwdriver CPU Utilization (%)","[reebu] Screwdriver CPU Utilization (%)","[caspl] Screwdriver CPU Utilization (%)","[legsh] Screwdriver CPU Utilization (%)","[sarwa] Screwdriver CPU Utilization (%)","[siski] Screwdriver CPU Utilization (%)","[shttr] Screwdriver CPU Utilization (%)","[chaff] Screwdriver CPU Utilization (%)","[sancr] Screwdriver CPU Utilization (%)","[ovenb] Screwdriver CPU Utilization (%)","[velsc] Screwdriver CPU Utilization (%)","[whtsp] Screwdriver CPU Utilization (%)","[misth] Screwdriver CPU Utilization (%)","[whimb] Screwdriver CPU Utilization (%)","[pereg] Screwdriver CPU Utilization (%)","[ferdu] Screwdriver CPU Utilization (%)","[hoowa] Screwdriver CPU Utilization (%)","[yebsa] Screwdriver CPU Utilization (%)","[corsh] Screwdriver CPU Utilization (%)","[noror] Screwdriver CPU Utilization (%)","[shag1] Screwdriver CPU Utilization (%)","[swath] Screwdriver CPU Utilization (%)","[whtpl] Screwdriver CPU Utilization (%)","[dunli] Screwdriver CPU Utilization (%)","[vertera] Screwdriver CPU Utilization (%)","[yebwa] Screwdriver CPU Utilization (%)","[ybsbu] Screwdriver CPU Utilization (%)","[evegr] Screwdriver CPU Utilization (%)","[boowa] Screwdriver CPU Utilization (%)","[grath] Screwdriver CPU Utilization (%)","[yebbu] Screwdriver CPU Utilization (%)","[gloib] Screwdriver CPU Utilization (%)","[alpsw] Screwdriver CPU Utilization (%)","[litau] Screwdriver CPU Utilization (%)","[rolle] Screwdriver CPU Utilization (%)","[pibgr] Screwdriver CPU Utilization (%)","[field] Screwdriver CPU Utilization (%)","[lanhach] Screwdriver CPU Utilization (%)","[sante] Screwdriver CPU Utilization (%)","[lesre] Screwdriver CPU Utilization (%)","[sogsh] Screwdriver CPU Utilization (%)","[henha] Screwdriver CPU Utilization (%)","[blhbu] Screwdriver CPU Utilization (%)","[jackd] Screwdriver CPU Utilization (%)","[mamwa] Screwdriver CPU Utilization (%)","[allga] Screwdriver CPU Utilization (%)","[categ] Screwdriver CPU Utilization (%)","[coot1] Screwdriver CPU Utilization (%)","[crama] Screwdriver CPU Utilization (%)","[grgsh] Screwdriver CPU Utilization (%)","[litst] Screwdriver CPU Utilization (%)","[proubis] Screwdriver CPU Utilization (%)","[ribgu] Screwdriver CPU Utilization (%)","[relpa] Screwdriver CPU Utilization (%)","[savsp] Screwdriver CPU Utilization (%)" -2016,7.5055,24.7215,2.9073,5.1957,2.9884,0.7708,0.9579,0.7344,2.9461,0.6826,0.9095,0.6211,0.9375,0.0066,0.4474,0.5386,0.4377,0.3760,0.6653,0.6623,0.5918,0.3548,0.1809,0.2676,0.1580,0.2247,0.1594,0.2012,0.2857,0.1324,0.2913,0.1498,0.1522,0.0828,0.0337,0.0646,0.0751,0.1583,0.0588,0.0532,0.0673,0.0677,0.1667,0.0577,0.0318,0.0296,0.0261,0.0211,0.0039,0.0166,0.0183,0.0070,0.0053,0.0031,0.0152,0.0038,0.0015,0.0032,0.0032,0.0039,0.0028,0.0017,0.0049,0.0017,0.0001,0.0001 -2017,0.0068,0,0.0319,0.0140,0.0045,0.0133,0,0.0036,0,0,0.0084,0.0007,0.0043,0.0272,0,0.0018,0,0.0028,0.0037,0,0.0011,0,0.0051,0.0002,0.0054,0.0005,0.0033,0,0.0016,0.0027,0.0012,0.0003,0,0,0.0025,0.0006,0.0000,0,0,0,0.0001,0,0,0.0002,0.0000,0.0001,0,0.0003,0.0012,0,0.0001,0.0000,0,0,0,0,0,0.0000,0.0000,0,0,0,0.0000,0,0,0.0000 +Year,"[meapi] Screwdriver CPU Utilization (%)","[aytinis] Screwdriver CPU Utilization (%)","[moorh] Screwdriver CPU Utilization (%)","[garwa] Screwdriver CPU Utilization (%)","[honbu] Screwdriver CPU Utilization (%)","[crane] Screwdriver CPU Utilization (%)","[smew1] Screwdriver CPU Utilization (%)","[lapwi] Screwdriver CPU Utilization (%)","[egygo] Screwdriver CPU Utilization (%)","[duswa] Screwdriver CPU Utilization (%)","[turdo] Screwdriver CPU Utilization (%)","[sposa] Screwdriver CPU Utilization (%)","[reebu] Screwdriver CPU Utilization (%)","[caspl] Screwdriver CPU Utilization (%)","[legsh] Screwdriver CPU Utilization (%)","[sarwa] Screwdriver CPU Utilization (%)","[siski] Screwdriver CPU Utilization (%)","[shttr] Screwdriver CPU Utilization (%)","[chaff] Screwdriver CPU Utilization (%)","[sancr] Screwdriver CPU Utilization (%)","[ovenb] Screwdriver CPU Utilization (%)","[velsc] Screwdriver CPU Utilization (%)","[whtsp] Screwdriver CPU Utilization (%)","[misth] Screwdriver CPU Utilization (%)","[whimb] Screwdriver CPU Utilization (%)","[pereg] Screwdriver CPU Utilization (%)","[ferdu] Screwdriver CPU Utilization (%)","[hoowa] Screwdriver CPU Utilization (%)","[yebsa] Screwdriver CPU Utilization (%)","[corsh] Screwdriver CPU Utilization (%)","[noror] Screwdriver CPU Utilization (%)","[shag1] Screwdriver CPU Utilization (%)","[swath] Screwdriver CPU Utilization (%)","[whtpl] Screwdriver CPU Utilization (%)","[dunli] Screwdriver CPU Utilization (%)","[vertera] Screwdriver CPU Utilization (%)","[yebwa] Screwdriver CPU Utilization (%)","[ybsbu] Screwdriver CPU Utilization (%)","[evegr] Screwdriver CPU Utilization (%)","[boowa] Screwdriver CPU Utilization (%)","[grath] Screwdriver CPU Utilization (%)","[yebbu] Screwdriver CPU Utilization (%)","[gloib] Screwdriver CPU Utilization (%)","[alpsw] Screwdriver CPU Utilization (%)","[litau] Screwdriver CPU Utilization (%)","[rolle] Screwdriver CPU Utilization (%)","[pibgr] Screwdriver CPU Utilization (%)","[field] Screwdriver CPU Utilization (%)","[lanhach] Screwdriver CPU Utilization (%)","[sante] Screwdriver CPU Utilization (%)","[lesre] Screwdriver CPU Utilization (%)","[sogsh] Screwdriver CPU Utilization (%)","[henha] Screwdriver CPU Utilization (%)","[blhbu] Screwdriver CPU Utilization (%)","[jackd] Screwdriver CPU Utilization (%)","[mamwa] Screwdriver CPU Utilization (%)","[allga] Screwdriver CPU Utilization (%)","[categ] Screwdriver CPU Utilization (%)","[coot1] Screwdriver CPU Utilization (%)","[crama] Screwdriver CPU Utilization (%)","[grgsh] Screwdriver CPU Utilization (%)","[hardu] Screwdriver CPU Utilization (%)","[litst] Screwdriver CPU Utilization (%)","[proubis] Screwdriver CPU Utilization (%)","[ribgu] Screwdriver CPU Utilization (%)","[relpa] Screwdriver CPU Utilization (%)","[savsp] Screwdriver CPU Utilization (%)" +2016,7.5055,24.7215,2.9073,5.1957,2.9884,0.7708,0.9579,0.7344,2.9461,0.6826,0.9095,0.6211,0.9375,0.0066,0.4474,0.5386,0.4377,0.3760,0.6653,0.6623,0.5918,0.3548,0.1809,0.2676,0.1580,0.2247,0.1594,0.2012,0.2857,0.1324,0.2913,0.1498,0.1522,0.0828,0.0337,0.0646,0.0751,0.1583,0.0588,0.0532,0.0673,0.0677,0.1667,0.0577,0.0318,0.0296,0.0261,0.0211,0.0039,0.0166,0.0183,0.0070,0.0053,0.0031,0.0152,0.0038,0.0015,0.0032,0.0032,0.0039,0.0028,0.0015,0.0017,0.0049,0.0017,0.0001,0.0001 +2017,0.0068,0,0.0319,0.0140,0.0045,0.0133,0,0.0036,0,0,0.0084,0.0007,0.0043,0.0272,0,0.0018,0,0.0028,0.0037,0,0.0011,0,0.0051,0.0002,0.0054,0.0005,0.0033,0,0.0016,0.0027,0.0012,0.0003,0,0,0.0025,0.0006,0.0000,0,0,0,0.0001,0,0,0.0002,0.0000,0.0001,0,0.0003,0.0012,0,0.0001,0.0000,0,0,0,0,0,0.0000,0.0000,0,0,0,0,0.0000,0,0,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/timeseries-Year-cs.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/timeseries-Year-cs.csv index 4b38ab52a0..5285f04898 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/timeseries-Year-cs.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/username/utilization/timeseries-Year-cs.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[meapi] Screwdriver CPU Utilization (%)","[aytinis] Screwdriver CPU Utilization (%)","[moorh] Screwdriver CPU Utilization (%)","[garwa] Screwdriver CPU Utilization (%)","[honbu] Screwdriver CPU Utilization (%)","[crane] Screwdriver CPU Utilization (%)","[smew1] Screwdriver CPU Utilization (%)","[lapwi] Screwdriver CPU Utilization (%)","[egygo] Screwdriver CPU Utilization (%)","[duswa] Screwdriver CPU Utilization (%)","[turdo] Screwdriver CPU Utilization (%)","[sposa] Screwdriver CPU Utilization (%)","[reebu] Screwdriver CPU Utilization (%)","[caspl] Screwdriver CPU Utilization (%)","[legsh] Screwdriver CPU Utilization (%)","[sarwa] Screwdriver CPU Utilization (%)","[siski] Screwdriver CPU Utilization (%)","[shttr] Screwdriver CPU Utilization (%)","[chaff] Screwdriver CPU Utilization (%)","[sancr] Screwdriver CPU Utilization (%)","[ovenb] Screwdriver CPU Utilization (%)","[velsc] Screwdriver CPU Utilization (%)","[whtsp] Screwdriver CPU Utilization (%)","[misth] Screwdriver CPU Utilization (%)","[whimb] Screwdriver CPU Utilization (%)","[pereg] Screwdriver CPU Utilization (%)","[ferdu] Screwdriver CPU Utilization (%)","[hoowa] Screwdriver CPU Utilization (%)","[yebsa] Screwdriver CPU Utilization (%)","[corsh] Screwdriver CPU Utilization (%)","[noror] Screwdriver CPU Utilization (%)","[shag1] Screwdriver CPU Utilization (%)","[swath] Screwdriver CPU Utilization (%)","[whtpl] Screwdriver CPU Utilization (%)","[dunli] Screwdriver CPU Utilization (%)","[vertera] Screwdriver CPU Utilization (%)","[yebwa] Screwdriver CPU Utilization (%)","[ybsbu] Screwdriver CPU Utilization (%)","[evegr] Screwdriver CPU Utilization (%)","[boowa] Screwdriver CPU Utilization (%)","[grath] Screwdriver CPU Utilization (%)","[yebbu] Screwdriver CPU Utilization (%)","[gloib] Screwdriver CPU Utilization (%)","[alpsw] Screwdriver CPU Utilization (%)","[litau] Screwdriver CPU Utilization (%)","[rolle] Screwdriver CPU Utilization (%)","[pibgr] Screwdriver CPU Utilization (%)","[field] Screwdriver CPU Utilization (%)","[lanhach] Screwdriver CPU Utilization (%)","[sante] Screwdriver CPU Utilization (%)","[lesre] Screwdriver CPU Utilization (%)","[sogsh] Screwdriver CPU Utilization (%)","[henha] Screwdriver CPU Utilization (%)","[blhbu] Screwdriver CPU Utilization (%)","[jackd] Screwdriver CPU Utilization (%)","[mamwa] Screwdriver CPU Utilization (%)","[allga] Screwdriver CPU Utilization (%)","[categ] Screwdriver CPU Utilization (%)","[coot1] Screwdriver CPU Utilization (%)","[crama] Screwdriver CPU Utilization (%)","[grgsh] Screwdriver CPU Utilization (%)","[litst] Screwdriver CPU Utilization (%)","[proubis] Screwdriver CPU Utilization (%)","[ribgu] Screwdriver CPU Utilization (%)","[relpa] Screwdriver CPU Utilization (%)","[savsp] Screwdriver CPU Utilization (%)" -2016,7.5055,24.7215,2.9073,5.1957,2.9884,0.7708,0.9579,0.7344,2.9461,0.6826,0.9095,0.6211,0.9375,0.0066,0.4474,0.5386,0.4377,0.3760,0.6653,0.6623,0.5918,0.3548,0.1809,0.2676,0.1580,0.2247,0.1594,0.2012,0.2857,0.1324,0.2913,0.1498,0.1522,0.0828,0.0337,0.0646,0.0751,0.1583,0.0588,0.0532,0.0673,0.0677,0.1667,0.0577,0.0318,0.0296,0.0261,0.0211,0.0039,0.0166,0.0183,0.0070,0.0053,0.0031,0.0152,0.0038,0.0015,0.0032,0.0032,0.0039,0.0028,0.0017,0.0049,0.0017,0.0001,0.0001 -2017,0.0068,0,0.0319,0.0140,0.0045,0.0133,0,0.0036,0,0,0.0084,0.0007,0.0043,0.0272,0,0.0018,0,0.0028,0.0037,0,0.0011,0,0.0051,0.0002,0.0054,0.0005,0.0033,0,0.0016,0.0027,0.0012,0.0003,0,0,0.0025,0.0006,0.0000,0,0,0,0.0001,0,0,0.0002,0.0000,0.0001,0,0.0003,0.0012,0,0.0001,0.0000,0,0,0,0,0,0.0000,0.0000,0,0,0,0.0000,0,0,0.0000 +Year,"[meapi] Screwdriver CPU Utilization (%)","[aytinis] Screwdriver CPU Utilization (%)","[moorh] Screwdriver CPU Utilization (%)","[garwa] Screwdriver CPU Utilization (%)","[honbu] Screwdriver CPU Utilization (%)","[crane] Screwdriver CPU Utilization (%)","[smew1] Screwdriver CPU Utilization (%)","[lapwi] Screwdriver CPU Utilization (%)","[egygo] Screwdriver CPU Utilization (%)","[duswa] Screwdriver CPU Utilization (%)","[turdo] Screwdriver CPU Utilization (%)","[sposa] Screwdriver CPU Utilization (%)","[reebu] Screwdriver CPU Utilization (%)","[caspl] Screwdriver CPU Utilization (%)","[legsh] Screwdriver CPU Utilization (%)","[sarwa] Screwdriver CPU Utilization (%)","[siski] Screwdriver CPU Utilization (%)","[shttr] Screwdriver CPU Utilization (%)","[chaff] Screwdriver CPU Utilization (%)","[sancr] Screwdriver CPU Utilization (%)","[ovenb] Screwdriver CPU Utilization (%)","[velsc] Screwdriver CPU Utilization (%)","[whtsp] Screwdriver CPU Utilization (%)","[misth] Screwdriver CPU Utilization (%)","[whimb] Screwdriver CPU Utilization (%)","[pereg] Screwdriver CPU Utilization (%)","[ferdu] Screwdriver CPU Utilization (%)","[hoowa] Screwdriver CPU Utilization (%)","[yebsa] Screwdriver CPU Utilization (%)","[corsh] Screwdriver CPU Utilization (%)","[noror] Screwdriver CPU Utilization (%)","[shag1] Screwdriver CPU Utilization (%)","[swath] Screwdriver CPU Utilization (%)","[whtpl] Screwdriver CPU Utilization (%)","[dunli] Screwdriver CPU Utilization (%)","[vertera] Screwdriver CPU Utilization (%)","[yebwa] Screwdriver CPU Utilization (%)","[ybsbu] Screwdriver CPU Utilization (%)","[evegr] Screwdriver CPU Utilization (%)","[boowa] Screwdriver CPU Utilization (%)","[grath] Screwdriver CPU Utilization (%)","[yebbu] Screwdriver CPU Utilization (%)","[gloib] Screwdriver CPU Utilization (%)","[alpsw] Screwdriver CPU Utilization (%)","[litau] Screwdriver CPU Utilization (%)","[rolle] Screwdriver CPU Utilization (%)","[pibgr] Screwdriver CPU Utilization (%)","[field] Screwdriver CPU Utilization (%)","[lanhach] Screwdriver CPU Utilization (%)","[sante] Screwdriver CPU Utilization (%)","[lesre] Screwdriver CPU Utilization (%)","[sogsh] Screwdriver CPU Utilization (%)","[henha] Screwdriver CPU Utilization (%)","[blhbu] Screwdriver CPU Utilization (%)","[jackd] Screwdriver CPU Utilization (%)","[mamwa] Screwdriver CPU Utilization (%)","[allga] Screwdriver CPU Utilization (%)","[categ] Screwdriver CPU Utilization (%)","[coot1] Screwdriver CPU Utilization (%)","[crama] Screwdriver CPU Utilization (%)","[grgsh] Screwdriver CPU Utilization (%)","[hardu] Screwdriver CPU Utilization (%)","[litst] Screwdriver CPU Utilization (%)","[proubis] Screwdriver CPU Utilization (%)","[ribgu] Screwdriver CPU Utilization (%)","[relpa] Screwdriver CPU Utilization (%)","[savsp] Screwdriver CPU Utilization (%)" +2016,7.5055,24.7215,2.9073,5.1957,2.9884,0.7708,0.9579,0.7344,2.9461,0.6826,0.9095,0.6211,0.9375,0.0066,0.4474,0.5386,0.4377,0.3760,0.6653,0.6623,0.5918,0.3548,0.1809,0.2676,0.1580,0.2247,0.1594,0.2012,0.2857,0.1324,0.2913,0.1498,0.1522,0.0828,0.0337,0.0646,0.0751,0.1583,0.0588,0.0532,0.0673,0.0677,0.1667,0.0577,0.0318,0.0296,0.0261,0.0211,0.0039,0.0166,0.0183,0.0070,0.0053,0.0031,0.0152,0.0038,0.0015,0.0032,0.0032,0.0039,0.0028,0.0015,0.0017,0.0049,0.0017,0.0001,0.0001 +2017,0.0068,0,0.0319,0.0140,0.0045,0.0133,0,0.0036,0,0,0.0084,0.0007,0.0043,0.0272,0,0.0018,0,0.0028,0.0037,0,0.0011,0,0.0051,0.0002,0.0054,0.0005,0.0033,0,0.0016,0.0027,0.0012,0.0003,0,0,0.0025,0.0006,0.0000,0,0,0,0.0001,0,0,0.0002,0.0000,0.0001,0,0.0003,0.0012,0,0.0001,0.0000,0,0,0,0,0,0.0000,0.0000,0,0,0,0,0.0000,0,0,0.0000 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/raw-data/jobs.txt b/tests/artifacts/xdmod/regression/current/expected/reference/raw-data/jobs.txt index 54b3a2e2f5..63ecdae21f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/raw-data/jobs.txt +++ b/tests/artifacts/xdmod/regression/current/expected/reference/raw-data/jobs.txt @@ -2095,6 +2095,8 @@ 1b1 ["6113836","Robertson","screw - Screwdriver","UTC","","Moorhen","Screwdriver","Moorhen","Screwdriver","curry","1483200018","1483200053","1483289913","1483200018","1","1","0","-1","89860","35","89860","0","9:0","FAILED","1","2147486448Mn","259200","white","Computer and Information Science and Engineering","Microelectronic Information Processing Systems","Systems Prototyping and Fabrication"] 1b4 +["6113840","Robertson","screw - Screwdriver","UTC","","Moorhen","Screwdriver","Moorhen","Screwdriver","curry","1483200026","1483200053","1483268680","1483200026","1","1","0","-1","68627","27","68627","0","0:0","COMPLETED","1","2147486448Mn","259200","white","Computer and Information Science and Engineering","Microelectronic Information Processing Systems","Systems Prototyping and Fabrication"] +1b4 ["6113841","Robertson","screw - Screwdriver","UTC","","Moorhen","Screwdriver","Moorhen","Screwdriver","curry","1483200029","1483200053","1483296754","1483200029","1","1","0","-1","96701","24","96701","0","0:0","COMPLETED","1","2147486448Mn","259200","white","Computer and Information Science and Engineering","Microelectronic Information Processing Systems","Systems Prototyping and Fabrication"] 1b4 ["6113843","Robertson","screw - Screwdriver","UTC","","Moorhen","Screwdriver","Moorhen","Screwdriver","curry","1483200032","1483200053","1483290999","1483200032","1","1","0","-1","90946","21","90946","0","0:0","COMPLETED","1","2147486448Mn","259200","white","Computer and Information Science and Engineering","Microelectronic Information Processing Systems","Systems Prototyping and Fabrication"] diff --git a/tests/artifacts/xdmod/regression/images/expected.json b/tests/artifacts/xdmod/regression/images/expected.json index b190789856..58b4020121 100644 --- a/tests/artifacts/xdmod/regression/images/expected.json +++ b/tests/artifacts/xdmod/regression/images/expected.json @@ -2,7 +2,7 @@ "dataset_type=timeseries\/statistic=job_count\/group_by=none\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/": "ffc0ffffc0ffffffffdfff819fff819ffff97fff871fff811ffff91fffff7fffff1fffff1fffff1fffffffffffdfffff9fffffdfffffc00001e00011f00000ffffffe0000ff00001\n", "dataset_type=timeseries\/statistic=job_count\/group_by=none\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/": "ffc1ffffc1ffffffffffffdfbffffbffffff7fffc77fffc13fffc37fffc37fffc3ffffc33fffc37fffc3ffffc3ffffc3bfffc3ffffc3ffffc3eaad55f54aaafffffff0000ff7fe0b\n", "dataset_type=timeseries\/statistic=job_count\/group_by=none\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/": "ffc1ffffc1ffffffffffffffbfffffffffffffffc7ffff81bfff81ffff81ffff81ffff813fff81ffff81ffff81ffff81ffff81ffff81ffff81efffffffffbffffffff0000fffff1f\n", - "dataset_type=timeseries\/statistic=job_count\/group_by=none\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/": "ffc0ffffc0ffffffd7dfc1819fff819ffff93fff871fff811ffff91fffd73fffff1fffff1fffff1fffff7fffff9fffff9fffffd7eabfc00001e00001f00000ffffffffc3ffffc201\n", + "dataset_type=timeseries\/statistic=job_count\/group_by=none\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/": "ffc0ffffc0ffffffffdfc1819fff819ffff93fff871fff811ffff91fffd73fffff1fffff1fffff1fffff7fffff9fffff9fffffd7eabfc00001e00001f00000ffffffffc3ffffc201\n", "dataset_type=timeseries\/statistic=job_count\/group_by=none\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/": "ffc1ffffc1ffffffffffffd3bffffbffffff7fffc77fffc13fffc37fffc37fffc37fffc33fffc37fffc3ffffc3ffffc3bfffc3ffffc3ffffc3eaa155f54aaaffffffffc3ffffcf61\n", "dataset_type=timeseries\/statistic=job_count\/group_by=none\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/": "ffc1ffffc1ffffffffffffffbfffffffffffffffe7ffff81bfff81ffff81ffff81ffff813fff81ffff81ffff81ffff81ffff81ffff81ffff81efffffffffffffffffffe7ffffffff\n", "dataset_type=timeseries\/statistic=job_count\/group_by=none\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/": "ffc0ffffc0ffbfffff9fffc79fff879fff871fffe71fffe71ffff71ffff33ffff31ffff33ffff33ffffb9ffffbbffffb9ffff9bffff9800001ea8055f40000ffffffe0000ff00001\n", @@ -17,9 +17,9 @@ "dataset_type=timeseries\/statistic=job_count\/group_by=none\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/": "0000000000000000003ffffe60007e3fff86200038a0007e600004fffffe200000200000fffffea000002000003ffffe6000003ffffe3ffffe15502a0a0150003c00003c00003dfe\n", "dataset_type=timeseries\/statistic=job_count\/group_by=none\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/": "0000000000000000003ffffe60002420000000003020003c60003c3ffffe00003c20003c7ffffe20003c00003c3ffffe20003c3ffffe3ffffe000000000000003c00003c00003cfe\n", "dataset_type=timeseries\/statistic=job_count\/group_by=none\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/": "0000000000000000003ffffe60000420000000000800007e40007e2001fe00007e00007e60017e00007e00007e3001fe00007e3ffffe3ffffe000000000000003c00003c00003c9e\n", - "dataset_type=timeseries\/statistic=job_count\/group_by=none\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/": "0000000000000000007ffffe20003820007860001860001860000840000820000c20000c6000044000042000042000002000042000043ffffe0000000000000ffff01ffff81ffffe\n", + "dataset_type=timeseries\/statistic=job_count\/group_by=none\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/": "0000000000000000007ffffe20003820007860001860001860000840000800000c20000c6000044000042000042000002000042000043ffffe0000000000000ffff01ffff81ffffe\n", "dataset_type=timeseries\/statistic=job_count\/group_by=none\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/": "0000000000000000003ffffc00003820003820003800003800003800003800003800003c00003c00003c00003c00003c00003c00003c3ffffe0000000000000ffff01ffff81ffff8\n", - "dataset_type=timeseries\/statistic=job_count\/group_by=none\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/": "00000000000000000020003800001800007840007840007800007800007800007800007800007800007800007800007800007800007e3ffffe0000000000000ffff01ffff81ffff8\n", + "dataset_type=timeseries\/statistic=job_count\/group_by=none\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/": "00000000000000000020003800001800007840007840007800007800007820007800007800007800007800007800007800007800007e3ffffe0000000000000ffff01ffff81ffff8\n", "dataset_type=timeseries\/statistic=job_count\/group_by=none\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/": "0000000000007ffffe7ffffe7ffffe7fffee7ffffe6000087ffffe60000c60000c60000c6000046000046000046000042000062000063ffffe0000000a0150003c00003c00003cfe\n", "dataset_type=timeseries\/statistic=job_count\/group_by=none\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/": "0000000000003fffee6000182000382000387ffffe6000387ffffc60003860003c40003c40003c40003c00003c00003c00003c00003c3ffffe000000000000003c00003c00003c9e\n", "dataset_type=timeseries\/statistic=job_count\/group_by=none\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/": "0000000000000000006000182000786000787ffffc60007860007860007860007840007840007840007800007820007800007800007e3ffffe000000000000003c00003c00003cfe\n", @@ -35,39 +35,39 @@ "dataset_type=timeseries\/statistic=job_count\/group_by=none\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/": "ffc0ffffc0ff803f21ffffc79fff879ffff33ffff30000013ffffb3ffff90000013fffff1fffff1fffff7fffff800001bfffffffffff800001e00001f00000ffffffffc3ffffc201\n", "dataset_type=timeseries\/statistic=job_count\/group_by=none\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/": "ffc1ffffc1ffbfffffffffc7bfffc7bfffc77fffc73fffc33fffc33fffc1bfffc3ffffc33fffc33fffc3ffffc3bfffc3ffffc3ffffc3dfffc3eaa155f54aaaffffffffc3ffffcf61\n", "dataset_type=timeseries\/statistic=job_count\/group_by=none\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/": "ffc1ffffc1ffffffffffffc7ffff87ffff87ffff87bfff87ffff87ffff81bfff81ffff81bfff81ffff81ffff81ffff81ffff81ffff81ffff81efffffffffffffffffffe7ffffffff\n", - "dataset_type=timeseries\/statistic=job_count\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/": "00000000000000000000002800002000000040001040003060001e40000c7ffffe0000006000000000006000000000002000000000003ffffe0000000000000ffff01ffff81ffffe\n", + "dataset_type=timeseries\/statistic=job_count\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/": "00000000000000000000000800002000000040001040003060001e40000c7ffffe0000006000000000006000000000002000000000003ffffe0000000000000ffff01ffff81ffffe\n", "dataset_type=timeseries\/statistic=job_count\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/": "00000000000000000000000000000000000000001000003820003c00003820003c00003c40003c00003c00003c00003c20003c00003c3ffffe0000000000000ffff01ffff81ffffe\n", "dataset_type=timeseries\/statistic=job_count\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/": "00000000000000000000000000000000000000001800007800007800007820007800007e40007e00007e00007e00007e00007e00007e3ffffe0000000000000ffff01ffff81ffffe\n", "dataset_type=timeseries\/statistic=job_count\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/": "000000000000000000600078600078600000e0003ee0007e7ffffee0000c7ffffe400004fffffec000007ffffe2000007ffffe0000003ffffe155eaa0a8155003c00003c00003dfe\n", "dataset_type=timeseries\/statistic=job_count\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/": "0000000000000000002000282000200000006000184000387ffffe40003c7ffffe00003c60003c00003c60003c00003c20003c00003c3ffffe000000080050003c00003c00003cfe\n", - "dataset_type=timeseries\/statistic=job_count\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/": "00000000000000000020002820002000000060001840007860017e4000787ffff800007e60007e00007e60007e00007e20007e00007e3ffffe000000000000003c00003c00003cfe\n", + "dataset_type=timeseries\/statistic=job_count\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/": "00000000000000000020000820002000000060001840007860017e4000787ffff800007e60007e00007e60007e00007e20007e00007e3ffffe000000000000003c00003c00003cfe\n", "dataset_type=timeseries\/statistic=job_count\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/": "0000000000007ffffe0000100000307fffde00000060000c4000040000006000000000004000006000000000002000000000000000003ffffe0100000000000ffff01ffff81ffffe\n", "dataset_type=timeseries\/statistic=job_count\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/": "00000000000020000000001000003820003800003840003c00003c00003c40003c00003c00003c00003c00003c00003c00003c00003c3ffffe0000000000000ffff01ffff81ffff8\n", "dataset_type=timeseries\/statistic=job_count\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/": "00000000000020000000001800007820007800007840007800007800007c00007e00007e00007e00007e00007e00007e00007e00007e3ffffe0000000000000ffff01ffff81ffff8\n", "dataset_type=timeseries\/statistic=job_count\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/": "0000000000007ffffe0000106000787fffce800000fffffe600004c000047ffffe400000e00000fffffe0000007ffffe2000002000003ffffe155eaa0a8155003c00003c00003dfe\n", "dataset_type=timeseries\/statistic=job_count\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/": "0000000000007fffee00001000003820003800003860003c00003c00003c7ffffe00003c40003c60003c00003c20003c00003c00003c3ffffe000000000000003c00003c00003cfe\n", "dataset_type=timeseries\/statistic=job_count\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/": "0000000000000000000000182000780000780000787ffffe00007840007e7ffffe00007e60007e40007e00007e3ffffe00007e00007e3ffffe000000000000003c00003c00003cfe\n", - "dataset_type=timeseries\/statistic=job_count\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/": "ff807fff80ffbfffd79fff81ffffdf9fff977fff831fff817fff8d3fff813fff813fffc11fff817fffc79fff81ffff83dfc387ffffffcf551bea8055f00000fffffff83ffff83f01\n", + "dataset_type=timeseries\/statistic=job_count\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/": "ff807fff80ffbfffd79fff81ffffdf9fff977fff831fff817fff8d3fff813fff813fffc11fffc17fffc79fff81ffff83dfc387ffffffcd551bea8055f00000fffffff83ffff83f01\n", "dataset_type=timeseries\/statistic=job_count\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/": "ff80ffff80ffffffffffffffffffffbfff9fffffc73fffc17fffc33fff833fffc1ffffc33fffc17fffc3bfffc3ffffc3ffffc3ffffc3ffffc3eabd7df52aaafffffff87ffff87fff\n", "dataset_type=timeseries\/statistic=job_count\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/": "ff80ffff80ffffffffffff83bfffabffff8bffff833fff83ffff817fff81bfff81ffff817fff813fff81ffff81ffff81ffff81ffff81ffff81eaf57ffeaaaafffffff87ffffe7fff\n", "dataset_type=timeseries\/statistic=job_count\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/": "ff807fff80ffffffff9fff81ffff973fff873fff811fff817fff873fff817fff813fffc17fffc7bfffc1ffffc7dfff87ea955de08005f55aaaffffff80108782100186307feffe21\n", "dataset_type=timeseries\/statistic=job_count\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/": "ff80ffff80ffbfffffffffffffff973fffd73fffc13fffc33fff83bfffc13fffc17fffc3ffffc3ffffc3ffffc3ffffc3eaaa55f7ffeefffffff0421ff8c21ff8401ff8c1ffffffff\n", "dataset_type=timeseries\/statistic=job_count\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/": "ff80ffff80ffffffbfbfffabffffab7fff8b3fff837fff813fff81bfff817fff813fff81ffff81ffff81ffff81fffd01eaa955ffffaefffffff8421ff8e31ff8411ff8e1ffffffff\n", - "dataset_type=timeseries\/statistic=job_count\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/": "ff807fff80ffffffffffff819ffff9ffff8f7fff871fff817fff813fffc11fff817fffc33fffc71fffc3ffff01fff187df8f87ffffffffffdfea8155f00200fffffff83ffff83f01\n", + "dataset_type=timeseries\/statistic=job_count\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/": "ff807fff80ffffffffffff819ffff9ffff8f7fff871fff817fff813fffc11fff817fffc33fffc71fffc3ffff01ffe087df8f87ffffffffffdfea8155f00200fffffff83ffff83f01\n", "dataset_type=timeseries\/statistic=job_count\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/": "ff80ffff80ffffffffffffc3bfffc3ffffc3ffff833fffc1ffffc37fffc3bfffc1ffffc37fffc33fffc3ffffc3ffffc3ffffc3ffffc3ffffc3eafd7df5faaffffffff87ffff97fff\n", "dataset_type=timeseries\/statistic=job_count\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/": "ff80ffff80ffffffffffff83bfffabffff8bffff833fff83ffff817fff81bfff81ffff817fff813fff81ffff81ffff81ffff81ffff81ffff81eaf57ffeaaaafffffff87ffffe7fff\n", "dataset_type=timeseries\/statistic=job_count\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/": "ff80ffff80ffffffe7ffff819ffff97fff873fff813fff817fff811fffc17fffc37fffc71fff81ffffc3ffffc7dfff87ea0551e2a015f55eaaffffff80108782108186307ffffe61\n", "dataset_type=timeseries\/statistic=job_count\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/": "ff80ffff80ffffffffffffc3bfffc37fff833fff817fffc1ffffc1bfffc17fffc33fffc3ffffc3ffffc3ffffc3ffffc3eaaff5fffffffffffff8421ff8c21ff8401ff8c1ffffffff\n", "dataset_type=timeseries\/statistic=job_count\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/": "ff80ffff80ffffffffbfffabffffab7fffab3fff837fff813fff81bfff817fff813fff81ffff81ffff81ffff81fffd01eaa955ffffaefffffff8421ff8e31ff8411ff8e1ffffffff\n", - "dataset_type=timeseries\/statistic=job_count\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/": "00000000000000000020002c0000007ffffe00003c60007e00000040003c00003c00003c7fffbe0000303ffffe0003fc207e780040003ffffe15000000000000000007ffe007fffe\n", - "dataset_type=timeseries\/statistic=job_count\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/": "00000000000000000000000000000020006800003800003c00003c00003c00003c00003c20003c00003c20007e00003c003c3c00003c3ffffe00000000000000000007ffe007ffe4\n", - "dataset_type=timeseries\/statistic=job_count\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/": "00000000000000000020005c00005000005000007c00007e00007e00007e20007e00007e00007e20007e0001fe201ffe00707e00007e3fbffe00000000000000000007ffe007ffe0\n", + "dataset_type=timeseries\/statistic=job_count\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/": "00000000000000000020002c0000007ffffe00003c60007e00000040003c00003c00003c7fffbe00003020007e0001fc207e780040003ffffe15000000000000000007ffe007fffe\n", + "dataset_type=timeseries\/statistic=job_count\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/": "00000000000000000000000000000020006800003800003c00003c00003c00003c00003c20003c00003c00003c00003c003c3c00003c3ffffe00000000000000000007ffe007ffe4\n", + "dataset_type=timeseries\/statistic=job_count\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/": "00000000000000000020005c00005000005000007c00007e00007e00007e20007e00007e00007e00007e0003fe001e7e00707e00407e3abbfe00000000000000000007ffe007ffe0\n", "dataset_type=timeseries\/statistic=job_count\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/": "00000000000000000000000000000000000000000000002c00000000003800001c00003400003000003c0000000000000000000000000000007ffffe7ffffe7ffffe7ffffe7ffffe\n", "dataset_type=timeseries\/statistic=job_count\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/": "00000000000000000000000000000000000000001000003c00003c00003c00003c00003c00003c00003c00003c00002800000000000007ffe00ffff00ffff00ffff00ffff007fff0\n", "dataset_type=timeseries\/statistic=job_count\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/": "00000000000000000000000000004000005000007400007c00007e00007e00007e00007e00007e00007e20007e00000000000000000007ffe00ffff00ffff00ffff00ffff007fff0\n", - "dataset_type=timeseries\/statistic=job_count\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/": "00000000000000000000003c3ffffe20003000003860007e00003c00003c3ffffe00003400003820003c0001fc203ff83ffdfe0040203ffffe00000000000000000007ffe007ffe6\n", - "dataset_type=timeseries\/statistic=job_count\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/": "00000000000000000000003c20003c00003c00003c00003c00003c00003c20003c00003c00003c00003c0000fc001f3c20703c00003c20083c00000000000000000007ffe007ffe0\n", - "dataset_type=timeseries\/statistic=job_count\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/": "00000000000000000020005c00000000005020007c00007c00007e00007e20007e00007e00007e20007e0001fe201ffe00707e00007e3fbffe00000000000000000007ffe007ffe0\n", + "dataset_type=timeseries\/statistic=job_count\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/": "00000000000000000000003c3ffffe20003020003860003e00003c00003c20003e20003c20003820003c0001fc001f602078782040203ffffe00000000000000000007ffe007ffe4\n", + "dataset_type=timeseries\/statistic=job_count\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/": "00000000000000000000003c20003c00003c00003c00003c00003c00003c00003c00003c00003c00003c0000fc000e3c00703c00403c00003c00000000000000000007ffe007ffe0\n", + "dataset_type=timeseries\/statistic=job_count\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/": "00000000000000000020005c00000000004000005000007c00007e00007e20007e00007e20007e00007e0003fe001e7e00707e20407e3fbffe00000000000000000007ffe007ffe0\n", "dataset_type=timeseries\/statistic=job_count\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/": "00000000000000000000000400000000000000001000003c00001c00001c00002000000000003c0000200000000000280000000000000000003ffffc7ffffe7ffffe7ffffe7ffffe\n", "dataset_type=timeseries\/statistic=job_count\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/": "00000000000000000000003c00003c00003c00003c00003c00003c00003c00003c00003c00003c00003c20003c00000000000000000007ffe00ffff00ffff00ffff00ffff007fff0\n", "dataset_type=timeseries\/statistic=job_count\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/": "00000000000000000000000000000000000000005400007400007c00007e00007e00007e00007e00007e20007e00000000000000000007ffe00ffff00ffff00ffff00ffff007fff0\n", @@ -99,7 +99,7 @@ "dataset_type=timeseries\/statistic=job_count\/group_by=resource\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/": "ff007fff007fbfffdf1f00811fff811ffff91fff819fff811fff81102ac1c95541eaad5df56aaafffffffc7ffffc003ffc7f7ffc6ffffc007ffc7ffffc003ffc7ffffc003fffff3b\n", "dataset_type=timeseries\/statistic=job_count\/group_by=resource\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/": "ff007fff007fffffaf000001dfff817fff81ffff81ffff81101481400081ffff81eafd7ff7eaaafffffffd7ffffc003ffc7ffffc7ffffc007ffc7ffffc003ffe7ffffc003fffff7f\n", "dataset_type=timeseries\/statistic=job_count\/group_by=resource\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/": "ff007fff007fbfffdf9fffc7ffff81ffff813fff813fff817fff817fff817fffe13fff933ffffb7ffffbffffff9fffff9fffffdfffffc00501ea8015f40000fffffff0000ff40201\n", - "dataset_type=timeseries\/statistic=job_count\/group_by=resource\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/": "ff007fff007fbffffffffff7ffffd3ffffd3ffff9f3fffc1ffffc17fffc3ffffc3bfffc37fffc37fffc3ffffc3ffffc3bfffc3ffffc3ffffc3eabd7df5faaafffffff0000ff6ce0f\n", + "dataset_type=timeseries\/statistic=job_count\/group_by=resource\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/": "ff007fff007fbffffffffff7fffff3ffffd3ffff9f3fffc1ffffc17fffc3ffffc3bfffc37fffc37fffc3ffffc3ffffc3bfffc3ffffc3ffffc3eabd7df5faaafffffff0000ff6ce0f\n", "dataset_type=timeseries\/statistic=job_count\/group_by=resource\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/": "ff007fff007fffffffffffafffffabffffa3ffff817fff81ffff81ffff81ffff81ffff817fff817fff81bfff81ffff81ffff81ffff81ffff81ebff7ffffeaffffffff0024fffff6f\n", "dataset_type=timeseries\/statistic=job_count\/group_by=resource\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/": "ff007fff007f7fffdf0000014000015fff817fffe13fffc3000001400001eb555beaa955f54aaafffffffc7ffffc003ffc1a7ffc2f7ffc007ffc7ffffc003ffc7ffffc003fff7f21\n", "dataset_type=timeseries\/statistic=job_count\/group_by=resource\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/": "ff007fff007fffffdf000005c000017fff81ffffc1bfffc30000015fffc1ffffc3eabd7df5faaafffffffc7ffffc003ffc7ffffc7ffffc007ffc7ffffc003ffc7ffffc003fffff7f\n", @@ -144,7 +144,7 @@ "dataset_type=timeseries\/statistic=job_count\/group_by=resource\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/": "00000000000000000000002000002000002040003000003020003800003800003c00003c00003c60003c00003c00003c00003c00003c3ffffe0000000000000ffff01ffff81ffffe\n", "dataset_type=timeseries\/statistic=job_count\/group_by=resource\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/": "0000000000000000002000400000402000400000400000407ffffc00005000005000005400007c60007c00007c20007c00007e00007e3ffffe0000000000000ffff01ffff81ffffe\n", "dataset_type=timeseries\/statistic=job_count\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/": "ff007fff007f9fffffffffc19fff819fff817fff811fff817fff811fff813fff897fffc71fff817fff819fffc1dfffc3ffffd9dfff81c0143feaa155f402a0fffffffcfffffcff01\n", - "dataset_type=timeseries\/statistic=job_count\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/": "ff007fff807fbfffffffffffbfffd7bfffffffffcf3fffc3ffffc33fffc13fffc3ffffc33fffc17fffc1ffffc1ffffc3ffffc3ffffc1ffffc3eafd7df5eaaafffffffcfffffcffff\n", + "dataset_type=timeseries\/statistic=job_count\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/": "ff007fff807fbfffffffffffbfffd7bfffffffffcf3fffc3ffffc33fffc13fff83ffffc33fffc17fffc1ffffc1ffffc3ffffc3ffffc1ffffc3eafd7df5eaaafffffffcfffffcffff\n", "dataset_type=timeseries\/statistic=job_count\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/": "ff007fff007fffffffffff83bfff83ffff83ffff833fff837fff837fff83bfff81ffff817fff817fff81ffff81ffff81ffff81ffff81ffff81eaf57ff6aaaafffffffdffffffffff\n", "dataset_type=timeseries\/statistic=job_count\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/": "ff007fff007f9fffff9fffc1ffff819fff917fff831fff817fff811fff81ffff9f1fffc13fff811fffc1dfffe3ffffc9dfff81ebf57feaa955f55aaaffffffec9247e401ffedfff1\n", "dataset_type=timeseries\/statistic=job_count\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/": "ff007fff807fffffffffffffffffdfbffffb7fffcfbfffc3ffffc33fff81ffffc3bfffc37fffc1ffffc1ffffc3ffffc3ffffc1ffffc3eabf7df5feafffffffec924fe481ffffffff\n", @@ -152,7 +152,7 @@ "dataset_type=timeseries\/statistic=job_count\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/": "ff007fff007fffffff9fff839fffc1ffff837fffc31fff993fff8f7fffcf1fff813fff817fff811fffe19fffe1ffffc3ffffd9dfffc1c00001eaa155f00200fffffffcfffffcff01\n", "dataset_type=timeseries\/statistic=job_count\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/": "ff007fff807fffffffffffc7bfffc3ffffc3ffffc33fffc3ffffc37fffc3bfffc3ffffc17fffc37fffc1ffffc3ffffc3ffffc3ffffc3ffffc3eaff7df5faaffffffffcfffffdffff\n", "dataset_type=timeseries\/statistic=job_count\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/": "ff007fff007fffffffffff87bfff83ffff83ffff833fff837fff837fff83bfff83ffff817fff817fff81ffff81ffff81ffff81ffff81ffff81eaf57ff6aaaafffffffdffffffffff\n", - "dataset_type=timeseries\/statistic=job_count\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/": "ff007fff007fffffff9fffc39fffc1ffff873fffc13fff997fffdf3fffcb1fff817fff813fffc11fffe1ffffc3ffffc9dfff81c00055eaa055f542aaffffffec9247e401ffedff21\n", + "dataset_type=timeseries\/statistic=job_count\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/": "ff007fff007fffffff9fffc39fffc1ffff873fffc13fff997fffdf3fffcb1fff817fff813fffe11fffe1ffffc3ffffc9dfff81c00055eaa055f542aaffffffec9247e401ffedff21\n", "dataset_type=timeseries\/statistic=job_count\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/": "ff007fff807fffffffffffc3ffffc3ffffc33fffc33fffc3ffffc3ffffc3bfffc1ffffc17fffc1ffffc3ffffc3ffffc3ffffc3ffffc3eabf7df5feafffffffec924fe481ffffffff\n", "dataset_type=timeseries\/statistic=job_count\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/": "ff007fff007fffffffbfffafffffa3ffff8b3fff833fff837fff833fff83bfff817fff817fff81bfff81ffff81ffff81ffff81ffff81eaa555f5eaaaffffffed9b27e441fffffffb\n", "dataset_type=timeseries\/statistic=job_count\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/": "0000000000003ffffe20003e20007e20006e00003060007e20007c7ffffe3ffffe20003860007e00003e20003c20003c00002420003a3ffffe00000000000000000003ffc003ffc4\n", @@ -161,7 +161,7 @@ "dataset_type=timeseries\/statistic=job_count\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/": "00000000000000000020003e00002400000400003020003c00003420007e00000000003400003c00003c00003c000024200010152aa00000000000001ffff81ffff81ffff81ffffc\n", "dataset_type=timeseries\/statistic=job_count\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/": "00000000000000000000003800000000000000002000003c00003c00003c00003c00003c00003c00003c00003c00003c00003c00003c0000000000001ffff81ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=job_count\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/": "00000000000000000000005400007400005400007400007c00007400007400007e00007e00007e00007e00007e00007e00007e00007e0000000000001ffff81ffff81ffff81ffffc\n", - "dataset_type=timeseries\/statistic=job_count\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/": "00000000000000000020003c20003c00003c00003c6000040000202000103ffffe20003e00003c3ffffe3ffffe20003c0000042000303ffffe00000000000000000003ffc003ffce\n", + "dataset_type=timeseries\/statistic=job_count\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/": "00000000000000000020003c20003c00003c00003c6000040000202000303ffffe20003e00003c3fffde3ffffe20003c0000042000303ffffe00000000000000000003ffc003ffce\n", "dataset_type=timeseries\/statistic=job_count\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/": "00000000000000000000003800003c00003c00003c00003c00003c00003c20003c00003c00003c20003c20003c00003c00003c00003c3ffffe00000000000000000003ffc003ffc0\n", "dataset_type=timeseries\/statistic=job_count\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/": "00000000000000000020007c20007c00007400007e60007e00007c00007420007e00007e00007e00007e00007e00007e20007e00007e3ffffe00000000000000000003ffc003ffc0\n", "dataset_type=timeseries\/statistic=job_count\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/": "00000000000000000000003c00003c00002000000400000000000000000000003c00003c0000180000180000240000040000103ffffe0000000000001ffff81ffff81ffff81ffffc\n", @@ -191,34 +191,34 @@ "dataset_type=timeseries\/statistic=job_count\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/": "0000000000000000000000200000000000100000080000080000040000180000000000000000240000000000000000380000243ffffe0000000000001ffff81ffff81ffff81ffffc\n", "dataset_type=timeseries\/statistic=job_count\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/": "00000000000000000000002000002000003000003800003800003c00003c00003c00003c00003c00003c00003c00003c00003c1ffffc0000000000001ffff81ffff81ffff81ffffc\n", "dataset_type=timeseries\/statistic=job_count\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/": "00000000000000000000000000006000000000000000005000000000001000001400001000005c0000540000540000740000743ffffe0000000000001ffff81ffff83ffff81ffffc\n", - "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/": "ffc1ffffc1ffffffdfffff47dffd039ffd61fffdd97ff7031ff0031f80f97f1bff3e53ff1827ffc06fffcfcfff9f1fff803fffc3ffffc00001ea8055f40000ffffffe0000ff00001\n", + "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/": "ffc1ffffc1ffffffdfffff47dffd039ffd61fffdd97ff7031ff0031f80f97f1bff3e53ff1007ffc06fffcfcfff9f1fff803fffc3ffffc00001ea8055f40000ffffffe0000ff00001\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/": "ffe1ffffe3ffffffffffffffffffffffffffffffffffff07bffc03fff403fff803fff003fff003ffe003ffc003ff8003f00003e00003e00003fffffffffffffffffff0201fffffff\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/": "ffebffffffffffffffffffffffffffffffffffffffffff87fffe07fff801fff801fff001ffe001ffe001ffe001ffc001ff0001c00001c00001ffffffffffffffffffffffffffffff\n", - "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/": "ffc1ffffc1ffffffd7dfff47dffc019ffc41dffdd93ff7071ff4231ff1f93fdbff1fd3ff1007ffc02fffcfcfff9f1fff803fffc1ffffc00001e28015f00000ffffffffc3ffffc601\n", + "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/": "ffc1ffffc1ffffffdfffff47dffd039ffd61fffdd97ff7071ff4631ff1f97fdbff3fd3ff1827ffc06fffcfcfff9f1fff803fffc3ffffc00001ea8055f40220ffffffffc3ffffc701\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/": "ffe1ffffe3ffffffffffffffffffffffffffffffffffff07bffe03fffc03fff803fff003bff003ffe003ffc003ff8003f00003e00003e00003ffffffffffffffffffffc7ffffffff\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/": "ffebffffffffffffffffffffffffffffffffffffffffff87fffe07fff801fff801fff001ffe001ffe001ffe001ffc001ff0001c00001c00001ffffffffffffffffffffffffffffff\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/": "ffc1ffffc1ffffffffffff07dffe039ff011dfc1f93f9bff3f73ff3e73ff1ee7ff3fe7ff3fefffffcfff9f9fff983fffc03fffc7ffffd80001e00001f00000ffffffe0000ff00001\n", - "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/": "ffe3fffff7ffffffffffff8fffff07fffc03fffc03fff803fff803fff003fff003ffe003ffe003ffc003ffc003ff0003f00003e00003e00003fffffffffffffffffff46adfffffff\n", + "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/": "ffe3fffff7ffffffffffff8fffff07fffc03fffc03fff803fff803fff003fff003ffe003ffe003ffc003ffc003ff0003f00003e00003e00003fffffffffffffffffff46bdfffffff\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/": "ffffffffffffffffffffff87fffe07fffc07fff801fff801fff801fff001ffe001ffe001ffe001ffc001ffc001ffc001fc0001c00001c00001ffffffffffffffffffffffffffffff\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/": "ffc1ffffc1ffffffffdfff07dffe279ffcf19ff9f93ffbff3ff3ff1ff3ff1fe7ff1fe7ff3fefff9fcfff9f9fff983fffc03fffc7ffffd00001e00001f00000ffffffffc3ffffc201\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/": "ffe3fffff7ffffffffffff8fffff07fffc03fffc03fff803fff803fff003fff003ffe003ffe003ffc003ffc003ff0003f00003e00003e00003ffffffffffffffffffffc7ffffffff\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/": "ffffffffffffffffffffff87fffe07fffc07fff801fff801fff801fff001ffe001ffe001ffe001ffc001ffc001ffc001fc0001c00001c00001ffffffffffffffffffffffffffffff\n", - "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/": "000000000000000000000000000080200280000200000078600ffc3f7f0600640021ac004108001410000020000040003fc0003000003ffffe0000000000000ffff01ffff81ffffe\n", - "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/": "0000000000000000000000000000000000000000000000700001fc001bfc0007fc000ffc000ffc001ffc003ffc007ffc07fffc1ffffc3ffffe0000000000000000001ffff80ffff8\n", - "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/": "0000000000000000000000000000000000000000000000600009f8001ffe0007fe000ffe001ffe001ffe001ffe003ffe00fffe3ffffe3ffffe0000000000000000001ffff80ffff8\n", - "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/": "0000000000002000202000b82003fe6007fe2002262008f87ffffe7ffffe2034003ffffe7ff8003f100030300060e0003ffffe3f3ffe3ffffe0000000a0150003c00003c00003cfe\n", - "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/": "0000000000000000000000000000000000000000000000700009fc0003fc0007fc002ffc000ffc001ffc003ffc007ffc0ffffc1ffffc3ffffe000000000000000800003c00003c00\n", - "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/": "0000000000000000000000002000a00002000002000000680009f80007fe0007fe002ffe001ffe281ffe001ffe207ffe00fffe3ffffe3ffffe000000000000000800003c00003c00\n", - "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/": "0000000000000000000000700001fc600fee001e0400400000840021080040000020180000000020300020600040c0003f80001000003ffffe0000000000000ffff01ffff81ffffe\n", + "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/": "0000000000000000002000a82002fe20029e000200000078400ffc003e0400200000a8006188001410000020000040003fc0003000003ffffe0000000000000ffff01ffff81ffffe\n", + "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/": "0000000000000000000000000000000000000000000000700001f80003fc0007fc000ffc000ffc001ffc003ffc007ffc07fffc1ffffc3ffffe0000000000000000001ffff80ffff8\n", + "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/": "0000000000000000000000000000000000000000000000600001f80007fe0007fe0007fe001ffe001ffe001ffe003ffe00fffe3ffffe3ffffe0000000000000000001ffff80ffff8\n", + "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/": "0000000000002000f83001f83ffffe7ffffe2002062008f8780fdc603f2620240020bc007ffa003f100030300060e0003ffffe3f3ffe3ffffe0000000a0150003c00003c00003cfe\n", + "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/": "0000000000000000000000000000000002000000000000700001f80003fc0007fc000ffc000ffc001ffc003ffc007ffc0ffffc1ffffc3ffffe000000000000000800003c00003c00\n", + "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/": "0000000000000000000000000000000000000000000000780009f80007fe0007fe000ffe001ffe2a9ffe201ffe207ffe00fffe3ffffe3ffffe000000000000001800003c00003c00\n", + "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/": "0000000000000000000000700001fc600fee001e0400400000840021080040000020100000000020300020600040c0001f80001000003ffffe0000000000000ffff01ffff81ffffe\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/": "0000000000000000000000200000f80003fc0003fc0007fc0007fc000ffc000ffc001ffc001ffc003ffc003ffc007ffc0ffffc1ffffc1ffffc0000000000000000001ffff80ffff8\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/": "0000000000000000000000780001f80003f80007fe0007fe0007fe000ffe000ffe000ffe000ffe001ffe003ffe003ffe00fffe3ffffe3ffffe0000000000000000001ffff80ffff8\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/": "0000000000000000002000782001dc7ffffe2006066004007ffffe7ffffe6018007ffffe6010003ffffe386ffc63c0003fc0003000003ffffe1550aa0a8155003c00003c00003dfe\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/": "0000000000000000000000700000f80003fc0003fc0007fc0007fc000ffc000ffc001ffc001ffc003ffc003ffc00fffc0ffffc1ffffc1ffffc000000000000000000003c00003c00\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/": "0000000000000000000000780001f80003f80007fe0007fe0007fe000ffe001ffe001ffe001ffe001ffe003ffe007ffe01fffe3ffffe3ffffe000000000000000800003c00003c00\n", - "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/": "ffc1ffffc1ffffffff9fff9fffffdf9fff87bffff73fff473fff1f3fff273fff273ffd733ffc43bff61b80107bebc1f99f8bf9fc03ffc00501eaa015f00000ffffffe0000ff00001\n", + "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/": "ffc1ffffc1ffffffff9fff9fbfffdf9fff87bfffe73fff473fff1f3fff273fff273ffd713ffc43bff61b80107bebc1f99f8bf9fc03ffc00541eaa015f00000ffffffe0000ff00001\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/": "ffc1ffffe1ffffffffbfffffffffffbfffffffffffbfffffbfff9fbfff8f3fff87bffd033ffe07fffe03bfd403fff403bf9803fe6003c00003eafffdf56aaafffffff0000ff7fe0f\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/": "ffe1ffffe1ffffffffbfffffffffffbfffffffffffbfffffffff9fffff9fbfff87ffff87bffe07fffe07bffe07fff801bfd801fff001fdc001ebfffffffeaffffffff0000fffff0f\n", - "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/": "ffc1ffffc1ff9fff9fffffdf9fff87ffffe79fff673fff1f1fff0f3fff271ffd313ffc731ffc71bff6fb8004fbead9f99ffbffffc3ffc00001eaa001f00000ffffffffc3ffffc601\n", + "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/": "ffc1ffffc1ff9fff9fffffdf9fff87ffffe79fff673fff1f1ffe0f3fff271ffd313ffc731ffc71bff6fb8004fbead1f99ffbffffc3ffc00001eaa001f00000ffffffffc3ffffc601\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/": "ffc1ffffe1ffbfffffffffffbfffffffffffbfffffffff9f3fff8fffff873fff07fffd073ffe03fffe03bfd403fffc03bff803ffe003c00003eabfd5f54aaaffffffffc3ffffffff\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/": "ffc1ffffe3ffbfffffffffffbfffffffffffbfffffffff9fbfff9fffff87bfff87fffe07bffe07fffe07bffe07fff801bff801fff001ffc001effffffffeafffffffffe7ffffffff\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/": "ffc1ffffc1ff9fffffffff9f9fff8fbfffafffffa71fff273fff733ffe671ffe837ffe3b3ffc7bbff1fbffe1f99f8bfbff33fffc47ffc00001eaa001f00000ffffffe0000ff00001\n", @@ -227,23 +227,23 @@ "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/": "ffc1ffffc1ffffffffffff9f9fff8fbfffa7ffffa71fff273fff773ffe771ffe737ffefb1ffcfb1ffdfbfffdf99fc9f9fff3fffa07ff800001eaa001f00000ffffffffc3ffffc201\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/": "ffc1ffffe1ffffffffffffdfbfff9fffff8fffff87bfff07ffff07ffff07bffe07fffe033ffe03bffc03fffc03bff803fff803ffe003c00003eafffdf5faafffffffffc3ffffffff\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/": "ffe3ffffe3ffffffffffff9fbfff9fffff9fffff87bfff87ffff07fffe07fffe07fffe07bffe07fffc07fff801fff801fff801ffe001ffc001ffffffffffffffffffffe7ffffffff\n", - "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/": "0000000000000000006000200000007ffffe0000006000b80000204000106002d800028c6003fe00014474af04000a0038fffe0008003ffffe0000000000000ffff01ffff81ffffe\n", - "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/": "0000000000000000000000000000002000000000000000000000200000700000780000f80002f80001fc0003fc0003fc2077fc000ffc3ffffe0000000000000ffff01ffff81ffff8\n", - "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/": "00000000000000000000000000000020002800000000000000006000006000007800007c0001f80001f80001f80007f82077fe000ffe3ffffe0000000000000ffff01ffff81ffff8\n", - "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/": "0000000000007ffffe0000007ffffe0000087ffffe4000a07ffffe4000d8fffffe000284fffffe0009047ffffe0002047ffffe0008003ffffe1540aa0a8155003c00003c00003dfe\n", - "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/": "00000000000060006000000060000000000070019c0000204000700000706002fe0000f86001fc0001fc3ffbfc0003fc2007fc000ffc3ffffe000000000000003c00003c00003c0e\n", - "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/": "0000000000007ffffc0000006000280000007fff9c0000606000600000787ffe7e0001f86003fc0001f87ffff80007fe6007fe000ffe3ffffe000000000000003c00003c00003cfe\n", - "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/": "0000000000006000000000006000200000500000006000c800000800008860017c0000004003044006040000006074000000000108003ffffe0000000000000ffff01ffff81ffffe\n", + "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/": "0000000000000000006000200000007ffffe0000004000804000a06000d040000800028c6003fe00014475af04000a006074000088003ffffe0000000000000ffff01ffff81ffffe\n", + "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/": "0000000000000000000000000000000000000000000000000000200000700000700000f80002f80001fc0003fc0003fc0007fc000ffc3ffffe0000000000000ffff01ffff81ffff8\n", + "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/": "0000000000000000000000000000002000280000000000000000600000600000780000780003f80001f80001f80007f80007fe000ffe3ffffe0000000000000ffff01ffff81ffff8\n", + "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/": "0000000000007ffffe0000207ffffe0000007ffffe4000a07ffffe000018fffffe400284fffffe0009047ffffe0002047ffffe0008003ffffe1540aa0a8155003c00003c00003dfe\n", + "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/": "0000000000004000000000007ffffc0000006000980000207ffffe0000706002f80000f86003fc0001fc7ffbfc0003fc2007fc000ffc3ffffe000000000000003c00003c00003c9e\n", + "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/": "0000000000006000000000007ffffc0000006000980000607fffe60000786002780001f86001fc0001f87ffff80007fe6007fe000ffe3ffffe000000000000003c00003c00003cfe\n", + "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/": "0000000000006000000000006000200000500000006000c800000800008860017c0000004003046006040000006074000000000108003ffffe0000000000000ffff01ffff81ffffe\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/": "0000000000000000000000000000600000700000700000f80000f80000f80001f80001f80001fc0003fc0003fc0007fc0007fc000ffc3ffffe0000000000000ffff01ffff80ffff8\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/": "0000000000000000000000602000600000600000784000780000780001f80001f80001f80001f80005f80007fe0027fe0007fe000ffe3ffffe0000000000000ffff01ffff81ffff8\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/": "0000000000000000000000207ffffe600050000018fffffec00088600188fffffe800000fffffe7ffffe0002007ffffe2004002018003ffffe155eaa0a8155003c00003c00003dfe\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/": "0000000000000000000000200000600000700000706000f80000f80000f84001f80001fc6003fc0003fc0003fc3817fe0007fc001ffc3ffffe000000000000003c00003c00003c0e\n", - "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/": "0000000000000000000000607ffffc0000600000787ffa7c0000784001f84001f80001f86001f80003f80007fe6007fe0007fe001ffe3ffffe000000000000003c00003c00003c9e\n", + "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/": "0000000000000000000000607ffffc00006000007860007c0000784001f84001f80001f86001f80003f80007fe6007fe0007fe001ffe3ffffe000000000000003c00003c00003c9e\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/": "ff80ffff80ffbffff7fffd5fbffd05fffd01bff5413fd4017fd0039f10017fc001380067600effbf56fffffdf7fffdffbff3fffff7ffdfffffeaa155f002a0fffffff83ffff87f01\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/": "ffc1ffffe9fffffffffffffffffffffffffffffffffff407fffc03fff003fff003bfc003e00003e00003f00003f00003e00003e00003ff0003fffffffffffffffffffbfffffbffff\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/": "ffc1ffffe8ffffffbffffeaffff803fff801fff801fff001ffe001bfe001ffe001ffe001ffc001ffc001ffc001ffc001ffc001ffc001ffe001ffffffffffffffffffffffffffffff\n", - "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/": "ff80ffffc0ffffffffbffd47fffd47bff5013ff5413fd407bfd8013ff0013800636b0effbffcf7fffdfffff3fffff7ffea0d51eaa855f55eaaffffffe00007e0000fe0187ffffe71\n", - "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/": "ffc1ffffe9fffffffffffffffffffffffd5ffff7fffffc07fffc03fff003ffc003e00003e00003e00003e00003e00003fff557ffffffffffffffffffe50acfe1020fe11affffffff\n", + "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/": "ff80ffffc0ffffffffbffd17fffd47bff5013ff5413fd407bfd8013ff0013800636b0effbffcf7fffdfffff3fffff7ffea0d51eaa855f55eaaffffffe00007e0000fe0187ffffe71\n", + "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/": "ffc1ffffe9fffffffffffffffffffffffd5ffff7fffffc07fffc03fff003ffc003e00003e00003e00003e00003e00003fff557ffffffffffffffffffe50acfe1020fe11a7fffffff\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/": "ffc1ffffe8bffffeaffffa0ffffa03fff801fff001ffe001bfe001ffe001ffc001ffc001ffc001ffc001ffc001ffc001fffd57fffffffffffffffffff94aeff9ce6ff9de7fffffff\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/": "ff80ffffc0ffffffffbfff07fff803fff001bff0017ff0017fc0613f0677600eff7fceff3f7efffffdf7fffdffbff9fffff3fffff7ffdfddffeaa555f40aa8fffffff83ffff87f61\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/": "ffd9ffffffffffffffffffc7fffc07fffc03fff803fff003fff003ffc003f80003f00003f00003f00003f00003f00003f00003f00003ff8003fffffffffffffffffffbffffffffff\n", @@ -251,7 +251,7 @@ "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/": "ff80ffffc0ffbfffffbffe07fffc03bff8013ff0017fe061380477600eff3f4eff3ffcf7fffdfffff9fffff3fffff7ffebfd5feaa855f57eaaffffffe00007e1000fe0187ffffe7b\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/": "ffc1ffffffffffffffffff47fffc07fff803fff003fff003ffc003e00003f00003f00003f00003f00003f00003f00003ffffffffffffffffffffffffe57bdfff7b9ffd7affffffff\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/": "ffc1ffffc1ffffffffffffaffffaaffff807fff801fff001bfe001ffe001ffc001ffc001ffc001ffc001ffc001ffc001fff547fffffffffffffffffff94aeff98e6ff99c7fffffff\n", - "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/": "0000000000000000280000002002be0002a4000abe002bfe003ffc35fffe001ffc6ffe981fe00020e9080000080002002004000000003ffffe00000000000000000007ffe007fffe\n", + "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/": "0000000000000000280000002002fe0002a4000abe002bfe003ffc35fffe001ffc6ffe981fe00020e9080000080002002004000000003ffffe00000000000000000007ffe007fffe\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/": "0000000000000000000000000000000000000000000000f80003fc000ffc001ffc003ffc1ffffc1ffffc1ffffc1ffffc1ffffc1ffffc1ffffc00000000000000000007ffe007ffe0\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/": "0000000000000000400001fe0007fe0017fe000ffe000ffe007ffe053ffe002ffe000ffe003ffe05fffe002ffe003ffe003ffe003ffe3ffffe00000000000000000007ffe007ffe0\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/": "0000000000000000000000000000000002800008000000f80003fc000ffc007a001040000000080000000000000000003ffffe0000000000001ffff81ffff81ffff81ffff81ffff8\n", @@ -275,26 +275,26 @@ "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/": "ff80ffffc0ffbfffffbfffe7bfffe7bfffc73fff97bfff87bfff173ffe13bffe133ffccbbffd87bff921bff801ff4001e00075eaab15f55eaaffffffe00007e0000fe0187ffffe71\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/": "ffc0ffffc1ffffffffffffe7ffffe7ffffc7bfffc7bfff87bfff07bfff07bffe03bffc03fffc03fff803fff803ffc001ea4003ffffffffffffffffffe00007e1000fe0187fffffff\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/": "ff80ffff80ffbfffffbfffefbfffefbfffef3fffcf3fff8fbffe8f3ffe8f3ffe0f3ffa0fbff80fbff80dbff801ffe001cb4001ea8155f5eaaaffffffe00847e1000ff0187ffffe21\n", - "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/": "0000000000000000006000080000000000000000200000006000b80000200000a04002fc0002cc7ffffe002bf437effe203ffe007ffc3ffffe00000000000000000007ffe007fffe\n", - "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/": "0000000000000000000000000000000000000000000000000000180000180000b80000780000fc202bfe000bfc10affc0037fc004ffc3ffffe00000000000000000007ffe007ffe0\n", + "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/": "0000000000000000006000080000000000000000600000006000b80000200000a04002fc0002cc7ffffe002bf437effe203ffe007ffc3ffffe00000000000000000007ffe007fffe\n", + "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/": "0000000000000000000000000000000000000000200000000000180000180000b80000780000fc202bfe000bfc10affc0037fc004ffc3ffffe00000000000000000007ffe007ffe0\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/": "0000000000000000100000002000300000100000380000300000680001780000ec2007fc0000f00003fa0007fe001ffe20fffe05fffe3ffffe00000000000000000007ffe007fff0\n", - "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/": "0000000000000000000000000000000000000000000000000000000000200000c80002ec002bac0003140006dc001ffc1ffe8c0000000000001ffff81ffff81ffff81ffff81ffff8\n", + "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/": "0000000000000000000000000000000000200000000000000000000000200000c80002ec002bac0003140006dc001ffc1ffe8c0000000000001ffff81ffff81ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/": "0000000000000000000000000000000000000000000000000000180000380000780000fc0003fc0003fc0007fc001ffc1ffffc0000000000001ffff81ffff81ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/": "0000000000000000000000000000000000000000000000000000600000400000500001520001fa0007fe003ffe003ffe000abc0000000000001ffff81ffff81ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/": "0000000000000000000000180000100000000000200000204000580000480000ec4001fc0001f40003e40007fc001ede2077fe01fffc3ffffe00000000000000000007ffe007fffe\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/": "0000000000000000000000000000180000180000380000380000780000780000fc0001fc0001fc0003fc0003fc0003fc0027fc009ffc3ffffc00000000000000000007ffe007ffe0\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/": "00000000000000000000000020001000000000001000003000003040007c00006c60037c0001f00003f80007fc001dfe20f7fe01cffe3ffffe00000000000000000007ffe007fffe\n", - "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/": "0000000000000000000000000000000000000000200000180000480000c800008000018400011000020c0007fc003ffc1ffe000000000000001ffff81ffff81ffff81ffff81ffff8\n", + "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/": "00000000000000000000000000000000000000002000001800004800004800008000018400011000020c0007fc003ffc1ffe000000000000001ffff81ffff81ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/": "0000000000000000000000000000100000180000380000780000780000f80001f80001fc0003fc0003fc0007fc001ffc17fbfc0000000000001ffff81ffff81ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/": "0000000000000000000000000000000000000000000000000000380000000000400000400000400000700001fa0007fe002bfe0000000000001ffff81ffff81ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/": "ff80ffff80ffffffff3ff5013ff5413b55413fd7ff3ff0013e0001a003ffffffffeaa155f54aaafffffffc7ffffc003ffc1e7ffc6afffc007ffc7ffffc003ffc7ffffc007ffffe21\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/": "ff80ffff80ffffffffbffd573ff541bfd579ffd7fffff0033f8001e00003e00003effffdf5faaffffffffc7ffffc007ffc7ffffc7ffffc007ffc7ffffc007ffc7ffffc007fffffff\n", - "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/": "ff80ffffc0efffff87fff803fff803ffe001ffe001bec001fa0001e80001eac001ffffffffffffffffffff7ffffc087ffc7ffffc7ffffc0afffd7ffffc007ffe7ffffc007fffffff\n", + "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/": "ff80ffffc0efffff87fff803fff803ffe001ffe001bec001fa0001e80001eac001ffffffffffffffffffff7ffffc187ffc7ffffc7ffffc0afffd7ffffc007ffe7ffffc007fffffff\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/": "ff80ffff80ffffffffffff57bffd01fffd05fff5513ff6013ff401fff0033ff1013a58796bc087bfc01bbf23ffe007ff8fd7ffbfffffefd5ffeaa955f542aafffffff0000ff66e01\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/": "ff90ffffffffffffffffffffffffffffffffffffffffff0ffffc03fff803fff003fff003fff003ffc003ff8003f00003e00003e00003f00003fffffffffffffffffff64dffffffff\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/": "ff90fffffcfffffffffffeaffffe8ffffa87fffa03fff803fff803ffe801ffe001ffe001ffe001ffe001ffe001ffe001fa8001ea8001ffc001ffffffffffffffffffffffefffffff\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/": "ff80ffff80ffffff9f1ff8017ff0019ff0017f80613f00032003ff8043fffff7ffeaad55f54aaafffffffc7ffffc003ffc3f7ffc6ffffc007ffc7ffffc007ffc7ffffc007fffff7b\n", - "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/": "ff80ffffd0ffffffffbffc03fff803fff001fff003bfc003f80003e00003e00003fffffffffffffffffffd7ffffc3c7ffc7ffffc7ffffc0efffc7ffffc007ffc7ffffc007fffffff\n", + "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/": "ff80ffffd0ffffffffbffc03fff803fff001fff003bfc003f80003e00003e00003fffffffffffffffffffd7ffffc387ffc7ffffc7ffffc0efffc7ffffc007ffc7ffffc007fffffff\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/": "ff80ffff80ffffffbfbff803fff803bfe001ffe001bfc001ff0001e80001ea8001ffffffffffffffffffff7ffffc087ffc7ffffc7ffffc087ffc7ffffc007ffe7ffffc007fffffff\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/": "ff80ffff80ffffffffbfff0fbffe07fffc01fff8077ff9833ff339bff8797ff8ff7ff0033fc01bbfa3ffff23fff00fffe3c7ffbff7ffc81d41eaa155f502aafffffff0000ff64e01\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/": "ff95ffffffffffffffffff9ffffe07fffc03fffc03fff803fff003fff003fff803fff003ffc003ffc003ff8003f80003e00003e00003ffc003fffffffffffffffffff66fffffffff\n", @@ -304,37 +304,37 @@ "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/": "0000000000000000000001500007fc000ffe0007fe057ffe057ffe157ffe000aa000000000000000000003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc0\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/": "0000000000000000002000a82002bc0002a8000220600bfe203ffe002fb8002eec07ef84142f18307ffe21dc001ff0001008002000003ffffe0000000000000ffff01ffff80ffff8\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/": "0000000000000000000000000000000000000000000000f00003fc0003fc000ffc000ffc000ffc003ffc00fffc0ffffc1ffffc1ffffc1ffffc0000000000000000000ffff00ffff0\n", - "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/": "0000000000000000000000400001780001780005780007fc0007fc0007fe0007fe001ffe003ffe001ffe043ffe057ffe157ffe15fffe3ffffe0000000000000000001ffff80ffff8\n", + "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/": "0000000000000000000000400001780001780005780007fc0007fc0007fe0017fe0007fe001ffe003ffe043ffe057ffe157ffe15fffe3ffffe0000000000000000001ffff80ffff8\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/": "0000000000000000000000f00002380006e4000600002f8001c0000e000000000000000000000000000003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc0\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/": "0000000000000000000000f80003fc000ffc000ffc003ffc01fffc1ffffc1ffffc00000000000000000003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc0\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/": "0000000000000000000000500005780007fc0003fe003ffe001ffe157ffe100aa800000000000000000003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc0\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/": "0000000000002000000000f00001380003cc0002380004780008c4200386000600000e38003fe4606c0000d8000ff0001820002008003ffffe0000000000000ffff01ffff81ffffe\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/": "0000000000000000000000600000f80001fc0003fc0007fc0007fc000ffc0007fc000ffc003ffc007ffc00fffc07fffc1ffffc1ffffc1ffffc0000000000000000000ffff00ffff0\n", - "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/": "0000000000000000000000000001500001500005500005780005780005fc0007fe0007fe003ffe003ffe003ffe001ffe05fffe15fffe3ffffe0000000000000000001ffff80ffff8\n", + "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/": "0000000000000000000000000001500001500005500005780005780005fc0007fe0007fe001ffe003ffe003ffe001ffe05fffe15fffe3ffffe0000000000000000001ffff80ffff8\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/": "ff80ffff80ffffffff3fff5f3fff07bff5012bd5013fd5013ffe03bfd001c00001eaafd5f542aafffffffc7ffffc003ffc1e7ffc6afffc007ffc7ffffc003ffc7ffffc007ffffe21\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/": "ff80ffff80ffbfffff3fffdf3fff47bff5013fd5413fd5193ffe07bfd001c00001eaaffdf56aaafffffffc7ffffc003ffc3f7ffc6ffffc007ffc7ffffc007ffc7ffffc007fffff7b\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/": "ff80ffff80ffffffbf3ffeaf3ffeafbffe033ff807bff0033fc001aa8001e80001eabffdf56aaafffffffc7ffffc003ffc7f7ffc6ffffc007ffc7ffffc007ffe7ffffc007fffff7f\n", - "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/": "ff80ffff80ffffffff9fffdfffffdfffffffffff773fff177fff8f7fff4f3ffc653ffc657ffc13fff4038a5521ffd051fff983ffd031c00001eaaf55f40020fffffff0000ff44a01\n", + "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/": "ff80ffff80ffffffff9fff9fffffdfffffffffff773fff177fff8f7fff4f3ffc653ffc657ffc13fff403885521ffd051fff983ffd031c00001eaaf55f40020fffffff0000ff44a01\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/": "ff80ffff80ffffffffbfffffffffffffffffffffffbfff9fffff9fffff0fbfff07bffe07fffe07fffc03bfd401fff403fff803fff001e00003ebfffdf7feaffffffff0000ff7ef0f\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/": "ff80ffff80ffffffffbfffbffffebfbfffaffffebfbffeaf3ffeaffffeaf3ffe8ffffe8f3ffa87fffa83bffa03fff803bfc001ebc001ffc001eabffdf5aaaafffffff0024ffffe4f\n", - "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/": "ff80ffff80ffbfffdf3fff9f3fff6fbffe633ffe873ff0213ff803bfc001c00001eaafd5f542aafffffffc7ffffc003ffc1e7ffc6afffc007ffc7ffffc003ffc7ffffc007ffffe21\n", + "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/": "ff80ffff80ffbfffdf3fff9f3fff6fbffe633ffe873ff0213ff801bfc001c00001eaafd5f542aafffffffc7ffffc003ffc1e7ffc6afffc007ffc7ffffc003ffc7ffffc007ffffe21\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/": "ff80ffff80ffbfffffbfff9fbfff0fbffe07bffe07bffc03bff803bff003e00001eafffdf5faaffffffffc7ffffc007ffc7ffffc7ffffc007ffc7ffffc007ffc7ffffc007fffffff\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/": "ff80ffff80ffffffbf3fffbf3ffebfbffe033ffe0f3ff0833ff803bfe001e00001eabfd5f502aafffffffc7ffffc003ffc1e7ffc6afffc007ffc7ffffc003ffc7ffffc007ffffe21\n", - "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/": "ff80ffff80ffffffffbfff9fbfff9fffffafbfff6f3fff673ffe677ffef73ffe933ffe873ffda3fffd719ff873fff9879ff303ffd039c00001eaaf55f40020fffffff0000ff44a01\n", + "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/": "ff80ffff80ffffffffffff9fbfff9fffffafbfff6f3fff673ffe677ffef73ffe933ffe873ffda3fffd719ff873fff9879ff303ffd039c00001eaaf55f40020fffffff0000ff44a01\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/": "ff80ffff80ffffffffffffdfffff9fffff9fffff0fffff0fbfff07fffe07bffe07fffe03bffc03fffc03fffc03fff803fff803fff003e00003fffffffffffffffffff0000fffefef\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/": "ff80ffff80ffffffffbfffbfffffbfbfffbfffffbf3ffeaf3ffeaffffeaf3ffe8ffffe8f3ffe87fffe83bffa03fff803bff803ffe801ffc001eabfd5f5aaaafffffff0004ffffe03\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/": "0000000000000000000000000000000000000000000000800000000007fc000ffc00000000000000000003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc0\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/": "0000000000000000000000000000000000000000000000000000f00007fc000ffc00000000000000000003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc0\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/": "0000000000000000000000000000400000100001700001780003fc055ffc007ffc00000000000000000003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc0\n", - "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/": "0000000000000000006000200000000000000000807ffffe0000000000006003be40039800002800027c3ffffe002b84000078000fcc3ffffe0000000000000ffff01ffff81ffffe\n", + "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/": "0000000000000000006000200000000000000000807801fc0000000000006003be40039800002800027c3ffffe002b84000078000fcc3ffffe0000000000000ffff01ffff81ffffe\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/": "0000000000000000000000000000000000000000000000680000600000f00000f00001f80001f80003fc3febfe0003fc0007fc000ffc3ffffe0000000000000ffff01ffff80ffff8\n", - "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/": "0000000000000000000000400000400001500000400001400001500001500001500001502005fc0001780005fc0007fe3ffffe155ffe3ffffe0000000000000ffff01ffff81ffffe\n", + "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/": "0000000000000000000000400000400001400000400001400001500001500001500001502005fc0001780005fc0007fe3ffffe155ffe3ffffe0000000000000ffff01ffff81ffffe\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/": "000000000000000000000000000000000000000000000000000000000ffc007fec00000000000000000003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc0\n", - "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/": "0000000000000000000000600000700000f00001f80001fc0003fc000ffc003ffc00000000000000000003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc0\n", + "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/": "0000000000000000000000200000700000f00001f80001fc0003fc000ffc003ffc00000000000000000003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc0\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/": "0000000000000000000000000000000000100001400000500000500007fc003ffc00000000000000000003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc0\n", - "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/": "0000000000000000000000206000700000006000900000006001080000007ffffe00000060024c0000006003840002387fccfe000f843ffffe0000000000000ffff01ffff81ffffe\n", + "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/": "0000000000000000000000206000700000006000900000006001080000007ffffe00000060024c0000006003840002387fecfe000f843ffffe0000000000000ffff01ffff81ffffe\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/": "0000000000000000000000000000600000600000f00000f00000f80001f80001f80001f80003fc0003fc0003fc0007fc000ffc000ffc3ffffe0000000000000fbff01ffff80ffff8\n", - "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/": "0000000000000000000000400000400000400000400001404001500001504001500001506001780001502005d400057c2007fc0007fc3ffffe0000000000000ffff01ffff81ffffe\n", + "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=resource\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/": "0000000000000000000000400000400000400000400001404001500001504001500001506001780001502005d400057c3ffffc0007fc3ffffe0000000000000ffff01ffff81ffffe\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/": "ff80ffff80ffffffffffff57bffd41fffd41bff501bfd0017fd0019f00017f00013f0101201341fb3303bf7b5bfc0799f8073bf3ff7fffffffeaad55f56aaafffffffdfffffdffff\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/": "ff94fffffffffffffffffffffffffffffffffffffffffe03fffc03fff003fff003ffc003f80003e00003e00003e00003e00003e00003f80003fffffffffffffffffffdffffffffff\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/": "ff80fffffdfffffffffffe07fffc03fffc03fff001ffd001fff001fff001ffd001ffd001ffd001ff5001ff5001ff5001fd5001f55001ff5001ffffffffffffffffffffffffffffff\n", @@ -359,13 +359,13 @@ "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/": "0000000000000000000001f80003f80007fc000ffc000f84001b08006408174c0000080000000400000401f80404000000000015eaa80000000000001ffff81ffff81ffff81ffffc\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/": "0000000000000000000000f80001fc0003fc0007fc000ffc001ffc003ffc1ffffc1ffffc1ffffc1ffffc1ffffc1ffffc1ffffc0802800000000000000000001ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/": "0000000000000000000000000000700003f80003fc0003fc000ffe002ffe002ffe002ffe002ffe00affe000ffe00affe2aaffe00affe0000000000000bfff81ffff81ffff81ffff8\n", - "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/": "ff80ffff80ffbfffffffffffbfffffbfffdfffffffbfff5f3fff87ffff473ffc477ffc4f3ffc03bff401ffd0019a1001fff801ff8001c00001eabf55f40280fffffffdfffffdff01\n", + "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/": "ff80ffff80ffbfffffffffffbfffdfbfffdfffffffbfff5f3fff87ffff473ffc477ffc4f3ffc03bff401ffd0019a1001fff801ff8001c00001eabf55f40280fffffffdfffffdff01\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/": "ff80ffff80ffbfffffffffffffffffbfffffffffffbfffdfffff87ffff07bfff07fffe07bffe03bff403fff403bf5003fff803ff8001e00001eafffdf5eaaffffffffdfffffdffff\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/": "ff80ffff80ffbfffffffffdfbfff4fffffdfbfff5fbfff5fbfff07ffff07bfff03fffc073ff807fffc03bffc03fff401bfd001fd0001d41001eaeffdf52aa2fffffffdfffffdfffb\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/": "ff80ffff80ffffffffffffffbfffdfffffffbfff5f3fff87ffff073ffc477ffc473ffc013ff401ff55019b1023fff809ff8001c00001eaabd5f542aaffffffec9247e401ffedff21\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/": "ff80ffff80ffffffffffffffbfffffffffffbfffffbfff87ffff07bfff07fffe07bffe03bff401ffd403bf5003fff803ffc001e00001eafffdf5feafffffffec924fe481ffffffff\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/": "ff80ffff80ffbfffdfffffdfbfff47ffff5fbfff473fff07bfff07bfff073ffd073ffc07bffc03bffc01fff4019f5001f51001c55001eaad55f52aaaffffffed9b27e401fffffff1\n", - "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/": "ff80ffff80ffffffffbfff97ffff97bfff0fffff5f3fff5f3ffecfbffefb3ffe033ffc073ff803bffd23bff803fffa1bbff001ff0001c00001eaaf55f40280fffffffdfffffdff01\n", + "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/": "ff80ffff80ffffffffbfff97ffff87bfff0fffff5f3fff5f3ffecfbffefb3ffe033ffc073ff803bffd23bff803fffa1bbff001ff0001c00001eaaf55f40280fffffffdfffffdff01\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/": "ff80ffffc0ffffffffffffdfffff97ffff87ffff07bfff07fffe07fffe03bffe03fffe03bffc03fffc03fff803fff803fff803ff8003e00001fffffffffefffffffffdfffffdffff\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/": "ff80ffff80ffbfffffffffdfbfffc7ffffcfbfff473fff5f3fff07bfff573fff033ffc073ff003fffc03bff003fffc03bfc001ff0001de1001eaad55f40200fffffffdfffffdff01\n", "dataset_type=timeseries\/statistic=total_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/": "ff80ffff80ffbfffffbfff97bfff8fffff5fbffe4f3fffdfbffeef3ffe273ffe073ffd833ffd87bff933fff81bbff001ff0001c00001eaab55f542aaffffffec9247e401ffedff21\n", @@ -395,22 +395,22 @@ "dataset_type=timeseries\/statistic=utilization\/group_by=none\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/": "ff80ffff80ff807701c000019ffe273ffc733ffdf91ff9f90000010000013ff3ff3fe7ff3fefff000001000001103fffc07fffcffffffa555fea8055f502a8ffffffffc3ffffc701\n", "dataset_type=timeseries\/statistic=utilization\/group_by=none\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/": "ff80ffffd9ffffffffffff8fffff07fffe07fffc03fffc03fff803fff803fff003fff003ffe003ffc003ff8003ff0003f00003e00003f00003ffffffffffffffffffffcfffffffff\n", "dataset_type=timeseries\/statistic=utilization\/group_by=none\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/": "fffbffffffffffffffffff87fffe07fffe07fff801fff801fff801fff801fff001ffe001ffe001ffe001ffc001ff8001f00001c00001c00001ffffffffffffffffffffffffffffff\n", - "dataset_type=timeseries\/statistic=utilization\/group_by=none\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/": "0000000000003ffffe0000000002806002062002760000fc200fec203e0620e40000880001080035100000200000e0000f80003800003ffffe00000000000007ffe00ffff00ffffe\n", + "dataset_type=timeseries\/statistic=utilization\/group_by=none\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/": "0000000000003ffffe0000000002806002063ffefe0001fc200fec203e0620e40000880001080035100000200000e0000f80003800003ffffe00000000000007ffe00ffff00ffffe\n", "dataset_type=timeseries\/statistic=utilization\/group_by=none\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/": "0000000000000000000000000000000000000000200000f80003fc0003fc0007fc0007fc000ffc001ffc003ffc007ffc0ffffc1ffffc1ffffc0000000000000000000ffff007fff0\n", "dataset_type=timeseries\/statistic=utilization\/group_by=none\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/": "0000000000000000000000000000000000000000200000f80001f80007fe0007fe0007fe000ffe001ffe001ffe003ffe00fffe3ffffe3ffffe0000000000000000000ffff007fff0\n", - "dataset_type=timeseries\/statistic=utilization\/group_by=none\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/": "0000000000003ffffe2000a82003bc7ffffe7ffffe6001d87ffffe7ffffe7ffffe202c006fd8007ffffe70300061e0000f80003e7ffe3ffffe1550aa0a0150003c00003c00003dfe\n", + "dataset_type=timeseries\/statistic=utilization\/group_by=none\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/": "0000000000003ffffe0000a82002987ffffe7ffffe6001d87fffbe7ffffe7ff7f8202c006fd8007ffffe70300021e0000f80003e3ffe3ffffe15502a0a0150003c00003c00003cfe\n", "dataset_type=timeseries\/statistic=utilization\/group_by=none\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/": "0000000000000000000000000000000000000000200000f80003fc0003fc0007fc0007fc000ffc001ffc003ffc007ffc0ffffc1ffffc1ffffc000000000000000800003c00003c00\n", "dataset_type=timeseries\/statistic=utilization\/group_by=none\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/": "0000000000002000000000000000800000000000600001f80001f80007fe0007fe0007fe000ffe001ffe001ffe003ffe00fffe3ffffe3ffffe000000000000001800003c00003c00\n", "dataset_type=timeseries\/statistic=utilization\/group_by=none\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/": "0000000000003ffffe3ffffe3ffffe000384000000207e063ffffe3ffffe0108000000000000003ffffe3ffffe21c00009000010000037fafe00000000000007ffe00ffff00ffff0\n", "dataset_type=timeseries\/statistic=utilization\/group_by=none\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/": "0000000000002000000000700000f80001f80003fc0003fc3ffffe008ffc000ffc000ffc001ffc3ffffe207ffc00fffc0ffffc1ffffc1ffffc0000000000000000000ffff007fff0\n", "dataset_type=timeseries\/statistic=utilization\/group_by=none\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/": "00000000000000000020007c0001f80001f80003f80037fe3ffffe0007fe000ffe001ffe000ffe001ffe3ffffe007ffe0ffffe3ffffe3ffffe0000000000000000000ffff007fff0\n", - "dataset_type=timeseries\/statistic=utilization\/group_by=none\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/": "0000000000003ffffe3ffffe3ffffe20038c0002007ffffe3ffffe3ffffe2008000008000000003ffffe3ffffe2ffffe3f00003800003ffffe000000000000003800003c00003c06\n", - "dataset_type=timeseries\/statistic=utilization\/group_by=none\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/": "0000000000003ffffe2000700000f80001f80003fc0003fc3ffffe3ffffc000ffc000ffc001ffc3ffffe3f7ffe00fffc0ffffc1ffffc1ffffc000000000000000000003c00003c00\n", + "dataset_type=timeseries\/statistic=utilization\/group_by=none\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/": "0000000000003ffffe3ffffe3ffffe20030c0002007ffffe3ffffe3ffffe2008000008000000003ffffe3ffffe2ffffe3f00003800003ffffe000000000000003800003c00003c06\n", + "dataset_type=timeseries\/statistic=utilization\/group_by=none\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/": "0000000000003ffffe2000700000f80001f80003fc0003fc3ffffe3ffffe000ffc000ffc001ffc3ffffe3f7ffe00fffc0ffffc1ffffc1ffffc000000000000000000003c00003c00\n", "dataset_type=timeseries\/statistic=utilization\/group_by=none\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/": "0000000000000000003fff7c0001f80001f80003fc3ffffe3ffffe2007fe000ffe001ffe000ffe201ffe3ffffe20fffe0ffffe3ffffe3ffffe000000000000000000003c00003c00\n", "dataset_type=timeseries\/statistic=utilization\/group_by=none\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/": "ff807fff80ffbfffffbfffdfbfffdf3fffe73fffe73fff1f3fff0f3fffa71ffd333ffd631ffe013ffe3b0010fb3fc1f99f8bfffc03ffc00501eaa015f00000fffffff0001ff80201\n", "dataset_type=timeseries\/statistic=utilization\/group_by=none\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/": "ff80ffff80ffffffffffffffffffffffffffbfffffffff9f3fff8fffff87bfff07ffff07bffe03fffe03bff403ffe403ffb803fe6003c00003ebfffdf56aaafffffff8001ffbff1f\n", "dataset_type=timeseries\/statistic=utilization\/group_by=none\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/": "ff80ffff80ffffffffffffffffffffffffffffffffffff9fbfff9fffff87ffff87fffe07bffe07fffe07fffa07fff801fff801fff001fdc001efffffffffbffffffff8001fffff3f\n", - "dataset_type=timeseries\/statistic=utilization\/group_by=none\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/": "ff807fff807fffffdf9fffdfbffff73fffe71fff173fff0f1fff273fff271ffd773ffc731ffcf13ffefb0004f93ff9f99ffbfffa07ffc00001eaa001f00000ffffffffc3ffffc601\n", + "dataset_type=timeseries\/statistic=utilization\/group_by=none\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/": "ff807fff807fffffdf9fffdfbffff73fffe71fff173fff0f1fff273fff271ffd773ffc731ffcf13ffefb0004f93ff9f99ffbfffa03ffc00001eaa001f00000ffffffffc3ffffc601\n", "dataset_type=timeseries\/statistic=utilization\/group_by=none\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/": "ff80ffff80ffffffffffffffffffffffffffbfffdfffff9fbfff87ffff87bfff07ffff07bffe03fffe03bff403fffc03fff803ffe003c00003eafffdf5eaaaffffffffc3ffffffff\n", "dataset_type=timeseries\/statistic=utilization\/group_by=none\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/": "ff80ffff80ffffffffffffffffffffffffffffff9fffff9fffff97ffff87ffff87fffe07fffe07fffe07fffc07fff801fff801ffe001ff4001effffffffeffffffffffe7ffffffff\n", "dataset_type=timeseries\/statistic=utilization\/group_by=none\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/": "ff807fff807f9fffff9fff9fffff9f1fff873fffa73fff371fff737fff671ffe833ffe3b3ffcfb1ff1fb3fe1f91f8bfbff33ffe807ffc00001eaa001f00000fffffff0001ff80201\n", @@ -419,43 +419,43 @@ "dataset_type=timeseries\/statistic=utilization\/group_by=none\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/": "ff807fff807f9fff9fffff9fbfff8f1fff073fffa71fff373fff773ffe771ffe533ffefb3ffcfb1ffcf93ffdf91febf9bff3ffe007ff800001eaa001f00000ffffffffc3ffffc201\n", "dataset_type=timeseries\/statistic=utilization\/group_by=none\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/": "ff80ffff80ffffffffffffdfffff9fbfff8fffff87bfff07ffff07ffff07bffe07fffe03fffe03bffc03fffc03fff803fff803ffc003c00003effffdf7feafffffffffc3ffffffff\n", "dataset_type=timeseries\/statistic=utilization\/group_by=none\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/": "ff80ffff88ffffffffffff9fffff9fffff9fffff87ffff87ffff07fffe07fffe07fffe07fffe07fffc07fff801fff801fff801ffe001ffc001fffffffffffffffffffff7ffffffff\n", - "dataset_type=timeseries\/statistic=utilization\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/": "0000000000002000002000202000200000184000000000206000f00000007ffffe00008c6001fc0001007fef040002003ffffe0088003ffffe00000000000007ffe00ffff00ffffe\n", - "dataset_type=timeseries\/statistic=utilization\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/": "0000000000000000000000000000000000000000000000200000700000700000f80000f80001f80001fc000bfc0003fc2067fc000ffc3ffffe00000000000007ffe00ffff00ffff0\n", + "dataset_type=timeseries\/statistic=utilization\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/": "0000000000002000002000202000200000084000000000206000f00000007ffffe00008c6001fc0001007fef040002003ffffe0088003ffffe00000000000007ffe00ffff00ffffe\n", + "dataset_type=timeseries\/statistic=utilization\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/": "0000000000000000000000000000000000000000000000200000700000700002f80000f80001fc0001fc000bfc0003fc2067fc000ffc3ffffe00000000000007ffe00ffff00ffff0\n", "dataset_type=timeseries\/statistic=utilization\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/": "00000000000000000000000000000000000000000000006000006000007820027c0001f80001f80001f8000df80007fe20f7fe000ffe3ffffe00000000000007ffe00ffff00ffff4\n", - "dataset_type=timeseries\/statistic=utilization\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/": "0000000000000000003ffffe7ffffee000187ffffee000f0fffffe4000087ffffe4002847ffffec001047ffffe4002047feffe0018003ffffe1556aa0a8155003c00003c00003dfe\n", - "dataset_type=timeseries\/statistic=utilization\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/": "0000000000000000002000202000080000002000e00000606000780000780002f80000f84001fc0001fc642bfc0003fc2007fc001ffc3ffffe000000000000003c00003c00003c9e\n", - "dataset_type=timeseries\/statistic=utilization\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/": "0000000000000000002000202000180000006000600000606001f80000786002780001f86001f80001f86eaff80007fe2007fe000ffe3ffffe000000000000003c00003c00003cfe\n", + "dataset_type=timeseries\/statistic=utilization\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/": "0000000000000000003fffe47ffffee000187ffffee000e0fffffe4000087ffffe4002847ffffec001047ffffe4002047feffe0018003ffffe1556aa0a8155003c00003c00003dfe\n", + "dataset_type=timeseries\/statistic=utilization\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/": "0000000000000000000000202000000000002000600000606000780000780002f80000f84001fc0001fc642bfc0003fc2007fc001ffc3ffffe000000000000003c00003c00003c9e\n", + "dataset_type=timeseries\/statistic=utilization\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/": "0000000000000000002000202000080000006000600000606001f80000786002780001f86001f80001f86eaff80007fe2007fe000ffe3ffffe000000000000003c00003c00003cfe\n", "dataset_type=timeseries\/statistic=utilization\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/": "00000000000020000020002000002060007800000040000060008c0000087ffffe0000000003007ffffe0000007ffffe00c4000108003ffffe00000000000007ffe00ffff00ffffe\n", "dataset_type=timeseries\/statistic=utilization\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/": "0000000000000000000000000000200000700000700000780000f80000f80001f80001f80001fc0003fc0003fc0037fc0007fc000ffc3ffffe00000000000007ffe00ffff007fff0\n", "dataset_type=timeseries\/statistic=utilization\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/": "0000000000000000000000600000600000600000780000780000780001f80001f80001f80001f80007f80007fe0027fe0007fe000ffe3ffffe00000000000007ffe00ffff00ffff0\n", - "dataset_type=timeseries\/statistic=utilization\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/": "0000000000007ffffe200060000020fffffe000000fffffef001ec0000807ffffe400100600304fffffec000007ffffe200c000018003ffffe1556aa0a8155003c00003c00003dfe\n", - "dataset_type=timeseries\/statistic=utilization\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/": "0000000000002000000000200000600000700000700000f80000f80000f83ffffc0001fc0001fc0003fc0003fc2007fc0007fc001ffc3ffffe000000000000003800003c00003c04\n", - "dataset_type=timeseries\/statistic=utilization\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/": "0000000000002000000000600000600000600000787ffe7c0000f80001f87ffffc0001f80001f80007f80007fe3ffffe0007fe000ffe3ffffe000000000000003c00003c00003c0e\n", + "dataset_type=timeseries\/statistic=utilization\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/": "0000000000007ffffe200060000020fffffe000000fffffefffffe0000807ffffe400100600304fffffec000007ffffe200c000018003ffffe1556aa0a8155003c00003c00003dfe\n", + "dataset_type=timeseries\/statistic=utilization\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/": "0000000000002000000000200000600000700000702000f80000f80000f82001fc0001fc0001fc0003fc0003fc2007fc0007fc001ffc3ffffe000000000000003800003c00003c04\n", + "dataset_type=timeseries\/statistic=utilization\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/": "00000000000020000000006000006000006000007870007c0000f80001f87ffffc0001f80001f80007f80007fe3ffffe0007fe000ffe3ffffe000000000000003c00003c00003c0e\n", "dataset_type=timeseries\/statistic=utilization\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/": "ff007fff007fffffdfbffd07fffd073ff741bff4097ff0013ff801fff0013f8001bf8503ff007f3f36ffbffdffb81dff803bfffff7ffffffffeaad55f50aaafffffffc3ffffc3ffb\n", "dataset_type=timeseries\/statistic=utilization\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/": "ff007fffb3fffffffffffffffffffffffffffffe1ffffc03fff803fff003ffc003ffc003ff8003ff8003ff8003ff8003e00003e00003ff8003fffffffffffffffffffdffffffffff\n", "dataset_type=timeseries\/statistic=utilization\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/": "ff007fff327ffffffffffa2ffffa03fffa03fff803ffe801ffe001ffe801ffe001ffe001ffe001ffe001ffe001ffe001ffa001ffa001ffe801ffffffffffffffffffffffffffffff\n", - "dataset_type=timeseries\/statistic=utilization\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/": "ff007fff007fffffdfbffd073ffd017ff5413fd40d7ff801bf70017fc001ff85017f107f3ff6ff380dffa033fffff7ffefffffeaab55f5ffaeffffffc21083c0018fc2007ffffe7f\n", - "dataset_type=timeseries\/statistic=utilization\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/": "ff007fffb3fffffffffffd5fffffdffffffffffc1ffffc03fff003fff003ffc003ff8003ff8003ff8003e00003e00003ffff5fffffffffffffffffffca5187fa539fd61cffffffff\n", + "dataset_type=timeseries\/statistic=utilization\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/": "ff007fff007fffffdfbffd073ffd017ff5613fd4057ff801bf70017fc001ff85017f107f3ff6ff3a0dffa033fffff7ffefffffeaab55f5ffaeffffffc21083c0018fc2007ffffe7f\n", + "dataset_type=timeseries\/statistic=utilization\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/": "ff007fffb3fffffffffffd5fffffdffffffffffc1ffffc03fff003fff003ffc003ff8003ff8003ff8003e00003e00003ffff5fffffffffffffffffffca5187fa539fd61dffffffff\n", "dataset_type=timeseries\/statistic=utilization\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/": "ff007fff107fffffbffffaaffffa8ffffa03ffe801ffe001ffe001ffe001ffe001ffe001ffe001ffa001ffa001ffa001ffff5ffffffffffffffffffff391e7f39feff79c7fffffff\n", "dataset_type=timeseries\/statistic=utilization\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/": "ff007fff007fbffffffffc1ffff0033ff801bff0013ff0013f80013fc5037f887bff01ff3f76ff3fffff7fddff201bffeffbfffff7ffc95d6beaa555f40aa8fffffffc3ffffc3f61\n", "dataset_type=timeseries\/statistic=utilization\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/": "ff017fffbbfffffffffffe1ffffc07fff803fff803fff003fff003ffc003ff8003ff8003ff8003ff8003ff8003ff0003e00003f00003ff8003fffffffffffffffffffdffffffffff\n", "dataset_type=timeseries\/statistic=utilization\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/": "ff007fff107ffffffffffe3ffffa83fffa03fffa03fff803ffe001ffe801ffe001ffe001ffe001ffe001ffe001ffe001ffa801ffa001ffe001ffffffffffffffffffffffffffffff\n", - "dataset_type=timeseries\/statistic=utilization\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/": "ff007fff007fbffffffffc0f3ff801bff2013ff0013fc001bfc5037f9c7fbf32ff3ffeff7fddff201bffaff7fffff7ffeafd57eaa855f57eaaffffffc21083c0018fc2007ffffe7b\n", + "dataset_type=timeseries\/statistic=utilization\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/": "ff007fff007fbffffffffc0f3ff801bff2013ff0013fc001bfc5037f9c7bbf32ff3ffeff7ffdff201bffaff7fffff7ffeafd57eaa855f57eaaffffffc21083c0018fc2007ffffe7b\n", "dataset_type=timeseries\/statistic=utilization\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/": "ff017fffbbfffffffffffc1ffffc03fff803fff003fff003ffc003ff8003ff8003ff8003ff8003ff0003e00003f00003ffffffffffffffffffffffffce53bffa779ff65fffffffff\n", "dataset_type=timeseries\/statistic=utilization\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/": "ff007fff107ffffffffffebffffaaffffa8bfffa03ffe801ffe001ffe001ffe001ffe001ffe001ffe001ffa001ffa001ffff47fffffffffffffffffff311e7f39deff71c7fffffff\n", - "dataset_type=timeseries\/statistic=utilization\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/": "0000000000000000002002a80002280000be000bfe000ffc202efe00affc007ffe207ffe05ff8035fd00011b0007f6003fec000008003ffffe00000000000000000003ffc003ffc0\n", - "dataset_type=timeseries\/statistic=utilization\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/": "0000000000000000000000000000000000000000800003f80007fc000ffc001ffc003ffc007ffc00fffc007ffc00fffc1ffffc1ffffc1ffffc00000000000000000003ffc003ffc0\n", - "dataset_type=timeseries\/statistic=utilization\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/": "0000000000000000000005500005f80001fc0003fc000ffe003ffe001ffe001ffe007ffe00cffe003ffe007ffe047ffe007ffe005ffe157ffe00000000000000000003ffc003ffc0\n", - "dataset_type=timeseries\/statistic=utilization\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/": "0000000000000000000000000000a0000a800002800002b8000ffc000ffc0030fc004f800018000020001fc4000008000000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", + "dataset_type=timeseries\/statistic=utilization\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/": "0000000000000000002002a80002280000be000bfe000ffc202efe00affc007ffe207ffe05ff8435fd00011b0007f6003fec000008003ffffe00000000000000000003ffc003ffc0\n", + "dataset_type=timeseries\/statistic=utilization\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/": "0000000000000000000000000000000000000000800003f80007fc000ffc001ffc003ffc007ffc00fffc007ffc007ffc1ffffc1ffffc1ffffc00000000000000000003ffc003ffc0\n", + "dataset_type=timeseries\/statistic=utilization\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/": "0000000000000000000005500005f80001fc0003fc000ffe003ffe001ffe001ffe007ffe00cffe003ffe003ffe047ffe007ffe005ffe157ffe00000000000000000003ffc003ffc0\n", + "dataset_type=timeseries\/statistic=utilization\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/": "0000000000000000000000000000a0000a800002800002b8000ffc000ffc0030fc004f800018000020001dc4000008000000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", "dataset_type=timeseries\/statistic=utilization\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/": "0000000000000000000000000000000000000000000003f00007fc000ffc003ffc007ffc007ffc007ffc1ffffc1ffffc0000000000000000001ffff83ffffc3ffffc3ffffc3ffffc\n", "dataset_type=timeseries\/statistic=utilization\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/": "0000000000000000000000500000700001f80001fc0007fe0007fe0007fe000ffe0007fe0007fe0017fe001ffe005ffe0000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", "dataset_type=timeseries\/statistic=utilization\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/": "0000000000000000002003e00003f82006fc0003fc000ffc207efe0038fc001784007e0000c9000112000032001fe4003f0c000008003ffffe00000000000000000003ffc003ffe4\n", - "dataset_type=timeseries\/statistic=utilization\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/": "0000000000000000000000c00003f00003fc0007fc0007fc001ffc003ffc007ffc007ffc00fffc007ffc007ffc0ffffc1ffffc1ffffc1ffffc00000000000000000003ffc003ffc0\n", + "dataset_type=timeseries\/statistic=utilization\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/": "0000000000000000000000c00003f00003fc0007fc0007fc001ffc003ffc007ffc007ffc00fffc007ffc007ffc07fffc1ffffc1ffffc1ffffc00000000000000000003ffc003ffc0\n", "dataset_type=timeseries\/statistic=utilization\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/": "0000000000000000000001c000055800017c0001fc0007fc007ffe001ffe001ffe003ffe00effe013ffe003ffe007ffe007ffe005ffe157ffe00000000000000000003ffc003ffc0\n", - "dataset_type=timeseries\/statistic=utilization\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/": "0000000000000000000000200002380000fc0003f4000edc0000fc000280000c000010000002001fe4001000000000000000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", + "dataset_type=timeseries\/statistic=utilization\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/": "0000000000000000000000200002380000fc0003f4000edc0000fc000380000c000010000002001fe4001000000000000000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", "dataset_type=timeseries\/statistic=utilization\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/": "0000000000000000000000800003f00003fc0007fc000ffc003ffc007ffc007ffc007ffc007ffc07fffc1ffffc1ffffc0000000000000000001ffff83ffffc3ffffc3ffffc3ffffc\n", - "dataset_type=timeseries\/statistic=utilization\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/": "0000000000000000000000000000000001700001f00003fc0017fe0007fe000ffe0007fe0007fe0017fe0017fe005ffe0000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", - "dataset_type=timeseries\/statistic=utilization\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/": "ff007fff007fbfffffffffffbfffdf3fffffbfff1f3fff1f7ffe1fbffc077ffcc7bffc0f7ff8033ffd013fd1037ff001bffe01fff001c00001eabf55f402a0fffffffc3ffffc3f61\n", + "dataset_type=timeseries\/statistic=utilization\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/": "0000000000000000000000000000000001700001f00003fc0017fe0007fe0007fe0007fe0007fe0017fe0017fe005ffe0000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", + "dataset_type=timeseries\/statistic=utilization\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/": "ff007fff007fbfffffffffffbfffdf3fffffbfff1f3fff1f7ffe1fbffc077ffcc7bffc0f7ff8033ffd013fd1237ff801bffe01fff001c00001eabf55f402a0fffffffc3ffffc3f61\n", "dataset_type=timeseries\/statistic=utilization\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/": "ff007fff107fffffffffffffffffffffffffffff7fbfff1ffffe1ffffe1ffffe0ffffc0ffffc0ffffc07fff403fff803fff803fff003ff0003fffffffffffffffffffcbffffdffff\n", "dataset_type=timeseries\/statistic=utilization\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/": "ff007fff007fffffffbffebffffebf7ffebfbffebf3ffebf7ffe3fbffa3f7ff80ffff807bff8a37ffa837ffa0fbff803fff801ff8001f80001eabdd5f40aa0fffffffc3fffff3f61\n", "dataset_type=timeseries\/statistic=utilization\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/": "ff007fff007fffffffbfff5f3fff5f3fffff3fff1f3ffd1fbffc073ffc4fbffc433ff5433f51013ffb41bffa01ff8001e00041eaaa55f55eaaffffffc21083c0018fc2007ffffe71\n", @@ -478,23 +478,23 @@ "dataset_type=timeseries\/statistic=utilization\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/": "0000000000000000002001000000000000007ffffe0001400001407ffffe00056000055060075c0005580005506007fc0001fc001ffc3ffffe10000000000000000003ffc003fffe\n", "dataset_type=timeseries\/statistic=utilization\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/": "00000000000000000000000000000000000000012000000000020000000000000000001800000800006c0001f4003ffc1ffffc0000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", "dataset_type=timeseries\/statistic=utilization\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/": "0000000000000000000000800000c00000e00001e00001e00003f00003f00003f00003f80003f80007fc0007fc000ffc15fffc0000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", - "dataset_type=timeseries\/statistic=utilization\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/": "0000000000000000000000000000000000000000000000000001400000000000400000500000500005700001700007fe000bfe0000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", + "dataset_type=timeseries\/statistic=utilization\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/": "0000000000000000000000000000000000000000000000000001400000000000400000500000500005700001700007fc000bfe0000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", "dataset_type=timeseries\/statistic=utilization\/group_by=resource\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/": "fe003f7e003f3fffdf3ffd013ff5013b55ff3fde07bff0017e00012003ff7fffff6aa955f54aaafffffffc3ffffc007ffc1efffc3ffffc007ffc3ffffc007ffe3ffffe007fffff7b\n", "dataset_type=timeseries\/statistic=utilization\/group_by=resource\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/": "fe003f7f003fbfffffbffd573ff551bfd5ff3fff07bff001ff0001e00003e00003fffffdf5feaffffffffc3ffffe007ffc3ffffc3ffffc00fffc3ffffe007ffe3ffffe00ffffffff\n", - "dataset_type=timeseries\/statistic=utilization\/group_by=resource\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/": "ff003fff003fffff87bff803fff803ffe001ffe001fec001fe0001e80001ea8001ffffffffffffffffffffbffffe0cfffe3ffffe3ffffe1cfffe3ffffe00ffff7ffffe00ffffffff\n", + "dataset_type=timeseries\/statistic=utilization\/group_by=resource\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/": "ff003fff003fffff87bff803fff803ffe001ffe001fec001fe0001e80001ea8001ffffffffffffffffffffbffffe1cfffe3ffffe3ffffe1cfffe3ffffe00ffff7ffffe00ffffffff\n", "dataset_type=timeseries\/statistic=utilization\/group_by=resource\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/": "fe003ffe003fffffffbfff17bffd077ffd573ffd073ff6013ffc017ff0873ff131bff0797bd0e73fc0033fa3fff803ffe007ffbff7fffbffffeaa155f542aafffffff0000ff66e01\n", "dataset_type=timeseries\/statistic=utilization\/group_by=resource\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/": "ff007fff777fffffffffffffffffffffffffffffdfffff07fffc03fff803fff003fff003fff003ffc003ff8003ff0003e00003e00003f00003fffffffffffffffffff64dffffffff\n", "dataset_type=timeseries\/statistic=utilization\/group_by=resource\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/": "ff007fff767fffffffffffbffffeaffffa87fffa83fff803fff803ffe801ffe801ffe001ffe001ffe001ffe001ffe001fa8001ea8001ffc001ffffffffffffffffffffffefffffff\n", "dataset_type=timeseries\/statistic=utilization\/group_by=resource\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/": "fe003f7e003fffffdf1ff8013ff0019ff0013f8061bf0003a003ff2043ff3ff7ffeaad55f54aaafffffffc3ffffc007ffc1efffc3ffffc007ffc3ffffc007ffe3ffffe007fffff7b\n", "dataset_type=timeseries\/statistic=utilization\/group_by=resource\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/": "ff007fff207fffffffbffc03fff803fff003fff003ffc003f80003e00003e00003fffffffffffffffffffebffffe1efffe7ffffefffffe1cfffcfffffe00fffe7ffffe08ffffffff\n", - "dataset_type=timeseries\/statistic=utilization\/group_by=resource\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/": "fe003fff007fffffffbff803fff803ffe001ffe001ffc001ff0001e80001ea8001ffffffffffffffffffffbffffe08fffe3ffffe3ffffe0cfffe3ffffe00ffff7ffffe00ffffffff\n", + "dataset_type=timeseries\/statistic=utilization\/group_by=resource\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/": "fe003fff007fffffffbff803fff803ffe001ffe001ffc001ff0001e80001ea8001ffffffffffffffffffffbffffe0cfffe3ffffe3ffffe0cfffe3ffffe00ffff7ffffe00ffffffff\n", "dataset_type=timeseries\/statistic=utilization\/group_by=resource\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/": "fe003ffe003fffffffffff0fbffe073ffc013ff8073ff9833ff3393ff8793ff8ff7ff0433fc01b3fa3ff3f23ff700fffe3c7ffbff7ffc00d01eaa155f502aafffffff0000ff64e01\n", "dataset_type=timeseries\/statistic=utilization\/group_by=resource\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/": "ff267fffffffffffffffff1ffffe07fffc03fffc03fff803fff003fff003fff803fff003ffc003ffc003ff8003f80003e00003e00003ffc003fffffffffffffffffff66fffffffff\n", "dataset_type=timeseries\/statistic=utilization\/group_by=resource\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/": "ff007fff377fffffffffffbffffeaffffeaffffa83fff883fff803ffe801ffe801ffe801ffe001ffe001ffe001ffe001fa8001ea8001ffc001ffffffffffffffffffffffefffffff\n", "dataset_type=timeseries\/statistic=utilization\/group_by=resource\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/": "0000000000000000000000000000000000000000000007fc00fffc1ff80000000000000000000000000003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc0\n", "dataset_type=timeseries\/statistic=utilization\/group_by=resource\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/": "0000000000000000000000000000000000000000000007fc007ffc1ffffc1ffffc00000000000000000003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc001ffc0\n", "dataset_type=timeseries\/statistic=utilization\/group_by=resource\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/": "00000000000000000000017000057c000ffe000ffe017ffe017ffe177ffe141aae00000000000000000003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc001ffc0\n", - "dataset_type=timeseries\/statistic=utilization\/group_by=resource\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/": "0000000000000000000000202002b8000228000060600bfe00039c002ef8202eec008b84050e18103ffc004c000ff8001fe000300ffc3ffffe0000000000000ffff01ffff80ffff8\n", + "dataset_type=timeseries\/statistic=utilization\/group_by=resource\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/": "0000000000000000000000202002b8000228000060600bfe00039c002ef8202eec008b84052e18103ffc004c000ff8001fe000300d5c3ffffe0000000000000ffff01ffff80ffff8\n", "dataset_type=timeseries\/statistic=utilization\/group_by=resource\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/": "0000000000000000000000000000000000000000000000f80003fc0007fc000ffc000ffc000ffc003ffc007ffc01fffc1ffffc1ffffc1ffffc0000000000000000001ffff00ffff8\n", "dataset_type=timeseries\/statistic=utilization\/group_by=resource\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/": "00000000000000004000004000015000057800057800057c0007fc0007fc0007fe001ffe003ffe003ffe003ffe057ffe157ffe15fffe3ffffe0000000000000000001ffff80ffff8\n", "dataset_type=timeseries\/statistic=utilization\/group_by=resource\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/": "0000000000000000000001f0000278000ffc000600006ff003f0000e000000000000000000000000000003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc001ffc0\n", @@ -517,17 +517,17 @@ "dataset_type=timeseries\/statistic=utilization\/group_by=resource\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/": "fe003ffe003fbfffffffffbfbfffbf7fffbfbfffbf7ffeaf3ffeaffffeafbffe8ffffe8fbffe877ffe83bffa03fff803bff803ffe801ffc001eabfd5f5aaaafffffff0004ffffe03\n", "dataset_type=timeseries\/statistic=utilization\/group_by=resource\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/": "0000000000000000000000000000000000000000000000900000000007fc003ffc00000000000000000003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc0\n", "dataset_type=timeseries\/statistic=utilization\/group_by=resource\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/": "0000000000000000000000000000000000000000000000600001f80007fc002ffc00000000000000000003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc0\n", - "dataset_type=timeseries\/statistic=utilization\/group_by=resource\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/": "0000000000000000000000000000400000500001500001580001fc055ffe017ffc00000000000000000003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc001ffc0\n", - "dataset_type=timeseries\/statistic=utilization\/group_by=resource\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/": "0000000000000000007ffffe00000000000000000078017c00000000000060019c00038c0000280000707ffffe000300000078000fcc3ffffe0000000000000ffff01ffff81ffffe\n", + "dataset_type=timeseries\/statistic=utilization\/group_by=resource\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/": "0000000000000000000000000000000000500001500001580001fc055ffe017ffc00000000000000000003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc001ffc0\n", + "dataset_type=timeseries\/statistic=utilization\/group_by=resource\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/": "0000000000000000007ffffe00000000000000000078037c00000000000060019e00038c0000280000707ffffe000300000078000fcc3ffffe0000000000000ffff01ffff81ffffe\n", "dataset_type=timeseries\/statistic=utilization\/group_by=resource\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/": "0000000000000000002000200000000000000000000000600000600000f00000f80001f80001f80001fc3fabfe0003fc0007fc000ffc3ffffe0000000000000ffff01ffff80ffff8\n", - "dataset_type=timeseries\/statistic=utilization\/group_by=resource\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/": "0000000000002000400000402001400000402001500001406001700001502001700001502005fc0001502007fc000578357ffe157ffe3ffffe0000000000000ffff01ffff81ffff8\n", - "dataset_type=timeseries\/statistic=utilization\/group_by=resource\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/": "000000000000000000000000000000000000000000000000000210000ffc00fffc00000000000000000003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc0\n", + "dataset_type=timeseries\/statistic=utilization\/group_by=resource\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/": "0000000000002000400000402001400000402001500001406001700001502001700001502005fc0001502007fc000578377ffe157ffe3ffffe0000000000000ffff01ffff81ffff8\n", + "dataset_type=timeseries\/statistic=utilization\/group_by=resource\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/": "000000000000000000000000000000000000000000000000000200000ffc00fffc00000000000000000003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc0\n", "dataset_type=timeseries\/statistic=utilization\/group_by=resource\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/": "0000000000000000000000600000700000f00001f80001fc0003fc000ffc007ffc00000000000000000003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc001ffc0\n", - "dataset_type=timeseries\/statistic=utilization\/group_by=resource\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/": "0000000000000000000000400000000000000001400001500001500007fc007ffc00000000000000000003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc001ffc0\n", + "dataset_type=timeseries\/statistic=utilization\/group_by=resource\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/": "0000000000000000000000400000000000100001400001500001500007fc007ffc00000000000000000003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc001ffc0\n", "dataset_type=timeseries\/statistic=utilization\/group_by=resource\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/": "00000000000000000000002020006000000060009000008060011800000060012800003060025c000000600384000238200cfc000f843ffffe0000000000000ffff01ffff81ffffe\n", "dataset_type=timeseries\/statistic=utilization\/group_by=resource\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/": "0000000000000000000000000000600000600000f00000f00000f80001f80001f80001f80003fc0003fc0003fc0007fc0007fc000ffc3ffffe0000000000000fbff01ffff80ffff8\n", - "dataset_type=timeseries\/statistic=utilization\/group_by=resource\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/": "0000000000002000440000402000400000406001440001406001f00001502001f00001502001780001506005fc00055c2007fc0007fc3ffffe0000000000000ffff01ffff81ffffe\n", - "dataset_type=timeseries\/statistic=utilization\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/": "fe003fff003fbffffffffd5ffffd47bff541fff401bfd0033ff001ffe001ff0001ff0181f0132123334bbffb1bfc0799b8073fbbff7fffffffeaad55f56aaafffffffcfffffeffff\n", + "dataset_type=timeseries\/statistic=utilization\/group_by=resource\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/": "0000000000002000440000402000400000406001400001406001f00001502001f00001502001780001506005fc00055c2007fc0007fc3ffffe0000000000000ffff01ffff81ffffe\n", + "dataset_type=timeseries\/statistic=utilization\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/": "fe003fff003fbffffffffd7ffffd47bff541fff401bfd0033ff001ffe001ff0001ff0181f0132123334bbffb1bfc0799b8073fbbff7fffffffeaad55f56aaafffffffcfffffeffff\n", "dataset_type=timeseries\/statistic=utilization\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/": "ff037fff77ffffffffffffffffffffffffffffff1ffffc07fff803fff003ffc003ffc003fc0003e00003e00003e00003e00003e00003f80003fffffffffffffffffffeffffffffff\n", "dataset_type=timeseries\/statistic=utilization\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/": "ff007fff307fffffffffffdffffc07fffc03fffc03fff001ffd001fff001ffd001ffd001ff5001ff5001ff5001ff5001fd5001f55001f75001ffffffffffffffffffffffffffffff\n", "dataset_type=timeseries\/statistic=utilization\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/": "fe003fff003fbffffffffd57fffd47bff541fff4033fd801bff001fff001bfc001f8030120337bbffbdbfc0799b8073ffbff7fffffffeaa955f57eaaffffffec9247e401ffffffff\n", @@ -553,7 +553,7 @@ "dataset_type=timeseries\/statistic=utilization\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/": "0000000000000000000000000000a00002f80002f8000bfe000ffe000ffe000ffe002ffe00affe00affe000ffe00affe02affe3ffffe0000000000001ffff81ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=utilization\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/": "fe003fff003fffffffffff7fbfffff3fffffbfff7f3fff7f3fff9f3ffe9f3ffcefbffe033ffc073ff1433f5101bb5201fff003ff8001c00001eaff55f402a0fffffffcfffffcff61\n", "dataset_type=timeseries\/statistic=utilization\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/": "fe003fff007fffffffffffffffffffffffffbfffffffff7fbfff3ffffe1ffffe0ffffe07fffc07bff003ffd003fff803fff003ff8003e00001ebfffdffeaaffffffffcfffffeffff\n", - "dataset_type=timeseries\/statistic=utilization\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/": "fe003ffe003fffffffffff7fbfff5f7fff7fbfff5f3fff5f3fff57bfff077ffc57bff1077ffc073ffc053ffc017ffc01fff001f50001d40001eaaffdf40280fffffffefffffeff61\n", + "dataset_type=timeseries\/statistic=utilization\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/": "fe003ffe003fffffffffff7fbfff7f7fff7fbfff5f3fff5f3fff57bfff077ffc57bff1077ffc073ffc053ffc017ffc01fff001f50001d40001eaaffdf40280fffffffefffffeff61\n", "dataset_type=timeseries\/statistic=utilization\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/": "fe003fff003fffffffffff7fbfffffbfffff3fff7f3fff3f3ffe9f3ffccf3ffe07bffc173ff5433b51013ff201fff403ff0001e00001eabff5f542aaffffffec9247e401ffedfff1\n", "dataset_type=timeseries\/statistic=utilization\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/": "fe003fff007fffffffffffffbfffffffffffffff7fbfff3ffffe1ffffe0ffffe07fffc07bff403ffd003fff803fff003ff8001e00001effffdf7feafffffffec924fe481ffffffff\n", "dataset_type=timeseries\/statistic=utilization\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/": "fe003ffe003fffffffffff7f3fff7f7fff5f3fff5f7fff5f3fff577fff573ffd47fffd073ffc053ffc053ffc01ffd001f55001c55001eaad55f52aaaffffffed9b27e401fffffff1\n", @@ -564,7 +564,7 @@ "dataset_type=timeseries\/statistic=utilization\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/": "ff003fff007fffffffffff7fbfff3fffff1fbffe1ffffe0ffffe07fffe07fffc07fffc03fff803fff803fff003fff003ff8001e00001ffffffffffffffffffec924fe493ffffffff\n", "dataset_type=timeseries\/statistic=utilization\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/": "fe003ffe003fffffffffff7f3fff7f7fff7f3fff5f3fff5f3fff177fff573fff473ffd473ffd073ffc053ffc05fff401fff001d55001ea8555f52aaaffffffec9b07e401ffffff61\n", "dataset_type=timeseries\/statistic=utilization\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/": "0000000000000000000000800000000000000000000000802003f80002200002102003fe0003f8200fbe002ffc002cfc200ffc007ffc3ffffe00000000000000000003ffc003ffde\n", - "dataset_type=timeseries\/statistic=utilization\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/": "0000000000000000000000000000000000000000000000800001c00001e00001f00001fc0003f8000ffc0007fc0007fc000ffc007ffc3ffffe00000000000000000003ffc003ffc0\n", + "dataset_type=timeseries\/statistic=utilization\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/": "0000000000000000000000000000000000000000000000800001e00001e00001f00001fc0003f8000ffc0007fc0007fc000ffc007ffc3ffffe00000000000000000003ffc003ffc0\n", "dataset_type=timeseries\/statistic=utilization\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/": "0000000000000000000000002000a00000000000a00000a00000a00000f80003a83ffffe0003f82003fe0003fe0003fe2e3ffe00fffe3ffffe00000000000000000003ffc003ffde\n", "dataset_type=timeseries\/statistic=utilization\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/": "0000000000000000000000000000000000000000800000e00000200000100001d8000328000abc002e3c000cfc0009fc003ffc3ffffe0000000000001ffff81ffff81ffff81ffffc\n", "dataset_type=timeseries\/statistic=utilization\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/": "0000000000000000000000000000000000000000800000c00000e00001f00001f00003f80003fc0007fc0007fc000ffc001ffc1ffffc0000000000001ffff81ffff81ffff81ffff8\n", @@ -575,9 +575,9 @@ "dataset_type=timeseries\/statistic=utilization\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/": "0000000000000000000000802000c00000000000200000000001c80001000002180002300004240004fc000cfc000bfc003fbc3ffffe0000000000001ffff81ffff81ffff81ffffc\n", "dataset_type=timeseries\/statistic=utilization\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/": "0000000000000000000000800000c00000c00001e00001f00001f00001f80003f80003f80007fc0007fc0007fc000ffc001ffc1ffffc0000000000001ffff81ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=utilization\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/": "0000000000000000000000000000800000002000a00000002000e80000a00000b80002a80002b80002f80003f8000bfe000ffe3ffffe0000000000001ffff81ffff81ffff81ffffc\n", - "dataset_type=aggregate\/statistic=job_count\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/": "ffc0ffffc0ff9fffff9fc9ff9fffff9ff3ff9ff3ff7fffff1fffff0000011ff3ff1fffff1fffff9fffffdfffff9fffff800001c00001fff7fffff3fffff3ffffffffff81ffff8001\n", - "dataset_type=aggregate\/statistic=job_count\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/": "ffefffffffffffffffffffffe007ffe007ffe007ffe007ffe007ffe007ffc007ffe007ffe007ffe007ffe007ffe007ffe007ffffffffffffffffffffffffffffffffffffffffffff\n", - "dataset_type=aggregate\/statistic=job_count\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/": "ffedfffffffffffffffffffffffffffffffffffffffffffffffffff80007f00003f00003f00003f00003f00007f00007f00003f80007ffffffffffffffffffffffffffffffffffff\n", + "dataset_type=aggregate\/statistic=job_count\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/": "ffc0ffffc0ff9ff7ff9fffff9fffff9fffff9fffff5fffff5fffff5fffff5fffff5fffff5fffff9fffff9fffff9fffff800c01c00000fff3fffff3fffff3fffff7ffff81ffff8001\n", + "dataset_type=aggregate\/statistic=job_count\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/": "ffe1ffffffffffffffffffffe000ffe000ffe000ffe000ffe000ffe000ffc000ffe000ffe000ffe000ffe000ffe000ffe000ffffffffffffffffffffffffffffffffffffffffffff\n", + "dataset_type=aggregate\/statistic=job_count\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/": "fffffffffffff00007f00007f00007f00007f00007f00007f00007f00007f00007f00007f00007f00007f00007f00007f00007ffffffffffffffffffffffffffffffffffffffffff\n", "dataset_type=aggregate\/statistic=job_count\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=pie\/": "ffd3ffffdfffffffffffe7ffffc3ffff81ffff00ffff00ffff00ffff00fffe007ffe007ffe007ffe007ffe007fff00ffff00ffff00ffff81ffffc3ffffe3ffffffffffffffffffff\n", "dataset_type=aggregate\/statistic=job_count\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/": "ffc0ffffc0ff9fffff9fc9ff9fffff9fffff9fffff7fffff1fffff0000011ff3ff1fffff1fffff9fffffdfffff9fffff800001c00001fff7fffff3fffff3ffffffffff81ffff8001\n", "dataset_type=aggregate\/statistic=job_count\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/": "ffefffffffffffffffffffffe007ffe007ffe007ffe007ffe007ffe007ffc007ffe007ffe007ffe007ffe007ffe007ffe007ffffffffffffffffffffffffffffffffffffffffffff\n", @@ -591,9 +591,9 @@ "dataset_type=aggregate\/statistic=job_count\/group_by=none\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=h_bar\/": "ffffffffffffffffffffffffe00003e00003e00003e00003e00003e00003e00003e00003e00003e00003e00003e00003e00003ffffffffffffffffffffffffffffffffffffffffff\n", "dataset_type=aggregate\/statistic=job_count\/group_by=none\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=bar\/": "fffffffffffffffffff00007f00007f00007f00007f00007f00007f00007f00007f00007f00007f00007f00007f00007f00007ffffffffffffffffffffffffffffffffffffffffff\n", "dataset_type=aggregate\/statistic=job_count\/group_by=none\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=pie\/": "fffdfffffffffffffffff7ffffc1ffffc0ffff80ffff807fff007fff007fff003fff003fff003fff003fff003fff003fff007fff007fff807fff80ffffc0ffffe1ffffffffffffff\n", - "dataset_type=aggregate\/statistic=job_count\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/": "0000000000003ffffe3ffffe2000002008003ffffe0000007ffffe3fffff3ffffe3ffffe2000003ffffe0000000000007ffffe3ffffe000000000000000000007e00007e00007e9e\n", - "dataset_type=aggregate\/statistic=job_count\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/": "0000000000000000001000001ff8001ff8001ff8001ff8001ff8003ff8003ffa001ff8001ff8001ff8001ff8003ff8001ff8000000001bfe7e000000000000000000007e00007e00\n", - "dataset_type=aggregate\/statistic=job_count\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/": "0000000000003ffffe2000000000000000000008000000002000003ffffe3ffffe0ffffc0ffff80ffffc0ffff80ffff83ffffe0ffffe000000000000000000000000007e00007e00\n", + "dataset_type=aggregate\/statistic=job_count\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/": "000000000000200800600000600000600000600000a00000a00000a00000a00000a00000e000006000006000006000007ffffe3fffff000800000800000000007e00007e00007ffe\n", + "dataset_type=aggregate\/statistic=job_count\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/": "0000000000000000000000001fff001fff001fff001fff001fff001fff003fff001fff001fff001fff001fff001fff001fff00000000000000000000000000000000007e00007e00\n", + "dataset_type=aggregate\/statistic=job_count\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/": "0000000000000ffff80ffff80ffff80ffff80ffff80ffff80ffff80ffff80ffff80ffff80ffff80ffff80ffff80ffff80ffff807fff8000000000000000000000000007e00007e00\n", "dataset_type=aggregate\/statistic=job_count\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=pie\/": "000000000000000000001800003c00007e0000ff0000ff0000ff0000ff0001ff8001ff8001ff8001ff8001ff8000ff0000ff0000ff00007e00003c00001800003c00003c00003c0e\n", "dataset_type=aggregate\/statistic=job_count\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/": "0000000000003ffffe3ffffe2000002000003ffffe0000007ffffe3fffff3ffffe3ffffe2000003ffffe0000000000007ffffe3ffffe000000000000000000007e00007e00007e9e\n", "dataset_type=aggregate\/statistic=job_count\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/": "0000000000000000001000001ff8001ff8001ff8001ff8001ff8003ff8003ff8001ff8001ff8001ff8001ff8003ff8001ff8000000001bfe7e000000000000000000007e00007e00\n", @@ -607,29 +607,29 @@ "dataset_type=aggregate\/statistic=job_count\/group_by=none\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=h_bar\/": "0000000000000000000000001ffffc1ffffc1ffffc1ffffc1ffffc1ffffc1ffffc1ffffc1ffffc1ffffc1ffffc1ffffc1ffffc000000000000000000000000000000007e00007e00\n", "dataset_type=aggregate\/statistic=job_count\/group_by=none\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=bar\/": "0000000000000000000ffff80ffff80ffff80ffff80ffff80ffff80ffff80ffff80ffff80ffff80ffff80ffff80ffff80ffff807fff8000000000000000000000000007e00007e00\n", "dataset_type=aggregate\/statistic=job_count\/group_by=none\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=pie\/": "000000000000000000000800003e00003f00007f00007f8000ff8000ff8000ffc000ffc000ffc000ffc000ffc000ffc000ff8000ff80007f80007f00003f00003e00003c00003c00\n", - "dataset_type=aggregate\/statistic=job_count\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/": "ff807fff807f8fffff8fffff8bffff103fff0c457f07fdd7107fff18007d1fc0079fff879ffff99ffff9c00001ea5551ea1555ea5551ebd579ebfd79ffff7fffffffff81ffff8201\n", + "dataset_type=aggregate\/statistic=job_count\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/": "ff807fff807f8fffff8fffff8bffff103fff0c457f07ddd7107fff1800791fc0079fff879ffff99ffff9c00001ea5551ea1555ea5555ebd579ebfd79ffff7fffffffff81ffff8201\n", "dataset_type=aggregate\/statistic=job_count\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/": "ffe87ffffffff00007f00007f0007ff001fff001fff001fff007fff007fff007fff007fff007fff007fff01ffff01ffff03ffff3fffff3ffffffffffffffffffffffffffffffffff\n", - "dataset_type=aggregate\/statistic=job_count\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/": "ff80ffff80ffffffffffffffffffffffffffdfffffcfffffc3ffffc03fffc0003fc00007c00003c00001c01551ffffffffffffffffffffffffffffffffffffffffffffc3ffffffff\n", + "dataset_type=aggregate\/statistic=job_count\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/": "ff80ffff80ffffffffffffffffffffffffffdfffffcfffffc3ffffc03fffc0003fc00003c00003c00001c01551ffffffffffffffffffffffffffffffffffffffffffffc3ffffffff\n", "dataset_type=aggregate\/statistic=job_count\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=pie\/": "ff80ffff80ffffffffff97ffff83ffff01ffff81fffe00ffff80ffff80ffff80ffff80ffff80ffff81ffffc07fffe2fffff7fffe18fffe39ffffb1ffff18ffff3bffff3fffffffff\n", - "dataset_type=aggregate\/statistic=job_count\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/": "ff807fff807f8fffffcfffffb7ffff13ffff503fff1c07ff1fc03f5ffd071fffc79ffff3fffff99ffff9800001ea1551ea1551e85551ead579ebfd79ffff7dffff7fff81ffff8001\n", - "dataset_type=aggregate\/statistic=job_count\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/": "ffe9fffffffff00001f00001f0003ff000fff000fff000fff003fff003fff003fff007fff007fff007fff01ffff01ffff01ffff3fffff3ffffffffffffffffffffffffffffffffff\n", + "dataset_type=aggregate\/statistic=job_count\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/": "ff807fff807f8fffffcfffffb7ffff13ffff503fff1c07ff1fc03f5fff071fffc79ffff3fffff99ffff9800001ea1551ea1555e85551ead579ebfd79ffff7dffff7fff81ffff8001\n", + "dataset_type=aggregate\/statistic=job_count\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/": "ffe9fffffffff00001f00001f0003ff000fff000fff000fff003fff003fff003fff007fff007fff007fff00ffff01ffff01ffff3fffff3ffffffffffffffffffffffffffffffffff\n", "dataset_type=aggregate\/statistic=job_count\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=bar\/": "ff80ffffffffffffffcfffffcfffffcfffffc3ffffc03fffc0007fc0003fc00007c00003c00003c00001fff555ffffffffffffffffffffffffffffffffffffffffffffffffffffff\n", "dataset_type=aggregate\/statistic=job_count\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=pie\/": "ff80fffffbffffffffffffffffe1ffffc0ffff80ffff807fff807fff007fff007fff007fff007fff007fff007fff807fff80ffffc0ffffc1ffffe3fffbbffffffff7f7fdffffffff\n", "dataset_type=aggregate\/statistic=job_count\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=line\/": "ff807fff807f8fffff8fffff8fffff3fffff0fffff0fffff27ffff323fff30055597ffff93ffff900001c00001ea5555ea1551e85551ead579ebfd79ffff7dffff7fff81ffff8001\n", - "dataset_type=aggregate\/statistic=job_count\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=h_bar\/": "ffc03fffe87fc00005c00005c1ffffc2ffffc2ffffe2ffffc5ffff45ffff47ffffc7ffffc7ffff87ffffe5ffffe7ffffe5ffff87ffffe4db6dfed16dfff1ffffffffff81ffffff61\n", - "dataset_type=aggregate\/statistic=job_count\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=bar\/": "ff807fff807f9fffff8fffff9fffff3fffff0fffff0fffff0fffff0bffff0d55578fffff8fffffc0007fc00001ffd555df7d55f5d57ddfd57dfffd7dffff7fffffffff81ffffeb01\n", + "dataset_type=aggregate\/statistic=job_count\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=h_bar\/": "ffc03fffe87fc00005c00005c1ffffc2ffffc2ffffe2ffffc5ffff45ffff47ffffc7ffffc7ffff87ffffe5ffffe7ffffe5ffff87fffff4db6dfed16dfff1ffffffffff81ffffff61\n", + "dataset_type=aggregate\/statistic=job_count\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=bar\/": "ff807fff807f9fffff8fffff9fffff3fffff0fffff0fffff0fffff0bffff0d55558fffff8fffffc0007fc00001ffd555df7d55f5d57ddfd57dfffd7dffff7fffffffff81ffffeb01\n", "dataset_type=aggregate\/statistic=job_count\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=pie\/": "ff80ffff80ffffffffff97ffff83ffff01ffff81fffe00ffff80ffff80ffff80ffff80ffff80ffff81ffffc07fffe2fffff7fffe18fffe39ffffb1ffff18ffff3bffff3fffffffff\n", "dataset_type=aggregate\/statistic=job_count\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=line\/": "ff807fff807fefffff8fffffafffff2fffff27ffff37ffff37ffff37ffff37ffffb7ffff93ffffd00001c00001ea5555ea1551e85551ead579ebfd79ffff7dffff7fff81ffff8001\n", "dataset_type=aggregate\/statistic=job_count\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=h_bar\/": "ffc03fffe87fc00001c00001c1ffffd3ffffc3ffffe3ffffc7ffffc7ffff47ffffc7ffffc7ffff87ffffe7ffffe7ffffe7ffff87fffff6cfb7fef9b7fff1ffffffffff81fffffffb\n", "dataset_type=aggregate\/statistic=job_count\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=bar\/": "ff807fff807fcfffff8fffffcfffff0fffff4fffff4fffff4fffff4fffff4fffffcfffffc3ffffc0003fc00001fffdd5ff7d55ffd77dffd57dfffd7dffff7fffffffff81fffffb21\n", "dataset_type=aggregate\/statistic=job_count\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=pie\/": "ff80fffffbffffffffffffffffe1ffffc0ffff80ffff807fff807fff007fff007fff007fff007fff007fff007fff807fff80ffffc0ffffc1ffffe3fffbbffffffff7f7fdffffffff\n", - "dataset_type=aggregate\/statistic=job_count\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/": "0000000000003000003ffffe3ffffe3ffffe7ffffe3ffffe3ffffe3ffffe3ffffe3ffffe3ffffe3ffffe3ffffe000000000000000000000000000000000000007e00007e00007e9e\n", - "dataset_type=aggregate\/statistic=job_count\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/": "0000000000000ffff80ffff80fffa00ffe000ffe000ffe000ff8000ff8000ff8000ff8000ff8000ff8000fe0000fe0000fc0000c00000ffffe000400000000003000007e00007e00\n", - "dataset_type=aggregate\/statistic=job_count\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/": "0000000000002000003ffffe3ffffe3ffffe3ffffe3ffffe3ffffe3fc0023ffffe3ffffe3ffffe3ffffe3ffffe000000000000000000000000000000000000003c00007e00007e00\n", + "dataset_type=aggregate\/statistic=job_count\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/": "0000000000003000003ffffe3ffffe3ffffe7ffffe3ffffe3ffffe3ffffe3ffffe3ffffe3ffffe3fffff3ffffe000000000000000000000000000000000000007e00007e00007e8e\n", + "dataset_type=aggregate\/statistic=job_count\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/": "0000000000000ffff80ffff80fff800ffe000ffe000ffe000ff8000ff8000ff8000ff8000ff8000ff8000fe0000fe0000fc0000c00000ffffe000400000000003000007e00007e00\n", + "dataset_type=aggregate\/statistic=job_count\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/": "0000000000002000003ffffe3ffffe3ffffe3ffffe3ffffe3ffffe3ffffe3ffffe3ffffe3ffffe3ffffe3ffffe000000000000000000000000000000000000003c00007e00007e00\n", "dataset_type=aggregate\/statistic=job_count\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=pie\/": "000000000000000000000800003c00003e00003e00007f00007f00007f00007f00007f00007e00003e00003e00001c0001ff8001ff8001ff8001ff8001ff8001ff8001ff8001ff80\n", - "dataset_type=aggregate\/statistic=job_count\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/": "0000000000007ffffe3ffffe3ffffe7ffffe3ffffe3ffffe7ffffe2013f83ffffe7ffffe2000063ffffe3ffffe000000000000000000000000000000000000007e00007e00007efe\n", - "dataset_type=aggregate\/statistic=job_count\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/": "0000000000000ffffc0ffffc0fffc00fff000fff000fff000ffc000ffc000ffc000ff8000ff8000ff8000fe0000fe0000fe0000c00000ffffe000400000000001000007e00007e00\n", - "dataset_type=aggregate\/statistic=job_count\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=bar\/": "0000000000000000003000003000003f7ffe3c00003fc0003fffde3fffe03ffffc3ffffe3ffffc3ffffe3ffffe000000000000000000000000000000000000003c00007e00007e00\n", + "dataset_type=aggregate\/statistic=job_count\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/": "0000000000007ffffe3ffffe3ffffe7ffffe2fc0003ffffe7ffffe2003f83ffffe7ffffe3ffffe3ffffe3ffffe000000000000000000000000000000000000007e00007e00007efe\n", + "dataset_type=aggregate\/statistic=job_count\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/": "0000000000000ffffc0ffffc0fffc00fff000fff000fff000ffc000ffc000ffc000ffc000ff8000ff8000ff0000fe0000fe0000c00000ffffe000400000000003000007e00007e00\n", + "dataset_type=aggregate\/statistic=job_count\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=bar\/": "0000000000000000003000003000023f7ffe3c00003fc0003fff803fffe03ffffc3ffffc3ffff83ffffe3ffffe000000000000000000000000000000000000003c00007e00007e00\n", "dataset_type=aggregate\/statistic=job_count\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=pie\/": "000000000000000000000000001e00003e00003f00007f00007f80007f80007f8000ff8000ff80007f80007f80007f00007f00003f00001e003ffffc3ffffc3ffffc3ffffc3ffffc\n", "dataset_type=aggregate\/statistic=job_count\/group_by=person\/format=svg\/log_scale=n\/show_aggregate_labels=y\/display_type=line\/": "0000000000004000007ffffe7ffffe7ffffef400027ffffe7ffffefffffe7ffffe7ffffe7c00007ffffe3ffffe000000000080000000000000000000000000007e00007e00007ffe\n", "dataset_type=aggregate\/statistic=job_count\/group_by=person\/format=svg\/log_scale=n\/show_aggregate_labels=y\/display_type=h_bar\/": "0000000000002ffffa2ffffa2c00000d04900d00001d00000a00001a00000a00003800001800007800001a00001a00001a00003800000ffffe002e82000200007e00007e00007ffe\n", @@ -655,7 +655,7 @@ "dataset_type=aggregate\/statistic=job_count\/group_by=resource\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=h_bar\/": "ffbaffffffffe00003c00001c00001e003ffe003ffc001ffe003ffe003ffc003ffe003ffe01fffc01fffe01fffe3ffffc3ffffc3ffffe7ffffffffffffffffffffffffffffffffff\n", "dataset_type=aggregate\/statistic=job_count\/group_by=resource\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=bar\/": "ffbeffffffffffffffc3ffffc3ffffc3ffffc3ffffc3ffffc3ffffc021ffc001ffc0001fc0001fc0001fc0001fc02001c00001e67333ffffffffffffffffffffffffffffffffffff\n", "dataset_type=aggregate\/statistic=job_count\/group_by=resource\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=pie\/": "ffbeffffffffffffffffffffffe1ffffc0ffff80ffff807fff007fff007fff003fff003fff003fff003fff003fff003fff007fff007fff807fff80ffffc0ffffe1ffffffffffffff\n", - "dataset_type=aggregate\/statistic=job_count\/group_by=resource\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/": "0000000000003ffffe3ffffe3ffffe2188003188401800403ffffe0188000003007ffffe3ffffe3ffffe3ffffe20000e3ffffe3ffffe000000000000000000007e00007e00007efe\n", + "dataset_type=aggregate\/statistic=job_count\/group_by=resource\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/": "0000000000003ffffe3ffffe3ffffe218c003188401800403ffffe0188000003007ffffe3ffffe3ffffe3ffffe20000e3ffffe3ffffe000000000000000000007e00007e00007efe\n", "dataset_type=aggregate\/statistic=job_count\/group_by=resource\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/": "0000000000001ffff83ffff83ffff81fff003fff003fff001fff001fff003fff001fff001ff8003ff8001ff8001000003000003000001619fe000000000000000000007e00007e00\n", "dataset_type=aggregate\/statistic=job_count\/group_by=resource\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/": "0000000000000000000800000000000000001800003c00003c00003dc0003dde003fffe03ffffe3fffe43ffffe3fffe03ffffe3ffffe000000000000000000001c00007e00007e00\n", "dataset_type=aggregate\/statistic=job_count\/group_by=resource\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=pie\/": "000000000000000000001800003c00007e00007f0000ff0000ff0000ff8000ff8000ff8000ff8000ff8000ff8000ff0000ff00007f00007e00003c0000080007e3e00ffff007fff0\n", @@ -687,7 +687,7 @@ "dataset_type=aggregate\/statistic=job_count\/group_by=jobsize\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=h_bar\/": "ff807fff807fc3ffffc3ffffffffffdfffffdfffffc00001c00001400fff400fff5fffffdfffffffffff9fffffffffffffffffbfffffffff7fffe17ffff3ffffffffff81ffffffff\n", "dataset_type=aggregate\/statistic=job_count\/group_by=jobsize\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=bar\/": "ff007fff807fffffffbf1fffff1fffbf1fffff1fffbf1fff7f1fffbf1fffbf07ff3f07ffbf07ffff07ffbf07ffcf07ffcf07ffc401fffeaab5ffffffffffffffffffff81ffffffff\n", "dataset_type=aggregate\/statistic=job_count\/group_by=jobsize\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=pie\/": "ff807fff80fffffffffff3ffffe1ffffc0ffff80ffff807fff007fff007fff007fff007fff007fff007fff007fff007fff807fff807fff80ffffc1ffffe3ffedbfffffffffffffff\n", - "dataset_type=aggregate\/statistic=job_count\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/": "0000000000000000003ffffe3c78023ffffe3ff1fa3ffffe3ffffe3ffffa7ffffe3ffffe3ffffe3ffb763bfefa3ffffe3ffffe3ffffe001540000000000000007c00007e00007e06\n", + "dataset_type=aggregate\/statistic=job_count\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/": "0000000000000000003ffffe3c78023ffffe3ff1fa3ffffe3ffffe3ffffa7ffffe3ffffe3ffffe3ffbf63bfefa3ffffe3ffffe3ffffe001540000000000000007c00007e00007e06\n", "dataset_type=aggregate\/statistic=job_count\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/": "0000000000003fffc03fffc03fc0003ffc003ffc003ffff83ffff83ffff43fff603ff0003fc0003fc0003fe0003e00003e00003000003ff7fe000000000000000000007e00007e00\n", "dataset_type=aggregate\/statistic=job_count\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/": "00000000000000000020580200000024100020e00000f0003ffffe30f8003ffff633f80033fe003fffe23fffe03ffffc3ffff83ffffe000000000000000000000000007e00007e00\n", "dataset_type=aggregate\/statistic=job_count\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=pie\/": "000000000000000000000000003c00007e00007f0000ff0000ff0000ff8000ff8001ff8001ff8000ff8000ff8000ff0000ff0000ff00007e00003c0007ffe00ffff00ffff00ffff0\n", @@ -735,29 +735,29 @@ "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=none\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=h_bar\/": "0000000000000000000000001ffffc1ffffc1ffffc1ffffc1ffffc1ffffc1ffffc1ffffc1ffffc1ffffc1ffffc1ffffc1ffffc000000000000000000000000000000007c00003c00\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=none\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=bar\/": "0000000000000000000ffff80ffff80ffff80ffff80ffff80ffff80ffff80ffff80ffff80ffff80ffff80ffff80ffff80ffff807fff8000000000000000000000000007c00003c00\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=none\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=pie\/": "000000000000000000000800003e00003f00007f00007f8000ff8000ff8000ffc000ffc000ffc000ffc000ffc000ffc000ff8000ff80007f80007f00003f00003e00003c00003c00\n", - "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/": "ff80ffff80ffebffff88ffff883ffff817ffef555700d5571c3d577f03f9ffc0059ffe059ffffbfffff9c00001e00541ea1551ea1551e8d5d9ead5d9efd5d9ffffffff81ffffc201\n", + "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/": "ff80ffff80ffebffff88ffff883ffff817ffef555700d5571c3d577f03f9ffc0059ffe059ffffbfffff9c00001c00541ea1551ea1555e8d5d9ead5d9efd5d9ffffffff81ffffc201\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/": "ffeffffffffff00007f00007f00007f0000ff0001ff0007ff001fff001fff001fff007fff007fff00ffff00ffff00ffff00ffff7fffff7ffffffffffffffffffffffffffffffffff\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/": "ffc1ffffe9ffffffffffffffffffffffffffffffffc3ffffc0ffffc03fffc001ffc00003c00003c00003c00001ffffffffffffffffffffffffffffffffffffffffffffffffffffff\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=pie\/": "ff81ffff81ffffffffffa0ffff01ffffc3ffffc1ffff00fffe007fff01ffff03ffff01ffff19ffff0fffff8fffffcfffffddffff00ffff09ffff00ffff01ffff01ffff1fffffff61\n", - "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/": "ff80ffff80ffc7ffffe0ffff9c7fff9f3fff9f87ff1fc3ff5ff8077ffe079ffff79ffff39ffffb9ffff9c00001e00541ea1551ea1551e8d5d9ead5d9efd5d9ffffffff81ffffc201\n", + "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/": "ff80ffff80ffc7ffffe0ffff9c7fff9f3fff9f87ff1fc3ff5ff8077ffe079ffff79ffff39ffffb9ffff9c00001e00541ea1551ea1555e8d5d9ead5d9efd5d9ffffffff81ffffc201\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/": "fffffffffffff00003f00003f00003f00007f00007f0001ff000fff000fff000fff003fff007fff007fff007fff007fff007fff7fffff7ffffffffffffffffffffffffffffffffff\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=bar\/": "ffdfffffffffffffffc1ffffc0ffffc03fffc03fffc003ffc001ffc00007c00003c00003c00007c00003c00001ffffffffffffffffffffffffffffffffffffffffffffffffffffff\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=pie\/": "ffc1ffffe9fffffffffff3ffffe1ffffc0ffff80ffff807fff807fff807fff007fff007fff007fff007fff007fff807fff80ffffc0ffffc1fffff3fffd8ecffdcedff8dcffffffff\n", - "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=line\/": "ff80ffff80ff8fffff8bffffeaffff98fffffcffff033fff7037ff3cd557be5555ff3d519f83ffffc007803c01c00151ea1551ea1551e8d5d9ead5d9efd5d9ffffffff81ffffc201\n", + "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=line\/": "ff80ffff80ff8fffff8bffffeaffff98fffffcffff033fff7037ff3cd557be5555ff3d519f83ffffc007803c01c00151ea1551ea1555e8d5d9ead5d9efd5d9ffffffff81ffffc201\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=h_bar\/": "ffe07ffffffff00007f00007f0000ff0005ff0007ff01ffff0bffff0ffff70fffff1fffff1fffff3fffff3fffff3fffff3ffffe7fffff7fffffffdfffffffffffffffffbffffffff\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=bar\/": "ffc0ffffc0ffffffffffffffffffffbfffffffffff03ffffc3ffff40ffffc0ffffc03fffc03fffc00007c00001fffffdffffdfffffffffffffffffffffffffffffffffc3ffffffff\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=pie\/": "ff81ffff81ffffffffffa0ffff01ffffc3ffffc1ffff00fffe007fff01ffff03ffff01ffff19ffff0fffff8fffffcfffffddffff00ffff09ffff00ffff01ffff01ffff1fffffff61\n", - "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=line\/": "ff80ffff80ff8fffff83ffffb1ffffbcffffbcffff3e7fff1f7fff1f3fff9f3fff9fc7ff9fc05fbffc038003f1c00505ea1551ea1551e8d5d9ead5d9efd5d9ffffffff81ffffc201\n", + "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=line\/": "ff80ffff80ff8fffff83ffffb1ffffbcffffbcffff3e7fff1f7fff1f3fff9f3fff9fc7ff9fc05fbffc038003f1c00505ea1551ea1555e8d5d9ead5d9efd5d9ffffffff81ffffc201\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=h_bar\/": "ffe0fffffffff00001f00001f00007f0003ff0003ff00ffff07ffff0ffff70fffff1fffff1fffff1fffff1fffff1fffff1ffffe7fffff7fffffffbffffffffffffffffffffffffff\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=bar\/": "ffc0ffffe9ffcfffffc3ffffc3ffffc0ffffc0ffffc0ffffc0ffffc03fffc03fffc03fffc003ffc00007c00001ffffffffffffffffffffffffffffffffffffffffffffd3ffffffff\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=pie\/": "ffc1ffffe9fffffffffff3ffffe1ffffc0ffff80ffff807fff807fff807fff007fff007fff007fff007fff007fff807fff80ffffc0ffffc1fffff3fffd8ecffdcedff8dcffffffff\n", - "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/": "0000000000003400003ffffe3ffffe37fa0020aaa8fffffe7ffffea07c063ffffe7ffffe7ffffe2000063ffffe1ffabe000000000000000000000000000000003c00007e00007efe\n", - "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/": "0000000000000ffff80ffff80ffff00ffff00fffe00fff800ffe800ffe000ffe800ffa000ff8000ff0000ff0000ff0000ff0000800000fdbe6000000000000000000007e00003c00\n", - "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/": "0000000000000000002000002000000000000000003e2aa83fc2a83ff8023ffc023ffffe3ffffc3ffffc3ffffe000000000000000000000000000000000000003c00007e00007c00\n", + "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/": "0000000000003400003ffffe3ffffe3ffffe20aaa8fffffe7ffffea07c023ffffe7ffffe7ffffe3ffffe3ffffe1ffefe000000000000000000000000000000003c00007e00007efe\n", + "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/": "0000000000000ffff80ffff80ffff00ffff00fffe00fff800ffe800ffe000ffe800ffa000ff8000ff0000ff0000ff0000ff0000800000fdfe6000000000000000000007e00003c00\n", + "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/": "0000000000002000003f00003fc0000000000000003e2aa83fc0a83fc0003ffc003ffffc3ffffc3ffffc3ffffe000000000000000000000000000000000000003c00007e00007c00\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=pie\/": "000000000000000000000000003c00003c00003c00003c00003c00003c00003c0000180000000000000000000000000001ff8001ff8001ff8001ff8001ff8001ff8001ff8001ff80\n", - "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/": "0000000000003c00020400007ffffe3ffffe3ffffe3ffffe2007f00000382000083fffff3ffffe3ffffe3ffffe000200000000000000000000000000000000003c00007e00007e9e\n", - "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/": "0000000000000ffffc0ffffc0ffffc0ffff80ffff80fffe00fff000fff000fff000ffc000ff8000ff8000ff8000ff8000ff8000800000fcbf8000000000000000000007e00003c00\n", - "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=bar\/": "0000000000000000003c00003ffffe3ffffe3ffffe3ffc003ffe003ffff83ffff83ffffe3ffffe3ffffc3ffffe000000000000000000000000000000000000000000007e00003c00\n", + "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/": "0000000000003800000400007ffffe3fffff3ffffe3ffffe3007fa0000082000083fffff3ffffe3ffffe3ffffe000200000000000000000000000000000000003c00007e00007e9e\n", + "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/": "0000000000000ffffc0ffffc0ffffc0ffff80ffff80fffe00fff000fff000fff000ffc000ff8000ff8000ff8000ff8000ff8000800000fc1f8000000000000000000007e00003c00\n", + "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=bar\/": "0000000000000000003c00003ffffe3ffffe3fe2023ffc023fff003ffff83ffff83ffffe3ffffe3ffffc3ffffe000000000000000000000000000000000000000000007e00003c00\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=pie\/": "000000000000000000000000001e00003e00007f00007f00007f8000ff8000ff8000ff8000ff8000ff80007f80007f00007f00003f00003e000ffff00ffff00ffff00ffff00ffff0\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=person\/format=svg\/log_scale=n\/show_aggregate_labels=y\/display_type=line\/": "0000000000007ffffe7ffffe0400007ffffe000000fffffe860000e3fff87dbffe00c0027ffffe000fa83ffffe3ffffe000000000000000000000800000000003c00007e00007ffe\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=person\/format=svg\/log_scale=n\/show_aggregate_labels=y\/display_type=h_bar\/": "0000000000000ffff80ffff80ffff40fffa00fff801fe0000f60000f00000f40001e80000e80000c00000c00000c00000c00001a00000ffffe000200000000003c00007e00007e06\n", @@ -770,7 +770,7 @@ "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=resource\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/": "ff807fff807fefffffcfffffef7fff8e7fff8e77bf83f3bf1077bf7e3fbf3f8fff1e60399ff8199fffc9dfffe7bffff9918849c00001ee77b9ee77b9ee77bfffffffff81ffffc201\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=resource\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/": "ffdfffffffffe00007c00007c00007e0007fe0007fc0007fe0007fe007ffc007ffe007ffe00fffc00fffe00fffefffffcfffffcfffffffffffffffffffffffffffffffffffffffff\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=resource\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/": "ff90fffffeffffffffffffffffffffffffffffffffc3ffffc3ffffc03fffc03fffc003ffc0001fc0001fc0001fc0001fc00001e22331ffffffffffffffffffffffffffffffffffff\n", - "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=resource\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=pie\/": "ffffffffffffffffffffbfffff83ffff81ffff01fffe00fffe00fffe00fffe007ffe007ffe007ffe007ffe003ffe00fffc00fffe00ffff00ffff01ffff83ffffc7ffffffffffffff\n", + "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=resource\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=pie\/": "ffffffffffffffffffffbfffff83ffff81ffff01fffe00fffe00fffe00fffe007ffe007ffe007ffe007ffe007ffe00fffc00fffe00ffff00ffff01ffff83ffffc7ffffffffffffff\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=resource\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/": "ff807fff807f8fffff87ffff91ffffdc7fff9e3fffff9fff1fc7ff1fe03f1ff81f1fffcf9fffefffffe79ffff3fffff9918841c00001ee77b9ee77b9ee77bfffffffff81ffffc201\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=resource\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/": "ffffffffffffe00003c00001e00001e0001fe0001fc0001fe0003fe007ffc003ffe007ffe007ffc007ffe007ffefffffcfffffcfffffffffffffffffffffffffffffffffffffffff\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=resource\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=bar\/": "ffffffffffffffffffc3ffffc3ffffc23fffc03fffc23fffc03fffc023ffc0201fc0201fc0201fc2201fc0201fc2201fc00011f77771ffffffffffffffffffffffffffffffffffff\n", @@ -778,28 +778,28 @@ "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=resource\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=line\/": "ff807fbf807f8fffffcfffff8fffffefffff9fffffcfffff067fff727fff1977ff3cf7bf9e77b9bf1fb99fc7f99fe00fdfff01800001ee77b9ee77b9ee77bfffffffff81ffffc201\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=resource\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=h_bar\/": "ffc0ffffffffe00007c00007c00007e0000fc00fffc00fffe01fff43ffff43ffff63ffffe3ffffc3ffffc3ffffefffffcfffffcffffffffffffffffffffffffffffffffbffffffff\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=resource\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=bar\/": "ff80ffffc0ffffffffffffffbfffffffffffbfffffc3ffffc3ffffc3ffff43ffffc3ffffc03fffc01fffc01fffc0001fc00011c22201ffffffffffffffffffffffffffc3ffffffff\n", - "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=resource\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=pie\/": "ffffffffffffffffffffbfffff83ffff81ffff01fffe00fffe00fffe00fffe007ffe007ffe007ffe007ffe003ffe00fffc00fffe00ffff00ffff01ffff83ffffc7ffffffffffffff\n", + "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=resource\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=pie\/": "ffffffffffffffffffffbfffff83ffff81ffff01fffe00fffe00fffe00fffe007ffe007ffe007ffe007ffe007ffe00fffc00fffe00ffff00ffff01ffff83ffffc7ffffffffffffff\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=resource\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=line\/": "ff807fff807fffffff8fffffa7ffff93ffff9bffff99ffff1cffff1cffff1e7fff1f3fff9f9fff9fcfff9fe03f9ff0079fffe1800001ee77b9ee77b9ee77bfffffffff81ffffc201\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=resource\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=h_bar\/": "ffc0ffffffffe00003c00001c00001e0000bc00fffc00fffe00fff43ffff43ffff63ffffe3ffffc3ffffc3ffffefffffcfffffcffffffffffffffbffffffffffffffffffffffffff\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=resource\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=bar\/": "ff80fffff8ffffffffc3ffffc3ffffc3ffffc3ffffc3ffffc3ffffc3ffffc23fffc01fffc01fffc01fffc003ffc0001fc00011e22231ffffffffffffffffffffffffffffffffffff\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=resource\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=pie\/": "ffffffffffffffffffffffffffe1ffffc0ffff80ffff807fff007fff007fff003fff003fff003fff003fff003fff003fff007fff007fff807fff80ffffc0ffffe3ffffffffffffff\n", - "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=resource\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/": "0000000000000000003000000000003ffffe3fffff3ffffe2f884000c0002070003fffff3ffffe3ffffe3ffffe0000003ffffe3ffffe000000000000000000003c00007e00007c00\n", - "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=resource\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/": "0000000000001ffff83ffffa3ffffa1fff803fff803fff801fff801ff8003ff8001ff8001ff0003ff4001ff00010000030000030000013fcfe000000000000000000007e00003c00\n", - "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=resource\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/": "0000000000000000000800000000003ffffe3ffffe3c88c03c08c03dc0003dc0003ffffe3ffffe3fffec3fffe03ddfe03ffffe3ffffe000000000000000000000000007e00003c00\n", + "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=resource\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/": "0000000000000000003000020000003ffffe3fffff3ffffe2f8c4000c0002070003fffff3ffffe3ffffe3ffffe0000003ffffe3ffffe000000000000000000003c00007e00007c04\n", + "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=resource\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/": "0000000000001ffff83ffffa3ffff81fff803fff803fff801fff801ff8003ff8001ff8001ff0003ff4001ff00010000030000030000013fcfe000000000000000000007e00003c00\n", + "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=resource\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/": "0000000000000000000000000000003ffffe3ffffe3c88c03c08c03dc0003dc0003ffffe3ffffe3fffec3fffe03ddfe03ffffe3ffffe000000000000000000000000007e00003c00\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=resource\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=pie\/": "000000000000000000001000007c00007e0000fe0000ff0001ff0001ff0001ff8001ff8001ff8001ff8001ff8001ff0001ff0000ff0000ff00007e00007c0002bd200ffff007fff0\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=resource\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/": "0000000000003ffffe3ffffe3ffffe23800021c0000000007ffffe3ffffe3ffffe3ffffe3ffffe20000820000c0000007ffffe3ffffe000000000000000000003c00007e00007efe\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=resource\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/": "0000000000001ffffc3ffffe3ffffe1fffe03fffe03fffe01fffc01ffc003ffc001ffc001ff8003ff8001ff80010000030000030000012fe7e000000000000000000007e00003c00\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=resource\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=bar\/": "0000000000000000003c00003c00003c00003fc0003dc0003fe0003ffffe3ffffe3fffe03fffe03ddfe03fffe03ddde03ffffe3ffffe000000000000000000000000007e00003c00\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=resource\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=pie\/": "000000000000000000000800003e00003f00007f00007f8000ff8000ff8000ffc000ffc000ffc000ffc000ffc000ff8000ff8000ff80007f80007f00003e00003e200fffe007fff0\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=resource\/format=svg\/log_scale=n\/show_aggregate_labels=y\/display_type=line\/": "0000000000004000003000007ffffe0000007ffffe100000fffffe840000fffffe2308407ffffe60e8467978067ffffe20003c3ffffe000000100040000000003c00007e00007ffe\n", - "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=resource\/format=svg\/log_scale=n\/show_aggregate_labels=y\/display_type=h_bar\/": "0000000000001ffff83ffffa3ffffa1ff2703fe0003ff0001fe0003c00003d00003c00003c00003d00003c00001000003000003000001ffffe000000000000003c00007e00007e8e\n", + "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=resource\/format=svg\/log_scale=n\/show_aggregate_labels=y\/display_type=h_bar\/": "0000000000001ffff83ffffa3ffff81ff2703fe0003ff0001fe0003c00003d00003c00003c00003d00003c00001000003000003000001ffffe000000000000003c00007e00007e8e\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=resource\/format=svg\/log_scale=n\/show_aggregate_labels=y\/display_type=bar\/": "00000000000000000000000078000000000077fffe3c00007ffffe3c00003ffffe3c00003feccc3fe0043fe0003fffe03fffe03ffffe000000000000000000003c00007e00007e9e\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=resource\/format=svg\/log_scale=n\/show_aggregate_labels=y\/display_type=pie\/": "000000000000000000001000007c00007e0000fe0000ff0001ff0001ff0001ff8001ff8001ff8001ff8001ff8001ff0001ff0000ff0000ff00007e00007c0002bd200ffff007fff0\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=resource\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=line\/": "0000000000000000007ffffe7ffffe7ffffe6c0000660000e30000630000fdbffe7ffffe606000603000601fe0600ff820001e3ffffe000000000000000000003c00007e00007efe\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=resource\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=h_bar\/": "0000000000001ffffc3ffffe3ffffe1ffd543ff0003ff0001ff0003c00003c00001c00001c00003c00003c00000000003000003000001ffffe000400000000003c00007e00007e06\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=resource\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=bar\/": "0000000000000000003c00003c00003c00003c00003c00003c00003c00003fc0003fe0003fe0003fe0003ffec03fffe03fffee3ffffe000000000000000000003c00007e00007c00\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=resource\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=pie\/": "000000000000000000000800003e00003f00007f00007f8000ff8000ff8000ffc000ffc000ffc000ffc000ffc000ff8000ff8000ff80007f80007f00003e00003e200fffe007fff0\n", - "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=jobsize\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/": "ff807fff807fffffbfbfef9f9baf87dbabe7fbbaffffe28f0f86250fb9316e3873667e7bb67ff9967ffdd6fffff0fffffbffff800001caa001feaafffffaa5ffffffff81ffffc201\n", + "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=jobsize\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/": "ff807fff807fffffffbfef9f9baf87dbabe7fbbaffffe28f0f86250fb9316e3873667e7bb67ff9967ffdd6fffff0fffffbffff800001caa001feaafffffaa5ffffffff81ffffc201\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=jobsize\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/": "ffffffffffffc0003fc0003fcfffffc1ffffc0ffffc0003fc0003fc0000fc0007fc000ffc003ffc002ffc00007c0001fc0001fc01fffe01fffffffffffffffffffffffffffffffff\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=jobsize\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/": "ffdeffffffffffffffffffffffffffffffffffffffffef9fffc787cf0787cf0187cf0007cf0007cf0001ce0001cc0001cc0001c00001ffffffffffffffffffffffffffffffffffff\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=jobsize\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=pie\/": "ff80ffff80ffffffffffb5ffff81ffffc1ffff81ffff807fff00ffff00ffff00ffff00fffe00ffff80ffff807fff81ffffc3ffff87ffffefffffeffffdb37fff9b3ffe0fffffffff\n", @@ -807,8 +807,8 @@ "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=jobsize\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/": "ffffffffffffc0001fc0001fcfffffc0ffffc0ffffc0001fc0001fc00003c0003fc0003fc001ffc001ffc00003c0000fc0000fc00fffe01fffffffffffffffffffffffffffffffff\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=jobsize\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=bar\/": "ffffffffffffffffffffe79fffe79fcf8787cf0387cf0187cf0187cf0007cf0007cf0001cf0001ce0001cc0001cc0001cc0001c00001ffffffffffffffffffffffffffffffffffff\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=jobsize\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=pie\/": "ff80ffffc0fffffffffff3ffffe1ffffc0ffff80ffff807fff007fff007fff007fff007fff007fff007fff007fff007fff007fff80ffff80ffffc1ffffe3ffedbfffffffffffffff\n", - "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=jobsize\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=line\/": "ff807fff807fffffbf9fef9fffef9fbfefffbfefffffff971fa7877ba7871b83af3bd327bf92678eba71e6397196787bf77e79907ff9c8a801ffaafdfffaa5ffffffff81ffffc201\n", - "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=jobsize\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=h_bar\/": "ffc0fffffaffc03fffc03fffffffffdfffffdfffffc01fffc017ff40001f40003f40ffffc7ffffc0000fc00007c005ffc007ffcfffffcfffffffffffffffffffffffffffffffffff\n", + "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=jobsize\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=line\/": "ff807fff807fffffff9fef9fffef9fbfefffbfefffffff971fa7877ba7871b83af3bd327bf92678eba71e6397196787bf77e79907ff9c8a801ffaafdfffaa5ffffffff81ffffc201\n", + "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=jobsize\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=h_bar\/": "ffc0fffffaffc03fffc03fffffffffdfffffdfffffc01fffc01fff40001f40003f40ffffc7ffffc0000fc00007c005ffc007ffcfffffcfffffffffffffffffffffffffffffffffff\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=jobsize\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=bar\/": "ff80ffffc0ffffffffbfffffffffffffffffffffffffff9fbfe79fffc79fbfc79fffc79fffc787cf0787cf0787cf0187cf0007cc0001fefffdffffffffffffffffffffc3ffffffff\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=jobsize\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=pie\/": "ff80ffff80ffffffffffb5ffff81ffffc1ffff81ffff807fff00ffff00ffff00ffff00fffe00ffff80ffff807fff81ffffc3ffff87ffffefffffeffffdb37fff9b3ffe0fffffffff\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=jobsize\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=line\/": "ff807fff807fffffffffff9f9fef9fbfe79fffe78f9fc7af1fd72f7fd7273f93670f9377efbb77e7397397787b967c7bf67e79800181c00001feaaadffeaa1fffffdff81ffffc201\n", @@ -816,26 +816,26 @@ "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=jobsize\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=bar\/": "ffc0fffffeffffffffffff9fffef9fffc79fffc79fffc79fffc79fffc787ffe787cf0787cf0787cf0187cf0187cf0187cf0007cc0001ffffffffffffffffffffffffffffffffffff\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=jobsize\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=pie\/": "ff80ffffc0fffffffffff3ffffe1ffffc0ffff80ffff807fff007fff007fff007fff007fff007fff007fff007fff007fff007fff80ffff80ffffc1ffffe3ffedbfffffffffffffff\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/": "0000000000000000003ffffe3ffffe3ffffe044400203df27ffffe3ffffe31c38c2981043ffffe7ffffe2f00000200002600007ffffe3ffffe000000000000003c00007e00007efe\n", - "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/": "0000000000003fffc03fffc02000003e00003f40003fffc03fffc03ffff03fffc03fff003ffc003ffdc03ffff83fffe03fffe03fe0003febca000000000000000000007e00003c00\n", + "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/": "0000000000003fffc03fffc02000003e00003f40003fffc03fffc03ffff03fffc03fff003ffc003ffdc03ffffa3fffe03fffe03fe0003febca000000000000000000007e00003c00\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/": "00000000000000000000000000000000000000000000186020387830fc7830fe7830fff830fff830fffe31fffe33fffe33fffe3ffffe000000000000000000000000007e00003c00\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=pie\/": "000000000000000000000000003c00007e00007e00007f00007f0000ff0000ff0000ff00007f00007f00007e00003e00003c0000080000000003ffc003ffc003ffc003ffc003ffe0\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/": "0000000000003feffe3ffffe0000007ffffe3ffffe3ffffe3ffffe3ffffe0000003ffffe3fffff3ffffe3ffffe3ffffe04000000000015557e000000000000003c00007e00007e06\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/": "0000000000003fffe03fffe02000003f00003f00003fffe03fffe03ffffc3fffe03fffc03ffe003ffe003ffffc3ffff03ffff03ff0003ff0e0000000000000000000007e00003c00\n", - "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=bar\/": "0000000000000000000018600018603ffffe3ffffe30fe7830fff830fff8307ff830fffe3ffffe3bfffe33fffe33fffe33fffe3ffffe000000000000000000000000007e00003c00\n", + "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=bar\/": "0000000000000000000018600018603ffffe3ffffe30fe7830fff830fff8307ff830fffe3ffffe3ffffe33fffe33fffe33fffe3ffffe000000000000000000000000007e00003c00\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=pie\/": "000000000000000000000000001e00003f00007f00007f80007f8000ff8000ff8000ff8000ff8000ff8000ff8000ff80007f80007f00003f00003e001ffef81ffff81ffff81ffff8\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=jobsize\/format=svg\/log_scale=n\/show_aggregate_labels=y\/display_type=line\/": "0000000000000000007ffffe0010007ffffe7ffffe0000407ffffe801000fffffe802c90606d987ffffe0104007ffffe0001003ffffe3ffffe000000000000003c00007e00007ffe\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=jobsize\/format=svg\/log_scale=n\/show_aggregate_labels=y\/display_type=h_bar\/": "0000000000003fc0003fc0000010002000002800003fe0003fe8003fffe83fffc03f00003800003ff3303ffffa3ffa003ffa003000003ffffe000800000000003c00007e00007e06\n", - "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=jobsize\/format=svg\/log_scale=n\/show_aggregate_labels=y\/display_type=bar\/": "0000000000000000007ffffe0000002010602010000000607ffffe001860647c6000386000387831f97e30f87839fe7e30fff83ffffe07557e000000000000003c00007e00007e8e\n", + "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=jobsize\/format=svg\/log_scale=n\/show_aggregate_labels=y\/display_type=bar\/": "0000000000000000007ffffe000000201060201000000060647878001860647c6000386000387831f97e30f87839fe7e30fff83ffffe07557e000000000000003c00007e00007e8e\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=jobsize\/format=svg\/log_scale=n\/show_aggregate_labels=y\/display_type=pie\/": "000000000000000000000000003c00007e00007e00007f00007f0000ff0000ff0000ff00007f00007f00007e00003e00003c0000080000000003ffc003ffc003ffc003ffc003ffe0\n", - "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=jobsize\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=line\/": "0000000000000000000000407ffffe6018600010007ffffe7ffffe800000a04888fffffe1000000004007ffffe2881040000003ffffe3ffffe000000000000003c00007e00007ffe\n", + "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=jobsize\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=line\/": "0000000000000000000000407ffffe6018600010007ffffe7ffffe800000a04888fffffe1040000004007ffffe2881040000003ffffe3ffffe000000000000003c00007e00007ffe\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=jobsize\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=h_bar\/": "0000000000003fe0003fe0000000002000002000003fe0003ff0003ffff03ffff03f00003800003f31883ffffe3ffc083ffc003000003ffffe000800000000003c00007e00007e04\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=jobsize\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=bar\/": "00000000000000000000006020186000186000186000386000386000186800387838fe7c30f87830fc783ffffe30fe7830fff83ffffe05554a000000000000003c00007e00007c04\n", "dataset_type=aggregate\/statistic=total_cpu_hours\/group_by=jobsize\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=pie\/": "000000000000000000000000001e00003f00007f00007f80007f8000ff8000ff8000ff8000ff8000ff8000ff8000ff80007f80007f00003f00003e001ffef81ffff81ffff81ffff8\n", - "dataset_type=aggregate\/statistic=utilization\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/": "ff807fff807fffffffbfffff9008019012019ff3ff9ff7ff9fffff1ff3fffff7ff9fffff8000019fffff9fffff9fffff9fffffc00000fff7fffff3fffff3fffff7ffff00ffff0001\n", + "dataset_type=aggregate\/statistic=utilization\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/": "ff807fff807fffffffbfffff9008019012019ff3ff9ff7ff9fffff1ff3fffff7ff9fffff8000019fffff9fffff9fffff9ffffdc00000fff7fffff3fffff3fffff7ffff00ffff0001\n", "dataset_type=aggregate\/statistic=utilization\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/": "ffddffffffffffffffffffffe007ffe007ffe007ffe007ffe007ffe007ffc007ffe007ffe007ffe007ffe007ffe007ffe007ffffffffffffffffffffffffffffffffffffffffffff\n", "dataset_type=aggregate\/statistic=utilization\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/": "ffd9fffffffffffffffffffffffffffffffffffffffffffffffffff80007f00007f00007f00003f00003f00007f00007f00003f80007ffffffffffffffffffffffffffffffffffff\n", "dataset_type=aggregate\/statistic=utilization\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=pie\/": "ff81ffffbbffffffffffe7ffffc3ffff81ffff00ffff00ffff00ffff00fffe007ffe007ffe007ffe007ffe007fff00ffff00ffff00ffff81ffffc3ffffe3ffffffffffffffffffff\n", - "dataset_type=aggregate\/statistic=utilization\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/": "ff807fff807fffffffbfffff9000019000019fffff9fffff9fffff1ff3fffff7ff9fffff8000019fffff9fffff9fffff9fffffc00000fff7fffff3fffff3fffff7ffff00ffff0001\n", + "dataset_type=aggregate\/statistic=utilization\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/": "ff807fff807fffffffbfffff9000019000019fffff9fffff9fffff1ff3fffff7ff9fffff8000019fffff9fffff9fffff9ffffdc00000fff7fffff3fffff3fffff7ffff00ffff0001\n", "dataset_type=aggregate\/statistic=utilization\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/": "ffddffffffffffffffffffffe007ffe007ffe007ffe007ffe007ffe007ffc007ffe007ffe007ffe007ffe007ffe007ffe007ffffffffffffffffffffffffffffffffffffffffffff\n", "dataset_type=aggregate\/statistic=utilization\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=bar\/": "ffd9fffffffffffffffffffffffffffffffffffffffffffffffffff80007f00007f00007f00003f00003f00007f00007f00003f80007ffffffffffffffffffffffffffffffffffff\n", "dataset_type=aggregate\/statistic=utilization\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=pie\/": "ffd9fffffffffffffffff7ffffc1ffffc0ffff80ffff807fff007fff007fff003fff003fff003fff003fff003fff003fff007fff007fff807fff80ffffc0ffffe1ffffffffffffff\n", @@ -863,14 +863,14 @@ "dataset_type=aggregate\/statistic=utilization\/group_by=none\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=h_bar\/": "0000000000000000000000001ffffc1ffffc1ffffc1ffffc1ffffc1ffffc1ffffc1ffffc1ffffc1ffffc1ffffc1ffffc1ffffc00000000000000000000000000000000ff0000ff00\n", "dataset_type=aggregate\/statistic=utilization\/group_by=none\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=bar\/": "0000000000000000000ffff80ffff80ffff80ffff80ffff80ffff80ffff80ffff80ffff80ffff80ffff80ffff80ffff80ffff807fff800000000000000000000000000ff0000ff00\n", "dataset_type=aggregate\/statistic=utilization\/group_by=none\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=pie\/": "000000000000000000000800003e00003f00007f00007f8000ff8000ff8000ffc000ffc000ffc000ffc000ffc000ffc000ff8000ff80007f80007f00003f00003e00003c00003c00\n", - "dataset_type=aggregate\/statistic=utilization\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/": "ff003fff003fefffff8bffff9afffffc1fffc3d57f81f5571c3ff7fe07fdffe001bffc079ffff3fffff9c00001e00541e81551e85551eb17d1eb17f1ff17f5ffffffff00ffff0001\n", + "dataset_type=aggregate\/statistic=utilization\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/": "ff003fff003fefffff8bffff9afffffc1fffc3d57f81f5571c3ffffe07fdffe001bffc079ffff3fffff9c00001e00541e81551e85551eb17d1eb17f1ff17f5ffffffff00ffff0001\n", "dataset_type=aggregate\/statistic=utilization\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/": "ffd9fffffffff00007f00007f0000ff0007ff0007ff000fff001fff003fff007fff00ffff00ffff00ffff01ffff01ffff01ffff7fffff7ffffffffffffffffffffffffffffffffff\n", - "dataset_type=aggregate\/statistic=utilization\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/": "ff007fff927fffffffffffffffffffffffffcfffffc3ffffc0ffffc01fffc003ffc00007c00003c00003c00001ffffffffffffffffffffffffffffffffffffffffffffe9ffffffff\n", + "dataset_type=aggregate\/statistic=utilization\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/": "ff007fff927fffffffffffffffffffffffffcfffffc3ffffc0ffffc00fffc003ffc00007c00003c00003c00001ffffffffffffffffffffffffffffffffffffffffffffe9ffffffff\n", "dataset_type=aggregate\/statistic=utilization\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=pie\/": "ff007fff007ffffffffff7ffff03ffffc07fff80ffff80ffff80ffff80ffff00ffff00ffff00fffe00fffe007fff01ffffa3ffffeffffffffffc447ffe223ffcce7ffc67ffffffff\n", - "dataset_type=aggregate\/statistic=utilization\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/": "ff003fff003fcfffffc3ffffb3ffff9cffff9c3fff9f87ff3fe07ffff8079fffc79ffff39ffffbfffff9c00001e00541ea1555ead751eb57f5eb17f5ff57f5ffffffff00ffff8801\n", + "dataset_type=aggregate\/statistic=utilization\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/": "ff003fff003fcfffffc3ffffb3ffff9cffff9c3fff9f87ff3fe07ffff8079fffc79ffff39ffffbfffff9c00001e00541ea1551ead755eb57f5eb17f5ff57f5ffffffff00ffff8801\n", "dataset_type=aggregate\/statistic=utilization\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/": "ffd9fffffffff00003f00003f00007f0003ff0003ff0007ff000fff001fff003fff007fff007fff007fff00ffff00ffff01ffff7fffff7ffffffffffffffffffffffffffffffffff\n", - "dataset_type=aggregate\/statistic=utilization\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=bar\/": "ff837ffffbffffffffcfffffc3ffffc3ffffc03fffc00fffc003ffc0003fc00007c00003c00003c00003c00001ffffffffffffffffffffffffffffffffffffffffffffffffffffff\n", - "dataset_type=aggregate\/statistic=utilization\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=pie\/": "ff007fffb37fffffffffffffffe1ffffc0ffff80ffff807fff807fff807fff007fff007fff007fff007fff007fff807fff80ffffc0ffffc1ffffe3ffff5fcffdcffffb9dffffffff\n", + "dataset_type=aggregate\/statistic=utilization\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=bar\/": "ffb3ffffffffffffffcfffffc3ffffc3ffffc03fffc00fffc003ffc0003fc00007c00003c00003c00003c00001ffffffffffffffffffffffffffffffffffffffffffffffffffffff\n", + "dataset_type=aggregate\/statistic=utilization\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=pie\/": "ff007fffb37fffffffffffffffe1ffffc0ffff80ffff807fff807fff807fff007fff007fff007fff007fff007fff807fff80ffffc0ffffc1ffffe3ffff5fcffdcbfffb9dffffffff\n", "dataset_type=aggregate\/statistic=utilization\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=line\/": "ff003fff003f8fffff8fffff9fffffbbffff8bffffa7ffff30ffffb31fff99d555bcfffd9c1fffff800780e001c00551e81551e85551eb17d1eb17f1ff17f5ffffffff00ffff0001\n", "dataset_type=aggregate\/statistic=utilization\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=h_bar\/": "ff803fffddfff00007e00007c000ffe02fffe03fffa07fffe0ffffe1ffff43ffffe3fffff3ffffe3ffffe3ffffe3ffffc3ffffe7fffff7ffffffffffffffffffffffff81ffffffff\n", "dataset_type=aggregate\/statistic=utilization\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=bar\/": "ff007fff007fffffffffffffffffffffffffcfffffcfffffcfffffc3ffffc3ffffc3ffffc03fffc001ffc00001ffffd5fff75ffff7fffffff7ff7ffdffffffffffffff81ffffffff\n", @@ -878,14 +878,14 @@ "dataset_type=aggregate\/statistic=utilization\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=line\/": "ff003fff003fefffff8fffffe7fffff7ffff93fffffbffff39ffff9dfffffcffffbc3fffff07ffffc007803801c00551e81551e85551eb17d1eb17f1ff17f5ffffffff00ffff0001\n", "dataset_type=aggregate\/statistic=utilization\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=h_bar\/": "ff803fffddfff00001f00001c0007fe03fffe03fffa07fffe0ffffe1ffff41fffff3fffff3ffffe3ffffe3ffffe3ffffd3ffffe7fffff7ffffffffffffffffffffffff81ffffffff\n", "dataset_type=aggregate\/statistic=utilization\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=bar\/": "ff007fff007fcfffffcfffffcfffffcfffffc3ffffc3ffffc3ffffc3ffffc3ffffc03fffc00fffc00017c00001ffffffffffffffffffffffffffffffffffffffffffff81ffffffff\n", - "dataset_type=aggregate\/statistic=utilization\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=pie\/": "ff007fffb37fffffffffffffffe1ffffc0ffff80ffff807fff807fff807fff007fff007fff007fff007fff007fff807fff80ffffc0ffffc1ffffe3ffff5fcffdcffffb9dffffffff\n", - "dataset_type=aggregate\/statistic=utilization\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/": "0000000000003000003ffffe7ffffe21e0003ffffe3ffffe3fe7fe20f802203ffe3fe3fe3ffffe0000063fffff15aaaa00000000000000000000000000000000fe0000ff0000fffe\n", - "dataset_type=aggregate\/statistic=utilization\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/": "0000000000000ffff80ffff80ffff00fffa00fff800fff400ffe000ffc000ff8000ff0000ff0000ff0000fe0000fe0000fe0000800000fdfee00000000000000000000ff0000ff00\n", - "dataset_type=aggregate\/statistic=utilization\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/": "0000000000003000002000002000000000003028003c02a83f00003ff0003ffe003ffffc3ffffc3ffffc3ffffe000000000000000000000000000000000000007e0000ff0000ff00\n", + "dataset_type=aggregate\/statistic=utilization\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=pie\/": "ff007fffb37fffffffffffffffe1ffffc0ffff80ffff807fff807fff807fff007fff007fff007fff007fff007fff807fff80ffffc0ffffc1ffffe3ffff5fcffdcbfffb9dffffffff\n", + "dataset_type=aggregate\/statistic=utilization\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/": "0000000000003ffffe3ffffe3fc00223e0003ffffe3ffffe3ffffe20f8003ffffe3ffffe3fffce0000063fffff100aa800000000000000000000000000000000fe0000ff0000fffe\n", + "dataset_type=aggregate\/statistic=utilization\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/": "0000000000000ffff80ffff80ffff00fffa00fff800fff400ffe000ffe000ff8000ff0000ff0000ff0000fe0000fe0000fe0000800000fdfee00000000000000000000ff0000ff00\n", + "dataset_type=aggregate\/statistic=utilization\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/": "0000000000000000002000002c00000000003028003c02a83f00003ff0003fff823ffffc3ffffc3ffffc3ffffe000000000000000000000000000000000000007e0000ff0000ff00\n", "dataset_type=aggregate\/statistic=utilization\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=pie\/": "000000000000000000000800003c00003e00007e00007f00007f00007f00007f00007f00007f00007e00003e00003c0000180000000007ffe007ffe007ffe007ffe007ffe007ffe0\n", - "dataset_type=aggregate\/statistic=utilization\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/": "0000000000003000001800000400003ffffe3ffffe3ffffe201f800000e03ffffe3fffff3ffffe2000063ffffe000020000000000000000000000000000000007e0000ff0000ff04\n", - "dataset_type=aggregate\/statistic=utilization\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/": "0000000000000ffffc0ffffc0ffff80fffc00fffc00fff800fff000ffe000ffc000ff8000ff8000ff8000ff0000fe0000fe0000800000febf200000000000000000000ff0000ff00\n", - "dataset_type=aggregate\/statistic=utilization\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=bar\/": "0000000000000000003000003c00003ffffe3ffffe3ff0003ffc003fffc03ffffc3ffffe3ffffe3ffffe3ffffe00000000000000000000000000000000000000000000ff0000ff00\n", + "dataset_type=aggregate\/statistic=utilization\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/": "0000000000003000001800000400003fffff3ffffe3ffffe3fffce0000a03ffffe3fffff3ffffe2000063ffffe000020000000000000000000000000000000007e0000ff0000ff06\n", + "dataset_type=aggregate\/statistic=utilization\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/": "0000000000000ffffc0ffffc0ffff80fffc00fffc00fff800fff000ffe000ffc000ff8000ff8000ff8000ff0000ff0000fe0000800000febf200000000000000000000ff0000ff00\n", + "dataset_type=aggregate\/statistic=utilization\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=bar\/": "0000000000000000003000003c00003ffffe3fdffe3ff0003ffc003fffe03ffff83ffffe3ffffe3ffffc3ffffe00000000000000000000000000000000000000000000ff0000ff00\n", "dataset_type=aggregate\/statistic=utilization\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=pie\/": "000000000000000000000000001e00003e00007f00007f00007f8000ff8000ff8000ff8000ff8000ff80007f80007f00007f00003f00003e001ffff81ffff81ffff81ffff81ffff8\n", "dataset_type=aggregate\/statistic=utilization\/group_by=person\/format=svg\/log_scale=n\/show_aggregate_labels=y\/display_type=line\/": "0000000000003ffffe3000003000002c00003c00023800007ff57e24a8003efffe2200023ffd7e003f803ffffe3ffabe00000000000000000000000000000000ff0000ff0000fffe\n", "dataset_type=aggregate\/statistic=utilization\/group_by=person\/format=svg\/log_scale=n\/show_aggregate_labels=y\/display_type=h_bar\/": "0000000000000ffff81ffff81fff001fd8001f80005f80001e80001e00001c00001c00001c00001c00001c00001c00001800001800000ffffe000000000000007e0000ff0000fffe\n", @@ -911,7 +911,7 @@ "dataset_type=aggregate\/statistic=utilization\/group_by=resource\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=h_bar\/": "ff013fffffffe00003c00001c00001e0000fc0000fc0000fe0000fe0ffffc0ffffe0ffffe3ffffc3ffffe3ffffffffffcfffffcfffffffffffffffffffffffffffffffffffffffff\n", "dataset_type=aggregate\/statistic=utilization\/group_by=resource\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=bar\/": "ff027ffff7ffffffffc3ffffc3ffffc03fffc03fffc03fffc03fffc03fffc03fffc03fffc03fffc001ffc001ffc0001fc00013e62331ffffffffffffffffffffffffffffffffffff\n", "dataset_type=aggregate\/statistic=utilization\/group_by=resource\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=pie\/": "fff7ffffffffffffffffffffffe1ffffc0ffff80ffff807fff007fff007fff003fff003fff003fff003fff003fff003fff007fff007fff807fff80ffffc0ffffe1ffffffffffffff\n", - "dataset_type=aggregate\/statistic=utilization\/group_by=resource\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/": "0000000000003000000000003ffffe3ffffe3ffffe29c8402070400000003ffffe3ffffe3ffffe2000102000080000003fffff3ffffe000000000000000000007e0000ff0000ff04\n", + "dataset_type=aggregate\/statistic=utilization\/group_by=resource\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/": "0000000000003000000000003ffffe3fffff3ffffe29c8402070400000003ffffe3ffffe3ffffe2000102000080000003fffff3ffffe000000000000000000007e0000ff0000ff04\n", "dataset_type=aggregate\/statistic=utilization\/group_by=resource\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/": "0000000000001ffff83ffff83ffff81ffff01ffff83ffff81ffff01ffe003ffe001ffe001ff0003ff8001ff80010000030000030000012bc5e00000000000000000000ff0000ff00\n", "dataset_type=aggregate\/statistic=utilization\/group_by=resource\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/": "0000000000000000000000003ffffe3ffffe3ffffe3fc0003fe0003dc0003ffffe3ffffe3fffe03fffe03fffe03ddfe03ffffe3ffffe00000000000000000000000000ff0000ff00\n", "dataset_type=aggregate\/statistic=utilization\/group_by=resource\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=pie\/": "000000000000000000001000007c0000fc0000fe0001fe0001ff0001ff0001ff0003ff0003ff0003ff0001ff0001ff0001ff0001ff0000fe0000fe00007c00077b600ffff007fff0\n", @@ -943,20 +943,20 @@ "dataset_type=aggregate\/statistic=utilization\/group_by=jobsize\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=h_bar\/": "ff003fff33ffc0ffffc0ffffffffffdfffffdfffffc07fffc07fff4007ff4007ff41ffffc7ffffc00003c00001c00007c00007c3ffffc3fffffffffffffffffffffffff9ffffffff\n", "dataset_type=aggregate\/statistic=utilization\/group_by=jobsize\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=bar\/": "ff007fff337fffffffffff9fffff87ffff87ffff87ffff87ffff87ffff87ffc787ffc787ffe787ff0787cf0787cf0181cf0001cc0001ffffffffffffffffffffffffffe9ffffffff\n", "dataset_type=aggregate\/statistic=utilization\/group_by=jobsize\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=pie\/": "ff003fff307ffffffffff3ffffe1ffffc0ffff80ffff807fff007fff007fff007fff007fff007fff007fff007fff007fff007fff807fff80ffffc1ffffe3ffedbfffffffffffffff\n", - "dataset_type=aggregate\/statistic=utilization\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/": "0000000000003ffffe0000003ffffe24400024047a3ffffe0038003ffffe31c7863981003ffe7a0100003ffffe2f00002400003ffffe3ffffe00000000000000fe0000ff0000fffe\n", + "dataset_type=aggregate\/statistic=utilization\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/": "0000000000003ffffe0000003ffffe24400024047a3ffffe0038003ffffe31c7862181003ffffe0100003ffffe2f00000400003ffffe3ffffe000000000000007e0000ff0000fffe\n", "dataset_type=aggregate\/statistic=utilization\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/": "0000000000003fff003fff003000003c00003e00003fff803fff803fffe03fff003ffe003ff8003ff8083ffff83ffff83ffff83ffc003ffd1c00000000000000000000ff0000ff00\n", "dataset_type=aggregate\/statistic=utilization\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/": "00000000000000000000000000000000000000007800107800187830f87830fe7830fffe30fffe30fffe30fffe33fffe33fffe3ffffe00000000000000000000000000ff0000ff00\n", "dataset_type=aggregate\/statistic=utilization\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=pie\/": "000000000000000000000000003c00007e00007e0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff00007e00007e00003c0000180003ffc003ffc003ffc003ffc003ffc0\n", - "dataset_type=aggregate\/statistic=utilization\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/": "0000000000002000003ffffe3ffffe3ffffe2068cc0004000000003ffffe3ffffe3ffffe2980000100000000003ffffe3ffffe3ffffe015552000000000000007e0000ff0000ff00\n", - "dataset_type=aggregate\/statistic=utilization\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/": "0000000000003fff803fff803000003800003e00003fffc03fffc03ffff03fff003fff003ffc003ffc003ffffe3ffffc3ffffc3ffe003ffe0600000000000000000000ff0000ff00\n", + "dataset_type=aggregate\/statistic=utilization\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/": "0000000000000000003ffffe3ffffe3ffffe2068cc0044000000003ffffe3ffffe3ffffe2980000100000000003ffffe3ffffe3ffffe015552000000000000007e0000ff0000ff00\n", + "dataset_type=aggregate\/statistic=utilization\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/": "0000000000003fff803fff803000003800003e00003fffc03fffc03ffff03fff003fff003ffc003ffc003ffffe3ffffc3ffffc3ffe003ffe8600000000000000000000ff0000ff00\n", "dataset_type=aggregate\/statistic=utilization\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=bar\/": "0000000000003ffffe3ffffe000078001878007878307878307e783ffffe38fffe30fffe30fffe307ffe31fffe33fffe3ffffe3ffffe00000000000000000000000000ff0000ff00\n", "dataset_type=aggregate\/statistic=utilization\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=pie\/": "000000000000000000000000001e00003f00007f00007f8000ff8000ff8000ff8000ff8000ff8000ff8000ff8000ff80007f80007f00003f00003e001ffef81ffff81ffff81ffff8\n", "dataset_type=aggregate\/statistic=utilization\/group_by=jobsize\/format=svg\/log_scale=n\/show_aggregate_labels=y\/display_type=line\/": "0000000000000000002000783fffbe0000003ffffe2000580000007ffffe0040000410003ffffe002080314c843ffffe0001003ffffe3ffffe00000000000000ff0000ff0000fffe\n", "dataset_type=aggregate\/statistic=utilization\/group_by=jobsize\/format=svg\/log_scale=n\/show_aggregate_labels=y\/display_type=h_bar\/": "0000000000003e00003e00002000002000002800003f00003f90003ff8003ff0003c00003800003fd7a83ffff83ffff03ffff03800003ffffe000000000000007e0000ff0000ff04\n", "dataset_type=aggregate\/statistic=utilization\/group_by=jobsize\/format=svg\/log_scale=n\/show_aggregate_labels=y\/display_type=bar\/": "00000000000000000000000000000000000020006000007800007820007c000078001078203ffe00187801f87830fe7830fffe3fffff1f557a000000000000007e0000ff0000ff4e\n", "dataset_type=aggregate\/statistic=utilization\/group_by=jobsize\/format=svg\/log_scale=n\/show_aggregate_labels=y\/display_type=pie\/": "000000000000000000000000003c00007e00007e0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff00007e00007e00003c0000180003ffc003ffc003ffc003ffc003ffc0\n", - "dataset_type=aggregate\/statistic=utilization\/group_by=jobsize\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=line\/": "0000000000000000003ffffe2000583ffffe0000403000ce2000c83ffffe60188c2028843ffffe2040843ffffe0887062981023ffefe3ffffe00000000000000fe0000ff0000fffe\n", - "dataset_type=aggregate\/statistic=utilization\/group_by=jobsize\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=h_bar\/": "0000000000003f00003f00002000002000002000003f80003f80003ff8003ff8003e00003800003f7af43ffffe3ffff83ffff83c00003ffffe000000000000007e0000ff0000ff04\n", + "dataset_type=aggregate\/statistic=utilization\/group_by=jobsize\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=line\/": "0000000000000000003ffffe2000583ffffe0000403010ce2000c83ffffe60188c2028843ffffe2044843ffffe0887062981023ffefe3ffffe00000000000000fe0000ff0000fffe\n", + "dataset_type=aggregate\/statistic=utilization\/group_by=jobsize\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=h_bar\/": "0000000000003f00003f00002000002000002000003f80003f80003ff8003ff8003e00003800003f5af43ffffe3ffff83ffff83c00003ffffe000000000000007e0000ff0000ff04\n", "dataset_type=aggregate\/statistic=utilization\/group_by=jobsize\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=bar\/": "00000000000000000020006200007800007800007800007800007800007820387c00187800387800787838fe7830fe7830fffe3bfffe050002000000000000007e0000ff0000ff00\n", "dataset_type=aggregate\/statistic=utilization\/group_by=jobsize\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=pie\/": "000000000000000000000000001e00003f00007f00007f8000ff8000ff8000ff8000ff8000ff8000ff8000ff8000ff80007f80007f00003f00003e001ffef81ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=none\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ffc1ffffc1ffffffff80d5ff81557fdf557fcd557f01557f005d7f7fe31f4001e33e001b3fff037fffa3ffffbb9fff87ffffc1fffff9ebd55fea8055f502a8fffffff0001ff1f601\n", @@ -967,12 +967,12 @@ "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=none\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "ffc1fffffffffffffffffffffffffffffffffff7ffffe3ffe001ffe0007fe0007fe0007fe0003fe0003fe0003fe0000fe00003e00003e00003fffffffffffffffffff3379fffffff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=none\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "ffc1ffffe5ffffffffffffffffffffffffffffffffbfffffffffffffe3ffe000ffe0007fe0007fe0003fe0003fe0001fe00003e00003e00003fffffffffffffffffff0069fffffff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=none\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "ffc1fffffffffffffffffffffffffffffffffff7ffffe3ffe001ffe0007fe0007fe0007fe0003fe0003fe0003fe0000fe00003e00003e00003fffffffffffffffffff3379fffffff\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=none\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "ffeffffffffffffffffffffffffffffffffffffffffffffffffffffff7ffc0c1ffc000ffc0003fc0007fc0007fc0007fc00007c00001c00001ffffffffffffffffffff7fffffffff\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=none\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "ffeffffffffffffffffffffffffffffffffffffffffffffffffffffff7ffc0c1ffc000ffc0007fc0007fc0007fc0007fc00007c00001c00001ffffffffffffffffffff7fffffffff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=none\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "fffffffffffffffffffffffffffffffffffffffffffff3ffc0c1ffc000ffc0007fc0007fc0007fc0007fc0007fc0001fc00007c00001e00001ffffffffffffffffffffffffffffff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=none\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ffeffffffffffffffffffffffffffffffffffffffffffffffffffffff3ffc081ffc0007fc0007fc0007fc0007fc0007fc00007c00001c00001ffffffffffffffffffff7fffffffff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=none\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "fffffffffffffffffffffffffffffffffffffffffffff3ffc0c1ffc000ffc0007fc0007fc0007fc0007fc0007fc0001fc00007c00001e00001ffffffffffffffffffffffffffffff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=none\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ffc1ffffc1fffff7ff80d5ff80557fdf557fc0557f00557f005c7f7fe30f4000831a1c4b1fff037fffabffffbb9fff87dfffc1fffff9ca5547ea8011f402a0ffffffffc3ffffc701\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=none\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ffc1ffffc1ffffffffdfd7ff80d5ffc05d7fff367f2fc3ff0008ff3f3c7f3fff7f1fff0f3fffaf3fffb9ffff9b9fff87ffffe1fffff9c00005e00001f00000ffffffffc3ffffc601\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=none\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ffc1ffffc1ffffffffdfd7ff80d5ffc05d7fff367f2fc3ff0008ff3f3c7f3fff7f1fff073fffaf3fffb9ffff9b9fff87ffffe1fffff9c00005e00001f00000ffffffffc3ffffc601\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=none\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ffc1ffffc1ffbff7ff80c1ffc8157fc8557f80057f000d7f5f367f60c1df0008871f3e411fff017fffb9dfffbb9fff87dfffc1fffff9c00005e00001f00000ffffffffc3ffffc601\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=none\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ffc1ffffc1ffffffffdfd7ff80c5ffc81d7fff377f2fc3ff0008ff3f3c7f3fff7f1fff173fffb73fffb9ffff9f9fff87ffffe1fffff9c00005e00001f00000ffffffffc3ffffc601\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=none\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "ffc1ffffe5fffffffffffffffffffffffffffffffffffffffffffffff7ffe0c1ffe0007fe0007fe0003fe0003fe0001fe00003e00003e00003ffffffffffffffffffffc7ffffffff\n", @@ -1055,9 +1055,9 @@ "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=none\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000008000008003f3e003ffe003ffffc3fffd43fff803fff803fff803fff803fff803fff803ffffe3ffff83ffffe3ffffe000000000000000000003c00003c00\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=none\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000000003ffffe3ffffe0008000018003f3e003ffe003ffffe3fff803fff803fff803fff803ffffc3ffffe3ffffe3ffffe000000000000000000003c00003c00\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=none\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000008000008003f3e003ffe003ffffc3fffd43fff803fff803fff803fff803fff803fff803ffffe3ffff83ffffe3ffffe000000000000000000003c00003c00\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=none\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ffc1ffffc1ffffffffbff7ffbff7fffff7ff80d5ff7fd5ff0155ff0d577f0dd17f00410b61cbfb00084bf204fb9b301bbfff07ffff83c00401ea8055f40000ffffffc00003c12001\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=none\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ffc1ffffc1ffffffffbff7ffbff7fffff7ff80d5ff7fd5ff0155ff0d577f0dd17f00410b61cbfb00084bf204fb9b300bbfff07ffff83c00401ea8055f40000ffffffc00003c12001\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=none\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ffc1ffffc1ff9fffffbff7fffff7ff9ff7ffbff7ff7ff7ff00c1ff00c1ff73cbff20497f000d7f7e04fffb386b9f3e0fffffa7ffff83c81501ea8055f40000ffffffc00003c12001\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=none\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ffc1ffffc1ffffffff9ff7ffffffff9ff7ffbfd7ff3bddff0815ff7ff57f08017f3f697f214b7f000d01ff00df9f381fbfff07ffff83c00401ea8055f40000fffffff0000ff00601\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=none\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ffc1ffffc1ffffffff9ff7ffffffff9ff7ffbfd7ff3bddff0815ff7ff57f08017f3f697f214b7f000d41ff00ff9f381fbfff07ffff83c00401ea8055f40000fffffff0000ff00601\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=none\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ffc1ffffc1ff9fffffbff7ffffffff9fffffbff7ff7ff7ff00c1ff08c9ff77e9ff20497f000d7f7f04ffbf30539ffe0dffffa7ffff83c00001e00015f00000fffffff0000ff00001\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=none\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "ffc1ffffe1ffffffffffffffffffffffffffbfffffffffffbffffffff7fffff3ffbfe3ffffe3ffa0c1ffe001ffe0007fe0007fe00013e00003fffffff7ffbfffffffc00003ffffe3\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=none\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "ffc1ffffe5fffffffffffffffffffffffffffff7fffff7fffff3ffffe3ffffe3fffdc1ffe0c1ffe001ffe000ffe0007fe0003fe0001fe00003ffffffffffffffffffc10487fffff7\n", @@ -1151,125 +1151,125 @@ "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000000000000000800001c00001c00001c00001c00001c003f3c003f7e003f7e003ffe003fff803fff803fff803ffffe00000000000000ff0001ff8001ff80\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000003ffffc0000000000002000000008000018003f3c00001c00001800001c003f7e003f3e003ffe003fff803fff803fff803ffffe000000000000003c00003c00003c0e\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000001c00001c00001c00001c00001c00001c00001c003f7e003f3e003f7e003ffe003fff803fff803fff803fff803ffffe000000000000001800003c00003c00\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffffffff9ff007fff003fff403bff0017ff403bff403bff4037ff0031ff0017ff3037ff7799ff803ffc1fbf01fffc37fffffffffeaad55f50aaafffffff83ffff87ffb\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffbfffffbffc1ffff407fff003bff5037ff0037ff0033ff0013ffb037ff3017ff7793ffc07ffe1fbffcffff03fffc7ffffffffffeaa555f40aa8fffffff83ffff87f61\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffffffdffff517fff543bff401fff5017ff501bff5017ff00d7ff0013ff0017ff3013ff609bff803ffc7fbf01fffc3ffffffffffeaad55f50aaafffffff83ffff87ffb\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffffffff9ff007fff003fff403bff0017ff403bff401bff4017ff0031ff0017ff3037ff7799ff803ffc1fbf01fffc37fffffffffeaad55f50aaafffffff83ffff87ffb\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffbfffffbffc1ffff407fff003bff5037ff0037ff0033ff0013ffb037ff3017ff7791ffc07ffe1fbffcffff03fffc7ffffffffffeaa555f40aa8fffffff83ffff87f61\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffffffdffff517fff541bff401fff5017ff501bff5017ff00d7ff0013ff0017ff3013ff609bff803ffc7fbf01fffc3ffffffffffeaad55f50aaafffffff83ffff87ffb\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffbfffffbffd5ffff557fff401bff5417ff0057ff0013ff0013ffb037ff3017ff7793ffc07ffe1fbffcffff03fffc7ffffffffffeaa555f40aa8fffffff83ffff87f61\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "ff80ffffc9fffffffffffd7ffff56ffffdffbff50bfff56bfff5fbfff52ffff00fbff003fff003fff003fff003fff003ff8003e00003f45003fffffffffffffffffff9ffffffffff\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "ff80fffffdfffffffffffffffffffffffd7ffffffffffc0ffff00ffff003fff003fff003fff003fff003fff003ffc003fd8003e00003f7d003fffffffffffffffffff9ffffffffff\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "ff80ffffc9fffffffffffd5ffff55ffffd57fff557fff55ffff7fffff40ffff003bff003fff003fff003fff003fff003ff8003e00003f05003fffffffffffffffffff9ffffffffff\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "ff80fffff9ffffffffffffffffff7ffff55ffffffffffc0ffff00ffff003fff003fff003fff003fff003fff003ffc003fd8003e00003f7d003fffffffffffffffffff9ffffffffff\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "ff80afffc007ffff0ffff807fff807fff003fff003ffe003ffe003ffe003ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffe003ffffffffffffffffffffffffffffff\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "ff80ffffc0fffffffffffa27fff807fff003fff003ffe003ffe003ffe003ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffffffffffffffffffffffffffffff\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ff80ffffc0affffe27fff807fff807fff003fff003ffe003ffe003ffe003ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffffffffffffffffffffffffffffff\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "ff80ffffc0fffffffffffa27fff807fff003fff003ffe003ffe003ffe003ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffffffffffffffffffffffffffffff\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffffffffbff407fff403bff4037ff5033ff4037ff50b3ff40b3ff0013ff0013ff701bff1fbe80fffeffffffbf55feaa855f55eaaffffffc21003c23007c0107ffffe31\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffffffffbff41ffff403fff4033ff501fff40b3ff0013ff0017ff3013ff601bff1d3ffc7ffa01fffcffffffffd5feaa855f57eaaffffffc21043c23007c0107ffffe7b\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffbfff5ffff4079ff501fff5013ff501bff501bff541fff0093ff0013ff301bff401ffc1fbc00fffcfffffffffffeaab55f5ffaeffffffc21043c2300fc0107ffffe7f\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffffffffbff517fff501fff5413ff501fff00d3ff0013ff0037ff3013ff601bff1d3ffc7ffa01fffcffffffffd5feaa855f57eaaffffffc21043c23007c0107ffffe7b\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "ff80ffffc0fffffffffff57ffff56ffff56bfff5fbbff52bfff5fbfff70ffff003bff003fff003fff003ff8003e00003fff003ffffffffffffffffffc210c7c2320fc0187fffffff\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "ff80ffffc9fffffffffffffffffd6ffff56ffffffbfff40ffff003bff003fff003fff003fff003ffe003f80003e00003fff957ffffffffffffffffffca12d7c2720fc0187fffffff\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "ff80ffffc8fffffffffff55ffff557fff557bff557fff55ffff7fffff00fbff003fff003fff003fff003f98003e00003fff843ffffffffffffffffffc212d7c2320fc0187fffffff\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "ff80ffffc9ffffffffffff7ffffd5ffff55ffffff7fffc0ffff003bff003fff003fff003fff003ffe003f80003e00003fff957ffffffffffffffffffca12d7c2720fc0187fffffff\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "ff8007ffc007fffe07fff803fff003fff003bfe003ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffff5ffffffffffffffffffff398f7f3be6ff19c7fffffff\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "ff80ffffc9fffffffffffd7ffff56ffffd7fbff50bfff56bfff5fbfff52ffff00fbff003fff003fff003fff003fff003ff8003e00003f45003fffffffffffffffffff9ffffffffff\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "ff80fffffdfffffffffffffffffffffff56ffffffffffc0ffff00ffff003fff003fff003fff003fff003fff003ffc003ff8003e00003ffd003fffffffffffffffffff9ffffffffff\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "ff80ffffc9fffffffffffd5ffff55ffffd57fff557fff55ffff7fffff40ffff003bff003fff003fff003fff003fff003ff8003e00003f45003fffffffffffffffffff9ffffffffff\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "ff80fffff9ffffffffffffffffff7ffff57ffffffffffc0ffff00ffff003fff003fff003fff003fff003fff003ffc003ff8003e00003ffd003fffffffffffffffffff9ffffffffff\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "ff80afffc007ffff0ffff807fff807fff003fff003ffe003ffe003ffe003ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffffffffffffffffffffffffffffff\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "ff80ffffc0fffffffffff827fff807fff003fff003ffe003ffe003ffe003ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffffffffffffffffffffffffffffff\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ff80ffffc0afffffa7fff807fff807fff003fff003ffe003ffe003ffe003ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffffffffffffffffffffffffffffff\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "ff80ffffc0fffffffffff827fff807fff003fff003ffe003ffe003ffe003ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffffffffffffffffffffffffffffff\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffffffffbff407fff403bff4037ff5033ff4037ff50b3ff40b3ff0013ff0013ff701bff1fbe00fffeffffffbf55feaa855f55eaaffffffc21003c23007c0107ffffe31\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffffffffbff41ffff403fff4033ff501fff40b3ff0013ff0017ff3011ff609bff1d3ffc7ffa01fffcffffffffd5feaa855f57eaaffffffc21043c23007c0107ffffe7b\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffbfff5ffff407bff501fff5013ff501bff501bff541fff0093ff0013ff301bff401ffc1fbc00fffcfffffffffffeaab55f5ffaeffffffc21043c2300fc0107fffff7f\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffffffffbff517fff501fff5413ff501fff00d3ff0013ff0037ff3013ff609bff1d3ffc7ffa01fffcffffffffd5feaa855f57eaaffffffc21043c23007c0107ffffe7b\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "ff80ffffc0fffffffffff57ffffd6ffff56bfff56bbff56bfff5fbfff70ffff003fff003fff003fff003ff8003e00003fff003ffffffffffffffffffc210c7c2320fc0187fffffff\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "ff80ffffc9fffffffffffffffffd6ffff56fffffebfff40ffff003bff003fff003fff003fff003ffe003f80003e00003fff957ffffffffffffffffffca12d7c2720fc0187fffffff\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "ff80ffffc8fffffffffff55ffff557fff557bff557fff55ffff7fffff00fbff003fff003fff003fff003fd8003e00003fff843ffffffffffffffffffc212d7c2320fc0187fffffff\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "ff80ffffc9ffffffffffff7ffffd57fff55ffffff7fffc0ffff003bff003fff003fff003fff003ffe003f80003e00003fff957ffffffffffffffffffca12d7c2720fc0187fffffff\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "ff8007ffc007fffe07fff803fff003fff003bfe003ffe001ffe003ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffff5ffffffffffffffffffff398f7f3be6ff19c7fffffff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "ff80ffffc0fffffebffff007fff007fff007bfe003ffe003ffe003ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffff07fffffffffffffffffff318e7f33e6ff11c7fffffff\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ff80ffffc0a7fffa07fff807fff003ffe003bfe003ffe003ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffff57fffffffffffffffffff318e7f3be6ff11c7fffffff\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ff80ffffc0a7fffa07fff807fff003ffe003bfe003ffe003ffe003ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffff57fffffffffffffffffff318e7f3be6ff11c7fffffff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "ff80ffffc0fffffebffff007fff007fff007bfe003ffe003ffe003ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffff07fffffffffffffffffff318e7f33e6ff11c7fffffff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffbffffffffc1ffff40ffff003bff5037ff00b7ff0033ff0011f5b034d51415f57493ffc07ffe1fbffcffff03fffc7ffffffffffeaa555f40aa8fffffff83ffff87f61\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80fffffffffffc07fff01ffff003bff0013ff1037ffb037ff7797ff7793ffe073ffc977ff1fbffcfffffdfffb03fffefffffd00001eaa155f002a0fffffff83ffff87f01\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80fffffffffffd5ffff507bff541fff4077ff00f3ff0013ff0017ffb036bd1793ffe013ff803ffe3fbffcfffb03fffc7ffffdfd54beaa155f402a0fffffff83ffff87f01\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80fffffffffffc07fff01ffff003bff0013ff1037ffb037ff7797ff7793ffe073ffc977ff1fbffcfffffdfffb03fffefffffd00001eaa155f002a0fffffff83ffff87f01\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "ff80ffffc9fffffffffffffffffffffffdfffffffffff40ffff003fff003fff003fff003fff003fff003fff003ffc003fd8003e00003f7d003fffffffffffffffffff9ffffffffff\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "ff81ffffffffffffffffff7ffff80ffff00ffff003fff003fff003fff003fff003fff003fff003fff003fff003ffc003f98003e00003fff003fffffffffffffffffff9ffffffffff\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "ff80fffffffffffffffffffffffdffffffffffff3ffff00ffff003fff003fff003fff003fff003fff003fff003ffc003fd8003e00003f7d003fffffffffffffffffff9ffffffffff\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "ff81ffffffffffffffffff7ffff80ffff00ffff003fff003fff003fff003fff003fff003fff003fff003fff003ffc003f98003e00003fff003fffffffffffffffffff9ffffffffff\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffbffffffffc07fff01ffff003bff0013ff1037ffb037ff7797ff7793ffe073ffc977ff1fbffcfffffdfffb03fffefffffd80001eaa155f002a0fffffff83ffff87f01\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80fffffffffffd5ffff507bff541fff4077ff00f3ff0013ff0017ffb036bd1793ffe013ff803ffe1fbffcfffb03fffc7ffffdfd56beaa155f402a0fffffff83ffff87f01\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffbffffffffc07fff01ffff003bff0013ff1037ffb037ff7797ff7793ffe073ffc977ff1fbffcfffffdfffb03fffefffffd80001eaa155f002a0fffffff83ffff87f01\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "ff80ffffc9fffffffffffffffffffffffdfffffffffff40ffff003fff003fff003fff003fff003fff003fff003ffc003ff8003e00003ffd003fffffffffffffffffff9ffffffffff\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "ff81ffffffffffffffffff7ffff80ffff00ffff003fff003fff003fff003fff003fff003fff003fff003fff003ffc003ff9003e00003fff003fffffffffffffffffff9ffffffffff\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "ff80fffffffffffffffffffffffd7fffffffffff3ffff00ffff003fff003fff003fff003fff003fff003fff003ffc003fd8003e00003f7d003fffffffffffffffffff9ffffffffff\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "ff81ffffffffffffffffff7ffff80ffff00ffff003fff003fff003fff003fff003fff003fff003fff003fff003ffc003ff9003e00003fff003fffffffffffffffffff9ffffffffff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "ff80ffffc8fffffffffff82ffff807fff003fff003ffe003ffe003ffe003ffe003ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffffffffffffffffffffffffffffff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "ff80ffffc0fffffffffffffffffebffff02ffff003ffe003ffe003ffe003ffe003ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffffffffffffffffffffffffffffff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ff80ffffc8fffffffffffebffff80ffff007fff003ffe003ffe003ffe003ffe003ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffffffffffffffffffffffffffffff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "ff80ffffc0fffffffffffffffffebffff02ffff003ffe003ffe003ffe003ffe003ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffffffffffffffffffffffffffffff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffffffffbff41ffff403fff4033ff5037ff00b3ff0010150017f53011ff601bff1f3ffc7ffa01fffcffffffffd5feaa855f57eaaffffffc21043c23007c0107ffffe7b\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffbffffffffc07fff01ffff0013ff0017ffb037ff3797ff7793ffc077ff1fb7fe7ffffdfffa03fffcfffffea9555eaa855f55eaaffffffc21003c23007c0107ffffe31\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffbfffffbff55ffff547bff5473ff607fff00b3ff0012b51037ff3593ffe03fff1fbffc7ffe03fffcffffffffd5feaa855f57eaaffffffc21043c23007c0107ffffe7b\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffbfffffbff51ffff547bff5433ff607fff00b3ff0012bd1037ff3593ffe03fff1fbffc7ffa03fffcffffffffd5feaa855f57eaaffffffc21043c23007c0107ffffe7b\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffbffffffffc07fff01ffff0013ff0017ffb037ff3797ff7793ffc077ff1fb7fe7ffffdfffa03fffcfffffea9555eaa855f55eaaffffffc21003c23007c0107ffffe31\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "ff80ffffc9fffffffffffffffffdeffffdeffffffffff40ffff003fff003fff003fff003fff003ffe003f98003e00003fffd57ffffffffffffffffffca12d7e2720fc0187fffffff\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "ff80fffffdffffffffffff3ffff80ffff003fff003fff003fff003fff003fff003fff003fff003ffc003f88003e00003fffd7fffffffffffffffffffca32d7f2739fe21a7fffffff\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "ff80ffffc9ffffffffffffdffffd7fffffffffff1ffff00ffff003fff003fff003fff003fff003ffc003f88003e00003fffd57ffffffffffffffffffca12d7e2720fc0187fffffff\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "ff80fffffdffffffffffff3ffff80ffff003fff003fff003fff003fff003fff003fff003fff003ffc003f88003e00003fffd7fffffffffffffffffffca32d7f2739fe21a7fffffff\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "ff80ffffc9fffffffffffffffffdfffffdfffffffffff40ffff003fff003fff003fff003fff003ffe003f98003e00003fffd57ffffffffffffffffffca12d7e2720fc0187fffffff\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "ff80fffffdffffffffffff3ffff80ffff003fff003fff003fff003fff003fff003fff003fff003ffc003f90003e00003fffd7fffffffffffffffffffca32d7f2739fe21a7fffffff\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "ff80ffffc9ffffffffffffdffffd7fffffffffff1ffff00ffff003fff003fff003fff003fff003ffc003f98003e00003fffd57ffffffffffffffffffca12d7e2720fc0187fffffff\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "ff80fffffdffffffffffff3ffff80ffff003fff003fff003fff003fff003fff003fff003fff003ffc003f90003e00003fffd7fffffffffffffffffffca32d7f2739fe21a7fffffff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "ff80ffffc0ffffffbffff807fff807fff007bfe003ffe003ffe003ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffff07fffffffffffffffffff318e7f33e6ff11c7fffffff\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "ff80ffffc0fffffffffffffffffabffff007bfe003ffe003ffe003ffe003ffe001ffe001ffe001ffe001ffe001ffe001ffff07ffffffffffffffffffe318e7f33c4ff11c7fffffff\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "ff80ffffc0fffffffffffffffffabffff007bfe003ffe003ffe003ffe003bfe001ffe001ffe001ffe001ffe001ffe001ffff07ffffffffffffffffffe318e7f33c4ff11c7fffffff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ff80ffffc0fffffffffffebffff807fff007bfe003ffe003ffe003ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffff07fffffffffffffffffff318e7f33e6ff11c7fffffff\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "ff80ffffc0fffffffffffffffffabffff007bfe003ffe003ffe003ffe003ffe001ffe001ffe001ffe001ffe001ffe001ffff07ffffffffffffffffffe318e7f33c4ff11c7fffffff\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000200bf8000afc000af4200bfc000afc000afc002bfc022ff43eaffe20aefc30a8843e8ffc00fe042ff0003ec0003ffffe00000000000000000007ffe007ffe0\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "000000000000000010200af8000280000af40008fc000ff8000ff4000ffc200efc0008842ea8fe2e83fc007e0401f8003fe0001c00003ffffe00000000000000000007ffe007ffe0\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000003ffffe000aa8000afc000ab8000ab8200abe000ff0272ffe3ffffe14a8e41401fc200ffc00fc043ff0001c80003ffffe00000000000000000007ffe007ffe0\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000200aa8000aa0000aac0008b8000ff8000ffc000ffc200efe0008842d30fe3503fc007e0401f8003fe0001c00003ffffe00000000000000000007ffe007ffe0\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "0000000000000000000002000000000000000000000000000000000000d0000ff0000ffc000ffc000ffc000ffc003ffc07fffc1ffffc1ffffc00000000000000000007ffe007ffe0\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000000000000000000000000000003f0000ff0000ffc000ffc000ffc000ffc000ffc000ffc003ffc07fffc1ffffc1ffffc00000000000000000007ffe007ffe0\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000002a0000000000000000000000080000000000ff0000ffc000ffc000ffc000ffc000ffc003ffc07fffc1ffffc1ffffc00000000000000000007ffe007ffe0\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000000000000000000000000000003f0000ff0000ffc000ffc000ffc000ffc000ffc000ffc003ffc07fffc1ffffc1ffffc00000000000000000007ffe007ffe0\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "0000200000f80000f8000ff8000ff8000ffc000ffc000ff8000ffc000ffa001ffe001ffe001ffe005ffe005ffa011ffe041ffe041ffe155ffe00000000000000000007ffe007ffe0\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000ff8000ff8000ffc000ffc000ff8000ffc000ff8000ffe001ffe000ffe001ffe001ffa011ffe041ffe055ffe155ffe00000000000000000007ffe007ffe0\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000200000f8000ff8000ff8000ffc000ffc000ff8000ffc000bf8000ffe001ffe001ffe001ffe005ffa011ffe041ffe041ffe155ffe00000000000000000007ffe007ffe0\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000000ff8000ff8000ffc000ffc000ff8000ffc000ff8000ffe001ffe000ffe001ffe001ffa011ffe041ffe055ffe155ffe00000000000000000007ffe007ffe0\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000000000000000a80000000000a00000000000090000ff00004fc000080000e040060001000000000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000002000000000000000000000003f0000ffc0002fc0000040000f80002040010001f60001000000000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000002200000a0000080000aa8000aac002aac000fb0000ffc0000e40000fc000a041860001800000000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000002800000000000a00000800003b0000ffc0002fc0000040000f80002040010001f60001000000000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000000000000000000000000000000000000000000000ff0000ffc0007fc000ffc027ffc1ffffc0dbaa00000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000000000000000000000000000003f0000ff0000ffc000ffc0007fc000ffc001ffc0ffffc1ffffc0000000000000000001ffff83ffffc3ffffc3ffffc3ffffc\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000000000000000000000000000000800000000007f0000ffc000ffc000ffc001ffc0ffffc1ffffc0000000000000000001ffff83ffffc3ffffc3ffffc3ffffc\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000000000000000000000000000007f0000ff8000ffc000ffc000ffc000ffc001ffc0ffffc1ffffc0000000000000000001ffff83ffffc3ffffc3ffffc3ffffc\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "0000280000280000e80000f80000f80000f80003f8000ff8000df8001ff8000ff8000ffa000ffa001ffa000ffa001ffa0000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000000f80000f80001f80000f80000f80000f8000bf8000ff8000ffa000ffa001ffa001ffa001ffa0000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000a80000f80000f80000f80000f80003f80003f8000ffa000ff8000ffa000ffa001ffa000ffa001ffa0000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000000f80000f80001f80000f80000f80000f8000bf8000ff8000ffa000ffa001ffa001ffa001ffa0000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000280000ae0200bfc0000dc000ff0000ffc600ffe202efc002a842ea8fe3f87fc007e0401f0003fe0003c00003ffffe00000000000000000007ffe007ffe0\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000002001d8000fe0000ff8000ffc4000f80004fc0000040000840001fc0007fc007e0600f0000360001fc0001800003ffffe00000000000000000007ffe007fffe\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000002a0000aa00002a80003f8000ff0000ffc600ffc200efc0028842fb1fe378ffc007c0401f0000fc0001800003ffffe00000000000000000007ffe007ffe4\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000002001d8000fe0000ff8000ffc4000f80004fc0000040000840001fc0007fc007e0600f0000360001fc0001800003ffffe00000000000000000007ffe007fffe\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "0000000000000000000000000000000000000000000007f0000ff0000ffc000ffc000ffc000ffc000ffc000ffc003ffc077ffc1ffffc1ffffc00000000000000000007ffe007ffe0\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "ff80ffffc0fffffffffffffffffabffff007bfe003ffe003ffe003ffe003bfe001ffe001ffe001ffe001ffe001ffe001ffff07ffffffffffffffffffe318e7f33c4ff11c7fffffff\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000200ff8000af4000af4200bfc000af4000afc002bfc022ff43eaffe202efc32a8843687fc00fe040ff0003e80003ffffe00000000000000000007ffe007ffe0\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "000000000000000010200af8000a00000af40008fc000ff8000ffc000ffc0006fc0028840a20f43f87fc007e0401f0000fe0003c80003ffffe00000000000000000007ffe007ffe0\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000aa8000ab83ffffe200bfe000aa8000abe000ff0002ffe3ffffe37acec1580fc200ffc00fc040fe0003c80003ffffe00000000000000000007ffe007ffe0\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000200aa8000aa0000abc000ab8000ff8000ffc000ffe0006fc0008840520f43fc7fc007e0401f0000fe0003c80003ffffe00000000000000000007ffe007ffe0\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000a800000000000000000000000000000000000d0000ff0000ffc000ffc000ffc000ffc003ffc07fffc1ffffc1ffffc00000000000000000007ffe007ffe0\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000000000000000000000000000003f0000ff0000ffc000ffc000ffc000ffc000ffc000ffc003ffc077ffc1ffffc1ffffc00000000000000000007ffe007ffe0\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000000000000000aa8000aa0000080000000000ff0000ffc00affc000ffc000ffc000ffc003ffc07fffc1ffffc1ffffc00000000000000000007ffe007ffe0\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000000000000000000000000000003f0000ff0000ffc000ffc000ffc000ffc000ffc000ffc003ffc077ffc1ffffc1ffffc00000000000000000007ffe007ffe0\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "0000200000f80000f8000ff8000ff8000ffc000ffe000ffc000ffc000ffa001ffa001ffe001ffe057ffe001ffa031ffe041ffa041ffa3ffffe00000000000000000007ffe007ffe0\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000ff8000ff8000ffc000ffc000ff8000ffc000ff8000ffe000ffe000ffe003ffe001ffa071ffe041ffe041ffe3ffffe00000000000000000007ffe007ffe0\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000300000f8000ff8000ff8000ffc000ffc000ffa000ffc000bf8000ffe001ffe001ffe003ffe005ffa031ffe041ffa041ffa3ffffe00000000000000000007ffe007ffe0\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000000ff8000ff8000ffc000ffc000ff8000ffc000ff8000ffe000ffe000ffe003ffe001ffa071ffe041ffe041ffe3ffffe00000000000000000007ffe007ffe0\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000000000000000000000000000a94000000000090000ff40004fc000080000e040060001000000000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000002000000000000000000000003f0000ffc0006fc0000040000f000020c0038000c40001800000000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000020000aa8000aa8000ab8000aac002aac000bb0000ffc0000e40000f8001a040060001000000000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000002000000000000000000800003b0000ffc0002fc0000040000f000020c0038000c40001800000000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000000000000000000000000000000000000000000000ff0000ffc0007fc000ffc027ffc1ffffc05baa00000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000000000000000000000000000003f0000ff4000ffc000ffc0007fc000ffc001ffc0ffffc1ffffc0000000000000000001ffff83ffffc3ffffc3ffffc3ffffc\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000000000000000000000000800000800000000007f0000ffc000ffc000ffc000ffc07fffc1ffffc0000000000000000001ffff83ffffc3ffffc3ffffc3ffffc\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000000000000000000000000000007f0000ff8000ffc000ffc0007fc000ffc001ffc0ffffc1ffffc0000000000000000001ffff83ffffc3ffffc3ffffc3ffffc\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "0000080000200000a80000f80000f80000f80003f80003f8000df8001ff8000ffa000ffa000ffa000ffa001ffa001ffa0000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000000f80000f80001f80001f80000f80000f8000bf8000ffa000ffa000ffa001ffa001ffa001ffa0000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000a80000f80000f80001f80000f80000f80003f8000ffa001ffa000ffa000ffa000ffa001ffa001ffa0000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000000f80000f80001f80001f80000f80000f8000bf8000ffa000ffa000ffa001ffa001ffa001ffa0000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000200018000280000a80200bfc2002fc000ff0000ffc000ffc000efc002a843fa9fe3087fc007e0401f8000fe0003c80003ffffe00000000000000000007ffe007ffe0\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000002001d8000fa0200ffc000ffc0000f80004fc0000042008862001f80007fc207e0600b0000360000fc0001800003ffffe00000000000000000007ffe007ffee\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000002a0200bf80002a80003f8000ff0000ffe600ffc0008fc0028840021fc3407fc007e0401f0003fe0003c80003ffffe00000000000000000007ffe007ffe4\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000002001d8000fa0200ffc000ffc0000f80004fc0000042008862001f80007fc207e0600b0000360000fc0001800003ffffe00000000000000000007ffe007ffee\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "0000000000000000000000000000000000000000000007f0000ff0000ffc000ffc000ffc000ffc000ffc000ffc003ffc07fffc1ffffc1ffffc00000000000000000007ffe007ffe0\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000000000007f0000ff0000ffc000ffc000ffc000ffc000ffc000ffc000ffc000ffc001ffc003ffc0ffffc1ffffc1ffffc00000000000000000007ffe007ffe0\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000000000000000000000090000ff0000ffc000ffc000ffc000ffc000ffc000ffc000ffc003ffc07fffc1ffffc1ffffc00000000000000000007ffe007ffe0\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000000000000000000000090000ff0000ffc000ffc000ffc000ffc000ffc000ffc000ffc003ffc0ffffc1ffffc1ffffc00000000000000000007ffe007ffe0\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000000000007f0000ff0000ffc000ffc000ffc000ffc000ffc000ffc000ffc000ffc001ffc003ffc0ffffc1ffffc1ffffc00000000000000000007ffe007ffe0\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "0000000000000000000007f0000ff8000ffc000ffc000ff8000ffc000ff8000ffc000ffe000ffe001ffe001ffa011ffe041ffe055ffe155ffe00000000000000000007ffe007ffe0\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000010000710000ff8000ffc000ff8000ffc000ff8001ffc001ffe000ffe001ffe000ffa001ffe041ffe055ffe175ffe00000000000000000007ffe007ffe0\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000001500007f0000ffc000ffc000ff8000ffc000ff8000ffe001ffe000ffe001ffe001ffa011ffe041ffe055ffe155ffe00000000000000000007ffe007ffe0\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000000010000710000ff8000ffc000ff8000ffc000ff8001ffc001ffe000ffe001ffe000ffa001ffe041ffe055ffe175ffe00000000000000000007ffe007ffe0\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000a000000000000000000000003b0000ffc002efc0000840000f0000a040038000c40001000000000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000000000000a0000ffc0000f80000600000040000800001f80006040000000020001e40001000000000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000002a00000000000000000e00007b00007fc0000e80000840003f8000a040030000240003800000000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000000000000a0000ffc0000f80000600000040000800001f80006040000000020001e40001000000000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "0000000000000000000000000000000000000000000007f0000ff4000ffc000ffc000ffc000ffc001ffc0ffffc1ffffc0000000000000000001ffff83ffffc3ffffc3ffffc3ffffc\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000000100007f0000ff80007fc0007fc0007fc0007fc0007fc000ffc001ffc003ffc0ffffc1ffffc0000000000000000001ffff83ffffc3ffffc3ffffc3ffffc\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "0000000000000000000007f0000ff8000ffc000ffc000ffc000ffc000ff8000ffc000ffe000ffe003ffe001ffa075ffe041ffe041ffe3ffffe00000000000000000007ffe007ffe0\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000010000700000ff8000ffc000ff8000ffc000ff8001ffc000ffe000ffe003ffe000ffa031ffe001ffe051ffe3ffffe00000000000000000007ffe007ffe0\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000001500007f0000ff8000ffc000ff8000ffc000ff8001ffe000ffe000ffe003ffe001ffa031ffe041ffe041ffe3ffffe00000000000000000007ffe007ffe0\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000000010000700000ff8000ffc000ff8000ffc000ff8001ffc000ffe000ffe003ffe000ffa031ffe001ffe051ffe3ffffe00000000000000000007ffe007ffe0\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "0000000000000000000002000000000000000000000003b0000ffc002efc0008840000f80002040030000040001800000000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000000000000a0000ffc0000f8000060000004000080000038000e040008000020000000003000000000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000002a00000000000000000800003b0000ffc0000e80000840001f8000a040038000840001000000000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000000000000a0000ffc0000f8000060000004000080000038000e040008000020000000003000000000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "0000000000000000000000000000000000000000000007f0000ffc000ffc000ffc0007fc000ffc001ffc0ffffc1ffffc0000000000000000001ffff83ffffc3ffffc3ffffc3ffffc\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000000100007f0000ff80007fc0007fc0007fc000ffc0007fc000ffc001ffc003ffc0ffffc1ffffc0000000000000000001ffff83ffffc3ffffc3ffffc3ffffc\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000000000000000000000000000ff0000ffc000ffc000ffc0007fc000ffc003ffc0ffffc1ffffc0000000000000000001ffff83ffffc3ffffc3ffffc3ffffc\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000000100007f0000ff80007fc0007fc0007fc0007fc0007fc000ffc001ffc003ffc0ffffc1ffffc0000000000000000001ffff83ffffc3ffffc3ffffc3ffffc\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "0000000000000000000000b80000f80001f80000f80000f80000f8000bf8000ffa001ff8000ffa000ffa001ffa001ffa0000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000000000000000001680005f80007f80000f8000ff80008f8000bf8000ffa000ffa001ffa001ffa0000a80000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000000000000f80005f80001f80001f80000f8000bf8000bf8000ffa000ffa001ffa001ffa001ffa0000a00000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000000000000000001680005f80007f80000f8000ff80008f8000bf8000ffa000ffa001ffa001ffa0000a80000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffbfffffffffffffffffffff7ffffd7f7fff7fbff41fbff403fff5033ff4033ff0037ff00bfff60b9ff003fff001fff301c00001eaad55f402a0fffffff83ffff87f61\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000000100007f0000ff80007fc0007fc0007fc000ffc0007fc000ffc001ffc003ffc0ffffc1ffffc0000000000000000001ffff83ffffc3ffffc3ffffc3ffffc\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "0000000000000000000000b80000f80001f80001f80000f80000f8000ff8000ffa001ffa000ffa000ffa001ffa001ffa0000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000000000000000168000ff80001f80000f8000ff8000ff8000ff8000ffa000ffa001ffa001ffa0000a00000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000000000000b80005f80003f80000f80000f8000ff8000ff8000ffa000ffa000ffa001ffa001ffa0000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000000000000000000168000ff80001f80000f8000ff8000ff8000ff8000ffa000ffa001ffa001ffa0000a00000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffbfffffffffffffffffffff7ffffd7f7fff7fbff41fbff403fff5033ff4033ff0037ff00bfff40b9ff003fff001fff301c00001eaad55f402a0fffffff83ffff87f61\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffbfffffffffffbfffffffffffbfff5f7ffd7f3ffdef7fff1f3ff40f7ff00b3ff0037ff60bbff60bfff001bff001fff303c00001eaad55f402a0fffffff83ffff87f61\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffffffffbfffffffff5ffffffffffd7f3ffd5fbffd1fbff547bff5053ff4013ff041bff101fff60dfff001fff001fff301c00001eaad55f402a0fffffff83ffff87f61\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffbfffffffffffbfffffffffffbfff5f7ffd7f3ff5ef7ffd1f3ff4077ff0073ff1017ff401bff209fff001bff001fff301c00001eaa955f40280fffffff83ffff87f01\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffbfffffffffffbfffffffffffbfff5f7ffd7f3ff5ef7ffd1f3ff4077ff0073ff1017ff401bff201fff001bff001fff301c00001eaa955f40280fffffff83ffff87f01\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffffffffbffffffffffffffffffffdffffffffffff7fbff507fff563fff50bbff403fff00bfff00bfff00bfff003fff003e00001eabffdf5faaffffffff87ffff97fff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "ff80ffffc0ffffffffffffffffffffffffffbfffffffffffbfffefffff0fbffe0ffff40fbff00bfff00bbff00ffff003bff003fff003e81003ebfffffffeaffffffff97ffff9ffff\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffbffffffffffffffffffffffffffdfffffffffffd5fbff547fff547fff501bff401fff003fff00ffff003fff003fff003c00001eabffdf5eaaafffffff87ffff97fff\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffbffffffffffffffffffffffffffdfffffffffffd5fbff547fff547fff501bff401fff003fff00ffff001fff003fff003c00001eabffdf5eaaafffffff87ffff97fff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffffffffffffffffffffffffffbfffff7fffffbffdefffff2fbffe0ffff407bff007fff00fbff00ffff003bff003fff003e85003eafffffffaaffffffff97ffff97fff\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffbffffffffffffffbefbffeaffffebf3ffc9ffffa0ffff007bff003fff007fff0033fe001ffe001bfe001ffe001ffe001ffe001eafffff7eaaffffffffc7fffff7fff\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffbffffffffffffffbefbffeaffffebf3ffc9ffffa0ffff007bff003fff007fff0033fe001ffe001bfe001ffe001ffe001ffa001eafffff7eaaffffffffc7fffff7fff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffbfffffffffffffffefbffeaffffeaf3ff8affffa2ffff83f3ff81f7ff8077ff0073ff003fff003bfe001ffe001ffe001fe2001eafffdf5eaaafffffffc7ffffe7fff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffbfffbffffffffffbefbffaafffffbf3ff8affffa3ffff81f3ff0077ff0073ff0033ff003fff003bfe001ffe001ffe001fe0001eabffdf52aaafffffff87ffffe7fff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffbfffffffffffbfffefbffeaffffeff3ff8af3ffa2f7ffa3f3ff81f7ff8073ff0073ff003fff003bfe003ffe001ffe001f80001eabff5f42aaafffffff83ffffe7ffb\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffbfff7fbff003bff50bbff403bff403bff40bbff5ebbff007c01001eaaff5f52aaaffffffe1823fe1820fe1820fe1821fe08e1fe0803fe18207e1820fe07fffffffff\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffbfff7fbff003bff50bbff403bff403bff403bff5ebbff007c01001eaaff5f52aaaffffffe1823fe1820fe1820fe1821fe08e1fe0803fe18207e1820fe07fffffffff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffffffffbfffffbffd5fbff403bff503bff403bff81fbff001e00001eaaffdf52aaaffffffe1823fe1820fe1820fe1821fe08e1fe0803fe18207e1820fe07fffffffff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffffffffbfff5ffffffffffd7f3ffd1ffff557bff5017ff5413ff5013ff001fff14bbff401fff001fff301e00041eaa855f55eaaffffffc21003c23007c0107ffffe31\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffffffffbfffffbfffffbfff5f3ffd5f3ffd7f3ff51f3ff4073ff0413ff1413ffe09bff001bff001fff301e00041eaaa55f55eaaffffffc21003c23007c0107ffffe31\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffffffffbfffffbfffffbfff5f3ffd5f3ffd7f3ff51f3ff4073ff0413ff1413ff609bff001bff001fff301e00041eaaa55f55eaaffffffc21003c23007c0107ffffe31\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "ff80ffffc07fbffd2bbff5ebbff50bbff40bbff00bbff00fbff003bff003ffd003fffffffffeffffffffef9e7fe1861fe1860fe18a1fe08e1fe0803fe18207e3860fe0ffffffffff\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffffffffbfffffbffd5fbff50bbff5ebbff703bff00fbff003e81001eabffdf5eaafffffffef9a3fe1820fe1860fe1821fe08e1fe0803fe18207e1820fe07fffffffff\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffffffffbfffffbffd5fbff50bbff56bbff703bff00fbff003e81001eabffdf5eaafffffffef9a3fe1820fe1860fe1821fe08e1fe0803fe18207e1820fe07fffffffff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffffffffbffffffffffffffdffbfff5ffff55fbff547fff547fff507bff401fff00ffff00ffff003fff003ea5003eabffdffffefffffffc210c3c2300fc0107fffff7f\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffffffffbfffffffffffbfffff3ffd7fbffdffbffd4fbff607bff4073ff003bff00ffff003bff003fff003ea5003eefffdffffffffffffc210c3c2300fc0107fffff7f\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80bfbffe2f3ff003bff003bfe003bfe0013fe001bfe001bfe001ffe001efffffffaaafffffffff9bbfe1821fe1860ff1831fe08e1fe0813fe1c207e1830fe0ffffffffff\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80bfbffe2f3ff003bff003bfe003bfe0013fe001bfe001bfe001ffe001efffffffaaafffffffff9bbfe1821fe1860ff1831fe08e1fe0813fe1c207e1830fe07fffffffff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffbfffff3ffaefbffebf3ffa073fe0033fe0033fe0013fe001ffe001ebfffdfeaaaffffffffb8bbfe1820fe1820fe1831fe08e1fe0803fe1c207e1830fe07fffffffff\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffbffffffffbffbffabffffebf3ffabf7ff81ffff0073fe0037ff0033fe003ffe001bfe001ffe001ffe001ffe001eabdd5f7feaeffffffc21043e3380fe1187ffffe7f\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffbffffffffbffbffabffffebf3ffabf7ff81ffff0073fe0037ff0033fe003ffe001bfe001ffe001ffe001ffe001eabdd5f7feaeffffffc21043e3380fe1187fffff7f\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffbfffffffffffbffeaffffeff3ffaaf3ffabf7ffabf3ff8077ff0073fe003fff007bfe001ffe001ffe001ffe001eaad55f5feaaffffffc21043e33807e1187ffffe7b\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffffffffffffffbfffffffffffbfff7f7ffdff3ff5ef7ffe1f3ffc1f7ff0073ff0037ff60b9d500bfff001bff001fff301c00001eaad55f402a0fffffff83ffff87f61\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffbfffffffffffffffffbfffefffff1f3ffc1f3ffedf7ff85f3ff11f7fffcf3ffe0f3ff80ffff003bff001bffb03fff701c00001eaad55f40280fffffff83ffff87f01\n", @@ -1288,37 +1288,37 @@ "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffbfffffffffffbfff5fbfffff3ffdf73ffdff3fff1f3ff4073ff0473ff70b3bd60fbff001bff001fff201e00041eaaa55f55eaaffffffc21003c23007c0107ffffe31\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffbfffffffffffbfffffbfff3f3ffe1f3ffedf7ff85f3ff1cf7fff1f3ffe1f7ff003bff001bffb03fff001c00001eaa855f55eaaffffffc21003c03007c0107ffbde21\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffffffffbfffffbffd7fbff50bbff5ebbff603bff00fbff003e81001eabffdf5eaafffffffef9a3fe1820fe1860fe1821fe08e1fe0803fe18207e1820fe07fffffffff\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "ff80ffffc0ffbfffffbfffefbfff0fbffc0fbff00fbff00fbff003bff003fb5003effffffffabfffffffef9e3fe1821fe1860fe18a1fe08e1fe0803fe18207e1820fe0ffffffffff\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "ff80ffffc0ffbfffffbfffefbfff0fbffc0fbff00fbff00fbff003bff003ff5003effffffffabfffffffef9e3fe1821fe1860fe18a1fe08e1fe0803fe18207e1820fe0ffffffffff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "ff80ffffc0ffbfffffffffffffffffbfffffffffffbfffefffff0fbffc07fff007fff00fbff00ffff003bff003fff003eb5003ffffffffffffffffffc210c3c2300fc0107fffff7f\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "ff80ffffc0ffbfffffffffffbfffffffffefffff0fbffe0ffffc0fbff00ffff00fbff00ffff007fff001fff003fff003ebd003ffffffffffffffffffc210c3c2320fc0187fffffff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffbfffff3ffbefbffebf3ff80f3fe0073fe0033fe0013fe001ffe001ebfffdfeaaaffffffffb8bbfe1820fe1820fe1831fe08e1fe0803fe1c207e1830fe07fffffffff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffbfffff3fffef3ffeaf3ffaaf3ff82f3ff81f3fe0073fe001ffe001eafdfdf2aaaafffffff983bfe1820fe1820fe1831fe08e1fe0803fe1c207e1830fe07fffffffff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffbfffffffffffbffeafffffff3ffaaf3ffabf7ffabf3ff82f7ffa3f3fe0077ff007bfe003ffe001ffe001ef4001ea8555f5eaaaffffffc21043e03807e0187ffffe31\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffbfffffffffffbfffefffffff3ffeaf3ffebf7ffabf3ff82f7ffabf3ff01f7ffa07bfe003ffe003ffe001ef4001ea8555f5eaaaffffffc21043e03807e0187ffffe31\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000000010000000000000000010000280000000000ae0200bfc000010000af43eaffc000ff4000bf43eaffc000ffc0000fc3ffffe00000000000000000007ffe007ffee\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000000010000000000000000010000280000000000ae0200bfc000010000af43eaffc000ff4002bf43faffc000ffc0000fc3ffffe00000000000000000007ffe007ffee\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "0000000000004000100000006001d80000006007f8000200601fb80000e0400bf0000fb0600ffc0001f07eabfc000ffc600ffc0000fc3ffffe00000000000000000007ffe007ffee\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000000080000002000980002800002a0200be8000ab8000af8000bfe142fbe142ffe140bfa35affe000ffc0000fc3ffffe00000000000000000007ffe007ffee\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "0000000000004000080000006001f80000006003f8000280600fb80000e0400bf0000fa0600efe0001b075abfe000ffc600ffc0000fc3ffffe00000000000000000007ffe007ffee\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000200018000000000000000290000000000000000af8000010000ad03febfe000ff4000ff020aff4000ffc000ffc3ffffe00000000000000000007ffe007ffe0\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000000000000000000000000000000000002180000d00009f80003f0000ff4000ff0000ff4000ffc000ffc000ffc3ffffe00000000000000000007ffe007ffe0\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000000080000002000980002800002a0200be8000ab8000af8000bfe142fbe142ffe14abfa35effe000ffc0000fc3ffffe00000000000000000007ffe007ffee\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "0000000000004000080000006001f80000006003f8000280600fb80000e0400bf0000fa0600efe0001b077abfe000ffc600ffc0000fc3ffffe00000000000000000007ffe007ffee\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000200018000000000000000290000000000000000af8000010000ad03febfe000ff4000ff422aff4000ffc000ffc3ffffe00000000000000000007ffe007ffe0\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000000000000000000000000000000000002180000100009f00003f0000ff4000ff0202ff4000ffc000ffc000ffc3ffffe00000000000000000007ffe007ffe0\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000000000000000000000002000000000002a0000aa8000010000af837abfe000ff0000ff037affe000ffc000ffc3ffffe00000000000000000007ffe007ffe0\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000000000000000000000000000000000002180000100009f80003f0000ff8000ff0000ff0000ffc000ffc000ffc3ffffe00000000000000000007ffe007ffe0\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000000000000000000000000000000000002180000100009f80003f0000ff8000ff0002ff0000ffc000ffc000ffc3ffffe00000000000000000007ffe007ffe0\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "0000000000002001580000000005100009580000000007f0000df0000ff8601ffe000bf8000ff8001ffe001ffe155ffe001ffe001ffe3ffffe00000000000000000007ffe007ffe0\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "0000000000002000180000000000102001580000006007f8000d900004c0601ff8000370000ff8201ffe000ffc200ffe000ffe001ffe3ffffe00000000000000000007ffe007ffe4\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "0000000000002000180000000000102001580000006007f8000d900004c0601ff8000370000ff8201ffe000ffc200ffe001ffe001ffe3ffffe00000000000000000007ffe007ffe4\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000002001580000000000100007d8000000000ff8000dd00005e0601ffc000bf8000ff8000ffe000ffc155ffe001ffe001ffe3ffffe00000000000000000007ffe007ffe0\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "0000000000002000180000000000102001580000106007d8000d900004c0601ff8000378000ff8201ffe000ffc200ffe000ffe001ffe3ffffe00000000000000000007ffe007ffe4\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "0000000000002000180000000000102001580000106007d8000d900004c0601ff8000378000ff8201ffe000ffc200ffe001ffe001ffe3ffffe00000000000000000007ffe007ffe4\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000000000000000000000000000000000000000000000ffc0000000000000000001ffff81ffff81ffff81ffff81ffff81ffff81ffff81ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000000000000000000000000000000000000000000f00002fc0000000000000000001ffff81ffff81ffff81ffff81ffff81ffff81ffff81ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000000000000000000000000000000000002a0000000000090000ba00000a00000f00002f80000fc1ffffc0000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000000000000000000000000000000000000000000e00003a00000a0000080000bf80006fc0008fc1fffbc0000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "0000000000000000000000000000100001f00007f0000ff00007f00007fc000ffc0000000000000000001ffff81ffff81ffff81ffff81ffff81ffff81ffff81ffff81ffff81ffff8\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000000000000000000000000000000000007f00007f8000ffc0000000000000000001ffff81ffff81ffff81ffff81ffff81ffff81ffff81ffff81ffff81ffff8\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000000000000000000000000000000000007f00007f0000ffc0000000000000000001ffff81ffff81ffff81ffff81ffff81ffff81ffff81ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000000000000000000000000000000000000000000000000d00003f0000ff0000ff0000ffc000ffc17effc0000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000000000000000000000000000000000000100000f00003f0000ff0000ff0000ff8000ffc000ffc142ffc0000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "0000000000000000000000000000200000a80000a80000a80000a80000f80000e80000000000000000001ffff81ffff81ffff81ffff81ffff81ffff81ffff81ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000000000000000000000000000000080000a80000f80000f80000000000000000001ffff81ffff81ffff81ffff81ffff81ffff81ffff81ffff81ffff81ffff8\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000000000000000000000001000000000000780005f80000f8000ff80005f8001ffa000ffa001ffa0000a80000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000000000000000000000000000000000000000001400000e8000ff80000f8000ff8000ffa001ffa000ae80000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000000000000000000000001000000000000780005f80000f8000ff80005f8001ffa001ffa001ffa0000a80000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000000000000000000000000000000000000000001400000e8000ff80000f8000ff8001ffa001ffa000ae80000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "0000000000000000000000106001f8000000600088000200600ab00000e0600bf0000ff0600ffc0001f07faffe000ffc600ffc0000fc3ffffe00000000000000000007ffe007fffe\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "0000000000007ffffe0000000000006000100000006003f00009200007a0600ee00000200000c0780ff0000ffc600ffe0000f80000fc3ffffe00000000000000000007ffe007fffe\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000006000080000006000a00000006002900008300000e00001a0000fe0400af80001f075affe000ffc7ffffe0000fc3ffffe00000000000000000007ffe007fffe\n", @@ -1331,10 +1331,10 @@ "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "0000000000007ffffc0000000000182000180000106003780001500004c07ffffc000310000dd0600ff8000ff8201ffc000ffc000ffc3ffffe00000000000000000007ffe007ffee\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "000000000000600018000000000010200158000010600358000590000440601ff80003500007e0601ff8000ffc201ffe000ffc001ffe3ffffe00000000000000000007ffe007ffe4\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "0000000000007ffffc0000000000182000180000106003580001100004807ffffc0003100007d0601ff8000ff8201ffc000ffc000ffc3ffffe00000000000000000007ffe007ffee\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "0000000000000000000000000000000000000000000000000000000000f00002fc0000000000000000001ffff81ffff81ffff81ffff81ffff81ffff81ffff81ffff81ffff81ffff8\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000000000000000000000000000000000000700000e00000b00000000000000000001ffff81ffff81ffff81ffff81ffff81ffff81ffff81ffff81ffff81ffff8\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "0000000000000000000000000000000000000000000000000000000000f00000fc0000000000000000001ffff81ffff81ffff81ffff81ffff81ffff81ffff81ffff81ffff81ffff8\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000000000000000000000000000000000000700000e00000900000000000000000001ffff81ffff81ffff81ffff81ffff81ffff81ffff81ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000000000000000000000000000000000000000000200002a00000a00000d00003f80000f80000fc1ffffc0000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000000000000000000000000000001000002000000000000000000c00000380006fc0000e00008fc1ffffc0000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000000000000000000000000000000000002000000000000000000c00000380006fc0000e00008fc1ffffc0000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "0000000000000000000000000000000000000000000000100007f00007f8000ffc0000000000000000001ffff81ffff81ffff81ffff81ffff81ffff81ffff81ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000000000000100001f00007f00007f00007f00007fc000ffc0000000000000000001ffff81ffff81ffff81ffff81ffff81ffff81ffff81ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000000000000000000000000000000100000500001f00007f0000ff0000ff0000ff8000ffc000ffc14affc0000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", @@ -1535,9 +1535,9 @@ "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=resource\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000000000000000000000000000000000000000000000000000000000280000280000b80157f801fffa00000000000001ffff81ffff81ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=resource\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000006000000007ffffc0000000006004006000000006006000002000002006017c00002803fffc0157fc0157ffe3ffffe0000000000000ffff01ffff81ffffe\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=resource\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000006000000007ffffc0000000006004006000000006006000002000002006006c00002803017d4001fc0157f803ffffe0000000000000ffff01ffff81ffffe\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffffffffbff59ffffd7fbfd507fff58f3f5503ff550bb754037f700b3f40036000033f3001fc0e01f00001ffff83fffffbffffffeaad55f56aaafffffffdfffffdffff\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffffffffbffffffff5effff57fbfd5677fd007ff70033f4003e000012000013f78017c0e01f80001fbfd01ffff87fffffbdfffffeabd55f56aaafffffffdfffffdffff\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff807fff80ffbfffdffffddfbff547fff557bfd5477ff553bf5541ff50013f70013080016000013f3801f80601f1c001ffff83fffffbffffffeaad55f50aaafffffffdfffffdfffb\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffffffffbff59ffffd7fbfd547fff58f3f5503ff550bb754037f700b3f40036000033f3001fc0e01f00001ffff83fffffbffffffeaad55f56aaafffffffdfffffdffff\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffffffffbffffffff5bffff57fbfd5677fd007ff70033f4003e000012000013f78017c0e01f80001fbfd01ffff87fffffbdfffffeabd55f56aaafffffffdfffffdffff\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff807fff80ffbfffdffffddfbff547fff557bfd5077ff553bf5541ff50013f70013080016000033f3801f80601f1c001ffff83fffffbffffffeaad55f50aaafffffffdfffffdfffb\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffffffffbffddffff557fff557bfd5677fd007ff70013f4001e000012000013f78017c0e01f80001fbfd01ffff87fffffbdfffffeabd55f56aaafffffffdfffffdffff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "ff80ffffdefffffffffffffffffffffffffffffffffffffffffffbfff7ebfff00fffd003f00003e00003e00003e00003e00003e00003f00003fffffffffffffffffffdfffffdffff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "ff96fffffffffffffffffffffffffffffffffffffffffd4ffff00ffff003fdc003e00003e00003e00003e00003e00003e00003e00003f00003fffffffffffffffffffdffffffffff\n", @@ -1548,7 +1548,7 @@ "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ff80ffffd0fffffffffffd57fff557fff157fff147ffd047ffd003ff5041ff5001ff5001fd5001fd0001f55001f55001f55001f51001ff5001ffffffffffffffffffffffffffffff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "ff80ffffd0ffffffffffffdffffd57fffd57fff157ffd057ffd047ffd141ff5001ff5001fd1001fd0001f55001f55001f55001f51001fd5001ffffffffffffffffffffffffffffff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffbffffffff5ffbff54fffd56f7f550bbd550b3f550bbf54033f7003304003230001fc1e01f80001ffff83fffffbffffffeaa955f57eaaffffffec9247e401ffffffff\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffffffffbfffffbff50fffd55f9fd567ff70033f5003bd4001600001bf30017c1e01f80001fbf001ffff83dffffbeff55feaaf55f57eaaffffffec9247e401ffffffff\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffffffffbfffffbff50fffd57f9fd567ff70033f5003bd4001600001bf30017c1e01f80001fbf001ffff83dffffbeff55feaaf55f57eaaffffffec9247e401ffffffff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff807fff80ffffffffbff557fffd77bfd5473fd5473f55417b5541ff70013fd0013080032f1081fc0e01f00001ffff83fffffbffffffeaa955f55aaaffffffec9247e401fffffffb\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffffffffbffdffbff557ffd557bfd547ff70013f7001bc4001600101bf10017c1e01f80001fbf001ffff83dffffbeff55feaaf55f57eaaffffffec9247e401ffffffff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "ff80ffffdefffffffffffffffffffffffffffffffffffffbfff7fbffffebfff00fffc003e00003e00003e00003e00003e00003f80003ffffffffffffffffffed9b4fe493ffffffff\n", @@ -1559,7 +1559,7 @@ "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff90ffffffffffffd7fffd57fff557fff557ffd557ffd545ff5141ff5001fd5001fd1001f50001f50001f51001f50001ff7401ffffffffffffffffffedbfeffeffffffffff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ff80ffffd07fffff7ffff557fff557fff557fff547ffd543ff5441ff5041ff5001fd5001fd1001f51001f55001f55001f50001fff401ffffffffffffffffffedbfffffffffffffff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff90ffffffffffffd7fffd57fff557fff557ffd557ffd545ff5141ff5001fd5001fd1001f50001f50001f51001f50001ff7401ffffffffffffffffffedbfeffeffffffffff\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffffffffbfff9ffff55ffffd7fbfd5677ff007ff70039d4003e00001220003bf7801fc0f01f80001fbfd01ffff87fffffbffffffeabf55f5eaaffffffffdfffffdffff\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffffffffbfff9ffff57ffffd7fbfd5677ff007ff70039d4003e00001220003bf7801fc0f01f80001fbfd01ffff87fffffbffffffeabf55f5eaaffffffffdfffffdffff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff807fff80ffbffffffffc47fff01ffff007bff0037fc023e00181bf0003bf30017ffe01fc0f03b9e001fbfd01ffff9fffffc3fffffbffffffeaad55f50aaafffffffdfffffdfffb\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffbfffffbffddffff55fbffd77fff5477ff00fbff001280001e000013f00017f7e017c0e01f10001ffff03ffff87fffffbdfffffeaad55f56aaafffffffdfffffdffff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff807fff80ffbffffffffc47fff01ffff007bff0037fc023e00181bf0003bf30017ffe01fc0f03b9e001fbfd01ffff9fffffc3fffffbffffffeaad55f50aaafffffffdfffffdfffb\n", @@ -1569,9 +1569,9 @@ "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "ffbeffffffffffffffffffeffff80ffff00ffff007ffd807f0c003e00003f00003f00003f00003f00003f00003f00003f00003f00003f80003fffffffffffffffffffdffffffffff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "ff80ffffd0ffffffffffffd7fffd57fffd57fff157ffd057ffd043ffd141ff5001ff5001fd1001fd1001f55001f51001f55001f51001fd5001ffffffffffffffffffffffffffffff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffffffffffffffffffdffff957bff057ffd057ffd047ffd157ff5045ff5001fd1001f91001f51001f51001f51001f50001f55001fffffffffffffffffffdffffffffff\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff90fffffffffffffffffd57fffd57fff157ffd057ffd047ffd145ff5001ff5001fd1001fd0001f51001f51001f51001f50001f55001ffffffffffffffffffffffffffffff\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff90fffffffffffffffffd57fffd57fff057ffd057ffd047ffd145ff5001ff5001fd1001fd0001f51001f51001f51001f50001f55001ffffffffffffffffffffffffffffff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffffffffffffffffffdffff957bff057ffd057ffd047ffd157ff5045ff5001fd1001f91001f51001f51001f51001f50001f55001fffffffffffffffffffdffffffffff\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffffffffffff9fbff50fffd57f9fd523fff0030d5003904003600001bf30017c1e01f80001fbf001ffff83fffffbffffffeaaf55f5feaeffffffec9247e401ffffffff\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffffffffffff9fbff54fffd57f9fd523fff0030d5003904003600001bf30017c1e01f80001fbf001ffff83fffffbffffffeaaf55f5feaeffffffec9247e401ffffffff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff807fff80ffbffffffffc07fff01fbff0073fc86770c103660181bf10437ffe017c0f0339e001fbf001ffff9fffffc3fffffbffffffeaa955f55aaaffffffec9247e401fffffffb\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffffffffbff55ffffd5ffffd773ff507fff00b3f5001f04001200001bf38017c0e01b00001fbfd01ffff83fffffbebf55feaaf55f57eaaffffffec9247e401ffffffff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff807fff80ffbffffffffc07fff01fbff0073fc86770c103660181bf10437ffe017c0f0339e001fbf001ffff9fffffc3fffffbffffffeaa955f55aaaffffffec9247e401fffffffb\n", @@ -1581,7 +1581,7 @@ "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "ffbeffffffffffffffffffeffff80ffff00ffff807ffc003e00003f00003f00003f00003f00003f00003f00003f00003f00003ff8547ffffffffffffffffffed9fefedf7ffffffff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff90fffffffffffd57fffd57fff557fff557ffd547ffd541ff5041ff5001ff5001fd1001f50001f50001f51001f50001ff7401ffffffffffffffffffedbfeffeffffffffff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffffffffffffffffffdfbff557fff557ffd557ffd557ff5145ff5101ff5001fd1001f50001f50001f50001f50001ff5401ffffffffffffffffffedbfefe4c9ffffffff\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80fffffffffffdd7fffd57fff557fff557ffd557ffd545ff5145ff5001fd5001fd1001f50001f50001f50001f50001ff5401ffffffffffffffffffedbfefe6e9ffffffff\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80fffffffffffdf7fffd57fff557fff557ffd557ffd545ff5145ff5001fd5001fd1001f50001f50001f50001f50001ff5401ffffffffffffffffffedbfefe6e9ffffffff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffffffffffffffffffdfbff557fff557ffd557ffd557ff5145ff5101ff5001fd1001f50001f50001f50001f50001ff5401ffffffffffffffffffedbfefe4c9ffffffff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000200bf8000a00202afc000a8062abfc002a002eaffc008ff440affc1ffffc38fffe01e1fc07fffc00007c0000043ffffe00000000000000000007ffe003ffe4\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000200ff8000a90000a902a2a983eaff420affc20bffc1ffffc1ffffc2007fe01e0fc27fffe00007c0000380000043ffffe00000000000000000007ffe003ffe0\n", @@ -1617,7 +1617,7 @@ "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000000000007f0000ff0000ff8002ff80f3ffc1ffffc1ffffc1ffffc1ffffc1ffffc1ffffc1ffffc1ffffc1ffffc1ffffc00000000000000000003ffc003ffc0\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "0000000000000000000006a80003a8000fb8000eac002fa80eafbc00bffe02affe00affe02affe0beffe0aaffe00affe00affe0aaffe3ffffe00000000000000000007ffc003ffe0\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000000000003a0000ff8000fac000fa80f2fbc22bfae20affa002ffe02affe27effe0aaffe0aaffe0aaffe2aeffe3ffffe00000000000000000007ffe003ffe0\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000006200007a8000ff8000fac000fa80f2ffc22bfbe00affe00affe02affe0bfffe0aaffe00affe00affe0aaffe3ffffe00000000000000000007ffe003ffe0\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000006200007a8000fb8000fac000fa80f2ffc22bfbe00affe00affe02affe0bfffe0aaffe00affe00affe0aaffe3ffffe00000000000000000007ffe003ffe0\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000000000003a0000ff8000fac000fa80f2fbc22bfae20affa002ffe02affe27effe0aaffe0aaffe0aaffe2aeffe3ffffe00000000000000000007ffe003ffe0\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000000000a90000200002a10000ff020aff40027dc0ffefc007ffc0000c40218fc0000fc0000202000043ffffe0000000000001ffff81ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000003f00006a0000ff0000388060c5819fe6c00039c0000040000c40008fc0000fc00002000002c000004152aa80000000000001ffff81ffff81ffff81ffffc\n", @@ -1629,7 +1629,7 @@ "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000000100007f0000ff00007f8003ff81ffffc1ffffc1ffffc1ffffc1ffffc1ffffc1ffffc1ffffc1ffffc0800000000000000000000001ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "0000000000000000000002a80002a8000aa8000aa8000aa8000aa8002aa800abbc00afbe02affe00affe00affe00affe2aaffe00affe0000000000001ffff81ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000000000000200002a0000aa80002a8000aa8002aa800aaa800aaae22afbe02affe00affe00affe2aaffe0aaffe0000000000001ffff81ffff81ffff81ffff8\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000002280002a80002a8000aa8000aa8002ea8002aa800aaae00abbe0aaffe00affe00affe00affe2aaffe02affe0000000000001ffff81ffff81ffff81ffff8\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000002280002a00002a8000aa8000aa8002ea8002aa800aaae00abbe0aaffe00affe00affe00affe2aaffe02affe0000000000001ffff81ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000000000000200002a0000aa80002a8000aa8002aa800aaa800aaae22afbe02affe00affe00affe2aaffe0aaffe0000000000001ffff81ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff807fff807fbfffefffffffffffffbfff9fbfff9f7fffffbffd5fbff5077ff50f3f54031150017f500bfd5503901001fff007f88003c00001eabf55f40280fffffffdfffffdff01\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff807fff807fbfffefffffffbfffefffffffbfffdf7fff873ffd8f7fffdf3ff21f7ff89f3ff0077fd50f915401ff5003bff007e00003c00001eabf55f40280fffffffdfffffdff01\n", @@ -1637,13 +1637,13 @@ "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff807fff807fbfffffffffffbffff7ffffffbfff7f7fffe73ffdcf7fffdf3ff25f7ff99f3ff0477fd547981401ff5001bff007e00003c00001eabf55f40280fffffffdfffffdff01\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffffffffbfffffffffffffffffbfffff7fffffffffffbff597fffd67ff554bb5540bffd00bff500bd1500bfff007ff8003e00001eafffdf50aaafffffffdfffffdffff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffbfffffffffffffffffffffffbfffff7ffff7bfffa7ffffcfbfff4f7ffc0f3ff00ffff00fbd500bff700bbff007f08003e00001fffffdf5eaaffffffffdfffffdffff\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffbfffffffffffffffffffffffffffdf7fffffbfffffbff5c7fffde7ffd547bf5401ffd001ff5001ff5001fff007ff8003c00001eafffdf52aaafffffffdfffffdffff\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffbfffffffffffffffffffffffffffdf7fffffbfffffbff5e7fffde7ffd547bf5401ffd001ff5001ff5001fff007ff8003c00001eafffdf52aaafffffffdfffffdffff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffbfffffbfffffbfffffffffffbfffff3ffff73fffe77fffef3fff4f7ffc0f3ff0077ff007bd5001ff7003bff007f00003e00001ebfffdf52aaafffffffdfffffdffff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffbfffffbfffd7ffffd7bfffc7ffffd77fff573ffb57fffd573ff4477ffd477ff1573f5001ff5001b55001fd5001f10001c00001eafffdf52aaafffffffdffffffffff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "ff807fff80ffbfffffbfffd7fffff7bfffc7ffffd73fff573ffb577ffdd73ffc473fff477ffd573ff047fff047bfd007bf5001e00001c00001eabffdf402a0fffffffdfffffdff61\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffbffff7fffff7bfffc7bfffd7ffffd73fffd73fff577ffd573ff0477ffd573ffd573fd145ffd041b51001f55001f00001c00001eabf5df402a0fffffffdfffffdff61\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "ff807fff80ffbffff7fffff7bffff7bffff7fffff73fff573ffb577ffdd73ffc477fff573ff5573ff147fff047bfd007bf5001e00001c00001eaaf55f00200fffffffdfffffdff01\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff807fff80ffffffffbfffffbfffffbff5ffbfd503bd5403bf550bbf55033d540bff500bfff00fe00001e80101e6aaf5ffffffeff7bfe6331fe6130fe6130fe61107e20107ffff03\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff807fff80ffffffffbfffffbfffffbff57fbfd503bd5403bf550bbf55033d540bff500bfff00fe00001e80101e6aaf5ffffffeff7bfe6331fe6130fe6130fe61107e20107ffff03\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff807fff80ffffffffbfffffbfffffbfffffbfffdfbff587bff54fbd5003355003bff40ffff007e00001e80001e6aab5ffffffeff7bfe6331fe6130fe6130fe61107e20107ffff03\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff807fff807fbfffffffffffffffffbfffd73fffff7fffffbff557fffd477fd5413014017b5101fb55419f1001fff007e00001c00001eaaf55f542aaffffffec9247e401ffedff21\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff807fff807fbfffffbfffffbfffffbfffff3fffdf3fffe73fffcf3fff7f3ffc1f3ff1173fd547b01441bf7001bff007e00001c00001eaaf55f542aaffffffec9247e401ffedff21\n", @@ -1653,12 +1653,12 @@ "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffffffffbfffffbfffffffffff3fffffffffe73fffefffffcf3ffc0f3ff0073fd007bf5001fff00fbff007e00003e00001effffdf5faaaffffffec9247e481ffffffff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffbfffdfffffd7bfff577ffd573ffd57fffd573fd1457f5001355001ff5001b55001d50001ef5551eaabf5ffffffffffbfee371fe61b8ff6130fe61107f20187ffff87\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "ff00ffff80ffbffffffffff7bfffd77fffd73fff57ffff573ff5473ff5573ff547bfd047b55001d50001eb5541eaaa55ffffffffffbfee330fe6138fe6110fe61107e20107ffff03\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ff00ffff807fbfffffffffd7bfffd7fffff77ffff73fff577ffd573ff5573ff5577ff5573fd145ff5001951001f55001f54001c11001eaad55f52aaaffffffed9b27e401fffffff1\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ff00ffff807fbfffffffffd7bfffd7fffff77ffff73fff577ffd573ff5473ff5577ff5573fd145ff5001951001f55001f54001c11001eaad55f52aaaffffffed9b27e401fffffff1\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "ff00ffff80ffbffff7fffff7bffff7fffff73fffd73fff577fffd73ff5433ffd573ff5573ff043fff5579fd047bd5001d50001c00001ea8155f402aaffffffec9b07e001fffffe01\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff807fff807fffffffffffffbfffffffffffbfff977fff8f3ff78f7fff5f3ff01f7ff19f3ff0077f550b801001fd5003bff007e00003c00001eabd55f40280fffffffdfffffdff01\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff807fff807fffffffffffffbfffffffffffbfff977fff8f3ff78f7fff5f3ff01f7ff19f3ff0477f550b801001fd5003bff007e00003c00001eabd55f40280fffffffdfffffdff01\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff807fff807fbfffffbfffc7ffffef9fffcfffffdf3fff5f3ffa1f7ffd9f3ff2df3fffdf7fff9f3fff4ffff03fbff007bfd867e00001c00001eaad55f00000fffffffdfffffdff01\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff807fff807fffffff9fffffffffffbfff7fbfffe73fffcf3fffcf3fff5f3ffc1f3ff19f3ff4477ffd07801041ff7003bff807e00003c00001eaad55f00000fffffffdfffffdff01\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff807fff807fbfffffffffe7ffffefbfffefffffff3fff5f3ffc9f7ffd9f3ff25f7fffff3fffdf3ffe4ffff03fbff087bfd863e00001c00001eaad55f00000fffffffdfffffdff01\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff807fff807fbfffffffffe7ffffefbfffefffffff3fff5f3ffc9f7ffd9f3ff25f7fffff3fffdf3ffe4ffff03fbff087bfd867e00001c00001eaad55f00000fffffffdfffffdff01\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffbfffffffffffbfffffffffffbfffff7ffff7bfffe7ffffcfbffe4f7ffc0f3ff00fffd00f8d500bff700bbff007f08003e00001fffffdf5eaaffffffffdfffffdffff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffffffffbfffffffffefbfffe7ffffef7fff4fbffe4ffffc0fbff00ffff00ffff00fbff00ffff00fbff007fff007e00003e00001fffffff5faaffffffffdfffffdffff\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffffffffbfffffffffffffffffbffff77fffe73fffefffffcf3ffe0f7ff80f3ff0077ff00fb95001fff00fbff007e00003e00001ebfffdf52aaafffffffdfffffdffff\n", @@ -1667,7 +1667,7 @@ "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "ff007fff807fbfffffbfffd7fffff79fffc3ffffd73fff573ffb137ffd573ffc433ff1477ff9473ff043fff047bff003bff043f10001c00001eaad55f00000fffffffdfffffdff01\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ff007fff807fbffff7fffff7bffff7bffff7fffff73fff533fff577ffdd73ff0437fff573ffd573ff047fff047bff003bfd001f00001c00001eaad55f00000fffffffdfffffdff01\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "ff007fff807f9ffffffffff7bffff7bfffe3fffff73ff7533ffb777ffdd71ff0437fff573ff9073ff143fff0479ff003bff043f10003c00001eaad55e00000fffffffdfffffdff01\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff807fff80ffbfffffbfffffbfffff3fffff3fffdf3ff5873ff44f0d500301510bbf740bbff007e00001e80001e6aab5ffffffeff7bfe6331fe6130fe6130fe61107e20107ffff03\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff807fff80ffbfffffbfffffbfffff3fffff3fff9f3ff5873ff44f0d500301510bbf740bbff007e00001e80001e6aab5ffffffeff7bfe6331fe6130fe6130fe61107e20107ffff03\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff807fff80ffbfffffffffe73fffcf7fffdf3ffe1f7ffd9f3ff3df3fffdf3ffc7fbff007bfc827e00001e80001e2aa95fdffeeeff7bfe6330fe6130fe61107e61107e20107ffff01\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff807fff807fffffffbfffffbfffffbfffff3fffc73fffcf7fffdf3ffe5f3ffd9f3ff1477ff547881441fff00fbfd807e00001c00001eaaf55f542aaffffffec9247e401ffedff21\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff807fff807fbfffffffffe7bfffefbfffef7fffff1ffe5f7ffd9f3ff1df3fffff7fffff3ffe6ffff03fbff087bfc867e00001c00001eaaf55f502aaffffffe49207e001ffecfe01\n", @@ -1685,7 +1685,7 @@ "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "0000000000004000080000007fff7e0000007ff7fe0002007ffffc000820600de0000760600fb80002f07febbe000ff86007fc077ffc3ffffe00000000000000000007ffe007ffee\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "0000000000000000000000100000000000000002e0000000000000200bf8000210002a3022aff4000ff0000ff42eaff4000ff8003ffc3ffffe00000000000000000007ffe003ffe0\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000000000000000000000000000000000002180000100008b00003f0000ff0000ff02aaff4000ff0000ff8067ffc1ffffe00000000000000000007ffe003ffe0\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000000000000000000800000200000000002a0000aa0000218000ab800affc000ff0002ff037affe000ff8003ffc3ffffe00000000000000000007ffe003ffe0\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000000000000000080000020000000000280000aa0000218000ab800affc000ff0002ff037affe000ff8003ffc3ffffe00000000000000000007ffe003ffe0\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000000000000000000000000800000000002180000100008b00003f0000ff8000ff026affe000ff0000ff8067ffc3ffffe00000000000000000007ffe003ffe0\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "0000000000000000000000200000200004b8000020000020400ea8000220400ba80002a8000ae836affe00affe2aaffe0aaffe0efffe3ffffe00000000000000000007ffe003ffe0\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000008000000600098000000000020400ea8000220400fa80000a00002e0600fb8000eb8002ffc22affe1ffffe3ffffe00000000000000000007ffe007ffee\n", @@ -1701,9 +1701,9 @@ "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000000000000000000000000000000000008100000100003f00007f0000ff0000ff0000ff0000ff80f7ffc1ffffc0000000000001ffff81ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000000000000000000000028000080000aa8000abc000bfe000aac000bfe000bfe0000000000000000001ffff81ffff81ffff81ffff81ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000000000000000000000000000000000000000000200002a8000aa8000bbc000ffe0000000000000000001ffff81ffff81ffff81ffff81ffff81ffff81ffff8\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000000200000a80000000000000000a0000020000aa80002a80002a8002ea8000aac0aaffe00affe0aaffe3ffffe0000000000001ffff81ffff81ffff81ffffc\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000000200000a80000000000000000a0000000000aa80002a80002a8002ea8000aac0aaffe00affe0aaffe3ffffe0000000000001ffff81ffff81ffff81ffffc\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000000000000880000000000000000a00000000000a00000a00002a0000aa80002a8002ea800afbe0aaffe3ffffe0000000000001ffff81ffff81ffff81ffffc\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "0000000000000000000000006000100000006003e8000000600a70000020600fe0000760600fb8002af07faff6000ffc600ffc037ffc3ffffe00000000000000000007ffe007fffe\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "0000000000000000000000006000100000006003e8000000600a70000020600fe0000760600fb8002af07faff6000fdc600ffc037ffc3ffffe00000000000000000007ffe007fffe\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "0000000000002000002000080000006000100000000000a06007e00002607fffbe0000a00000606000b0000790200ffc00079c1ffffc3ffffe00000000000000000007ffe007fffe\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000006000080000006000800000006002700008200000804007e0000f20400fb80002f07fefbe000ff8602ffe0f7ffc3ffffe00000000000000000007ffe007fffe\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "0000000000007ffffe000000000000600010000000600db00007e0000220600da00000800000607fffb6000790600ffc00079c1ffffc3ffffe00000000000000000007ffe007fffe\n", @@ -1723,7 +1723,7 @@ "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000000000000100000100001b00003f0000ff0000ff0000ff0000ff0000ff81ffffc0000000000000000001ffff81ffff81ffff81ffff81ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000000000000000000000000000000100000100001b00003f0000ff0000ff0002ff0000ff0000ff81ffffc1ffffc0000000000001ffff81ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000000000000100000100000100001b00003f00007f0000ff0000ff0000ff0000ff0000ff0000ff81ffffc1ffffc0000000000001ffff81ffff81ffff81ffff8\n", - "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000000000000000000000000000000000020000020000aa8000aa8000bbc000bbc0000000000000000001ffff81ffff81ffff81ffff81ffff81ffff81ffff8\n", + "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000000000000000000000000000000000020000000000aa8000aa8000bbc000bbc0000000000000000001ffff81ffff81ffff81ffff81ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000000000000000000000000000000000000000000000000200000000002a8000aa80000000000000000001ffff81ffff81ffff81ffff81ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000000000000080000000000200000a00000000002a00000200002a0000aa80002a8000ea8002eba00affe3ffffe0000000000001ffff81ffff81ffff81ffffc\n", "dataset_type=timeseries\/statistic=avg_cpu_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000000002000080000000000000000880000000002a0000020000020000aa00000a0000ea8000aa8000aa83ffffe0000000000001ffff83ffff83ffff81ffffc\n", @@ -1920,126 +1920,126 @@ "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000200000000000000000000800001c00031c000318000f1e003f1f803fff803fff803fff803fff803fff803ffff83ffffe000000000000001800003c00003c00\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000000800001c00031c00030800031c000f1e003f0f803f3f803fff803fff803fff803fff803fff803fff803ffff83ffffe000000000000001800003c00003c00\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffbffffffff007fff4039ff003fff4033ff4033ff5017ff0033fd0011ff0017ff7111ffe01dff093ff87fff01fffebffffffffffeaa555f40aa8fffffff87ffff87f61\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80fffffffffffc0ffff003bff003bff7e37ff003bff001bff0013ff3033ff7193ffe013ff813ffe3fffc0ffff03fffcfffffffffffeaa155f402a0fffffff87ffff87f01\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80fffffffffff517bff501fff501fff5013ff4013ff7657ff0013ff0013ff3037ff7191ffc01fff0fbff47fff01fffefffffffffffeaa555f40aa8fffffff87ffff87f61\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80fffffffffffd57fff507bff401bff7677ff003bff001bff0013ff3033ff7193ffe013ff813ffe3fffc0ffff03fffcfffffffffffeaa155f402a0fffffff87ffff87f01\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff88fffffffffffd7ffffdeffff56ffff56bfff5ebbfffebfff40ffff003fff003fff003fff003fff003fff003f80003e00003f01003fffffffffffffffffff9fffffdffff\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff88fffffffffffffffffdfffffdffffffe7fff00ffff003fff003fff003fff003fff003fff003fff003ffc003f80003e00003f55003fffffffffffffffffff9ffffffffff\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80fffffffffffc0ffff003bff003bff7e37ff003bff001bff0013ff3033ff7193ffe013ff813ffe3fbfc0ffff03fffcfffffffffffeaa155f402a0fffffff87ffff87f01\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80fffffffffff517bff501bff501fff5013ff4013ff7617ff0013ff0013ff3037ff7191ffe01fff0fbff07fff01fffefffffffffffeaa555f40aa8fffffff87ffff87f61\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80fffffffffffd57fff501bff401bff7677ff003bff001bff0013ff3033ff7193ffe013ff813ffe3fbfc0ffff03fffcfffffffffffeaa155f402a0fffffff87ffff87f01\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff88fffffffffffd7fffffeffff52ffff56bfff56bbffffbfff40ffff003fff003fff003fff003fff003fff003f80003e00003f01003fffffffffffffffffff9fffffdffff\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff88fffffffffffffffffffffffdffffffe7fff00ffff003fff003fff003fff003fff003fff003fff003ffc003f80003e00003f55003fffffffffffffffffff9ffffffffff\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff88fffffffffffd5ffff557fffd57fff55fbff55fffffeffff003fff003fff003fff003fff003fff003fff003f80003e00003f55003fffffffffffffffffff9fffffdffff\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff88fffffffffffffffffd5ffffd5ffffff7fff00ffff003fff003fff003fff003fff003fff003fff003ffc003f80003e00003f55003fffffffffffffffffff9ffffffffff\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "ff80bfff8097ffff07fffa07fff807fff003ffe003ffe003ffe003ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffffffffffffffffffffffffffffff\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff88fffffffffffaaffff807fff003fff003ffe003ffe003ffe003ffe003ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffe001fffffffffffffffffffeffffffffff\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80bfffff87fffa07fff807fff003ffe003ffe003ffe003ffe003ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffffffffffffffffffffffffffffff\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff88fffffffffffaaffff807fff003fff003ffe003ffe003ffe003ffe003ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffe001fffffffffffffffffffeffffffffff\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffbfff5ffff0039ff003fff4031ff001fff4039ff7237ff0039ff0017ff3011ffc01ffe1fbe01fffcfffffead555eaab55f5ffaeffffffc21043c60007c0107ffffe7f\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffffffffbff407fff403bff4033ff7e37ff003bff0013ff3037ff7191ffc017ff1fbffc7ffe03fffefffffffff7feaa855f57eaaffffffc21043c60007c0107ffffe7b\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffffffdf9ff401fff505bff5017ff5013ff541bff7457ff0013ff0017ff7113ffc01ffc5ffe01fffefffffffffffeaab55f5ffaeffffffc21043c60007c0107ffffe7f\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffffffffbff507fff503bff5013ff7e57ff001bff0013ff3037ff7193ffc017ff1fbffc7ffe03fffefffffffff7feaa855f57eaaffffffc21043c60007c0107ffffe7b\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff88fffffffffff50fbff52ffff56bfff56bfff52bbff7fffff003fff003fff003fff003fff003f00003e00003fffd43ffffffffffffffffffc652d3ce120fc0187fffffff\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff88fffffffffffffffffdfffff5efffffeffff007fff003fff003fff003fff003fff003ffc003f00003e00003fffd47ffffffffffffffffffc652d3ce124fc0187fffffff\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff88ffffffffbff557fffd57fff557fff557fff75fffffeffff003fff003fff003fff003fff003f00003e00003fffd43ffffffffffffffffffc652d3ce120fc0187fffffff\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff88ffffffffffff7ffffd5ffff55ffffffffff007fff003fff003fff003fff003fff003ffc003f00003e00003fffd47ffffffffffffffffffc652d3ce124fc0187fffffff\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffbfff7ffff0039ff003fff4031ff401fff4039ff7237ff0039ff0017ff3011ffc01ffe1fbe01fffc7ffffeaf557eaab55f5ffaeffffffc21043c60007c0107ffffe7f\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffffffffbff407fff403bff4033ff7e37ff003bff0013ff3037ff7191ffc017ff1fbffc7ffe01fffefffffffff7feaa855f57eaaffffffc21043c60007c0107ffffe7b\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffffffdf9ff401fff505bff5017ff5013ff541bff7457ff0013ff0017ff7113ffc01ffc1ffe01fffefffffffffffeaab55f5ffaeffffffc21043c60007c0107ffffe7f\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffffffffbff507fff503bff5013ff7e57ff001bff0013ff3037ff7193ffc017ff1fbffc7ffe01fffefffffffff7feaa855f57eaaffffffc21043c60007c0107ffffe7b\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff88fffffffffff50fbff52ffff56bbff56bfff52bbff7fbfff003fff003fff003fff003fff003f00003e00003fffd43ffffffffffffffffffc652d3ce120fc0187fffffff\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff88fffffffffffffffffdfffff5ffffffeffff007fff003fff003fff003fff003fff003ffc003f00003e00003fffd47ffffffffffffffffffc652d3ce124fc0187fffffff\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff88ffffffffbff557fffd57fff557fff55ffff75fffffeffff003fff003fff003fff003fff003f00003e00003fffd43ffffffffffffffffffc652d3ce120fc0187fffffff\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff88fffffffffffd7ffffd5ffff55ffffffffff007fff003fff003fff003fff003fff003ffc003f00003e00003fffd47ffffffffffffffffffc652d3ce124fc0187fffffff\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "ff8087ff8007fffa07ffe807ffe803bfe003ffe003ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffff5ffffffffffffffffffffdc61ffcee1ffc6f0ffce3ffffffff\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80fffffebffff807fff807bfe003ffe003ffe003ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffff5ffffffffffffffffffff5c61ffcee1ffc4f0ff8e3ffffffff\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ff80bfff8097fffa07fff807ffe003bfe003ffe003ffe003ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffff5ffffffffffffffffffffdc61ffcee1ffc6f0ffce3ffffffff\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ff80bfff8087fffa07fff807ffe803bfe003ffe003ffe003ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffff5ffffffffffffffffffffdc61ffcee1ffc6f0ffce3ffffffff\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80fffffebffff807fff807bfe003ffe003ffe003ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffff5ffffffffffffffffffff5c61ffcee1ffc4f0ff8e3ffffffff\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80fffffffffffc1ffff403bff403bf57e36d5003bfd001bff001fff3037ff7193ffe013ff893fff3fffc4ffff03fffefffffffffffeaa555f40aa8fffffff87ffff87f61\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffffffffffffe7fff00ffff001bff0013ffb033ff3137ff7193fff093ffe033ff8fb3ff3ffffcffff81ffff13fffcfffffd8550beaa155f00200fffffff87ffff87f01\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80fffffffffffd5fbff503bff547fff7e76bd001bff001bff1017ff7133ff7193ffe013ff0fbffe3fffc0ffff03fffcfffffffffffeaa155f402a0fffffff87ffff87f01\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffffffffffffe7fff00ffff001bff0013ffb033ff3137ff7193fff093ffe033ff8fb3ff3ffffcffff81ffff13fffcfffffd8550beaa155f00200fffffff87ffff87f01\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff88ffffffffffffffffffffffffffffffeffff00ffff003fff003fff003fff003fff003fff003fff003ffc003f80003e00003f55003fffffffffffffffffff9ffffffffff\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80fffffffffffc1ffff403bff4039f57e36d5003bfd001bff001fff3037ff7193ffe013ff893fff3fffc4ffff03fffefffffffffffeaa555f40aa8fffffff87ffff87f61\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffffffffffffe7fff00ffff001bff0013ffb033ff3133ff7193fff093ffe033ff8fb3ff3ffffcffffc1ffff13fffcfffffd9554beaa155f00200fffffff87ffff87f01\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80fffffffffffd5fbff503bff547fff7e76b5001bff001bff1017ff7133ff7193ffe013ff0fbffe3fffc0ffff03fffefffffffffffeaa155f402a0fffffff87ffff87f01\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffffffffffffe7fff00ffff001bff0013ffb033ff3133ff7193fff093ffe033ff8fb3ff3ffffcffffc1ffff13fffcfffffd9554beaa155f00200fffffff87ffff87f01\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff88ffffffffffffffffffffffffefffffeffff00ffff003fff003fff003fff003fff003fff003fff003ffc003f80003e00003f55003fffffffffffffffffff9ffffffffff\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "ff80ffffdfffffffffffffeffff80ffff003fff003fff003fff003fff003fff003fff003fff003fff003fff003ffc003f80003e00003fff003fffffffffffffffffffdffffffffff\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff88fffffffffffffffffdffffffffffffeffff003fff003fff003fff003fff003fff003fff003fff003ffc003f80003e00003f55003fffffffffffffffffff9ffffffffff\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "ff80ffffdfffffffffffffeffff80ffff003fff003fff003fff003fff003fff003fff003fff003fff003fff003ffc003f80003e00003fff003fffffffffffffffffffdffffffffff\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff88fffffffffffa8ffff807fff003fff003ffe003ffe003ffe003ffe003ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffe001fffffffffffffffffffeffffffffff\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff88ffffffffffffeffffcfffff007fff003ffe003ffe003ffe003ffe003ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffe001fffffffffffffffffffeffffffffff\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff88ffffffffffffeffff807fff007fff003ffe003ffe003ffe003ffe003ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffe001fffffffffffffffffffeffffffffff\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff88ffffffffffffeffff807fff003fff003ffe003ffe003ffe003ffe003ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffe001fffffffffffffffffffeffffffffff\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff88ffffffffffffeffffcfffff007fff003ffe003ffe003ffe003ffe003ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffe001fffffffffffffffffffeffffffffff\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffffffffbff407fff4039ff4030155637ff003bff0013ff3037ff7191ffc017ff1fbffc7ffe03fffefffffffff7feaa855f57eaaffffffc21043c60007c0107ffffe7b\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffffffffffffe7fff003bff0013ff101fff713fff7593ffe01bffcf73ff1fb7fe7fff81fffe3ffffcfffffeaf557eaa855f55eaaffffffc21043c60007c0107ffffe31\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffffffffbff407fff403bfd4030155637ff003bff0013ff3037ff7191ffc017ff1fbffc7ffe01fffefffffffff7feaa855f57eaaffffffc21043c60007c0107ffffe7b\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffffffffffffe7fff003bff0013ff101fff713fff7593ffe013ffcf73ff1fb7fe7fff81fffe3ffffcffffffaf557eaa855f55eaaffffffc21043c60007c0107ffffe31\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffbffffffffd5ffff547bff5c76bd4077ff001bff0017ff3037ff7193ffc037ff1fbffc7ffe03fffefffffffff7feaa855f57eaaffffffc21043c60007c0107ffffe7b\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffffffffffffe7fff003bff0013ff101fff713fff7593ffe01bffcf73ff1fb7fe7fff81fffe3ffffcfffffeaf557eaa855f55eaaffffffc21043c60007c0107ffffe31\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffffffffffffe7fff003bff0013ff101fff713fff7593ffe013ffcf73ff1fb7fe7fff81fffe3ffffcffffffaf557eaa855f55eaaffffffc21043c60007c0107ffffe31\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff88ffffffffffffffffffeffff7ffffffeffff003fff003fff003fff003fff003fff003ffc003f00003e00003fffd47ffffffffffffffffffc652d3ce124fc0187fffffff\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "ff80ffffdfffffffffffffeffff807fff003fff003fff003fff003fff003fff003fff003fff003ffc003f00003e00003ffff57ffffffffffffffffffc652d7de1b4fd61a7fffffff\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff88ffffffffffffffffffffbfffffffffeffff003fff003fff003fff003fff003fff003ffc003f00003e00003fffd47ffffffffffffffffffc652d3ce124fc0187fffffff\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff88fffffffffffdfffffdffbfffffffffeffff003fff003fff003fff003fff003fff003ffc003f00003e00003fffd47ffffffffffffffffffc652d3ce124fc0187fffffff\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "ff80ffffdfffffffffffffeffff807fff003fff003fff003fff003fff003fff003fff003fff003ffc003f00003e00003ffff57ffffffffffffffffffc652d7de1b4fd61a7fffffff\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80fffffa9ffff807fffa07bfe003ffe003ffe003ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffff5ffffffffffffffffffff5c61ffcee1ffc4f0ff8e3ffffffff\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80fffffffffffffffffa2fbff003ffe003ffe003ffe003ffe001ffe001ffe001ffe001ffe001ffe001ffff57fffffffffffffffffff1c61ffcee1ffc4f0ff8e3ffffffff\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80fffffffffffaaffff807bfe003ffe003ffe003ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffff57fffffffffffffffffff1c61ffcee1ffc4f0ff8e3ffffffff\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80fffffffffffffffffa2fbff003ffe003ffe003ffe003ffe001ffe001ffe001ffe001ffe001ffe001ffff57fffffffffffffffffff1c61ffcee1ffc4f0ff8e3ffffffff\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000af8000af4200bfc000af4000bfc600afc002ff42eaffc3eaffe0028e43e81fc301ffc01fc003fe0001c00003ffffe00000000000000000007ffe007ffe0\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000280000ab0000af40008dc000ff0000ffc000ffc0008fc00088402a1fc3cbffe30fc0423f8003fe0003c00003ffffe00000000000000000007ffe007ffe4\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000aa8200ffe200ffe000aa8000abe000ab8000ffc002ffe142cfc0008c43403fc003f0401f8003ff3003c00003ffffe00000000000000000007ffe007ffe0\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000000280000aa8000aac0008b8000fb0000ffc000ffc0008fc0008840101fc3c3ffe10fc0423f8003fe0003c00003ffffe00000000000000000007ffe007ffe4\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000000000000000000000000000000000004000fb0000ffc000ffc000ffc000ffc000ffc003ffc0ffffc1ffffc1ffffc00000000000000000007ffe007ffe0\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000af0000bfc3ffffe200bfc000af4000afc002ff40aaffc34affc2228e43fe3fe3cfffe01fc001fe0001c000033fffe00000000000000000007ffe007ffe0\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000280000af0000af40008dc000ff0000ffc000ffe000efc0008c42fe1fe3c1ffc007c0003f0001fe0001c00003ffffe00000000000000000007ffe007ffec\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000aa8200ffe200ffe000aa8000afe000ab8000ffc052ffe142cfc15a8e43fc3fe307fee01f8001fe0001c00003ffffe00000000000000000007ffe007ffe0\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000000280000aa8000aac0008b8000ff0000ffc000ffe000afe0008c42ff1fe341ffc007c0003f0001fe0001c00003ffffe00000000000000000007ffe007ffec\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000000000000000a80000800000000000000000fb0000ffc000ffc000ffc000ffc000ffc003ffc0ffffc1ffffc1ffffc00000000000000000007ffe007ffe0\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000000000000000000000000000fb0000ffc000ffc000ffc000ffc000ffc000ffc000ffc003ffc0ffffc1ffffc1ffffc00000000000000000007ffe007ffe0\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000000000aa0000aa0000000000080000000000ff0000ffc000ffc000ffc000ffc000ffc003ffc0ffffc1ffffc1ffffc00000000000000000007ffe007ffe0\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000000000000000000000000000007b0000ffc000ffc000ffc000ffc000ffc000ffc000ffc003ffc0ffffc1ffffc1ffffc00000000000000000007ffe007ffe0\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "0000000000280002e80005f8000ff8000ffc000ffc000ffc000ffc000ffa001ffe001ffe001ffe005ffa011ffe031ffe041ffe041ffe3ffffe00000000000000000007ffe007ffe0\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000550000ff8000ff8000ffc001ff8001ffc001ffc001ffc001ffe001ffe001ffe019ffe031ffe041ffe041ffe3ffffe00000000000000000007ffe007ffe0\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000000003e8000df8000ff8000ff8000ffc000ffc001ffc001ff8001ffe001ffe001ffe005ffe019ffe031ffe041ffe041ffe3ffffe00000000000000000007ffe007ffe0\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000000550000ff8000ff8000ffc001ff8001ffc001ffc001ffc001ffe001ffe001ffe019ffe031ffe041ffe041ffe3ffffe00000000000000000007ffe007ffe0\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000000000800000000000a80000a84000000000fb022affc0000e00003fc0018000fe0003800000000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000000000000000000000000000003b0000ffc0008f80000800003fc000e040030001fc0001000000000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000aa00000a0000a80000aa00000800008a0000ff4000efc0000e00003fc0008001fe0001000000000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000000000000000000000000000003a0000ffc0008f80000801003fc000e040030001fc0001000000000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "0000000000000000000000000000000000000000000000000000000007b0000ffc000ffc000ffc000ffc0ffffc1ffffc0000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "0000000000280002f80005f8000ff8000ffc000ffc000ffc000ffc001ffe001ffe001ffe011ffe005ffe011ffe001ffe041ffe041ffe3ffffe00000000000000000007ffe007ffe0\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000550000ff8000ff8000ffc001ff8001ffc001ffc001ffe001ffe001ffe001ffe011ffe031ffe041ffe041ffe3ffffe00000000000000000007ffe007ffe0\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000000003e8000df8000ff8000ff8000ffc001ffc000ffc001ffc001ffe001ffe001ffe005ffe011ffe001ffe041ffe041ffe3ffffe00000000000000000007ffe007ffe0\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000000550000ff8000ff8000ffc001ff8001ffc001ffc001ffe001ffe001ffe001ffe011ffe031ffe041ffe041ffe3ffffe00000000000000000007ffe007ffe0\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000000000a80000000000a84000a84002000000bb0000ffc0000e00003fc001e040fe0001000000000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000000000000000000000000000003b0000ffc0008f80000800001f8000e040030000fc0001000000000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000aa00000a0000aa0000aa00000800008a0000ff4000efc0000e00003fc0018000fe0000000000000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000000000000000000000000800003a0000ffc0008f80000800001f8000e040030000fc0001000000000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000000000000000000000000000000000000000790000ffc000ffc000ffc000ffc0ffffc1ffffc0000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000000000000000000000000000007b0000ffc000ffc000ffc000ffc000ffc003ffc0ffffc1ffffc0000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000000000000000000000000000000000000000ffc000ffc000ffc000ffc001ffc0ffffc1ffffc0000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000000000000000000000000000007b0000ffc000ffc000ffc000ffc000ffc003ffc0ffffc1ffffc0000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "0000200000200000f80000e80000f80000f8000bf8000ff8001ff8001ff8001ffa001ffa001ffa001ff8001ffe0000000000000000000ffff00ffff00ffff00ffff00ffff00ffff0\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000000280001f80001f8000ff80000f80009f8000ff8000ffa001ffa001ffa001ffa005ffe0000000000000000000ffff00ffff00ffff00ffff00ffff00ffff0\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000e80000b80001f80001f8000ff80003f8000ff8001ff8001ffa001ffa001ffa001ffa001ffe0000000000000000000ffff00ffff00ffff00ffff00ffff00ffff0\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000000280001f80001f8000ff80000f80009f8000ff8000ffa001ffa001ffa001ffa005ffe0000000000000000000ffff00ffff00ffff00ffff00ffff00ffff0\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000af0000bf4200ffe36aafe002ff4202ffe000ffc0008fc0028840ea1fc3007fc007c0003f0003fe0003c00003ffffe00000000000000000007ffe007ffe0\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000200018000fa0000ffc000ffc0000f80008ec0000840000fc0001fc201fc4007c0001b80007e0001e80003c00003ffffe00000000000000000007ffe007ffee\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000280000aa8000aa8000218000ffc000ffe0006fc0008ec0008a40081fc340fec007c0003f0001fc0003c00003ffffe00000000000000000007ffe007ffee\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000200018000fa0000ffc000ffc0000f80008ec0000840000fc0001fc201fc4007c0001b80007e0001e80003c00003ffffe00000000000000000007ffe007ffee\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "0000280000200000f80000e80000f80000f80003f8000ff8001ff8001ff8001ffa000ffa001ffa001ffa001ffe0000000000000000000ffff00ffff00ffff00ffff00ffff00ffff0\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000000280001f80001f8000ff80000f8000bf8000bf8000ffa000ffa001ffa001ffa015ffe0000000000000000000ffff00ffff00ffff00ffff00ffff00ffff0\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000e80000b80001f80001f80009f80003f8000ff8001ff8001ffa000ffa001ffa001ffa001ffe0000000000000000000ffff00ffff00ffff00ffff00ffff00ffff0\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000000280001f80001f8000ff80000f8000bf8000bf8000ffa000ffa001ffa001ffa015ffe0000000000000000000ffff00ffff00ffff00ffff00ffff00ffff0\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000a80000a90200bfc3eaafe002ff4000ffc000ffc0008fc0028842fa1fe3fbffe20fc0023f8001fe0001800003ffffe00000000000000000007ffe007ffe0\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000200018000fa0000ffc000ffc0000f80008ec0000840000fc0001fc000f04007c0021f80027e0003fc0001000003ffffe00000000000000000007ffe007ffee\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000000000aa00002a8000218000ff4000ffc2007fc0008ec00008427e1fc347fee00fc0023f0003fe0001800003ffffe00000000000000000007ffe007ffe4\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000200018000fa0000ffc000ffc0000f80008ec0000840000fc0001fc000f04007c0021f80027e0003fc0001000003ffffe00000000000000000007ffe007ffee\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000000000000000000000000000fb0000ffc000ffc000ffc000ffc000ffc000ffc000ffc003ffc0ffffc1ffffc1ffffc00000000000000000007ffe007ffe0\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000000000790000ffc000ffc000ffc000ffc000ffc000ffc000ffc000ffc000ffc001ffc037ffc0ffffc1ffffc1ffffc00000000000000000007ffe007ffe0\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000000000000000000000010000ff0000ffc000ffc000ffc000ffc000ffc000ffc000ffc003ffc0ffffc1ffffc1ffffc00000000000000000007ffe007ffe0\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000000000000790000ffc000ffc000ffc000ffc000ffc000ffc000ffc000ffc000ffc001ffc037ffc0ffffc1ffffc1ffffc00000000000000000007ffe007ffe0\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000570000ff8000ff8000ffc001ff8000ffc001ff8001ffe001ffe001ffe001ffe01dffe021ffe041ffe041ffe3ffffe00000000000000000007ffe007ffe0\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000000000300000ff0000ffc000ff8000ffc001ff8001ffc001ffe001ffe001ffe009ffe021ffe041ffe055ffe3ffffe00000000000000000007ffe007ffe0\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000000000730000ff8000ffc000ff8001ffc001ff8001ffc001ffe001ffe001ffe019ffe031ffe041ffe041ffe3ffffe00000000000000000007ffe007ffe0\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000000000000300000ff0000ffc000ff8000ffc001ff8001ffc001ffe001ffe001ffe009ffe021ffe041ffe055ffe3ffffe00000000000000000007ffe007ffe0\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000000000000000a800000100003b0000ffc0000f80000840003fc000a040038001fc0000000000000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000000000003a00007fc0004f80000c00000000000f0000300000e0400000003e0000800001000000000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000000000000000000000000000007b00007f80008e00000e00003fc0008000030000f80001000000000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000000000003a00007fc0004f80000c00000000000f0000300000e0400000003e0000800001000000000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000570000ff8000ff8000ffc001ff8000ffc001ffe001ffe001ffe001ffe007ffe015ffe021ffe041ffe041ffe3ffffe00000000000000000007ffe007ffe0\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000000000300000ff8000ffc000ff8000ffc001ff8001ffc001ffe001ffe007ffe000ffe021ffe041ffe055ffe3ffffe00000000000000000007ffe007ffe0\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000000000720000ff8000ffc000ff8000ffc001ff8001ffe001ffe001ffe001ffe001ffe031ffe041ffe041ffe3ffffe00000000000000000007ffe007ffe0\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000000000000300000ff8000ffc000ff8000ffc001ff8001ffc001ffe001ffe007ffe000ffe021ffe041ffe055ffe3ffffe00000000000000000007ffe007ffe0\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000000000000000a840000100003b0000ffc0008fc0000800001f8000e040020000fc0000000000000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000000000003a00007fc0004f80000400000000000f000030c00000000000003e0001c00001000000000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000000000000000000000000000007b00007f80000c00000800003f8000e040030001fc0001000000000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000000000003a00007fc0004f80000400000000000f000030c00000000000003e0001c00001000000000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "0000000000000000000000000000000000000000000007b0000ffc000ffc000ffc000ffc000ffc003ffc0ffffc1ffffc0000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000000000007b0000ffc000ffc000ffc000ffc000ffc0007fc000ffc001ffc007ffc0ffffc1ffffc0000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000000000007b0000ffc000ffc000ffc000ffc000ffc000ffc000ffc001ffc007ffc0ffffc1ffffc0000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000000000000000000000000000ff8000ffc000ffc000ffc000ffc000ffc003ffc0ffffc1ffffc0000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000000000007b0000ffc000ffc000ffc000ffc000ffc0007fc000ffc001ffc007ffc0ffffc1ffffc0000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "0000000000000000000000280001f80001f8000ff80000f8000bf8000ffa001ffa001ffa001ffa001ffa005ffe0000000000000000000ffff00ffff00ffff00ffff00ffff00ffff0\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000000000001000005e8000ff80001f8000ff8000ffc000ffc000ffa001ffe001ffa055ffe0000000000000000000ffff00ffff00ffff00ffff00ffff00ffff0\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000000000001e80001f8000ff80001f80009f8000ff8000ffa001ffa001ffa001ffa055ffe0000000000000000000ffff00ffff00ffff00ffff00ffff00ffff0\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000000000001000005e8000ff80001f8000ff8000ffc000ffc000ffa001ffe001ffa055ffe0000000000000000000ffff00ffff00ffff00ffff00ffff00ffff0\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000000000007b0000ffc000ffc000ffc000ffc000ffc000ffc000ffc001ffc007ffc0ffffc1ffffc0000000000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "0000000000000000000000680001f80001f8000ff80000f8000bf8000ffa001ffa001ffa001ffa001ffa055ffe0000000000000000000ffff00ffff00ffff00ffff00ffff00ffff0\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000000000001000005e8000ff80001f8000ff8000ff8000bf8000ffa001ffa001ffa055ffe0000000000000000000ffff00ffff00ffff00ffff00ffff00ffff0\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000000000001e80005f8000ff80001f8000ff8000bf8000ffa000ffa001ffa001ffa055ffe0000000000000000000ffff00ffff00ffff00ffff00ffff00ffff0\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000000000001000005e8000ff80001f8000ff8000ff8000bf8000ffa001ffa001ffa055ffe0000000000000000000ffff00ffff00ffff00ffff00ffff00ffff0\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffbfffefffffffbfffffffffffbfff7f3ffd1fbffc07fff507bff4033ff50b3ff0013ff00b9ff401fff001bff001fff701c00001eaad55f402a0fffffff87ffff87f61\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffffffffbfffefffffffffffffbfffe77fffe7bff40f3ffd0f3ffd0b3ff0037ff01f3ff403fff001fff001bff303fff701c00001eaad55f40280fffffff87ffff87f01\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffffffffbfffefffffffffffffbfffe77fffe7bff40f3ffd0f3ffd0b3ff0037ff01f3ff403fff001fff001bff303fff701c00001eaa955f40280fffffff87ffff87f01\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffffffffbfffffbfffffffffffbfff5f3ffd5fbffd077ff5473ff4013ff5413ff0013ff0019ff401fff003bff001fff701c00001eaa955f40280fffffff87ffff87f01\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffffffffbffff7ffffffffffffbfffe77fff67bff54f3ffd4f3ffd4f3ff0017ff0573ff401fff001fff001bff303fff701c00001eaad55f40280fffffff87ffff87f01\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffffffffbffff7ffffffffffffbfffe77fff67bff54f3ffd4f3ffd4f3ff0017ff0573ff401fff001fff001bff303fff701c00001eaa955f40280fffffff87ffff87f01\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffffffffbfffffffffffffffffffffffbffffffffd1fbff507bff527bff503bff54bbff00bfff003fff003bff003fff003e00003eabffdf5faaffffffff87ffff9ffff\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffffffffffffffbfffffffffffbfffffffffe7bfffe7bffd07ffffcfbff00ffff00fbff003fff003fff003fff003fff003e00003eafffff5faaffffffff87ffff9ffff\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffbfffffffffffffffffffffffbfffffffffffbffd5ffffd47bff547fff547bff401fff00fbff003fff003bff003fff003e00003eafffdf5faaffffffff87ffff9ffff\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffbfffffffffffffffffffffffbfffffffffffbffd5ffffd47bff547fff547bff401fff00fbff003fff003bff003fff003e00001eafffdf5faaffffffff87ffff9ffff\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffffffffffffffbfffffffffffbfffffffffe7bfffefbffd47fffdcfbff007fff00fbff003fff003fff003fff003fff003e00003eafffffffaaffffffff87ffff9ffff\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffbffffffffff7ffffe7bffee7ffffe7fffa8fbffa87bff807fff007bff003bff003ffe003ffe001bfe001ffe001ffe001ffe001eafffff7eaaffffffffc7fffffffff\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffbfffffffffe7ffffe7bfffe7ffffe77fffe7bffe87bff807fff807bff803bff8037ff003fff003bfe001ffe001ffe001fc0001eabffdf52aaafffffffc7ffffeffff\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffbffffffffff7ffffe7bffee7ffffe7fffa8fbffa87bff807fff007bff003bff003ffe003ffe001bfe001ffe001ffe001ffa001eafffff7eaaffffffffc7fffffffff\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffbfffffffffe7ffffe7bfffe7ffffe77fffe7bffe87bff807fff807bff803bff8037ff003fff003bfe001ffe001ffe001f80001eabffdf52aaafffffffc7ffffeffff\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffbfffffffffffffffe7bffea7ffffef7fffffbffa07bff807fff807bff003bff0037ff003ffe003bfe001ffe001ffe001fe0001eabffdf52aaafffffffc7ffffeffff\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffbffffffffff7ffffe7bfffe7ffffe77fffefbffe27bff827fff80f3ff8033ff8037ff007fff003bfe003ffe001ffe001f80001eabff5f42aaafffffffc7ffffe7ffb\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff805fff801fbff507bff503bff50bbff40bbff00bbffc03bff001bff301e00009eabdd5f5aaafffffffeb965fc3860fe0860fe1823fe18607e0803fe18207e3860fe0ffffffffff\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffbfffff3fffffbffd1fbff50bbff5233ff7cb3ff80f3ff001e00101eaadddf52aaaffffffeb865fc3860fe0860fe1823fe18607e0803fe18207e3860fe0ffffffffff\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffbfffff3fffffbffd1fbff50bbff5233ff7cb3ff81f3ff001e00101eaadddf52aaaffffffeb865fc3860fe0860fe1823fe18607e0803fe18207e3860fe0ffffffffff\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffffffffbfffffffffffbfff5fbffd5fbff55fbff507bff501bff5413ff0013ff003bffc01bff001fff301e80051eaab55f55eaaffffffc21043c60007c0107ffffe7b\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffbfffffffffffbfffffffffff3fff67fffd47bffd0f3ffd473ff0053ff0073ffc01fff003bff101fff601e00041eaaa55f55eaaffffffc21043c60007c0107ffffe31\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "ff807fff807fbff567fff563bff56bfff44bfff00fbff003fff003bff003ff5003effffffffebfffffffeb967fc3860fe1862fe1823fe3860fe1803fe38207e3860fe0ffffffffff\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffbfffff3fffffbffd5fbff50bbff5233fffe33ff0073ff001e01001eabffdf5aaabffffffeb965fc3860fe0860fe1823fe18607e0803fe18207e3860fe0ffffffffff\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffffffffbfffffffffffbfffffbffd5fbffd5fbff547bff545bff545bff001bff00ffff003fff003fff003ea5003eabffdffffefffffffc61043c61007c0107fffff7f\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffffffffbfffffffffffbfffffbffd5fbffd5fbff547bff545bff545bff003bff00ffff003fff003fff003ea5003eabffdffffefffffffc61043c61007c0107fffff7f\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffffffffffffffbfffffffffffbffff7ffff67bffd47fffdc7bff007fff00fbff003fff003fff003fff003ea5003eefffdffffffffffffc610c3c61007c0187fffff7f\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffbffeafbff807bff007bfe003bfe001bfe001bfe001bfe001ffe001ebffffffaaaffffffffb97ffe3860fe0860fe1833fe3860fe0813fe1c207e3870fe0ffffffffff\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffbfffffbfffe7bffea7bffa07bff007bfe003bfe003bfe001ffe001ebfffdfeaaaffffffffb87dfe3860fe0860fe1823fe18607e0813fe1c207e3870fe0ffffffffff\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffbfffffffffffbffea73ffab7fffaafbff807fff0073fe003bfe0037fe001bfe001ffe001ffe001efd401eaa955fffeaefffffff0821ff8ce1ff00e0ff0c3fffffffb\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffbffffffffff7bfffe73fffe7fffee7bff827fffa2f3ff0073fe0037fe003bfe001ffe001ffe001eb4001eaa155f7feaafffffff0821ff8ce1ff00e0ff0c3fffffbf1\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffffffffbfffefffffffffffffbfffe77fffe7bff50f3ffd0f3ffd8b3ff0037ff00f3ff403ffd001dfd001bff301fff701c00001eaad55f40280fffffff87ffff87f01\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffffffffbfffefffffffffffffbfffe77fffe7bff50f3ffd0f3ffd8b3ff0037ff00f3ff403ffd001dfd001bff301fff701c00001eaa955f40280fffffff87ffff87f01\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ff9fffffffffe7ffffef9fffefbfffef7fffdf3fffdf3ff81f7ff21f3ffc1f3ffc037ff809fff0079ff101ffff03fff711c00001eaa155f00000fffffff87ffff87f01\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffffffff9fffffffffff9fffffbfffe73fff6f3ff74f7ffdcf3ffc4b3ff0173ff4573ff401fff0018fd001bff303fff701c00001eaa155f00200fffffff87ffff87f01\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ff9fffffffffe7ffffef9fffefbfffef7fffff3fffef3ff81f7ff25f3ffc1f3ffc037ff809fff0079ff101ffff03fff711c00001eaa155f00200fffffff87ffff87f01\n", @@ -2062,30 +2062,30 @@ "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffbfffffbfffe7bfffb7bffa87bff007bfe003bfe001bfe001ffe001ebfffdfeaaaffffffffb87dfe3860fe0860fe1823fe18607e0813fe1c207e3870fe0ffffffffff\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffbfffffbfffe7bfffe7bffea7bffa37bff807bfe0033fe001ffe001eafdfdf2aaaafffffffb879fe3860fe0860fe1823fe18607e0803fe1c207e3870fe0ffffffffff\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffbfffffffffffbfffe73fffe7ffffe7bffea7fffab73ff8073fe8077ff003bfe003ffe001ffe001eb4001eaa155f7feaafffffff0821ff8ce1ff00e0ff0c3fffffbf1\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffbfffffffffe7bfffe73fffe7ffffe73fffe77ffe373ff0273ff8077ff803bfe003ffe003ffe001cb4001ea8055f5feaafffffff0821ff0ce1ff00e0ff0c3fffde361\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffbfffffffffe7bfffe73fffe7ffffe73fffe77ffe373ff0273ff8077ff803bfe003ffe003ffe001cb4001ea8055f5feaafffffff0821ff0ce1ff00e0ff0c3fffdeb61\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000000200010000000000280000800400ae0000a90600ffe0008b47eaffc000fe43ffbfe000ffc200ffc0000fc3ffffe00000000000000000007ffe007ffee\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000002000100000000000006000180000007ffffc000800000030400ffc000ba07ffbfe000bf4200ffc0004fc0000fc3ffffe00000000000000000007ffe007fffe\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000000200018000000000280000000400aa8000ab8600ffe0008b075affe000fa03ffbfe000ffc200ffc0000fc3ffffe00000000000000000007ffe007ffee\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000002000080000000000006000080000007ffffc000a200000a0400ffc000ba07ffbfe000bfc100ffc0004fc0000fc3ffffe00000000000000000007ffe007fffe\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000000000000200010000000000a80000000000af8000a10000ab400aab4000ff4002ffc000ffc000ffc000ffc3ffffe00000000000000000007ffe007ffe0\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000000000000200010000000000a80000000000af8000a10000ab400aab4000ff4202ffc000ffc000ffc000ffc3ffffe00000000000000000007ffe007ffe0\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000000000000000000200000000000000a98000a10000010000ff0000ff0000ff8000ffc000ffc000ffc000ffc3ffffe00000000000000000007ffe007ffe0\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000000000000000000000000800000000002a0000200000af800003034afbe000ff0202ffc000ffc200ffc000ffc3ffffe00000000000000000007ffe007ffe0\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000000000000000000000200000000000000a98000a18000010000ff8000ff0000ff8000ffc000ffc000ffc000ffc3ffffe00000000000000000007ffe007ffe0\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "000000000000200018000000000000000190000000000000000ff0000ff8000ff8000ffc000ffc000ff8001ffe3d5ffe001ffe001ffe3ffffe00000000000000000007ffe007ffe0\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "0000000000003ffffc000000000000200018000000000000400f90000f800007600007f0400ffc000ff8000ffc201ffe000ffc001ffe3ffffe00000000000000000007ffe007ffee\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "00000000000038005c000000000000200018000000000000400f90000f800007600007f0400ffc000ff8000ffc201ffe000ffc001ffe3ffffe00000000000000000007ffe007ffee\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "000000000000200018000000000000000198000000000000000ff00007f00007e8000ff8400ffc000ff8000ffc3f5ffe001ffe001ffe3ffffe00000000000000000007ffe007ffec\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "0000000000003ffffc000000000000200018000000000000400f90000f800007600007f0400ffc000ff8000ffc201ffe000ffc001ffe3ffffe00000000000000000007ffe007ffee\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "00000000000038005c000000000000200018000000000000400f90000f800007600007f0400ffc000ff8000ffc201ffe000ffc001ffe3ffffe00000000000000000007ffe007ffee\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "0000000000000000000000000000000000000000000000000000300000400000800000000000000000001ffff81ffff81ffff81ffff81ffff81ffff81ffff81ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000000000000000000000000000000000000000000f00000fc0000000000000000001ffff81ffffc1ffff81ffff81ffffc1ffff81ffff81ffff83ffffc1ffff8\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000000000000000000000000000000000000000080000000000ba0000ba00003f00006f80008fc1fffac0000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000000000000000000000000000000000000000000000000fe00000a0100bfc0007f00000f80008fc1fffbc0000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000000000000000000000000000000000000000000000000fe00000a00003fc0007f00000f80008fc1fffbc0000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "0000000000000000000000000000000000100007f0000ff00007fc0007fc000ffc0000000000000000001ffff81ffff81ffff81ffff81ffff81ffff81ffff81ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000000000000000000000000000010000790000ffc000ffc0000000000000000001ffff81ffff81ffff81ffff81ffff81ffff81ffff81ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000000000000000000000000000000000000000000000000100007f0000ff0000ffc000ffc000ffc14affc0000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000000000000000000000000000000000000100000100007f0000ff0000ffc000ffc000ffc000ffc15fffc0000000000003ffffc3ffffc3ffffc3ffffc3ffffc\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "0000000000000000000000000000000000a00000a80000a80000a80000e80000a80000000000000000001ffff81ffff81ffff81ffff81ffff81ffff81ffff81ffff83ffff81ffff8\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000000000000000000000000000000000000a80000e80000e80000000000000000001ffff81ffffc1ffff83ffff81ffffc3ffff81ffff83ffff83ffffc1ffff8\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000000000000000000000000000007e80000280005f80001f80001f8055ffe001ff8001ffe0000800000000000000ffff00ffff00ffff00ffff00ffff00ffff0\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000000000000000000000000000007e80000280005f80001f80001f8015ffe001ff8001ffe0000800000000000000ffff00ffff00ffff00ffff00ffff00ffff0\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000000000000000000000000000001000000000005a0000de80001f8001ffc000ff8001ffe0000a00000000000000ffff00ffff00ffff00ffff00ffff00ffff0\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000200018000000000000600018000000600ab0000000000030600ffe000ba0600bfc000bfc202ffc0004fc0000fc3ffffe00000000000000000007ffe007fffe\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "0000000000007ffffe0000000000002000100000000000004000004007e00004a04003e06003fc0000f0000ff8200ffe0000f80008ec3ffffe10000000000000000007ffe007fffe\n", @@ -2095,7 +2095,7 @@ "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000000000000000000100000100000100000100007f0000ff0000ff0000ff8000ffc000ffc000ffc000ffc000ffc3ffffe00000000000000000007ffe007ffe0\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000000000000000000000000000000200a98000010000030000ff0000ff0400ff8000ffc000ffc000ffc000ffc3ffffe00000000000000000007ffe007ffe0\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000000000000000000100000100000100000100007f0000ff0000ff0000ff8000ffc000ffc000ffc000ffc000ffc3ffffe00000000000000000007ffe007ffe0\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "0000000000003ffffc000000000000200018000000000000400990000620000740000fe0400ff8000ff8000ffc201ffe001ffe001ffe3ffffe00000000000000000007ffe007ffee\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "00000000000038005c000000000000200018000000000000400990000620000740000fe0400ff8000ff8000ffc201ffe001ffe001ffe3ffffe00000000000000000007ffe007ffee\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "0000000000003ffffe000000000000200018000010000000400818000600000300000bc8400ff80007f0000ffc3ffffe000ffc000ffc3ffffe00000000000000000007ffe007fffe\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000003ffffc000000000000200018000000000000400590000700000300000fc0400ffc000ff8000ffc201ffe000ffc001ffe3ffffe00000000000000000007ffe007ffee\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "0000000000003ffffe000000000000200018000010000000400818000600000300000bc8400ff80007f0000ffc3ffffe000ffc001ffc3ffffe00000000000000000007ffe007fffe\n", @@ -2304,7 +2304,7 @@ "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=resource\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000200600000200000600000600000200200680000280000680000280000280000280000280001f8037ffb83ffffe3ffffe0000000000000ffff01ffff81ffffe\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=resource\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000200600000200000600200600000600200600000280400680000280000280000280000280001280077f803fff803ffffe0000000000000ffff01ffff81ffffe\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff807fff807fffffffbff57ffffd6ffff50fbf54017f750b3754017f50033ff0037f70036000013b9001ff3f1bffff83ffffc3fffffbffffffeaad55f50aaafffffffcfffffdfffb\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff807fff807fbfffffbffffffff5dfbff57fbf57477f5003b3d001bff003e00401a00001bbb8017f3f09ffff9bffff83ffffc3bffffbffffffeaad55f50aaafffffffcfffffdfffb\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff807fff807fbfffffbffffffff5ffbff57fbf57477f5003b3d001bff003e00401a00001bbb8017f3f09ffff9bffff83ffffc3bffffbffffffeaad55f50aaafffffffcfffffdfffb\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff807fff807fbfffdfbff55ffff5579ff507ff55413b5501bb5541fb5001bff0017000012000017bb801ff3f1bffff83ffffc3bffffbdd556feaad55f56aaafffffffcfffffdffff\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff807fff807fbfffffbffddffff55fbff557bfd7477f5001bbd001bff003e00401a00001bbb8017f3f09ffff9bffff83ffffc3bffffbffffffeaad55f50aaafffffffcfffffdfffb\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "ff80ffffbefffffffffffffffffffffffffffff7fbfffffffffffbfff74ffff00ffff003e00003e00003e00003e00003e00003e00003f00003fffffffffffffffffffdffffffffff\n", @@ -2316,7 +2316,7 @@ "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff90fffffffffffff7ffff57fff507fff003fff403fdd043fd0001f55001f55001f55001f55001f55001f55001f55001f55001ff5001ffffffffffffffffffffffffffffff\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff98ffffffffffffffffffdffffd57fff047fff503fdd543fd0003f55001f55001f55001f55001f55001f55001f55001f51001f55001ffffffffffffffffffffffffffffff\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff807fff807fbffffffff5ffbff507ff550b335401ff550b3f54017f54033ff003780003200001ff3e0bffff83ffffc3bffffbffffffeaa955f55aaaffffffec9247e401fffffffb\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff807fff807fffffff9ffd9ffff55fbff42f3d5503ff50033ff003ff72076000011380017f3e09ffff9bffff83ffffc3bffffbffffffeaa955f55aaaffffffec9247e401fffffffb\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff807fff807fffffff9ffd9ffff55fbff46f3d5503ff50033ff003ff72076000011380017f3e09ffff9bffff83ffffc3bffffbffffffeaa955f55aaaffffffec9247e401fffffffb\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff807fff807fffffffbff55ffffd57ffd5513fd5413b55513b5541fff0013ff007600001310001ff3f1bffff83ffffc3bffffbffffffeaa955f55aaaffffffec9247e401fffffffb\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff807fff807fffffff9ffd57fff55fbff5573f5541fbd0013bf001ff32076000011380017f3e49ffff9bffff83ffffc3bffffbffffffeaa955f55aaaffffffec9247e401fffffffb\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "ff80ffffbefffffffffffffffffffffffffffff7fbfffffffff7fbfff74ffff00ffc1003e00003e00003e00003e00003e00003f80003ffffffffffffffffffed9b4fe493ffffffff\n", @@ -2364,7 +2364,7 @@ "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000a00002a8000fa8000ff8002ffc002ffc0a2fbc0afffe00affe00affe00affe0aaffe00affe00affe00affe0aaffe3ffffe00000000000000000003ffc003ffc0\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000000220000fa0000ff8000ff8000fbc0aaeac0bfffe002ffe0aaffe00affe0aaffe0aaffe0aaffe00affe0aaffe3ffffe00000000000000000003ffc003ffc0\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000000000a98000a0000aa84000a0000aa14000bf4000ff40088fc1ffffe00008400007400003c000004152aa80000000000001ffff81ffff81ffff81ffffc\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000000000a00000a0026aa1420aff4202ffc0001f807fffc007ffc00008400004400007c0000380000040000000000000000001ffff81ffff81ffff81ffffc\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000000000a00000a8026aa1420aff4202ffc0001f807fffc007ffc00008400004400007c0000380000040000000000000000001ffff81ffff81ffff81ffffc\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000a00000000000a80000a80000a80042ab4000ff00005fe07ee7c007ffc00008400007c00003c20000415aaa80000000000001ffff81ffff81ffff81ffffc\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000002a0000a80000a8804aa38142ff4202ffe0000f807fffc007ffc00008400004400007c0000380000040000000000000000001ffff81ffff81ffff81ffffc\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "0000000000000000000000000000000000000000000000000000000000b0000ff0000ffc1ffffc1ffffc1ffffc1ffffc1ffffc1ffffc0000000000000000001ffff81ffff81ffff8\n", @@ -2375,7 +2375,7 @@ "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000002000002a0000aa8000aa8000aa8002ebc002fbc00affc00afbc00affe00affe00affe00affe02affe0aaffe0000000000001ffff81ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000a0000088000aa8000aa8000aa8000aa8000fbc000fbc002ffc00affe00affe00affe00affe000ffe00affe00affe0000000000000aa8d01ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000002000002a0000aa8000aa8000aa8002ebc002fbc00affc00afbc00affe00affe00affe00affe02affe0aaffe0000000000001ffff81ffff81ffff81ffff8\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000ae0000aa0202ffc3ffbbe3eaff43ffffe208ffc1febfc3ffffe2443fe0000f400007400007c00003c0000043ffffe00000000000000000003ffc003ffc0\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000ae0000aa0202ffc3ffbfe3eaff43ffffe208ffc1febfc3ffffe2443fe0000f400007400007c00003c0000043ffffe00000000000000000003ffc003ffc0\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000010000fe0200ff0200ffc0009fc1ffb7c3ffffe2467fe00c0e40000b40000e420007e00007c0000280000043ffffe00000000000000000003ffc003ffc4\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "000000000000200028000aa0200aa0000098040ab0000fe0000ffc000dfc1ffffc3ffffe0001fc0000f400007400007c00003c2000063ffffe00000000000000000003ffc003ffc0\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000000010000fe0200ff0200ffc0009fc1ffb7c3ffffe2467fe00c0e40000b40000e420007e00007c0000280000043ffffe00000000000000000003ffc003ffc4\n", @@ -2407,9 +2407,9 @@ "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "ff807fff80ffffffffffffffbfffffffffffbfffffffffe7bfffe7bfffcfffffcfbffd4ffff00fbff00fff500bfff00bbff007f00003e00001effffdf54aabfffffffcfffffdffff\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "ff807fff80ffbfffffffffffbfffffffffffbfffffffffffbfffdffffde7bff547fff547bb55417f7001bb5001fff00fbff007f80003e00001effffdf42aaafffffffcfffffdffff\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "ff807fff80ffffffffffffffbfffffffffffbfffff7fffe7bfffefbfffcfffffcfbffd4ffff00fbff007ff5001fff00fbff007f00003c00001effffdf40aaafffffffcfffffdffff\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "ff007fff80ffbfffffbfffd7fffff7ffffc7bfffd77fffd7bfffd7bff557fff9573ff457bff0477d5003f55001b55001ff5001e00001c00001eafffdf40aa2fffffffdfffffffffb\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "ff007fff80ffbfffffbfffd7fffff7ffffc7bfffd77fffd7bfffd7bff557fff9573ff447bff0477d5003f55001b55001ff5001e00001c00001eafffdf40aa2fffffffdfffffffffb\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "ff007fff807fbfffffbfffd7fffff7bfffc7bfffd77fffd73fffd7bffb437ffb573ff8473ff0437ff557fff047bff007ffd003e00001c00001eabffdf00200fffffffcfffffdff01\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ff007fff807fbffff7fffff7fffff7bfffc7fffff77fffd7bfffd7bfff577ffd573ff4573ff4477ff557fd5003951001ff5001f00001c00001eabffdf40280fffffffdffffffff61\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ff007fff807fbffff7fffff7fffff7bfffc7fffff77fffd7bfffd7bfff577ffd573ff4573ff0477ff557fd5003951001ff5001f00001c00001eabffdf40280fffffffdffffffff61\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "ff007fff807f9ffff7fffff7fffff79fffe3fffff77fffd73fffd73ffbd77fffd73ffc573ff0477ff157fff0479ff007fd5003e00001c00001eaaf55f00000fffffffcfffffdff01\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff807fff807fffffffbfffff3fffff3ffdff3ff507bf54033f55033f54033f540b3f501bfff00fe00001ea0001e6aaf5ffffffeff7bfe6331fe6130fe6130fe61107e20107ffff03\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff807fff807fffffffbfffefbfffffbfffffbfff97bffdcf3ff54f3f54033f5003bff41fbff007e00001ea0001e0aab5ffffeeeff7bfe6330fe6130fe61107e61107e20107ffff01\n", @@ -2417,7 +2417,7 @@ "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff007fff807fffffffbfffffbfffffffffff3fffe77fffef3ff7cfffffdf3ff55f3ff47f3fd011bb5541fff00bbff207e00001c00001eaaff5f542aaffffffec9247e401ffedff21\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "ff807fff80ffffffffffffffbffffffffffffff56fff550b7f750bff55037f554bff700bfff00fe00001e80551feeaf5ffffffef77bfe6331fe6130fe6130fe61107e20107ffff87\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "ff807fff80ffffffffbfffffbfffffbfffffbfffdfbffde7bffdcfbf544bbf500bbff00fbff007e00001ea0551feeaf5ffffffef77bfe6331fe6130fe6130fe61107e20107ffff87\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "ff807fff80ffbfffffffffffbfffffffffffbfffffffffffbff557bfffe7bff547bf55413f5001bb5001fff00fbff007e00003e00001effffdf55aaaffffffec9247e401ffedffff\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "ff807fff80ffbfffffffffffbfffffffffffbfffffffffffbff577bfffe7bff547bf55413f5001bb5001fff00fbff007e00003e00001effffdf55aaaffffffec9247e401ffedffff\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "ff807fff80ffffffffffffffbfffffffffffbfffffffffefbfffefffffcfbffdcffff44f3fd007ff5001fff00fbff007e00003e00001effffdf55aaaffffffec9247e401ffedffff\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "ff00ffff80ffbfffdfffffd7bfffd7bfff57fffdd7bffd57fff547b500017f7001b55001fd5001d00001eb5551eaabd5ffffffffffbfee371fe61b8ff6130fe61107e20187ffff03\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "ff007fff00ffbffff7fffff7bffff73fffd73fffd7bfff577fff57bff0477ff557bfd043fd5001c00001ea5441eaa815ffffeeff7fbfee330fe6130fe61107e61107e20107ffff01\n", @@ -2441,7 +2441,7 @@ "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff007fff807f9fffffffffe7ffffef9fffef3fffff7fffdf1fff9f7fff7f3ff19f3fffdf3ffffffff03f9ff007ffff67e00001c00001eaaf55f502aaffffffe49207e001ffecfe01\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "ff807fff80ffffffffbfffffbfffffbfffffbfffdfbfffe7bffdcfbf540bb1500bbff00fbff007e00001ea0551feeaf5ffffffef77bfe6331fe6130fe6130fe61107e20107ffff87\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "ff807fff80ffbfffffffffe7bfffe7bfffcfffffcfbfff4ffff00fbff00ffff00fbff00ffff007e00001ea0555fffbfdfffffffff7bfe6331fe6138fe6130fe61107e20107ffff87\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "ff807fff80ffffffffbfffffffffffbfffffbfffe7bfffefbfffcfffffcfbfff4ffff20f3ff007ff5001fff00ffff007e00003e00001effffdf55aaaffffffec9247e401ffedffff\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "ff807fff80ffffffffbfffffffffffbfffffbfffe7bfffefbfffcfffffcfbfff4ffff24f3ff007ff5001fff00ffff007e00003e00001effffdf55aaaffffffec9247e401ffedffff\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "ff807fff80ffbfffffffffffffffefbfffefffffefffffcfbfffcffffe4ffff00fbff00f7ff80ffff00fbff007fff007e00001e00001effffdf57eaaffffffec9247e481ffffffff\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "ff007fff00ffbffffffffff7bfffd73fffd73fffd7bfff577ff557bff0477ff557950001f75001d00001e85401eaa815ffffeeff7fbfee330fe6130fe61107e61107e20107ffff01\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "ff007fff00ffbfffffffffd7bfffd73fffd73ffff7bfff577fff573ff0437ff5573ff043fff157d00001c00001eaa815f5feeaff7fbfee330fe6130fe61107e21107e20107ffff01\n", @@ -2461,7 +2461,7 @@ "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "0000000000003ffffc0000080000003ffffc0000080000004008a8000ca8000620000ba8400fe8000ae0000fb83feffc002ffc1ffffe3ffffe00000000000000000003ffc003fffe\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "0000000000000000000000000000000000000000000000000000000000000000000002c0000000002ffc0000000000000000001ffff81ffff81ffff81ffff81ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000000000000000000000000000000000000000080000a4000000000009007fffc0000000000000000001ffff81ffff81ffff81ffff81ffff81ffff81ffff8\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000000000000000000000008a0000000000aa0000a80000ab0000aa0000bc0042ee400028000079006edfc3ffffe0000000000001ffff81ffff81ffff81ffffc\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000000000000000000000008a0000000000aa0000a80000ab0000aa0000bc0042ee40002800007b006edfc3ffffe0000000000001ffff81ffff81ffff81ffffc\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000000000000000000000000a8000000200bf00000000002a0000880000e680008a0000fb000049807fffc3ffffe0000000000001ffff81ffff81ffff81ffffc\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000000000000000000000000000000000000000000000030000ff0000ff00f0ffc0000000000000000001ffff81ffff81ffff81ffff81ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000000000000000000000000000000000010000030000ff0000ff0000ff01feffc0000000000000000001ffff81ffff81ffff81ffff81ffff81ffff81ffff8\n", @@ -2480,8 +2480,8 @@ "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000002000080000000000000000000000100008180000300000300008b0000ff0000ff8000ff0000ff0000ff80faffc3ffffe00000000000000000003ffc003ffc0\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000000000000010000010000010000030000030000030000db0000ff0000ff0000ff0000ff0000ff8000ff81feffc3ffffe00000000000000000003ffc003ffc0\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "0000000000000000080000080000000000080000380000000000a8600ca80004200003a0600ff8000ae8000fb82feffe0aaffe1feffe3ffffe00000000000000000003ffc003fffe\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000200000000008000018600038000000000028600ca80004800003a8600ffc0000e0000fb0600ff8000fbc0eaffc3ffffe00000000000000000003ffc003fffe\n", - "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000003ffffe0000080000083ffffc0000080000204000a8000c28000220000fa8400ff8000ae0000fb83d5ff8000ffc1ffffe3ffffe00000000000000000003ffc003fffe\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000200000000008000018600038000000000028600ca80004800003a8600ffc0000e0000fb0600ff8000ffc0eaffc3ffffe00000000000000000003ffc003fffe\n", + "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000003ffffe0000080000083ffffc0000080000204000a8000c28000220000fa8400ff8000ae0000fb83d5ffc000ffc1ffffe3ffffe00000000000000000003ffc003fffe\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "0000000000007ffffe0000080000087ffffe000008000000600028400428000000400fa8600ff8000060000fb03ffffe000fac0e2ffc3ffffe00000000000000000003ffc003fffe\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "00000000000000000000000000000000000000000000000000000000000000024000000000009007effc0000000000000000001ffff81ffff81ffff81ffff81ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=avg_node_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000000000000000000000000000000000000000000200000000007900000080ffffc0000000000000000001ffff81ffff81ffff81ffff81ffff81ffff81ffff8\n", @@ -2687,45 +2687,45 @@ "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000300804000000200000001800001c00001c00001c00001c0000dc0041dc0000dc003ffffc00dc002fff643cdff83ffffe00000000000000ff0001ff8001ffbe\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000003ffffe000000200000000800609c00001c00601c00401c0040dc0061dc0020dc003ffffe00dc002fff643cdff83ffffe000000000140003c00003c00003cfe\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=none\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000201c00001c00001c00201c00001c007f7ffc00dc0000dc0061dc0000dc007ffffe00dc0020dc000cde603cdff83ffffe000000000000003c00003c00003cfe\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80fffff77f9ff007fff40b9ff401fff4033ff0033fff7b3ff0073ff0013fff0120000323fe7fbf891ffff7df9fcfffffdfff937fffea8155f00200fffffff81ffff81f01\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80fffff77f9ff007fff40b9ff401fff4033ff0033fff7b3ff0073ff0013ffd0120000323fe7fbf891ffff7df9fcfffffdfff937fffea8155f00200fffffff81ffff81f01\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffffff7ffff40f9ff003bfff7bfff0071ff0013ff0017fff911c000323363b3fbc7f3b891ffff31fbfd7ff9fdfffffdfffc1350bea8055f00000fffffff81ffff81f01\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffbff757bff557fff541bff401fff5511ff7597ff0071ff0013ff0013f10112330333ffc7fbfb91ffff7df9fcfffffdfffd37fffea8155f00200fffffff81ffff81f01\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffffff7ffff5579ff001bfff59fff0071ff0013ff0017fff911c000323367b3fbc7f3b891ffff31fbfd7ff9fcfffffdfffc1350bea8055f00000fffffff81ffff81f01\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff88ffffffffbff57ffff7fffff77ffff7fffff5fffffffffff00ffff001fff003fff003e7f003e7b003e7b003a78003e78003f79003fffffffffffffffffffbbffffbffff\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffffff7ffff5579ff001bfff59fff0071ff0013ff0017fff911c000323367b3fbc7f3b891ffff31fbfd7ff9fdfffffdfffc1350bea8055f00000fffffff81ffff81f01\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff88ffffffffbff57ffff7fffff77ffff7fffff57ffffffffff00ffff001fff003fff003e7f003e7b003e7b003a78003e78003f79003fffffffffffffffffffbbffffbffff\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "ff80ffffc9fffffffffffffffff7ffffffffffff7ffff00ffff003fff003fff003e7f003e7f003e7b003f7b003e7b003e78003e78003f79003fffffffffffffffffffbfffffbffff\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "ff80ffffc8ffbffffffff7fffff57ffff57ffff57fbfffffffffffbff007fff003fff003e7f003e7f003e7b003e7b003a78003e78003f79003fffffffffffffffffffbbffffbffff\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "ff80ffffc9fffffffffffffffff57fffffffffffffbff00ffff003fff003fff003e7f003e7f003e7b003f7b003e7b003e78003e78003f79003fffffffffffffffffffbfffffbffff\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "ff80bfff807ffff63fffe007ffe003ffe003ffe003ffe003ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffe003fffffffffffffffffffe3fffffffff\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "ff80bfff807ffff63fffe007ffe003ffe003ffe003ffe003ffe001ffe001ffe001ffe001ffe001bfe001ffe001ffe001ffe001ffe001ffe003fffffffffffffffffffe3fffffffff\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffffffbfffe00fffe007ffe003ffe003ffe003ffe001ffe001ffe001ffe001ffe001bfe001ffe001ffe001ffe001ffe001ffe001fffffffffffffffffffa1fffffffff\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ff80bfff80fffff63fffe007ffe003ffe003ffe003ffe003ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffe001ffe003fffffffffffffffffffe3fffffffff\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ff80bfff80fffff63fffe007ffe003ffe003ffe003ffe003ffe001ffe001ffe001ffe001ffe001bfe001ffe001ffe001ffe001ffe001ffe003fffffffffffffffffffe3fffffffff\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffffffbfffe00fffe007ffe003ffe003ffe003ffe001ffe001ffe001ffe001ffe001bfe001ffe001ffe001ffe001ffe001ffe001fffffffffffffffffffa1fffffffff\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80fffff77ffff003fff56b3ff4037ff50b3ff40b3fffff3ff0037ff001633c3bbfb71fffdfffdfdfffeab555e2a815f57faaffffffe0021fe3801fe08007e183fffffff9\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80fffff77ffff003fff56b1ff4037ff50b3ff40b3fffff3ff0037ff001633c3bbfb71fffdfffdfdfffeab555e2a815f57faaffffffe0021fe3801fe08007e183fffffff9\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffffffff9ff007fff40b3ffffb7ff0273ff001fff60123300323ff7f3fbf1ffff7dfbfdfffffffffeab555e08005f55faaffffffe0020fe3801fe08007e183fffbef61\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80fffff75fbff547bff5413ff5413ff5413fff7f3ff0073ff0017f740123bc3fbff31fbfdfffdfdfffeab555e2a815f57faaffffffe0021fe3801fe08007e183fffffff9\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffffff7f9ff007fff5513ffff97ff0273ff001fff70123300323ff7f3fbf1ffff7dfbfdfffffffffeab555e08005f55faaffffffe0020fe3801fe08007e183fffbef61\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80fffffffffff56ffff7fffff57ffff57ffff57fffffffbff007fff00167f003a7b003e78003e78003fffd57ffffffffffffffffffe0021fe3801fe08007e183ffffffff\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff88fffffffffff57ffff7ffbffffffff57fbff003fff003fff003e7f003a7b003e7b003e78003e78003fffd5fffffffffffffffffffe0021fe3801fe18007e183ffffffff\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80fffffffffff56ffff7fffff57ffff57ffff57bffffffbff007fff00167f003a7b003e78003e78003fffd57ffffffffffffffffffe0021fe3801fe08007e183ffffffff\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff88fffffffffff57ffff7ffbffffffff57fbff003fff003fff003e7f003a7b003e7a003e78003e78003fffd5fffffffffffffffffffe0021fe3801fe18007e183ffffffff\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffffff7ffff55ffff57fbff55ffff57ffffffffff57ffff001fff00367f003e7b003a78003e78003fff557ffffffffffffffffffe0021fe3801fe08007e183ffffffff\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff88fffffffffff57ffff57fbffffffff57fbff003fff003fff003e7f003a7b003e7b003e78003e78003fffd5fffffffffffffffffffe0021fe3801fe18007e183ffffffff\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "ff803fff80fbfff21fffe007ffe003ffe001ffe001ffe001ffe001ffe001ffe0013fe001ffe001ffe001ffe001fff77fefffffffffffffffffe8021ff3e11ff8c107f1e3ffffffff\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80fffff6bfffe007ffe003ffe003ffe001ffe001ffe001ffe001ffe0013fe001ffe001ffe001ffe001fff75feaffffffffffffffffe0021ff3c11ff8c107e1e3ffffffff\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ff80bfff80fffff63fffe007ffe003ffe001ffe001ffe001ffe001ffe001ffe0013fe001ffe001ffe001ffe001fff77fefffffffffffffffffe8021ff3e11ff8c107f1e3ffffffff\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80fffff6bfffe007ffe003ffe003ffe001ffe001ffe001ffe001ffe0013fe001ffe001ffe001ffe001fff75feaffffffffffffffffe0021ff3c11ff8c107e1e3ffffffff\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffbfff7ffff50f81540381540bfffd671ff0073ff0017fff813f000363363b3ffe7f3f893ffff31fbff7ffbfdfffffdfffd37fffea8155f00200fffffff81ffff81f01\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ff9ff76ffff50f81540381540bfffd671ff0073ff0017fff813f000363363b3ffe7f3f893ffff31fbff7ffbfdfffffdfffd37fffea8155f00200fffffff81ffff81f01\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffbffffffff0079ff003fff0019ffb817ffd1f7f0003233e7f3fbe7f3fbd3f3ffb3f3fb31ffff7ff9fdfffffdfff9fdfffdb7fffea8155f00200fffffff81ffff81f01\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffffff7ffff557801001fffffffff0071ff0017ffa013ffd9b20000163f67f3fbc3f3fa91ffff79fbfd7ffbfdfffffdfffc1350bea8055f00000fffffff81ffff81f01\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffbffffffff0079ff003fff0019ffb817ffd1f7f0003233e7f3fbe7f3fbd3f3ffb3f3fb31ffff7ff9fdfffffdfff9fdfffdb7fffea8155f00200fffffff81ffff81f01\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "ff80ffffc9fffffffffff7fffff7fffffffffffffffff00ffff003fff003fff003e7f003e7f003a7b003f7b003e7b003e78003e78003f79003fffffffffffffffffffbfffffbffff\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "ff91ffffdffffffffffff02ffff00ffff003fff003fff003fff003f7f003f7f003f7f003f7f003f7b003f7b003f7b003f79003f78003fff003fffffffffffffffffffbffffffffff\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "ff80ffffd9ffffffffffffffffff7ffffffffff00ffff007fff003fff003fff003e7f003e7f003e7b003f7b003e7b003e78003e78003fff003fffffffffffffffffffbfffffbffff\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "ff80ffffd9ffffffffffffffffff7ffffffffff02ffff007fff003fff003fff003e7f003e7f003e7b003f7b003e7b003e78003e78003fff003fffffffffffffffffffbfffffbffff\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "ff91ffffdffffffffffff02ffff00ffff003fff003fff003fff003f7f003f7f003f7f003f7f003f7b003f7b003f7b003f79003f78003fff003fffffffffffffffffffbffffffffff\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80fffff7bffff007ffe003ffe003ffe001ffe001ffe001ffe001ffe001ffe001ffe001bfe001ffe001ffe001ffe001ffe001ffe001fffffffffffffffffffa1fffffffff\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80fffffffffff80fffe007ffe007ffe003ffe003ffe003ffe001ffe001ffe001ffe001bfe001ffe001ffe001ffe001ffe001ffe001fffffffffffffffffffa1fffffffff\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80fffffffffff82fffe007ffe007ffe003ffe003ffe003ffe001ffe001ffe001ffe001bfe001ffe001ffe001ffe001ffe001ffe001fffffffffffffffffffa1fffffffff\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80fffffffffff00fffe007ffe003ffe003ffe003ffe001ffe001ffe001ffe001ffe001bfe001ffe001ffe001ffe001ffe001ffe001fffffffffffffffffffa1fffffffff\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80fffffffffff80fffe007ffe007ffe003ffe003ffe003ffe001ffe001ffe001ffe001bfe001ffe001ffe001ffe001ffe001ffe001fffffffffffffffffffa1fffffffff\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80fffffffffff82fffe007ffe007ffe003ffe003ffe003ffe001ffe001ffe001ffe001bfe001ffe001ffe001ffe001ffe001ffe001fffffffffffffffffffa1fffffffff\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffffffff9d5003cd540b1d554b3ff57f3ff001bff0012f301123fe7f3fbf1ffff7dfbfdfffffffffeab555e08005f55faaffffffe0020fe3801fe08007e183fffbef61\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffbfffffbff007bff0013fff017ff19f63302323be7f3fbd7f3fff1f3ff7dfbfffffbfdfff9f5fffeab555e08005f55faaffffffe0020fe3801fe08007e183fffbef61\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffffffffbfd547fff5593fffff3ff0073ff001ffff012330033bff7f3fbf1ffff7dfbfdfffffffffeab555e08005f55faaffffffe0020fe3801fe08007e183fffbef61\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffffffffbfd547fff5593fffff3ff0073ff001ffff012330033bff7f3fbf1fbff7dfbfdfffffffffeab555e08005f55faaffffffe0020fe3801fe08007e183fffbef61\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffbfffffbff007bff0013fff017ff19f63302323be7f3fbd7f3fff1f3ff7dfbfffffbfdfff9f5fffeab555e08005f55faaffffffe0020fe3801fe08007e183fffbef61\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff88fffffffffff57ffff77bffffffffffffbff007fff001fff003e7f003a7b003e7b003e78003e78003fffd5fffffffffffffffffffe0021fe3801fe18007e183ffffffff\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "ff80ffffd9fffffffffff00ffff003fff003fff003fff003e7f003f7f003e7b003e7b003e7b003f78003e78003ffffffffffffffffffffffffe0925fefe25fe5820fe3b3ffffffff\n", @@ -2735,54 +2735,54 @@ "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffffffffffe2afffe007ffe001ffe003ffe001ffe001bfe001ffe0013fe001ffe001ffe001ffe001fff55feabff5ffffffffffffe0021ff3c01ff88107e1c3ffffffff\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffffffffffe00fffe007ffe003ffe001ffe001ffe001ffe001ffe0013fe001ffe001ffe001ffe001fff75feaffffffffffffffffe0021ff3c11ff8c107e1e3ffffffff\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffffffffffe2afffe007ffe001ffe003ffe001ffe001bfe001ffe0013fe001ffe001ffe001ffe001fff55feabff5ffffffffffffe0021ff3c01ff88107e1c3ffffffff\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000600af8000a0023cffe008a943e8ffe0288b4228ffc200ffe0028ec1ffffc1c40800476c000000064b0000000003ffffe00000000000000000007ffe007fffe\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000800201ffe0000f40000807e8ffe000ffc0000603ffffe1cc98000488064f6c000000024f0002cb0000000003ffffe00000000000000000007ffe007fffe\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "000000000000000800000a20000ab8200afa000aa077cafe0000807ffffe0004fc00fffc1fffcc0470800074c000000064b0000000003ffffe00000000000000000007ffe007fffe\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000600bf8000a10228bfc008a943f8ffe0208b4328ffc200ffe002aec1ffffc1c40800476e000000064b0000000003ffffe00000000000000000007ffe007fffe\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000800201ffe0000640000807e8ffe000ffc0000603ffffe1cc98000488064f6c000000024f0002cb0000000003ffffe00000000000000000007ffe007fffe\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "000000000000000800000a20000ab8200afe000aa0770afe0008807ffffe0004fc00fffc1fffcc0470800054c00000007ff21c0000003ffffe00000000000000000007ffe007fffe\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000000800200ffe0000a80000a077cffe000ffc0000603ffffe1cc98000408064f6c000000024f0002cb0000000003ffffe00000000000000000007ffe007fffe\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000000000000000000000000000800000000000fd0000ffc000ffc18effc18cffc18dffc185ffc18fffc187ffc1cfffc00000000000000000007ffe007ffe0\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000000000000000000000000000ff0000ffc0007fc008ffc188ffc18cffc18dffc185ffc185ffc187ffc187ffc18fffc00000000000000000007ffe007ffe0\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000000000000000000000000000000000000000ff8000ffc000ffc18cffc18cffc18dffc185ffc18fffc187ffc18fffc00000000000000000007ffe007ffe0\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000000000000000800000000000000000000000ff8000ffc000ffc18cffc18cffc18dffc185ffc18fffc187ffc18fffc00000000000000000007ffe007ffe0\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000000000000000000000000000000ff0000ffc000ffc008ffc188ffc18cffc18dffc185ffc185ffc187ffc187ffc18fffc00000000000000000007ffe007ffe0\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "000808000828000820000ff8000ffa000ffa000fee000fea005ffe1c4fea004ffa000fea000fea001fea001fea005ffe001fea001fea3ffffe00000000000000000007ffe007ffe0\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000fe8000ff8000ff8000fec000ffe005ffe1e4ffe004ffe000fea000fea004fea000fea044ffe001fea001fea3ffffe00000000000000000007ffe007ffe0\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "000000000800000a20000fe8000ff8000ffe000fee000ffa005ffe1c4ffa004ffa000fea000fea000fea000fea005ffe001fea001fea3ffffe00000000000000000007ffe007ffe0\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000000fe8000ff8000ff8000fec000ffe005ffe1e4ffe004ffe000fea000fea004fea000fea044ffe001fea001fea3ffffe00000000000000000007ffe007ffe0\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000a00000000000a14000000000000000000000ff0000ef008008000408000000004a0000000000000000000001ffff81ffff81ffff81ffff81ffff81ffff8\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "000808000828000820000ff8000ffa000ffa000fee000ffa005ffe1c4fea000fea000fea000fea005ffe001fea001fea001fea005ffe3ffffe00000000000000000007ffe007ffe0\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000fe8000ff8000ff8000fec000ffe005ffe1c4ffa004ffe000fea000fea004ffe004fea004fea001fea045ffe3ffffe00000000000000000007ffe007ffe0\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "000000000800000a20000fe8000ff8000ffe000fee000ffa005ffe1c4fea000ffa000fea000fea004ffe001fea001fea001fea005ffe3ffffe00000000000000000007ffe007ffe0\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000000fe8000ff8000ff8000fec000ffe005ffe1c4ffa004ffe000fea000fea004ffe004fea004fea001fea045ffe3ffffe00000000000000000007ffe007ffe0\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000a00000000000800000000000800000000000ff0000ef018008000008000000004a0000000000000000000001ffff81ffff81ffff81ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000800000000000000000000000ff0000060000acc0000000040800000000020000000000000000000000000001ffff81ffff81ffff81ffff81ffff81ffff8\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000000000000000a000000000000000000000007f00000e40000800000000020000000000000000000000000001ffff81ffff81ffff81ffff81ffff81ffff8\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000000a20000000000000000000000ff0000060000acc0000000040800000000020000000000000000000000000001ffff81ffff81ffff81ffff81ffff81ffff8\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000000000000000000000000000000000000000fd0000ffc180ffc18dffc187ffc18fffc0000000000000000001ffff81ffff81ffff81ffff81ffff81ffff8\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000000000000000a800000000000000000800007f00000e40000800000000020000000000000000000000000001ffff81ffff81ffff81ffff81ffff81ffff8\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000000a20000000000880000000000ff0000060000acc0000000040800000000020000000000000000000000000001ffff81ffff81ffff81ffff81ffff81ffff8\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000000000000000000000000000000000000000fd0000ffc180ffc185ffc187ffc18fffc0000000000000000001ffff81ffff81ffff81ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000000000000000000000000000ff0000ffc000ffc184ffc185ffc185ffc187ffc187ffc0000000000000000001ffff81ffff81ffff81ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000000000000000000000000000000000000000ffc000ffc184ffc185ffc187ffc18fffc0000000000000000001ffff81ffff81ffff81ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000000000000000000000000000000ff00007fc000ffc184ffc185ffc185ffc187ffc187ffc0000000000000000001ffff81ffff81ffff81ffff81ffff81ffff8\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "000000000000000020000ee8000a68000ae8000ae8000fe8000fe8000fe8001fe8000fe8000fe8000de8001fea0000000000000000001ffff81ffff81ffff81ffff81ffff81ffff8\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000828000828000ae8000ee8000ee8000ee8000fe8000fe8000fe8000fe8001fe8001fea0000000000000000001ffff81ffff81ffff81ffff81ffff81ffff8\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000a28000ae8000ae8000ae8000ae8000fe8000fe8000fe8000fe8000fe8000fe8001fea0000000000000000001ffff81ffff81ffff81ffff81ffff81ffff8\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000000828000828000ae8000ee8000ee8000ee8000fe8000fe8000fe8000fe8001fe8001fea0000000000000000001ffff81ffff81ffff81ffff81ffff81ffff8\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000a003eabfc3aabfc0008007e8ffc200ffc00006023fffe1cc9c40048807ffffe00000004300004b0000000003ffffe00000000000000000007ffe007fffe\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "0000000000007ff10e0003d0200ff8000ffc0000640002e027fffe1ec8800040802cdac0045080445ca000000064b0000020002cf0003ffffe00000000000000000007ffe007fffe\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000a203ffffe000000000ff0740ffe0000fc0000e03ffffe1c488044dbc06cf6e000000004f00004b0000000003ffffe00000000000000000007ffe007fffe\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "0000000000007ff10e0003d0200ff8000ffc0000640002e027fffe1ec8800040802cdac0045080445ca000000064b0000020002cf0003ffffe00000000000000000007ffe007fffe\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000000000000000000000000000ff0000ffc0007fc000ffc188ffc18cffc18dffc185ffc185ffc187ffc187ffc18fffc00000000000000000007ffe007ffe0\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "000000000000000020000ee8000a68000ae8000ee8000fe8000fe8000fe8000fe8001fe8000fe8000de8005fea0000000000000000001ffff81ffff81ffff81ffff81ffff81ffff8\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000828000828000ae8000ee8000ee8000ee8000fe8000fe8000fe8000fe8001fe8145ffa0000000000000000001ffff81ffff81ffff81ffff81ffff81ffff8\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000a28000ae8000ae8000ee8000ae8000fe8000fe8000fe8000fe8000fe8000fe8005ffa0000000000000000001ffff81ffff81ffff81ffff81ffff81ffff8\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000000828000828000ae8000ee8000ee8000ee8000fe8000fe8000fe8000fe8001fe8145ffa0000000000000000001ffff81ffff81ffff81ffff81ffff81ffff8\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "0000000000002008900000003eabfc22abfc0008007e8ffc000ffc00006023fffc1cc9c400488044f6c000000004300004b0000000003ffffe00000000000000000007ffe007fffe\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "0000000000007ff10e0003d0200ff8000ffc0000640002e027fffe1ec88000408024dac0005080445ca00000007ffffe00200024a0003ffffe00000000000000000007ffe007fffe\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000a203ffffe000000000ff0740ffe0000fc0000e03ffffe1cc880404a8044f6c00000002cf0002cb0000000003ffffe00000000000000000007ffe007fffe\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "0000000000007ff10e0003d0200ff8000ffc0000640002e027fffe1ec88000408024dac0005080445ca00000007ffffe00200024a0003ffffe00000000000000000007ffe007fffe\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000000000000000000000000000ff0000ffc0007fc000ffc188ffc184ffc18dffc185ffc185ffc187ffc187ffc18fffc00000000000000000007ffe007ffe0\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000100000ff0000ffc000ffc0007fc008ffc180ffc184ffc18cffc185ffc185ffc185ffc187ffc187ffc187ffc187ffc00000000000000000007ffe007ffe0\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000000000000000000000000000ff0000ffc000ffc008ffc180ffc18cffc18dffc185ffc185ffc187ffc187ffc18fffc00000000000000000007ffe007ffe0\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000000100000ff0000ffc000ffc0007fc008ffc180ffc184ffc18cffc185ffc185ffc185ffc187ffc187ffc187ffc187ffc00000000000000000007ffe007ffe0\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "000000000000000800000ff8000ff8000ff8004fee000ffa005ffe1c4ffa004ffe000fea000fea000fea000fea005ffe001fea001fea3ffffe00000000000000000007ffe007ffe0\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000100000ff8000ff8001fec000fe8005ffc1c4ffe004ffe004ffa000fea004ffa000fea044ffe004fea005fea3ffffe00000000000000000007ffe007ffe0\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000be0000ff8000ff8000fec000ff8005ffe1c4ffe004ffe000fea000fea004fea000fea044ffe001fea001fea3ffffe00000000000000000007ffe007ffe0\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000000100000ff8000ff8001fec000fe8005ffc1c4ffe004ffe004ffa000fea004ffa000fea044ffe004fea005fea3ffffe00000000000000000007ffe007ffe0\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000000000000008800000000000ff00000e0000aec0000000000800000000020000000000000000000000000001ffff81ffff81ffff81ffff81ffff81ffff8\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000002000007f000002000006000024c0800000000800000800000000000000000000400000000000000000000001ffff81ffff81ffff81ffff81ffff81ffff8\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000000000000000000000000000007f00000600002c40000000000800000000020000000000000000000000000001ffff81ffff81ffff81ffff81ffff81ffff8\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000002000007f000002000006000024c0800000000800000800000000000000000000400000000000000000000001ffff81ffff81ffff81ffff81ffff81ffff8\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "000000000000000800000ff8000ff8000ff8004fee000ffa005ffe1c4ffa004ffa000fea000fea004ffe000fea001fea001fea005ffe3ffffe00000000000000000007ffe007ffe0\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000100000ff8000ff8001fec000fe8005ffc1c4ffe004ffe004ffa000fea044ffe004fea004ffe000fea045ffe3ffffe00000000000000000007ffe007ffe0\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000be0000ff8000ff8000fec000ff8005ffe1c4ffa004ffe000fea000fea004ffe004fea004fea000fea045ffe3ffffe00000000000000000007ffe007ffe0\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000000100000ff8000ff8001fec000fe8005ffc1c4ffe004ffe004ffa000fea044ffe004fea004ffe000fea045ffe3ffffe00000000000000000007ffe007ffe0\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000000000000028804000000000ff00000e0000aec0000000000800000000020000000000000000000000000001ffff81ffff81ffff81ffff81ffff81ffff8\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000200000ff000002000006000024c0800000000800000800000000000000000000000000000000000000000001ffff81ffff81ffff81ffff81ffff81ffff8\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000008000000000000000000000007f00000600002cc0000000000800000000020000000000000000000000000001ffff81ffff81ffff81ffff81ffff81ffff8\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000000200000ff000002000006000024c0800000000800000800000000000000000000000000000000000000000001ffff81ffff81ffff81ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000000000000000000000000000ff0000ffc000ffc180ffc185ffc185ffc187ffc187ffc0000000000000000001ffff81ffff81ffff81ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000005000007f00007fc0007fc000ffc180ffc184ffc185ffc185ffc185ffc187ffc187ffc0000000000000000001ffff81ffff81ffff81ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000000000000000000000000000ffc0007fc000ffc184ffc185ffc185ffc187ffc187ffc0000000000000000001ffff81ffff81ffff81ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000005000007f00007fc0007fc000ffc180ffc184ffc185ffc185ffc185ffc187ffc187ffc0000000000000000001ffff81ffff81ffff81ffff81ffff81ffff8\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000000000828000ee8000ae8000ee8000fe8000fe8000fe8000fe8001fe8000fe8001fea0000000000000000001ffff81ffff81ffff81ffff81ffff81ffff8\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000000000008000008280008a8000ee8000fe8000fe8000fe8000fea000fe8000fe8001fea0000000000000000001ffff81ffff81ffff81ffff81ffff81ffff8\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000000000820000ae8000ee8000ee8000ee8000fe8000fe8000fe8000fe8000fe8001fea0000000000000000001ffff81ffff81ffff81ffff81ffff81ffff8\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000000000008000008280008a8000ee8000fe8000fe8000fe8000fea000fe8000fe8001fea0000000000000000001ffff81ffff81ffff81ffff81ffff81ffff8\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000000000828000ee8000ae8000ee8000fe8000fe8000fe8000fe8001fe8000fe8145ffa0000000000000000001ffff81ffff81ffff81ffff81ffff81ffff8\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000000000008000008280008a8000ee8000fe8000fe8000ee8000fea000fe8000fe8145ffe0000000000000000001ffff81ffff81ffff81ffff81ffff81ffff8\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000000000820000ae8000ee8000ee8000ee8000fe8000fe8000fe8000fe8000fe8145ffe0000000000000000001ffff81ffff81ffff81ffff81ffff81ffff8\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000000000008000008280008a8000ee8000fe8000fe8000ee8000fea000fe8000fe8145ffe0000000000000000001ffff81ffff81ffff81ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffbfffefffff7ffff5ff9ff50fffff7f3ff77fbff55f7ff5e7bff0073ff00b3ff50b3ff00bfff70b9ff083bff01ffff001c00001eaa155f00200fffffff81ffff81f01\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffffffff9fff67bfff7fbff57fbff5e73fff073ffc4f3ff06f3ff40f3ff50f3ff50f3ff60bbff10b9ff087bff01ffff001c00001ea8155f00200fffffff81ffff81f01\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffffffffffffff9ff567fffd77fff77f3ff55f7ff5c73ff6473ff0477ff0073ff5013ff501fff71b9ff081fff01ffff001c00001ea8155f00200fffffff81ffff81f01\n", @@ -2794,13 +2794,13 @@ "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffffffefbffeaffffeefbfeaefffe2efbfe00fffe2afbfe00fffe0afbfe08fbfe0073fe007bfe003ffe007ffe001ffe001ffa001eabfd5f52aaafffffff81ffffe1fff\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffffffefbffeeffffeefbfeaefffe0ef3fe00fffeaafbfe22fffeaafbfe28f3fe08f3fe08fbfe087ffe007bfe001ffe001fa2001eabdd5f40aaafffffff81ffffe1ffb\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffffffefbffaeffffeefbfeaafffe2ef3fe00fffeaafbfe22fffe2af3fe08f3fe08f3fe007bfe003ffe003bfe001ffe001d00001eabd55f402a0fffffff81ffffe1f61\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffffffefbffeeffffeefbfeaefffe0ef3fe00f7fea8f3fe22f3feaaf3fe20f3fe08f3fe08fbfe087ffe0079fe001ffe001c00001eaad55f00280fffffff81ffffa1f01\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffffffefbffeeffffeefbfeaefffe0ef3fe00f7fea8f3fe22f3feaaf3fe20f3fe08f3fe08fbfe087ffe007bfe001ffe001c00001eaad55f00280fffffff81ffffa1f01\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80fffff5e7bff403bff06bbff50bbff50bbff58bbff09fbff001e01001eabfd5f5aaafffffffd1904f810007810707cf8f07c00607838307800303c70707c1ffffffffff\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffffffffbff77fbff57fbff51fbff463bff003bfff1fbff007e00001eaafd5f52aaaffffffd1804f810007810707c70f07c00607838307800303c70707c1ffffffffff\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffbfffffffffffbff57f3fff7fbff55f3ff55fbff5473ff0413ff0033ff709fff5dfbff007fff001e80501e2a855f57faaffffffe0021fe3801fe08007e183fffffff9\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffbfffffffffffbff57f3fff7fbff55f3ff55fbff5473ff0413ff1033ff709fff5dfbff007fff001e80501e2a855f57faaffffffe0021fe3801fe08007e183fffffff9\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffffffff9fff67ffffff3ff55f3fffc73ffe67bff06f7ff50f3ff4017fff1bbff087fff00fffd001e00111e2a805f55faaffffffe0020fe3801fe08007e183fffbef61\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "ff80ffffc0fffff7ffbff667bff06fbff00fbff00fbff00fbff00ffff003fff003ffffffffffffffffffdfbf7f818607cf0f07cf8f07c00707d38307c08303d7870fc1ffffffffff\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffffffffbfffffbfff7fbff57fbff767bff047bff00fbff007eb5001eafffff7faafffffffd5b06f810407c50707cf8f07c00707838307800303c7070fc1ffffffffff\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffffffffbfffffbfff7fbff57fbff767bff047bff00fbff007eb5001eafffff7faafffffffd5b06f810407c50707cf8f07c00707838307800303c70707c1ffffffffff\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffbfffffffffffbfff7fffff7fbff57fbff55fbff557bff447fff007bff00ffff00fbff00ffff001ea5103eaaffdffffffffffffe0021fe3801fe08007e183ffffffff\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffffffffbfffffffffffbffdfffffffffffe67bff067fff007bff0077ff00fbff007fff00ffff001ea5003eaaffdffffffffffffe0021fe3801fe08007e183ffffffff\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffbffeefbfe08fbfe08fbfe007bfe001bfe001bfe003bfe001ffe001eafdd5f2aaaefffffffa101ff8101ff8303ff8707ffcf0fff8101ff8707ff8707ff8101ffff61f\n", @@ -2823,7 +2823,7 @@ "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffffffffbffe67bff06fbff71fbfff1fbffd9fbff09fbff001e00001eaadd5f52aaaffffffd1804f810007810707c70f07c00607838307800303c70707c1ffffffffff\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffbfffffbfffffffffff3fffdf7fffe73ffc6fbff1ef3ff70f3ff5097ffd9b9ff087fff00fffd001e00111e2a805f55faaffffffe0020fe3801fe08007e183fffbef61\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffffffffbfffe7bffe6f3ff06fbff3ef3fff1fbfff2f3fff9f3fff9f3ff187bff09fbff001ffd001e00111e2a805f55faaffffffe0020fe3801fe08007e183fffbef61\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffbfffffbfffffbfff7fbff57fbff763bff067bff00fbff007eb5001eafffff7faafffffffd5b06f810407c50707cf8f07c00707838307800303c7070fc1ffffffffff\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffbfffffbfffffbfff7fbff57fbff763bff067bff00fbff007eb5001eafffff7faafffffffd5b06f810407c50707cf8f07c00707838307800303c70707c1ffffffffff\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffffffffbfff67bff067bff007bff00fbff00fbff00fbff003ffd003fffffffffeffffffffdfbf7f818607cd0f07cf8f07c00707d38307c08303c7870fc1ffffffffff\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffffffffffffffffffffbffffffffff7bffe67fff06ffff00fbff00ffff00fbff007fff00ffff001ebd143febffdffffffffffffe0021fe3801fe08007e183ffffffff\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffffffffffffe7fffe6ffff06fbff06ffff00fbff00ffff00ffff00fbff00ffff00ffff003fff003ebd553ffffffffffffffffffe0021fe3801fe08007e183ffffffff\n", @@ -2831,11 +2831,11 @@ "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffbfffef3ffeefbfeaefbfeaafbfeaafbfeaaf3fe0873fe007ffe001eadd55e0aaa0fffffffa101ff8101ff8303ff8707ffcf0fff8101ff8707ff8707ff8101fffb61b\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffbfffefbfffefbfeaef3feaefbfeaaf3feaafbfeaaf3fe2af3fe28f3fe087ffe007bfe001ffe001ca4011ea8055f5feaaffffffe0020fe3c01fe08007e183fffbef61\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffbfffffbfffefbffeef3ffaefbfeaef3feaafbfeaaf3feaaf3feaaf3fe08fffe087bfe007ffe001cb4011ea8055f5feaaffffffe0020fe3c01fe08007e183fffbef61\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000000010000000000000600a90000000400880600ae0000000600ff8000ff000aaf47eabfc0008f03feffe000fe0000ffc3ffffe00000000000000000007ffe007fffe\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000000010000000000000600a90000000400880600ae0000000600ff8000ff020aaf47eabfc0008703feffe000fe0000ffc3ffffe00000000000000000007ffe007fffe\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000200010000000000800200a00400080400180000f80600bf04002f0000a70400af422aaf43faffc000fe00003fc3ffffe00000000000000000007ffe007fffe\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000000383f9c000080000000600aa00000000000a0600ff8000ef077eafe7feefe000aa037eefe000f600007fc3ffffe00000000000000000007ffe007fffe\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000200008000000000800200a004000a0400180000f806003f0400af0000a30400af800aafe3feffe000fe00003fc3ffffe00000000000000000007ffe007fffe\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000000000000000000000000000000000a00000000400b98000f90002ff420aff4000ff022affc000ff0000ffc3ffffe00000000000000000007ffe007fff0\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000200008000000000800200a004000a0400180000f806003f0400af0000a30400af8102afe37effe000fe00003fc3ffffe00000000000000000007ffe007fffe\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000000000000000000000000000000000a00000000400b98000f90002ff420aff4000ff032affc000ff0000ffc3ffffe00000000000000000007ffe007fff0\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000000000000000000000000000000000190000f90000ff8000ff0000ff0000ff0000ff420affc000ff0000ffc3ffffe00000000000000000007ffe007ffe0\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000000200a08000000000000400a80000000000000400fb8000fb0002ffe34affe000ff0202ff8000ff0000ffc3ffffe00000000000000000007ffe007fff0\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000000000000000000000000200000000000190000f90000fb8000ff0000ff0000ff0000ff020aff8000ff0000ffc3ffffe00000000000000000007ffe007ffe0\n", @@ -2851,7 +2851,7 @@ "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000000000000000000000000000002000007900007f0000ff40000000000000000003ffffc3ffffe3ffffe3ffffe3ffffe3ffffe3ffffe3ffffe7ffffe3ffffc\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000000000000000000000000000000000000000200000f90000ff0000ff0000ff0000ffc0000880000000000001ffff81ffff81ffff81ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000000000000000000000000000000000000790000f90000ff0000ff0000ff0000ff0000ffc0000880000000000001ffff81ffff81ffff81ffff81ffff81ffff8\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000000000000000808000ca80008a00008a8001ee8000ce800000000000000000007ffe007ffe007ffe007ffe007ffe007ffe007ffe007ffe007ffe007ffe0\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000000000000000808000ca80008a00008a8000ee8000ce800000000000000000007ffe007ffe007ffe007ffe007ffe007ffe007ffe007ffe007ffe007ffe0\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000000000000000000000000000000000800001fe8000fe800000000000000000007ffe007ffe007ffe007ffe007ffe007ffe007ffe007ffe007ffe007ffe0\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000000000000000000000000000000000000000840000808001fe8001fe8001fe8001fea0000000000000000001ffff81ffff81ffff81ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=person\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000000000000000000000000000000000000000000000000000000a40000a08001fe8001fea0000000000000000001ffff81ffff81ffff81ffff81ffff81ffff8\n", @@ -2942,7 +2942,7 @@ "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=resource\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000208a00000200000200208bfe00000000000460aef400039c302ffe202ff600088039fffe0000000000807ffffe3ffffe0000000000000ffff01ffff81ffffe\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=resource\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "000000000000200800000800200200000000200a340006642747fe00009c0003fc0004c4002800707ffc0008000020000007806007fc3ffffe0000000000000ffff01ffff81ffffe\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=resource\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000000000000200a380002ac000000600aa600066000039830fffe002fe40008003ffffe0000000004807ffffe3ffffe0000000000000ffff01ffff81ffffe\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=resource\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "000000000000200800000800000200000200200a2e0006602747fe00009c0007fc0004c4002800706afe0008000020000007806007fc3ffffe0000000000000ffff01ffff81ffffe\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=resource\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "000000000000200800000820000200000200200a2e0006602747fe00009c0007fc0004c4002800706afe0008000020000007806007fc3ffffe0000000000000ffff01ffff81ffffe\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=resource\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000000000000000000000000000000000000000820038ff01fcffc1feffc1feffc1ffffc1ffffc1ffffc1ffffc1ffffc0000000000000000001ffff80ffff8\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=resource\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000000000000000000000000000c200f8ff81fcffc1fcffc1feffc1ffffc1ffffc1ffffc1ffffc1ffffc1ffffc1ffffc0000000000000000000ffff00ffff0\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=resource\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000000000000000000000000000000000000008e201f8ff81feffc1feffc1ffffc1ffffc1ffffc1ffffc1ffffc1ffffc0000000000000000001ffff80ffff8\n", @@ -2978,7 +2978,7 @@ "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=resource\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff007fff807fbfffffbff7ffbffdffbff5ff3f77ffbf75ffbff5ef0b70030f710b0bf1238b3003ff380be00007c00001e80001e2aa55f7dfaafffffffc3ffffc1ffffc003ffcfe21\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=resource\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff007fff807fffffff9ff7fffff7ffbff5ff3ff5ffbff3ffff73ff3f71ff3ff9ff0338836f380bfc1a0fe00007c00001e80001e2aa55f55eaafffffffc3ffffc1ffffc003ffcfe21\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=resource\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff007fff807fbfffff3f75ff8bf5418b75438b35012f75433fffff200003c00001eaeff5f502aafffffffc3ffffc007ffc1a7ffc1dfffc00fffc7ffffc007ffc7ffffc00ffffff61\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=resource\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff007fff807fbfffff1ff5ffbf7dff9f3ddf8bd5018fd1613f389f000001c00001eaafddf502aafffffffc3ffffc007ffc1a7ffc1dfffc00fffc7ffffc007ffc7ffffc00ffffff61\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=resource\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff007fff807fbfffff1ff5ffbf7ddf9f3ddf8bd5018fd1613f389f000001c00001eaafddf502aafffffffc3ffffc007ffc1a7ffc1dfffc00fffc7ffffc007ffc7ffffc00ffffff61\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=resource\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffbfffffffffffffffffbffdfffffffffffffffffdff8b750bfff7fb7ff16b8bf023ff309ff0100fe00001e20511feabfdfffffffffffffc3ffffc1ffffc007fffffff\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=resource\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffffffffffffffffffffffffffbff5fffff7ffff73fffff1fffff1fffff0efff309bfe108fe00007e00001ea0551fffffffffffffffffffc3ffffc1ffffc007fffffff\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=resource\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "ff007fff80ffbfffff3f75ff8b75418b75478b75010f75473fffff200003c00001eaff75f402aafffffffc3ffffc007ffc1a7ffc1dfffc00fffc7ffffc007ffc7ffffc00ffffff61\n", @@ -2989,16 +2989,16 @@ "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=resource\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "ff007fff80ffbfe7ff1fe5ffbfe5ffbf25bfbf21bfbf243f000009000001c00001eabf55f50aaafffffffc3ffffc007ffc1a7ffc1dfffc00fffc7ffffc007ffe7ffffc00ffffff61\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=resource\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff007fff807fbfffffbff7ffbffdffbff5ff3f77ffbf75ffbff5ef8b71030f70030b71230b3003df308bfdbaafc3c001c80001eaabf5f55eaaffffffe20107e20187e20ffffffff9\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=resource\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff007fff807fffffff9ff7fffff7ffbff5ff3ff5ffbff3ff7f77ff3f71ff3ff9ff0338830f3803fe188fe3f867c3c001c80001e2a8d5f556aaffffffe00107e20187e20fffffff61\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=resource\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff007fff807fffffff9ff7ffffffffbff5ffffffff3ffdffbff5ff3ff5df3f7fff2b79472bf1412bf041cb3001fed08b91d86fe3e001c80001eaa9d5f502a2fffffff0000ff64e01\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=resource\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff007fff807fbffffffff7ffffffff9ffffffff5ff3ff5ff3ff3ff7f7fff1f39df3ff9ff3ff9ff0b3883eff8019cd009e3f967e3e001c80001eaa955f40000fffffff0000ff44601\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=resource\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff007fff807fffffff9ff7ffffffffbff5ffffffff3ffdffbff5ff3ff5df3f7fdf2b79472bf1412bf041cb3001fed08b91d86fe3e001c80001eaa9d5f502a2fffffff0000ff64e01\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=resource\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff007fff807fbffffffff7ffffffff9ffffffff5ff3ff5ff3ff3ff7f7fdf1f39df3ff9ff3ff9ff0b3883eff8019cd009e3f967e3e001c80001eaa955f40000fffffff0000ff44601\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=resource\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80fffffffffffffffffffffffdffbfffffffffffbffdffeff56bfff3ebfff1ebeff0ebff309bfc108fe00003e00001ffffffffffffffffffe30187e21187e30fffffffff\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=resource\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffffffffffffffffffffbffffffff7fffff7fffff3fffff1fffff1fffff0ffff309bfe108ff81007e00003e00001ffffffffffffffffffe30187e21187e30fffffffff\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=resource\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffffffffbfffffffffffbff7ffffffffbffffffff5fffff7fffff7fffff1ffeff143eff177ef3091fe308ff8100fe00003c00001fffffdf56aabfffffff0000ff7cf0f\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=resource\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffffffffffffffffffffbffffffff7ffbff5fffff7fffff3ffbff1fffff1fffff1ffbf309ffe309ffc108ff81007e00003c00001fffffff5faaffffffff0000ff7ef0f\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=resource\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "ff00ffff80ffffffffffefffbfedffffe7ffbf65ffff65ffffe5ffbf65bf7f65ef032001df2101df2001d72101c32001c34001eaaf55f5feaaffffffe30187e20987e30ffffffffb\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=resource\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "ff00ffff00ffffffffffefffbfe7ffffe7ff3fe7ffffe5ffbfe5ffbf65ff7f65ff3f25bf7f25bfdf21afc32181c32001c34001eaa555f5eaaaffffffe10187e20987e30fffffff79\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=resource\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ff00ffff80ffffffffffe7ffffe5ffffe7ffffe5ff3fe5ffbf65ffbfe5ffbf65ffbf65bf3f25bfbf21afdf2103df2001c32101c32001c36001eab755f5aaaafffffff0004ffffe03\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=resource\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "ff00ffff80ffffffffffe7ffbfe7ffffe7ffbfe5ff3fe5ffbfe5ffbfe5ffbf65ff3f65bf3f25bf3f25bfff25bfdf21afc32183c32001c32001ea9555f42aaafffffff0004ffffe01\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=resource\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ff00ffff80ffffffffffe7ffffe5ffffe7ffffe5ff3fe5ffbf65ffbfe5bfbf65ffbf65bf3f25bfbf21afdf2103df2001c32101c32001c36001eab755f5aaaafffffff0004ffffe03\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=resource\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "ff00ffff80ffffffffffe7ffbfe7ffffe7ffbfe5ff3fe5ffbfe5ffbfe5ffbf65bf3f65bf3f25bf3f25bfff25bfdf21afc32183c32001c32001ea9555f42aaafffffff0004ffffe01\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=resource\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff007fff807fbffffffff7ffbff7fffff5ff3ff5ff3ff7ffbf73ff3ff1ff3f79ef0310038f1003fc100fe00007c00001e80001e2aa55f55eaafffffffc3ffffc1ffffc003ffcfe21\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=resource\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff007fff807ffffffffff7ff9ff7fffff7ff3ff3ff3ff3ff3ff1ff3f79ff3f79ff3f389f7f3a1f80000fe38003c00001e80001e0a815f556aafffffffc3ffffc1ffffc003ffcfe01\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=resource\/log_scale=n\/format=png\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff007fff807fbfffff1ff5ffbffdffbf7ddf8b55418fd1733f389f000001c00001eaafddf502aafffffffc3ffffc007ffc1a7ffc1dfffc00fffc7ffffc007ffc7ffffc00ffffff61\n", @@ -3046,7 +3046,7 @@ "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=resource\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "0000000000000000000000000000000000000010000000000000000000000000000013fe0002ea001afc00027e201ffe000afc0000000000001ffff81ffff81ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=resource\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000000000000000000001000000000000000001000000000001240000000001040000250201ffe30abfc0000000000001ffff81ffff81ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=resource\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000001000201a00001000001800001000001200201a40001200009a40009240009250209a7c209ffe209ffe209ffe3ffffe0000000000000ffff01ffff81ffffe\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=resource\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "000000000000001000001000201800001000001800001000001200201a00001200009a40009240009240209a40209250209f7e209ffe3ffffe0000000000000ffff01ffff81ffffe\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=resource\/log_scale=n\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "000000000000001000001000201800001000001800001000001200201a00001240009a40009240009240209a40209250209f7e209ffe3ffffe0000000000000ffff01ffff81ffffe\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=resource\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000000800000000000000000000000000000000000000000000000600002e0400abb40006f0000298081ffc153ffc00000000000003ffc003ffc003ffc003ffc003ffc0\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=resource\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000000200000000000200c0000000000000000040000040040872000000027fef0000098181ffc157ffc00000000000003ffc003ffc003ffc003ffc003ffc4\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=resource\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000000000000000000000000000000000004000007f8000bbc00000000000000000003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc0\n", @@ -3131,7 +3131,7 @@ "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000e80000fc0000ffa3f8efe1bfffe000ffe000efe008ffe008ffe008ffe108ffe008ffe00affe008ffe008ffe3ffffe00000000000000000003ffc003ffc0\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "000000000000000280000ff2000ffa000ffe1f8efe18fffe000ffe000ffe008ffe008ffe008ffe008ffe008ffe008ffe008ffe008ffe3ffffe00000000000000000003ffc003ffc0\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000000e80000fc0000ffa3f8efe1bfffe000ffe000efe008ffe008ffe008ffe108ffe008ffe00affe008ffe008ffe3ffffe00000000000000000003ffc003ffc0\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000008a80000000200af4000000008ab4000004002e80000fdc000ffc0035fc00030000728000020000020015a8ae0000000000001ffff81ffff81ffff81ffffc\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000008a80000000200af4000000008af4000004002e80000fdc000ffc0035fc00030000728000020000020015a8ae0000000000001ffff81ffff81ffff81ffffc\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000a00000a80000004000064000ff00007dc0009fc0001fc0030c000070000000000220000020000000037fabe0000000000001ffff81ffff81ffff81ffffc\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "000000000000000800000200000a80000a80000aa00002ac00000000cf90000ffc0029fc0000c000030000200000020020020015eabe0000000000001ffff81ffff81ffff81ffffc\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=y\/show_trend_line=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000000a00000a80000080000020000fb00007dc0009fc0001fc0030c000130000020000220000020000000037fabe0000000000001ffff81ffff81ffff81ffffc\n", @@ -3165,10 +3165,10 @@ "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=area\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000000400000e600047f0007ffc167ffc1ffffc1ffffc1ffffc1ffffc1ffffc1ffffc1ffffc1ffffc1ffffc0800000000000000000000001ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000a80000eb2000efe000afe000afe000ffe000ffe008ffe008ffe008ffe008ffe008ffe008ffe20affe000bfc0000000000000000001ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000000000e00000e80000eb2000ebe000efe000efe000ffe008ffe008ffe008ffe008ffe008ffe20affe008ffe0000000000000aebf01ffff81ffff81ffff8\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000a00000e80000eba000afe000efe000ffe000ffe008ffe008ffe008ffe008ffe008ffe008ffe20affe008bfe0000000000000220001ffff81ffff81ffff8\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000a00000e80000e9a000afe000efe000ffe000ffe008ffe008ffe008ffe008ffe008ffe008ffe20affe008bfe0000000000000220001ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=jobsize\/log_scale=y\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000000000000e00000e80000eb2000ebe000efe000efe000ffe008ffe008ffe008ffe008ffe008ffe20affe008ffe0000000000000aebf01ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff807fff80ffbfffffbff7ffbff79fbfffffbfff9f3fff5fbff51f3ff57f3f751f3f70033f710b3f7003ff700b9ff003ff186ffb8001c00001eaad55f40200fffffffcfffffcff01\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff807fff807fffffffffffff9ff79fffffffbff7ff3ff79f3ff31f3ff11f7ff11f1f710f7f7c4f3ff047f3f003ff3403bf0067fbe001c00001eaad55f00000fffffffcfffffcff01\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff807fff807fffffffffffff9ff79fffffffbff7ff3ff79f3ff31f3ff11f7ff11f1f710f7f7c4f3ff047f3f003ff3423bf0067fbe001c00001eaad55f00000fffffffcfffffcff01\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff807fff807fffffffbfffffbfffffbfffdfffffdf3fff5fbffdff3ff55f3ff51f3ff1073b71013b7d01bbf041fff043bf186ffb8003c00001eaad55f40200fffffffcfffffcff01\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff807fff807fffffffffffdf9ff79fffffffbfffff3ff79f3ff71f3ff91f7ff11f1ff10f7ffc4f3ff047fbf001ff3401bf0067fbe001c00001eaad55f00000fffffffcfffffcff01\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=jobsize\/log_scale=n\/format=png\/show_aggregate_labels=y\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffffffffffffffffffffffffffbfffffbfffffbff7ffbff7ffbff55fbff013bff10bbf710bfff10bfff00bff300fff0003e00001effffdf5eaaffffffffcfffffcffff\n", @@ -3242,7 +3242,7 @@ "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "0000000000003ffffe0000000008000000000000004002000008007ffffe000e00608ec0000280400bb434aff4008bd420ffe2000ffc3ffffe00000000000000000003ffc003ffde\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000000006008000000000008207ffffe000000400680600680000200600f30400f900003003ffffe003fa0000ffc3ffffe00000000000000000003ffc003fffe\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000008002008000000007ffffe000000600ee06006c0000c00608ee0000200600fb6100fb400cbdc207fe0000ffc3ffffe00000000000000000003ffc003fffe\n", - "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "000000000000400000000000000000600c600000000004006006c0000280000200400730400f90000b0000014020ffe00007e0040ffc3ffffe00000000000000000003ffc003fffe\n", + "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "000000000000400000000000000000600c600000000004006006c0000280000200400730400f90000b0000014020ffe00007a0040ffc3ffffe00000000000000000003ffc003fffe\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=y\/": "000000000000200000000000000800000000000000000000000800200f60000c60000ee0000ee0000ff4208ff4008ff420eff0007ffc3ffffe00000000000000000003ffc003ffc0\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000000000000000000000820600c60000c60000e60000ee0000ee0000ff0000ff0000ff020cff0006ff0007ffc3ffffe00000000000000000003ffc003ffc0\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=y\/display_type=area\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000000000000000000200000000000000c60000c60000c60400ee0000ee0000ff0000ff0000ff000eff0007ffc3ffffe00000000000000000003ffc003ffc0\n", @@ -3263,33 +3263,33 @@ "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000000000000000000000000000000000000000000000000000800000a00000a900000000000000000001ffff81ffff81ffff81ffff81ffff81ffff81ffff8\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000000200840000000000000000a00000000000000000a00000e00000a00000e00000e80000e90008ffe3ffffe0000000000001ffff81ffff83ffff81ffffc\n", "dataset_type=timeseries\/statistic=avg_waitduration_hours\/group_by=jobsize\/log_scale=n\/format=svg\/show_aggregate_labels=n\/show_trend_line=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000000000200840000800000000000840000800000000000a00000a00000a00000e00000e00000a00000ed23ffffe0000000000001ffff83ffff83ffff81ffffc\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ffc0ffffc0ff9fffff9ff7ff9ff7ffdff7ff9ff7ff9ff7ff9fffff1ff3ff1ff7ff9fffff9fffff9fffff9fffff9fffff800c01c00000fff3fffff3fffff3fffff7ffff81ffff8001\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ffc0ffffc0ff9fffff9fffff9fffffdff7ff9ff7ff9fffff9fffff1ff3ff1ff7ff9fffff9fffff9fffff9fffff9fffff800c01c00000fff3fffff3fffff3fffff7ffff81ffff8001\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ffc1ffffc1ff9fffff9ff3ff9ff3fffff7ff9ff7ff8000019fffff1ff3ff1ff3ff9fffff9fffffffffff9ffffd9ff7fd800001c00001fff7fffff3fffff3ffffffffff81ffff8001\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ffc1ffffc1ff9fffff9fffff9ffffffff7ff9ff3ff8000019fffff1ff3ff1ff3ff9fffff9fffffffffff9ffffd9ff7fd800001c00001fff7fffff3fffff3ffffffffff81ffff8001\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=y\/show_error_labels=y\/": "ffefffffffffffffffffffffe007ffe007ffe007ffe007ffe007ffe007ffc007ffe007ffe007ffe007ffe007ffe007ffe007ffffffffffffffffffffffffffffffffffffffffffff\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=y\/show_error_labels=n\/": "ffefffffffffffffffffffffe007ffe007ffe007ffe007ffe007ffe007ffc007ffe007ffe007ffe007ffe007ffe007ffe007ffffffffffffffffffffffffffffffffffffffffffff\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=n\/show_error_labels=y\/": "ffefffffffffffffffffffffe007ffe007ffe007ffe007ffe007ffe007ffc007ffe007ffe007ffe007ffe007ffe007ffe007ffffffffffffffffffffffffffffffffffffffffffff\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=n\/show_error_labels=n\/": "ffefffffffffffffffffffffe007ffe007ffe007ffe007ffe007ffe007ffc007ffe007ffe007ffe007ffe007ffe007ffe007ffffffffffffffffffffffffffffffffffffffffffff\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "ffeffffffffffffffffffffffffffffffffffffffffffffffffffff80007f00003f00007f00007f00007f00007f00007f00003f80007ffffffffffffffffffffffffffffffffffff\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "ffeffffffffffffffffffffffffffffffffffffffffffffffffffff80007f00003f00007f00007f00007f00007f00007f00003f80007ffffffffffffffffffffffffffffffffffff\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ffeffffffffffffffffffffffffffffffffffffffffffffffffffff80007f00003f00007f00003f00007f00003f00003f00003f80007ffffffffffffffffffffffffffffffffffff\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "ffeffffffffffffffffffffffffffffffffffffffffffffffffffff80007f00003f00007f00003f00007f00003f00003f00003f80007ffffffffffffffffffffffffffffffffffff\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ffc0ffffc0ff9ff7ff9ff7ff9ff7ff9ff7ff9ff7ff9fffff9fffff5fffff5fffff9fffff9fffff9fffff9ff3ff9ff3ff802c01c00000fff3fffff3fffff3fffff7ffff81ffff8001\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ffc0ffffc0ff9fffff9fffff9fffff9fffff9fffff9fffff9fffff5fffff5fffff9fffff9fffff9fffff9ff3ff9ff3ff802c01c00000fff3fffff3fffff3fffff7ffff81ffff8001\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ffc0ffffc0ff9fffff9ff3ff9ff3ff9ff3ff9fffff9fffff9fffff5fffff5fffff9fffff9fffff9fffff9ff3ff9ff3ff802c01c00000fff3fffff3fffff3fffff7ffff81ffff8001\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ffc0ffffc0ff9fffff9fffff9fffff9fffff9fffff9fffff9fffff5fffff5fffff9fffff9fffff9fffff9ff3ff9ff3ff802c01c00000fff3fffff3fffff3fffff7ffff81ffff8001\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=y\/show_error_labels=y\/": "ffc0ffffc0ffdfffffdfffffdfffffdfffffdfffffdfffffdfffff9fffff1fff8fdfff8fdfffffdfffffdfffffdfffffdfffffdfffffc00000ffffffffffffffffffff81ffff8001\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=y\/show_error_labels=n\/": "ffc0ffffc0ffdfffffdfffffdfffffdfffffdfffffdfffffdfffff9fffff1fff9fdfff9fdfffffdfffffdfffffdfffffdfffffdfffffc00000ffffffffffffffffffff81ffff8001\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=n\/show_error_labels=y\/": "ffc0ffffc0ffdfffffdfffffdfffffdfffffdfffffdfffffdfffff9fffdf1fff8fdfffffdfffffdfffffdfffffdfffffdfffffdfffffc00000ffffffffffffffffffff81ffff8001\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=n\/show_error_labels=n\/": "ffc0ffffc0ffdfffffdfffffdfffffdfffffdfffffdfffffdfffff9fffff1fff9fdfffffdfffffdfffffdfffffdfffffdfffffdfffffc00000ffffffffffffffffffff81ffff8001\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "ffc1ffffc1ffffffffffffffffffffffffffffffffffffffffffff7ffffffffffffffffffffffffffffff00007f00003f00003f00003fffffffff7fffff7ffffffffffc3fffffffb\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "ffc1ffffc1ffffffffffffffffffffffffffffffffffffffffffff7ffffffffffffffffffffffffffffff00007f00003f00003f00003fffffffff7fffff7ffffffffffc3fffffffb\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ffc1ffffc1ffffffffffffffffffffffffffffffffffffffffffff7ffffffffffffffffffffffffffffff00007f00003f00003f00003fffffffff7fffff7ffffffffffc3fffffffb\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "ffc1ffffc1ffffffffffffffffffffffffffffffffffffffffffff7ffffffffffffffffffffffffffffff00007f00003f00003f00003fffffffff7fffff7ffffffffffc3fffffffb\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=pie\/show_error_bars=y\/show_error_labels=y\/": "ffcbffffdfffffffffffe7ffffc3ffff81ffff00ffff00ffff00ffff00fffe007ffe007ffe007ffe007ffe007fff00ffff00ffff00ffff81ffffc3ffffe3ffffffffffffffffffff\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=pie\/show_error_bars=y\/show_error_labels=n\/": "ffcbffffdfffffffffffe7ffffc3ffff81ffff00ffff00ffff00ffff00fffe007ffe007ffe007ffe007ffe007fff00ffff00ffff00ffff81ffffc3ffffe3ffffffffffffffffffff\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=pie\/show_error_bars=n\/show_error_labels=y\/": "ffcbffffdfffffffffffe7ffffc3ffff81ffff00ffff00ffff00ffff00fffe007ffe007ffe007ffe007ffe007fff00ffff00ffff00ffff81ffffc3ffffe3ffffffffffffffffffff\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=pie\/show_error_bars=n\/show_error_labels=n\/": "ffcbffffdfffffffffffe7ffffc3ffff81ffff00ffff00ffff00ffff00fffe007ffe007ffe007ffe007ffe007fff00ffff00ffff00ffff81ffffc3ffffe3ffffffffffffffffffff\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ffc0ffffc0ff9fffff9fffff9fffffdff7ff9ff7ff9ff7ff9fffff1ff3ff1ff7ff9fffff9fffff9fffff9fffff9fffff800c01c00000fff3fffff3fffff3fffff7ffff81ffff8001\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ffc0ffffc0ff9fffff9ff7ff9ff7ff9ff7ff9ff7ff9fffff9fffff5fffff5fffff9fffff9fffff9fffff9ff3ff9ff3ff802c01c00000fff3fffff3fffff3fffff7ffff81ffff8001\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ffc0ffffc0ff9fffff9fffff9fffffdfffff9fffff9fffff9fffff1ff3ff1ff7ff9fffff9fffff9fffff9fffff9fffff800c01c00000fff3fffff3fffff3fffff7ffff81ffff8001\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ffc1ffffc1ff9fffff9fffff9ffffffff7ff9ff7ff8000019fffff1ff3ff1ff3ff9fffff9fffffffffff9ffffd9ff7fd800001c00001fff7fffff3fffff3ffffffffff81ffff8001\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ffc0ffffc0ff9fffff9fffff9fffff9fffff9fffff9fffff9fffff5fffff5fffff9fffff9fffff9fffff9ff3ff9ff3ff802c01c00000fff3fffff3fffff3fffff7ffff81ffff8001\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ffc1ffffc1ff9fffff9fffff9fffffffffff9fffff8000019fffff1ff3ff1ff3ff9fffff9fffffffffff9ffffd9ff7fd800001c00001fff7fffff3fffff3ffffffffff81ffff8001\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=y\/show_error_labels=y\/": "ffefffffffffffffffffffffe007ffe007ffe007ffe007ffe007ffe007ffc007ffe007ffe007ffe007ffe007ffe007ffe007ffffffffffffffffffffffffffffffffffffffffffff\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=y\/show_error_labels=y\/": "ffc0ffffc0ffdfffffdfffffdfffffdfffffdfffffdfffffdfffff9fffff1fff9fdfff9fdfffffdfffffdfffffdfffffdfffffdfffffc00000ffffffffffffffffffff81ffff8001\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=y\/show_error_labels=n\/": "ffefffffffffffffffffffffe007ffe007ffe007ffe007ffe007ffe007ffc007ffe007ffe007ffe007ffe007ffe007ffe007ffffffffffffffffffffffffffffffffffffffffffff\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=n\/show_error_labels=y\/": "ffefffffffffffffffffffffe007ffe007ffe007ffe007ffe007ffe007ffc007ffe007ffe007ffe007ffe007ffe007ffe007ffffffffffffffffffffffffffffffffffffffffffff\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=n\/show_error_labels=y\/": "ffc0ffffc0ffdfffffdfffffdfffffdfffffdfffffdfffffdfffff9fffff1fff9fdfffffdfffffdfffffdfffffdfffffdfffffdfffffc00000ffffffffffffffffffff81ffff8001\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=n\/show_error_labels=n\/": "ffefffffffffffffffffffffe007ffe007ffe007ffe007ffe007ffe007ffc007ffe007ffe007ffe007ffe007ffe007ffe007ffffffffffffffffffffffffffffffffffffffffffff\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "ffeffffffffffffffffffffffffffffffffffffffffffffffffffff80007f00003f00007f00007f00007f00007f00007f00003f80007ffffffffffffffffffffffffffffffffffff\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "ffc1ffffc1ffffffffffffffffffffffffffffffffffffffffffff7ffffffffffffffffffffffffffffff00007f00003f00003f00003fffffffff7fffff7ffffffffffc3fffffffb\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "ffeffffffffffffffffffffffffffffffffffffffffffffffffffff80007f00003f00007f00007f00007f00007f00007f00003f80007ffffffffffffffffffffffffffffffffffff\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ffeffffffffffffffffffffffffffffffffffffffffffffffffffff80007f00003f00007f00003f00007f00003f00003f00003f80007ffffffffffffffffffffffffffffffffffff\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ffc1ffffc1ffffffffffffffffffffffffffffffffffffffffffff7ffffffffffffffffffffffffffffff00007f00003f00003f00003fffffffff7fffff7ffffffffffc3fffffffb\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "ffeffffffffffffffffffffffffffffffffffffffffffffffffffff80007f00003f00007f00003f00007f00003f00003f00003f80007ffffffffffffffffffffffffffffffffffff\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=pie\/show_error_bars=y\/show_error_labels=y\/": "ffeffffffffffffffffff7ffffc1ffffc0ffff80ffff807fff007fff007fff003fff003fff003fff003fff003fff003fff007fff007fff807fff80ffffc0ffffe1ffffffffffffff\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=pie\/show_error_bars=y\/show_error_labels=n\/": "ffeffffffffffffffffff7ffffc1ffffc0ffff80ffff807fff007fff007fff003fff003fff003fff003fff003fff003fff007fff007fff807fff80ffffc0ffffe1ffffffffffffff\n", @@ -3327,33 +3327,33 @@ "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=pie\/show_error_bars=y\/show_error_labels=n\/": "ffeffffffffffffffffff7ffffc1ffffc0ffff80ffff807fff007fff007fff003fff003fff003fff003fff003fff003fff007fff007fff807fff80ffffc0ffffe1ffffffffffffff\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=pie\/show_error_bars=n\/show_error_labels=y\/": "ffeffffffffffffffffff7ffffc1ffffc0ffff80ffff807fff007fff007fff003fff003fff003fff003fff003fff003fff007fff007fff807fff80ffffc0ffffe1ffffffffffffff\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=pie\/show_error_bars=n\/show_error_labels=n\/": "ffeffffffffffffffffff7ffffc1ffffc0ffff80ffff807fff007fff007fff003fff003fff003fff003fff003fff003fff007fff007fff807fff80ffffc0ffffe1ffffffffffffff\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000600000600800600800600800600800600800600000e00800e000006000006000006000006000006000007ffffe3fffff000800000800000000007e00007e00007ffe\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "000000000000600000600000600000600800600800600000600000e00800e000006000006000006000006000006000007ffffe3fffff000800000800000000007e00007e00007ffe\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "0000000000003ffffe3ffffe2008000000000008003fffff3ffffe3ffffe2000002000003ffffe0000003ffffe3ffffe3ffffe3ffffe000000000000000000003c00007e00007e9e\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "0000000000003ffffe3ffffe2000000000000008003fffff3ffffe3ffffe2000002000003ffffe0000003ffffe3ffffe3ffffe3ffffe000000000000000000003c00007e00007e9e\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=y\/show_error_labels=y\/": "0000000000000000001600003ff8003ff8003ff8003ff8003ff8003ff8003ff9003ff8003ff8003ff8003ff8003ff8001ff8000000001ffffe000000000000001000007e00007e00\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000001600003ff8003ff8003ff8003ff8003ff8003ff8003ff8003ff8003ff8003ff8003ff8003ff8001ff8000000001ffffe000000000000001000007e00007e00\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000001600003ff8003ff8003ff8003ff8003ff8003ff8003ff9003ff8003ff8003ff8003ff8003ff8001ff8000000001ffffe000000000000001000007e00007e00\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000001600003ff8003ff8003ff8003ff8003ff8003ff8003ff8003ff8003ff8003ff8003ff8003ff8001ff8000000001ffffe000000000000001000007e00007e00\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "00000000000000000000000000000000000000000000000000000007fff80ffff80ffff80ffff80ffff80ffff80ffff80ffffc3ffffe000000000000000000003c00007e00007e00\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "00000000000000000000000000000000000000000000000000000007fff80ffff80ffff80ffff80ffff80ffff80ffff80ffffc3ffffe000000000000000000003c00007e00007e00\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000000000000000000000000003ffffe3000020ffff80ffffc0ffff80ffffc0ffff83ffffe3ffffe3ffffe0ffffc000000000000000000000000007e00007e00\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000000000000000000000000003ffffe3000020ffff80ffffc0ffff80ffffc0ffff83ffffe3ffffe3ffffe0ffffc000000000000000000000000007e00007e00\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000200800600800600800600800600000600000600000a00000e000006000006000006000006008006008007ff7fe3fffff000800000800000000007e00007e00007ffe\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "000000000000200000600000600000600000600000600000600000a00000e000006000006000006000006008006008007ff7fe3fffff000800000800000000007e00007e00007ffe\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "000000000000200800600800600800600800600000600000600000a00000e000006000006000006000006008006008007ff7fe3fffff000800000800000000007e00007e00007ffe\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "000000000000200000600000600000600000600000600000600000a00000e000006000006000006000006008006008007ff7fe3fffff000800000800000000007e00007e00007ffe\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=y\/show_error_labels=y\/": "000c00000000200000200000200000200000200000200000200000200000e000702000302000002000002000002000002000002000003fffff007e00000000007e00007e00007ffe\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=y\/show_error_labels=n\/": "000c00000000200000200000200000200000200000200000200000200000e000602000002000002000002000002000002000002000003fffff007e00000000007e00007e00007ffe\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=n\/show_error_labels=y\/": "000c00000000200000200000200000200000200000200000200000200000e000702000002000002000002000002000002000002000003fffff007e00000000007e00007e00007ffe\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=n\/show_error_labels=n\/": "000c00000000200000200000200000200000200000200000200000200000e000602000002000002000002000002000002000002000003fffff007e00000000007e00007e00007ffe\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "0000000000000008000000000000000008000000000000000000008000000000000000000000000000000400080ffffc2ffffc3ffffe000000000800000000007e00007e00007ffe\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000000000000000000000000000000000000000008000000000000000000000000000000400080ffffc2ffffc3ffffe000000000800000000007e00007e00007ffe\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000000000008000000000000000000000000008000000000000000000000000000000400080ffffc2ffffc3ffffe000000000800000000007e00007e00007ffe\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000000000000000000000000000000000000008000000000000000000000000000000400080ffffc2ffffc3ffffe000000000800000000007e00007e00007ffe\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=pie\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000001800003c00007e0000ff0000ff0000ff0000ff0001ff8001ff8001ff8001ff8001ff8000ff0000ff0000ff00007e00003c00001800003c00003c00003c0e\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=pie\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000001800003c00007e0000ff0000ff0000ff0000ff0001ff8001ff8001ff8001ff8001ff8000ff0000ff0000ff00007e00003c00001800003c00003c00003c0e\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=pie\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000001800003c00007e0000ff0000ff0000ff0000ff0001ff8001ff8001ff8001ff8001ff8000ff0000ff0000ff00007e00003c00001800003c00003c00003c0e\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=pie\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000001800003c00007e0000ff0000ff0000ff0000ff0001ff8001ff8001ff8001ff8001ff8000ff0000ff0000ff00007e00003c00001800003c00003c00003c0e\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000600000600000600000600800600800600000600000e00800e000006000006000006000006000006000007ffffe3fffff000800000800000000007e00007e00007ffe\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000200000600000600800600800600000600000600000a00000e000006000006000006000006008006008007ff7fe3fffff000800000800000000007e00007e00007ffe\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "000000000000600000600000600000600000600000600000600000e00800e000006000006000006000006000006000007ffffe3fffff000800000800000000007e00007e00007ffe\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "0000000000003ffffe3ffffe2000000000000000003fffff3ffffe3ffffe2000002000003ffffe0000003ffffe3ffffe3ffffe3ffffe000000000000000000003c00007e00007e9e\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "000000000000200000600000600000600000600000600000600000a00000e000006000006000006000006008006008007ff7fe3fffff000800000800000000007e00007e00007ffe\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "0000000000003ffffe3ffffe2000000000000000003fffff3ffffe3ffffe2000002000003ffffe0000003ffffe3ffffe3ffffe3ffffe000000000000000000003c00007e00007e9e\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=y\/show_error_labels=y\/": "0000000000000000001600003ff8003ff8003ff8003ff8003ff8003ff8003ff8003ff8003ff8003ff8003ff8003ff8001ff8000000001ffffe000000000000001000007e00007e00\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=y\/show_error_labels=y\/": "000c00000000200000200000200000200000200000200000200000200000e000602000202000002000002000002000002000002000003fffff007e00000000007e00007e00007ffe\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000001600003ff8003ff8003ff8003ff8003ff8003ff8003ff8003ff8003ff8003ff8003ff8003ff8001ff8000000001ffffe000000000000001000007e00007e00\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000001600003ff8003ff8003ff8003ff8003ff8003ff8003ff8003ff8003ff8003ff8003ff8003ff8001ff8000000001ffffe000000000000001000007e00007e00\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=n\/show_error_labels=y\/": "000c00000000200000200000200000200000200000200000200000200000e000602000002000002000002000002000002000002000003fffff007e00000000007e00007e00007ffe\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000001600003ff8003ff8003ff8003ff8003ff8003ff8003ff8003ff8003ff8003ff8003ff8003ff8001ff8000000001ffffe000000000000001000007e00007e00\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "00000000000000000000000000000000000000000000000000000007fff80ffff80ffff80ffff80ffff80ffff80ffff80ffffc3ffffe000000000000000000003c00007e00007e00\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "0000000000000000000000000008000000000000000000000000008000000000000000000000000000000400080ffffc2ffffc3ffffe000000000800000000007e00007e00007ffe\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "00000000000000000000000000000000000000000000000000000007fff80ffff80ffff80ffff80ffff80ffff80ffff80ffffc3ffffe000000000000000000003c00007e00007e00\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000000000000000000000000003ffffe3000020ffff80ffffc0ffff80ffffc0ffff83ffffe3ffffe3ffffe0ffffc000000000000000000000000007e00007e00\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000000000000000000000000000000000000008000000000000000000000000000000400080ffffc2ffffc3ffffe000000000800000000007e00007e00007ffe\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000000000000000000000000003ffffe3000020ffff80ffffc0ffff80ffffc0ffff83ffffe3ffffe3ffffe0ffffc000000000000000000000000007e00007e00\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=pie\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000800003e00003f00007f00007f8000ff8000ff8000ffc000ffc000ffc000ffc000ffc000ffc000ff8000ff80007f80007f00003f00003e00003c00003c00\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=pie\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000800003e00003f00007f00007f8000ff8000ff8000ffc000ffc000ffc000ffc000ffc000ffc000ff8000ff80007f80007f00003f00003e00003c00003c00\n", @@ -3391,27 +3391,27 @@ "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=pie\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000800003e00003f00007f00007f8000ff8000ff8000ffc000ffc000ffc000ffc000ffc000ffc000ff8000ff80007f80007f00003f00003e00003c00003c00\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=pie\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000800003e00003f00007f00007f8000ff8000ff8000ffc000ffc000ffc000ffc000ffc000ffc000ff8000ff80007f80007f00003f00003e00003c00003c00\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=none\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=pie\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000000800003e00003f00007f00007f8000ff8000ff8000ffc000ffc000ffc000ffc000ffc000ffc000ff8000ff80007f80007f00003f00003e00003c00003c00\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffbfffff9d55ff9f55579bfffb89555f1d55573ffff1800fffbc0007bffff1c000f9e80545e81555ead555ead555ead559ebdf5debdf5fefdf5fffffffff81ffffc201\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ff9bffff83ffff9c57ffbf5557c3fff7003fff3c0019bff0079ffff3fffff9800001c00101e81551e8d551e8d551e8d559ebcd59ebcf5fefcf5fffffffff81ffffc201\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ff8bffff8b57ff8bf5578a55578a15553f555503fffd80001fbe0007bffff1c00009e80555e81555ead555ead555ead559ebdf5debdf5fefdf5fffffffff81ffffc201\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ff9bffff8bffffc815ff9f1557c3ff57003fff3c001d9ff0079ffff3fffff9800001e80555e81555ead555ead555ead559ebdf5debdf5fefdf5fffffffff81ffffc201\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=y\/show_error_labels=y\/": "ffeffffffffff8000ff8000ff8000ff8007ff8007ff800fff800fff801fff801fff803fff803fff803fff803fff807fff807fffbfffffbffffffffffffffffffffffffffffffffff\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=y\/show_error_labels=n\/": "ffeffffffffff80007f80007f80007f8003ff8003ff8007ff8007ff800fff800fff801fff801fff801fff803fff803fff807fffbfffffbffffffffffffffffffffffffffffffffff\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffbfffff9d55ff9f55579bfffb89555f1d55573ffff3800fffbc0007bffff1c000f9e80545e81555ead555ead555ead559ebdf5debdf5fefdf5fffffffff81ffffc201\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ff9bffff83ffff9c57ffbf5557c3fff7003fff3c001bbff0079ffff3fffff9800001c00101e81551e8d555e8d551e8d559ebcd59ebcf5fefcf5fffffffff81ffffc201\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ff8bffff8b57ff8bf5578a55578a15553f555503fffd80001fbe0007bffff1c00009e81555e81555ead555ead555ead559ebdf5debdf5fefdf5fffffffff81ffffc201\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ff9bffff8bffffc815ff9f1557c3ffd7003fff3c001d9ff0079ffff3fffff9800001e80555e81555ead555ead555ead559ebdf5debdf5fefdf5fffffffff81ffffc201\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=y\/show_error_labels=y\/": "ffeffffffffff8000ff8000ff8000ff8007ff8007ff800fff800fff801fff801fff801fff803fff803fff803fff807fff807fffbfffffbffffffffffffffffffffffffffffffffff\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=y\/show_error_labels=n\/": "ffeffffffffff80007f80007f80007f8003ff8003ff8007ff8007ff800fff800fff801fff801fff801fff801fff803fff807fffbfffffbffffffffffffffffffffffffffffffffff\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=n\/show_error_labels=y\/": "ffeffffffffff8000ff8000ff8000ff8007ff8007ff800fff800fff800fff801fff801fff803fff803fff803fff803fff807fffbfffffbffffffffffffffffffffffffffffffffff\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=n\/show_error_labels=n\/": "ffeffffffffff80007f80007f80007f8003ff8003ff8007ff8007ff800fff800fff801fff801fff801fff801fff803fff807fffbfffffbffffffffffffffffffffffffffffffffff\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffbfffffbfffffffffffffffffbfffff7fffffbfffffc3ffffc00007c00003c00000fffffffffdd7ffffffffff7fffffffffffffffff7fffffffffffffffc3ffffffff\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "ff80ffffc8ffffffffffffffffffffbfffffffffffc3ffffc007ffc00007c00003c00003c00001ffffffffffffffffffffffffffffffffffffffffffffffffffffffffc3ffffffff\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffffffffffffffbfffffbfffffffffff3fffffbfffffc0ffffc00007c00003c00000ffffffffffffffffffffffffffffffffffffffff7fffffffffffffffc3ffffffff\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffffffffffffffffffffffffffffffff7fffffffffffc0ffffc00007c00003c00000ffffffffffffffffffffffffffffffffffffffff7fffffffffffffffc3ffffffff\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "ff80ffffc8ffffffffffffffffffffbfffffdfffffc3ffffc007ffc00007c00003c00003c00001ffffffffffffffffffffffffffffffffffffffffffffffffffffffffc3ffffffff\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=pie\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff81ffffdfffff97ffff823ffe017ffc01fffe00fffe00fffe00ffff80fffc00ffff81ffff807fff827fff97fffffffffe00fffe3bffff00fffe387fff09ffff3fffffffff\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=pie\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff81ffffdfffff97ffff823ffe017ffc01fffe00fffe00fffe00ffff80fffc00ffff81ffff807fff827fff97fffffffffe00fffe3bffff00fffe387fff09ffff3fffffffff\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=pie\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff81ffffdfffff97ffff823ffe017ffc01fffe00fffe00fffe00ffff80fffc00ffff81ffff807fff827fff97fffffffffe00fffe3bffff00fffe387fff09ffff3fffffffff\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=pie\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff81ffffdfffff97ffff823ffe017ffc01fffe00fffe00fffe00ffff80fffc00ffff81ffff807fff827fff97fffffffffe00fffe3bffff00fffe387fff09ffff3fffffffff\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffdfffff93ffffdd557f9f554703f7ff00fff91c001bbfe0079ffff3fffff9800001c00101e81551e8d551e8d551e8d559ebcd59ebcf5fefcf5fffffffff81ffffc201\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffe3ffffc3ffff9cffff9c07ff9f801f3fff071ffff79ffff39ffffbbffff9c00001c00101e81551e8d551e8d551e8d559ebcd59ebcf5fefcf5fffffffff81ffffc201\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ff8bffff8bffff9e15ff9fd557c3fff7000fff1c000d9ffc079ffff3fffff9800001c00101e81551e8d551e8d551e8d559ebcd59ebcf5fefcf5fffffffff81ffffc201\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffc3ffffc3ffff9cffff8403f19f001f3fff071ffff79000119ffffbbffff9c00001e00101e81551e8d551e8d551e8d559ebcd59ebcf5fefcf5fffffffff81ffffc201\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=y\/show_error_labels=y\/": "ffeffffffffff80007f80007f80007f8003ff8003ff8007ff800fff800fff801fff801fff801fff801fff803fff803fff807fffbfffffbffffffffffffffffffffffffffffffffff\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=pie\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff81ffffdfffff97ffff823ffe007ffc01fffe00fffe00fffe00ffff80fffc00ffff81ffff807fff827fff97fffffffffe00fffe3bffff00fffe387fff09ffff3fffffffff\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=pie\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff81ffffdfffff97ffff823ffe007ffc01fffe00fffe00fffe00ffff80fffc00ffff81ffff807fff827fff97fffffffffe00fffe3bffff00fffe387fff09ffff3fffffffff\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=pie\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff81ffffdfffff97ffff823ffe007ffc01fffe00fffe00fffe00ffff80fffc00ffff81ffff807fff827fff97fffffffffe00fffe3bffff00fffe387fff09ffff3fffffffff\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=pie\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff81ffffdfffff97ffff823ffe007ffc01fffe00fffe00fffe00ffff80fffc00ffff81ffff807fff827fff97fffffffffe00fffe3bffff00fffe387fff09ffff3fffffffff\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffdfffff93ffffdd557f9f554703f7ff00fff91c001bbfe0079ffff3fffff9800001c00101e81551e8d555e8d551e8d559ebcd59ebcf5fefcf5fffffffff81ffffc201\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffe3ffffc3ffff9cffff9c07ff9f801f3fff071ffff79ffff39ffffbbffff9c00001c00101e81551e8d555e8d551e8d559ebcd59ebcf5fefcf5fffffffff81ffffc201\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ff8bffff8bffff9e15ff9fd557c3fff7000fff1c000d9ffc079ffff3fffff9800001c00141e81551e8d555e8d551e8d559ebcd59ebcf5fefcf5fffffffff81ffffc201\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffc3ffffc3ffff9cffff8401f19f001f3fff071ffff79000119ffffbbffff9c00001c00101e81551e8d555e8d551e8d559ebcd59ebcf5fefcf5fffffffff81ffffc201\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=y\/show_error_labels=y\/": "ffeffffffffff80007f80007f80007f8003ff8003ff8007ff800fff800fff800fff801fff801fff801fff803fff803fff807fffbfffffbffffffffffffffffffffffffffffffffff\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=y\/show_error_labels=n\/": "fffffffffffff80003f80001f80001f8001ff8001ff8003ff8003ff8007ff8007ff800fff800fff800fff801fff801fff803fffbfffffbffffffffffffffffffffffffffffffffff\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=n\/show_error_labels=y\/": "ffeffffffffff80007f80007f80007f8003ff8003ff8007ff8007ff800fff800fff801fff801fff801fff801fff803fff807fffbfffffbffffffffffffffffffffffffffffffffff\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=n\/show_error_labels=n\/": "fffffffffffff80003f80001f80001f8001ff8001ff8003ff8003ff8007ff8007ff800fff800fff800fff801fff801fff803fffbfffffbffffffffffffffffffffffffffffffffff\n", @@ -3426,63 +3426,63 @@ "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ff9fffff9bffff9fffff9955778b55511dffff3d555f835553b9ffffbc01ffc00001e8d551e81555ead555ead555ead559ebdf5debdf5fefdf5ffffffffc003ffc0001\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ff9fffff8bffff9fffffbfffff83ffff0157ff395557bdffffbc5fffbe000793c001e81551e81555ead555ead555ead559ebdf5debdf5fefdf5ffffffffc003ffc0001\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffabffff8bffff8bffff8b57ff8ad5553cd55da21555835555bdffffbc005fda0001e85551e81555ead555ead555ead559ebdf5debdf5fefdf5fffffffff81ffffc201\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ff8bffff8bffff8bffff9fffff82ffff0015ff3915559dfd559c3fff9e000781c001c00551e81555e8d551e8d551e8d559ebcd59ebcf5fefcf5fffffffff81ffffc201\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ff8bffff8bffff8bffff9fffff82ffff0015ff3915559dfd559c3fff9e000781c001c00551e81555e8d555e8d551e8d559ebcd59ebcf5fefcf5fffffffff81ffffc201\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=y\/show_error_labels=y\/": "ffe07ffffffff8000ff8000ff8000ff803fff83ffff87ffff81ffff87fff78bffff8fffff8ffffb9fffff9fffff9fffff9fffff7fffffe7ffffffdfffffffffffffffe207fffffff\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=y\/show_error_labels=n\/": "ffe07ffffffff80007f80005f80007f817fff81ffff87ffff85ffff87fff78bffff8fffff8fffff8fffff9fffff9fffff9fffff7fffffffffffffdfffffffffffffffe25ffffffff\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=n\/show_error_labels=y\/": "ffe07ffffffff8000ff8000ff8000bf803fff83ffff87ffff87ffff87fff78fffff0fffff8ffffb9fffff9fffff9fffff9fffff7fffffffffffffdffffffffffffffffc3ffffffff\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=n\/show_error_labels=y\/": "ffe03ffffffff8000ff8000ff8000bf803fff01ffff07ffff87ffff87fff78fffff0fffff8ffffb9fffff9fffff9fffff9fffff7fffffffffffffdffffffffffffffffc3ffffffff\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=n\/show_error_labels=n\/": "ffe07ffffffff80007f80007f80005f817fff81ffff87ffff87ffff87fff78fffff0fffff8ffffb8fffff9fffff9fffff9fffff7ffffffffffffffffffffffffffffffc3ffffffff\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffdfffff9fffff9fffff9d57ff9ffdd51fffffbd777f835555c3ffff800fffc00001ffd555fd5555ffdd55ffd555ffdd5dffdf5dffdf5fffdf7ffffffffc003fffe601\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffdfffff9fffff9fffff9d57ff9ffdd51fffffbd777f835557c3ffff800fffc00001ffd555fd5555ffdd55ffd555ffdd5dffdf5dffdf5fffdf7ffffffffc003fffe601\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffbfffff9fffffbfffffbfffff83ffff03ffffc3ffffc3ffffc0ffffc0005fc00001ffffd5fffd57ffffffffd77ffffffdffffffffdf7ffffffffffffffc007ffffe3f\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffffffff9fffff9fffff9fffff9fffff3fffffbff55583fff5c3ffffc00fffc00001fff555fd5555ffdd55ffd555ffdd5dffdf5dffdf5fffdf7fffffffffc3ffffff01\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffbfffffbfffffbfffffbfffff8fffff03ffffc3ffffc3ffffc0ffffc0007fc00001ffffd5fffd57ffffffffd77ffffffdffffffffdf7fffffffffffffffc3ffffffff\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=pie\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff81ffffdfffff97ffff823ffe017ffc01fffe00fffe00fffe00ffff80fffc00ffff81ffff807fff827fff97fffffffffe00fffe3bffff00fffe387fff09ffff3fffffffff\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=pie\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff81ffffdfffff97ffff823ffe017ffc01fffe00fffe00fffe00ffff80fffc00ffff81ffff807fff827fff97fffffffffe00fffe3bffff00fffe387fff09ffff3fffffffff\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=pie\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff81ffffdfffff97ffff823ffe017ffc01fffe00fffe00fffe00ffff80fffc00ffff81ffff807fff827fff97fffffffffe00fffe3bffff00fffe387fff09ffff3fffffffff\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=pie\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff81ffffdfffff97ffff823ffe017ffc01fffe00fffe00fffe00ffff80fffc00ffff81ffff807fff827fff97fffffffffe00fffe3bffff00fffe387fff09ffff3fffffffff\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffffffff9fffff9fffff9fffff9fffff3fffffbff55583fff7c3ffffc00fffc00001fff555fd5555ffdd57ffd555ffdd5dffdf5dffdf5fffdf7fffffffffc3ffffff01\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ffbfffffbfffffbfffffbfffff8fffff03ffffc3ffffc3ffffc0ffffc0007fc00001ffffd5fffd55ffffffffd77ffffffdffffffffdf7fffffffffffffffc3ffffffff\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=pie\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff81ffffdfffff97ffff823ffe007ffc01fffe00fffe00fffe00ffff80fffc00ffff81ffff807fff827fff97fffffffffe00fffe3bffff00fffe387fff09ffff3fffffffff\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=pie\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff81ffffdfffff97ffff823ffe007ffc01fffe00fffe00fffe00ffff80fffc00ffff81ffff807fff827fff97fffffffffe00fffe3bffff00fffe387fff09ffff3fffffffff\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=pie\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff81ffffdfffff97ffff823ffe007ffc01fffe00fffe00fffe00ffff80fffc00ffff81ffff807fff827fff97fffffffffe00fffe3bffff00fffe387fff09ffff3fffffffff\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=pie\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff81ffffdfffff97ffff823ffe007ffc01fffe00fffe00fffe00ffff80fffc00ffff81ffff807fff827fff97fffffffffe00fffe3bffff00fffe387fff09ffff3fffffffff\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffffffff9bffff9fffffbfffff85ffff0355ffb9d553bdffffbc5fffbe00079bc001e81551e81555ead555ead555ead559ebdf5debdf5fefdf5ffffffffc003ffc0001\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffbfffff83ffff83ffffbbffffb9ffff3dffff3dffffbc5fffbe03ffbfc007804201c00151e81551e8d551e8d551e8d559ebcd59ebcf5fefcf5ffffffffc003ffc0001\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ff8fffff8bffff9fffff9fffff83ffff0357ff39f5579dfffd9c1fffbe000781e001c00551e81555e8d551e8d551e8d559ebcd59ebcf5fefcf5fffffffff81ffffc201\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ff83ffffc3ffff9bfffff9ffff99ffff3dffff1cfffffc7fff9f01ffffe007801f01c00151e81551e8d551e8d551e8d559ebcd59ebcf5fefcf5fffffffff81ffffc201\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff80ffff80ffbfffff83ffff83ffffbbffffb9ffff3dffff3dffffbc5fffbe03ffbfc007804201c00151e81551e8d555e8d551e8d559ebcd59ebcf5fefcf5ffffffffc003ffc0001\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ff8fffff8bffff9fffff9fffff83ffff0357ff39f5579dfffd9c1fffbe000781e001c00551e81555e8d555e8d551e8d559ebcd59ebcf5fefcf5fffffffff81ffffc201\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff80ffff80ff83ffffc3ffff9bfffff9ffff99ffff3dffff1cfffffc7fff9f01ffffe007801f01c00151e81551e8d555e8d551e8d559ebcd59ebcf5fefcf5fffffffff81ffffc201\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=y\/show_error_labels=y\/": "ffe07ffffffff80007f80007f80007f817fff81ffff87ffff85ffff87fff78bffff8fffff8fffff8fffff9fffff9fffff9fffff7fffffffffffffdfffffffffffffffe25ffffffff\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=y\/show_error_labels=n\/": "ffe07ffffffff80007f80007f80007f81ffff81ffff87ffff87ffff87fff78fffff8fffff8ffffb8fffff9fffff9fffff9fffff3fffffffffffffdfffffffffffffffe207fffffff\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=n\/show_error_labels=y\/": "ffe07ffffffff80007f80007f80007f817fff81ffff87ffff87ffff87fff78fffff0fffff8ffffb8fffff9fffff9fffff9fffff7ffffffffffffffffffffffffffffffc3ffffffff\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=n\/show_error_labels=n\/": "ffe07ffffffff80001f80001f80003f80ffff81ffff83ffff87ffff87fff78fffff8fffff8ffffb8fffff9fffff9fffff9fffff7ffffffffffffffffffffffffffffffc3ffffffff\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "ff80ffff80ffffffffbfffffbfffffbfffffbfffff03ffffc3ffffc3ffffc0ffffc0007fc00001ffffd5fffd57ffffffffd77ffffffdffffffffdf7ffffffffffffffc007ffffe3f\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "ff80ffffc0ffffffffcfffffc3ffffc3ffffc3ffff43ffffc3ffffc0ffffc00fffc00007c00001fffffdfffffffffffffffffffffffffffffffffffffffffffffffffe007fffff7f\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffbfffffbfffffbfffffbfffff83ffff43ffffc3ffffc3ffffc0ffffc0007fc00001ffffd5fffd57ffffffffd77ffffffdffffffffdf7fffffffffffffffc3ffffffff\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "ff80ffff80ffbfffffbfffffbfffffbfffff83ffff43ffffc3ffffc3ffffc0ffffc0007fc00001ffffd5fffd55ffffffffd77ffffffdffffffffdf7fffffffffffffffc3ffffffff\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "ff80ffffc0ffcfffffc3ffffc3ffffc3ffffc3ffff43ffffc3ffffc0ffffc00fffc00007c00001ffffffffffffffffffffffffffffffffffffffffffffffffffffffffc3ffffffff\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=pie\/show_error_bars=y\/show_error_labels=y\/": "ff80ffffc8fffffffffff7ffffe1ffffc0ffff80ffff80ffff807fff807fff007fff007fff807fff807fff807fff80ffffc0ffffc1ffffe3fff05e3ffbe3bffcc30ff9efffffffff\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=pie\/show_error_bars=y\/show_error_labels=n\/": "ff80ffffc8fffffffffff7ffffe1ffffc0ffff80ffff80ffff807fff807fff007fff007fff807fff807fff807fff80ffffc0ffffc1ffffe3fff05e3ffbe3bffcc30ff9efffffffff\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=pie\/show_error_bars=n\/show_error_labels=y\/": "ff80ffffc8fffffffffff7ffffe1ffffc0ffff80ffff80ffff807fff807fff007fff007fff807fff807fff807fff80ffffc0ffffc1ffffe3fff05e3ffbe3bffcc30ff9efffffffff\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=pie\/show_error_bars=n\/show_error_labels=n\/": "ff80ffffc8fffffffffff7ffffe1ffffc0ffff80ffff80ffff807fff807fff007fff007fff807fff807fff807fff80ffffc0ffffc1ffffe3fff05e3ffbe3bffcc30ff9efffffffff\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "00000000000060000062aa0060aab860000466aaa0e2aaa86000087f000063fff840000c3fffff3ffffe0002801422a0012aa01002801420a01020a0000080007e00007e00007ffe\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "0000000000006400007c000062a80060aaa83c0008ff000061ffe46003f860000c4000047fffff3ffffe0002a01422a2112aa0152aa21420a01020a0000080007e00007e00007ffe\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "0000000000003ffffe3ffffe3ffffe7ffffe3ffffefffffe7ffffe3ffffe3ffffe3e000e3fffff100aa8000000000000000000000000000000000000000000003c00007e00007efe\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "0000000000003400003ffffe3fffe27ffffe3ffffe7ffffe3ffffe3ffffe3ffffe3ffffe3fffff100aa8000000000000000000000000000000000000000000003c00007e00007efe\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=y\/show_error_labels=y\/": "00000000000007fff007fff607fff607ff8007ff8007ff0007ff0007fe0007fe8007fe8007fc8007fd8007fd8007f88007f98004000007effe000000000000000000007e00007e00\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=y\/show_error_labels=n\/": "00000000000007fff807fffa07fff807ffc007ffc007ff8007ff8007ff0007ff4007fe4007fe0007fe0007fc0007fc0007f80004000007f7ee000000000000000000007e00007e00\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=n\/show_error_labels=y\/": "00000000000007fff007fff207fff607ff8007ff8007ff0007ff0007ff0007fe8007fe8007fe8007fc8007fd8007f80007fa0004000007efde000000000000000000007e00007e00\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=n\/show_error_labels=n\/": "00000000000007fff807fff807fffa07ffc007ffc007ffa007ff8007ff0007ff4007fe4007fe0007fe0007fc0007fc0007f80004000007f7ee000000000000000000007e00007e00\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "00000000000060000062aa0060aaa860000466aaa0e2aaa86000047f000063fff840000c3fffff3ffffe0002801422a0012aa01002801420a01020a0000080007e00007e00007ffe\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "0000000000006400007c000062a80060aaa83c0008ff000061ffe46003f860000c4000047fffff3ffffe0002a01422a8112aa0152aa21420a01020a0000080007e00007e00007ffe\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "0000000000003400007ffffe3ffffe7ffffe7ffffefffffe7ffffe7ffffe3ffffe20000e3ffffe15eaaa000000000000000000000000000000000000000000007c00007e00007efe\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "0000000000003ffffe3ffffe3ffffe7ffffe3c3ffa7ffffe3ffffe3ffffe3ffffe2000063fffff100aa8000000000000000000000000000000000000000000003c00007e00007efe\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=y\/show_error_labels=y\/": "00000000000007fff007fff207fff207ff8207ff8007ff0007ff0007fe0007fe8007fe8007fc8007fc8007fc8007f88007f98004000007efde000000000000000000007e00007e00\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=y\/show_error_labels=n\/": "00000000000007fff807fff807fff807ffc007ffc007ff8007ff8007ff0007ff4007fe4007fe4007fe0007fe8007fc8007f80004000007f5ee000000000000000000007e00007e00\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=n\/show_error_labels=y\/": "00000000000007fff007fff007fff207ff8007ff8007ff4007ff0007ff8007fe8007fe8007fc8007fc8007fc8007fc8007f88004800007efde000000000000000000007e00007e00\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=n\/show_error_labels=n\/": "00000000000007fff807fff807fff807ffc007ffc007ff8007ff8007ff8007ff4007fe4007fe0007fe8007fe8007fc0007f80004000007f7ee000000000000000000007e00007e00\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "000000000000600000600000200a08600000600000a088004000007c00003fffe03ffffc3fffff02aaaa000000000000000000000000000000000000000000007c00007e00007efe\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000002000000000004000002000003c00003ff0003ffff83ffffc3ffffc3fffff000202000000000000000000000000000000000000000000003c00007e00007efe\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000003000003ffffe3ffffe3ffffe3ffffe3ffffe3ffffe3ffffe3ffffe3ffffe3fffff000000000000000000000000000000000000000000000000003c00007e00007e00\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "0000000000002000003f00003ffffe3ffffe3c00a83fdffe3fffc23ffffe3ffffe3ffffc3fffff000000000000000000000000000000000000000000000000003c00007e00007e00\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=pie\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000000003c00003e00003e00007e00007e00007e00007e00007e00003e00003e00001c0000000003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc0\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=pie\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000000003c00003e00003e00007e00007e00007e00007e00007e00003e00003e00001c0000000003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc0\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=pie\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000000003c00003e00003e00007e00007e00007e00007e00007e00003e00003e00001c0000000003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc0\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=pie\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000000000003c00003e00003e00007e00007e00007e00007e00007e00003e00003e00001c0000000003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc0\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "00000000000020000064000060aa00602ab8680800ff000463ff84600ff860000c4000047fffff3ffffe0002a01422a2112aa0152aa21420a01020a0000080007e00007e00007ffe\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "0000000000007800007c000063000061f000603fe0e000f86000086000046000044000043fffff3ffffe0002a01422a2112aa0152aa21420a01020a0000080007e00007e00007ffe\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "0000000000003ffffe3ffffe3ffffe7ffffe3ffffe7ffffe33fffe3ffffe3ffffe3ffffe3fffff10aaaa000000000000000000000000000000000000000000003c00007e00007efe\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "0000000000003ffffe3e00003ffffe3fffff3ffffe2000383ffffe3fffff3ffffe2000063ffffe000200000000000000000000000000000000000000000000003c00007e00007e04\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=y\/show_error_labels=y\/": "00000000000007fff807fff807fff807ffc007ffc007ff8007ff8007ff0007ff4007fe4007fe4007fe0007fc0007fc0007f80004000007f7ee000000000000000000007e00007e00\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000003ffffe3eeea83ffffa20aaaa22eaaa3c05fe3fff063ffff83ffffc3fffff000202000000000000000000000000000000000000000000003c00007e00007efe\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "0000000000002000003ffffe23a0003ffffe3c02a83ffffe3fffc23ffffe3ffffe3ffffc3ffffe000000000000000000000000000000000000000000000000003c00007e00007e04\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=pie\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000000003c00003e00007e00007e00007e00007e00007e00007e00003e00003e00001c0000000003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc0\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=pie\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000000003c00003e00007e00007e00007e00007e00007e00007e00003e00003e00001c0000000003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc0\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=pie\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000000003c00003e00007e00007e00007e00007e00007e00007e00003e00003e00001c0000000003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc0\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=pie\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000000000003c00003e00007e00007e00007e00007e00007e00007e00003e00003e00001c0000000003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc0\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "00000000000020000064000060aa00602ab8680800ff000463ff84600ff860000c4000047fffff3ffffe0002a01422a8112aa0152aa21420a01020a0000080007e00007e00007ffe\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "0000000000007800007c000063000061f000603fe0e000786000086000046000044000043fffff3ffffe0002a01422a8112aa0152aa21420a01020a0000080007e00007e00007ffe\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "0000000000003ffffe3ffffe3ffffe7ffffe3ffffe7ffffe23fff63ffffe3ffffe2000b63fffff10aaaa000000000000000000000000000000000000000000003c00007e00007efe\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "0000000000003c00003e00003ffffe3fffff3ffffe0000383ffffe3fffff3ffffe3ffffe3ffffe000200000000000000000000000000000000000000000000003c00007e00007e04\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=y\/show_error_labels=y\/": "00000000000007fff807fff807fff807ffc007ffc007ff8007ff8007ff4007ff4007fe4007fe4007fe0007fc0007fc0007f80004000007f7ee000000000000000000007e00007e00\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=y\/show_error_labels=n\/": "00000000000007fffc07fffe07fffc07ffe007ffe007ffc007ffc007ff8007ff8007ff0007ff0007ff0007fe0007fe0007fc0004000006f1f6000000000000000000007e00007e00\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=n\/show_error_labels=y\/": "00000000000007fff807fff807fff807ffc007ffc007ff8007ff8007ff8007ff4007fe0007fe0007fe0007fe0007fc0007f80004000007f7ee000000000000000000007e00007e00\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=n\/show_error_labels=y\/": "00000000000007fff807fff807fff807ffc007ffc007ff8007ff8007ff0007ff4007ff0007fe0007fe0007fe0007fc0007f80004000007f7ee000000000000000000007e00007e00\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=n\/show_error_labels=n\/": "00000000000007fffc07fffe07fffc07ffe007ffe007ffc007ffc007ff8007ff8007ff0007ff0007ff0007fe0007fe0007fc0004000006f1f6000000000000000000007e00007e00\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "0000000000000000006000000000004000000000003c00003fe0003ffff83ffffc3ffffc3fffff00020a000000000000000000000000000000000000000000003c00007e00007efe\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "0000000000002000003c00003c00003fe0003fff803ffff83ffff83ffff83ffff83ffff83ffffe000000000000000000000000000000000000000000000000003c00007e00007e00\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000003ffffe3fc0023ffffe3ffffe3c28a83ffffe3ffff63ffffe3ffffe3ffffe3ffffe000000000000000000000000000000000000000000000000003c00007e00007e00\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000003c00003ffffe3ffffe3ffff63ffff83ffffc3fffff3ffffe3ffffc3ffffe000000000000000000000000000000000000000000000000002000007e00007e00\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000003c00002000003ffffe3ffffe3cfffa3ffffe3fff823ffffc3ffffe3ffffc3ffffe000000000000000000000000000000000000000000000000003c00007e00007e00\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000003c00003ffffe3ffffe3fffe03ffff83ffffc3ffffe3ffffe3ffffe3ffffe000000000000000000000000000000000000000000000000002000007e00007e00\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=pie\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000000001e00003e00007f00007f00007f00007f80007f80007f80007f80007f00007f00007f00003e00001e000ffff01ffff81ffff81ffff81ffff80ffff8\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=pie\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000000001e00003e00007f00007f00007f00007f80007f80007f80007f80007f00007f00007f00003e00001e000ffff01ffff81ffff81ffff81ffff80ffff8\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=pie\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000000001e00003e00007f00007f00007f00007f80007f80007f80007f80007f00007f00007f00003e00001e000ffff01ffff81ffff81ffff81ffff80ffff8\n", @@ -3499,10 +3499,10 @@ "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=n\/show_aggregate_labels=y\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000006000006000004000006000007c00003c00003c00003f00003ffe003ffffe0002aa00000000000000000000000000000000000000000003ffc003ffc003fffe\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=n\/show_aggregate_labels=y\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000002000007c00007c00003ca8007ffffe63eaaa73eaaa3ffffe3c00003ff8003ffffe00aabe000000000000000000000000000000000000000000007c00007e00007efe\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=n\/show_aggregate_labels=y\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "0000000000003c00003c00003ffffe7ffffe3c00007ffffe3ffeaa3cbffe3f57fe3fffe03ffffe0002aa000000000000000000000000000000000000000000003c00007e00007efe\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=n\/show_aggregate_labels=y\/display_type=pie\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000000003c00003e00003e00007e00007e00007e00007e00007e00003e00003e00001c0000000003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc0\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=n\/show_aggregate_labels=y\/display_type=pie\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000000003c00003e00003e00007e00007e00007e00007e00007e00003e00003e00001c0000000003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc0\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=n\/show_aggregate_labels=y\/display_type=pie\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000000003c00003e00003e00007e00007e00007e00007e00007e00003e00003e00001c0000000003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc0\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=n\/show_aggregate_labels=y\/display_type=pie\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000000000003c00003e00003e00007e00007e00007e00007e00007e00003e00003e00001c0000000003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc0\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=n\/show_aggregate_labels=y\/display_type=pie\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000000003c00003e00007e00007e00007e00007e00007e00007e00003e00003e00001c0000000003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc0\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=n\/show_aggregate_labels=y\/display_type=pie\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000000003c00003e00007e00007e00007e00007e00007e00007e00003e00003e00001c0000000003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc0\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=n\/show_aggregate_labels=y\/display_type=pie\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000000003c00003e00007e00007e00007e00007e00007e00007e00003e00003e00001c0000000003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc0\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=n\/show_aggregate_labels=y\/display_type=pie\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000000000003c00003e00007e00007e00007e00007e00007e00007e00003e00003e00001c0000000003ffc003ffc003ffc003ffc003ffc003ffc003ffc003ffc0\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000600000600000400000400000dcaa0040000042000063000040fe003ffffe3ffffe00000000000000208000000000000000208000000003ffc003ffc003fffe\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000007800004c0000400000400000c2000042000041000060f800000fe03ffffe3ffffe00000000000000208000000000000000208000000003ffc003ffc003fffe\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=person\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "0000000000007ffffe7d00027ffffe7ffffe7ffffe7ffffe77fffe7e3ffe7ff00661fff83ffffe3ffaae000000000000000000000000000000000000000000007e00007e00007efe\n", @@ -3536,9 +3536,9 @@ "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=resource\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=pie\/show_error_bars=n\/show_error_labels=y\/": "ffbfffffffffffffffffb7ffffc3ffff81ffff00ffff00ffff007ffe007ffe007ffe007ffe007ffe007ffe007ffe007fff007fff007fff00ffff81ffffc1ffffe3ffffffffffffff\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=resource\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=pie\/show_error_bars=n\/show_error_labels=n\/": "ffbfffffffffffffffffb7ffffc3ffff81ffff00ffff00ffff007ffe007ffe007ffe007ffe007ffe007ffe007ffe007fff007fff007fff00ffff81ffffc1ffffe3ffffffffffffff\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=resource\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff007fff007fcfffff8e7fff9e77ff9ef7bf87f7bf803ffffe00ff5ff03f1fff9fbfffcbbfffe9bfffe7bffff3bffff99ffff9c00001ee77b9ee77b9eff7b9ffffffff81ffff8201\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=resource\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff007fff007fefffff81ffff901ffffe01ff9ff03fbfffbf9fffdf1fffcf5fffef9fffe7dffff79ffff39ffffbfffff99ffff9c00001ee77b9ee77b9eff7b9ffffffff81ffff8201\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=resource\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff007fff007fefffff81ffff901fffbe01ff9ff03f9fffbf9fffdf1fffcf5fffef9fffe7dffff79ffff39ffffbfffff99ffff9c00001ee77b9ee77b9eff7b9ffffffff81ffff8201\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=resource\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff007fff007f8fffff8e7fff9e77ff9ff7bf81ffbf9007ff9f003f5ffe3f1fffdfbfffcf9fffe1bffff79ffff3bffff99ffff9c00001ee77b9ee77b9eff7b9ffffffff81ffff8201\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=resource\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff007fff007fefffff81ffff901fffde00ff9ff03f9fff1f9fffdf1fffcf5fffcf9fffe7dfffe79ffff39ffff3dffff99fffe9c00001ee77b9ee77b9eff7b9ffffffff81ffff8201\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=resource\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff007fff007fefffff81ffff901fff9e00ff9ff03f9fff1f9fffdf1fffcf5fffcf9fffe7dfffe79ffff39ffff3dffff99fffe9c00001ee77b9ee77b9eff7b9ffffffff81ffff8201\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=resource\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=y\/show_error_labels=y\/": "ffffffffffffe00007c00007e00007e0001fe0001fc0001fe0001fe0003fc0003fe0003fe000ffc000ffe000ffefffffcfffffcfffffffffffffffffffffffffffffffffffffffff\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=resource\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=y\/show_error_labels=n\/": "ffffffffffffe00003e00001e00001e0000fe0000fc0000fe0000fe0001fc0001fe0001fe0007fc0007fe0007fefffffcfffffefffffffffffffffffffffffffffffffffffffffff\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=resource\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=n\/show_error_labels=y\/": "ffffffffffffe00007c00007e00007e0001fe0001fc0001fe0001fe0003fc0003fe0003fe000ffc0007fe0007fefffffcfffffcfffffffffffffffffffffffffffffffffffffffff\n", @@ -3604,9 +3604,9 @@ "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=resource\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "000000000000300000718000218c007ffffe3f1ffe3ffc023ffffea000c07fff7e0000307ffffe0000087ffffe0000047ffffe3ffffe000000000800000000007e00007e00007ffe\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=resource\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000003ffffe3ffffe31ff023ffffe3ffffe3ffffe3ffffe3ffffe7ffffe3ffffa3ffffe3ffffe3ffffe7ffffe3ffffe000000000000000000003c00007e00007e9e\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=resource\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=y\/show_error_labels=y\/": "0000000000001ffff83ffff81ffff81fffe03fffe03fffe01fffe01fffc03fffc01fffc01fff003fff001fff00100000300000300000136ada000000000000000000007e00007e00\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=resource\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=y\/show_error_labels=n\/": "0000000000001ffffc3ffffe1ffffe1ffff03ffff03ffff01ffff01fffe03fffe01fffe01fff803fff801fff80100000300000300000132202000000000000000000007e00007e00\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=resource\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=y\/show_error_labels=n\/": "0000000000001ffffc3ffffe1ffffe1ffff03ffff03ffff01ffff01fffe03fffe01fffe01fff803fff801fff80100000300000300000132022000000000000000000007e00007e00\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=resource\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000001ffff83ffff81ffff81fffe03fffe03fffe01fffe01fffc03fffc01fffc01fff003fff801fff801000003000003000001362da000000000000000000007e00007e00\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=resource\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=n\/show_error_labels=n\/": "0000000000001ffffc3ffffe1ffffe1ffff03ffff03ffff01ffff01fffe03fffe01fffe01fff803fff801fff80100000300000300000132202000000000000000000007e00007e00\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=resource\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=n\/show_error_labels=n\/": "0000000000001ffffc3ffffe1ffffe1ffff03ffff03ffff01ffff01fffe03fffe01fffe01fff803fff801fff80100000300000300000132022000000000000000000007e00007e00\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=resource\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "0000000000000000000000000000000000000000003c00003dc0003fffe03fffe03fffe03fffe03fffe03fffe03ddfe03ffffe3ffffe000000000000000000003c00007e00007e00\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=resource\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000003c00003dc0003ddc003ddec03ddfe03ddfe03ddfe03ddfe03ddfe03ddfe03ddfe03ddfe03ddfe03fffee3ddffe000000000000000000000000007e00007e00\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=resource\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000000000000000000003c00003dc0003ffe003fffe03fffe03ddfe03fffe03fffe03fffe03ddfe03ffffe3ffffe000000000000000000000000007e00007e00\n", @@ -3634,23 +3634,23 @@ "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=resource\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000600000200000200000600000200000100000480000c8000045000062080002084001000461c000003800201ffe3fffff00080011884000000003ffc003ffc003fffe\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=resource\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "000000000000400000700000400000680000680000640000440000420000420000210000610000218000207000001c00200ffe3fffff00000011884000000003ffc003ffc003fffe\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=resource\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000000007ffffe6000001000007ffffe6c0000c000007ffffe7ffffe0000003f9ffe3ff7fe003800201ffe3fffff000000100840000000007e00007e00007ffe\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=resource\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "0000000000003ffffe3000003800003ffffe3ffffe2c00022400006600006300002300002180003ffffe3ff8fe203f802007fc3ffffe000000000000000000007e00007e00007efe\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=resource\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "0000000000003ffffe3000003800003ffffe3ffffe2c00022400006600007ffffe2300002180003ffffe3ff8fe203f802007fc3ffffe000000000000000000007e00007e00007efe\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=resource\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=y\/show_error_labels=y\/": "0000000000001ffff83ffff83ffff81f55503f00003f40001f00003800003a00001800003000003000003000000000000000000000001ffffe00000000000001ff8003ffc003ffc6\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=resource\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=y\/show_error_labels=n\/": "0000000000001ffffc3ffffc3ffffc1f54a83f00003f00001f00003800003800001800003000003000003000000000000000000000001ffffe00000000000001ff8003ffc003ffc6\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=resource\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000001ffff83ffff83ffff81ffff83f00003f40001f00003800003800003800003000003000003000000000002000002000001ffffe000000000000003c00007e00007efe\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=resource\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=n\/show_error_labels=n\/": "0000000000001ffffc3ffffe3ffffe1ffffc3f00003f00001f00003800003800003800003000003000003000000000002000002000001ffffe000000000000003c00007e00007e9e\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=resource\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "0000000000000000000000000000000000000000003c00003c00003c00003c00003c00003c00003c00003fc0003fe0003fffe03ffffe00000000000000000003ffc003ffc003fffe\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=resource\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000003c00003c00003c00003c00003c00003c00003c00003c00003c00003c00003dc0003fe0003fdc003fffe03ffffe00000000000000000001ffc003ffc003ffde\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=resource\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000000002000000000003c00003c00003c00003c00003ff3fa3e88003c00003c00043fe0003fc0003fffe03ffffe000000000000000000003c00007e00007efe\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=resource\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "0000000000003c00003c00003c00003e00023c00003c00003c00003c00003e00023c00003c00003fc0003fe0003ffe003fffe03ffffe000000000000000000003c00007e00007e06\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=resource\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000000000002000000000003c00003c00003c00003c00003ff3fe3e88003c00003c00043fe0003fc0003fffe03ffffe000000000000000000003c00007e00007efe\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=resource\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=bar\/show_error_bars=n\/show_error_labels=n\/": "0000000000003c00003c00003c00003e00023c00003c00003c00003c00003ffffe3c00003c00003fc0003fe0003ffe003fffe03ffffe000000000000000000003c00007e00007e06\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=resource\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=pie\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000000800001e00003f00007f00007f8000ff8000ff8000ffc000ffc000ffc000ffc000ffc000ffc000ff8000ff80007f80007f00003e00027e200fffe007fff0\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=resource\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=pie\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000800001e00003f00007f00007f8000ff8000ff8000ffc000ffc000ffc000ffc000ffc000ffc000ff8000ff80007f80007f00003e00027e200fffe007fff0\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=resource\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=pie\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000800001e00003f00007f00007f8000ff8000ff8000ffc000ffc000ffc000ffc000ffc000ffc000ff8000ff80007f80007f00003e00027e200fffe007fff0\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=resource\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=pie\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000000800001e00003f00007f00007f8000ff8000ff8000ffc000ffc000ffc000ffc000ffc000ffc000ff8000ff80007f80007f00003e00027e200fffe007fff0\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff807fff807ffeffffbeffff9efffffeffbfbefbbfbefaabfefab93ebaaf182ae9f92ef9f3298f932801b3b679e787ffcfcfff8fffffeaa001feaafffffaa5ffffffff81ffffc201\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff807fff807ffeffff9effff9efffffffffffeffff9cfbbf9c7ba7597ee95b7f9b93390f932861932279e7b7ffa787ff8fefffc01001c00001feaaadffeaa1fffffdff81ffff8201\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff807fff807fbeffff9efffffefffffeffff9efb9f9efba7fefa951cbaa5182e61fb2f9f932907932861f7b6f9e787ffcfcfff803001c2a001feaafffffaa5ffffffff81ffffc201\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff807fff807ffeffffbeffffbefffffffffffeffffbcfb9f9c7ba7597e617b7f9fd3398f932861933279e7b7ffe787ffcfefffc13dffeaa801feaafffffaa5ffffffff81ffffc201\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff807fff807ffeffffbeffff9efffffeffbfbefbbfbefaebfefab93ebaaf182ae9f92ef9f3298f932801b3b679e787ffcfcfff8fffffeaa001feaafffffaa5ffffffff81ffffc201\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff807fff807ffeffff9effff9efffffffffffeffff9cfbbf9c7ba7597ee95b7f9b93398f932861932279e7b7ffa787ff8fefffc01001c00001feaaadffeaa1fffffdff81ffff8201\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff807fff807fbeffff9efffffefffffeffff9efbbf9efba7fefa951cbaa5182e61fb2f9f932907932861f7b6f9e787ffcfcfff803001c2a001feaafffffaa5ffffffff81ffffc201\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff807fff807ffeffffbeffffbefffffffffffeffffbcfb9f9c7be7597e617b7f9fd3398f932861933279e7b7ffe787ffcfefffc13dffeaa801feaafffffaa5ffffffff81ffffc201\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=y\/show_error_labels=y\/": "ff92ffffdfffcfffffcfffffc003ffc0000fc0000fc3ffffc3ffff4fffff400fffc00fffc03fffc007ffc007ffc01fffc01fffc07fffc07fffffffffffffffffffffffffffffffff\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=y\/show_error_labels=n\/": "ff9effffffffcfffffcfffffc003ffc00007c00007c1ffffc1ffffcfffffc00fffc00fffc03fffc007ffc003ffc00fffc01fffc03fffc03fffffffffffffffffffffffffffffffff\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=png\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=n\/show_error_labels=y\/": "ff92ffffdfffcfffffcfffffc003ffc0000fc0000fc1ffffc3ffff4fffff400fffc00fffc03fffc007ffc007ffc017ffc01fffc03fffc07fffffffffffffffffffffffffffffffff\n", @@ -3680,10 +3680,10 @@ "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=pie\/show_error_bars=n\/show_error_labels=y\/": "ffbeffffffffffffffffffffffe1ffffc0ffff80ffff807fff007fff007fff007fff003fff003fff007fff007fff007fff807fff807fff80ffffc1ffffe3ffffffffffffffffffff\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=png\/log_scale=y\/show_aggregate_labels=n\/display_type=pie\/show_error_bars=n\/show_error_labels=n\/": "ffbeffffffffffffffffffffffe1ffffc0ffff80ffff807fff007fff007fff007fff003fff003fff007fff007fff007fff807fff807fff80ffffc1ffffe3ffffffffffffffffffff\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "ff807fff807fbeffffbeffffbefffffeffffbeffffbfffffbfffff3effff3efbbfb82aa9b82abfb82aabb92aa9bb2fffb3bf9fc08001ca8221fefabffffaa5fffffffc003ffc0001\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff807fff807fbeffffbefffffeffff9ffffffeffffbeffffbeffff7c7fff3c7ffffd7fffbc7fffb83aabfb2ae99bbffff3bb8f808001ca8221fefaaffffaa5fffffffc003ffc0001\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "ff807fff807fbeffffbefffffeffff9ffffffeffffbeffffbeffff7c7fff3c7ffffd7fffbc7fbfb83aabfb2ae99bbffff3bb8f808001ca8221fefaaffffaa5fffffffc003ffc0001\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff807fff807ffeffff9efffffeffff9effffbeffff9ffffffeffff1effff3effff982aa5b82abd982a81b92ae59b3fffb3bf9fc28001ca8221fefabffffaa5ffffffff81ffffc201\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff807fff807fbeffff9efffffeffff9ffffffeffff9effff9effff3c7fff1c7ffffd7fff9c7fbf982a81f92ae59b3ffff3b98f800001c80201febaadffeaa1fffffdff81ffff8201\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=y\/show_error_labels=y\/": "ff807fff807fdfffffcfffffc7ffffc0000fc00009d7ffffdfffff5fffff4fffff49ffffdfffffc3ffffc5ffffcfffffc9ffffcfffffc1dfbbfff3fbfffffffffffffc007ffffe3f\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff807fff807fbeffff9efffffeffff9ffffffeffff9effff9effff3c7fff1c7ffffd7fff9c7f9f982a81f92ae59b3ffff3b98f800001c80201febaadffeaa1fffffdff81ffff8201\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=y\/show_error_labels=y\/": "ff807fff807fdfffffcfffffc7ffffc0000fc00009d7ffffdfffff5fffff4fffff49ffffdfffffc3ffffc4ffffcfffffc9ffffcfffffc1dfbbfff3fbfffffffffffffc007ffffe3f\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=y\/show_error_labels=n\/": "ff807fff807fdfffffcfffffc7ffffc00007c00005dfffffdfffff5fffff4fffff4bffffdfffffc7ffffc5ffffcfffffcbffffcfffffc7ddffffd7fffffffffffffffc007ffffe3f\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=n\/show_error_labels=y\/": "ff807fff807fffffffdfffffc7ffffc0000fc00009d3ffffdfffff57ffff4fffff49ffffdfffffcfffffc5ffffcbffffcbffff9bffffc9dd99ffd3ffffffffffffffffc3fffffffb\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=png\/log_scale=n\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=n\/show_error_labels=n\/": "ff807fff807fdfffffdfffffc7ffffc00007c00005d7ffffdfffff5fffff4fffff4bffffdfffffcfffff85ffffcfffffcfffff9fffffcdddcfffd7ffffffffffffffffc3fffffffb\n", @@ -3700,8 +3700,8 @@ "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "ff807fff807f9efffffeffffbfffff9ffffffeffff9effffbcffff3c7fff1c7ffffd7fff9c7fffb83ba7f92efd9b3ffff3b98f800001c80201febaadffeaa1fffffdff81ffff8201\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "ff807fff807ffffffffeffff9effff9efffffc7fff9c7fff9c7fff7d7fff3d7fff997ffff93ffff93fff9b3fffbbbffff3b807840001c80281febaa5ffeaa1fffffdff81ffff8201\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=y\/show_error_labels=y\/": "ff807fff807fdfffffdfffffc7ffffc00007c00007dfffffdfffff5fffff4fffff4bffffdfffffc7ffffc5ffffcfffffcbffffcfffffc3dffffff7fffffffffffffffe007ffffe3f\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=y\/show_error_labels=n\/": "ff807fff807fdfffffdfffffc7ffffc00003c00001dfffffdfffff5fffff4fffff4fffffcfffffc7ffffc7ffffcfffffcfffffcfffffcfeefffff7fffffffffffffffe007ffffe3f\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=n\/show_error_labels=y\/": "ff807fff807fdfffffdfffffc7ffffc00007c00003d7ffffdfffff5fffff4fffff4fffffdfffffcfffff85ffffcfffffcfffff8fffffcdddefffd7feffffffffffffffc3fffffffb\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=y\/show_error_labels=n\/": "ff807fff807fdfffffdfffffc7ffffc00003c00001dfffffdfffff5fffff4fffff4fffffcfffffcfffffc7ffffcfffffcfffffcfffffcfeefffff7fffffffffffffffe007ffffe3f\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=n\/show_error_labels=y\/": "ff807fff807fdfffffdfffffc7ffffc00007c00003d7ffffdfffff5fffff4fffff4fffffdfffffcfffff87ffffcfffffcfffff8fffffcdddefffd7feffffffffffffffc3fffffffb\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=n\/show_error_labels=n\/": "ff807fff807fffffffdfffffc7ffffc00001c00001dfffffdfffff5fffff4fffff4fffffdfffffcfffffc7ffffcfffffcfffff8fffffcfeef7ffe7ffffffffffffffffc3ffffffff\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "ff807fff807fffffffbfffffffffffbffffffefffffc7fffbc7ffffc7fff3c7ffffc7ffffc7fffbc7efffc7fffbc7ffff07f9fc00000ca8001fffffffffffffffffffc003ffffe21\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "ff807fff807ffffffffc7fffbc7ffffc7ffffc7ffffc7ffffc7ffffc7fff7c7fffbc7ffffc7ffffc7ffffc7ffffc7ffff0799fc00000caaa21fffffffffffffffffffc007ffffe3f\n", @@ -3712,11 +3712,11 @@ "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=pie\/show_error_bars=n\/show_error_labels=y\/": "ffbeffffffffffffffffffffffe1ffffc0ffff80ffff807fff007fff007fff007fff003fff003fff007fff007fff007fff807fff807fff80ffffc1ffffe3ffffffffffffffffffff\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=png\/log_scale=n\/show_aggregate_labels=n\/display_type=pie\/show_error_bars=n\/show_error_labels=n\/": "ffbeffffffffffffffffffffffe1ffffc0ffff80ffff807fff007fff007fff007fff003fff003fff007fff007fff007fff807fff807fff80ffffc1ffffe3ffffffffffffffffffff\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000010000610000610000210000610440610510210544e14550e7551664d10464d0606cd7dc6849067878007010007ffffe3ffffe000000000040007e00007e00007ffe\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "000000000000210000610000610000200000610000610440630450e68116e4800064c6706cd79c6c4d066848007078007010007fffff3fffff000000000152007e00007e00007ffe\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "0000000000003ffffe3ffffe3ffffe3ffffe7ffffe3107fe0104003bfffe3fff9e04d0002cd6f83ffffe3ffffe3ffffe3030003ffffe3ffffe000000000000003c00007e00007efe\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "000000000000210000610000610000200000610000610440630410e68116e4800064c6706cd79c6c4d066848007078007010007fffff3fffff000000000152007e00007e00007ffe\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "0000000000003ffffe3ffffe3ffffe3ffffe7ffffe3107fe0104403bfffe3fffbe04d0002cd6f83ffffe3ffffe3ffffe3030003ffffe3ffffe000000000000003c00007e00007efe\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "0000000000002100003ffffe7ffffe2000002100403ffffe6386583fff9e0480003ffefa2cdfde3ffffe2848003878003ffffe3ffffe3ffffe000000000000007c00007e00007efe\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=y\/show_error_labels=y\/": "0000000000003000003000003ffc003ffff03ffff43c00003c80003000003ff0003ff0003f80003ff8003ff8003fe0003fe8003f80003ffffe000000000000003c00007e00007e00\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=y\/show_error_labels=n\/": "0000000000003000003020403ffc003ffff83ffffa3e00403c80003000003ff0003ff0003fc0003ff8003ffc003fe0003fe0003fc0003ffffe000000000000003400007e00007e00\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=y\/show_error_labels=n\/": "0000000000003000003020403ffc003ffff83ffffa3e00403c80003000003ff0003ff0003fc0003ff8003ffd003fe0003fe0003fc0003ffffe000000000000003400007e00007e00\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000003000003000003ffc003ffff03ffff23e80003c80003000003ff0003ff0003fc0003ff8003ff9003fe8003fe0003f80003ffffe000000000000003c00007e00007e04\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=n\/show_error_labels=n\/": "0000000000003000003020403ffc003ffff83ffffa3e80403e00003000003ff0003ff0003fc0003ff0003ffd003fe0003fe0003fc0003ffffe000000000000003400007e00007e00\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "0000000000000000000000000000000000000100004000000000000380000380000380000f80600f86780f87fe0fc7fe0ffffe3fffff3ffffe000000000000003c00007e00007efe\n", @@ -3727,11 +3727,11 @@ "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=pie\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000000003c00007e00007f0000ff0000ff0000ff0000ff8000ff8000ff8000ff8000ff0000ff00007f00007e00003e000018000ffff00ffff00ffff00ffff0\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=pie\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000000003c00007e00007f0000ff0000ff0000ff0000ff8000ff8000ff8000ff8000ff0000ff00007f00007e00003e000018000ffff00ffff00ffff00ffff0\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=y\/display_type=pie\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000000000003c00007e00007f0000ff0000ff0000ff0000ff8000ff8000ff8000ff8000ff0000ff00007f00007e00003e000018000ffff00ffff00ffff00ffff0\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000010000610000600000200000210000610440630510e28114a4c00064d4706cd79c6c49066848007078007010003ffffe3ffffe000000000040007e00007e00007ffe\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000010000610000600000200000210040610440630510e28114a4c00064d4706cd79c6c49066848007078007010003ffffe3ffffe000000000040007e00007e00007ffe\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "000000000000600000610000610000630000628000648000648000e48060e8869868458e684c026848006068007030007010007fffff3fffff000000000152007e00007e00007ffe\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "0000000000003ffffe6100003ffffe2000003ffffe3ffffe63861a2681862480003ffefa2cdf9e3ffffe0848003ffffe3010003ffffe3ffffe000000000000007c00007e00007efe\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "0000000000003ffffe6100003ffffe2000003ffffe3ffffe63865a2681862480003ffefa2cdf9e3ffffe0848003ffffe3010003ffffe3ffffe000000000000007c00007e00007efe\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "0000000000002100003ffffe0000003ffffe3ffffe3ffffe3ffffe2484700006103fffff3ffffe3848003ffffe0010003ffffe3ffffe000000000000000000003c00007e00007e00\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=y\/show_error_labels=y\/": "0000000000003000003000403ffc003ffff83ffff83e00403c80003000003ff0003ff0003fc0003ff8003ffc003fe0003fe0003fc0003ffffe000000000000003400007e00007e00\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=y\/show_error_labels=y\/": "0000000000003000003000403ffc003ffff83ffff83e00403c80003000003ff0003ff0003fc0003ff8003ffd003fe0003fe0003fc0003ffffe000000000000003400007e00007e00\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=y\/show_error_labels=n\/": "0000000000003000003000003ffe003ffffc3ffffe3e00003e00003000003ff8003ff8003fe0003ff4003ffe003ff0003ff0003fe0003ffffe000000000000003000007e00007e00\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000003000003020003ffe003ffff83ffff83e20003e00003000003ff0003ff0003fc0003ff0003ffc003ff0003fe0003fc0003ffffe000000000000003400007e00007e00\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=n\/show_error_labels=n\/": "0000000000003000003000003ffe003ffffc3ffffe3e00003e00003000003ff8003ff8003fe0003ff4003ffe003ff0003ff0003fe0003ffffe000000000000003000007e00007e00\n", @@ -3743,13 +3743,13 @@ "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=pie\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000000001e00003f00007f00007f8000ff8000ff8000ff8000ff8000ff8000ff8000ff80007f80007f80007f00003f00003e001ffff81ffff81ffff81ffffc\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=pie\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000000001e00003f00007f00007f8000ff8000ff8000ff8000ff8000ff8000ff8000ff80007f80007f80007f00003f00003e001ffff81ffff81ffff81ffffc\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=y\/show_aggregate_labels=n\/display_type=pie\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000000000001e00003f00007f00007f8000ff8000ff8000ff8000ff8000ff8000ff8000ff80007f80007f80007f00003f00003e001ffff81ffff81ffff81ffffc\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=n\/show_aggregate_labels=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000400000000000400000000000410000000000400000410000c100000155104110000304004455500440000400003ffffe3ffffe00000000000003ffc003ffc003fffe\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=n\/show_aggregate_labels=y\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000400000000000400000000000410000000000400000410000c100400155104110000304404455500440000400003ffffe3ffffe00000000000003ffc003ffc003fffe\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=n\/show_aggregate_labels=y\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "000000000000400000610000000000600000010000410000410000010000c000000000004200004044500450006400000400603ffffe3ffffe00000000000003ffc003ffc003fffe\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=n\/show_aggregate_labels=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000007ffffe0000007ffffe0000007ffffe0100007ffffe0100007ffffe27d4007ffffe24d4023ffffe2c40603ffffe3ffffe000000000000007c00007e00007efe\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=n\/show_aggregate_labels=y\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "0000000000000000007ffffe0000007ffffe0000007ffffe0100007ffffe0100007ffffe27d4407ffffe24d4023ffffe2c40603ffffe3ffffe000000000000007c00007e00007efe\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=n\/show_aggregate_labels=y\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "0000000000002100007ffffe0000007ffffe0000007ffffe7ffffe0000007ffffe0000007ffffe7ffffe0440007ffffe0400003ffffe3ffffe000000000000007e00007e00007ffe\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=n\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=y\/show_error_labels=y\/": "0000000000000000002000003800003ffff03ffff62000002c00002000003000003600002000003400003200003000003600002000003ffffe000c0000000003ffc003ffc003fffe\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=n\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=y\/show_error_labels=y\/": "0000000000000000002000003800003ffff03ffff62000002c00002000003000003600002000003400003300003000003600002000003ffffe000c0000000003ffc003ffc003fffe\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=n\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000002000003800003ffff83ffffa2000002000002000003000003400002000003000003a00003000003400002000003fffff00080000000003ffc003ffc003fffe\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=n\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000002000002000003800003ffff03ffff62c00002000002c00003000003600002400003000003a00003400003600002c00003ffffe000c00000000007e00007e00007ffe\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=n\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000002000002000003800003ffff03ffff62c00002000002c00003000003600002400003000003200003400003600002c00003ffffe000c00000000007e00007e00007ffe\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=n\/show_aggregate_labels=y\/display_type=h_bar\/show_error_bars=n\/show_error_labels=n\/": "0000000000002000002000003800003ffff83ffffb2800002000002800003000003400002000003000003a00003000003400002800003fffff002800000000007e00007e00007ffe\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=n\/show_aggregate_labels=y\/display_type=bar\/show_error_bars=y\/show_error_labels=y\/": "0000000000004000000000004000000000004000000000004000000380004380000391004380000380004394000380000780003ffffe3ffffe00000000000003ffc003ffc003fffe\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=n\/show_aggregate_labels=y\/display_type=bar\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000004000000000004000000100000380004380000380004380000380004380000384000380004380000f80603ffffe3ffffe00000000000003ffc003ffc003fffe\n", @@ -3759,11 +3759,11 @@ "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=n\/show_aggregate_labels=y\/display_type=pie\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000000000003c00007e00007f0000ff0000ff0000ff0000ff8000ff8000ff8000ff8000ff0000ff00007f00007e00003e000018000ffff00ffff00ffff00ffff0\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=n\/show_aggregate_labels=y\/display_type=pie\/show_error_bars=n\/show_error_labels=y\/": "000000000000000000000000003c00007e00007f0000ff0000ff0000ff0000ff8000ff8000ff8000ff8000ff0000ff00007f00007e00003e000018000ffff00ffff00ffff00ffff0\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=n\/show_aggregate_labels=y\/display_type=pie\/show_error_bars=n\/show_error_labels=n\/": "000000000000000000000000003c00007e00007f0000ff0000ff0000ff0000ff8000ff8000ff8000ff8000ff0000ff00007f00007e00003e000018000ffff00ffff00ffff00ffff0\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000600000000000600000000000410000410000010000c000000200004300004455100450006440000400603ffffe3ffffe00000000000003ffc003ffc003fffe\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=line\/show_error_bars=y\/show_error_labels=y\/": "000000000000000000600000000000600000000000410000410000010000c000000200004300404455100450006440000400603ffffe3ffffe00000000000003ffc003ffc003fffe\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=line\/show_error_bars=y\/show_error_labels=n\/": "000000000000000000010000610000410000010000400000600000028000c280006000000000000000006000002440000c00607ffffe3ffffe00000000000003ffc003ffc003fffe\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "0000000000007ffffe0000002000007ffffe0100007ffffe2100004100007ffffe0000007ffffe27d57a0440007ffffe0400403ffffe3ffffe000000000000007e00007e00007ffe\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=line\/show_error_bars=n\/show_error_labels=y\/": "0000000000007ffffe0000002000007ffffe0100007ffffe2100004100007ffffe0000007ffffe27d57a0440007ffffe0400003ffffe3ffffe000000000000007e00007e00007ffe\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=line\/show_error_bars=n\/show_error_labels=n\/": "0000000000000000000100007ffffe7ffffe0000006380007ffffe000000c280007ffffe0000000000007ffffe2440000400603ffffe3ffffe000000000000007e00007e00007ffe\n", - "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=y\/show_error_labels=y\/": "0000000000000000002000003800003ffff83ffffa2000002000002000003000003400002000003800003a00003000003400002000003fffff00080000000003ffc003ffc003fffe\n", + "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=y\/show_error_labels=y\/": "0000000000000000002000003800003ffff83ffffa2000002000002000003000003400002000003800003a00003200003400002000003fffff00080000000003ffc003ffc003fffe\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=y\/show_error_labels=n\/": "0000000000000000002000003800003ffffc3ffffe2000002000002000003000003000002000003000003800003000003000002000003ffffe00080000000003ffc003ffc003fffe\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=n\/show_error_labels=y\/": "0000000000002000002200003800003ffff83ffff82a00102000002000003000003000002000003000003a00003000003000002000003fffff000800000000007e00007e00007ffe\n", "dataset_type=aggregate\/statistic=avg_waitduration_hours\/group_by=jobsize\/format=svg\/log_scale=n\/show_aggregate_labels=n\/display_type=h_bar\/show_error_bars=n\/show_error_labels=n\/": "0000000000002000002000003800003ffffc3ffffe2000002000002000003000003000002000003000003800003000003000002000003ffffe001800000000007e00007e00007ffe\n", diff --git a/tests/artifacts/xdmod/rest/output/get_statistics-cd.json b/tests/artifacts/xdmod/rest/output/get_statistics-cd.json index 48ab660c43..e595efddf3 100644 --- a/tests/artifacts/xdmod/rest/output/get_statistics-cd.json +++ b/tests/artifacts/xdmod/rest/output/get_statistics-cd.json @@ -161,79 +161,94 @@ "Screwdriver" ], "job_count": [ - "71313" - ], - "running_job_count": [ - "71313" - ], - "started_job_count": [ - "71313" - ], - "submitted_job_count": [ - "64416" + "71314" ], "active_person_count": [ - "66" + "67" ], - "active_pi_count": [ - "41" + "running_job_count": [ + "71314" ], - "total_cpu_hours": [ - "840555.8369" + "total_wallduration_hours": [ + "127977.0669" ], "total_waitduration_hours": [ - "306345.3608" + "306345.4586" ], "total_node_hours": [ - "156303.7475" + "156306.0925" ], - "total_wallduration_hours": [ - "127976.8064" + "total_gpu_hours": [ + "506.9128" ], - "avg_cpu_hours": [ - "11.78685285" - ], - "sem_avg_cpu_hours": [ - "0.45350239591639746" + "total_cpu_hours": [ + "840583.9769" ], - "avg_node_hours": [ - "2.19179880" + "submitted_job_count": [ + "64417" ], - "sem_avg_node_hours": [ - "0.037808294679009785" + "started_job_count": [ + "71314" ], - "avg_waitduration_hours": [ - "4.29578563" + "sem_avg_wallduration_hours": [ + "0.017929373154342274" ], "sem_avg_waitduration_hours": [ - "0.08956571094180898" + "0.0895644743521742" ], - "avg_wallduration_hours": [ - "1.79457892" + "sem_avg_gpus": [ + "0.00003966104080882526" ], - "sem_avg_wallduration_hours": [ - "0.017929611668507588" + "sem_avg_processors": [ + "0.021607702687329568" ], - "avg_processors": [ - "8.7346" + "sem_avg_node_hours": [ + "0.03780776457352913" ], - "sem_avg_processors": [ - "0.02156312501879985" + "sem_avg_cpu_hours": [ + "0.45349609465800805" ], "min_processors": [ "1" ], + "active_pi_count": [ + "41" + ], "max_processors": [ "336" ], "utilization": [ - "19.0343" + "19.0350" ], "expansion_factor": [ "3.1031" ], + "avg_wallduration_hours": [ + "1.79455741" + ], + "avg_waitduration_hours": [ + "4.29572677" + ], + "avg_gpus": [ + "0.0001" + ], + "avg_processors": [ + "8.7359" + ], + "avg_node_hours": [ + "2.19180094" + ], + "avg_job_size_weighted_by_gpu_hours": [ + "12.0000" + ], "avg_job_size_weighted_by_cpu_hours": [ - "65.6161" + "65.6175" + ], + "avg_gpu_hours": [ + "0.00710818" + ], + "avg_cpu_hours": [ + "11.78708216" ], "active_resource_count": [ "5" diff --git a/tests/artifacts/xdmod/rest/output/get_statistics-cs.json b/tests/artifacts/xdmod/rest/output/get_statistics-cs.json index 48ab660c43..f06afd9b78 100644 --- a/tests/artifacts/xdmod/rest/output/get_statistics-cs.json +++ b/tests/artifacts/xdmod/rest/output/get_statistics-cs.json @@ -151,93 +151,108 @@ "none_id": [ "-9999" ], - "none_name": [ + "none_short_name": [ "Screwdriver" ], - "none_short_name": [ + "none_name": [ "Screwdriver" ], "none_order_id": [ "Screwdriver" ], - "job_count": [ - "71313" - ], - "running_job_count": [ - "71313" - ], - "started_job_count": [ - "71313" - ], - "submitted_job_count": [ - "64416" - ], "active_person_count": [ - "66" + "67" ], - "active_pi_count": [ - "41" + "running_job_count": [ + "71314" ], - "total_cpu_hours": [ - "840555.8369" + "total_wallduration_hours": [ + "127977.0669" ], "total_waitduration_hours": [ - "306345.3608" + "306345.4586" ], "total_node_hours": [ - "156303.7475" + "156306.0925" ], - "total_wallduration_hours": [ - "127976.8064" + "total_gpu_hours": [ + "506.9128" ], - "avg_cpu_hours": [ - "11.78685285" - ], - "sem_avg_cpu_hours": [ - "0.45350239591639746" + "total_cpu_hours": [ + "840583.9769" ], - "avg_node_hours": [ - "2.19179880" + "submitted_job_count": [ + "64417" ], - "sem_avg_node_hours": [ - "0.037808294679009785" + "started_job_count": [ + "71314" ], - "avg_waitduration_hours": [ - "4.29578563" + "sem_avg_wallduration_hours": [ + "0.017929373154342274" ], "sem_avg_waitduration_hours": [ - "0.08956571094180898" + "0.0895644743521742" ], - "avg_wallduration_hours": [ - "1.79457892" + "sem_avg_gpus": [ + "0.00003966104080882526" ], - "sem_avg_wallduration_hours": [ - "0.017929611668507588" + "sem_avg_processors": [ + "0.021607702687329568" ], - "avg_processors": [ - "8.7346" + "sem_avg_node_hours": [ + "0.03780776457352913" ], - "sem_avg_processors": [ - "0.02156312501879985" + "sem_avg_cpu_hours": [ + "0.45349609465800805" ], "min_processors": [ "1" ], + "active_pi_count": [ + "41" + ], "max_processors": [ "336" ], - "utilization": [ - "19.0343" + "job_count": [ + "71314" ], "expansion_factor": [ "3.1031" ], + "avg_wallduration_hours": [ + "1.79455741" + ], + "avg_waitduration_hours": [ + "4.29572677" + ], + "avg_gpus": [ + "0.0001" + ], + "avg_processors": [ + "8.7359" + ], + "avg_node_hours": [ + "2.19180094" + ], + "avg_job_size_weighted_by_gpu_hours": [ + "12.0000" + ], "avg_job_size_weighted_by_cpu_hours": [ - "65.6161" + "65.6175" + ], + "avg_gpu_hours": [ + "0.00710818" + ], + "avg_cpu_hours": [ + "11.78708216" ], "active_resource_count": [ "5" ], + "utilization": [ + "19.0350" + ], "count": 1 } ] diff --git a/tests/artifacts/xdmod/rest/output/get_statistics-pi.json b/tests/artifacts/xdmod/rest/output/get_statistics-pi.json index 48ab660c43..f06afd9b78 100644 --- a/tests/artifacts/xdmod/rest/output/get_statistics-pi.json +++ b/tests/artifacts/xdmod/rest/output/get_statistics-pi.json @@ -151,93 +151,108 @@ "none_id": [ "-9999" ], - "none_name": [ + "none_short_name": [ "Screwdriver" ], - "none_short_name": [ + "none_name": [ "Screwdriver" ], "none_order_id": [ "Screwdriver" ], - "job_count": [ - "71313" - ], - "running_job_count": [ - "71313" - ], - "started_job_count": [ - "71313" - ], - "submitted_job_count": [ - "64416" - ], "active_person_count": [ - "66" + "67" ], - "active_pi_count": [ - "41" + "running_job_count": [ + "71314" ], - "total_cpu_hours": [ - "840555.8369" + "total_wallduration_hours": [ + "127977.0669" ], "total_waitduration_hours": [ - "306345.3608" + "306345.4586" ], "total_node_hours": [ - "156303.7475" + "156306.0925" ], - "total_wallduration_hours": [ - "127976.8064" + "total_gpu_hours": [ + "506.9128" ], - "avg_cpu_hours": [ - "11.78685285" - ], - "sem_avg_cpu_hours": [ - "0.45350239591639746" + "total_cpu_hours": [ + "840583.9769" ], - "avg_node_hours": [ - "2.19179880" + "submitted_job_count": [ + "64417" ], - "sem_avg_node_hours": [ - "0.037808294679009785" + "started_job_count": [ + "71314" ], - "avg_waitduration_hours": [ - "4.29578563" + "sem_avg_wallduration_hours": [ + "0.017929373154342274" ], "sem_avg_waitduration_hours": [ - "0.08956571094180898" + "0.0895644743521742" ], - "avg_wallduration_hours": [ - "1.79457892" + "sem_avg_gpus": [ + "0.00003966104080882526" ], - "sem_avg_wallduration_hours": [ - "0.017929611668507588" + "sem_avg_processors": [ + "0.021607702687329568" ], - "avg_processors": [ - "8.7346" + "sem_avg_node_hours": [ + "0.03780776457352913" ], - "sem_avg_processors": [ - "0.02156312501879985" + "sem_avg_cpu_hours": [ + "0.45349609465800805" ], "min_processors": [ "1" ], + "active_pi_count": [ + "41" + ], "max_processors": [ "336" ], - "utilization": [ - "19.0343" + "job_count": [ + "71314" ], "expansion_factor": [ "3.1031" ], + "avg_wallduration_hours": [ + "1.79455741" + ], + "avg_waitduration_hours": [ + "4.29572677" + ], + "avg_gpus": [ + "0.0001" + ], + "avg_processors": [ + "8.7359" + ], + "avg_node_hours": [ + "2.19180094" + ], + "avg_job_size_weighted_by_gpu_hours": [ + "12.0000" + ], "avg_job_size_weighted_by_cpu_hours": [ - "65.6161" + "65.6175" + ], + "avg_gpu_hours": [ + "0.00710818" + ], + "avg_cpu_hours": [ + "11.78708216" ], "active_resource_count": [ "5" ], + "utilization": [ + "19.0350" + ], "count": 1 } ] diff --git a/tests/artifacts/xdmod/rest/output/get_statistics-pub.json b/tests/artifacts/xdmod/rest/output/get_statistics-pub.json index 48ab660c43..f06afd9b78 100644 --- a/tests/artifacts/xdmod/rest/output/get_statistics-pub.json +++ b/tests/artifacts/xdmod/rest/output/get_statistics-pub.json @@ -151,93 +151,108 @@ "none_id": [ "-9999" ], - "none_name": [ + "none_short_name": [ "Screwdriver" ], - "none_short_name": [ + "none_name": [ "Screwdriver" ], "none_order_id": [ "Screwdriver" ], - "job_count": [ - "71313" - ], - "running_job_count": [ - "71313" - ], - "started_job_count": [ - "71313" - ], - "submitted_job_count": [ - "64416" - ], "active_person_count": [ - "66" + "67" ], - "active_pi_count": [ - "41" + "running_job_count": [ + "71314" ], - "total_cpu_hours": [ - "840555.8369" + "total_wallduration_hours": [ + "127977.0669" ], "total_waitduration_hours": [ - "306345.3608" + "306345.4586" ], "total_node_hours": [ - "156303.7475" + "156306.0925" ], - "total_wallduration_hours": [ - "127976.8064" + "total_gpu_hours": [ + "506.9128" ], - "avg_cpu_hours": [ - "11.78685285" - ], - "sem_avg_cpu_hours": [ - "0.45350239591639746" + "total_cpu_hours": [ + "840583.9769" ], - "avg_node_hours": [ - "2.19179880" + "submitted_job_count": [ + "64417" ], - "sem_avg_node_hours": [ - "0.037808294679009785" + "started_job_count": [ + "71314" ], - "avg_waitduration_hours": [ - "4.29578563" + "sem_avg_wallduration_hours": [ + "0.017929373154342274" ], "sem_avg_waitduration_hours": [ - "0.08956571094180898" + "0.0895644743521742" ], - "avg_wallduration_hours": [ - "1.79457892" + "sem_avg_gpus": [ + "0.00003966104080882526" ], - "sem_avg_wallduration_hours": [ - "0.017929611668507588" + "sem_avg_processors": [ + "0.021607702687329568" ], - "avg_processors": [ - "8.7346" + "sem_avg_node_hours": [ + "0.03780776457352913" ], - "sem_avg_processors": [ - "0.02156312501879985" + "sem_avg_cpu_hours": [ + "0.45349609465800805" ], "min_processors": [ "1" ], + "active_pi_count": [ + "41" + ], "max_processors": [ "336" ], - "utilization": [ - "19.0343" + "job_count": [ + "71314" ], "expansion_factor": [ "3.1031" ], + "avg_wallduration_hours": [ + "1.79455741" + ], + "avg_waitduration_hours": [ + "4.29572677" + ], + "avg_gpus": [ + "0.0001" + ], + "avg_processors": [ + "8.7359" + ], + "avg_node_hours": [ + "2.19180094" + ], + "avg_job_size_weighted_by_gpu_hours": [ + "12.0000" + ], "avg_job_size_weighted_by_cpu_hours": [ - "65.6161" + "65.6175" + ], + "avg_gpu_hours": [ + "0.00710818" + ], + "avg_cpu_hours": [ + "11.78708216" ], "active_resource_count": [ "5" ], + "utilization": [ + "19.0350" + ], "count": 1 } ] diff --git a/tests/artifacts/xdmod/rest/output/get_statistics-usr.json b/tests/artifacts/xdmod/rest/output/get_statistics-usr.json index 48ab660c43..f06afd9b78 100644 --- a/tests/artifacts/xdmod/rest/output/get_statistics-usr.json +++ b/tests/artifacts/xdmod/rest/output/get_statistics-usr.json @@ -151,93 +151,108 @@ "none_id": [ "-9999" ], - "none_name": [ + "none_short_name": [ "Screwdriver" ], - "none_short_name": [ + "none_name": [ "Screwdriver" ], "none_order_id": [ "Screwdriver" ], - "job_count": [ - "71313" - ], - "running_job_count": [ - "71313" - ], - "started_job_count": [ - "71313" - ], - "submitted_job_count": [ - "64416" - ], "active_person_count": [ - "66" + "67" ], - "active_pi_count": [ - "41" + "running_job_count": [ + "71314" ], - "total_cpu_hours": [ - "840555.8369" + "total_wallduration_hours": [ + "127977.0669" ], "total_waitduration_hours": [ - "306345.3608" + "306345.4586" ], "total_node_hours": [ - "156303.7475" + "156306.0925" ], - "total_wallduration_hours": [ - "127976.8064" + "total_gpu_hours": [ + "506.9128" ], - "avg_cpu_hours": [ - "11.78685285" - ], - "sem_avg_cpu_hours": [ - "0.45350239591639746" + "total_cpu_hours": [ + "840583.9769" ], - "avg_node_hours": [ - "2.19179880" + "submitted_job_count": [ + "64417" ], - "sem_avg_node_hours": [ - "0.037808294679009785" + "started_job_count": [ + "71314" ], - "avg_waitduration_hours": [ - "4.29578563" + "sem_avg_wallduration_hours": [ + "0.017929373154342274" ], "sem_avg_waitduration_hours": [ - "0.08956571094180898" + "0.0895644743521742" ], - "avg_wallduration_hours": [ - "1.79457892" + "sem_avg_gpus": [ + "0.00003966104080882526" ], - "sem_avg_wallduration_hours": [ - "0.017929611668507588" + "sem_avg_processors": [ + "0.021607702687329568" ], - "avg_processors": [ - "8.7346" + "sem_avg_node_hours": [ + "0.03780776457352913" ], - "sem_avg_processors": [ - "0.02156312501879985" + "sem_avg_cpu_hours": [ + "0.45349609465800805" ], "min_processors": [ "1" ], + "active_pi_count": [ + "41" + ], "max_processors": [ "336" ], - "utilization": [ - "19.0343" + "job_count": [ + "71314" ], "expansion_factor": [ "3.1031" ], + "avg_wallduration_hours": [ + "1.79455741" + ], + "avg_waitduration_hours": [ + "4.29572677" + ], + "avg_gpus": [ + "0.0001" + ], + "avg_processors": [ + "8.7359" + ], + "avg_node_hours": [ + "2.19180094" + ], + "avg_job_size_weighted_by_gpu_hours": [ + "12.0000" + ], "avg_job_size_weighted_by_cpu_hours": [ - "65.6161" + "65.6175" + ], + "avg_gpu_hours": [ + "0.00710818" + ], + "avg_cpu_hours": [ + "11.78708216" ], "active_resource_count": [ "5" ], + "utilization": [ + "19.0350" + ], "count": 1 } ] diff --git a/tests/artifacts/xdmod/rest/output/get_statistics_end_date_invalid-pub.json b/tests/artifacts/xdmod/rest/output/get_statistics_end_date_invalid-pub.json index b51c48cd52..5681ba8e1a 100644 --- a/tests/artifacts/xdmod/rest/output/get_statistics_end_date_invalid-pub.json +++ b/tests/artifacts/xdmod/rest/output/get_statistics_end_date_invalid-pub.json @@ -1,10 +1,10 @@ { - "success": false, - "count": 0, - "total": 0, - "totalCount": 0, - "results": [], - "data": [], - "message": "Unable to parse end_date", - "code": 0 + "success": false, + "count": 0, + "total": 0, + "totalCount": 0, + "results": [], + "data": [], + "message": "Unable to parse end_date", + "code": 0 } diff --git a/tests/artifacts/xdmod/rest/output/get_statistics_no_end_date-pub.json b/tests/artifacts/xdmod/rest/output/get_statistics_no_end_date-pub.json index dfb5348186..c4dcb75ec9 100644 --- a/tests/artifacts/xdmod/rest/output/get_statistics_no_end_date-pub.json +++ b/tests/artifacts/xdmod/rest/output/get_statistics_no_end_date-pub.json @@ -1,10 +1,10 @@ { - "success": false, - "count": 0, - "total": 0, - "totalCount": 0, - "results": [], - "data": [], - "message": "end_date is a required parameter.", - "code": 0 + "success": false, + "count": 0, + "total": 0, + "totalCount": 0, + "results": [], + "data": [], + "message": "end_date is a required parameter.", + "code": 0 } diff --git a/tests/artifacts/xdmod/rest/output/get_statistics_no_start_date-pub.json b/tests/artifacts/xdmod/rest/output/get_statistics_no_start_date-pub.json index b1e257a442..e123cd7327 100644 --- a/tests/artifacts/xdmod/rest/output/get_statistics_no_start_date-pub.json +++ b/tests/artifacts/xdmod/rest/output/get_statistics_no_start_date-pub.json @@ -1,10 +1,10 @@ { - "success": false, - "count": 0, - "total": 0, - "totalCount": 0, - "results": [], - "data": [], - "message": "start_date is a required parameter.", - "code": 0 + "success": false, + "count": 0, + "total": 0, + "totalCount": 0, + "results": [], + "data": [], + "message": "start_date is a required parameter.", + "code": 0 } diff --git a/tests/artifacts/xdmod/rest/output/get_statistics_no_start_end_date-pub.json b/tests/artifacts/xdmod/rest/output/get_statistics_no_start_end_date-pub.json index b1e257a442..e123cd7327 100644 --- a/tests/artifacts/xdmod/rest/output/get_statistics_no_start_end_date-pub.json +++ b/tests/artifacts/xdmod/rest/output/get_statistics_no_start_end_date-pub.json @@ -1,10 +1,10 @@ { - "success": false, - "count": 0, - "total": 0, - "totalCount": 0, - "results": [], - "data": [], - "message": "start_date is a required parameter.", - "code": 0 + "success": false, + "count": 0, + "total": 0, + "totalCount": 0, + "results": [], + "data": [], + "message": "start_date is a required parameter.", + "code": 0 } diff --git a/tests/artifacts/xdmod/rest/output/get_statistics_start_date_after_end-pub.json b/tests/artifacts/xdmod/rest/output/get_statistics_start_date_after_end-pub.json index f07d781a45..800100a919 100644 --- a/tests/artifacts/xdmod/rest/output/get_statistics_start_date_after_end-pub.json +++ b/tests/artifacts/xdmod/rest/output/get_statistics_start_date_after_end-pub.json @@ -1,10 +1,10 @@ { - "success": false, - "count": 0, - "total": 0, - "totalCount": 0, - "results": [], - "data": [], - "message": "Start Date must not be after End Date", - "code": 0 + "success": false, + "count": 0, + "total": 0, + "totalCount": 0, + "results": [], + "data": [], + "message": "Start Date must not be after End Date", + "code": 0 } diff --git a/tests/artifacts/xdmod/rest/output/get_statistics_start_date_invalid-pub.json b/tests/artifacts/xdmod/rest/output/get_statistics_start_date_invalid-pub.json index abdb031bc5..66eb7821fe 100644 --- a/tests/artifacts/xdmod/rest/output/get_statistics_start_date_invalid-pub.json +++ b/tests/artifacts/xdmod/rest/output/get_statistics_start_date_invalid-pub.json @@ -1,10 +1,10 @@ { - "success": false, - "count": 0, - "total": 0, - "totalCount": 0, - "results": [], - "data": [], - "message": "Unable to parse start_date", - "code": 0 + "success": false, + "count": 0, + "total": 0, + "totalCount": 0, + "results": [], + "data": [], + "message": "Unable to parse start_date", + "code": 0 } diff --git a/tests/artifacts/xdmod/ui/output/metricExplorer.json b/tests/artifacts/xdmod/ui/output/metricExplorer.json index 64fd485221..0c5a3daf80 100644 --- a/tests/artifacts/xdmod/ui/output/metricExplorer.json +++ b/tests/artifacts/xdmod/ui/output/metricExplorer.json @@ -1,4 +1,4 @@ { "legend": "Screwdriver", - "trend_line": "(-17,226.00x +56,410.64), R-Squared=0.85" + "trend_line": "(-17,227.17x +56,412.59), R-Squared=0.85" } diff --git a/tests/ci/bootstrap.sh b/tests/ci/bootstrap.sh index 64bc55ee96..2e3a08e935 100755 --- a/tests/ci/bootstrap.sh +++ b/tests/ci/bootstrap.sh @@ -151,6 +151,12 @@ then sudo -u xdmod xdmod-import-csv -t names -i $REF_DIR/names.csv sudo -u xdmod xdmod-ingestor --start-date "2016-12-01" --end-date "2022-01-01" --last-modified-start-date "2017-01-01 00:00:00" + + last_modified_start_date_update_filter_list=$(date +'%F %T') + sudo -u xdmod xdmod-shredder -r 'robertson' -f slurm -i $REF_DIR/robertson-filter-log/robertson-filter-test.log + sudo -u xdmod xdmod-ingestor --start-date "2016-12-01" --end-date "2022-01-01" --last-modified-start-date "2017-01-01 00:00:00" + sudo -u xdmod xdmod-build-filter-lists -r Jobs --append + php $BASEDIR/scripts/create_xdmod_users.php fi @@ -176,7 +182,11 @@ then sudo -u xdmod xdmod-ingestor --last-modified-start-date "2017-01-01 00:00:00" sudo -u xdmod xdmod-import-csv -t names -i $REF_DIR/names.csv + + last_modified_start_date_update_filter_list=$(date +'%F %T') + sudo -u xdmod xdmod-shredder -r 'robertson' -f slurm -i $REF_DIR/robertson-filter-log/robertson-filter-test.log sudo -u xdmod xdmod-ingestor --start-date "2016-12-01" --end-date "2022-01-01" --last-modified-start-date "2017-01-01 00:00:00" + sudo -u xdmod xdmod-build-filter-lists -r Jobs --append # Make sure that we have the new httpd.conf file in place, this can be removed after the next xdmod/docker image # update as it will already be in place. diff --git a/tests/component/lib/ETL/CloudInstanceTypeStateIngestorTest.php b/tests/component/lib/ETL/CloudInstanceTypeStateIngestorTest.php deleted file mode 100644 index b61210f58a..0000000000 --- a/tests/component/lib/ETL/CloudInstanceTypeStateIngestorTest.php +++ /dev/null @@ -1,294 +0,0 @@ - - */ - -namespace ComponentTests\ETL; - -use ETL\Ingestor\CloudInstanceTypeStateIngestor; -use ETL\Ingestor\IngestorOptions; -use ETL\Configuration\EtlConfiguration; - -/** - * Test Cloud Resource Specifications State FSM - */ - -class CloudInstanceTypeStateIngestorTest extends \PHPUnit\Framework\TestCase -{ - private $instance_type_state_first_record = array( - "resource_id" => 8, - "instance_type_id" => 0, - "instance_type" => 'c1.m4', - "display" => 'c1.m4', - "description" => '', - "num_cores" => 1, - "memory_mb" => 4096, - "disk_gb" => 20, - "start_time" => 1524063518 - ); - - private $instance_type_state_existing_record = array( - "resource_id" => 8, - "instance_type_id" => 2, - "instance_type" => 'c1.m4', - "display" => 'c1.m4', - "description" => '', - "num_cores" => 1, - "memory_mb" => 4096, - "disk_gb" => 20, - "start_time" => 1524063601 - ); - - private $instance_type_state_change_num_cores = array( - "resource_id" => 8, - "instance_type_id" => 0, - "instance_type" => 'c1.m4', - "display" => 'c1.m4', - "description" => '', - "num_cores" => 2, - "memory_mb" => 4096, - "disk_gb" => 20, - "start_time" => 1524063549 - ); - - private $instance_type_state_change_memory = array( - "resource_id" => 8, - "instance_type_id" => 0, - "instance_type" => 'c1.m4', - "display" => 'c1.m4', - "description" => '', - "num_cores" => 1, - "memory_mb" => 8192, - "disk_gb" => 20, - "start_time" => 1524063549 - ); - - private $instance_type_state_change_disk_gb = array( - "resource_id" => 8, - "instance_type_id" => 0, - "instance_type" => 'c1.m4', - "display" => 'c1.m4', - "description" => '', - "num_cores" => 1, - "memory_mb" => 4096, - "disk_gb" => 40, - "start_time" => 1524063549 - ); - - private $instance_type_state_change_resource_id = array( - "resource_id" => 9, - "instance_type_id" => 0, - "instance_type" => 'c1.m4', - "display" => 'c1.m4', - "description" => '', - "num_cores" => 1, - "memory_mb" => 4096, - "disk_gb" => 20, - "start_time" => 1524063549 - ); - - private $instance_type_state_change_instance_type = array( - "resource_id" => 8, - "instance_type_id" => 0, - "instance_type" => 'c2.m4', - "display" => 'c2.m4', - "description" => '', - "num_cores" => 2, - "memory_mb" => 4096, - "disk_gb" => 20, - "start_time" => 1524063549 - ); - - private $instance_type_state_original = array( - "resource_id" => 8, - "instance_type_id" => 0, - "instance_type" => 'c1.m4', - "display" => 'c1.m4', - "description" => '', - "num_cores" => 1, - "memory_mb" => 4096, - "disk_gb" => 20, - "start_time" => 1524243485 - ); - - private $instance_type_state_original2 = array( - "resource_id" => 8, - "instance_type_id" => 0, - "instance_type" => 'c1.m4', - "display" => 'c1.m4', - "description" => '', - "num_cores" => 2, - "memory_mb" => 4096, - "disk_gb" => 20, - "start_time" => 1524243500 - ); - - private $instance_type_state_zero = array( - "resource_id" => 0, - "instance_type_id" => 0, - "instance_type" => 0, - "display" => 0, - "description" => 0, - "num_cores" => 0, - "memory_mb" => 0, - "disk_gb" => 0, - "start_time" => 0 - ); - - private $instance_state_no_change_result = array( - "resource_id" => 8, - "instance_type_id" => 0, - "instance_type" => 'c1.m4', - "display" => 'c1.m4', - "description" => '', - "num_cores" => 1, - "memory_mb" => 4096, - "disk_gb" => 20, - "start_time" => 1524063518, - "end_time" => 1524063548 - ); - - private $instance_state_change_cores_result = array( - "resource_id" => 8, - "instance_type_id" => 0, - "instance_type" => 'c1.m4', - "display" => 'c1.m4', - "description" => '', - "num_cores" => 2, - "memory_mb" => 4096, - "disk_gb" => 20, - "start_time" => 1524063549, - "end_time" => 1524243484 - ); - - private $instance_state_change_mem_result = array( - "resource_id" => 8, - "instance_type_id" => 0, - "instance_type" => 'c1.m4', - "display" => 'c1.m4', - "description" => '', - "num_cores" => 1, - "memory_mb" => 8192, - "disk_gb" => 20, - "start_time" => 1524063549, - "end_time" => 1524243484 - ); - - private $instance_state_change_disk_gb_result = array( - "resource_id" => 8, - "instance_type_id" => 0, - "instance_type" => 'c1.m4', - "display" => 'c1.m4', - "description" => '', - "num_cores" => 1, - "memory_mb" => 4096, - "disk_gb" => 40, - "start_time" => 1524063549, - "end_time" => 1524243484 - ); - - private $instance_state_change_to_previous_result = array( - "resource_id" => 8, - "instance_type_id" => 0, - "instance_type" => 'c1.m4', - "display" => 'c1.m4', - "description" => '', - "num_cores" => 1, - "memory_mb" => 4096, - "disk_gb" => 20, - "start_time" => 1524243485, - "end_time" => 1524243499 - ); - - private $instance_state_update_existing = array( - "resource_id" => 8, - "instance_type_id" => 2, - "instance_type" => 'c1.m4', - "display" => 'c1.m4', - "description" => '', - "num_cores" => 1, - "memory_mb" => 4096, - "disk_gb" => 20, - "start_time" => 1524063518, - "end_time" => 1524063548 - ); - - private $options_array = array( - "name" => "jobs-cloud-extract-openstack", - "class" => "CloudInstanceTypeStateIngestorTest", - "destination" => "modw_test", - "definition_file" => "" - ); - - private $fsm; - - public function __construct(?string $name = null, array $data = [], $dataName = '') - { - $configFile = realpath(BASE_DIR . '/tests/artifacts/xdmod/etlv2/configuration/input/xdmod_etl_config_8.0.0.json'); - - // This needs to be explicitly defined here so PHP 5.4 doesn't complain - $this->options_array["definition_file"] = BASE_DIR . "/tests/artifacts/xdmod/etlv2/configuration/input/etl_action_defs_8.0.0.d/cloud_state.json"; - - $options = new IngestorOptions($this->options_array); - $conf = EtlConfiguration::factory($configFile); - - $this->fsm = new CloudInstanceTypeStateIngestor($options, $conf); - parent::__construct($name, $data, $dataName); - } - - // Test for when the number of cores for an instance changes - public function testChangeNumCores() - { - $this->fsm->transformHelper($this->instance_type_state_first_record); - $instance_state = $this->fsm->transformHelper($this->instance_type_state_change_num_cores); - $instance_state2 = $this->fsm->transformHelper($this->instance_type_state_original); - - $this->assertEquals($this->instance_state_no_change_result, $instance_state[0]); - $this->assertEquals($this->instance_state_change_cores_result, $instance_state2[0]); - } - - // Test for when the amount of memory for an instance changes - public function testChangeMem() - { - $this->fsm->transformHelper($this->instance_type_state_first_record); - $instance_state = $this->fsm->transformHelper($this->instance_type_state_change_memory); - $instance_state2 = $this->fsm->transformHelper($this->instance_type_state_original); - - $this->assertEquals($this->instance_state_no_change_result, $instance_state[0]); - $this->assertEquals($this->instance_state_change_mem_result, $instance_state2[0]); - } - - // Test for when the disk size for an instance changes - public function testChangeDisk() - { - $this->fsm->transformHelper($this->instance_type_state_first_record); - $instance_state = $this->fsm->transformHelper($this->instance_type_state_change_disk_gb); - $instance_state2 = $this->fsm->transformHelper($this->instance_type_state_original); - - $this->assertEquals($this->instance_state_no_change_result, $instance_state[0]); - $this->assertEquals($this->instance_state_change_disk_gb_result, $instance_state2[0]); - } - - // Test when a instance configuration changes back to a previous configuration - public function testChangeInstanceToPrevious() - { - $this->fsm->transformHelper($this->instance_type_state_first_record); - $instance_state = $this->fsm->transformHelper($this->instance_type_state_change_num_cores); - $instance_state2 = $this->fsm->transformHelper($this->instance_type_state_original); - $instance_state3 = $this->fsm->transformHelper($this->instance_type_state_original2); - - $this->assertEquals($this->instance_state_no_change_result, $instance_state[0]); - $this->assertEquals($this->instance_state_change_cores_result, $instance_state2[0]); - $this->assertEquals($this->instance_state_change_to_previous_result, $instance_state3[0]); - } - - // Test updating an existing record with a new start time. - public function testUpdateExisting() - { - $this->fsm->transformHelper($this->instance_type_state_first_record); - $this->fsm->transformHelper($this->instance_type_state_existing_record); - $instance_state2 = $this->fsm->transformHelper($this->instance_type_state_change_num_cores); - - $this->assertEquals($this->instance_state_update_existing, $instance_state2[0]); - } -} diff --git a/tests/integration/lib/BaseTest.php b/tests/integration/lib/BaseTest.php index a7420c1067..0000e5c70e 100644 --- a/tests/integration/lib/BaseTest.php +++ b/tests/integration/lib/BaseTest.php @@ -892,6 +892,46 @@ private static function truncateStr($str, $numChars) ); } + /** + * Retrieve the User information for the user that's authenticated with the provided $helper. + * + * @param XdmodTestHelper $helper the helper to use when making requests. + * @return mixed|void + */ + protected function getUserProfile(XdmodTestHelper $helper) + { + // Retrieve the user profile information and make sure that the last_name was updated. + $response = $helper->get('rest/v1/users/current'); + + // make sure that the request was successful + $this->assertEquals(200, $response[1]['http_code']); + + $responseData = $response[0]; + + // Make sure that the response is as expected. + $this->assertArrayHasKey('success', $responseData); + $this->assertTrue($responseData['success']); + $this->assertArrayHasKey('results', $responseData); + + return $responseData['results']; + } + + /** + * Retrieve a particular User Profile property for the user who is authentiated with the provided $helper. + * + * @param XdmodTestHelper $helper the helper to use in when making requests. + * @param string $property the property to retrieve + * @return mixed + */ + protected function getPropertyFromUserProfile(XdmodTestHelper $helper, string $property) + { + $userProfile = $this->getUserProfile($helper); + + $this->assertArrayHasKey($property, $userProfile); + + return $userProfile[$property]; + } + protected function log($message) { if (getenv('TEST_VERBOSE') === '1') { diff --git a/tests/integration/lib/Controllers/ControllerTest.php b/tests/integration/lib/Controllers/ControllerTest.php index 04be089426..b642fcbac9 100644 --- a/tests/integration/lib/Controllers/ControllerTest.php +++ b/tests/integration/lib/Controllers/ControllerTest.php @@ -240,6 +240,29 @@ public function testEnumUserTypesAndRoles() $this->helper->logout(); } + public function testSabRejectsNonMgr() + { + $this->helper->authenticate('usr'); + + $response = $this->helper->post('controllers/sab_user.php', null, ['operation' => 'enum_tg_users']); + + $this->assertEquals($response[1]['content_type'], 'application/json'); + $this->assertEquals(200, $response[1]['http_code']); + + $this->assertFalse($response[0]['success']); + $this->assertEquals('not_a_manager', $response[0]['message']); + + $this->helper->logout(); + } + + public function testSabRejectsPublic() + { + $response = $this->helper->post('controllers/sab_user.php', null, ['operation' => 'enum_tg_users']); + + $this->assertEquals($response[1]['content_type'], 'application/json'); + $this->assertEquals(401, $response[1]['http_code']); + } + public function testSabUserEnumTgUsers() { diff --git a/tests/integration/lib/Controllers/MetricExplorerTest.php b/tests/integration/lib/Controllers/MetricExplorerTest.php index e0349ef364..e8613939f7 100644 --- a/tests/integration/lib/Controllers/MetricExplorerTest.php +++ b/tests/integration/lib/Controllers/MetricExplorerTest.php @@ -310,8 +310,8 @@ public function getDimensionFiltersProvider() } } $expectedCounts = [ - 'cd' => 66, - 'cs' => 66, + 'cd' => 67, + 'cs' => 67, 'usr' => 1, 'pi' => 6, 'mgr' => 0 diff --git a/tests/integration/lib/Controllers/UsageExplorerTest.php b/tests/integration/lib/Controllers/UsageExplorerTest.php index 1703f493f5..ef93126e24 100644 --- a/tests/integration/lib/Controllers/UsageExplorerTest.php +++ b/tests/integration/lib/Controllers/UsageExplorerTest.php @@ -202,7 +202,7 @@ public function aggregateDataProvider() $view['start_date'] = "2016-01-01"; $view['end_date'] = "2016-12-31"; - $validRange = array($view, 1.97829913); + $validRange = array($view, 1.97826857); $view['start_date'] = "2017-01-01"; $view['end_date'] = "2017-12-31"; diff --git a/tests/integration/lib/Controllers/UserAdminTest.php b/tests/integration/lib/Controllers/UserAdminTest.php index 2e26bc2b87..1fa848b293 100644 --- a/tests/integration/lib/Controllers/UserAdminTest.php +++ b/tests/integration/lib/Controllers/UserAdminTest.php @@ -867,6 +867,97 @@ protected function getUserVisits(array $options) return (int)$results; } + public function testPasswordResetWorks() + { + // We need an adminHelper to trigger the password reset via the internal dashboard. + $adminHelper = new XdmodTestHelper(); + + // We need an unauthenticated helper to simulate retrieving of the password reset page. + $publicHelper = new XdmodTestHelper(); + + // First, login as center director + $this->helper->authenticate('cd'); + + // Next, snag the original first name so we can revert the changes after the test is done. + $originalFirstName = $this->getPropertyFromUserProfile($this->helper, 'first_name'); + try { + // Update cd's first_name + $newFirstName = ''; + $updateResponse = $this->helper->patch('rest/v1/users/current', null, ['first_name' => $newFirstName]); + + // Make sure that the update was successful. + $this->assertEquals(200, $updateResponse[1]['http_code'], "Unable to update cd's first_name."); + $this->assertSame( + [ + 'success' => true, + 'message' => 'User profile updated successfully' + ], + $updateResponse[0] + ); + + // Now we can trigger a password reset. + $adminHelper->authenticateDashboard('mgr'); + $passwordResetResponse = $adminHelper->post('controllers/user_admin.php', null, ["operation" => 'pass_reset', 'uid' => '3']); + $this->assertEquals(200, $passwordResetResponse[1]['http_code'], "Unable to trigger a password reset."); + + // Make sure that the default docker location for emails is present. + $emailFile = '/var/spool/mail/root'; + if (!is_file($emailFile)) { + throw new \Exception('Unable to locate email file.'); + } + // retrieve the password reset email. + $email = file_get_contents($emailFile); + $this->assertNotEmpty($email, "Unable to continue, no emails found"); + + // Find any / all password reset emails. There should be only one, but this should allow us to deal with + // tests being added in the future that generate emails. + $lines = explode(PHP_EOL, $email); + $resetUrls = array_reduce( + $lines, + function ($carry, $line) { + if (str_contains($line, 'password_reset.php')) { + $carry[] = trim($line); + } + return $carry; + }, + [] + ); + $this->assertNotEmpty($resetUrls, "Unable to continue, no emails retrieved."); + + // The url we're after is the last one ( the most recent ). + $resetUrl = array_pop($resetUrls); + + // Now request the password reset page as + $response = $publicHelper->get($resetUrl, null, true); + $this->assertEquals(200, $response[1]['http_code'], "Unable to retrieve the password reset page."); + $resetPage = $response[0]; + + // We shouldn't find the new first_name value since it should be escaped now. + $this->assertFalse(strpos($resetPage, $newFirstName), "Expected the new first_name to be escaped properly."); + } finally { + // Make sure we logout our other helpers first on the off chance that the reverting of cd's first_name is unsucessful. + $adminHelper->logout(); + $publicHelper->logout(); + + // Revert cd's first_name back to what it was prior to this test. + $updateResponse = $this->helper->patch('rest/v1/users/current', [], ['first_name' => $originalFirstName]); + + // Make sure that the update was successful. + $updateResponseCode = $updateResponse[1]['http_code']; + $this->assertEquals(200, $updateResponseCode, sprintf("Unable to revert cd's first_name. Expected HTTP Code: 200, Received: %s", $updateResponseCode)); + $this->assertSame( + [ + 'success' => true, + 'message' => 'User profile updated successfully' + ], + $updateResponse[0], + "Unable to revert cd's first_name. Response contents is not as expected." + ); + } + + $this->helper->logout(); + } + /** * Attempt to determine if an entry exists in the provided $source based on * the return value of $predicate. If $predicate returns false for all diff --git a/tests/integration/lib/Export/ChartExportTest.php b/tests/integration/lib/Export/ChartExportTest.php new file mode 100644 index 0000000000..74755336cb --- /dev/null +++ b/tests/integration/lib/Export/ChartExportTest.php @@ -0,0 +1,161 @@ +helper = new XdmodTestHelper(); + } + + /** + * Test that proper escaping is done when exporting an svg ( which also occurs when exporting pdf's) + * @dataProvider provideChartExportEscapesCorrectly + * @return void + */ + public function testChartExportEscapesCorrectly(string $url, array $exportParams) + { + // login as the center director + $this->helper->authenticate('cd'); + + $originalLastName = $this->getPropertyFromUserProfile($this->helper, 'last_name'); + + try { + $updateResponse = $this->helper->patch('rest/v1/users/current', [], ['last_name' => "Changed' ; id > /tmp/this_shouldnt_exist; '"]); + + // Make sure that the update was successful. + $this->assertEquals(200, $updateResponse[1]['http_code']); + $this->assertSame( + [ + 'success' => true, + 'message' => 'User profile updated successfully' + ], + $updateResponse[0] + ); + + // Make sure that the last_name that was returned actually contains the right data. + $newLastName = $this->getPropertyFromUserProfile($this->helper, 'last_name'); + $this->assertNotFalse(strpos($newLastName, 'Changed'), 'The user last_name updated failed.'); + + $format = $exportParams['format']; + $exportResponse = $this->helper->get($url, $exportParams); + $this->assertEquals(200, $exportResponse[1]['http_code'], "Request to export in $format was unsuccessful."); + + // Make sure that the file that shouldnt' exist, does not in fact exist. + $this->assertFalse(is_file('/tmp/this_shouldnt_exist'), "Woops, chart export in $format did the bad thing. Best figure out why."); + + + } finally { + // Make sure to revert the update to centerdirector's last name. + $revertResponse = $this->helper->patch('rest/v1/users/current', [], ['last_name' => $originalLastName]); + if ($revertResponse[1]['http_code'] !== 200 || $revertResponse[0]['success'] === false) { + $this->fail('Unable to revert centerdirectors last name. You have been warned!'); + } + } + + // all done, logout. + $this->helper->logout(); + } + + /** + * @return array + */ + public function provideChartExportEscapesCorrectly(): array + { + $results = []; + $urls = [ + 'controllers/user_interface.php' => [ + 'public_user' => 'true', + 'realm' => 'Jobs', + 'group_by' => 'none', + 'statistic' => 'total_cpu_hours', + 'start_date' => '2026-03-01', + 'end_date' => '2026-03-31', + 'timeframe_label' => 'Previous+month', + 'scale' => '1', + 'aggregation_unit' => 'Auto', + 'dataset_type' => 'timeseries', + 'thumbnail' => 'n', + 'query_group' => 'tg_usage', + 'display_type' => 'line', + 'combine_type' => 'stack', + 'limit' => '10', + 'offset' => '0', + 'log_scale' => 'n', + 'show_guide_lines' => 'y', + 'show_trend_line' => 'n', + 'show_error_bars' => 'n', + 'show_aggregate_labels' => 'n', + 'show_error_labels' => 'n', + 'hide_tooltip' => 'false', + 'show_title' => 'y', + 'width' => '916', + 'height' => '484', + 'legend_type' => 'bottom_center', + 'font_size' => '3', + 'format' => '', + 'inline' => 'n', + 'operation' => 'get_data' + ], + 'controllers/metric_explorer.php' => [ + 'show_title' => 'y', + 'timeseries' => 'y', + 'aggregation_unit' => 'Auto', + 'start_date' => '2016-12-22', + 'end_date' => '2017-01-01', + 'global_filters' => '%7B%22data%22%3A%5B%5D%2C%22total%22%3A0%7D', + 'title' => 'untitled+query+1', + 'show_filters' => 'true', + 'show_warnings' => 'true', + 'show_remainder' => 'false', + 'start' => '0', + 'limit' => '10', + 'timeframe_label' => 'User+Defined', + 'operation' => 'get_data', + 'data_series' => '%5B%7B%22id%22%3A4860340157018481%2C%22metric%22%3A%22total_cpu_hours%22%2C%22category%22%3A%22Jobs%22%2C%22realm%22%3A%22Jobs%22%2C%22group_by%22%3A%22none%22%2C%22x_axis%22%3Afalse%2C%22log_scale%22%3Afalse%2C%22has_std_err%22%3Afalse%2C%22std_err%22%3Afalse%2C%22std_err_labels%22%3A%22%22%2C%22value_labels%22%3Afalse%2C%22display_type%22%3A%22line%22%2C%22line_type%22%3A%22Solid%22%2C%22line_width%22%3A2%2C%22combine_type%22%3A%22side%22%2C%22sort_type%22%3A%22value_desc%22%2C%22filters%22%3A%7B%22data%22%3A%5B%5D%2C%22total%22%3A0%7D%2C%22ignore_global%22%3Afalse%2C%22long_legend%22%3Atrue%2C%22trend_line%22%3Afalse%2C%22color%22%3A%22auto%22%2C%22shadow%22%3Afalse%2C%22visibility%22%3Anull%2C%22z_index%22%3A0%2C%22enabled%22%3Atrue%7D%5D', + 'swap_xy' => 'false', + 'share_y_axis' => 'false', + 'hide_tooltip' => 'false', + 'show_guide_lines' => 'y', + 'showContextMenu' => 'y', + 'scale' => '1', + 'format' => '', + 'width' => '916', + 'height' => '484', + 'legend_type' => 'bottom_center', + 'font_size' => '3', + 'featured' => 'false', + 'trendLineEnabled' => 'undefined', + 'x_axis' => '%7B%7D', + 'y_axis' => '%7B%7D', + 'legend' => '%7B%7D', + 'defaultDatasetConfig' => '%7B%7D', + 'controller_module' => 'metric_explorer', + 'inline' => 'n' + ] + ]; + $formats = ['svg', 'png', 'pdf']; + foreach($formats as $format) { + foreach($urls as $url => $urlData) { + $urlData['format'] = $format; + $results[] = [ + $url, + $urlData + ]; + + } + } + return $results; + } +} diff --git a/tests/integration/lib/Rest/WarehouseControllerProviderTest.php b/tests/integration/lib/Rest/WarehouseControllerProviderTest.php index 08bff89d6d..591060ac81 100644 --- a/tests/integration/lib/Rest/WarehouseControllerProviderTest.php +++ b/tests/integration/lib/Rest/WarehouseControllerProviderTest.php @@ -686,7 +686,7 @@ public function testGetAggregateData() $this->assertEquals(200, $response[1]['http_code']); $this->assertTrue($response[0]['success']); $this->assertCount($params['limit'], $response[0]['results']); - $this->assertEquals(66, $response[0]['total']); + $this->assertEquals(67, $response[0]['total']); self::$helper->logout(); } diff --git a/tests/playwright/package-lock.json b/tests/playwright/package-lock.json index e1d0c09fbf..7a10075853 100644 --- a/tests/playwright/package-lock.json +++ b/tests/playwright/package-lock.json @@ -9,17 +9,17 @@ "version": "1.0.0", "license": "GPL-3.0", "devDependencies": { - "@playwright/test": "^1.58.0" + "@playwright/test": "1.59.1" } }, "node_modules/@playwright/test": { - "version": "1.58.0", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.58.0.tgz", - "integrity": "sha512-fWza+Lpbj6SkQKCrU6si4iu+fD2dD3gxNHFhUPxsfXBPhnv3rRSQVd0NtBUT9Z/RhF/boCBcuUaMUSTRTopjZg==", + "version": "1.59.1", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.59.1.tgz", + "integrity": "sha512-PG6q63nQg5c9rIi4/Z5lR5IVF7yU5MqmKaPOe0HSc0O2cX1fPi96sUQu5j7eo4gKCkB2AnNGoWt7y4/Xx3Kcqg==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright": "1.58.0" + "playwright": "1.59.1" }, "bin": { "playwright": "cli.js" @@ -44,13 +44,13 @@ } }, "node_modules/playwright": { - "version": "1.58.0", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.58.0.tgz", - "integrity": "sha512-2SVA0sbPktiIY/MCOPX8e86ehA/e+tDNq+e5Y8qjKYti2Z/JG7xnronT/TXTIkKbYGWlCbuucZ6dziEgkoEjQQ==", + "version": "1.59.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.59.1.tgz", + "integrity": "sha512-C8oWjPR3F81yljW9o5OxcWzfh6avkVwDD2VYdwIGqTkl+OGFISgypqzfu7dOe4QNLL2aqcWBmI3PMtLIK233lw==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.58.0" + "playwright-core": "1.59.1" }, "bin": { "playwright": "cli.js" @@ -63,9 +63,9 @@ } }, "node_modules/playwright-core": { - "version": "1.58.0", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.58.0.tgz", - "integrity": "sha512-aaoB1RWrdNi3//rOeKuMiS65UCcgOVljU46At6eFcOFPFHWtd2weHRRow6z/n+Lec0Lvu0k9ZPKJSjPugikirw==", + "version": "1.59.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.59.1.tgz", + "integrity": "sha512-HBV/RJg81z5BiiZ9yPzIiClYV/QMsDCKUyogwH9p3MCP6IYjUFu/MActgYAvK0oWyV9NlwM3GLBjADyWgydVyg==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/tests/playwright/package.json b/tests/playwright/package.json index 0c17442b09..71e2ec56db 100644 --- a/tests/playwright/package.json +++ b/tests/playwright/package.json @@ -7,6 +7,6 @@ "license": "GPL-3.0", "repository": "https://github.com/ubccr/xdmod", "devDependencies": { - "@playwright/test": "^1.58.0" + "@playwright/test": "1.59.1" } } diff --git a/tests/unit/lib/ETL/Aggregator/PdoAggregatorBatchTempTableTest.php b/tests/unit/lib/ETL/Aggregator/PdoAggregatorBatchTempTableTest.php new file mode 100644 index 0000000000..ea62fc35aa --- /dev/null +++ b/tests/unit/lib/ETL/Aggregator/PdoAggregatorBatchTempTableTest.php @@ -0,0 +1,259 @@ +newInstanceWithoutConstructor(); + $m = $rc->getMethod('rewriteWhereForPeriodSlice'); + $m->setAccessible(true); + return $m->invoke($instance, $whereClause, $slice); + } + + /** + * Build a slice element carrying the standard period columns. Tests can + * pass any subset of overrides. + */ + private static function period($startDayId, $endDayId, $start = null, $end = null) + { + return array( + 'period_start_day_id' => $startDayId, + 'period_end_day_id' => $endDayId, + 'period_start' => $start, + 'period_end' => $end, + ); + } + + /** + * A non-contiguous slice (mirrors the real-world bug: nine days in 2026 + * plus one day from 2022) should produce one OR branch per period, with + * the per-period bind values matching the slice — not the slice's + * min/max range. + */ + public function testNonContiguousSliceProducesOneOrBranchPerPeriod() + { + $where = + "task.start_day_id <= :period_end_day_id" + . " AND task.end_day_id >= :period_start_day_id" + . " AND task.is_deleted = 0"; + + $slice = array(); + for ($i = 0; $i < 9; $i++) { + $d = 202600007 + $i; + $slice[] = self::period($d, $d); + } + $slice[] = self::period(202200007, 202200007); + + list($whereSql, $params) = self::rewrite($where, $slice); + + // Each period contributes one renamed pair for each :period_*_day_id + // bind var that appears in the WHERE — here, two pairs per period. + $this->assertCount(2 * count($slice), $params); + foreach ($slice as $i => $period) { + $this->assertSame( + $period['period_start_day_id'], + $params[":period_start_day_id_$i"] + ); + $this->assertSame( + $period['period_end_day_id'], + $params[":period_end_day_id_$i"] + ); + } + + // One OR branch per period. + $this->assertSame( + count($slice) - 1, + substr_count($whereSql, ' OR '), + 'one OR between consecutive period branches' + ); + + // Each branch keeps the original predicate shape. + $this->assertSame( + count($slice), + substr_count($whereSql, 'task.start_day_id <= :period_end_day_id_'), + 'one branch per period preserves the original overlap shape' + ); + + // Original (un-suffixed) period bind vars are gone. + $this->assertDoesNotMatchRegularExpression('/:period_start_day_id(?![_0-9])/', $whereSql); + $this->assertDoesNotMatchRegularExpression('/:period_end_day_id(?![_0-9])/', $whereSql); + + // Outlier 2022 day is bound to its own slot, not absorbed into a range. + $this->assertSame(202200007, $params[':period_start_day_id_9']); + $this->assertSame(202200007, $params[':period_end_day_id_9']); + } + + /** + * Non-period predicates get duplicated into every OR branch. Aliases + * and other predicates must be preserved verbatim inside each branch. + */ + public function testWhereClauseRewritePreservesAliasAndOtherPredicates() + { + $where = + "task.start_day_id <= :period_end_day_id" + . " AND task.end_day_id >= :period_start_day_id" + . " AND task.is_deleted = 0" + . " AND task.resource_id IN (1,2,3)"; + + $slice = array(self::period(202600007, 202600007), self::period(202600008, 202600008)); + + list($whereSql) = self::rewrite($where, $slice); + + $this->assertDoesNotMatchRegularExpression('/:period_start_day_id(?![_0-9])/', $whereSql); + $this->assertDoesNotMatchRegularExpression('/:period_end_day_id(?![_0-9])/', $whereSql); + + $this->assertStringContainsString('task.start_day_id <= :period_end_day_id_0', $whereSql); + $this->assertStringContainsString('task.end_day_id >= :period_start_day_id_0', $whereSql); + $this->assertStringContainsString('task.start_day_id <= :period_end_day_id_1', $whereSql); + + // Non-period predicates duplicated once per OR branch. + $this->assertSame(2, substr_count($whereSql, 'task.is_deleted = 0')); + $this->assertSame(2, substr_count($whereSql, 'task.resource_id IN (1,2,3)')); + } + + /** + * Single-period slice degenerates to one branch with no OR operator. + */ + public function testSinglePeriodSliceProducesSingleBranch() + { + $where = "task.start_day_id <= :period_end_day_id AND task.end_day_id >= :period_start_day_id"; + + $slice = array(self::period(202600007, 202600007)); + + list($whereSql, $params) = self::rewrite($where, $slice); + + $this->assertSame(0, substr_count($whereSql, ' OR ')); + $this->assertSame(202600007, $params[':period_start_day_id_0']); + $this->assertSame(202600007, $params[':period_end_day_id_0']); + } + + /** + * Monthly aggregation uses periods that span a range of days. The rewrite + * must preserve each period's range rather than collapsing them. + */ + public function testMonthlySliceKeepsEachPeriodRange() + { + $where = "task.start_day_id <= :period_end_day_id AND task.end_day_id >= :period_start_day_id"; + + $slice = array(self::period(202600001, 202600031), self::period(202600060, 202600090)); + + list(, $params) = self::rewrite($where, $slice); + + $this->assertSame(202600001, $params[':period_start_day_id_0']); + $this->assertSame(202600031, $params[':period_end_day_id_0']); + $this->assertSame(202600060, $params[':period_start_day_id_1']); + $this->assertSame(202600090, $params[':period_end_day_id_1']); + } + + /** + * Action defs use a variety of source-table aliases (task, sr, ra, crs, + * gw, r). The rewrite must work with any alias. + */ + public function testRewritePreservesArbitraryAlias() + { + $where = "gw.start_day_id <= :period_end_day_id AND gw.end_day_id >= :period_start_day_id AND gw.is_deleted = 0"; + + $slice = array(self::period(202600007, 202600007), self::period(202600008, 202600008)); + + list($whereSql) = self::rewrite($where, $slice); + + $this->assertStringContainsString('gw.start_day_id <= :period_end_day_id_0', $whereSql); + $this->assertStringContainsString('gw.end_day_id >= :period_start_day_id_0', $whereSql); + $this->assertStringContainsString('gw.start_day_id <= :period_end_day_id_1', $whereSql); + $this->assertSame(2, substr_count($whereSql, 'gw.is_deleted = 0')); + } + + /** + * Single-column BETWEEN form on day_id. The rewrite must produce one BETWEEN + * per period rather than a single min/max BETWEEN spanning the slice. + */ + public function testSingleColumnBetweenOnDayIdIsExpandedPerPeriod() + { + $where = "log_day_id BETWEEN :period_start_day_id AND :period_end_day_id"; + + $slice = array(self::period(202600007, 202600007), self::period(202600008, 202600008), self::period(202600011, 202600011)); + + list($whereSql, $params) = self::rewrite($where, $slice); + + $this->assertSame(3, substr_count($whereSql, 'log_day_id BETWEEN :period_start_day_id_')); + $this->assertSame(2, substr_count($whereSql, ' OR ')); + $this->assertSame(202600007, $params[':period_start_day_id_0']); + $this->assertSame(202600008, $params[':period_start_day_id_1']); + $this->assertSame(202600011, $params[':period_start_day_id_2']); + } + + /** + * Timestamp BETWEEN form using :period_start and :period_end. + * These bind variables resolve to the period_start / period_end timestamp + * columns in the dirty-period row, not the day_id columns. + */ + public function testTimestampBetweenIsExpandedPerPeriod() + { + $where = "af.account_creation_time BETWEEN :period_start AND :period_end"; + + $slice = array( + self::period(0, 0, '2026-01-01 00:00:00', '2026-01-01 23:59:59'), + self::period(0, 0, '2026-01-02 00:00:00', '2026-01-02 23:59:59'), + ); + + list($whereSql, $params) = self::rewrite($where, $slice); + + $this->assertStringContainsString( + 'af.account_creation_time BETWEEN :period_start_0 AND :period_end_0', + $whereSql + ); + $this->assertStringContainsString( + 'af.account_creation_time BETWEEN :period_start_1 AND :period_end_1', + $whereSql + ); + $this->assertSame('2026-01-01 00:00:00', $params[':period_start_0']); + $this->assertSame('2026-01-01 23:59:59', $params[':period_end_0']); + $this->assertSame('2026-01-02 00:00:00', $params[':period_start_1']); + $this->assertSame('2026-01-02 23:59:59', $params[':period_end_1']); + + // The unsuffixed bind vars must not still appear. + $this->assertDoesNotMatchRegularExpression('/:period_start(?![_0-9])/', $whereSql); + $this->assertDoesNotMatchRegularExpression('/:period_end(?![_0-9])/', $whereSql); + } + + /** + * `:period_start` must not eat into `:period_start_day_id`. A WHERE that + * mixes both kinds of bind variable in the same clause must rewrite each + * one independently. + */ + public function testMixedDayIdAndTimestampBindVarsAreDisambiguated() + { + $where = + "log_day_id BETWEEN :period_start_day_id AND :period_end_day_id" + . " AND log_time BETWEEN :period_start AND :period_end"; + + $slice = array( + self::period(202600007, 202600007, '2026-01-07 00:00:00', '2026-01-07 23:59:59'), + ); + + list($whereSql, $params) = self::rewrite($where, $slice); + + $this->assertStringContainsString('log_day_id BETWEEN :period_start_day_id_0 AND :period_end_day_id_0', $whereSql); + $this->assertStringContainsString('log_time BETWEEN :period_start_0 AND :period_end_0', $whereSql); + $this->assertSame(202600007, $params[':period_start_day_id_0']); + $this->assertSame(202600007, $params[':period_end_day_id_0']); + $this->assertSame('2026-01-07 00:00:00', $params[':period_start_0']); + $this->assertSame('2026-01-07 23:59:59', $params[':period_end_0']); + } +} diff --git a/user_manual_builder/requirements.txt b/user_manual_builder/requirements.txt index 9f1145bfab..c303513d4c 100644 --- a/user_manual_builder/requirements.txt +++ b/user_manual_builder/requirements.txt @@ -24,5 +24,5 @@ sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==2.0.0 sphinxcontrib-serializinghtml==2.0.0 typing_extensions==4.15.0 -urllib3==2.5.0 +urllib3==2.6.3 zipp==3.23.0