Youness Farini
Youness Farini
I wonder if this will be more readable ```python if prec: descr = f'{dtype}{prec * 16 if isinstance(dtype, NativeComplex) else prec * 8}' else: descr = f'{dtype}' ```
I couldn't figure out how to test the exit error from Pytest I did try to use [this](https://stackoverflow.com/questions/62427205/in-python-3-using-pytest-how-do-we-test-for-exit-code-exit1-and-exit0-fo) but it doesn't catch the exit for the compiled version and the...
I manage to create a test but only after adding a utility function that creates a child process and running the function on it then returns the exit error of...
As the Fortran already supports the unnamed array as function arguments what do you think if we can just create a tmp variable in the C printer something like [this](https://github.com/pyccel/pyccel/commit/880cd24295ed437dea2815986d720a1d34fb2346)
Hello @EmilyBourne We just started rewriting the way we handle OpenMP annotated comments. We want to support multiple versions. with the previous implementation, it was really hard and there were...
@Druue I double checked and I confirm that adding the `createdAt: true` fixes the issue for me as well as removing `select` all together ```ts const { id } =...