Skip to content

Commit

Permalink
bug fix test_3a
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-mannhardt committed Feb 2, 2024
1 parent 6e507ab commit d99bce5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tests/testcases/run_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,4 +489,4 @@ def test_8a(config, folder_path):
from config import config
config.solver["keep_files"] = False
folder_path = os.path.dirname(__file__)
test_4c(config, folder_path)
test_3a(config, folder_path)
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
},
{
"carbon": {
"default_value": 0.01,
"default_value": 0.1,
"unit": "kilotons/GWh"
}
}
Expand Down
8 changes: 4 additions & 4 deletions tests/testcases/test_variables_readable.csv
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@ test_3a,none,carbon_emissions_carrier,"('natural_gas', 'CH', 0)",0.0022
test_3a,none,carbon_emissions_carrier,"('natural_gas', 'DE', 0)",0.022
test_3a,none,carbon_emissions_carrier,"('heat', 'CH', 0)",0
test_3a,none,carbon_emissions_carrier,"('heat', 'DE', 0)",0
test_3a,none,flow_export,"('carbon', 'CH', 0)",0.0001
test_3a,none,flow_export,"('carbon', 'DE', 0)",0.001
test_3a,none,flow_export,"('carbon', 'CH', 0)",0.001
test_3a,none,flow_export,"('carbon', 'DE', 0)",0.01
test_3a,none,flow_conversion_output,"('natural_gas_boiler', 'heat', 'CH', 0)",10
test_3a,none,flow_conversion_output,"('natural_gas_boiler', 'heat', 'DE', 0)",100
test_3a,none,flow_conversion_output,"('natural_gas_boiler', 'carbon', 'CH', 0)",0.0001
test_3a,none,flow_conversion_output,"('natural_gas_boiler', 'carbon', 'DE', 0)",0.001
test_3a,none,flow_conversion_output,"('natural_gas_boiler', 'carbon', 'CH', 0)",0.001
test_3a,none,flow_conversion_output,"('natural_gas_boiler', 'carbon', 'DE', 0)",0.01
test_3a,none,capacity,"('natural_gas_boiler', 'power', 'CH', 0)",10
test_3a,none,capacity,"('natural_gas_boiler', 'power', 'DE', 0)",100
test_3a,none,cost_capex,"('natural_gas_boiler', 'power', 'CH', 0)",1
Expand Down

0 comments on commit d99bce5

Please sign in to comment.