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

list category must return always the same number of elements in tuple #19

Closed
dpizetta opened this issue Apr 27, 2014 · 4 comments
Closed
Assignees
Milestone

Comments

@dpizetta
Copy link
Collaborator

Now the number of elements in a tuple varies.

If you pass nothing, return all [(section, subsetion, function),...]

If you pass SECTION, return all [(SECTION, subsetion, function),...] or [('', subsetion, function),...]

Not just [(subsetion, function),...]

@dpizetta dpizetta added this to the version_1.0 milestone Apr 27, 2014
@tiagocampo
Copy link
Collaborator

This is related with issue #11 ?

tiagocampo added a commit that referenced this issue Apr 27, 2014
added: 'SELECT DISTINCT sec, subsec, func FROM corpus'  in lines 39 and 45! this should fix
@tiagocampo
Copy link
Collaborator

added SELECT DISTINCT sec, subsec, func FROM corpus in lines 39 and 45 of container.py

@dpizetta
Copy link
Collaborator Author

Did you push? I need this changes

@dpizetta dpizetta changed the title list category must return the always the same number of elements in tuple list category must return always the same number of elements in tuple Apr 28, 2014
@tiagocampo
Copy link
Collaborator

Look: added SELECT DISTINCT sec, subsec, func FROM corpus in lines 39 and 45 of container.py

Of Course I push it!

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

2 participants