Skip to content

Commit 7e7de96

Browse files
committed
Improve regression test quality: OSWEC 1000s duration, RM3 output precision, and updated reference data
- Increase OSWEC regular wave test duration from 240s to 1000s for regression test report plots across all 16 wave conditions - Increase RM3 regular wave output precision from 4 to 8 decimal places to eliminate "steppy" plate heave plots - Fix sphere irregular waves eta consistency test: increase eta export precision from 10 to 17 significant digits to eliminate 1e-8 spikes caused by double-precision truncation during export/reimport - Regenerate all affected reference data (OSWEC x16, RM3, sphere consistency) from latest simulation results
1 parent c61c76c commit 7e7de96

23 files changed

Lines changed: 429338 additions & 4010 deletions

build.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ if ($Help) {
7373

7474
Write-Host "LONG TESTS:" -ForegroundColor Yellow
7575
Write-Host " Set `$env:HYDROCHRONO_LONG_TESTS='1' before running ctest to use extended"
76-
Write-Host " simulation durations (e.g. OSWEC reg waves: 240s -> 1000s) for publication-"
77-
Write-Host " quality regression reports.`n"
76+
Write-Host " simulation durations for publication-quality regression reports.`n"
7877

7978
Write-Host "CONFIG FILE:" -ForegroundColor Yellow
8079
Write-Host ' { "ChronoDir": "C:/path/to/chrono/build/cmake" }' -ForegroundColor Gray

0 commit comments

Comments
 (0)