Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joseph Weston
tinyarray
Commits
d541a800
Commit
d541a800
authored
May 11, 2017
by
Christoph Groth
Browse files
correct URL
parent
15187205
Pipeline
#11664
canceled with stage
in 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/array.cc
View file @
d541a800
...
...
@@ -956,7 +956,7 @@ bool compare_data(int op, PyObject *a_, PyObject *b_, size_t size)
const
T
*
data_a
=
a
->
data
();
const
T
*
data_b
=
b
->
data
();
// Sequences are ordered the same as their first differing elements, see:
// https://docs.python.org/
2
/reference/expressions.html#
not-in
// https://docs.python.org/
3
/reference/expressions.html#
value-comparisons
// comparison for "multidimensional" sequences is identical to comparing
// the flattened sequences when they have the same shape (the present case).
size_t
i
=
0
;
...
...
Write
Preview
Supports
Markdown
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