rtx-cfd legacy GPU tests: the two point-source Poisson tests expect the sign of ∇²φ = f
CI / Build (macos-latest) (push) Waiting to run
CI / Test (macos-latest) (push) Blocked by required conditions
CI / Test (ubuntu-latest) (push) Blocked by required conditions
CI / Python Bindings (maturin) (macos-latest) (push) Blocked by required conditions
CI / Python Bindings (maturin) (ubuntu-latest) (push) Blocked by required conditions
CI / WASM Build + Size Check (push) Blocked by required conditions
CI / Distributed Training Tests (push) Blocked by required conditions
CI / CI Success (push) Blocked by required conditions
CI / Format Check (push) Failing after 5s
CI / Clippy Check (push) Failing after 4s
CI / Build (ubuntu-latest) (push) Failing after 5s
Performance Benchmarks / Run Benchmarks (push) Failing after 6s
Documentation / Build User Guide (push) Successful in 4s
CI / Build CPU-Only (Explicit) (push) Failing after 48s
Documentation / Build API Documentation (push) Failing after 49s

This commit is contained in:
Omar Sobh
2026-09-16 07:36:07 -05:00
parent eba2f61ddf
commit 49ccebc863
2 changed files with 3 additions and 2 deletions
@@ -420,7 +420,7 @@ mod gpu_kernel_tests {
// Check that center has highest value
let center_val = phi_result[center];
assert!(center_val > 0.0, "Center value should be positive");
assert!(center_val < 0.0, "Center value should be negative (∇²φ = f, a positive source)");
Ok(())
}