Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fold doesn't carry over name #1

Open
rajarshi opened this issue Jan 23, 2019 · 0 comments
Open

fold doesn't carry over name #1

rajarshi opened this issue Jan 23, 2019 · 0 comments
Assignees

Comments

@rajarshi
Copy link
Collaborator

When folding a fingerprint that has the name and source fields set, these fields are unset in the resultant fingerprint

> fp <- new("fingerprint", nbit=64, bits=sample(1:64, 30), name='foo')
> fp@name
[1] "foo"
> fold(fp)
Fingerprint object
 name =   
 length =  32 
 folded =  TRUE 
 source =  R 
 bits on =  1 2 5 6 8 9 10 12 13 14 16 17 19 20 21 22 24 25 26 27 28 30 31 
@rajarshi rajarshi self-assigned this Jan 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant