Uh oh!
There was an error while loading. Please reload this page.
Samplingfeaturedataset dev - #143
Conversation
emiliom
commented
Jan 19, 2018
@lsetiawan: I'll let you review this PR; I'm too tied up today, then gone. I see that it's a PR on the dev branch, so it won't impact the new release (and won't go into the new release, to be issued today). |
emiliom
commented
Jan 19, 2018
I'm ready to go with the release (it's in draft form right now). @lsetiawan, do you think you'll have time to review and merge into master this PR? I have a couple more NicaDIF things for you :| |
lsetiawan
commented
Jan 19, 2018
@Elijahwalkerwest I noticed that you are not meeting a lot of Python PEP8 Rules, so I've made it more visible. I am doing this so no one has to go back and clean up again for Python Pep8 errors. So please fix your code to meet PEP8. You will see the errors here: https://travis-ci.org/ODM2/ODM2PythonAPI/jobs/331031358 |
emiliom
commented
Jan 19, 2018
That's it. I'm releasing from master as is, w/o this PR. Sorry @Elijahwalkerwest! |
lsetiawan
commented
Jan 22, 2018
@ocefpaf Do you know why the Docs creation is failing here? Thanks! |
ocefpaf
commented
Jan 23, 2018
@lsetiawan I checked and the link seems to be OK now, so you can restart Travis-CI to ensure that or, if you know the context of that link in docs and a server error is not important, just merge it 😉 |
lsetiawan
commented
Jan 23, 2018
Thanks @ocefpaf. That makes sense, didn't know it's doing that. Cool! :D |
lsetiawan
commented
Jan 23, 2018
All is well now, and I have tested the changes. Merging... Thanks @Elijahwalkerwest |
Added eager loading for samplingfeaturedataset to try and cut down on query time.