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

Models start 1-index #129

Merged
merged 2 commits into from
Nov 23, 2021
Merged

Conversation

joaomcteixeira
Copy link
Member

Before models were starting 0-index line in python. Now they start 1-index.

@amjjbonvin do you think it is useful to have also models named 01, 02, ... if there are up to 99 models and 001, 002, etc if there are up 999 models, etc, to facilitate ls command? Or is it going to break any CNS part?

@joaomcteixeira joaomcteixeira added the enhancement Enhancing an existing feature of adding a new one label Nov 22, 2021
@joaomcteixeira joaomcteixeira added this to the v3.0.0 stable release milestone Nov 22, 2021
@joaomcteixeira joaomcteixeira self-assigned this Nov 22, 2021
@codecov-commenter
Copy link

codecov-commenter commented Nov 22, 2021

Codecov Report

Merging #129 (aa6b6cb) into main (15438d2) will not change coverage.
The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #129   +/-   ##
=======================================
  Coverage   43.32%   43.32%           
=======================================
  Files          38       38           
  Lines        1879     1879           
=======================================
  Hits          814      814           
  Misses       1065     1065           
Impacted Files Coverage Δ
src/haddock/modules/refinement/emref/__init__.py 22.97% <0.00%> (ø)
src/haddock/modules/refinement/flexref/__init__.py 22.66% <0.00%> (ø)
src/haddock/modules/refinement/mdref/__init__.py 22.97% <0.00%> (ø)
src/haddock/modules/sampling/rigidbody/__init__.py 22.07% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 15438d2...aa6b6cb. Read the comment docs.

Copy link
Member

@amjjbonvin amjjbonvin left a comment

Choose a reason for hiding this comment

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

A simple fix :-)

@joaomcteixeira joaomcteixeira merged commit bac1803 into haddocking:main Nov 23, 2021
@joaomcteixeira joaomcteixeira deleted the model_1 branch November 23, 2021 08:38
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants