Skip to content

Commit

Permalink
Set verbose to False
Browse files Browse the repository at this point in the history
  • Loading branch information
blezek committed Mar 14, 2017
1 parent 411eb1d commit 65bd7a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/Params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ setting:
label: 1
interpolator: 'sitkBSpline' # This is an enumerated value, here None is not allowed
resampledPixelSpacing: # This disables resampling, as it is interpreted as None, to enable it, specify spacing in x, y, z as [x, y , z]
verbose: True
verbose: False

This comment has been minimized.

Copy link
@JoostJM

JoostJM Mar 20, 2017

@blezek, This setting is removed in AIM-Harvard#220, verbosity of the package is now controlled through a package-level function 'setVerbosity(level)' (default: WARNING).

This comment has been minimized.

Copy link
@blezek

blezek Mar 21, 2017

Author Owner

@JoostJM Thanks! Took this out in a later commit.

weightingNorm: # If no value is specified, it is interpreted as None

# Input images to use: original for unfiltered image and/or any other filters, see documentation of featureextractor.py
Expand Down

0 comments on commit 65bd7a5

Please sign in to comment.