The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Is there a way to get rid of an ExampleTable?
Pascal_Welke
Member Posts: 10 Contributor II
Hey there,
I am writing an operator for preprocessing which gets an ExampleSet as input and creates a new MemoryExampleTable wich will deliver data for output.
Is there a way to delete the no longer needed ExampleTable which provided the input?
Greetings.
Pascal
I am writing an operator for preprocessing which gets an ExampleSet as input and creates a new MemoryExampleTable wich will deliver data for output.
Is there a way to delete the no longer needed ExampleTable which provided the input?
Greetings.
Pascal
Tagged:
0
Answers
the memory example table will be deleted by the garbage collection as soon as no objects holds a reference on it. So if you don't remember it in your operator or resulting IOObjects, it will be deleted automatically.
Greetings,
 Sebastian
Regards
Pascal