Test repetition #110
mark-hobbs
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Why are there separate tests for different integrators when testing functionality that is independent of the integrator? For example, test_neighbour_list_cython and test_neighbour_list_cl1 test the creation of a neighbour list but this functionality should be independent of the integrator. This functionality falls under the creation of an input file (model).
Or is this because the connectivity matrix in the OpenCL code is padded with -1?
Beta Was this translation helpful? Give feedback.
All reactions