timtadh / zhang-shasha

Tree edit distance using the Zhang Shasha algorithm
Other
433 stars 63 forks source link

Make numpy optional #9

Closed irskep closed 11 years ago

irskep commented 11 years ago

Recommend you write a function zeros that aliases to np.zeros if numpy is present and a list thingy if not.

Assigning this to you because I don't actually know what np.zeros does.

timtadh commented 11 years ago

:shipit: