Skip to content

Commit

Permalink
Fix testing script to reference packaged ZipPy
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Torrey <[email protected]>
  • Loading branch information
ranok committed Oct 27, 2023
1 parent fe1ec16 commit f88f262
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_zippy_detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

import pytest, os, jsonlines, csv
from warnings import warn
from zippy import Zippy, EnsembledZippy, PRELUDE_STR, LzmaLlmDetector, BrotliLlmDetector, ZlibLlmDetector, CompressionEngine
import zippy
from zippy.zippy import Zippy, EnsembledZippy, PRELUDE_STR, LzmaLlmDetector, BrotliLlmDetector, ZlibLlmDetector, CompressionEngine
import zippy.zippy

AI_SAMPLE_DIR = 'samples/llm-generated/'
HUMAN_SAMPLE_DIR = 'samples/human-generated/'
Expand Down

0 comments on commit f88f262

Please sign in to comment.