Farid Yagubbayli

Results 9 comments of Farid Yagubbayli

Hi @tonyzzr, overall `k-wave-python` supports Python 3.10 but `uff` library does not support it yet. So the example which require `uff` library will not work with Python 3.10. As a...

You make a valid point! We also considered using data classes when we initially implemented the classes. However, given the prevalence of Matlab-style code, it wasn't always feasible or suitable...

We should also consider how typing is supported in the `xarray`.

I cannot reproduce this. Here is what I see: ```commandline =========================================================================================== 2 passed, 2 skipped in 2.49s =========================================================================================== (env_k) faridyagubbayli@Mac tests % pytest -s -v -o log_cli=True test_checks.py =============================================================================================== test...

Tried on Linux with a GPU and still don't see any logging errors. ```commandline (env_k) **@***:~/projects/k/k-wave-python/tests$ pytest -s -v -o log_cli=True test_checks.py ================================================================================================ test session starts ================================================================================================= platform linux --...

@waltsims I tried to reproduce this with Python 3.9 but still not seeing any warning. I have the logging config lines from your instructions. Maybe this is somehow specific to...

Copying will result in increased memory usage. I wonder if there is another way?

@waltsims @djps can you have a look and comment on the direction? If the direction looks good, I'll go ahead and update the examples to use the new structure.