Closed arkottke closed 3 years ago
Yes - definitely a bug! This was fixed in https://github.com/dfm/george/pull/90 but I never merged that because I got too far behind on PRs :/ I'd be happy to accept an updated one directed at the main
branch.
Sure, I will send a PR to fix this issue.
I implemented
george.modeling.Model
to provide a custom model. During optimization, it tries to callself.set_vector
. I believe that this should beself.set_parameter_vector
. The potential bug here: