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

Wrap box with molbox's API #565

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

Conversation

umesh-timalsina
Copy link
Member

Closes #563.

@umesh-timalsina umesh-timalsina changed the title Wrap box with molbox Wrap box with molbox's API Jun 29, 2021
@justinGilmer
Copy link
Collaborator

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

lengths = _validate_lengths(lengths)
angles = _validate_angles(angles)
print(lengths, angles)
precision = int(precision or 6)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Does this set precision to 6 if you cant typecast precision to an int?

Copy link
Member Author

Choose a reason for hiding this comment

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

I think it does because you have handled that in Molbox.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Ah true, that makes sense.

@codecov
Copy link

codecov bot commented Jul 1, 2021

Codecov Report

Attention: Patch coverage is 94.87179% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 90.53%. Comparing base (69fd5e2) to head (340d1dd).

❗ Current head 340d1dd differs from pull request most recent head 2d605cc. Consider uploading reports for the commit 2d605cc to get more accurate results

Files Patch % Lines
gmso/core/box.py 97.05% 1 Missing ⚠️
gmso/formats/lammpsdata.py 80.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #565      +/-   ##
==========================================
- Coverage   92.44%   90.53%   -1.91%     
==========================================
  Files          66       56      -10     
  Lines        7024     4439    -2585     
==========================================
- Hits         6493     4019    -2474     
+ Misses        531      420     -111     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@daico007 daico007 changed the base branch from old_main to main September 25, 2023 15:20
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.

Use molbox for box implmentation
3 participants