File: run.py

package info (click to toggle)
openimageio 2.0.5~dfsg0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 40,880 kB
  • sloc: cpp: 135,700; python: 2,997; makefile: 451; sh: 198; ansic: 2
file content (10 lines) | stat: -rwxr-xr-x 250 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env python 

# Run the script 
command += pythonbin + " src/test_imagebuf.py > out.txt ;"

# compare the outputs
outputs = [ "out.tif", "outtuple.tif",
            "outarray.tif", "outarrayB.tif", "outarrayH.tif",
            "out.txt" ]