From e805cf9858a89f24d846cca847b0802e6f476e04 Mon Sep 17 00:00:00 2001 From: Joseph White Date: Tue, 26 Nov 2024 09:38:46 -0500 Subject: [PATCH] Add support for UTF8 to XDMoD --- classes/ETL/DbModel/Table.php | 4 ++-- classes/OpenXdmod/Shredder/Slurm.php | 3 --- configuration/etl/etl_tables.d/logger/log_level.json | 4 ++-- configuration/etl/etl_tables.d/logger/log_table.json | 4 ++-- .../xdmod/controllers/output/sab_user_enum_tg_users.json | 2 +- .../input/etl_tables_8.0.0.d/db_model_test_2.json | 6 ++++++ .../input/etl_tables_8.0.0.d/db_model_test_3.json | 6 ++++++ .../input/etl_tables_8.0.0.d/db_model_test_4.json | 6 ++++++ .../xdmod/etlv2/configuration/output/create_table.json | 8 ++++---- .../output/resourceallocationfact_by.aggregation.sql | 2 +- tests/artifacts/xdmod/referencedata/names.csv | 2 +- tests/artifacts/xdmod/regression/chartFilterTests.json | 4 ++-- .../pi/active_person_count/aggregate-Day-reference.csv | 2 +- .../pi/active_person_count/aggregate-Month-reference.csv | 2 +- .../active_person_count/aggregate-Quarter-reference.csv | 2 +- .../pi/active_person_count/aggregate-Year-reference.csv | 2 +- .../pi/active_person_count/timeseries-Day-reference.csv | 2 +- .../pi/active_person_count/timeseries-Month-reference.csv | 2 +- .../active_person_count/timeseries-Quarter-reference.csv | 2 +- .../pi/active_person_count/timeseries-Year-reference.csv | 2 +- .../Jobs/pi/active_pi_count/aggregate-Day-reference.csv | 2 +- .../Jobs/pi/active_pi_count/aggregate-Month-reference.csv | 2 +- .../pi/active_pi_count/aggregate-Quarter-reference.csv | 2 +- .../Jobs/pi/active_pi_count/aggregate-Year-reference.csv | 2 +- .../Jobs/pi/active_pi_count/timeseries-Day-reference.csv | 2 +- .../pi/active_pi_count/timeseries-Month-reference.csv | 2 +- .../pi/active_pi_count/timeseries-Quarter-reference.csv | 2 +- .../Jobs/pi/active_pi_count/timeseries-Year-reference.csv | 2 +- .../pi/active_resource_count/aggregate-Day-reference.csv | 2 +- .../active_resource_count/aggregate-Month-reference.csv | 2 +- .../active_resource_count/aggregate-Quarter-reference.csv | 2 +- .../pi/active_resource_count/aggregate-Year-reference.csv | 2 +- .../pi/active_resource_count/timeseries-Day-reference.csv | 2 +- .../active_resource_count/timeseries-Month-reference.csv | 2 +- .../timeseries-Quarter-reference.csv | 2 +- .../active_resource_count/timeseries-Year-reference.csv | 2 +- .../Jobs/pi/avg_cpu_hours/aggregate-Day-reference.csv | 2 +- .../Jobs/pi/avg_cpu_hours/aggregate-Month-reference.csv | 2 +- .../Jobs/pi/avg_cpu_hours/aggregate-Quarter-reference.csv | 2 +- .../Jobs/pi/avg_cpu_hours/aggregate-Year-reference.csv | 2 +- .../Jobs/pi/avg_cpu_hours/timeseries-Day-reference.csv | 2 +- .../Jobs/pi/avg_cpu_hours/timeseries-Month-reference.csv | 2 +- .../pi/avg_cpu_hours/timeseries-Quarter-reference.csv | 2 +- .../Jobs/pi/avg_cpu_hours/timeseries-Year-reference.csv | 2 +- .../Jobs/pi/avg_gpu_hours/aggregate-Day-reference.csv | 2 +- .../Jobs/pi/avg_gpu_hours/aggregate-Month-reference.csv | 2 +- .../Jobs/pi/avg_gpu_hours/aggregate-Quarter-reference.csv | 2 +- .../Jobs/pi/avg_gpu_hours/aggregate-Year-reference.csv | 2 +- .../Jobs/pi/avg_gpu_hours/timeseries-Day-reference.csv | 2 +- .../Jobs/pi/avg_gpu_hours/timeseries-Month-reference.csv | 2 +- .../pi/avg_gpu_hours/timeseries-Quarter-reference.csv | 2 +- .../Jobs/pi/avg_gpu_hours/timeseries-Year-reference.csv | 2 +- .../Jobs/pi/avg_gpus/aggregate-Day-reference.csv | 2 +- .../Jobs/pi/avg_gpus/aggregate-Month-reference.csv | 2 +- .../Jobs/pi/avg_gpus/aggregate-Quarter-reference.csv | 2 +- .../Jobs/pi/avg_gpus/aggregate-Year-reference.csv | 2 +- .../Jobs/pi/avg_gpus/timeseries-Day-reference.csv | 2 +- .../Jobs/pi/avg_gpus/timeseries-Month-reference.csv | 2 +- .../Jobs/pi/avg_gpus/timeseries-Quarter-reference.csv | 2 +- .../Jobs/pi/avg_gpus/timeseries-Year-reference.csv | 2 +- .../aggregate-Day-reference.csv | 2 +- .../aggregate-Month-reference.csv | 2 +- .../aggregate-Quarter-reference.csv | 2 +- .../aggregate-Year-reference.csv | 2 +- .../timeseries-Day-reference.csv | 2 +- .../timeseries-Month-reference.csv | 2 +- .../timeseries-Quarter-reference.csv | 2 +- .../timeseries-Year-reference.csv | 2 +- .../aggregate-Day-reference.csv | 2 +- .../aggregate-Month-reference.csv | 2 +- .../aggregate-Quarter-reference.csv | 2 +- .../aggregate-Year-reference.csv | 2 +- .../timeseries-Day-reference.csv | 2 +- .../timeseries-Month-reference.csv | 2 +- .../timeseries-Quarter-reference.csv | 2 +- .../timeseries-Year-reference.csv | 2 +- .../Jobs/pi/avg_node_hours/aggregate-Day-reference.csv | 2 +- .../Jobs/pi/avg_node_hours/aggregate-Month-reference.csv | 2 +- .../pi/avg_node_hours/aggregate-Quarter-reference.csv | 2 +- .../Jobs/pi/avg_node_hours/aggregate-Year-reference.csv | 2 +- .../Jobs/pi/avg_node_hours/timeseries-Day-reference.csv | 2 +- .../Jobs/pi/avg_node_hours/timeseries-Month-reference.csv | 2 +- .../pi/avg_node_hours/timeseries-Quarter-reference.csv | 2 +- .../Jobs/pi/avg_node_hours/timeseries-Year-reference.csv | 2 +- .../Jobs/pi/avg_processors/aggregate-Day-reference.csv | 2 +- .../Jobs/pi/avg_processors/aggregate-Month-reference.csv | 2 +- .../pi/avg_processors/aggregate-Quarter-reference.csv | 2 +- .../Jobs/pi/avg_processors/aggregate-Year-reference.csv | 2 +- .../Jobs/pi/avg_processors/timeseries-Day-reference.csv | 2 +- .../Jobs/pi/avg_processors/timeseries-Month-reference.csv | 2 +- .../pi/avg_processors/timeseries-Quarter-reference.csv | 2 +- .../Jobs/pi/avg_processors/timeseries-Year-reference.csv | 2 +- .../pi/avg_waitduration_hours/aggregate-Day-reference.csv | 2 +- .../avg_waitduration_hours/aggregate-Month-reference.csv | 2 +- .../aggregate-Quarter-reference.csv | 2 +- .../avg_waitduration_hours/aggregate-Year-reference.csv | 2 +- .../avg_waitduration_hours/timeseries-Day-reference.csv | 2 +- .../avg_waitduration_hours/timeseries-Month-reference.csv | 2 +- .../timeseries-Quarter-reference.csv | 2 +- .../avg_waitduration_hours/timeseries-Year-reference.csv | 2 +- .../pi/avg_wallduration_hours/aggregate-Day-reference.csv | 2 +- .../avg_wallduration_hours/aggregate-Month-reference.csv | 2 +- .../aggregate-Quarter-reference.csv | 2 +- .../avg_wallduration_hours/aggregate-Year-reference.csv | 2 +- .../avg_wallduration_hours/timeseries-Day-reference.csv | 2 +- .../avg_wallduration_hours/timeseries-Month-reference.csv | 2 +- .../timeseries-Quarter-reference.csv | 2 +- .../avg_wallduration_hours/timeseries-Year-reference.csv | 2 +- .../Jobs/pi/expansion_factor/aggregate-Day-reference.csv | 2 +- .../pi/expansion_factor/aggregate-Month-reference.csv | 2 +- .../pi/expansion_factor/aggregate-Quarter-reference.csv | 2 +- .../Jobs/pi/expansion_factor/aggregate-Year-reference.csv | 2 +- .../Jobs/pi/expansion_factor/timeseries-Day-reference.csv | 2 +- .../pi/expansion_factor/timeseries-Month-reference.csv | 2 +- .../pi/expansion_factor/timeseries-Quarter-reference.csv | 2 +- .../pi/expansion_factor/timeseries-Year-reference.csv | 2 +- .../Jobs/pi/job_count/aggregate-Day-reference.csv | 2 +- .../Jobs/pi/job_count/aggregate-Month-reference.csv | 2 +- .../Jobs/pi/job_count/aggregate-Quarter-reference.csv | 2 +- .../Jobs/pi/job_count/aggregate-Year-reference.csv | 2 +- .../Jobs/pi/job_count/timeseries-Day-reference.csv | 2 +- .../Jobs/pi/job_count/timeseries-Month-reference.csv | 2 +- .../Jobs/pi/job_count/timeseries-Quarter-reference.csv | 2 +- .../Jobs/pi/job_count/timeseries-Year-reference.csv | 2 +- .../Jobs/pi/max_processors/aggregate-Day-reference.csv | 2 +- .../Jobs/pi/max_processors/aggregate-Month-reference.csv | 2 +- .../pi/max_processors/aggregate-Quarter-reference.csv | 2 +- .../Jobs/pi/max_processors/aggregate-Year-reference.csv | 2 +- .../Jobs/pi/max_processors/timeseries-Day-reference.csv | 2 +- .../Jobs/pi/max_processors/timeseries-Month-reference.csv | 2 +- .../pi/max_processors/timeseries-Quarter-reference.csv | 2 +- .../Jobs/pi/max_processors/timeseries-Year-reference.csv | 2 +- .../Jobs/pi/min_processors/aggregate-Day-reference.csv | 2 +- .../Jobs/pi/min_processors/aggregate-Month-reference.csv | 2 +- .../pi/min_processors/aggregate-Quarter-reference.csv | 2 +- .../Jobs/pi/min_processors/aggregate-Year-reference.csv | 2 +- .../Jobs/pi/min_processors/timeseries-Day-reference.csv | 2 +- .../Jobs/pi/min_processors/timeseries-Month-reference.csv | 2 +- .../pi/min_processors/timeseries-Quarter-reference.csv | 2 +- .../Jobs/pi/min_processors/timeseries-Year-reference.csv | 2 +- .../normalized_avg_processors/aggregate-Day-reference.csv | 2 +- .../aggregate-Month-reference.csv | 2 +- .../aggregate-Quarter-reference.csv | 2 +- .../aggregate-Year-reference.csv | 2 +- .../timeseries-Day-reference.csv | 2 +- .../timeseries-Month-reference.csv | 2 +- .../timeseries-Quarter-reference.csv | 2 +- .../timeseries-Year-reference.csv | 2 +- .../Jobs/pi/running_job_count/aggregate-Day-reference.csv | 2 +- .../pi/running_job_count/aggregate-Month-reference.csv | 2 +- .../pi/running_job_count/aggregate-Quarter-reference.csv | 2 +- .../pi/running_job_count/aggregate-Year-reference.csv | 2 +- .../pi/running_job_count/timeseries-Day-reference.csv | 2 +- .../pi/running_job_count/timeseries-Month-reference.csv | 2 +- .../pi/running_job_count/timeseries-Quarter-reference.csv | 2 +- .../pi/running_job_count/timeseries-Year-reference.csv | 2 +- .../Jobs/pi/started_job_count/aggregate-Day-reference.csv | 2 +- .../pi/started_job_count/aggregate-Month-reference.csv | 2 +- .../pi/started_job_count/aggregate-Quarter-reference.csv | 2 +- .../pi/started_job_count/aggregate-Year-reference.csv | 2 +- .../pi/started_job_count/timeseries-Day-reference.csv | 2 +- .../pi/started_job_count/timeseries-Month-reference.csv | 2 +- .../pi/started_job_count/timeseries-Quarter-reference.csv | 2 +- .../pi/started_job_count/timeseries-Year-reference.csv | 2 +- .../pi/submitted_job_count/aggregate-Day-reference.csv | 2 +- .../pi/submitted_job_count/aggregate-Month-reference.csv | 2 +- .../submitted_job_count/aggregate-Quarter-reference.csv | 2 +- .../pi/submitted_job_count/aggregate-Year-reference.csv | 2 +- .../pi/submitted_job_count/timeseries-Day-reference.csv | 2 +- .../pi/submitted_job_count/timeseries-Month-reference.csv | 2 +- .../submitted_job_count/timeseries-Quarter-reference.csv | 2 +- .../pi/submitted_job_count/timeseries-Year-reference.csv | 2 +- .../Jobs/pi/total_cpu_hours/aggregate-Day-reference.csv | 2 +- .../Jobs/pi/total_cpu_hours/aggregate-Month-reference.csv | 2 +- .../pi/total_cpu_hours/aggregate-Quarter-reference.csv | 2 +- .../Jobs/pi/total_cpu_hours/aggregate-Year-reference.csv | 2 +- .../Jobs/pi/total_cpu_hours/timeseries-Day-reference.csv | 2 +- .../pi/total_cpu_hours/timeseries-Month-reference.csv | 2 +- .../pi/total_cpu_hours/timeseries-Quarter-reference.csv | 2 +- .../Jobs/pi/total_cpu_hours/timeseries-Year-reference.csv | 2 +- .../Jobs/pi/total_gpu_hours/aggregate-Day-reference.csv | 2 +- .../Jobs/pi/total_gpu_hours/aggregate-Month-reference.csv | 2 +- .../pi/total_gpu_hours/aggregate-Quarter-reference.csv | 2 +- .../Jobs/pi/total_gpu_hours/aggregate-Year-reference.csv | 2 +- .../Jobs/pi/total_gpu_hours/timeseries-Day-reference.csv | 2 +- .../pi/total_gpu_hours/timeseries-Month-reference.csv | 2 +- .../pi/total_gpu_hours/timeseries-Quarter-reference.csv | 2 +- .../Jobs/pi/total_gpu_hours/timeseries-Year-reference.csv | 2 +- .../Jobs/pi/total_node_hours/aggregate-Day-reference.csv | 2 +- .../pi/total_node_hours/aggregate-Month-reference.csv | 2 +- .../pi/total_node_hours/aggregate-Quarter-reference.csv | 2 +- .../Jobs/pi/total_node_hours/aggregate-Year-reference.csv | 2 +- .../Jobs/pi/total_node_hours/timeseries-Day-reference.csv | 2 +- .../pi/total_node_hours/timeseries-Month-reference.csv | 2 +- .../pi/total_node_hours/timeseries-Quarter-reference.csv | 2 +- .../pi/total_node_hours/timeseries-Year-reference.csv | 2 +- .../total_waitduration_hours/aggregate-Day-reference.csv | 2 +- .../aggregate-Month-reference.csv | 2 +- .../aggregate-Quarter-reference.csv | 2 +- .../total_waitduration_hours/aggregate-Year-reference.csv | 2 +- .../total_waitduration_hours/timeseries-Day-reference.csv | 2 +- .../timeseries-Month-reference.csv | 2 +- .../timeseries-Quarter-reference.csv | 2 +- .../timeseries-Year-reference.csv | 2 +- .../total_wallduration_hours/aggregate-Day-reference.csv | 2 +- .../aggregate-Month-reference.csv | 2 +- .../aggregate-Quarter-reference.csv | 2 +- .../total_wallduration_hours/aggregate-Year-reference.csv | 2 +- .../total_wallduration_hours/timeseries-Day-reference.csv | 2 +- .../timeseries-Month-reference.csv | 2 +- .../timeseries-Quarter-reference.csv | 2 +- .../timeseries-Year-reference.csv | 2 +- .../Jobs/pi/utilization/aggregate-Day-reference.csv | 2 +- .../Jobs/pi/utilization/aggregate-Month-reference.csv | 2 +- .../Jobs/pi/utilization/aggregate-Quarter-reference.csv | 2 +- .../Jobs/pi/utilization/aggregate-Year-reference.csv | 2 +- .../Jobs/pi/utilization/timeseries-Day-reference.csv | 2 +- .../Jobs/pi/utilization/timeseries-Month-reference.csv | 2 +- .../Jobs/pi/utilization/timeseries-Quarter-reference.csv | 2 +- .../Jobs/pi/utilization/timeseries-Year-reference.csv | 2 +- .../etl/db-model/foreign-key-constraint/create-table.json | 4 ++-- tests/unit/lib/ETL/DbModel/DbModelTest.php | 4 ++-- .../lib/OpenXdmod/Tests/Shredder/SlurmShredderTest.php | 4 +--- 223 files changed, 246 insertions(+), 233 deletions(-) diff --git a/classes/ETL/DbModel/Table.php b/classes/ETL/DbModel/Table.php index 4329f22073..51b4c37617 100644 --- a/classes/ETL/DbModel/Table.php +++ b/classes/ETL/DbModel/Table.php @@ -48,10 +48,10 @@ class Table extends SchemaEntity implements iEntity, iDiscoverableEntity, iAlter 'engine' => null, // Optional table default character set - 'charset' => null, + 'charset' => 'utf8', // Optional table collation - 'collation' => null, + 'collation' => 'utf8_unicode_ci', // Associative array where the keys are column names and the values are Column objects 'columns' => array(), diff --git a/classes/OpenXdmod/Shredder/Slurm.php b/classes/OpenXdmod/Shredder/Slurm.php index 51db30e47d..2572b1c3ed 100644 --- a/classes/OpenXdmod/Shredder/Slurm.php +++ b/classes/OpenXdmod/Shredder/Slurm.php @@ -295,9 +295,6 @@ public function shredLine($line) return; } - // Convert job name encoding. - $job['job_name'] = mb_convert_encoding($job['job_name'], 'ISO-8859-1', 'UTF-8'); - // Convert datetime strings into unix timestamps. $dateKeys = array( 'submit_time', diff --git a/configuration/etl/etl_tables.d/logger/log_level.json b/configuration/etl/etl_tables.d/logger/log_level.json index 83fab725bd..b4ec3fab3e 100644 --- a/configuration/etl/etl_tables.d/logger/log_level.json +++ b/configuration/etl/etl_tables.d/logger/log_level.json @@ -3,8 +3,8 @@ "schema": "mod_logger", "name": "log_level", "engine": "InnoDB", - "charset": "latin1", - "collation": "latin1_swedish_ci", + "charset": "utf8", + "collation": "utf8_unicode_ci", "columns": [ { "name": "log_level_id", diff --git a/configuration/etl/etl_tables.d/logger/log_table.json b/configuration/etl/etl_tables.d/logger/log_table.json index 78cfaa09cf..1d4ee648c6 100644 --- a/configuration/etl/etl_tables.d/logger/log_table.json +++ b/configuration/etl/etl_tables.d/logger/log_table.json @@ -3,8 +3,8 @@ "schema": "mod_logger", "name": "log_table", "engine": "InnoDB", - "charset": "latin1", - "collation": "latin1_swedish_ci", + "charset": "utf8", + "collation": "utf8_unicode_ci", "columns": [ { "name": "id", diff --git a/tests/artifacts/xdmod/controllers/output/sab_user_enum_tg_users.json b/tests/artifacts/xdmod/controllers/output/sab_user_enum_tg_users.json index d2f5c925f4..554a3b3756 100644 --- a/tests/artifacts/xdmod/controllers/output/sab_user_enum_tg_users.json +++ b/tests/artifacts/xdmod/controllers/output/sab_user_enum_tg_users.json @@ -22,7 +22,7 @@ { "id": 4, "person_id": "1", - "person_name": "Accentor, Alpine" + "person_name": "Accentor, Alpiné" }, { "id": 5, diff --git a/tests/artifacts/xdmod/etlv2/configuration/input/etl_tables_8.0.0.d/db_model_test_2.json b/tests/artifacts/xdmod/etlv2/configuration/input/etl_tables_8.0.0.d/db_model_test_2.json index f4bfd9f75e..6f5a0d8539 100644 --- a/tests/artifacts/xdmod/etlv2/configuration/input/etl_tables_8.0.0.d/db_model_test_2.json +++ b/tests/artifacts/xdmod/etlv2/configuration/input/etl_tables_8.0.0.d/db_model_test_2.json @@ -3,16 +3,22 @@ "table_definition": { "name": "modify_table_test", "engine": "MyISAM", + "charset": "latin1", + "collation": "latin1_swedish_ci", "columns": [ { "#": "New column at start of list", "name": "new_column_1", "type": "varchar(40)", + "charset": "latin1", + "collation": "latin1_swedish_ci", "nullable": true }, { "name": "resource", "type": "varchar(40)", + "charset": "latin1", + "collation": "latin1_swedish_ci", "nullable": true }, { diff --git a/tests/artifacts/xdmod/etlv2/configuration/input/etl_tables_8.0.0.d/db_model_test_3.json b/tests/artifacts/xdmod/etlv2/configuration/input/etl_tables_8.0.0.d/db_model_test_3.json index d23db2f8aa..56442a64e4 100644 --- a/tests/artifacts/xdmod/etlv2/configuration/input/etl_tables_8.0.0.d/db_model_test_3.json +++ b/tests/artifacts/xdmod/etlv2/configuration/input/etl_tables_8.0.0.d/db_model_test_3.json @@ -3,16 +3,22 @@ "table_definition": { "name": "modify_table_test", "engine": "MyISAM", + "charset": "latin1", + "collation": "latin1_swedish_ci", "columns": [ { "name": "resource", "type": "varchar(40)", + "charset": "latin1", + "collation": "latin1_swedish_ci", "nullable": true }, { "#": "This was the 1st column", "name": "new_column_1", "type": "varchar(40)", + "charset": "latin1", + "collation": "latin1_swedish_ci", "nullable": true }, { diff --git a/tests/artifacts/xdmod/etlv2/configuration/input/etl_tables_8.0.0.d/db_model_test_4.json b/tests/artifacts/xdmod/etlv2/configuration/input/etl_tables_8.0.0.d/db_model_test_4.json index 1f1c2ad20a..d1880e4c10 100644 --- a/tests/artifacts/xdmod/etlv2/configuration/input/etl_tables_8.0.0.d/db_model_test_4.json +++ b/tests/artifacts/xdmod/etlv2/configuration/input/etl_tables_8.0.0.d/db_model_test_4.json @@ -3,15 +3,21 @@ "table_definition": { "name": "modify_table_test", "engine": "MyISAM", + "charset": "latin1", + "collation": "latin1_swedish_ci", "columns": [ { "name": "resource", "type": "varchar(40)", + "charset": "latin1", + "collation": "latin1_swedish_ci", "nullable": true }, { "name": "new_column_1", "type": "varchar(40)", + "charset": "latin1", + "collation": "latin1_swedish_ci", "nullable": true }, { diff --git a/tests/artifacts/xdmod/etlv2/configuration/output/create_table.json b/tests/artifacts/xdmod/etlv2/configuration/output/create_table.json index d81e605cd2..838efd0e8c 100644 --- a/tests/artifacts/xdmod/etlv2/configuration/output/create_table.json +++ b/tests/artifacts/xdmod/etlv2/configuration/output/create_table.json @@ -1,13 +1,13 @@ { "comment": "", "engine": "myisam", - "charset": "latin1", - "collation": "latin1_swedish_ci", + "charset": "utf8", + "collation": "utf8_unicode_ci", "columns": [ { "type": "varchar(40)", - "charset": "latin1", - "collation": "latin1_swedish_ci", + "charset": "utf8", + "collation": "utf8_unicode_ci", "nullable": true, "default": null, "extra": null, diff --git a/tests/artifacts/xdmod/etlv2/dbmodel/output/resourceallocationfact_by.aggregation.sql b/tests/artifacts/xdmod/etlv2/dbmodel/output/resourceallocationfact_by.aggregation.sql index 4443919313..6470983385 100644 --- a/tests/artifacts/xdmod/etlv2/dbmodel/output/resourceallocationfact_by.aggregation.sql +++ b/tests/artifacts/xdmod/etlv2/dbmodel/output/resourceallocationfact_by.aggregation.sql @@ -15,4 +15,4 @@ CREATE TABLE IF NOT EXISTS `resourceallocationfact_by_quarter` ( INDEX `index_year` (`year`), INDEX `index_organization_id` (`organization_id`), INDEX `index_resource_id` (`resource_id`) -) ENGINE = myisam COMMENT = 'Resource Allocation facts aggregated by quarter.'; +) ENGINE = myisam CHARSET = utf8 COLLATE = utf8_unicode_ci COMMENT = 'Resource Allocation facts aggregated by quarter.'; diff --git a/tests/artifacts/xdmod/referencedata/names.csv b/tests/artifacts/xdmod/referencedata/names.csv index ed7d62fe7d..3fbfeb81cc 100644 --- a/tests/artifacts/xdmod/referencedata/names.csv +++ b/tests/artifacts/xdmod/referencedata/names.csv @@ -517,7 +517,7 @@ refbl,Red-flanked,Bluetail caspl,Caspian,Plover egrhula,Snowy,Egret whtsp,White-throated,Sparrow -alpac,Alpine,Accentor +alpac,Alpiné,Accentor allga,Allen's,Gallinule glwgu,Glaucous-winged,Gull rolle,,Roller diff --git a/tests/artifacts/xdmod/regression/chartFilterTests.json b/tests/artifacts/xdmod/regression/chartFilterTests.json index 79f9317942..597d5c8c94 100644 --- a/tests/artifacts/xdmod/regression/chartFilterTests.json +++ b/tests/artifacts/xdmod/regression/chartFilterTests.json @@ -102,12 +102,12 @@ "date": "2016-12-31", "filter_dimension": "pi", "filter_values": [ - "Accentor, Alpine", + "Accentor, Alpiné", "Bittern" ] }, "expected": { - "subtitle": "PI = ( Accentor, Alpine, Bittern )", + "subtitle": "PI = ( Accentor, Alpiné, Bittern )", "yvalue": 3499.8997 } }, 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..2e6065274c 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 @@ -19,7 +19,7 @@ Fulmar,2 "Shearwater, Balearic",2 "Warbler, Cetti's",2 "Warbler, Hooded",2 -"Accentor, Alpine",1 +"Accentor, Alpiné",1 Bittern,1 Blackbird,1 "Bluetail, Red-flanked",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..2e6065274c 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 @@ -19,7 +19,7 @@ Fulmar,2 "Shearwater, Balearic",2 "Warbler, Cetti's",2 "Warbler, Hooded",2 -"Accentor, Alpine",1 +"Accentor, Alpiné",1 Bittern,1 Blackbird,1 "Bluetail, Red-flanked",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..2e6065274c 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 @@ -19,7 +19,7 @@ Fulmar,2 "Shearwater, Balearic",2 "Warbler, Cetti's",2 "Warbler, Hooded",2 -"Accentor, Alpine",1 +"Accentor, Alpiné",1 Bittern,1 Blackbird,1 "Bluetail, Red-flanked",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..2e6065274c 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 @@ -19,7 +19,7 @@ Fulmar,2 "Shearwater, Balearic",2 "Warbler, Cetti's",2 "Warbler, Hooded",2 -"Accentor, Alpine",1 +"Accentor, Alpiné",1 Bittern,1 Blackbird,1 "Bluetail, Red-flanked",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..05bf85293e 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,7 +5,7 @@ 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","[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, Alpiné] 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-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 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..c237b3d615 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" +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, Alpiné] 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 --------- 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..5312cd0f7f 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" +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, Alpiné] 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 --------- 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..292dd3d5e3 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" +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, Alpiné] 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 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_pi_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_pi_count/aggregate-Day-reference.csv index e455ac4021..43a29f2f4e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_pi_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_pi_count/aggregate-Day-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- PI,"Number of PIs: Active" -"Accentor, Alpine",1 +"Accentor, Alpiné",1 Bittern,1 Blackbird,1 "Bluetail, Red-flanked",1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_pi_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_pi_count/aggregate-Month-reference.csv index e455ac4021..43a29f2f4e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_pi_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_pi_count/aggregate-Month-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- PI,"Number of PIs: Active" -"Accentor, Alpine",1 +"Accentor, Alpiné",1 Bittern,1 Blackbird,1 "Bluetail, Red-flanked",1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_pi_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_pi_count/aggregate-Quarter-reference.csv index e455ac4021..43a29f2f4e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_pi_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_pi_count/aggregate-Quarter-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- PI,"Number of PIs: Active" -"Accentor, Alpine",1 +"Accentor, Alpiné",1 Bittern,1 Blackbird,1 "Bluetail, Red-flanked",1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_pi_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_pi_count/aggregate-Year-reference.csv index e455ac4021..43a29f2f4e 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_pi_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_pi_count/aggregate-Year-reference.csv @@ -6,7 +6,7 @@ start,end 2016-12-22,2017-01-01 --------- PI,"Number of PIs: Active" -"Accentor, Alpine",1 +"Accentor, Alpiné",1 Bittern,1 Blackbird,1 "Bluetail, Red-flanked",1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_pi_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_pi_count/timeseries-Day-reference.csv index 038e25221b..f31875a542 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_pi_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_pi_count/timeseries-Day-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[Accentor, Alpine] Number of PIs: Active","[Bittern] Number of PIs: Active","[Blackbird] Number of PIs: Active","[Bluetail, Red-flanked] Number of PIs: Active","[Bufflehead] Number of PIs: Active","[Bunting, Ortolan] Number of PIs: Active","[Chaffinch] Number of PIs: Active","[Chiffchaff, Iberian] Number of PIs: Active","[Dotterel] Number of PIs: Active","[Dowitcher, Short-billed] Number of PIs: Active","[Dunlin] Number of PIs: Active","[Egret, Snowy] Number of PIs: Active","[Fieldfare] Number of PIs: Active","[Flycatcher, Taiga] Number of PIs: Active","[Fulmar] Number of PIs: Active","[Goose, Red-breasted] Number of PIs: Active","[Gull, Glaucous-winged] Number of PIs: Active","[Gull, Yellow-legged] Number of PIs: Active","[Harrier, Hen] Number of PIs: Active","[Jackdaw] Number of PIs: Active","[Kestrel, Lesser] Number of PIs: Active","[Lark, Calandra] Number of PIs: Active","[Martin, Sand] Number of PIs: Active","[Moorhen] Number of PIs: Active","[Nuthatch] Number of PIs: Active","[Petrel, Fea's] Number of PIs: Active","[Scaup, Lesser] Number of PIs: Active","[Shearwater, Balearic] Number of PIs: Active","[Shearwater, Great] Number of PIs: Active","[Shearwater, Macaronesian] Number of PIs: Active","[Smew] Number of PIs: Active","[Spotted, Great] Number of PIs: Active","[Swift, Little] Number of PIs: Active","[Tern, Caspian] Number of PIs: Active","[Thrush, Hermit] Number of PIs: Active","[Warbler, Blackpoll] Number of PIs: Active","[Warbler, Cetti's] Number of PIs: Active","[Warbler, Hooded] Number of PIs: Active","[Warbler, Savi's] Number of PIs: Active","[White, Great] Number of PIs: Active","[Yellowthroat, Common] Number of PIs: Active" +Day,"[Accentor, Alpiné] Number of PIs: Active","[Bittern] Number of PIs: Active","[Blackbird] Number of PIs: Active","[Bluetail, Red-flanked] Number of PIs: Active","[Bufflehead] Number of PIs: Active","[Bunting, Ortolan] Number of PIs: Active","[Chaffinch] Number of PIs: Active","[Chiffchaff, Iberian] Number of PIs: Active","[Dotterel] Number of PIs: Active","[Dowitcher, Short-billed] Number of PIs: Active","[Dunlin] Number of PIs: Active","[Egret, Snowy] Number of PIs: Active","[Fieldfare] Number of PIs: Active","[Flycatcher, Taiga] Number of PIs: Active","[Fulmar] Number of PIs: Active","[Goose, Red-breasted] Number of PIs: Active","[Gull, Glaucous-winged] Number of PIs: Active","[Gull, Yellow-legged] Number of PIs: Active","[Harrier, Hen] Number of PIs: Active","[Jackdaw] Number of PIs: Active","[Kestrel, Lesser] Number of PIs: Active","[Lark, Calandra] Number of PIs: Active","[Martin, Sand] Number of PIs: Active","[Moorhen] Number of PIs: Active","[Nuthatch] Number of PIs: Active","[Petrel, Fea's] Number of PIs: Active","[Scaup, Lesser] Number of PIs: Active","[Shearwater, Balearic] Number of PIs: Active","[Shearwater, Great] Number of PIs: Active","[Shearwater, Macaronesian] Number of PIs: Active","[Smew] Number of PIs: Active","[Spotted, Great] Number of PIs: Active","[Swift, Little] Number of PIs: Active","[Tern, Caspian] Number of PIs: Active","[Thrush, Hermit] Number of PIs: Active","[Warbler, Blackpoll] Number of PIs: Active","[Warbler, Cetti's] Number of PIs: Active","[Warbler, Hooded] Number of PIs: Active","[Warbler, Savi's] Number of PIs: Active","[White, Great] Number of PIs: Active","[Yellowthroat, Common] Number of PIs: Active" 2016-12-22,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,0,0,0,0,0,0,0,0,0,0,0,0 2016-12-23,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,0,0,0,0,1,0,0,0,0,0,0,0 2016-12-24,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,0,0,0,0,1,0,0,0,0,0,0,0 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_pi_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_pi_count/timeseries-Month-reference.csv index a7eca33768..f05f5f80fe 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_pi_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_pi_count/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[Accentor, Alpine] Number of PIs: Active","[Bittern] Number of PIs: Active","[Blackbird] Number of PIs: Active","[Bluetail, Red-flanked] Number of PIs: Active","[Bufflehead] Number of PIs: Active","[Bunting, Ortolan] Number of PIs: Active","[Chaffinch] Number of PIs: Active","[Chiffchaff, Iberian] Number of PIs: Active","[Dotterel] Number of PIs: Active","[Dowitcher, Short-billed] Number of PIs: Active","[Dunlin] Number of PIs: Active","[Egret, Snowy] Number of PIs: Active","[Fieldfare] Number of PIs: Active","[Flycatcher, Taiga] Number of PIs: Active","[Fulmar] Number of PIs: Active","[Goose, Red-breasted] Number of PIs: Active","[Gull, Glaucous-winged] Number of PIs: Active","[Gull, Yellow-legged] Number of PIs: Active","[Harrier, Hen] Number of PIs: Active","[Jackdaw] Number of PIs: Active","[Kestrel, Lesser] Number of PIs: Active","[Lark, Calandra] Number of PIs: Active","[Martin, Sand] Number of PIs: Active","[Moorhen] Number of PIs: Active","[Nuthatch] Number of PIs: Active","[Petrel, Fea's] Number of PIs: Active","[Scaup, Lesser] Number of PIs: Active","[Shearwater, Balearic] Number of PIs: Active","[Shearwater, Great] Number of PIs: Active","[Shearwater, Macaronesian] Number of PIs: Active","[Smew] Number of PIs: Active","[Spotted, Great] Number of PIs: Active","[Swift, Little] Number of PIs: Active","[Tern, Caspian] Number of PIs: Active","[Thrush, Hermit] Number of PIs: Active","[Warbler, Blackpoll] Number of PIs: Active","[Warbler, Cetti's] Number of PIs: Active","[Warbler, Hooded] Number of PIs: Active","[Warbler, Savi's] Number of PIs: Active","[White, Great] Number of PIs: Active","[Yellowthroat, Common] Number of PIs: Active" +Month,"[Accentor, Alpiné] Number of PIs: Active","[Bittern] Number of PIs: Active","[Blackbird] Number of PIs: Active","[Bluetail, Red-flanked] Number of PIs: Active","[Bufflehead] Number of PIs: Active","[Bunting, Ortolan] Number of PIs: Active","[Chaffinch] Number of PIs: Active","[Chiffchaff, Iberian] Number of PIs: Active","[Dotterel] Number of PIs: Active","[Dowitcher, Short-billed] Number of PIs: Active","[Dunlin] Number of PIs: Active","[Egret, Snowy] Number of PIs: Active","[Fieldfare] Number of PIs: Active","[Flycatcher, Taiga] Number of PIs: Active","[Fulmar] Number of PIs: Active","[Goose, Red-breasted] Number of PIs: Active","[Gull, Glaucous-winged] Number of PIs: Active","[Gull, Yellow-legged] Number of PIs: Active","[Harrier, Hen] Number of PIs: Active","[Jackdaw] Number of PIs: Active","[Kestrel, Lesser] Number of PIs: Active","[Lark, Calandra] Number of PIs: Active","[Martin, Sand] Number of PIs: Active","[Moorhen] Number of PIs: Active","[Nuthatch] Number of PIs: Active","[Petrel, Fea's] Number of PIs: Active","[Scaup, Lesser] Number of PIs: Active","[Shearwater, Balearic] Number of PIs: Active","[Shearwater, Great] Number of PIs: Active","[Shearwater, Macaronesian] Number of PIs: Active","[Smew] Number of PIs: Active","[Spotted, Great] Number of PIs: Active","[Swift, Little] Number of PIs: Active","[Tern, Caspian] Number of PIs: Active","[Thrush, Hermit] Number of PIs: Active","[Warbler, Blackpoll] Number of PIs: Active","[Warbler, Cetti's] Number of PIs: Active","[Warbler, Hooded] Number of PIs: Active","[Warbler, Savi's] Number of PIs: Active","[White, Great] Number of PIs: Active","[Yellowthroat, Common] 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 2017-01,1,1,0,1,1,1,1,1,0,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,0,0,1,0,0,0,0,0,1,1,0,0,0,1,0,1,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_pi_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_pi_count/timeseries-Quarter-reference.csv index d602b03ef2..378c6c0cfd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_pi_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_pi_count/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[Accentor, Alpine] Number of PIs: Active","[Bittern] Number of PIs: Active","[Blackbird] Number of PIs: Active","[Bluetail, Red-flanked] Number of PIs: Active","[Bufflehead] Number of PIs: Active","[Bunting, Ortolan] Number of PIs: Active","[Chaffinch] Number of PIs: Active","[Chiffchaff, Iberian] Number of PIs: Active","[Dotterel] Number of PIs: Active","[Dowitcher, Short-billed] Number of PIs: Active","[Dunlin] Number of PIs: Active","[Egret, Snowy] Number of PIs: Active","[Fieldfare] Number of PIs: Active","[Flycatcher, Taiga] Number of PIs: Active","[Fulmar] Number of PIs: Active","[Goose, Red-breasted] Number of PIs: Active","[Gull, Glaucous-winged] Number of PIs: Active","[Gull, Yellow-legged] Number of PIs: Active","[Harrier, Hen] Number of PIs: Active","[Jackdaw] Number of PIs: Active","[Kestrel, Lesser] Number of PIs: Active","[Lark, Calandra] Number of PIs: Active","[Martin, Sand] Number of PIs: Active","[Moorhen] Number of PIs: Active","[Nuthatch] Number of PIs: Active","[Petrel, Fea's] Number of PIs: Active","[Scaup, Lesser] Number of PIs: Active","[Shearwater, Balearic] Number of PIs: Active","[Shearwater, Great] Number of PIs: Active","[Shearwater, Macaronesian] Number of PIs: Active","[Smew] Number of PIs: Active","[Spotted, Great] Number of PIs: Active","[Swift, Little] Number of PIs: Active","[Tern, Caspian] Number of PIs: Active","[Thrush, Hermit] Number of PIs: Active","[Warbler, Blackpoll] Number of PIs: Active","[Warbler, Cetti's] Number of PIs: Active","[Warbler, Hooded] Number of PIs: Active","[Warbler, Savi's] Number of PIs: Active","[White, Great] Number of PIs: Active","[Yellowthroat, Common] Number of PIs: Active" +Quarter,"[Accentor, Alpiné] Number of PIs: Active","[Bittern] Number of PIs: Active","[Blackbird] Number of PIs: Active","[Bluetail, Red-flanked] Number of PIs: Active","[Bufflehead] Number of PIs: Active","[Bunting, Ortolan] Number of PIs: Active","[Chaffinch] Number of PIs: Active","[Chiffchaff, Iberian] Number of PIs: Active","[Dotterel] Number of PIs: Active","[Dowitcher, Short-billed] Number of PIs: Active","[Dunlin] Number of PIs: Active","[Egret, Snowy] Number of PIs: Active","[Fieldfare] Number of PIs: Active","[Flycatcher, Taiga] Number of PIs: Active","[Fulmar] Number of PIs: Active","[Goose, Red-breasted] Number of PIs: Active","[Gull, Glaucous-winged] Number of PIs: Active","[Gull, Yellow-legged] Number of PIs: Active","[Harrier, Hen] Number of PIs: Active","[Jackdaw] Number of PIs: Active","[Kestrel, Lesser] Number of PIs: Active","[Lark, Calandra] Number of PIs: Active","[Martin, Sand] Number of PIs: Active","[Moorhen] Number of PIs: Active","[Nuthatch] Number of PIs: Active","[Petrel, Fea's] Number of PIs: Active","[Scaup, Lesser] Number of PIs: Active","[Shearwater, Balearic] Number of PIs: Active","[Shearwater, Great] Number of PIs: Active","[Shearwater, Macaronesian] Number of PIs: Active","[Smew] Number of PIs: Active","[Spotted, Great] Number of PIs: Active","[Swift, Little] Number of PIs: Active","[Tern, Caspian] Number of PIs: Active","[Thrush, Hermit] Number of PIs: Active","[Warbler, Blackpoll] Number of PIs: Active","[Warbler, Cetti's] Number of PIs: Active","[Warbler, Hooded] Number of PIs: Active","[Warbler, Savi's] Number of PIs: Active","[White, Great] Number of PIs: Active","[Yellowthroat, Common] 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 "2017 Q1",1,1,0,1,1,1,1,1,0,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,0,0,1,0,0,0,0,0,1,1,0,0,0,1,0,1,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_pi_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_pi_count/timeseries-Year-reference.csv index 6fe65e0f29..03aa4ddb23 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_pi_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_pi_count/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[Accentor, Alpine] Number of PIs: Active","[Bittern] Number of PIs: Active","[Blackbird] Number of PIs: Active","[Bluetail, Red-flanked] Number of PIs: Active","[Bufflehead] Number of PIs: Active","[Bunting, Ortolan] Number of PIs: Active","[Chaffinch] Number of PIs: Active","[Chiffchaff, Iberian] Number of PIs: Active","[Dotterel] Number of PIs: Active","[Dowitcher, Short-billed] Number of PIs: Active","[Dunlin] Number of PIs: Active","[Egret, Snowy] Number of PIs: Active","[Fieldfare] Number of PIs: Active","[Flycatcher, Taiga] Number of PIs: Active","[Fulmar] Number of PIs: Active","[Goose, Red-breasted] Number of PIs: Active","[Gull, Glaucous-winged] Number of PIs: Active","[Gull, Yellow-legged] Number of PIs: Active","[Harrier, Hen] Number of PIs: Active","[Jackdaw] Number of PIs: Active","[Kestrel, Lesser] Number of PIs: Active","[Lark, Calandra] Number of PIs: Active","[Martin, Sand] Number of PIs: Active","[Moorhen] Number of PIs: Active","[Nuthatch] Number of PIs: Active","[Petrel, Fea's] Number of PIs: Active","[Scaup, Lesser] Number of PIs: Active","[Shearwater, Balearic] Number of PIs: Active","[Shearwater, Great] Number of PIs: Active","[Shearwater, Macaronesian] Number of PIs: Active","[Smew] Number of PIs: Active","[Spotted, Great] Number of PIs: Active","[Swift, Little] Number of PIs: Active","[Tern, Caspian] Number of PIs: Active","[Thrush, Hermit] Number of PIs: Active","[Warbler, Blackpoll] Number of PIs: Active","[Warbler, Cetti's] Number of PIs: Active","[Warbler, Hooded] Number of PIs: Active","[Warbler, Savi's] Number of PIs: Active","[White, Great] Number of PIs: Active","[Yellowthroat, Common] Number of PIs: Active" +Year,"[Accentor, Alpiné] Number of PIs: Active","[Bittern] Number of PIs: Active","[Blackbird] Number of PIs: Active","[Bluetail, Red-flanked] Number of PIs: Active","[Bufflehead] Number of PIs: Active","[Bunting, Ortolan] Number of PIs: Active","[Chaffinch] Number of PIs: Active","[Chiffchaff, Iberian] Number of PIs: Active","[Dotterel] Number of PIs: Active","[Dowitcher, Short-billed] Number of PIs: Active","[Dunlin] Number of PIs: Active","[Egret, Snowy] Number of PIs: Active","[Fieldfare] Number of PIs: Active","[Flycatcher, Taiga] Number of PIs: Active","[Fulmar] Number of PIs: Active","[Goose, Red-breasted] Number of PIs: Active","[Gull, Glaucous-winged] Number of PIs: Active","[Gull, Yellow-legged] Number of PIs: Active","[Harrier, Hen] Number of PIs: Active","[Jackdaw] Number of PIs: Active","[Kestrel, Lesser] Number of PIs: Active","[Lark, Calandra] Number of PIs: Active","[Martin, Sand] Number of PIs: Active","[Moorhen] Number of PIs: Active","[Nuthatch] Number of PIs: Active","[Petrel, Fea's] Number of PIs: Active","[Scaup, Lesser] Number of PIs: Active","[Shearwater, Balearic] Number of PIs: Active","[Shearwater, Great] Number of PIs: Active","[Shearwater, Macaronesian] Number of PIs: Active","[Smew] Number of PIs: Active","[Spotted, Great] Number of PIs: Active","[Swift, Little] Number of PIs: Active","[Tern, Caspian] Number of PIs: Active","[Thrush, Hermit] Number of PIs: Active","[Warbler, Blackpoll] Number of PIs: Active","[Warbler, Cetti's] Number of PIs: Active","[Warbler, Hooded] Number of PIs: Active","[Warbler, Savi's] Number of PIs: Active","[White, Great] Number of PIs: Active","[Yellowthroat, Common] 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 2017,1,1,0,1,1,1,1,1,0,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,0,0,1,0,0,0,0,0,1,1,0,0,0,1,0,1,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_resource_count/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_resource_count/aggregate-Day-reference.csv index eb064633d9..50b4a8f5d4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_resource_count/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_resource_count/aggregate-Day-reference.csv @@ -16,7 +16,7 @@ Fieldfare,2 Jackdaw,2 "Scaup, Lesser",2 "Warbler, Savi's",2 -"Accentor, Alpine",1 +"Accentor, Alpiné",1 Bittern,1 Blackbird,1 "Bluetail, Red-flanked",1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_resource_count/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_resource_count/aggregate-Month-reference.csv index eb064633d9..50b4a8f5d4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_resource_count/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_resource_count/aggregate-Month-reference.csv @@ -16,7 +16,7 @@ Fieldfare,2 Jackdaw,2 "Scaup, Lesser",2 "Warbler, Savi's",2 -"Accentor, Alpine",1 +"Accentor, Alpiné",1 Bittern,1 Blackbird,1 "Bluetail, Red-flanked",1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_resource_count/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_resource_count/aggregate-Quarter-reference.csv index eb064633d9..50b4a8f5d4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_resource_count/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_resource_count/aggregate-Quarter-reference.csv @@ -16,7 +16,7 @@ Fieldfare,2 Jackdaw,2 "Scaup, Lesser",2 "Warbler, Savi's",2 -"Accentor, Alpine",1 +"Accentor, Alpiné",1 Bittern,1 Blackbird,1 "Bluetail, Red-flanked",1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_resource_count/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_resource_count/aggregate-Year-reference.csv index eb064633d9..50b4a8f5d4 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_resource_count/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_resource_count/aggregate-Year-reference.csv @@ -16,7 +16,7 @@ Fieldfare,2 Jackdaw,2 "Scaup, Lesser",2 "Warbler, Savi's",2 -"Accentor, Alpine",1 +"Accentor, Alpiné",1 Bittern,1 Blackbird,1 "Bluetail, Red-flanked",1 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_resource_count/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_resource_count/timeseries-Day-reference.csv index 841756a8ef..9238801824 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_resource_count/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_resource_count/timeseries-Day-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[Flycatcher, Taiga] Number of Resources: Active","[Lark, Calandra] Number of Resources: Active","[Shearwater, Balearic] Number of Resources: Active","[Tern, Caspian] Number of Resources: Active","[Chiffchaff, Iberian] Number of Resources: Active","[Egret, Snowy] Number of Resources: Active","[Fieldfare] Number of Resources: Active","[Jackdaw] Number of Resources: Active","[Scaup, Lesser] Number of Resources: Active","[Warbler, Savi's] Number of Resources: Active","[Accentor, Alpine] Number of Resources: Active","[Bittern] Number of Resources: Active","[Blackbird] Number of Resources: Active","[Bluetail, Red-flanked] Number of Resources: Active","[Bufflehead] Number of Resources: Active","[Bunting, Ortolan] Number of Resources: Active","[Chaffinch] Number of Resources: Active","[Dotterel] Number of Resources: Active","[Dowitcher, Short-billed] Number of Resources: Active","[Dunlin] Number of Resources: Active","[Fulmar] Number of Resources: Active","[Goose, Red-breasted] Number of Resources: Active","[Gull, Glaucous-winged] Number of Resources: Active","[Gull, Yellow-legged] Number of Resources: Active","[Harrier, Hen] Number of Resources: Active","[Kestrel, Lesser] Number of Resources: Active","[Martin, Sand] Number of Resources: Active","[Moorhen] Number of Resources: Active","[Nuthatch] Number of Resources: Active","[Petrel, Fea's] Number of Resources: Active","[Shearwater, Great] Number of Resources: Active","[Shearwater, Macaronesian] Number of Resources: Active","[Smew] Number of Resources: Active","[Spotted, Great] Number of Resources: Active","[Swift, Little] Number of Resources: Active","[Thrush, Hermit] Number of Resources: Active","[Warbler, Blackpoll] Number of Resources: Active","[Warbler, Cetti's] Number of Resources: Active","[Warbler, Hooded] Number of Resources: Active","[White, Great] Number of Resources: Active","[Yellowthroat, Common] Number of Resources: Active" +Day,"[Flycatcher, Taiga] Number of Resources: Active","[Lark, Calandra] Number of Resources: Active","[Shearwater, Balearic] Number of Resources: Active","[Tern, Caspian] Number of Resources: Active","[Chiffchaff, Iberian] Number of Resources: Active","[Egret, Snowy] Number of Resources: Active","[Fieldfare] Number of Resources: Active","[Jackdaw] Number of Resources: Active","[Scaup, Lesser] Number of Resources: Active","[Warbler, Savi's] Number of Resources: Active","[Accentor, Alpiné] Number of Resources: Active","[Bittern] Number of Resources: Active","[Blackbird] Number of Resources: Active","[Bluetail, Red-flanked] Number of Resources: Active","[Bufflehead] Number of Resources: Active","[Bunting, Ortolan] Number of Resources: Active","[Chaffinch] Number of Resources: Active","[Dotterel] Number of Resources: Active","[Dowitcher, Short-billed] Number of Resources: Active","[Dunlin] Number of Resources: Active","[Fulmar] Number of Resources: Active","[Goose, Red-breasted] Number of Resources: Active","[Gull, Glaucous-winged] Number of Resources: Active","[Gull, Yellow-legged] Number of Resources: Active","[Harrier, Hen] Number of Resources: Active","[Kestrel, Lesser] Number of Resources: Active","[Martin, Sand] Number of Resources: Active","[Moorhen] Number of Resources: Active","[Nuthatch] Number of Resources: Active","[Petrel, Fea's] Number of Resources: Active","[Shearwater, Great] Number of Resources: Active","[Shearwater, Macaronesian] Number of Resources: Active","[Smew] Number of Resources: Active","[Spotted, Great] Number of Resources: Active","[Swift, Little] Number of Resources: Active","[Thrush, Hermit] Number of Resources: Active","[Warbler, Blackpoll] Number of Resources: Active","[Warbler, Cetti's] Number of Resources: Active","[Warbler, Hooded] Number of Resources: Active","[White, Great] Number of Resources: Active","[Yellowthroat, Common] Number of Resources: Active" 2016-12-22,0,1,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 2016-12-23,0,1,0,1,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 2016-12-24,0,1,0,1,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 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_resource_count/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_resource_count/timeseries-Month-reference.csv index 0934adec46..93ad5b04f5 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_resource_count/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_resource_count/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[Flycatcher, Taiga] Number of Resources: Active","[Lark, Calandra] Number of Resources: Active","[Shearwater, Balearic] Number of Resources: Active","[Tern, Caspian] Number of Resources: Active","[Chiffchaff, Iberian] Number of Resources: Active","[Egret, Snowy] Number of Resources: Active","[Fieldfare] Number of Resources: Active","[Jackdaw] Number of Resources: Active","[Scaup, Lesser] Number of Resources: Active","[Warbler, Savi's] Number of Resources: Active","[Accentor, Alpine] Number of Resources: Active","[Bittern] Number of Resources: Active","[Blackbird] Number of Resources: Active","[Bluetail, Red-flanked] Number of Resources: Active","[Bufflehead] Number of Resources: Active","[Bunting, Ortolan] Number of Resources: Active","[Chaffinch] Number of Resources: Active","[Dotterel] Number of Resources: Active","[Dowitcher, Short-billed] Number of Resources: Active","[Dunlin] Number of Resources: Active","[Fulmar] Number of Resources: Active","[Goose, Red-breasted] Number of Resources: Active","[Gull, Glaucous-winged] Number of Resources: Active","[Gull, Yellow-legged] Number of Resources: Active","[Harrier, Hen] Number of Resources: Active","[Kestrel, Lesser] Number of Resources: Active","[Martin, Sand] Number of Resources: Active","[Moorhen] Number of Resources: Active","[Nuthatch] Number of Resources: Active","[Petrel, Fea's] Number of Resources: Active","[Shearwater, Great] Number of Resources: Active","[Shearwater, Macaronesian] Number of Resources: Active","[Smew] Number of Resources: Active","[Spotted, Great] Number of Resources: Active","[Swift, Little] Number of Resources: Active","[Thrush, Hermit] Number of Resources: Active","[Warbler, Blackpoll] Number of Resources: Active","[Warbler, Cetti's] Number of Resources: Active","[Warbler, Hooded] Number of Resources: Active","[White, Great] Number of Resources: Active","[Yellowthroat, Common] Number of Resources: Active" +Month,"[Flycatcher, Taiga] Number of Resources: Active","[Lark, Calandra] Number of Resources: Active","[Shearwater, Balearic] Number of Resources: Active","[Tern, Caspian] Number of Resources: Active","[Chiffchaff, Iberian] Number of Resources: Active","[Egret, Snowy] Number of Resources: Active","[Fieldfare] Number of Resources: Active","[Jackdaw] Number of Resources: Active","[Scaup, Lesser] Number of Resources: Active","[Warbler, Savi's] Number of Resources: Active","[Accentor, Alpiné] Number of Resources: Active","[Bittern] Number of Resources: Active","[Blackbird] Number of Resources: Active","[Bluetail, Red-flanked] Number of Resources: Active","[Bufflehead] Number of Resources: Active","[Bunting, Ortolan] Number of Resources: Active","[Chaffinch] Number of Resources: Active","[Dotterel] Number of Resources: Active","[Dowitcher, Short-billed] Number of Resources: Active","[Dunlin] Number of Resources: Active","[Fulmar] Number of Resources: Active","[Goose, Red-breasted] Number of Resources: Active","[Gull, Glaucous-winged] Number of Resources: Active","[Gull, Yellow-legged] Number of Resources: Active","[Harrier, Hen] Number of Resources: Active","[Kestrel, Lesser] Number of Resources: Active","[Martin, Sand] Number of Resources: Active","[Moorhen] Number of Resources: Active","[Nuthatch] Number of Resources: Active","[Petrel, Fea's] Number of Resources: Active","[Shearwater, Great] Number of Resources: Active","[Shearwater, Macaronesian] Number of Resources: Active","[Smew] Number of Resources: Active","[Spotted, Great] Number of Resources: Active","[Swift, Little] Number of Resources: Active","[Thrush, Hermit] Number of Resources: Active","[Warbler, Blackpoll] Number of Resources: Active","[Warbler, Cetti's] Number of Resources: Active","[Warbler, Hooded] Number of Resources: Active","[White, Great] Number of Resources: Active","[Yellowthroat, Common] Number of Resources: Active" 2016-12,5,3,3,3,2,1,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 2017-01,5,3,0,1,1,2,2,2,1,0,1,1,0,1,1,1,1,0,1,1,1,1,0,1,0,1,1,1,0,0,0,0,0,0,1,0,0,0,1,1,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_resource_count/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_resource_count/timeseries-Quarter-reference.csv index 019f435643..29bd66e6ca 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_resource_count/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_resource_count/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[Flycatcher, Taiga] Number of Resources: Active","[Lark, Calandra] Number of Resources: Active","[Shearwater, Balearic] Number of Resources: Active","[Tern, Caspian] Number of Resources: Active","[Chiffchaff, Iberian] Number of Resources: Active","[Egret, Snowy] Number of Resources: Active","[Fieldfare] Number of Resources: Active","[Jackdaw] Number of Resources: Active","[Scaup, Lesser] Number of Resources: Active","[Warbler, Savi's] Number of Resources: Active","[Accentor, Alpine] Number of Resources: Active","[Bittern] Number of Resources: Active","[Blackbird] Number of Resources: Active","[Bluetail, Red-flanked] Number of Resources: Active","[Bufflehead] Number of Resources: Active","[Bunting, Ortolan] Number of Resources: Active","[Chaffinch] Number of Resources: Active","[Dotterel] Number of Resources: Active","[Dowitcher, Short-billed] Number of Resources: Active","[Dunlin] Number of Resources: Active","[Fulmar] Number of Resources: Active","[Goose, Red-breasted] Number of Resources: Active","[Gull, Glaucous-winged] Number of Resources: Active","[Gull, Yellow-legged] Number of Resources: Active","[Harrier, Hen] Number of Resources: Active","[Kestrel, Lesser] Number of Resources: Active","[Martin, Sand] Number of Resources: Active","[Moorhen] Number of Resources: Active","[Nuthatch] Number of Resources: Active","[Petrel, Fea's] Number of Resources: Active","[Shearwater, Great] Number of Resources: Active","[Shearwater, Macaronesian] Number of Resources: Active","[Smew] Number of Resources: Active","[Spotted, Great] Number of Resources: Active","[Swift, Little] Number of Resources: Active","[Thrush, Hermit] Number of Resources: Active","[Warbler, Blackpoll] Number of Resources: Active","[Warbler, Cetti's] Number of Resources: Active","[Warbler, Hooded] Number of Resources: Active","[White, Great] Number of Resources: Active","[Yellowthroat, Common] Number of Resources: Active" +Quarter,"[Flycatcher, Taiga] Number of Resources: Active","[Lark, Calandra] Number of Resources: Active","[Shearwater, Balearic] Number of Resources: Active","[Tern, Caspian] Number of Resources: Active","[Chiffchaff, Iberian] Number of Resources: Active","[Egret, Snowy] Number of Resources: Active","[Fieldfare] Number of Resources: Active","[Jackdaw] Number of Resources: Active","[Scaup, Lesser] Number of Resources: Active","[Warbler, Savi's] Number of Resources: Active","[Accentor, Alpiné] Number of Resources: Active","[Bittern] Number of Resources: Active","[Blackbird] Number of Resources: Active","[Bluetail, Red-flanked] Number of Resources: Active","[Bufflehead] Number of Resources: Active","[Bunting, Ortolan] Number of Resources: Active","[Chaffinch] Number of Resources: Active","[Dotterel] Number of Resources: Active","[Dowitcher, Short-billed] Number of Resources: Active","[Dunlin] Number of Resources: Active","[Fulmar] Number of Resources: Active","[Goose, Red-breasted] Number of Resources: Active","[Gull, Glaucous-winged] Number of Resources: Active","[Gull, Yellow-legged] Number of Resources: Active","[Harrier, Hen] Number of Resources: Active","[Kestrel, Lesser] Number of Resources: Active","[Martin, Sand] Number of Resources: Active","[Moorhen] Number of Resources: Active","[Nuthatch] Number of Resources: Active","[Petrel, Fea's] Number of Resources: Active","[Shearwater, Great] Number of Resources: Active","[Shearwater, Macaronesian] Number of Resources: Active","[Smew] Number of Resources: Active","[Spotted, Great] Number of Resources: Active","[Swift, Little] Number of Resources: Active","[Thrush, Hermit] Number of Resources: Active","[Warbler, Blackpoll] Number of Resources: Active","[Warbler, Cetti's] Number of Resources: Active","[Warbler, Hooded] Number of Resources: Active","[White, Great] Number of Resources: Active","[Yellowthroat, Common] Number of Resources: Active" "2016 Q4",5,3,3,3,2,1,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 "2017 Q1",5,3,0,1,1,2,2,2,1,0,1,1,0,1,1,1,1,0,1,1,1,1,0,1,0,1,1,1,0,0,0,0,0,0,1,0,0,0,1,1,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_resource_count/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_resource_count/timeseries-Year-reference.csv index ba808d85f1..8dc36ccd45 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_resource_count/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/active_resource_count/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[Flycatcher, Taiga] Number of Resources: Active","[Lark, Calandra] Number of Resources: Active","[Shearwater, Balearic] Number of Resources: Active","[Tern, Caspian] Number of Resources: Active","[Chiffchaff, Iberian] Number of Resources: Active","[Egret, Snowy] Number of Resources: Active","[Fieldfare] Number of Resources: Active","[Jackdaw] Number of Resources: Active","[Scaup, Lesser] Number of Resources: Active","[Warbler, Savi's] Number of Resources: Active","[Accentor, Alpine] Number of Resources: Active","[Bittern] Number of Resources: Active","[Blackbird] Number of Resources: Active","[Bluetail, Red-flanked] Number of Resources: Active","[Bufflehead] Number of Resources: Active","[Bunting, Ortolan] Number of Resources: Active","[Chaffinch] Number of Resources: Active","[Dotterel] Number of Resources: Active","[Dowitcher, Short-billed] Number of Resources: Active","[Dunlin] Number of Resources: Active","[Fulmar] Number of Resources: Active","[Goose, Red-breasted] Number of Resources: Active","[Gull, Glaucous-winged] Number of Resources: Active","[Gull, Yellow-legged] Number of Resources: Active","[Harrier, Hen] Number of Resources: Active","[Kestrel, Lesser] Number of Resources: Active","[Martin, Sand] Number of Resources: Active","[Moorhen] Number of Resources: Active","[Nuthatch] Number of Resources: Active","[Petrel, Fea's] Number of Resources: Active","[Shearwater, Great] Number of Resources: Active","[Shearwater, Macaronesian] Number of Resources: Active","[Smew] Number of Resources: Active","[Spotted, Great] Number of Resources: Active","[Swift, Little] Number of Resources: Active","[Thrush, Hermit] Number of Resources: Active","[Warbler, Blackpoll] Number of Resources: Active","[Warbler, Cetti's] Number of Resources: Active","[Warbler, Hooded] Number of Resources: Active","[White, Great] Number of Resources: Active","[Yellowthroat, Common] Number of Resources: Active" +Year,"[Flycatcher, Taiga] Number of Resources: Active","[Lark, Calandra] Number of Resources: Active","[Shearwater, Balearic] Number of Resources: Active","[Tern, Caspian] Number of Resources: Active","[Chiffchaff, Iberian] Number of Resources: Active","[Egret, Snowy] Number of Resources: Active","[Fieldfare] Number of Resources: Active","[Jackdaw] Number of Resources: Active","[Scaup, Lesser] Number of Resources: Active","[Warbler, Savi's] Number of Resources: Active","[Accentor, Alpiné] Number of Resources: Active","[Bittern] Number of Resources: Active","[Blackbird] Number of Resources: Active","[Bluetail, Red-flanked] Number of Resources: Active","[Bufflehead] Number of Resources: Active","[Bunting, Ortolan] Number of Resources: Active","[Chaffinch] Number of Resources: Active","[Dotterel] Number of Resources: Active","[Dowitcher, Short-billed] Number of Resources: Active","[Dunlin] Number of Resources: Active","[Fulmar] Number of Resources: Active","[Goose, Red-breasted] Number of Resources: Active","[Gull, Glaucous-winged] Number of Resources: Active","[Gull, Yellow-legged] Number of Resources: Active","[Harrier, Hen] Number of Resources: Active","[Kestrel, Lesser] Number of Resources: Active","[Martin, Sand] Number of Resources: Active","[Moorhen] Number of Resources: Active","[Nuthatch] Number of Resources: Active","[Petrel, Fea's] Number of Resources: Active","[Shearwater, Great] Number of Resources: Active","[Shearwater, Macaronesian] Number of Resources: Active","[Smew] Number of Resources: Active","[Spotted, Great] Number of Resources: Active","[Swift, Little] Number of Resources: Active","[Thrush, Hermit] Number of Resources: Active","[Warbler, Blackpoll] Number of Resources: Active","[Warbler, Cetti's] Number of Resources: Active","[Warbler, Hooded] Number of Resources: Active","[White, Great] Number of Resources: Active","[Yellowthroat, Common] Number of Resources: Active" 2016,5,3,3,3,2,1,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 2017,5,3,0,1,1,2,2,2,1,0,1,1,0,1,1,1,1,0,1,1,1,1,0,1,0,1,1,1,0,0,0,0,0,0,1,0,0,0,1,1,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..acf53d0ab1 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 @@ -17,7 +17,7 @@ Nuthatch,1767.64000000, Dotterel,960.13333333, "Gull, Yellow-legged",722.24444444,221.86209986841982 "Bluetail, Red-flanked",657.08909329, -"Accentor, Alpine",584.70172840, +"Accentor, Alpiné",584.70172840, "Warbler, Blackpoll",529.63777778, "Kestrel, Lesser",472.55000000, Chaffinch,350.97654122,92.37868584083421 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..529c7febb0 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 @@ -17,7 +17,7 @@ Nuthatch,1767.64000000,158.84195310837734 Dotterel,960.13333333,0 "Gull, Yellow-legged",722.24444444,508.25264083286396 "Bluetail, Red-flanked",657.08909329,51.277475129665504 -"Accentor, Alpine",584.70172840, +"Accentor, Alpiné",584.70172840, "Warbler, Blackpoll",529.63777778,46.636532607630166 "Kestrel, Lesser",472.55000000,42.08961460801514 Chaffinch,350.97654122,220.00497833274875 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..529c7febb0 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 @@ -17,7 +17,7 @@ Nuthatch,1767.64000000,158.84195310837734 Dotterel,960.13333333,0 "Gull, Yellow-legged",722.24444444,508.25264083286396 "Bluetail, Red-flanked",657.08909329,51.277475129665504 -"Accentor, Alpine",584.70172840, +"Accentor, Alpiné",584.70172840, "Warbler, Blackpoll",529.63777778,46.636532607630166 "Kestrel, Lesser",472.55000000,42.08961460801514 Chaffinch,350.97654122,220.00497833274875 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..529c7febb0 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 @@ -17,7 +17,7 @@ Nuthatch,1767.64000000,158.84195310837734 Dotterel,960.13333333,0 "Gull, Yellow-legged",722.24444444,508.25264083286396 "Bluetail, Red-flanked",657.08909329,51.277475129665504 -"Accentor, Alpine",584.70172840, +"Accentor, Alpiné",584.70172840, "Warbler, Blackpoll",529.63777778,46.636532607630166 "Kestrel, Lesser",472.55000000,42.08961460801514 Chaffinch,350.97654122,220.00497833274875 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..fcbc2f5c70 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 @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[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" +Day,"[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, Alpiné] 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-22,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 2016-12-23,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,8.60361111,288.00000000,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.00000000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24.00000000,288.00000000,0,0,0,0,0,0,0,0,0,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..6976ebe5a1 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 @@ -5,7 +5,7 @@ parameters 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" +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, Alpiné] 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 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..6af7fb03e1 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 @@ -5,7 +5,7 @@ parameters 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" +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, Alpiné] 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 "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..65255371bf 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 @@ -5,7 +5,7 @@ parameters 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" +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, Alpiné] 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 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_gpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpu_hours/aggregate-Day-reference.csv index 13ebc96448..40b12b694d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpu_hours/aggregate-Day-reference.csv @@ -7,7 +7,7 @@ start,end --------- PI,"GPU Hours: Per Job" Chaffinch,16.35202509 -"Accentor, Alpine",0.00000000 +"Accentor, Alpiné",0.00000000 Bittern,0.00000000 Blackbird,0.00000000 "Bluetail, Red-flanked",0.00000000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpu_hours/aggregate-Month-reference.csv index 13ebc96448..40b12b694d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpu_hours/aggregate-Month-reference.csv @@ -7,7 +7,7 @@ start,end --------- PI,"GPU Hours: Per Job" Chaffinch,16.35202509 -"Accentor, Alpine",0.00000000 +"Accentor, Alpiné",0.00000000 Bittern,0.00000000 Blackbird,0.00000000 "Bluetail, Red-flanked",0.00000000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpu_hours/aggregate-Quarter-reference.csv index 13ebc96448..40b12b694d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpu_hours/aggregate-Quarter-reference.csv @@ -7,7 +7,7 @@ start,end --------- PI,"GPU Hours: Per Job" Chaffinch,16.35202509 -"Accentor, Alpine",0.00000000 +"Accentor, Alpiné",0.00000000 Bittern,0.00000000 Blackbird,0.00000000 "Bluetail, Red-flanked",0.00000000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpu_hours/aggregate-Year-reference.csv index 13ebc96448..40b12b694d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpu_hours/aggregate-Year-reference.csv @@ -7,7 +7,7 @@ start,end --------- PI,"GPU Hours: Per Job" Chaffinch,16.35202509 -"Accentor, Alpine",0.00000000 +"Accentor, Alpiné",0.00000000 Bittern,0.00000000 Blackbird,0.00000000 "Bluetail, Red-flanked",0.00000000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpu_hours/timeseries-Day-reference.csv index 957bf7aa23..2a73feb725 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpu_hours/timeseries-Day-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[Chaffinch] GPU Hours: Per Job","[Accentor, Alpine] GPU Hours: Per Job","[Bittern] GPU Hours: Per Job","[Blackbird] GPU Hours: Per Job","[Bluetail, Red-flanked] GPU Hours: Per Job","[Bufflehead] GPU Hours: Per Job","[Bunting, Ortolan] GPU Hours: Per Job","[Chiffchaff, Iberian] GPU Hours: Per Job","[Dotterel] GPU Hours: Per Job","[Dowitcher, Short-billed] GPU Hours: Per Job","[Dunlin] GPU Hours: Per Job","[Egret, Snowy] GPU Hours: Per Job","[Fieldfare] GPU Hours: Per Job","[Flycatcher, Taiga] GPU Hours: Per Job","[Fulmar] GPU Hours: Per Job","[Goose, Red-breasted] GPU Hours: Per Job","[Gull, Glaucous-winged] GPU Hours: Per Job","[Gull, Yellow-legged] GPU Hours: Per Job","[Harrier, Hen] GPU Hours: Per Job","[Jackdaw] GPU Hours: Per Job","[Kestrel, Lesser] GPU Hours: Per Job","[Lark, Calandra] GPU Hours: Per Job","[Martin, Sand] GPU Hours: Per Job","[Moorhen] GPU Hours: Per Job","[Nuthatch] GPU Hours: Per Job","[Petrel, Fea's] GPU Hours: Per Job","[Scaup, Lesser] GPU Hours: Per Job","[Shearwater, Balearic] GPU Hours: Per Job","[Shearwater, Great] GPU Hours: Per Job","[Shearwater, Macaronesian] GPU Hours: Per Job","[Smew] GPU Hours: Per Job","[Spotted, Great] GPU Hours: Per Job","[Swift, Little] GPU Hours: Per Job","[Tern, Caspian] GPU Hours: Per Job","[Thrush, Hermit] GPU Hours: Per Job","[Warbler, Blackpoll] GPU Hours: Per Job","[Warbler, Cetti's] GPU Hours: Per Job","[Warbler, Hooded] GPU Hours: Per Job","[Warbler, Savi's] GPU Hours: Per Job","[White, Great] GPU Hours: Per Job","[Yellowthroat, Common] GPU Hours: Per Job" +Day,"[Chaffinch] GPU Hours: Per Job","[Accentor, Alpiné] GPU Hours: Per Job","[Bittern] GPU Hours: Per Job","[Blackbird] GPU Hours: Per Job","[Bluetail, Red-flanked] GPU Hours: Per Job","[Bufflehead] GPU Hours: Per Job","[Bunting, Ortolan] GPU Hours: Per Job","[Chiffchaff, Iberian] GPU Hours: Per Job","[Dotterel] GPU Hours: Per Job","[Dowitcher, Short-billed] GPU Hours: Per Job","[Dunlin] GPU Hours: Per Job","[Egret, Snowy] GPU Hours: Per Job","[Fieldfare] GPU Hours: Per Job","[Flycatcher, Taiga] GPU Hours: Per Job","[Fulmar] GPU Hours: Per Job","[Goose, Red-breasted] GPU Hours: Per Job","[Gull, Glaucous-winged] GPU Hours: Per Job","[Gull, Yellow-legged] GPU Hours: Per Job","[Harrier, Hen] GPU Hours: Per Job","[Jackdaw] GPU Hours: Per Job","[Kestrel, Lesser] GPU Hours: Per Job","[Lark, Calandra] GPU Hours: Per Job","[Martin, Sand] GPU Hours: Per Job","[Moorhen] GPU Hours: Per Job","[Nuthatch] GPU Hours: Per Job","[Petrel, Fea's] GPU Hours: Per Job","[Scaup, Lesser] GPU Hours: Per Job","[Shearwater, Balearic] GPU Hours: Per Job","[Shearwater, Great] GPU Hours: Per Job","[Shearwater, Macaronesian] GPU Hours: Per Job","[Smew] GPU Hours: Per Job","[Spotted, Great] GPU Hours: Per Job","[Swift, Little] GPU Hours: Per Job","[Tern, Caspian] GPU Hours: Per Job","[Thrush, Hermit] GPU Hours: Per Job","[Warbler, Blackpoll] GPU Hours: Per Job","[Warbler, Cetti's] GPU Hours: Per Job","[Warbler, Hooded] GPU Hours: Per Job","[Warbler, Savi's] GPU Hours: Per Job","[White, Great] GPU Hours: Per Job","[Yellowthroat, Common] 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.00000000,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,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0,0,0,0,0,0.00000000,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.00000000,0,0,0,0,0,0,0,0,0,0,0,0.00000000,0,0,0,0,0,0,0 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpu_hours/timeseries-Month-reference.csv index 5cdf865fd6..8e01db587d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpu_hours/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[Chaffinch] GPU Hours: Per Job","[Accentor, Alpine] GPU Hours: Per Job","[Bittern] GPU Hours: Per Job","[Blackbird] GPU Hours: Per Job","[Bluetail, Red-flanked] GPU Hours: Per Job","[Bufflehead] GPU Hours: Per Job","[Bunting, Ortolan] GPU Hours: Per Job","[Chiffchaff, Iberian] GPU Hours: Per Job","[Dotterel] GPU Hours: Per Job","[Dowitcher, Short-billed] GPU Hours: Per Job","[Dunlin] GPU Hours: Per Job","[Egret, Snowy] GPU Hours: Per Job","[Fieldfare] GPU Hours: Per Job","[Flycatcher, Taiga] GPU Hours: Per Job","[Fulmar] GPU Hours: Per Job","[Goose, Red-breasted] GPU Hours: Per Job","[Gull, Glaucous-winged] GPU Hours: Per Job","[Gull, Yellow-legged] GPU Hours: Per Job","[Harrier, Hen] GPU Hours: Per Job","[Jackdaw] GPU Hours: Per Job","[Kestrel, Lesser] GPU Hours: Per Job","[Lark, Calandra] GPU Hours: Per Job","[Martin, Sand] GPU Hours: Per Job","[Moorhen] GPU Hours: Per Job","[Nuthatch] GPU Hours: Per Job","[Petrel, Fea's] GPU Hours: Per Job","[Scaup, Lesser] GPU Hours: Per Job","[Shearwater, Balearic] GPU Hours: Per Job","[Shearwater, Great] GPU Hours: Per Job","[Shearwater, Macaronesian] GPU Hours: Per Job","[Smew] GPU Hours: Per Job","[Spotted, Great] GPU Hours: Per Job","[Swift, Little] GPU Hours: Per Job","[Tern, Caspian] GPU Hours: Per Job","[Thrush, Hermit] GPU Hours: Per Job","[Warbler, Blackpoll] GPU Hours: Per Job","[Warbler, Cetti's] GPU Hours: Per Job","[Warbler, Hooded] GPU Hours: Per Job","[Warbler, Savi's] GPU Hours: Per Job","[White, Great] GPU Hours: Per Job","[Yellowthroat, Common] GPU Hours: Per Job" +Month,"[Chaffinch] GPU Hours: Per Job","[Accentor, Alpiné] GPU Hours: Per Job","[Bittern] GPU Hours: Per Job","[Blackbird] GPU Hours: Per Job","[Bluetail, Red-flanked] GPU Hours: Per Job","[Bufflehead] GPU Hours: Per Job","[Bunting, Ortolan] GPU Hours: Per Job","[Chiffchaff, Iberian] GPU Hours: Per Job","[Dotterel] GPU Hours: Per Job","[Dowitcher, Short-billed] GPU Hours: Per Job","[Dunlin] GPU Hours: Per Job","[Egret, Snowy] GPU Hours: Per Job","[Fieldfare] GPU Hours: Per Job","[Flycatcher, Taiga] GPU Hours: Per Job","[Fulmar] GPU Hours: Per Job","[Goose, Red-breasted] GPU Hours: Per Job","[Gull, Glaucous-winged] GPU Hours: Per Job","[Gull, Yellow-legged] GPU Hours: Per Job","[Harrier, Hen] GPU Hours: Per Job","[Jackdaw] GPU Hours: Per Job","[Kestrel, Lesser] GPU Hours: Per Job","[Lark, Calandra] GPU Hours: Per Job","[Martin, Sand] GPU Hours: Per Job","[Moorhen] GPU Hours: Per Job","[Nuthatch] GPU Hours: Per Job","[Petrel, Fea's] GPU Hours: Per Job","[Scaup, Lesser] GPU Hours: Per Job","[Shearwater, Balearic] GPU Hours: Per Job","[Shearwater, Great] GPU Hours: Per Job","[Shearwater, Macaronesian] GPU Hours: Per Job","[Smew] GPU Hours: Per Job","[Spotted, Great] GPU Hours: Per Job","[Swift, Little] GPU Hours: Per Job","[Tern, Caspian] GPU Hours: Per Job","[Thrush, Hermit] GPU Hours: Per Job","[Warbler, Blackpoll] GPU Hours: Per Job","[Warbler, Cetti's] GPU Hours: Per Job","[Warbler, Hooded] GPU Hours: Per Job","[Warbler, Savi's] GPU Hours: Per Job","[White, Great] GPU Hours: Per Job","[Yellowthroat, Common] GPU Hours: Per Job" 2016-12,77.58212963,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,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.53407407,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0,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.00000000,0.00000000,0,0,0.00000000,0,0,0,0,0,0.00000000,0.00000000,0,0,0,0.00000000,0,0.00000000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpu_hours/timeseries-Quarter-reference.csv index eb7dda2139..5210039b94 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpu_hours/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[Chaffinch] GPU Hours: Per Job","[Accentor, Alpine] GPU Hours: Per Job","[Bittern] GPU Hours: Per Job","[Blackbird] GPU Hours: Per Job","[Bluetail, Red-flanked] GPU Hours: Per Job","[Bufflehead] GPU Hours: Per Job","[Bunting, Ortolan] GPU Hours: Per Job","[Chiffchaff, Iberian] GPU Hours: Per Job","[Dotterel] GPU Hours: Per Job","[Dowitcher, Short-billed] GPU Hours: Per Job","[Dunlin] GPU Hours: Per Job","[Egret, Snowy] GPU Hours: Per Job","[Fieldfare] GPU Hours: Per Job","[Flycatcher, Taiga] GPU Hours: Per Job","[Fulmar] GPU Hours: Per Job","[Goose, Red-breasted] GPU Hours: Per Job","[Gull, Glaucous-winged] GPU Hours: Per Job","[Gull, Yellow-legged] GPU Hours: Per Job","[Harrier, Hen] GPU Hours: Per Job","[Jackdaw] GPU Hours: Per Job","[Kestrel, Lesser] GPU Hours: Per Job","[Lark, Calandra] GPU Hours: Per Job","[Martin, Sand] GPU Hours: Per Job","[Moorhen] GPU Hours: Per Job","[Nuthatch] GPU Hours: Per Job","[Petrel, Fea's] GPU Hours: Per Job","[Scaup, Lesser] GPU Hours: Per Job","[Shearwater, Balearic] GPU Hours: Per Job","[Shearwater, Great] GPU Hours: Per Job","[Shearwater, Macaronesian] GPU Hours: Per Job","[Smew] GPU Hours: Per Job","[Spotted, Great] GPU Hours: Per Job","[Swift, Little] GPU Hours: Per Job","[Tern, Caspian] GPU Hours: Per Job","[Thrush, Hermit] GPU Hours: Per Job","[Warbler, Blackpoll] GPU Hours: Per Job","[Warbler, Cetti's] GPU Hours: Per Job","[Warbler, Hooded] GPU Hours: Per Job","[Warbler, Savi's] GPU Hours: Per Job","[White, Great] GPU Hours: Per Job","[Yellowthroat, Common] GPU Hours: Per Job" +Quarter,"[Chaffinch] GPU Hours: Per Job","[Accentor, Alpiné] GPU Hours: Per Job","[Bittern] GPU Hours: Per Job","[Blackbird] GPU Hours: Per Job","[Bluetail, Red-flanked] GPU Hours: Per Job","[Bufflehead] GPU Hours: Per Job","[Bunting, Ortolan] GPU Hours: Per Job","[Chiffchaff, Iberian] GPU Hours: Per Job","[Dotterel] GPU Hours: Per Job","[Dowitcher, Short-billed] GPU Hours: Per Job","[Dunlin] GPU Hours: Per Job","[Egret, Snowy] GPU Hours: Per Job","[Fieldfare] GPU Hours: Per Job","[Flycatcher, Taiga] GPU Hours: Per Job","[Fulmar] GPU Hours: Per Job","[Goose, Red-breasted] GPU Hours: Per Job","[Gull, Glaucous-winged] GPU Hours: Per Job","[Gull, Yellow-legged] GPU Hours: Per Job","[Harrier, Hen] GPU Hours: Per Job","[Jackdaw] GPU Hours: Per Job","[Kestrel, Lesser] GPU Hours: Per Job","[Lark, Calandra] GPU Hours: Per Job","[Martin, Sand] GPU Hours: Per Job","[Moorhen] GPU Hours: Per Job","[Nuthatch] GPU Hours: Per Job","[Petrel, Fea's] GPU Hours: Per Job","[Scaup, Lesser] GPU Hours: Per Job","[Shearwater, Balearic] GPU Hours: Per Job","[Shearwater, Great] GPU Hours: Per Job","[Shearwater, Macaronesian] GPU Hours: Per Job","[Smew] GPU Hours: Per Job","[Spotted, Great] GPU Hours: Per Job","[Swift, Little] GPU Hours: Per Job","[Tern, Caspian] GPU Hours: Per Job","[Thrush, Hermit] GPU Hours: Per Job","[Warbler, Blackpoll] GPU Hours: Per Job","[Warbler, Cetti's] GPU Hours: Per Job","[Warbler, Hooded] GPU Hours: Per Job","[Warbler, Savi's] GPU Hours: Per Job","[White, Great] GPU Hours: Per Job","[Yellowthroat, Common] GPU Hours: Per Job" "2016 Q4",77.58212963,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,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.53407407,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0,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.00000000,0.00000000,0,0,0.00000000,0,0,0,0,0,0.00000000,0.00000000,0,0,0,0.00000000,0,0.00000000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpu_hours/timeseries-Year-reference.csv index a9dcf360a3..bb359320b1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpu_hours/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[Chaffinch] GPU Hours: Per Job","[Accentor, Alpine] GPU Hours: Per Job","[Bittern] GPU Hours: Per Job","[Blackbird] GPU Hours: Per Job","[Bluetail, Red-flanked] GPU Hours: Per Job","[Bufflehead] GPU Hours: Per Job","[Bunting, Ortolan] GPU Hours: Per Job","[Chiffchaff, Iberian] GPU Hours: Per Job","[Dotterel] GPU Hours: Per Job","[Dowitcher, Short-billed] GPU Hours: Per Job","[Dunlin] GPU Hours: Per Job","[Egret, Snowy] GPU Hours: Per Job","[Fieldfare] GPU Hours: Per Job","[Flycatcher, Taiga] GPU Hours: Per Job","[Fulmar] GPU Hours: Per Job","[Goose, Red-breasted] GPU Hours: Per Job","[Gull, Glaucous-winged] GPU Hours: Per Job","[Gull, Yellow-legged] GPU Hours: Per Job","[Harrier, Hen] GPU Hours: Per Job","[Jackdaw] GPU Hours: Per Job","[Kestrel, Lesser] GPU Hours: Per Job","[Lark, Calandra] GPU Hours: Per Job","[Martin, Sand] GPU Hours: Per Job","[Moorhen] GPU Hours: Per Job","[Nuthatch] GPU Hours: Per Job","[Petrel, Fea's] GPU Hours: Per Job","[Scaup, Lesser] GPU Hours: Per Job","[Shearwater, Balearic] GPU Hours: Per Job","[Shearwater, Great] GPU Hours: Per Job","[Shearwater, Macaronesian] GPU Hours: Per Job","[Smew] GPU Hours: Per Job","[Spotted, Great] GPU Hours: Per Job","[Swift, Little] GPU Hours: Per Job","[Tern, Caspian] GPU Hours: Per Job","[Thrush, Hermit] GPU Hours: Per Job","[Warbler, Blackpoll] GPU Hours: Per Job","[Warbler, Cetti's] GPU Hours: Per Job","[Warbler, Hooded] GPU Hours: Per Job","[Warbler, Savi's] GPU Hours: Per Job","[White, Great] GPU Hours: Per Job","[Yellowthroat, Common] GPU Hours: Per Job" +Year,"[Chaffinch] GPU Hours: Per Job","[Accentor, Alpiné] GPU Hours: Per Job","[Bittern] GPU Hours: Per Job","[Blackbird] GPU Hours: Per Job","[Bluetail, Red-flanked] GPU Hours: Per Job","[Bufflehead] GPU Hours: Per Job","[Bunting, Ortolan] GPU Hours: Per Job","[Chiffchaff, Iberian] GPU Hours: Per Job","[Dotterel] GPU Hours: Per Job","[Dowitcher, Short-billed] GPU Hours: Per Job","[Dunlin] GPU Hours: Per Job","[Egret, Snowy] GPU Hours: Per Job","[Fieldfare] GPU Hours: Per Job","[Flycatcher, Taiga] GPU Hours: Per Job","[Fulmar] GPU Hours: Per Job","[Goose, Red-breasted] GPU Hours: Per Job","[Gull, Glaucous-winged] GPU Hours: Per Job","[Gull, Yellow-legged] GPU Hours: Per Job","[Harrier, Hen] GPU Hours: Per Job","[Jackdaw] GPU Hours: Per Job","[Kestrel, Lesser] GPU Hours: Per Job","[Lark, Calandra] GPU Hours: Per Job","[Martin, Sand] GPU Hours: Per Job","[Moorhen] GPU Hours: Per Job","[Nuthatch] GPU Hours: Per Job","[Petrel, Fea's] GPU Hours: Per Job","[Scaup, Lesser] GPU Hours: Per Job","[Shearwater, Balearic] GPU Hours: Per Job","[Shearwater, Great] GPU Hours: Per Job","[Shearwater, Macaronesian] GPU Hours: Per Job","[Smew] GPU Hours: Per Job","[Spotted, Great] GPU Hours: Per Job","[Swift, Little] GPU Hours: Per Job","[Tern, Caspian] GPU Hours: Per Job","[Thrush, Hermit] GPU Hours: Per Job","[Warbler, Blackpoll] GPU Hours: Per Job","[Warbler, Cetti's] GPU Hours: Per Job","[Warbler, Hooded] GPU Hours: Per Job","[Warbler, Savi's] GPU Hours: Per Job","[White, Great] GPU Hours: Per Job","[Yellowthroat, Common] GPU Hours: Per Job" 2016,77.58212963,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,0.00000000,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.53407407,0.00000000,0.00000000,0,0.00000000,0.00000000,0.00000000,0.00000000,0,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.00000000,0.00000000,0,0,0.00000000,0,0,0,0,0,0.00000000,0.00000000,0,0,0,0.00000000,0,0.00000000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpus/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpus/aggregate-Day-reference.csv index babaa61035..28ccef913b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpus/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpus/aggregate-Day-reference.csv @@ -7,7 +7,7 @@ start,end --------- PI,"GPU Count: Per Job","Std Dev: GPU Count: Per Job" Chaffinch,0.1290,0.08824730508988667 -"Accentor, Alpine",0.0000,0 +"Accentor, Alpiné",0.0000,0 Bittern,0.0000,0 Blackbird,0.0000,0 "Bluetail, Red-flanked",0.0000,0 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpus/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpus/aggregate-Month-reference.csv index babaa61035..28ccef913b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpus/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpus/aggregate-Month-reference.csv @@ -7,7 +7,7 @@ start,end --------- PI,"GPU Count: Per Job","Std Dev: GPU Count: Per Job" Chaffinch,0.1290,0.08824730508988667 -"Accentor, Alpine",0.0000,0 +"Accentor, Alpiné",0.0000,0 Bittern,0.0000,0 Blackbird,0.0000,0 "Bluetail, Red-flanked",0.0000,0 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpus/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpus/aggregate-Quarter-reference.csv index babaa61035..28ccef913b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpus/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpus/aggregate-Quarter-reference.csv @@ -7,7 +7,7 @@ start,end --------- PI,"GPU Count: Per Job","Std Dev: GPU Count: Per Job" Chaffinch,0.1290,0.08824730508988667 -"Accentor, Alpine",0.0000,0 +"Accentor, Alpiné",0.0000,0 Bittern,0.0000,0 Blackbird,0.0000,0 "Bluetail, Red-flanked",0.0000,0 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpus/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpus/aggregate-Year-reference.csv index babaa61035..28ccef913b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpus/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpus/aggregate-Year-reference.csv @@ -7,7 +7,7 @@ start,end --------- PI,"GPU Count: Per Job","Std Dev: GPU Count: Per Job" Chaffinch,0.1290,0.08824730508988667 -"Accentor, Alpine",0.0000,0 +"Accentor, Alpiné",0.0000,0 Bittern,0.0000,0 Blackbird,0.0000,0 "Bluetail, Red-flanked",0.0000,0 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpus/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpus/timeseries-Day-reference.csv index fd03339839..904ce5b582 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpus/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpus/timeseries-Day-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[Chaffinch] GPU Count: Per Job","[Accentor, Alpine] GPU Count: Per Job","[Bittern] GPU Count: Per Job","[Blackbird] GPU Count: Per Job","[Bluetail, Red-flanked] GPU Count: Per Job","[Bufflehead] GPU Count: Per Job","[Bunting, Ortolan] GPU Count: Per Job","[Chiffchaff, Iberian] GPU Count: Per Job","[Dotterel] GPU Count: Per Job","[Dowitcher, Short-billed] GPU Count: Per Job","[Dunlin] GPU Count: Per Job","[Egret, Snowy] GPU Count: Per Job","[Fieldfare] GPU Count: Per Job","[Flycatcher, Taiga] GPU Count: Per Job","[Fulmar] GPU Count: Per Job","[Goose, Red-breasted] GPU Count: Per Job","[Gull, Glaucous-winged] GPU Count: Per Job","[Gull, Yellow-legged] GPU Count: Per Job","[Harrier, Hen] GPU Count: Per Job","[Jackdaw] GPU Count: Per Job","[Kestrel, Lesser] GPU Count: Per Job","[Lark, Calandra] GPU Count: Per Job","[Martin, Sand] GPU Count: Per Job","[Moorhen] GPU Count: Per Job","[Nuthatch] GPU Count: Per Job","[Petrel, Fea's] GPU Count: Per Job","[Scaup, Lesser] GPU Count: Per Job","[Shearwater, Balearic] GPU Count: Per Job","[Shearwater, Great] GPU Count: Per Job","[Shearwater, Macaronesian] GPU Count: Per Job","[Smew] GPU Count: Per Job","[Spotted, Great] GPU Count: Per Job","[Swift, Little] GPU Count: Per Job","[Tern, Caspian] GPU Count: Per Job","[Thrush, Hermit] GPU Count: Per Job","[Warbler, Blackpoll] GPU Count: Per Job","[Warbler, Cetti's] GPU Count: Per Job","[Warbler, Hooded] GPU Count: Per Job","[Warbler, Savi's] GPU Count: Per Job","[White, Great] GPU Count: Per Job","[Yellowthroat, Common] GPU Count: Per Job" +Day,"[Chaffinch] GPU Count: Per Job","[Accentor, Alpiné] GPU Count: Per Job","[Bittern] GPU Count: Per Job","[Blackbird] GPU Count: Per Job","[Bluetail, Red-flanked] GPU Count: Per Job","[Bufflehead] GPU Count: Per Job","[Bunting, Ortolan] GPU Count: Per Job","[Chiffchaff, Iberian] GPU Count: Per Job","[Dotterel] GPU Count: Per Job","[Dowitcher, Short-billed] GPU Count: Per Job","[Dunlin] GPU Count: Per Job","[Egret, Snowy] GPU Count: Per Job","[Fieldfare] GPU Count: Per Job","[Flycatcher, Taiga] GPU Count: Per Job","[Fulmar] GPU Count: Per Job","[Goose, Red-breasted] GPU Count: Per Job","[Gull, Glaucous-winged] GPU Count: Per Job","[Gull, Yellow-legged] GPU Count: Per Job","[Harrier, Hen] GPU Count: Per Job","[Jackdaw] GPU Count: Per Job","[Kestrel, Lesser] GPU Count: Per Job","[Lark, Calandra] GPU Count: Per Job","[Martin, Sand] GPU Count: Per Job","[Moorhen] GPU Count: Per Job","[Nuthatch] GPU Count: Per Job","[Petrel, Fea's] GPU Count: Per Job","[Scaup, Lesser] GPU Count: Per Job","[Shearwater, Balearic] GPU Count: Per Job","[Shearwater, Great] GPU Count: Per Job","[Shearwater, Macaronesian] GPU Count: Per Job","[Smew] GPU Count: Per Job","[Spotted, Great] GPU Count: Per Job","[Swift, Little] GPU Count: Per Job","[Tern, Caspian] GPU Count: Per Job","[Thrush, Hermit] GPU Count: Per Job","[Warbler, Blackpoll] GPU Count: Per Job","[Warbler, Cetti's] GPU Count: Per Job","[Warbler, Hooded] GPU Count: Per Job","[Warbler, Savi's] GPU Count: Per Job","[White, Great] GPU Count: Per Job","[Yellowthroat, Common] 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.0000,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,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0.0000,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.0000,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpus/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpus/timeseries-Month-reference.csv index d8b9a8d88a..0f825022d1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpus/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpus/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[Chaffinch] GPU Count: Per Job","[Accentor, Alpine] GPU Count: Per Job","[Bittern] GPU Count: Per Job","[Blackbird] GPU Count: Per Job","[Bluetail, Red-flanked] GPU Count: Per Job","[Bufflehead] GPU Count: Per Job","[Bunting, Ortolan] GPU Count: Per Job","[Chiffchaff, Iberian] GPU Count: Per Job","[Dotterel] GPU Count: Per Job","[Dowitcher, Short-billed] GPU Count: Per Job","[Dunlin] GPU Count: Per Job","[Egret, Snowy] GPU Count: Per Job","[Fieldfare] GPU Count: Per Job","[Flycatcher, Taiga] GPU Count: Per Job","[Fulmar] GPU Count: Per Job","[Goose, Red-breasted] GPU Count: Per Job","[Gull, Glaucous-winged] GPU Count: Per Job","[Gull, Yellow-legged] GPU Count: Per Job","[Harrier, Hen] GPU Count: Per Job","[Jackdaw] GPU Count: Per Job","[Kestrel, Lesser] GPU Count: Per Job","[Lark, Calandra] GPU Count: Per Job","[Martin, Sand] GPU Count: Per Job","[Moorhen] GPU Count: Per Job","[Nuthatch] GPU Count: Per Job","[Petrel, Fea's] GPU Count: Per Job","[Scaup, Lesser] GPU Count: Per Job","[Shearwater, Balearic] GPU Count: Per Job","[Shearwater, Great] GPU Count: Per Job","[Shearwater, Macaronesian] GPU Count: Per Job","[Smew] GPU Count: Per Job","[Spotted, Great] GPU Count: Per Job","[Swift, Little] GPU Count: Per Job","[Tern, Caspian] GPU Count: Per Job","[Thrush, Hermit] GPU Count: Per Job","[Warbler, Blackpoll] GPU Count: Per Job","[Warbler, Cetti's] GPU Count: Per Job","[Warbler, Hooded] GPU Count: Per Job","[Warbler, Savi's] GPU Count: Per Job","[White, Great] GPU Count: Per Job","[Yellowthroat, Common] GPU Count: Per Job" +Month,"[Chaffinch] GPU Count: Per Job","[Accentor, Alpiné] GPU Count: Per Job","[Bittern] GPU Count: Per Job","[Blackbird] GPU Count: Per Job","[Bluetail, Red-flanked] GPU Count: Per Job","[Bufflehead] GPU Count: Per Job","[Bunting, Ortolan] GPU Count: Per Job","[Chiffchaff, Iberian] GPU Count: Per Job","[Dotterel] GPU Count: Per Job","[Dowitcher, Short-billed] GPU Count: Per Job","[Dunlin] GPU Count: Per Job","[Egret, Snowy] GPU Count: Per Job","[Fieldfare] GPU Count: Per Job","[Flycatcher, Taiga] GPU Count: Per Job","[Fulmar] GPU Count: Per Job","[Goose, Red-breasted] GPU Count: Per Job","[Gull, Glaucous-winged] GPU Count: Per Job","[Gull, Yellow-legged] GPU Count: Per Job","[Harrier, Hen] GPU Count: Per Job","[Jackdaw] GPU Count: Per Job","[Kestrel, Lesser] GPU Count: Per Job","[Lark, Calandra] GPU Count: Per Job","[Martin, Sand] GPU Count: Per Job","[Moorhen] GPU Count: Per Job","[Nuthatch] GPU Count: Per Job","[Petrel, Fea's] GPU Count: Per Job","[Scaup, Lesser] GPU Count: Per Job","[Shearwater, Balearic] GPU Count: Per Job","[Shearwater, Great] GPU Count: Per Job","[Shearwater, Macaronesian] GPU Count: Per Job","[Smew] GPU Count: Per Job","[Spotted, Great] GPU Count: Per Job","[Swift, Little] GPU Count: Per Job","[Tern, Caspian] GPU Count: Per Job","[Thrush, Hermit] GPU Count: Per Job","[Warbler, Blackpoll] GPU Count: Per Job","[Warbler, Cetti's] GPU Count: Per Job","[Warbler, Hooded] GPU Count: Per Job","[Warbler, Savi's] GPU Count: Per Job","[White, Great] GPU Count: Per Job","[Yellowthroat, Common] GPU Count: Per Job" 2016-12,0.3333,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,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.1481,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,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.0000,0.0000,0,0,0.0000,0,0,0,0,0,0.0000,0.0000,0,0,0,0.0000,0,0.0000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpus/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpus/timeseries-Quarter-reference.csv index 9b14168029..19bc01811a 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpus/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpus/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[Chaffinch] GPU Count: Per Job","[Accentor, Alpine] GPU Count: Per Job","[Bittern] GPU Count: Per Job","[Blackbird] GPU Count: Per Job","[Bluetail, Red-flanked] GPU Count: Per Job","[Bufflehead] GPU Count: Per Job","[Bunting, Ortolan] GPU Count: Per Job","[Chiffchaff, Iberian] GPU Count: Per Job","[Dotterel] GPU Count: Per Job","[Dowitcher, Short-billed] GPU Count: Per Job","[Dunlin] GPU Count: Per Job","[Egret, Snowy] GPU Count: Per Job","[Fieldfare] GPU Count: Per Job","[Flycatcher, Taiga] GPU Count: Per Job","[Fulmar] GPU Count: Per Job","[Goose, Red-breasted] GPU Count: Per Job","[Gull, Glaucous-winged] GPU Count: Per Job","[Gull, Yellow-legged] GPU Count: Per Job","[Harrier, Hen] GPU Count: Per Job","[Jackdaw] GPU Count: Per Job","[Kestrel, Lesser] GPU Count: Per Job","[Lark, Calandra] GPU Count: Per Job","[Martin, Sand] GPU Count: Per Job","[Moorhen] GPU Count: Per Job","[Nuthatch] GPU Count: Per Job","[Petrel, Fea's] GPU Count: Per Job","[Scaup, Lesser] GPU Count: Per Job","[Shearwater, Balearic] GPU Count: Per Job","[Shearwater, Great] GPU Count: Per Job","[Shearwater, Macaronesian] GPU Count: Per Job","[Smew] GPU Count: Per Job","[Spotted, Great] GPU Count: Per Job","[Swift, Little] GPU Count: Per Job","[Tern, Caspian] GPU Count: Per Job","[Thrush, Hermit] GPU Count: Per Job","[Warbler, Blackpoll] GPU Count: Per Job","[Warbler, Cetti's] GPU Count: Per Job","[Warbler, Hooded] GPU Count: Per Job","[Warbler, Savi's] GPU Count: Per Job","[White, Great] GPU Count: Per Job","[Yellowthroat, Common] GPU Count: Per Job" +Quarter,"[Chaffinch] GPU Count: Per Job","[Accentor, Alpiné] GPU Count: Per Job","[Bittern] GPU Count: Per Job","[Blackbird] GPU Count: Per Job","[Bluetail, Red-flanked] GPU Count: Per Job","[Bufflehead] GPU Count: Per Job","[Bunting, Ortolan] GPU Count: Per Job","[Chiffchaff, Iberian] GPU Count: Per Job","[Dotterel] GPU Count: Per Job","[Dowitcher, Short-billed] GPU Count: Per Job","[Dunlin] GPU Count: Per Job","[Egret, Snowy] GPU Count: Per Job","[Fieldfare] GPU Count: Per Job","[Flycatcher, Taiga] GPU Count: Per Job","[Fulmar] GPU Count: Per Job","[Goose, Red-breasted] GPU Count: Per Job","[Gull, Glaucous-winged] GPU Count: Per Job","[Gull, Yellow-legged] GPU Count: Per Job","[Harrier, Hen] GPU Count: Per Job","[Jackdaw] GPU Count: Per Job","[Kestrel, Lesser] GPU Count: Per Job","[Lark, Calandra] GPU Count: Per Job","[Martin, Sand] GPU Count: Per Job","[Moorhen] GPU Count: Per Job","[Nuthatch] GPU Count: Per Job","[Petrel, Fea's] GPU Count: Per Job","[Scaup, Lesser] GPU Count: Per Job","[Shearwater, Balearic] GPU Count: Per Job","[Shearwater, Great] GPU Count: Per Job","[Shearwater, Macaronesian] GPU Count: Per Job","[Smew] GPU Count: Per Job","[Spotted, Great] GPU Count: Per Job","[Swift, Little] GPU Count: Per Job","[Tern, Caspian] GPU Count: Per Job","[Thrush, Hermit] GPU Count: Per Job","[Warbler, Blackpoll] GPU Count: Per Job","[Warbler, Cetti's] GPU Count: Per Job","[Warbler, Hooded] GPU Count: Per Job","[Warbler, Savi's] GPU Count: Per Job","[White, Great] GPU Count: Per Job","[Yellowthroat, Common] GPU Count: Per Job" "2016 Q4",0.3333,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,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.1481,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,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.0000,0.0000,0,0,0.0000,0,0,0,0,0,0.0000,0.0000,0,0,0,0.0000,0,0.0000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpus/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpus/timeseries-Year-reference.csv index 0f968e56a6..04dd30d27f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpus/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_gpus/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[Chaffinch] GPU Count: Per Job","[Accentor, Alpine] GPU Count: Per Job","[Bittern] GPU Count: Per Job","[Blackbird] GPU Count: Per Job","[Bluetail, Red-flanked] GPU Count: Per Job","[Bufflehead] GPU Count: Per Job","[Bunting, Ortolan] GPU Count: Per Job","[Chiffchaff, Iberian] GPU Count: Per Job","[Dotterel] GPU Count: Per Job","[Dowitcher, Short-billed] GPU Count: Per Job","[Dunlin] GPU Count: Per Job","[Egret, Snowy] GPU Count: Per Job","[Fieldfare] GPU Count: Per Job","[Flycatcher, Taiga] GPU Count: Per Job","[Fulmar] GPU Count: Per Job","[Goose, Red-breasted] GPU Count: Per Job","[Gull, Glaucous-winged] GPU Count: Per Job","[Gull, Yellow-legged] GPU Count: Per Job","[Harrier, Hen] GPU Count: Per Job","[Jackdaw] GPU Count: Per Job","[Kestrel, Lesser] GPU Count: Per Job","[Lark, Calandra] GPU Count: Per Job","[Martin, Sand] GPU Count: Per Job","[Moorhen] GPU Count: Per Job","[Nuthatch] GPU Count: Per Job","[Petrel, Fea's] GPU Count: Per Job","[Scaup, Lesser] GPU Count: Per Job","[Shearwater, Balearic] GPU Count: Per Job","[Shearwater, Great] GPU Count: Per Job","[Shearwater, Macaronesian] GPU Count: Per Job","[Smew] GPU Count: Per Job","[Spotted, Great] GPU Count: Per Job","[Swift, Little] GPU Count: Per Job","[Tern, Caspian] GPU Count: Per Job","[Thrush, Hermit] GPU Count: Per Job","[Warbler, Blackpoll] GPU Count: Per Job","[Warbler, Cetti's] GPU Count: Per Job","[Warbler, Hooded] GPU Count: Per Job","[Warbler, Savi's] GPU Count: Per Job","[White, Great] GPU Count: Per Job","[Yellowthroat, Common] GPU Count: Per Job" +Year,"[Chaffinch] GPU Count: Per Job","[Accentor, Alpiné] GPU Count: Per Job","[Bittern] GPU Count: Per Job","[Blackbird] GPU Count: Per Job","[Bluetail, Red-flanked] GPU Count: Per Job","[Bufflehead] GPU Count: Per Job","[Bunting, Ortolan] GPU Count: Per Job","[Chiffchaff, Iberian] GPU Count: Per Job","[Dotterel] GPU Count: Per Job","[Dowitcher, Short-billed] GPU Count: Per Job","[Dunlin] GPU Count: Per Job","[Egret, Snowy] GPU Count: Per Job","[Fieldfare] GPU Count: Per Job","[Flycatcher, Taiga] GPU Count: Per Job","[Fulmar] GPU Count: Per Job","[Goose, Red-breasted] GPU Count: Per Job","[Gull, Glaucous-winged] GPU Count: Per Job","[Gull, Yellow-legged] GPU Count: Per Job","[Harrier, Hen] GPU Count: Per Job","[Jackdaw] GPU Count: Per Job","[Kestrel, Lesser] GPU Count: Per Job","[Lark, Calandra] GPU Count: Per Job","[Martin, Sand] GPU Count: Per Job","[Moorhen] GPU Count: Per Job","[Nuthatch] GPU Count: Per Job","[Petrel, Fea's] GPU Count: Per Job","[Scaup, Lesser] GPU Count: Per Job","[Shearwater, Balearic] GPU Count: Per Job","[Shearwater, Great] GPU Count: Per Job","[Shearwater, Macaronesian] GPU Count: Per Job","[Smew] GPU Count: Per Job","[Spotted, Great] GPU Count: Per Job","[Swift, Little] GPU Count: Per Job","[Tern, Caspian] GPU Count: Per Job","[Thrush, Hermit] GPU Count: Per Job","[Warbler, Blackpoll] GPU Count: Per Job","[Warbler, Cetti's] GPU Count: Per Job","[Warbler, Hooded] GPU Count: Per Job","[Warbler, Savi's] GPU Count: Per Job","[White, Great] GPU Count: Per Job","[Yellowthroat, Common] GPU Count: Per Job" 2016,0.3333,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,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.1481,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,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.0000,0.0000,0,0,0.0000,0,0,0,0,0,0.0000,0.0000,0,0,0,0.0000,0,0.0000,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..b507fe7edc 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 @@ -24,7 +24,7 @@ Chaffinch,48.6577 "Goose, Red-breasted",29.2166 "Lark, Calandra",28.9482 "Tern, Caspian",24.5939 -"Accentor, Alpine",23.2563 +"Accentor, Alpiné",23.2563 Blackbird,20.0000 Dotterel,20.0000 "Yellowthroat, Common",16.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..b507fe7edc 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 @@ -24,7 +24,7 @@ Chaffinch,48.6577 "Goose, Red-breasted",29.2166 "Lark, Calandra",28.9482 "Tern, Caspian",24.5939 -"Accentor, Alpine",23.2563 +"Accentor, Alpiné",23.2563 Blackbird,20.0000 Dotterel,20.0000 "Yellowthroat, Common",16.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..b507fe7edc 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 @@ -24,7 +24,7 @@ Chaffinch,48.6577 "Goose, Red-breasted",29.2166 "Lark, Calandra",28.9482 "Tern, Caspian",24.5939 -"Accentor, Alpine",23.2563 +"Accentor, Alpiné",23.2563 Blackbird,20.0000 Dotterel,20.0000 "Yellowthroat, Common",16.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..b507fe7edc 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 @@ -24,7 +24,7 @@ Chaffinch,48.6577 "Goose, Red-breasted",29.2166 "Lark, Calandra",28.9482 "Tern, Caspian",24.5939 -"Accentor, Alpine",23.2563 +"Accentor, Alpiné",23.2563 Blackbird,20.0000 Dotterel,20.0000 "Yellowthroat, Common",16.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..798c68dcdc 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,7 +5,7 @@ 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, Alpiné] 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-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 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..8012c9f431 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)" +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, Alpiné] 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 --------- 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..ea7bc1e5b0 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)" +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, Alpiné] 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 --------- 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..7a114fbd0a 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)" +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, Alpiné] 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 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_gpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_gpu_hours/aggregate-Day-reference.csv index 6c6f5b07df..bfbb884ffd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_gpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_gpu_hours/aggregate-Day-reference.csv @@ -7,7 +7,7 @@ start,end --------- PI,"Job Size: Weighted By GPU Hours (GPU Count)" Chaffinch,12.0000 -"Accentor, Alpine",0.0000 +"Accentor, Alpiné",0.0000 Bittern,0.0000 Blackbird,0.0000 "Bluetail, Red-flanked",0.0000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_gpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_gpu_hours/aggregate-Month-reference.csv index 6c6f5b07df..bfbb884ffd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_gpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_gpu_hours/aggregate-Month-reference.csv @@ -7,7 +7,7 @@ start,end --------- PI,"Job Size: Weighted By GPU Hours (GPU Count)" Chaffinch,12.0000 -"Accentor, Alpine",0.0000 +"Accentor, Alpiné",0.0000 Bittern,0.0000 Blackbird,0.0000 "Bluetail, Red-flanked",0.0000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_gpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_gpu_hours/aggregate-Quarter-reference.csv index 6c6f5b07df..bfbb884ffd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_gpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_gpu_hours/aggregate-Quarter-reference.csv @@ -7,7 +7,7 @@ start,end --------- PI,"Job Size: Weighted By GPU Hours (GPU Count)" Chaffinch,12.0000 -"Accentor, Alpine",0.0000 +"Accentor, Alpiné",0.0000 Bittern,0.0000 Blackbird,0.0000 "Bluetail, Red-flanked",0.0000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_gpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_gpu_hours/aggregate-Year-reference.csv index 6c6f5b07df..bfbb884ffd 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_gpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_gpu_hours/aggregate-Year-reference.csv @@ -7,7 +7,7 @@ start,end --------- PI,"Job Size: Weighted By GPU Hours (GPU Count)" Chaffinch,12.0000 -"Accentor, Alpine",0.0000 +"Accentor, Alpiné",0.0000 Bittern,0.0000 Blackbird,0.0000 "Bluetail, Red-flanked",0.0000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_gpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_gpu_hours/timeseries-Day-reference.csv index bf7a94f2e3..8c712c8ea6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_gpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_gpu_hours/timeseries-Day-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[Chaffinch] Job Size: Weighted By GPU Hours (GPU Count)","[Accentor, Alpine] Job Size: Weighted By GPU Hours (GPU Count)","[Bittern] Job Size: Weighted By GPU Hours (GPU Count)","[Blackbird] Job Size: Weighted By GPU Hours (GPU Count)","[Bluetail, Red-flanked] Job Size: Weighted By GPU Hours (GPU Count)","[Bufflehead] Job Size: Weighted By GPU Hours (GPU Count)","[Bunting, Ortolan] Job Size: Weighted By GPU Hours (GPU Count)","[Chiffchaff, Iberian] Job Size: Weighted By GPU Hours (GPU Count)","[Dotterel] Job Size: Weighted By GPU Hours (GPU Count)","[Dowitcher, Short-billed] Job Size: Weighted By GPU Hours (GPU Count)","[Dunlin] Job Size: Weighted By GPU Hours (GPU Count)","[Egret, Snowy] Job Size: Weighted By GPU Hours (GPU Count)","[Fieldfare] Job Size: Weighted By GPU Hours (GPU Count)","[Flycatcher, Taiga] Job Size: Weighted By GPU Hours (GPU Count)","[Fulmar] Job Size: Weighted By GPU Hours (GPU Count)","[Goose, Red-breasted] Job Size: Weighted By GPU Hours (GPU Count)","[Gull, Glaucous-winged] Job Size: Weighted By GPU Hours (GPU Count)","[Gull, Yellow-legged] Job Size: Weighted By GPU Hours (GPU Count)","[Harrier, Hen] Job Size: Weighted By GPU Hours (GPU Count)","[Jackdaw] Job Size: Weighted By GPU Hours (GPU Count)","[Kestrel, Lesser] Job Size: Weighted By GPU Hours (GPU Count)","[Lark, Calandra] Job Size: Weighted By GPU Hours (GPU Count)","[Martin, Sand] Job Size: Weighted By GPU Hours (GPU Count)","[Moorhen] Job Size: Weighted By GPU Hours (GPU Count)","[Nuthatch] Job Size: Weighted By GPU Hours (GPU Count)","[Petrel, Fea's] Job Size: Weighted By GPU Hours (GPU Count)","[Scaup, Lesser] Job Size: Weighted By GPU Hours (GPU Count)","[Shearwater, Balearic] Job Size: Weighted By GPU Hours (GPU Count)","[Shearwater, Great] Job Size: Weighted By GPU Hours (GPU Count)","[Shearwater, Macaronesian] Job Size: Weighted By GPU Hours (GPU Count)","[Smew] Job Size: Weighted By GPU Hours (GPU Count)","[Spotted, Great] Job Size: Weighted By GPU Hours (GPU Count)","[Swift, Little] Job Size: Weighted By GPU Hours (GPU Count)","[Tern, Caspian] Job Size: Weighted By GPU Hours (GPU Count)","[Thrush, Hermit] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Blackpoll] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Cetti's] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Hooded] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Savi's] Job Size: Weighted By GPU Hours (GPU Count)","[White, Great] Job Size: Weighted By GPU Hours (GPU Count)","[Yellowthroat, Common] Job Size: Weighted By GPU Hours (GPU Count)" +Day,"[Chaffinch] Job Size: Weighted By GPU Hours (GPU Count)","[Accentor, Alpiné] Job Size: Weighted By GPU Hours (GPU Count)","[Bittern] Job Size: Weighted By GPU Hours (GPU Count)","[Blackbird] Job Size: Weighted By GPU Hours (GPU Count)","[Bluetail, Red-flanked] Job Size: Weighted By GPU Hours (GPU Count)","[Bufflehead] Job Size: Weighted By GPU Hours (GPU Count)","[Bunting, Ortolan] Job Size: Weighted By GPU Hours (GPU Count)","[Chiffchaff, Iberian] Job Size: Weighted By GPU Hours (GPU Count)","[Dotterel] Job Size: Weighted By GPU Hours (GPU Count)","[Dowitcher, Short-billed] Job Size: Weighted By GPU Hours (GPU Count)","[Dunlin] Job Size: Weighted By GPU Hours (GPU Count)","[Egret, Snowy] Job Size: Weighted By GPU Hours (GPU Count)","[Fieldfare] Job Size: Weighted By GPU Hours (GPU Count)","[Flycatcher, Taiga] Job Size: Weighted By GPU Hours (GPU Count)","[Fulmar] Job Size: Weighted By GPU Hours (GPU Count)","[Goose, Red-breasted] Job Size: Weighted By GPU Hours (GPU Count)","[Gull, Glaucous-winged] Job Size: Weighted By GPU Hours (GPU Count)","[Gull, Yellow-legged] Job Size: Weighted By GPU Hours (GPU Count)","[Harrier, Hen] Job Size: Weighted By GPU Hours (GPU Count)","[Jackdaw] Job Size: Weighted By GPU Hours (GPU Count)","[Kestrel, Lesser] Job Size: Weighted By GPU Hours (GPU Count)","[Lark, Calandra] Job Size: Weighted By GPU Hours (GPU Count)","[Martin, Sand] Job Size: Weighted By GPU Hours (GPU Count)","[Moorhen] Job Size: Weighted By GPU Hours (GPU Count)","[Nuthatch] Job Size: Weighted By GPU Hours (GPU Count)","[Petrel, Fea's] Job Size: Weighted By GPU Hours (GPU Count)","[Scaup, Lesser] Job Size: Weighted By GPU Hours (GPU Count)","[Shearwater, Balearic] Job Size: Weighted By GPU Hours (GPU Count)","[Shearwater, Great] Job Size: Weighted By GPU Hours (GPU Count)","[Shearwater, Macaronesian] Job Size: Weighted By GPU Hours (GPU Count)","[Smew] Job Size: Weighted By GPU Hours (GPU Count)","[Spotted, Great] Job Size: Weighted By GPU Hours (GPU Count)","[Swift, Little] Job Size: Weighted By GPU Hours (GPU Count)","[Tern, Caspian] Job Size: Weighted By GPU Hours (GPU Count)","[Thrush, Hermit] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Blackpoll] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Cetti's] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Hooded] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Savi's] Job Size: Weighted By GPU Hours (GPU Count)","[White, Great] Job Size: Weighted By GPU Hours (GPU Count)","[Yellowthroat, Common] 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.0000,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,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0.0000,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.0000,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_gpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_gpu_hours/timeseries-Month-reference.csv index 3e46c255dd..18a7036d77 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_gpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/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,"[Chaffinch] Job Size: Weighted By GPU Hours (GPU Count)","[Accentor, Alpine] Job Size: Weighted By GPU Hours (GPU Count)","[Bittern] Job Size: Weighted By GPU Hours (GPU Count)","[Blackbird] Job Size: Weighted By GPU Hours (GPU Count)","[Bluetail, Red-flanked] Job Size: Weighted By GPU Hours (GPU Count)","[Bufflehead] Job Size: Weighted By GPU Hours (GPU Count)","[Bunting, Ortolan] Job Size: Weighted By GPU Hours (GPU Count)","[Chiffchaff, Iberian] Job Size: Weighted By GPU Hours (GPU Count)","[Dotterel] Job Size: Weighted By GPU Hours (GPU Count)","[Dowitcher, Short-billed] Job Size: Weighted By GPU Hours (GPU Count)","[Dunlin] Job Size: Weighted By GPU Hours (GPU Count)","[Egret, Snowy] Job Size: Weighted By GPU Hours (GPU Count)","[Fieldfare] Job Size: Weighted By GPU Hours (GPU Count)","[Flycatcher, Taiga] Job Size: Weighted By GPU Hours (GPU Count)","[Fulmar] Job Size: Weighted By GPU Hours (GPU Count)","[Goose, Red-breasted] Job Size: Weighted By GPU Hours (GPU Count)","[Gull, Glaucous-winged] Job Size: Weighted By GPU Hours (GPU Count)","[Gull, Yellow-legged] Job Size: Weighted By GPU Hours (GPU Count)","[Harrier, Hen] Job Size: Weighted By GPU Hours (GPU Count)","[Jackdaw] Job Size: Weighted By GPU Hours (GPU Count)","[Kestrel, Lesser] Job Size: Weighted By GPU Hours (GPU Count)","[Lark, Calandra] Job Size: Weighted By GPU Hours (GPU Count)","[Martin, Sand] Job Size: Weighted By GPU Hours (GPU Count)","[Moorhen] Job Size: Weighted By GPU Hours (GPU Count)","[Nuthatch] Job Size: Weighted By GPU Hours (GPU Count)","[Petrel, Fea's] Job Size: Weighted By GPU Hours (GPU Count)","[Scaup, Lesser] Job Size: Weighted By GPU Hours (GPU Count)","[Shearwater, Balearic] Job Size: Weighted By GPU Hours (GPU Count)","[Shearwater, Great] Job Size: Weighted By GPU Hours (GPU Count)","[Shearwater, Macaronesian] Job Size: Weighted By GPU Hours (GPU Count)","[Smew] Job Size: Weighted By GPU Hours (GPU Count)","[Spotted, Great] Job Size: Weighted By GPU Hours (GPU Count)","[Swift, Little] Job Size: Weighted By GPU Hours (GPU Count)","[Tern, Caspian] Job Size: Weighted By GPU Hours (GPU Count)","[Thrush, Hermit] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Blackpoll] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Cetti's] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Hooded] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Savi's] Job Size: Weighted By GPU Hours (GPU Count)","[White, Great] Job Size: Weighted By GPU Hours (GPU Count)","[Yellowthroat, Common] Job Size: Weighted By GPU Hours (GPU Count)" +Month,"[Chaffinch] Job Size: Weighted By GPU Hours (GPU Count)","[Accentor, Alpiné] Job Size: Weighted By GPU Hours (GPU Count)","[Bittern] Job Size: Weighted By GPU Hours (GPU Count)","[Blackbird] Job Size: Weighted By GPU Hours (GPU Count)","[Bluetail, Red-flanked] Job Size: Weighted By GPU Hours (GPU Count)","[Bufflehead] Job Size: Weighted By GPU Hours (GPU Count)","[Bunting, Ortolan] Job Size: Weighted By GPU Hours (GPU Count)","[Chiffchaff, Iberian] Job Size: Weighted By GPU Hours (GPU Count)","[Dotterel] Job Size: Weighted By GPU Hours (GPU Count)","[Dowitcher, Short-billed] Job Size: Weighted By GPU Hours (GPU Count)","[Dunlin] Job Size: Weighted By GPU Hours (GPU Count)","[Egret, Snowy] Job Size: Weighted By GPU Hours (GPU Count)","[Fieldfare] Job Size: Weighted By GPU Hours (GPU Count)","[Flycatcher, Taiga] Job Size: Weighted By GPU Hours (GPU Count)","[Fulmar] Job Size: Weighted By GPU Hours (GPU Count)","[Goose, Red-breasted] Job Size: Weighted By GPU Hours (GPU Count)","[Gull, Glaucous-winged] Job Size: Weighted By GPU Hours (GPU Count)","[Gull, Yellow-legged] Job Size: Weighted By GPU Hours (GPU Count)","[Harrier, Hen] Job Size: Weighted By GPU Hours (GPU Count)","[Jackdaw] Job Size: Weighted By GPU Hours (GPU Count)","[Kestrel, Lesser] Job Size: Weighted By GPU Hours (GPU Count)","[Lark, Calandra] Job Size: Weighted By GPU Hours (GPU Count)","[Martin, Sand] Job Size: Weighted By GPU Hours (GPU Count)","[Moorhen] Job Size: Weighted By GPU Hours (GPU Count)","[Nuthatch] Job Size: Weighted By GPU Hours (GPU Count)","[Petrel, Fea's] Job Size: Weighted By GPU Hours (GPU Count)","[Scaup, Lesser] Job Size: Weighted By GPU Hours (GPU Count)","[Shearwater, Balearic] Job Size: Weighted By GPU Hours (GPU Count)","[Shearwater, Great] Job Size: Weighted By GPU Hours (GPU Count)","[Shearwater, Macaronesian] Job Size: Weighted By GPU Hours (GPU Count)","[Smew] Job Size: Weighted By GPU Hours (GPU Count)","[Spotted, Great] Job Size: Weighted By GPU Hours (GPU Count)","[Swift, Little] Job Size: Weighted By GPU Hours (GPU Count)","[Tern, Caspian] Job Size: Weighted By GPU Hours (GPU Count)","[Thrush, Hermit] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Blackpoll] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Cetti's] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Hooded] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Savi's] Job Size: Weighted By GPU Hours (GPU Count)","[White, Great] Job Size: Weighted By GPU Hours (GPU Count)","[Yellowthroat, Common] 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 2017-01,12.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,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.0000,0.0000,0,0,0.0000,0,0,0,0,0,0.0000,0.0000,0,0,0,0.0000,0,0.0000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_gpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_gpu_hours/timeseries-Quarter-reference.csv index b18c5cbffa..302416b7ba 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_gpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/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,"[Chaffinch] Job Size: Weighted By GPU Hours (GPU Count)","[Accentor, Alpine] Job Size: Weighted By GPU Hours (GPU Count)","[Bittern] Job Size: Weighted By GPU Hours (GPU Count)","[Blackbird] Job Size: Weighted By GPU Hours (GPU Count)","[Bluetail, Red-flanked] Job Size: Weighted By GPU Hours (GPU Count)","[Bufflehead] Job Size: Weighted By GPU Hours (GPU Count)","[Bunting, Ortolan] Job Size: Weighted By GPU Hours (GPU Count)","[Chiffchaff, Iberian] Job Size: Weighted By GPU Hours (GPU Count)","[Dotterel] Job Size: Weighted By GPU Hours (GPU Count)","[Dowitcher, Short-billed] Job Size: Weighted By GPU Hours (GPU Count)","[Dunlin] Job Size: Weighted By GPU Hours (GPU Count)","[Egret, Snowy] Job Size: Weighted By GPU Hours (GPU Count)","[Fieldfare] Job Size: Weighted By GPU Hours (GPU Count)","[Flycatcher, Taiga] Job Size: Weighted By GPU Hours (GPU Count)","[Fulmar] Job Size: Weighted By GPU Hours (GPU Count)","[Goose, Red-breasted] Job Size: Weighted By GPU Hours (GPU Count)","[Gull, Glaucous-winged] Job Size: Weighted By GPU Hours (GPU Count)","[Gull, Yellow-legged] Job Size: Weighted By GPU Hours (GPU Count)","[Harrier, Hen] Job Size: Weighted By GPU Hours (GPU Count)","[Jackdaw] Job Size: Weighted By GPU Hours (GPU Count)","[Kestrel, Lesser] Job Size: Weighted By GPU Hours (GPU Count)","[Lark, Calandra] Job Size: Weighted By GPU Hours (GPU Count)","[Martin, Sand] Job Size: Weighted By GPU Hours (GPU Count)","[Moorhen] Job Size: Weighted By GPU Hours (GPU Count)","[Nuthatch] Job Size: Weighted By GPU Hours (GPU Count)","[Petrel, Fea's] Job Size: Weighted By GPU Hours (GPU Count)","[Scaup, Lesser] Job Size: Weighted By GPU Hours (GPU Count)","[Shearwater, Balearic] Job Size: Weighted By GPU Hours (GPU Count)","[Shearwater, Great] Job Size: Weighted By GPU Hours (GPU Count)","[Shearwater, Macaronesian] Job Size: Weighted By GPU Hours (GPU Count)","[Smew] Job Size: Weighted By GPU Hours (GPU Count)","[Spotted, Great] Job Size: Weighted By GPU Hours (GPU Count)","[Swift, Little] Job Size: Weighted By GPU Hours (GPU Count)","[Tern, Caspian] Job Size: Weighted By GPU Hours (GPU Count)","[Thrush, Hermit] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Blackpoll] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Cetti's] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Hooded] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Savi's] Job Size: Weighted By GPU Hours (GPU Count)","[White, Great] Job Size: Weighted By GPU Hours (GPU Count)","[Yellowthroat, Common] Job Size: Weighted By GPU Hours (GPU Count)" +Quarter,"[Chaffinch] Job Size: Weighted By GPU Hours (GPU Count)","[Accentor, Alpiné] Job Size: Weighted By GPU Hours (GPU Count)","[Bittern] Job Size: Weighted By GPU Hours (GPU Count)","[Blackbird] Job Size: Weighted By GPU Hours (GPU Count)","[Bluetail, Red-flanked] Job Size: Weighted By GPU Hours (GPU Count)","[Bufflehead] Job Size: Weighted By GPU Hours (GPU Count)","[Bunting, Ortolan] Job Size: Weighted By GPU Hours (GPU Count)","[Chiffchaff, Iberian] Job Size: Weighted By GPU Hours (GPU Count)","[Dotterel] Job Size: Weighted By GPU Hours (GPU Count)","[Dowitcher, Short-billed] Job Size: Weighted By GPU Hours (GPU Count)","[Dunlin] Job Size: Weighted By GPU Hours (GPU Count)","[Egret, Snowy] Job Size: Weighted By GPU Hours (GPU Count)","[Fieldfare] Job Size: Weighted By GPU Hours (GPU Count)","[Flycatcher, Taiga] Job Size: Weighted By GPU Hours (GPU Count)","[Fulmar] Job Size: Weighted By GPU Hours (GPU Count)","[Goose, Red-breasted] Job Size: Weighted By GPU Hours (GPU Count)","[Gull, Glaucous-winged] Job Size: Weighted By GPU Hours (GPU Count)","[Gull, Yellow-legged] Job Size: Weighted By GPU Hours (GPU Count)","[Harrier, Hen] Job Size: Weighted By GPU Hours (GPU Count)","[Jackdaw] Job Size: Weighted By GPU Hours (GPU Count)","[Kestrel, Lesser] Job Size: Weighted By GPU Hours (GPU Count)","[Lark, Calandra] Job Size: Weighted By GPU Hours (GPU Count)","[Martin, Sand] Job Size: Weighted By GPU Hours (GPU Count)","[Moorhen] Job Size: Weighted By GPU Hours (GPU Count)","[Nuthatch] Job Size: Weighted By GPU Hours (GPU Count)","[Petrel, Fea's] Job Size: Weighted By GPU Hours (GPU Count)","[Scaup, Lesser] Job Size: Weighted By GPU Hours (GPU Count)","[Shearwater, Balearic] Job Size: Weighted By GPU Hours (GPU Count)","[Shearwater, Great] Job Size: Weighted By GPU Hours (GPU Count)","[Shearwater, Macaronesian] Job Size: Weighted By GPU Hours (GPU Count)","[Smew] Job Size: Weighted By GPU Hours (GPU Count)","[Spotted, Great] Job Size: Weighted By GPU Hours (GPU Count)","[Swift, Little] Job Size: Weighted By GPU Hours (GPU Count)","[Tern, Caspian] Job Size: Weighted By GPU Hours (GPU Count)","[Thrush, Hermit] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Blackpoll] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Cetti's] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Hooded] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Savi's] Job Size: Weighted By GPU Hours (GPU Count)","[White, Great] Job Size: Weighted By GPU Hours (GPU Count)","[Yellowthroat, Common] 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 "2017 Q1",12.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,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.0000,0.0000,0,0,0.0000,0,0,0,0,0,0.0000,0.0000,0,0,0,0.0000,0,0.0000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_gpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_gpu_hours/timeseries-Year-reference.csv index 811df61f07..4691eb0606 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/avg_job_size_weighted_by_gpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/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,"[Chaffinch] Job Size: Weighted By GPU Hours (GPU Count)","[Accentor, Alpine] Job Size: Weighted By GPU Hours (GPU Count)","[Bittern] Job Size: Weighted By GPU Hours (GPU Count)","[Blackbird] Job Size: Weighted By GPU Hours (GPU Count)","[Bluetail, Red-flanked] Job Size: Weighted By GPU Hours (GPU Count)","[Bufflehead] Job Size: Weighted By GPU Hours (GPU Count)","[Bunting, Ortolan] Job Size: Weighted By GPU Hours (GPU Count)","[Chiffchaff, Iberian] Job Size: Weighted By GPU Hours (GPU Count)","[Dotterel] Job Size: Weighted By GPU Hours (GPU Count)","[Dowitcher, Short-billed] Job Size: Weighted By GPU Hours (GPU Count)","[Dunlin] Job Size: Weighted By GPU Hours (GPU Count)","[Egret, Snowy] Job Size: Weighted By GPU Hours (GPU Count)","[Fieldfare] Job Size: Weighted By GPU Hours (GPU Count)","[Flycatcher, Taiga] Job Size: Weighted By GPU Hours (GPU Count)","[Fulmar] Job Size: Weighted By GPU Hours (GPU Count)","[Goose, Red-breasted] Job Size: Weighted By GPU Hours (GPU Count)","[Gull, Glaucous-winged] Job Size: Weighted By GPU Hours (GPU Count)","[Gull, Yellow-legged] Job Size: Weighted By GPU Hours (GPU Count)","[Harrier, Hen] Job Size: Weighted By GPU Hours (GPU Count)","[Jackdaw] Job Size: Weighted By GPU Hours (GPU Count)","[Kestrel, Lesser] Job Size: Weighted By GPU Hours (GPU Count)","[Lark, Calandra] Job Size: Weighted By GPU Hours (GPU Count)","[Martin, Sand] Job Size: Weighted By GPU Hours (GPU Count)","[Moorhen] Job Size: Weighted By GPU Hours (GPU Count)","[Nuthatch] Job Size: Weighted By GPU Hours (GPU Count)","[Petrel, Fea's] Job Size: Weighted By GPU Hours (GPU Count)","[Scaup, Lesser] Job Size: Weighted By GPU Hours (GPU Count)","[Shearwater, Balearic] Job Size: Weighted By GPU Hours (GPU Count)","[Shearwater, Great] Job Size: Weighted By GPU Hours (GPU Count)","[Shearwater, Macaronesian] Job Size: Weighted By GPU Hours (GPU Count)","[Smew] Job Size: Weighted By GPU Hours (GPU Count)","[Spotted, Great] Job Size: Weighted By GPU Hours (GPU Count)","[Swift, Little] Job Size: Weighted By GPU Hours (GPU Count)","[Tern, Caspian] Job Size: Weighted By GPU Hours (GPU Count)","[Thrush, Hermit] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Blackpoll] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Cetti's] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Hooded] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Savi's] Job Size: Weighted By GPU Hours (GPU Count)","[White, Great] Job Size: Weighted By GPU Hours (GPU Count)","[Yellowthroat, Common] Job Size: Weighted By GPU Hours (GPU Count)" +Year,"[Chaffinch] Job Size: Weighted By GPU Hours (GPU Count)","[Accentor, Alpiné] Job Size: Weighted By GPU Hours (GPU Count)","[Bittern] Job Size: Weighted By GPU Hours (GPU Count)","[Blackbird] Job Size: Weighted By GPU Hours (GPU Count)","[Bluetail, Red-flanked] Job Size: Weighted By GPU Hours (GPU Count)","[Bufflehead] Job Size: Weighted By GPU Hours (GPU Count)","[Bunting, Ortolan] Job Size: Weighted By GPU Hours (GPU Count)","[Chiffchaff, Iberian] Job Size: Weighted By GPU Hours (GPU Count)","[Dotterel] Job Size: Weighted By GPU Hours (GPU Count)","[Dowitcher, Short-billed] Job Size: Weighted By GPU Hours (GPU Count)","[Dunlin] Job Size: Weighted By GPU Hours (GPU Count)","[Egret, Snowy] Job Size: Weighted By GPU Hours (GPU Count)","[Fieldfare] Job Size: Weighted By GPU Hours (GPU Count)","[Flycatcher, Taiga] Job Size: Weighted By GPU Hours (GPU Count)","[Fulmar] Job Size: Weighted By GPU Hours (GPU Count)","[Goose, Red-breasted] Job Size: Weighted By GPU Hours (GPU Count)","[Gull, Glaucous-winged] Job Size: Weighted By GPU Hours (GPU Count)","[Gull, Yellow-legged] Job Size: Weighted By GPU Hours (GPU Count)","[Harrier, Hen] Job Size: Weighted By GPU Hours (GPU Count)","[Jackdaw] Job Size: Weighted By GPU Hours (GPU Count)","[Kestrel, Lesser] Job Size: Weighted By GPU Hours (GPU Count)","[Lark, Calandra] Job Size: Weighted By GPU Hours (GPU Count)","[Martin, Sand] Job Size: Weighted By GPU Hours (GPU Count)","[Moorhen] Job Size: Weighted By GPU Hours (GPU Count)","[Nuthatch] Job Size: Weighted By GPU Hours (GPU Count)","[Petrel, Fea's] Job Size: Weighted By GPU Hours (GPU Count)","[Scaup, Lesser] Job Size: Weighted By GPU Hours (GPU Count)","[Shearwater, Balearic] Job Size: Weighted By GPU Hours (GPU Count)","[Shearwater, Great] Job Size: Weighted By GPU Hours (GPU Count)","[Shearwater, Macaronesian] Job Size: Weighted By GPU Hours (GPU Count)","[Smew] Job Size: Weighted By GPU Hours (GPU Count)","[Spotted, Great] Job Size: Weighted By GPU Hours (GPU Count)","[Swift, Little] Job Size: Weighted By GPU Hours (GPU Count)","[Tern, Caspian] Job Size: Weighted By GPU Hours (GPU Count)","[Thrush, Hermit] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Blackpoll] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Cetti's] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Hooded] Job Size: Weighted By GPU Hours (GPU Count)","[Warbler, Savi's] Job Size: Weighted By GPU Hours (GPU Count)","[White, Great] Job Size: Weighted By GPU Hours (GPU Count)","[Yellowthroat, Common] 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 2017,12.0000,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,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.0000,0.0000,0,0,0.0000,0,0,0,0,0,0.0000,0.0000,0,0,0,0.0000,0,0.0000,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..790da8d7b0 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 @@ -16,7 +16,7 @@ Nuthatch,110.47750000, "Gull, Yellow-legged",90.28055556,27.732762483552477 "Shearwater, Great",72.00694444, "Bluetail, Red-flanked",52.33125262, -"Accentor, Alpine",50.98981481, +"Accentor, Alpiné",50.98981481, "Warbler, Savi's",50.34944444, Bufflehead,49.85089556, Dotterel,48.00666667, 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..9627d4ebad 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 @@ -16,7 +16,7 @@ Nuthatch,110.47750000,9.927622069273584 "Gull, Yellow-legged",90.28055556,63.531580104107995 "Shearwater, Great",72.00694444,0 "Bluetail, Red-flanked",52.33125262, -"Accentor, Alpine",50.98981481, +"Accentor, Alpiné",50.98981481, "Warbler, Savi's",50.34944444,35.60204075854135 Bufflehead,49.85089556,1.1100595034642202 Dotterel,48.00666667,0 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..9627d4ebad 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 @@ -16,7 +16,7 @@ Nuthatch,110.47750000,9.927622069273584 "Gull, Yellow-legged",90.28055556,63.531580104107995 "Shearwater, Great",72.00694444,0 "Bluetail, Red-flanked",52.33125262, -"Accentor, Alpine",50.98981481, +"Accentor, Alpiné",50.98981481, "Warbler, Savi's",50.34944444,35.60204075854135 Bufflehead,49.85089556,1.1100595034642202 Dotterel,48.00666667,0 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..9627d4ebad 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 @@ -16,7 +16,7 @@ Nuthatch,110.47750000,9.927622069273584 "Gull, Yellow-legged",90.28055556,63.531580104107995 "Shearwater, Great",72.00694444,0 "Bluetail, Red-flanked",52.33125262, -"Accentor, Alpine",50.98981481, +"Accentor, Alpiné",50.98981481, "Warbler, Savi's",50.34944444,35.60204075854135 Bufflehead,49.85089556,1.1100595034642202 Dotterel,48.00666667,0 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..d0d68134dd 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 @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[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" +Day,"[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, Alpiné] 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-22,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,0,0,0,0,0,0,0,0,16.94166667,0,0,0,0,0 2016-12-23,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,0,0,0,0,8.60361111,0,0,0,24.00000000,0,0,0,0,0 2016-12-24,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,0,0,0,0,24.00000000,0,0,0,24.00000000,0,0,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..f332da9924 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 @@ -5,7 +5,7 @@ parameters 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" +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, Alpiné] 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 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..7ea5c59244 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 @@ -5,7 +5,7 @@ parameters 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" +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, Alpiné] 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 "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..a32571f287 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 @@ -5,7 +5,7 @@ parameters 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" +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, Alpiné] 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 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..1b45a5a935 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 @@ -18,7 +18,7 @@ Fieldfare,59.3409,6.100056156105137 Dunlin,42.4937,2.1967513051929584 "Warbler, Savi's",28.0000,8.48528137423857 "Goose, Red-breasted",24.0145,1.2257293401539964 -"Accentor, Alpine",23.1111,0.8380524817467393 +"Accentor, Alpiné",23.1111,0.8380524817467393 Blackbird,20.0000,0 Dotterel,20.0000,0 "Shearwater, Balearic",18.9315,1.0384183998010423 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..1b45a5a935 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 @@ -18,7 +18,7 @@ Fieldfare,59.3409,6.100056156105137 Dunlin,42.4937,2.1967513051929584 "Warbler, Savi's",28.0000,8.48528137423857 "Goose, Red-breasted",24.0145,1.2257293401539964 -"Accentor, Alpine",23.1111,0.8380524817467393 +"Accentor, Alpiné",23.1111,0.8380524817467393 Blackbird,20.0000,0 Dotterel,20.0000,0 "Shearwater, Balearic",18.9315,1.0384183998010423 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..1b45a5a935 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 @@ -18,7 +18,7 @@ Fieldfare,59.3409,6.100056156105137 Dunlin,42.4937,2.1967513051929584 "Warbler, Savi's",28.0000,8.48528137423857 "Goose, Red-breasted",24.0145,1.2257293401539964 -"Accentor, Alpine",23.1111,0.8380524817467393 +"Accentor, Alpiné",23.1111,0.8380524817467393 Blackbird,20.0000,0 Dotterel,20.0000,0 "Shearwater, Balearic",18.9315,1.0384183998010423 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..1b45a5a935 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 @@ -18,7 +18,7 @@ Fieldfare,59.3409,6.100056156105137 Dunlin,42.4937,2.1967513051929584 "Warbler, Savi's",28.0000,8.48528137423857 "Goose, Red-breasted",24.0145,1.2257293401539964 -"Accentor, Alpine",23.1111,0.8380524817467393 +"Accentor, Alpiné",23.1111,0.8380524817467393 Blackbird,20.0000,0 Dotterel,20.0000,0 "Shearwater, Balearic",18.9315,1.0384183998010423 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..3502b9f42e 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,7 +5,7 @@ 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, Alpiné] 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-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 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..02df936e6b 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)" +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, Alpiné] 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 --------- 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..1eca51744f 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)" +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, Alpiné] 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 --------- 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..1ca4472b12 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)" +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, Alpiné] 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 --------- 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..1e99a4a765 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 @@ -22,7 +22,7 @@ Jackdaw,4.87037458,0.44747381160758987 "Kestrel, Lesser",4.41189394,0.6571458545780616 "Shearwater, Macaronesian",3.92752472,0.08635320372070841 "Warbler, Blackpoll",3.72481481,0.0007211928415468717 -"Accentor, Alpine",2.15222222,0.6988290975119311 +"Accentor, Alpiné",2.15222222,0.6988290975119311 "Flycatcher, Taiga",2.05341236,0.02664920179778262 Smew,1.98928571,0.9136179906052265 "Bunting, Ortolan",1.88463542,0.5086144929601321 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..1e99a4a765 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 @@ -22,7 +22,7 @@ Jackdaw,4.87037458,0.44747381160758987 "Kestrel, Lesser",4.41189394,0.6571458545780616 "Shearwater, Macaronesian",3.92752472,0.08635320372070841 "Warbler, Blackpoll",3.72481481,0.0007211928415468717 -"Accentor, Alpine",2.15222222,0.6988290975119311 +"Accentor, Alpiné",2.15222222,0.6988290975119311 "Flycatcher, Taiga",2.05341236,0.02664920179778262 Smew,1.98928571,0.9136179906052265 "Bunting, Ortolan",1.88463542,0.5086144929601321 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..1e99a4a765 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 @@ -22,7 +22,7 @@ Jackdaw,4.87037458,0.44747381160758987 "Kestrel, Lesser",4.41189394,0.6571458545780616 "Shearwater, Macaronesian",3.92752472,0.08635320372070841 "Warbler, Blackpoll",3.72481481,0.0007211928415468717 -"Accentor, Alpine",2.15222222,0.6988290975119311 +"Accentor, Alpiné",2.15222222,0.6988290975119311 "Flycatcher, Taiga",2.05341236,0.02664920179778262 Smew,1.98928571,0.9136179906052265 "Bunting, Ortolan",1.88463542,0.5086144929601321 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..1e99a4a765 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 @@ -22,7 +22,7 @@ Jackdaw,4.87037458,0.44747381160758987 "Kestrel, Lesser",4.41189394,0.6571458545780616 "Shearwater, Macaronesian",3.92752472,0.08635320372070841 "Warbler, Blackpoll",3.72481481,0.0007211928415468717 -"Accentor, Alpine",2.15222222,0.6988290975119311 +"Accentor, Alpiné",2.15222222,0.6988290975119311 "Flycatcher, Taiga",2.05341236,0.02664920179778262 Smew,1.98928571,0.9136179906052265 "Bunting, Ortolan",1.88463542,0.5086144929601321 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..f8f922ea9c 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 @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[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" +Day,"[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, Alpiné] 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-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,9.33222222,0,0,0.00027778,0,0,0,0,0,0,0,0,0 2016-12-23,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.00000000,0,0,0.00000000,0,0,0,0,0,0,0,0,0 2016-12-24,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.00000000,0,0,0.00000000,0,0,0,0,0,0,0,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..69b1f24322 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 @@ -5,7 +5,7 @@ parameters 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" +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, Alpiné] 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 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..91afb1603c 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 @@ -5,7 +5,7 @@ parameters 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" +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, Alpiné] 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 "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..fcd777b715 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 @@ -5,7 +5,7 @@ parameters 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" +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, Alpiné] 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 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..c5844a175a 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 @@ -15,7 +15,7 @@ Dotterel,48.00666667, Fieldfare,37.79727273, Smew,36.49007937, "Scaup, Lesser",26.34404444, -"Accentor, Alpine",25.49490741, +"Accentor, Alpiné",25.49490741, Moorhen,25.48654262, "Warbler, Savi's",25.17486111, "Warbler, Hooded",24.23206456, 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..326903813b 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 @@ -15,7 +15,7 @@ Dotterel,48.00666667,0 Fieldfare,37.79727273,4.7120666811720895 Smew,36.49007937,2.407916402194818 "Scaup, Lesser",26.34404444,6.8507338965077675 -"Accentor, Alpine",25.49490741, +"Accentor, Alpiné",25.49490741, Moorhen,25.48654262,0.09521527865289223 "Warbler, Savi's",25.17486111,17.80092216999551 "Warbler, Hooded",24.23206456,3.046402847031802 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..326903813b 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 @@ -15,7 +15,7 @@ Dotterel,48.00666667,0 Fieldfare,37.79727273,4.7120666811720895 Smew,36.49007937,2.407916402194818 "Scaup, Lesser",26.34404444,6.8507338965077675 -"Accentor, Alpine",25.49490741, +"Accentor, Alpiné",25.49490741, Moorhen,25.48654262,0.09521527865289223 "Warbler, Savi's",25.17486111,17.80092216999551 "Warbler, Hooded",24.23206456,3.046402847031802 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..326903813b 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 @@ -15,7 +15,7 @@ Dotterel,48.00666667,0 Fieldfare,37.79727273,4.7120666811720895 Smew,36.49007937,2.407916402194818 "Scaup, Lesser",26.34404444,6.8507338965077675 -"Accentor, Alpine",25.49490741, +"Accentor, Alpiné",25.49490741, Moorhen,25.48654262,0.09521527865289223 "Warbler, Savi's",25.17486111,17.80092216999551 "Warbler, Hooded",24.23206456,3.046402847031802 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..583cd444e1 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 @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[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" +Day,"[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, Alpiné] 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-22,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,0,0,0,16.94166667,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,24.00000000,0,0,0,0,0,0,0,0,0,0,8.60361111,0,0,0,24.00000000,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,24.00000000,0,0,0,0,0,0,0,0,0,0,24.00000000,0,0,0,24.00000000,0,0,0,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..63f7b6ed88 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 @@ -5,7 +5,7 @@ parameters 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" +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, Alpiné] 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 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..4bfafd74f0 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 @@ -5,7 +5,7 @@ parameters 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" +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, Alpiné] 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 "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..3717edecfe 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 @@ -5,7 +5,7 @@ parameters 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" +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, Alpiné] 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 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/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/expansion_factor/aggregate-Day-reference.csv index 51f2ad05f4..7d9f16e34c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/expansion_factor/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/expansion_factor/aggregate-Day-reference.csv @@ -28,7 +28,7 @@ Jackdaw,1.2820 "Kestrel, Lesser",1.1120 "Lark, Calandra",1.1103 Bittern,1.0932 -"Accentor, Alpine",1.0844 +"Accentor, Alpiné",1.0844 "Warbler, Blackpoll",1.0844 "Harrier, Hen",1.0642 Smew,1.0545 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/expansion_factor/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/expansion_factor/aggregate-Month-reference.csv index 51f2ad05f4..7d9f16e34c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/expansion_factor/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/expansion_factor/aggregate-Month-reference.csv @@ -28,7 +28,7 @@ Jackdaw,1.2820 "Kestrel, Lesser",1.1120 "Lark, Calandra",1.1103 Bittern,1.0932 -"Accentor, Alpine",1.0844 +"Accentor, Alpiné",1.0844 "Warbler, Blackpoll",1.0844 "Harrier, Hen",1.0642 Smew,1.0545 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/expansion_factor/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/expansion_factor/aggregate-Quarter-reference.csv index 51f2ad05f4..7d9f16e34c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/expansion_factor/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/expansion_factor/aggregate-Quarter-reference.csv @@ -28,7 +28,7 @@ Jackdaw,1.2820 "Kestrel, Lesser",1.1120 "Lark, Calandra",1.1103 Bittern,1.0932 -"Accentor, Alpine",1.0844 +"Accentor, Alpiné",1.0844 "Warbler, Blackpoll",1.0844 "Harrier, Hen",1.0642 Smew,1.0545 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/expansion_factor/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/expansion_factor/aggregate-Year-reference.csv index 51f2ad05f4..7d9f16e34c 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/expansion_factor/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/expansion_factor/aggregate-Year-reference.csv @@ -28,7 +28,7 @@ Jackdaw,1.2820 "Kestrel, Lesser",1.1120 "Lark, Calandra",1.1103 Bittern,1.0932 -"Accentor, Alpine",1.0844 +"Accentor, Alpiné",1.0844 "Warbler, Blackpoll",1.0844 "Harrier, Hen",1.0642 Smew,1.0545 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..f9549bc209 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 @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[Tern, Caspian] User Expansion Factor","[Dunlin] User Expansion Factor","[Gull, Yellow-legged] User Expansion Factor","[Flycatcher, Taiga] User Expansion Factor","[Warbler, Cetti's] User Expansion Factor","[Chiffchaff, Iberian] User Expansion Factor","[Fulmar] User Expansion Factor","[Shearwater, Balearic] User Expansion Factor","[Egret, Snowy] User Expansion Factor","[Fieldfare] User Expansion Factor","[Warbler, Savi's] User Expansion Factor","[White, Great] User Expansion Factor","[Petrel, Fea's] User Expansion Factor","[Shearwater, Macaronesian] User Expansion Factor","[Goose, Red-breasted] User Expansion Factor","[Gull, Glaucous-winged] User Expansion Factor","[Thrush, Hermit] User Expansion Factor","[Jackdaw] User Expansion Factor","[Bunting, Ortolan] User Expansion Factor","[Kestrel, Lesser] User Expansion Factor","[Lark, Calandra] User Expansion Factor","[Bittern] User Expansion Factor","[Accentor, Alpine] User Expansion Factor","[Warbler, Blackpoll] User Expansion Factor","[Harrier, Hen] User Expansion Factor","[Smew] User Expansion Factor","[Swift, Little] User Expansion Factor","[Bluetail, Red-flanked] User Expansion Factor","[Blackbird] User Expansion Factor","[Warbler, Hooded] User Expansion Factor","[Moorhen] User Expansion Factor","[Martin, Sand] User Expansion Factor","[Spotted, Great] User Expansion Factor","[Bufflehead] User Expansion Factor","[Chaffinch] User Expansion Factor","[Dowitcher, Short-billed] User Expansion Factor","[Dotterel] User Expansion Factor","[Nuthatch] User Expansion Factor","[Scaup, Lesser] User Expansion Factor","[Shearwater, Great] User Expansion Factor","[Yellowthroat, Common] User Expansion Factor" +Day,"[Tern, Caspian] User Expansion Factor","[Dunlin] User Expansion Factor","[Gull, Yellow-legged] User Expansion Factor","[Flycatcher, Taiga] User Expansion Factor","[Warbler, Cetti's] User Expansion Factor","[Chiffchaff, Iberian] User Expansion Factor","[Fulmar] User Expansion Factor","[Shearwater, Balearic] User Expansion Factor","[Egret, Snowy] User Expansion Factor","[Fieldfare] User Expansion Factor","[Warbler, Savi's] User Expansion Factor","[White, Great] User Expansion Factor","[Petrel, Fea's] User Expansion Factor","[Shearwater, Macaronesian] User Expansion Factor","[Goose, Red-breasted] User Expansion Factor","[Gull, Glaucous-winged] User Expansion Factor","[Thrush, Hermit] User Expansion Factor","[Jackdaw] User Expansion Factor","[Bunting, Ortolan] User Expansion Factor","[Kestrel, Lesser] User Expansion Factor","[Lark, Calandra] User Expansion Factor","[Bittern] User Expansion Factor","[Accentor, Alpiné] User Expansion Factor","[Warbler, Blackpoll] User Expansion Factor","[Harrier, Hen] User Expansion Factor","[Smew] User Expansion Factor","[Swift, Little] User Expansion Factor","[Bluetail, Red-flanked] User Expansion Factor","[Blackbird] User Expansion Factor","[Warbler, Hooded] User Expansion Factor","[Moorhen] User Expansion Factor","[Martin, Sand] User Expansion Factor","[Spotted, Great] User Expansion Factor","[Bufflehead] User Expansion Factor","[Chaffinch] User Expansion Factor","[Dowitcher, Short-billed] User Expansion Factor","[Dotterel] User Expansion Factor","[Nuthatch] User Expansion Factor","[Scaup, Lesser] User Expansion Factor","[Shearwater, Great] User Expansion Factor","[Yellowthroat, Common] 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,1.0495,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0000,0,0,0,0,0,0 2016-12-23,1.0610,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,0,0,0,0,0,0,0,0,1.0000,0,0,0,0,0,0 2016-12-24,1.0610,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,0,0,0,0,0,0,0,0,1.0000,0,0,0,0,0,0 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/expansion_factor/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/expansion_factor/timeseries-Month-reference.csv index 58455365bb..f824fe35f6 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/expansion_factor/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/expansion_factor/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[Tern, Caspian] User Expansion Factor","[Dunlin] User Expansion Factor","[Gull, Yellow-legged] User Expansion Factor","[Flycatcher, Taiga] User Expansion Factor","[Warbler, Cetti's] User Expansion Factor","[Chiffchaff, Iberian] User Expansion Factor","[Fulmar] User Expansion Factor","[Shearwater, Balearic] User Expansion Factor","[Egret, Snowy] User Expansion Factor","[Fieldfare] User Expansion Factor","[Warbler, Savi's] User Expansion Factor","[White, Great] User Expansion Factor","[Petrel, Fea's] User Expansion Factor","[Shearwater, Macaronesian] User Expansion Factor","[Goose, Red-breasted] User Expansion Factor","[Gull, Glaucous-winged] User Expansion Factor","[Thrush, Hermit] User Expansion Factor","[Jackdaw] User Expansion Factor","[Bunting, Ortolan] User Expansion Factor","[Kestrel, Lesser] User Expansion Factor","[Lark, Calandra] User Expansion Factor","[Bittern] User Expansion Factor","[Accentor, Alpine] User Expansion Factor","[Warbler, Blackpoll] User Expansion Factor","[Harrier, Hen] User Expansion Factor","[Smew] User Expansion Factor","[Swift, Little] User Expansion Factor","[Bluetail, Red-flanked] User Expansion Factor","[Blackbird] User Expansion Factor","[Warbler, Hooded] User Expansion Factor","[Moorhen] User Expansion Factor","[Martin, Sand] User Expansion Factor","[Spotted, Great] User Expansion Factor","[Bufflehead] User Expansion Factor","[Chaffinch] User Expansion Factor","[Dowitcher, Short-billed] User Expansion Factor","[Dotterel] User Expansion Factor","[Nuthatch] User Expansion Factor","[Scaup, Lesser] User Expansion Factor","[Shearwater, Great] User Expansion Factor","[Yellowthroat, Common] User Expansion Factor" +Month,"[Tern, Caspian] User Expansion Factor","[Dunlin] User Expansion Factor","[Gull, Yellow-legged] User Expansion Factor","[Flycatcher, Taiga] User Expansion Factor","[Warbler, Cetti's] User Expansion Factor","[Chiffchaff, Iberian] User Expansion Factor","[Fulmar] User Expansion Factor","[Shearwater, Balearic] User Expansion Factor","[Egret, Snowy] User Expansion Factor","[Fieldfare] User Expansion Factor","[Warbler, Savi's] User Expansion Factor","[White, Great] User Expansion Factor","[Petrel, Fea's] User Expansion Factor","[Shearwater, Macaronesian] User Expansion Factor","[Goose, Red-breasted] User Expansion Factor","[Gull, Glaucous-winged] User Expansion Factor","[Thrush, Hermit] User Expansion Factor","[Jackdaw] User Expansion Factor","[Bunting, Ortolan] User Expansion Factor","[Kestrel, Lesser] User Expansion Factor","[Lark, Calandra] User Expansion Factor","[Bittern] User Expansion Factor","[Accentor, Alpiné] User Expansion Factor","[Warbler, Blackpoll] User Expansion Factor","[Harrier, Hen] User Expansion Factor","[Smew] User Expansion Factor","[Swift, Little] User Expansion Factor","[Bluetail, Red-flanked] User Expansion Factor","[Blackbird] User Expansion Factor","[Warbler, Hooded] User Expansion Factor","[Moorhen] User Expansion Factor","[Martin, Sand] User Expansion Factor","[Spotted, Great] User Expansion Factor","[Bufflehead] User Expansion Factor","[Chaffinch] User Expansion Factor","[Dowitcher, Short-billed] User Expansion Factor","[Dotterel] User Expansion Factor","[Nuthatch] User Expansion Factor","[Scaup, Lesser] User Expansion Factor","[Shearwater, Great] User Expansion Factor","[Yellowthroat, Common] User Expansion Factor" 2016-12,121.8812,73.4926,3.8567,6.8195,6.8756,4.4454,3.8878,3.8702,1.0162,2.2773,2.0475,1.5839,1.4886,1.4572,1.4765,1.3753,1.3348,1.2872,1.1175,1.1131,1.1171,1.0944,1.0760,1.0844,1.0642,1.0545,1.0160,1.0149,1.0131,1.0095,1.0080,1.0025,1.0024,1.0011,1.0000,1.0001,1.0000,1.0000,1.0000,1.0000,1.0000 2017-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/expansion_factor/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/expansion_factor/timeseries-Quarter-reference.csv index 36608a2b07..bf11937d2f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/expansion_factor/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/expansion_factor/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[Tern, Caspian] User Expansion Factor","[Dunlin] User Expansion Factor","[Gull, Yellow-legged] User Expansion Factor","[Flycatcher, Taiga] User Expansion Factor","[Warbler, Cetti's] User Expansion Factor","[Chiffchaff, Iberian] User Expansion Factor","[Fulmar] User Expansion Factor","[Shearwater, Balearic] User Expansion Factor","[Egret, Snowy] User Expansion Factor","[Fieldfare] User Expansion Factor","[Warbler, Savi's] User Expansion Factor","[White, Great] User Expansion Factor","[Petrel, Fea's] User Expansion Factor","[Shearwater, Macaronesian] User Expansion Factor","[Goose, Red-breasted] User Expansion Factor","[Gull, Glaucous-winged] User Expansion Factor","[Thrush, Hermit] User Expansion Factor","[Jackdaw] User Expansion Factor","[Bunting, Ortolan] User Expansion Factor","[Kestrel, Lesser] User Expansion Factor","[Lark, Calandra] User Expansion Factor","[Bittern] User Expansion Factor","[Accentor, Alpine] User Expansion Factor","[Warbler, Blackpoll] User Expansion Factor","[Harrier, Hen] User Expansion Factor","[Smew] User Expansion Factor","[Swift, Little] User Expansion Factor","[Bluetail, Red-flanked] User Expansion Factor","[Blackbird] User Expansion Factor","[Warbler, Hooded] User Expansion Factor","[Moorhen] User Expansion Factor","[Martin, Sand] User Expansion Factor","[Spotted, Great] User Expansion Factor","[Bufflehead] User Expansion Factor","[Chaffinch] User Expansion Factor","[Dowitcher, Short-billed] User Expansion Factor","[Dotterel] User Expansion Factor","[Nuthatch] User Expansion Factor","[Scaup, Lesser] User Expansion Factor","[Shearwater, Great] User Expansion Factor","[Yellowthroat, Common] User Expansion Factor" +Quarter,"[Tern, Caspian] User Expansion Factor","[Dunlin] User Expansion Factor","[Gull, Yellow-legged] User Expansion Factor","[Flycatcher, Taiga] User Expansion Factor","[Warbler, Cetti's] User Expansion Factor","[Chiffchaff, Iberian] User Expansion Factor","[Fulmar] User Expansion Factor","[Shearwater, Balearic] User Expansion Factor","[Egret, Snowy] User Expansion Factor","[Fieldfare] User Expansion Factor","[Warbler, Savi's] User Expansion Factor","[White, Great] User Expansion Factor","[Petrel, Fea's] User Expansion Factor","[Shearwater, Macaronesian] User Expansion Factor","[Goose, Red-breasted] User Expansion Factor","[Gull, Glaucous-winged] User Expansion Factor","[Thrush, Hermit] User Expansion Factor","[Jackdaw] User Expansion Factor","[Bunting, Ortolan] User Expansion Factor","[Kestrel, Lesser] User Expansion Factor","[Lark, Calandra] User Expansion Factor","[Bittern] User Expansion Factor","[Accentor, Alpiné] User Expansion Factor","[Warbler, Blackpoll] User Expansion Factor","[Harrier, Hen] User Expansion Factor","[Smew] User Expansion Factor","[Swift, Little] User Expansion Factor","[Bluetail, Red-flanked] User Expansion Factor","[Blackbird] User Expansion Factor","[Warbler, Hooded] User Expansion Factor","[Moorhen] User Expansion Factor","[Martin, Sand] User Expansion Factor","[Spotted, Great] User Expansion Factor","[Bufflehead] User Expansion Factor","[Chaffinch] User Expansion Factor","[Dowitcher, Short-billed] User Expansion Factor","[Dotterel] User Expansion Factor","[Nuthatch] User Expansion Factor","[Scaup, Lesser] User Expansion Factor","[Shearwater, Great] User Expansion Factor","[Yellowthroat, Common] User Expansion Factor" "2016 Q4",121.8812,73.4926,3.8567,6.8195,6.8756,4.4454,3.8878,3.8702,1.0162,2.2773,2.0475,1.5839,1.4886,1.4572,1.4765,1.3753,1.3348,1.2872,1.1175,1.1131,1.1171,1.0944,1.0760,1.0844,1.0642,1.0545,1.0160,1.0149,1.0131,1.0095,1.0080,1.0025,1.0024,1.0011,1.0000,1.0001,1.0000,1.0000,1.0000,1.0000,1.0000 "2017 Q1",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/expansion_factor/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/expansion_factor/timeseries-Year-reference.csv index 73da6e6fb3..243de2ab16 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/expansion_factor/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/expansion_factor/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[Tern, Caspian] User Expansion Factor","[Dunlin] User Expansion Factor","[Gull, Yellow-legged] User Expansion Factor","[Flycatcher, Taiga] User Expansion Factor","[Warbler, Cetti's] User Expansion Factor","[Chiffchaff, Iberian] User Expansion Factor","[Fulmar] User Expansion Factor","[Shearwater, Balearic] User Expansion Factor","[Egret, Snowy] User Expansion Factor","[Fieldfare] User Expansion Factor","[Warbler, Savi's] User Expansion Factor","[White, Great] User Expansion Factor","[Petrel, Fea's] User Expansion Factor","[Shearwater, Macaronesian] User Expansion Factor","[Goose, Red-breasted] User Expansion Factor","[Gull, Glaucous-winged] User Expansion Factor","[Thrush, Hermit] User Expansion Factor","[Jackdaw] User Expansion Factor","[Bunting, Ortolan] User Expansion Factor","[Kestrel, Lesser] User Expansion Factor","[Lark, Calandra] User Expansion Factor","[Bittern] User Expansion Factor","[Accentor, Alpine] User Expansion Factor","[Warbler, Blackpoll] User Expansion Factor","[Harrier, Hen] User Expansion Factor","[Smew] User Expansion Factor","[Swift, Little] User Expansion Factor","[Bluetail, Red-flanked] User Expansion Factor","[Blackbird] User Expansion Factor","[Warbler, Hooded] User Expansion Factor","[Moorhen] User Expansion Factor","[Martin, Sand] User Expansion Factor","[Spotted, Great] User Expansion Factor","[Bufflehead] User Expansion Factor","[Chaffinch] User Expansion Factor","[Dowitcher, Short-billed] User Expansion Factor","[Dotterel] User Expansion Factor","[Nuthatch] User Expansion Factor","[Scaup, Lesser] User Expansion Factor","[Shearwater, Great] User Expansion Factor","[Yellowthroat, Common] User Expansion Factor" +Year,"[Tern, Caspian] User Expansion Factor","[Dunlin] User Expansion Factor","[Gull, Yellow-legged] User Expansion Factor","[Flycatcher, Taiga] User Expansion Factor","[Warbler, Cetti's] User Expansion Factor","[Chiffchaff, Iberian] User Expansion Factor","[Fulmar] User Expansion Factor","[Shearwater, Balearic] User Expansion Factor","[Egret, Snowy] User Expansion Factor","[Fieldfare] User Expansion Factor","[Warbler, Savi's] User Expansion Factor","[White, Great] User Expansion Factor","[Petrel, Fea's] User Expansion Factor","[Shearwater, Macaronesian] User Expansion Factor","[Goose, Red-breasted] User Expansion Factor","[Gull, Glaucous-winged] User Expansion Factor","[Thrush, Hermit] User Expansion Factor","[Jackdaw] User Expansion Factor","[Bunting, Ortolan] User Expansion Factor","[Kestrel, Lesser] User Expansion Factor","[Lark, Calandra] User Expansion Factor","[Bittern] User Expansion Factor","[Accentor, Alpiné] User Expansion Factor","[Warbler, Blackpoll] User Expansion Factor","[Harrier, Hen] User Expansion Factor","[Smew] User Expansion Factor","[Swift, Little] User Expansion Factor","[Bluetail, Red-flanked] User Expansion Factor","[Blackbird] User Expansion Factor","[Warbler, Hooded] User Expansion Factor","[Moorhen] User Expansion Factor","[Martin, Sand] User Expansion Factor","[Spotted, Great] User Expansion Factor","[Bufflehead] User Expansion Factor","[Chaffinch] User Expansion Factor","[Dowitcher, Short-billed] User Expansion Factor","[Dotterel] User Expansion Factor","[Nuthatch] User Expansion Factor","[Scaup, Lesser] User Expansion Factor","[Shearwater, Great] User Expansion Factor","[Yellowthroat, Common] User Expansion Factor" 2016,121.8812,73.4926,3.8567,6.8195,6.8756,4.4454,3.8878,3.8702,1.0162,2.2773,2.0475,1.5839,1.4886,1.4572,1.4765,1.3753,1.3348,1.2872,1.1175,1.1131,1.1171,1.0944,1.0760,1.0844,1.0642,1.0545,1.0160,1.0149,1.0131,1.0095,1.0080,1.0025,1.0024,1.0011,1.0000,1.0001,1.0000,1.0000,1.0000,1.0000,1.0000 2017,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..cb208310f2 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 @@ -35,7 +35,7 @@ Blackbird,14 "Kestrel, Lesser",11 "Martin, Sand",10 "Spotted, Great",10 -"Accentor, Alpine",9 +"Accentor, Alpiné",9 Nuthatch,8 Smew,7 "Swift, Little",4 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..cb208310f2 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 @@ -35,7 +35,7 @@ Blackbird,14 "Kestrel, Lesser",11 "Martin, Sand",10 "Spotted, Great",10 -"Accentor, Alpine",9 +"Accentor, Alpiné",9 Nuthatch,8 Smew,7 "Swift, Little",4 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..cb208310f2 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 @@ -35,7 +35,7 @@ Blackbird,14 "Kestrel, Lesser",11 "Martin, Sand",10 "Spotted, Great",10 -"Accentor, Alpine",9 +"Accentor, Alpiné",9 Nuthatch,8 Smew,7 "Swift, Little",4 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..cb208310f2 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 @@ -35,7 +35,7 @@ Blackbird,14 "Kestrel, Lesser",11 "Martin, Sand",10 "Spotted, Great",10 -"Accentor, Alpine",9 +"Accentor, Alpiné",9 Nuthatch,8 Smew,7 "Swift, Little",4 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..e384ab6d58 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 @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[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" +Day,"[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, Alpiné] 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-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 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 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 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..da1102f36b 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 @@ -5,7 +5,7 @@ parameters 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" +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, Alpiné] 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 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..956c5a99c3 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 @@ -5,7 +5,7 @@ parameters 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" +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, Alpiné] 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 "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..82d9d76374 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 @@ -5,7 +5,7 @@ parameters 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" +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, Alpiné] 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 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..c88dae4029 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 @@ -25,7 +25,7 @@ Chaffinch,64 "Goose, Red-breasted",48 "Warbler, Savi's",40 Fulmar,32 -"Accentor, Alpine",24 +"Accentor, Alpiné",24 Blackbird,20 Dotterel,20 "Bluetail, Red-flanked",16 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..c88dae4029 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 @@ -25,7 +25,7 @@ Chaffinch,64 "Goose, Red-breasted",48 "Warbler, Savi's",40 Fulmar,32 -"Accentor, Alpine",24 +"Accentor, Alpiné",24 Blackbird,20 Dotterel,20 "Bluetail, Red-flanked",16 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..c88dae4029 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 @@ -25,7 +25,7 @@ Chaffinch,64 "Goose, Red-breasted",48 "Warbler, Savi's",40 Fulmar,32 -"Accentor, Alpine",24 +"Accentor, Alpiné",24 Blackbird,20 Dotterel,20 "Bluetail, Red-flanked",16 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..c88dae4029 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 @@ -25,7 +25,7 @@ Chaffinch,64 "Goose, Red-breasted",48 "Warbler, Savi's",40 Fulmar,32 -"Accentor, Alpine",24 +"Accentor, Alpiné",24 Blackbird,20 Dotterel,20 "Bluetail, Red-flanked",16 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..9cb895ece3 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,7 +5,7 @@ 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)" +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, Alpiné] 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 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..d3c621e032 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)" +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, Alpiné] 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 --------- 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..1edf17b5c3 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)" +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, Alpiné] 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 --------- 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..569d33adb0 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)" +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, Alpiné] 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 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/min_processors/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/min_processors/aggregate-Day-reference.csv index 88243657d2..d16faae183 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/min_processors/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/min_processors/aggregate-Day-reference.csv @@ -16,7 +16,7 @@ Smew,72 "Scaup, Lesser",32 Blackbird,20 Dotterel,20 -"Accentor, Alpine",16 +"Accentor, Alpiné",16 "Warbler, Savi's",16 "Yellowthroat, Common",16 "Egret, Snowy",12 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/min_processors/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/min_processors/aggregate-Month-reference.csv index 88243657d2..d16faae183 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/min_processors/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/min_processors/aggregate-Month-reference.csv @@ -16,7 +16,7 @@ Smew,72 "Scaup, Lesser",32 Blackbird,20 Dotterel,20 -"Accentor, Alpine",16 +"Accentor, Alpiné",16 "Warbler, Savi's",16 "Yellowthroat, Common",16 "Egret, Snowy",12 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/min_processors/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/min_processors/aggregate-Quarter-reference.csv index 88243657d2..d16faae183 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/min_processors/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/min_processors/aggregate-Quarter-reference.csv @@ -16,7 +16,7 @@ Smew,72 "Scaup, Lesser",32 Blackbird,20 Dotterel,20 -"Accentor, Alpine",16 +"Accentor, Alpiné",16 "Warbler, Savi's",16 "Yellowthroat, Common",16 "Egret, Snowy",12 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/min_processors/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/min_processors/aggregate-Year-reference.csv index 88243657d2..d16faae183 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/min_processors/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/min_processors/aggregate-Year-reference.csv @@ -16,7 +16,7 @@ Smew,72 "Scaup, Lesser",32 Blackbird,20 Dotterel,20 -"Accentor, Alpine",16 +"Accentor, Alpiné",16 "Warbler, Savi's",16 "Yellowthroat, Common",16 "Egret, Snowy",12 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/min_processors/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/min_processors/timeseries-Day-reference.csv index e97206aa0f..1ee3370231 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/min_processors/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/min_processors/timeseries-Day-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[Gull, Yellow-legged] Job Size: Min (Core Count)","[Nuthatch] Job Size: Min (Core Count)","[Gull, Glaucous-winged] Job Size: Min (Core Count)","[Bunting, Ortolan] Job Size: Min (Core Count)","[Smew] Job Size: Min (Core Count)","[Thrush, Hermit] Job Size: Min (Core Count)","[White, Great] Job Size: Min (Core Count)","[Scaup, Lesser] Job Size: Min (Core Count)","[Blackbird] Job Size: Min (Core Count)","[Dotterel] Job Size: Min (Core Count)","[Accentor, Alpine] Job Size: Min (Core Count)","[Warbler, Savi's] Job Size: Min (Core Count)","[Yellowthroat, Common] Job Size: Min (Core Count)","[Egret, Snowy] Job Size: Min (Core Count)","[Kestrel, Lesser] Job Size: Min (Core Count)","[Shearwater, Balearic] Job Size: Min (Core Count)","[Warbler, Blackpoll] Job Size: Min (Core Count)","[Dunlin] Job Size: Min (Core Count)","[Lark, Calandra] Job Size: Min (Core Count)","[Warbler, Hooded] Job Size: Min (Core Count)","[Martin, Sand] Job Size: Min (Core Count)","[Swift, Little] Job Size: Min (Core Count)","[Chiffchaff, Iberian] Job Size: Min (Core Count)","[Bittern] Job Size: Min (Core Count)","[Bluetail, Red-flanked] Job Size: Min (Core Count)","[Bufflehead] Job Size: Min (Core Count)","[Chaffinch] Job Size: Min (Core Count)","[Dowitcher, Short-billed] Job Size: Min (Core Count)","[Fieldfare] Job Size: Min (Core Count)","[Flycatcher, Taiga] Job Size: Min (Core Count)","[Fulmar] Job Size: Min (Core Count)","[Goose, Red-breasted] Job Size: Min (Core Count)","[Harrier, Hen] Job Size: Min (Core Count)","[Jackdaw] Job Size: Min (Core Count)","[Moorhen] Job Size: Min (Core Count)","[Petrel, Fea's] Job Size: Min (Core Count)","[Shearwater, Great] Job Size: Min (Core Count)","[Shearwater, Macaronesian] Job Size: Min (Core Count)","[Spotted, Great] Job Size: Min (Core Count)","[Tern, Caspian] Job Size: Min (Core Count)","[Warbler, Cetti's] Job Size: Min (Core Count)" +Day,"[Gull, Yellow-legged] Job Size: Min (Core Count)","[Nuthatch] Job Size: Min (Core Count)","[Gull, Glaucous-winged] Job Size: Min (Core Count)","[Bunting, Ortolan] Job Size: Min (Core Count)","[Smew] Job Size: Min (Core Count)","[Thrush, Hermit] Job Size: Min (Core Count)","[White, Great] Job Size: Min (Core Count)","[Scaup, Lesser] Job Size: Min (Core Count)","[Blackbird] Job Size: Min (Core Count)","[Dotterel] Job Size: Min (Core Count)","[Accentor, Alpiné] Job Size: Min (Core Count)","[Warbler, Savi's] Job Size: Min (Core Count)","[Yellowthroat, Common] Job Size: Min (Core Count)","[Egret, Snowy] Job Size: Min (Core Count)","[Kestrel, Lesser] Job Size: Min (Core Count)","[Shearwater, Balearic] Job Size: Min (Core Count)","[Warbler, Blackpoll] Job Size: Min (Core Count)","[Dunlin] Job Size: Min (Core Count)","[Lark, Calandra] Job Size: Min (Core Count)","[Warbler, Hooded] Job Size: Min (Core Count)","[Martin, Sand] Job Size: Min (Core Count)","[Swift, Little] Job Size: Min (Core Count)","[Chiffchaff, Iberian] Job Size: Min (Core Count)","[Bittern] Job Size: Min (Core Count)","[Bluetail, Red-flanked] Job Size: Min (Core Count)","[Bufflehead] Job Size: Min (Core Count)","[Chaffinch] Job Size: Min (Core Count)","[Dowitcher, Short-billed] Job Size: Min (Core Count)","[Fieldfare] Job Size: Min (Core Count)","[Flycatcher, Taiga] Job Size: Min (Core Count)","[Fulmar] Job Size: Min (Core Count)","[Goose, Red-breasted] Job Size: Min (Core Count)","[Harrier, Hen] Job Size: Min (Core Count)","[Jackdaw] Job Size: Min (Core Count)","[Moorhen] Job Size: Min (Core Count)","[Petrel, Fea's] Job Size: Min (Core Count)","[Shearwater, Great] Job Size: Min (Core Count)","[Shearwater, Macaronesian] Job Size: Min (Core Count)","[Spotted, Great] Job Size: Min (Core Count)","[Tern, Caspian] Job Size: Min (Core Count)","[Warbler, Cetti'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,12,0,0,0,0,0,0,0,12,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,12,0,0,0,0,0,0,0,12,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,12,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,1,0 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/min_processors/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/min_processors/timeseries-Month-reference.csv index 10b6971082..94a0e338e8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/min_processors/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/min_processors/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[Gull, Yellow-legged] Job Size: Min (Core Count)","[Nuthatch] Job Size: Min (Core Count)","[Gull, Glaucous-winged] Job Size: Min (Core Count)","[Bunting, Ortolan] Job Size: Min (Core Count)","[Smew] Job Size: Min (Core Count)","[Thrush, Hermit] Job Size: Min (Core Count)","[White, Great] Job Size: Min (Core Count)","[Scaup, Lesser] Job Size: Min (Core Count)","[Blackbird] Job Size: Min (Core Count)","[Dotterel] Job Size: Min (Core Count)","[Accentor, Alpine] Job Size: Min (Core Count)","[Warbler, Savi's] Job Size: Min (Core Count)","[Yellowthroat, Common] Job Size: Min (Core Count)","[Egret, Snowy] Job Size: Min (Core Count)","[Kestrel, Lesser] Job Size: Min (Core Count)","[Shearwater, Balearic] Job Size: Min (Core Count)","[Warbler, Blackpoll] Job Size: Min (Core Count)","[Dunlin] Job Size: Min (Core Count)","[Lark, Calandra] Job Size: Min (Core Count)","[Warbler, Hooded] Job Size: Min (Core Count)","[Martin, Sand] Job Size: Min (Core Count)","[Swift, Little] Job Size: Min (Core Count)","[Chiffchaff, Iberian] Job Size: Min (Core Count)","[Bittern] Job Size: Min (Core Count)","[Bluetail, Red-flanked] Job Size: Min (Core Count)","[Bufflehead] Job Size: Min (Core Count)","[Chaffinch] Job Size: Min (Core Count)","[Dowitcher, Short-billed] Job Size: Min (Core Count)","[Fieldfare] Job Size: Min (Core Count)","[Flycatcher, Taiga] Job Size: Min (Core Count)","[Fulmar] Job Size: Min (Core Count)","[Goose, Red-breasted] Job Size: Min (Core Count)","[Harrier, Hen] Job Size: Min (Core Count)","[Jackdaw] Job Size: Min (Core Count)","[Moorhen] Job Size: Min (Core Count)","[Petrel, Fea's] Job Size: Min (Core Count)","[Shearwater, Great] Job Size: Min (Core Count)","[Shearwater, Macaronesian] Job Size: Min (Core Count)","[Spotted, Great] Job Size: Min (Core Count)","[Tern, Caspian] Job Size: Min (Core Count)","[Warbler, Cetti's] Job Size: Min (Core Count)" +Month,"[Gull, Yellow-legged] Job Size: Min (Core Count)","[Nuthatch] Job Size: Min (Core Count)","[Gull, Glaucous-winged] Job Size: Min (Core Count)","[Bunting, Ortolan] Job Size: Min (Core Count)","[Smew] Job Size: Min (Core Count)","[Thrush, Hermit] Job Size: Min (Core Count)","[White, Great] Job Size: Min (Core Count)","[Scaup, Lesser] Job Size: Min (Core Count)","[Blackbird] Job Size: Min (Core Count)","[Dotterel] Job Size: Min (Core Count)","[Accentor, Alpiné] Job Size: Min (Core Count)","[Warbler, Savi's] Job Size: Min (Core Count)","[Yellowthroat, Common] Job Size: Min (Core Count)","[Egret, Snowy] Job Size: Min (Core Count)","[Kestrel, Lesser] Job Size: Min (Core Count)","[Shearwater, Balearic] Job Size: Min (Core Count)","[Warbler, Blackpoll] Job Size: Min (Core Count)","[Dunlin] Job Size: Min (Core Count)","[Lark, Calandra] Job Size: Min (Core Count)","[Warbler, Hooded] Job Size: Min (Core Count)","[Martin, Sand] Job Size: Min (Core Count)","[Swift, Little] Job Size: Min (Core Count)","[Chiffchaff, Iberian] Job Size: Min (Core Count)","[Bittern] Job Size: Min (Core Count)","[Bluetail, Red-flanked] Job Size: Min (Core Count)","[Bufflehead] Job Size: Min (Core Count)","[Chaffinch] Job Size: Min (Core Count)","[Dowitcher, Short-billed] Job Size: Min (Core Count)","[Fieldfare] Job Size: Min (Core Count)","[Flycatcher, Taiga] Job Size: Min (Core Count)","[Fulmar] Job Size: Min (Core Count)","[Goose, Red-breasted] Job Size: Min (Core Count)","[Harrier, Hen] Job Size: Min (Core Count)","[Jackdaw] Job Size: Min (Core Count)","[Moorhen] Job Size: Min (Core Count)","[Petrel, Fea's] Job Size: Min (Core Count)","[Shearwater, Great] Job Size: Min (Core Count)","[Shearwater, Macaronesian] Job Size: Min (Core Count)","[Spotted, Great] Job Size: Min (Core Count)","[Tern, Caspian] Job Size: Min (Core Count)","[Warbler, Cetti's] Job Size: Min (Core Count)" 2016-12,160,112,108,96,72,48,36,32,20,20,16,16,16,12,12,12,12,8,8,8,5,5,2,1,1,1,8,1,1,1,1,1,1,1,1,1,1,1,1,1,1 2017-01,160,0,0,96,0,0,36,32,0,0,16,0,0,12,12,0,0,8,8,8,12,5,2,1,8,1,1,1,8,1,8,12,0,4,1,0,0,0,0,1,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/min_processors/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/min_processors/timeseries-Quarter-reference.csv index 6020f1c54e..05becbe57d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/min_processors/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/min_processors/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[Gull, Yellow-legged] Job Size: Min (Core Count)","[Nuthatch] Job Size: Min (Core Count)","[Gull, Glaucous-winged] Job Size: Min (Core Count)","[Bunting, Ortolan] Job Size: Min (Core Count)","[Smew] Job Size: Min (Core Count)","[Thrush, Hermit] Job Size: Min (Core Count)","[White, Great] Job Size: Min (Core Count)","[Scaup, Lesser] Job Size: Min (Core Count)","[Blackbird] Job Size: Min (Core Count)","[Dotterel] Job Size: Min (Core Count)","[Accentor, Alpine] Job Size: Min (Core Count)","[Warbler, Savi's] Job Size: Min (Core Count)","[Yellowthroat, Common] Job Size: Min (Core Count)","[Egret, Snowy] Job Size: Min (Core Count)","[Kestrel, Lesser] Job Size: Min (Core Count)","[Shearwater, Balearic] Job Size: Min (Core Count)","[Warbler, Blackpoll] Job Size: Min (Core Count)","[Dunlin] Job Size: Min (Core Count)","[Lark, Calandra] Job Size: Min (Core Count)","[Warbler, Hooded] Job Size: Min (Core Count)","[Martin, Sand] Job Size: Min (Core Count)","[Swift, Little] Job Size: Min (Core Count)","[Chiffchaff, Iberian] Job Size: Min (Core Count)","[Bittern] Job Size: Min (Core Count)","[Bluetail, Red-flanked] Job Size: Min (Core Count)","[Bufflehead] Job Size: Min (Core Count)","[Chaffinch] Job Size: Min (Core Count)","[Dowitcher, Short-billed] Job Size: Min (Core Count)","[Fieldfare] Job Size: Min (Core Count)","[Flycatcher, Taiga] Job Size: Min (Core Count)","[Fulmar] Job Size: Min (Core Count)","[Goose, Red-breasted] Job Size: Min (Core Count)","[Harrier, Hen] Job Size: Min (Core Count)","[Jackdaw] Job Size: Min (Core Count)","[Moorhen] Job Size: Min (Core Count)","[Petrel, Fea's] Job Size: Min (Core Count)","[Shearwater, Great] Job Size: Min (Core Count)","[Shearwater, Macaronesian] Job Size: Min (Core Count)","[Spotted, Great] Job Size: Min (Core Count)","[Tern, Caspian] Job Size: Min (Core Count)","[Warbler, Cetti's] Job Size: Min (Core Count)" +Quarter,"[Gull, Yellow-legged] Job Size: Min (Core Count)","[Nuthatch] Job Size: Min (Core Count)","[Gull, Glaucous-winged] Job Size: Min (Core Count)","[Bunting, Ortolan] Job Size: Min (Core Count)","[Smew] Job Size: Min (Core Count)","[Thrush, Hermit] Job Size: Min (Core Count)","[White, Great] Job Size: Min (Core Count)","[Scaup, Lesser] Job Size: Min (Core Count)","[Blackbird] Job Size: Min (Core Count)","[Dotterel] Job Size: Min (Core Count)","[Accentor, Alpiné] Job Size: Min (Core Count)","[Warbler, Savi's] Job Size: Min (Core Count)","[Yellowthroat, Common] Job Size: Min (Core Count)","[Egret, Snowy] Job Size: Min (Core Count)","[Kestrel, Lesser] Job Size: Min (Core Count)","[Shearwater, Balearic] Job Size: Min (Core Count)","[Warbler, Blackpoll] Job Size: Min (Core Count)","[Dunlin] Job Size: Min (Core Count)","[Lark, Calandra] Job Size: Min (Core Count)","[Warbler, Hooded] Job Size: Min (Core Count)","[Martin, Sand] Job Size: Min (Core Count)","[Swift, Little] Job Size: Min (Core Count)","[Chiffchaff, Iberian] Job Size: Min (Core Count)","[Bittern] Job Size: Min (Core Count)","[Bluetail, Red-flanked] Job Size: Min (Core Count)","[Bufflehead] Job Size: Min (Core Count)","[Chaffinch] Job Size: Min (Core Count)","[Dowitcher, Short-billed] Job Size: Min (Core Count)","[Fieldfare] Job Size: Min (Core Count)","[Flycatcher, Taiga] Job Size: Min (Core Count)","[Fulmar] Job Size: Min (Core Count)","[Goose, Red-breasted] Job Size: Min (Core Count)","[Harrier, Hen] Job Size: Min (Core Count)","[Jackdaw] Job Size: Min (Core Count)","[Moorhen] Job Size: Min (Core Count)","[Petrel, Fea's] Job Size: Min (Core Count)","[Shearwater, Great] Job Size: Min (Core Count)","[Shearwater, Macaronesian] Job Size: Min (Core Count)","[Spotted, Great] Job Size: Min (Core Count)","[Tern, Caspian] Job Size: Min (Core Count)","[Warbler, Cetti's] Job Size: Min (Core Count)" "2016 Q4",160,112,108,96,72,48,36,32,20,20,16,16,16,12,12,12,12,8,8,8,5,5,2,1,1,1,8,1,1,1,1,1,1,1,1,1,1,1,1,1,1 "2017 Q1",160,0,0,96,0,0,36,32,0,0,16,0,0,12,12,0,0,8,8,8,12,5,2,1,8,1,1,1,8,1,8,12,0,4,1,0,0,0,0,1,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/min_processors/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/min_processors/timeseries-Year-reference.csv index d5b1590fd8..4b5aca7f1b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/min_processors/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/min_processors/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[Gull, Yellow-legged] Job Size: Min (Core Count)","[Nuthatch] Job Size: Min (Core Count)","[Gull, Glaucous-winged] Job Size: Min (Core Count)","[Bunting, Ortolan] Job Size: Min (Core Count)","[Smew] Job Size: Min (Core Count)","[Thrush, Hermit] Job Size: Min (Core Count)","[White, Great] Job Size: Min (Core Count)","[Scaup, Lesser] Job Size: Min (Core Count)","[Blackbird] Job Size: Min (Core Count)","[Dotterel] Job Size: Min (Core Count)","[Accentor, Alpine] Job Size: Min (Core Count)","[Warbler, Savi's] Job Size: Min (Core Count)","[Yellowthroat, Common] Job Size: Min (Core Count)","[Egret, Snowy] Job Size: Min (Core Count)","[Kestrel, Lesser] Job Size: Min (Core Count)","[Shearwater, Balearic] Job Size: Min (Core Count)","[Warbler, Blackpoll] Job Size: Min (Core Count)","[Dunlin] Job Size: Min (Core Count)","[Lark, Calandra] Job Size: Min (Core Count)","[Warbler, Hooded] Job Size: Min (Core Count)","[Martin, Sand] Job Size: Min (Core Count)","[Swift, Little] Job Size: Min (Core Count)","[Chiffchaff, Iberian] Job Size: Min (Core Count)","[Bittern] Job Size: Min (Core Count)","[Bluetail, Red-flanked] Job Size: Min (Core Count)","[Bufflehead] Job Size: Min (Core Count)","[Chaffinch] Job Size: Min (Core Count)","[Dowitcher, Short-billed] Job Size: Min (Core Count)","[Fieldfare] Job Size: Min (Core Count)","[Flycatcher, Taiga] Job Size: Min (Core Count)","[Fulmar] Job Size: Min (Core Count)","[Goose, Red-breasted] Job Size: Min (Core Count)","[Harrier, Hen] Job Size: Min (Core Count)","[Jackdaw] Job Size: Min (Core Count)","[Moorhen] Job Size: Min (Core Count)","[Petrel, Fea's] Job Size: Min (Core Count)","[Shearwater, Great] Job Size: Min (Core Count)","[Shearwater, Macaronesian] Job Size: Min (Core Count)","[Spotted, Great] Job Size: Min (Core Count)","[Tern, Caspian] Job Size: Min (Core Count)","[Warbler, Cetti's] Job Size: Min (Core Count)" +Year,"[Gull, Yellow-legged] Job Size: Min (Core Count)","[Nuthatch] Job Size: Min (Core Count)","[Gull, Glaucous-winged] Job Size: Min (Core Count)","[Bunting, Ortolan] Job Size: Min (Core Count)","[Smew] Job Size: Min (Core Count)","[Thrush, Hermit] Job Size: Min (Core Count)","[White, Great] Job Size: Min (Core Count)","[Scaup, Lesser] Job Size: Min (Core Count)","[Blackbird] Job Size: Min (Core Count)","[Dotterel] Job Size: Min (Core Count)","[Accentor, Alpiné] Job Size: Min (Core Count)","[Warbler, Savi's] Job Size: Min (Core Count)","[Yellowthroat, Common] Job Size: Min (Core Count)","[Egret, Snowy] Job Size: Min (Core Count)","[Kestrel, Lesser] Job Size: Min (Core Count)","[Shearwater, Balearic] Job Size: Min (Core Count)","[Warbler, Blackpoll] Job Size: Min (Core Count)","[Dunlin] Job Size: Min (Core Count)","[Lark, Calandra] Job Size: Min (Core Count)","[Warbler, Hooded] Job Size: Min (Core Count)","[Martin, Sand] Job Size: Min (Core Count)","[Swift, Little] Job Size: Min (Core Count)","[Chiffchaff, Iberian] Job Size: Min (Core Count)","[Bittern] Job Size: Min (Core Count)","[Bluetail, Red-flanked] Job Size: Min (Core Count)","[Bufflehead] Job Size: Min (Core Count)","[Chaffinch] Job Size: Min (Core Count)","[Dowitcher, Short-billed] Job Size: Min (Core Count)","[Fieldfare] Job Size: Min (Core Count)","[Flycatcher, Taiga] Job Size: Min (Core Count)","[Fulmar] Job Size: Min (Core Count)","[Goose, Red-breasted] Job Size: Min (Core Count)","[Harrier, Hen] Job Size: Min (Core Count)","[Jackdaw] Job Size: Min (Core Count)","[Moorhen] Job Size: Min (Core Count)","[Petrel, Fea's] Job Size: Min (Core Count)","[Shearwater, Great] Job Size: Min (Core Count)","[Shearwater, Macaronesian] Job Size: Min (Core Count)","[Spotted, Great] Job Size: Min (Core Count)","[Tern, Caspian] Job Size: Min (Core Count)","[Warbler, Cetti's] Job Size: Min (Core Count)" 2016,160,112,108,96,72,48,36,32,20,20,16,16,16,12,12,12,12,8,8,8,5,5,2,1,1,1,8,1,1,1,1,1,1,1,1,1,1,1,1,1,1 2017,160,0,0,96,0,0,36,32,0,0,16,0,0,12,12,0,0,8,8,8,12,5,2,1,8,1,1,1,8,1,8,12,0,4,1,0,0,0,0,1,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/normalized_avg_processors/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/normalized_avg_processors/aggregate-Day-reference.csv index 5b29d9d5c7..145778a23d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/normalized_avg_processors/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/normalized_avg_processors/aggregate-Day-reference.csv @@ -17,7 +17,7 @@ Smew,1.800000000 Dunlin,1.062343096 Fieldfare,0.741761364 "Goose, Red-breasted",0.600362319 -"Accentor, Alpine",0.577777778 +"Accentor, Alpiné",0.577777778 Blackbird,0.500000000 Dotterel,0.500000000 "Swift, Little",0.468750000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/normalized_avg_processors/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/normalized_avg_processors/aggregate-Month-reference.csv index 5b29d9d5c7..145778a23d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/normalized_avg_processors/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/normalized_avg_processors/aggregate-Month-reference.csv @@ -17,7 +17,7 @@ Smew,1.800000000 Dunlin,1.062343096 Fieldfare,0.741761364 "Goose, Red-breasted",0.600362319 -"Accentor, Alpine",0.577777778 +"Accentor, Alpiné",0.577777778 Blackbird,0.500000000 Dotterel,0.500000000 "Swift, Little",0.468750000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/normalized_avg_processors/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/normalized_avg_processors/aggregate-Quarter-reference.csv index 5b29d9d5c7..145778a23d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/normalized_avg_processors/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/normalized_avg_processors/aggregate-Quarter-reference.csv @@ -17,7 +17,7 @@ Smew,1.800000000 Dunlin,1.062343096 Fieldfare,0.741761364 "Goose, Red-breasted",0.600362319 -"Accentor, Alpine",0.577777778 +"Accentor, Alpiné",0.577777778 Blackbird,0.500000000 Dotterel,0.500000000 "Swift, Little",0.468750000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/normalized_avg_processors/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/normalized_avg_processors/aggregate-Year-reference.csv index 5b29d9d5c7..145778a23d 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/normalized_avg_processors/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/normalized_avg_processors/aggregate-Year-reference.csv @@ -17,7 +17,7 @@ Smew,1.800000000 Dunlin,1.062343096 Fieldfare,0.741761364 "Goose, Red-breasted",0.600362319 -"Accentor, Alpine",0.577777778 +"Accentor, Alpiné",0.577777778 Blackbird,0.500000000 Dotterel,0.500000000 "Swift, Little",0.468750000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/normalized_avg_processors/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/normalized_avg_processors/timeseries-Day-reference.csv index a1d0049831..d28874d7e8 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/normalized_avg_processors/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/normalized_avg_processors/timeseries-Day-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[Thrush, Hermit] Job Size: Normalized (% of Total Cores)","[Gull, Yellow-legged] Job Size: Normalized (% of Total Cores)","[Nuthatch] Job Size: Normalized (% of Total Cores)","[Gull, Glaucous-winged] Job Size: Normalized (% of Total Cores)","[Bunting, Ortolan] Job Size: Normalized (% of Total Cores)","[Smew] Job Size: Normalized (% of Total Cores)","[White, Great] Job Size: Normalized (% of Total Cores)","[Scaup, Lesser] Job Size: Normalized (% of Total Cores)","[Dunlin] Job Size: Normalized (% of Total Cores)","[Fieldfare] Job Size: Normalized (% of Total Cores)","[Goose, Red-breasted] Job Size: Normalized (% of Total Cores)","[Accentor, Alpine] Job Size: Normalized (% of Total Cores)","[Blackbird] Job Size: Normalized (% of Total Cores)","[Dotterel] Job Size: Normalized (% of Total Cores)","[Swift, Little] Job Size: Normalized (% of Total Cores)","[Yellowthroat, Common] Job Size: Normalized (% of Total Cores)","[Warbler, Savi's] Job Size: Normalized (% of Total Cores)","[Kestrel, Lesser] Job Size: Normalized (% of Total Cores)","[Warbler, Blackpoll] Job Size: Normalized (% of Total Cores)","[Martin, Sand] Job Size: Normalized (% of Total Cores)","[Bluetail, Red-flanked] Job Size: Normalized (% of Total Cores)","[Chaffinch] Job Size: Normalized (% of Total Cores)","[Warbler, Hooded] Job Size: Normalized (% of Total Cores)","[Shearwater, Balearic] Job Size: Normalized (% of Total Cores)","[Egret, Snowy] Job Size: Normalized (% of Total Cores)","[Jackdaw] Job Size: Normalized (% of Total Cores)","[Fulmar] Job Size: Normalized (% of Total Cores)","[Lark, Calandra] Job Size: Normalized (% of Total Cores)","[Flycatcher, Taiga] Job Size: Normalized (% of Total Cores)","[Petrel, Fea's] Job Size: Normalized (% of Total Cores)","[Tern, Caspian] Job Size: Normalized (% of Total Cores)","[Chiffchaff, Iberian] Job Size: Normalized (% of Total Cores)","[Warbler, Cetti's] Job Size: Normalized (% of Total Cores)","[Bittern] Job Size: Normalized (% of Total Cores)","[Bufflehead] Job Size: Normalized (% of Total Cores)","[Dowitcher, Short-billed] Job Size: Normalized (% of Total Cores)","[Harrier, Hen] Job Size: Normalized (% of Total Cores)","[Moorhen] Job Size: Normalized (% of Total Cores)","[Shearwater, Great] Job Size: Normalized (% of Total Cores)","[Shearwater, Macaronesian] Job Size: Normalized (% of Total Cores)","[Spotted, Great] Job Size: Normalized (% of Total Cores)" +Day,"[Thrush, Hermit] Job Size: Normalized (% of Total Cores)","[Gull, Yellow-legged] Job Size: Normalized (% of Total Cores)","[Nuthatch] Job Size: Normalized (% of Total Cores)","[Gull, Glaucous-winged] Job Size: Normalized (% of Total Cores)","[Bunting, Ortolan] Job Size: Normalized (% of Total Cores)","[Smew] Job Size: Normalized (% of Total Cores)","[White, Great] Job Size: Normalized (% of Total Cores)","[Scaup, Lesser] Job Size: Normalized (% of Total Cores)","[Dunlin] Job Size: Normalized (% of Total Cores)","[Fieldfare] Job Size: Normalized (% of Total Cores)","[Goose, Red-breasted] Job Size: Normalized (% of Total Cores)","[Accentor, Alpiné] Job Size: Normalized (% of Total Cores)","[Blackbird] Job Size: Normalized (% of Total Cores)","[Dotterel] Job Size: Normalized (% of Total Cores)","[Swift, Little] Job Size: Normalized (% of Total Cores)","[Yellowthroat, Common] Job Size: Normalized (% of Total Cores)","[Warbler, Savi's] Job Size: Normalized (% of Total Cores)","[Kestrel, Lesser] Job Size: Normalized (% of Total Cores)","[Warbler, Blackpoll] Job Size: Normalized (% of Total Cores)","[Martin, Sand] Job Size: Normalized (% of Total Cores)","[Bluetail, Red-flanked] Job Size: Normalized (% of Total Cores)","[Chaffinch] Job Size: Normalized (% of Total Cores)","[Warbler, Hooded] Job Size: Normalized (% of Total Cores)","[Shearwater, Balearic] Job Size: Normalized (% of Total Cores)","[Egret, Snowy] Job Size: Normalized (% of Total Cores)","[Jackdaw] Job Size: Normalized (% of Total Cores)","[Fulmar] Job Size: Normalized (% of Total Cores)","[Lark, Calandra] Job Size: Normalized (% of Total Cores)","[Flycatcher, Taiga] Job Size: Normalized (% of Total Cores)","[Petrel, Fea's] Job Size: Normalized (% of Total Cores)","[Tern, Caspian] Job Size: Normalized (% of Total Cores)","[Chiffchaff, Iberian] Job Size: Normalized (% of Total Cores)","[Warbler, Cetti's] Job Size: Normalized (% of Total Cores)","[Bittern] Job Size: Normalized (% of Total Cores)","[Bufflehead] Job Size: Normalized (% of Total Cores)","[Dowitcher, Short-billed] Job Size: Normalized (% of Total Cores)","[Harrier, Hen] Job Size: Normalized (% of Total Cores)","[Moorhen] Job Size: Normalized (% of Total Cores)","[Shearwater, Great] Job Size: Normalized (% of Total Cores)","[Shearwater, Macaronesian] Job Size: Normalized (% of Total Cores)","[Spotted, Great] Job Size: Normalized (% of Total Cores)" 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.300000000,0,0,0,0,0,0.300000000,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.300000000,0,0,0,0,0,0.300000000,0,0,0.025000000,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.300000000,0,0,0,0,0,0.300000000,0,0,0.025000000,0,0,0,0,0,0,0,0,0,0 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/normalized_avg_processors/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/normalized_avg_processors/timeseries-Month-reference.csv index 8b11ff2b1a..029d829ee1 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/normalized_avg_processors/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/normalized_avg_processors/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[Thrush, Hermit] Job Size: Normalized (% of Total Cores)","[Gull, Yellow-legged] Job Size: Normalized (% of Total Cores)","[Nuthatch] Job Size: Normalized (% of Total Cores)","[Gull, Glaucous-winged] Job Size: Normalized (% of Total Cores)","[Bunting, Ortolan] Job Size: Normalized (% of Total Cores)","[Smew] Job Size: Normalized (% of Total Cores)","[White, Great] Job Size: Normalized (% of Total Cores)","[Scaup, Lesser] Job Size: Normalized (% of Total Cores)","[Dunlin] Job Size: Normalized (% of Total Cores)","[Fieldfare] Job Size: Normalized (% of Total Cores)","[Goose, Red-breasted] Job Size: Normalized (% of Total Cores)","[Accentor, Alpine] Job Size: Normalized (% of Total Cores)","[Blackbird] Job Size: Normalized (% of Total Cores)","[Dotterel] Job Size: Normalized (% of Total Cores)","[Swift, Little] Job Size: Normalized (% of Total Cores)","[Yellowthroat, Common] Job Size: Normalized (% of Total Cores)","[Warbler, Savi's] Job Size: Normalized (% of Total Cores)","[Kestrel, Lesser] Job Size: Normalized (% of Total Cores)","[Warbler, Blackpoll] Job Size: Normalized (% of Total Cores)","[Martin, Sand] Job Size: Normalized (% of Total Cores)","[Bluetail, Red-flanked] Job Size: Normalized (% of Total Cores)","[Chaffinch] Job Size: Normalized (% of Total Cores)","[Warbler, Hooded] Job Size: Normalized (% of Total Cores)","[Shearwater, Balearic] Job Size: Normalized (% of Total Cores)","[Egret, Snowy] Job Size: Normalized (% of Total Cores)","[Jackdaw] Job Size: Normalized (% of Total Cores)","[Fulmar] Job Size: Normalized (% of Total Cores)","[Lark, Calandra] Job Size: Normalized (% of Total Cores)","[Flycatcher, Taiga] Job Size: Normalized (% of Total Cores)","[Petrel, Fea's] Job Size: Normalized (% of Total Cores)","[Tern, Caspian] Job Size: Normalized (% of Total Cores)","[Chiffchaff, Iberian] Job Size: Normalized (% of Total Cores)","[Warbler, Cetti's] Job Size: Normalized (% of Total Cores)","[Bittern] Job Size: Normalized (% of Total Cores)","[Bufflehead] Job Size: Normalized (% of Total Cores)","[Dowitcher, Short-billed] Job Size: Normalized (% of Total Cores)","[Harrier, Hen] Job Size: Normalized (% of Total Cores)","[Moorhen] Job Size: Normalized (% of Total Cores)","[Shearwater, Great] Job Size: Normalized (% of Total Cores)","[Shearwater, Macaronesian] Job Size: Normalized (% of Total Cores)","[Spotted, Great] Job Size: Normalized (% of Total Cores)" +Month,"[Thrush, Hermit] Job Size: Normalized (% of Total Cores)","[Gull, Yellow-legged] Job Size: Normalized (% of Total Cores)","[Nuthatch] Job Size: Normalized (% of Total Cores)","[Gull, Glaucous-winged] Job Size: Normalized (% of Total Cores)","[Bunting, Ortolan] Job Size: Normalized (% of Total Cores)","[Smew] Job Size: Normalized (% of Total Cores)","[White, Great] Job Size: Normalized (% of Total Cores)","[Scaup, Lesser] Job Size: Normalized (% of Total Cores)","[Dunlin] Job Size: Normalized (% of Total Cores)","[Fieldfare] Job Size: Normalized (% of Total Cores)","[Goose, Red-breasted] Job Size: Normalized (% of Total Cores)","[Accentor, Alpiné] Job Size: Normalized (% of Total Cores)","[Blackbird] Job Size: Normalized (% of Total Cores)","[Dotterel] Job Size: Normalized (% of Total Cores)","[Swift, Little] Job Size: Normalized (% of Total Cores)","[Yellowthroat, Common] Job Size: Normalized (% of Total Cores)","[Warbler, Savi's] Job Size: Normalized (% of Total Cores)","[Kestrel, Lesser] Job Size: Normalized (% of Total Cores)","[Warbler, Blackpoll] Job Size: Normalized (% of Total Cores)","[Martin, Sand] Job Size: Normalized (% of Total Cores)","[Bluetail, Red-flanked] Job Size: Normalized (% of Total Cores)","[Chaffinch] Job Size: Normalized (% of Total Cores)","[Warbler, Hooded] Job Size: Normalized (% of Total Cores)","[Shearwater, Balearic] Job Size: Normalized (% of Total Cores)","[Egret, Snowy] Job Size: Normalized (% of Total Cores)","[Jackdaw] Job Size: Normalized (% of Total Cores)","[Fulmar] Job Size: Normalized (% of Total Cores)","[Lark, Calandra] Job Size: Normalized (% of Total Cores)","[Flycatcher, Taiga] Job Size: Normalized (% of Total Cores)","[Petrel, Fea's] Job Size: Normalized (% of Total Cores)","[Tern, Caspian] Job Size: Normalized (% of Total Cores)","[Chiffchaff, Iberian] Job Size: Normalized (% of Total Cores)","[Warbler, Cetti's] Job Size: Normalized (% of Total Cores)","[Bittern] Job Size: Normalized (% of Total Cores)","[Bufflehead] Job Size: Normalized (% of Total Cores)","[Dowitcher, Short-billed] Job Size: Normalized (% of Total Cores)","[Harrier, Hen] Job Size: Normalized (% of Total Cores)","[Moorhen] Job Size: Normalized (% of Total Cores)","[Shearwater, Great] Job Size: Normalized (% of Total Cores)","[Shearwater, Macaronesian] Job Size: Normalized (% of Total Cores)","[Spotted, Great] Job Size: Normalized (% of Total Cores)" 2016-12,5.600000000,4.000000000,2.800000000,2.700000000,2.400000000,1.800000000,1.380000000,1.541176471,1.222000000,0.871484375,0.613586957,0.577777778,0.500000000,0.500000000,0.583333333,0.400000000,0.350000000,0.300000000,0.300000000,0.265625000,0.272169811,0.750000000,0.237931034,0.157762557,0.300000000,0.138636364,0.077083333,0.068459546,0.047571583,0.043333333,0.035334646,0.028712871,0.026044436,0.025000000,0.025000000,0.025000000,0.025000000,0.025000000,0.025000000,0.025000000,0.025000000 2017-01,0,4.000000000,0,0,2.400000000,0,1.233333333,0.800000000,0.947482014,0.662500000,0.600000000,0.577777778,0,0,0.125000000,0,0,0.300000000,0,0.300000000,0.263829787,0.204629630,0.200000000,0,0.150000000,0.130000000,0.200000000,0.086733002,0.045675831,0,0.212500000,0.050000000,0,0.025000000,0.025000000,0.025000000,0,0.025000000,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/normalized_avg_processors/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/normalized_avg_processors/timeseries-Quarter-reference.csv index 025a28c0a9..7c497b0d9f 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/normalized_avg_processors/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/normalized_avg_processors/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[Thrush, Hermit] Job Size: Normalized (% of Total Cores)","[Gull, Yellow-legged] Job Size: Normalized (% of Total Cores)","[Nuthatch] Job Size: Normalized (% of Total Cores)","[Gull, Glaucous-winged] Job Size: Normalized (% of Total Cores)","[Bunting, Ortolan] Job Size: Normalized (% of Total Cores)","[Smew] Job Size: Normalized (% of Total Cores)","[White, Great] Job Size: Normalized (% of Total Cores)","[Scaup, Lesser] Job Size: Normalized (% of Total Cores)","[Dunlin] Job Size: Normalized (% of Total Cores)","[Fieldfare] Job Size: Normalized (% of Total Cores)","[Goose, Red-breasted] Job Size: Normalized (% of Total Cores)","[Accentor, Alpine] Job Size: Normalized (% of Total Cores)","[Blackbird] Job Size: Normalized (% of Total Cores)","[Dotterel] Job Size: Normalized (% of Total Cores)","[Swift, Little] Job Size: Normalized (% of Total Cores)","[Yellowthroat, Common] Job Size: Normalized (% of Total Cores)","[Warbler, Savi's] Job Size: Normalized (% of Total Cores)","[Kestrel, Lesser] Job Size: Normalized (% of Total Cores)","[Warbler, Blackpoll] Job Size: Normalized (% of Total Cores)","[Martin, Sand] Job Size: Normalized (% of Total Cores)","[Bluetail, Red-flanked] Job Size: Normalized (% of Total Cores)","[Chaffinch] Job Size: Normalized (% of Total Cores)","[Warbler, Hooded] Job Size: Normalized (% of Total Cores)","[Shearwater, Balearic] Job Size: Normalized (% of Total Cores)","[Egret, Snowy] Job Size: Normalized (% of Total Cores)","[Jackdaw] Job Size: Normalized (% of Total Cores)","[Fulmar] Job Size: Normalized (% of Total Cores)","[Lark, Calandra] Job Size: Normalized (% of Total Cores)","[Flycatcher, Taiga] Job Size: Normalized (% of Total Cores)","[Petrel, Fea's] Job Size: Normalized (% of Total Cores)","[Tern, Caspian] Job Size: Normalized (% of Total Cores)","[Chiffchaff, Iberian] Job Size: Normalized (% of Total Cores)","[Warbler, Cetti's] Job Size: Normalized (% of Total Cores)","[Bittern] Job Size: Normalized (% of Total Cores)","[Bufflehead] Job Size: Normalized (% of Total Cores)","[Dowitcher, Short-billed] Job Size: Normalized (% of Total Cores)","[Harrier, Hen] Job Size: Normalized (% of Total Cores)","[Moorhen] Job Size: Normalized (% of Total Cores)","[Shearwater, Great] Job Size: Normalized (% of Total Cores)","[Shearwater, Macaronesian] Job Size: Normalized (% of Total Cores)","[Spotted, Great] Job Size: Normalized (% of Total Cores)" +Quarter,"[Thrush, Hermit] Job Size: Normalized (% of Total Cores)","[Gull, Yellow-legged] Job Size: Normalized (% of Total Cores)","[Nuthatch] Job Size: Normalized (% of Total Cores)","[Gull, Glaucous-winged] Job Size: Normalized (% of Total Cores)","[Bunting, Ortolan] Job Size: Normalized (% of Total Cores)","[Smew] Job Size: Normalized (% of Total Cores)","[White, Great] Job Size: Normalized (% of Total Cores)","[Scaup, Lesser] Job Size: Normalized (% of Total Cores)","[Dunlin] Job Size: Normalized (% of Total Cores)","[Fieldfare] Job Size: Normalized (% of Total Cores)","[Goose, Red-breasted] Job Size: Normalized (% of Total Cores)","[Accentor, Alpiné] Job Size: Normalized (% of Total Cores)","[Blackbird] Job Size: Normalized (% of Total Cores)","[Dotterel] Job Size: Normalized (% of Total Cores)","[Swift, Little] Job Size: Normalized (% of Total Cores)","[Yellowthroat, Common] Job Size: Normalized (% of Total Cores)","[Warbler, Savi's] Job Size: Normalized (% of Total Cores)","[Kestrel, Lesser] Job Size: Normalized (% of Total Cores)","[Warbler, Blackpoll] Job Size: Normalized (% of Total Cores)","[Martin, Sand] Job Size: Normalized (% of Total Cores)","[Bluetail, Red-flanked] Job Size: Normalized (% of Total Cores)","[Chaffinch] Job Size: Normalized (% of Total Cores)","[Warbler, Hooded] Job Size: Normalized (% of Total Cores)","[Shearwater, Balearic] Job Size: Normalized (% of Total Cores)","[Egret, Snowy] Job Size: Normalized (% of Total Cores)","[Jackdaw] Job Size: Normalized (% of Total Cores)","[Fulmar] Job Size: Normalized (% of Total Cores)","[Lark, Calandra] Job Size: Normalized (% of Total Cores)","[Flycatcher, Taiga] Job Size: Normalized (% of Total Cores)","[Petrel, Fea's] Job Size: Normalized (% of Total Cores)","[Tern, Caspian] Job Size: Normalized (% of Total Cores)","[Chiffchaff, Iberian] Job Size: Normalized (% of Total Cores)","[Warbler, Cetti's] Job Size: Normalized (% of Total Cores)","[Bittern] Job Size: Normalized (% of Total Cores)","[Bufflehead] Job Size: Normalized (% of Total Cores)","[Dowitcher, Short-billed] Job Size: Normalized (% of Total Cores)","[Harrier, Hen] Job Size: Normalized (% of Total Cores)","[Moorhen] Job Size: Normalized (% of Total Cores)","[Shearwater, Great] Job Size: Normalized (% of Total Cores)","[Shearwater, Macaronesian] Job Size: Normalized (% of Total Cores)","[Spotted, Great] Job Size: Normalized (% of Total Cores)" "2016 Q4",5.600000000,4.000000000,2.800000000,2.700000000,2.400000000,1.800000000,1.380000000,1.541176471,1.222000000,0.871484375,0.613586957,0.577777778,0.500000000,0.500000000,0.583333333,0.400000000,0.350000000,0.300000000,0.300000000,0.265625000,0.272169811,0.750000000,0.237931034,0.157762557,0.300000000,0.138636364,0.077083333,0.068459546,0.047571583,0.043333333,0.035334646,0.028712871,0.026044436,0.025000000,0.025000000,0.025000000,0.025000000,0.025000000,0.025000000,0.025000000,0.025000000 "2017 Q1",0,4.000000000,0,0,2.400000000,0,1.233333333,0.800000000,0.947482014,0.662500000,0.600000000,0.577777778,0,0,0.125000000,0,0,0.300000000,0,0.300000000,0.263829787,0.204629630,0.200000000,0,0.150000000,0.130000000,0.200000000,0.086733002,0.045675831,0,0.212500000,0.050000000,0,0.025000000,0.025000000,0.025000000,0,0.025000000,0,0,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/normalized_avg_processors/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/normalized_avg_processors/timeseries-Year-reference.csv index 60f78f7194..e5de4c85a3 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/normalized_avg_processors/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/normalized_avg_processors/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[Thrush, Hermit] Job Size: Normalized (% of Total Cores)","[Gull, Yellow-legged] Job Size: Normalized (% of Total Cores)","[Nuthatch] Job Size: Normalized (% of Total Cores)","[Gull, Glaucous-winged] Job Size: Normalized (% of Total Cores)","[Bunting, Ortolan] Job Size: Normalized (% of Total Cores)","[Smew] Job Size: Normalized (% of Total Cores)","[White, Great] Job Size: Normalized (% of Total Cores)","[Scaup, Lesser] Job Size: Normalized (% of Total Cores)","[Dunlin] Job Size: Normalized (% of Total Cores)","[Fieldfare] Job Size: Normalized (% of Total Cores)","[Goose, Red-breasted] Job Size: Normalized (% of Total Cores)","[Accentor, Alpine] Job Size: Normalized (% of Total Cores)","[Blackbird] Job Size: Normalized (% of Total Cores)","[Dotterel] Job Size: Normalized (% of Total Cores)","[Swift, Little] Job Size: Normalized (% of Total Cores)","[Yellowthroat, Common] Job Size: Normalized (% of Total Cores)","[Warbler, Savi's] Job Size: Normalized (% of Total Cores)","[Kestrel, Lesser] Job Size: Normalized (% of Total Cores)","[Warbler, Blackpoll] Job Size: Normalized (% of Total Cores)","[Martin, Sand] Job Size: Normalized (% of Total Cores)","[Bluetail, Red-flanked] Job Size: Normalized (% of Total Cores)","[Chaffinch] Job Size: Normalized (% of Total Cores)","[Warbler, Hooded] Job Size: Normalized (% of Total Cores)","[Shearwater, Balearic] Job Size: Normalized (% of Total Cores)","[Egret, Snowy] Job Size: Normalized (% of Total Cores)","[Jackdaw] Job Size: Normalized (% of Total Cores)","[Fulmar] Job Size: Normalized (% of Total Cores)","[Lark, Calandra] Job Size: Normalized (% of Total Cores)","[Flycatcher, Taiga] Job Size: Normalized (% of Total Cores)","[Petrel, Fea's] Job Size: Normalized (% of Total Cores)","[Tern, Caspian] Job Size: Normalized (% of Total Cores)","[Chiffchaff, Iberian] Job Size: Normalized (% of Total Cores)","[Warbler, Cetti's] Job Size: Normalized (% of Total Cores)","[Bittern] Job Size: Normalized (% of Total Cores)","[Bufflehead] Job Size: Normalized (% of Total Cores)","[Dowitcher, Short-billed] Job Size: Normalized (% of Total Cores)","[Harrier, Hen] Job Size: Normalized (% of Total Cores)","[Moorhen] Job Size: Normalized (% of Total Cores)","[Shearwater, Great] Job Size: Normalized (% of Total Cores)","[Shearwater, Macaronesian] Job Size: Normalized (% of Total Cores)","[Spotted, Great] Job Size: Normalized (% of Total Cores)" +Year,"[Thrush, Hermit] Job Size: Normalized (% of Total Cores)","[Gull, Yellow-legged] Job Size: Normalized (% of Total Cores)","[Nuthatch] Job Size: Normalized (% of Total Cores)","[Gull, Glaucous-winged] Job Size: Normalized (% of Total Cores)","[Bunting, Ortolan] Job Size: Normalized (% of Total Cores)","[Smew] Job Size: Normalized (% of Total Cores)","[White, Great] Job Size: Normalized (% of Total Cores)","[Scaup, Lesser] Job Size: Normalized (% of Total Cores)","[Dunlin] Job Size: Normalized (% of Total Cores)","[Fieldfare] Job Size: Normalized (% of Total Cores)","[Goose, Red-breasted] Job Size: Normalized (% of Total Cores)","[Accentor, Alpiné] Job Size: Normalized (% of Total Cores)","[Blackbird] Job Size: Normalized (% of Total Cores)","[Dotterel] Job Size: Normalized (% of Total Cores)","[Swift, Little] Job Size: Normalized (% of Total Cores)","[Yellowthroat, Common] Job Size: Normalized (% of Total Cores)","[Warbler, Savi's] Job Size: Normalized (% of Total Cores)","[Kestrel, Lesser] Job Size: Normalized (% of Total Cores)","[Warbler, Blackpoll] Job Size: Normalized (% of Total Cores)","[Martin, Sand] Job Size: Normalized (% of Total Cores)","[Bluetail, Red-flanked] Job Size: Normalized (% of Total Cores)","[Chaffinch] Job Size: Normalized (% of Total Cores)","[Warbler, Hooded] Job Size: Normalized (% of Total Cores)","[Shearwater, Balearic] Job Size: Normalized (% of Total Cores)","[Egret, Snowy] Job Size: Normalized (% of Total Cores)","[Jackdaw] Job Size: Normalized (% of Total Cores)","[Fulmar] Job Size: Normalized (% of Total Cores)","[Lark, Calandra] Job Size: Normalized (% of Total Cores)","[Flycatcher, Taiga] Job Size: Normalized (% of Total Cores)","[Petrel, Fea's] Job Size: Normalized (% of Total Cores)","[Tern, Caspian] Job Size: Normalized (% of Total Cores)","[Chiffchaff, Iberian] Job Size: Normalized (% of Total Cores)","[Warbler, Cetti's] Job Size: Normalized (% of Total Cores)","[Bittern] Job Size: Normalized (% of Total Cores)","[Bufflehead] Job Size: Normalized (% of Total Cores)","[Dowitcher, Short-billed] Job Size: Normalized (% of Total Cores)","[Harrier, Hen] Job Size: Normalized (% of Total Cores)","[Moorhen] Job Size: Normalized (% of Total Cores)","[Shearwater, Great] Job Size: Normalized (% of Total Cores)","[Shearwater, Macaronesian] Job Size: Normalized (% of Total Cores)","[Spotted, Great] Job Size: Normalized (% of Total Cores)" 2016,5.600000000,4.000000000,2.800000000,2.700000000,2.400000000,1.800000000,1.380000000,1.541176471,1.222000000,0.871484375,0.613586957,0.577777778,0.500000000,0.500000000,0.583333333,0.400000000,0.350000000,0.300000000,0.300000000,0.265625000,0.272169811,0.750000000,0.237931034,0.157762557,0.300000000,0.138636364,0.077083333,0.068459546,0.047571583,0.043333333,0.035334646,0.028712871,0.026044436,0.025000000,0.025000000,0.025000000,0.025000000,0.025000000,0.025000000,0.025000000,0.025000000 2017,0,4.000000000,0,0,2.400000000,0,1.233333333,0.800000000,0.947482014,0.662500000,0.600000000,0.577777778,0,0,0.125000000,0,0,0.300000000,0,0.300000000,0.263829787,0.204629630,0.200000000,0,0.150000000,0.130000000,0.200000000,0.086733002,0.045675831,0,0.212500000,0.050000000,0,0.025000000,0.025000000,0.025000000,0,0.025000000,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..232278607d 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 @@ -35,7 +35,7 @@ Blackbird,14 "Kestrel, Lesser",11 "Martin, Sand",10 "Spotted, Great",10 -"Accentor, Alpine",9 +"Accentor, Alpiné",9 Nuthatch,8 Smew,7 "Swift, Little",4 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..232278607d 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 @@ -35,7 +35,7 @@ Blackbird,14 "Kestrel, Lesser",11 "Martin, Sand",10 "Spotted, Great",10 -"Accentor, Alpine",9 +"Accentor, Alpiné",9 Nuthatch,8 Smew,7 "Swift, Little",4 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..232278607d 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 @@ -35,7 +35,7 @@ Blackbird,14 "Kestrel, Lesser",11 "Martin, Sand",10 "Spotted, Great",10 -"Accentor, Alpine",9 +"Accentor, Alpiné",9 Nuthatch,8 Smew,7 "Swift, Little",4 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..232278607d 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 @@ -35,7 +35,7 @@ Blackbird,14 "Kestrel, Lesser",11 "Martin, Sand",10 "Spotted, Great",10 -"Accentor, Alpine",9 +"Accentor, Alpiné",9 Nuthatch,8 Smew,7 "Swift, Little",4 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..9f455186a2 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 @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[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" +Day,"[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, Alpiné] 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-22,0,1,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 2016-12-23,0,1,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 2016-12-24,0,1,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 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..11ef487ce8 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 @@ -5,7 +5,7 @@ parameters 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" +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, Alpiné] 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 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..8f40e0483b 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 @@ -5,7 +5,7 @@ parameters 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" +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, Alpiné] 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 "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..085a31772d 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 @@ -5,7 +5,7 @@ parameters 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" +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, Alpiné] 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 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..23bdabb5ef 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 @@ -35,7 +35,7 @@ Blackbird,14 "Kestrel, Lesser",11 "Martin, Sand",10 "Spotted, Great",10 -"Accentor, Alpine",9 +"Accentor, Alpiné",9 Nuthatch,8 Smew,7 "Swift, Little",4 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..23bdabb5ef 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 @@ -35,7 +35,7 @@ Blackbird,14 "Kestrel, Lesser",11 "Martin, Sand",10 "Spotted, Great",10 -"Accentor, Alpine",9 +"Accentor, Alpiné",9 Nuthatch,8 Smew,7 "Swift, Little",4 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..23bdabb5ef 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 @@ -35,7 +35,7 @@ Blackbird,14 "Kestrel, Lesser",11 "Martin, Sand",10 "Spotted, Great",10 -"Accentor, Alpine",9 +"Accentor, Alpiné",9 Nuthatch,8 Smew,7 "Swift, Little",4 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..23bdabb5ef 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 @@ -35,7 +35,7 @@ Blackbird,14 "Kestrel, Lesser",11 "Martin, Sand",10 "Spotted, Great",10 -"Accentor, Alpine",9 +"Accentor, Alpiné",9 Nuthatch,8 Smew,7 "Swift, Little",4 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..af8c525236 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 @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[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" +Day,"[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, Alpiné] 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-22,0,1,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 2016-12-23,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-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 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..f0da6e0b8b 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 @@ -5,7 +5,7 @@ parameters 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" +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, Alpiné] 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 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..3489b7b280 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 @@ -5,7 +5,7 @@ parameters 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" +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, Alpiné] 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 "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..1fc9a74a48 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 @@ -5,7 +5,7 @@ parameters 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" +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, Alpiné] 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 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..b40e499b42 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 @@ -34,7 +34,7 @@ Blackbird,14 "Kestrel, Lesser",11 "Martin, Sand",10 "Spotted, Great",10 -"Accentor, Alpine",9 +"Accentor, Alpiné",9 Nuthatch,8 Smew,7 "Swift, Little",4 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..10e54bb402 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 @@ -35,7 +35,7 @@ Blackbird,14 "Kestrel, Lesser",11 "Martin, Sand",10 "Spotted, Great",10 -"Accentor, Alpine",9 +"Accentor, Alpiné",9 Nuthatch,8 Smew,7 "Swift, Little",4 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..10e54bb402 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 @@ -35,7 +35,7 @@ Blackbird,14 "Kestrel, Lesser",11 "Martin, Sand",10 "Spotted, Great",10 -"Accentor, Alpine",9 +"Accentor, Alpiné",9 Nuthatch,8 Smew,7 "Swift, Little",4 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..10e54bb402 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 @@ -35,7 +35,7 @@ Blackbird,14 "Kestrel, Lesser",11 "Martin, Sand",10 "Spotted, Great",10 -"Accentor, Alpine",9 +"Accentor, Alpiné",9 Nuthatch,8 Smew,7 "Swift, Little",4 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..82f1f39bb8 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 @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[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","[Egret, Snowy] Number of Jobs Submitted","[Bufflehead] Number of Jobs Submitted","[Bittern] Number of Jobs Submitted","[Dunlin] Number of Jobs Submitted","[Dowitcher, Short-billed] Number of Jobs Submitted","[Goose, Red-breasted] Number of Jobs Submitted","[Fulmar] Number of Jobs Submitted","[Bluetail, Red-flanked] Number of Jobs Submitted","[Tern, Caspian] Number of Jobs Submitted","[Warbler, Hooded] Number of Jobs Submitted","[Chaffinch] Number of Jobs Submitted","[Jackdaw] Number of Jobs Submitted","[Scaup, Lesser] Number of Jobs Submitted","[Fieldfare] Number of Jobs Submitted","[Harrier, Hen] Number of Jobs Submitted","[Bunting, Ortolan] Number of Jobs Submitted","[Blackbird] Number of Jobs Submitted","[Petrel, Fea's] Number of Jobs Submitted","[White, Great] Number of Jobs Submitted","[Shearwater, Balearic] 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","[Warbler, Blackpoll] Number of Jobs Submitted","[Chiffchaff, Iberian] Number of Jobs Submitted","[Dotterel] Number of Jobs Submitted","[Gull, Glaucous-winged] Number of Jobs Submitted","[Shearwater, Great] Number of Jobs Submitted","[Warbler, Savi's] Number of Jobs Submitted","[Yellowthroat, Common] Number of Jobs Submitted","[Gull, Yellow-legged] Number of Jobs Submitted","[Thrush, Hermit] Number of Jobs Submitted" +Day,"[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","[Egret, Snowy] Number of Jobs Submitted","[Bufflehead] Number of Jobs Submitted","[Bittern] Number of Jobs Submitted","[Dunlin] Number of Jobs Submitted","[Dowitcher, Short-billed] Number of Jobs Submitted","[Goose, Red-breasted] Number of Jobs Submitted","[Fulmar] Number of Jobs Submitted","[Bluetail, Red-flanked] Number of Jobs Submitted","[Tern, Caspian] Number of Jobs Submitted","[Warbler, Hooded] Number of Jobs Submitted","[Chaffinch] Number of Jobs Submitted","[Jackdaw] Number of Jobs Submitted","[Scaup, Lesser] Number of Jobs Submitted","[Fieldfare] Number of Jobs Submitted","[Harrier, Hen] Number of Jobs Submitted","[Bunting, Ortolan] Number of Jobs Submitted","[Blackbird] Number of Jobs Submitted","[Petrel, Fea's] Number of Jobs Submitted","[White, Great] Number of Jobs Submitted","[Shearwater, Balearic] Number of Jobs Submitted","[Kestrel, Lesser] Number of Jobs Submitted","[Martin, Sand] Number of Jobs Submitted","[Spotted, Great] Number of Jobs Submitted","[Accentor, Alpiné] Number of Jobs Submitted","[Nuthatch] Number of Jobs Submitted","[Smew] Number of Jobs Submitted","[Swift, Little] Number of Jobs Submitted","[Warbler, Blackpoll] Number of Jobs Submitted","[Chiffchaff, Iberian] Number of Jobs Submitted","[Dotterel] Number of Jobs Submitted","[Gull, Glaucous-winged] Number of Jobs Submitted","[Shearwater, Great] Number of Jobs Submitted","[Warbler, Savi's] Number of Jobs Submitted","[Yellowthroat, Common] Number of Jobs Submitted","[Gull, Yellow-legged] Number of Jobs Submitted","[Thrush, Hermit] 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 2016-12-23,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-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 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..855ace35dc 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 @@ -5,7 +5,7 @@ parameters 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" +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, Alpiné] 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 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..48a1c9d8de 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 @@ -5,7 +5,7 @@ parameters 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" +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, Alpiné] 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 "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..6844650589 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 @@ -5,7 +5,7 @@ parameters 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" +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, Alpiné] 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 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..88be979f7c 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 @@ -26,7 +26,7 @@ Chaffinch,10880.2728 Fulmar,8707.0903 "Shearwater, Macaronesian",8590.5158 "Warbler, Hooded",7367.1656 -"Accentor, Alpine",5262.3156 +"Accentor, Alpiné",5262.3156 "Kestrel, Lesser",5198.0500 "Chiffchaff, Iberian",2039.1683 "Warbler, Savi's",2013.9756 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..88be979f7c 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 @@ -26,7 +26,7 @@ Chaffinch,10880.2728 Fulmar,8707.0903 "Shearwater, Macaronesian",8590.5158 "Warbler, Hooded",7367.1656 -"Accentor, Alpine",5262.3156 +"Accentor, Alpiné",5262.3156 "Kestrel, Lesser",5198.0500 "Chiffchaff, Iberian",2039.1683 "Warbler, Savi's",2013.9756 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..88be979f7c 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 @@ -26,7 +26,7 @@ Chaffinch,10880.2728 Fulmar,8707.0903 "Shearwater, Macaronesian",8590.5158 "Warbler, Hooded",7367.1656 -"Accentor, Alpine",5262.3156 +"Accentor, Alpiné",5262.3156 "Kestrel, Lesser",5198.0500 "Chiffchaff, Iberian",2039.1683 "Warbler, Savi's",2013.9756 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..88be979f7c 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 @@ -26,7 +26,7 @@ Chaffinch,10880.2728 Fulmar,8707.0903 "Shearwater, Macaronesian",8590.5158 "Warbler, Hooded",7367.1656 -"Accentor, Alpine",5262.3156 +"Accentor, Alpiné",5262.3156 "Kestrel, Lesser",5198.0500 "Chiffchaff, Iberian",2039.1683 "Warbler, Savi's",2013.9756 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..a3eb7c52e2 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 @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[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" +Day,"[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, Alpiné] 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-22,0,0,0,203.3000,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 2016-12-23,0,0,0,288.0000,0,0,0,0,0,0,0,0,0,8.6036,0,0,288.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,288.0000,0,0,0,0,0,0,0,0,0,24.0000,0,0,288.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 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..29157c626b 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 @@ -5,7 +5,7 @@ parameters 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" +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, Alpiné] 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 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..30a4ae235a 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 @@ -5,7 +5,7 @@ parameters 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" +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, Alpiné] 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 "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..365dfde483 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 @@ -5,7 +5,7 @@ parameters 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" +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, Alpiné] 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 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_gpu_hours/aggregate-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_gpu_hours/aggregate-Day-reference.csv index 115ea81b9c..8629a5f739 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_gpu_hours/aggregate-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_gpu_hours/aggregate-Day-reference.csv @@ -7,7 +7,7 @@ start,end --------- PI,"GPU Hours: Total" Chaffinch,506.9128 -"Accentor, Alpine",0.0000 +"Accentor, Alpiné",0.0000 Bittern,0.0000 Blackbird,0.0000 "Bluetail, Red-flanked",0.0000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_gpu_hours/aggregate-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_gpu_hours/aggregate-Month-reference.csv index 115ea81b9c..8629a5f739 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_gpu_hours/aggregate-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_gpu_hours/aggregate-Month-reference.csv @@ -7,7 +7,7 @@ start,end --------- PI,"GPU Hours: Total" Chaffinch,506.9128 -"Accentor, Alpine",0.0000 +"Accentor, Alpiné",0.0000 Bittern,0.0000 Blackbird,0.0000 "Bluetail, Red-flanked",0.0000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_gpu_hours/aggregate-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_gpu_hours/aggregate-Quarter-reference.csv index 115ea81b9c..8629a5f739 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_gpu_hours/aggregate-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_gpu_hours/aggregate-Quarter-reference.csv @@ -7,7 +7,7 @@ start,end --------- PI,"GPU Hours: Total" Chaffinch,506.9128 -"Accentor, Alpine",0.0000 +"Accentor, Alpiné",0.0000 Bittern,0.0000 Blackbird,0.0000 "Bluetail, Red-flanked",0.0000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_gpu_hours/aggregate-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_gpu_hours/aggregate-Year-reference.csv index 115ea81b9c..8629a5f739 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_gpu_hours/aggregate-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_gpu_hours/aggregate-Year-reference.csv @@ -7,7 +7,7 @@ start,end --------- PI,"GPU Hours: Total" Chaffinch,506.9128 -"Accentor, Alpine",0.0000 +"Accentor, Alpiné",0.0000 Bittern,0.0000 Blackbird,0.0000 "Bluetail, Red-flanked",0.0000 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_gpu_hours/timeseries-Day-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_gpu_hours/timeseries-Day-reference.csv index 80ae6f827e..e0982c8c52 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_gpu_hours/timeseries-Day-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_gpu_hours/timeseries-Day-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[Chaffinch] GPU Hours: Total","[Accentor, Alpine] GPU Hours: Total","[Bittern] GPU Hours: Total","[Blackbird] GPU Hours: Total","[Bluetail, Red-flanked] GPU Hours: Total","[Bufflehead] GPU Hours: Total","[Bunting, Ortolan] GPU Hours: Total","[Chiffchaff, Iberian] GPU Hours: Total","[Dotterel] GPU Hours: Total","[Dowitcher, Short-billed] GPU Hours: Total","[Dunlin] GPU Hours: Total","[Egret, Snowy] GPU Hours: Total","[Fieldfare] GPU Hours: Total","[Flycatcher, Taiga] GPU Hours: Total","[Fulmar] GPU Hours: Total","[Goose, Red-breasted] GPU Hours: Total","[Gull, Glaucous-winged] GPU Hours: Total","[Gull, Yellow-legged] GPU Hours: Total","[Harrier, Hen] GPU Hours: Total","[Jackdaw] GPU Hours: Total","[Kestrel, Lesser] GPU Hours: Total","[Lark, Calandra] GPU Hours: Total","[Martin, Sand] GPU Hours: Total","[Moorhen] GPU Hours: Total","[Nuthatch] GPU Hours: Total","[Petrel, Fea's] GPU Hours: Total","[Scaup, Lesser] GPU Hours: Total","[Shearwater, Balearic] GPU Hours: Total","[Shearwater, Great] GPU Hours: Total","[Shearwater, Macaronesian] GPU Hours: Total","[Smew] GPU Hours: Total","[Spotted, Great] GPU Hours: Total","[Swift, Little] GPU Hours: Total","[Tern, Caspian] GPU Hours: Total","[Thrush, Hermit] GPU Hours: Total","[Warbler, Blackpoll] GPU Hours: Total","[Warbler, Cetti's] GPU Hours: Total","[Warbler, Hooded] GPU Hours: Total","[Warbler, Savi's] GPU Hours: Total","[White, Great] GPU Hours: Total","[Yellowthroat, Common] GPU Hours: Total" +Day,"[Chaffinch] GPU Hours: Total","[Accentor, Alpiné] GPU Hours: Total","[Bittern] GPU Hours: Total","[Blackbird] GPU Hours: Total","[Bluetail, Red-flanked] GPU Hours: Total","[Bufflehead] GPU Hours: Total","[Bunting, Ortolan] GPU Hours: Total","[Chiffchaff, Iberian] GPU Hours: Total","[Dotterel] GPU Hours: Total","[Dowitcher, Short-billed] GPU Hours: Total","[Dunlin] GPU Hours: Total","[Egret, Snowy] GPU Hours: Total","[Fieldfare] GPU Hours: Total","[Flycatcher, Taiga] GPU Hours: Total","[Fulmar] GPU Hours: Total","[Goose, Red-breasted] GPU Hours: Total","[Gull, Glaucous-winged] GPU Hours: Total","[Gull, Yellow-legged] GPU Hours: Total","[Harrier, Hen] GPU Hours: Total","[Jackdaw] GPU Hours: Total","[Kestrel, Lesser] GPU Hours: Total","[Lark, Calandra] GPU Hours: Total","[Martin, Sand] GPU Hours: Total","[Moorhen] GPU Hours: Total","[Nuthatch] GPU Hours: Total","[Petrel, Fea's] GPU Hours: Total","[Scaup, Lesser] GPU Hours: Total","[Shearwater, Balearic] GPU Hours: Total","[Shearwater, Great] GPU Hours: Total","[Shearwater, Macaronesian] GPU Hours: Total","[Smew] GPU Hours: Total","[Spotted, Great] GPU Hours: Total","[Swift, Little] GPU Hours: Total","[Tern, Caspian] GPU Hours: Total","[Thrush, Hermit] GPU Hours: Total","[Warbler, Blackpoll] GPU Hours: Total","[Warbler, Cetti's] GPU Hours: Total","[Warbler, Hooded] GPU Hours: Total","[Warbler, Savi's] GPU Hours: Total","[White, Great] GPU Hours: Total","[Yellowthroat, Common] 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.0000,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,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0,0,0,0,0,0.0000,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.0000,0,0,0,0,0,0,0,0,0,0,0,0.0000,0,0,0,0,0,0,0 diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_gpu_hours/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_gpu_hours/timeseries-Month-reference.csv index 5ca06d97ff..93b7990934 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_gpu_hours/timeseries-Month-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_gpu_hours/timeseries-Month-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Month,"[Chaffinch] GPU Hours: Total","[Accentor, Alpine] GPU Hours: Total","[Bittern] GPU Hours: Total","[Blackbird] GPU Hours: Total","[Bluetail, Red-flanked] GPU Hours: Total","[Bufflehead] GPU Hours: Total","[Bunting, Ortolan] GPU Hours: Total","[Chiffchaff, Iberian] GPU Hours: Total","[Dotterel] GPU Hours: Total","[Dowitcher, Short-billed] GPU Hours: Total","[Dunlin] GPU Hours: Total","[Egret, Snowy] GPU Hours: Total","[Fieldfare] GPU Hours: Total","[Flycatcher, Taiga] GPU Hours: Total","[Fulmar] GPU Hours: Total","[Goose, Red-breasted] GPU Hours: Total","[Gull, Glaucous-winged] GPU Hours: Total","[Gull, Yellow-legged] GPU Hours: Total","[Harrier, Hen] GPU Hours: Total","[Jackdaw] GPU Hours: Total","[Kestrel, Lesser] GPU Hours: Total","[Lark, Calandra] GPU Hours: Total","[Martin, Sand] GPU Hours: Total","[Moorhen] GPU Hours: Total","[Nuthatch] GPU Hours: Total","[Petrel, Fea's] GPU Hours: Total","[Scaup, Lesser] GPU Hours: Total","[Shearwater, Balearic] GPU Hours: Total","[Shearwater, Great] GPU Hours: Total","[Shearwater, Macaronesian] GPU Hours: Total","[Smew] GPU Hours: Total","[Spotted, Great] GPU Hours: Total","[Swift, Little] GPU Hours: Total","[Tern, Caspian] GPU Hours: Total","[Thrush, Hermit] GPU Hours: Total","[Warbler, Blackpoll] GPU Hours: Total","[Warbler, Cetti's] GPU Hours: Total","[Warbler, Hooded] GPU Hours: Total","[Warbler, Savi's] GPU Hours: Total","[White, Great] GPU Hours: Total","[Yellowthroat, Common] GPU Hours: Total" +Month,"[Chaffinch] GPU Hours: Total","[Accentor, Alpiné] GPU Hours: Total","[Bittern] GPU Hours: Total","[Blackbird] GPU Hours: Total","[Bluetail, Red-flanked] GPU Hours: Total","[Bufflehead] GPU Hours: Total","[Bunting, Ortolan] GPU Hours: Total","[Chiffchaff, Iberian] GPU Hours: Total","[Dotterel] GPU Hours: Total","[Dowitcher, Short-billed] GPU Hours: Total","[Dunlin] GPU Hours: Total","[Egret, Snowy] GPU Hours: Total","[Fieldfare] GPU Hours: Total","[Flycatcher, Taiga] GPU Hours: Total","[Fulmar] GPU Hours: Total","[Goose, Red-breasted] GPU Hours: Total","[Gull, Glaucous-winged] GPU Hours: Total","[Gull, Yellow-legged] GPU Hours: Total","[Harrier, Hen] GPU Hours: Total","[Jackdaw] GPU Hours: Total","[Kestrel, Lesser] GPU Hours: Total","[Lark, Calandra] GPU Hours: Total","[Martin, Sand] GPU Hours: Total","[Moorhen] GPU Hours: Total","[Nuthatch] GPU Hours: Total","[Petrel, Fea's] GPU Hours: Total","[Scaup, Lesser] GPU Hours: Total","[Shearwater, Balearic] GPU Hours: Total","[Shearwater, Great] GPU Hours: Total","[Shearwater, Macaronesian] GPU Hours: Total","[Smew] GPU Hours: Total","[Spotted, Great] GPU Hours: Total","[Swift, Little] GPU Hours: Total","[Tern, Caspian] GPU Hours: Total","[Thrush, Hermit] GPU Hours: Total","[Warbler, Blackpoll] GPU Hours: Total","[Warbler, Cetti's] GPU Hours: Total","[Warbler, Hooded] GPU Hours: Total","[Warbler, Savi's] GPU Hours: Total","[White, Great] GPU Hours: Total","[Yellowthroat, Common] 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 2017-01,41.4200,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,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.0000,0.0000,0,0,0.0000,0,0,0,0,0,0.0000,0.0000,0,0,0,0.0000,0,0.0000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_gpu_hours/timeseries-Quarter-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_gpu_hours/timeseries-Quarter-reference.csv index e369e84cf6..e41a167467 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_gpu_hours/timeseries-Quarter-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_gpu_hours/timeseries-Quarter-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Quarter,"[Chaffinch] GPU Hours: Total","[Accentor, Alpine] GPU Hours: Total","[Bittern] GPU Hours: Total","[Blackbird] GPU Hours: Total","[Bluetail, Red-flanked] GPU Hours: Total","[Bufflehead] GPU Hours: Total","[Bunting, Ortolan] GPU Hours: Total","[Chiffchaff, Iberian] GPU Hours: Total","[Dotterel] GPU Hours: Total","[Dowitcher, Short-billed] GPU Hours: Total","[Dunlin] GPU Hours: Total","[Egret, Snowy] GPU Hours: Total","[Fieldfare] GPU Hours: Total","[Flycatcher, Taiga] GPU Hours: Total","[Fulmar] GPU Hours: Total","[Goose, Red-breasted] GPU Hours: Total","[Gull, Glaucous-winged] GPU Hours: Total","[Gull, Yellow-legged] GPU Hours: Total","[Harrier, Hen] GPU Hours: Total","[Jackdaw] GPU Hours: Total","[Kestrel, Lesser] GPU Hours: Total","[Lark, Calandra] GPU Hours: Total","[Martin, Sand] GPU Hours: Total","[Moorhen] GPU Hours: Total","[Nuthatch] GPU Hours: Total","[Petrel, Fea's] GPU Hours: Total","[Scaup, Lesser] GPU Hours: Total","[Shearwater, Balearic] GPU Hours: Total","[Shearwater, Great] GPU Hours: Total","[Shearwater, Macaronesian] GPU Hours: Total","[Smew] GPU Hours: Total","[Spotted, Great] GPU Hours: Total","[Swift, Little] GPU Hours: Total","[Tern, Caspian] GPU Hours: Total","[Thrush, Hermit] GPU Hours: Total","[Warbler, Blackpoll] GPU Hours: Total","[Warbler, Cetti's] GPU Hours: Total","[Warbler, Hooded] GPU Hours: Total","[Warbler, Savi's] GPU Hours: Total","[White, Great] GPU Hours: Total","[Yellowthroat, Common] GPU Hours: Total" +Quarter,"[Chaffinch] GPU Hours: Total","[Accentor, Alpiné] GPU Hours: Total","[Bittern] GPU Hours: Total","[Blackbird] GPU Hours: Total","[Bluetail, Red-flanked] GPU Hours: Total","[Bufflehead] GPU Hours: Total","[Bunting, Ortolan] GPU Hours: Total","[Chiffchaff, Iberian] GPU Hours: Total","[Dotterel] GPU Hours: Total","[Dowitcher, Short-billed] GPU Hours: Total","[Dunlin] GPU Hours: Total","[Egret, Snowy] GPU Hours: Total","[Fieldfare] GPU Hours: Total","[Flycatcher, Taiga] GPU Hours: Total","[Fulmar] GPU Hours: Total","[Goose, Red-breasted] GPU Hours: Total","[Gull, Glaucous-winged] GPU Hours: Total","[Gull, Yellow-legged] GPU Hours: Total","[Harrier, Hen] GPU Hours: Total","[Jackdaw] GPU Hours: Total","[Kestrel, Lesser] GPU Hours: Total","[Lark, Calandra] GPU Hours: Total","[Martin, Sand] GPU Hours: Total","[Moorhen] GPU Hours: Total","[Nuthatch] GPU Hours: Total","[Petrel, Fea's] GPU Hours: Total","[Scaup, Lesser] GPU Hours: Total","[Shearwater, Balearic] GPU Hours: Total","[Shearwater, Great] GPU Hours: Total","[Shearwater, Macaronesian] GPU Hours: Total","[Smew] GPU Hours: Total","[Spotted, Great] GPU Hours: Total","[Swift, Little] GPU Hours: Total","[Tern, Caspian] GPU Hours: Total","[Thrush, Hermit] GPU Hours: Total","[Warbler, Blackpoll] GPU Hours: Total","[Warbler, Cetti's] GPU Hours: Total","[Warbler, Hooded] GPU Hours: Total","[Warbler, Savi's] GPU Hours: Total","[White, Great] GPU Hours: Total","[Yellowthroat, Common] 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 "2017 Q1",41.4200,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,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.0000,0.0000,0,0,0.0000,0,0,0,0,0,0.0000,0.0000,0,0,0,0.0000,0,0.0000,0 --------- diff --git a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_gpu_hours/timeseries-Year-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_gpu_hours/timeseries-Year-reference.csv index 9ae7b0c790..b9fd5baf0b 100644 --- a/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_gpu_hours/timeseries-Year-reference.csv +++ b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/total_gpu_hours/timeseries-Year-reference.csv @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Year,"[Chaffinch] GPU Hours: Total","[Accentor, Alpine] GPU Hours: Total","[Bittern] GPU Hours: Total","[Blackbird] GPU Hours: Total","[Bluetail, Red-flanked] GPU Hours: Total","[Bufflehead] GPU Hours: Total","[Bunting, Ortolan] GPU Hours: Total","[Chiffchaff, Iberian] GPU Hours: Total","[Dotterel] GPU Hours: Total","[Dowitcher, Short-billed] GPU Hours: Total","[Dunlin] GPU Hours: Total","[Egret, Snowy] GPU Hours: Total","[Fieldfare] GPU Hours: Total","[Flycatcher, Taiga] GPU Hours: Total","[Fulmar] GPU Hours: Total","[Goose, Red-breasted] GPU Hours: Total","[Gull, Glaucous-winged] GPU Hours: Total","[Gull, Yellow-legged] GPU Hours: Total","[Harrier, Hen] GPU Hours: Total","[Jackdaw] GPU Hours: Total","[Kestrel, Lesser] GPU Hours: Total","[Lark, Calandra] GPU Hours: Total","[Martin, Sand] GPU Hours: Total","[Moorhen] GPU Hours: Total","[Nuthatch] GPU Hours: Total","[Petrel, Fea's] GPU Hours: Total","[Scaup, Lesser] GPU Hours: Total","[Shearwater, Balearic] GPU Hours: Total","[Shearwater, Great] GPU Hours: Total","[Shearwater, Macaronesian] GPU Hours: Total","[Smew] GPU Hours: Total","[Spotted, Great] GPU Hours: Total","[Swift, Little] GPU Hours: Total","[Tern, Caspian] GPU Hours: Total","[Thrush, Hermit] GPU Hours: Total","[Warbler, Blackpoll] GPU Hours: Total","[Warbler, Cetti's] GPU Hours: Total","[Warbler, Hooded] GPU Hours: Total","[Warbler, Savi's] GPU Hours: Total","[White, Great] GPU Hours: Total","[Yellowthroat, Common] GPU Hours: Total" +Year,"[Chaffinch] GPU Hours: Total","[Accentor, Alpiné] GPU Hours: Total","[Bittern] GPU Hours: Total","[Blackbird] GPU Hours: Total","[Bluetail, Red-flanked] GPU Hours: Total","[Bufflehead] GPU Hours: Total","[Bunting, Ortolan] GPU Hours: Total","[Chiffchaff, Iberian] GPU Hours: Total","[Dotterel] GPU Hours: Total","[Dowitcher, Short-billed] GPU Hours: Total","[Dunlin] GPU Hours: Total","[Egret, Snowy] GPU Hours: Total","[Fieldfare] GPU Hours: Total","[Flycatcher, Taiga] GPU Hours: Total","[Fulmar] GPU Hours: Total","[Goose, Red-breasted] GPU Hours: Total","[Gull, Glaucous-winged] GPU Hours: Total","[Gull, Yellow-legged] GPU Hours: Total","[Harrier, Hen] GPU Hours: Total","[Jackdaw] GPU Hours: Total","[Kestrel, Lesser] GPU Hours: Total","[Lark, Calandra] GPU Hours: Total","[Martin, Sand] GPU Hours: Total","[Moorhen] GPU Hours: Total","[Nuthatch] GPU Hours: Total","[Petrel, Fea's] GPU Hours: Total","[Scaup, Lesser] GPU Hours: Total","[Shearwater, Balearic] GPU Hours: Total","[Shearwater, Great] GPU Hours: Total","[Shearwater, Macaronesian] GPU Hours: Total","[Smew] GPU Hours: Total","[Spotted, Great] GPU Hours: Total","[Swift, Little] GPU Hours: Total","[Tern, Caspian] GPU Hours: Total","[Thrush, Hermit] GPU Hours: Total","[Warbler, Blackpoll] GPU Hours: Total","[Warbler, Cetti's] GPU Hours: Total","[Warbler, Hooded] GPU Hours: Total","[Warbler, Savi's] GPU Hours: Total","[White, Great] GPU Hours: Total","[Yellowthroat, Common] 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 2017,41.4200,0.0000,0.0000,0,0.0000,0.0000,0.0000,0.0000,0,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.0000,0.0000,0,0,0.0000,0,0,0,0,0,0.0000,0.0000,0,0,0,0.0000,0,0.0000,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..44963867ae 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 @@ -27,7 +27,7 @@ Jackdaw,1140.0328 "Warbler, Hooded",896.5864 Nuthatch,883.8200 "Chiffchaff, Iberian",802.6467 -"Accentor, Alpine",458.9083 +"Accentor, Alpiné",458.9083 "Kestrel, Lesser",433.1708 "Warbler, Cetti's",336.9017 "Petrel, Fea's",251.4806 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..44963867ae 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 @@ -27,7 +27,7 @@ Jackdaw,1140.0328 "Warbler, Hooded",896.5864 Nuthatch,883.8200 "Chiffchaff, Iberian",802.6467 -"Accentor, Alpine",458.9083 +"Accentor, Alpiné",458.9083 "Kestrel, Lesser",433.1708 "Warbler, Cetti's",336.9017 "Petrel, Fea's",251.4806 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..44963867ae 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 @@ -27,7 +27,7 @@ Jackdaw,1140.0328 "Warbler, Hooded",896.5864 Nuthatch,883.8200 "Chiffchaff, Iberian",802.6467 -"Accentor, Alpine",458.9083 +"Accentor, Alpiné",458.9083 "Kestrel, Lesser",433.1708 "Warbler, Cetti's",336.9017 "Petrel, Fea's",251.4806 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..44963867ae 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 @@ -27,7 +27,7 @@ Jackdaw,1140.0328 "Warbler, Hooded",896.5864 Nuthatch,883.8200 "Chiffchaff, Iberian",802.6467 -"Accentor, Alpine",458.9083 +"Accentor, Alpiné",458.9083 "Kestrel, Lesser",433.1708 "Warbler, Cetti's",336.9017 "Petrel, Fea's",251.4806 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..4a8312bf8b 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 @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[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" +Day,"[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, Alpiné] 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-22,0,0,0,0,0,0,16.9417,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 2016-12-23,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,8.6036,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 2016-12-24,0,0,0,0,0,0,24.0000,0,0,0,0,0,0,0,24.0000,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 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..6b74875101 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 @@ -5,7 +5,7 @@ parameters 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" +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, Alpiné] 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 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..476c4b9480 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 @@ -5,7 +5,7 @@ parameters 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" +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, Alpiné] 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 "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..2349b7b73e 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 @@ -5,7 +5,7 @@ parameters 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" +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, Alpiné] 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 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..e9a976d5b4 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 @@ -28,7 +28,7 @@ Jackdaw,321.4447 "Bunting, Ortolan",30.1542 "Goose, Red-breasted",20.6675 "Thrush, Hermit",20.0331 -"Accentor, Alpine",19.3700 +"Accentor, Alpiné",19.3700 Bufflehead,17.6803 Smew,13.9250 Bittern,12.6592 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..e9a976d5b4 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 @@ -28,7 +28,7 @@ Jackdaw,321.4447 "Bunting, Ortolan",30.1542 "Goose, Red-breasted",20.6675 "Thrush, Hermit",20.0331 -"Accentor, Alpine",19.3700 +"Accentor, Alpiné",19.3700 Bufflehead,17.6803 Smew,13.9250 Bittern,12.6592 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..e9a976d5b4 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 @@ -28,7 +28,7 @@ Jackdaw,321.4447 "Bunting, Ortolan",30.1542 "Goose, Red-breasted",20.6675 "Thrush, Hermit",20.0331 -"Accentor, Alpine",19.3700 +"Accentor, Alpiné",19.3700 Bufflehead,17.6803 Smew,13.9250 Bittern,12.6592 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..e9a976d5b4 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 @@ -28,7 +28,7 @@ Jackdaw,321.4447 "Bunting, Ortolan",30.1542 "Goose, Red-breasted",20.6675 "Thrush, Hermit",20.0331 -"Accentor, Alpine",19.3700 +"Accentor, Alpiné",19.3700 Bufflehead,17.6803 Smew,13.9250 Bittern,12.6592 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..eaebd66f3f 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 @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[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" +Day,"[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, Alpiné] 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-22,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,0,0,0,0.0003,0,0,0,0,0,0,0,0,0,0,0 2016-12-23,9.5964,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.0000,0,0,0,0,0,0,0,0,0,0,0 2016-12-24,0.0000,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.0000,0,0,0,0,0,0,0,0,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..e225639c4e 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 @@ -5,7 +5,7 @@ parameters 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" +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, Alpiné] 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 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..584dda9dcc 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 @@ -5,7 +5,7 @@ parameters 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" +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, Alpiné] 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 "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..29d075059a 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 @@ -5,7 +5,7 @@ parameters 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" +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, Alpiné] 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 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..4d89704ddd 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 @@ -26,7 +26,7 @@ Chaffinch,393.6403 "White, Great",371.0986 Smew,255.4306 "Petrel, Fea's",251.4806 -"Accentor, Alpine",229.4542 +"Accentor, Alpiné",229.4542 "Bunting, Ortolan",202.8522 Bittern,135.7597 "Warbler, Blackpoll",132.4094 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..4d89704ddd 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 @@ -26,7 +26,7 @@ Chaffinch,393.6403 "White, Great",371.0986 Smew,255.4306 "Petrel, Fea's",251.4806 -"Accentor, Alpine",229.4542 +"Accentor, Alpiné",229.4542 "Bunting, Ortolan",202.8522 Bittern,135.7597 "Warbler, Blackpoll",132.4094 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..4d89704ddd 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 @@ -26,7 +26,7 @@ Chaffinch,393.6403 "White, Great",371.0986 Smew,255.4306 "Petrel, Fea's",251.4806 -"Accentor, Alpine",229.4542 +"Accentor, Alpiné",229.4542 "Bunting, Ortolan",202.8522 Bittern,135.7597 "Warbler, Blackpoll",132.4094 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..4d89704ddd 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 @@ -26,7 +26,7 @@ Chaffinch,393.6403 "White, Great",371.0986 Smew,255.4306 "Petrel, Fea's",251.4806 -"Accentor, Alpine",229.4542 +"Accentor, Alpiné",229.4542 "Bunting, Ortolan",202.8522 Bittern,135.7597 "Warbler, Blackpoll",132.4094 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..2df37bea59 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 @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[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" +Day,"[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, Alpiné] 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-22,0,0,0,0,16.9417,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 2016-12-23,0,0,0,0,24.0000,0,0,0,0,8.6036,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 2016-12-24,0,0,0,0,24.0000,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 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..51c641b9ed 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 @@ -5,7 +5,7 @@ parameters 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" +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, Alpiné] 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 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..8cd44c794a 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 @@ -5,7 +5,7 @@ parameters 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" +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, Alpiné] 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 "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..d622940420 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 @@ -5,7 +5,7 @@ parameters 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" +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, Alpiné] 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 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..1284246565 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 @@ -26,7 +26,7 @@ Fulmar,0.8245 Jackdaw,0.7186 "Warbler, Hooded",0.6976 "Tern, Caspian",0.5136 -"Accentor, Alpine",0.4983 +"Accentor, Alpiné",0.4983 "Kestrel, Lesser",0.4922 "Warbler, Blackpoll",0.1505 Dunlin,0.1438 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..5d185c437e 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 @@ -26,7 +26,7 @@ Fulmar,0.1778 "Warbler, Hooded",0.1505 Jackdaw,0.1470 "Tern, Caspian",0.1115 -"Accentor, Alpine",0.1075 +"Accentor, Alpiné",0.1075 "Kestrel, Lesser",0.1062 "Warbler, Blackpoll",0.0325 Dunlin,0.0310 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..687e3f4c91 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 @@ -25,7 +25,7 @@ Fulmar,0.0825 "Shearwater, Macaronesian",0.0813 "Warbler, Hooded",0.0698 Jackdaw,0.0628 -"Accentor, Alpine",0.0498 +"Accentor, Alpiné",0.0498 "Kestrel, Lesser",0.0492 "Tern, Caspian",0.0470 "Warbler, Blackpoll",0.0150 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..6aac4a58a1 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 @@ -25,7 +25,7 @@ Fulmar,0.0236 "Shearwater, Macaronesian",0.0232 "Warbler, Hooded",0.0199 Jackdaw,0.0171 -"Accentor, Alpine",0.0142 +"Accentor, Alpiné",0.0142 "Kestrel, Lesser",0.0141 "Tern, Caspian",0.0127 "Warbler, Blackpoll",0.0043 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..a3d8a218bd 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 @@ -5,7 +5,7 @@ parameters start,end 2016-12-22,2017-01-01 --------- -Day,"[Scaup, Lesser] Screwdriver CPU Utilization (%)","[Fieldfare] Screwdriver CPU Utilization (%)","[Moorhen] Screwdriver CPU Utilization (%)","[Bluetail, Red-flanked] Screwdriver CPU Utilization (%)","[Flycatcher, Taiga] Screwdriver CPU Utilization (%)","[Lark, Calandra] Screwdriver CPU Utilization (%)","[Nuthatch] Screwdriver CPU Utilization (%)","[White, Great] Screwdriver CPU Utilization (%)","[Bunting, Ortolan] Screwdriver CPU Utilization (%)","[Smew] Screwdriver CPU Utilization (%)","[Bufflehead] Screwdriver CPU Utilization (%)","[Shearwater, Balearic] Screwdriver CPU Utilization (%)","[Thrush, Hermit] Screwdriver CPU Utilization (%)","[Egret, Snowy] Screwdriver CPU Utilization (%)","[Chaffinch] Screwdriver CPU Utilization (%)","[Fulmar] Screwdriver CPU Utilization (%)","[Shearwater, Macaronesian] Screwdriver CPU Utilization (%)","[Jackdaw] Screwdriver CPU Utilization (%)","[Warbler, Hooded] 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 (%)","[Dotterel] Screwdriver CPU Utilization (%)","[Goose, Red-breasted] Screwdriver CPU Utilization (%)","[Gull, Yellow-legged] Screwdriver CPU Utilization (%)","[Warbler, Cetti's] Screwdriver CPU Utilization (%)","[Petrel, Fea's] Screwdriver CPU Utilization (%)","[Chiffchaff, Iberian] Screwdriver CPU Utilization (%)","[Warbler, Savi's] Screwdriver CPU Utilization (%)","[Martin, Sand] Screwdriver CPU Utilization (%)","[Swift, Little] Screwdriver CPU Utilization (%)","[Dowitcher, Short-billed] Screwdriver CPU Utilization (%)","[Bittern] 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 (%)" +Day,"[Scaup, Lesser] Screwdriver CPU Utilization (%)","[Fieldfare] Screwdriver CPU Utilization (%)","[Moorhen] Screwdriver CPU Utilization (%)","[Bluetail, Red-flanked] Screwdriver CPU Utilization (%)","[Flycatcher, Taiga] Screwdriver CPU Utilization (%)","[Lark, Calandra] Screwdriver CPU Utilization (%)","[Nuthatch] Screwdriver CPU Utilization (%)","[White, Great] Screwdriver CPU Utilization (%)","[Bunting, Ortolan] Screwdriver CPU Utilization (%)","[Smew] Screwdriver CPU Utilization (%)","[Bufflehead] Screwdriver CPU Utilization (%)","[Shearwater, Balearic] Screwdriver CPU Utilization (%)","[Thrush, Hermit] Screwdriver CPU Utilization (%)","[Egret, Snowy] Screwdriver CPU Utilization (%)","[Chaffinch] Screwdriver CPU Utilization (%)","[Fulmar] Screwdriver CPU Utilization (%)","[Shearwater, Macaronesian] Screwdriver CPU Utilization (%)","[Jackdaw] Screwdriver CPU Utilization (%)","[Warbler, Hooded] Screwdriver CPU Utilization (%)","[Tern, Caspian] Screwdriver CPU Utilization (%)","[Accentor, Alpiné] Screwdriver CPU Utilization (%)","[Kestrel, Lesser] Screwdriver CPU Utilization (%)","[Warbler, Blackpoll] Screwdriver CPU Utilization (%)","[Dunlin] Screwdriver CPU Utilization (%)","[Dotterel] Screwdriver CPU Utilization (%)","[Goose, Red-breasted] Screwdriver CPU Utilization (%)","[Gull, Yellow-legged] Screwdriver CPU Utilization (%)","[Warbler, Cetti's] Screwdriver CPU Utilization (%)","[Petrel, Fea's] Screwdriver CPU Utilization (%)","[Chiffchaff, Iberian] Screwdriver CPU Utilization (%)","[Warbler, Savi's] Screwdriver CPU Utilization (%)","[Martin, Sand] Screwdriver CPU Utilization (%)","[Swift, Little] Screwdriver CPU Utilization (%)","[Dowitcher, Short-billed] Screwdriver CPU Utilization (%)","[Bittern] 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-22,0,0,0,0,0,0.2118,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 2016-12-23,0,0,0,0,0,0.3000,0,0,0,0,0,0,0,0,0.3000,0,0,0,0,0.0090,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.3000,0,0,0,0,0,0,0,0,0.3000,0,0,0,0,0.0250,0,0,0,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/pi/utilization/timeseries-Month-reference.csv b/tests/artifacts/xdmod/regression/current/expected/reference/Jobs/pi/utilization/timeseries-Month-reference.csv index 742b149ee6..5b202ca5e8 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 @@ -5,7 +5,7 @@ parameters 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 (%)" +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, Alpiné] 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 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..a9f1a63bb7 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 @@ -5,7 +5,7 @@ parameters 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 (%)" +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, Alpiné] 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 "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..07495aea55 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 @@ -5,7 +5,7 @@ parameters 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 (%)" +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, Alpiné] 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 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/unit/etl/db-model/foreign-key-constraint/create-table.json b/tests/artifacts/xdmod/unit/etl/db-model/foreign-key-constraint/create-table.json index 6ff9a5222b..eb73dfbcd0 100644 --- a/tests/artifacts/xdmod/unit/etl/db-model/foreign-key-constraint/create-table.json +++ b/tests/artifacts/xdmod/unit/etl/db-model/foreign-key-constraint/create-table.json @@ -46,7 +46,7 @@ } }, [ - "CREATE TABLE IF NOT EXISTS `test` (\n `id` int(11) NOT NULL auto_increment,\n `other_id` int(11) NOT NULL,\n PRIMARY KEY (`id`),\n INDEX `idx_other_id` (`other_id`),\n CONSTRAINT `fk_other` FOREIGN KEY (`other_id`) REFERENCES `other` (`id`)\n) ENGINE = innodb;" + "CREATE TABLE IF NOT EXISTS `test` (\n `id` int(11) NOT NULL auto_increment,\n `other_id` int(11) NOT NULL,\n PRIMARY KEY (`id`),\n INDEX `idx_other_id` (`other_id`),\n CONSTRAINT `fk_other` FOREIGN KEY (`other_id`) REFERENCES `other` (`id`)\n) ENGINE = innodb CHARSET = utf8 COLLATE = utf8_unicode_ci;" ] ], "Table with complex foreign key constraint": [ @@ -99,7 +99,7 @@ } }, [ - "CREATE TABLE IF NOT EXISTS `test` (\n `id` int(11) NOT NULL auto_increment,\n `other_id` int(11) NOT NULL,\n PRIMARY KEY (`id`),\n INDEX `idx_other_id` (`other_id`),\n CONSTRAINT `fk_other` FOREIGN KEY (`other_id`) REFERENCES `mod_other`.`other` (`id`) ON DELETE SET NULL ON UPDATE CASCADE\n) ENGINE = innodb;" + "CREATE TABLE IF NOT EXISTS `test` (\n `id` int(11) NOT NULL auto_increment,\n `other_id` int(11) NOT NULL,\n PRIMARY KEY (`id`),\n INDEX `idx_other_id` (`other_id`),\n CONSTRAINT `fk_other` FOREIGN KEY (`other_id`) REFERENCES `mod_other`.`other` (`id`) ON DELETE SET NULL ON UPDATE CASCADE\n) ENGINE = innodb CHARSET = utf8 COLLATE = utf8_unicode_ci;" ] ] } diff --git a/tests/unit/lib/ETL/DbModel/DbModelTest.php b/tests/unit/lib/ETL/DbModel/DbModelTest.php index bf4443f1a0..7177fff738 100644 --- a/tests/unit/lib/ETL/DbModel/DbModelTest.php +++ b/tests/unit/lib/ETL/DbModel/DbModelTest.php @@ -108,7 +108,7 @@ public function testTableSchema() $expected = "CREATE TABLE IF NOT EXISTS `table_no_schema` ( `column1` int(11) NULL DEFAULT 0 COMMENT 'This is my comment', `column2` varchar(16) CHARSET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT 'Test Column' COMMENT 'No comment' -);"; +) CHARSET = utf8 COLLATE = utf8_unicode_ci;"; $this->assertEquals($expected, $generated); // SQL with schema @@ -117,7 +117,7 @@ public function testTableSchema() $expected = "CREATE TABLE IF NOT EXISTS `my_schema`.`table_no_schema` ( `column1` int(11) NULL DEFAULT 0 COMMENT 'This is my comment', `column2` varchar(16) CHARSET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT 'Test Column' COMMENT 'No comment' -);"; +) CHARSET = utf8 COLLATE = utf8_unicode_ci;"; $this->assertEquals($expected, $generated); } diff --git a/tests/unit/lib/OpenXdmod/Tests/Shredder/SlurmShredderTest.php b/tests/unit/lib/OpenXdmod/Tests/Shredder/SlurmShredderTest.php index a6b84098ab..1c8cd0db15 100644 --- a/tests/unit/lib/OpenXdmod/Tests/Shredder/SlurmShredderTest.php +++ b/tests/unit/lib/OpenXdmod/Tests/Shredder/SlurmShredderTest.php @@ -176,8 +176,6 @@ public function testUnknownJobStateHandling($line, $messages) */ public function testUtf8MultibyteCharsParsing($line, $job) { - $jobName = mb_convert_encoding($job['job_name'], 'ISO-8859-1', 'UTF-8'); - $shredder = $this ->getMockBuilder('\OpenXdmod\Shredder\Slurm') ->setConstructorArgs([$this->db]) @@ -186,7 +184,7 @@ public function testUtf8MultibyteCharsParsing($line, $job) $shredder ->expects($this->once()) ->method('insertRow') - ->with(new ArraySubset(['job_name' => $jobName])); + ->with(new ArraySubset(['job_name' => $job['job_name']])); $shredder->setLogger($this->logger); $shredder->shredLine($line);