1 # -*- coding: iso-8859-1 -*-
4 from hoomd_script
import *
8 # tests for update.sorter
9 class update_sorter_tests (unittest
.TestCase
):
12 init
.create_random(N
=100, phi_p
=0.05);
15 def test_set_params(self
):
17 sorter
.set_params(grid
=20);
22 if __name__
== '__main__':
23 unittest
.main(argv
= ['test.py', '-v'])