Skip to content

Make AlmArray encapsulate the pyopencl Array object

Chris Kerr requested to merge encapsulate-not-subclass into master

Subclassing caused problems when the Array code tried to create another Array object using self.__class__.

Fixes #59 (closed)

Edited by Chris Kerr

Merge request reports