solve network: update mock snakemake
This commit is contained in:
parent
4ff7bbbd2a
commit
c7ef8e8c64
@ -645,17 +645,15 @@ def solve_network(n, config, solving, opts="", **kwargs):
|
|||||||
return n
|
return n
|
||||||
|
|
||||||
|
|
||||||
# %%
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
if "snakemake" not in globals():
|
if "snakemake" not in globals():
|
||||||
from _helpers import mock_snakemake
|
from _helpers import mock_snakemake
|
||||||
|
|
||||||
snakemake = mock_snakemake(
|
snakemake = mock_snakemake(
|
||||||
"solve_network",
|
"solve_network",
|
||||||
# configfiles="test/config.overnight.yaml",
|
|
||||||
simpl="",
|
simpl="",
|
||||||
opts="Co2L",
|
opts="Ept",
|
||||||
clusters="37c",
|
clusters="37",
|
||||||
ll="v1.0",
|
ll="v1.0",
|
||||||
sector_opts="",
|
sector_opts="",
|
||||||
planning_horizons="2020",
|
planning_horizons="2020",
|
||||||
|
Loading…
Reference in New Issue
Block a user