Skip to content

Conversation

@mgiulini
Copy link
Contributor

@mgiulini mgiulini commented Jun 22, 2022

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

  • You have stick to Python. Talk with 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's a (state) purpose
  • 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 install 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 #488. I will add an example file of the overall execution in issue #417 and the related PR.

@mgiulini mgiulini requested a review from joaomcteixeira June 22, 2022 12:26
@mgiulini mgiulini self-assigned this Jun 22, 2022
@mgiulini mgiulini changed the title Iss488 added check on tolerance in clustrmsd Jun 22, 2022
@mgiulini mgiulini merged commit 00c49dc into main Jun 22, 2022
@mgiulini mgiulini deleted the iss488 branch June 22, 2022 13:02
@joaomcteixeira joaomcteixeira added m|clustrmsd enhancement Improving something in the codebase labels Jun 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Improving something in the codebase m|clustrmsd

Projects

None yet

Development

Successfully merging this pull request may close these issues.

add check on tolerance in clustrmsd

3 participants