Oscar Gustafsson
Oscar Gustafsson
I think that the animation module has seen some work recently, so that is probably the reason for the need to rebase. In general, the approach is just to keep...
I'll sort it out tomorrow.
As a slightly related note, we use nanobind in APyTypes https://apytypes.github.io/ and had issues when using apytypes in a cocotb testbench. The main issue was https://github.com/apytypes/apytypes/issues/533 but that is resolved...
Thanks! I agree that it makes sense to use a VHPI plugin (as far as I can tell with limited detailed knowledge about VHPI and, primarily, I trust you). I'll...
We'll be happy to get bug reports, and I think that is the easiest way to move forward. I know that there very well may be things in the GHW...
That seems to be an indeed valid issue. Also, this is a bit "interesting": ``` In [6]: periodicity(Abs(sin(x)),x) Out[6]: π In [7]: periodicity(Abs(sin(x)**2),x) Out[7]: 2⋅π In [8]: periodicity(Abs(sin(x))**2,x) Out[8]: 2⋅π...
It is worth noting that although the dialog is created as part of the test, the callback where the settings are applied is currently not tested. Hence, one can maybe...
Seems to cause quite a bit of test failures. Could be worthwhile to have a closer look at the tests as the PR seems to be OK.
Do not worry about the codecov failures. They are a bit random...
Closing and reopening to see if the builds can actually be triggered...