-
Notifications
You must be signed in to change notification settings - Fork 2
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
Support absolute values for variationRange
in sensitivityCalculation
#731
base: main
Are you sure you want to change the base?
Conversation
|
Sure, it is coming :) |
Aaaah sorry, didn't see that you did not request the review, yet :) |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #731 +/- ##
==========================================
+ Coverage 86.11% 88.35% +2.24%
==========================================
Files 29 29
Lines 2593 2757 +164
==========================================
+ Hits 2233 2436 +203
+ Misses 360 321 -39 ☔ View full report in Codecov by Sentry. |
I agree. Given the scope of recent changes, I propose raising a separate issue to update the vignettes. |
Merge branch 'main' of https://github.com/esqLABS/esqlabsR into absolute-parameter-range # Conflicts: # tests/testthat/test-sensitivity-calculation.R
Enhanced
sensitivityCalculation
to acceptvariationRange
as bothabsolute
andrelative
values. Added support for passingvariationRange
as a list, allowing individual variations for each parameter inparameterPaths
. Introduced thevariationType
parameter to specify whether the variationRange is applied as absolute or relative values.Closes #623
Closes #621