From 4a6bd0128ec7cfb7fe0f8a424472831515eb355b Mon Sep 17 00:00:00 2001 From: Lan Lou Date: Wed, 20 Nov 2024 19:56:48 -0500 Subject: [PATCH] Refine comment --- optd-persistent/src/cost_model/orm.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/optd-persistent/src/cost_model/orm.rs b/optd-persistent/src/cost_model/orm.rs index 748012a..9c068ae 100644 --- a/optd-persistent/src/cost_model/orm.rs +++ b/optd-persistent/src/cost_model/orm.rs @@ -654,6 +654,7 @@ impl CostModelStorageLayer for BackendManager { } } +// TODO: add integration tests #[cfg(test)] mod tests { use crate::cost_model::interface::{Cost, EpochOption, StatType};