Skip to content

Commit

Permalink
update import
Browse files Browse the repository at this point in the history
  • Loading branch information
n3011 committed Nov 30, 2021
1 parent 25449bd commit 93f514d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
from absl.testing import absltest

from datum.reader.loader import load
from tests.utils import _test_create_det_records
from tests import utils


class TestDataset(absltest.TestCase):

def setUp(self):
self.tempdir = tempfile.mkdtemp()
_test_create_det_records(self.tempdir)
utils._test_create_det_records(self.tempdir)
self._dataset = load(self.tempdir)
dataset_configs = self._dataset.dataset_configs
dataset_configs.batch_size_train = 1
Expand Down

0 comments on commit 93f514d

Please sign in to comment.