David Sinden

Results 12 comments of David Sinden

Closed as will be covered by another PR.

It appears that https://github.com/waltsims/k-wave-python/blob/d675e2d192c96128f5755c8d17fcc5d77a691b7d/kwave/ksource.py#L62 has `np.sum(val !=0)` which should be replaced by a statement with np.all() statement equivalent, as the setter overwrites things to `None` when it shouldn't.