Skip to content

Commit

Permalink
in NumPy 2.1.0 set_printoptions() returns something
Browse files Browse the repository at this point in the history
  • Loading branch information
wojdyr committed Aug 26, 2024
1 parent d4458ac commit cb2ffdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/hkl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,8 @@ Data in NumPy and pandas
:skipif: numpy is None
:hide:

>>> numpy.set_printoptions(threshold=5)
>>> # 'and None' because https://github.com/numpy/numpy/pull/27259
>>> numpy.set_printoptions(threshold=5) and None

In Python Column has a read-only `array` property that provides
a view of the data compatible with NumPy. It does not copy the data,
Expand Down

0 comments on commit cb2ffdf

Please sign in to comment.