-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix sequence size and compute_validation_tests #264
base: masterr
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #264 +/- ##
==========================================
+ Coverage 69.54% 69.57% +0.02%
==========================================
Files 56 56
Lines 3526 3536 +10
==========================================
+ Hits 2452 2460 +8
- Misses 1074 1076 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Adds an important parameter to the unit test to fix it.
Fixed another bug. With code
Fixed the numpy bug error to do.
Update there is still an ongoing problem that I can't figure out where in the cases of |
The goal of this PR is to do the following
compute_validation
logic explicitly.