-
Notifications
You must be signed in to change notification settings - Fork 10
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
Importing iospi into simspi and transfer.py into simspi #5
Conversation
Linting and testing is getting this far
|
FYI I put myself down as maintainer in |
There is some issue with flake thinking black needs to change things. I think it's a line length issue. But I thought the default we were going for was 79 characters. I used this for (
This is a known issue: houndci/hound#1769 |
…ing for because it is on the same level as tests. I checked with ioSPI and put src
… length in docstrings, while black ignores these
Yes, the issue is definitely black and flake8 consistency. The missing directory issue went away with geoffwoollard@3f02d7c
I checked the files it references, and perhaps its ending on https://github.com/geoffwoollard/simSPI/blob/multi_slice/src/multislice.py#L23 |
…t for merge into master
@ninamiolane @fredericpoitevin |
Ok I moved transfer into simSPI. It's passing all the tests. I'm using a place holder for importing ioSPI for now in the simSPI.yml a la https://stackoverflow.com/questions/20101834/pip-install-from-git-repo-branch. But when the ioSPI is merged into master and I can get fourier from there (by making a one line change to the yml to refer to compSPI/ioSPI). I'll just undo geoffwoollard@9f981d0 |
@geoffwoollard I'll look back here once your PR on ioSPI has been merged. Will be easier to test dependency to it. |
Ok ioSPI has been merged |
@fredericpoitevin Have a look |
This got merged because I branched off of this when doing this PR #6 "Do continuous integration and codecoverage as in reduceSPI / ioSPI" |
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.
@geoffwoollard sorry I missed that, looks great! Would be nice to show a use case!
|
||
setuptools.setup( | ||
name="simSPI", | ||
maintainer="Geoffrey Woollard", |
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.
Maybe we could add to this list going forward
Importing iospi into simspi geoffwoollard@71f58af