adriennekline/psmpy

seed does not guarantee reproducibility

Opened this issue · 1 comments

I see from the code that the seed is set and is passed into the random_state arguments of the pandas DataFrame sample function.

However, this still does not yield a deterministic matching.

wait nvm there was a pandas sample call in my own code. Sorry about that.