Skip to content

Commit

Permalink
Write demo statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Ranjan Anantharaman committed Mar 31, 2016
1 parent 82f5856 commit 8c671b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions graph/demo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,7 @@ function driver()
a_original, scores = setup()
a, s = monitor(a_original, scores)
end

a,s = driver() #Set up 20 time steps
s[100] = 1 #Set dramatic deviation
monitor(a,s) #Start monitoring again

0 comments on commit 8c671b7

Please sign in to comment.