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
Database is missing in seismo_live_build/notebooks/Instaseis-Syngine/data/
When try to run some notebooks in /notebooks/Instaseis-Syngine/ folder, e.g. "Instaseis_Tutorial_02_basis_solution.ipynb" and others:
import instaseis
db = instaseis.open_db("data/database")
InstaseisNotFoundError Traceback (most recent call last)
in ()
1 import instaseis
----> 2 db = instaseis.open_db("data/database")
/home/mastermind/.local/lib/python3.6/site-packages/instaseis/init.py in open_db(path, *args, **kwargs)
91 from .database_interfaces import find_and_open_files
92
---> 93 return find_and_open_files(path=path, *args, **kwargs)
94
95
/home/mastermind/.local/lib/python3.6/site-packages/instaseis/database_interfaces/init.py in find_and_open_files(path, *args, **kwargs)
47 if len(found_files) == 0:
48 raise InstaseisNotFoundError(
---> 49 "No suitable netCDF files found under '%s'" % path
50 )
51 elif len(found_files) not in [1, 2, 4]:
InstaseisNotFoundError: No suitable netCDF files found under 'data/database'
The text was updated successfully, but these errors were encountered:
Database is missing in seismo_live_build/notebooks/Instaseis-Syngine/data/
When try to run some notebooks in /notebooks/Instaseis-Syngine/ folder, e.g. "Instaseis_Tutorial_02_basis_solution.ipynb" and others:
import instaseis
db = instaseis.open_db("data/database")
InstaseisNotFoundError Traceback (most recent call last)
in ()
1 import instaseis
----> 2 db = instaseis.open_db("data/database")
/home/mastermind/.local/lib/python3.6/site-packages/instaseis/init.py in open_db(path, *args, **kwargs)
91 from .database_interfaces import find_and_open_files
92
---> 93 return find_and_open_files(path=path, *args, **kwargs)
94
95
/home/mastermind/.local/lib/python3.6/site-packages/instaseis/database_interfaces/init.py in find_and_open_files(path, *args, **kwargs)
47 if len(found_files) == 0:
48 raise InstaseisNotFoundError(
---> 49 "No suitable netCDF files found under '%s'" % path
50 )
51 elif len(found_files) not in [1, 2, 4]:
InstaseisNotFoundError: No suitable netCDF files found under 'data/database'
The text was updated successfully, but these errors were encountered: