Any data you want to modify needs to either be created with a pm.Data(..., mutable=False) statement or, preferably, using pm.MutableData(). See here for details.
Any data you want to modify needs to either be created with a pm.Data(..., mutable=False) statement or, preferably, using pm.MutableData(). See here for details.