You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I execute a three shots inversion of refraction data (with a reconstructed .sgt file in attached - picking was done using Reflexw ascii export format in traveltime analysis), I have systematically the following warning message:
./core/src/meshentities.cpp:36 GIMLI::Boundary* GIMLI::findBoundary_(const std::set<Boundary*>&) pls. check, this should not happen. There is more than one boundary defined.2
Your environment
Date: Tue Oct 15 16:11:58 2024 Paris, Madrid (heure d’été)
import os
import pygimli as pg
import pygimli.physics.traveltime as tt
from pygimli.physics import TravelTimeManager
import matplotlib.pyplot as plt
from pygimli.physics.traveltime.importData import readTOMfile
data=tt.load('test3tirs_lot6002.txt')
Problem description
When I execute a three shots inversion of refraction data (with a reconstructed .sgt file in attached - picking was done using Reflexw ascii export format in traveltime analysis), I have systematically the following warning message:
Your environment
Date: Tue Oct 15 16:11:58 2024 Paris, Madrid (heure d’été)
Python 3.11.9 | packaged by conda-forge | (main, Apr 19 2024, 18:27:10) [MSC
v.1938 64 bit (AMD64)]
Steps to reproduce
test3tirs_lot6002.txt
Expected behavior
Obviously I obtain almost what is expected (despite some picking issue) ... unless the warning message concerning the boundary
Actual behavior
question :
I don't understand the warning message. Question : is it possible to fix it ? Does it come from my sgt file ?
Best regards,
Fayçal
The text was updated successfully, but these errors were encountered: