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
added support for numpy <1.8 (released 2013-10-28) which don't support
the axis argument to numpy.linalg.norm. this commit monkeypatches
a custom version when necessary which uses numpy.apply_along_axis()
to achieve the same effect.
0 commit comments