From f085f61c4dac5ba7149386082334f51203b71d8c Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Fri, 2 Jun 2017 09:25:58 +0200 Subject: [PATCH] testing hook that checks for executable bit --- processing/post/addGrainID.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processing/post/addGrainID.py b/processing/post/addGrainID.py index c39d67983..45034034b 100755 --- a/processing/post/addGrainID.py +++ b/processing/post/addGrainID.py @@ -148,7 +148,7 @@ for name in filenames: bg.set_message('reading positions...') - table.data_readArray(options.pos) # read position vectors + table.data_readArray(options.pos) # read position vectors grainID = -np.ones(len(table.data),dtype=int) start = tick = time.clock()