Skip to content

Commit

Permalink
Change sampling in SConstruct to allow fast test
Browse files Browse the repository at this point in the history
Test only 30 t0's, with 0.1 dt0 sampling.
  • Loading branch information
Dirack committed Apr 10, 2020
1 parent 64f2bac commit 324b19f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usage_examples/unif2_model/SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ Flow('templateSurface',None,'spike n1=161 d1=0.0125 o1=0 n2=401 d2=0.025 o2=0 un
# Very Fast Simulated Aneelling Global Optimization (VFSA)
m0=3
v0=1.508
dt0=0.004
dt0=0.1
ot0=0.1
nt0=725
nt0=30
crsParametersFiles=[]
for i in range(nt0):

Expand Down

0 comments on commit 324b19f

Please sign in to comment.