Skip to content

Commit 22286bb

Browse files
committed
Add Serialize trait to NextStates struct for improved serialization
1 parent cad0ea0 commit 22286bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/inference.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ pub struct ModelEvaluation {
612612
pub rmse_bins: f32,
613613
}
614614

615-
#[derive(Debug, Clone, PartialEq)]
615+
#[derive(Debug, Clone, PartialEq, Serialize)]
616616
pub struct NextStates {
617617
pub again: ItemState,
618618
pub hard: ItemState,

0 commit comments

Comments
 (0)