-
Notifications
You must be signed in to change notification settings - Fork 13
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
Dsresults #122
Dsresults #122
Conversation
… some BigInteger values in models.py were the incorrect type
print('Error running Query {}'.format(e)) | ||
return None | ||
|
||
def getDataSetsValues(self, ids=None, codes=None, uuids=None, dstype=None): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where is the docstring for this function?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I knew I forgot something on there! I will add that right now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one question, otherwise, LGTM. 😄
@sreeder Are you merging this or should I? I assume you have tested this? Thanks. |
@lsetiawan yes I have tested it. I even created and uploaded tests for each of the functions. Oh, and I can merge it. |
This PR adds the functions getdatasetvalues and getdatasetresults. it also adds test and fixes a minor bug in the getsamplingfeaturedatasets function. It also adds all of the requested parameters to the getdatasets function.