toolsandogh 0.4.1__tar.gz → 0.4.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {toolsandogh-0.4.1 → toolsandogh-0.4.2}/.github/workflows/ci.yml +2 -2
- {toolsandogh-0.4.1/src/toolsandogh.egg-info → toolsandogh-0.4.2}/PKG-INFO +1 -1
- {toolsandogh-0.4.1 → toolsandogh-0.4.2/src/toolsandogh.egg-info}/PKG-INFO +1 -1
- {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh.egg-info/scm_version.json +2 -2
- {toolsandogh-0.4.1 → toolsandogh-0.4.2}/.github/workflows/release.yml +0 -0
- {toolsandogh-0.4.1 → toolsandogh-0.4.2}/.gitignore +0 -0
- {toolsandogh-0.4.1 → toolsandogh-0.4.2}/.pre-commit-config.yaml +0 -0
- {toolsandogh-0.4.1 → toolsandogh-0.4.2}/DESIGN.md +0 -0
- {toolsandogh-0.4.1 → toolsandogh-0.4.2}/LICENSE +0 -0
- {toolsandogh-0.4.1 → toolsandogh-0.4.2}/README.md +0 -0
- {toolsandogh-0.4.1 → toolsandogh-0.4.2}/benchmarks/bench_locate.py +0 -0
- {toolsandogh-0.4.1 → toolsandogh-0.4.2}/demos/demo_iscat_50nm_bead.py +0 -0
- {toolsandogh-0.4.1 → toolsandogh-0.4.2}/pyproject.toml +0 -0
- {toolsandogh-0.4.1 → toolsandogh-0.4.2}/setup.cfg +0 -0
- {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh/__init__.py +0 -0
- {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh/_canonicalize_video.py +0 -0
- {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh/_generate_video.py +0 -0
- {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh/_link.py +0 -0
- {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh/_load_video.py +0 -0
- {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh/_locate.py +0 -0
- {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh/_rolling.py +0 -0
- {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh/_rvt.py +0 -0
- {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh/_simulate_particles.py +0 -0
- {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh/_simulate_psf.py +0 -0
- {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh/_store_video.py +0 -0
- {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh/_validate_video.py +0 -0
- {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh/tests/__init__.py +0 -0
- {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh/tests/conftest.py +0 -0
- {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh/tests/test_canonicalize_video.py +0 -0
- {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh/tests/test_io.py +0 -0
- {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh/tests/test_link.py +0 -0
- {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh/tests/test_locate.py +0 -0
- {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh/tests/test_rolling.py +0 -0
- {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh/tests/test_simulate_particles.py +0 -0
- {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh/tests/test_simulate_psf.py +0 -0
- {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh/tests/testfile.tiff +0 -0
- {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh.egg-info/SOURCES.txt +0 -0
- {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh.egg-info/dependency_links.txt +0 -0
- {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh.egg-info/requires.txt +0 -0
- {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh.egg-info/scm_file_list.json +0 -0
- {toolsandogh-0.4.1 → toolsandogh-0.4.2}/src/toolsandogh.egg-info/top_level.txt +0 -0
- {toolsandogh-0.4.1 → toolsandogh-0.4.2}/uv.lock +0 -0
|
@@ -16,7 +16,7 @@ jobs:
|
|
|
16
16
|
# committed uv.lock via --frozen, so any lockfile drift fails loudly.
|
|
17
17
|
pre-commit:
|
|
18
18
|
runs-on: ubuntu-latest
|
|
19
|
-
timeout-minutes:
|
|
19
|
+
timeout-minutes: 15
|
|
20
20
|
env:
|
|
21
21
|
# Uniform cache path across OSes so the actions/cache `path` below
|
|
22
22
|
# matches what conftest.py writes (it honors this env var via
|
|
@@ -43,7 +43,7 @@ jobs:
|
|
|
43
43
|
# uv.lock), so the lowest-direct cell exercises the real lower bounds.
|
|
44
44
|
test:
|
|
45
45
|
runs-on: ${{ matrix.os }}
|
|
46
|
-
timeout-minutes:
|
|
46
|
+
timeout-minutes: 15
|
|
47
47
|
env:
|
|
48
48
|
JAX_COMPILATION_CACHE_DIR: ~/.cache/jax-compilation-cache
|
|
49
49
|
# Self-diagnosing safety net for hangs: dump all thread stacks on
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|