-
Notifications
You must be signed in to change notification settings - Fork 17
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
slash grades should have integer scores #138
slash grades should have integer scores #138
Conversation
I suggest two changes here:
|
5cb8a8a
to
c20f5dc
Compare
In both YDS and French scales
@musoke updated according to your suggested implementation. Thank you so much for the guidance! After updating, some tests (integration tests?) in Also, definitely LMK if there are any other issues with my implementation and I'll try to fix. |
Yes, now that you point it out, this this is going to be an issue with all the scales. Maybe you could define a function to do this check for each scales. Or I can add it to other scales in a followup. |
Updated accordingly with a It doesn't feel super DRY, but then again that seems to be the running style in this codebase? The enclosing |
That looks good to me. Yes, there is a lot of repetition due to the adhoc evolution of sandbag. The special cases in methods like |
Update to sandbag 0.0.48 to get - fixed slash grades (OpenBeta/sandbag#143) - fixed VB grades (OpenBeta/sandbag#147) - fixed YDS grades > 5.9 with no letter (OpenBeta/sandbag#138)
Update to sandbag 0.0.48 to get - fixed slash grades (OpenBeta/sandbag#143) - fixed VB grades (OpenBeta/sandbag#147) - fixed YDS grades > 5.9 with no letter (OpenBeta/sandbag#138)
Update to sandbag 0.0.48 to get - fixed slash grades (OpenBeta/sandbag#143) - fixed VB grades (OpenBeta/sandbag#147) - fixed YDS grades > 5.9 with no letter (OpenBeta/sandbag#138)
#138 forces integer scores for slash grades. The tests were updated there, but not the examples in the readme. Update them now.
#138 forces integer scores for slash grades. The tests were updated there, but not the examples in the readme. Update them now.
Update to sandbag 0.0.48 to get - fixed slash grades (OpenBeta/sandbag#143) - fixed VB grades (OpenBeta/sandbag#147) - fixed YDS grades > 5.9 with no letter (OpenBeta/sandbag#138)
Update to sandbag 0.0.48 to get - fixed slash grades (OpenBeta/sandbag#143) - fixed VB grades (OpenBeta/sandbag#147) - fixed YDS grades > 5.9 with no letter (OpenBeta/sandbag#138)
Update to sandbag 0.0.48 to get - fixed slash grades (OpenBeta/sandbag#143) - fixed VB grades (OpenBeta/sandbag#147) - fixed YDS grades > 5.9 with no letter (OpenBeta/sandbag#138)
Possible tentative fix for: #137