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
Currently sos-r uses run_cell function to execute statement for variable assignment. With the silent=True parameter nothing is displayed even if there were warning and error messages.
It is worthwhile to investigate the use of get_response function to execute the statement, capture and display the warning and error messages.
A good example to trigger the warning is from #24 for out-of-range integers.
The text was updated successfully, but these errors were encountered:
sos-r/src/sos_r/kernel.py
Line 396 in b2edd5b
Currently
sos-r
usesrun_cell
function to execute statement for variable assignment. With thesilent=True
parameter nothing is displayed even if there were warning and error messages.It is worthwhile to investigate the use of
get_response
function to execute the statement, capture and display the warning and error messages.A good example to trigger the warning is from #24 for out-of-range integers.
The text was updated successfully, but these errors were encountered: