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

Fix cohort in unit tests, remove old code, squash some warnings #621

Merged
merged 1 commit into from
Mar 2, 2019

Conversation

thcrock
Copy link
Contributor

@thcrock thcrock commented Mar 1, 2019

This is by no means all of the cleanup we have to do but it's some low-hanging fruit.

- Have unit test cohort look in the past not future [Resolves #606]
- Move last usage of metta, 'generate_uuid', to the identical
'filename_friendly_hash' function in catwalk.utils, and remove metta
module [Resolves #312]
- Remove most of catwalk README that has been long been out of date.
- Squash some warnings in HDF and RQ
- Remove logging overrides in tests, pytest should do this
@codecov-io
Copy link

codecov-io commented Mar 1, 2019

Codecov Report

Merging #621 into master will increase coverage by 0.64%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #621      +/-   ##
==========================================
+ Coverage   69.64%   70.28%   +0.64%     
==========================================
  Files          91       87       -4     
  Lines        5979     5775     -204     
==========================================
- Hits         4164     4059     -105     
+ Misses       1815     1716      -99
Impacted Files Coverage Δ
src/triage/experiments/rq.py 87.23% <ø> (ø) ⬆️
src/triage/component/catwalk/storage.py 92.55% <100%> (-0.36%) ⬇️
src/triage/component/architect/planner.py 96.15% <100%> (ø) ⬆️
src/triage/component/audition/selection_rules.py 88.23% <0%> (-0.85%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2c0a2bc...3c9ec5a. Read the comment docs.

Copy link
Contributor

@ecsalomon ecsalomon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm into it.

@ecsalomon ecsalomon merged commit 2d9b1b7 into master Mar 2, 2019
@ecsalomon ecsalomon deleted the test_cohort_future branch March 2, 2019 00:40
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.

3 participants