Closed roomrys closed 1 year ago
Merging #1460 (b21c170) into develop (e0eebb2) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## develop #1460 +/- ##
========================================
Coverage 73.05% 73.05%
========================================
Files 134 134
Lines 23857 23857
========================================
Hits 17429 17429
Misses 6428 6428
Files Changed | Coverage Δ | |
---|---|---|
sleap/gui/app.py | 75.38% <100.00%> (ø) |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
This pull request did not fix the problem it was intended to fix.
Description
Apparently, if different versions of
cv2
andpyqt
are used, then we run into trouble...This is what trouble looks like for us (action):
Sure, we could try to get the version of cv2 to match, but that isn't always possible (see #1258 90649c4 to 5dc74b2 where our dependencies require a different version of
cv2
) resulting in the same error (action).This PR aims to merge what was thought to be a hack at the time into a robustifying feature.
Types of changes
Does this address any currently open issues?
[list open issues here]
Outside contributors checklist
Thank you for contributing to SLEAP!
:heart: