SlappedWithSilence / TXEnginePy

A Python port of the original TXEngine project
3 stars 0 forks source link

Objects inheriting from FiniteStateDevice cannot be arbitrarily deep copied with copy.deepcopy() #39

Closed SlappedWithSilence closed 1 year ago

SlappedWithSilence commented 1 year ago

Attempting to use an FiniteStateDevice that was created using copy.deepcopy() results in broken state progression.