From 24aaf6ec6ef0d9b93b6ff6666f42828923d58565 Mon Sep 17 00:00:00 2001
From: lkugler <lukas.kugler@gmail.com>
Date: Thu, 19 Jan 2023 18:13:44 +0100
Subject: [PATCH] rename

---
 scheduler.py => cycled_exp.py | 1 +
 1 file changed, 1 insertion(+)
 rename scheduler.py => cycled_exp.py (99%)

diff --git a/scheduler.py b/cycled_exp.py
similarity index 99%
rename from scheduler.py
rename to cycled_exp.py
index ba4d092..ac2783e 100755
--- a/scheduler.py
+++ b/cycled_exp.py
@@ -16,6 +16,7 @@ print('logging to', log_dir)
 print('scripts, which are submitted to SLURM:', slurm_scripts_dir)
 
 class Shellslurm():
+    """Like Slurm class, but runs locally"""
     def __init__(self, *args, **kwargs):
         pass
     def run(self, *args, **kwargs):
-- 
GitLab