Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bachibouzouk committed Feb 3, 2023
1 parent 0f9662a commit d4c2774
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/benchmark_test_inputs/epa_benchmark.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"unique_id": "4db66fd3-9a2b-459c-b577-9521accc0cc3",
"type_oemof": "source",
"energy_vector": "Electricity",
"output_bus_name": "Electricity (DSO)",
"outflow_direction": "Electricity (DSO)",
"dispatchable": false,
"energy_price": {
"unit": "currency/kWh",
Expand Down Expand Up @@ -73,7 +73,7 @@
"unique_id": "5ba307e6-5c5b-4129-833a-d8e1651a83db",
"type_oemof": "sink",
"energy_vector": "Electricity",
"input_bus_name": "Electricity",
"inflow_direction": "Electricity",
"input_timeseries": {
"unit": "kWh",
"value": [
Expand Down Expand Up @@ -256,8 +256,8 @@
"unique_id": "2ede85aa-c9c5-4f1e-a603-98afeb450105",
"type_oemof": "transformer",
"energy_vector": "Electricity",
"input_bus_name": "Electricity (DSO)",
"output_bus_name": "Electricity",
"inflow_direction": "Electricity (DSO)",
"outflow_direction": "Electricity",
"dispatchable": false,
"age_installed": {
"unit": "year",
Expand Down Expand Up @@ -305,7 +305,7 @@
"unique_id": "23827549-fdf2-4237-bfa5-1cfd7dc1997a",
"type_oemof": "source",
"energy_vector": "Electricity",
"output_bus_name": "Electricity",
"outflow_direction": "Electricity",
"dispatchable": false,
"age_installed": {
"unit": "year",
Expand Down Expand Up @@ -524,8 +524,8 @@
"label": "storage",
"type_oemof": "storage",
"energy_vector": "Electricity",
"input_bus_name": "Electricity",
"output_bus_name": "Electricity",
"inflow_direction": "Electricity",
"outflow_direction": "Electricity",
"input_power": {
"asset_type": "charging_power",
"label": "input power",
Expand Down

0 comments on commit d4c2774

Please sign in to comment.