From fa2a17e7c26afc5603066ce8019eac569c306f4a Mon Sep 17 00:00:00 2001 From: Robert Stein Date: Tue, 21 Jul 2020 17:11:28 +0200 Subject: [PATCH] Propagate to importing new exception! --- flarestack/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flarestack/__init__.py b/flarestack/__init__.py index 8a1e5f5b..5624c927 100644 --- a/flarestack/__init__.py +++ b/flarestack/__init__.py @@ -1,5 +1,5 @@ from flarestack.core.minimisation import MinimisationHandler -from flarestack.core.results import ResultsHandler +from flarestack.core.results import ResultsHandler, OverfluctuationError from flarestack.cluster import analyse, wait_cluster from flarestack.core.unblinding import create_unblinder -from flarestack.shared import fs_scratch_dir, fs_dir \ No newline at end of file +from flarestack.shared import * \ No newline at end of file