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
The main reason though is to improve tracebacks. We could exclude fire and monai.bundle (I hope that excluding only a module of a framework would work).
Patching warnings.showwarning cannot take into account the stacklevel argument from warnings.warn(). This is apparent in warnings from PL being shown as coming from the rank_zero module, instead of a level or few before, as they indicate through stacklevel. Capturing warnings with the correct source location Delgan/loguru#1076 (comment)
Let's start using Rich, we can easily add it to Loguru .
The main reason though is to improve tracebacks. We could exclude
fire
andmonai.bundle
(I hope that excluding only a module of a framework would work).Screenshot from here.
The text was updated successfully, but these errors were encountered: