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

Add `example_learning_tensorflow` to sys.path

parent 6338e2b4
Branches
No related merge requests found
Pipeline #18188 canceled with stage
......@@ -18,6 +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', '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