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
Hi. I have attempted to use verify() with the error_fun argument as either just_warn or warn_report. These return a warning message that is highlighted in the console, however for example if I am running a long script and the verification occurs in the middle, then I have to scroll up to seek out that message. Is there any way to have the warning messages accumulate at the end of the output similar to standard warnings?
The text was updated successfully, but these errors were encountered:
Hi. I have attempted to use
verify()
with theerror_fun
argument as eitherjust_warn
orwarn_report
. These return a warning message that is highlighted in the console, however for example if I am running a long script and the verification occurs in the middle, then I have to scroll up to seek out that message. Is there any way to have the warning messages accumulate at the end of the output similar to standard warnings?The text was updated successfully, but these errors were encountered: