Ryan Burns

Results 14 issues of Ryan Burns

Continued from https://github.com/isce-framework/fringe/pull/65#issuecomment-1040778200: Compiling with openblas gives me invalid results for unit tests. To reproduce, check out https://github.com/rtburns-jpl/fringe/tree/openblas-repro and run `nix-build` (requires Nix to be installed). ``` 1/1 Test #1:...

Aliases in collections.* to collections.abc.* have been removed starting with python 3.10, so we must use the fully qualified import here. I think this is needed since https://github.com/python/cpython/pull/23754

Allows compilation without need for -fallow-argument-mismatch My intent here is to declare getLineBand's `arr` argument as `type(*)`, which as far as I can tell is the fortran equivalent of a...

Followup from #155. Compiling mdx with -fopenmp (e.g. via `export FFLAGS=-fopenmp` before running cmake) appears successful, but produces an executable that segfaults immediately when attempting to view any image.

help wanted

All kudos go to Scott for already figuring out how to do this using python requests, super easy to port this over from sentineleof vs. trying to translate the curl...

Note that since isce3 is not required at toplevel by any other modules, this module is not imported by default. It must be explicitly imported via e.g. `from dolphin import...