-
Notifications
You must be signed in to change notification settings - Fork 16
Patch setup #182
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
Patch setup #182
Conversation
I see that https://github.com/benjello/liam2/blame/patch_setup/liam2/tests/test_liam2.py#L21 swallows the real error. BTW I do not have the same (I have @benjello I'm first going to send you another pull-request which displays the error better. |
|
@cbenz: the output error is a true liam2 error ;-) |
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.
this file shouldn't be committed
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.
Dealt with by upadating .gitignore
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.
Good to avoid that error in the future, but this particular file should still be removed from the PR.
|
@benjello I think I did what I could to unlock the travis issues. Feel free to contact me again if needed :) |
|
Many thanks @cbenz for solving the python-tables problem |
|
by installing PyQt? On Wed, Aug 12, 2015 at 12:20 AM, Mahdi Ben Jelloul <
|
|
@gdementen you can check it here |
liam2/tests/test_liam2.py
Outdated
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.
typo (functional)
|
Back from holidays (but away next week)... A few more comments...
|
|
Thanks @AlexisEidelman and @gdementen for your inputs. I am working on this PR, intermittently this week but more constantly next week. |
|
@gdementen : after many tries by others more competent than myself, we didn't manage to have bcolz correctly installed to run the tests correctly on travis. |
|
@benjello There is no substitute for bcolz that I know of. The only test which currently uses bcolz is There are a few options to go from here:
In conclusion, please do the solution you prefer as they are all fine by me (I suppose 3 is easiest). I created a ticket for 4 (#183) so that I don't forget about it in case you don't want to tackle that. FWIW, even if removed now, bcolz will probably come back one day in a much more prominent way, as an alternative (replacement?) for HDF5 for the on-disk format (that's why solution 1 is actually my preferred). |
b3d2dff to
6621eb7
Compare
In order to have this PR proceeded, may I ask you to:
As usual, I can do any work fitting in my limited range of skills you would assign me (no conda). |
|
About bcolz: nice, thanks!
Please remove the functional test .h5 datasets from git. H5 files On Fri, Sep 11, 2015 at 5:16 PM, Mahdi Ben Jelloul <notifications@github.com
|
|
After excluding some problematic tests, travis tests pass. |
Moved tests, enabled TravisCI and fixed tests on Linux
|
Ok, looks good enough => merging. I'll fix the minor nitpicks I still have later. |
No description provided.