Closed bjschoenfeld closed 5 years ago
Merging #161 into develop will increase coverage by
0.57%
. The diff coverage is76.28%
.
@@ Coverage Diff @@
## develop #161 +/- ##
===========================================
+ Coverage 56.66% 57.24% +0.57%
===========================================
Files 32 33 +1
Lines 2162 2203 +41
===========================================
+ Hits 1225 1261 +36
- Misses 937 942 +5
Impacted Files | Coverage Δ | |
---|---|---|
dna/models/torch_modules/dag_attention_mlp.py | 30.76% <0%> (ø) |
:arrow_up: |
dna/models/probabilistic_matrix_factorization.py | 29.72% <100%> (ø) |
:arrow_up: |
test/test_torch_utils.py | 100% <100%> (ø) |
|
dna/models/torch_modules/lstm_mlp.py | 25.92% <100%> (ø) |
:arrow_up: |
...na/models/torch_modules/hidden_mlp_dag_lstm_mlp.py | 19.51% <100%> (-1.92%) |
:arrow_down: |
dna/models/torch_modules/pmf.py | 35.29% <100%> (ø) |
:arrow_up: |
dna/models/torch_modules/submodule.py | 83.33% <100%> (-0.54%) |
:arrow_down: |
dna/models/torch_modules/attention_mlp.py | 28.94% <25%> (-3.56%) |
:arrow_down: |
dna/models/torch_modules/dag_lstm.py | 25.92% <33.33%> (-1%) |
:arrow_down: |
dna/models/torch_modules/torch_utils.py | 68.18% <68.18%> (ø) |
|
... and 3 more |
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 8ae6baa...1581ffd. Read the comment docs.
closes #158
creates a
get_activation
instead of global variablesmoves code from
.../torch_modules/__init__.py
to.../torch_modules/torch_utils.py