fix test script to use argument to open 1-D flame solution

This commit is contained in:
Yeongdo Park 2019-01-01 13:28:09 -05:00
parent 88f32a8d1c
commit 832638290b

View file

@ -30,7 +30,7 @@ error_cases=[]
FNULL = open(os.devnull, 'w')
with open('./c2h6_diffusion.csv', 'rb') as csvfile:
with open(test_set_file, 'rb') as csvfile:
spamreader = csv.reader(csvfile) # , delimiter=' ', quotechar='|')
header = spamreader.next()