Closed adler-j closed 8 years ago
I don't get the same error. What version of Python are you using? I made a change that hopefully fixes this bug anyway.
Python 2.7 running on windows 10. I'll see if the updated version still has the fix later today.
I don't get the error on my ubuntu 14.04 machine. I installed ProxImaL from git, and the last commit is a843b5be.
>>> import proximal
>>> x = proximal.Variable([2, 2])
>>> x
<proximal.lin_ops.variable.Variable object at 0x7f840cbf3450>
This now works on my machine as well. Should be closable.
Steps to reproduce: