Skip to content

Commit

Permalink
Try to fix missing openslide
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Becker authored and Martin Becker committed Jan 4, 2025
1 parent bad89c7 commit 21787e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_1_cell_segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@

def test_cell_segmentation():

import os

os.environ["CUDA_VISIBLE_DEVICES"] = "-1"

import matplotlib

import spacec as sp
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ setenv =
TOXINIDIR = {toxinidir}
DYLD_LIBRARY_PATH = {env:DYLD_LIBRARY_PATH}{:}/opt/homebrew/Cellar/openslide/4.0.0/lib{:}/opt/homebrew/Cellar/vips/8.16.0/lib
TF_CPP_MIN_LOG_LEVEL = 2
CUDA_VISIBLE_DEVICES = -1
passenv =
HOME
SETUPTOOLS_*
Expand Down

0 comments on commit 21787e6

Please sign in to comment.