Skip to content
Snippets Groups Projects
Commit 6972e46e authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Fixfix

parent 755a7c83
Branches
No related merge requests found
Pipeline #18189 failed with stage
in 5 minutes and 33 seconds
......@@ -18,7 +18,7 @@ example_files_glob = join(dirname(__file__), 'PYRO-NN', 'examples', '**', '*.py'
example_files = glob(example_files_glob, recursive=True)
sys.path.append(join(dirname(__file__), 'PYRO-NN'))
sys.path.append(join(dirname(__file__), 'PYRO-NN', 'examples', 'example_learning_tensorflow'))
sys.path.append(join(dirname(__file__), 'PYRO-NN', 'examples', 'ct_reconstruction', 'example_learning_tensorflow'))
@pytest.mark.parametrize('file', example_files)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment