MCPcopy Create free account
hub / github.com/Open-Quant/openquant / LeakageChecks

Class LeakageChecks

crates/openquant/src/pipeline.rs:82–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80
81#[derive(Debug, Clone)]
82pub struct LeakageChecks {
83 pub inputs_aligned: bool,
84 pub event_indices_sorted: bool,
85 pub has_forward_look_bias: bool,
86}
87
88#[derive(Debug, Clone)]
89pub struct ResearchPipelineOutput {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected