rtx-cfd three_d: ignore reasons on the probes (clippy)
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 / Build (macos-latest) (push) Waiting to run
CI / Format Check (push) Failing after 4s
CI / Clippy Check (push) Failing after 3s
CI / Build (ubuntu-latest) (push) Failing after 3s
Documentation / Build API Documentation (push) Failing after 4s
Documentation / Build User Guide (push) Successful in 11s
CI / Build CPU-Only (Explicit) (push) Failing after 16s
Performance Benchmarks / Run Benchmarks (push) Successful in 6m9s
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 / Build (macos-latest) (push) Waiting to run
CI / Format Check (push) Failing after 4s
CI / Clippy Check (push) Failing after 3s
CI / Build (ubuntu-latest) (push) Failing after 3s
Documentation / Build API Documentation (push) Failing after 4s
Documentation / Build User Guide (push) Successful in 11s
CI / Build CPU-Only (Explicit) (push) Failing after 16s
Performance Benchmarks / Run Benchmarks (push) Successful in 6m9s
Co-Authored-By: Claude Fable 5.1 <[email protected]>
This commit is contained in:
co-authored by
Claude Fable 5.1
parent
0794e1b6db
commit
c13b07b68d
@@ -1054,7 +1054,7 @@ mod probe {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[ignore]
|
#[ignore = "probe: prints the V-cycle symmetry defect across nz and smoothers"]
|
||||||
fn probe_symmetry() {
|
fn probe_symmetry() {
|
||||||
for nz in [1usize, 2, 4] {
|
for nz in [1usize, 2, 4] {
|
||||||
for smoother in [MgSmoother::Lexicographic, MgSmoother::RedBlack] {
|
for smoother in [MgSmoother::Lexicographic, MgSmoother::RedBlack] {
|
||||||
|
|||||||
@@ -211,7 +211,7 @@ fn an_extrusion_in_z_is_z_invariant() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[ignore]
|
#[ignore = "probe: prints CG iteration counts across nz, coupling and depth"]
|
||||||
fn probe_iteration_counts() {
|
fn probe_iteration_counts() {
|
||||||
let (nx, ny) = (48, 20);
|
let (nx, ny) = (48, 20);
|
||||||
let p2 = problem_2d(nx, ny, 7);
|
let p2 = problem_2d(nx, ny, 7);
|
||||||
|
|||||||
Reference in New Issue
Block a user