deprecate: Deprecate remaining methods of FitRecipe#157
Merged
sbillinge merged 8 commits intodiffpy:v3.3.0from Feb 21, 2026
Merged
deprecate: Deprecate remaining methods of FitRecipe#157sbillinge merged 8 commits intodiffpy:v3.3.0from
FitRecipe#157sbillinge merged 8 commits intodiffpy:v3.3.0from
Conversation
Contributor
Author
|
@sbillinge ready for review Also, this is where we are with deprecations in srfit, 40 functions deprecated! |
FitrecipeFitRecipe
cadenmyers13
commented
Feb 20, 2026
| return | ||
|
|
||
|
|
||
| def test_add_and_remove_ParameterSet(): |
Contributor
Author
There was a problem hiding this comment.
A similar test for this exists in test_parameterset, but no test existed for the FitRecipe.removeParameterSet.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## v3.3.0 #157 +/- ##
==========================================
+ Coverage 70.63% 71.06% +0.43%
==========================================
Files 25 25
Lines 3606 3660 +54
==========================================
+ Hits 2547 2601 +54
Misses 1059 1059
🚀 New features to boost your workflow:
|
Contributor
|
This is amazing. I love the new function names and appreciate the tests |
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.
deprecated,
removeParameterSetscalarResidualaddVardelVarnewVarI also added a test for
remove_parameter_setsince it didn't exist