Skip to content
Snippets Groups Projects
Commit ab0314c4 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Merge branch 'bugfix/small-fixes' into 'master'

[Fix] Make pytest pass



See merge request !49
parents b2837594 c1666568
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