Thomas Wimmer

Results 68 issues of Thomas Wimmer

### Summarize the issue I noticed that while upgrading dolfinx from 0.6.2 to 0.7.0 that there is no longer a `dof_indices` method for the `dolfinx.fem.bcs.DirichletBC` class. I couldn't find anything...

enhancement

This adds separators like the one used in the live-log-output, e.g. `--- live log setup ---`, to the generated log file. In addition to that also the traceback is written...

status: needs information

Hi @bparzella! Thx a lot for creating this python based secs-gem implementation. Do you know if your implementation already used in production? In the last couple of months I've tried...

I would like to be able to * after a refactoring in a project consisting of multiple git repos, stage all changes and commit them using a single commit message...

### Steps to reproduce 1. Follow https://github.com/PyCQA/pylint/blob/369d952c7e5df010932cf89e528b2f6e9ff08dd6/pylint/epylint.py#L36 2. Run pylint a/c/y.py ### Current behavior ``` $ pylint a/c/y.py ************* Module y a/c/y.py:1:0: C0114: Missing module docstring (missing-module-docstring) a/c/y.py:1:0: E0401: Unable...

Bug :beetle:
Import system
Needs investigation 🔬

### Steps to reproduce 1. applying the following patch and running the two tests leads to one failure and one pass ```diff - def test_can_list_directories_without_dunder_init(self, tmpdir): + @pytest.mark.parametrize("modname", ['warning', 'warnings'])...

Bug :beetle:
Import system
namespace-package

The docstrings and log messages in the secs/handler.py related to S1F3 and S1F11 are wrong, because in SEMI E5 SV stands for "Status Variable" and not "Service Variable".

The return type annotations of the status variable related methods are wrong, because `None` can never be returned. I checked the return type annotation and the implementation of `StreamFunctions.decode` and...