Problem with EDEMPy script

Joshua García
Joshua García Altair Community Member
edited May 28 in Community Q&A

Hello,

I'm using the latest script version of AoR test script and present de following error:

image

The resoults that i'm try processing are from EDEM 2021.1 and the script is from EDEM 2021.2 instalation

Thanks 

Tagged:

Best Answer

  • Stephen Cole
    Stephen Cole
    Altair Employee
    edited October 2021 Answer ✓

    Hi Joshua, I believe this is due to a change in EDEM 2021.2 where the 'creatordata' value is now indexable.  If you replace any instances of this with creatordata[0] then this should resolve the issue you see.


    You can replace with any other value than [0] depending on which time-step you want to get the information from the creator, however at start time is most common.


    Regards

    Stephen

Answers

  • Stephen Cole
    Stephen Cole
    Altair Employee
    edited October 2021 Answer ✓

    Hi Joshua, I believe this is due to a change in EDEM 2021.2 where the 'creatordata' value is now indexable.  If you replace any instances of this with creatordata[0] then this should resolve the issue you see.


    You can replace with any other value than [0] depending on which time-step you want to get the information from the creator, however at start time is most common.


    Regards

    Stephen

  • Joshua García
    Joshua García Altair Community Member
    edited October 2021

    That information was correct. Thanks a lot.