-
Notifications
You must be signed in to change notification settings - Fork 40
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] Updating Paths and Path Assignment in Select Files #177
base: master
Are you sure you want to change the base?
Conversation
cc @jccaicedo for review |
This looks good to me. There is an issue with the Travis build, but it's unrelated to the changes in this PR, so we are good to go. |
Actually, the errors are due to the changes in this PR. Can you run Several tests break because of these updates. Also, make sure you pull the latest version, cause we fixed some tests recently. |
Thanks @jccaicedo - working through this now. I am finding errors that indeed are breaking the tests! Running through travis I did get an error. Documenting here:
|
870f8ad
to
0a4fdfe
Compare
This PR introduces two related changes introduced into a subset of the
deepprofiler
code base.root
path assignment__main__.py
,boxes.py
, andmodel.py
os.path.join
__main__.py
,boxes.py
,image_dataset.py
andmodel.py
I did not look into updating other scripts that were not touched by the following command:
Note that I am running the above command in the
DeepProfiler
repository directory.