Skip to content

Commit

Permalink
ch.py: set __array_priority__ to 2.0, so that (for example) numpyobj …
Browse files Browse the repository at this point in the history
…+ chumpyobj = chumpyobj
  • Loading branch information
mattloper committed Jul 29, 2014
1 parent c233a9a commit 2abf05b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ch.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def __init__(self, default=None, desc=None, dr=True):
class Ch(object):
terms = []
dterms = ['x']
__array_priority__ = 2.0

_cached_parms = {}
_setup_terms = {}
Expand Down

0 comments on commit 2abf05b

Please sign in to comment.