Skip to content
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

Fix issue with fit_preset invoking fit incorrectly during refit #181

Merged
merged 2 commits into from
Nov 13, 2023

Conversation

ml-evs
Copy link
Collaborator

@ml-evs ml-evs commented Nov 10, 2023

As reported in #180, fit_preset incorrectly invokes .fit() with learning_rate rather than lr, but only during the optional refit step. This wasn't caught by our CI as we do not test refit and also do not run slower tests... I've re-enabled this test for now and made the fix.

Closes #180.

This is currently blocked by #182

@ml-evs ml-evs merged commit ce0cfdb into master Nov 13, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TypeError when using matbench_benchmark
2 participants