Skip to content
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: Remove unused code form lib/tools.py #304

Merged
merged 4 commits into from Feb 9, 2016

Conversation

ethanwhite
Copy link
Member

Mostly testing code from 2010 that we don't use any more.

@ethanwhite ethanwhite changed the title Remove unused code form lib/tools.py WIP: Remove unused code form lib/tools.py Apr 17, 2015
@ethanwhite
Copy link
Member Author

The remote tests are currently showing meaningful failures. This PR should not be merged at the moment.

final_cleanup in tools simply passed. The function was called in lib/download, but no
value was stored, so this wasn't influencing the execution of the code.
@ethanwhite
Copy link
Member Author

Tests are passing now, but testing output shows repeated instances of:

Failed to load script: gentry (/home/travis/.retriever/scripts/)

which shouldn't be happening.

@ethanwhite ethanwhite force-pushed the dead-code branch 2 times, most recently from 33cccbc to 990c23c Compare February 9, 2016 01:23
@ethanwhite
Copy link
Member Author

I had missed an import of TestScript, which is now fixed. It looks to me like the:

Failed to load script: gentry (/home/travis/.retriever/scripts/)

is resulting from actually testing the old script rather than the new one due to a script order issue.

@henrykironde if you agree I think we can merge this, but I'm also happy to wait until we work out that ordering of script priority issue before merging to make sure that extra output goes away.

henrykironde added a commit that referenced this pull request Feb 9, 2016
WIP: Remove unused code form lib/tools.py
@henrykironde henrykironde merged commit e8f868b into weecology:master Feb 9, 2016
@ethanwhite ethanwhite deleted the dead-code branch July 10, 2016 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants