Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Domain Data Mgmt Services
Seismic
Open VDS
Commits
7aae76a2
Commit
7aae76a2
authored
Oct 14, 2021
by
Jim King
Committed by
Jørgen Lind
Oct 28, 2021
Browse files
fix test
parent
d4d7355f
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/tools/SEGYImport/pytests/test_crossline_sorted.py
View file @
7aae76a2
...
...
@@ -233,14 +233,12 @@ def test_dimensions_and_produce_status(crossline_output_vds,
additional_args
=
[
"--header-field"
,
"InlineNumber=17:4"
,
"--header-field"
,
"CrosslineNumber=1
7
:4"
,
"--header-field"
,
"CrosslineNumber=
2
1:4"
,
"--header-field"
,
"EnsembleXCoordinateByteLocation=73:4"
,
"--header-field"
,
"EnsembleYCoordinateByteLocation=77:4"
]
if
dimensions
==
4
:
additional_args
.
append
(
"--prestack"
)
# Prestack file has lots of empty traces? Need to ignore it.
additional_args
.
append
(
"--ignore-warnings"
)
ex
=
construct_crossline_executor
(
segy_filename
,
crossline_output_vds
,
additional_args
)
...
...
@@ -253,8 +251,6 @@ def test_dimensions_and_produce_status(crossline_output_vds,
layout
=
openvds
.
getLayout
(
handle
)
access_manager
=
openvds
.
getAccessManager
(
handle
)
sample_channel_name
=
layout
.
getChannelName
(
0
)
# check produce status
if
dimensions
==
4
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment