Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Vasudevan, Rama K
pycroscopy
Commits
c163e51f
Commit
c163e51f
authored
Jul 02, 2020
by
ssomnath
Browse files
Turning off printing massive UDVS step checking list
parent
5df911d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
pycroscopy/io/translators/df_utils/be_utils.py
View file @
c163e51f
...
...
@@ -845,7 +845,7 @@ def createSpecVals(udvs_mat, spec_inds, bin_freqs, bin_wfm_type, parm_dict,
icheck is an array containing all UDVS steps which should be checked.
"""
icheck
=
np
.
unique
(
spec_inds
[
1
])
if
verbose
:
if
verbose
and
False
:
print
(
'
\t
'
*
4
+
'UDVS steps that will be checked: {}'
.
format
(
icheck
))
if
len
(
icheck
)
<
1
:
raise
ValueError
(
'No row in the spectroscopic indices varied.
\n
'
...
...
Write
Preview
Markdown
is supported
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