Revisión | ebbf67809d785328ac1acf7f053595b4ed2600d3 (tree) |
---|---|
Tiempo | 2008-01-19 10:27:26 |
Autor | iselllo |
Commiter | iselllo |
Minor modifications to test_visual.py (again they affect only the way in
which I label the configurations I want to analyze).
@@ -11,7 +11,7 @@ | ||
11 | 11 | #v.sphere() |
12 | 12 | |
13 | 13 | |
14 | -n_part=5000 | |
14 | +n_part=500 | |
15 | 15 | n_config=20 |
16 | 16 | |
17 | 17 | density=0.01 |
@@ -21,7 +21,8 @@ | ||
21 | 21 | |
22 | 22 | |
23 | 23 | |
24 | -already_ordered=1 | |
24 | + | |
25 | +already_ordered=0 | |
25 | 26 | |
26 | 27 | |
27 | 28 |
@@ -180,7 +181,7 @@ | ||
180 | 181 | |
181 | 182 | #Now I select a certain configuration and plot it |
182 | 183 | |
183 | - my_conf=10 | |
184 | + my_conf=12 | |
184 | 185 | |
185 | 186 | x_list=x_arr[my_conf,:] |
186 | 187 | y_list=y_arr[my_conf,:] |