Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlei committed Oct 13, 2014
1 parent 15f1e35 commit f9fb017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smop/runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ def isequal_(a,b):
return np.array_equal(np.asanyarray(a),
np.asanyarray(b))

def isscalar_(a)
def isscalar_(a):
"""np.isscalar returns True if a.__class__ is a scalar
type (i.e., int, and also immutable containers str and
tuple, but not list.) Our requirements are different"""
Expand Down

0 comments on commit f9fb017

Please sign in to comment.