-
In Gitlab by @gjaeger on Oct 6, 2018, 17:02 [[origin](https://gitlab.version.fz-juelich.de/jupedsim/jpsreport/issues/87)]
When an obstacle is enclosed by a polygon, the obstacle disappears (see frame…
-
Hello, and thank you for your packages.
I'm tried unsuccessfully to install lwgeom on centos 7
It fails just at final check.
> ** testing if installed package can be loaded from temporary locatio…
-
In Gitlab by @gjaeger on Apr 17, 2018, 10:20 [[origin](https://gitlab.version.fz-juelich.de/jupedsim/jpsreport/issues/77)]
The polygons are given by the function `OutputVoroGraph` (*Method_D.cpp*) ca…
-
In Gitlab by @chraibi on Jun 21, 2018, 10:54 [[origin](https://gitlab.version.fz-juelich.de/jupedsim/jpsreport/issues/84)]
In this [line](https://gitlab.version.fz-juelich.de/jupedsim/jpsreport/blob/…
-
In Gitlab by @gjaeger on Jun 4, 2019, 12:56 [[origin](https://gitlab.version.fz-juelich.de/jupedsim/jpsreport/issues/108)]
In a pre-test for issue #102, I noticed the following error: Method D and I …
-
Author Name: **Mathieu Pellerin - nIRV** (Mathieu Pellerin - nIRV)
Original Redmine Issue: [15713](https://issues.qgis.org/issues/15713)
Affected QGIS version: master
Redmine category:processing/core
…
-
In Gitlab by @JuleAdrian on May 3, 2018, 17:46 [[origin](https://gitlab.version.fz-juelich.de/jupedsim/jpsreport/issues/78)]
In my case, some persons are leaning over the obstacles (PIDs 6, 23, 56). …
-
**Describe the bug**
I just installed the Python 3.7.7 version and when I used "pip install pymatgen" to install pymatgen, but the terminal gave out error information as:
~~~~~~~~~~~~~~~~~~~~~~~~~~~…
-
I've added a primitive Save as PNG function to BubbleViz. We may want to investigate more robust systems like [https://github.com/agordon/d3export_demo](https://github.com/agordon/d3export_demo), whic…
-
```
from libpysal.weights import Voronoi
import numpy as np
np.random.seed(12345)
points= np.random.random((500,2))*10 + 10
w_test = Voronoi(points)
assert len(w_test.neighbors) == len(points)…