Skip to content

Commit

Permalink
DOC: remove mention errors in math without label overlap (#1318)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoyer authored Mar 23, 2017
1 parent 65555b8 commit b3fc6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/computation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ Arithmetic between two datasets matches data variables of the same name:
ds - ds2
Similarly to index based alignment, the result has the intersection of all
matching variables, and ``ValueError`` is raised if the result would be empty.
matching data variables.

.. [1] In some future version of NumPy, we should be able to override ufuncs for
datasets by making use of ``__numpy_ufunc__``.

0 comments on commit b3fc6c4

Please sign in to comment.