From 9d374637f78ba5751250c700c38e77db03649ecb Mon Sep 17 00:00:00 2001
From: Carl Philipp Klemm <philipp@uvos.xyz>
Date: Wed, 18 May 2022 17:00:57 +0200
Subject: [PATCH] re-enable test fns

---
 test.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/test.cpp b/test.cpp
index 1294186..92a69f4 100644
--- a/test.cpp
+++ b/test.cpp
@@ -237,12 +237,12 @@ int main(int argc, char** argv)
 {
 	eis::Log::headers = true;
 	eis::Log::level = eis::Log::INFO;
-	//runSingle();
-	//runSweepByIndex();
-	//runSweep();
+	runSingle();
+	runSweepByIndex();
+	runSweep();
 	runRescale();
 	runNormalize();
-	//runEraseSingularities();
+	runEraseSingularities();
 	runReduce();
 	return 0;
 }
-- 
GitLab