Skip to content

Commit

Permalink
Merge pull request #85 from /issues/84
Browse files Browse the repository at this point in the history
update test url
  • Loading branch information
mcquin authored Aug 18, 2017
2 parents 39f2aa8 + b797528 commit 62d469d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
def setup_and_teardown():
log_config = os.path.join(os.path.split(__file__)[0], "resources", "log4j.properties")

assert os.path.exists(log_config)

javabridge.start_vm(
args=[
"-Dlog4j.configuration=file:{}".format(log_config),
Expand Down
4 changes: 2 additions & 2 deletions tests/test_load_using_bioformats.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ def test_open_file():


def test_open_http():
url = "https://github.com/CellProfiler/python-bioformats"+\
"/raw/master/bioformats/tests/Channel1-01-A-01.tif"
url = "https://github.com/CellProfiler/python-bioformats/raw/39f2aa8360324b4129284d4f647d4f7ee7797518" \
"/tests/resources/Channel1-01-A-01.tif"
image, scale = bioformats.load_image_url(url, rescale=False, wants_max_intensity=True)
assert image.shape[0] == 640

Expand Down

0 comments on commit 62d469d

Please sign in to comment.