Skip to content

Commit

Permalink
fix constructors.empty doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
havogt committed Nov 14, 2023
1 parent f1e1e02 commit a11b097
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/gt4py/next/constructors.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,6 @@ def empty(
>>> from gt4py._core import definitions as core_defs
>>> JDim = gtx.Dimension("J")
>>> b = gtx.empty({IDim: 3, JDim: 3}, int, device=core_defs.Device(core_defs.DeviceType.CPU, 0))
>>> b.ndarray
array([[0, 0, 0],
[0, 0, 0],
[0, 0, 0]])
>>> b.shape
(3, 3)
"""
Expand Down

0 comments on commit a11b097

Please sign in to comment.