You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some warnings in the logs but they are not printed in the console. One example is the warning about "TE mode specified in the mode source but no TE modes are found". Users think having this kind of messages printed out would be helpful.
The text was updated successfully, but these errors were encountered:
So currently, if there are warnings found in the log, a warning is printed saying that.
WARNING: Warning messages were found in the solver log. For more
information, check 'SimulationData.log' or use
'web.download_log(task_id)'.
The idea behind this was not to have a large output if there are many warning messages in the log. If I understand correctly what you are proposing is instead to display them all?
Yes essentially. It's one of those situations where we can't make everyone happy. Some people prefer to see all the warnings so they know if there are potential issues. Some people prefer to have less warnings so the console/notebook look cleaner. I think we should probably lean towards the former and users can always turn off the warning if they want.
There are some warnings in the logs but they are not printed in the console. One example is the warning about "TE mode specified in the mode source but no TE modes are found". Users think having this kind of messages printed out would be helpful.
The text was updated successfully, but these errors were encountered: