-
Notifications
You must be signed in to change notification settings - Fork 34
regularization towards initial guess #88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
regularization
shanemcq18
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also need to track down why some of the tests are failing on GitHub, stay tuned.
|
I need to track down an issue with one of the tests, but before that, I was getting some failures on old versions of Python on my local machine that seem to be related to this issue: numpy/numpy#29820. This hopefully shouldn't be a problem for our tests, but it's messing me up locally. It's time to drop python 3.9, so that might help things a bit... Anyway, here's what actually needs to be fixed: |
|
Attempting to address the GitHub Actions issue with windows and Tcl ( |
Version now
0.5.17, GitHub Actions also modified to remove Python 3.9, add Python 3.14, and address a matplotlib issue with testing on Windows.