Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gsomix committed Jul 17, 2012
1 parent 989a7f7 commit 15b5263
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -16,7 +16,7 @@ def features_dense_real_modular(in_data=data):
f_real=RealFeatures(m_real)
f_long=LongIntFeatures(m_long)

if numpy.__version__ >= 1.5:
if numpy.__version__ >= '1.5':
f_real+=m_real
f_long+=m_long

Expand Down

0 comments on commit 15b5263

Please sign in to comment.