1 # -*- coding: iso-8859-1 -*-
4 from hoomd_script
import *
9 # unit tests for init.reset
10 class init_reset_tests (unittest
.TestCase
):
14 # tests basic creation of the random initializer
16 init
.create_random(N
=100, phi_p
=0.05);
19 if __name__
== '__main__':
20 unittest
.main(argv
= ['test.py', '-v'])