Skip to content
Snippets Groups Projects
Commit 13964135 authored by Lambert Theisen's avatar Lambert Theisen
Browse files

Merge branch 'develop' into 'master'

Update to version 1.1

See merge request !5
parents f8714e44 a351b322
Branches
Tags
1 merge request!5Update to version 1.1
Pipeline #219163 failed
......@@ -15,7 +15,7 @@ class TestStressConvergence(object):
"""
working_dir = "tests/stress"
solver_path = "../../src/fenicsR13.py"
solver_path = "fenicsR13"
def run_solver(self, inputfile):
"""
......@@ -24,7 +24,7 @@ class TestStressConvergence(object):
Test fails if subprocess return Exception or error.
"""
subprocess.check_call([
"python3", self.solver_path, inputfile
self.solver_path, inputfile
], cwd=self.working_dir)
def compare_errors(self, errorsfile, ref_errorsfile):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment