Lindsey Heagy
Lindsey Heagy
Bug fixes in the MMR solution for the TDEM h-field problem with a line source. - note that `e = - \grad \phi` (hence the sign update) - the volume...
Right now, we are inly testing simPEG on python 3.7. It would be great to include all the way up to 3.10. I know our testing footprint is fairly large,...
We don't currently have any warnings to notify users that the input values are invalid if negative conductivities are provided. This can lead to issues that are difficult to debug...
It would be very useful to have the date on the release notes moving forward http://docs.simpeg.xyz/content/release/0.17.0-notes.html
We have quite a number of `from __future__ import X` statements still around in SimPEG. Since we don't support python 2.7 (#731), these are no longer needed, correct?
Right now, the order is oldest (0.14.0 -- when we started including them in the docs) to most recent. This means that the most recent is at the bottom. I...
Right now, the base inverse problem requires that we instantiate it with a regularization. However, if you are running a parametric inversion, regularization might not be necessary. We can hack...
When running the [first notebook in the transform tutorial](https://github.com/simpeg/transform-2020-simpeg/blob/master/1-century-dcip-inversion.ipynb) on the latest version of SimPEG, we run into an error in the IP inversion in cell 56 (thanks @dougoldenburg for...
We should add a copyright notice and license information (names and terms) in every `.py` file. This notice should be at the top of each file ``` # Copyright (c)...
In order to have the NSEM simulation be able to rely directly on the `FDEM` forward + sensitivity calculations, there are a few things we need to update, particularly with...