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
48f2511c
Commit
48f2511c
authored
Oct 26, 2021
by
Jim King
Committed by
Jørgen Lind
Oct 28, 2021
Browse files
fix test
parent
e446eec4
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/tools/SEGYImport/pytests/test_azimuth_channel.py
View file @
48f2511c
...
...
@@ -35,7 +35,6 @@ def azimuth_from_azimuth_executor(azimuth_degrees_segy, output_vds) -> Tuple[Imp
ex
.
add_args
([
"--azimuth-type"
,
"azimuth"
])
ex
.
add_args
([
"--azimuth-unit"
,
"degrees"
])
ex
.
add_arg
(
"--prestack"
)
ex
.
add_arg
(
"--order-by-offset=false"
)
ex
.
add_args
([
"--vdsfile"
,
output_vds
.
filename
])
# Need to ignore warnings because this data is only one segment
...
...
@@ -56,7 +55,6 @@ def azimuth_from_offset_xy_executor(azimuth_offset_xy_segy, output_vds) -> Tuple
ex
.
add_arg
(
"--azimuth"
)
ex
.
add_args
([
"--azimuth-type"
,
"offsetxy"
])
ex
.
add_arg
(
"--prestack"
)
ex
.
add_arg
(
"--order-by-offset=false"
)
ex
.
add_args
([
"--vdsfile"
,
output_vds
.
filename
])
ex
.
add_arg
(
azimuth_offset_xy_segy
)
...
...
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