none # this code node reads in a single file located # in the worksheet directory which lists all # response values. it does not need to be # connected to the DOE node. # import numpy as np import os dir = os.getcwd() f = np.loadtxt(os.path.join(dir, 'data.txt')) returnOut = f