Santiago Soler
Santiago Soler
> Also, the requirement that the output is a `csr_matrix` when `v is None` is too strict. It should only be required to return a 2D array_like object. Basically anything...
> If possible, we should avoid constructing the sparse matrix on the call to `deriv` when `v is not None`. Good point! I think we can check case by case...
The issue with dc Dipole sources has been fixed by #1393. I'm leaving this issue open to remind ourselves to explore similar patterns in other sources.
Thanks for applying the suggested changes. Would you open a few Issues to remind us to keep forward with the discussion that @jcapriot opened regarding handling complex conductivity, and to...
I really like setting a common interface for all simulation classes. A few comments I thought while reading this issue. I like the idea for `BaseSimulation`. I would suggest making...
Thanks a lot @omid-b for the contribution! Nice catch of that typo! This is ready to be merged. The tests failing in CI are surely unrelated to your change, so...
Thanks for reporting this bug, @aguspesce! The issue is clearly coming from the plotting method trying to build a meshgrid out of coordinates of the cell centers of the underlying...
I should update some of the tutorials, so they make use of the default depth strategy. We can also include some information on why setting the depth to a numerical...
@indiauppal would you like to check this PR out?
Test fails because there's an issue with Verde and `pkg_resources` in Python 3.12. After that issue is fixed upstream in Verde, do we need to constrain Verde's version to that...