gam 0.3.123

Generalized penalized likelihood engine
Documentation
1
2
3
4
5
6
7
8
9
//! Unit / integration tests for the `smooth` term-collection module.
//!
//! The test bodies live in the shared `tests/src_modules/` fixtures and are
//! pulled in verbatim; every item they reference resolves through the parent
//! module's re-exports (`use super::*`).

include!("../../../tests/src_modules/smooths/smooth_design_assembly_constraint_tests.rs");
include!("../../../tests/src_modules/smooths/smooth_adaptive_bounded_duchon_tests.rs");
include!("../../../tests/src_modules/smooths/smooth_matern_nfree_rekey_topology_tests.rs");