skinniderlab / CLM

MIT License
0 stars 0 forks source link

incorporating python hashseed in pyproject.toml #175

Closed anushka255 closed 4 months ago

vineetbansal commented 4 months ago

I really don't think this will work - PYTHONHASHSEED setting has to happen before the python process has started, and not by using os.environ (by which time its already too late). Is there a way for us to verify if this is actually working? (by writing a test that works only when this is working, and fails otherwise, like the set/list experiments we were doing on the command line, nothing to do with CLM).

If it appears to work for the CLM tests, it may just be that they just work without PYTHONHASHSEED anyway (which could be another quick test).