🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

New error, but haven't changed any of the inputs. Bug?

vbs2114User: "vbs2114"
New Altair Community Member
Updated by Jocelyn
Hi, I tried running this same process in several environments. I was successfully able to run them yesterday and last week. But today for some reason, when I went to run it, it no longer seems to be the case. I get an error that the input [ExampleSet does not match the training ExampleSet. Missing Attribute: 'accessori']. Any good method for debugging? I've tried refreshing and going to older versions of the code and no luck. The process stops at the "Apply Model" phase. 

Attached the xml. Thanks.
Sort by:
1 - 1 of 11
    varunm1User: "varunm1"
    New Altair Community Member
    Accepted Answer
    Hello @vbs2114

    Try setting a break point before apply model operator and see the data going inside the apply model so that you can find if "accesori" attribute is there or not. To apply break point, right click on apply model and select breakpoint before