You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the end of updateChains is some code which writes to the chain file but only in thread 0 (unless you set writeHotChains). Then it writes cov.npy and outputs a log message, without checking that we are in thread 0. Does this mean that file and message will be written simultaneously by every thread? The seems like a bug.
I'm changing this code anyway in my fixes for #10, so I could change this also.
The text was updated successfully, but these errors were encountered:
At the end of
updateChains
is some code which writes to the chain file but only in thread 0 (unless you setwriteHotChains
). Then it writescov.npy
and outputs a log message, without checking that we are in thread 0. Does this mean that file and message will be written simultaneously by every thread? The seems like a bug.I'm changing this code anyway in my fixes for #10, so I could change this also.
The text was updated successfully, but these errors were encountered: