fixed import statement in flowchart/eq
This commit is contained in:
parent
ca9d0ed147
commit
01deeb7579
@ -1,6 +1,6 @@
|
|||||||
# -*- 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."""
|
||||||
|
Loading…
Reference in New Issue
Block a user