Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERT Field Data With Topography #236

Closed
bflinchum opened this issue May 28, 2020 · 9 comments
Closed

ERT Field Data With Topography #236

bflinchum opened this issue May 28, 2020 · 9 comments

Comments

@bflinchum
Copy link

Errors running Example "plot_02_ert_field_data.py"

I am officially venturing into the ERT inversion :). Maybe some joint inversion in the near future?? I usually like to download your example files and then adjust from there. These examples are extremely useful as I can see the input formats and command required to invert. As I read more I can adjust parameters. As a user, not a developer, I thought I would bring this to your attention.

I download the example script plot_02_ert_field_data.py from here. Theoretically this should run on my computer but I am getting some kind of bug here. It has to do with the createGeometricFactors() method.

If I just open and run the program I get the following error:
RuntimeError: /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/inversion.h: 261 void GIMLI::RInversion::checkError() dataWeight_ contains inf or nan

I investigated this a little bit further and when I do np.array(data['k']) I see that the geometric factors are all inf:
Out[3]: array([inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf, inf])

My Troubleshooting

If I remove the numerical=True then I get what appears to be normal geometric factors. I went through the source and couldn't find an if statement on the numerical boolean.

To potentially help you find this bug I set the the geometric factors to their default values (i.e. no topography) using data['k'] = createGeometricFactors(data). In this case I get a plot of the geometric factors I would expect (1/2*pi * (1/AM - 1/BM - 1/AN + 1/BN)). The code then throws the following error when it gets to the ert.invert(data, lam=10, paraDX=0.3, paraMaxCellSize=10, paraDepth=20, quality=33.6):

RuntimeError: /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/inversion.cpp: 95 double GIMLI::RInversion::getPhiD(const GIMLI::RInversion::Vec &) const getPhiD == inf

Not sure if this is because there is topography in the dataContainer but not in the geometric factors.

I hope this information is helpful.

Your environment

Operating system: MacOS 10.15.2
Python version: 3.7.7
pyGIMLi version: 1.1.0 (on the dev branch--I haven't changed anything though 0_o)
Way of installation: Compilation from source. Libraries and dependencies downloaded through Macports

@carsten-forty2
Copy link
Contributor

Interesting .. I tested myself right now and it runs as expected.

The check for the numerical you can finde here:

if numerical is None:

Please ensure your sources are up to date (git pull)

In case your local copy is up to date .. please post the complete terminal output.

@bflinchum
Copy link
Author

bflinchum commented May 28, 2020

@carsten-forty2 that's why I opened the ticket because I have never had problems running the example scripts you provide. I did a pull and I am up to date. I then re-downloaded the script fresh. Here is my output:

Brady~: python plot_02_ert_field_data-3.py 28/05/20 - 18:52:02 - pyGIMLi - INFO - File already exists: /var/folders/zs/41htx7ks3hd95mmxht84vcv40000gn/T/gimli-org/example-data/ert/slagdump.ohm /var/folders/zs/41htx7ks3hd95mmxht84vcv40000gn/T/gimli-org/example-data/ert/slagdump.ohm Data: Sensors: 38 data: 222, nonzero entries: ['a', 'b', 'm', 'n', 'r', 'valid'] 28/05/20 - 18:52:02 - pyGIMLi - INFO - Cache /Users/bflinch/PyGIMLi/V1p1/gimli/pygimli/physics/ert/ert.py:createGeometricFactors restored (2.2s x 15): /Users/bflinch/Library/Caches/pygimli/15225684201924955732 28/05/20 - 18:52:02 - pyGIMLi - INFO - Cache /Users/bflinch/PyGIMLi/V1p1/gimli/pygimli/physics/ert/ert.py:createGeometricFactors restored (0.0s x 9): /Users/bflinch/Library/Caches/pygimli/9875732093689500280 28/05/20 - 18:52:03 - pyGIMLi - INFO - Creating apparent resistivies from impedences rhoa = r * k Data: Sensors: 38 data: 222, nonzero entries: ['a', 'b', 'k', 'm', 'n', 'r', 'rhoa', 'valid'] 28/05/20 - 18:52:03 - pyGIMLi - INFO - Found 2 regions. 28/05/20 - 18:52:03 - pyGIMLi - INFO - Region with smallest marker set to background (marker=1) 28/05/20 - 18:52:03 - pyGIMLi - INFO - Creating forward mesh from region infos. 28/05/20 - 18:52:03 - Core - WARNING - Region Nr: 1 is background and should not get a model transformation. 28/05/20 - 18:52:03 - Core - WARNING - Region Nr: 1 is background and should not get a model control. 28/05/20 - 18:52:03 - pyGIMLi - INFO - Creating refined mesh (H2) to solve forward task. ModellingBase::setMesh() copying new mesh ... Found topography for surface=114.039 : 113.853 Warning! swap YZ coordinates for sensor positions to meet mesh dimensions. Found datafile: 38 electrodes Found: 38 node-electrodes rMin = 0.999991, rMax = 132.345 NGauLeg + NGauLag for inverse Fouriertransformation: 12 + 4 Found non-neumann domain 0.008 s FOP updating mesh dependencies ... 0 s min/max(dweight) = nan/nan Traceback (most recent call last): File "plot_02_ert_field_data-3.py", line 61, in <module> paraDX=0.3, paraMaxCellSize=10, paraDepth=20, quality=33.6) File "/Users/bflinch/PyGIMLi/V1p1/gimli/pygimli/frameworks/methodManager.py", line 739, in invert self.fw.run(dataVals, errorVals, **kwargs) File "/Users/bflinch/PyGIMLi/V1p1/gimli/pygimli/frameworks/inversion.py", line 386, in run self.inv.setRelativeError(self._errorVals) RuntimeError: /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/inversion.h: 261 void GIMLI::RInversion::checkError() dataWeight_ contains inf or nan

