Skip to content
Snippets Groups Projects
Commit c1666568 authored by René Heß's avatar René Heß
Browse files

[Fix] Make pytest pass

parent b2837594
No related branches found
No related tags found
No related merge requests found
......@@ -119,4 +119,4 @@ def option_switch(opt):
return opt
else:
return "default"
return _switch
\ No newline at end of file
return _switch
......@@ -7,4 +7,4 @@ def restricted_name(name, restriction):
if restriction == Restriction.POSITIVE:
return name + '_n'
if restriction == Restriction.NEGATIVE:
return name + '_s'
\ No newline at end of file
return name + '_s'
# Trigger some imports that are needed to have all backend implementations visible
# to the selection mechanisms
import dune.perftool.sumfact.amatrix
import dune.perftool.sumfact.quadrature
import dune.perftool.sumfact.sumfact
from dune.perftool.sumfact.sumfact import start_sumfactorization
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment