kopia lustrzana https://github.com/thinkst/zippy
Fix testing script to reference packaged ZipPy
Signed-off-by: Jacob Torrey <jacob@thinkst.com>pull/6/head
rodzic
fe1ec16577
commit
f88f262b8a
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
import pytest, os, jsonlines, csv
|
import pytest, os, jsonlines, csv
|
||||||
from warnings import warn
|
from warnings import warn
|
||||||
from zippy import Zippy, EnsembledZippy, PRELUDE_STR, LzmaLlmDetector, BrotliLlmDetector, ZlibLlmDetector, CompressionEngine
|
from zippy.zippy import Zippy, EnsembledZippy, PRELUDE_STR, LzmaLlmDetector, BrotliLlmDetector, ZlibLlmDetector, CompressionEngine
|
||||||
import zippy
|
import zippy.zippy
|
||||||
|
|
||||||
AI_SAMPLE_DIR = 'samples/llm-generated/'
|
AI_SAMPLE_DIR = 'samples/llm-generated/'
|
||||||
HUMAN_SAMPLE_DIR = 'samples/human-generated/'
|
HUMAN_SAMPLE_DIR = 'samples/human-generated/'
|
||||||
|
|
Ładowanie…
Reference in New Issue