sede-open / synthoseis

Generating seismic data and associated labels to train deep learning networks.
MIT License
57 stars 12 forks source link

Newer version of numpy changed the way that dtypes are called #4

Closed gavargas22 closed 1 year ago

gavargas22 commented 1 year ago

For example

np.complex should be changed to complex

This happens in a few places in the codebase

gavargas22 commented 1 year ago

Closed!