Skip to content
Open
Show file tree
Hide file tree
Changes from 12 commits
Commits
Show all changes
442 commits
Select commit Hold shift + click to select a range
7a0f623
Fixed issues with merging changes
sscini Feb 15, 2026
31a61e9
Merge branch 'Pyomo:main' into parmest_obj_regularization
sscini Feb 15, 2026
d44f13d
L2 regularization working
sscini Feb 17, 2026
906f280
Merge branch 'Pyomo:main' into parmest_obj_regularization
sscini Feb 17, 2026
fec94fd
Made the theta_ref a series.
sscini Feb 17, 2026
6ecb2a3
Updated doc strings.
sscini Feb 17, 2026
865e51e
Update parmest.py
sscini Feb 17, 2026
5ffa566
added helper comments.
sscini Feb 17, 2026
53ca679
Updated implementation to add vectorized L2 calc, and reviewer questions
sscini Feb 19, 2026
ab583bb
Adjusted logging, ran black
sscini Feb 19, 2026
ac96277
Changed value to avoid zero for L2 term
sscini Feb 19, 2026
08bce8f
Commented out or removed print statements
sscini Feb 19, 2026
26bc6b6
Merge branch 'Pyomo:main' into parmest_obj_regularization
sscini Feb 19, 2026
854366b
Merge branch 'Pyomo:main' into Q_opt-redesign
sscini Feb 19, 2026
c55143d
Added in files from main now, removed example
sscini Feb 19, 2026
8f3a902
Merge branch 'Pyomo:main' into multistart-in-parmest
sscini Feb 19, 2026
3c87d7a
Added old files in temporarily for reference
sscini Feb 19, 2026
4e09d33
Ran black
sscini Feb 19, 2026
4f94329
Merge branch 'Q_opt-redesign' into multistart-in-parmest
sscini Feb 19, 2026
12d0af1
Made quick working example, and small modification for multistart
sscini Feb 19, 2026
72204d9
Merge branch 'Pyomo:main' into Q_opt-redesign
sscini Feb 23, 2026
7aa3b17
Merge branch 'main' into parmest_obj_regularization
sscini Feb 23, 2026
0833295
Add `lhs` iniatialization method and test
smondal13 Feb 23, 2026
ca0a4dd
Add tests for optimize_experiments(). All tests passed
smondal13 Feb 23, 2026
02aa81a
Remove cherry-picked example artifacts from DOE test changes
smondal13 Feb 23, 2026
d1493a5
Add more tests for warnings, combinations
smondal13 Feb 23, 2026
802438b
Refactor result dict in `optimize_experiments()`
smondal13 Feb 23, 2026
5ae8280
Add test of opt values with hardcoded values
smondal13 Feb 23, 2026
0a1167d
Merge branch 'main' into multistart-in-parmest
sscini Feb 24, 2026
476bc09
Going through`optimize_experiments`
smondal13 Feb 25, 2026
fe6ef62
Add parallel algorithm for initialization
smondal13 Feb 25, 2026
3879b1c
Enhance LHS initialization with diagnostics and parallel processing i…
smondal13 Feb 25, 2026
73d9387
Enhance diagnostics and error handling in LHS initialization; add tes…
smondal13 Feb 25, 2026
2f1f5a1
Enhance error handling and diagnostics in optimize_experiments; add c…
smondal13 Feb 26, 2026
7913222
Improve optimize_experiments robustness and docs
smondal13 Feb 26, 2026
65cc0cc
Refine optimize_experiments validation and review tracking
smondal13 Feb 26, 2026
72dd1eb
Enhance DesignOfExperiments with parallel processing for LHS scoring …
smondal13 Feb 26, 2026
ce032b5
Refactor DesignOfExperiments for improved LHS sampling and error hand…
smondal13 Feb 27, 2026
845de61
Refactor DesignOfExperiments to improve Cholesky rule handling and en…
smondal13 Feb 27, 2026
05097d5
Enhance DesignOfExperiments with timeout handling for LHS FIM evaluat…
smondal13 Feb 27, 2026
ec60888
Chose to apply in compute_covariance
sscini Mar 2, 2026
9531d73
Update parmest.py
sscini Mar 2, 2026
bc79da5
Made weight default 1
sscini Mar 2, 2026
0456910
Ran black
sscini Mar 2, 2026
23eb2ea
Adjusted doc strings, ran black
sscini Mar 2, 2026
933da0f
Update regularization_example.py
sscini Mar 2, 2026
c386945
Clean up the branch by removing the `.md` scripts
smondal13 Mar 2, 2026
859e214
Add `_spec.md`
smondal13 Jan 14, 2026
6f401ad
Add `optimize_experiment()`
smondal13 Jan 14, 2026
ce305a6
Add `experiment_list` in the `__init__` and a `DeprecationWarning`if …
smondal13 Jan 14, 2026
72df8e1
Rename finite difference `scenario_blocks` to `fd_scenario_blocks` an…
smondal13 Jan 14, 2026
dd86620
Add new objective method for multiple experiment.
smondal13 Jan 14, 2026
bcc833a
Add complete `doe.py` for multi experiment without testing /example
smondal13 Jan 15, 2026
82a8aad
Solve the `optimize_experiments()` for both 1 and 2 experiment case u…
smondal13 Jan 15, 2026
336ea3a
Solve `doe/examples/rooney_biegler_multiexperiment.py` and `reactor_m…
smondal13 Jan 15, 2026
2fda230
Add plot and the grid best and optimal point points to the same point
smondal13 Jan 15, 2026
da15eef
Add minor changes
smondal13 Jan 17, 2026
d5a2411
Add trace objective
smondal13 Jan 29, 2026
bb65dcf
Resolve the test failing issue for `scenario_blocks` does not exist.
smondal13 Jan 29, 2026
40381f7
Correct docstring
smondal13 Jan 29, 2026
786d8dd
Add `trace` and `pseudo_trace` in the plotting function for multiexpe…
smondal13 Jan 29, 2026
5947553
A-optimality gives different results for rooney_biegler_multiexperime…
smondal13 Jan 29, 2026
2919813
Add new directory for multiexperiment protype examples
smondal13 Jan 29, 2026
f37bc1d
Solve the error FIM not positive definite when prior_FIM is passed
smondal13 Jan 30, 2026
3338e8b
Solve `rooney_biegler_multiexperiment.py`
smondal13 Jan 30, 2026
0b2e546
Add FIM prior in multiexperiment
smondal13 Feb 2, 2026
490f8fe
Add `multiexperiment_prototype.ipynb` that gives the same result from…
smondal13 Feb 2, 2026
a9287e2
When no prior was used, D-opt and trace FIM gave he same result, but …
smondal13 Feb 2, 2026
afa7090
Solve 2 experiment case with same result from both grid and optimization
smondal13 Feb 2, 2026
e1db056
Add `local_name` of sym_break_cons
smondal13 Feb 6, 2026
6a429d2
Add log10 codiition number
smondal13 Feb 13, 2026
995f137
Add `lhs` iniatialization method and test
smondal13 Feb 23, 2026
dbfc6ba
Add tests for optimize_experiments(). All tests passed
smondal13 Feb 23, 2026
a62a67b
Remove cherry-picked example artifacts from DOE test changes
smondal13 Feb 23, 2026
e17a896
Add more tests for warnings, combinations
smondal13 Feb 23, 2026
489be46
Refactor result dict in `optimize_experiments()`
smondal13 Feb 23, 2026
33b5e66
Add test of opt values with hardcoded values
smondal13 Feb 23, 2026
25752c0
Going through`optimize_experiments`
smondal13 Feb 25, 2026
5657dab
Add parallel algorithm for initialization
smondal13 Feb 25, 2026
60c4a96
Enhance LHS initialization with diagnostics and parallel processing i…
smondal13 Feb 25, 2026
e09d340
Enhance diagnostics and error handling in LHS initialization; add tes…
smondal13 Feb 25, 2026
b7111a3
Enhance error handling and diagnostics in optimize_experiments; add c…
smondal13 Feb 26, 2026
3df6c9a
Improve optimize_experiments robustness and docs
smondal13 Feb 26, 2026
0bfc396
Refine optimize_experiments validation and review tracking
smondal13 Feb 26, 2026
4e3b72d
Enhance DesignOfExperiments with parallel processing for LHS scoring …
smondal13 Feb 26, 2026
290747e
Refactor DesignOfExperiments for improved LHS sampling and error hand…
smondal13 Feb 27, 2026
c76632f
Refactor DesignOfExperiments to improve Cholesky rule handling and en…
smondal13 Feb 27, 2026
4041693
Enhance DesignOfExperiments with timeout handling for LHS FIM evaluat…
smondal13 Feb 27, 2026
6be8b2f
Clean up the branch by removing the `.md` scripts
smondal13 Mar 2, 2026
d6ee86b
Merge remote-tracking branch 'refs/remotes/origin/add-multiexperiment…
smondal13 Mar 2, 2026
77f6ff7
Refactor imports and clean up unused code in DoE modules and tests
smondal13 Mar 2, 2026
f542882
Refactor and enhance tests for optimize_experiments()
smondal13 Mar 2, 2026
74eb4bc
Refactor LHS initialization parameters in DesignOfExperiments and rel…
smondal13 Mar 2, 2026
eabc592
Add test for optimize_experiments with multi-experiment trace option
smondal13 Mar 2, 2026
fe72c91
Cleaned up prototype scripts
smondal13 Mar 2, 2026
edaae02
Add tests for JSON encoder and optimize_experiments error handling in…
smondal13 Mar 2, 2026
0d236c4
Refine DOE optimize_experiments test coverage
smondal13 Mar 2, 2026
adf7de2
Add more tests. Remove symmetry breaking constraint suffix for multi-…
smondal13 Mar 3, 2026
b4a50e3
Refactor DOE tests and remove deprecated multi-experiment test file
smondal13 Mar 3, 2026
faa689c
Run black
smondal13 Mar 3, 2026
9ccfba4
Added theta generation and old multistart over
sscini Mar 3, 2026
78f65f3
Updated multistart example and code
sscini Mar 3, 2026
43a67ab
Added bounds to models, ran black
sscini Mar 3, 2026
eef390a
Update documentation and imports in DoE module for clarity and consis…
smondal13 Mar 3, 2026
280b01a
Run black
smondal13 Mar 3, 2026
c6be263
Refactor DesignOfExperiments to standardize initialization method nam…
smondal13 Mar 3, 2026
ed2cf54
Merge branch 'Pyomo:main' into Q_opt-redesign
sscini Mar 6, 2026
2b41ba5
Merge branch 'Pyomo:main' into multistart-in-parmest
sscini Mar 6, 2026
ec100ae
Merge branch 'Pyomo:main' into parmest_obj_regularization
sscini Mar 6, 2026
cc0513a
Updated interface, added block scenario tests.
sscini Mar 6, 2026
2e5ac42
Merge branch 'Q_opt-redesign' into multistart-in-parmest
sscini Mar 6, 2026
e20e457
Added validation for prior_FIM and fixed inconsistencies
sscini Mar 6, 2026
813a981
Adjusted implementation, added new tests in separate file
sscini Mar 6, 2026
96a4792
Initial implementation
sscini Mar 6, 2026
592d54c
Merge branch 'main' into add-multiexperiment
smondal13 Mar 6, 2026
850819c
Merge branch 'Pyomo:main' into parmest_obj_regularization
sscini Mar 6, 2026
44a0b83
Merge branch 'Pyomo:main' into multistart-in-parmest
sscini Mar 6, 2026
8b9db82
Merge branch 'Pyomo:main' into profile-likelihood
sscini Mar 6, 2026
9c0d0a3
Merge branch 'Pyomo:main' into Q_opt-redesign
sscini Mar 6, 2026
1f8f016
Fix multi-experiment compute_FIM aggregation
smondal13 Mar 8, 2026
ff5e465
Merge branch 'add-multiexperiment' of github.com:smondal13/pyomo into…
smondal13 Mar 8, 2026
f9c8e3a
Fixed issue with repeat thetas, ran black
sscini Mar 9, 2026
d6cfe37
Merge branch 'multistart-in-parmest' into profile-likelihood
sscini Mar 9, 2026
a025512
Applied changes based on changes to multistart
sscini Mar 9, 2026
967e790
Run black
smondal13 Mar 9, 2026
baadbf0
Added L1 reg support working prototype, black
sscini Mar 9, 2026
351920f
Fixed testing issue, and example issues
sscini Mar 9, 2026
8ee7b2b
Refactor `_enum_label` method placement and add review documentation …
smondal13 Mar 10, 2026
3c034b7
fix(doe): clarify lhs parallel fallback logs
smondal13 Mar 13, 2026
c4103d9
Remove the review file
smondal13 Mar 17, 2026
1518abe
Add comments to explain the test
smondal13 Mar 17, 2026
6444c54
Merge branch 'Pyomo:main' into profile-likelihood
sscini Mar 17, 2026
4df5b48
Merge branch 'main' into Q_opt-redesign
sscini Mar 17, 2026
a0decd0
Merge branch 'main' into parmest_obj_regularization
sscini Mar 17, 2026
e4fbf66
Refactor DesignOfExperiments to accept a single experiment or a list
smondal13 Mar 17, 2026
ee6e63f
- update init_method type hint in DesignOfExperiments constructor
smondal13 Mar 17, 2026
ebc7aa3
fix(doc): clarify design variables and FIM in multi-experiment docume…
smondal13 Mar 17, 2026
8f4732d
Rename documentation
smondal13 Mar 17, 2026
735762c
Merge branch 'main' into add-multiexperiment
smondal13 Mar 17, 2026
584091c
Rename
smondal13 Mar 17, 2026
3a52f2d
Merge branch 'add-multiexperiment' of github.com:smondal13/pyomo into…
smondal13 Mar 17, 2026
3678ecb
fix(doc): Test failure
smondal13 Mar 18, 2026
12a3c1b
Merge branch 'main' into multistart-in-parmest
sscini Mar 24, 2026
07c42e7
Merge branch 'main' into profile-likelihood
sscini Mar 24, 2026
4fc0336
Merge branch 'main' into Q_opt-redesign
sscini Mar 24, 2026
a7d1fb8
Merge branch 'main' into parmest_obj_regularization
sscini Mar 24, 2026
b372edd
Moved new tests into the main parmest testing file.
sscini Mar 24, 2026
41e8e98
Ran black
sscini Mar 24, 2026
9fe600f
Update test_parmest.py
sscini Mar 25, 2026
48ba6a6
Merge branch 'main' into Q_opt-redesign
sscini Mar 25, 2026
ba4091c
Merge branch 'Pyomo:main' into Q_opt-redesign
sscini Mar 27, 2026
eba10b3
Removed covariance functionality from theta_est, in progress
sscini Mar 27, 2026
c997944
Update simple_reaction_parmest_example.py
sscini Mar 27, 2026
d2b5d74
Update simple_reaction_parmest_example.py
sscini Mar 27, 2026
ae9808f
Update parameter_estimation_example.py
sscini Mar 27, 2026
9fa6528
Adjusted tests, ran black
sscini Mar 27, 2026
cb1ecea
Update test_parmest.py
sscini Mar 27, 2026
261a78f
Delete scenarios.csv
sscini Mar 27, 2026
990b812
feat(doe): add multiexp greybox support
smondal13 Mar 27, 2026
664d687
Merge branch 'Q_opt-redesign' into multistart-in-parmest
sscini Mar 27, 2026
ea876b1
Merge branch 'multistart-in-parmest' into profile-likelihood
sscini Mar 27, 2026
9786fc5
Merge branch 'Pyomo:main' into parmest_obj_regularization
sscini Mar 27, 2026
0266ca3
feat(tests): add tests for multi-experiment grey box optimization
smondal13 Mar 27, 2026
c1ca9c6
Merge branch 'Pyomo:main' into add-multiexperiment
smondal13 Mar 27, 2026
1e1c048
Merge branch 'Pyomo:main' into multiexp-greybox
smondal13 Mar 27, 2026
bc08c2a
feat(doe): enhance multi-experiment support and add synchronization f…
smondal13 Mar 27, 2026
35ee2f9
enforce consistency in unknown parameter values and order for multi-e…
smondal13 Mar 27, 2026
3e66a71
update error message for objective_option and improve test assertions
smondal13 Mar 27, 2026
6d46119
Added tests to correct files, ran black.
sscini Mar 29, 2026
293f9c6
Refactor greybox tests and optimize_experiments functionality
smondal13 Mar 30, 2026
b145e3c
refactor(tests): consolidate validation tests for optimize_experiment…
smondal13 Mar 30, 2026
f03a862
refactor(tests): streamline DoE test cases by removing redundant tests
smondal13 Mar 30, 2026
ecdde5a
test: add validation for non-greybox objectives in optimize_experiments
smondal13 Mar 30, 2026
4bb0a5a
refactor: update results structure to use param_scenarios and streaml…
smondal13 Mar 30, 2026
967d0fa
Run black
smondal13 Mar 30, 2026
a2d42dc
Merge pull request #2 from smondal13/multiexp-greybox
smondal13 Mar 30, 2026
f6ea71f
Rename rb_multi.py script and greybox tests documentation
smondal13 Mar 30, 2026
d927ed9
docs: update documentation to include GreyBox-based objectives and re…
smondal13 Mar 30, 2026
2b28bcb
fix: correct typos in error messages for rb_multi function
smondal13 Mar 30, 2026
74119bd
Merge branch 'profile-likelihood' into regularization-profilelikeliho…
sscini Mar 31, 2026
50cbc4a
Add symbolic gradient support to Pyomo.DoE
Apr 1, 2026
85116d5
Add symbolic DoE regression tests
Apr 1, 2026
12e5e95
Allow writeable in typos config
Apr 1, 2026
b35253a
Port polynomial and reactor symbolic tests
Apr 1, 2026
431b28e
Document symbolic gradient methods in DoE
Apr 1, 2026
f55a294
Refactor ExperimentGradients setup
Apr 1, 2026
ca66ac6
Add polynomial DoE regression coverage
Apr 1, 2026
8d8b8bd
Add broader gradient consistency tests
Apr 2, 2026
5c373fb
Add factorial results dataframe tests
Apr 2, 2026
103a121
Add reactor regression and CI fixes
Apr 2, 2026
76f53c4
Add plotting guard coverage tests
Apr 2, 2026
1c1c253
Update model in regularization core, reordered, ran black
sscini Apr 2, 2026
14bc329
Updated model structure, reordered, ran black
sscini Apr 2, 2026
3dca7d7
Merge branch 'main' into Q_opt-redesign
blnicho Apr 2, 2026
0f653a8
Refactor the result dict
smondal13 Apr 2, 2026
c85e4fb
Merge branch 'main' into add-multiexperiment
smondal13 Apr 2, 2026
f28d86d
Clarify cyipopt HSL skip reason
Apr 2, 2026
aeafe4d
Updated covariance.rst file
slilonfe5 Apr 3, 2026
f84786c
Merge branch 'Pyomo:main' into parmest_obj_regularization
sscini Apr 7, 2026
959d58e
Merge branch 'Pyomo:main' into Q_opt-redesign
sscini Apr 7, 2026
5530e9d
Merge branch 'Pyomo:main' into multistart-in-parmest
sscini Apr 7, 2026
aa6d670
Merge branch 'Pyomo:main' into regularization-profilelikelihood-combo
sscini Apr 7, 2026
74369fd
Added new files
slilonfe5 Apr 7, 2026
c3e5466
Merge branch 'main' into parmest-doe-doc-reorg
slilonfe5 Apr 7, 2026
1eb8c7f
Added and updated documentation files
slilonfe5 Apr 7, 2026
dbe9f2c
Added abstraction.rst and updated doe.rst
slilonfe5 Apr 7, 2026
b21c34d
Merge branch 'Pyomo:main' into Q_opt-redesign
sscini Apr 8, 2026
80552f2
Reuse polynomial example in DoE tests
Apr 9, 2026
d708d55
Drop unused data arg from polynomial example
Apr 9, 2026
f53fe17
Clarify symbolic sensitivity math comments
Apr 9, 2026
11d475e
Remove no-op polynomial finalization
Apr 9, 2026
e704f68
Simplify polynomial test imports
Apr 9, 2026
1b6c63a
Merge branch 'main' into Q_opt-redesign
sscini Apr 9, 2026
0d0a14f
Remove redundant polynomial FIM smoke test
Apr 10, 2026
401c03a
Strengthen polynomial DoE regression test
Apr 10, 2026
0dd08eb
Use symbolic path for dataframe tests
Apr 10, 2026
65571da
Align symbolic DoE test coverage
Apr 10, 2026
9eb4959
Guard DoE utils tests on ipopt
Apr 10, 2026
702dc89
Strengthen symbolic Jacobian tests
Apr 10, 2026
d652cea
Remove out-of-scope FIM metric test
Apr 10, 2026
b5ea7f1
Tighten Jacobian regression assertions
Apr 10, 2026
9a78180
Drop workflow changes from symbolic PR
Apr 10, 2026
c593f0b
Checkpoint reactor test conversions to RB/polynomial
Apr 11, 2026
36d5694
Checkpoint remaining reactor test cleanup
Apr 11, 2026
dae72f4
Replace remaining reactor DoE tests
Apr 11, 2026
0545dcf
Clarify GreyBox MA57 skip reason
Apr 11, 2026
270bf8c
Add symbolic DoE PR notes
Apr 11, 2026
33d0b98
Refactor Jacobian rule setup
Apr 11, 2026
4209df5
Tighten FD scenario validation
Apr 11, 2026
653e3be
Format DoE module with black
Apr 11, 2026
f768ea3
Merge branch 'main' into Q_opt-redesign
sscini Apr 13, 2026
5c856e2
Merge branch 'main' into add-multiexperiment
smondal13 Apr 14, 2026
8a95a60
Merge branch 'main' into add-multiexperiment
smondal13 Apr 14, 2026
867e642
Merge branch 'main' into Q_opt-redesign
sscini Apr 15, 2026
c83ea69
Merge branch 'main' into add-multiexperiment
smondal13 Apr 17, 2026
6d7eb7a
Merge branch 'main' into Q_opt-redesign
sscini Apr 21, 2026
a123706
Merge branch 'main' into parmest_obj_regularization
sscini Apr 21, 2026
0089ff1
Merge branch 'main' into add-multiexperiment
smondal13 Apr 22, 2026
a39d367
Merge branch 'main' into Q_opt-redesign
sscini Apr 22, 2026
98392ba
Merge branch 'Pyomo:main' into regularization-profilelikelihood-combo
sscini Apr 24, 2026
deb3c5a
Merge branch 'Pyomo:main' into Q_opt-redesign
sscini Apr 24, 2026
211f16c
Merge branch 'main' into add-multiexperiment
smondal13 Apr 24, 2026
24e086a
Merge branch 'Q_opt-redesign' into regularization-profilelikelihood-c…
sscini Apr 24, 2026
d45e04c
Merge branch 'multistart-in-parmest' into regularization-profilelikel…
sscini Apr 24, 2026
50de094
Merge pull request #2 from smondal13/add-multiexperiment
adowling2 Apr 24, 2026
b419cc0
Merge branch 'parmest_obj_regularization' into regularization-profile…
sscini Apr 24, 2026
61c4c26
Merge pull request #3 from slilonfe5/parmest-doe-doc-reorg
adowling2 Apr 24, 2026
cae4afb
Merge pull request #1 from sscini/regularization-profilelikelihood-combo
adowling2 Apr 24, 2026
e9e4f4e
Resolve DoE merge conflicts and restore fd_scenario_blocks architecture
Apr 24, 2026
0977386
Apply Black formatting to DoE files
Apr 24, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/test_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,9 @@ jobs:
fi

- name: Upload codecov reports
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not used to seeing these files get modified or included in PRs? (In .github/workflows folder). Please explain these changes if they are needed or remove if possible.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please see comment on the PR in response to this

if: github.repository_owner == 'Pyomo' || github.ref != 'refs/heads/main'
if: |
hashFiles('coverage.xml') != '' &&
(github.repository_owner == 'Pyomo' || github.ref != 'refs/heads/main')
uses: codecov/codecov-action@v5
with:
files: coverage.xml
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test_pr_and_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,9 @@ jobs:
fi

- name: Upload codecov reports
if: github.repository_owner == 'Pyomo' || github.ref != 'refs/heads/main'
if: |
hashFiles('coverage.xml') != '' &&
(github.repository_owner == 'Pyomo' || github.ref != 'refs/heads/main')
uses: codecov/codecov-action@v5
with:
files: coverage.xml
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,6 @@ Bimap = "Bimap"
cmo = "cmo"
# Substituters
Substituters = "Substituters"
# NumPy flags attribute and existing user-facing messages
writeable = "writeable"
# AS NEEDED: Add More Words Below
4 changes: 2 additions & 2 deletions pyomo/contrib/doe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
# Solutions of Sandia, LLC, the U.S. Government retains certain rights in this
# software. This software is distributed under the 3-clause BSD License.
# ____________________________________________________________________________________
from .doe import DesignOfExperiments, ObjectiveLib, FiniteDifferenceStep
from .utils import rescale_FIM
from .doe import DesignOfExperiments, ObjectiveLib, FiniteDifferenceStep, GradientMethod
from .utils import rescale_FIM, ExperimentGradients
from .grey_box_utilities import FIMExternalGreyBox

# Deprecation errors for old Pyomo.DoE interface classes and structures
Expand Down
Loading