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
Data Flow
Data Loading
Wellbore DDMS Data Loader
Commits
3aff4780
Commit
3aff4780
authored
Mar 04, 2022
by
Gregory Harris
Browse files
Flake8 fixes
parent
a0037ce4
Pipeline
#97177
passed with stages
in 52 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
3aff4780
...
...
@@ -79,7 +79,7 @@ The wbdutil requires a configuration file that has the following JSON structure:
}
},
"wellbore_mapping": {},
"welllog_mapping": {}
,
"welllog_mapping": {}
}
```
...
...
src/test/test_property_mapping.py
View file @
3aff4780
...
...
@@ -546,7 +546,7 @@ class TestPropertyMapper:
calls
=
[
call
(
'opendes'
,
'mnemonic_0'
),
call
(
'opendes'
,
'mnemonic_1'
),
call
(
'opendes'
,
'mnemonic_2'
)]
mock_functions
.
las2osdu_curve_uom_converter
.
assert_has_calls
(
calls
)
def
_construct_property_mapper
(
self
,
mapping
,
mock_config
=
None
,
mock_functions
=
None
):
def
_construct_property_mapper
(
self
,
mapping
,
mock_config
=
None
,
mock_functions
=
None
):
mock_reader
=
Mock
(
spec
=
IPropertyMappingLoader
)
mock_reader
.
mapping
=
mapping
return
PropertyMapper
(
mock_reader
,
mock_config
,
mock_functions
)
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