Skip to content

Commit c7e6c35

Browse files
committed
Remove persistent save of generated segy file
1 parent 809046a commit c7e6c35

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/unit/test_disaster_recovery_wrapper.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,7 @@ def test_multiple_traces_validation(
277277
print(f"Endianness: {endianness}")
278278
print(f"Data format: {data_format}")
279279

280-
# segy_path = temp_dir / f"test_multiple_traces_{config_name}.segy"
281-
segy_path = Path(f"test_multiple_traces_{config_name}.segy")
280+
segy_path = temp_dir / f"test_multiple_traces_{config_name}.segy"
282281

283282
# Create test SEGY file with more traces
284283
num_traces = 25 # 5x5 grid

0 commit comments

Comments
 (0)