Test Failed
Push — master ( 3bbc8e...f55e77 )
by Daniil
05:12 queued 12s
created

savu.plugins.stats.comparison_tools   A

Complexity

Total Complexity 1

Size/Duplication

Total Lines 8
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
eloc 4
dl 0
loc 8
rs 10
c 0
b 0
f 0
wmc 1

1 Method

Rating   Name   Duplication   Size   Complexity  
A ComparisonTools.define_parameters() 0 2 1
1
from savu.plugins.plugin_tools import PluginTools
2
3
class ComparisonTools(PluginTools):
4
    """(Change this) A short description of the plugin"""
5
    
6
    def define_parameters(self):
7
        """
8
        pattern:
9
            visibility: intermediate
10
            dtype: str
11
            description: "Describe your parameter"
12
            default: VOLUME_XZ
13
            options: [PROJECTION, SINOGRAM, VOLUME_XZ]
14
        """
15
16
    #def citation1(self):
17
        #"""
18
        #A description of the citation
19
        #bibtex:
20
        #        A bibtex string.
21
        #endnote:
22
        #        An endnote string.
23
        #doi: A link in the form of numbers and letters
24
        #dependency:
25
        #    parameter_name_2: The name of the method for which this citation is for
26
        #"""