Closed HannesHolste closed 5 years ago
Just to be sure, this implies that the same code is in skbio and this repo, right? If that's the case, will it be better to erase the code from here and use skbio's?
@antgonza: Correct. Good suggestion, and I think it's best to do so at a later date, after the FSVD is merged into fsvd. I'd just like to get this repo up to speed with Rob's requirements to have all work public for now.
My suggestion is to focus in addressing all the issues in https://github.com/biocore/scikit-bio/pull/1569 so it can be merge and then continue with this.
FSVD is now part of skbio. Perhaps just remove 'raw' fsvd code from this repo completely, and replace with a call to skbio's fsvd?
Replacing sounds great!! Thanks
@antgonza fixed travis issues and completed this PR. Had to upgrade miniconda and python (to 3.x), because skbio requires py3 now.
Edit: I tested this locally with a new conda environment and all tests pass. But travis CI on here keeps failing, and I don't see obvious reasons why. Do you have any suggestions? I'm a bit stuck with debugging this.
@HannesHolste, there are still build errors ... do you want me to try to fix?
@antgonza yes I need your input on this, I'm stuck on why this isn't working on travis. I don't see anything blatantly wrong with the config. Tried clean conda env and all tests pass locally...
OK, will take a look later today, thanks!
Finally was able to get back to this, sorry for the delay. Anyway, a couple of notes:
This PRs brings this repo in sync with changes made for https://github.com/biocore/scikit-bio/pull/1569