Skip to content

Commit

Permalink
ci: updating actions for bfio (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
nishaq503 authored Jul 12, 2024
1 parent 887eff2 commit 70b4583
Show file tree
Hide file tree
Showing 80 changed files with 17 additions and 4,486 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/find-all-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,25 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
repository: 'polusai/image-tools'
repository: 'PolusAI/image-tools'
ref: 'master'
- name: Find tools
id: set-matrix
run: |
# List of directories to ignore
ignored_dirs="polus-python-template ftl-label .venv"
ignored_dirs="polus-python-template .venv"
# TODO: Remove these after merging PR #547
# List of tools that are broken for known reasons
broken_tools="binary-operations basic-flatfield-estimation microjson-to-ome cell-border-segmentation precompute-slide vector-to-label"
broken_tools="binary-operations precompute-slide microjson-to-ome region-segmentation-eval basic-flatfield-estimation ftl-label cell-border-segmentation"
# Reasons:
# - binary-operations: Not fully updated to new tool standards
# - precompute-slide (Najib): Single failing test: 1023_1024_Segmentation_Zarr
# - microjson-to-ome (Hamdah): AttributeError: type object 'SerializerConfig' has no attribute '__slots__'
# - region-segmentation-eval: Installation error with numba.
# - basic-flatfield-estimation: Jax installation error.
# - ftl-label: Requires Rust installation. Also, has not been updated to new tool standards.
# - cell-border-segmentation (Hamdah): keras.models.load_model() is getting incorrect model format error.
# Initialize variables
ignored_dirs="$ignored_dirs $broken_tools"
Expand Down
1 change: 1 addition & 0 deletions clustering/k-means-clustering-tool/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ typer = "^0.7.0"
nyxus = "^0.5.0"
vaex = "^4.7.0"
scikit_learn="^1.0.2"
numpy = "<2.0.0"

[tool.poetry.group.dev.dependencies]
bump2version = "^1.0.1"
Expand Down
27 changes: 0 additions & 27 deletions features/feature-segmentation-eval-tool/.bumpversion.cfg

This file was deleted.

20 changes: 0 additions & 20 deletions features/feature-segmentation-eval-tool/Dockerfile

This file was deleted.

28 changes: 0 additions & 28 deletions features/feature-segmentation-eval-tool/README.md

This file was deleted.

1 change: 0 additions & 1 deletion features/feature-segmentation-eval-tool/VERSION

This file was deleted.

4 changes: 0 additions & 4 deletions features/feature-segmentation-eval-tool/build-docker.sh

This file was deleted.

This file was deleted.

83 changes: 0 additions & 83 deletions features/feature-segmentation-eval-tool/ict.yaml

This file was deleted.

94 changes: 0 additions & 94 deletions features/feature-segmentation-eval-tool/plugin.json

This file was deleted.

35 changes: 0 additions & 35 deletions features/feature-segmentation-eval-tool/pyproject.toml

This file was deleted.

Loading

0 comments on commit 70b4583

Please sign in to comment.