synthoseis
synthoseis copied to clipboard
Cannot include channels
When trying to build a model with include_channels = True
, the code gives the following error:
When analyzing, I came upon the following commented lines on line 115
of Geomodels.py
, making traces always None, as it is never initialized:
If we try to uncomment the lines, the self.build_channel_cubes()
method on line 115
is not implemented