Skip to content

Commit

Permalink
removing test files from the repo! finally!
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasLecocq committed Jul 30, 2024
1 parent a884a08 commit 8afdaff
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 7,270 deletions.
1 change: 1 addition & 0 deletions msnoise/bugreport.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def main(system=False, modules=False, env=False, all=False, show=True):
output += "\n" + ispresent('pandas')
output += "\n" + ispresent('matplotlib')
output += "\n" + ispresent('sqlalchemy')
output += "\n" + ispresent('sqlalchemy_utils')
output += "\n" + ispresent('obspy')
output += "\n" + ispresent('click')
output += "\n" + ispresent('pymysql')
Expand Down
1 change: 0 additions & 1 deletion msnoise/s01scan_archive.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,6 @@ def scan_archive(folder_globs, nproc, mintime, startdate, enddate,
# Add a sentinel value for each worker
for _ in range(nproc):
queue.put(None)
print(dir_list)

children = spawn_processes(queue, nproc, scan_func, scan_args)
await_children(children)
Expand Down
1 change: 0 additions & 1 deletion msnoise/scripts/msnoise.py
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,6 @@ def config_reset(names):
from ..api import connect, update_config
for key in names:
default_value = default[key].default
print(default_value)
db = connect()
update_config(db, key, default_value)
# db.commit()
Expand Down
1,729 changes: 0 additions & 1,729 deletions msnoise/test/extra/DATA.RESIF_Jun_10,14_21_05_20264.RESIF

This file was deleted.

85 changes: 0 additions & 85 deletions msnoise/test/extra/RESP.GD.PUT..SHZ.L4C.5500.8905.1.171

This file was deleted.

3 changes: 0 additions & 3 deletions msnoise/test/extra/stations.csv

This file was deleted.

Loading

0 comments on commit 8afdaff

Please sign in to comment.