Skip to content

Commit 5f7fd6b

Browse files
committed
Rename fixtures
1 parent c251d53 commit 5f7fd6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/test_costs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727

2828
@fixture
29-
def cost_data(technologies, market, demand_share):
29+
def cost_inputs(technologies, market, demand_share):
3030
"""Creates the complete dataset needed for cost calculations.
3131
3232
The transformation follows these steps:

tests/test_objectives.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
@fixture
8-
def objective_data(technologies, market, demand_share):
8+
def objective_inputs(technologies, market, demand_share):
99
"""Creates the complete dataset needed for objective calculations.
1010
1111
The transformation follows these steps:

0 commit comments

Comments
 (0)