fix test script to use argument to open 1-D flame solution
This commit is contained in:
parent
88f32a8d1c
commit
832638290b
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue