Known-answer examples¶
Hand-counted timestamp import¶
Fixture: validation/fixtures/hourly_activity.csv · settings: importer defaults · evidence: independent hand-calculated PASS.
| Field | Expected |
|---|---|
| Rows | 5 |
| Missing activity cells | 1 |
| Sampling interval | 60 minutes |
Analytic phase-response sinusoid¶
Fixture: eight explicit points from -cos(2πCT/24) · settings: one harmonic · evidence: independent hand-calculated PASS.
| Fit quantity | Expected |
|---|---|
| Intercept | 0 |
| Cosine coefficient | -1 |
| Sine coefficient | 0 |
| R² | 1 |
| Maximum advance / delay | +1 / -1 hour |
Constant-period temperature series¶
Fixture: 24-hour periods at 20, 25, and 30 °C · evidence: independent hand-calculated PASS.
| Quantity | Expected |
|---|---|
| Period slope | 0 hours/°C |
| Rate Q10 | 1 |
| Confidence interval | Not estimable from one unit per temperature |
Run python scripts/run_validation.py --all to reproduce these values and record source hashes, versions, platform, and predeclared tolerances.