DistrictDataLabs / yellowbrick

Visual analysis and diagnostic tools to facilitate machine learning model selection.
http://www.scikit-yb.org/
Apache License 2.0
4.3k stars 559 forks source link

Fixes #1218 Remove try/except clauses from tests #1224

Closed lwgray closed 2 years ago

lwgray commented 2 years ago

This PR fixes #1218 which reported technical debt in which there were several try/except clauses within tests that needed to be removed. This was first identified by @rebeccabilbro in PR #1197

I have made the following changes:

  1. Remove try/except statements from tests
codecov[bot] commented 2 years ago

Codecov Report

Merging #1224 (7ccd8a5) into develop (62423f4) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #1224   +/-   ##
========================================
  Coverage    90.45%   90.45%           
========================================
  Files           91       91           
  Lines         5135     5135           
========================================
  Hits          4645     4645           
  Misses         490      490           

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 62423f4...7ccd8a5. Read the comment docs.