DeepRegNet / DeepReg

Medical image registration using deep learning
Apache License 2.0
560 stars 76 forks source link

745 define verbosity level #746

Closed mathpluscode closed 3 years ago

mathpluscode commented 3 years ago

Description

Fixes #745

Type of change

What types of changes does your code introduce to DeepReg?

Please check the boxes that apply after submitting the pull request.

Checklist

Please check the boxes that apply after submitting the pull request.

If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

codecov[bot] commented 3 years ago

Codecov Report

Merging #746 (64a1705) into main (ca54a20) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #746   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           40        41    +1     
  Lines         2468      2480   +12     
=========================================
+ Hits          2468      2480   +12     
Impacted Files Coverage Δ
deepreg/callback.py 100.00% <ø> (ø)
deepreg/__init__.py 100.00% <100.00%> (ø)
deepreg/config/parser.py 100.00% <100.00%> (ø)
deepreg/dataset/loader/interface.py 100.00% <100.00%> (ø)
deepreg/download.py 100.00% <100.00%> (ø)
deepreg/log.py 100.00% <100.00%> (ø)
deepreg/model/network.py 100.00% <100.00%> (ø)
deepreg/predict.py 100.00% <100.00%> (ø)
deepreg/util.py 100.00% <100.00%> (ø)
deepreg/vis.py 100.00% <100.00%> (ø)
... and 2 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 ca54a20...64a1705. Read the comment docs.

mathpluscode commented 3 years ago

@YipengHu @zacbaum @kate-sann5100 This PR is ready! Now the logs are under control:) please review if you have time, thx!

mathpluscode commented 3 years ago

@YipengHu I've addressed your comments