diff --git a/scheduler.py b/cycled_exp.py
similarity index 99%
rename from scheduler.py
rename to cycled_exp.py
index ba4d092f85debb8893698d5d4e8bd577181356f2..ac2783e200b330aba4855a128f18cb1b467edfe0 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):