Conversation
|
Thank you for all the work on the code style! |
|
Hi! Thanks for taking the time to implement this! I am still in the process of looking through the changes. I was wondering about the change of the handling of random numbers. I understand that switching to As I understand it, changing the numpy random seed will not affect the state of the random number generator anymore, right? So there won't be any way to fix the seed in the random number generator in the future, when its initialization is hidden in the module. Could this lead to problems? |
This PR imposes stricter ruff rules and fixes the parts which raise errors now. Main changes: