gitter-lab / t-cell-classification

Jupyter notebooks demonstrating a microscopy machine learning image analysis workflow
BSD 3-Clause Clear License
6 stars 2 forks source link

Windows problem with bash call #6

Closed agitter closed 5 years ago

agitter commented 5 years ago

image_processing.ipynb uses bash to check whether the sample images need to be unzipped. This runs correctly in AppVeyor but fails on some Windows machines. We can switch to Python to check and unzip the files.

agitter commented 5 years ago

Closed by 7c0ee14331b8066b7f82ce7fb26448f4e3d73ce2. This now runs on Windows locally and in AppVeyor.