more conservative (and probably appropriate) variance default for Laguerre tessellations: 1.0 —> 0.1
This commit is contained in:
parent
bbeb210708
commit
889a5807bb
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue