simpeg icon indicating copy to clipboard operation
simpeg copied to clipboard

Unnecessary warning trigger with linearSimulation

Open thast opened this issue 5 years ago • 0 comments

Simply running the tutorial plot_inv_1_inversion_lsq.py, I obtain a warning that does not seem to be necessary.

The line sim = simulation.LinearSimulation(mesh, G=G, model_map=model_map)

triggers the warning:

image

where G seems to be by all mean a valid property... it seems to be more an issue on the order on which piece of code are hit.

thast avatar Oct 23 '20 22:10 thast