-
Notifications
You must be signed in to change notification settings - Fork 40
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
Removed custom_encoder option #250
Conversation
* Fix logging and checkpointing bug * Add option to validate every n steps
Fixes minor issues in Noble-Lab#165.
* Always use full file paths Fixes Noble-Lab#167. * Update changelog * Formatting fix
* Only split off extension if it's mzTab * Also check for .log extension * Update output format in help message
* Add FAQ about using Casanovo for new PTMs * Update based on Bill's feedback
* Add non-enzymatic weights description to docs * Update weights information --------- Co-authored-by: Wout Bittremieux <[email protected]>
* Don't assign output files during eval mode * Update changelog
* Fix specifying custom residues * Update changelog
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 changed the base from main
to dev
, because that's where our current development happen. For your future PRs, please start from dev
.
This now messed up the change history unfortunately, because your code didn't include the dev
changes yet. Can you rebase to dev
and force push that version so that the history is clean?
Additionally, there are still some locations where custom_encoder
is used in model.py
.
Also include a line in the CHANGELOG with the changes that have been made.
Superseded by #254. |
resolved issue #238