You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is saying: [Invalid workflow file: .github/workflows/tests-on-pr.yml#L12](https://github.com/diffpy/diffpy.snmf/actions/runs/19680434710/workflow) error parsing called workflow ".github/workflows/tests-on-pr.yml" -> "Billingegroup/release-scripts/.github/workflows/_tests-on-pr.yml@v0" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
Yes, it's fixed now. It broke because the scripts were moved to scikit-package from release-scripts and it didn't know to look for them there. Worth noting if this happens elsewhere.
These issues cropping up are making me realize the package is a bit "dirty", probably because it originated from an old fork. I can keep patching things but a better solution might be to re-cut the package with scikit-package.
✅ All modified and coverable lines are covered by tests. ⚠️ Please upload report for BASE (john-development@d83619e). Learn more about missing BASE report.
It passed now. The codecov score is cheating a bit, because one of the tests spins up the whole class. Ideally we'd get all our coverage through unit tests, and this PR is meant to be a step in that direction.
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
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.
get_objective_function()now passes tocompute_objective_function()compute_objective_function()