• R/O
  • SSH

提交

標籤
無標籤

Frequently used words (click to add to your profile)

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

Commit MetaInfo

修訂6769912b92f5a60e396b0b4b446065d2f4b7ef65 (tree)
時間2011-02-11 20:52:51
作者lorenzo
Commiterlorenzo

Log Message

I simply improved a bit the format of the script.

Change Summary

差異

diff -r 28b8fc544d33 -r 6769912b92f5 Python-codes/iterate_tag_statistics_from_new_output.py
--- a/Python-codes/iterate_tag_statistics_from_new_output.py Thu Feb 03 13:14:54 2011 +0000
+++ b/Python-codes/iterate_tag_statistics_from_new_output.py Fri Feb 11 11:52:51 2011 +0000
@@ -503,11 +503,11 @@
503503 #sliced_interactions=p.load("sliced_dynamics.dat")
504504 #sliced_interactions=p.load("edge_list.dat")
505505
506-t_ini=1257894000 # 86400 #i.e. one day in seconds
506+t_ini=1257417888 # 86400 #i.e. one day in seconds
507507
508508 number_intervals=1
509509 interval_duration= -86400 #i.e. 1 day #604800 #i.e. one week in seconds
510-t_end=t_ini+86400*2 #i.e. I choose when to end the time grid
510+t_end=1258104328 #i.e. I choose when to end the time grid
511511 #whereas with a negative value of time_end everything is as it used to be.
512512
513513