snaphu-py icon indicating copy to clipboard operation
snaphu-py copied to clipboard

A simple Python wrapper for SNAPHU

Results 6 snaphu-py issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/psf/black: 24.4.0 → 24.4.2](https://github.com/psf/black/compare/24.4.0...24.4.2) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.9.0...v1.10.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.7 → v0.4.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.7...v0.4.4)

Bumps the actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `pypa/cibuildwheel` from 2.17.0 to 2.18.0 Release notes Sourced from pypa/cibuildwheel's releases. v2.18.0 ✨ Adds CPython 3.13 support, under the prerelease flag...

dependencies

Added the config parameter `SINGLETILEREOPTIMIZE` for the tiling mode to remove tile boundaries after unwrap

my os: win11 when i use pycharm to install , error like: ![1713333534896](https://github.com/isce-framework/snaphu-py/assets/92086866/d12290f0-cb4c-49b5-b751-e4de786255e8) ![1713333578243](https://github.com/isce-framework/snaphu-py/assets/92086866/9e305937-34e6-417d-9856-7f26e52c488a)

suggested by @scottstanie in https://github.com/isce-framework/snaphu-py/issues/17#issuecomment-1870360662

The current version runs snaphu in a subprocess and only captures `stderr`. Snaphu's logging all goes to `stdout`: ```bash $ python test_conncomp_regrow.py > std_out.log (mapping-311) staniewi:snaphu-py$ cat std_out.log $ cat...