From b5b81d4039f285fd4c2d56584f4b645e3890e5e7 Mon Sep 17 00:00:00 2001 From: Will Usher Date: Wed, 12 Jul 2023 10:27:55 +0200 Subject: [PATCH] Add fixture files for trade test --- tests/fixtures/trade/ProductionByTechnologyAnnual.csv | 4 ++++ tests/fixtures/trade/UseByTechnology.csv | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 tests/fixtures/trade/ProductionByTechnologyAnnual.csv create mode 100644 tests/fixtures/trade/UseByTechnology.csv diff --git a/tests/fixtures/trade/ProductionByTechnologyAnnual.csv b/tests/fixtures/trade/ProductionByTechnologyAnnual.csv new file mode 100644 index 0000000..2c7a029 --- /dev/null +++ b/tests/fixtures/trade/ProductionByTechnologyAnnual.csv @@ -0,0 +1,4 @@ +REGION,TECHNOLOGY,FUEL,YEAR,VALUE +REGION1,ATEL1234,ATEL,2010,26.324108350683794 +REGION1,ATEL1234,ATEL,2011,26.324108350683794 +REGION1,ATEL1234,ATEL,2012,26.324108350683794 diff --git a/tests/fixtures/trade/UseByTechnology.csv b/tests/fixtures/trade/UseByTechnology.csv new file mode 100644 index 0000000..8735300 --- /dev/null +++ b/tests/fixtures/trade/UseByTechnology.csv @@ -0,0 +1,4 @@ +REGION,TIMESLICE,TECHNOLOGY,FUEL,YEAR,VALUE +REGION1,ID,ATEL1234,ATEL,2010,1.5 +REGION1,ID,ATEL1234,ATEL,2011,1.4 +REGION1,ID,ATEL1234,ATEL,2012,1.3