I took an existing OpenStudio v2.4 project and began working with it in V2.5. The model ran fine in V2.4, but now I'm receiving the following Eplus error when I run it in V2.5: * Severe * <root>[ComponentCost:LineItem][typ_wall_TakeOff][line_item_type] - "Constuction" - Failed to match against any enum values.
('typ_wall' is the name of one of my construction assemblies. "Constuction" is the same spelling that the error produces)
Thinking it was something with the naming convention I tried renaming and even recreating construction assemblies - all without success. The construction names thats referenced in the error changes and basically cycles through all my construction assemblies used in the model. If I change a name, the error shifts to another construction but ultimately circles back.
I'm thinking its related somehow to the Eplus changes that occured from v2.4 to V2.5 in how non-unique names are handled but I'm unsure how to verify or mitigate.