kipfstuhl
kipfstuhl
Hi Stephan, thank you for your reply. I will try to create some minimal example. I used the current version on the `main` branch, i.e. commit number 2f9d72a. I used...
Hi Stephan, I could create a minimal example that shows the behavior described above: ```python import numpy as np def function(rows: int, cols: int, intrinsic: np.ndarray): xx, yy = np.meshgrid(np.arange(cols),...
Hi Stephan, thank you for your reply. This helps a lot to understand the problem. In my opinion it would really be great if Pynguin could create also test with...