jsawruk

Results 5 comments of jsawruk

Since numpy.append() returns an ndarray, and Frame is a subclass of ndarray, wouldn't it be possible to cast the result of the zero padding to a Frame? In Frame.py, frames()...

Try: `frame.view(self.__class__.__name__)`

It probably doesn't work that way because it's returning a string, though there must be a generic way to do this. A naive way to approach this would be to...

Please try the latest commit.

I have changed the zero padding code to restore these properties.