From 2ada068f9084c206b55dfb949b0506eb16c04011 Mon Sep 17 00:00:00 2001 From: lkugler <lukas.kugler@gmail.com> Date: Tue, 21 Feb 2023 11:11:39 +0100 Subject: [PATCH] . --- cycled_exp.py | 6 ------ dartwrf/__init__.py | 1 + 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/cycled_exp.py b/cycled_exp.py index eceaf11..cf111c2 100755 --- a/cycled_exp.py +++ b/cycled_exp.py @@ -166,12 +166,6 @@ def create_satimages(init_time, depends_on=None): return id -def mailme(depends_on=None): - if depends_on: - s = cluster.create_job("AllFinished", cfg_update={"time": "1", "mail-type": "BEGIN"}) - s.run('sleep 1', depends_on=[depends_on]) - - def gen_obsseq(depends_on=None): s = cluster.create_job("obsseq_netcdf", cfg_update={"time": "10", "mail-type": "FAIL,END"}) id = s.run(cluster.python+' '+cluster.scripts_rundir+'/obsseq_to_netcdf.py', diff --git a/dartwrf/__init__.py b/dartwrf/__init__.py index e69de29..b680692 100644 --- a/dartwrf/__init__.py +++ b/dartwrf/__init__.py @@ -0,0 +1 @@ +__all__ = [] \ No newline at end of file -- GitLab