Pierre Augier

Results 86 issues of Pierre Augier

Previously mentioned in https://github.com/snek5000/snek5000/issues/142...

documentation

Previously mentioned in #142...

documentation

See #140 - discussion about the parameters `params.nek.stat.av_step` and `params.nek.stat.io_step` - demonstration of: ```python sim.output.phys_fields.change_reader("pymech_stats") xarr = sim.output.phys_fields.load() # + a bit of plotting ```

This is more a question than an proper issue, but the answer could be included in the "packaging" tutorial. I dislike how most .usr files that I read are written....

long term

Thank you for pyinstrument, which is really nice, useful and easy to use! In order to print percentages, I had to change a `profiler.print()` to ```python print( profiler.output( renderer=ConsoleRenderer( unicode=True,...

### Bug description I try to use `allow-any-import-level` but it does not seem to have any effect. With a module with: ```python MY_CONST = 1 import numpy print(numpy) ``` `pylint...

Question

pipx uses argcomplete. On Linux (Debian 11), I install pipx, xonsh and xontrib-argcomplete with ```sh python3 -m pip install pipx python3 -m pipx ensurepath ``` In a new terminal, I...

enhancement

Oh finally it was much more changes that I expected... This is a draft, but it gives a good idea of what it could give. There are few interesting commands...

At the end of conda-forge builds (during the testing phase), I get ``` 2024-07-25T15:09:22.3277580Z import: 'fluidfft.fft2d.__pythran__.operators' 2024-07-25T15:09:25.9138831Z Traceback (most recent call last): 2024-07-25T15:09:26.4450357Z File "D:\bld\fluidfft_1721918932212\test_tmp\run_test.py", line 2, in 2024-07-25T15:09:26.4451956Z import...

I think this code was compiling fine with an old Pythran version (maybe few years ago). Now it crashes. ```python def get_counter_value(counter, key): try: return counter[key] except KeyError: return 0...