Stef Smeets

Results 21 issues of Stef Smeets

## Short description Hi, I was trying to set my credentials for pypi using the following command on Windows 10: dephell self auth test.pypi.org my_username my_password ## Output It raised...

In the latest version of `meshio` I run into an issue when I try to read a file that contains multiple cell types, *and* also contains cell data. Here is...

gmsh
needs triage

The gmsh22 reader reads cells as tuples , instead of `CellBlock`. This causes issues in determining where to split the data in `cell_data_from_raw()`. This applies when the number of cells...

## 📰 Custom Issue Hi everyone, we are currently working on a feature to make our multimodel calculations lazy in ESMValTool by depending on `iris.analysis` to perform the calculations (https://github.com/ESMValGroup/ESMValCore/pull/968)....

Feature: ESMValTool

Hi all! I'm trying to use the `Select ROI` function in `itkwidgets.view` which would be very useful for one of my projects. However, the state does not seem to get...

The documentation could be improved to add this information. i.e. ### Installing the Gatan CCD plugin To work with the gatan camera, For this, instamatic depends on the RED CCD...

The portable version is difficult to maintain. Recommend to use the python installation via pip.

**Issue:** ``` raise ValueError(f'No such microscope interface: `{interface}`') ValueError: No such microscope interface: `jeol_tem` ``` **Assumption:** Despite the fact that the `jeol_tem.yaml` file does have the line ‘interface: jeol’, it...

Hi, Tetrahedral meshes are converted to triangle meshes internally. If a color array is specified with the same length as the number of tetrahedra, `meshplot` gives an error: `Invalid color...

**Description** This PR adds a workflow based on coverage.py and gists to generate a coverage badge. The advantage of this is that no third party service is needed. Closes #369...