Skip to content
Snippets Groups Projects
Commit 9d374637 authored by Carl Philipp Klemm's avatar Carl Philipp Klemm
Browse files

re-enable test fns

parent e2e375b7
No related branches found
No related tags found
No related merge requests found
...@@ -237,12 +237,12 @@ int main(int argc, char** argv) ...@@ -237,12 +237,12 @@ int main(int argc, char** argv)
{ {
eis::Log::headers = true; eis::Log::headers = true;
eis::Log::level = eis::Log::INFO; eis::Log::level = eis::Log::INFO;
//runSingle(); runSingle();
//runSweepByIndex(); runSweepByIndex();
//runSweep(); runSweep();
runRescale(); runRescale();
runNormalize(); runNormalize();
//runEraseSingularities(); runEraseSingularities();
runReduce(); runReduce();
return 0; return 0;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment