Nicklas Larsson

Results 39 issues of Nicklas Larsson

**Is your feature request related to a problem? Please describe.** A number of Git connected data is needed for GRASS to identify itself in build/run time, e.g. `GRASS_VERSION_GIT`, `GRASS_HEADERS_GIT_DATE` and...

enhancement

Minor simplification of #3415.

raster
module

**Describe the bug** The `r3flow_test.py::test_flowlines` fails on macOS arm64 platform (it succeeds on x86_64 however). See details below for test results: **r3flow_test:** ``` ./raster3d/r3.flow – r3flow_test ❌ Test failed Test...

bug
macOS

The last week the Windows CI runner failed with linking failure, the reason was reported here: https://github.com/msys2/MINGW-packages/issues/15469. Searching for a fix/alternative/solution I came up with this PR. The original solution...

CI

**Is your feature request related to a problem? Please describe.** It is obvious that not everyone/everything(!) is using pre-commit, which is OK as it was never a requirement. We have...

enhancement
CI

**Describe the bug** Building GRASS as a macOS application needs to be updated for Python 3 and long-gone `packagemaker` needs to be replaced. **To Reproduce** Steps to reproduce the behavior:...

macOS

**Is your feature request related to a problem? Please describe.** The recent addition of the CI workflow [Periodic update](https://github.com/OSGeo/grass/blob/main/.github/workflows/periodic_update.yml) and in particular the job `update-configure`, which creates a pull request...

enhancement
CI

The tests fails on Apple ARM machines, for the following test cases: Python 3.10 and 3.11 ``` :info:test FAILED joblib/test/test_memory.py::test_parallel_call_cached_function_defined_in_jupyter[True] - AssertionError: assert 'ipython-input' in '__main__--opt-local-var-m... :info:test FAILED joblib/test/test_memory.py::test_parallel_call_cached_function_defined_in_jupyter[False] -...

**Operating system**: macOS 13.6.1 22G313 arm64 **wxPython version & source**: 4.2.1 (pypi and self-built) **Python version & source**: Python 3.12.0 (official Mac dist and MacPorts' built) **Description of the problem**:...

The `python_pcrcalcpy_pythonunittest` fails on two tests with NumPy 1.26.2 for Python 3.11 (on Mac ARM). ``` ====================================================================== FAIL: test_003 (testNumPy.TestNumPy.test_003) pcr2numpy should not run out of memory ---------------------------------------------------------------------- Traceback (most...