Walter Simson
Walter Simson
Hey @Harish-M-2003, Checking in on this Issue. Do you think you would be able to close a PR by the deadline for the [v0.3.3 ](https://github.com/waltsims/k-wave-python/milestone/3) milestone on April 3rd?
No problem.
same issue here: ``` $ sphinx-build --version sphinx-build 5.3.0 ```
This is a great point. Should be easy to implement. Thanks for your feedback. -Walter
That would be great. Thanks @faberno!
@faberno should we try to get these updates into v0.4.1 in the new year?
```python import unittest import numpy as np from kwave.ksource import kSource class TestKSource(unittest.TestCase): def setUp(self): self.source = kSource() def test_p0_setter_empty_array(self): """Test that p0 is set to None when given an...
@djps Can you add a minimal reproducing example?
- [ ] It seems we need to wait for opencv to support numpy 2.0 - [ ] someone should read the migration guide and ensure all of k-wave-python is...
Thanks for this @KR616. Is the implied difference between a bug and an error that a bug is a developer error while an error is a user error? I find...