Merge dev into master: Discrete weight DMC birth and death bug fix, DMC data saving failure bug fix, Github CI/CD workflow update#3
Merged
Conversation
Pull from main repo to update stale info in this branch
(0cae680) Fix the issue that two print statements in the DMC run is causing the DMC run to crash and not saving hdf5 file in the end. (43875e6) Added a similar try except statement at the beginning of pyvibdmc run to prevent the error from causing the DMC run to crash when stdout is missing. (e16c3d2) Initial implementation of a new discrete weight DMC walker birth and death code (6331029) Revised fix for walker update code for discrete DMC, Added comments to clarify where checkpointing code is, revised construction method for new arrays to avoid repeated usage of np.repeat and achieve higher performance (7005df7) Switched from pypi API token to trusted publisher for the CI/CD workflow. Updated action versions. Split the original workflow into build job and publish job.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Merge personal dev repo into master repo: Notice the commits are cherry-picked from the dev branch on the personal repo.
Todos
Notable points that this PR has either accomplished or will accomplish.
Questions
Status