CCS-Lab / hBayesDM

Hierarchical Bayesian modeling of RLDM tasks, using R & Python
https://ccs-lab.github.io/hBayesDM
GNU General Public License v3.0
222 stars 113 forks source link

Issue 140: Convert cache_file string to use string for os.getuid #151

Open mkdir-eherms opened 1 year ago

mkdir-eherms commented 1 year ago

When using the develop branch which included the fix for https://github.com/CCS-Lab/hBayesDM/issues/140, I ran into the following error: image

This change should ensure that in both cases we use a string for the cache_file name.

Let me know your thoughts, ty!

youngahn commented 1 year ago

@JeunghyunLee will test this version and merge pull request.