-
### Describe the bug, what's wrong, and what you expected.
Tetgen tetrahedralization with quadratic elements causes Python to crash on surface meshes with concave structures (e.g. a hole), although…
-
-------------------------------------------------------------------------------------------------------------
#### Issue description
Description of the issue - include code snippets and screensh…
-
### Describe the bug, what's wrong, and what you expected.
When applying a texture (image of a seismic line), the cross section/mesh the image is supposed to be put on has shrunk. I would expect th…
-
Hello,
Currently trying to run a script using PaddlePaddle 1.5.1 in its dependencies.
So my default config includes:
python {
buildPython "C:\\Path\\To\\Python\\Interpreter\\python…
-
**Describe the bug, what's wrong, and what you expect:**
When calculating normals, the interpreter silently crashes.. No error's or output, not even with the `VTKErrorCatcher`. can anyone please en…
-
**Describe the bug, what's wrong, and what you expect:**
If there is an add_volume() method that returns a vtkVolume, I expect to be able to add a boxWidget on it and clip it as desired.
-----
…
-
Hello, I am running a slightly modified version of ocrmypdf-web:
```
#!/usr/bin/env python
import hug
import subprocess
from tempfile import NamedTemporaryFile
api = hug.API(__name__)
api…
-
### Expected behavior
The following code
```
dev1 = qml.device("lightning.qubit", wires=1)
@qml.qnode(dev1)
def circuit2(phi1, phi2):
qml.RX(phi1, wires=0)
qml.RY(phi2, wires=0)
…
-
**Describe the bug**
Whatever go program i load, be it a simple helloworld or a real program, it spits out the error above
**To Reproduce**
Steps to reproduce the behavior:
1. mkdir hello && cd …
-
It is currently impossible to use the core of the pymeshfix without installing pyvista. It is true that using `pip install pymeshfix --nodependencies` will not install pyvista (see #16 ), but this is …