Skip to content

Troubleshooting

Jen Wilson edited this page Nov 5, 2024 · 5 revisions

Missing data causes your download to stop

try: .. downloading data
except FDSNNoDataException:
    print(f'No data available for {starttime.date()}')

Our cleaned and AI ready data doesn’t work with the model in the paper

We aren’t applying STFT. Change the raw data processing to get the array in the correct shape for the model.

Kernel crashes when using numpy

https://github.com/microsoft/vscode-jupyter/wiki/Kernel-crashes-when-using-numpy

I keep telling the cell to run, but it just won't

Make sure the interpreter in the lower right corner is set to python. Sometimes if you paste code, it will read it as R and won't run.

Clone this wiki locally