byu-dml / d3m-dynamic-neural-architecture

1 stars 1 forks source link

Model seed runs #194

Closed erikhuck closed 5 years ago

erikhuck commented 5 years ago

closes #192

codecov-io commented 5 years ago

Codecov Report

Merging #194 into develop will decrease coverage by <.01%. The diff coverage is 15%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #194      +/-   ##
===========================================
- Coverage     54.1%   54.09%   -0.01%     
===========================================
  Files           35       35              
  Lines         2499     2503       +4     
===========================================
+ Hits          1352     1354       +2     
- Misses        1147     1149       +2
Impacted Files Coverage Δ
test/test_models.py 93.61% <ø> (ø) :arrow_up:
dna/data.py 73.31% <ø> (ø) :arrow_up:
dna/models/torch_modules/dna_module.py 95.16% <ø> (ø) :arrow_up:
dna/__main__.py 26.72% <11.11%> (+0.08%) :arrow_up:
dna/problems.py 74.88% <50%> (-0.24%) :arrow_down:

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 2e8d9fc...fd17649. Read the comment docs.

bjschoenfeld commented 5 years ago

@erikhuck can you review my changes and let me know what you think?