-
Notifications
You must be signed in to change notification settings - Fork 33
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
WIP: change the setup for path_diversity project #190
Merged
jarrodmillman
merged 11 commits into
berkeley-stat222:master
from
jJasonWang:path_diversity-issue122
May 14, 2016
Merged
WIP: change the setup for path_diversity project #190
jarrodmillman
merged 11 commits into
berkeley-stat222:master
from
jJasonWang:path_diversity-issue122
May 14, 2016
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jJasonWang
force-pushed
the
path_diversity-issue122
branch
4 times, most recently
from
May 14, 2016 05:22
923bad6
to
279f775
Compare
jJasonWang
force-pushed
the
path_diversity-issue122
branch
from
May 14, 2016 06:14
279f775
to
abbc93c
Compare
jJasonWang
force-pushed
the
path_diversity-issue122
branch
from
May 14, 2016 07:09
abbc93c
to
e51b1ac
Compare
jJasonWang
force-pushed
the
path_diversity-issue122
branch
from
May 14, 2016 15:19
e51b1ac
to
9e05bd4
Compare
@jarrodmillman. Can you help me check this pull request? I might not be able to work on this until 5 pm today. I think that if travis-CI and testing pass, we are ready to merge it. It is just the setup for path diversity project. I changed it to the way the behavior project setup. |
@jJasonWang Sure, I'll take a look. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See the last checklist in #122.
In this pull request:
path_diversity.function
. (import the module byfrom mousestyles import path_diversity
)UnusedImport
error for style checking.path_index
andpath_filter
)@aksam-ahmad, @alannaiverson, @jcpalumbo3, @sicihuang, @togawa28.
Please help me review the file you created. All the files which used the functions in path_diversity project should have the
from mousestyles import path_diversity
. Also, all the function should be called bypath_diveristy.function
. Thanks.@peterasujan, can you help me double check the setup for pytest.ini is correct? Thanks.