Hi! I noticed that when I am working with trees it is nice to be able to specify their label when I read them in directly (read_tree) and not after their label has been assigned. I then extended this to the copy function.
I have added tests for reading and copying to the test folder.
Hi! I noticed that when I am working with trees it is nice to be able to specify their
label
when I read them in directly (read_tree
) and not after their label has been assigned. I then extended this to thecopy
function.I have added tests for reading and copying to the
test
folder.