more conservative (and probably appropriate) variance default for Laguerre tessellations: 1.0 —> 0.1

This commit is contained in:
Philip Eisenlohr 2015-08-08 20:12:26 +00:00
parent bbeb210708
commit 889a5807bb
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ parser.set_defaults(randomSeed = None,
N = 20,
weights = False,
mean = 0.0,
sigma = 1.0,
sigma = 0.1,
microstructure = 1,
selective = False,
distance = 0.2,