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

Replace " in __init__.py by '

parent b1dc16e3
No related branches found
No related tags found
No related merge requests found
...@@ -17,9 +17,10 @@ __all__ = ['backends', ...@@ -17,9 +17,10 @@ __all__ = ['backends',
'create_backward_assignments', 'create_backward_assignments',
'AutoDiffOp', 'AutoDiffOp',
'AutoDiffAstPair', 'AutoDiffAstPair',
"tf_constant_from_field", " tf_placeholder_from_field", 'tensorflow_jit',
"tf_scalar_variable_from_field", " tf_variable_from_field", 'tf_constant_from_field', ' tf_placeholder_from_field',
"torch_tensor_from_field", "DiffModes"] 'tf_scalar_variable_from_field', ' tf_variable_from_field',
'torch_tensor_from_field', 'DiffModes']
sys.modules['pystencils.autodiff'] = pystencils_autodiff sys.modules['pystencils.autodiff'] = pystencils_autodiff
sys.modules['pystencils.autodiff.backends'] = pystencils_autodiff.backends sys.modules['pystencils.autodiff.backends'] = pystencils_autodiff.backends
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment