apply pre-commit
This commit is contained in:
parent
da10374158
commit
0370deebca
@ -12,14 +12,12 @@ import logging
|
||||
import geopandas as gpd
|
||||
import numpy as np
|
||||
import pandas as pd
|
||||
|
||||
from _helpers import configure_logging, set_scenario_config
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
AVAILABLE_BIOMASS_YEARS = [2010, 2020, 2030, 2040, 2050]
|
||||
|
||||
|
||||
|
||||
def build_nuts_population_data(year=2013):
|
||||
pop = pd.read_csv(
|
||||
snakemake.input.nuts3_population,
|
||||
|
@ -9,7 +9,6 @@ Retrieve electricity prices from OPSD.
|
||||
import logging
|
||||
|
||||
import pandas as pd
|
||||
|
||||
from _helpers import configure_logging, set_scenario_config
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
@ -46,8 +46,8 @@ import logging
|
||||
import numpy as np
|
||||
import pandas as pd
|
||||
import pypsa
|
||||
import xarray as xr
|
||||
import tsam.timeseriesaggregation as tsam
|
||||
import xarray as xr
|
||||
from _helpers import (
|
||||
configure_logging,
|
||||
set_scenario_config,
|
||||
|
Loading…
Reference in New Issue
Block a user