-
Got the plugin function working properly but it is causing QGIS to crash while using the centerline function with the following report. This only occurs when applying it to a layer with many feature o…
RyeDK updated
2 weeks ago
-
The computation of centroid and geometric median is performed multiple times, when it could be performed only once and stored into a dictionary, no?
-
Even after opening with IntelliJ IDEA and changing to UTF-8, the geometric symbols are still displaying as garbled characters.
IDEA,jdk-17,window.
![image](https://github.com/user-attachments/assets…
-
import torch
from torch_geometric_temporal.signal import DynamicGraphTemporalSignal
# Load your snapshots
snapshots = []
for year in range(2000, 2004):
snapshot = torch.load(f'yearly_graphs…
-
**Is your feature request related to a problem? Please describe.**
Small tanks and/or tanks with very closely packed together modules can make it hard to find certain module like for example crew
…
-
The summation function does not seem to work when the expression contains free symbols:
```
>>> from sympy import *
>>> x = Symbol('x')
>>> summation(exp(x), (x, -oo, 0))
1/(1 - exp(-1))
>>> r = Symb…
-
the shifted geometric distribution
(left column in https://en.wikipedia.org/wiki/Geometric_distribution)
-
### 🐛 Describe the bug
The variable order in ```nearest``` is flipped.
The documentation stated "Finds for each element in `y` the `k` nearest point in `x`", which means the output dimension shou…
-
It's super easy to create dimension axes that have vector lookups:
```julia-repl
julia> using CairoMakie, DimensionalData
julia> points = Point2f.(1, 1:10)
10-element Vector{Point{2, Float32}}:
…
-
Hello!
I don't know if I made a mistake in my logic, but I'm periodically updating the points on my map using the following method:
```
private void UpdatePointPositions(object? sender, Ela…