File tree 3 files changed +5
-11
lines changed
3 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies:
14
14
- matplotlib
15
15
# testing and developing
16
16
- pdbpp
17
- - country_converter >= 0.7.7
17
+ - country_converter >= 0.8.0
18
18
- pytest >= 5.4.3
19
19
- isort >= 5.6.0
20
20
- pytest-black
Original file line number Diff line number Diff line change @@ -2439,14 +2439,10 @@ def aggregate(
2439
2439
extension .__dict__ [ik_name ].columns = mi_reg_sec
2440
2440
extension .__dict__ [ik_name ].index = mi_reg_sec
2441
2441
st_redo_unit = True
2442
- elif (
2443
- ik_df .index .names
2444
- == [
2445
- "region" ,
2446
- "sector" ,
2447
- ]
2448
- and ik_df .columns .names == ["region" , "category" ]
2449
- ):
2442
+ elif ik_df .index .names == [
2443
+ "region" ,
2444
+ "sector" ,
2445
+ ] and ik_df .columns .names == ["region" , "category" ]:
2450
2446
2451
2447
# Full disaggregated finald demand satellite account.
2452
2448
# Thats not implemented yet - but aggregation is in place
Original file line number Diff line number Diff line change @@ -343,8 +343,6 @@ def test_characterize_extension(fix_testmrio):
343
343
check_names = False ,
344
344
)
345
345
346
- return locals ()
347
-
348
346
349
347
def test_reset_to_flows (fix_testmrio ):
350
348
tt = fix_testmrio .testmrio
You can’t perform that action at this time.
0 commit comments