Skip to content

Commit

Permalink
rename fuel_type wood chips
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianKneissl committed May 11, 2024
1 parent 8e1f104 commit a434568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_calculate_energy.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def test_heating_woodchips():
func_options = {
# Given parameters
"heating_emission_parameters": {
"fuel_type": "woodchips" # emission factor: 9322 kg/TJ
"fuel_type": "wood chips" # emission factor: 9322 kg/TJ
},
"unit": "kg", # conversion factor to kWh = 5.4
}
Expand Down

0 comments on commit a434568

Please sign in to comment.