Skip to content

Commit

Permalink
ms02 update
Browse files Browse the repository at this point in the history
  • Loading branch information
hongqin committed Apr 9, 2014
1 parent 6954b36 commit 2205597
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Binary file added 48states/.RData
Binary file not shown.
7 changes: 5 additions & 2 deletions 48states/debug_ms02_20140407.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@ net1 = read.csv("48states.csv")

x = ms02_singlerun_v2(net1, indebug=1 )
y = ms02_singlerun_v2(x, indebug=1 )
z = ms02_singlerun_v2(y, indebug=1 )
z = ms02_singlerun(y, indebug=1 )

tx = table(c( x[,1], x[,2]) )
ty = table(c( y[,1], y[,2]) )

table( tx==ty )

tz = table(c( z[,1], z[,2]) )
table( tz==ty )



#double-check

Expand Down

0 comments on commit 2205597

Please sign in to comment.