Skip to content

Commit fe96761

Browse files
committed
typo (causes no harm)
1 parent 06c6851 commit fe96761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/damask/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def _broadcast_shapes(a1,a2):
5656
return _np.broadcast(*[_np.empty(x, dtype=_np.dtype([])) for x in [a1,a2]]).shape
5757

5858

59-
if _np.lib.NumpyVersion(_np.__version__) < '2.20.0':
59+
if _np.lib.NumpyVersion(_np.__version__) < '1.20.0':
6060
_np.broadcast_shapes = _broadcast_shapes # type: ignore
6161

6262
def srepr(msg,

0 commit comments

Comments
 (0)