ioos / compliance-checker

Python tool to check your datasets against compliance standards
http://ioos.github.io/compliance-checker/
Apache License 2.0
104 stars 56 forks source link

Remove duplicated function #1095

Open ocefpaf opened 2 weeks ago

ocefpaf commented 2 weeks ago

@benjwadams do you mind taking a look? I'm not sure if that duplication was introduced to avoid a circular import or something similar. If not, I'd like to simplify this as I work on #1094.

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 81.67%. Comparing base (b3f1891) to head (e86d886). Report is 8 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #1095 +/- ## =========================================== - Coverage 81.68% 81.67% -0.02% =========================================== Files 25 25 Lines 5226 5212 -14 Branches 1255 1255 =========================================== - Hits 4269 4257 -12 + Misses 646 644 -2 Partials 311 311 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.