From c5b355168706c5aee3d165ab2c60240620765bca Mon Sep 17 00:00:00 2001 From: lisazeyen Date: Fri, 18 Jun 2021 09:45:51 +0200 Subject: [PATCH] fix spelling mistake --- scripts/solve_network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/solve_network.py b/scripts/solve_network.py index 10b9aa34..f75df219 100644 --- a/scripts/solve_network.py +++ b/scripts/solve_network.py @@ -371,7 +371,7 @@ def solve_network(n, config=None, solver_log=None, opts=None): if __name__ == "__main__": # Detect running outside of snakemake and mock snakemake for testing if 'snakemake' not in globals(): - from helpers import mock_snakemake + from helper import mock_snakemake snakemake = mock_snakemake('solve_network', network='elec', simpl='', clusters='37', lv='1.0', opts='', planning_horizons='2020',