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
BUG: add check for infinity in __call__ of EngFormatter
EngFormatter throws an exception if passed 'inf' as below. This
patch checks for infinity and just returns 'inf' in that case.
xref #11981
Author: Johnny Gill <[email protected]>
Closes#14214 from swfiua/master and squashes the following commits:
f2348e7 [Johnny Gill] test EngFormatter with np.inf
83f4091 [Johnny Gill] add check for infinity in __call__ of EngFormatter
0 commit comments