Santiago Soler
Santiago Soler
Hi @prisae. After following the discussion, I think your suggested change makes sense. I think we should merge it. Could we add a test for it though? Basically, a test...
Thanks @prisae!! I'm merging this 🚀
@dccowan, I think this PR is ready to be merged, but I'd like to hear your thoughts on it.
Hi @prisae! During last week's SimPEG meeting, @lheagy mentioned that the `ElectricDipole` class won't work with SimPEG simulation as it is because it lacks the `s_m` and `s_e` methods. I'm...
> Thinking a little forward here… > > Probably best practice to actually leave `ind_active` as a keyword argument in `__init__` (but move it to the end). Then, leave it...
@jcapriot should we merge this one?
Thanks @ghwilliams for opening this issue. I can reproduce your findings, and yes, this seems to be a bug. I think there are other important differences between the two functions...
Cool. The good thing about an array of integers is that we could probably reduce the memory footprint of those arrays: if a block is composed by a dozen of...
Hi @remrama. Thanks for opening this issue. It's not rare to encounter failed downloads when running tests on CI. Most of the times this is related to server-side issues, usually...
Hi @remrama! Yes, I agree that there are too many unnecessary requests when fetching multiple files from a DOI. All the requests to doi.org with the same doi to get...