rsonthal/TreeRep

python wrapper

collignon opened this issue · 2 comments

Thanks a lot for adding the python wrapper :)

When running the test, I get the following error:

Exception 'MethodError: no method matching metric_to_structure(::Array{Int64,2})
Closest candidates are:
  metric_to_structure(::Any, !Matched::Any, !Matched::Any; increase) at USER/DIR/TreeRep-master/src/TreeRep.jl:17' occurred while calling julia code:
TreeRep.metric_to_structure(d)

any thoughts on what that may be?

I just updated TreeRep it no longer should require those arguments.

That worked, thanks :)