Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MaGering committed Dec 12, 2020
1 parent 4df13dc commit d941b02
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ dispatch_price,currency/kWh,NA,0,0
soc_initial,None or factor,None,NA,NA
soc_max,factor,1,NA,NA
soc_min,factor,0.2,NA,NA
fixed_thermal_losses_relative,factor,0,,
fixed_thermal_losses_absolute,kWh,0,,
unit,str,kWh,kW,kW
8 changes: 8 additions & 0 deletions tests/inputs/mvs_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,14 @@
"unit": "factor",
"value": 0.2
},
"fixed_thermal_losses_relative": {
"unit": "factor",
"value": 0.001
},
"fixed_thermal_losses_absolute": {
"unit": "factor",
"value": 0.0002
},
"specific_costs": {
"unit": "currency/kWh",
"value": 4000
Expand Down
8 changes: 8 additions & 0 deletions tests/test_data/inputs_for_D0/mvs_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1895,6 +1895,14 @@
"unit": "factor",
"value": 0.2
},
"fixed_thermal_losses_relative": {
"unit": "factor",
"value": 0.001
},
"fixed_thermal_losses_absolute": {
"unit": "factor",
"value": 0.0002
},
"unit": "kWh"
},
"storage_filename": "storage_01.csv",
Expand Down
2 changes: 2 additions & 0 deletions tests/test_data/inputs_for_E1/csv_elements/storage_1.csv
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ dispatch_price,currency/kWh,NA,0,0
soc_initial,None or factor,None,NA,NA
soc_max,factor,1,NA,NA
soc_min,factor,0.2,NA,NA
fixed_thermal_losses_relative,factor,0,,
fixed_thermal_losses_absolute,kWh,0,,
unit,str,kWh,kW,kW

0 comments on commit d941b02

Please sign in to comment.