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
[SOLVED] Using Loop Parameters for general purposes
tennenrishin
Member Posts: 177 Contributor II
What is the easiest way to silence this warning message?:
"Inner operators of Loop Parameters do not provide performance vectors. Performance cannot be plotted."
In my use cases it usually dilutes other more important messages in the log.
"Inner operators of Loop Parameters do not provide performance vectors. Performance cannot be plotted."
In my use cases it usually dilutes other more important messages in the log.
Tagged:
0
Answers
currently, there is no parameter to get rid of the warnings. There are at least 2 workarounds though:
- increase the log level of the main process to "warning". That will limit the log output to actual warnings (meaning that maybe also some other important messages will be omitted).
- create some dummy performance and connect it to the performance output of Loop Parameters. That could be e.g. the number of examples in an example set, since that is reasonable fast to calculate. Use Extract Performance for that.
In any case, I will create an internal issue requesting to remove that warning.
Best regards,
Marius