Skip to content

Commit

Permalink
Merge pull request #126 from outbrain/REF-1423-test2
Browse files Browse the repository at this point in the history
FFM_CONTRA_BUF_LEN increased
  • Loading branch information
SkBlaz authored Feb 9, 2024
2 parents 067554a + 6841714 commit 4c776cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/regressor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use crate::graph;
use crate::model_instance;
use crate::port_buffer;

pub const FFM_CONTRA_BUF_LEN: usize = 20736;
pub const FFM_CONTRA_BUF_LEN: usize = 41472;

#[derive(Clone, Debug, Eq, PartialEq, Hash)]
pub struct FFMFeature {
Expand Down

0 comments on commit 4c776cd

Please sign in to comment.