Skip to content

Commit

Permalink
Fixed zero copy example
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Aug 16, 2012
1 parent afe18a1 commit ef5cfce
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -8,6 +8,7 @@
parameter_list = [[data]]

def features_dense_zero_copy_modular(in_data=data):
feats = None
if numpy.__version__ >= '1.5':
feats=numpy.array(in_data, dtype=float64, order='F')

Expand Down

0 comments on commit ef5cfce

Please sign in to comment.