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)
{
eis::Log::headers = true;
eis::Log::level = eis::Log::INFO;
//runSingle();
//runSweepByIndex();
//runSweep();
runSingle();
runSweepByIndex();
runSweep();
runRescale();
runNormalize();
//runEraseSingularities();
runEraseSingularities();
runReduce();
return 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment