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
There is a test failure in the PR #1199. The details are there, but it is due to an update in the PETSc version. The breaking example is /examples/idaes_examples/mod/co2_adsorption_desorption/simulation_utilities.py. There is more detail in the PR. The failure is not in the dynamic solve, but the nonlinear initial condition solve for desorption. I used PR #1211, to try IPOPT and the solve still fails. I think the failure is due to a very fragile problem, that we just got really lucky on before with the previous version of PETSc.
The text was updated successfully, but these errors were encountered:
There is a test failure in the PR #1199. The details are there, but it is due to an update in the PETSc version. The breaking example is
/examples/idaes_examples/mod/co2_adsorption_desorption/simulation_utilities.py
. There is more detail in the PR. The failure is not in the dynamic solve, but the nonlinear initial condition solve for desorption. I used PR #1211, to try IPOPT and the solve still fails. I think the failure is due to a very fragile problem, that we just got really lucky on before with the previous version of PETSc.The text was updated successfully, but these errors were encountered: