mattloper / chumpy

MIT License
195 stars 119 forks source link

Fixed reduce when drs contains LinearOperator #5

Closed chenliu0831 closed 8 years ago

chenliu0831 commented 9 years ago

There's a bug in the reduce usage for the LinearOperator where it combines first two elements initially and cause a dimension mismatch bug. Should use a empty matrix initializer to start with.

chenliu0831 commented 9 years ago

I'm having some trouble writing unittest for the code that use the LinearOperator. Matt, can you suggest some example for me to start with? Thanks.

chenliu0831 commented 8 years ago

Obsolete probably