Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review 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
RadioObservatory
LOFAR
Commits
4bb243ea
Commit
4bb243ea
authored
6 years ago
by
Jorrit Schaap
Browse files
Options
Downloads
Patches
Plain Diff
SW-378
: processed review comment: removed unused imports
parent
0a4d9b08
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
QA/QA_Common/bin/find_hdf5
+0
-3
0 additions, 3 deletions
QA/QA_Common/bin/find_hdf5
QA/QA_Common/bin/show_hdf5_info
+0
-1
0 additions, 1 deletion
QA/QA_Common/bin/show_hdf5_info
with
0 additions
and
4 deletions
QA/QA_Common/bin/find_hdf5
+
0
−
3
View file @
4bb243ea
...
...
@@ -23,15 +23,12 @@ if __name__ == '__main__':
import
os
import
os.path
import
sys
import
fnmatch
import
glob
from
optparse
import
OptionParser
,
OptionGroup
from
datetime
import
datetime
,
timedelta
from
lofar.parameterset
import
*
from
lofar.qa.hdf5_io
import
*
from
lofar.common.datetimeutils
import
parseDatetime
# make sure we run in UTC timezone
os
.
environ
[
'
TZ
'
]
=
'
UTC
'
...
...
This diff is collapsed.
Click to expand it.
QA/QA_Common/bin/show_hdf5_info
+
0
−
1
View file @
4bb243ea
...
...
@@ -26,7 +26,6 @@ if __name__ == '__main__':
from
optparse
import
OptionParser
from
lofar.qa.hdf5_io
import
*
from
lofar.parameterset
import
*
# make sure we run in UTC timezone
os
.
environ
[
'
TZ
'
]
=
'
UTC
'
...
...
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