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

Develop queuing algorithms and some relevant functionalities for asynchronous REXEE #65

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

wehs7661
Copy link
Owner

Description

In this PR, we aim to add some features that can be used by asynchronous REXEE. Note that this currently only for experimental purposes.

Type of Change

  • New feature

Todos

Notable points that this PR has either accomplished or will accomplish.

  • Implement a preliminary queuing algorithm.

Checklist

Starting from PR #62, external PRs must keep the following checklist in the PR.

  • I have read the contributing guidelines.
  • My code follows the project’s coding style and is free from linting errors examined by flake8.
  • My code comes with docstrings that follow the NumPy docstrings standard.
  • I have updated the documentation in the docs directory if my changes affect the project's functionality or usage.
  • I have added new tests for new features or changes to existing features. The code coverage is at least 90%.
  • My code passes all unit tests and CI tests on CircleCI.

Copy link

codecov bot commented Sep 16, 2024

Codecov Report

Attention: Patch coverage is 66.66667% with 1 line in your changes missing coverage. Please review.

Project coverage is 95.47%. Comparing base (9958558) to head (625b677).

Files with missing lines Patch % Lines
ensemble_md/replica_exchange_EE.py 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #65      +/-   ##
==========================================
- Coverage   95.51%   95.47%   -0.05%     
==========================================
  Files          10       10              
  Lines        1919     1921       +2     
==========================================
+ Hits         1833     1834       +1     
- Misses         86       87       +1     

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

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.

1 participant