rtx-cfd: the regeneration profile block sits above the too_many_arguments attribute, not between it and its function
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 5s
CI / Build CPU-Only (Explicit) (push) Failing after 9s
Documentation / Build API Documentation (push) Failing after 5s
Documentation / Build User Guide (push) Successful in 5s
CI / Build (ubuntu-latest) (push) Failing after 24s
Performance Benchmarks / Run Benchmarks (push) Successful in 4m11s
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 5s
CI / Build CPU-Only (Explicit) (push) Failing after 9s
Documentation / Build API Documentation (push) Failing after 5s
Documentation / Build User Guide (push) Successful in 5s
CI / Build (ubuntu-latest) (push) Failing after 24s
Performance Benchmarks / Run Benchmarks (push) Successful in 4m11s
This commit is contained in:
@@ -720,7 +720,6 @@ pub fn cylinder_flag_patch_deformed_tip(
|
||||
}
|
||||
|
||||
/// [`cylinder_flag_patch_deformed_from`] with the flat tip.
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
thread_local! {
|
||||
/// PERF-2 P0 (`docs/perf2_campaign.md`): wall time [ns] of the
|
||||
/// regeneration's stages on this thread — outline, hull + offset, ring
|
||||
@@ -738,6 +737,7 @@ pub fn regen_profile() -> [u64; 8] {
|
||||
REGEN_NS.with(|r| *r.borrow())
|
||||
}
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
pub fn cylinder_flag_patch_deformed_from_tip(
|
||||
prev: Option<&PatchMesh>,
|
||||
centre: [f64; 2],
|
||||
|
||||
Reference in New Issue
Block a user