danfeldman90 / EDGE

Espaillat Disk Group Extraordinaires: Tools & Manuals
MIT License
0 stars 3 forks source link

identifying model runs that crashed #11

Open cespaillat opened 9 years ago

cespaillat commented 9 years ago

add to manual under collate section

except IOError:
    print 'Model ' + str(i+1) + ' does not exist.'
    continue
danfeldman90 commented 9 years ago

Can now use the failCheck() function in collate.py to list all of the failed model runs. Will close when added to the documentation.