diff --git a/scripts/solve_network.py b/scripts/solve_network.py index 9757597f..c7e16de2 100755 --- a/scripts/solve_network.py +++ b/scripts/solve_network.py @@ -565,4 +565,4 @@ if __name__ == "__main__": n.meta = dict(snakemake.config, **dict(wildcards=dict(snakemake.wildcards))) n.export_to_netcdf(snakemake.output[0]) - logger.info("Maximum memory usage: {}".format(mem.mem_usage)) \ No newline at end of file + logger.info("Maximum memory usage: {}".format(mem.mem_usage))