Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rt2ms_py3
Manage
Activity
Members
Labels
Plan
Issues
9
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software Public
PASSOFT
rt2ms_py3
Commits
44807827
Commit
44807827
authored
4 months ago
by
Omid Hosseini
Browse files
Options
Downloads
Patches
Plain Diff
Fix linting issues
parent
19d84fa2
No related branches found
Branches containing commit
No related tags found
1 merge request
!29
Resolve "Fix Python integer 2000 out of bounds for uint8"
Pipeline
#4262
passed with stage
in 1 minute and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/test_rt2ms_py3.py
+0
-2
0 additions, 2 deletions
tests/test_rt2ms_py3.py
with
0 additions
and
2 deletions
tests/test_rt2ms_py3.py
+
0
−
2
View file @
44807827
...
...
@@ -128,7 +128,6 @@ class TestArgsFunctions(unittest.TestCase):
self
.
assertEqual
(
mock_makedirs
.
call_count
,
1
)
mock_makedirs
.
assert_called_with
(
self
.
logs_dir
)
def
test_get_args_logs_dir_oserror
(
self
):
"""
Test basic functionality of get_args - when the LOGS directory is not
...
...
@@ -157,7 +156,6 @@ class TestArgsFunctions(unittest.TestCase):
mock_makedirs
.
assert_any_call
(
self
.
output_dir
)
mock_makedirs
.
assert_any_call
(
self
.
logs_dir
)
def
test_get_args_mseed_dir_oserror
(
self
):
"""
Test basic functionality of get_args - when the MSEED directory is not
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment