Marcel-Rodekamp / NSL

Nanosystem Simulation Library (NSL) implements statistical simulations for systems on the nanoscale
Other
2 stars 0 forks source link

Empty markov chain state has no device #160

Open evanberkowitz opened 7 months ago

evanberkowitz commented 7 months ago

So, if you want to initialize a MarkovChain from nothing you get a runtime error when ultimately you try to access some Tensor that is not initialized. Since it's not initialized it has no device, and so dies.