Nico Schlömer

Results 516 comments of Nico Schlömer

I finally managed to prevent Nuitka from creating the pyi file by adding ```toml [nuitka] no-pyi = true ``` to the project's `pyproject.toml` file (using the factory branch of Nuitka).

Isn't there a smaller mesh with the same problem?

Also, I'm getting a different error here: ``` ValueError: invalid literal for int() with base 10: '\n ```

I just fixed some things about the abaqus reader in #269; it should now be _much_ faster as well. One remaining problem is that meshio doesn't support referencing sets yet...

> I don't know if the input file does not respect inp format, or if the python script is too strict... Like I said, meshio doesn't support multiple meshes per...

Let's leave it open, it's a bug after all! :)

I'm usually against having readers only simply because the writer/reader combo makes testing easy. Let's keep this open for a bit, perhaps somebody steps up to implement either of the...

> PS: Nico can we have a med label for the issues? :) Added.

Indeed, I think that might have happened. Just PR that, it's always easier to reason there. (No need for "pre-review", we can always close the PR without merging if we...

I just use tox for testing and install it with from pypi or `pip install .`.