Thibaut Astic
Thibaut Astic
Hi @TobiasGlaubach, As far as I know, the easiest way right now for you is what you proposed last: rotate the domain and work with a local coordinates system so...
PR/Issue #1000! Well played, @xiaolongw1223 ! 🥳 Is there a price for that? 🥇
Just to summarize my opinion here: 1) There are many options for normalizing (`1`, or `1/2` or `1/nd` (`nd`: number of data)). So whatever choice we make, we will have...
@dccowan : can it be closed?
Sorry, my bad, I mistook it with #932
Hi @JuanjoLedo, Several things: - Which version of SimPEG are you using? You can check it like this: ``` import SimPEG print(SimPEG.__version__) ``` - The TLE papers and notebooks are...
@sgkang might have something to add to this.
That looks good to me. Can you show me what message is displayed when sklearn is not installed? I just want to make sure it is explicit enough to not...
> In `emg3d` I have this message, maybe we could do something similar: > > ``` > "emg3d: This feature requires the missing soft dependencies ['sklearn']." > ``` I would...
Edit: > `pip install scikit-learn` or `conda install -c conda-forge scikit-learn` And maybe add a link to their page: https://scikit-learn.org/stable/install.html