Closed will-henney closed 6 years ago
The circle fitting uses lmfit, which introduced a backwards incompatible change in version 0.9, as described at http://cars9.uchicago.edu/software/python/lmfit/whatsnew.html#whatsnew-090-label
lmfit
I am using 0.9, so I had to change the programs to account for this. But I think Jorge is still using 0.8, so I will try and make it compatible with either version before pushing the change.
But Jorge may have to upgrade to 0.9 if that doesn't work.
This is addressed in 4575cdb but I will leave thus issue open until Jorge can confirm that it still works for him
The circle fitting uses
lmfit
, which introduced a backwards incompatible change in version 0.9, as described at http://cars9.uchicago.edu/software/python/lmfit/whatsnew.html#whatsnew-090-labelI am using 0.9, so I had to change the programs to account for this. But I think Jorge is still using 0.8, so I will try and make it compatible with either version before pushing the change.
But Jorge may have to upgrade to 0.9 if that doesn't work.