Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Vasudevan, Rama K
pycroscopy
Commits
ce6fe85f
Commit
ce6fe85f
authored
Jul 02, 2020
by
ssomnath
Browse files
Corrected UDVS column start index
parent
1119acaf
Changes
1
Hide whitespace changes
Inline
Side-by-side
pycroscopy/io/translators/df_utils/be_utils.py
View file @
ce6fe85f
...
...
@@ -887,7 +887,7 @@ def createSpecVals(udvs_mat, spec_inds, bin_freqs, bin_wfm_type, parm_dict,
"""
Loop over all columns in udvs_mat
"""
for
col_ind
,
col_name
in
zip
(
range
(
1
,
num_cols
),
udvs_cols
):
for
col_ind
,
col_name
in
zip
(
range
(
1
,
num_cols
),
udvs_cols
[
1
:]
):
"""
Find all unique values in the current column
"""
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment