From eb9787609e1b9a5fcac3518f0a20b7cf0d6d042e Mon Sep 17 00:00:00 2001 From: David Harris Date: Thu, 25 Mar 2021 13:12:18 -0400 Subject: [PATCH] testgen-PIPELINE python startup --- wally-pipelined/testgen/testgen-PIPELINE.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 wally-pipelined/testgen/testgen-PIPELINE.py diff --git a/wally-pipelined/testgen/testgen-PIPELINE.py b/wally-pipelined/testgen/testgen-PIPELINE.py old mode 100644 new mode 100755 index f05294db0..00d686c89 --- a/wally-pipelined/testgen/testgen-PIPELINE.py +++ b/wally-pipelined/testgen/testgen-PIPELINE.py @@ -1,3 +1,4 @@ +#!/usr/bin/python import numpy as np import string @@ -632,4 +633,4 @@ for xlen in xlens: f.close() r.close() - print("Done with ", xlen) \ No newline at end of file + print("Done with ", xlen)