@carsten-forty2
Copy link
Contributor

carsten-forty2 commented May 28, 2020

maybe a caching problem (this is a new experimental feature) .. I deactivate it until further testing. Please try with --noCache command line option or update dev and try again.

Please add verbose=True to createGeometricFactors and /or the invert() call for some more output informations.

@bflinchum
Copy link
Author

bflinchum commented May 29, 2020

I did a git pull to update I saw that ert.py was modified. I then added verbose=True to both the ert.invert method and createGeometricFactors method. This is my output:

`python plot_02_ert_field_data-3.py
28/05/20 - 20:52:33 - pyGIMLi - INFO - File already exists: /var/folders/zs/41htx7ks3hd95mmxht84vcv40000gn/T/gimli-org/example-data/ert/slagdump.ohm
/var/folders/zs/41htx7ks3hd95mmxht84vcv40000gn/T/gimli-org/example-data/ert/slagdump.ohm
Data: Sensors: 38 data: 222, nonzero entries: ['a', 'b', 'm', 'n', 'r', 'valid']
28/05/20 - 20:52:33 - pyGIMLi - INFO - mesh Mesh: Nodes: 465 Cells: 822 Boundaries: 1286
28/05/20 - 20:52:33 - pyGIMLi - INFO - h2 refine Mesh: Nodes: 1751 Cells: 3288 Boundaries: 2572
28/05/20 - 20:52:33 - pyGIMLi - INFO - p2 refine Mesh: Nodes: 6789 Cells: 3288 Boundaries: 2572
28/05/20 - 20:52:33 - pyGIMLi - INFO - Calculate numerical geometric factors.
ModellingBase::setMesh() copying new mesh ... Found topography for surface=108.45 : 119.894
Warning! swap YZ coordinates for sensor positions to meet mesh dimensions.
Found datafile: 38 electrodes
Found: 38 node-electrodes
rMin = 0.999991, rMax = 132.345
NGauLeg + NGauLag for inverse Fouriertransformation: 12 + 4
Found non-neumann domain
0.006 s
FOP updating mesh dependencies ... 0 s
Assembling system matrix ... Factorizing ( no valid solver installed) system matrix ... /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/linSolver.cpp: 156 void GIMLI::LinSolver::initialize_(GIMLI::RSparseMatrix &, int) no valid solver found
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Assembling system matrix ... Factorizing ( no valid solver installed) system matrix ... /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/linSolver.cpp: 156 void GIMLI::LinSolver::initialize_(GIMLI::RSparseMatrix &, int) no valid solver found
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Assembling system matrix ... Factorizing ( no valid solver installed) system matrix ... /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/linSolver.cpp: 156 void GIMLI::LinSolver::initialize_(GIMLI::RSparseMatrix &, int) no valid solver found
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Assembling system matrix ... Factorizing ( no valid solver installed) system matrix ... /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/linSolver.cpp: 156 void GIMLI::LinSolver::initialize_(GIMLI::RSparseMatrix &, int) no valid solver found
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Assembling system matrix ... Factorizing ( no valid solver installed) system matrix ... /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/linSolver.cpp: 156 void GIMLI::LinSolver::initialize_(GIMLI::RSparseMatrix &, int) no valid solver found
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Assembling system matrix ... Factorizing ( no valid solver installed) system matrix ... /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/linSolver.cpp: 156 void GIMLI::LinSolver::initialize_(GIMLI::RSparseMatrix &, int) no valid solver found
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Assembling system matrix ... Factorizing ( no valid solver installed) system matrix ... /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/linSolver.cpp: 156 void GIMLI::LinSolver::initialize_(GIMLI::RSparseMatrix &, int) no valid solver found
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Assembling system matrix ... Factorizing ( no valid solver installed) system matrix ... /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/linSolver.cpp: 156 void GIMLI::LinSolver::initialize_(GIMLI::RSparseMatrix &, int) no valid solver found
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Assembling system matrix ... Factorizing ( no valid solver installed) system matrix ... /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/linSolver.cpp: 156 void GIMLI::LinSolver::initialize_(GIMLI::RSparseMatrix &, int) no valid solver found
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Assembling system matrix ... Factorizing ( no valid solver installed) system matrix ... /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/linSolver.cpp: 156 void GIMLI::LinSolver::initialize_(GIMLI::RSparseMatrix &, int) no valid solver found
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Assembling system matrix ... Factorizing ( no valid solver installed) system matrix ... /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/linSolver.cpp: 156 void GIMLI::LinSolver::initialize_(GIMLI::RSparseMatrix &, int) no valid solver found
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Assembling system matrix ... Factorizing ( no valid solver installed) system matrix ... /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/linSolver.cpp: 156 void GIMLI::LinSolver::initialize_(GIMLI::RSparseMatrix &, int) no valid solver found
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Assembling system matrix ... Factorizing ( no valid solver installed) system matrix ... /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/linSolver.cpp: 156 void GIMLI::LinSolver::initialize_(GIMLI::RSparseMatrix &, int) no valid solver found
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Assembling system matrix ... Factorizing ( no valid solver installed) system matrix ... /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/linSolver.cpp: 156 void GIMLI::LinSolver::initialize_(GIMLI::RSparseMatrix &, int) no valid solver found
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Assembling system matrix ... Factorizing ( no valid solver installed) system matrix ... /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/linSolver.cpp: 156 void GIMLI::LinSolver::initialize_(GIMLI::RSparseMatrix &, int) no valid solver found
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Assembling system matrix ... Factorizing ( no valid solver installed) system matrix ... /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/linSolver.cpp: 156 void GIMLI::LinSolver::initialize_(GIMLI::RSparseMatrix &, int) no valid solver found
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Ooops: Warning!!!! Solver: no valid solver installed fails with rms(A *x -b)/rms(b) > tol: 1
Forward: time: 1.048s
28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 0 b = 3 m = 1 n = 2
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 1 b = 4 m = 2 n = 3
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 2 b = 5 m = 3 n = 4
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 3 b = 6 m = 4 n = 5
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 4 b = 7 m = 5 n = 6
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 5 b = 8 m = 6 n = 7
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 6 b = 9 m = 7 n = 8
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 7 b = 10 m = 8 n = 9
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 8 b = 11 m = 9 n = 10
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 9 b = 12 m = 10 n = 11
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 10 b = 13 m = 11 n = 12
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 11 b = 14 m = 12 n = 13
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 12 b = 15 m = 13 n = 14
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 13 b = 16 m = 14 n = 15
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 14 b = 17 m = 15 n = 16
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 15 b = 18 m = 16 n = 17
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 16 b = 19 m = 17 n = 18
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 17 b = 20 m = 18 n = 19
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 18 b = 21 m = 19 n = 20
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 19 b = 22 m = 20 n = 21
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 20 b = 23 m = 21 n = 22
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 21 b = 24 m = 22 n = 23
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 22 b = 25 m = 23 n = 24
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 23 b = 26 m = 24 n = 25
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 24 b = 27 m = 25 n = 26
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 25 b = 28 m = 26 n = 27
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 26 b = 29 m = 27 n = 28
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 27 b = 30 m = 28 n = 29
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 28 b = 31 m = 29 n = 30
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 29 b = 32 m = 30 n = 31
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 30 b = 33 m = 31 n = 32
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 31 b = 34 m = 32 n = 33
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 32 b = 35 m = 33 n = 34
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 33 b = 36 m = 34 n = 35
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 34 b = 37 m = 35 n = 36
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 0 b = 6 m = 2 n = 4
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 1 b = 7 m = 3 n = 5
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 2 b = 8 m = 4 n = 6
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 3 b = 9 m = 5 n = 7
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 4 b = 10 m = 6 n = 8
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 5 b = 11 m = 7 n = 9
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 6 b = 12 m = 8 n = 10
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 7 b = 13 m = 9 n = 11
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 8 b = 14 m = 10 n = 12
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 9 b = 15 m = 11 n = 13
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 10 b = 16 m = 12 n = 14
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 11 b = 17 m = 13 n = 15
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 12 b = 18 m = 14 n = 16
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 13 b = 19 m = 15 n = 17
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 14 b = 20 m = 16 n = 18
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 15 b = 21 m = 17 n = 19
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 16 b = 22 m = 18 n = 20
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 17 b = 23 m = 19 n = 21
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 18 b = 24 m = 20 n = 22
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 19 b = 25 m = 21 n = 23
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 20 b = 26 m = 22 n = 24
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 21 b = 27 m = 23 n = 25
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 22 b = 28 m = 24 n = 26
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 23 b = 29 m = 25 n = 27
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 24 b = 30 m = 26 n = 28
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 25 b = 31 m = 27 n = 29
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 26 b = 32 m = 28 n = 30
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 27 b = 33 m = 29 n = 31
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 28 b = 34 m = 30 n = 32
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 29 b = 35 m = 31 n = 33
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 30 b = 36 m = 32 n = 34
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 31 b = 37 m = 33 n = 35
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 0 b = 9 m = 3 n = 6
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 1 b = 10 m = 4 n = 7
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 2 b = 11 m = 5 n = 8
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 3 b = 12 m = 6 n = 9
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 4 b = 13 m = 7 n = 10
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 5 b = 14 m = 8 n = 11
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 6 b = 15 m = 9 n = 12
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 7 b = 16 m = 10 n = 13
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 8 b = 17 m = 11 n = 14
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 9 b = 18 m = 12 n = 15
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 10 b = 19 m = 13 n = 16
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 11 b = 20 m = 14 n = 17
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 12 b = 21 m = 15 n = 18
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 13 b = 22 m = 16 n = 19
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 14 b = 23 m = 17 n = 20
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 15 b = 24 m = 18 n = 21
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 16 b = 25 m = 19 n = 22
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 17 b = 26 m = 20 n = 23
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 18 b = 27 m = 21 n = 24
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 19 b = 28 m = 22 n = 25
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 20 b = 29 m = 23 n = 26
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 21 b = 30 m = 24 n = 27
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 22 b = 31 m = 25 n = 28
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 23 b = 32 m = 26 n = 29
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 24 b = 33 m = 27 n = 30
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 25 b = 34 m = 28 n = 31
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 26 b = 35 m = 29 n = 32
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 27 b = 36 m = 30 n = 33
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 28 b = 37 m = 31 n = 34
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 0 b = 12 m = 4 n = 8
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 1 b = 13 m = 5 n = 9
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 2 b = 14 m = 6 n = 10
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 3 b = 15 m = 7 n = 11
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 4 b = 16 m = 8 n = 12
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 5 b = 17 m = 9 n = 13
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 6 b = 18 m = 10 n = 14
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 7 b = 19 m = 11 n = 15
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 8 b = 20 m = 12 n = 16
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 9 b = 21 m = 13 n = 17
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 10 b = 22 m = 14 n = 18
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 11 b = 23 m = 15 n = 19
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 12 b = 24 m = 16 n = 20
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 13 b = 25 m = 17 n = 21
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 14 b = 26 m = 18 n = 22
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 15 b = 27 m = 19 n = 23
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 16 b = 28 m = 20 n = 24
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 17 b = 29 m = 21 n = 25
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 18 b = 30 m = 22 n = 26
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 19 b = 31 m = 23 n = 27
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 20 b = 32 m = 24 n = 28
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 21 b = 33 m = 25 n = 29
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 22 b = 34 m = 26 n = 30
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 23 b = 35 m = 27 n = 31
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 24 b = 36 m = 28 n = 32
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 25 b = 37 m = 29 n = 33
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 0 b = 15 m = 5 n = 10
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 1 b = 16 m = 6 n = 11
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 2 b = 17 m = 7 n = 12
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 3 b = 18 m = 8 n = 13
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 4 b = 19 m = 9 n = 14
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 5 b = 20 m = 10 n = 15
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 6 b = 21 m = 11 n = 16
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 7 b = 22 m = 12 n = 17
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 8 b = 23 m = 13 n = 18
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 9 b = 24 m = 14 n = 19
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 10 b = 25 m = 15 n = 20
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 11 b = 26 m = 16 n = 21
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 12 b = 27 m = 17 n = 22
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 13 b = 28 m = 18 n = 23
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 14 b = 29 m = 19 n = 24
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 15 b = 30 m = 20 n = 25
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 16 b = 31 m = 21 n = 26
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 17 b = 32 m = 22 n = 27
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 18 b = 33 m = 23 n = 28
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 19 b = 34 m = 24 n = 29
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 20 b = 35 m = 25 n = 30
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 21 b = 36 m = 26 n = 31
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 22 b = 37 m = 27 n = 32
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 0 b = 18 m = 6 n = 12
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 1 b = 19 m = 7 n = 13
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 2 b = 20 m = 8 n = 14
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 3 b = 21 m = 9 n = 15
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 4 b = 22 m = 10 n = 16
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 5 b = 23 m = 11 n = 17
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 6 b = 24 m = 12 n = 18
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 7 b = 25 m = 13 n = 19
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 8 b = 26 m = 14 n = 20
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 9 b = 27 m = 15 n = 21
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 10 b = 28 m = 16 n = 22
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 11 b = 29 m = 17 n = 23
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 12 b = 30 m = 18 n = 24
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 13 b = 31 m = 19 n = 25
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 14 b = 32 m = 20 n = 26
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 15 b = 33 m = 21 n = 27
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 16 b = 34 m = 22 n = 28
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 17 b = 35 m = 23 n = 29
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 18 b = 36 m = 24 n = 30
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 19 b = 37 m = 25 n = 31
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 0 b = 21 m = 7 n = 14
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 1 b = 22 m = 8 n = 15
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 2 b = 23 m = 9 n = 16
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 3 b = 24 m = 10 n = 17
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 4 b = 25 m = 11 n = 18
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 5 b = 26 m = 12 n = 19
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 6 b = 27 m = 13 n = 20
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 7 b = 28 m = 14 n = 21
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 8 b = 29 m = 15 n = 22
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 9 b = 30 m = 16 n = 23
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 10 b = 31 m = 17 n = 24
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 11 b = 32 m = 18 n = 25
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 12 b = 33 m = 19 n = 26
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 13 b = 34 m = 20 n = 27
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 14 b = 35 m = 21 n = 28
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 15 b = 36 m = 22 n = 29
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 16 b = 37 m = 23 n = 30
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 0 b = 24 m = 8 n = 16
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 1 b = 25 m = 9 n = 17
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 2 b = 26 m = 10 n = 18
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 3 b = 27 m = 11 n = 19
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 4 b = 28 m = 12 n = 20
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 5 b = 29 m = 13 n = 21
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 6 b = 30 m = 14 n = 22
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 7 b = 31 m = 15 n = 23
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 8 b = 32 m = 16 n = 24
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 9 b = 33 m = 17 n = 25
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 10 b = 34 m = 18 n = 26
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 11 b = 35 m = 19 n = 27
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 12 b = 36 m = 20 n = 28
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 13 b = 37 m = 21 n = 29
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 0 b = 27 m = 9 n = 18
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 1 b = 28 m = 10 n = 19
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 2 b = 29 m = 11 n = 20
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 3 b = 30 m = 12 n = 21
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 4 b = 31 m = 13 n = 22
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 5 b = 32 m = 14 n = 23
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 6 b = 33 m = 15 n = 24
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 7 b = 34 m = 16 n = 25
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 8 b = 35 m = 17 n = 26
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 9 b = 36 m = 18 n = 27
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 10 b = 37 m = 19 n = 28
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 0 b = 30 m = 10 n = 20
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 1 b = 31 m = 11 n = 21
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 2 b = 32 m = 12 n = 22
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 3 b = 33 m = 13 n = 23
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 4 b = 34 m = 14 n = 24
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 5 b = 35 m = 15 n = 25
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 6 b = 36 m = 16 n = 26
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 7 b = 37 m = 17 n = 27
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 0 b = 33 m = 11 n = 22
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 1 b = 34 m = 12 n = 23
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 2 b = 35 m = 13 n = 24
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 3 b = 36 m = 14 n = 25
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 4 b = 37 m = 15 n = 26
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 0 b = 36 m = 12 n = 24
0 0 0 0 U = 0

28/05/20 - 20:52:34 - Core - WARNING - /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/bert/datamap.cpp: 221 GIMLI::RVector GIMLI::DataMap::data(const GIMLI::DataContainerERT &, bool, bool)
a = 1 b = 37 m = 13 n = 25
0 0 0 0 U = 0

28/05/20 - 20:52:34 - pyGIMLi - WARNING - Sensor z-coordinates not equal. Is there topography?
28/05/20 - 20:52:34 - pyGIMLi - INFO - Calculate analytical flat earth geometric factors.
28/05/20 - 20:52:35 - pyGIMLi - INFO - Creating apparent resistivies from impedences rhoa = r * k
Data: Sensors: 38 data: 222, nonzero entries: ['a', 'b', 'k', 'm', 'n', 'r', 'rhoa', 'valid']
Constructing Delaunay triangulation by divide-and-conquer method.
Delaunay milliseconds: 0
Recovering segments in Delaunay triangulation.
Segment milliseconds: 0
Removing unwanted triangles.
Spreading regional attributes and area constraints.
Hole milliseconds: 0
Adding Steiner points to enforce quality.
Quality milliseconds: 1

Writing vertices.
Writing triangles.
Writing segments.
Writing edges.

Output milliseconds: 0
Total running milliseconds: 1

Statistics:

Input vertices: 120
Input segments: 121
Input holes: 0

Mesh vertices: 856
Mesh triangles: 1553
Mesh edges: 2408
Mesh exterior boundary edges: 157
Mesh interior boundary edges: 33
Mesh subsegments (constrained edges): 190

28/05/20 - 20:52:35 - pyGIMLi - INFO - Found 2 regions.
28/05/20 - 20:52:35 - pyGIMLi - INFO - Region with smallest marker set to background (marker=1)
28/05/20 - 20:52:35 - pyGIMLi - INFO - Creating forward mesh from region infos.
28/05/20 - 20:52:35 - Core - WARNING - Region Nr: 1 is background and should not get a model transformation.
28/05/20 - 20:52:35 - Core - WARNING - Region Nr: 1 is background and should not get a model control.
28/05/20 - 20:52:35 - pyGIMLi - INFO - Creating refined mesh (H2) to solve forward task.
ModellingBase::setMesh() copying new mesh ... Found topography for surface=114.039 : 113.853
Warning! swap YZ coordinates for sensor positions to meet mesh dimensions.
Found datafile: 38 electrodes
Found: 38 node-electrodes
rMin = 0.999991, rMax = 132.345
NGauLeg + NGauLag for inverse Fouriertransformation: 12 + 4
Found non-neumann domain
0.008 s
FOP updating mesh dependencies ... 0 s
min/max(dweight) = nan/nan
Traceback (most recent call last):
File "plot_02_ert_field_data-3.py", line 61, in
paraDX=0.3, paraMaxCellSize=10, paraDepth=20, quality=33.6,verbose=True)
File "/Users/bflinch/PyGIMLi/V1p1/gimli/pygimli/frameworks/methodManager.py", line 739, in invert
self.fw.run(dataVals, errorVals, **kwargs)
File "/Users/bflinch/PyGIMLi/V1p1/gimli/pygimli/frameworks/inversion.py", line 386, in run
self.inv.setRelativeError(self.errorVals)
RuntimeError: /Users/bflinch/PyGIMLi/V1p1/gimli/core/src/inversion.h: 261 void GIMLI::RInversion::checkError() dataWeight
contains inf or nan

@bflinchum
Copy link
Author

@carsten-forty2 fixed it. the versos gave me a clue to a missing library. I will explain in the morning.

@halbmy
Copy link
Contributor

halbmy commented May 29, 2020

The missing linear solver looks like a build problem (suitesparse) on Mac. Does it work with the conda version?

@florian-wagner
Copy link
Member

@bflinchum Sidenote: You can also install suitesparse via macports.

@bflinchum
Copy link
Author

So that exactly what I did. When I recompiled I went through and check for errors. It was subtle error as it didn't completely stop the compilation, which is why it never raised any flags for me to double check. I also checked that SuiteSparse is there in the third party but for some reason it didn't compile. I didn't look into it too much further but I think that I was missing a .h in my path. Instead of trying to figure out how to compile the stuff provided in the third party folder I went ahead and installed SuiteSparse with macports:

sudo port install suitesparse

I recompiled Gimli and then all is right in the world again.

Thanks for you help guys. The switch to verbose helped tremendously. I raised this because I have never had any problems running your example problems before.

@halbmy I am not sure it works with the conda distribution. For a while you didn't have it set up for Mac on condo so I went through compilation from scratch. At this stage it gets very confusing to install conda because paths to libraries will get all mixed up...

I should be getting a graduate student soon. When that happens he/she will be on a Mac and I will advise using conda.

@carsten-forty2
Copy link
Contributor

ahh good to read you solved it .. then I will switch the cacheing on again.

Suitesparse is kind of optional so there is no need to stop compilation.

Conda is quite usefull but as a binary distribution for some selected releases, its a little bit more complicated to work with hot fixes on the current dev branch.

The problem seems to be solved so we can close this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants