smogn icon indicating copy to clipboard operation
smogn copied to clipboard

Reproduceability of smoter

Open maoding opened this issue 1 year ago • 1 comments

How can I fix the outcome of smogn.smoter? I tried

np.random.seed = 1

but it seems smoter with samp_method="extreme" results in different results. Is it possible to make it reproduceable or is it not reproduceable by nature?

Also I set smogn.smoter(..., seed=1,...). This only works when installed package directly from github. The PyPI release doesn't have this argument.

maoding avatar Apr 17 '23 13:04 maoding

@nickkunz any fix for this random seed issue?

vishal-jain-wwt avatar Jun 01 '23 07:06 vishal-jain-wwt