Skip to content

Instantly share code, notes, and snippets.

View charris's full-sized avatar

Charles Harris charris

  • Retired
  • Logan, Utah; USA
View GitHub Profile
@charris
charris / unionfind.pyx
Created July 24, 2020 00:00
union-find
include "stdlib.pxd"
cdef class UnionFind :
"""Union Find class.
todo : check memory allocations
"""
cdef int *_dad
cdef int *_sib
@charris
charris / Pearu
Created August 20, 2011 20:53
Test output for Pearu
test_api.test_fastCopyAndTranspose ... ok
test_api.test_array_astype ... ok
test_api.test_copyto_fromscalar ... ok
test_api.test_copyto ... ok
test_api.test_copyto_maskna ... ok
Basic test of array2string. ... ok
Test custom format function for each element in array. ... ok
This should only apply to 0-D arrays. See #1218. ... ok
test_arrayprint.TestArrayRepr.test_nan_inf ... ok
test_str (test_arrayprint.TestComplexArray) ... ok