TWOEARS / blackboard-system

Two!Ears Auditory Model - Blackboard system module
http://docs.twoears.eu/en/latest/blackboard/
GNU General Public License v2.0
3 stars 2 forks source link

Warning about AbstractAMLTTPKS destructor #37

Closed kashefy closed 7 years ago

kashefy commented 7 years ago

Strange MATLAB warning I getting at the end of scripts:

Warning: Cannot call delete method on object of class AbstractAMLTTPKS because the object cannot be updated. The object will be deleted using the default delete method.

Not sure how to get rid of it. I tried adding a delete method that doesn't do anything but still getting it. Any ideas?

ivo--t commented 7 years ago

sounds like you still might have had an "old" instantiateed object in workspace and changed the code inbetween. Possible?