-
No module named '_vtkmodules_static'
"""
from vedo import *
ug = UGrid(dataurl+'C:/Users/user/Desktop/111/resistivity.vtk')
ug.c('g',0.2).lc('r').lw(2)
ug.cutWithPlane(origin=(5,0,1), normal=…
-
- NVIM v0.5.0-dev+1372-g056c464e8
- Debian testing
- alacritty:
- tmux-256color:
Unfortunately I can't provide reproducing steps but I still get this weird crash almost everyday. Most often …
-
While we have currently replicated many popular repositories by having the source code in a first level directory (`/iris_ugrid/`), it is actually considered better practice to contain source code wit…
-
Like #19 , this may not be needed yet.
However, unlike that, this will be needed at *some* point, if the regrid code becomes part of a stable release.
Basically, bring testing into line with a #17…
pp-mo updated
3 years ago
-
When I create a new mesh from a point collection, and specify the output CRS, the generated mesh loads but indicates that it has no valid CRS. The sample dataset I used is provided as an attachment to…
-
I'm trying to run the pyNastran GUI.
I've installed `pyNastran` using the command `python3.8 -m pip install --user pyNastran`. When I try to run `pyNastranGUI` on my terminal I get a TypeError.
…
-
Notebooks can became stale due to outdated/unmaintained Software, missing data (bit rot in general), and kernels that no longer work due to various reasons. We skip them in the [testing phase here](ht…
-
Hi @marcomusy,
Here I am again asking for help.
I encountered a strange vtk error while trying to read in a vtu file and then convert that into a mesh object in vedo. Here is the simple reproduc…
-
**Describe the bug**
when I use the ti.Vector inner method normalized to normalize a ti.Vector([10.0, 10.0, -0.01]), taichi will crash.
```py
rd = ti.Vector([10.0, 10.0, -0.01]).normalized()
…
-
We'll want a "standard arrangement" structure + some rules, to organise our tests.
Can be analagous to [the Iris ones](https://scitools.org.uk/iris/docs/latest/developers_guide/tests.html#).
In-pa…
pp-mo updated
3 years ago