mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-10 16:46:50 +01:00
Un-pickle and re-pickle the test models to resolve the version difference warning
This commit is contained in:
parent
1cd5de697e
commit
9bb5568d8e
2 changed files with 1 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ def load_classifier():
|
|||
|
||||
class DocumentClassifier(object):
|
||||
|
||||
# v7 - Updated scikit-learn package version
|
||||
FORMAT_VERSION = 7
|
||||
|
||||
def __init__(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue