Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .integrated_tests.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
baselines:
bucket: geosx
baseline: integratedTests/baseline_integratedTests-pr3836-17046-2e89f64
baseline: integratedTests/baseline_integratedTests-pr4100-17125-aafd403

allow_fail:
all: ''
Expand Down
4 changes: 3 additions & 1 deletion BASELINE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ This file is designed to track changes to the integrated test baselines.
Any developer who updates the baseline ID in the .integrated_tests.yaml file is expected to create an entry in this file with the pull request number, date, and their justification for rebaselining.
These notes should be in reverse-chronological order, and use the following time format: (YYYY-MM-DD).

PR #4100 (2026-07-22) <https://storage.googleapis.com/geosx/integratedTests/baseline_integratedTests-pr4100-17125-aafd403.tar.gz>
Fix to include all well residuals in convergence check.

PR #3836 (2026-05-20) <https://storage.googleapis.com/geosx/integratedTests/baseline_integratedTests-pr3836-17046-2e89f64.tar.gz>
=====================
Added statistics `Group` objects for each statistics `Task` instance

PR #4040 (2026-06-16) <https://storage.googleapis.com/geosx/integratedTests/baseline_integratedTests-pr4040-16993-1393f80.tar.gz>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1443,7 +1443,6 @@ CompositionalMultiphaseWell::calculateResidualNorm( real64 const & time_n,
{
for( integer i = 0; i < numNorm; ++i )
{
localResidualNorm[i] = 0.0;
localResidualNormalizer[i] = m_nonlinearSolverParameters.m_minNormalizer;
}
}
Expand Down