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

DO-NOT-MERGE -Py311 CI test #12

Closed
wants to merge 23 commits into from
Closed

DO-NOT-MERGE -Py311 CI test #12

wants to merge 23 commits into from

Conversation

jeremyleung521
Copy link
Owner

Issue Number. Is this pull request related to any outstanding issues? If so, list the issue number.

Describe the changes made. A clear and concise description of what the problem is and what you did to fix it. E.g. [...] was happening and I've changed [...] to fix it.

Goals and Outstanding Issues. A clear and concise list of goals (to be) accomplished.

  • [ ]

Major files changed.

  • [ ]

Status.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • I have read the CONTRIBUTING document.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Additional context. Add any other context or screenshots about the pull request here.

jeremyleung521 and others added 23 commits October 29, 2022 11:45
Co-authored-by: She Zhang <she.zhang@eyesopen.com>
* bug fix in the MAB scheme code

* changed the default value from False to 0 in MAB code

---------

Co-authored-by: She Zhang <she.zhang@eyesopen.com>
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.12.0 to 2.12.1.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v2.12.0...v2.12.1)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix ibstates option to account for mismatch dtype

* turn into basis_auxref into empty bytestrings for ibstate combination

* remove print statement

* fix typo where get_object is loaded twice

* prevent codecov from failing CI

* update README to point to new tutorials

* remove ppt

* remove README badge

* remove README badge

* update FAQ to point to wiki instead

* README fix and link RTD README to the main README

* add test for w_multi_west

* update multi_aux_ref.h5 to merge ibstates too
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.12.1 to 2.12.3.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v2.12.1...v2.12.3)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@codecov-commenter
Copy link

Codecov Report

Merging #12 (3a19c3a) into westpa2 (6a7ff03) will increase coverage by 0.16%.
The diff coverage is 63.63%.

@@             Coverage Diff             @@
##           westpa2      #12      +/-   ##
===========================================
+ Coverage    41.14%   41.30%   +0.16%     
===========================================
  Files          131      131              
  Lines        16949    16961      +12     
===========================================
+ Hits          6973     7006      +33     
+ Misses        9976     9955      -21     
Flag Coverage Δ
unittests 41.30% <63.63%> (+0.16%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/westpa/core/_rc.py 71.64% <0.00%> (-0.08%) ⬇️
src/westpa/core/binning/mab.py 3.84% <0.00%> (-0.04%) ⬇️
src/westpa/core/propagators/executable.py 17.51% <14.28%> (+0.36%) ⬆️
src/westpa/core/data_manager.py 68.75% <57.14%> (-0.07%) ⬇️
src/westpa/_version.py 100.00% <100.00%> (ø)
src/westpa/cli/tools/w_multi_west.py 94.04% <100.00%> (+8.69%) ⬆️

... and 2 files with indirect coverage changes

@jeremyleung521
Copy link
Owner Author

working now

@jeremyleung521 jeremyleung521 deleted the py311-test branch July 26, 2023 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants