We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 809046a commit c7e6c35Copy full SHA for c7e6c35
tests/unit/test_disaster_recovery_wrapper.py
@@ -277,8 +277,7 @@ def test_multiple_traces_validation(
277
print(f"Endianness: {endianness}")
278
print(f"Data format: {data_format}")
279
280
- # segy_path = temp_dir / f"test_multiple_traces_{config_name}.segy"
281
- segy_path = Path(f"test_multiple_traces_{config_name}.segy")
+ segy_path = temp_dir / f"test_multiple_traces_{config_name}.segy"
282
283
# Create test SEGY file with more traces
284
num_traces = 25 # 5x5 grid
0 commit comments