• R/O
  • SSH

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisiónebbf67809d785328ac1acf7f053595b4ed2600d3 (tree)
Tiempo2008-01-19 10:27:26
Autoriselllo
Commiteriselllo

Log Message

Minor modifications to test_visual.py (again they affect only the way in
which I label the configurations I want to analyze).

Cambiar Resumen

Diferencia incremental

diff -r 876a7c5bd036 -r ebbf67809d78 Python-codes/test_visual.py
--- a/Python-codes/test_visual.py Sat Jan 19 01:25:29 2008 +0000
+++ b/Python-codes/test_visual.py Sat Jan 19 01:27:26 2008 +0000
@@ -11,7 +11,7 @@
1111 #v.sphere()
1212
1313
14-n_part=5000
14+n_part=500
1515 n_config=20
1616
1717 density=0.01
@@ -21,7 +21,8 @@
2121
2222
2323
24-already_ordered=1
24+
25+already_ordered=0
2526
2627
2728
@@ -180,7 +181,7 @@
180181
181182 #Now I select a certain configuration and plot it
182183
183- my_conf=10
184+ my_conf=12
184185
185186 x_list=x_arr[my_conf,:]
186187 y_list=y_arr[my_conf,:]