synthoseis icon indicating copy to clipboard operation
synthoseis copied to clipboard

Cannot include channels

Open GiudiceVitor opened this issue 1 year ago • 4 comments

When trying to build a model with include_channels = True, the code gives the following error:

image

When analyzing, I came upon the following commented lines on line 115 of Geomodels.py, making traces always None, as it is never initialized:

image

If we try to uncomment the lines, the self.build_channel_cubes() method on line 115 is not implemented

GiudiceVitor avatar Sep 12 '23 21:09 GiudiceVitor