Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bitextor/bicleaner-ai.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaume Zaragoza <ZJaume@users.noreply.github.com>2022-09-23 13:50:24 +0300
committerGitHub <noreply@github.com>2022-09-23 13:50:24 +0300
commit770e70c794441cf431287872a0818fdf07b14597 (patch)
tree933b7de684d326c36b6033fa1b301b69a975950a /.gitignore
parenta2eb410cdb7c8c39736ec798c276308d7893581f (diff)
Add test suite (#21)
* Basic test for full model training * Extend full train test * Add train lite test * Ensure reproducibility of frequence noise * Unit test for noise generation * Add Tokenizer class test * Remove old test corpus file * Add classifier tests Download files on pytest setup to the test dir to avoid downloading it every time. Test normal, calibrated and raw modes. * Download models only in classifier test * Delete args object to avoid interference between tests
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 5ae5392..789ae62 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,6 @@
+# Model files from tests
+tests/*.tgz
+
# Vim swap files
*.swp