-
Notifications
You must be signed in to change notification settings - Fork 357
DerivedParameter #4142
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
DerivedParameter #4142
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D80252960 |
Summary: * This adds support for derived parameters that are linear functions of other parameters. * This uses sympy to enable non-linear parameter definitions in the future * This updates `RemoveFixed` to also remove/add derived parameters. * This updates json/sqa storage for the new parameter type * This updates core stubs to include a derived parameter (so that SQA storage tests include a derived parameter). Differential Revision: D80252960
29cff08 to
ab2c064
Compare
|
This pull request was exported from Phabricator. Differential Revision: D80252960 |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4142 +/- ##
==========================================
+ Coverage 96.15% 96.16% +0.01%
==========================================
Files 562 564 +2
Lines 57058 57290 +232
==========================================
+ Hits 54863 55092 +229
- Misses 2195 2198 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Summary: * This adds support for derived parameters that are linear functions of other parameters. * This uses sympy to enable non-linear parameter definitions in the future * This updates `RemoveFixed` to also remove/add derived parameters. * This updates json/sqa storage for the new parameter type * This updates core stubs to include a derived parameter (so that SQA storage tests include a derived parameter). Differential Revision: D80252960
ab2c064 to
1bf562d
Compare
|
This pull request was exported from Phabricator. Differential Revision: D80252960 |
Summary: * This adds support for derived parameters that are linear functions of other parameters. * This uses sympy to enable non-linear parameter definitions in the future * This updates `RemoveFixed` to also remove/add derived parameters. * This updates json/sqa storage for the new parameter type * This updates core stubs to include a derived parameter (so that SQA storage tests include a derived parameter). Differential Revision: D80252960
1bf562d to
f3ae5bb
Compare
|
This pull request was exported from Phabricator. Differential Revision: D80252960 |
Summary: * This adds support for derived parameters that are linear functions of other parameters. * This uses sympy to enable non-linear parameter definitions in the future * This updates `RemoveFixed` to also remove/add derived parameters. * This updates json/sqa storage for the new parameter type * This updates core stubs to include a derived parameter (so that SQA storage tests include a derived parameter). Differential Revision: D80252960
f3ae5bb to
d210ae3
Compare
|
This pull request was exported from Phabricator. Differential Revision: D80252960 |
d210ae3 to
418b84f
Compare
Summary: * This adds support for derived parameters that are linear functions of other parameters. * This uses sympy to enable non-linear parameter definitions in the future * This updates `RemoveFixed` to also remove/add derived parameters. * This updates json/sqa storage for the new parameter type * This updates core stubs to include a derived parameter (so that SQA storage tests include a derived parameter). Differential Revision: D80252960
|
This pull request was exported from Phabricator. Differential Revision: D80252960 |
418b84f to
5d51dd0
Compare
Summary: * This adds support for derived parameters that are linear functions of other parameters. * This uses sympy to enable non-linear parameter definitions in the future * This updates `RemoveFixed` to also remove/add derived parameters. * This updates json/sqa storage for the new parameter type * This updates core stubs to include a derived parameter (so that SQA storage tests include a derived parameter). Reviewed By: lena-kashtelyan Differential Revision: D80252960
|
This pull request was exported from Phabricator. Differential Revision: D80252960 |
Summary: * This adds support for derived parameters that are linear functions of other parameters. * This uses sympy to enable non-linear parameter definitions in the future * This updates `RemoveFixed` to also remove/add derived parameters. * This updates json/sqa storage for the new parameter type * This updates core stubs to include a derived parameter (so that SQA storage tests include a derived parameter). Reviewed By: lena-kashtelyan Differential Revision: D80252960
5d51dd0 to
782969a
Compare
|
This pull request was exported from Phabricator. Differential Revision: D80252960 |
Summary: * This adds support for derived parameters that are linear functions of other parameters. * This uses sympy to enable non-linear parameter definitions in the future * This updates `RemoveFixed` to also remove/add derived parameters. * This updates json/sqa storage for the new parameter type * This updates core stubs to include a derived parameter (so that SQA storage tests include a derived parameter). Reviewed By: lena-kashtelyan Differential Revision: D80252960
782969a to
9d402bc
Compare
|
This pull request was exported from Phabricator. Differential Revision: D80252960 |
|
This pull request has been merged in b65e24c. |
Summary:
This adds support for derived parameters that are linear functions of other parameters.
This updates
RemoveFixedto also remove/add derived parameters.This updates json/sqa storage for the new parameter type
This updates core stubs to include a derived parameter (so that SQA storage tests include a derived parameter).
Differential Revision: D80252960