This repository has been archived by the owner on Apr 24, 2023. It is now read-only.
StateVectorAutocoder
does not acknowledge the lock
config option
#4
Labels
bug
Something isn't working
A
StateVector
can be made thread-safe by specifying thelock
option in the config file:StateVectorCompiler
acknowledges this option and creates a lock for the state vector, butStateVectorAutocoder
does not; the autocoded state vector will not be thread-safe. Fix this.The text was updated successfully, but these errors were encountered: