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
09230197
Commit
09230197
authored
Oct 30, 2018
by
Somnath, Suhas
Browse files
Merge branch 'master' of
https://github.com/pycroscopy/pycroscopy
parents
97dc859d
6b4b1883
Changes
1
Hide whitespace changes
Inline
Side-by-side
pycroscopy/processing/histogram.py
View file @
09230197
...
...
@@ -8,7 +8,7 @@ from __future__ import division, print_function, absolute_import
import
numpy
as
np
import
sys
if
sys
.
version_info
.
major
==
3
and
sys
.
version_info
.
minor
=
=
6
:
if
sys
.
version_info
.
major
==
3
and
sys
.
version_info
.
minor
>
=
6
:
disable_histogram
=
True
else
:
disable_histogram
=
False
...
...
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