Skip to content
Snippets Groups Projects
Commit faaeb1eb authored by EXT Jean-Matthieu Etancelin's avatar EXT Jean-Matthieu Etancelin
Browse files

fix

parent 5f8ada6a
No related branches found
No related tags found
1 merge request!34Add custom opencl
Pipeline #94855 passed
...@@ -155,8 +155,6 @@ class TestCustom(object): ...@@ -155,8 +155,6 @@ class TestCustom(object):
print(' *has_inf: {}'.format(has_inf)) print(' *has_inf: {}'.format(has_inf))
print(' *dinf={} ({} eps)'.format(dinf, deps)) print(' *dinf={} ({} eps)'.format(dinf, deps))
print() print()
print(fout[:, 3, 4])
print(fref[:, 3, 4])
msg = 'Test failed for {} on component {} for implementation {}.'.format(iname, i, impl) msg = 'Test failed for {} on component {} for implementation {}.'.format(iname, i, impl)
raise RuntimeError(msg) raise RuntimeError(msg)
......
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