From c3652ceb02b88f03a59aa231acc2e4af69ff47b0 Mon Sep 17 00:00:00 2001
From: Carl-Martin Pfeiler <carl-martin.pfeiler@asc.tuwien.ac.at>
Date: Wed, 7 Nov 2018 23:22:26 +0100
Subject: [PATCH] removed outdated TODOs

---
 __init__.py                                           | 2 --
 integrators/__init__.py                               | 3 ---
 integrators/_details/interfaces/parameterInterface.py | 1 -
 3 files changed, 6 deletions(-)

diff --git a/__init__.py b/__init__.py
index 06c9ad9..87d17ba 100644
--- a/__init__.py
+++ b/__init__.py
@@ -13,5 +13,3 @@ for item in integrators.__all__:
 
 for item in _setup.__all__:
   __all__.append(item)
-
-## TODO Setup sollte keinen fuehrenden _ haben
diff --git a/integrators/__init__.py b/integrators/__init__.py
index e013919..f8d59cd 100644
--- a/integrators/__init__.py
+++ b/integrators/__init__.py
@@ -37,6 +37,3 @@ __all__ = \
   , "TPS1HEE_MPS" \
   , "KW1_MPS", "TPS1_KW2", "TPS1_MPS" \
   ]
-
-# TODO only "Integrator available for users!? maybe
-# TODO add MPS
diff --git a/integrators/_details/interfaces/parameterInterface.py b/integrators/_details/interfaces/parameterInterface.py
index 3d0e3c5..5f8f883 100644
--- a/integrators/_details/interfaces/parameterInterface.py
+++ b/integrators/_details/interfaces/parameterInterface.py
@@ -10,7 +10,6 @@ class ParameterInterface(_interface._Interface):
 
 
   def SetResultsFolder(self, foldername):
-    # TODO catch if changed during computation
     self.output.foldername = foldername
 
 
-- 
GitLab