This commit is contained in:
Martin Diehl 2020-03-31 12:52:46 +02:00
parent 01818cba80
commit 6254063b4b
1 changed files with 0 additions and 1 deletions

View File

@ -192,7 +192,6 @@ for name in filenames:
grains = table.get(options.microstructure) if options.microstructure in table.labels else np.arange(len(seeds))+1
grainIDs = np.unique(grains).astype('i')
NgrainIDs = len(grainIDs)
if options.eulers in table.labels:
eulers = table.get(options.eulers)