Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cigale
CIGALE
Commits
f45a17fe
Commit
f45a17fe
authored
Mar 03, 2014
by
BURGARELLA Denis
Browse files
Merge branch 'bug' of gitlab.oamp.dev:yannick/pcigale into develop
parents
35630e0f
cd7deca0
Changes
1
Hide whitespace changes
Inline
Side-by-side
pcigale/analysis_modules/__init__.py
View file @
f45a17fe
...
...
@@ -243,9 +243,9 @@ def complete_obs_table(obs_table, used_columns, filter_list, tolerance,
if
name_err
not
in
obs_table
.
columns
:
obs_table
.
add_column
(
Column
(
name
=
name_err
,
data
=
np
.
zeros
(
len
(
obs_table
),
dtype
=
float
),
data
=
np
.
zeros
(
len
(
obs_table
),
dtype
=
float
)
)
,
index
=
obs_table
.
colnames
.
index
(
name
)
+
1
)
)
)
else
:
obs_table
[
name_err
]
=
np
.
zeros
(
len
(
obs_table
))
...
...
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