Use foreign keys for model/proto version references in Experiment table#250
Use foreign keys for model/proto version references in Experiment table#250sroderick-g5sro merged 19 commits intomasterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #250 +/- ##
========================================
Coverage ? 94.6%
========================================
Files ? 65
Lines ? 2656
Branches ? 278
========================================
Hits ? 2513
Misses ? 104
Partials ? 39
Continue to review full report at Codecov.
|
jonc125
left a comment
There was a problem hiding this comment.
This is looking good! I think all my suggestions are minor ones - either slight tidies to tests, or slight extra refactoring that's now possible.
|
thank you for your detailed comments - I hope I have got everything. |
jonc125
left a comment
There was a problem hiding this comment.
Looks good! Just some flake8 issues to sort. You might want to set up the git pre-commit hook to catch those for you?
flake8 --install-hook=git
git config --bool flake8.strict true…-link Use foreign keys for model/proto version references in Experiment table
Preliminary refactor suggested in #241.