BIDS / datarray

Prototyping numpy arrays with named axes for data management.
http://bids.github.com/datarray
Other
87 stars 20 forks source link

Do not always use 'view' on constructor #20

Open llvilanova opened 14 years ago

llvilanova commented 14 years ago

By always using 'view', the result is never the owner of the buffer, so length cannot be modified in-place without forcing the operation.