Skip to content
Snippets Groups Projects
Select Git revision
  • fa2cff03840b0bb97788a633977113e7c9fe228f
  • master default protected
2 results

test_beam_trace.py

Blame
  • 99-loopplot.py 332 B
    import os
    
    for i in range(10):
    	print(i)
    	os.system('python plot_sample.py --hdf-file-path output/train.hdf --sample-id '+str(i)+' --plot-path "plots/'+str(i)+'.png"')
    
    
    for i in range(100,110):
    	print(i)
    	os.system('python plot_sample.py --hdf-file-path output/train.hdf --sample-id '+str(i)+' --plot-path "plots/'+str(i)+'.png"')