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

vbs2114
vbs2114 New Altair Community Member
edited November 5 in Community Q&A
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.

Best Answer

  • varunm1
    varunm1 New Altair Community Member
    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

Answers

  • varunm1
    varunm1 New Altair Community Member
    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