From 3ae92fc1066e90f487ed31957dc6d07781f3f254 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=BChle=2C=20Laura=20Christine=20=28lakue103=29?= <laura.kuehle@uni-duesseldorf.de> Date: Tue, 21 Sep 2021 14:45:52 +0200 Subject: [PATCH] Removed incorrect description of 'right_bound'. --- Troubled_Cell_Detector.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Troubled_Cell_Detector.py b/Troubled_Cell_Detector.py index a4d8da8..74b75e1 100644 --- a/Troubled_Cell_Detector.py +++ b/Troubled_Cell_Detector.py @@ -65,8 +65,7 @@ class TroubledCellDetector(object): left_bound : float Left boundary of interval. right_bound : float - Right boundary of interval. Default: 1. - Additional parameters for detector object. Default: {}. + Right boundary of interval. basis : Basis object Basis for calculation. init_cond : InitialCondition object -- GitLab