mirror of
https://github.com/stalwartlabs/stalwart.git
synced 2026-03-17 14:34:03 +00:00
Ignore text_classifier test
This commit is contained in:
@@ -122,14 +122,6 @@ impl Optimizer for Sgd {
|
||||
|
||||
#[cfg(test)]
|
||||
pub mod tests {
|
||||
use rand::{SeedableRng, rngs::StdRng, seq::SliceRandom};
|
||||
use std::{
|
||||
collections::HashMap,
|
||||
fs::File,
|
||||
io::{BufRead, BufReader},
|
||||
time::Instant,
|
||||
};
|
||||
|
||||
use crate::classifier::{
|
||||
Optimizer,
|
||||
adam::Adam,
|
||||
@@ -140,7 +132,15 @@ pub mod tests {
|
||||
ftrl::Ftrl,
|
||||
train::{CcfhTrainer, FhTrainer},
|
||||
};
|
||||
use rand::{SeedableRng, rngs::StdRng, seq::SliceRandom};
|
||||
use std::{
|
||||
collections::HashMap,
|
||||
fs::File,
|
||||
io::{BufRead, BufReader},
|
||||
time::Instant,
|
||||
};
|
||||
|
||||
#[ignore]
|
||||
#[test]
|
||||
fn text_classifier() {
|
||||
let reader = BufReader::new(
|
||||
|
||||
Reference in New Issue
Block a user