🎉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

Generate interpretation

User: "INHYEOK_SONG"
New Altair Community Member
Updated by Jocelyn

Is the newly added Generate interpretation not yet recognized by the execute python model?

Find more posts tagged with

Sort by:
1 - 6 of 61
    User: "MartinLiebig"
    Altair Employee
    Accepted Answer
    Hi,
    i think if you use the new python operator framework which we released with 9.9 this should be possible. I've not tested it though.
    Best,
    Martin
    User: "INHYEOK_SONG"
    New Altair Community Member
    OP
    excute python 9.9 not work
    User: "MartinLiebig"
    Altair Employee
    Accepted Answer
    Hi,
    as mentioned above, please do not try Execute Python. This cannot work, because you return a pickeled python object.

    Please use PoF instead. The operator is called Python Learner.

    Best,
    Martin
    User: "INHYEOK_SONG"
    New Altair Community Member
    OP
    Thank you. I'll ask you one more question.
    Can you tell me which operator the PoF refers to? I've only tried python connection with excute python, so I don't know what operator PoF is.
    User: "MartinLiebig"
    Altair Employee
    Accepted Answer
    Sorry, this is a bit my fault.

    With 9.9 we added two new operators to the python extension. They are called 'Python Learner" and 'Python Transformer'.

    We call them Python Operator Framework (PoF) internally, since you can write your own operators using python with them.

    Best,
    Martin
    User: "INHYEOK_SONG"
    New Altair Community Member
    OP
    Thank you very much. It's a necessary feature, but thank you for making it.