I've run into an issue where I have a performance measure named something and then I decide to change it's name to something else. However after retyping in the new name it doesn't seem to update properly in that when I use Model.performanceMeasures.newName it throws an error and then when I use the old name (Model.performanceMeasures.oldName) it still works.