To test coordinate mapping and average of z values in grid using pytest.mark.parametrize as suggested in PR #30, refactor core_fast_leaflet and core_fast to
[x] replace MDtraj by MDAnalysis.
[x] Pass arguments as np.array / tuples instead of topologies.
Also, add:
[x] Test function using toy model in small grid of 9 lipids in a 3x3 grid, with x values of 0, 1, 2, and y values of 0, 1, 2.
[x] Test function using toy model in a small grid of 16 lipids in a 4x4 grid, with x values of 0, 1, 2,3 and y values of 0, 1, 2,3. Use different z values of beads for this test.
To test coordinate mapping and average of
z
values in grid usingpytest.mark.parametrize
as suggested in PR #30, refactorcore_fast_leaflet
andcore_fast
toAlso, add:
z
values of beads for this test.