Skip to content

Commit

Permalink
Merge pull request ilastik#2914 from k-dominik/lazyflow-should-not-en…
Browse files Browse the repository at this point in the history
…able-faulthandler

remove faulthandler activation on lazyflow import
  • Loading branch information
k-dominik authored Oct 2, 2024
2 parents 796dfb2 + 64ea0fa commit ed9207d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/core-conda-bld.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ jobs:
run: |
set VOLUMINA_SHOW_3D_WIDGET=0
conda mambabuild --test --override-channels ^
-c .\pkgs -c pytorch -c nvidia -c ilastik-forge -c conda-forge ^
.\pkgs\noarch\%ILASTIK_PACKAGE_NAME%
-c ./pkgs -c pytorch -c nvidia -c ilastik-forge -c conda-forge ^
./pkgs/noarch/%ILASTIK_PACKAGE_NAME%
# HACK: due to a bug in conda-build need to point to
# libarchive explicitly.
# https://github.com/conda/conda/issues/12563#issuecomment-1494264704
env:
LIBARCHIVE: C:\Miniconda\Library\bin\archive.dll
3 changes: 0 additions & 3 deletions lazyflow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
# This information is also available on the ilastik web site at:
# http://ilastik.org/license/
###############################################################################
import faulthandler

faulthandler.enable() # noqa
import z5py
import json
import numpy as np
Expand Down

0 comments on commit ed9207d

Please sign in to comment.