Skip to content

Commit

Permalink
Temporarily removed test for passing images without masks to DataPipe…
Browse files Browse the repository at this point in the history
…line object.
  • Loading branch information
mdbloice committed Dec 17, 2018
1 parent 1e42b68 commit 0f7118e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test_datapipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
import numpy as np
import os

import pytest

@pytest.mark.skip(reason="no way of currently testing this")
def test_sample_with_no_masks():
# NOTE:
# ---
Expand Down Expand Up @@ -69,8 +71,7 @@ def test_sample_with_no_masks():
shutil.rmtree(tmpdir)


def sample_with_masks():

def test_sample_with_masks():
width = 80
height = 80

Expand Down

0 comments on commit 0f7118e

Please sign in to comment.