diff --git a/tests/test_closure.py b/tests/test_closure.py index 206b59f..fcb20ca 100644 --- a/tests/test_closure.py +++ b/tests/test_closure.py @@ -100,7 +100,7 @@ def test_global_closure(): command_file_name = "./tests/test_closure_command.json" command = celeri.get_command(command_file_name) - logger = celeri.get_logger(command) + # logger = celeri.get_logger(command) segment, block, meshes, station, mogi, sar = celeri.read_data(command) station = celeri.process_station(station, command) diff --git a/tests/test_japan_dense.py b/tests/test_japan_dense.py index e788dfb..62bfdf8 100644 --- a/tests/test_japan_dense.py +++ b/tests/test_japan_dense.py @@ -8,7 +8,7 @@ def test_japan_dense(): command_file_name = "./tests/test_japan_command.json" command = celeri.get_command(command_file_name) - celeri.create_output_folder(command) + # celeri.create_output_folder(command) # logger = celeri.get_logger(command) segment, block, meshes, station, mogi, sar = celeri.read_data(command) station = celeri.process_station(station, command) diff --git a/tests/test_western_north_america_dense.py b/tests/test_western_north_america_dense.py index 03936c9..c0687c7 100644 --- a/tests/test_western_north_america_dense.py +++ b/tests/test_western_north_america_dense.py @@ -8,7 +8,7 @@ def test_western_north_america_dense(): command_file_name = "./tests/test_western_north_america_command.json" command = celeri.get_command(command_file_name) - celeri.create_output_folder(command) + # celeri.create_output_folder(command) # logger = celeri.get_logger(command) segment, block, meshes, station, mogi, sar = celeri.read_data(command) station = celeri.process_station(station, command)