Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fusion_matlab
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
geoffc_sips
fusion_matlab
Commits
f148ad11
Commit
f148ad11
authored
6 years ago
by
Geoff Cureton
Browse files
Options
Downloads
Patches
Plain Diff
Removed a couple of extranous logging messages from the Fusion Quicklooks code.
parent
25bc3d10
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/flo/__init__.py
+0
-2
0 additions, 2 deletions
source/flo/__init__.py
with
0 additions
and
2 deletions
source/flo/__init__.py
+
0
−
2
View file @
f148ad11
...
...
@@ -1015,14 +1015,12 @@ class FUSION_MATLAB_QL(Computation):
os
.
chdir
(
geo_dir
)
geo_keys
=
[
key
for
key
in
inputs
.
keys
()
if
'
geo
'
in
key
]
geo_inputs
=
{
key
:
inputs
[
key
]
for
key
in
geo_keys
}
LOG
.
info
(
geo_inputs
)
symlink_inputs_to_working_dir
(
geo_inputs
)
os
.
chdir
(
current_dir
)
os
.
chdir
(
fsn_dir
)
fsn_keys
=
[
key
for
key
in
inputs
.
keys
()
if
'
l1b
'
in
key
]
fsn_inputs
=
{
key
:
inputs
[
key
]
for
key
in
fsn_keys
}
LOG
.
info
(
fsn_inputs
)
symlink_inputs_to_working_dir
(
fsn_inputs
)
os
.
chdir
(
current_dir
)
...
...
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