-
Currently, indexed assigment ignores bounds:
```python
>>> f = cf.example_field(0)
>>> a = f.dimension_coordinate('X')
>>> a.array
array([ 22.5, 67.5, 112.5, 157.5, 202.5, 247.5, 292.5, 337.5])
…
-
Hi
Recently VTK added support for bezier element: https://gitlab.kitware.com/vtk/vtk/merge_requests/6055
VTK_BEZIER_CURVE
VTK_BEZIER_TRIANGLE
VTK_BEZIER_QUADRILATERAL
VTK_BEZIER_TETRAHEDRON …
lijas updated
4 years ago
-
The error message which appears in #371 is:
```
esmvalcore.cmor.check.CMORCheckError: There were errors in variable tas:
height2m: does not exist
in cube:
air_temperature / (K) (t…
-
I am trying to figure out why a mesh generated using `fipy` will not plot using `pyvista`. To do this I would like to write it out into a vtk ASCII file, inspect the file and see whether it renders in…
-
Hello, looks like a new test always failed on armhf in Ubuntu (probably also Debian)
```
Removing autopkgtest-satdep (0) ...
autopkgtest [10:03:18]: test command1: set -e ; cp -r test "$AUTOPKGTE…
-
- `nvim --version`: building from master (commit a8f784192404864744c323e4394292467c3c0ca7)
- `vim -u DEFAULTS` (version: ) behaves differently? not relevant
- Operating system/version: Linux/ope…
mcepl updated
4 years ago
-
D:\ProgramData\Anaconda3\envs\pyGRDECL\python.exe "D:\Program Files (x86)\JetBrains\PyCharm 2016.2.3\helpers\pydev\pydevd.py" --multiproc --qt-support --client 127.0.0.1 --port 10179 --file E:/3000_3D…
-
This should work:
```
uGrids = [ElementId.InvalidElementId]
[uGrids.append(x) for x in grid.GetUGridLineIds()]
vGrids = [ElementId.InvalidElementId]
[vGrids.append(x) for x in grid.GetVGr…
-
I'm writing an OP2 file using an ALTER statement in the Executive Control section of the current release of NASTRAN95...
ID XXXXX,NASTRAN …
-
## Issue1
Introduced in #3144, `_discontiguity_in_bounds`([lib/iris/coords.py#L1053](https://github.com/SciTools/iris/blob/b20964241d4523bee6a91186a55e6988363c0a9a/lib/iris/coords.py)) assumes the st…