From cf4009d40278dd7ef01f0d56bcc0edd41aad08aa Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Wed, 27 Oct 2021 12:12:07 +0200 Subject: [PATCH] added a note --- slic/core/adjustable/adjustable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slic/core/adjustable/adjustable.py b/slic/core/adjustable/adjustable.py index 96ad75a13..d7c5258a0 100644 --- a/slic/core/adjustable/adjustable.py +++ b/slic/core/adjustable/adjustable.py @@ -6,7 +6,7 @@ from .convenience import SpecConvenience class Adjustable(BaseAdjustable, TaskProducer, SpecConvenience): - stop = None + stop = None #TODO: might be better to make this callable def __init__(self, ID, name=None, units=None, internal=False): self.ID = ID