issues Search Results · language:Edge language:Python linked:pr language:Java language:JavaScript
Filter by
261k results
Bug
When the KC agent runs many tool calls (10+ across search, context, BQ, and Snowflake), the tool call chips render but
the final text response never appears.
Root cause
The frontend WebSocket has ...
Summary
kriging() s memory guard _check_kriging_memory raises a spurious MemoryError on dask-backed templates. It estimates the
prediction matrix (k0) allocation from the full grid size, but the dask ...
bug
dask
performance
A test-coverage sweep on xrspatial/interpolate/_kriging.py found several untested paths in kriging(). The source is
fine; these are missing tests.
Gaps
1. dask+numpy return_variance=True is never exercised. ...
gpu
tests
Summary
Add a policyengine.py-side importer for release assets published by PolicyEngine/policyengine-bundles.
Why
The policyengine-bundles publication workflow needs a stable script on policyengine.py ...
Description
The IDW interpolation module registers four backends in its dispatch table (numpy, cupy, dask+numpy, dask+cupy), but the
test suite only exercises numpy and dask+numpy. The two GPU paths, ...
gpu
tests
Summary
Several issues discovered during live testing against a PA-440 running PAN-OS 11.2.10-h6. All items below need to be
fixed in upload_cert.py.
Bugs
1. Certificate profile references not scanned ...
Description
Calling kriging() with a single valid input point crashes with a confusing low-level numpy error instead of either
producing a result or raising a clear xrspatial error.
import numpy as np, ...
bug
input-validation
_kriging.py has two style issues that the project s configured tooling reports but CI does not gate:
- flake8 E128 (continuation line under-indented for visual indent) at two call sites in the dask ...
bug
infrastructure
Describe the bug
kriging() builds the ordinary-kriging matrix in _build_kriging_matrix (xrspatial/interpolate/_kriging.py) with:
K[:n, :n] = vario_func(D)
D is the pairwise distance matrix, so its diagonal ...
bug
@emmanuel-mwendwa @muchai
enhancement

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.