Ignore:
Timestamp:
Jan 20, 2012, 10:31:31 AM (12 years ago)
Author:
pittj
Message:

updating all so that they create the temporary files they use

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_work/development/mem_time_tests/scenarios/channelflow/main.py

    r8311 r8315  
    3434spamWriter.writerow(['Extent','Stage','Time','Space'])
    3535
    36 for i in range(20,1000,10):
     36for i in range(100,100000,10000):
    3737
    3838    for n in range(1,i,i/10):
     
    4343        b = system_tools.MemoryUpdate()[0]
    4444        y = time.time()
    45         spamWriter.writerow([i,(n/50.0) ,(y-z), b])
     45        spamWriter.writerow([i,(n/float(i)) ,(y-z), b])
    4646print a
    4747
Note: See TracChangeset for help on using the changeset viewer.