Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Benjamin Jakimow
EO Time Series Viewer
Commits
01deeb75
Commit
01deeb75
authored
Sep 13, 2012
by
Luke Campagnola
Browse files
fixed import statement in flowchart/eq
parent
ca9d0ed1
Changes
1
Hide whitespace changes
Inline
Side-by-side
flowchart/eq.py
View file @
01deeb75
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
from
numpy
import
ndarray
,
bool_
from
numpy
import
ndarray
,
bool_
from
metaarray
import
MetaArray
from
pyqtgraph.
metaarray
import
MetaArray
def
eq
(
a
,
b
):
def
eq
(
a
,
b
):
"""The great missing equivalence function: Guaranteed evaluation to a single bool value."""
"""The great missing equivalence function: Guaranteed evaluation to a single bool value."""
...
...
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