-
Notifications
You must be signed in to change notification settings - Fork 34
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
added changes to master to tempering_update branch #438
Closed
Conversation
This file contains 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
* Use upstream ruamel.yaml instead of ruamel_yaml The ruamel_yaml package was created by Anaconda as a workaround for namespace package issues a long time ago. By now it is not needed anymore and ruamel.yaml is available from Anaconda's "defaults" channel as well as conda-forge. Conda-forge will stop (re-)building (the severly outdated) ruamel_yaml package; tracking issue: conda-forge/ruamel_yaml-feedstock#107 Signed-off-by: Marcel Bargull <[email protected]> * Add compatibility for ruamel.yaml=0.18 ruamel.yaml=0.18 removed the top-level load, dump, etc. functions. For details see https://pypi.org/project/ruamel.yaml/0.18.4/ . Signed-off-by: Marcel Bargull <[email protected]> --------- Signed-off-by: Marcel Bargull <[email protected]>
Attempt to fix github runner bug on ubuntu 22.04, see actions/runner-images#8659 (comment)
* added SASA analysis * moved sasa.h from analysis.h to .cpp * minor renaming * added missing documentation of functions * most changes based on review * Add documentation and streming output * Add sasa analysis to JSON schema * Update git ignore * Update manual * CI fix * Add sasa test * Fix github run command * Update CI --------- Co-authored-by: jakub <[email protected]> Co-authored-by: Mikael Lund <[email protected]> Co-authored-by: Mikael Lund <[email protected]>
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
Please edit this text to include a summary of the change and which issue is fixed.
Checklist
make test
passes with no errorsthe source code is well documented
new functionality includes unittests
the user-manual has been updated to reflect the changes
I have installed the provided commit hook to auto-format commits (requires
clang-format
):code naming scheme follows the convention:
PascalCase
camelCase
snake_case