aodn / compliance-checker

Python tool to check your datasets vs compliance standards. Forked to include AODN specific modifications.
Apache License 2.0
1 stars 0 forks source link

IMOS incorrect fail when QC variable has not standard_name #78

Closed mhidas closed 8 years ago

mhidas commented 9 years ago

When a data variable and its quality control variable don't have a standard_name attribute (e.g. ABSI1 in this file) we get incorrect fail messages like this:

var                                    :3:   717/730 :  
    quality_variable                   :3:   119/132 :  
        ABSI1_quality_control          :3:     4/ 5 :  
            ABSI1                      :3:     1/ 2 :  
                check_standard_name    :3:     0/ 1 : Standard name is not
                                                      correct
ggalibert commented 8 years ago

See PR https://github.com/aodn/compliance-checker/pull/95

mhidas commented 8 years ago

Fixed via #95