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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

added export scoring parameter #838

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Conversation

mgiulini
Copy link
Contributor

You are about to submit a new Pull Request. Before continuing make sure you read the contributing guidelines and that you comply with the following criteria:

  • You have sticked to Python. Please talk to us before adding other programming languages to HADDOCK3
  • Your PR is about CNS
  • Your code is well documented: proper docstrings and explanatory comments for those tricky parts
  • You structured the code into small functions as much as possible. You can use classes if there is a (state) purpose
  • Your code follows our coding style
  • You wrote tests for the new code
  • tox tests pass. Run tox command inside the repository folder
  • -test.cfg examples execute without errors. Inside examples/ run python run_tests.py -b
  • PR does not add any dependencies, unless permission granted by the HADDOCK team
  • PR does not break licensing
  • Your PR is about writing documentation for already existing code 馃敟
  • Your PR is about writing tests for already existing code :godmode:

Closes #833 by adding the export parameter in scoring modules. If false, input models are exported

@mgiulini mgiulini self-assigned this Mar 26, 2024
@mgiulini mgiulini marked this pull request as ready for review March 26, 2024 16:53
@mgiulini mgiulini added enhancement Enhancing an existing feature of adding a new one m|emscoring Related to emscoring module m|mdscoring mdscoring module workflow All the general parts of HADDOCK3 not related to any module in particular labels Mar 26, 2024
Copy link
Contributor

@VGPReys VGPReys left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want also to have tests evaluating that input models are identical to output models ?

@mgiulini
Copy link
Contributor Author

Do we want also to have tests evaluating that input models are identical to output models ?

it would be very nice but it requires the development of another integration test..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancing an existing feature of adding a new one m|emscoring Related to emscoring module m|mdscoring mdscoring module workflow All the general parts of HADDOCK3 not related to any module in particular
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add an option to not export modified models in scoring modules
2 participants