Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
fix unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
felix committed Jul 17, 2019
1 parent 37c1f23 commit 44b1a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_image_encoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import numpy as np

from gnes.encoder.image.base import BasePytorchEncoder
from gnes.preprocessor.image.slidingWindow import VanillaSlidingPreprocessor
from gnes.preprocessor.image.sliding_window import VanillaSlidingPreprocessor
from gnes.preprocessor.base import BaseSingletonPreprocessor
from gnes.proto import gnes_pb2, blob2array

Expand Down

0 comments on commit 44b1a0c

Please sign in to comment.