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

TTreeMultiset constructor bug #107

Open
izgzhen opened this issue Aug 16, 2019 · 0 comments
Open

TTreeMultiset constructor bug #107

izgzhen opened this issue Aug 16, 2019 · 0 comments
Assignees
Labels

Comments

@izgzhen
Copy link
Collaborator

izgzhen commented Aug 16, 2019

In 7d932b6

The following lines seem wrong:

def rep_type(self, t : Type) -> Type:
    assert isinstance(t, TMinTreeMultiset) or isinstance(t, TMaxTreeMultiset), repr(t)
    return TTreeMultiset(t.elem_type)
@izgzhen izgzhen added the bug label Oct 14, 2019
@izgzhen izgzhen self-assigned this Dec 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant