-
Hello everyone,
I have used this package with great pleasure so far. In my internship I am going to implement the Morris method on a complex model, but while reading the scientific literature I found…
-
I am running boot2docker on OSX 10.10
I have a simple docker image, the dockerfile is:
```
FROM base/archlinux
RUN pacman -Syu --noconfirm --noprogress
RUN pacman -S --noprogress --noconfirm firefo…
ghost updated
4 years ago
-
**[Original report](https://bitbucket.org/pycogent3/cogent3-dev/issue/37) by GavinH (Bitbucket: [557058:e40c23e1-e273-4527-a2f8-5de5876e870d](https://bitbucket.org/557058:e40c23e1-e273-4527-a2f8-5de58…
-
Hi,
I did the f-stack experiment using VirtualBox like https://blog.csdn.net/cloudvtech/article/details/80394324.
Everything seems OK and can run successfully.
I tried to setup two PCs (A & B) wi…
-
I synced 3 ammo/repair trucks from RHS to the transport modules (1 per vehicle) then synced to the new "requester assignment" module.
I did the same for x2 ammo repair truck from vanilla arma.
I…
-
My issue is about callbacks on scipy.optimize.linprog
### Reproducing code example:
```
import scipy
from scipy.optimize import linprog
c = [-1, 4]
A = [[-3, 1], [1, 2]]
b = [6, 4…
-
Currently, pypocketfft used by scipy.fft only supports vector instructions on x86 CPUs. Enabling vector support for other architectures is fairly trivial and only requires adding a few lines of the fo…
-
Filtration values of the simplices in the Alpha complex can be much larger than they should be. I found this issue when experimenting with Alpha complexes built on points from a uniform normal distrib…
-
Hi,
@corybrunson, @20demkowiczbr and I installed the latest version of Mapper and have been using the examples from your vignette to explore the functionality of the package. We have been trying to…
-
macOS Catalina 10.15.4
NumPy 1.18.4
PyPy 7.3.1 (Python 3.6.9) with GCC 4.2.1 Compatible Apple LLVM 11.0.3 (clang-1103.0.32.59)] on darwin
Issue while trying to install SciPy 1.4.1 (latest) as a…